/* purgecss start ignore */
/* purgecss end ignore */
html {
  box-sizing: border-box;
}

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

/* purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
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-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

/* purgecss end ignore */
img,
video {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: #244E9A;
  text-decoration: none;
}

a.link {
  color: #244E9A;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
a.link--white {
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  margin: 0;
  list-style: none;
}

nav li {
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  line-height: 1.57;
  text-rendering: optimizeLegibility;
  color: #000;
}

button,
input,
select,
optgroup,
textarea {
  color: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.57;
  text-rendering: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}

p,
ul,
ol,
blockquote {
  margin-bottom: 1.57em;
}

ul,
ol {
  margin-left: 2em;
}

li {
  margin-bottom: 0.2em;
}

ul + h2,
ul + h3,
ul + h4,
ol + h2,
ol + h3,
ol + h4,
p + h2,
p + h3,
p + h4 {
  padding-top: 0.45em;
}

/** 
 * Sticky footer
*/
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

.arriba {
  text-align: right;
}
.arriba a:after, .arriba a:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #244E9A;
  position: absolute;
  left: 0;
}
.arriba a {
  color: #244E9A;
  padding-left: 16px;
  position: relative;
}
.arriba a:before {
  top: 7px;
  transform: rotate(-45deg);
}
.arriba a:after {
  top: 7px;
  transform: rotate(45deg);
  left: 4px;
}

.largo_general h2 {
  color: inherit;
}

.detallado h2 {
  padding-top: 0.45em;
}

.largo_general ul + h2,
.largo_general ul + h3,
.largo_general ul + h4,
.largo_general ol + h2,
.largo_general ol + h3,
.largo_general ol + h4,
.largo_general p + h2,
.largo_general p + h3,
.largo_general p + h4,
.detallado ul + h2,
.detallado ul + h3,
.detallado ul + h4,
.detallado ol + h2,
.detallado ol + h3,
.detallado ol + h4,
.detallado p + h2,
.detallado p + h3,
.detallado p + h4 {
  padding-top: 0;
}
.largo_general p,
.detallado p {
  margin-bottom: 0.785em;
}

.entry-video {
  opacity: 0;
  animation: fadeVideo 0.5s forwards;
}

@keyframes fadeVideo {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.3);
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.57;
  letter-spacing: 0.3px;
  background-color: #fff;
  font-size: 13px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  color: #244E9A;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3px;
}

h1 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 15px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

h4,
h5,
h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h4,
  h5,
  h6 {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
.container--sm {
  max-width: 600px;
}
.container--lg {
  max-width: 1400px;
}
.container--xl {
  max-width: 1720px;
}
.container--full {
  max-width: unset;
}
.container--login {
  max-width: 562px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.narrow-container {
  max-width: 600px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .narrow-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.page-wrapper {
  max-width: 1760px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  width: 100%;
}
.page-wrapper--full {
  max-width: none;
}

.section {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.section--news {
  background: linear-gradient(to bottom, #244E9A 0%, #fff 260px);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -24px;
    margin-left: -24px;
  }
}

[class*=col-],
.col {
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  [class*=col-],
  .col {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [class*=col-],
  .col {
    min-width: 87px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col {
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

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

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

.offset-12 {
  margin-left: 100%;
}

.col-1-3 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-2-3 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

@media (min-width: 544px) {
  .sm-col {
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 544px) and (min-width: 768px) {
  .sm-col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 544px) {
  .sm-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sm-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sm-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sm-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sm-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm-offset-12 {
    margin-left: 100%;
  }
  .sm-col-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-col-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .md-col {
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .md-col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .md-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .md-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .md-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .md-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .md-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .md-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .md-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .md-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-offset-12 {
    margin-left: 100%;
  }
  .md-col-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-col-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1012px) {
  .lg-col {
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 1012px) and (min-width: 768px) {
  .lg-col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1012px) {
  .lg-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .lg-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-col-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-col-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1280px) {
  .xl-col {
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .xl-col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1280px) {
  .xl-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl-offset-3 {
    margin-left: 25%;
  }
  .xl-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-offset-6 {
    margin-left: 50%;
  }
  .xl-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xl-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xl-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl-offset-9 {
    margin-left: 75%;
  }
  .xl-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xl-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl-offset-12 {
    margin-left: 100%;
  }
  .xl-col-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-col-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.header__top {
  font-size: 12px;
  background-color: #F5F5F5;
  color: #244E9A;
  font-weight: 300;
  line-height: 30px;
}
@media (min-width: 768px) {
  .header__top {
    font-size: 13px;
  }
}
.header__main {
  background-color: #244E9A;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
  color: #fff;
  min-height: 82px;
  position: relative;
}
@media (min-width: 768px) {
  .header__main {
    min-height: 116px;
  }
}

.button {
  background-color: #244E9A;
  border: 1px solid #244E9A;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  min-width: 120px;
  padding: 8px 16px;
  transition: background 0.25s;
  font-size: 13px;
}
@media (min-width: 768px) {
  .button {
    font-size: 16px;
  }
}
.button:focus, .button:hover {
  background-color: #244E9A;
  border-color: #244E9A;
  box-shadow: rgba(0, 0, 0, 0.18) 0 2px 3px;
  color: #fff;
  outline: 0;
}
.button:active {
  background-color: #244E9A;
  border-color: #244E9A;
  box-shadow: rgba(0, 0, 0, 0.18) 0 2px 3px;
  color: #fff;
  transition: none;
}
.button--full {
  width: 100%;
  max-width: 100%;
}
.button--round {
  border-radius: 40px;
  padding: 0 18px;
}
.button--inverse {
  background-color: #fff;
  border-color: #244E9A;
  color: #244E9A;
}
.button--inverse:focus, .button--inverse:hover {
  background-color: #fff;
  border-color: #244E9A;
  color: #244E9A;
}
.button--inverse:active {
  background-color: #fff;
  border-color: #244E9A;
  color: #244E9A;
}
.button--featured {
  background-color: hsl(42, 100%, 50%);
  color: #000;
}
.button--featured:focus, .button--featured:hover {
  background-color: hsl(42, 100%, 50%);
  color: #000;
}
.button--disabled {
  background-color: hsl(225, 2%, 96%);
  color: hsl(225, 2%, 65%);
  cursor: help;
  pointer-events: unset;
}

/* purgecss start ignore */
.icon-button {
  padding: 0;
  line-height: 0;
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-reset {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* purgecss end ignore */
/** 
 * News card
*/
.card-news {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  width: 100%;
  max-width: 372px;
}

/** 
 * Agenda card
*/
.card-event {
  background-color: #244E9A;
  border: 1px solid #244E9A;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  max-width: 278px;
}
.card-event__footer {
  min-height: 46px;
}

/**
 * Secciones
*/
.card-section {
  background-color: #fff;
  border: 1px solid #afb8be;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
}

/**
 * Flip Card
*/

.card {
  background-color: #fff;
  border: 1px solid #244E9A;
  border-radius: 8px;
  padding: 16px;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}

@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}

@media (min-width: 1012px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.flip-card {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  position: relative;
  min-height: 180px;
}

.flip-card__front, .flip-card__back {
  border: 1px solid #244E9A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.flip-card__front {
  border-radius: 8px 8px 0 0;
}

.flip-card__back {
  background-color: #244E9A;
  border-radius: 0 0 8px 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
}

.flip-card__img {
  display: block;
  border-radius: 8px 8px 0 0;
}

.flip-card__img--full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card__img--contain {
  padding: 24px;
  max-height: 240px;
}

.flip-card__title {
  background-color: #244E9A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 100%;
  width: 100%;
  padding: 24px;
  border-radius: 8px 8px 0 0;
}

.flip-card__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
}

@media (min-width: 768px) {
  .flip-card {
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .flip-card:hover {
    transform: rotateY(180deg);
  }

  .flip-card__front, .flip-card__back {
    border-radius: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .flip-card__back {
    font-size: 18px;
    transform: rotateY(180deg);
  }

  .flip-card__img,
  .flip-card__title {
    border-radius: 8px;
  }

  .flip-card__text {
    border-radius: 0 0 8px 8px;
  }
}


fieldset {
  margin-bottom: 24px;
}
fieldset .formLegend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  color: #244E9A;
  padding-bottom: 6px;
  margin-bottom: 16px;
  width: 100%;
  font-size: 15px;
}
@media (min-width: 768px) {
  fieldset .formLegend {
    font-size: 18px;
  }
}

.label-block {
  position: absolute;
  left: 10px;
  transform: translateY(-60%);
  transition: 0.3s ease-out;
  font-size: 14px;
  padding: 0px 6px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  z-index: 2;
}

.label-inline {
  display: inline-block;
  padding: 0.25em 0;
  color: #000;
}

input[type=text],
input[type=password],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.32);
  padding: 0 12px;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  min-width: 0;
  color: #000;
  transition: all 0.25s;
  display: block;
  font-size: 13px;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=date],
  select,
  textarea {
    font-size: 15px;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #000;
}
input[type=text].basic,
input[type=password].basic,
input[type=number].basic,
input[type=search].basic,
input[type=email].basic,
input[type=tel].basic,
input[type=date].basic,
select.basic,
textarea.basic {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: inherit;
  height: auto;
  width: auto;
}
input[type=text].basic:focus,
input[type=password].basic:focus,
input[type=number].basic:focus,
input[type=search].basic:focus,
input[type=email].basic:focus,
input[type=tel].basic:focus,
input[type=date].basic:focus,
select.basic:focus,
textarea.basic:focus {
  border-color: #000;
}

input[readonly] {
  background-color: #f9fafb;
  border-color: #f9fafb;
  cursor: default;
}

input[readonly]:focus {
  border-color: #f9fafb;
}

textarea {
  padding: 8px 12px;
  height: auto;
  min-height: 160px;
}

.form-row .text-small {
  display: block;
  padding-top: 8px;
  line-height: 1.27;
}

.form-options {
  border: 1px solid rgba(0, 0, 0, 0.32);
  padding: 4px 12px;
  border-radius: 5px;
  width: 100%;
}

.form-file {
  border: 1px solid rgba(0, 0, 0, 0.32);
  padding: 8px 12px;
  border-radius: 5px;
  width: 100%;
}

.falseinput {
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 0;
}

.cb_politicaPrivacidad {
  font-size: 12px;
}
@media (min-width: 768px) {
  .cb_politicaPrivacidad {
    font-size: 13px;
  }
}

.searchbox {
  width: 180px;
  padding: 2px 8px;
}

.input-wrapper {
  position: relative;
}
.input-wrapper__input {
  padding-left: 40px !important;
}
.input-wrapper__icon {
  left: 12px;
  position: absolute;
  top: 12px;
}

.tooltip {
  position: relative;
  z-index: 3;
}

.tooltip .tooltip-title {
  color: #28719f;
  cursor: help;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0px;
}

.tooltip .tooltip-title:hover + .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltip-text {
  margin-bottom: 0;
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  top: 100%;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 0%;
  opacity: 0;
  transition: opacity 0.3s;
}

/*
* Layout
*******************************************/
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}

[class*=form-col] {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  margin-bottom: 24px;
  margin-right: unset;
  width: 100%;
}

@media (min-width: 768px) {
  .form-row {
    grid-template-columns: repeat(6, 1fr);
  }
  [class*=form-col] {
    grid-column: span 6;
  }
  .form-col-1-2 {
    grid-column: span 3;
  }
  .form-col-1-3 {
    grid-column: span 2;
  }
  .form-col-2-3 {
    grid-column: span 4;
  }
}
/**
 * Inpunt phone
*/
/* purgecss start ignore */
.iti {
  width: 100%;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  color: #2b292c;
  display: block;
  padding: 0 16px;
  font-size: 15px;
  height: 40px;
  width: 100%;
  transition: all 0.25s;
}

/* purgecss end ignore */
/** 
 * Messages system
*/
/* purgecss start ignore */
.message {
  background-color: #0074c2;
  border: 2px solid #0074c2;
  color: #000000;
  margin-bottom: 8px;
  padding: 8px 16px;
}
.message p:last-child,
.message ul:last-child {
  margin-bottom: 0;
}
.message--error {
  background-color: #ffe0e0;
  border: 2px solid #ffe0e0;
  color: #000000;
  margin-bottom: 8px;
  padding: 8px 16px;
}
.message--error p:last-child,
.message--error ul:last-child {
  margin-bottom: 0;
}
.message--warning {
  background-color: #ffc105;
  border: 2px solid #ffc105;
  color: #000000;
  margin-bottom: 8px;
  padding: 8px 16px;
}
.message--warning p:last-child,
.message--warning ul:last-child {
  margin-bottom: 0;
}
.message--success {
  background-color: #b7e7b6;
  border: 2px solid #b7e7b6;
  color: #000000;
  margin-bottom: 8px;
  padding: 8px 16px;
}
.message--success p:last-child,
.message--success ul:last-child {
  margin-bottom: 0;
}

.error {
  background-color: #ffe0e0;
  border: 2px solid #ffe0e0;
  color: #000000;
  margin-bottom: 8px;
  padding: 8px 16px;
}
.error p:last-child,
.error ul:last-child {
  margin-bottom: 0;
}

.ok {
  background-color: #b7e7b6;
  border: 2px solid #b7e7b6;
  color: #000000;
  margin-bottom: 8px;
  padding: 8px 16px;
}
.ok p:last-child,
.ok ul:last-child {
  margin-bottom: 0;
}

.error,
.ok {
  margin-bottom: 24px;
  padding: 24px;
}

.alert {
  background-color: rgba(255, 222, 130, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='28' viewBox='0 0 31 28'%3E%3Cg transform='translate(-757 -431)'%3E%3Cpath d='M14.625,1.58a1,1,0,0,1,1.75,0l13.8,24.935A1,1,0,0,1,29.3,28H1.7a1,1,0,0,1-.875-1.484Z' transform='translate(757 431)' fill='%23fbbc0e'/%3E%3Crect width='3' height='7' transform='translate(771 442)' fill='%23fff'/%3E%3Crect width='3' height='3' transform='translate(771 452)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 21px 21px;
  font-weight: 500;
  padding: 21px 23px 21px 70px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .alert {
    padding: 21px 32px 21px 70px;
  }
}
.alert p:last-child,
.alert ul:last-child {
  margin-bottom: 0;
}

.modal-login {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.modal-login__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* purgecss end ignore */
/**
 * Table of contents
 * -----------------------------------------
 *  - Desktop Navigation
 *  - Breadcrumbs
 *  - Mobile Navigation offcanvas
 *  - Menu inside offcanvas
 *  - Tabs
 * 
*/
/** 
 * Desktop navigation
*/
.navigation__item {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  transition: all 0.35s ease-in-out;
  white-space: nowrap;
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 13px;
  z-index: 2;
}
@media (min-width: 768px) {
  .navigation__item {
    font-size: 16px;
  }
}
@media (min-width: 1012px) {
  .navigation__item {
    border-left: 1px solid #fff;
    border-right: 1px solid transparent;
    border-bottom: 0;
    height: 116px;
    width: 180px;
  }
  .navigation__item:last-child {
    border-right: 1px solid #fff;
  }
  .navigation__item .navigation__submenu {
    background-color: #244E9A;
  }
  .navigation__item:hover .navigation__submenu {
    height: auto;
  }
}
.navigation__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  color: #fff;
  position: relative;
}
.navigation__item-link::before {
  content: "";
  border: none;
  position: absolute;
  margin: auto;
  height: 2px;
  bottom: 0;
  left: 12%;
  right: 12%;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.3s;
}
.navigation__item-link:hover::before {
  transform: scaleX(1);
}

.submenu {
  background-color: rgba(255, 255, 255, 0.05);
  height: 0;
  transition: height ease 0.3s;
  overflow: hidden;
}
.submenu.show {
  height: auto;
}
@media (min-width: 1012px) {
  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 280px;
    width: max-content;
    z-index: 10;
  }
}
.submenu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.submenu__item:last-child {
  border-bottom: 0;
}
.submenu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  transition: all ease 0.3s;
  white-space: normal;
  line-height: 20px;
}
.submenu__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu {
  height: 0;
  transition: height ease 0.3s;
  overflow: hidden;
}
.mobile-menu .navigation__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .navigation__item-link::before {
  content: none;
}
.mobile-menu.show {
  height: auto;
}
.aside-menu {
  height: 0;
  transition: height ease 0.3s;
  overflow: hidden;
}
.aside-menu.show {
  height: auto;
}
@media (min-width: 768px) {
  .aside-menu {
    height: auto;
  }
}

/**
 * Breadcrumbs
*/
.breadcrumbs a, .breadcrumbs__current {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
}

.breadcrumbs {
  padding: 24px 0;
  background-color: #f5f5f5;
  font-size: 13px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs__current {
  font-weight: 700;
}
.breadcrumbs a {
  color: #244E9A;
}
.breadcrumbs__current,
.breadcrumbs a:not(:first-of-type) {
  padding-left: 24px;
  position: relative;
}
.breadcrumbs__current::before,
.breadcrumbs a:not(:first-of-type)::before {
  content: ">";
  position: absolute;
  left: 7px;
  color: #afb8be;
  display: inline-block;
  font-weight: 400;
}

.tablist {
  display: flex;
  margin-bottom: 32px;
}

.tab {
  padding: 8px 16px;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  width: 100%;
  font-size: 18px;
}

.tab[aria-selected="true"] {
  border-color: #244E9A;
  font-weight: 600;
}

.tabpanel {
  display: none;
}

.tabpanel.active {
  display: block;
}

/* purgecss start ignore */
.accordion {
  overflow: hidden;
  margin-bottom: 32px;
}

.accordion__item {
  color: #000;
  overflow: hidden;
  border-top: 1px solid #dfe3e7;
}
.accordion__item:last-child {
  border-bottom: 1px solid #dfe3e7;
}
.accordion__item > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion__item > input:checked + .accordion__item__label {
  background-color: #f9fafb;
}
.accordion__item > input:checked + .accordion__item__label::before {
  transform: rotate(90deg);
}
.accordion__item > input:checked ~ .accordion__item__content {
  background-color: #f9fafb;
  max-height: 999px;
  transition: max-height 1s ease-in-out;
}

.accordion__item__label {
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 22px;
  padding: 16px 10px 14px;
  position: relative;
}
.accordion__item__label:hover {
  cursor: pointer;
}
.accordion__item__label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'%3E%3Cpath d='M10,16l4-4L10,8' transform='translate(-2 -2)' fill='none' stroke='%23244E9A' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  transform-origin: center;
  transition: transform 0.35s;
}

.accordion__item__content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1.5s cubic-bezier(0, 1, 0, 1);
}

.accordion__item__subcontent {
  background-color: #f9fafb;
  color: #000;
  padding: 4px 4px 16px 36px;
}

@media (max-width: 767px) {
  .relatedLinks.menuCollapse > .accordion > .accordion__item {
    border: 1px solid #dfe3e7;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item > .accordion__item__label::before {
    width: 34px;
    height: 38px;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item > .accordion__item__content > .accordion__item__subcontent {
    padding: 0 12px 0 16px;
  }
  .menuCollapse--fill > .accordion > .accordion__item {
    background-color: #244E9A;
  }
  .menuCollapse--fill > .accordion > .accordion__item > input:checked + .accordion__item__label {
    background-color: #244E9A;
  }
  .menuCollapse--fill > .accordion > .accordion__item > .accordion__item__label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10,16l4-4L10,8' transform='translate(-2 -2)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .relatedLinks.menuCollapse .accordion .accordion__item__subcontent {
    background-color: transparent;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item {
    border: none;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item > .accordion__item__label {
    cursor: default;
    padding: 0;
    user-select: none;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item > .accordion__item__label::before {
    content: none;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item > .accordion__item__content > .accordion__item__subcontent {
    padding: 0;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item > input:checked + .accordion__item__label {
    background-color: transparent;
  }
  .relatedLinks.menuCollapse > .accordion > .accordion__item > input ~ .accordion__item__content {
    background-color: transparent;
    max-height: 999px;
    transition: max-height 1s ease-in-out;
  }
}
.swiper {
  --swiper-theme-color: #244E9A;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.swiper--banner {
  --swiper-navigation-size: 26px;
  --swiper-navigation-color: #fff;
  height: 100%;
  z-index: 1 !important;
}
.swiper--banner .swiper-wrapper {
  z-index: 1 !important;
}
.swiper--banner .swiper-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 16px;
}
@media (min-width: 768px) {
  .swiper--banner .swiper-controls {
    gap: 64px;
  }
}
.swiper--banner .swiper-pagination {
  position: static;
  width: auto !important;
}
.swiper--banner .swiper-button-prev,
.swiper--banner .swiper-button-next {
  position: static;
  margin-top: 0;
}

.swiper--carousel .swiper-slide {
  width: auto !important;
}
.swiper--carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper--carousel .swiper-button-next, .swiper--carousel .swiper-button-prev {
  position: static;
}

.swiper--news .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.swiper--events .swiper-wrapper .swiper-slide {
  height: auto !important;
  min-height: 250px;
  align-self: stretch;
  box-sizing: border-box;
}

.swiper-outside {
  --swiper-navigation-color: #244E9A;
  position: relative;
}
.swiper-outside .swiper {
  flex-grow: 1;
}
.swiper-outside .swiper-button-prev--outside,
.swiper-outside .swiper-button-next--outside {
  position: static;
}
@media (min-width: 1280px) {
  .swiper-outside .swiper-button-prev--outside,
  .swiper-outside .swiper-button-next--outside {
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .swiper-outside .swiper-button-prev--outside {
    left: -40px;
  }
}
@media (min-width: 1280px) {
  .swiper-outside .swiper-button-next--outside {
    right: -40px;
  }
}

.video-viewer {
  position: relative;
  cursor: pointer;
  margin-bottom: 24px;
}
.video-viewer__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3Cpath d='M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm-4 29V15l12 9-12 9z'/%3E%3C/svg%3E");
  text-align: center;
  z-index: 2;
}
.video-viewer::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}
.video-viewer.is-actived::before {
  opacity: 0;
}
.video-viewer.is-actived .video-viewer__icon {
  display: none;
}

.entry-video {
  opacity: 0;
  animation: fadeVideo 0.5s forwards;
}

@keyframes fadeVideo {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* purgecss end ignore */
/* Fade in an element */
.anim-fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.anim-fade-in.fast {
  animation-duration: 300ms;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Fade out an element */
.anim-fade-out {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.anim-fade-out.fast {
  animation-duration: 0.3s;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Fade in and slide up an element */
.anim-fade-up {
  opacity: 0;
  animation-name: fade-up;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

@keyframes fade-up {
  0% {
    opacity: 0.8;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Fade an element out and slide down */
.anim-fade-down {
  animation-name: fade-down;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: translateY(100%);
  }
}
/* Grow an element width from 0 to 100% */
.anim-grow-x {
  width: 0%;
  animation-name: grow-x;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-delay: 0.5s;
}

@keyframes grow-x {
  to {
    width: 100%;
  }
}
/* Shrink an element from 100% to 0% */
.anim-shrink-x {
  animation-name: shrink-x;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}

@keyframes shrink-x {
  to {
    width: 0%;
  }
}
/* Fade in an element and scale it fast */
.anim-scale-in {
  animation-name: scale-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

@keyframes scale-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Pulse an element's opacity */
.anim-pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
/* Pulse in an element */
.anim-pulse-in {
  animation-name: pulse-in;
  animation-duration: 0.5s;
}

@keyframes pulse-in {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flip {
  transform: scale(-1, -1);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.lds-ring--sm {
  width: 22px;
  height: 22px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #23a7cc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #23a7cc transparent transparent transparent;
}

.lds-ring--white div {
  border-color: #fff transparent transparent transparent;
}

.lds-ring--sm div {
  width: 16px;
  height: 16px;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.fade-to-color {
  filter: grayscale(100%);
  transition: filter 0.75s ease;
}
.fade-to-color:hover {
  filter: grayscale(0%);
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.02), 0 5px 15px 0 rgba(150, 105, 105, 0.08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-none {
  box-shadow: none;
}

.text-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.text-shadow-md {
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
}

.text-shadow-lg {
  text-shadow: 0 10px 12px rgba(0, 0, 0, 0.6);
}

.text-shadow-none {
  text-shadow: none;
}

@media (min-width: 544px) {
  .sm-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .sm-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .sm-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.02), 0 5px 15px 0 rgba(150, 105, 105, 0.08);
  }
  .sm-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .sm-shadow-none {
    box-shadow: none;
  }
  .sm-text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  }
  .sm-text-shadow-md {
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
  }
  .sm-text-shadow-lg {
    text-shadow: 0 10px 12px rgba(0, 0, 0, 0.6);
  }
  .sm-text-shadow-none {
    text-shadow: none;
  }
}
@media (min-width: 768px) {
  .md-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .md-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .md-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.02), 0 5px 15px 0 rgba(150, 105, 105, 0.08);
  }
  .md-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .md-shadow-none {
    box-shadow: none;
  }
  .md-text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  }
  .md-text-shadow-md {
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
  }
  .md-text-shadow-lg {
    text-shadow: 0 10px 12px rgba(0, 0, 0, 0.6);
  }
  .md-text-shadow-none {
    text-shadow: none;
  }
}
@media (min-width: 1012px) {
  .lg-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .lg-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .lg-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.02), 0 5px 15px 0 rgba(150, 105, 105, 0.08);
  }
  .lg-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .lg-shadow-none {
    box-shadow: none;
  }
  .lg-text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  }
  .lg-text-shadow-md {
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
  }
  .lg-text-shadow-lg {
    text-shadow: 0 10px 12px rgba(0, 0, 0, 0.6);
  }
  .lg-text-shadow-none {
    text-shadow: none;
  }
}
@media (min-width: 1280px) {
  .xl-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .xl-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .xl-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.02), 0 5px 15px 0 rgba(150, 105, 105, 0.08);
  }
  .xl-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .xl-shadow-none {
    box-shadow: none;
  }
  .xl-text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  }
  .xl-text-shadow-md {
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);
  }
  .xl-text-shadow-lg {
    text-shadow: 0 10px 12px rgba(0, 0, 0, 0.6);
  }
  .xl-text-shadow-none {
    text-shadow: none;
  }
}
.border {
  border: 1px solid #c4c4c4;
}

.border-top {
  border-top: 1px solid #c4c4c4;
}

.border-right {
  border-right: 1px solid #c4c4c4;
}

.border-bottom {
  border-bottom: 1px solid #c4c4c4;
}

.border-left {
  border-left: 1px solid #c4c4c4;
}

.border-0 {
  border: 0px;
}

.border-top-0 {
  border-top-width: 0px;
}

.border-right-0 {
  border-right-width: 0px;
}

.border-bottom-0 {
  border-bottom-width: 0px;
}

.border-left-0 {
  border-left-width: 0px;
}

.border-1 {
  border: 1px;
}

.border-top-1 {
  border-top-width: 1px;
}

.border-right-1 {
  border-right-width: 1px;
}

.border-bottom-1 {
  border-bottom-width: 1px;
}

.border-left-1 {
  border-left-width: 1px;
}

.border-2 {
  border: 2px;
}

.border-top-2 {
  border-top-width: 2px;
}

.border-right-2 {
  border-right-width: 2px;
}

.border-bottom-2 {
  border-bottom-width: 2px;
}

.border-left-2 {
  border-left-width: 2px;
}

.border-3 {
  border: 3px;
}

.border-top-3 {
  border-top-width: 3px;
}

.border-right-3 {
  border-right-width: 3px;
}

.border-bottom-3 {
  border-bottom-width: 3px;
}

.border-left-3 {
  border-left-width: 3px;
}

.border-4 {
  border: 4px;
}

.border-top-4 {
  border-top-width: 4px;
}

.border-right-4 {
  border-right-width: 4px;
}

.border-bottom-4 {
  border-bottom-width: 4px;
}

.border-left-4 {
  border-left-width: 4px;
}

.border-5 {
  border: 5px;
}

.border-top-5 {
  border-top-width: 5px;
}

.border-right-5 {
  border-right-width: 5px;
}

.border-bottom-5 {
  border-bottom-width: 5px;
}

.border-left-5 {
  border-left-width: 5px;
}

.border-6 {
  border: 6px;
}

.border-top-6 {
  border-top-width: 6px;
}

.border-right-6 {
  border-right-width: 6px;
}

.border-bottom-6 {
  border-bottom-width: 6px;
}

.border-left-6 {
  border-left-width: 6px;
}

.border-7 {
  border: 7px;
}

.border-top-7 {
  border-top-width: 7px;
}

.border-right-7 {
  border-right-width: 7px;
}

.border-bottom-7 {
  border-bottom-width: 7px;
}

.border-left-7 {
  border-left-width: 7px;
}

.border-8 {
  border: 8px;
}

.border-top-8 {
  border-top-width: 8px;
}

.border-right-8 {
  border-right-width: 8px;
}

.border-bottom-8 {
  border-bottom-width: 8px;
}

.border-left-8 {
  border-left-width: 8px;
}

.border-9 {
  border: 9px;
}

.border-top-9 {
  border-top-width: 9px;
}

.border-right-9 {
  border-right-width: 9px;
}

.border-bottom-9 {
  border-bottom-width: 9px;
}

.border-left-9 {
  border-left-width: 9px;
}

.border-10 {
  border: 10px;
}

.border-top-10 {
  border-top-width: 10px;
}

.border-right-10 {
  border-right-width: 10px;
}

.border-bottom-10 {
  border-bottom-width: 10px;
}

.border-left-10 {
  border-left-width: 10px;
}

.border-dashed {
  border-style: dashed;
}

.border-top-dashed {
  border-top-style: dashed;
}

.border-right-dashed {
  border-right-style: dashed;
}

.border-bottom-dashed {
  border-bottom-style: dashed;
}

.border-left-dashed {
  border-left-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-top-dotted {
  border-top-style: dotted;
}

.border-right-dotted {
  border-right-style: dotted;
}

.border-bottom-dotted {
  border-bottom-style: dotted;
}

.border-left-dotted {
  border-left-style: dotted;
}

.border-double {
  border-style: double;
}

.border-top-double {
  border-top-style: double;
}

.border-right-double {
  border-right-style: double;
}

.border-bottom-double {
  border-bottom-style: double;
}

.border-left-double {
  border-left-style: double;
}

.border-solid {
  border-style: solid;
}

.border-top-solid {
  border-top-style: solid;
}

.border-right-solid {
  border-right-style: solid;
}

.border-bottom-solid {
  border-bottom-style: solid;
}

.border-left-solid {
  border-left-style: solid;
}

@media (min-width: 544px) {
  .sm-border {
    border: 1px solid #c4c4c4;
  }
  .sm-border-top {
    border-top: 1px solid #c4c4c4;
  }
  .sm-border-right {
    border-right: 1px solid #c4c4c4;
  }
  .sm-border-bottom {
    border-bottom: 1px solid #c4c4c4;
  }
  .sm-border-left {
    border-left: 1px solid #c4c4c4;
  }
  .sm-border-0 {
    border: 0px;
  }
  .sm-border-top-0 {
    border-top-width: 0px;
  }
  .sm-border-right-0 {
    border-right-width: 0px;
  }
  .sm-border-bottom-0 {
    border-bottom-width: 0px;
  }
  .sm-border-left-0 {
    border-left-width: 0px;
  }
  .sm-border-1 {
    border: 1px;
  }
  .sm-border-top-1 {
    border-top-width: 1px;
  }
  .sm-border-right-1 {
    border-right-width: 1px;
  }
  .sm-border-bottom-1 {
    border-bottom-width: 1px;
  }
  .sm-border-left-1 {
    border-left-width: 1px;
  }
  .sm-border-2 {
    border: 2px;
  }
  .sm-border-top-2 {
    border-top-width: 2px;
  }
  .sm-border-right-2 {
    border-right-width: 2px;
  }
  .sm-border-bottom-2 {
    border-bottom-width: 2px;
  }
  .sm-border-left-2 {
    border-left-width: 2px;
  }
  .sm-border-3 {
    border: 3px;
  }
  .sm-border-top-3 {
    border-top-width: 3px;
  }
  .sm-border-right-3 {
    border-right-width: 3px;
  }
  .sm-border-bottom-3 {
    border-bottom-width: 3px;
  }
  .sm-border-left-3 {
    border-left-width: 3px;
  }
  .sm-border-4 {
    border: 4px;
  }
  .sm-border-top-4 {
    border-top-width: 4px;
  }
  .sm-border-right-4 {
    border-right-width: 4px;
  }
  .sm-border-bottom-4 {
    border-bottom-width: 4px;
  }
  .sm-border-left-4 {
    border-left-width: 4px;
  }
  .sm-border-5 {
    border: 5px;
  }
  .sm-border-top-5 {
    border-top-width: 5px;
  }
  .sm-border-right-5 {
    border-right-width: 5px;
  }
  .sm-border-bottom-5 {
    border-bottom-width: 5px;
  }
  .sm-border-left-5 {
    border-left-width: 5px;
  }
  .sm-border-6 {
    border: 6px;
  }
  .sm-border-top-6 {
    border-top-width: 6px;
  }
  .sm-border-right-6 {
    border-right-width: 6px;
  }
  .sm-border-bottom-6 {
    border-bottom-width: 6px;
  }
  .sm-border-left-6 {
    border-left-width: 6px;
  }
  .sm-border-7 {
    border: 7px;
  }
  .sm-border-top-7 {
    border-top-width: 7px;
  }
  .sm-border-right-7 {
    border-right-width: 7px;
  }
  .sm-border-bottom-7 {
    border-bottom-width: 7px;
  }
  .sm-border-left-7 {
    border-left-width: 7px;
  }
  .sm-border-8 {
    border: 8px;
  }
  .sm-border-top-8 {
    border-top-width: 8px;
  }
  .sm-border-right-8 {
    border-right-width: 8px;
  }
  .sm-border-bottom-8 {
    border-bottom-width: 8px;
  }
  .sm-border-left-8 {
    border-left-width: 8px;
  }
  .sm-border-9 {
    border: 9px;
  }
  .sm-border-top-9 {
    border-top-width: 9px;
  }
  .sm-border-right-9 {
    border-right-width: 9px;
  }
  .sm-border-bottom-9 {
    border-bottom-width: 9px;
  }
  .sm-border-left-9 {
    border-left-width: 9px;
  }
  .sm-border-10 {
    border: 10px;
  }
  .sm-border-top-10 {
    border-top-width: 10px;
  }
  .sm-border-right-10 {
    border-right-width: 10px;
  }
  .sm-border-bottom-10 {
    border-bottom-width: 10px;
  }
  .sm-border-left-10 {
    border-left-width: 10px;
  }
  .sm-border-dashed {
    border-style: dashed;
  }
  .sm-border-top-dashed {
    border-top-style: dashed;
  }
  .sm-border-right-dashed {
    border-right-style: dashed;
  }
  .sm-border-bottom-dashed {
    border-bottom-style: dashed;
  }
  .sm-border-left-dashed {
    border-left-style: dashed;
  }
  .sm-border-dotted {
    border-style: dotted;
  }
  .sm-border-top-dotted {
    border-top-style: dotted;
  }
  .sm-border-right-dotted {
    border-right-style: dotted;
  }
  .sm-border-bottom-dotted {
    border-bottom-style: dotted;
  }
  .sm-border-left-dotted {
    border-left-style: dotted;
  }
  .sm-border-double {
    border-style: double;
  }
  .sm-border-top-double {
    border-top-style: double;
  }
  .sm-border-right-double {
    border-right-style: double;
  }
  .sm-border-bottom-double {
    border-bottom-style: double;
  }
  .sm-border-left-double {
    border-left-style: double;
  }
  .sm-border-solid {
    border-style: solid;
  }
  .sm-border-top-solid {
    border-top-style: solid;
  }
  .sm-border-right-solid {
    border-right-style: solid;
  }
  .sm-border-bottom-solid {
    border-bottom-style: solid;
  }
  .sm-border-left-solid {
    border-left-style: solid;
  }
}
@media (min-width: 768px) {
  .md-border {
    border: 1px solid #c4c4c4;
  }
  .md-border-top {
    border-top: 1px solid #c4c4c4;
  }
  .md-border-right {
    border-right: 1px solid #c4c4c4;
  }
  .md-border-bottom {
    border-bottom: 1px solid #c4c4c4;
  }
  .md-border-left {
    border-left: 1px solid #c4c4c4;
  }
  .md-border-0 {
    border: 0px;
  }
  .md-border-top-0 {
    border-top-width: 0px;
  }
  .md-border-right-0 {
    border-right-width: 0px;
  }
  .md-border-bottom-0 {
    border-bottom-width: 0px;
  }
  .md-border-left-0 {
    border-left-width: 0px;
  }
  .md-border-1 {
    border: 1px;
  }
  .md-border-top-1 {
    border-top-width: 1px;
  }
  .md-border-right-1 {
    border-right-width: 1px;
  }
  .md-border-bottom-1 {
    border-bottom-width: 1px;
  }
  .md-border-left-1 {
    border-left-width: 1px;
  }
  .md-border-2 {
    border: 2px;
  }
  .md-border-top-2 {
    border-top-width: 2px;
  }
  .md-border-right-2 {
    border-right-width: 2px;
  }
  .md-border-bottom-2 {
    border-bottom-width: 2px;
  }
  .md-border-left-2 {
    border-left-width: 2px;
  }
  .md-border-3 {
    border: 3px;
  }
  .md-border-top-3 {
    border-top-width: 3px;
  }
  .md-border-right-3 {
    border-right-width: 3px;
  }
  .md-border-bottom-3 {
    border-bottom-width: 3px;
  }
  .md-border-left-3 {
    border-left-width: 3px;
  }
  .md-border-4 {
    border: 4px;
  }
  .md-border-top-4 {
    border-top-width: 4px;
  }
  .md-border-right-4 {
    border-right-width: 4px;
  }
  .md-border-bottom-4 {
    border-bottom-width: 4px;
  }
  .md-border-left-4 {
    border-left-width: 4px;
  }
  .md-border-5 {
    border: 5px;
  }
  .md-border-top-5 {
    border-top-width: 5px;
  }
  .md-border-right-5 {
    border-right-width: 5px;
  }
  .md-border-bottom-5 {
    border-bottom-width: 5px;
  }
  .md-border-left-5 {
    border-left-width: 5px;
  }
  .md-border-6 {
    border: 6px;
  }
  .md-border-top-6 {
    border-top-width: 6px;
  }
  .md-border-right-6 {
    border-right-width: 6px;
  }
  .md-border-bottom-6 {
    border-bottom-width: 6px;
  }
  .md-border-left-6 {
    border-left-width: 6px;
  }
  .md-border-7 {
    border: 7px;
  }
  .md-border-top-7 {
    border-top-width: 7px;
  }
  .md-border-right-7 {
    border-right-width: 7px;
  }
  .md-border-bottom-7 {
    border-bottom-width: 7px;
  }
  .md-border-left-7 {
    border-left-width: 7px;
  }
  .md-border-8 {
    border: 8px;
  }
  .md-border-top-8 {
    border-top-width: 8px;
  }
  .md-border-right-8 {
    border-right-width: 8px;
  }
  .md-border-bottom-8 {
    border-bottom-width: 8px;
  }
  .md-border-left-8 {
    border-left-width: 8px;
  }
  .md-border-9 {
    border: 9px;
  }
  .md-border-top-9 {
    border-top-width: 9px;
  }
  .md-border-right-9 {
    border-right-width: 9px;
  }
  .md-border-bottom-9 {
    border-bottom-width: 9px;
  }
  .md-border-left-9 {
    border-left-width: 9px;
  }
  .md-border-10 {
    border: 10px;
  }
  .md-border-top-10 {
    border-top-width: 10px;
  }
  .md-border-right-10 {
    border-right-width: 10px;
  }
  .md-border-bottom-10 {
    border-bottom-width: 10px;
  }
  .md-border-left-10 {
    border-left-width: 10px;
  }
  .md-border-dashed {
    border-style: dashed;
  }
  .md-border-top-dashed {
    border-top-style: dashed;
  }
  .md-border-right-dashed {
    border-right-style: dashed;
  }
  .md-border-bottom-dashed {
    border-bottom-style: dashed;
  }
  .md-border-left-dashed {
    border-left-style: dashed;
  }
  .md-border-dotted {
    border-style: dotted;
  }
  .md-border-top-dotted {
    border-top-style: dotted;
  }
  .md-border-right-dotted {
    border-right-style: dotted;
  }
  .md-border-bottom-dotted {
    border-bottom-style: dotted;
  }
  .md-border-left-dotted {
    border-left-style: dotted;
  }
  .md-border-double {
    border-style: double;
  }
  .md-border-top-double {
    border-top-style: double;
  }
  .md-border-right-double {
    border-right-style: double;
  }
  .md-border-bottom-double {
    border-bottom-style: double;
  }
  .md-border-left-double {
    border-left-style: double;
  }
  .md-border-solid {
    border-style: solid;
  }
  .md-border-top-solid {
    border-top-style: solid;
  }
  .md-border-right-solid {
    border-right-style: solid;
  }
  .md-border-bottom-solid {
    border-bottom-style: solid;
  }
  .md-border-left-solid {
    border-left-style: solid;
  }
}
@media (min-width: 1012px) {
  .lg-border {
    border: 1px solid #c4c4c4;
  }
  .lg-border-top {
    border-top: 1px solid #c4c4c4;
  }
  .lg-border-right {
    border-right: 1px solid #c4c4c4;
  }
  .lg-border-bottom {
    border-bottom: 1px solid #c4c4c4;
  }
  .lg-border-left {
    border-left: 1px solid #c4c4c4;
  }
  .lg-border-0 {
    border: 0px;
  }
  .lg-border-top-0 {
    border-top-width: 0px;
  }
  .lg-border-right-0 {
    border-right-width: 0px;
  }
  .lg-border-bottom-0 {
    border-bottom-width: 0px;
  }
  .lg-border-left-0 {
    border-left-width: 0px;
  }
  .lg-border-1 {
    border: 1px;
  }
  .lg-border-top-1 {
    border-top-width: 1px;
  }
  .lg-border-right-1 {
    border-right-width: 1px;
  }
  .lg-border-bottom-1 {
    border-bottom-width: 1px;
  }
  .lg-border-left-1 {
    border-left-width: 1px;
  }
  .lg-border-2 {
    border: 2px;
  }
  .lg-border-top-2 {
    border-top-width: 2px;
  }
  .lg-border-right-2 {
    border-right-width: 2px;
  }
  .lg-border-bottom-2 {
    border-bottom-width: 2px;
  }
  .lg-border-left-2 {
    border-left-width: 2px;
  }
  .lg-border-3 {
    border: 3px;
  }
  .lg-border-top-3 {
    border-top-width: 3px;
  }
  .lg-border-right-3 {
    border-right-width: 3px;
  }
  .lg-border-bottom-3 {
    border-bottom-width: 3px;
  }
  .lg-border-left-3 {
    border-left-width: 3px;
  }
  .lg-border-4 {
    border: 4px;
  }
  .lg-border-top-4 {
    border-top-width: 4px;
  }
  .lg-border-right-4 {
    border-right-width: 4px;
  }
  .lg-border-bottom-4 {
    border-bottom-width: 4px;
  }
  .lg-border-left-4 {
    border-left-width: 4px;
  }
  .lg-border-5 {
    border: 5px;
  }
  .lg-border-top-5 {
    border-top-width: 5px;
  }
  .lg-border-right-5 {
    border-right-width: 5px;
  }
  .lg-border-bottom-5 {
    border-bottom-width: 5px;
  }
  .lg-border-left-5 {
    border-left-width: 5px;
  }
  .lg-border-6 {
    border: 6px;
  }
  .lg-border-top-6 {
    border-top-width: 6px;
  }
  .lg-border-right-6 {
    border-right-width: 6px;
  }
  .lg-border-bottom-6 {
    border-bottom-width: 6px;
  }
  .lg-border-left-6 {
    border-left-width: 6px;
  }
  .lg-border-7 {
    border: 7px;
  }
  .lg-border-top-7 {
    border-top-width: 7px;
  }
  .lg-border-right-7 {
    border-right-width: 7px;
  }
  .lg-border-bottom-7 {
    border-bottom-width: 7px;
  }
  .lg-border-left-7 {
    border-left-width: 7px;
  }
  .lg-border-8 {
    border: 8px;
  }
  .lg-border-top-8 {
    border-top-width: 8px;
  }
  .lg-border-right-8 {
    border-right-width: 8px;
  }
  .lg-border-bottom-8 {
    border-bottom-width: 8px;
  }
  .lg-border-left-8 {
    border-left-width: 8px;
  }
  .lg-border-9 {
    border: 9px;
  }
  .lg-border-top-9 {
    border-top-width: 9px;
  }
  .lg-border-right-9 {
    border-right-width: 9px;
  }
  .lg-border-bottom-9 {
    border-bottom-width: 9px;
  }
  .lg-border-left-9 {
    border-left-width: 9px;
  }
  .lg-border-10 {
    border: 10px;
  }
  .lg-border-top-10 {
    border-top-width: 10px;
  }
  .lg-border-right-10 {
    border-right-width: 10px;
  }
  .lg-border-bottom-10 {
    border-bottom-width: 10px;
  }
  .lg-border-left-10 {
    border-left-width: 10px;
  }
  .lg-border-dashed {
    border-style: dashed;
  }
  .lg-border-top-dashed {
    border-top-style: dashed;
  }
  .lg-border-right-dashed {
    border-right-style: dashed;
  }
  .lg-border-bottom-dashed {
    border-bottom-style: dashed;
  }
  .lg-border-left-dashed {
    border-left-style: dashed;
  }
  .lg-border-dotted {
    border-style: dotted;
  }
  .lg-border-top-dotted {
    border-top-style: dotted;
  }
  .lg-border-right-dotted {
    border-right-style: dotted;
  }
  .lg-border-bottom-dotted {
    border-bottom-style: dotted;
  }
  .lg-border-left-dotted {
    border-left-style: dotted;
  }
  .lg-border-double {
    border-style: double;
  }
  .lg-border-top-double {
    border-top-style: double;
  }
  .lg-border-right-double {
    border-right-style: double;
  }
  .lg-border-bottom-double {
    border-bottom-style: double;
  }
  .lg-border-left-double {
    border-left-style: double;
  }
  .lg-border-solid {
    border-style: solid;
  }
  .lg-border-top-solid {
    border-top-style: solid;
  }
  .lg-border-right-solid {
    border-right-style: solid;
  }
  .lg-border-bottom-solid {
    border-bottom-style: solid;
  }
  .lg-border-left-solid {
    border-left-style: solid;
  }
}
@media (min-width: 1280px) {
  .xl-border {
    border: 1px solid #c4c4c4;
  }
  .xl-border-top {
    border-top: 1px solid #c4c4c4;
  }
  .xl-border-right {
    border-right: 1px solid #c4c4c4;
  }
  .xl-border-bottom {
    border-bottom: 1px solid #c4c4c4;
  }
  .xl-border-left {
    border-left: 1px solid #c4c4c4;
  }
  .xl-border-0 {
    border: 0px;
  }
  .xl-border-top-0 {
    border-top-width: 0px;
  }
  .xl-border-right-0 {
    border-right-width: 0px;
  }
  .xl-border-bottom-0 {
    border-bottom-width: 0px;
  }
  .xl-border-left-0 {
    border-left-width: 0px;
  }
  .xl-border-1 {
    border: 1px;
  }
  .xl-border-top-1 {
    border-top-width: 1px;
  }
  .xl-border-right-1 {
    border-right-width: 1px;
  }
  .xl-border-bottom-1 {
    border-bottom-width: 1px;
  }
  .xl-border-left-1 {
    border-left-width: 1px;
  }
  .xl-border-2 {
    border: 2px;
  }
  .xl-border-top-2 {
    border-top-width: 2px;
  }
  .xl-border-right-2 {
    border-right-width: 2px;
  }
  .xl-border-bottom-2 {
    border-bottom-width: 2px;
  }
  .xl-border-left-2 {
    border-left-width: 2px;
  }
  .xl-border-3 {
    border: 3px;
  }
  .xl-border-top-3 {
    border-top-width: 3px;
  }
  .xl-border-right-3 {
    border-right-width: 3px;
  }
  .xl-border-bottom-3 {
    border-bottom-width: 3px;
  }
  .xl-border-left-3 {
    border-left-width: 3px;
  }
  .xl-border-4 {
    border: 4px;
  }
  .xl-border-top-4 {
    border-top-width: 4px;
  }
  .xl-border-right-4 {
    border-right-width: 4px;
  }
  .xl-border-bottom-4 {
    border-bottom-width: 4px;
  }
  .xl-border-left-4 {
    border-left-width: 4px;
  }
  .xl-border-5 {
    border: 5px;
  }
  .xl-border-top-5 {
    border-top-width: 5px;
  }
  .xl-border-right-5 {
    border-right-width: 5px;
  }
  .xl-border-bottom-5 {
    border-bottom-width: 5px;
  }
  .xl-border-left-5 {
    border-left-width: 5px;
  }
  .xl-border-6 {
    border: 6px;
  }
  .xl-border-top-6 {
    border-top-width: 6px;
  }
  .xl-border-right-6 {
    border-right-width: 6px;
  }
  .xl-border-bottom-6 {
    border-bottom-width: 6px;
  }
  .xl-border-left-6 {
    border-left-width: 6px;
  }
  .xl-border-7 {
    border: 7px;
  }
  .xl-border-top-7 {
    border-top-width: 7px;
  }
  .xl-border-right-7 {
    border-right-width: 7px;
  }
  .xl-border-bottom-7 {
    border-bottom-width: 7px;
  }
  .xl-border-left-7 {
    border-left-width: 7px;
  }
  .xl-border-8 {
    border: 8px;
  }
  .xl-border-top-8 {
    border-top-width: 8px;
  }
  .xl-border-right-8 {
    border-right-width: 8px;
  }
  .xl-border-bottom-8 {
    border-bottom-width: 8px;
  }
  .xl-border-left-8 {
    border-left-width: 8px;
  }
  .xl-border-9 {
    border: 9px;
  }
  .xl-border-top-9 {
    border-top-width: 9px;
  }
  .xl-border-right-9 {
    border-right-width: 9px;
  }
  .xl-border-bottom-9 {
    border-bottom-width: 9px;
  }
  .xl-border-left-9 {
    border-left-width: 9px;
  }
  .xl-border-10 {
    border: 10px;
  }
  .xl-border-top-10 {
    border-top-width: 10px;
  }
  .xl-border-right-10 {
    border-right-width: 10px;
  }
  .xl-border-bottom-10 {
    border-bottom-width: 10px;
  }
  .xl-border-left-10 {
    border-left-width: 10px;
  }
  .xl-border-dashed {
    border-style: dashed;
  }
  .xl-border-top-dashed {
    border-top-style: dashed;
  }
  .xl-border-right-dashed {
    border-right-style: dashed;
  }
  .xl-border-bottom-dashed {
    border-bottom-style: dashed;
  }
  .xl-border-left-dashed {
    border-left-style: dashed;
  }
  .xl-border-dotted {
    border-style: dotted;
  }
  .xl-border-top-dotted {
    border-top-style: dotted;
  }
  .xl-border-right-dotted {
    border-right-style: dotted;
  }
  .xl-border-bottom-dotted {
    border-bottom-style: dotted;
  }
  .xl-border-left-dotted {
    border-left-style: dotted;
  }
  .xl-border-double {
    border-style: double;
  }
  .xl-border-top-double {
    border-top-style: double;
  }
  .xl-border-right-double {
    border-right-style: double;
  }
  .xl-border-bottom-double {
    border-bottom-style: double;
  }
  .xl-border-left-double {
    border-left-style: double;
  }
  .xl-border-solid {
    border-style: solid;
  }
  .xl-border-top-solid {
    border-top-style: solid;
  }
  .xl-border-right-solid {
    border-right-style: solid;
  }
  .xl-border-bottom-solid {
    border-bottom-style: solid;
  }
  .xl-border-left-solid {
    border-left-style: solid;
  }
}
.fill-none {
  fill: none;
}

.stroke-none {
  stroke: none;
}

.bg-black {
  background-color: #000;
}

.border-color-black {
  border-color: #000;
}

.border-top-black {
  border-top-color: #000;
}

.border-right-black {
  border-right-color: #000;
}

.border-bottom-black {
  border-bottom-color: #000;
}

.border-left-black {
  border-left-color: #000;
}

.fill-black {
  fill: #000;
}

.stroke-black {
  stroke: #000;
}

.text-black {
  color: #000;
}

.bg-black-op-0 {
  background-color: rgba(0, 0, 0, 0);
}

.border-color-black-op-0 {
  border-color: rgba(0, 0, 0, 0);
}

.border-top-black-op-0 {
  border-top-color: rgba(0, 0, 0, 0);
}

.border-right-black-op-0 {
  border-right-color: rgba(0, 0, 0, 0);
}

.border-bottom-black-op-0 {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.border-left-black-op-0 {
  border-left-color: rgba(0, 0, 0, 0);
}

.fill-black-op-0 {
  fill: rgba(0, 0, 0, 0);
}

.stroke-black-op-0 {
  stroke: rgba(0, 0, 0, 0);
}

.text-black-op-0 {
  color: rgba(0, 0, 0, 0);
}

.bg-black-op-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.border-color-black-op-1 {
  border-color: rgba(0, 0, 0, 0.1);
}

.border-top-black-op-1 {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.border-right-black-op-1 {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.border-bottom-black-op-1 {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.border-left-black-op-1 {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.fill-black-op-1 {
  fill: rgba(0, 0, 0, 0.1);
}

.stroke-black-op-1 {
  stroke: rgba(0, 0, 0, 0.1);
}

.text-black-op-1 {
  color: rgba(0, 0, 0, 0.1);
}

.bg-black-op-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.border-color-black-op-2 {
  border-color: rgba(0, 0, 0, 0.2);
}

.border-top-black-op-2 {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.border-right-black-op-2 {
  border-right-color: rgba(0, 0, 0, 0.2);
}

.border-bottom-black-op-2 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.border-left-black-op-2 {
  border-left-color: rgba(0, 0, 0, 0.2);
}

.fill-black-op-2 {
  fill: rgba(0, 0, 0, 0.2);
}

.stroke-black-op-2 {
  stroke: rgba(0, 0, 0, 0.2);
}

.text-black-op-2 {
  color: rgba(0, 0, 0, 0.2);
}

.bg-black-op-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.border-color-black-op-3 {
  border-color: rgba(0, 0, 0, 0.3);
}

.border-top-black-op-3 {
  border-top-color: rgba(0, 0, 0, 0.3);
}

.border-right-black-op-3 {
  border-right-color: rgba(0, 0, 0, 0.3);
}

.border-bottom-black-op-3 {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.border-left-black-op-3 {
  border-left-color: rgba(0, 0, 0, 0.3);
}

.fill-black-op-3 {
  fill: rgba(0, 0, 0, 0.3);
}

.stroke-black-op-3 {
  stroke: rgba(0, 0, 0, 0.3);
}

.text-black-op-3 {
  color: rgba(0, 0, 0, 0.3);
}

.bg-black-op-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.border-color-black-op-4 {
  border-color: rgba(0, 0, 0, 0.4);
}

.border-top-black-op-4 {
  border-top-color: rgba(0, 0, 0, 0.4);
}

.border-right-black-op-4 {
  border-right-color: rgba(0, 0, 0, 0.4);
}

.border-bottom-black-op-4 {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.border-left-black-op-4 {
  border-left-color: rgba(0, 0, 0, 0.4);
}

.fill-black-op-4 {
  fill: rgba(0, 0, 0, 0.4);
}

.stroke-black-op-4 {
  stroke: rgba(0, 0, 0, 0.4);
}

.text-black-op-4 {
  color: rgba(0, 0, 0, 0.4);
}

.bg-black-op-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.border-color-black-op-5 {
  border-color: rgba(0, 0, 0, 0.5);
}

.border-top-black-op-5 {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.border-right-black-op-5 {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.border-bottom-black-op-5 {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.border-left-black-op-5 {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.fill-black-op-5 {
  fill: rgba(0, 0, 0, 0.5);
}

.stroke-black-op-5 {
  stroke: rgba(0, 0, 0, 0.5);
}

.text-black-op-5 {
  color: rgba(0, 0, 0, 0.5);
}

.bg-black-op-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.border-color-black-op-6 {
  border-color: rgba(0, 0, 0, 0.6);
}

.border-top-black-op-6 {
  border-top-color: rgba(0, 0, 0, 0.6);
}

.border-right-black-op-6 {
  border-right-color: rgba(0, 0, 0, 0.6);
}

.border-bottom-black-op-6 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

.border-left-black-op-6 {
  border-left-color: rgba(0, 0, 0, 0.6);
}

.fill-black-op-6 {
  fill: rgba(0, 0, 0, 0.6);
}

.stroke-black-op-6 {
  stroke: rgba(0, 0, 0, 0.6);
}

.text-black-op-6 {
  color: rgba(0, 0, 0, 0.6);
}

.bg-black-op-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.border-color-black-op-7 {
  border-color: rgba(0, 0, 0, 0.7);
}

.border-top-black-op-7 {
  border-top-color: rgba(0, 0, 0, 0.7);
}

.border-right-black-op-7 {
  border-right-color: rgba(0, 0, 0, 0.7);
}

.border-bottom-black-op-7 {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.border-left-black-op-7 {
  border-left-color: rgba(0, 0, 0, 0.7);
}

.fill-black-op-7 {
  fill: rgba(0, 0, 0, 0.7);
}

.stroke-black-op-7 {
  stroke: rgba(0, 0, 0, 0.7);
}

.text-black-op-7 {
  color: rgba(0, 0, 0, 0.7);
}

.bg-black-op-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.border-color-black-op-8 {
  border-color: rgba(0, 0, 0, 0.8);
}

.border-top-black-op-8 {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.border-right-black-op-8 {
  border-right-color: rgba(0, 0, 0, 0.8);
}

.border-bottom-black-op-8 {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.border-left-black-op-8 {
  border-left-color: rgba(0, 0, 0, 0.8);
}

.fill-black-op-8 {
  fill: rgba(0, 0, 0, 0.8);
}

.stroke-black-op-8 {
  stroke: rgba(0, 0, 0, 0.8);
}

.text-black-op-8 {
  color: rgba(0, 0, 0, 0.8);
}

.bg-black-op-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.border-color-black-op-9 {
  border-color: rgba(0, 0, 0, 0.9);
}

.border-top-black-op-9 {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.border-right-black-op-9 {
  border-right-color: rgba(0, 0, 0, 0.9);
}

.border-bottom-black-op-9 {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.border-left-black-op-9 {
  border-left-color: rgba(0, 0, 0, 0.9);
}

.fill-black-op-9 {
  fill: rgba(0, 0, 0, 0.9);
}

.stroke-black-op-9 {
  stroke: rgba(0, 0, 0, 0.9);
}

.text-black-op-9 {
  color: rgba(0, 0, 0, 0.9);
}

.bg-black-op-10 {
  background-color: black;
}

.border-color-black-op-10 {
  border-color: black;
}

.border-top-black-op-10 {
  border-top-color: black;
}

.border-right-black-op-10 {
  border-right-color: black;
}

.border-bottom-black-op-10 {
  border-bottom-color: black;
}

.border-left-black-op-10 {
  border-left-color: black;
}

.fill-black-op-10 {
  fill: black;
}

.stroke-black-op-10 {
  stroke: black;
}

.text-black-op-10 {
  color: black;
}

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

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

.border-top-white {
  border-top-color: #fff;
}

.border-right-white {
  border-right-color: #fff;
}

.border-bottom-white {
  border-bottom-color: #fff;
}

.border-left-white {
  border-left-color: #fff;
}

.fill-white {
  fill: #fff;
}

.stroke-white {
  stroke: #fff;
}

.text-white {
  color: #fff;
}

.bg-white-op-0 {
  background-color: rgba(255, 255, 255, 0);
}

.border-color-white-op-0 {
  border-color: rgba(255, 255, 255, 0);
}

.border-top-white-op-0 {
  border-top-color: rgba(255, 255, 255, 0);
}

.border-right-white-op-0 {
  border-right-color: rgba(255, 255, 255, 0);
}

.border-bottom-white-op-0 {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.border-left-white-op-0 {
  border-left-color: rgba(255, 255, 255, 0);
}

.fill-white-op-0 {
  fill: rgba(255, 255, 255, 0);
}

.stroke-white-op-0 {
  stroke: rgba(255, 255, 255, 0);
}

.text-white-op-0 {
  color: rgba(255, 255, 255, 0);
}

.bg-white-op-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.border-color-white-op-1 {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-top-white-op-1 {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.border-right-white-op-1 {
  border-right-color: rgba(255, 255, 255, 0.1);
}

.border-bottom-white-op-1 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.border-left-white-op-1 {
  border-left-color: rgba(255, 255, 255, 0.1);
}

.fill-white-op-1 {
  fill: rgba(255, 255, 255, 0.1);
}

.stroke-white-op-1 {
  stroke: rgba(255, 255, 255, 0.1);
}

.text-white-op-1 {
  color: rgba(255, 255, 255, 0.1);
}

.bg-white-op-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.border-color-white-op-2 {
  border-color: rgba(255, 255, 255, 0.2);
}

.border-top-white-op-2 {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.border-right-white-op-2 {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.border-bottom-white-op-2 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.border-left-white-op-2 {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.fill-white-op-2 {
  fill: rgba(255, 255, 255, 0.2);
}

.stroke-white-op-2 {
  stroke: rgba(255, 255, 255, 0.2);
}

.text-white-op-2 {
  color: rgba(255, 255, 255, 0.2);
}

.bg-white-op-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.border-color-white-op-3 {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-top-white-op-3 {
  border-top-color: rgba(255, 255, 255, 0.3);
}

.border-right-white-op-3 {
  border-right-color: rgba(255, 255, 255, 0.3);
}

.border-bottom-white-op-3 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.border-left-white-op-3 {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.fill-white-op-3 {
  fill: rgba(255, 255, 255, 0.3);
}

.stroke-white-op-3 {
  stroke: rgba(255, 255, 255, 0.3);
}

.text-white-op-3 {
  color: rgba(255, 255, 255, 0.3);
}

.bg-white-op-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.border-color-white-op-4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.border-top-white-op-4 {
  border-top-color: rgba(255, 255, 255, 0.4);
}

.border-right-white-op-4 {
  border-right-color: rgba(255, 255, 255, 0.4);
}

.border-bottom-white-op-4 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.border-left-white-op-4 {
  border-left-color: rgba(255, 255, 255, 0.4);
}

.fill-white-op-4 {
  fill: rgba(255, 255, 255, 0.4);
}

.stroke-white-op-4 {
  stroke: rgba(255, 255, 255, 0.4);
}

.text-white-op-4 {
  color: rgba(255, 255, 255, 0.4);
}

.bg-white-op-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.border-color-white-op-5 {
  border-color: rgba(255, 255, 255, 0.5);
}

.border-top-white-op-5 {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.border-right-white-op-5 {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.border-bottom-white-op-5 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.border-left-white-op-5 {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.fill-white-op-5 {
  fill: rgba(255, 255, 255, 0.5);
}

.stroke-white-op-5 {
  stroke: rgba(255, 255, 255, 0.5);
}

.text-white-op-5 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-white-op-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.border-color-white-op-6 {
  border-color: rgba(255, 255, 255, 0.6);
}

.border-top-white-op-6 {
  border-top-color: rgba(255, 255, 255, 0.6);
}

.border-right-white-op-6 {
  border-right-color: rgba(255, 255, 255, 0.6);
}

.border-bottom-white-op-6 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.border-left-white-op-6 {
  border-left-color: rgba(255, 255, 255, 0.6);
}

.fill-white-op-6 {
  fill: rgba(255, 255, 255, 0.6);
}

.stroke-white-op-6 {
  stroke: rgba(255, 255, 255, 0.6);
}

.text-white-op-6 {
  color: rgba(255, 255, 255, 0.6);
}

.bg-white-op-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.border-color-white-op-7 {
  border-color: rgba(255, 255, 255, 0.7);
}

.border-top-white-op-7 {
  border-top-color: rgba(255, 255, 255, 0.7);
}

.border-right-white-op-7 {
  border-right-color: rgba(255, 255, 255, 0.7);
}

.border-bottom-white-op-7 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.border-left-white-op-7 {
  border-left-color: rgba(255, 255, 255, 0.7);
}

.fill-white-op-7 {
  fill: rgba(255, 255, 255, 0.7);
}

.stroke-white-op-7 {
  stroke: rgba(255, 255, 255, 0.7);
}

.text-white-op-7 {
  color: rgba(255, 255, 255, 0.7);
}

.bg-white-op-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.border-color-white-op-8 {
  border-color: rgba(255, 255, 255, 0.8);
}

.border-top-white-op-8 {
  border-top-color: rgba(255, 255, 255, 0.8);
}

.border-right-white-op-8 {
  border-right-color: rgba(255, 255, 255, 0.8);
}

.border-bottom-white-op-8 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.border-left-white-op-8 {
  border-left-color: rgba(255, 255, 255, 0.8);
}

.fill-white-op-8 {
  fill: rgba(255, 255, 255, 0.8);
}

.stroke-white-op-8 {
  stroke: rgba(255, 255, 255, 0.8);
}

.text-white-op-8 {
  color: rgba(255, 255, 255, 0.8);
}

.bg-white-op-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.border-color-white-op-9 {
  border-color: rgba(255, 255, 255, 0.9);
}

.border-top-white-op-9 {
  border-top-color: rgba(255, 255, 255, 0.9);
}

.border-right-white-op-9 {
  border-right-color: rgba(255, 255, 255, 0.9);
}

.border-bottom-white-op-9 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.border-left-white-op-9 {
  border-left-color: rgba(255, 255, 255, 0.9);
}

.fill-white-op-9 {
  fill: rgba(255, 255, 255, 0.9);
}

.stroke-white-op-9 {
  stroke: rgba(255, 255, 255, 0.9);
}

.text-white-op-9 {
  color: rgba(255, 255, 255, 0.9);
}

.bg-white-op-10 {
  background-color: white;
}

.border-color-white-op-10 {
  border-color: white;
}

.border-top-white-op-10 {
  border-top-color: white;
}

.border-right-white-op-10 {
  border-right-color: white;
}

.border-bottom-white-op-10 {
  border-bottom-color: white;
}

.border-left-white-op-10 {
  border-left-color: white;
}

.fill-white-op-10 {
  fill: white;
}

.stroke-white-op-10 {
  stroke: white;
}

.text-white-op-10 {
  color: white;
}

.bg-gray-100 {
  background-color: #f9fafb;
}

.border-color-gray-100 {
  border-color: #f9fafb;
}

.border-top-gray-100 {
  border-top-color: #f9fafb;
}

.border-right-gray-100 {
  border-right-color: #f9fafb;
}

.border-bottom-gray-100 {
  border-bottom-color: #f9fafb;
}

.border-left-gray-100 {
  border-left-color: #f9fafb;
}

.fill-gray-100 {
  fill: #f9fafb;
}

.stroke-gray-100 {
  stroke: #f9fafb;
}

.text-gray-100 {
  color: #f9fafb;
}

.bg-gray-100-op-0 {
  background-color: rgba(249, 250, 251, 0);
}

.border-color-gray-100-op-0 {
  border-color: rgba(249, 250, 251, 0);
}

.border-top-gray-100-op-0 {
  border-top-color: rgba(249, 250, 251, 0);
}

.border-right-gray-100-op-0 {
  border-right-color: rgba(249, 250, 251, 0);
}

.border-bottom-gray-100-op-0 {
  border-bottom-color: rgba(249, 250, 251, 0);
}

.border-left-gray-100-op-0 {
  border-left-color: rgba(249, 250, 251, 0);
}

.fill-gray-100-op-0 {
  fill: rgba(249, 250, 251, 0);
}

.stroke-gray-100-op-0 {
  stroke: rgba(249, 250, 251, 0);
}

.text-gray-100-op-0 {
  color: rgba(249, 250, 251, 0);
}

.bg-gray-100-op-1 {
  background-color: rgba(249, 250, 251, 0.1);
}

.border-color-gray-100-op-1 {
  border-color: rgba(249, 250, 251, 0.1);
}

.border-top-gray-100-op-1 {
  border-top-color: rgba(249, 250, 251, 0.1);
}

.border-right-gray-100-op-1 {
  border-right-color: rgba(249, 250, 251, 0.1);
}

.border-bottom-gray-100-op-1 {
  border-bottom-color: rgba(249, 250, 251, 0.1);
}

.border-left-gray-100-op-1 {
  border-left-color: rgba(249, 250, 251, 0.1);
}

.fill-gray-100-op-1 {
  fill: rgba(249, 250, 251, 0.1);
}

.stroke-gray-100-op-1 {
  stroke: rgba(249, 250, 251, 0.1);
}

.text-gray-100-op-1 {
  color: rgba(249, 250, 251, 0.1);
}

.bg-gray-100-op-2 {
  background-color: rgba(249, 250, 251, 0.2);
}

.border-color-gray-100-op-2 {
  border-color: rgba(249, 250, 251, 0.2);
}

.border-top-gray-100-op-2 {
  border-top-color: rgba(249, 250, 251, 0.2);
}

.border-right-gray-100-op-2 {
  border-right-color: rgba(249, 250, 251, 0.2);
}

.border-bottom-gray-100-op-2 {
  border-bottom-color: rgba(249, 250, 251, 0.2);
}

.border-left-gray-100-op-2 {
  border-left-color: rgba(249, 250, 251, 0.2);
}

.fill-gray-100-op-2 {
  fill: rgba(249, 250, 251, 0.2);
}

.stroke-gray-100-op-2 {
  stroke: rgba(249, 250, 251, 0.2);
}

.text-gray-100-op-2 {
  color: rgba(249, 250, 251, 0.2);
}

.bg-gray-100-op-3 {
  background-color: rgba(249, 250, 251, 0.3);
}

.border-color-gray-100-op-3 {
  border-color: rgba(249, 250, 251, 0.3);
}

.border-top-gray-100-op-3 {
  border-top-color: rgba(249, 250, 251, 0.3);
}

.border-right-gray-100-op-3 {
  border-right-color: rgba(249, 250, 251, 0.3);
}

.border-bottom-gray-100-op-3 {
  border-bottom-color: rgba(249, 250, 251, 0.3);
}

.border-left-gray-100-op-3 {
  border-left-color: rgba(249, 250, 251, 0.3);
}

.fill-gray-100-op-3 {
  fill: rgba(249, 250, 251, 0.3);
}

.stroke-gray-100-op-3 {
  stroke: rgba(249, 250, 251, 0.3);
}

.text-gray-100-op-3 {
  color: rgba(249, 250, 251, 0.3);
}

.bg-gray-100-op-4 {
  background-color: rgba(249, 250, 251, 0.4);
}

.border-color-gray-100-op-4 {
  border-color: rgba(249, 250, 251, 0.4);
}

.border-top-gray-100-op-4 {
  border-top-color: rgba(249, 250, 251, 0.4);
}

.border-right-gray-100-op-4 {
  border-right-color: rgba(249, 250, 251, 0.4);
}

.border-bottom-gray-100-op-4 {
  border-bottom-color: rgba(249, 250, 251, 0.4);
}

.border-left-gray-100-op-4 {
  border-left-color: rgba(249, 250, 251, 0.4);
}

.fill-gray-100-op-4 {
  fill: rgba(249, 250, 251, 0.4);
}

.stroke-gray-100-op-4 {
  stroke: rgba(249, 250, 251, 0.4);
}

.text-gray-100-op-4 {
  color: rgba(249, 250, 251, 0.4);
}

.bg-gray-100-op-5 {
  background-color: rgba(249, 250, 251, 0.5);
}

.border-color-gray-100-op-5 {
  border-color: rgba(249, 250, 251, 0.5);
}

.border-top-gray-100-op-5 {
  border-top-color: rgba(249, 250, 251, 0.5);
}

.border-right-gray-100-op-5 {
  border-right-color: rgba(249, 250, 251, 0.5);
}

.border-bottom-gray-100-op-5 {
  border-bottom-color: rgba(249, 250, 251, 0.5);
}

.border-left-gray-100-op-5 {
  border-left-color: rgba(249, 250, 251, 0.5);
}

.fill-gray-100-op-5 {
  fill: rgba(249, 250, 251, 0.5);
}

.stroke-gray-100-op-5 {
  stroke: rgba(249, 250, 251, 0.5);
}

.text-gray-100-op-5 {
  color: rgba(249, 250, 251, 0.5);
}

.bg-gray-100-op-6 {
  background-color: rgba(249, 250, 251, 0.6);
}

.border-color-gray-100-op-6 {
  border-color: rgba(249, 250, 251, 0.6);
}

.border-top-gray-100-op-6 {
  border-top-color: rgba(249, 250, 251, 0.6);
}

.border-right-gray-100-op-6 {
  border-right-color: rgba(249, 250, 251, 0.6);
}

.border-bottom-gray-100-op-6 {
  border-bottom-color: rgba(249, 250, 251, 0.6);
}

.border-left-gray-100-op-6 {
  border-left-color: rgba(249, 250, 251, 0.6);
}

.fill-gray-100-op-6 {
  fill: rgba(249, 250, 251, 0.6);
}

.stroke-gray-100-op-6 {
  stroke: rgba(249, 250, 251, 0.6);
}

.text-gray-100-op-6 {
  color: rgba(249, 250, 251, 0.6);
}

.bg-gray-100-op-7 {
  background-color: rgba(249, 250, 251, 0.7);
}

.border-color-gray-100-op-7 {
  border-color: rgba(249, 250, 251, 0.7);
}

.border-top-gray-100-op-7 {
  border-top-color: rgba(249, 250, 251, 0.7);
}

.border-right-gray-100-op-7 {
  border-right-color: rgba(249, 250, 251, 0.7);
}

.border-bottom-gray-100-op-7 {
  border-bottom-color: rgba(249, 250, 251, 0.7);
}

.border-left-gray-100-op-7 {
  border-left-color: rgba(249, 250, 251, 0.7);
}

.fill-gray-100-op-7 {
  fill: rgba(249, 250, 251, 0.7);
}

.stroke-gray-100-op-7 {
  stroke: rgba(249, 250, 251, 0.7);
}

.text-gray-100-op-7 {
  color: rgba(249, 250, 251, 0.7);
}

.bg-gray-100-op-8 {
  background-color: rgba(249, 250, 251, 0.8);
}

.border-color-gray-100-op-8 {
  border-color: rgba(249, 250, 251, 0.8);
}

.border-top-gray-100-op-8 {
  border-top-color: rgba(249, 250, 251, 0.8);
}

.border-right-gray-100-op-8 {
  border-right-color: rgba(249, 250, 251, 0.8);
}

.border-bottom-gray-100-op-8 {
  border-bottom-color: rgba(249, 250, 251, 0.8);
}

.border-left-gray-100-op-8 {
  border-left-color: rgba(249, 250, 251, 0.8);
}

.fill-gray-100-op-8 {
  fill: rgba(249, 250, 251, 0.8);
}

.stroke-gray-100-op-8 {
  stroke: rgba(249, 250, 251, 0.8);
}

.text-gray-100-op-8 {
  color: rgba(249, 250, 251, 0.8);
}

.bg-gray-100-op-9 {
  background-color: rgba(249, 250, 251, 0.9);
}

.border-color-gray-100-op-9 {
  border-color: rgba(249, 250, 251, 0.9);
}

.border-top-gray-100-op-9 {
  border-top-color: rgba(249, 250, 251, 0.9);
}

.border-right-gray-100-op-9 {
  border-right-color: rgba(249, 250, 251, 0.9);
}

.border-bottom-gray-100-op-9 {
  border-bottom-color: rgba(249, 250, 251, 0.9);
}

.border-left-gray-100-op-9 {
  border-left-color: rgba(249, 250, 251, 0.9);
}

.fill-gray-100-op-9 {
  fill: rgba(249, 250, 251, 0.9);
}

.stroke-gray-100-op-9 {
  stroke: rgba(249, 250, 251, 0.9);
}

.text-gray-100-op-9 {
  color: rgba(249, 250, 251, 0.9);
}

.bg-gray-100-op-10 {
  background-color: #f9fafb;
}

.border-color-gray-100-op-10 {
  border-color: #f9fafb;
}

.border-top-gray-100-op-10 {
  border-top-color: #f9fafb;
}

.border-right-gray-100-op-10 {
  border-right-color: #f9fafb;
}

.border-bottom-gray-100-op-10 {
  border-bottom-color: #f9fafb;
}

.border-left-gray-100-op-10 {
  border-left-color: #f9fafb;
}

.fill-gray-100-op-10 {
  fill: #f9fafb;
}

.stroke-gray-100-op-10 {
  stroke: #f9fafb;
}

.text-gray-100-op-10 {
  color: #f9fafb;
}

.bg-gray-150 {
  background-color: #f5f5f5;
}

.border-color-gray-150 {
  border-color: #f5f5f5;
}

.border-top-gray-150 {
  border-top-color: #f5f5f5;
}

.border-right-gray-150 {
  border-right-color: #f5f5f5;
}

.border-bottom-gray-150 {
  border-bottom-color: #f5f5f5;
}

.border-left-gray-150 {
  border-left-color: #f5f5f5;
}

.fill-gray-150 {
  fill: #f5f5f5;
}

.stroke-gray-150 {
  stroke: #f5f5f5;
}

.text-gray-150 {
  color: #f5f5f5;
}

.bg-gray-150-op-0 {
  background-color: rgba(245, 245, 245, 0);
}

.border-color-gray-150-op-0 {
  border-color: rgba(245, 245, 245, 0);
}

.border-top-gray-150-op-0 {
  border-top-color: rgba(245, 245, 245, 0);
}

.border-right-gray-150-op-0 {
  border-right-color: rgba(245, 245, 245, 0);
}

.border-bottom-gray-150-op-0 {
  border-bottom-color: rgba(245, 245, 245, 0);
}

.border-left-gray-150-op-0 {
  border-left-color: rgba(245, 245, 245, 0);
}

.fill-gray-150-op-0 {
  fill: rgba(245, 245, 245, 0);
}

.stroke-gray-150-op-0 {
  stroke: rgba(245, 245, 245, 0);
}

.text-gray-150-op-0 {
  color: rgba(245, 245, 245, 0);
}

.bg-gray-150-op-1 {
  background-color: rgba(245, 245, 245, 0.1);
}

.border-color-gray-150-op-1 {
  border-color: rgba(245, 245, 245, 0.1);
}

.border-top-gray-150-op-1 {
  border-top-color: rgba(245, 245, 245, 0.1);
}

.border-right-gray-150-op-1 {
  border-right-color: rgba(245, 245, 245, 0.1);
}

.border-bottom-gray-150-op-1 {
  border-bottom-color: rgba(245, 245, 245, 0.1);
}

.border-left-gray-150-op-1 {
  border-left-color: rgba(245, 245, 245, 0.1);
}

.fill-gray-150-op-1 {
  fill: rgba(245, 245, 245, 0.1);
}

.stroke-gray-150-op-1 {
  stroke: rgba(245, 245, 245, 0.1);
}

.text-gray-150-op-1 {
  color: rgba(245, 245, 245, 0.1);
}

.bg-gray-150-op-2 {
  background-color: rgba(245, 245, 245, 0.2);
}

.border-color-gray-150-op-2 {
  border-color: rgba(245, 245, 245, 0.2);
}

.border-top-gray-150-op-2 {
  border-top-color: rgba(245, 245, 245, 0.2);
}

.border-right-gray-150-op-2 {
  border-right-color: rgba(245, 245, 245, 0.2);
}

.border-bottom-gray-150-op-2 {
  border-bottom-color: rgba(245, 245, 245, 0.2);
}

.border-left-gray-150-op-2 {
  border-left-color: rgba(245, 245, 245, 0.2);
}

.fill-gray-150-op-2 {
  fill: rgba(245, 245, 245, 0.2);
}

.stroke-gray-150-op-2 {
  stroke: rgba(245, 245, 245, 0.2);
}

.text-gray-150-op-2 {
  color: rgba(245, 245, 245, 0.2);
}

.bg-gray-150-op-3 {
  background-color: rgba(245, 245, 245, 0.3);
}

.border-color-gray-150-op-3 {
  border-color: rgba(245, 245, 245, 0.3);
}

.border-top-gray-150-op-3 {
  border-top-color: rgba(245, 245, 245, 0.3);
}

.border-right-gray-150-op-3 {
  border-right-color: rgba(245, 245, 245, 0.3);
}

.border-bottom-gray-150-op-3 {
  border-bottom-color: rgba(245, 245, 245, 0.3);
}

.border-left-gray-150-op-3 {
  border-left-color: rgba(245, 245, 245, 0.3);
}

.fill-gray-150-op-3 {
  fill: rgba(245, 245, 245, 0.3);
}

.stroke-gray-150-op-3 {
  stroke: rgba(245, 245, 245, 0.3);
}

.text-gray-150-op-3 {
  color: rgba(245, 245, 245, 0.3);
}

.bg-gray-150-op-4 {
  background-color: rgba(245, 245, 245, 0.4);
}

.border-color-gray-150-op-4 {
  border-color: rgba(245, 245, 245, 0.4);
}

.border-top-gray-150-op-4 {
  border-top-color: rgba(245, 245, 245, 0.4);
}

.border-right-gray-150-op-4 {
  border-right-color: rgba(245, 245, 245, 0.4);
}

.border-bottom-gray-150-op-4 {
  border-bottom-color: rgba(245, 245, 245, 0.4);
}

.border-left-gray-150-op-4 {
  border-left-color: rgba(245, 245, 245, 0.4);
}

.fill-gray-150-op-4 {
  fill: rgba(245, 245, 245, 0.4);
}

.stroke-gray-150-op-4 {
  stroke: rgba(245, 245, 245, 0.4);
}

.text-gray-150-op-4 {
  color: rgba(245, 245, 245, 0.4);
}

.bg-gray-150-op-5 {
  background-color: rgba(245, 245, 245, 0.5);
}

.border-color-gray-150-op-5 {
  border-color: rgba(245, 245, 245, 0.5);
}

.border-top-gray-150-op-5 {
  border-top-color: rgba(245, 245, 245, 0.5);
}

.border-right-gray-150-op-5 {
  border-right-color: rgba(245, 245, 245, 0.5);
}

.border-bottom-gray-150-op-5 {
  border-bottom-color: rgba(245, 245, 245, 0.5);
}

.border-left-gray-150-op-5 {
  border-left-color: rgba(245, 245, 245, 0.5);
}

.fill-gray-150-op-5 {
  fill: rgba(245, 245, 245, 0.5);
}

.stroke-gray-150-op-5 {
  stroke: rgba(245, 245, 245, 0.5);
}

.text-gray-150-op-5 {
  color: rgba(245, 245, 245, 0.5);
}

.bg-gray-150-op-6 {
  background-color: rgba(245, 245, 245, 0.6);
}

.border-color-gray-150-op-6 {
  border-color: rgba(245, 245, 245, 0.6);
}

.border-top-gray-150-op-6 {
  border-top-color: rgba(245, 245, 245, 0.6);
}

.border-right-gray-150-op-6 {
  border-right-color: rgba(245, 245, 245, 0.6);
}

.border-bottom-gray-150-op-6 {
  border-bottom-color: rgba(245, 245, 245, 0.6);
}

.border-left-gray-150-op-6 {
  border-left-color: rgba(245, 245, 245, 0.6);
}

.fill-gray-150-op-6 {
  fill: rgba(245, 245, 245, 0.6);
}

.stroke-gray-150-op-6 {
  stroke: rgba(245, 245, 245, 0.6);
}

.text-gray-150-op-6 {
  color: rgba(245, 245, 245, 0.6);
}

.bg-gray-150-op-7 {
  background-color: rgba(245, 245, 245, 0.7);
}

.border-color-gray-150-op-7 {
  border-color: rgba(245, 245, 245, 0.7);
}

.border-top-gray-150-op-7 {
  border-top-color: rgba(245, 245, 245, 0.7);
}

.border-right-gray-150-op-7 {
  border-right-color: rgba(245, 245, 245, 0.7);
}

.border-bottom-gray-150-op-7 {
  border-bottom-color: rgba(245, 245, 245, 0.7);
}

.border-left-gray-150-op-7 {
  border-left-color: rgba(245, 245, 245, 0.7);
}

.fill-gray-150-op-7 {
  fill: rgba(245, 245, 245, 0.7);
}

.stroke-gray-150-op-7 {
  stroke: rgba(245, 245, 245, 0.7);
}

.text-gray-150-op-7 {
  color: rgba(245, 245, 245, 0.7);
}

.bg-gray-150-op-8 {
  background-color: rgba(245, 245, 245, 0.8);
}

.border-color-gray-150-op-8 {
  border-color: rgba(245, 245, 245, 0.8);
}

.border-top-gray-150-op-8 {
  border-top-color: rgba(245, 245, 245, 0.8);
}

.border-right-gray-150-op-8 {
  border-right-color: rgba(245, 245, 245, 0.8);
}

.border-bottom-gray-150-op-8 {
  border-bottom-color: rgba(245, 245, 245, 0.8);
}

.border-left-gray-150-op-8 {
  border-left-color: rgba(245, 245, 245, 0.8);
}

.fill-gray-150-op-8 {
  fill: rgba(245, 245, 245, 0.8);
}

.stroke-gray-150-op-8 {
  stroke: rgba(245, 245, 245, 0.8);
}

.text-gray-150-op-8 {
  color: rgba(245, 245, 245, 0.8);
}

.bg-gray-150-op-9 {
  background-color: rgba(245, 245, 245, 0.9);
}

.border-color-gray-150-op-9 {
  border-color: rgba(245, 245, 245, 0.9);
}

.border-top-gray-150-op-9 {
  border-top-color: rgba(245, 245, 245, 0.9);
}

.border-right-gray-150-op-9 {
  border-right-color: rgba(245, 245, 245, 0.9);
}

.border-bottom-gray-150-op-9 {
  border-bottom-color: rgba(245, 245, 245, 0.9);
}

.border-left-gray-150-op-9 {
  border-left-color: rgba(245, 245, 245, 0.9);
}

.fill-gray-150-op-9 {
  fill: rgba(245, 245, 245, 0.9);
}

.stroke-gray-150-op-9 {
  stroke: rgba(245, 245, 245, 0.9);
}

.text-gray-150-op-9 {
  color: rgba(245, 245, 245, 0.9);
}

.bg-gray-150-op-10 {
  background-color: whitesmoke;
}

.border-color-gray-150-op-10 {
  border-color: whitesmoke;
}

.border-top-gray-150-op-10 {
  border-top-color: whitesmoke;
}

.border-right-gray-150-op-10 {
  border-right-color: whitesmoke;
}

.border-bottom-gray-150-op-10 {
  border-bottom-color: whitesmoke;
}

.border-left-gray-150-op-10 {
  border-left-color: whitesmoke;
}

.fill-gray-150-op-10 {
  fill: whitesmoke;
}

.stroke-gray-150-op-10 {
  stroke: whitesmoke;
}

.text-gray-150-op-10 {
  color: whitesmoke;
}

.bg-gray-200 {
  background-color: #eaedf0;
}

.border-color-gray-200 {
  border-color: #eaedf0;
}

.border-top-gray-200 {
  border-top-color: #eaedf0;
}

.border-right-gray-200 {
  border-right-color: #eaedf0;
}

.border-bottom-gray-200 {
  border-bottom-color: #eaedf0;
}

.border-left-gray-200 {
  border-left-color: #eaedf0;
}

.fill-gray-200 {
  fill: #eaedf0;
}

.stroke-gray-200 {
  stroke: #eaedf0;
}

.text-gray-200 {
  color: #eaedf0;
}

.bg-gray-200-op-0 {
  background-color: rgba(234, 237, 240, 0);
}

.border-color-gray-200-op-0 {
  border-color: rgba(234, 237, 240, 0);
}

.border-top-gray-200-op-0 {
  border-top-color: rgba(234, 237, 240, 0);
}

.border-right-gray-200-op-0 {
  border-right-color: rgba(234, 237, 240, 0);
}

.border-bottom-gray-200-op-0 {
  border-bottom-color: rgba(234, 237, 240, 0);
}

.border-left-gray-200-op-0 {
  border-left-color: rgba(234, 237, 240, 0);
}

.fill-gray-200-op-0 {
  fill: rgba(234, 237, 240, 0);
}

.stroke-gray-200-op-0 {
  stroke: rgba(234, 237, 240, 0);
}

.text-gray-200-op-0 {
  color: rgba(234, 237, 240, 0);
}

.bg-gray-200-op-1 {
  background-color: rgba(234, 237, 240, 0.1);
}

.border-color-gray-200-op-1 {
  border-color: rgba(234, 237, 240, 0.1);
}

.border-top-gray-200-op-1 {
  border-top-color: rgba(234, 237, 240, 0.1);
}

.border-right-gray-200-op-1 {
  border-right-color: rgba(234, 237, 240, 0.1);
}

.border-bottom-gray-200-op-1 {
  border-bottom-color: rgba(234, 237, 240, 0.1);
}

.border-left-gray-200-op-1 {
  border-left-color: rgba(234, 237, 240, 0.1);
}

.fill-gray-200-op-1 {
  fill: rgba(234, 237, 240, 0.1);
}

.stroke-gray-200-op-1 {
  stroke: rgba(234, 237, 240, 0.1);
}

.text-gray-200-op-1 {
  color: rgba(234, 237, 240, 0.1);
}

.bg-gray-200-op-2 {
  background-color: rgba(234, 237, 240, 0.2);
}

.border-color-gray-200-op-2 {
  border-color: rgba(234, 237, 240, 0.2);
}

.border-top-gray-200-op-2 {
  border-top-color: rgba(234, 237, 240, 0.2);
}

.border-right-gray-200-op-2 {
  border-right-color: rgba(234, 237, 240, 0.2);
}

.border-bottom-gray-200-op-2 {
  border-bottom-color: rgba(234, 237, 240, 0.2);
}

.border-left-gray-200-op-2 {
  border-left-color: rgba(234, 237, 240, 0.2);
}

.fill-gray-200-op-2 {
  fill: rgba(234, 237, 240, 0.2);
}

.stroke-gray-200-op-2 {
  stroke: rgba(234, 237, 240, 0.2);
}

.text-gray-200-op-2 {
  color: rgba(234, 237, 240, 0.2);
}

.bg-gray-200-op-3 {
  background-color: rgba(234, 237, 240, 0.3);
}

.border-color-gray-200-op-3 {
  border-color: rgba(234, 237, 240, 0.3);
}

.border-top-gray-200-op-3 {
  border-top-color: rgba(234, 237, 240, 0.3);
}

.border-right-gray-200-op-3 {
  border-right-color: rgba(234, 237, 240, 0.3);
}

.border-bottom-gray-200-op-3 {
  border-bottom-color: rgba(234, 237, 240, 0.3);
}

.border-left-gray-200-op-3 {
  border-left-color: rgba(234, 237, 240, 0.3);
}

.fill-gray-200-op-3 {
  fill: rgba(234, 237, 240, 0.3);
}

.stroke-gray-200-op-3 {
  stroke: rgba(234, 237, 240, 0.3);
}

.text-gray-200-op-3 {
  color: rgba(234, 237, 240, 0.3);
}

.bg-gray-200-op-4 {
  background-color: rgba(234, 237, 240, 0.4);
}

.border-color-gray-200-op-4 {
  border-color: rgba(234, 237, 240, 0.4);
}

.border-top-gray-200-op-4 {
  border-top-color: rgba(234, 237, 240, 0.4);
}

.border-right-gray-200-op-4 {
  border-right-color: rgba(234, 237, 240, 0.4);
}

.border-bottom-gray-200-op-4 {
  border-bottom-color: rgba(234, 237, 240, 0.4);
}

.border-left-gray-200-op-4 {
  border-left-color: rgba(234, 237, 240, 0.4);
}

.fill-gray-200-op-4 {
  fill: rgba(234, 237, 240, 0.4);
}

.stroke-gray-200-op-4 {
  stroke: rgba(234, 237, 240, 0.4);
}

.text-gray-200-op-4 {
  color: rgba(234, 237, 240, 0.4);
}

.bg-gray-200-op-5 {
  background-color: rgba(234, 237, 240, 0.5);
}

.border-color-gray-200-op-5 {
  border-color: rgba(234, 237, 240, 0.5);
}

.border-top-gray-200-op-5 {
  border-top-color: rgba(234, 237, 240, 0.5);
}

.border-right-gray-200-op-5 {
  border-right-color: rgba(234, 237, 240, 0.5);
}

.border-bottom-gray-200-op-5 {
  border-bottom-color: rgba(234, 237, 240, 0.5);
}

.border-left-gray-200-op-5 {
  border-left-color: rgba(234, 237, 240, 0.5);
}

.fill-gray-200-op-5 {
  fill: rgba(234, 237, 240, 0.5);
}

.stroke-gray-200-op-5 {
  stroke: rgba(234, 237, 240, 0.5);
}

.text-gray-200-op-5 {
  color: rgba(234, 237, 240, 0.5);
}

.bg-gray-200-op-6 {
  background-color: rgba(234, 237, 240, 0.6);
}

.border-color-gray-200-op-6 {
  border-color: rgba(234, 237, 240, 0.6);
}

.border-top-gray-200-op-6 {
  border-top-color: rgba(234, 237, 240, 0.6);
}

.border-right-gray-200-op-6 {
  border-right-color: rgba(234, 237, 240, 0.6);
}

.border-bottom-gray-200-op-6 {
  border-bottom-color: rgba(234, 237, 240, 0.6);
}

.border-left-gray-200-op-6 {
  border-left-color: rgba(234, 237, 240, 0.6);
}

.fill-gray-200-op-6 {
  fill: rgba(234, 237, 240, 0.6);
}

.stroke-gray-200-op-6 {
  stroke: rgba(234, 237, 240, 0.6);
}

.text-gray-200-op-6 {
  color: rgba(234, 237, 240, 0.6);
}

.bg-gray-200-op-7 {
  background-color: rgba(234, 237, 240, 0.7);
}

.border-color-gray-200-op-7 {
  border-color: rgba(234, 237, 240, 0.7);
}

.border-top-gray-200-op-7 {
  border-top-color: rgba(234, 237, 240, 0.7);
}

.border-right-gray-200-op-7 {
  border-right-color: rgba(234, 237, 240, 0.7);
}

.border-bottom-gray-200-op-7 {
  border-bottom-color: rgba(234, 237, 240, 0.7);
}

.border-left-gray-200-op-7 {
  border-left-color: rgba(234, 237, 240, 0.7);
}

.fill-gray-200-op-7 {
  fill: rgba(234, 237, 240, 0.7);
}

.stroke-gray-200-op-7 {
  stroke: rgba(234, 237, 240, 0.7);
}

.text-gray-200-op-7 {
  color: rgba(234, 237, 240, 0.7);
}

.bg-gray-200-op-8 {
  background-color: rgba(234, 237, 240, 0.8);
}

.border-color-gray-200-op-8 {
  border-color: rgba(234, 237, 240, 0.8);
}

.border-top-gray-200-op-8 {
  border-top-color: rgba(234, 237, 240, 0.8);
}

.border-right-gray-200-op-8 {
  border-right-color: rgba(234, 237, 240, 0.8);
}

.border-bottom-gray-200-op-8 {
  border-bottom-color: rgba(234, 237, 240, 0.8);
}

.border-left-gray-200-op-8 {
  border-left-color: rgba(234, 237, 240, 0.8);
}

.fill-gray-200-op-8 {
  fill: rgba(234, 237, 240, 0.8);
}

.stroke-gray-200-op-8 {
  stroke: rgba(234, 237, 240, 0.8);
}

.text-gray-200-op-8 {
  color: rgba(234, 237, 240, 0.8);
}

.bg-gray-200-op-9 {
  background-color: rgba(234, 237, 240, 0.9);
}

.border-color-gray-200-op-9 {
  border-color: rgba(234, 237, 240, 0.9);
}

.border-top-gray-200-op-9 {
  border-top-color: rgba(234, 237, 240, 0.9);
}

.border-right-gray-200-op-9 {
  border-right-color: rgba(234, 237, 240, 0.9);
}

.border-bottom-gray-200-op-9 {
  border-bottom-color: rgba(234, 237, 240, 0.9);
}

.border-left-gray-200-op-9 {
  border-left-color: rgba(234, 237, 240, 0.9);
}

.fill-gray-200-op-9 {
  fill: rgba(234, 237, 240, 0.9);
}

.stroke-gray-200-op-9 {
  stroke: rgba(234, 237, 240, 0.9);
}

.text-gray-200-op-9 {
  color: rgba(234, 237, 240, 0.9);
}

.bg-gray-200-op-10 {
  background-color: #eaedf0;
}

.border-color-gray-200-op-10 {
  border-color: #eaedf0;
}

.border-top-gray-200-op-10 {
  border-top-color: #eaedf0;
}

.border-right-gray-200-op-10 {
  border-right-color: #eaedf0;
}

.border-bottom-gray-200-op-10 {
  border-bottom-color: #eaedf0;
}

.border-left-gray-200-op-10 {
  border-left-color: #eaedf0;
}

.fill-gray-200-op-10 {
  fill: #eaedf0;
}

.stroke-gray-200-op-10 {
  stroke: #eaedf0;
}

.text-gray-200-op-10 {
  color: #eaedf0;
}

.bg-gray-300 {
  background-color: #dfe3e7;
}

.border-color-gray-300 {
  border-color: #dfe3e7;
}

.border-top-gray-300 {
  border-top-color: #dfe3e7;
}

.border-right-gray-300 {
  border-right-color: #dfe3e7;
}

.border-bottom-gray-300 {
  border-bottom-color: #dfe3e7;
}

.border-left-gray-300 {
  border-left-color: #dfe3e7;
}

.fill-gray-300 {
  fill: #dfe3e7;
}

.stroke-gray-300 {
  stroke: #dfe3e7;
}

.text-gray-300 {
  color: #dfe3e7;
}

.bg-gray-300-op-0 {
  background-color: rgba(223, 227, 231, 0);
}

.border-color-gray-300-op-0 {
  border-color: rgba(223, 227, 231, 0);
}

.border-top-gray-300-op-0 {
  border-top-color: rgba(223, 227, 231, 0);
}

.border-right-gray-300-op-0 {
  border-right-color: rgba(223, 227, 231, 0);
}

.border-bottom-gray-300-op-0 {
  border-bottom-color: rgba(223, 227, 231, 0);
}

.border-left-gray-300-op-0 {
  border-left-color: rgba(223, 227, 231, 0);
}

.fill-gray-300-op-0 {
  fill: rgba(223, 227, 231, 0);
}

.stroke-gray-300-op-0 {
  stroke: rgba(223, 227, 231, 0);
}

.text-gray-300-op-0 {
  color: rgba(223, 227, 231, 0);
}

.bg-gray-300-op-1 {
  background-color: rgba(223, 227, 231, 0.1);
}

.border-color-gray-300-op-1 {
  border-color: rgba(223, 227, 231, 0.1);
}

.border-top-gray-300-op-1 {
  border-top-color: rgba(223, 227, 231, 0.1);
}

.border-right-gray-300-op-1 {
  border-right-color: rgba(223, 227, 231, 0.1);
}

.border-bottom-gray-300-op-1 {
  border-bottom-color: rgba(223, 227, 231, 0.1);
}

.border-left-gray-300-op-1 {
  border-left-color: rgba(223, 227, 231, 0.1);
}

.fill-gray-300-op-1 {
  fill: rgba(223, 227, 231, 0.1);
}

.stroke-gray-300-op-1 {
  stroke: rgba(223, 227, 231, 0.1);
}

.text-gray-300-op-1 {
  color: rgba(223, 227, 231, 0.1);
}

.bg-gray-300-op-2 {
  background-color: rgba(223, 227, 231, 0.2);
}

.border-color-gray-300-op-2 {
  border-color: rgba(223, 227, 231, 0.2);
}

.border-top-gray-300-op-2 {
  border-top-color: rgba(223, 227, 231, 0.2);
}

.border-right-gray-300-op-2 {
  border-right-color: rgba(223, 227, 231, 0.2);
}

.border-bottom-gray-300-op-2 {
  border-bottom-color: rgba(223, 227, 231, 0.2);
}

.border-left-gray-300-op-2 {
  border-left-color: rgba(223, 227, 231, 0.2);
}

.fill-gray-300-op-2 {
  fill: rgba(223, 227, 231, 0.2);
}

.stroke-gray-300-op-2 {
  stroke: rgba(223, 227, 231, 0.2);
}

.text-gray-300-op-2 {
  color: rgba(223, 227, 231, 0.2);
}

.bg-gray-300-op-3 {
  background-color: rgba(223, 227, 231, 0.3);
}

.border-color-gray-300-op-3 {
  border-color: rgba(223, 227, 231, 0.3);
}

.border-top-gray-300-op-3 {
  border-top-color: rgba(223, 227, 231, 0.3);
}

.border-right-gray-300-op-3 {
  border-right-color: rgba(223, 227, 231, 0.3);
}

.border-bottom-gray-300-op-3 {
  border-bottom-color: rgba(223, 227, 231, 0.3);
}

.border-left-gray-300-op-3 {
  border-left-color: rgba(223, 227, 231, 0.3);
}

.fill-gray-300-op-3 {
  fill: rgba(223, 227, 231, 0.3);
}

.stroke-gray-300-op-3 {
  stroke: rgba(223, 227, 231, 0.3);
}

.text-gray-300-op-3 {
  color: rgba(223, 227, 231, 0.3);
}

.bg-gray-300-op-4 {
  background-color: rgba(223, 227, 231, 0.4);
}

.border-color-gray-300-op-4 {
  border-color: rgba(223, 227, 231, 0.4);
}

.border-top-gray-300-op-4 {
  border-top-color: rgba(223, 227, 231, 0.4);
}

.border-right-gray-300-op-4 {
  border-right-color: rgba(223, 227, 231, 0.4);
}

.border-bottom-gray-300-op-4 {
  border-bottom-color: rgba(223, 227, 231, 0.4);
}

.border-left-gray-300-op-4 {
  border-left-color: rgba(223, 227, 231, 0.4);
}

.fill-gray-300-op-4 {
  fill: rgba(223, 227, 231, 0.4);
}

.stroke-gray-300-op-4 {
  stroke: rgba(223, 227, 231, 0.4);
}

.text-gray-300-op-4 {
  color: rgba(223, 227, 231, 0.4);
}

.bg-gray-300-op-5 {
  background-color: rgba(223, 227, 231, 0.5);
}

.border-color-gray-300-op-5 {
  border-color: rgba(223, 227, 231, 0.5);
}

.border-top-gray-300-op-5 {
  border-top-color: rgba(223, 227, 231, 0.5);
}

.border-right-gray-300-op-5 {
  border-right-color: rgba(223, 227, 231, 0.5);
}

.border-bottom-gray-300-op-5 {
  border-bottom-color: rgba(223, 227, 231, 0.5);
}

.border-left-gray-300-op-5 {
  border-left-color: rgba(223, 227, 231, 0.5);
}

.fill-gray-300-op-5 {
  fill: rgba(223, 227, 231, 0.5);
}

.stroke-gray-300-op-5 {
  stroke: rgba(223, 227, 231, 0.5);
}

.text-gray-300-op-5 {
  color: rgba(223, 227, 231, 0.5);
}

.bg-gray-300-op-6 {
  background-color: rgba(223, 227, 231, 0.6);
}

.border-color-gray-300-op-6 {
  border-color: rgba(223, 227, 231, 0.6);
}

.border-top-gray-300-op-6 {
  border-top-color: rgba(223, 227, 231, 0.6);
}

.border-right-gray-300-op-6 {
  border-right-color: rgba(223, 227, 231, 0.6);
}

.border-bottom-gray-300-op-6 {
  border-bottom-color: rgba(223, 227, 231, 0.6);
}

.border-left-gray-300-op-6 {
  border-left-color: rgba(223, 227, 231, 0.6);
}

.fill-gray-300-op-6 {
  fill: rgba(223, 227, 231, 0.6);
}

.stroke-gray-300-op-6 {
  stroke: rgba(223, 227, 231, 0.6);
}

.text-gray-300-op-6 {
  color: rgba(223, 227, 231, 0.6);
}

.bg-gray-300-op-7 {
  background-color: rgba(223, 227, 231, 0.7);
}

.border-color-gray-300-op-7 {
  border-color: rgba(223, 227, 231, 0.7);
}

.border-top-gray-300-op-7 {
  border-top-color: rgba(223, 227, 231, 0.7);
}

.border-right-gray-300-op-7 {
  border-right-color: rgba(223, 227, 231, 0.7);
}

.border-bottom-gray-300-op-7 {
  border-bottom-color: rgba(223, 227, 231, 0.7);
}

.border-left-gray-300-op-7 {
  border-left-color: rgba(223, 227, 231, 0.7);
}

.fill-gray-300-op-7 {
  fill: rgba(223, 227, 231, 0.7);
}

.stroke-gray-300-op-7 {
  stroke: rgba(223, 227, 231, 0.7);
}

.text-gray-300-op-7 {
  color: rgba(223, 227, 231, 0.7);
}

.bg-gray-300-op-8 {
  background-color: rgba(223, 227, 231, 0.8);
}

.border-color-gray-300-op-8 {
  border-color: rgba(223, 227, 231, 0.8);
}

.border-top-gray-300-op-8 {
  border-top-color: rgba(223, 227, 231, 0.8);
}

.border-right-gray-300-op-8 {
  border-right-color: rgba(223, 227, 231, 0.8);
}

.border-bottom-gray-300-op-8 {
  border-bottom-color: rgba(223, 227, 231, 0.8);
}

.border-left-gray-300-op-8 {
  border-left-color: rgba(223, 227, 231, 0.8);
}

.fill-gray-300-op-8 {
  fill: rgba(223, 227, 231, 0.8);
}

.stroke-gray-300-op-8 {
  stroke: rgba(223, 227, 231, 0.8);
}

.text-gray-300-op-8 {
  color: rgba(223, 227, 231, 0.8);
}

.bg-gray-300-op-9 {
  background-color: rgba(223, 227, 231, 0.9);
}

.border-color-gray-300-op-9 {
  border-color: rgba(223, 227, 231, 0.9);
}

.border-top-gray-300-op-9 {
  border-top-color: rgba(223, 227, 231, 0.9);
}

.border-right-gray-300-op-9 {
  border-right-color: rgba(223, 227, 231, 0.9);
}

.border-bottom-gray-300-op-9 {
  border-bottom-color: rgba(223, 227, 231, 0.9);
}

.border-left-gray-300-op-9 {
  border-left-color: rgba(223, 227, 231, 0.9);
}

.fill-gray-300-op-9 {
  fill: rgba(223, 227, 231, 0.9);
}

.stroke-gray-300-op-9 {
  stroke: rgba(223, 227, 231, 0.9);
}

.text-gray-300-op-9 {
  color: rgba(223, 227, 231, 0.9);
}

.bg-gray-300-op-10 {
  background-color: #dfe3e7;
}

.border-color-gray-300-op-10 {
  border-color: #dfe3e7;
}

.border-top-gray-300-op-10 {
  border-top-color: #dfe3e7;
}

.border-right-gray-300-op-10 {
  border-right-color: #dfe3e7;
}

.border-bottom-gray-300-op-10 {
  border-bottom-color: #dfe3e7;
}

.border-left-gray-300-op-10 {
  border-left-color: #dfe3e7;
}

.fill-gray-300-op-10 {
  fill: #dfe3e7;
}

.stroke-gray-300-op-10 {
  stroke: #dfe3e7;
}

.text-gray-300-op-10 {
  color: #dfe3e7;
}

.bg-gray-400 {
  background-color: #ced4da;
}

.border-color-gray-400 {
  border-color: #ced4da;
}

.border-top-gray-400 {
  border-top-color: #ced4da;
}

.border-right-gray-400 {
  border-right-color: #ced4da;
}

.border-bottom-gray-400 {
  border-bottom-color: #ced4da;
}

.border-left-gray-400 {
  border-left-color: #ced4da;
}

.fill-gray-400 {
  fill: #ced4da;
}

.stroke-gray-400 {
  stroke: #ced4da;
}

.text-gray-400 {
  color: #ced4da;
}

.bg-gray-400-op-0 {
  background-color: rgba(206, 212, 218, 0);
}

.border-color-gray-400-op-0 {
  border-color: rgba(206, 212, 218, 0);
}

.border-top-gray-400-op-0 {
  border-top-color: rgba(206, 212, 218, 0);
}

.border-right-gray-400-op-0 {
  border-right-color: rgba(206, 212, 218, 0);
}

.border-bottom-gray-400-op-0 {
  border-bottom-color: rgba(206, 212, 218, 0);
}

.border-left-gray-400-op-0 {
  border-left-color: rgba(206, 212, 218, 0);
}

.fill-gray-400-op-0 {
  fill: rgba(206, 212, 218, 0);
}

.stroke-gray-400-op-0 {
  stroke: rgba(206, 212, 218, 0);
}

.text-gray-400-op-0 {
  color: rgba(206, 212, 218, 0);
}

.bg-gray-400-op-1 {
  background-color: rgba(206, 212, 218, 0.1);
}

.border-color-gray-400-op-1 {
  border-color: rgba(206, 212, 218, 0.1);
}

.border-top-gray-400-op-1 {
  border-top-color: rgba(206, 212, 218, 0.1);
}

.border-right-gray-400-op-1 {
  border-right-color: rgba(206, 212, 218, 0.1);
}

.border-bottom-gray-400-op-1 {
  border-bottom-color: rgba(206, 212, 218, 0.1);
}

.border-left-gray-400-op-1 {
  border-left-color: rgba(206, 212, 218, 0.1);
}

.fill-gray-400-op-1 {
  fill: rgba(206, 212, 218, 0.1);
}

.stroke-gray-400-op-1 {
  stroke: rgba(206, 212, 218, 0.1);
}

.text-gray-400-op-1 {
  color: rgba(206, 212, 218, 0.1);
}

.bg-gray-400-op-2 {
  background-color: rgba(206, 212, 218, 0.2);
}

.border-color-gray-400-op-2 {
  border-color: rgba(206, 212, 218, 0.2);
}

.border-top-gray-400-op-2 {
  border-top-color: rgba(206, 212, 218, 0.2);
}

.border-right-gray-400-op-2 {
  border-right-color: rgba(206, 212, 218, 0.2);
}

.border-bottom-gray-400-op-2 {
  border-bottom-color: rgba(206, 212, 218, 0.2);
}

.border-left-gray-400-op-2 {
  border-left-color: rgba(206, 212, 218, 0.2);
}

.fill-gray-400-op-2 {
  fill: rgba(206, 212, 218, 0.2);
}

.stroke-gray-400-op-2 {
  stroke: rgba(206, 212, 218, 0.2);
}

.text-gray-400-op-2 {
  color: rgba(206, 212, 218, 0.2);
}

.bg-gray-400-op-3 {
  background-color: rgba(206, 212, 218, 0.3);
}

.border-color-gray-400-op-3 {
  border-color: rgba(206, 212, 218, 0.3);
}

.border-top-gray-400-op-3 {
  border-top-color: rgba(206, 212, 218, 0.3);
}

.border-right-gray-400-op-3 {
  border-right-color: rgba(206, 212, 218, 0.3);
}

.border-bottom-gray-400-op-3 {
  border-bottom-color: rgba(206, 212, 218, 0.3);
}

.border-left-gray-400-op-3 {
  border-left-color: rgba(206, 212, 218, 0.3);
}

.fill-gray-400-op-3 {
  fill: rgba(206, 212, 218, 0.3);
}

.stroke-gray-400-op-3 {
  stroke: rgba(206, 212, 218, 0.3);
}

.text-gray-400-op-3 {
  color: rgba(206, 212, 218, 0.3);
}

.bg-gray-400-op-4 {
  background-color: rgba(206, 212, 218, 0.4);
}

.border-color-gray-400-op-4 {
  border-color: rgba(206, 212, 218, 0.4);
}

.border-top-gray-400-op-4 {
  border-top-color: rgba(206, 212, 218, 0.4);
}

.border-right-gray-400-op-4 {
  border-right-color: rgba(206, 212, 218, 0.4);
}

.border-bottom-gray-400-op-4 {
  border-bottom-color: rgba(206, 212, 218, 0.4);
}

.border-left-gray-400-op-4 {
  border-left-color: rgba(206, 212, 218, 0.4);
}

.fill-gray-400-op-4 {
  fill: rgba(206, 212, 218, 0.4);
}

.stroke-gray-400-op-4 {
  stroke: rgba(206, 212, 218, 0.4);
}

.text-gray-400-op-4 {
  color: rgba(206, 212, 218, 0.4);
}

.bg-gray-400-op-5 {
  background-color: rgba(206, 212, 218, 0.5);
}

.border-color-gray-400-op-5 {
  border-color: rgba(206, 212, 218, 0.5);
}

.border-top-gray-400-op-5 {
  border-top-color: rgba(206, 212, 218, 0.5);
}

.border-right-gray-400-op-5 {
  border-right-color: rgba(206, 212, 218, 0.5);
}

.border-bottom-gray-400-op-5 {
  border-bottom-color: rgba(206, 212, 218, 0.5);
}

.border-left-gray-400-op-5 {
  border-left-color: rgba(206, 212, 218, 0.5);
}

.fill-gray-400-op-5 {
  fill: rgba(206, 212, 218, 0.5);
}

.stroke-gray-400-op-5 {
  stroke: rgba(206, 212, 218, 0.5);
}

.text-gray-400-op-5 {
  color: rgba(206, 212, 218, 0.5);
}

.bg-gray-400-op-6 {
  background-color: rgba(206, 212, 218, 0.6);
}

.border-color-gray-400-op-6 {
  border-color: rgba(206, 212, 218, 0.6);
}

.border-top-gray-400-op-6 {
  border-top-color: rgba(206, 212, 218, 0.6);
}

.border-right-gray-400-op-6 {
  border-right-color: rgba(206, 212, 218, 0.6);
}

.border-bottom-gray-400-op-6 {
  border-bottom-color: rgba(206, 212, 218, 0.6);
}

.border-left-gray-400-op-6 {
  border-left-color: rgba(206, 212, 218, 0.6);
}

.fill-gray-400-op-6 {
  fill: rgba(206, 212, 218, 0.6);
}

.stroke-gray-400-op-6 {
  stroke: rgba(206, 212, 218, 0.6);
}

.text-gray-400-op-6 {
  color: rgba(206, 212, 218, 0.6);
}

.bg-gray-400-op-7 {
  background-color: rgba(206, 212, 218, 0.7);
}

.border-color-gray-400-op-7 {
  border-color: rgba(206, 212, 218, 0.7);
}

.border-top-gray-400-op-7 {
  border-top-color: rgba(206, 212, 218, 0.7);
}

.border-right-gray-400-op-7 {
  border-right-color: rgba(206, 212, 218, 0.7);
}

.border-bottom-gray-400-op-7 {
  border-bottom-color: rgba(206, 212, 218, 0.7);
}

.border-left-gray-400-op-7 {
  border-left-color: rgba(206, 212, 218, 0.7);
}

.fill-gray-400-op-7 {
  fill: rgba(206, 212, 218, 0.7);
}

.stroke-gray-400-op-7 {
  stroke: rgba(206, 212, 218, 0.7);
}

.text-gray-400-op-7 {
  color: rgba(206, 212, 218, 0.7);
}

.bg-gray-400-op-8 {
  background-color: rgba(206, 212, 218, 0.8);
}

.border-color-gray-400-op-8 {
  border-color: rgba(206, 212, 218, 0.8);
}

.border-top-gray-400-op-8 {
  border-top-color: rgba(206, 212, 218, 0.8);
}

.border-right-gray-400-op-8 {
  border-right-color: rgba(206, 212, 218, 0.8);
}

.border-bottom-gray-400-op-8 {
  border-bottom-color: rgba(206, 212, 218, 0.8);
}

.border-left-gray-400-op-8 {
  border-left-color: rgba(206, 212, 218, 0.8);
}

.fill-gray-400-op-8 {
  fill: rgba(206, 212, 218, 0.8);
}

.stroke-gray-400-op-8 {
  stroke: rgba(206, 212, 218, 0.8);
}

.text-gray-400-op-8 {
  color: rgba(206, 212, 218, 0.8);
}

.bg-gray-400-op-9 {
  background-color: rgba(206, 212, 218, 0.9);
}

.border-color-gray-400-op-9 {
  border-color: rgba(206, 212, 218, 0.9);
}

.border-top-gray-400-op-9 {
  border-top-color: rgba(206, 212, 218, 0.9);
}

.border-right-gray-400-op-9 {
  border-right-color: rgba(206, 212, 218, 0.9);
}

.border-bottom-gray-400-op-9 {
  border-bottom-color: rgba(206, 212, 218, 0.9);
}

.border-left-gray-400-op-9 {
  border-left-color: rgba(206, 212, 218, 0.9);
}

.fill-gray-400-op-9 {
  fill: rgba(206, 212, 218, 0.9);
}

.stroke-gray-400-op-9 {
  stroke: rgba(206, 212, 218, 0.9);
}

.text-gray-400-op-9 {
  color: rgba(206, 212, 218, 0.9);
}

.bg-gray-400-op-10 {
  background-color: #ced4da;
}

.border-color-gray-400-op-10 {
  border-color: #ced4da;
}

.border-top-gray-400-op-10 {
  border-top-color: #ced4da;
}

.border-right-gray-400-op-10 {
  border-right-color: #ced4da;
}

.border-bottom-gray-400-op-10 {
  border-bottom-color: #ced4da;
}

.border-left-gray-400-op-10 {
  border-left-color: #ced4da;
}

.fill-gray-400-op-10 {
  fill: #ced4da;
}

.stroke-gray-400-op-10 {
  stroke: #ced4da;
}

.text-gray-400-op-10 {
  color: #ced4da;
}

.bg-gray-450 {
  background-color: #c4c4c4;
}

.border-color-gray-450 {
  border-color: #c4c4c4;
}

.border-top-gray-450 {
  border-top-color: #c4c4c4;
}

.border-right-gray-450 {
  border-right-color: #c4c4c4;
}

.border-bottom-gray-450 {
  border-bottom-color: #c4c4c4;
}

.border-left-gray-450 {
  border-left-color: #c4c4c4;
}

.fill-gray-450 {
  fill: #c4c4c4;
}

.stroke-gray-450 {
  stroke: #c4c4c4;
}

.text-gray-450 {
  color: #c4c4c4;
}

.bg-gray-450-op-0 {
  background-color: rgba(196, 196, 196, 0);
}

.border-color-gray-450-op-0 {
  border-color: rgba(196, 196, 196, 0);
}

.border-top-gray-450-op-0 {
  border-top-color: rgba(196, 196, 196, 0);
}

.border-right-gray-450-op-0 {
  border-right-color: rgba(196, 196, 196, 0);
}

.border-bottom-gray-450-op-0 {
  border-bottom-color: rgba(196, 196, 196, 0);
}

.border-left-gray-450-op-0 {
  border-left-color: rgba(196, 196, 196, 0);
}

.fill-gray-450-op-0 {
  fill: rgba(196, 196, 196, 0);
}

.stroke-gray-450-op-0 {
  stroke: rgba(196, 196, 196, 0);
}

.text-gray-450-op-0 {
  color: rgba(196, 196, 196, 0);
}

.bg-gray-450-op-1 {
  background-color: rgba(196, 196, 196, 0.1);
}

.border-color-gray-450-op-1 {
  border-color: rgba(196, 196, 196, 0.1);
}

.border-top-gray-450-op-1 {
  border-top-color: rgba(196, 196, 196, 0.1);
}

.border-right-gray-450-op-1 {
  border-right-color: rgba(196, 196, 196, 0.1);
}

.border-bottom-gray-450-op-1 {
  border-bottom-color: rgba(196, 196, 196, 0.1);
}

.border-left-gray-450-op-1 {
  border-left-color: rgba(196, 196, 196, 0.1);
}

.fill-gray-450-op-1 {
  fill: rgba(196, 196, 196, 0.1);
}

.stroke-gray-450-op-1 {
  stroke: rgba(196, 196, 196, 0.1);
}

.text-gray-450-op-1 {
  color: rgba(196, 196, 196, 0.1);
}

.bg-gray-450-op-2 {
  background-color: rgba(196, 196, 196, 0.2);
}

.border-color-gray-450-op-2 {
  border-color: rgba(196, 196, 196, 0.2);
}

.border-top-gray-450-op-2 {
  border-top-color: rgba(196, 196, 196, 0.2);
}

.border-right-gray-450-op-2 {
  border-right-color: rgba(196, 196, 196, 0.2);
}

.border-bottom-gray-450-op-2 {
  border-bottom-color: rgba(196, 196, 196, 0.2);
}

.border-left-gray-450-op-2 {
  border-left-color: rgba(196, 196, 196, 0.2);
}

.fill-gray-450-op-2 {
  fill: rgba(196, 196, 196, 0.2);
}

.stroke-gray-450-op-2 {
  stroke: rgba(196, 196, 196, 0.2);
}

.text-gray-450-op-2 {
  color: rgba(196, 196, 196, 0.2);
}

.bg-gray-450-op-3 {
  background-color: rgba(196, 196, 196, 0.3);
}

.border-color-gray-450-op-3 {
  border-color: rgba(196, 196, 196, 0.3);
}

.border-top-gray-450-op-3 {
  border-top-color: rgba(196, 196, 196, 0.3);
}

.border-right-gray-450-op-3 {
  border-right-color: rgba(196, 196, 196, 0.3);
}

.border-bottom-gray-450-op-3 {
  border-bottom-color: rgba(196, 196, 196, 0.3);
}

.border-left-gray-450-op-3 {
  border-left-color: rgba(196, 196, 196, 0.3);
}

.fill-gray-450-op-3 {
  fill: rgba(196, 196, 196, 0.3);
}

.stroke-gray-450-op-3 {
  stroke: rgba(196, 196, 196, 0.3);
}

.text-gray-450-op-3 {
  color: rgba(196, 196, 196, 0.3);
}

.bg-gray-450-op-4 {
  background-color: rgba(196, 196, 196, 0.4);
}

.border-color-gray-450-op-4 {
  border-color: rgba(196, 196, 196, 0.4);
}

.border-top-gray-450-op-4 {
  border-top-color: rgba(196, 196, 196, 0.4);
}

.border-right-gray-450-op-4 {
  border-right-color: rgba(196, 196, 196, 0.4);
}

.border-bottom-gray-450-op-4 {
  border-bottom-color: rgba(196, 196, 196, 0.4);
}

.border-left-gray-450-op-4 {
  border-left-color: rgba(196, 196, 196, 0.4);
}

.fill-gray-450-op-4 {
  fill: rgba(196, 196, 196, 0.4);
}

.stroke-gray-450-op-4 {
  stroke: rgba(196, 196, 196, 0.4);
}

.text-gray-450-op-4 {
  color: rgba(196, 196, 196, 0.4);
}

.bg-gray-450-op-5 {
  background-color: rgba(196, 196, 196, 0.5);
}

.border-color-gray-450-op-5 {
  border-color: rgba(196, 196, 196, 0.5);
}

.border-top-gray-450-op-5 {
  border-top-color: rgba(196, 196, 196, 0.5);
}

.border-right-gray-450-op-5 {
  border-right-color: rgba(196, 196, 196, 0.5);
}

.border-bottom-gray-450-op-5 {
  border-bottom-color: rgba(196, 196, 196, 0.5);
}

.border-left-gray-450-op-5 {
  border-left-color: rgba(196, 196, 196, 0.5);
}

.fill-gray-450-op-5 {
  fill: rgba(196, 196, 196, 0.5);
}

.stroke-gray-450-op-5 {
  stroke: rgba(196, 196, 196, 0.5);
}

.text-gray-450-op-5 {
  color: rgba(196, 196, 196, 0.5);
}

.bg-gray-450-op-6 {
  background-color: rgba(196, 196, 196, 0.6);
}

.border-color-gray-450-op-6 {
  border-color: rgba(196, 196, 196, 0.6);
}

.border-top-gray-450-op-6 {
  border-top-color: rgba(196, 196, 196, 0.6);
}

.border-right-gray-450-op-6 {
  border-right-color: rgba(196, 196, 196, 0.6);
}

.border-bottom-gray-450-op-6 {
  border-bottom-color: rgba(196, 196, 196, 0.6);
}

.border-left-gray-450-op-6 {
  border-left-color: rgba(196, 196, 196, 0.6);
}

.fill-gray-450-op-6 {
  fill: rgba(196, 196, 196, 0.6);
}

.stroke-gray-450-op-6 {
  stroke: rgba(196, 196, 196, 0.6);
}

.text-gray-450-op-6 {
  color: rgba(196, 196, 196, 0.6);
}

.bg-gray-450-op-7 {
  background-color: rgba(196, 196, 196, 0.7);
}

.border-color-gray-450-op-7 {
  border-color: rgba(196, 196, 196, 0.7);
}

.border-top-gray-450-op-7 {
  border-top-color: rgba(196, 196, 196, 0.7);
}

.border-right-gray-450-op-7 {
  border-right-color: rgba(196, 196, 196, 0.7);
}

.border-bottom-gray-450-op-7 {
  border-bottom-color: rgba(196, 196, 196, 0.7);
}

.border-left-gray-450-op-7 {
  border-left-color: rgba(196, 196, 196, 0.7);
}

.fill-gray-450-op-7 {
  fill: rgba(196, 196, 196, 0.7);
}

.stroke-gray-450-op-7 {
  stroke: rgba(196, 196, 196, 0.7);
}

.text-gray-450-op-7 {
  color: rgba(196, 196, 196, 0.7);
}

.bg-gray-450-op-8 {
  background-color: rgba(196, 196, 196, 0.8);
}

.border-color-gray-450-op-8 {
  border-color: rgba(196, 196, 196, 0.8);
}

.border-top-gray-450-op-8 {
  border-top-color: rgba(196, 196, 196, 0.8);
}

.border-right-gray-450-op-8 {
  border-right-color: rgba(196, 196, 196, 0.8);
}

.border-bottom-gray-450-op-8 {
  border-bottom-color: rgba(196, 196, 196, 0.8);
}

.border-left-gray-450-op-8 {
  border-left-color: rgba(196, 196, 196, 0.8);
}

.fill-gray-450-op-8 {
  fill: rgba(196, 196, 196, 0.8);
}

.stroke-gray-450-op-8 {
  stroke: rgba(196, 196, 196, 0.8);
}

.text-gray-450-op-8 {
  color: rgba(196, 196, 196, 0.8);
}

.bg-gray-450-op-9 {
  background-color: rgba(196, 196, 196, 0.9);
}

.border-color-gray-450-op-9 {
  border-color: rgba(196, 196, 196, 0.9);
}

.border-top-gray-450-op-9 {
  border-top-color: rgba(196, 196, 196, 0.9);
}

.border-right-gray-450-op-9 {
  border-right-color: rgba(196, 196, 196, 0.9);
}

.border-bottom-gray-450-op-9 {
  border-bottom-color: rgba(196, 196, 196, 0.9);
}

.border-left-gray-450-op-9 {
  border-left-color: rgba(196, 196, 196, 0.9);
}

.fill-gray-450-op-9 {
  fill: rgba(196, 196, 196, 0.9);
}

.stroke-gray-450-op-9 {
  stroke: rgba(196, 196, 196, 0.9);
}

.text-gray-450-op-9 {
  color: rgba(196, 196, 196, 0.9);
}

.bg-gray-450-op-10 {
  background-color: #c4c4c4;
}

.border-color-gray-450-op-10 {
  border-color: #c4c4c4;
}

.border-top-gray-450-op-10 {
  border-top-color: #c4c4c4;
}

.border-right-gray-450-op-10 {
  border-right-color: #c4c4c4;
}

.border-bottom-gray-450-op-10 {
  border-bottom-color: #c4c4c4;
}

.border-left-gray-450-op-10 {
  border-left-color: #c4c4c4;
}

.fill-gray-450-op-10 {
  fill: #c4c4c4;
}

.stroke-gray-450-op-10 {
  stroke: #c4c4c4;
}

.text-gray-450-op-10 {
  color: #c4c4c4;
}

.bg-gray-480 {
  background-color: #afb8be;
}

.border-color-gray-480 {
  border-color: #afb8be;
}

.border-top-gray-480 {
  border-top-color: #afb8be;
}

.border-right-gray-480 {
  border-right-color: #afb8be;
}

.border-bottom-gray-480 {
  border-bottom-color: #afb8be;
}

.border-left-gray-480 {
  border-left-color: #afb8be;
}

.fill-gray-480 {
  fill: #afb8be;
}

.stroke-gray-480 {
  stroke: #afb8be;
}

.text-gray-480 {
  color: #afb8be;
}

.bg-gray-480-op-0 {
  background-color: rgba(175, 184, 190, 0);
}

.border-color-gray-480-op-0 {
  border-color: rgba(175, 184, 190, 0);
}

.border-top-gray-480-op-0 {
  border-top-color: rgba(175, 184, 190, 0);
}

.border-right-gray-480-op-0 {
  border-right-color: rgba(175, 184, 190, 0);
}

.border-bottom-gray-480-op-0 {
  border-bottom-color: rgba(175, 184, 190, 0);
}

.border-left-gray-480-op-0 {
  border-left-color: rgba(175, 184, 190, 0);
}

.fill-gray-480-op-0 {
  fill: rgba(175, 184, 190, 0);
}

.stroke-gray-480-op-0 {
  stroke: rgba(175, 184, 190, 0);
}

.text-gray-480-op-0 {
  color: rgba(175, 184, 190, 0);
}

.bg-gray-480-op-1 {
  background-color: rgba(175, 184, 190, 0.1);
}

.border-color-gray-480-op-1 {
  border-color: rgba(175, 184, 190, 0.1);
}

.border-top-gray-480-op-1 {
  border-top-color: rgba(175, 184, 190, 0.1);
}

.border-right-gray-480-op-1 {
  border-right-color: rgba(175, 184, 190, 0.1);
}

.border-bottom-gray-480-op-1 {
  border-bottom-color: rgba(175, 184, 190, 0.1);
}

.border-left-gray-480-op-1 {
  border-left-color: rgba(175, 184, 190, 0.1);
}

.fill-gray-480-op-1 {
  fill: rgba(175, 184, 190, 0.1);
}

.stroke-gray-480-op-1 {
  stroke: rgba(175, 184, 190, 0.1);
}

.text-gray-480-op-1 {
  color: rgba(175, 184, 190, 0.1);
}

.bg-gray-480-op-2 {
  background-color: rgba(175, 184, 190, 0.2);
}

.border-color-gray-480-op-2 {
  border-color: rgba(175, 184, 190, 0.2);
}

.border-top-gray-480-op-2 {
  border-top-color: rgba(175, 184, 190, 0.2);
}

.border-right-gray-480-op-2 {
  border-right-color: rgba(175, 184, 190, 0.2);
}

.border-bottom-gray-480-op-2 {
  border-bottom-color: rgba(175, 184, 190, 0.2);
}

.border-left-gray-480-op-2 {
  border-left-color: rgba(175, 184, 190, 0.2);
}

.fill-gray-480-op-2 {
  fill: rgba(175, 184, 190, 0.2);
}

.stroke-gray-480-op-2 {
  stroke: rgba(175, 184, 190, 0.2);
}

.text-gray-480-op-2 {
  color: rgba(175, 184, 190, 0.2);
}

.bg-gray-480-op-3 {
  background-color: rgba(175, 184, 190, 0.3);
}

.border-color-gray-480-op-3 {
  border-color: rgba(175, 184, 190, 0.3);
}

.border-top-gray-480-op-3 {
  border-top-color: rgba(175, 184, 190, 0.3);
}

.border-right-gray-480-op-3 {
  border-right-color: rgba(175, 184, 190, 0.3);
}

.border-bottom-gray-480-op-3 {
  border-bottom-color: rgba(175, 184, 190, 0.3);
}

.border-left-gray-480-op-3 {
  border-left-color: rgba(175, 184, 190, 0.3);
}

.fill-gray-480-op-3 {
  fill: rgba(175, 184, 190, 0.3);
}

.stroke-gray-480-op-3 {
  stroke: rgba(175, 184, 190, 0.3);
}

.text-gray-480-op-3 {
  color: rgba(175, 184, 190, 0.3);
}

.bg-gray-480-op-4 {
  background-color: rgba(175, 184, 190, 0.4);
}

.border-color-gray-480-op-4 {
  border-color: rgba(175, 184, 190, 0.4);
}

.border-top-gray-480-op-4 {
  border-top-color: rgba(175, 184, 190, 0.4);
}

.border-right-gray-480-op-4 {
  border-right-color: rgba(175, 184, 190, 0.4);
}

.border-bottom-gray-480-op-4 {
  border-bottom-color: rgba(175, 184, 190, 0.4);
}

.border-left-gray-480-op-4 {
  border-left-color: rgba(175, 184, 190, 0.4);
}

.fill-gray-480-op-4 {
  fill: rgba(175, 184, 190, 0.4);
}

.stroke-gray-480-op-4 {
  stroke: rgba(175, 184, 190, 0.4);
}

.text-gray-480-op-4 {
  color: rgba(175, 184, 190, 0.4);
}

.bg-gray-480-op-5 {
  background-color: rgba(175, 184, 190, 0.5);
}

.border-color-gray-480-op-5 {
  border-color: rgba(175, 184, 190, 0.5);
}

.border-top-gray-480-op-5 {
  border-top-color: rgba(175, 184, 190, 0.5);
}

.border-right-gray-480-op-5 {
  border-right-color: rgba(175, 184, 190, 0.5);
}

.border-bottom-gray-480-op-5 {
  border-bottom-color: rgba(175, 184, 190, 0.5);
}

.border-left-gray-480-op-5 {
  border-left-color: rgba(175, 184, 190, 0.5);
}

.fill-gray-480-op-5 {
  fill: rgba(175, 184, 190, 0.5);
}

.stroke-gray-480-op-5 {
  stroke: rgba(175, 184, 190, 0.5);
}

.text-gray-480-op-5 {
  color: rgba(175, 184, 190, 0.5);
}

.bg-gray-480-op-6 {
  background-color: rgba(175, 184, 190, 0.6);
}

.border-color-gray-480-op-6 {
  border-color: rgba(175, 184, 190, 0.6);
}

.border-top-gray-480-op-6 {
  border-top-color: rgba(175, 184, 190, 0.6);
}

.border-right-gray-480-op-6 {
  border-right-color: rgba(175, 184, 190, 0.6);
}

.border-bottom-gray-480-op-6 {
  border-bottom-color: rgba(175, 184, 190, 0.6);
}

.border-left-gray-480-op-6 {
  border-left-color: rgba(175, 184, 190, 0.6);
}

.fill-gray-480-op-6 {
  fill: rgba(175, 184, 190, 0.6);
}

.stroke-gray-480-op-6 {
  stroke: rgba(175, 184, 190, 0.6);
}

.text-gray-480-op-6 {
  color: rgba(175, 184, 190, 0.6);
}

.bg-gray-480-op-7 {
  background-color: rgba(175, 184, 190, 0.7);
}

.border-color-gray-480-op-7 {
  border-color: rgba(175, 184, 190, 0.7);
}

.border-top-gray-480-op-7 {
  border-top-color: rgba(175, 184, 190, 0.7);
}

.border-right-gray-480-op-7 {
  border-right-color: rgba(175, 184, 190, 0.7);
}

.border-bottom-gray-480-op-7 {
  border-bottom-color: rgba(175, 184, 190, 0.7);
}

.border-left-gray-480-op-7 {
  border-left-color: rgba(175, 184, 190, 0.7);
}

.fill-gray-480-op-7 {
  fill: rgba(175, 184, 190, 0.7);
}

.stroke-gray-480-op-7 {
  stroke: rgba(175, 184, 190, 0.7);
}

.text-gray-480-op-7 {
  color: rgba(175, 184, 190, 0.7);
}

.bg-gray-480-op-8 {
  background-color: rgba(175, 184, 190, 0.8);
}

.border-color-gray-480-op-8 {
  border-color: rgba(175, 184, 190, 0.8);
}

.border-top-gray-480-op-8 {
  border-top-color: rgba(175, 184, 190, 0.8);
}

.border-right-gray-480-op-8 {
  border-right-color: rgba(175, 184, 190, 0.8);
}

.border-bottom-gray-480-op-8 {
  border-bottom-color: rgba(175, 184, 190, 0.8);
}

.border-left-gray-480-op-8 {
  border-left-color: rgba(175, 184, 190, 0.8);
}

.fill-gray-480-op-8 {
  fill: rgba(175, 184, 190, 0.8);
}

.stroke-gray-480-op-8 {
  stroke: rgba(175, 184, 190, 0.8);
}

.text-gray-480-op-8 {
  color: rgba(175, 184, 190, 0.8);
}

.bg-gray-480-op-9 {
  background-color: rgba(175, 184, 190, 0.9);
}

.border-color-gray-480-op-9 {
  border-color: rgba(175, 184, 190, 0.9);
}

.border-top-gray-480-op-9 {
  border-top-color: rgba(175, 184, 190, 0.9);
}

.border-right-gray-480-op-9 {
  border-right-color: rgba(175, 184, 190, 0.9);
}

.border-bottom-gray-480-op-9 {
  border-bottom-color: rgba(175, 184, 190, 0.9);
}

.border-left-gray-480-op-9 {
  border-left-color: rgba(175, 184, 190, 0.9);
}

.fill-gray-480-op-9 {
  fill: rgba(175, 184, 190, 0.9);
}

.stroke-gray-480-op-9 {
  stroke: rgba(175, 184, 190, 0.9);
}

.text-gray-480-op-9 {
  color: rgba(175, 184, 190, 0.9);
}

.bg-gray-480-op-10 {
  background-color: #afb8be;
}

.border-color-gray-480-op-10 {
  border-color: #afb8be;
}

.border-top-gray-480-op-10 {
  border-top-color: #afb8be;
}

.border-right-gray-480-op-10 {
  border-right-color: #afb8be;
}

.border-bottom-gray-480-op-10 {
  border-bottom-color: #afb8be;
}

.border-left-gray-480-op-10 {
  border-left-color: #afb8be;
}

.fill-gray-480-op-10 {
  fill: #afb8be;
}

.stroke-gray-480-op-10 {
  stroke: #afb8be;
}

.text-gray-480-op-10 {
  color: #afb8be;
}

.bg-gray-500 {
  background-color: #adb5bd;
}

.border-color-gray-500 {
  border-color: #adb5bd;
}

.border-top-gray-500 {
  border-top-color: #adb5bd;
}

.border-right-gray-500 {
  border-right-color: #adb5bd;
}

.border-bottom-gray-500 {
  border-bottom-color: #adb5bd;
}

.border-left-gray-500 {
  border-left-color: #adb5bd;
}

.fill-gray-500 {
  fill: #adb5bd;
}

.stroke-gray-500 {
  stroke: #adb5bd;
}

.text-gray-500 {
  color: #adb5bd;
}

.bg-gray-500-op-0 {
  background-color: rgba(173, 181, 189, 0);
}

.border-color-gray-500-op-0 {
  border-color: rgba(173, 181, 189, 0);
}

.border-top-gray-500-op-0 {
  border-top-color: rgba(173, 181, 189, 0);
}

.border-right-gray-500-op-0 {
  border-right-color: rgba(173, 181, 189, 0);
}

.border-bottom-gray-500-op-0 {
  border-bottom-color: rgba(173, 181, 189, 0);
}

.border-left-gray-500-op-0 {
  border-left-color: rgba(173, 181, 189, 0);
}

.fill-gray-500-op-0 {
  fill: rgba(173, 181, 189, 0);
}

.stroke-gray-500-op-0 {
  stroke: rgba(173, 181, 189, 0);
}

.text-gray-500-op-0 {
  color: rgba(173, 181, 189, 0);
}

.bg-gray-500-op-1 {
  background-color: rgba(173, 181, 189, 0.1);
}

.border-color-gray-500-op-1 {
  border-color: rgba(173, 181, 189, 0.1);
}

.border-top-gray-500-op-1 {
  border-top-color: rgba(173, 181, 189, 0.1);
}

.border-right-gray-500-op-1 {
  border-right-color: rgba(173, 181, 189, 0.1);
}

.border-bottom-gray-500-op-1 {
  border-bottom-color: rgba(173, 181, 189, 0.1);
}

.border-left-gray-500-op-1 {
  border-left-color: rgba(173, 181, 189, 0.1);
}

.fill-gray-500-op-1 {
  fill: rgba(173, 181, 189, 0.1);
}

.stroke-gray-500-op-1 {
  stroke: rgba(173, 181, 189, 0.1);
}

.text-gray-500-op-1 {
  color: rgba(173, 181, 189, 0.1);
}

.bg-gray-500-op-2 {
  background-color: rgba(173, 181, 189, 0.2);
}

.border-color-gray-500-op-2 {
  border-color: rgba(173, 181, 189, 0.2);
}

.border-top-gray-500-op-2 {
  border-top-color: rgba(173, 181, 189, 0.2);
}

.border-right-gray-500-op-2 {
  border-right-color: rgba(173, 181, 189, 0.2);
}

.border-bottom-gray-500-op-2 {
  border-bottom-color: rgba(173, 181, 189, 0.2);
}

.border-left-gray-500-op-2 {
  border-left-color: rgba(173, 181, 189, 0.2);
}

.fill-gray-500-op-2 {
  fill: rgba(173, 181, 189, 0.2);
}

.stroke-gray-500-op-2 {
  stroke: rgba(173, 181, 189, 0.2);
}

.text-gray-500-op-2 {
  color: rgba(173, 181, 189, 0.2);
}

.bg-gray-500-op-3 {
  background-color: rgba(173, 181, 189, 0.3);
}

.border-color-gray-500-op-3 {
  border-color: rgba(173, 181, 189, 0.3);
}

.border-top-gray-500-op-3 {
  border-top-color: rgba(173, 181, 189, 0.3);
}

.border-right-gray-500-op-3 {
  border-right-color: rgba(173, 181, 189, 0.3);
}

.border-bottom-gray-500-op-3 {
  border-bottom-color: rgba(173, 181, 189, 0.3);
}

.border-left-gray-500-op-3 {
  border-left-color: rgba(173, 181, 189, 0.3);
}

.fill-gray-500-op-3 {
  fill: rgba(173, 181, 189, 0.3);
}

.stroke-gray-500-op-3 {
  stroke: rgba(173, 181, 189, 0.3);
}

.text-gray-500-op-3 {
  color: rgba(173, 181, 189, 0.3);
}

.bg-gray-500-op-4 {
  background-color: rgba(173, 181, 189, 0.4);
}

.border-color-gray-500-op-4 {
  border-color: rgba(173, 181, 189, 0.4);
}

.border-top-gray-500-op-4 {
  border-top-color: rgba(173, 181, 189, 0.4);
}

.border-right-gray-500-op-4 {
  border-right-color: rgba(173, 181, 189, 0.4);
}

.border-bottom-gray-500-op-4 {
  border-bottom-color: rgba(173, 181, 189, 0.4);
}

.border-left-gray-500-op-4 {
  border-left-color: rgba(173, 181, 189, 0.4);
}

.fill-gray-500-op-4 {
  fill: rgba(173, 181, 189, 0.4);
}

.stroke-gray-500-op-4 {
  stroke: rgba(173, 181, 189, 0.4);
}

.text-gray-500-op-4 {
  color: rgba(173, 181, 189, 0.4);
}

.bg-gray-500-op-5 {
  background-color: rgba(173, 181, 189, 0.5);
}

.border-color-gray-500-op-5 {
  border-color: rgba(173, 181, 189, 0.5);
}

.border-top-gray-500-op-5 {
  border-top-color: rgba(173, 181, 189, 0.5);
}

.border-right-gray-500-op-5 {
  border-right-color: rgba(173, 181, 189, 0.5);
}

.border-bottom-gray-500-op-5 {
  border-bottom-color: rgba(173, 181, 189, 0.5);
}

.border-left-gray-500-op-5 {
  border-left-color: rgba(173, 181, 189, 0.5);
}

.fill-gray-500-op-5 {
  fill: rgba(173, 181, 189, 0.5);
}

.stroke-gray-500-op-5 {
  stroke: rgba(173, 181, 189, 0.5);
}

.text-gray-500-op-5 {
  color: rgba(173, 181, 189, 0.5);
}

.bg-gray-500-op-6 {
  background-color: rgba(173, 181, 189, 0.6);
}

.border-color-gray-500-op-6 {
  border-color: rgba(173, 181, 189, 0.6);
}

.border-top-gray-500-op-6 {
  border-top-color: rgba(173, 181, 189, 0.6);
}

.border-right-gray-500-op-6 {
  border-right-color: rgba(173, 181, 189, 0.6);
}

.border-bottom-gray-500-op-6 {
  border-bottom-color: rgba(173, 181, 189, 0.6);
}

.border-left-gray-500-op-6 {
  border-left-color: rgba(173, 181, 189, 0.6);
}

.fill-gray-500-op-6 {
  fill: rgba(173, 181, 189, 0.6);
}

.stroke-gray-500-op-6 {
  stroke: rgba(173, 181, 189, 0.6);
}

.text-gray-500-op-6 {
  color: rgba(173, 181, 189, 0.6);
}

.bg-gray-500-op-7 {
  background-color: rgba(173, 181, 189, 0.7);
}

.border-color-gray-500-op-7 {
  border-color: rgba(173, 181, 189, 0.7);
}

.border-top-gray-500-op-7 {
  border-top-color: rgba(173, 181, 189, 0.7);
}

.border-right-gray-500-op-7 {
  border-right-color: rgba(173, 181, 189, 0.7);
}

.border-bottom-gray-500-op-7 {
  border-bottom-color: rgba(173, 181, 189, 0.7);
}

.border-left-gray-500-op-7 {
  border-left-color: rgba(173, 181, 189, 0.7);
}

.fill-gray-500-op-7 {
  fill: rgba(173, 181, 189, 0.7);
}

.stroke-gray-500-op-7 {
  stroke: rgba(173, 181, 189, 0.7);
}

.text-gray-500-op-7 {
  color: rgba(173, 181, 189, 0.7);
}

.bg-gray-500-op-8 {
  background-color: rgba(173, 181, 189, 0.8);
}

.border-color-gray-500-op-8 {
  border-color: rgba(173, 181, 189, 0.8);
}

.border-top-gray-500-op-8 {
  border-top-color: rgba(173, 181, 189, 0.8);
}

.border-right-gray-500-op-8 {
  border-right-color: rgba(173, 181, 189, 0.8);
}

.border-bottom-gray-500-op-8 {
  border-bottom-color: rgba(173, 181, 189, 0.8);
}

.border-left-gray-500-op-8 {
  border-left-color: rgba(173, 181, 189, 0.8);
}

.fill-gray-500-op-8 {
  fill: rgba(173, 181, 189, 0.8);
}

.stroke-gray-500-op-8 {
  stroke: rgba(173, 181, 189, 0.8);
}

.text-gray-500-op-8 {
  color: rgba(173, 181, 189, 0.8);
}

.bg-gray-500-op-9 {
  background-color: rgba(173, 181, 189, 0.9);
}

.border-color-gray-500-op-9 {
  border-color: rgba(173, 181, 189, 0.9);
}

.border-top-gray-500-op-9 {
  border-top-color: rgba(173, 181, 189, 0.9);
}

.border-right-gray-500-op-9 {
  border-right-color: rgba(173, 181, 189, 0.9);
}

.border-bottom-gray-500-op-9 {
  border-bottom-color: rgba(173, 181, 189, 0.9);
}

.border-left-gray-500-op-9 {
  border-left-color: rgba(173, 181, 189, 0.9);
}

.fill-gray-500-op-9 {
  fill: rgba(173, 181, 189, 0.9);
}

.stroke-gray-500-op-9 {
  stroke: rgba(173, 181, 189, 0.9);
}

.text-gray-500-op-9 {
  color: rgba(173, 181, 189, 0.9);
}

.bg-gray-500-op-10 {
  background-color: #adb5bd;
}

.border-color-gray-500-op-10 {
  border-color: #adb5bd;
}

.border-top-gray-500-op-10 {
  border-top-color: #adb5bd;
}

.border-right-gray-500-op-10 {
  border-right-color: #adb5bd;
}

.border-bottom-gray-500-op-10 {
  border-bottom-color: #adb5bd;
}

.border-left-gray-500-op-10 {
  border-left-color: #adb5bd;
}

.fill-gray-500-op-10 {
  fill: #adb5bd;
}

.stroke-gray-500-op-10 {
  stroke: #adb5bd;
}

.text-gray-500-op-10 {
  color: #adb5bd;
}

.bg-gray-600 {
  background-color: #6d767e;
}

.border-color-gray-600 {
  border-color: #6d767e;
}

.border-top-gray-600 {
  border-top-color: #6d767e;
}

.border-right-gray-600 {
  border-right-color: #6d767e;
}

.border-bottom-gray-600 {
  border-bottom-color: #6d767e;
}

.border-left-gray-600 {
  border-left-color: #6d767e;
}

.fill-gray-600 {
  fill: #6d767e;
}

.stroke-gray-600 {
  stroke: #6d767e;
}

.text-gray-600 {
  color: #6d767e;
}

.bg-gray-600-op-0 {
  background-color: rgba(109, 118, 126, 0);
}

.border-color-gray-600-op-0 {
  border-color: rgba(109, 118, 126, 0);
}

.border-top-gray-600-op-0 {
  border-top-color: rgba(109, 118, 126, 0);
}

.border-right-gray-600-op-0 {
  border-right-color: rgba(109, 118, 126, 0);
}

.border-bottom-gray-600-op-0 {
  border-bottom-color: rgba(109, 118, 126, 0);
}

.border-left-gray-600-op-0 {
  border-left-color: rgba(109, 118, 126, 0);
}

.fill-gray-600-op-0 {
  fill: rgba(109, 118, 126, 0);
}

.stroke-gray-600-op-0 {
  stroke: rgba(109, 118, 126, 0);
}

.text-gray-600-op-0 {
  color: rgba(109, 118, 126, 0);
}

.bg-gray-600-op-1 {
  background-color: rgba(109, 118, 126, 0.1);
}

.border-color-gray-600-op-1 {
  border-color: rgba(109, 118, 126, 0.1);
}

.border-top-gray-600-op-1 {
  border-top-color: rgba(109, 118, 126, 0.1);
}

.border-right-gray-600-op-1 {
  border-right-color: rgba(109, 118, 126, 0.1);
}

.border-bottom-gray-600-op-1 {
  border-bottom-color: rgba(109, 118, 126, 0.1);
}

.border-left-gray-600-op-1 {
  border-left-color: rgba(109, 118, 126, 0.1);
}

.fill-gray-600-op-1 {
  fill: rgba(109, 118, 126, 0.1);
}

.stroke-gray-600-op-1 {
  stroke: rgba(109, 118, 126, 0.1);
}

.text-gray-600-op-1 {
  color: rgba(109, 118, 126, 0.1);
}

.bg-gray-600-op-2 {
  background-color: rgba(109, 118, 126, 0.2);
}

.border-color-gray-600-op-2 {
  border-color: rgba(109, 118, 126, 0.2);
}

.border-top-gray-600-op-2 {
  border-top-color: rgba(109, 118, 126, 0.2);
}

.border-right-gray-600-op-2 {
  border-right-color: rgba(109, 118, 126, 0.2);
}

.border-bottom-gray-600-op-2 {
  border-bottom-color: rgba(109, 118, 126, 0.2);
}

.border-left-gray-600-op-2 {
  border-left-color: rgba(109, 118, 126, 0.2);
}

.fill-gray-600-op-2 {
  fill: rgba(109, 118, 126, 0.2);
}

.stroke-gray-600-op-2 {
  stroke: rgba(109, 118, 126, 0.2);
}

.text-gray-600-op-2 {
  color: rgba(109, 118, 126, 0.2);
}

.bg-gray-600-op-3 {
  background-color: rgba(109, 118, 126, 0.3);
}

.border-color-gray-600-op-3 {
  border-color: rgba(109, 118, 126, 0.3);
}

.border-top-gray-600-op-3 {
  border-top-color: rgba(109, 118, 126, 0.3);
}

.border-right-gray-600-op-3 {
  border-right-color: rgba(109, 118, 126, 0.3);
}

.border-bottom-gray-600-op-3 {
  border-bottom-color: rgba(109, 118, 126, 0.3);
}

.border-left-gray-600-op-3 {
  border-left-color: rgba(109, 118, 126, 0.3);
}

.fill-gray-600-op-3 {
  fill: rgba(109, 118, 126, 0.3);
}

.stroke-gray-600-op-3 {
  stroke: rgba(109, 118, 126, 0.3);
}

.text-gray-600-op-3 {
  color: rgba(109, 118, 126, 0.3);
}

.bg-gray-600-op-4 {
  background-color: rgba(109, 118, 126, 0.4);
}

.border-color-gray-600-op-4 {
  border-color: rgba(109, 118, 126, 0.4);
}

.border-top-gray-600-op-4 {
  border-top-color: rgba(109, 118, 126, 0.4);
}

.border-right-gray-600-op-4 {
  border-right-color: rgba(109, 118, 126, 0.4);
}

.border-bottom-gray-600-op-4 {
  border-bottom-color: rgba(109, 118, 126, 0.4);
}

.border-left-gray-600-op-4 {
  border-left-color: rgba(109, 118, 126, 0.4);
}

.fill-gray-600-op-4 {
  fill: rgba(109, 118, 126, 0.4);
}

.stroke-gray-600-op-4 {
  stroke: rgba(109, 118, 126, 0.4);
}

.text-gray-600-op-4 {
  color: rgba(109, 118, 126, 0.4);
}

.bg-gray-600-op-5 {
  background-color: rgba(109, 118, 126, 0.5);
}

.border-color-gray-600-op-5 {
  border-color: rgba(109, 118, 126, 0.5);
}

.border-top-gray-600-op-5 {
  border-top-color: rgba(109, 118, 126, 0.5);
}

.border-right-gray-600-op-5 {
  border-right-color: rgba(109, 118, 126, 0.5);
}

.border-bottom-gray-600-op-5 {
  border-bottom-color: rgba(109, 118, 126, 0.5);
}

.border-left-gray-600-op-5 {
  border-left-color: rgba(109, 118, 126, 0.5);
}

.fill-gray-600-op-5 {
  fill: rgba(109, 118, 126, 0.5);
}

.stroke-gray-600-op-5 {
  stroke: rgba(109, 118, 126, 0.5);
}

.text-gray-600-op-5 {
  color: rgba(109, 118, 126, 0.5);
}

.bg-gray-600-op-6 {
  background-color: rgba(109, 118, 126, 0.6);
}

.border-color-gray-600-op-6 {
  border-color: rgba(109, 118, 126, 0.6);
}

.border-top-gray-600-op-6 {
  border-top-color: rgba(109, 118, 126, 0.6);
}

.border-right-gray-600-op-6 {
  border-right-color: rgba(109, 118, 126, 0.6);
}

.border-bottom-gray-600-op-6 {
  border-bottom-color: rgba(109, 118, 126, 0.6);
}

.border-left-gray-600-op-6 {
  border-left-color: rgba(109, 118, 126, 0.6);
}

.fill-gray-600-op-6 {
  fill: rgba(109, 118, 126, 0.6);
}

.stroke-gray-600-op-6 {
  stroke: rgba(109, 118, 126, 0.6);
}

.text-gray-600-op-6 {
  color: rgba(109, 118, 126, 0.6);
}

.bg-gray-600-op-7 {
  background-color: rgba(109, 118, 126, 0.7);
}

.border-color-gray-600-op-7 {
  border-color: rgba(109, 118, 126, 0.7);
}

.border-top-gray-600-op-7 {
  border-top-color: rgba(109, 118, 126, 0.7);
}

.border-right-gray-600-op-7 {
  border-right-color: rgba(109, 118, 126, 0.7);
}

.border-bottom-gray-600-op-7 {
  border-bottom-color: rgba(109, 118, 126, 0.7);
}

.border-left-gray-600-op-7 {
  border-left-color: rgba(109, 118, 126, 0.7);
}

.fill-gray-600-op-7 {
  fill: rgba(109, 118, 126, 0.7);
}

.stroke-gray-600-op-7 {
  stroke: rgba(109, 118, 126, 0.7);
}

.text-gray-600-op-7 {
  color: rgba(109, 118, 126, 0.7);
}

.bg-gray-600-op-8 {
  background-color: rgba(109, 118, 126, 0.8);
}

.border-color-gray-600-op-8 {
  border-color: rgba(109, 118, 126, 0.8);
}

.border-top-gray-600-op-8 {
  border-top-color: rgba(109, 118, 126, 0.8);
}

.border-right-gray-600-op-8 {
  border-right-color: rgba(109, 118, 126, 0.8);
}

.border-bottom-gray-600-op-8 {
  border-bottom-color: rgba(109, 118, 126, 0.8);
}

.border-left-gray-600-op-8 {
  border-left-color: rgba(109, 118, 126, 0.8);
}

.fill-gray-600-op-8 {
  fill: rgba(109, 118, 126, 0.8);
}

.stroke-gray-600-op-8 {
  stroke: rgba(109, 118, 126, 0.8);
}

.text-gray-600-op-8 {
  color: rgba(109, 118, 126, 0.8);
}

.bg-gray-600-op-9 {
  background-color: rgba(109, 118, 126, 0.9);
}

.border-color-gray-600-op-9 {
  border-color: rgba(109, 118, 126, 0.9);
}

.border-top-gray-600-op-9 {
  border-top-color: rgba(109, 118, 126, 0.9);
}

.border-right-gray-600-op-9 {
  border-right-color: rgba(109, 118, 126, 0.9);
}

.border-bottom-gray-600-op-9 {
  border-bottom-color: rgba(109, 118, 126, 0.9);
}

.border-left-gray-600-op-9 {
  border-left-color: rgba(109, 118, 126, 0.9);
}

.fill-gray-600-op-9 {
  fill: rgba(109, 118, 126, 0.9);
}

.stroke-gray-600-op-9 {
  stroke: rgba(109, 118, 126, 0.9);
}

.text-gray-600-op-9 {
  color: rgba(109, 118, 126, 0.9);
}

.bg-gray-600-op-10 {
  background-color: #6d767e;
}

.border-color-gray-600-op-10 {
  border-color: #6d767e;
}

.border-top-gray-600-op-10 {
  border-top-color: #6d767e;
}

.border-right-gray-600-op-10 {
  border-right-color: #6d767e;
}

.border-bottom-gray-600-op-10 {
  border-bottom-color: #6d767e;
}

.border-left-gray-600-op-10 {
  border-left-color: #6d767e;
}

.fill-gray-600-op-10 {
  fill: #6d767e;
}

.stroke-gray-600-op-10 {
  stroke: #6d767e;
}

.text-gray-600-op-10 {
  color: #6d767e;
}

.bg-gray-700 {
  background-color: #484f56;
}

.border-color-gray-700 {
  border-color: #484f56;
}

.border-top-gray-700 {
  border-top-color: #484f56;
}

.border-right-gray-700 {
  border-right-color: #484f56;
}

.border-bottom-gray-700 {
  border-bottom-color: #484f56;
}

.border-left-gray-700 {
  border-left-color: #484f56;
}

.fill-gray-700 {
  fill: #484f56;
}

.stroke-gray-700 {
  stroke: #484f56;
}

.text-gray-700 {
  color: #484f56;
}

.bg-gray-700-op-0 {
  background-color: rgba(72, 79, 86, 0);
}

.border-color-gray-700-op-0 {
  border-color: rgba(72, 79, 86, 0);
}

.border-top-gray-700-op-0 {
  border-top-color: rgba(72, 79, 86, 0);
}

.border-right-gray-700-op-0 {
  border-right-color: rgba(72, 79, 86, 0);
}

.border-bottom-gray-700-op-0 {
  border-bottom-color: rgba(72, 79, 86, 0);
}

.border-left-gray-700-op-0 {
  border-left-color: rgba(72, 79, 86, 0);
}

.fill-gray-700-op-0 {
  fill: rgba(72, 79, 86, 0);
}

.stroke-gray-700-op-0 {
  stroke: rgba(72, 79, 86, 0);
}

.text-gray-700-op-0 {
  color: rgba(72, 79, 86, 0);
}

.bg-gray-700-op-1 {
  background-color: rgba(72, 79, 86, 0.1);
}

.border-color-gray-700-op-1 {
  border-color: rgba(72, 79, 86, 0.1);
}

.border-top-gray-700-op-1 {
  border-top-color: rgba(72, 79, 86, 0.1);
}

.border-right-gray-700-op-1 {
  border-right-color: rgba(72, 79, 86, 0.1);
}

.border-bottom-gray-700-op-1 {
  border-bottom-color: rgba(72, 79, 86, 0.1);
}

.border-left-gray-700-op-1 {
  border-left-color: rgba(72, 79, 86, 0.1);
}

.fill-gray-700-op-1 {
  fill: rgba(72, 79, 86, 0.1);
}

.stroke-gray-700-op-1 {
  stroke: rgba(72, 79, 86, 0.1);
}

.text-gray-700-op-1 {
  color: rgba(72, 79, 86, 0.1);
}

.bg-gray-700-op-2 {
  background-color: rgba(72, 79, 86, 0.2);
}

.border-color-gray-700-op-2 {
  border-color: rgba(72, 79, 86, 0.2);
}

.border-top-gray-700-op-2 {
  border-top-color: rgba(72, 79, 86, 0.2);
}

.border-right-gray-700-op-2 {
  border-right-color: rgba(72, 79, 86, 0.2);
}

.border-bottom-gray-700-op-2 {
  border-bottom-color: rgba(72, 79, 86, 0.2);
}

.border-left-gray-700-op-2 {
  border-left-color: rgba(72, 79, 86, 0.2);
}

.fill-gray-700-op-2 {
  fill: rgba(72, 79, 86, 0.2);
}

.stroke-gray-700-op-2 {
  stroke: rgba(72, 79, 86, 0.2);
}

.text-gray-700-op-2 {
  color: rgba(72, 79, 86, 0.2);
}

.bg-gray-700-op-3 {
  background-color: rgba(72, 79, 86, 0.3);
}

.border-color-gray-700-op-3 {
  border-color: rgba(72, 79, 86, 0.3);
}

.border-top-gray-700-op-3 {
  border-top-color: rgba(72, 79, 86, 0.3);
}

.border-right-gray-700-op-3 {
  border-right-color: rgba(72, 79, 86, 0.3);
}

.border-bottom-gray-700-op-3 {
  border-bottom-color: rgba(72, 79, 86, 0.3);
}

.border-left-gray-700-op-3 {
  border-left-color: rgba(72, 79, 86, 0.3);
}

.fill-gray-700-op-3 {
  fill: rgba(72, 79, 86, 0.3);
}

.stroke-gray-700-op-3 {
  stroke: rgba(72, 79, 86, 0.3);
}

.text-gray-700-op-3 {
  color: rgba(72, 79, 86, 0.3);
}

.bg-gray-700-op-4 {
  background-color: rgba(72, 79, 86, 0.4);
}

.border-color-gray-700-op-4 {
  border-color: rgba(72, 79, 86, 0.4);
}

.border-top-gray-700-op-4 {
  border-top-color: rgba(72, 79, 86, 0.4);
}

.border-right-gray-700-op-4 {
  border-right-color: rgba(72, 79, 86, 0.4);
}

.border-bottom-gray-700-op-4 {
  border-bottom-color: rgba(72, 79, 86, 0.4);
}

.border-left-gray-700-op-4 {
  border-left-color: rgba(72, 79, 86, 0.4);
}

.fill-gray-700-op-4 {
  fill: rgba(72, 79, 86, 0.4);
}

.stroke-gray-700-op-4 {
  stroke: rgba(72, 79, 86, 0.4);
}

.text-gray-700-op-4 {
  color: rgba(72, 79, 86, 0.4);
}

.bg-gray-700-op-5 {
  background-color: rgba(72, 79, 86, 0.5);
}

.border-color-gray-700-op-5 {
  border-color: rgba(72, 79, 86, 0.5);
}

.border-top-gray-700-op-5 {
  border-top-color: rgba(72, 79, 86, 0.5);
}

.border-right-gray-700-op-5 {
  border-right-color: rgba(72, 79, 86, 0.5);
}

.border-bottom-gray-700-op-5 {
  border-bottom-color: rgba(72, 79, 86, 0.5);
}

.border-left-gray-700-op-5 {
  border-left-color: rgba(72, 79, 86, 0.5);
}

.fill-gray-700-op-5 {
  fill: rgba(72, 79, 86, 0.5);
}

.stroke-gray-700-op-5 {
  stroke: rgba(72, 79, 86, 0.5);
}

.text-gray-700-op-5 {
  color: rgba(72, 79, 86, 0.5);
}

.bg-gray-700-op-6 {
  background-color: rgba(72, 79, 86, 0.6);
}

.border-color-gray-700-op-6 {
  border-color: rgba(72, 79, 86, 0.6);
}

.border-top-gray-700-op-6 {
  border-top-color: rgba(72, 79, 86, 0.6);
}

.border-right-gray-700-op-6 {
  border-right-color: rgba(72, 79, 86, 0.6);
}

.border-bottom-gray-700-op-6 {
  border-bottom-color: rgba(72, 79, 86, 0.6);
}

.border-left-gray-700-op-6 {
  border-left-color: rgba(72, 79, 86, 0.6);
}

.fill-gray-700-op-6 {
  fill: rgba(72, 79, 86, 0.6);
}

.stroke-gray-700-op-6 {
  stroke: rgba(72, 79, 86, 0.6);
}

.text-gray-700-op-6 {
  color: rgba(72, 79, 86, 0.6);
}

.bg-gray-700-op-7 {
  background-color: rgba(72, 79, 86, 0.7);
}

.border-color-gray-700-op-7 {
  border-color: rgba(72, 79, 86, 0.7);
}

.border-top-gray-700-op-7 {
  border-top-color: rgba(72, 79, 86, 0.7);
}

.border-right-gray-700-op-7 {
  border-right-color: rgba(72, 79, 86, 0.7);
}

.border-bottom-gray-700-op-7 {
  border-bottom-color: rgba(72, 79, 86, 0.7);
}

.border-left-gray-700-op-7 {
  border-left-color: rgba(72, 79, 86, 0.7);
}

.fill-gray-700-op-7 {
  fill: rgba(72, 79, 86, 0.7);
}

.stroke-gray-700-op-7 {
  stroke: rgba(72, 79, 86, 0.7);
}

.text-gray-700-op-7 {
  color: rgba(72, 79, 86, 0.7);
}

.bg-gray-700-op-8 {
  background-color: rgba(72, 79, 86, 0.8);
}

.border-color-gray-700-op-8 {
  border-color: rgba(72, 79, 86, 0.8);
}

.border-top-gray-700-op-8 {
  border-top-color: rgba(72, 79, 86, 0.8);
}

.border-right-gray-700-op-8 {
  border-right-color: rgba(72, 79, 86, 0.8);
}

.border-bottom-gray-700-op-8 {
  border-bottom-color: rgba(72, 79, 86, 0.8);
}

.border-left-gray-700-op-8 {
  border-left-color: rgba(72, 79, 86, 0.8);
}

.fill-gray-700-op-8 {
  fill: rgba(72, 79, 86, 0.8);
}

.stroke-gray-700-op-8 {
  stroke: rgba(72, 79, 86, 0.8);
}

.text-gray-700-op-8 {
  color: rgba(72, 79, 86, 0.8);
}

.bg-gray-700-op-9 {
  background-color: rgba(72, 79, 86, 0.9);
}

.border-color-gray-700-op-9 {
  border-color: rgba(72, 79, 86, 0.9);
}

.border-top-gray-700-op-9 {
  border-top-color: rgba(72, 79, 86, 0.9);
}

.border-right-gray-700-op-9 {
  border-right-color: rgba(72, 79, 86, 0.9);
}

.border-bottom-gray-700-op-9 {
  border-bottom-color: rgba(72, 79, 86, 0.9);
}

.border-left-gray-700-op-9 {
  border-left-color: rgba(72, 79, 86, 0.9);
}

.fill-gray-700-op-9 {
  fill: rgba(72, 79, 86, 0.9);
}

.stroke-gray-700-op-9 {
  stroke: rgba(72, 79, 86, 0.9);
}

.text-gray-700-op-9 {
  color: rgba(72, 79, 86, 0.9);
}

.bg-gray-700-op-10 {
  background-color: #484f56;
}

.border-color-gray-700-op-10 {
  border-color: #484f56;
}

.border-top-gray-700-op-10 {
  border-top-color: #484f56;
}

.border-right-gray-700-op-10 {
  border-right-color: #484f56;
}

.border-bottom-gray-700-op-10 {
  border-bottom-color: #484f56;
}

.border-left-gray-700-op-10 {
  border-left-color: #484f56;
}

.fill-gray-700-op-10 {
  fill: #484f56;
}

.stroke-gray-700-op-10 {
  stroke: #484f56;
}

.text-gray-700-op-10 {
  color: #484f56;
}

.bg-gray-800 {
  background-color: #353b41;
}

.border-color-gray-800 {
  border-color: #353b41;
}

.border-top-gray-800 {
  border-top-color: #353b41;
}

.border-right-gray-800 {
  border-right-color: #353b41;
}

.border-bottom-gray-800 {
  border-bottom-color: #353b41;
}

.border-left-gray-800 {
  border-left-color: #353b41;
}

.fill-gray-800 {
  fill: #353b41;
}

.stroke-gray-800 {
  stroke: #353b41;
}

.text-gray-800 {
  color: #353b41;
}

.bg-gray-800-op-0 {
  background-color: rgba(53, 59, 65, 0);
}

.border-color-gray-800-op-0 {
  border-color: rgba(53, 59, 65, 0);
}

.border-top-gray-800-op-0 {
  border-top-color: rgba(53, 59, 65, 0);
}

.border-right-gray-800-op-0 {
  border-right-color: rgba(53, 59, 65, 0);
}

.border-bottom-gray-800-op-0 {
  border-bottom-color: rgba(53, 59, 65, 0);
}

.border-left-gray-800-op-0 {
  border-left-color: rgba(53, 59, 65, 0);
}

.fill-gray-800-op-0 {
  fill: rgba(53, 59, 65, 0);
}

.stroke-gray-800-op-0 {
  stroke: rgba(53, 59, 65, 0);
}

.text-gray-800-op-0 {
  color: rgba(53, 59, 65, 0);
}

.bg-gray-800-op-1 {
  background-color: rgba(53, 59, 65, 0.1);
}

.border-color-gray-800-op-1 {
  border-color: rgba(53, 59, 65, 0.1);
}

.border-top-gray-800-op-1 {
  border-top-color: rgba(53, 59, 65, 0.1);
}

.border-right-gray-800-op-1 {
  border-right-color: rgba(53, 59, 65, 0.1);
}

.border-bottom-gray-800-op-1 {
  border-bottom-color: rgba(53, 59, 65, 0.1);
}

.border-left-gray-800-op-1 {
  border-left-color: rgba(53, 59, 65, 0.1);
}

.fill-gray-800-op-1 {
  fill: rgba(53, 59, 65, 0.1);
}

.stroke-gray-800-op-1 {
  stroke: rgba(53, 59, 65, 0.1);
}

.text-gray-800-op-1 {
  color: rgba(53, 59, 65, 0.1);
}

.bg-gray-800-op-2 {
  background-color: rgba(53, 59, 65, 0.2);
}

.border-color-gray-800-op-2 {
  border-color: rgba(53, 59, 65, 0.2);
}

.border-top-gray-800-op-2 {
  border-top-color: rgba(53, 59, 65, 0.2);
}

.border-right-gray-800-op-2 {
  border-right-color: rgba(53, 59, 65, 0.2);
}

.border-bottom-gray-800-op-2 {
  border-bottom-color: rgba(53, 59, 65, 0.2);
}

.border-left-gray-800-op-2 {
  border-left-color: rgba(53, 59, 65, 0.2);
}

.fill-gray-800-op-2 {
  fill: rgba(53, 59, 65, 0.2);
}

.stroke-gray-800-op-2 {
  stroke: rgba(53, 59, 65, 0.2);
}

.text-gray-800-op-2 {
  color: rgba(53, 59, 65, 0.2);
}

.bg-gray-800-op-3 {
  background-color: rgba(53, 59, 65, 0.3);
}

.border-color-gray-800-op-3 {
  border-color: rgba(53, 59, 65, 0.3);
}

.border-top-gray-800-op-3 {
  border-top-color: rgba(53, 59, 65, 0.3);
}

.border-right-gray-800-op-3 {
  border-right-color: rgba(53, 59, 65, 0.3);
}

.border-bottom-gray-800-op-3 {
  border-bottom-color: rgba(53, 59, 65, 0.3);
}

.border-left-gray-800-op-3 {
  border-left-color: rgba(53, 59, 65, 0.3);
}

.fill-gray-800-op-3 {
  fill: rgba(53, 59, 65, 0.3);
}

.stroke-gray-800-op-3 {
  stroke: rgba(53, 59, 65, 0.3);
}

.text-gray-800-op-3 {
  color: rgba(53, 59, 65, 0.3);
}

.bg-gray-800-op-4 {
  background-color: rgba(53, 59, 65, 0.4);
}

.border-color-gray-800-op-4 {
  border-color: rgba(53, 59, 65, 0.4);
}

.border-top-gray-800-op-4 {
  border-top-color: rgba(53, 59, 65, 0.4);
}

.border-right-gray-800-op-4 {
  border-right-color: rgba(53, 59, 65, 0.4);
}

.border-bottom-gray-800-op-4 {
  border-bottom-color: rgba(53, 59, 65, 0.4);
}

.border-left-gray-800-op-4 {
  border-left-color: rgba(53, 59, 65, 0.4);
}

.fill-gray-800-op-4 {
  fill: rgba(53, 59, 65, 0.4);
}

.stroke-gray-800-op-4 {
  stroke: rgba(53, 59, 65, 0.4);
}

.text-gray-800-op-4 {
  color: rgba(53, 59, 65, 0.4);
}

.bg-gray-800-op-5 {
  background-color: rgba(53, 59, 65, 0.5);
}

.border-color-gray-800-op-5 {
  border-color: rgba(53, 59, 65, 0.5);
}

.border-top-gray-800-op-5 {
  border-top-color: rgba(53, 59, 65, 0.5);
}

.border-right-gray-800-op-5 {
  border-right-color: rgba(53, 59, 65, 0.5);
}

.border-bottom-gray-800-op-5 {
  border-bottom-color: rgba(53, 59, 65, 0.5);
}

.border-left-gray-800-op-5 {
  border-left-color: rgba(53, 59, 65, 0.5);
}

.fill-gray-800-op-5 {
  fill: rgba(53, 59, 65, 0.5);
}

.stroke-gray-800-op-5 {
  stroke: rgba(53, 59, 65, 0.5);
}

.text-gray-800-op-5 {
  color: rgba(53, 59, 65, 0.5);
}

.bg-gray-800-op-6 {
  background-color: rgba(53, 59, 65, 0.6);
}

.border-color-gray-800-op-6 {
  border-color: rgba(53, 59, 65, 0.6);
}

.border-top-gray-800-op-6 {
  border-top-color: rgba(53, 59, 65, 0.6);
}

.border-right-gray-800-op-6 {
  border-right-color: rgba(53, 59, 65, 0.6);
}

.border-bottom-gray-800-op-6 {
  border-bottom-color: rgba(53, 59, 65, 0.6);
}

.border-left-gray-800-op-6 {
  border-left-color: rgba(53, 59, 65, 0.6);
}

.fill-gray-800-op-6 {
  fill: rgba(53, 59, 65, 0.6);
}

.stroke-gray-800-op-6 {
  stroke: rgba(53, 59, 65, 0.6);
}

.text-gray-800-op-6 {
  color: rgba(53, 59, 65, 0.6);
}

.bg-gray-800-op-7 {
  background-color: rgba(53, 59, 65, 0.7);
}

.border-color-gray-800-op-7 {
  border-color: rgba(53, 59, 65, 0.7);
}

.border-top-gray-800-op-7 {
  border-top-color: rgba(53, 59, 65, 0.7);
}

.border-right-gray-800-op-7 {
  border-right-color: rgba(53, 59, 65, 0.7);
}

.border-bottom-gray-800-op-7 {
  border-bottom-color: rgba(53, 59, 65, 0.7);
}

.border-left-gray-800-op-7 {
  border-left-color: rgba(53, 59, 65, 0.7);
}

.fill-gray-800-op-7 {
  fill: rgba(53, 59, 65, 0.7);
}

.stroke-gray-800-op-7 {
  stroke: rgba(53, 59, 65, 0.7);
}

.text-gray-800-op-7 {
  color: rgba(53, 59, 65, 0.7);
}

.bg-gray-800-op-8 {
  background-color: rgba(53, 59, 65, 0.8);
}

.border-color-gray-800-op-8 {
  border-color: rgba(53, 59, 65, 0.8);
}

.border-top-gray-800-op-8 {
  border-top-color: rgba(53, 59, 65, 0.8);
}

.border-right-gray-800-op-8 {
  border-right-color: rgba(53, 59, 65, 0.8);
}

.border-bottom-gray-800-op-8 {
  border-bottom-color: rgba(53, 59, 65, 0.8);
}

.border-left-gray-800-op-8 {
  border-left-color: rgba(53, 59, 65, 0.8);
}

.fill-gray-800-op-8 {
  fill: rgba(53, 59, 65, 0.8);
}

.stroke-gray-800-op-8 {
  stroke: rgba(53, 59, 65, 0.8);
}

.text-gray-800-op-8 {
  color: rgba(53, 59, 65, 0.8);
}

.bg-gray-800-op-9 {
  background-color: rgba(53, 59, 65, 0.9);
}

.border-color-gray-800-op-9 {
  border-color: rgba(53, 59, 65, 0.9);
}

.border-top-gray-800-op-9 {
  border-top-color: rgba(53, 59, 65, 0.9);
}

.border-right-gray-800-op-9 {
  border-right-color: rgba(53, 59, 65, 0.9);
}

.border-bottom-gray-800-op-9 {
  border-bottom-color: rgba(53, 59, 65, 0.9);
}

.border-left-gray-800-op-9 {
  border-left-color: rgba(53, 59, 65, 0.9);
}

.fill-gray-800-op-9 {
  fill: rgba(53, 59, 65, 0.9);
}

.stroke-gray-800-op-9 {
  stroke: rgba(53, 59, 65, 0.9);
}

.text-gray-800-op-9 {
  color: rgba(53, 59, 65, 0.9);
}

.bg-gray-800-op-10 {
  background-color: #353b41;
}

.border-color-gray-800-op-10 {
  border-color: #353b41;
}

.border-top-gray-800-op-10 {
  border-top-color: #353b41;
}

.border-right-gray-800-op-10 {
  border-right-color: #353b41;
}

.border-bottom-gray-800-op-10 {
  border-bottom-color: #353b41;
}

.border-left-gray-800-op-10 {
  border-left-color: #353b41;
}

.fill-gray-800-op-10 {
  fill: #353b41;
}

.stroke-gray-800-op-10 {
  stroke: #353b41;
}

.text-gray-800-op-10 {
  color: #353b41;
}

.bg-gray-900 {
  background-color: #22262a;
}

.border-color-gray-900 {
  border-color: #22262a;
}

.border-top-gray-900 {
  border-top-color: #22262a;
}

.border-right-gray-900 {
  border-right-color: #22262a;
}

.border-bottom-gray-900 {
  border-bottom-color: #22262a;
}

.border-left-gray-900 {
  border-left-color: #22262a;
}

.fill-gray-900 {
  fill: #22262a;
}

.stroke-gray-900 {
  stroke: #22262a;
}

.text-gray-900 {
  color: #22262a;
}

.bg-gray-900-op-0 {
  background-color: rgba(34, 38, 42, 0);
}

.border-color-gray-900-op-0 {
  border-color: rgba(34, 38, 42, 0);
}

.border-top-gray-900-op-0 {
  border-top-color: rgba(34, 38, 42, 0);
}

.border-right-gray-900-op-0 {
  border-right-color: rgba(34, 38, 42, 0);
}

.border-bottom-gray-900-op-0 {
  border-bottom-color: rgba(34, 38, 42, 0);
}

.border-left-gray-900-op-0 {
  border-left-color: rgba(34, 38, 42, 0);
}

.fill-gray-900-op-0 {
  fill: rgba(34, 38, 42, 0);
}

.stroke-gray-900-op-0 {
  stroke: rgba(34, 38, 42, 0);
}

.text-gray-900-op-0 {
  color: rgba(34, 38, 42, 0);
}

.bg-gray-900-op-1 {
  background-color: rgba(34, 38, 42, 0.1);
}

.border-color-gray-900-op-1 {
  border-color: rgba(34, 38, 42, 0.1);
}

.border-top-gray-900-op-1 {
  border-top-color: rgba(34, 38, 42, 0.1);
}

.border-right-gray-900-op-1 {
  border-right-color: rgba(34, 38, 42, 0.1);
}

.border-bottom-gray-900-op-1 {
  border-bottom-color: rgba(34, 38, 42, 0.1);
}

.border-left-gray-900-op-1 {
  border-left-color: rgba(34, 38, 42, 0.1);
}

.fill-gray-900-op-1 {
  fill: rgba(34, 38, 42, 0.1);
}

.stroke-gray-900-op-1 {
  stroke: rgba(34, 38, 42, 0.1);
}

.text-gray-900-op-1 {
  color: rgba(34, 38, 42, 0.1);
}

.bg-gray-900-op-2 {
  background-color: rgba(34, 38, 42, 0.2);
}

.border-color-gray-900-op-2 {
  border-color: rgba(34, 38, 42, 0.2);
}

.border-top-gray-900-op-2 {
  border-top-color: rgba(34, 38, 42, 0.2);
}

.border-right-gray-900-op-2 {
  border-right-color: rgba(34, 38, 42, 0.2);
}

.border-bottom-gray-900-op-2 {
  border-bottom-color: rgba(34, 38, 42, 0.2);
}

.border-left-gray-900-op-2 {
  border-left-color: rgba(34, 38, 42, 0.2);
}

.fill-gray-900-op-2 {
  fill: rgba(34, 38, 42, 0.2);
}

.stroke-gray-900-op-2 {
  stroke: rgba(34, 38, 42, 0.2);
}

.text-gray-900-op-2 {
  color: rgba(34, 38, 42, 0.2);
}

.bg-gray-900-op-3 {
  background-color: rgba(34, 38, 42, 0.3);
}

.border-color-gray-900-op-3 {
  border-color: rgba(34, 38, 42, 0.3);
}

.border-top-gray-900-op-3 {
  border-top-color: rgba(34, 38, 42, 0.3);
}

.border-right-gray-900-op-3 {
  border-right-color: rgba(34, 38, 42, 0.3);
}

.border-bottom-gray-900-op-3 {
  border-bottom-color: rgba(34, 38, 42, 0.3);
}

.border-left-gray-900-op-3 {
  border-left-color: rgba(34, 38, 42, 0.3);
}

.fill-gray-900-op-3 {
  fill: rgba(34, 38, 42, 0.3);
}

.stroke-gray-900-op-3 {
  stroke: rgba(34, 38, 42, 0.3);
}

.text-gray-900-op-3 {
  color: rgba(34, 38, 42, 0.3);
}

.bg-gray-900-op-4 {
  background-color: rgba(34, 38, 42, 0.4);
}

.border-color-gray-900-op-4 {
  border-color: rgba(34, 38, 42, 0.4);
}

.border-top-gray-900-op-4 {
  border-top-color: rgba(34, 38, 42, 0.4);
}

.border-right-gray-900-op-4 {
  border-right-color: rgba(34, 38, 42, 0.4);
}

.border-bottom-gray-900-op-4 {
  border-bottom-color: rgba(34, 38, 42, 0.4);
}

.border-left-gray-900-op-4 {
  border-left-color: rgba(34, 38, 42, 0.4);
}

.fill-gray-900-op-4 {
  fill: rgba(34, 38, 42, 0.4);
}

.stroke-gray-900-op-4 {
  stroke: rgba(34, 38, 42, 0.4);
}

.text-gray-900-op-4 {
  color: rgba(34, 38, 42, 0.4);
}

.bg-gray-900-op-5 {
  background-color: rgba(34, 38, 42, 0.5);
}

.border-color-gray-900-op-5 {
  border-color: rgba(34, 38, 42, 0.5);
}

.border-top-gray-900-op-5 {
  border-top-color: rgba(34, 38, 42, 0.5);
}

.border-right-gray-900-op-5 {
  border-right-color: rgba(34, 38, 42, 0.5);
}

.border-bottom-gray-900-op-5 {
  border-bottom-color: rgba(34, 38, 42, 0.5);
}

.border-left-gray-900-op-5 {
  border-left-color: rgba(34, 38, 42, 0.5);
}

.fill-gray-900-op-5 {
  fill: rgba(34, 38, 42, 0.5);
}

.stroke-gray-900-op-5 {
  stroke: rgba(34, 38, 42, 0.5);
}

.text-gray-900-op-5 {
  color: rgba(34, 38, 42, 0.5);
}

.bg-gray-900-op-6 {
  background-color: rgba(34, 38, 42, 0.6);
}

.border-color-gray-900-op-6 {
  border-color: rgba(34, 38, 42, 0.6);
}

.border-top-gray-900-op-6 {
  border-top-color: rgba(34, 38, 42, 0.6);
}

.border-right-gray-900-op-6 {
  border-right-color: rgba(34, 38, 42, 0.6);
}

.border-bottom-gray-900-op-6 {
  border-bottom-color: rgba(34, 38, 42, 0.6);
}

.border-left-gray-900-op-6 {
  border-left-color: rgba(34, 38, 42, 0.6);
}

.fill-gray-900-op-6 {
  fill: rgba(34, 38, 42, 0.6);
}

.stroke-gray-900-op-6 {
  stroke: rgba(34, 38, 42, 0.6);
}

.text-gray-900-op-6 {
  color: rgba(34, 38, 42, 0.6);
}

.bg-gray-900-op-7 {
  background-color: rgba(34, 38, 42, 0.7);
}

.border-color-gray-900-op-7 {
  border-color: rgba(34, 38, 42, 0.7);
}

.border-top-gray-900-op-7 {
  border-top-color: rgba(34, 38, 42, 0.7);
}

.border-right-gray-900-op-7 {
  border-right-color: rgba(34, 38, 42, 0.7);
}

.border-bottom-gray-900-op-7 {
  border-bottom-color: rgba(34, 38, 42, 0.7);
}

.border-left-gray-900-op-7 {
  border-left-color: rgba(34, 38, 42, 0.7);
}

.fill-gray-900-op-7 {
  fill: rgba(34, 38, 42, 0.7);
}

.stroke-gray-900-op-7 {
  stroke: rgba(34, 38, 42, 0.7);
}

.text-gray-900-op-7 {
  color: rgba(34, 38, 42, 0.7);
}

.bg-gray-900-op-8 {
  background-color: rgba(34, 38, 42, 0.8);
}

.border-color-gray-900-op-8 {
  border-color: rgba(34, 38, 42, 0.8);
}

.border-top-gray-900-op-8 {
  border-top-color: rgba(34, 38, 42, 0.8);
}

.border-right-gray-900-op-8 {
  border-right-color: rgba(34, 38, 42, 0.8);
}

.border-bottom-gray-900-op-8 {
  border-bottom-color: rgba(34, 38, 42, 0.8);
}

.border-left-gray-900-op-8 {
  border-left-color: rgba(34, 38, 42, 0.8);
}

.fill-gray-900-op-8 {
  fill: rgba(34, 38, 42, 0.8);
}

.stroke-gray-900-op-8 {
  stroke: rgba(34, 38, 42, 0.8);
}

.text-gray-900-op-8 {
  color: rgba(34, 38, 42, 0.8);
}

.bg-gray-900-op-9 {
  background-color: rgba(34, 38, 42, 0.9);
}

.border-color-gray-900-op-9 {
  border-color: rgba(34, 38, 42, 0.9);
}

.border-top-gray-900-op-9 {
  border-top-color: rgba(34, 38, 42, 0.9);
}

.border-right-gray-900-op-9 {
  border-right-color: rgba(34, 38, 42, 0.9);
}

.border-bottom-gray-900-op-9 {
  border-bottom-color: rgba(34, 38, 42, 0.9);
}

.border-left-gray-900-op-9 {
  border-left-color: rgba(34, 38, 42, 0.9);
}

.fill-gray-900-op-9 {
  fill: rgba(34, 38, 42, 0.9);
}

.stroke-gray-900-op-9 {
  stroke: rgba(34, 38, 42, 0.9);
}

.text-gray-900-op-9 {
  color: rgba(34, 38, 42, 0.9);
}

.bg-gray-900-op-10 {
  background-color: #22262a;
}

.border-color-gray-900-op-10 {
  border-color: #22262a;
}

.border-top-gray-900-op-10 {
  border-top-color: #22262a;
}

.border-right-gray-900-op-10 {
  border-right-color: #22262a;
}

.border-bottom-gray-900-op-10 {
  border-bottom-color: #22262a;
}

.border-left-gray-900-op-10 {
  border-left-color: #22262a;
}

.fill-gray-900-op-10 {
  fill: #22262a;
}

.stroke-gray-900-op-10 {
  stroke: #22262a;
}

.text-gray-900-op-10 {
  color: #22262a;
}

.bg-success {
  background-color: #b7e7b6;
}

.border-color-success {
  border-color: #b7e7b6;
}

.border-top-success {
  border-top-color: #b7e7b6;
}

.border-right-success {
  border-right-color: #b7e7b6;
}

.border-bottom-success {
  border-bottom-color: #b7e7b6;
}

.border-left-success {
  border-left-color: #b7e7b6;
}

.fill-success {
  fill: #b7e7b6;
}

.stroke-success {
  stroke: #b7e7b6;
}

.text-success {
  color: #b7e7b6;
}

.bg-success-op-0 {
  background-color: rgba(183, 231, 182, 0);
}

.border-color-success-op-0 {
  border-color: rgba(183, 231, 182, 0);
}

.border-top-success-op-0 {
  border-top-color: rgba(183, 231, 182, 0);
}

.border-right-success-op-0 {
  border-right-color: rgba(183, 231, 182, 0);
}

.border-bottom-success-op-0 {
  border-bottom-color: rgba(183, 231, 182, 0);
}

.border-left-success-op-0 {
  border-left-color: rgba(183, 231, 182, 0);
}

.fill-success-op-0 {
  fill: rgba(183, 231, 182, 0);
}

.stroke-success-op-0 {
  stroke: rgba(183, 231, 182, 0);
}

.text-success-op-0 {
  color: rgba(183, 231, 182, 0);
}

.bg-success-op-1 {
  background-color: rgba(183, 231, 182, 0.1);
}

.border-color-success-op-1 {
  border-color: rgba(183, 231, 182, 0.1);
}

.border-top-success-op-1 {
  border-top-color: rgba(183, 231, 182, 0.1);
}

.border-right-success-op-1 {
  border-right-color: rgba(183, 231, 182, 0.1);
}

.border-bottom-success-op-1 {
  border-bottom-color: rgba(183, 231, 182, 0.1);
}

.border-left-success-op-1 {
  border-left-color: rgba(183, 231, 182, 0.1);
}

.fill-success-op-1 {
  fill: rgba(183, 231, 182, 0.1);
}

.stroke-success-op-1 {
  stroke: rgba(183, 231, 182, 0.1);
}

.text-success-op-1 {
  color: rgba(183, 231, 182, 0.1);
}

.bg-success-op-2 {
  background-color: rgba(183, 231, 182, 0.2);
}

.border-color-success-op-2 {
  border-color: rgba(183, 231, 182, 0.2);
}

.border-top-success-op-2 {
  border-top-color: rgba(183, 231, 182, 0.2);
}

.border-right-success-op-2 {
  border-right-color: rgba(183, 231, 182, 0.2);
}

.border-bottom-success-op-2 {
  border-bottom-color: rgba(183, 231, 182, 0.2);
}

.border-left-success-op-2 {
  border-left-color: rgba(183, 231, 182, 0.2);
}

.fill-success-op-2 {
  fill: rgba(183, 231, 182, 0.2);
}

.stroke-success-op-2 {
  stroke: rgba(183, 231, 182, 0.2);
}

.text-success-op-2 {
  color: rgba(183, 231, 182, 0.2);
}

.bg-success-op-3 {
  background-color: rgba(183, 231, 182, 0.3);
}

.border-color-success-op-3 {
  border-color: rgba(183, 231, 182, 0.3);
}

.border-top-success-op-3 {
  border-top-color: rgba(183, 231, 182, 0.3);
}

.border-right-success-op-3 {
  border-right-color: rgba(183, 231, 182, 0.3);
}

.border-bottom-success-op-3 {
  border-bottom-color: rgba(183, 231, 182, 0.3);
}

.border-left-success-op-3 {
  border-left-color: rgba(183, 231, 182, 0.3);
}

.fill-success-op-3 {
  fill: rgba(183, 231, 182, 0.3);
}

.stroke-success-op-3 {
  stroke: rgba(183, 231, 182, 0.3);
}

.text-success-op-3 {
  color: rgba(183, 231, 182, 0.3);
}

.bg-success-op-4 {
  background-color: rgba(183, 231, 182, 0.4);
}

.border-color-success-op-4 {
  border-color: rgba(183, 231, 182, 0.4);
}

.border-top-success-op-4 {
  border-top-color: rgba(183, 231, 182, 0.4);
}

.border-right-success-op-4 {
  border-right-color: rgba(183, 231, 182, 0.4);
}

.border-bottom-success-op-4 {
  border-bottom-color: rgba(183, 231, 182, 0.4);
}

.border-left-success-op-4 {
  border-left-color: rgba(183, 231, 182, 0.4);
}

.fill-success-op-4 {
  fill: rgba(183, 231, 182, 0.4);
}

.stroke-success-op-4 {
  stroke: rgba(183, 231, 182, 0.4);
}

.text-success-op-4 {
  color: rgba(183, 231, 182, 0.4);
}

.bg-success-op-5 {
  background-color: rgba(183, 231, 182, 0.5);
}

.border-color-success-op-5 {
  border-color: rgba(183, 231, 182, 0.5);
}

.border-top-success-op-5 {
  border-top-color: rgba(183, 231, 182, 0.5);
}

.border-right-success-op-5 {
  border-right-color: rgba(183, 231, 182, 0.5);
}

.border-bottom-success-op-5 {
  border-bottom-color: rgba(183, 231, 182, 0.5);
}

.border-left-success-op-5 {
  border-left-color: rgba(183, 231, 182, 0.5);
}

.fill-success-op-5 {
  fill: rgba(183, 231, 182, 0.5);
}

.stroke-success-op-5 {
  stroke: rgba(183, 231, 182, 0.5);
}

.text-success-op-5 {
  color: rgba(183, 231, 182, 0.5);
}

.bg-success-op-6 {
  background-color: rgba(183, 231, 182, 0.6);
}

.border-color-success-op-6 {
  border-color: rgba(183, 231, 182, 0.6);
}

.border-top-success-op-6 {
  border-top-color: rgba(183, 231, 182, 0.6);
}

.border-right-success-op-6 {
  border-right-color: rgba(183, 231, 182, 0.6);
}

.border-bottom-success-op-6 {
  border-bottom-color: rgba(183, 231, 182, 0.6);
}

.border-left-success-op-6 {
  border-left-color: rgba(183, 231, 182, 0.6);
}

.fill-success-op-6 {
  fill: rgba(183, 231, 182, 0.6);
}

.stroke-success-op-6 {
  stroke: rgba(183, 231, 182, 0.6);
}

.text-success-op-6 {
  color: rgba(183, 231, 182, 0.6);
}

.bg-success-op-7 {
  background-color: rgba(183, 231, 182, 0.7);
}

.border-color-success-op-7 {
  border-color: rgba(183, 231, 182, 0.7);
}

.border-top-success-op-7 {
  border-top-color: rgba(183, 231, 182, 0.7);
}

.border-right-success-op-7 {
  border-right-color: rgba(183, 231, 182, 0.7);
}

.border-bottom-success-op-7 {
  border-bottom-color: rgba(183, 231, 182, 0.7);
}

.border-left-success-op-7 {
  border-left-color: rgba(183, 231, 182, 0.7);
}

.fill-success-op-7 {
  fill: rgba(183, 231, 182, 0.7);
}

.stroke-success-op-7 {
  stroke: rgba(183, 231, 182, 0.7);
}

.text-success-op-7 {
  color: rgba(183, 231, 182, 0.7);
}

.bg-success-op-8 {
  background-color: rgba(183, 231, 182, 0.8);
}

.border-color-success-op-8 {
  border-color: rgba(183, 231, 182, 0.8);
}

.border-top-success-op-8 {
  border-top-color: rgba(183, 231, 182, 0.8);
}

.border-right-success-op-8 {
  border-right-color: rgba(183, 231, 182, 0.8);
}

.border-bottom-success-op-8 {
  border-bottom-color: rgba(183, 231, 182, 0.8);
}

.border-left-success-op-8 {
  border-left-color: rgba(183, 231, 182, 0.8);
}

.fill-success-op-8 {
  fill: rgba(183, 231, 182, 0.8);
}

.stroke-success-op-8 {
  stroke: rgba(183, 231, 182, 0.8);
}

.text-success-op-8 {
  color: rgba(183, 231, 182, 0.8);
}

.bg-success-op-9 {
  background-color: rgba(183, 231, 182, 0.9);
}

.border-color-success-op-9 {
  border-color: rgba(183, 231, 182, 0.9);
}

.border-top-success-op-9 {
  border-top-color: rgba(183, 231, 182, 0.9);
}

.border-right-success-op-9 {
  border-right-color: rgba(183, 231, 182, 0.9);
}

.border-bottom-success-op-9 {
  border-bottom-color: rgba(183, 231, 182, 0.9);
}

.border-left-success-op-9 {
  border-left-color: rgba(183, 231, 182, 0.9);
}

.fill-success-op-9 {
  fill: rgba(183, 231, 182, 0.9);
}

.stroke-success-op-9 {
  stroke: rgba(183, 231, 182, 0.9);
}

.text-success-op-9 {
  color: rgba(183, 231, 182, 0.9);
}

.bg-success-op-10 {
  background-color: #b7e7b6;
}

.border-color-success-op-10 {
  border-color: #b7e7b6;
}

.border-top-success-op-10 {
  border-top-color: #b7e7b6;
}

.border-right-success-op-10 {
  border-right-color: #b7e7b6;
}

.border-bottom-success-op-10 {
  border-bottom-color: #b7e7b6;
}

.border-left-success-op-10 {
  border-left-color: #b7e7b6;
}

.fill-success-op-10 {
  fill: #b7e7b6;
}

.stroke-success-op-10 {
  stroke: #b7e7b6;
}

.text-success-op-10 {
  color: #b7e7b6;
}

.bg-info {
  background-color: #0074c2;
}

.border-color-info {
  border-color: #0074c2;
}

.border-top-info {
  border-top-color: #0074c2;
}

.border-right-info {
  border-right-color: #0074c2;
}

.border-bottom-info {
  border-bottom-color: #0074c2;
}

.border-left-info {
  border-left-color: #0074c2;
}

.fill-info {
  fill: #0074c2;
}

.stroke-info {
  stroke: #0074c2;
}

.text-info {
  color: #0074c2;
}

.bg-info-op-0 {
  background-color: rgba(0, 116, 194, 0);
}

.border-color-info-op-0 {
  border-color: rgba(0, 116, 194, 0);
}

.border-top-info-op-0 {
  border-top-color: rgba(0, 116, 194, 0);
}

.border-right-info-op-0 {
  border-right-color: rgba(0, 116, 194, 0);
}

.border-bottom-info-op-0 {
  border-bottom-color: rgba(0, 116, 194, 0);
}

.border-left-info-op-0 {
  border-left-color: rgba(0, 116, 194, 0);
}

.fill-info-op-0 {
  fill: rgba(0, 116, 194, 0);
}

.stroke-info-op-0 {
  stroke: rgba(0, 116, 194, 0);
}

.text-info-op-0 {
  color: rgba(0, 116, 194, 0);
}

.bg-info-op-1 {
  background-color: rgba(0, 116, 194, 0.1);
}

.border-color-info-op-1 {
  border-color: rgba(0, 116, 194, 0.1);
}

.border-top-info-op-1 {
  border-top-color: rgba(0, 116, 194, 0.1);
}

.border-right-info-op-1 {
  border-right-color: rgba(0, 116, 194, 0.1);
}

.border-bottom-info-op-1 {
  border-bottom-color: rgba(0, 116, 194, 0.1);
}

.border-left-info-op-1 {
  border-left-color: rgba(0, 116, 194, 0.1);
}

.fill-info-op-1 {
  fill: rgba(0, 116, 194, 0.1);
}

.stroke-info-op-1 {
  stroke: rgba(0, 116, 194, 0.1);
}

.text-info-op-1 {
  color: rgba(0, 116, 194, 0.1);
}

.bg-info-op-2 {
  background-color: rgba(0, 116, 194, 0.2);
}

.border-color-info-op-2 {
  border-color: rgba(0, 116, 194, 0.2);
}

.border-top-info-op-2 {
  border-top-color: rgba(0, 116, 194, 0.2);
}

.border-right-info-op-2 {
  border-right-color: rgba(0, 116, 194, 0.2);
}

.border-bottom-info-op-2 {
  border-bottom-color: rgba(0, 116, 194, 0.2);
}

.border-left-info-op-2 {
  border-left-color: rgba(0, 116, 194, 0.2);
}

.fill-info-op-2 {
  fill: rgba(0, 116, 194, 0.2);
}

.stroke-info-op-2 {
  stroke: rgba(0, 116, 194, 0.2);
}

.text-info-op-2 {
  color: rgba(0, 116, 194, 0.2);
}

.bg-info-op-3 {
  background-color: rgba(0, 116, 194, 0.3);
}

.border-color-info-op-3 {
  border-color: rgba(0, 116, 194, 0.3);
}

.border-top-info-op-3 {
  border-top-color: rgba(0, 116, 194, 0.3);
}

.border-right-info-op-3 {
  border-right-color: rgba(0, 116, 194, 0.3);
}

.border-bottom-info-op-3 {
  border-bottom-color: rgba(0, 116, 194, 0.3);
}

.border-left-info-op-3 {
  border-left-color: rgba(0, 116, 194, 0.3);
}

.fill-info-op-3 {
  fill: rgba(0, 116, 194, 0.3);
}

.stroke-info-op-3 {
  stroke: rgba(0, 116, 194, 0.3);
}

.text-info-op-3 {
  color: rgba(0, 116, 194, 0.3);
}

.bg-info-op-4 {
  background-color: rgba(0, 116, 194, 0.4);
}

.border-color-info-op-4 {
  border-color: rgba(0, 116, 194, 0.4);
}

.border-top-info-op-4 {
  border-top-color: rgba(0, 116, 194, 0.4);
}

.border-right-info-op-4 {
  border-right-color: rgba(0, 116, 194, 0.4);
}

.border-bottom-info-op-4 {
  border-bottom-color: rgba(0, 116, 194, 0.4);
}

.border-left-info-op-4 {
  border-left-color: rgba(0, 116, 194, 0.4);
}

.fill-info-op-4 {
  fill: rgba(0, 116, 194, 0.4);
}

.stroke-info-op-4 {
  stroke: rgba(0, 116, 194, 0.4);
}

.text-info-op-4 {
  color: rgba(0, 116, 194, 0.4);
}

.bg-info-op-5 {
  background-color: rgba(0, 116, 194, 0.5);
}

.border-color-info-op-5 {
  border-color: rgba(0, 116, 194, 0.5);
}

.border-top-info-op-5 {
  border-top-color: rgba(0, 116, 194, 0.5);
}

.border-right-info-op-5 {
  border-right-color: rgba(0, 116, 194, 0.5);
}

.border-bottom-info-op-5 {
  border-bottom-color: rgba(0, 116, 194, 0.5);
}

.border-left-info-op-5 {
  border-left-color: rgba(0, 116, 194, 0.5);
}

.fill-info-op-5 {
  fill: rgba(0, 116, 194, 0.5);
}

.stroke-info-op-5 {
  stroke: rgba(0, 116, 194, 0.5);
}

.text-info-op-5 {
  color: rgba(0, 116, 194, 0.5);
}

.bg-info-op-6 {
  background-color: rgba(0, 116, 194, 0.6);
}

.border-color-info-op-6 {
  border-color: rgba(0, 116, 194, 0.6);
}

.border-top-info-op-6 {
  border-top-color: rgba(0, 116, 194, 0.6);
}

.border-right-info-op-6 {
  border-right-color: rgba(0, 116, 194, 0.6);
}

.border-bottom-info-op-6 {
  border-bottom-color: rgba(0, 116, 194, 0.6);
}

.border-left-info-op-6 {
  border-left-color: rgba(0, 116, 194, 0.6);
}

.fill-info-op-6 {
  fill: rgba(0, 116, 194, 0.6);
}

.stroke-info-op-6 {
  stroke: rgba(0, 116, 194, 0.6);
}

.text-info-op-6 {
  color: rgba(0, 116, 194, 0.6);
}

.bg-info-op-7 {
  background-color: rgba(0, 116, 194, 0.7);
}

.border-color-info-op-7 {
  border-color: rgba(0, 116, 194, 0.7);
}

.border-top-info-op-7 {
  border-top-color: rgba(0, 116, 194, 0.7);
}

.border-right-info-op-7 {
  border-right-color: rgba(0, 116, 194, 0.7);
}

.border-bottom-info-op-7 {
  border-bottom-color: rgba(0, 116, 194, 0.7);
}

.border-left-info-op-7 {
  border-left-color: rgba(0, 116, 194, 0.7);
}

.fill-info-op-7 {
  fill: rgba(0, 116, 194, 0.7);
}

.stroke-info-op-7 {
  stroke: rgba(0, 116, 194, 0.7);
}

.text-info-op-7 {
  color: rgba(0, 116, 194, 0.7);
}

.bg-info-op-8 {
  background-color: rgba(0, 116, 194, 0.8);
}

.border-color-info-op-8 {
  border-color: rgba(0, 116, 194, 0.8);
}

.border-top-info-op-8 {
  border-top-color: rgba(0, 116, 194, 0.8);
}

.border-right-info-op-8 {
  border-right-color: rgba(0, 116, 194, 0.8);
}

.border-bottom-info-op-8 {
  border-bottom-color: rgba(0, 116, 194, 0.8);
}

.border-left-info-op-8 {
  border-left-color: rgba(0, 116, 194, 0.8);
}

.fill-info-op-8 {
  fill: rgba(0, 116, 194, 0.8);
}

.stroke-info-op-8 {
  stroke: rgba(0, 116, 194, 0.8);
}

.text-info-op-8 {
  color: rgba(0, 116, 194, 0.8);
}

.bg-info-op-9 {
  background-color: rgba(0, 116, 194, 0.9);
}

.border-color-info-op-9 {
  border-color: rgba(0, 116, 194, 0.9);
}

.border-top-info-op-9 {
  border-top-color: rgba(0, 116, 194, 0.9);
}

.border-right-info-op-9 {
  border-right-color: rgba(0, 116, 194, 0.9);
}

.border-bottom-info-op-9 {
  border-bottom-color: rgba(0, 116, 194, 0.9);
}

.border-left-info-op-9 {
  border-left-color: rgba(0, 116, 194, 0.9);
}

.fill-info-op-9 {
  fill: rgba(0, 116, 194, 0.9);
}

.stroke-info-op-9 {
  stroke: rgba(0, 116, 194, 0.9);
}

.text-info-op-9 {
  color: rgba(0, 116, 194, 0.9);
}

.bg-info-op-10 {
  background-color: #0074c2;
}

.border-color-info-op-10 {
  border-color: #0074c2;
}

.border-top-info-op-10 {
  border-top-color: #0074c2;
}

.border-right-info-op-10 {
  border-right-color: #0074c2;
}

.border-bottom-info-op-10 {
  border-bottom-color: #0074c2;
}

.border-left-info-op-10 {
  border-left-color: #0074c2;
}

.fill-info-op-10 {
  fill: #0074c2;
}

.stroke-info-op-10 {
  stroke: #0074c2;
}

.text-info-op-10 {
  color: #0074c2;
}

.bg-warning {
  background-color: #ffc105;
}

.border-color-warning {
  border-color: #ffc105;
}

.border-top-warning {
  border-top-color: #ffc105;
}

.border-right-warning {
  border-right-color: #ffc105;
}

.border-bottom-warning {
  border-bottom-color: #ffc105;
}

.border-left-warning {
  border-left-color: #ffc105;
}

.fill-warning {
  fill: #ffc105;
}

.stroke-warning {
  stroke: #ffc105;
}

.text-warning {
  color: #ffc105;
}

.bg-warning-op-0 {
  background-color: rgba(255, 193, 5, 0);
}

.border-color-warning-op-0 {
  border-color: rgba(255, 193, 5, 0);
}

.border-top-warning-op-0 {
  border-top-color: rgba(255, 193, 5, 0);
}

.border-right-warning-op-0 {
  border-right-color: rgba(255, 193, 5, 0);
}

.border-bottom-warning-op-0 {
  border-bottom-color: rgba(255, 193, 5, 0);
}

.border-left-warning-op-0 {
  border-left-color: rgba(255, 193, 5, 0);
}

.fill-warning-op-0 {
  fill: rgba(255, 193, 5, 0);
}

.stroke-warning-op-0 {
  stroke: rgba(255, 193, 5, 0);
}

.text-warning-op-0 {
  color: rgba(255, 193, 5, 0);
}

.bg-warning-op-1 {
  background-color: rgba(255, 193, 5, 0.1);
}

.border-color-warning-op-1 {
  border-color: rgba(255, 193, 5, 0.1);
}

.border-top-warning-op-1 {
  border-top-color: rgba(255, 193, 5, 0.1);
}

.border-right-warning-op-1 {
  border-right-color: rgba(255, 193, 5, 0.1);
}

.border-bottom-warning-op-1 {
  border-bottom-color: rgba(255, 193, 5, 0.1);
}

.border-left-warning-op-1 {
  border-left-color: rgba(255, 193, 5, 0.1);
}

.fill-warning-op-1 {
  fill: rgba(255, 193, 5, 0.1);
}

.stroke-warning-op-1 {
  stroke: rgba(255, 193, 5, 0.1);
}

.text-warning-op-1 {
  color: rgba(255, 193, 5, 0.1);
}

.bg-warning-op-2 {
  background-color: rgba(255, 193, 5, 0.2);
}

.border-color-warning-op-2 {
  border-color: rgba(255, 193, 5, 0.2);
}

.border-top-warning-op-2 {
  border-top-color: rgba(255, 193, 5, 0.2);
}

.border-right-warning-op-2 {
  border-right-color: rgba(255, 193, 5, 0.2);
}

.border-bottom-warning-op-2 {
  border-bottom-color: rgba(255, 193, 5, 0.2);
}

.border-left-warning-op-2 {
  border-left-color: rgba(255, 193, 5, 0.2);
}

.fill-warning-op-2 {
  fill: rgba(255, 193, 5, 0.2);
}

.stroke-warning-op-2 {
  stroke: rgba(255, 193, 5, 0.2);
}

.text-warning-op-2 {
  color: rgba(255, 193, 5, 0.2);
}

.bg-warning-op-3 {
  background-color: rgba(255, 193, 5, 0.3);
}

.border-color-warning-op-3 {
  border-color: rgba(255, 193, 5, 0.3);
}

.border-top-warning-op-3 {
  border-top-color: rgba(255, 193, 5, 0.3);
}

.border-right-warning-op-3 {
  border-right-color: rgba(255, 193, 5, 0.3);
}

.border-bottom-warning-op-3 {
  border-bottom-color: rgba(255, 193, 5, 0.3);
}

.border-left-warning-op-3 {
  border-left-color: rgba(255, 193, 5, 0.3);
}

.fill-warning-op-3 {
  fill: rgba(255, 193, 5, 0.3);
}

.stroke-warning-op-3 {
  stroke: rgba(255, 193, 5, 0.3);
}

.text-warning-op-3 {
  color: rgba(255, 193, 5, 0.3);
}

.bg-warning-op-4 {
  background-color: rgba(255, 193, 5, 0.4);
}

.border-color-warning-op-4 {
  border-color: rgba(255, 193, 5, 0.4);
}

.border-top-warning-op-4 {
  border-top-color: rgba(255, 193, 5, 0.4);
}

.border-right-warning-op-4 {
  border-right-color: rgba(255, 193, 5, 0.4);
}

.border-bottom-warning-op-4 {
  border-bottom-color: rgba(255, 193, 5, 0.4);
}

.border-left-warning-op-4 {
  border-left-color: rgba(255, 193, 5, 0.4);
}

.fill-warning-op-4 {
  fill: rgba(255, 193, 5, 0.4);
}

.stroke-warning-op-4 {
  stroke: rgba(255, 193, 5, 0.4);
}

.text-warning-op-4 {
  color: rgba(255, 193, 5, 0.4);
}

.bg-warning-op-5 {
  background-color: rgba(255, 193, 5, 0.5);
}

.border-color-warning-op-5 {
  border-color: rgba(255, 193, 5, 0.5);
}

.border-top-warning-op-5 {
  border-top-color: rgba(255, 193, 5, 0.5);
}

.border-right-warning-op-5 {
  border-right-color: rgba(255, 193, 5, 0.5);
}

.border-bottom-warning-op-5 {
  border-bottom-color: rgba(255, 193, 5, 0.5);
}

.border-left-warning-op-5 {
  border-left-color: rgba(255, 193, 5, 0.5);
}

.fill-warning-op-5 {
  fill: rgba(255, 193, 5, 0.5);
}

.stroke-warning-op-5 {
  stroke: rgba(255, 193, 5, 0.5);
}

.text-warning-op-5 {
  color: rgba(255, 193, 5, 0.5);
}

.bg-warning-op-6 {
  background-color: rgba(255, 193, 5, 0.6);
}

.border-color-warning-op-6 {
  border-color: rgba(255, 193, 5, 0.6);
}

.border-top-warning-op-6 {
  border-top-color: rgba(255, 193, 5, 0.6);
}

.border-right-warning-op-6 {
  border-right-color: rgba(255, 193, 5, 0.6);
}

.border-bottom-warning-op-6 {
  border-bottom-color: rgba(255, 193, 5, 0.6);
}

.border-left-warning-op-6 {
  border-left-color: rgba(255, 193, 5, 0.6);
}

.fill-warning-op-6 {
  fill: rgba(255, 193, 5, 0.6);
}

.stroke-warning-op-6 {
  stroke: rgba(255, 193, 5, 0.6);
}

.text-warning-op-6 {
  color: rgba(255, 193, 5, 0.6);
}

.bg-warning-op-7 {
  background-color: rgba(255, 193, 5, 0.7);
}

.border-color-warning-op-7 {
  border-color: rgba(255, 193, 5, 0.7);
}

.border-top-warning-op-7 {
  border-top-color: rgba(255, 193, 5, 0.7);
}

.border-right-warning-op-7 {
  border-right-color: rgba(255, 193, 5, 0.7);
}

.border-bottom-warning-op-7 {
  border-bottom-color: rgba(255, 193, 5, 0.7);
}

.border-left-warning-op-7 {
  border-left-color: rgba(255, 193, 5, 0.7);
}

.fill-warning-op-7 {
  fill: rgba(255, 193, 5, 0.7);
}

.stroke-warning-op-7 {
  stroke: rgba(255, 193, 5, 0.7);
}

.text-warning-op-7 {
  color: rgba(255, 193, 5, 0.7);
}

.bg-warning-op-8 {
  background-color: rgba(255, 193, 5, 0.8);
}

.border-color-warning-op-8 {
  border-color: rgba(255, 193, 5, 0.8);
}

.border-top-warning-op-8 {
  border-top-color: rgba(255, 193, 5, 0.8);
}

.border-right-warning-op-8 {
  border-right-color: rgba(255, 193, 5, 0.8);
}

.border-bottom-warning-op-8 {
  border-bottom-color: rgba(255, 193, 5, 0.8);
}

.border-left-warning-op-8 {
  border-left-color: rgba(255, 193, 5, 0.8);
}

.fill-warning-op-8 {
  fill: rgba(255, 193, 5, 0.8);
}

.stroke-warning-op-8 {
  stroke: rgba(255, 193, 5, 0.8);
}

.text-warning-op-8 {
  color: rgba(255, 193, 5, 0.8);
}

.bg-warning-op-9 {
  background-color: rgba(255, 193, 5, 0.9);
}

.border-color-warning-op-9 {
  border-color: rgba(255, 193, 5, 0.9);
}

.border-top-warning-op-9 {
  border-top-color: rgba(255, 193, 5, 0.9);
}

.border-right-warning-op-9 {
  border-right-color: rgba(255, 193, 5, 0.9);
}

.border-bottom-warning-op-9 {
  border-bottom-color: rgba(255, 193, 5, 0.9);
}

.border-left-warning-op-9 {
  border-left-color: rgba(255, 193, 5, 0.9);
}

.fill-warning-op-9 {
  fill: rgba(255, 193, 5, 0.9);
}

.stroke-warning-op-9 {
  stroke: rgba(255, 193, 5, 0.9);
}

.text-warning-op-9 {
  color: rgba(255, 193, 5, 0.9);
}

.bg-warning-op-10 {
  background-color: #ffc105;
}

.border-color-warning-op-10 {
  border-color: #ffc105;
}

.border-top-warning-op-10 {
  border-top-color: #ffc105;
}

.border-right-warning-op-10 {
  border-right-color: #ffc105;
}

.border-bottom-warning-op-10 {
  border-bottom-color: #ffc105;
}

.border-left-warning-op-10 {
  border-left-color: #ffc105;
}

.fill-warning-op-10 {
  fill: #ffc105;
}

.stroke-warning-op-10 {
  stroke: #ffc105;
}

.text-warning-op-10 {
  color: #ffc105;
}

.bg-alert {
  background-color: #ffe0e0;
}

.border-color-alert {
  border-color: #ffe0e0;
}

.border-top-alert {
  border-top-color: #ffe0e0;
}

.border-right-alert {
  border-right-color: #ffe0e0;
}

.border-bottom-alert {
  border-bottom-color: #ffe0e0;
}

.border-left-alert {
  border-left-color: #ffe0e0;
}

.fill-alert {
  fill: #ffe0e0;
}

.stroke-alert {
  stroke: #ffe0e0;
}

.text-alert {
  color: #ffe0e0;
}

.bg-alert-op-0 {
  background-color: rgba(255, 224, 224, 0);
}

.border-color-alert-op-0 {
  border-color: rgba(255, 224, 224, 0);
}

.border-top-alert-op-0 {
  border-top-color: rgba(255, 224, 224, 0);
}

.border-right-alert-op-0 {
  border-right-color: rgba(255, 224, 224, 0);
}

.border-bottom-alert-op-0 {
  border-bottom-color: rgba(255, 224, 224, 0);
}

.border-left-alert-op-0 {
  border-left-color: rgba(255, 224, 224, 0);
}

.fill-alert-op-0 {
  fill: rgba(255, 224, 224, 0);
}

.stroke-alert-op-0 {
  stroke: rgba(255, 224, 224, 0);
}

.text-alert-op-0 {
  color: rgba(255, 224, 224, 0);
}

.bg-alert-op-1 {
  background-color: rgba(255, 224, 224, 0.1);
}

.border-color-alert-op-1 {
  border-color: rgba(255, 224, 224, 0.1);
}

.border-top-alert-op-1 {
  border-top-color: rgba(255, 224, 224, 0.1);
}

.border-right-alert-op-1 {
  border-right-color: rgba(255, 224, 224, 0.1);
}

.border-bottom-alert-op-1 {
  border-bottom-color: rgba(255, 224, 224, 0.1);
}

.border-left-alert-op-1 {
  border-left-color: rgba(255, 224, 224, 0.1);
}

.fill-alert-op-1 {
  fill: rgba(255, 224, 224, 0.1);
}

.stroke-alert-op-1 {
  stroke: rgba(255, 224, 224, 0.1);
}

.text-alert-op-1 {
  color: rgba(255, 224, 224, 0.1);
}

.bg-alert-op-2 {
  background-color: rgba(255, 224, 224, 0.2);
}

.border-color-alert-op-2 {
  border-color: rgba(255, 224, 224, 0.2);
}

.border-top-alert-op-2 {
  border-top-color: rgba(255, 224, 224, 0.2);
}

.border-right-alert-op-2 {
  border-right-color: rgba(255, 224, 224, 0.2);
}

.border-bottom-alert-op-2 {
  border-bottom-color: rgba(255, 224, 224, 0.2);
}

.border-left-alert-op-2 {
  border-left-color: rgba(255, 224, 224, 0.2);
}

.fill-alert-op-2 {
  fill: rgba(255, 224, 224, 0.2);
}

.stroke-alert-op-2 {
  stroke: rgba(255, 224, 224, 0.2);
}

.text-alert-op-2 {
  color: rgba(255, 224, 224, 0.2);
}

.bg-alert-op-3 {
  background-color: rgba(255, 224, 224, 0.3);
}

.border-color-alert-op-3 {
  border-color: rgba(255, 224, 224, 0.3);
}

.border-top-alert-op-3 {
  border-top-color: rgba(255, 224, 224, 0.3);
}

.border-right-alert-op-3 {
  border-right-color: rgba(255, 224, 224, 0.3);
}

.border-bottom-alert-op-3 {
  border-bottom-color: rgba(255, 224, 224, 0.3);
}

.border-left-alert-op-3 {
  border-left-color: rgba(255, 224, 224, 0.3);
}

.fill-alert-op-3 {
  fill: rgba(255, 224, 224, 0.3);
}

.stroke-alert-op-3 {
  stroke: rgba(255, 224, 224, 0.3);
}

.text-alert-op-3 {
  color: rgba(255, 224, 224, 0.3);
}

.bg-alert-op-4 {
  background-color: rgba(255, 224, 224, 0.4);
}

.border-color-alert-op-4 {
  border-color: rgba(255, 224, 224, 0.4);
}

.border-top-alert-op-4 {
  border-top-color: rgba(255, 224, 224, 0.4);
}

.border-right-alert-op-4 {
  border-right-color: rgba(255, 224, 224, 0.4);
}

.border-bottom-alert-op-4 {
  border-bottom-color: rgba(255, 224, 224, 0.4);
}

.border-left-alert-op-4 {
  border-left-color: rgba(255, 224, 224, 0.4);
}

.fill-alert-op-4 {
  fill: rgba(255, 224, 224, 0.4);
}

.stroke-alert-op-4 {
  stroke: rgba(255, 224, 224, 0.4);
}

.text-alert-op-4 {
  color: rgba(255, 224, 224, 0.4);
}

.bg-alert-op-5 {
  background-color: rgba(255, 224, 224, 0.5);
}

.border-color-alert-op-5 {
  border-color: rgba(255, 224, 224, 0.5);
}

.border-top-alert-op-5 {
  border-top-color: rgba(255, 224, 224, 0.5);
}

.border-right-alert-op-5 {
  border-right-color: rgba(255, 224, 224, 0.5);
}

.border-bottom-alert-op-5 {
  border-bottom-color: rgba(255, 224, 224, 0.5);
}

.border-left-alert-op-5 {
  border-left-color: rgba(255, 224, 224, 0.5);
}

.fill-alert-op-5 {
  fill: rgba(255, 224, 224, 0.5);
}

.stroke-alert-op-5 {
  stroke: rgba(255, 224, 224, 0.5);
}

.text-alert-op-5 {
  color: rgba(255, 224, 224, 0.5);
}

.bg-alert-op-6 {
  background-color: rgba(255, 224, 224, 0.6);
}

.border-color-alert-op-6 {
  border-color: rgba(255, 224, 224, 0.6);
}

.border-top-alert-op-6 {
  border-top-color: rgba(255, 224, 224, 0.6);
}

.border-right-alert-op-6 {
  border-right-color: rgba(255, 224, 224, 0.6);
}

.border-bottom-alert-op-6 {
  border-bottom-color: rgba(255, 224, 224, 0.6);
}

.border-left-alert-op-6 {
  border-left-color: rgba(255, 224, 224, 0.6);
}

.fill-alert-op-6 {
  fill: rgba(255, 224, 224, 0.6);
}

.stroke-alert-op-6 {
  stroke: rgba(255, 224, 224, 0.6);
}

.text-alert-op-6 {
  color: rgba(255, 224, 224, 0.6);
}

.bg-alert-op-7 {
  background-color: rgba(255, 224, 224, 0.7);
}

.border-color-alert-op-7 {
  border-color: rgba(255, 224, 224, 0.7);
}

.border-top-alert-op-7 {
  border-top-color: rgba(255, 224, 224, 0.7);
}

.border-right-alert-op-7 {
  border-right-color: rgba(255, 224, 224, 0.7);
}

.border-bottom-alert-op-7 {
  border-bottom-color: rgba(255, 224, 224, 0.7);
}

.border-left-alert-op-7 {
  border-left-color: rgba(255, 224, 224, 0.7);
}

.fill-alert-op-7 {
  fill: rgba(255, 224, 224, 0.7);
}

.stroke-alert-op-7 {
  stroke: rgba(255, 224, 224, 0.7);
}

.text-alert-op-7 {
  color: rgba(255, 224, 224, 0.7);
}

.bg-alert-op-8 {
  background-color: rgba(255, 224, 224, 0.8);
}

.border-color-alert-op-8 {
  border-color: rgba(255, 224, 224, 0.8);
}

.border-top-alert-op-8 {
  border-top-color: rgba(255, 224, 224, 0.8);
}

.border-right-alert-op-8 {
  border-right-color: rgba(255, 224, 224, 0.8);
}

.border-bottom-alert-op-8 {
  border-bottom-color: rgba(255, 224, 224, 0.8);
}

.border-left-alert-op-8 {
  border-left-color: rgba(255, 224, 224, 0.8);
}

.fill-alert-op-8 {
  fill: rgba(255, 224, 224, 0.8);
}

.stroke-alert-op-8 {
  stroke: rgba(255, 224, 224, 0.8);
}

.text-alert-op-8 {
  color: rgba(255, 224, 224, 0.8);
}

.bg-alert-op-9 {
  background-color: rgba(255, 224, 224, 0.9);
}

.border-color-alert-op-9 {
  border-color: rgba(255, 224, 224, 0.9);
}

.border-top-alert-op-9 {
  border-top-color: rgba(255, 224, 224, 0.9);
}

.border-right-alert-op-9 {
  border-right-color: rgba(255, 224, 224, 0.9);
}

.border-bottom-alert-op-9 {
  border-bottom-color: rgba(255, 224, 224, 0.9);
}

.border-left-alert-op-9 {
  border-left-color: rgba(255, 224, 224, 0.9);
}

.fill-alert-op-9 {
  fill: rgba(255, 224, 224, 0.9);
}

.stroke-alert-op-9 {
  stroke: rgba(255, 224, 224, 0.9);
}

.text-alert-op-9 {
  color: rgba(255, 224, 224, 0.9);
}

.bg-alert-op-10 {
  background-color: #ffe0e0;
}

.border-color-alert-op-10 {
  border-color: #ffe0e0;
}

.border-top-alert-op-10 {
  border-top-color: #ffe0e0;
}

.border-right-alert-op-10 {
  border-right-color: #ffe0e0;
}

.border-bottom-alert-op-10 {
  border-bottom-color: #ffe0e0;
}

.border-left-alert-op-10 {
  border-left-color: #ffe0e0;
}

.fill-alert-op-10 {
  fill: #ffe0e0;
}

.stroke-alert-op-10 {
  stroke: #ffe0e0;
}

.text-alert-op-10 {
  color: #ffe0e0;
}

.bg-text {
  background-color: #000;
}

.border-color-text {
  border-color: #000;
}

.border-top-text {
  border-top-color: #000;
}

.border-right-text {
  border-right-color: #000;
}

.border-bottom-text {
  border-bottom-color: #000;
}

.border-left-text {
  border-left-color: #000;
}

.fill-text {
  fill: #000;
}

.stroke-text {
  stroke: #000;
}

.text-text {
  color: #000;
}

.bg-text-op-0 {
  background-color: rgba(0, 0, 0, 0);
}

.border-color-text-op-0 {
  border-color: rgba(0, 0, 0, 0);
}

.border-top-text-op-0 {
  border-top-color: rgba(0, 0, 0, 0);
}

.border-right-text-op-0 {
  border-right-color: rgba(0, 0, 0, 0);
}

.border-bottom-text-op-0 {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.border-left-text-op-0 {
  border-left-color: rgba(0, 0, 0, 0);
}

.fill-text-op-0 {
  fill: rgba(0, 0, 0, 0);
}

.stroke-text-op-0 {
  stroke: rgba(0, 0, 0, 0);
}

.text-text-op-0 {
  color: rgba(0, 0, 0, 0);
}

.bg-text-op-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.border-color-text-op-1 {
  border-color: rgba(0, 0, 0, 0.1);
}

.border-top-text-op-1 {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.border-right-text-op-1 {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.border-bottom-text-op-1 {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.border-left-text-op-1 {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.fill-text-op-1 {
  fill: rgba(0, 0, 0, 0.1);
}

.stroke-text-op-1 {
  stroke: rgba(0, 0, 0, 0.1);
}

.text-text-op-1 {
  color: rgba(0, 0, 0, 0.1);
}

.bg-text-op-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.border-color-text-op-2 {
  border-color: rgba(0, 0, 0, 0.2);
}

.border-top-text-op-2 {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.border-right-text-op-2 {
  border-right-color: rgba(0, 0, 0, 0.2);
}

.border-bottom-text-op-2 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.border-left-text-op-2 {
  border-left-color: rgba(0, 0, 0, 0.2);
}

.fill-text-op-2 {
  fill: rgba(0, 0, 0, 0.2);
}

.stroke-text-op-2 {
  stroke: rgba(0, 0, 0, 0.2);
}

.text-text-op-2 {
  color: rgba(0, 0, 0, 0.2);
}

.bg-text-op-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.border-color-text-op-3 {
  border-color: rgba(0, 0, 0, 0.3);
}

.border-top-text-op-3 {
  border-top-color: rgba(0, 0, 0, 0.3);
}

.border-right-text-op-3 {
  border-right-color: rgba(0, 0, 0, 0.3);
}

.border-bottom-text-op-3 {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.border-left-text-op-3 {
  border-left-color: rgba(0, 0, 0, 0.3);
}

.fill-text-op-3 {
  fill: rgba(0, 0, 0, 0.3);
}

.stroke-text-op-3 {
  stroke: rgba(0, 0, 0, 0.3);
}

.text-text-op-3 {
  color: rgba(0, 0, 0, 0.3);
}

.bg-text-op-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.border-color-text-op-4 {
  border-color: rgba(0, 0, 0, 0.4);
}

.border-top-text-op-4 {
  border-top-color: rgba(0, 0, 0, 0.4);
}

.border-right-text-op-4 {
  border-right-color: rgba(0, 0, 0, 0.4);
}

.border-bottom-text-op-4 {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.border-left-text-op-4 {
  border-left-color: rgba(0, 0, 0, 0.4);
}

.fill-text-op-4 {
  fill: rgba(0, 0, 0, 0.4);
}

.stroke-text-op-4 {
  stroke: rgba(0, 0, 0, 0.4);
}

.text-text-op-4 {
  color: rgba(0, 0, 0, 0.4);
}

.bg-text-op-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.border-color-text-op-5 {
  border-color: rgba(0, 0, 0, 0.5);
}

.border-top-text-op-5 {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.border-right-text-op-5 {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.border-bottom-text-op-5 {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.border-left-text-op-5 {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.fill-text-op-5 {
  fill: rgba(0, 0, 0, 0.5);
}

.stroke-text-op-5 {
  stroke: rgba(0, 0, 0, 0.5);
}

.text-text-op-5 {
  color: rgba(0, 0, 0, 0.5);
}

.bg-text-op-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.border-color-text-op-6 {
  border-color: rgba(0, 0, 0, 0.6);
}

.border-top-text-op-6 {
  border-top-color: rgba(0, 0, 0, 0.6);
}

.border-right-text-op-6 {
  border-right-color: rgba(0, 0, 0, 0.6);
}

.border-bottom-text-op-6 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

.border-left-text-op-6 {
  border-left-color: rgba(0, 0, 0, 0.6);
}

.fill-text-op-6 {
  fill: rgba(0, 0, 0, 0.6);
}

.stroke-text-op-6 {
  stroke: rgba(0, 0, 0, 0.6);
}

.text-text-op-6 {
  color: rgba(0, 0, 0, 0.6);
}

.bg-text-op-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.border-color-text-op-7 {
  border-color: rgba(0, 0, 0, 0.7);
}

.border-top-text-op-7 {
  border-top-color: rgba(0, 0, 0, 0.7);
}

.border-right-text-op-7 {
  border-right-color: rgba(0, 0, 0, 0.7);
}

.border-bottom-text-op-7 {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.border-left-text-op-7 {
  border-left-color: rgba(0, 0, 0, 0.7);
}

.fill-text-op-7 {
  fill: rgba(0, 0, 0, 0.7);
}

.stroke-text-op-7 {
  stroke: rgba(0, 0, 0, 0.7);
}

.text-text-op-7 {
  color: rgba(0, 0, 0, 0.7);
}

.bg-text-op-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.border-color-text-op-8 {
  border-color: rgba(0, 0, 0, 0.8);
}

.border-top-text-op-8 {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.border-right-text-op-8 {
  border-right-color: rgba(0, 0, 0, 0.8);
}

.border-bottom-text-op-8 {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.border-left-text-op-8 {
  border-left-color: rgba(0, 0, 0, 0.8);
}

.fill-text-op-8 {
  fill: rgba(0, 0, 0, 0.8);
}

.stroke-text-op-8 {
  stroke: rgba(0, 0, 0, 0.8);
}

.text-text-op-8 {
  color: rgba(0, 0, 0, 0.8);
}

.bg-text-op-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.border-color-text-op-9 {
  border-color: rgba(0, 0, 0, 0.9);
}

.border-top-text-op-9 {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.border-right-text-op-9 {
  border-right-color: rgba(0, 0, 0, 0.9);
}

.border-bottom-text-op-9 {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.border-left-text-op-9 {
  border-left-color: rgba(0, 0, 0, 0.9);
}

.fill-text-op-9 {
  fill: rgba(0, 0, 0, 0.9);
}

.stroke-text-op-9 {
  stroke: rgba(0, 0, 0, 0.9);
}

.text-text-op-9 {
  color: rgba(0, 0, 0, 0.9);
}

.bg-text-op-10 {
  background-color: black;
}

.border-color-text-op-10 {
  border-color: black;
}

.border-top-text-op-10 {
  border-top-color: black;
}

.border-right-text-op-10 {
  border-right-color: black;
}

.border-bottom-text-op-10 {
  border-bottom-color: black;
}

.border-left-text-op-10 {
  border-left-color: black;
}

.fill-text-op-10 {
  fill: black;
}

.stroke-text-op-10 {
  stroke: black;
}

.text-text-op-10 {
  color: black;
}

.bg-secondary-dark {
  background-color: #244E9A;
}

.border-color-secondary-dark {
  border-color: #244E9A;
}

.border-top-secondary-dark {
  border-top-color: #244E9A;
}

.border-right-secondary-dark {
  border-right-color: #244E9A;
}

.border-bottom-secondary-dark {
  border-bottom-color: #244E9A;
}

.border-left-secondary-dark {
  border-left-color: #244E9A;
}

.fill-secondary-dark {
  fill: #244E9A;
}

.stroke-secondary-dark {
  stroke: #244E9A;
}

.text-secondary-dark {
  color: #244E9A;
}

.bg-secondary-dark-op-0 {
  background-color: rgba(36, 78, 154, 0);
}

.border-color-secondary-dark-op-0 {
  border-color: rgba(36, 78, 154, 0);
}

.border-top-secondary-dark-op-0 {
  border-top-color: rgba(36, 78, 154, 0);
}

.border-right-secondary-dark-op-0 {
  border-right-color: rgba(36, 78, 154, 0);
}

.border-bottom-secondary-dark-op-0 {
  border-bottom-color: rgba(36, 78, 154, 0);
}

.border-left-secondary-dark-op-0 {
  border-left-color: rgba(36, 78, 154, 0);
}

.fill-secondary-dark-op-0 {
  fill: rgba(36, 78, 154, 0);
}

.stroke-secondary-dark-op-0 {
  stroke: rgba(36, 78, 154, 0);
}

.text-secondary-dark-op-0 {
  color: rgba(36, 78, 154, 0);
}

.bg-secondary-dark-op-1 {
  background-color: rgba(36, 78, 154, 0.1);
}

.border-color-secondary-dark-op-1 {
  border-color: rgba(36, 78, 154, 0.1);
}

.border-top-secondary-dark-op-1 {
  border-top-color: rgba(36, 78, 154, 0.1);
}

.border-right-secondary-dark-op-1 {
  border-right-color: rgba(36, 78, 154, 0.1);
}

.border-bottom-secondary-dark-op-1 {
  border-bottom-color: rgba(36, 78, 154, 0.1);
}

.border-left-secondary-dark-op-1 {
  border-left-color: rgba(36, 78, 154, 0.1);
}

.fill-secondary-dark-op-1 {
  fill: rgba(36, 78, 154, 0.1);
}

.stroke-secondary-dark-op-1 {
  stroke: rgba(36, 78, 154, 0.1);
}

.text-secondary-dark-op-1 {
  color: rgba(36, 78, 154, 0.1);
}

.bg-secondary-dark-op-2 {
  background-color: rgba(36, 78, 154, 0.2);
}

.border-color-secondary-dark-op-2 {
  border-color: rgba(36, 78, 154, 0.2);
}

.border-top-secondary-dark-op-2 {
  border-top-color: rgba(36, 78, 154, 0.2);
}

.border-right-secondary-dark-op-2 {
  border-right-color: rgba(36, 78, 154, 0.2);
}

.border-bottom-secondary-dark-op-2 {
  border-bottom-color: rgba(36, 78, 154, 0.2);
}

.border-left-secondary-dark-op-2 {
  border-left-color: rgba(36, 78, 154, 0.2);
}

.fill-secondary-dark-op-2 {
  fill: rgba(36, 78, 154, 0.2);
}

.stroke-secondary-dark-op-2 {
  stroke: rgba(36, 78, 154, 0.2);
}

.text-secondary-dark-op-2 {
  color: rgba(36, 78, 154, 0.2);
}

.bg-secondary-dark-op-3 {
  background-color: rgba(36, 78, 154, 0.3);
}

.border-color-secondary-dark-op-3 {
  border-color: rgba(36, 78, 154, 0.3);
}

.border-top-secondary-dark-op-3 {
  border-top-color: rgba(36, 78, 154, 0.3);
}

.border-right-secondary-dark-op-3 {
  border-right-color: rgba(36, 78, 154, 0.3);
}

.border-bottom-secondary-dark-op-3 {
  border-bottom-color: rgba(36, 78, 154, 0.3);
}

.border-left-secondary-dark-op-3 {
  border-left-color: rgba(36, 78, 154, 0.3);
}

.fill-secondary-dark-op-3 {
  fill: rgba(36, 78, 154, 0.3);
}

.stroke-secondary-dark-op-3 {
  stroke: rgba(36, 78, 154, 0.3);
}

.text-secondary-dark-op-3 {
  color: rgba(36, 78, 154, 0.3);
}

.bg-secondary-dark-op-4 {
  background-color: rgba(36, 78, 154, 0.4);
}

.border-color-secondary-dark-op-4 {
  border-color: rgba(36, 78, 154, 0.4);
}

.border-top-secondary-dark-op-4 {
  border-top-color: rgba(36, 78, 154, 0.4);
}

.border-right-secondary-dark-op-4 {
  border-right-color: rgba(36, 78, 154, 0.4);
}

.border-bottom-secondary-dark-op-4 {
  border-bottom-color: rgba(36, 78, 154, 0.4);
}

.border-left-secondary-dark-op-4 {
  border-left-color: rgba(36, 78, 154, 0.4);
}

.fill-secondary-dark-op-4 {
  fill: rgba(36, 78, 154, 0.4);
}

.stroke-secondary-dark-op-4 {
  stroke: rgba(36, 78, 154, 0.4);
}

.text-secondary-dark-op-4 {
  color: rgba(36, 78, 154, 0.4);
}

.bg-secondary-dark-op-5 {
  background-color: rgba(36, 78, 154, 0.5);
}

.border-color-secondary-dark-op-5 {
  border-color: rgba(36, 78, 154, 0.5);
}

.border-top-secondary-dark-op-5 {
  border-top-color: rgba(36, 78, 154, 0.5);
}

.border-right-secondary-dark-op-5 {
  border-right-color: rgba(36, 78, 154, 0.5);
}

.border-bottom-secondary-dark-op-5 {
  border-bottom-color: rgba(36, 78, 154, 0.5);
}

.border-left-secondary-dark-op-5 {
  border-left-color: rgba(36, 78, 154, 0.5);
}

.fill-secondary-dark-op-5 {
  fill: rgba(36, 78, 154, 0.5);
}

.stroke-secondary-dark-op-5 {
  stroke: rgba(36, 78, 154, 0.5);
}

.text-secondary-dark-op-5 {
  color: rgba(36, 78, 154, 0.5);
}

.bg-secondary-dark-op-6 {
  background-color: rgba(36, 78, 154, 0.6);
}

.border-color-secondary-dark-op-6 {
  border-color: rgba(36, 78, 154, 0.6);
}

.border-top-secondary-dark-op-6 {
  border-top-color: rgba(36, 78, 154, 0.6);
}

.border-right-secondary-dark-op-6 {
  border-right-color: rgba(36, 78, 154, 0.6);
}

.border-bottom-secondary-dark-op-6 {
  border-bottom-color: rgba(36, 78, 154, 0.6);
}

.border-left-secondary-dark-op-6 {
  border-left-color: rgba(36, 78, 154, 0.6);
}

.fill-secondary-dark-op-6 {
  fill: rgba(36, 78, 154, 0.6);
}

.stroke-secondary-dark-op-6 {
  stroke: rgba(36, 78, 154, 0.6);
}

.text-secondary-dark-op-6 {
  color: rgba(36, 78, 154, 0.6);
}

.bg-secondary-dark-op-7 {
  background-color: rgba(36, 78, 154, 0.7);
}

.border-color-secondary-dark-op-7 {
  border-color: rgba(36, 78, 154, 0.7);
}

.border-top-secondary-dark-op-7 {
  border-top-color: rgba(36, 78, 154, 0.7);
}

.border-right-secondary-dark-op-7 {
  border-right-color: rgba(36, 78, 154, 0.7);
}

.border-bottom-secondary-dark-op-7 {
  border-bottom-color: rgba(36, 78, 154, 0.7);
}

.border-left-secondary-dark-op-7 {
  border-left-color: rgba(36, 78, 154, 0.7);
}

.fill-secondary-dark-op-7 {
  fill: rgba(36, 78, 154, 0.7);
}

.stroke-secondary-dark-op-7 {
  stroke: rgba(36, 78, 154, 0.7);
}

.text-secondary-dark-op-7 {
  color: rgba(36, 78, 154, 0.7);
}

.bg-secondary-dark-op-8 {
  background-color: rgba(36, 78, 154, 0.8);
}

.border-color-secondary-dark-op-8 {
  border-color: rgba(36, 78, 154, 0.8);
}

.border-top-secondary-dark-op-8 {
  border-top-color: rgba(36, 78, 154, 0.8);
}

.border-right-secondary-dark-op-8 {
  border-right-color: rgba(36, 78, 154, 0.8);
}

.border-bottom-secondary-dark-op-8 {
  border-bottom-color: rgba(36, 78, 154, 0.8);
}

.border-left-secondary-dark-op-8 {
  border-left-color: rgba(36, 78, 154, 0.8);
}

.fill-secondary-dark-op-8 {
  fill: rgba(36, 78, 154, 0.8);
}

.stroke-secondary-dark-op-8 {
  stroke: rgba(36, 78, 154, 0.8);
}

.text-secondary-dark-op-8 {
  color: rgba(36, 78, 154, 0.8);
}

.bg-secondary-dark-op-9 {
  background-color: rgba(36, 78, 154, 0.9);
}

.border-color-secondary-dark-op-9 {
  border-color: rgba(36, 78, 154, 0.9);
}

.border-top-secondary-dark-op-9 {
  border-top-color: rgba(36, 78, 154, 0.9);
}

.border-right-secondary-dark-op-9 {
  border-right-color: rgba(36, 78, 154, 0.9);
}

.border-bottom-secondary-dark-op-9 {
  border-bottom-color: rgba(36, 78, 154, 0.9);
}

.border-left-secondary-dark-op-9 {
  border-left-color: rgba(36, 78, 154, 0.9);
}

.fill-secondary-dark-op-9 {
  fill: rgba(36, 78, 154, 0.9);
}

.stroke-secondary-dark-op-9 {
  stroke: rgba(36, 78, 154, 0.9);
}

.text-secondary-dark-op-9 {
  color: rgba(36, 78, 154, 0.9);
}

.bg-secondary-dark-op-10 {
  background-color: #244e9a;
}

.border-color-secondary-dark-op-10 {
  border-color: #244e9a;
}

.border-top-secondary-dark-op-10 {
  border-top-color: #244e9a;
}

.border-right-secondary-dark-op-10 {
  border-right-color: #244e9a;
}

.border-bottom-secondary-dark-op-10 {
  border-bottom-color: #244e9a;
}

.border-left-secondary-dark-op-10 {
  border-left-color: #244e9a;
}

.fill-secondary-dark-op-10 {
  fill: #244e9a;
}

.stroke-secondary-dark-op-10 {
  stroke: #244e9a;
}

.text-secondary-dark-op-10 {
  color: #244e9a;
}

.bg-secondary {
  background-color: #244E9A;
}

.border-color-secondary {
  border-color: #244E9A;
}

.border-top-secondary {
  border-top-color: #244E9A;
}

.border-right-secondary {
  border-right-color: #244E9A;
}

.border-bottom-secondary {
  border-bottom-color: #244E9A;
}

.border-left-secondary {
  border-left-color: #244E9A;
}

.fill-secondary {
  fill: #244E9A;
}

.stroke-secondary {
  stroke: #244E9A;
}

.text-secondary {
  color: #244E9A;
}

.bg-secondary-op-0 {
  background-color: rgba(36, 78, 154, 0);
}

.border-color-secondary-op-0 {
  border-color: rgba(36, 78, 154, 0);
}

.border-top-secondary-op-0 {
  border-top-color: rgba(36, 78, 154, 0);
}

.border-right-secondary-op-0 {
  border-right-color: rgba(36, 78, 154, 0);
}

.border-bottom-secondary-op-0 {
  border-bottom-color: rgba(36, 78, 154, 0);
}

.border-left-secondary-op-0 {
  border-left-color: rgba(36, 78, 154, 0);
}

.fill-secondary-op-0 {
  fill: rgba(36, 78, 154, 0);
}

.stroke-secondary-op-0 {
  stroke: rgba(36, 78, 154, 0);
}

.text-secondary-op-0 {
  color: rgba(36, 78, 154, 0);
}

.bg-secondary-op-1 {
  background-color: rgba(36, 78, 154, 0.1);
}

.border-color-secondary-op-1 {
  border-color: rgba(36, 78, 154, 0.1);
}

.border-top-secondary-op-1 {
  border-top-color: rgba(36, 78, 154, 0.1);
}

.border-right-secondary-op-1 {
  border-right-color: rgba(36, 78, 154, 0.1);
}

.border-bottom-secondary-op-1 {
  border-bottom-color: rgba(36, 78, 154, 0.1);
}

.border-left-secondary-op-1 {
  border-left-color: rgba(36, 78, 154, 0.1);
}

.fill-secondary-op-1 {
  fill: rgba(36, 78, 154, 0.1);
}

.stroke-secondary-op-1 {
  stroke: rgba(36, 78, 154, 0.1);
}

.text-secondary-op-1 {
  color: rgba(36, 78, 154, 0.1);
}

.bg-secondary-op-2 {
  background-color: rgba(36, 78, 154, 0.2);
}

.border-color-secondary-op-2 {
  border-color: rgba(36, 78, 154, 0.2);
}

.border-top-secondary-op-2 {
  border-top-color: rgba(36, 78, 154, 0.2);
}

.border-right-secondary-op-2 {
  border-right-color: rgba(36, 78, 154, 0.2);
}

.border-bottom-secondary-op-2 {
  border-bottom-color: rgba(36, 78, 154, 0.2);
}

.border-left-secondary-op-2 {
  border-left-color: rgba(36, 78, 154, 0.2);
}

.fill-secondary-op-2 {
  fill: rgba(36, 78, 154, 0.2);
}

.stroke-secondary-op-2 {
  stroke: rgba(36, 78, 154, 0.2);
}

.text-secondary-op-2 {
  color: rgba(36, 78, 154, 0.2);
}

.bg-secondary-op-3 {
  background-color: rgba(36, 78, 154, 0.3);
}

.border-color-secondary-op-3 {
  border-color: rgba(36, 78, 154, 0.3);
}

.border-top-secondary-op-3 {
  border-top-color: rgba(36, 78, 154, 0.3);
}

.border-right-secondary-op-3 {
  border-right-color: rgba(36, 78, 154, 0.3);
}

.border-bottom-secondary-op-3 {
  border-bottom-color: rgba(36, 78, 154, 0.3);
}

.border-left-secondary-op-3 {
  border-left-color: rgba(36, 78, 154, 0.3);
}

.fill-secondary-op-3 {
  fill: rgba(36, 78, 154, 0.3);
}

.stroke-secondary-op-3 {
  stroke: rgba(36, 78, 154, 0.3);
}

.text-secondary-op-3 {
  color: rgba(36, 78, 154, 0.3);
}

.bg-secondary-op-4 {
  background-color: rgba(36, 78, 154, 0.4);
}

.border-color-secondary-op-4 {
  border-color: rgba(36, 78, 154, 0.4);
}

.border-top-secondary-op-4 {
  border-top-color: rgba(36, 78, 154, 0.4);
}

.border-right-secondary-op-4 {
  border-right-color: rgba(36, 78, 154, 0.4);
}

.border-bottom-secondary-op-4 {
  border-bottom-color: rgba(36, 78, 154, 0.4);
}

.border-left-secondary-op-4 {
  border-left-color: rgba(36, 78, 154, 0.4);
}

.fill-secondary-op-4 {
  fill: rgba(36, 78, 154, 0.4);
}

.stroke-secondary-op-4 {
  stroke: rgba(36, 78, 154, 0.4);
}

.text-secondary-op-4 {
  color: rgba(36, 78, 154, 0.4);
}

.bg-secondary-op-5 {
  background-color: rgba(36, 78, 154, 0.5);
}

.border-color-secondary-op-5 {
  border-color: rgba(36, 78, 154, 0.5);
}

.border-top-secondary-op-5 {
  border-top-color: rgba(36, 78, 154, 0.5);
}

.border-right-secondary-op-5 {
  border-right-color: rgba(36, 78, 154, 0.5);
}

.border-bottom-secondary-op-5 {
  border-bottom-color: rgba(36, 78, 154, 0.5);
}

.border-left-secondary-op-5 {
  border-left-color: rgba(36, 78, 154, 0.5);
}

.fill-secondary-op-5 {
  fill: rgba(36, 78, 154, 0.5);
}

.stroke-secondary-op-5 {
  stroke: rgba(36, 78, 154, 0.5);
}

.text-secondary-op-5 {
  color: rgba(36, 78, 154, 0.5);
}

.bg-secondary-op-6 {
  background-color: rgba(36, 78, 154, 0.6);
}

.border-color-secondary-op-6 {
  border-color: rgba(36, 78, 154, 0.6);
}

.border-top-secondary-op-6 {
  border-top-color: rgba(36, 78, 154, 0.6);
}

.border-right-secondary-op-6 {
  border-right-color: rgba(36, 78, 154, 0.6);
}

.border-bottom-secondary-op-6 {
  border-bottom-color: rgba(36, 78, 154, 0.6);
}

.border-left-secondary-op-6 {
  border-left-color: rgba(36, 78, 154, 0.6);
}

.fill-secondary-op-6 {
  fill: rgba(36, 78, 154, 0.6);
}

.stroke-secondary-op-6 {
  stroke: rgba(36, 78, 154, 0.6);
}

.text-secondary-op-6 {
  color: rgba(36, 78, 154, 0.6);
}

.bg-secondary-op-7 {
  background-color: rgba(36, 78, 154, 0.7);
}

.border-color-secondary-op-7 {
  border-color: rgba(36, 78, 154, 0.7);
}

.border-top-secondary-op-7 {
  border-top-color: rgba(36, 78, 154, 0.7);
}

.border-right-secondary-op-7 {
  border-right-color: rgba(36, 78, 154, 0.7);
}

.border-bottom-secondary-op-7 {
  border-bottom-color: rgba(36, 78, 154, 0.7);
}

.border-left-secondary-op-7 {
  border-left-color: rgba(36, 78, 154, 0.7);
}

.fill-secondary-op-7 {
  fill: rgba(36, 78, 154, 0.7);
}

.stroke-secondary-op-7 {
  stroke: rgba(36, 78, 154, 0.7);
}

.text-secondary-op-7 {
  color: rgba(36, 78, 154, 0.7);
}

.bg-secondary-op-8 {
  background-color: rgba(36, 78, 154, 0.8);
}

.border-color-secondary-op-8 {
  border-color: rgba(36, 78, 154, 0.8);
}

.border-top-secondary-op-8 {
  border-top-color: rgba(36, 78, 154, 0.8);
}

.border-right-secondary-op-8 {
  border-right-color: rgba(36, 78, 154, 0.8);
}

.border-bottom-secondary-op-8 {
  border-bottom-color: rgba(36, 78, 154, 0.8);
}

.border-left-secondary-op-8 {
  border-left-color: rgba(36, 78, 154, 0.8);
}

.fill-secondary-op-8 {
  fill: rgba(36, 78, 154, 0.8);
}

.stroke-secondary-op-8 {
  stroke: rgba(36, 78, 154, 0.8);
}

.text-secondary-op-8 {
  color: rgba(36, 78, 154, 0.8);
}

.bg-secondary-op-9 {
  background-color: rgba(36, 78, 154, 0.9);
}

.border-color-secondary-op-9 {
  border-color: rgba(36, 78, 154, 0.9);
}

.border-top-secondary-op-9 {
  border-top-color: rgba(36, 78, 154, 0.9);
}

.border-right-secondary-op-9 {
  border-right-color: rgba(36, 78, 154, 0.9);
}

.border-bottom-secondary-op-9 {
  border-bottom-color: rgba(36, 78, 154, 0.9);
}

.border-left-secondary-op-9 {
  border-left-color: rgba(36, 78, 154, 0.9);
}

.fill-secondary-op-9 {
  fill: rgba(36, 78, 154, 0.9);
}

.stroke-secondary-op-9 {
  stroke: rgba(36, 78, 154, 0.9);
}

.text-secondary-op-9 {
  color: rgba(36, 78, 154, 0.9);
}

.bg-secondary-op-10 {
  background-color: #244e9a;
}

.border-color-secondary-op-10 {
  border-color: #244e9a;
}

.border-top-secondary-op-10 {
  border-top-color: #244e9a;
}

.border-right-secondary-op-10 {
  border-right-color: #244e9a;
}

.border-bottom-secondary-op-10 {
  border-bottom-color: #244e9a;
}

.border-left-secondary-op-10 {
  border-left-color: #244e9a;
}

.fill-secondary-op-10 {
  fill: #244e9a;
}

.stroke-secondary-op-10 {
  stroke: #244e9a;
}

.text-secondary-op-10 {
  color: #244e9a;
}

.bg-secondary-light {
  background-color: #244E9A;
}

.border-color-secondary-light {
  border-color: #244E9A;
}

.border-top-secondary-light {
  border-top-color: #244E9A;
}

.border-right-secondary-light {
  border-right-color: #244E9A;
}

.border-bottom-secondary-light {
  border-bottom-color: #244E9A;
}

.border-left-secondary-light {
  border-left-color: #244E9A;
}

.fill-secondary-light {
  fill: #244E9A;
}

.stroke-secondary-light {
  stroke: #244E9A;
}

.text-secondary-light {
  color: #244E9A;
}

.bg-secondary-light-op-0 {
  background-color: rgba(36, 78, 154, 0);
}

.border-color-secondary-light-op-0 {
  border-color: rgba(36, 78, 154, 0);
}

.border-top-secondary-light-op-0 {
  border-top-color: rgba(36, 78, 154, 0);
}

.border-right-secondary-light-op-0 {
  border-right-color: rgba(36, 78, 154, 0);
}

.border-bottom-secondary-light-op-0 {
  border-bottom-color: rgba(36, 78, 154, 0);
}

.border-left-secondary-light-op-0 {
  border-left-color: rgba(36, 78, 154, 0);
}

.fill-secondary-light-op-0 {
  fill: rgba(36, 78, 154, 0);
}

.stroke-secondary-light-op-0 {
  stroke: rgba(36, 78, 154, 0);
}

.text-secondary-light-op-0 {
  color: rgba(36, 78, 154, 0);
}

.bg-secondary-light-op-1 {
  background-color: rgba(36, 78, 154, 0.1);
}

.border-color-secondary-light-op-1 {
  border-color: rgba(36, 78, 154, 0.1);
}

.border-top-secondary-light-op-1 {
  border-top-color: rgba(36, 78, 154, 0.1);
}

.border-right-secondary-light-op-1 {
  border-right-color: rgba(36, 78, 154, 0.1);
}

.border-bottom-secondary-light-op-1 {
  border-bottom-color: rgba(36, 78, 154, 0.1);
}

.border-left-secondary-light-op-1 {
  border-left-color: rgba(36, 78, 154, 0.1);
}

.fill-secondary-light-op-1 {
  fill: rgba(36, 78, 154, 0.1);
}

.stroke-secondary-light-op-1 {
  stroke: rgba(36, 78, 154, 0.1);
}

.text-secondary-light-op-1 {
  color: rgba(36, 78, 154, 0.1);
}

.bg-secondary-light-op-2 {
  background-color: rgba(36, 78, 154, 0.2);
}

.border-color-secondary-light-op-2 {
  border-color: rgba(36, 78, 154, 0.2);
}

.border-top-secondary-light-op-2 {
  border-top-color: rgba(36, 78, 154, 0.2);
}

.border-right-secondary-light-op-2 {
  border-right-color: rgba(36, 78, 154, 0.2);
}

.border-bottom-secondary-light-op-2 {
  border-bottom-color: rgba(36, 78, 154, 0.2);
}

.border-left-secondary-light-op-2 {
  border-left-color: rgba(36, 78, 154, 0.2);
}

.fill-secondary-light-op-2 {
  fill: rgba(36, 78, 154, 0.2);
}

.stroke-secondary-light-op-2 {
  stroke: rgba(36, 78, 154, 0.2);
}

.text-secondary-light-op-2 {
  color: rgba(36, 78, 154, 0.2);
}

.bg-secondary-light-op-3 {
  background-color: rgba(36, 78, 154, 0.3);
}

.border-color-secondary-light-op-3 {
  border-color: rgba(36, 78, 154, 0.3);
}

.border-top-secondary-light-op-3 {
  border-top-color: rgba(36, 78, 154, 0.3);
}

.border-right-secondary-light-op-3 {
  border-right-color: rgba(36, 78, 154, 0.3);
}

.border-bottom-secondary-light-op-3 {
  border-bottom-color: rgba(36, 78, 154, 0.3);
}

.border-left-secondary-light-op-3 {
  border-left-color: rgba(36, 78, 154, 0.3);
}

.fill-secondary-light-op-3 {
  fill: rgba(36, 78, 154, 0.3);
}

.stroke-secondary-light-op-3 {
  stroke: rgba(36, 78, 154, 0.3);
}

.text-secondary-light-op-3 {
  color: rgba(36, 78, 154, 0.3);
}

.bg-secondary-light-op-4 {
  background-color: rgba(36, 78, 154, 0.4);
}

.border-color-secondary-light-op-4 {
  border-color: rgba(36, 78, 154, 0.4);
}

.border-top-secondary-light-op-4 {
  border-top-color: rgba(36, 78, 154, 0.4);
}

.border-right-secondary-light-op-4 {
  border-right-color: rgba(36, 78, 154, 0.4);
}

.border-bottom-secondary-light-op-4 {
  border-bottom-color: rgba(36, 78, 154, 0.4);
}

.border-left-secondary-light-op-4 {
  border-left-color: rgba(36, 78, 154, 0.4);
}

.fill-secondary-light-op-4 {
  fill: rgba(36, 78, 154, 0.4);
}

.stroke-secondary-light-op-4 {
  stroke: rgba(36, 78, 154, 0.4);
}

.text-secondary-light-op-4 {
  color: rgba(36, 78, 154, 0.4);
}

.bg-secondary-light-op-5 {
  background-color: rgba(36, 78, 154, 0.5);
}

.border-color-secondary-light-op-5 {
  border-color: rgba(36, 78, 154, 0.5);
}

.border-top-secondary-light-op-5 {
  border-top-color: rgba(36, 78, 154, 0.5);
}

.border-right-secondary-light-op-5 {
  border-right-color: rgba(36, 78, 154, 0.5);
}

.border-bottom-secondary-light-op-5 {
  border-bottom-color: rgba(36, 78, 154, 0.5);
}

.border-left-secondary-light-op-5 {
  border-left-color: rgba(36, 78, 154, 0.5);
}

.fill-secondary-light-op-5 {
  fill: rgba(36, 78, 154, 0.5);
}

.stroke-secondary-light-op-5 {
  stroke: rgba(36, 78, 154, 0.5);
}

.text-secondary-light-op-5 {
  color: rgba(36, 78, 154, 0.5);
}

.bg-secondary-light-op-6 {
  background-color: rgba(36, 78, 154, 0.6);
}

.border-color-secondary-light-op-6 {
  border-color: rgba(36, 78, 154, 0.6);
}

.border-top-secondary-light-op-6 {
  border-top-color: rgba(36, 78, 154, 0.6);
}

.border-right-secondary-light-op-6 {
  border-right-color: rgba(36, 78, 154, 0.6);
}

.border-bottom-secondary-light-op-6 {
  border-bottom-color: rgba(36, 78, 154, 0.6);
}

.border-left-secondary-light-op-6 {
  border-left-color: rgba(36, 78, 154, 0.6);
}

.fill-secondary-light-op-6 {
  fill: rgba(36, 78, 154, 0.6);
}

.stroke-secondary-light-op-6 {
  stroke: rgba(36, 78, 154, 0.6);
}

.text-secondary-light-op-6 {
  color: rgba(36, 78, 154, 0.6);
}

.bg-secondary-light-op-7 {
  background-color: rgba(36, 78, 154, 0.7);
}

.border-color-secondary-light-op-7 {
  border-color: rgba(36, 78, 154, 0.7);
}

.border-top-secondary-light-op-7 {
  border-top-color: rgba(36, 78, 154, 0.7);
}

.border-right-secondary-light-op-7 {
  border-right-color: rgba(36, 78, 154, 0.7);
}

.border-bottom-secondary-light-op-7 {
  border-bottom-color: rgba(36, 78, 154, 0.7);
}

.border-left-secondary-light-op-7 {
  border-left-color: rgba(36, 78, 154, 0.7);
}

.fill-secondary-light-op-7 {
  fill: rgba(36, 78, 154, 0.7);
}

.stroke-secondary-light-op-7 {
  stroke: rgba(36, 78, 154, 0.7);
}

.text-secondary-light-op-7 {
  color: rgba(36, 78, 154, 0.7);
}

.bg-secondary-light-op-8 {
  background-color: rgba(36, 78, 154, 0.8);
}

.border-color-secondary-light-op-8 {
  border-color: rgba(36, 78, 154, 0.8);
}

.border-top-secondary-light-op-8 {
  border-top-color: rgba(36, 78, 154, 0.8);
}

.border-right-secondary-light-op-8 {
  border-right-color: rgba(36, 78, 154, 0.8);
}

.border-bottom-secondary-light-op-8 {
  border-bottom-color: rgba(36, 78, 154, 0.8);
}

.border-left-secondary-light-op-8 {
  border-left-color: rgba(36, 78, 154, 0.8);
}

.fill-secondary-light-op-8 {
  fill: rgba(36, 78, 154, 0.8);
}

.stroke-secondary-light-op-8 {
  stroke: rgba(36, 78, 154, 0.8);
}

.text-secondary-light-op-8 {
  color: rgba(36, 78, 154, 0.8);
}

.bg-secondary-light-op-9 {
  background-color: rgba(36, 78, 154, 0.9);
}

.border-color-secondary-light-op-9 {
  border-color: rgba(36, 78, 154, 0.9);
}

.border-top-secondary-light-op-9 {
  border-top-color: rgba(36, 78, 154, 0.9);
}

.border-right-secondary-light-op-9 {
  border-right-color: rgba(36, 78, 154, 0.9);
}

.border-bottom-secondary-light-op-9 {
  border-bottom-color: rgba(36, 78, 154, 0.9);
}

.border-left-secondary-light-op-9 {
  border-left-color: rgba(36, 78, 154, 0.9);
}

.fill-secondary-light-op-9 {
  fill: rgba(36, 78, 154, 0.9);
}

.stroke-secondary-light-op-9 {
  stroke: rgba(36, 78, 154, 0.9);
}

.text-secondary-light-op-9 {
  color: rgba(36, 78, 154, 0.9);
}

.bg-secondary-light-op-10 {
  background-color: #244e9a;
}

.border-color-secondary-light-op-10 {
  border-color: #244e9a;
}

.border-top-secondary-light-op-10 {
  border-top-color: #244e9a;
}

.border-right-secondary-light-op-10 {
  border-right-color: #244e9a;
}

.border-bottom-secondary-light-op-10 {
  border-bottom-color: #244e9a;
}

.border-left-secondary-light-op-10 {
  border-left-color: #244e9a;
}

.fill-secondary-light-op-10 {
  fill: #244e9a;
}

.stroke-secondary-light-op-10 {
  stroke: #244e9a;
}

.text-secondary-light-op-10 {
  color: #244e9a;
}

@media (min-width: 544px) {
  .sm-bg-black {
    background-color: #000;
  }
  .sm-border-color-black {
    border-color: #000;
  }
  .sm-border-top-black {
    border-top-color: #000;
  }
  .sm-border-right-black {
    border-right-color: #000;
  }
  .sm-border-bottom-black {
    border-bottom-color: #000;
  }
  .sm-border-left-black {
    border-left-color: #000;
  }
  .sm-fill-black {
    fill: #000;
  }
  .sm-stroke-black {
    stroke: #000;
  }
  .sm-text-black {
    color: #000;
  }
  .sm-bg-black-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .sm-border-color-black-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .sm-border-top-black-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .sm-border-right-black-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .sm-border-bottom-black-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .sm-border-left-black-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .sm-fill-black-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .sm-stroke-black-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .sm-text-black-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .sm-bg-black-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-color-black-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-top-black-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-right-black-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-bottom-black-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-left-black-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .sm-fill-black-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .sm-stroke-black-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .sm-text-black-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .sm-bg-black-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-color-black-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-top-black-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-right-black-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-bottom-black-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-left-black-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .sm-fill-black-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .sm-stroke-black-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .sm-text-black-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .sm-bg-black-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-color-black-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-top-black-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-right-black-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-bottom-black-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-left-black-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .sm-fill-black-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .sm-stroke-black-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .sm-text-black-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .sm-bg-black-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-color-black-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-top-black-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-right-black-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-bottom-black-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-left-black-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .sm-fill-black-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .sm-stroke-black-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .sm-text-black-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .sm-bg-black-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-color-black-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-top-black-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-right-black-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-bottom-black-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-left-black-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .sm-fill-black-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .sm-stroke-black-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .sm-text-black-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .sm-bg-black-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-color-black-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-top-black-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-right-black-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-bottom-black-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-left-black-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .sm-fill-black-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .sm-stroke-black-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .sm-text-black-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .sm-bg-black-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-color-black-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-top-black-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-right-black-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-bottom-black-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-left-black-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .sm-fill-black-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .sm-stroke-black-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .sm-text-black-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .sm-bg-black-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-color-black-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-top-black-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-right-black-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-bottom-black-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-left-black-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .sm-fill-black-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .sm-stroke-black-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .sm-text-black-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .sm-bg-black-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-color-black-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-top-black-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-right-black-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-bottom-black-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-left-black-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .sm-fill-black-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .sm-stroke-black-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .sm-text-black-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .sm-bg-black-op-10 {
    background-color: black;
  }
  .sm-border-color-black-op-10 {
    border-color: black;
  }
  .sm-border-top-black-op-10 {
    border-top-color: black;
  }
  .sm-border-right-black-op-10 {
    border-right-color: black;
  }
  .sm-border-bottom-black-op-10 {
    border-bottom-color: black;
  }
  .sm-border-left-black-op-10 {
    border-left-color: black;
  }
  .sm-fill-black-op-10 {
    fill: black;
  }
  .sm-stroke-black-op-10 {
    stroke: black;
  }
  .sm-text-black-op-10 {
    color: black;
  }
  .sm-bg-white {
    background-color: #fff;
  }
  .sm-border-color-white {
    border-color: #fff;
  }
  .sm-border-top-white {
    border-top-color: #fff;
  }
  .sm-border-right-white {
    border-right-color: #fff;
  }
  .sm-border-bottom-white {
    border-bottom-color: #fff;
  }
  .sm-border-left-white {
    border-left-color: #fff;
  }
  .sm-fill-white {
    fill: #fff;
  }
  .sm-stroke-white {
    stroke: #fff;
  }
  .sm-text-white {
    color: #fff;
  }
  .sm-bg-white-op-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .sm-border-color-white-op-0 {
    border-color: rgba(255, 255, 255, 0);
  }
  .sm-border-top-white-op-0 {
    border-top-color: rgba(255, 255, 255, 0);
  }
  .sm-border-right-white-op-0 {
    border-right-color: rgba(255, 255, 255, 0);
  }
  .sm-border-bottom-white-op-0 {
    border-bottom-color: rgba(255, 255, 255, 0);
  }
  .sm-border-left-white-op-0 {
    border-left-color: rgba(255, 255, 255, 0);
  }
  .sm-fill-white-op-0 {
    fill: rgba(255, 255, 255, 0);
  }
  .sm-stroke-white-op-0 {
    stroke: rgba(255, 255, 255, 0);
  }
  .sm-text-white-op-0 {
    color: rgba(255, 255, 255, 0);
  }
  .sm-bg-white-op-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sm-border-color-white-op-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .sm-border-top-white-op-1 {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  .sm-border-right-white-op-1 {
    border-right-color: rgba(255, 255, 255, 0.1);
  }
  .sm-border-bottom-white-op-1 {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .sm-border-left-white-op-1 {
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  .sm-fill-white-op-1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .sm-stroke-white-op-1 {
    stroke: rgba(255, 255, 255, 0.1);
  }
  .sm-text-white-op-1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .sm-bg-white-op-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sm-border-color-white-op-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .sm-border-top-white-op-2 {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .sm-border-right-white-op-2 {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
  .sm-border-bottom-white-op-2 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .sm-border-left-white-op-2 {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
  .sm-fill-white-op-2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .sm-stroke-white-op-2 {
    stroke: rgba(255, 255, 255, 0.2);
  }
  .sm-text-white-op-2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .sm-bg-white-op-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .sm-border-color-white-op-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .sm-border-top-white-op-3 {
    border-top-color: rgba(255, 255, 255, 0.3);
  }
  .sm-border-right-white-op-3 {
    border-right-color: rgba(255, 255, 255, 0.3);
  }
  .sm-border-bottom-white-op-3 {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .sm-border-left-white-op-3 {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
  .sm-fill-white-op-3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .sm-stroke-white-op-3 {
    stroke: rgba(255, 255, 255, 0.3);
  }
  .sm-text-white-op-3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .sm-bg-white-op-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .sm-border-color-white-op-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .sm-border-top-white-op-4 {
    border-top-color: rgba(255, 255, 255, 0.4);
  }
  .sm-border-right-white-op-4 {
    border-right-color: rgba(255, 255, 255, 0.4);
  }
  .sm-border-bottom-white-op-4 {
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  .sm-border-left-white-op-4 {
    border-left-color: rgba(255, 255, 255, 0.4);
  }
  .sm-fill-white-op-4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .sm-stroke-white-op-4 {
    stroke: rgba(255, 255, 255, 0.4);
  }
  .sm-text-white-op-4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .sm-bg-white-op-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sm-border-color-white-op-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .sm-border-top-white-op-5 {
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .sm-border-right-white-op-5 {
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .sm-border-bottom-white-op-5 {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .sm-border-left-white-op-5 {
    border-left-color: rgba(255, 255, 255, 0.5);
  }
  .sm-fill-white-op-5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .sm-stroke-white-op-5 {
    stroke: rgba(255, 255, 255, 0.5);
  }
  .sm-text-white-op-5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .sm-bg-white-op-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .sm-border-color-white-op-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .sm-border-top-white-op-6 {
    border-top-color: rgba(255, 255, 255, 0.6);
  }
  .sm-border-right-white-op-6 {
    border-right-color: rgba(255, 255, 255, 0.6);
  }
  .sm-border-bottom-white-op-6 {
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }
  .sm-border-left-white-op-6 {
    border-left-color: rgba(255, 255, 255, 0.6);
  }
  .sm-fill-white-op-6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .sm-stroke-white-op-6 {
    stroke: rgba(255, 255, 255, 0.6);
  }
  .sm-text-white-op-6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .sm-bg-white-op-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sm-border-color-white-op-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .sm-border-top-white-op-7 {
    border-top-color: rgba(255, 255, 255, 0.7);
  }
  .sm-border-right-white-op-7 {
    border-right-color: rgba(255, 255, 255, 0.7);
  }
  .sm-border-bottom-white-op-7 {
    border-bottom-color: rgba(255, 255, 255, 0.7);
  }
  .sm-border-left-white-op-7 {
    border-left-color: rgba(255, 255, 255, 0.7);
  }
  .sm-fill-white-op-7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .sm-stroke-white-op-7 {
    stroke: rgba(255, 255, 255, 0.7);
  }
  .sm-text-white-op-7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .sm-bg-white-op-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sm-border-color-white-op-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .sm-border-top-white-op-8 {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .sm-border-right-white-op-8 {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
  .sm-border-bottom-white-op-8 {
    border-bottom-color: rgba(255, 255, 255, 0.8);
  }
  .sm-border-left-white-op-8 {
    border-left-color: rgba(255, 255, 255, 0.8);
  }
  .sm-fill-white-op-8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .sm-stroke-white-op-8 {
    stroke: rgba(255, 255, 255, 0.8);
  }
  .sm-text-white-op-8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .sm-bg-white-op-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .sm-border-color-white-op-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .sm-border-top-white-op-9 {
    border-top-color: rgba(255, 255, 255, 0.9);
  }
  .sm-border-right-white-op-9 {
    border-right-color: rgba(255, 255, 255, 0.9);
  }
  .sm-border-bottom-white-op-9 {
    border-bottom-color: rgba(255, 255, 255, 0.9);
  }
  .sm-border-left-white-op-9 {
    border-left-color: rgba(255, 255, 255, 0.9);
  }
  .sm-fill-white-op-9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .sm-stroke-white-op-9 {
    stroke: rgba(255, 255, 255, 0.9);
  }
  .sm-text-white-op-9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .sm-bg-white-op-10 {
    background-color: white;
  }
  .sm-border-color-white-op-10 {
    border-color: white;
  }
  .sm-border-top-white-op-10 {
    border-top-color: white;
  }
  .sm-border-right-white-op-10 {
    border-right-color: white;
  }
  .sm-border-bottom-white-op-10 {
    border-bottom-color: white;
  }
  .sm-border-left-white-op-10 {
    border-left-color: white;
  }
  .sm-fill-white-op-10 {
    fill: white;
  }
  .sm-stroke-white-op-10 {
    stroke: white;
  }
  .sm-text-white-op-10 {
    color: white;
  }
  .sm-bg-gray-100 {
    background-color: #f9fafb;
  }
  .sm-border-color-gray-100 {
    border-color: #f9fafb;
  }
  .sm-border-top-gray-100 {
    border-top-color: #f9fafb;
  }
  .sm-border-right-gray-100 {
    border-right-color: #f9fafb;
  }
  .sm-border-bottom-gray-100 {
    border-bottom-color: #f9fafb;
  }
  .sm-border-left-gray-100 {
    border-left-color: #f9fafb;
  }
  .sm-fill-gray-100 {
    fill: #f9fafb;
  }
  .sm-stroke-gray-100 {
    stroke: #f9fafb;
  }
  .sm-text-gray-100 {
    color: #f9fafb;
  }
  .sm-bg-gray-100-op-0 {
    background-color: rgba(249, 250, 251, 0);
  }
  .sm-border-color-gray-100-op-0 {
    border-color: rgba(249, 250, 251, 0);
  }
  .sm-border-top-gray-100-op-0 {
    border-top-color: rgba(249, 250, 251, 0);
  }
  .sm-border-right-gray-100-op-0 {
    border-right-color: rgba(249, 250, 251, 0);
  }
  .sm-border-bottom-gray-100-op-0 {
    border-bottom-color: rgba(249, 250, 251, 0);
  }
  .sm-border-left-gray-100-op-0 {
    border-left-color: rgba(249, 250, 251, 0);
  }
  .sm-fill-gray-100-op-0 {
    fill: rgba(249, 250, 251, 0);
  }
  .sm-stroke-gray-100-op-0 {
    stroke: rgba(249, 250, 251, 0);
  }
  .sm-text-gray-100-op-0 {
    color: rgba(249, 250, 251, 0);
  }
  .sm-bg-gray-100-op-1 {
    background-color: rgba(249, 250, 251, 0.1);
  }
  .sm-border-color-gray-100-op-1 {
    border-color: rgba(249, 250, 251, 0.1);
  }
  .sm-border-top-gray-100-op-1 {
    border-top-color: rgba(249, 250, 251, 0.1);
  }
  .sm-border-right-gray-100-op-1 {
    border-right-color: rgba(249, 250, 251, 0.1);
  }
  .sm-border-bottom-gray-100-op-1 {
    border-bottom-color: rgba(249, 250, 251, 0.1);
  }
  .sm-border-left-gray-100-op-1 {
    border-left-color: rgba(249, 250, 251, 0.1);
  }
  .sm-fill-gray-100-op-1 {
    fill: rgba(249, 250, 251, 0.1);
  }
  .sm-stroke-gray-100-op-1 {
    stroke: rgba(249, 250, 251, 0.1);
  }
  .sm-text-gray-100-op-1 {
    color: rgba(249, 250, 251, 0.1);
  }
  .sm-bg-gray-100-op-2 {
    background-color: rgba(249, 250, 251, 0.2);
  }
  .sm-border-color-gray-100-op-2 {
    border-color: rgba(249, 250, 251, 0.2);
  }
  .sm-border-top-gray-100-op-2 {
    border-top-color: rgba(249, 250, 251, 0.2);
  }
  .sm-border-right-gray-100-op-2 {
    border-right-color: rgba(249, 250, 251, 0.2);
  }
  .sm-border-bottom-gray-100-op-2 {
    border-bottom-color: rgba(249, 250, 251, 0.2);
  }
  .sm-border-left-gray-100-op-2 {
    border-left-color: rgba(249, 250, 251, 0.2);
  }
  .sm-fill-gray-100-op-2 {
    fill: rgba(249, 250, 251, 0.2);
  }
  .sm-stroke-gray-100-op-2 {
    stroke: rgba(249, 250, 251, 0.2);
  }
  .sm-text-gray-100-op-2 {
    color: rgba(249, 250, 251, 0.2);
  }
  .sm-bg-gray-100-op-3 {
    background-color: rgba(249, 250, 251, 0.3);
  }
  .sm-border-color-gray-100-op-3 {
    border-color: rgba(249, 250, 251, 0.3);
  }
  .sm-border-top-gray-100-op-3 {
    border-top-color: rgba(249, 250, 251, 0.3);
  }
  .sm-border-right-gray-100-op-3 {
    border-right-color: rgba(249, 250, 251, 0.3);
  }
  .sm-border-bottom-gray-100-op-3 {
    border-bottom-color: rgba(249, 250, 251, 0.3);
  }
  .sm-border-left-gray-100-op-3 {
    border-left-color: rgba(249, 250, 251, 0.3);
  }
  .sm-fill-gray-100-op-3 {
    fill: rgba(249, 250, 251, 0.3);
  }
  .sm-stroke-gray-100-op-3 {
    stroke: rgba(249, 250, 251, 0.3);
  }
  .sm-text-gray-100-op-3 {
    color: rgba(249, 250, 251, 0.3);
  }
  .sm-bg-gray-100-op-4 {
    background-color: rgba(249, 250, 251, 0.4);
  }
  .sm-border-color-gray-100-op-4 {
    border-color: rgba(249, 250, 251, 0.4);
  }
  .sm-border-top-gray-100-op-4 {
    border-top-color: rgba(249, 250, 251, 0.4);
  }
  .sm-border-right-gray-100-op-4 {
    border-right-color: rgba(249, 250, 251, 0.4);
  }
  .sm-border-bottom-gray-100-op-4 {
    border-bottom-color: rgba(249, 250, 251, 0.4);
  }
  .sm-border-left-gray-100-op-4 {
    border-left-color: rgba(249, 250, 251, 0.4);
  }
  .sm-fill-gray-100-op-4 {
    fill: rgba(249, 250, 251, 0.4);
  }
  .sm-stroke-gray-100-op-4 {
    stroke: rgba(249, 250, 251, 0.4);
  }
  .sm-text-gray-100-op-4 {
    color: rgba(249, 250, 251, 0.4);
  }
  .sm-bg-gray-100-op-5 {
    background-color: rgba(249, 250, 251, 0.5);
  }
  .sm-border-color-gray-100-op-5 {
    border-color: rgba(249, 250, 251, 0.5);
  }
  .sm-border-top-gray-100-op-5 {
    border-top-color: rgba(249, 250, 251, 0.5);
  }
  .sm-border-right-gray-100-op-5 {
    border-right-color: rgba(249, 250, 251, 0.5);
  }
  .sm-border-bottom-gray-100-op-5 {
    border-bottom-color: rgba(249, 250, 251, 0.5);
  }
  .sm-border-left-gray-100-op-5 {
    border-left-color: rgba(249, 250, 251, 0.5);
  }
  .sm-fill-gray-100-op-5 {
    fill: rgba(249, 250, 251, 0.5);
  }
  .sm-stroke-gray-100-op-5 {
    stroke: rgba(249, 250, 251, 0.5);
  }
  .sm-text-gray-100-op-5 {
    color: rgba(249, 250, 251, 0.5);
  }
  .sm-bg-gray-100-op-6 {
    background-color: rgba(249, 250, 251, 0.6);
  }
  .sm-border-color-gray-100-op-6 {
    border-color: rgba(249, 250, 251, 0.6);
  }
  .sm-border-top-gray-100-op-6 {
    border-top-color: rgba(249, 250, 251, 0.6);
  }
  .sm-border-right-gray-100-op-6 {
    border-right-color: rgba(249, 250, 251, 0.6);
  }
  .sm-border-bottom-gray-100-op-6 {
    border-bottom-color: rgba(249, 250, 251, 0.6);
  }
  .sm-border-left-gray-100-op-6 {
    border-left-color: rgba(249, 250, 251, 0.6);
  }
  .sm-fill-gray-100-op-6 {
    fill: rgba(249, 250, 251, 0.6);
  }
  .sm-stroke-gray-100-op-6 {
    stroke: rgba(249, 250, 251, 0.6);
  }
  .sm-text-gray-100-op-6 {
    color: rgba(249, 250, 251, 0.6);
  }
  .sm-bg-gray-100-op-7 {
    background-color: rgba(249, 250, 251, 0.7);
  }
  .sm-border-color-gray-100-op-7 {
    border-color: rgba(249, 250, 251, 0.7);
  }
  .sm-border-top-gray-100-op-7 {
    border-top-color: rgba(249, 250, 251, 0.7);
  }
  .sm-border-right-gray-100-op-7 {
    border-right-color: rgba(249, 250, 251, 0.7);
  }
  .sm-border-bottom-gray-100-op-7 {
    border-bottom-color: rgba(249, 250, 251, 0.7);
  }
  .sm-border-left-gray-100-op-7 {
    border-left-color: rgba(249, 250, 251, 0.7);
  }
  .sm-fill-gray-100-op-7 {
    fill: rgba(249, 250, 251, 0.7);
  }
  .sm-stroke-gray-100-op-7 {
    stroke: rgba(249, 250, 251, 0.7);
  }
  .sm-text-gray-100-op-7 {
    color: rgba(249, 250, 251, 0.7);
  }
  .sm-bg-gray-100-op-8 {
    background-color: rgba(249, 250, 251, 0.8);
  }
  .sm-border-color-gray-100-op-8 {
    border-color: rgba(249, 250, 251, 0.8);
  }
  .sm-border-top-gray-100-op-8 {
    border-top-color: rgba(249, 250, 251, 0.8);
  }
  .sm-border-right-gray-100-op-8 {
    border-right-color: rgba(249, 250, 251, 0.8);
  }
  .sm-border-bottom-gray-100-op-8 {
    border-bottom-color: rgba(249, 250, 251, 0.8);
  }
  .sm-border-left-gray-100-op-8 {
    border-left-color: rgba(249, 250, 251, 0.8);
  }
  .sm-fill-gray-100-op-8 {
    fill: rgba(249, 250, 251, 0.8);
  }
  .sm-stroke-gray-100-op-8 {
    stroke: rgba(249, 250, 251, 0.8);
  }
  .sm-text-gray-100-op-8 {
    color: rgba(249, 250, 251, 0.8);
  }
  .sm-bg-gray-100-op-9 {
    background-color: rgba(249, 250, 251, 0.9);
  }
  .sm-border-color-gray-100-op-9 {
    border-color: rgba(249, 250, 251, 0.9);
  }
  .sm-border-top-gray-100-op-9 {
    border-top-color: rgba(249, 250, 251, 0.9);
  }
  .sm-border-right-gray-100-op-9 {
    border-right-color: rgba(249, 250, 251, 0.9);
  }
  .sm-border-bottom-gray-100-op-9 {
    border-bottom-color: rgba(249, 250, 251, 0.9);
  }
  .sm-border-left-gray-100-op-9 {
    border-left-color: rgba(249, 250, 251, 0.9);
  }
  .sm-fill-gray-100-op-9 {
    fill: rgba(249, 250, 251, 0.9);
  }
  .sm-stroke-gray-100-op-9 {
    stroke: rgba(249, 250, 251, 0.9);
  }
  .sm-text-gray-100-op-9 {
    color: rgba(249, 250, 251, 0.9);
  }
  .sm-bg-gray-100-op-10 {
    background-color: #f9fafb;
  }
  .sm-border-color-gray-100-op-10 {
    border-color: #f9fafb;
  }
  .sm-border-top-gray-100-op-10 {
    border-top-color: #f9fafb;
  }
  .sm-border-right-gray-100-op-10 {
    border-right-color: #f9fafb;
  }
  .sm-border-bottom-gray-100-op-10 {
    border-bottom-color: #f9fafb;
  }
  .sm-border-left-gray-100-op-10 {
    border-left-color: #f9fafb;
  }
  .sm-fill-gray-100-op-10 {
    fill: #f9fafb;
  }
  .sm-stroke-gray-100-op-10 {
    stroke: #f9fafb;
  }
  .sm-text-gray-100-op-10 {
    color: #f9fafb;
  }
  .sm-bg-gray-150 {
    background-color: #f5f5f5;
  }
  .sm-border-color-gray-150 {
    border-color: #f5f5f5;
  }
  .sm-border-top-gray-150 {
    border-top-color: #f5f5f5;
  }
  .sm-border-right-gray-150 {
    border-right-color: #f5f5f5;
  }
  .sm-border-bottom-gray-150 {
    border-bottom-color: #f5f5f5;
  }
  .sm-border-left-gray-150 {
    border-left-color: #f5f5f5;
  }
  .sm-fill-gray-150 {
    fill: #f5f5f5;
  }
  .sm-stroke-gray-150 {
    stroke: #f5f5f5;
  }
  .sm-text-gray-150 {
    color: #f5f5f5;
  }
  .sm-bg-gray-150-op-0 {
    background-color: rgba(245, 245, 245, 0);
  }
  .sm-border-color-gray-150-op-0 {
    border-color: rgba(245, 245, 245, 0);
  }
  .sm-border-top-gray-150-op-0 {
    border-top-color: rgba(245, 245, 245, 0);
  }
  .sm-border-right-gray-150-op-0 {
    border-right-color: rgba(245, 245, 245, 0);
  }
  .sm-border-bottom-gray-150-op-0 {
    border-bottom-color: rgba(245, 245, 245, 0);
  }
  .sm-border-left-gray-150-op-0 {
    border-left-color: rgba(245, 245, 245, 0);
  }
  .sm-fill-gray-150-op-0 {
    fill: rgba(245, 245, 245, 0);
  }
  .sm-stroke-gray-150-op-0 {
    stroke: rgba(245, 245, 245, 0);
  }
  .sm-text-gray-150-op-0 {
    color: rgba(245, 245, 245, 0);
  }
  .sm-bg-gray-150-op-1 {
    background-color: rgba(245, 245, 245, 0.1);
  }
  .sm-border-color-gray-150-op-1 {
    border-color: rgba(245, 245, 245, 0.1);
  }
  .sm-border-top-gray-150-op-1 {
    border-top-color: rgba(245, 245, 245, 0.1);
  }
  .sm-border-right-gray-150-op-1 {
    border-right-color: rgba(245, 245, 245, 0.1);
  }
  .sm-border-bottom-gray-150-op-1 {
    border-bottom-color: rgba(245, 245, 245, 0.1);
  }
  .sm-border-left-gray-150-op-1 {
    border-left-color: rgba(245, 245, 245, 0.1);
  }
  .sm-fill-gray-150-op-1 {
    fill: rgba(245, 245, 245, 0.1);
  }
  .sm-stroke-gray-150-op-1 {
    stroke: rgba(245, 245, 245, 0.1);
  }
  .sm-text-gray-150-op-1 {
    color: rgba(245, 245, 245, 0.1);
  }
  .sm-bg-gray-150-op-2 {
    background-color: rgba(245, 245, 245, 0.2);
  }
  .sm-border-color-gray-150-op-2 {
    border-color: rgba(245, 245, 245, 0.2);
  }
  .sm-border-top-gray-150-op-2 {
    border-top-color: rgba(245, 245, 245, 0.2);
  }
  .sm-border-right-gray-150-op-2 {
    border-right-color: rgba(245, 245, 245, 0.2);
  }
  .sm-border-bottom-gray-150-op-2 {
    border-bottom-color: rgba(245, 245, 245, 0.2);
  }
  .sm-border-left-gray-150-op-2 {
    border-left-color: rgba(245, 245, 245, 0.2);
  }
  .sm-fill-gray-150-op-2 {
    fill: rgba(245, 245, 245, 0.2);
  }
  .sm-stroke-gray-150-op-2 {
    stroke: rgba(245, 245, 245, 0.2);
  }
  .sm-text-gray-150-op-2 {
    color: rgba(245, 245, 245, 0.2);
  }
  .sm-bg-gray-150-op-3 {
    background-color: rgba(245, 245, 245, 0.3);
  }
  .sm-border-color-gray-150-op-3 {
    border-color: rgba(245, 245, 245, 0.3);
  }
  .sm-border-top-gray-150-op-3 {
    border-top-color: rgba(245, 245, 245, 0.3);
  }
  .sm-border-right-gray-150-op-3 {
    border-right-color: rgba(245, 245, 245, 0.3);
  }
  .sm-border-bottom-gray-150-op-3 {
    border-bottom-color: rgba(245, 245, 245, 0.3);
  }
  .sm-border-left-gray-150-op-3 {
    border-left-color: rgba(245, 245, 245, 0.3);
  }
  .sm-fill-gray-150-op-3 {
    fill: rgba(245, 245, 245, 0.3);
  }
  .sm-stroke-gray-150-op-3 {
    stroke: rgba(245, 245, 245, 0.3);
  }
  .sm-text-gray-150-op-3 {
    color: rgba(245, 245, 245, 0.3);
  }
  .sm-bg-gray-150-op-4 {
    background-color: rgba(245, 245, 245, 0.4);
  }
  .sm-border-color-gray-150-op-4 {
    border-color: rgba(245, 245, 245, 0.4);
  }
  .sm-border-top-gray-150-op-4 {
    border-top-color: rgba(245, 245, 245, 0.4);
  }
  .sm-border-right-gray-150-op-4 {
    border-right-color: rgba(245, 245, 245, 0.4);
  }
  .sm-border-bottom-gray-150-op-4 {
    border-bottom-color: rgba(245, 245, 245, 0.4);
  }
  .sm-border-left-gray-150-op-4 {
    border-left-color: rgba(245, 245, 245, 0.4);
  }
  .sm-fill-gray-150-op-4 {
    fill: rgba(245, 245, 245, 0.4);
  }
  .sm-stroke-gray-150-op-4 {
    stroke: rgba(245, 245, 245, 0.4);
  }
  .sm-text-gray-150-op-4 {
    color: rgba(245, 245, 245, 0.4);
  }
  .sm-bg-gray-150-op-5 {
    background-color: rgba(245, 245, 245, 0.5);
  }
  .sm-border-color-gray-150-op-5 {
    border-color: rgba(245, 245, 245, 0.5);
  }
  .sm-border-top-gray-150-op-5 {
    border-top-color: rgba(245, 245, 245, 0.5);
  }
  .sm-border-right-gray-150-op-5 {
    border-right-color: rgba(245, 245, 245, 0.5);
  }
  .sm-border-bottom-gray-150-op-5 {
    border-bottom-color: rgba(245, 245, 245, 0.5);
  }
  .sm-border-left-gray-150-op-5 {
    border-left-color: rgba(245, 245, 245, 0.5);
  }
  .sm-fill-gray-150-op-5 {
    fill: rgba(245, 245, 245, 0.5);
  }
  .sm-stroke-gray-150-op-5 {
    stroke: rgba(245, 245, 245, 0.5);
  }
  .sm-text-gray-150-op-5 {
    color: rgba(245, 245, 245, 0.5);
  }
  .sm-bg-gray-150-op-6 {
    background-color: rgba(245, 245, 245, 0.6);
  }
  .sm-border-color-gray-150-op-6 {
    border-color: rgba(245, 245, 245, 0.6);
  }
  .sm-border-top-gray-150-op-6 {
    border-top-color: rgba(245, 245, 245, 0.6);
  }
  .sm-border-right-gray-150-op-6 {
    border-right-color: rgba(245, 245, 245, 0.6);
  }
  .sm-border-bottom-gray-150-op-6 {
    border-bottom-color: rgba(245, 245, 245, 0.6);
  }
  .sm-border-left-gray-150-op-6 {
    border-left-color: rgba(245, 245, 245, 0.6);
  }
  .sm-fill-gray-150-op-6 {
    fill: rgba(245, 245, 245, 0.6);
  }
  .sm-stroke-gray-150-op-6 {
    stroke: rgba(245, 245, 245, 0.6);
  }
  .sm-text-gray-150-op-6 {
    color: rgba(245, 245, 245, 0.6);
  }
  .sm-bg-gray-150-op-7 {
    background-color: rgba(245, 245, 245, 0.7);
  }
  .sm-border-color-gray-150-op-7 {
    border-color: rgba(245, 245, 245, 0.7);
  }
  .sm-border-top-gray-150-op-7 {
    border-top-color: rgba(245, 245, 245, 0.7);
  }
  .sm-border-right-gray-150-op-7 {
    border-right-color: rgba(245, 245, 245, 0.7);
  }
  .sm-border-bottom-gray-150-op-7 {
    border-bottom-color: rgba(245, 245, 245, 0.7);
  }
  .sm-border-left-gray-150-op-7 {
    border-left-color: rgba(245, 245, 245, 0.7);
  }
  .sm-fill-gray-150-op-7 {
    fill: rgba(245, 245, 245, 0.7);
  }
  .sm-stroke-gray-150-op-7 {
    stroke: rgba(245, 245, 245, 0.7);
  }
  .sm-text-gray-150-op-7 {
    color: rgba(245, 245, 245, 0.7);
  }
  .sm-bg-gray-150-op-8 {
    background-color: rgba(245, 245, 245, 0.8);
  }
  .sm-border-color-gray-150-op-8 {
    border-color: rgba(245, 245, 245, 0.8);
  }
  .sm-border-top-gray-150-op-8 {
    border-top-color: rgba(245, 245, 245, 0.8);
  }
  .sm-border-right-gray-150-op-8 {
    border-right-color: rgba(245, 245, 245, 0.8);
  }
  .sm-border-bottom-gray-150-op-8 {
    border-bottom-color: rgba(245, 245, 245, 0.8);
  }
  .sm-border-left-gray-150-op-8 {
    border-left-color: rgba(245, 245, 245, 0.8);
  }
  .sm-fill-gray-150-op-8 {
    fill: rgba(245, 245, 245, 0.8);
  }
  .sm-stroke-gray-150-op-8 {
    stroke: rgba(245, 245, 245, 0.8);
  }
  .sm-text-gray-150-op-8 {
    color: rgba(245, 245, 245, 0.8);
  }
  .sm-bg-gray-150-op-9 {
    background-color: rgba(245, 245, 245, 0.9);
  }
  .sm-border-color-gray-150-op-9 {
    border-color: rgba(245, 245, 245, 0.9);
  }
  .sm-border-top-gray-150-op-9 {
    border-top-color: rgba(245, 245, 245, 0.9);
  }
  .sm-border-right-gray-150-op-9 {
    border-right-color: rgba(245, 245, 245, 0.9);
  }
  .sm-border-bottom-gray-150-op-9 {
    border-bottom-color: rgba(245, 245, 245, 0.9);
  }
  .sm-border-left-gray-150-op-9 {
    border-left-color: rgba(245, 245, 245, 0.9);
  }
  .sm-fill-gray-150-op-9 {
    fill: rgba(245, 245, 245, 0.9);
  }
  .sm-stroke-gray-150-op-9 {
    stroke: rgba(245, 245, 245, 0.9);
  }
  .sm-text-gray-150-op-9 {
    color: rgba(245, 245, 245, 0.9);
  }
  .sm-bg-gray-150-op-10 {
    background-color: whitesmoke;
  }
  .sm-border-color-gray-150-op-10 {
    border-color: whitesmoke;
  }
  .sm-border-top-gray-150-op-10 {
    border-top-color: whitesmoke;
  }
  .sm-border-right-gray-150-op-10 {
    border-right-color: whitesmoke;
  }
  .sm-border-bottom-gray-150-op-10 {
    border-bottom-color: whitesmoke;
  }
  .sm-border-left-gray-150-op-10 {
    border-left-color: whitesmoke;
  }
  .sm-fill-gray-150-op-10 {
    fill: whitesmoke;
  }
  .sm-stroke-gray-150-op-10 {
    stroke: whitesmoke;
  }
  .sm-text-gray-150-op-10 {
    color: whitesmoke;
  }
  .sm-bg-gray-200 {
    background-color: #eaedf0;
  }
  .sm-border-color-gray-200 {
    border-color: #eaedf0;
  }
  .sm-border-top-gray-200 {
    border-top-color: #eaedf0;
  }
  .sm-border-right-gray-200 {
    border-right-color: #eaedf0;
  }
  .sm-border-bottom-gray-200 {
    border-bottom-color: #eaedf0;
  }
  .sm-border-left-gray-200 {
    border-left-color: #eaedf0;
  }
  .sm-fill-gray-200 {
    fill: #eaedf0;
  }
  .sm-stroke-gray-200 {
    stroke: #eaedf0;
  }
  .sm-text-gray-200 {
    color: #eaedf0;
  }
  .sm-bg-gray-200-op-0 {
    background-color: rgba(234, 237, 240, 0);
  }
  .sm-border-color-gray-200-op-0 {
    border-color: rgba(234, 237, 240, 0);
  }
  .sm-border-top-gray-200-op-0 {
    border-top-color: rgba(234, 237, 240, 0);
  }
  .sm-border-right-gray-200-op-0 {
    border-right-color: rgba(234, 237, 240, 0);
  }
  .sm-border-bottom-gray-200-op-0 {
    border-bottom-color: rgba(234, 237, 240, 0);
  }
  .sm-border-left-gray-200-op-0 {
    border-left-color: rgba(234, 237, 240, 0);
  }
  .sm-fill-gray-200-op-0 {
    fill: rgba(234, 237, 240, 0);
  }
  .sm-stroke-gray-200-op-0 {
    stroke: rgba(234, 237, 240, 0);
  }
  .sm-text-gray-200-op-0 {
    color: rgba(234, 237, 240, 0);
  }
  .sm-bg-gray-200-op-1 {
    background-color: rgba(234, 237, 240, 0.1);
  }
  .sm-border-color-gray-200-op-1 {
    border-color: rgba(234, 237, 240, 0.1);
  }
  .sm-border-top-gray-200-op-1 {
    border-top-color: rgba(234, 237, 240, 0.1);
  }
  .sm-border-right-gray-200-op-1 {
    border-right-color: rgba(234, 237, 240, 0.1);
  }
  .sm-border-bottom-gray-200-op-1 {
    border-bottom-color: rgba(234, 237, 240, 0.1);
  }
  .sm-border-left-gray-200-op-1 {
    border-left-color: rgba(234, 237, 240, 0.1);
  }
  .sm-fill-gray-200-op-1 {
    fill: rgba(234, 237, 240, 0.1);
  }
  .sm-stroke-gray-200-op-1 {
    stroke: rgba(234, 237, 240, 0.1);
  }
  .sm-text-gray-200-op-1 {
    color: rgba(234, 237, 240, 0.1);
  }
  .sm-bg-gray-200-op-2 {
    background-color: rgba(234, 237, 240, 0.2);
  }
  .sm-border-color-gray-200-op-2 {
    border-color: rgba(234, 237, 240, 0.2);
  }
  .sm-border-top-gray-200-op-2 {
    border-top-color: rgba(234, 237, 240, 0.2);
  }
  .sm-border-right-gray-200-op-2 {
    border-right-color: rgba(234, 237, 240, 0.2);
  }
  .sm-border-bottom-gray-200-op-2 {
    border-bottom-color: rgba(234, 237, 240, 0.2);
  }
  .sm-border-left-gray-200-op-2 {
    border-left-color: rgba(234, 237, 240, 0.2);
  }
  .sm-fill-gray-200-op-2 {
    fill: rgba(234, 237, 240, 0.2);
  }
  .sm-stroke-gray-200-op-2 {
    stroke: rgba(234, 237, 240, 0.2);
  }
  .sm-text-gray-200-op-2 {
    color: rgba(234, 237, 240, 0.2);
  }
  .sm-bg-gray-200-op-3 {
    background-color: rgba(234, 237, 240, 0.3);
  }
  .sm-border-color-gray-200-op-3 {
    border-color: rgba(234, 237, 240, 0.3);
  }
  .sm-border-top-gray-200-op-3 {
    border-top-color: rgba(234, 237, 240, 0.3);
  }
  .sm-border-right-gray-200-op-3 {
    border-right-color: rgba(234, 237, 240, 0.3);
  }
  .sm-border-bottom-gray-200-op-3 {
    border-bottom-color: rgba(234, 237, 240, 0.3);
  }
  .sm-border-left-gray-200-op-3 {
    border-left-color: rgba(234, 237, 240, 0.3);
  }
  .sm-fill-gray-200-op-3 {
    fill: rgba(234, 237, 240, 0.3);
  }
  .sm-stroke-gray-200-op-3 {
    stroke: rgba(234, 237, 240, 0.3);
  }
  .sm-text-gray-200-op-3 {
    color: rgba(234, 237, 240, 0.3);
  }
  .sm-bg-gray-200-op-4 {
    background-color: rgba(234, 237, 240, 0.4);
  }
  .sm-border-color-gray-200-op-4 {
    border-color: rgba(234, 237, 240, 0.4);
  }
  .sm-border-top-gray-200-op-4 {
    border-top-color: rgba(234, 237, 240, 0.4);
  }
  .sm-border-right-gray-200-op-4 {
    border-right-color: rgba(234, 237, 240, 0.4);
  }
  .sm-border-bottom-gray-200-op-4 {
    border-bottom-color: rgba(234, 237, 240, 0.4);
  }
  .sm-border-left-gray-200-op-4 {
    border-left-color: rgba(234, 237, 240, 0.4);
  }
  .sm-fill-gray-200-op-4 {
    fill: rgba(234, 237, 240, 0.4);
  }
  .sm-stroke-gray-200-op-4 {
    stroke: rgba(234, 237, 240, 0.4);
  }
  .sm-text-gray-200-op-4 {
    color: rgba(234, 237, 240, 0.4);
  }
  .sm-bg-gray-200-op-5 {
    background-color: rgba(234, 237, 240, 0.5);
  }
  .sm-border-color-gray-200-op-5 {
    border-color: rgba(234, 237, 240, 0.5);
  }
  .sm-border-top-gray-200-op-5 {
    border-top-color: rgba(234, 237, 240, 0.5);
  }
  .sm-border-right-gray-200-op-5 {
    border-right-color: rgba(234, 237, 240, 0.5);
  }
  .sm-border-bottom-gray-200-op-5 {
    border-bottom-color: rgba(234, 237, 240, 0.5);
  }
  .sm-border-left-gray-200-op-5 {
    border-left-color: rgba(234, 237, 240, 0.5);
  }
  .sm-fill-gray-200-op-5 {
    fill: rgba(234, 237, 240, 0.5);
  }
  .sm-stroke-gray-200-op-5 {
    stroke: rgba(234, 237, 240, 0.5);
  }
  .sm-text-gray-200-op-5 {
    color: rgba(234, 237, 240, 0.5);
  }
  .sm-bg-gray-200-op-6 {
    background-color: rgba(234, 237, 240, 0.6);
  }
  .sm-border-color-gray-200-op-6 {
    border-color: rgba(234, 237, 240, 0.6);
  }
  .sm-border-top-gray-200-op-6 {
    border-top-color: rgba(234, 237, 240, 0.6);
  }
  .sm-border-right-gray-200-op-6 {
    border-right-color: rgba(234, 237, 240, 0.6);
  }
  .sm-border-bottom-gray-200-op-6 {
    border-bottom-color: rgba(234, 237, 240, 0.6);
  }
  .sm-border-left-gray-200-op-6 {
    border-left-color: rgba(234, 237, 240, 0.6);
  }
  .sm-fill-gray-200-op-6 {
    fill: rgba(234, 237, 240, 0.6);
  }
  .sm-stroke-gray-200-op-6 {
    stroke: rgba(234, 237, 240, 0.6);
  }
  .sm-text-gray-200-op-6 {
    color: rgba(234, 237, 240, 0.6);
  }
  .sm-bg-gray-200-op-7 {
    background-color: rgba(234, 237, 240, 0.7);
  }
  .sm-border-color-gray-200-op-7 {
    border-color: rgba(234, 237, 240, 0.7);
  }
  .sm-border-top-gray-200-op-7 {
    border-top-color: rgba(234, 237, 240, 0.7);
  }
  .sm-border-right-gray-200-op-7 {
    border-right-color: rgba(234, 237, 240, 0.7);
  }
  .sm-border-bottom-gray-200-op-7 {
    border-bottom-color: rgba(234, 237, 240, 0.7);
  }
  .sm-border-left-gray-200-op-7 {
    border-left-color: rgba(234, 237, 240, 0.7);
  }
  .sm-fill-gray-200-op-7 {
    fill: rgba(234, 237, 240, 0.7);
  }
  .sm-stroke-gray-200-op-7 {
    stroke: rgba(234, 237, 240, 0.7);
  }
  .sm-text-gray-200-op-7 {
    color: rgba(234, 237, 240, 0.7);
  }
  .sm-bg-gray-200-op-8 {
    background-color: rgba(234, 237, 240, 0.8);
  }
  .sm-border-color-gray-200-op-8 {
    border-color: rgba(234, 237, 240, 0.8);
  }
  .sm-border-top-gray-200-op-8 {
    border-top-color: rgba(234, 237, 240, 0.8);
  }
  .sm-border-right-gray-200-op-8 {
    border-right-color: rgba(234, 237, 240, 0.8);
  }
  .sm-border-bottom-gray-200-op-8 {
    border-bottom-color: rgba(234, 237, 240, 0.8);
  }
  .sm-border-left-gray-200-op-8 {
    border-left-color: rgba(234, 237, 240, 0.8);
  }
  .sm-fill-gray-200-op-8 {
    fill: rgba(234, 237, 240, 0.8);
  }
  .sm-stroke-gray-200-op-8 {
    stroke: rgba(234, 237, 240, 0.8);
  }
  .sm-text-gray-200-op-8 {
    color: rgba(234, 237, 240, 0.8);
  }
  .sm-bg-gray-200-op-9 {
    background-color: rgba(234, 237, 240, 0.9);
  }
  .sm-border-color-gray-200-op-9 {
    border-color: rgba(234, 237, 240, 0.9);
  }
  .sm-border-top-gray-200-op-9 {
    border-top-color: rgba(234, 237, 240, 0.9);
  }
  .sm-border-right-gray-200-op-9 {
    border-right-color: rgba(234, 237, 240, 0.9);
  }
  .sm-border-bottom-gray-200-op-9 {
    border-bottom-color: rgba(234, 237, 240, 0.9);
  }
  .sm-border-left-gray-200-op-9 {
    border-left-color: rgba(234, 237, 240, 0.9);
  }
  .sm-fill-gray-200-op-9 {
    fill: rgba(234, 237, 240, 0.9);
  }
  .sm-stroke-gray-200-op-9 {
    stroke: rgba(234, 237, 240, 0.9);
  }
  .sm-text-gray-200-op-9 {
    color: rgba(234, 237, 240, 0.9);
  }
  .sm-bg-gray-200-op-10 {
    background-color: #eaedf0;
  }
  .sm-border-color-gray-200-op-10 {
    border-color: #eaedf0;
  }
  .sm-border-top-gray-200-op-10 {
    border-top-color: #eaedf0;
  }
  .sm-border-right-gray-200-op-10 {
    border-right-color: #eaedf0;
  }
  .sm-border-bottom-gray-200-op-10 {
    border-bottom-color: #eaedf0;
  }
  .sm-border-left-gray-200-op-10 {
    border-left-color: #eaedf0;
  }
  .sm-fill-gray-200-op-10 {
    fill: #eaedf0;
  }
  .sm-stroke-gray-200-op-10 {
    stroke: #eaedf0;
  }
  .sm-text-gray-200-op-10 {
    color: #eaedf0;
  }
  .sm-bg-gray-300 {
    background-color: #dfe3e7;
  }
  .sm-border-color-gray-300 {
    border-color: #dfe3e7;
  }
  .sm-border-top-gray-300 {
    border-top-color: #dfe3e7;
  }
  .sm-border-right-gray-300 {
    border-right-color: #dfe3e7;
  }
  .sm-border-bottom-gray-300 {
    border-bottom-color: #dfe3e7;
  }
  .sm-border-left-gray-300 {
    border-left-color: #dfe3e7;
  }
  .sm-fill-gray-300 {
    fill: #dfe3e7;
  }
  .sm-stroke-gray-300 {
    stroke: #dfe3e7;
  }
  .sm-text-gray-300 {
    color: #dfe3e7;
  }
  .sm-bg-gray-300-op-0 {
    background-color: rgba(223, 227, 231, 0);
  }
  .sm-border-color-gray-300-op-0 {
    border-color: rgba(223, 227, 231, 0);
  }
  .sm-border-top-gray-300-op-0 {
    border-top-color: rgba(223, 227, 231, 0);
  }
  .sm-border-right-gray-300-op-0 {
    border-right-color: rgba(223, 227, 231, 0);
  }
  .sm-border-bottom-gray-300-op-0 {
    border-bottom-color: rgba(223, 227, 231, 0);
  }
  .sm-border-left-gray-300-op-0 {
    border-left-color: rgba(223, 227, 231, 0);
  }
  .sm-fill-gray-300-op-0 {
    fill: rgba(223, 227, 231, 0);
  }
  .sm-stroke-gray-300-op-0 {
    stroke: rgba(223, 227, 231, 0);
  }
  .sm-text-gray-300-op-0 {
    color: rgba(223, 227, 231, 0);
  }
  .sm-bg-gray-300-op-1 {
    background-color: rgba(223, 227, 231, 0.1);
  }
  .sm-border-color-gray-300-op-1 {
    border-color: rgba(223, 227, 231, 0.1);
  }
  .sm-border-top-gray-300-op-1 {
    border-top-color: rgba(223, 227, 231, 0.1);
  }
  .sm-border-right-gray-300-op-1 {
    border-right-color: rgba(223, 227, 231, 0.1);
  }
  .sm-border-bottom-gray-300-op-1 {
    border-bottom-color: rgba(223, 227, 231, 0.1);
  }
  .sm-border-left-gray-300-op-1 {
    border-left-color: rgba(223, 227, 231, 0.1);
  }
  .sm-fill-gray-300-op-1 {
    fill: rgba(223, 227, 231, 0.1);
  }
  .sm-stroke-gray-300-op-1 {
    stroke: rgba(223, 227, 231, 0.1);
  }
  .sm-text-gray-300-op-1 {
    color: rgba(223, 227, 231, 0.1);
  }
  .sm-bg-gray-300-op-2 {
    background-color: rgba(223, 227, 231, 0.2);
  }
  .sm-border-color-gray-300-op-2 {
    border-color: rgba(223, 227, 231, 0.2);
  }
  .sm-border-top-gray-300-op-2 {
    border-top-color: rgba(223, 227, 231, 0.2);
  }
  .sm-border-right-gray-300-op-2 {
    border-right-color: rgba(223, 227, 231, 0.2);
  }
  .sm-border-bottom-gray-300-op-2 {
    border-bottom-color: rgba(223, 227, 231, 0.2);
  }
  .sm-border-left-gray-300-op-2 {
    border-left-color: rgba(223, 227, 231, 0.2);
  }
  .sm-fill-gray-300-op-2 {
    fill: rgba(223, 227, 231, 0.2);
  }
  .sm-stroke-gray-300-op-2 {
    stroke: rgba(223, 227, 231, 0.2);
  }
  .sm-text-gray-300-op-2 {
    color: rgba(223, 227, 231, 0.2);
  }
  .sm-bg-gray-300-op-3 {
    background-color: rgba(223, 227, 231, 0.3);
  }
  .sm-border-color-gray-300-op-3 {
    border-color: rgba(223, 227, 231, 0.3);
  }
  .sm-border-top-gray-300-op-3 {
    border-top-color: rgba(223, 227, 231, 0.3);
  }
  .sm-border-right-gray-300-op-3 {
    border-right-color: rgba(223, 227, 231, 0.3);
  }
  .sm-border-bottom-gray-300-op-3 {
    border-bottom-color: rgba(223, 227, 231, 0.3);
  }
  .sm-border-left-gray-300-op-3 {
    border-left-color: rgba(223, 227, 231, 0.3);
  }
  .sm-fill-gray-300-op-3 {
    fill: rgba(223, 227, 231, 0.3);
  }
  .sm-stroke-gray-300-op-3 {
    stroke: rgba(223, 227, 231, 0.3);
  }
  .sm-text-gray-300-op-3 {
    color: rgba(223, 227, 231, 0.3);
  }
  .sm-bg-gray-300-op-4 {
    background-color: rgba(223, 227, 231, 0.4);
  }
  .sm-border-color-gray-300-op-4 {
    border-color: rgba(223, 227, 231, 0.4);
  }
  .sm-border-top-gray-300-op-4 {
    border-top-color: rgba(223, 227, 231, 0.4);
  }
  .sm-border-right-gray-300-op-4 {
    border-right-color: rgba(223, 227, 231, 0.4);
  }
  .sm-border-bottom-gray-300-op-4 {
    border-bottom-color: rgba(223, 227, 231, 0.4);
  }
  .sm-border-left-gray-300-op-4 {
    border-left-color: rgba(223, 227, 231, 0.4);
  }
  .sm-fill-gray-300-op-4 {
    fill: rgba(223, 227, 231, 0.4);
  }
  .sm-stroke-gray-300-op-4 {
    stroke: rgba(223, 227, 231, 0.4);
  }
  .sm-text-gray-300-op-4 {
    color: rgba(223, 227, 231, 0.4);
  }
  .sm-bg-gray-300-op-5 {
    background-color: rgba(223, 227, 231, 0.5);
  }
  .sm-border-color-gray-300-op-5 {
    border-color: rgba(223, 227, 231, 0.5);
  }
  .sm-border-top-gray-300-op-5 {
    border-top-color: rgba(223, 227, 231, 0.5);
  }
  .sm-border-right-gray-300-op-5 {
    border-right-color: rgba(223, 227, 231, 0.5);
  }
  .sm-border-bottom-gray-300-op-5 {
    border-bottom-color: rgba(223, 227, 231, 0.5);
  }
  .sm-border-left-gray-300-op-5 {
    border-left-color: rgba(223, 227, 231, 0.5);
  }
  .sm-fill-gray-300-op-5 {
    fill: rgba(223, 227, 231, 0.5);
  }
  .sm-stroke-gray-300-op-5 {
    stroke: rgba(223, 227, 231, 0.5);
  }
  .sm-text-gray-300-op-5 {
    color: rgba(223, 227, 231, 0.5);
  }
  .sm-bg-gray-300-op-6 {
    background-color: rgba(223, 227, 231, 0.6);
  }
  .sm-border-color-gray-300-op-6 {
    border-color: rgba(223, 227, 231, 0.6);
  }
  .sm-border-top-gray-300-op-6 {
    border-top-color: rgba(223, 227, 231, 0.6);
  }
  .sm-border-right-gray-300-op-6 {
    border-right-color: rgba(223, 227, 231, 0.6);
  }
  .sm-border-bottom-gray-300-op-6 {
    border-bottom-color: rgba(223, 227, 231, 0.6);
  }
  .sm-border-left-gray-300-op-6 {
    border-left-color: rgba(223, 227, 231, 0.6);
  }
  .sm-fill-gray-300-op-6 {
    fill: rgba(223, 227, 231, 0.6);
  }
  .sm-stroke-gray-300-op-6 {
    stroke: rgba(223, 227, 231, 0.6);
  }
  .sm-text-gray-300-op-6 {
    color: rgba(223, 227, 231, 0.6);
  }
  .sm-bg-gray-300-op-7 {
    background-color: rgba(223, 227, 231, 0.7);
  }
  .sm-border-color-gray-300-op-7 {
    border-color: rgba(223, 227, 231, 0.7);
  }
  .sm-border-top-gray-300-op-7 {
    border-top-color: rgba(223, 227, 231, 0.7);
  }
  .sm-border-right-gray-300-op-7 {
    border-right-color: rgba(223, 227, 231, 0.7);
  }
  .sm-border-bottom-gray-300-op-7 {
    border-bottom-color: rgba(223, 227, 231, 0.7);
  }
  .sm-border-left-gray-300-op-7 {
    border-left-color: rgba(223, 227, 231, 0.7);
  }
  .sm-fill-gray-300-op-7 {
    fill: rgba(223, 227, 231, 0.7);
  }
  .sm-stroke-gray-300-op-7 {
    stroke: rgba(223, 227, 231, 0.7);
  }
  .sm-text-gray-300-op-7 {
    color: rgba(223, 227, 231, 0.7);
  }
  .sm-bg-gray-300-op-8 {
    background-color: rgba(223, 227, 231, 0.8);
  }
  .sm-border-color-gray-300-op-8 {
    border-color: rgba(223, 227, 231, 0.8);
  }
  .sm-border-top-gray-300-op-8 {
    border-top-color: rgba(223, 227, 231, 0.8);
  }
  .sm-border-right-gray-300-op-8 {
    border-right-color: rgba(223, 227, 231, 0.8);
  }
  .sm-border-bottom-gray-300-op-8 {
    border-bottom-color: rgba(223, 227, 231, 0.8);
  }
  .sm-border-left-gray-300-op-8 {
    border-left-color: rgba(223, 227, 231, 0.8);
  }
  .sm-fill-gray-300-op-8 {
    fill: rgba(223, 227, 231, 0.8);
  }
  .sm-stroke-gray-300-op-8 {
    stroke: rgba(223, 227, 231, 0.8);
  }
  .sm-text-gray-300-op-8 {
    color: rgba(223, 227, 231, 0.8);
  }
  .sm-bg-gray-300-op-9 {
    background-color: rgba(223, 227, 231, 0.9);
  }
  .sm-border-color-gray-300-op-9 {
    border-color: rgba(223, 227, 231, 0.9);
  }
  .sm-border-top-gray-300-op-9 {
    border-top-color: rgba(223, 227, 231, 0.9);
  }
  .sm-border-right-gray-300-op-9 {
    border-right-color: rgba(223, 227, 231, 0.9);
  }
  .sm-border-bottom-gray-300-op-9 {
    border-bottom-color: rgba(223, 227, 231, 0.9);
  }
  .sm-border-left-gray-300-op-9 {
    border-left-color: rgba(223, 227, 231, 0.9);
  }
  .sm-fill-gray-300-op-9 {
    fill: rgba(223, 227, 231, 0.9);
  }
  .sm-stroke-gray-300-op-9 {
    stroke: rgba(223, 227, 231, 0.9);
  }
  .sm-text-gray-300-op-9 {
    color: rgba(223, 227, 231, 0.9);
  }
  .sm-bg-gray-300-op-10 {
    background-color: #dfe3e7;
  }
  .sm-border-color-gray-300-op-10 {
    border-color: #dfe3e7;
  }
  .sm-border-top-gray-300-op-10 {
    border-top-color: #dfe3e7;
  }
  .sm-border-right-gray-300-op-10 {
    border-right-color: #dfe3e7;
  }
  .sm-border-bottom-gray-300-op-10 {
    border-bottom-color: #dfe3e7;
  }
  .sm-border-left-gray-300-op-10 {
    border-left-color: #dfe3e7;
  }
  .sm-fill-gray-300-op-10 {
    fill: #dfe3e7;
  }
  .sm-stroke-gray-300-op-10 {
    stroke: #dfe3e7;
  }
  .sm-text-gray-300-op-10 {
    color: #dfe3e7;
  }
  .sm-bg-gray-400 {
    background-color: #ced4da;
  }
  .sm-border-color-gray-400 {
    border-color: #ced4da;
  }
  .sm-border-top-gray-400 {
    border-top-color: #ced4da;
  }
  .sm-border-right-gray-400 {
    border-right-color: #ced4da;
  }
  .sm-border-bottom-gray-400 {
    border-bottom-color: #ced4da;
  }
  .sm-border-left-gray-400 {
    border-left-color: #ced4da;
  }
  .sm-fill-gray-400 {
    fill: #ced4da;
  }
  .sm-stroke-gray-400 {
    stroke: #ced4da;
  }
  .sm-text-gray-400 {
    color: #ced4da;
  }
  .sm-bg-gray-400-op-0 {
    background-color: rgba(206, 212, 218, 0);
  }
  .sm-border-color-gray-400-op-0 {
    border-color: rgba(206, 212, 218, 0);
  }
  .sm-border-top-gray-400-op-0 {
    border-top-color: rgba(206, 212, 218, 0);
  }
  .sm-border-right-gray-400-op-0 {
    border-right-color: rgba(206, 212, 218, 0);
  }
  .sm-border-bottom-gray-400-op-0 {
    border-bottom-color: rgba(206, 212, 218, 0);
  }
  .sm-border-left-gray-400-op-0 {
    border-left-color: rgba(206, 212, 218, 0);
  }
  .sm-fill-gray-400-op-0 {
    fill: rgba(206, 212, 218, 0);
  }
  .sm-stroke-gray-400-op-0 {
    stroke: rgba(206, 212, 218, 0);
  }
  .sm-text-gray-400-op-0 {
    color: rgba(206, 212, 218, 0);
  }
  .sm-bg-gray-400-op-1 {
    background-color: rgba(206, 212, 218, 0.1);
  }
  .sm-border-color-gray-400-op-1 {
    border-color: rgba(206, 212, 218, 0.1);
  }
  .sm-border-top-gray-400-op-1 {
    border-top-color: rgba(206, 212, 218, 0.1);
  }
  .sm-border-right-gray-400-op-1 {
    border-right-color: rgba(206, 212, 218, 0.1);
  }
  .sm-border-bottom-gray-400-op-1 {
    border-bottom-color: rgba(206, 212, 218, 0.1);
  }
  .sm-border-left-gray-400-op-1 {
    border-left-color: rgba(206, 212, 218, 0.1);
  }
  .sm-fill-gray-400-op-1 {
    fill: rgba(206, 212, 218, 0.1);
  }
  .sm-stroke-gray-400-op-1 {
    stroke: rgba(206, 212, 218, 0.1);
  }
  .sm-text-gray-400-op-1 {
    color: rgba(206, 212, 218, 0.1);
  }
  .sm-bg-gray-400-op-2 {
    background-color: rgba(206, 212, 218, 0.2);
  }
  .sm-border-color-gray-400-op-2 {
    border-color: rgba(206, 212, 218, 0.2);
  }
  .sm-border-top-gray-400-op-2 {
    border-top-color: rgba(206, 212, 218, 0.2);
  }
  .sm-border-right-gray-400-op-2 {
    border-right-color: rgba(206, 212, 218, 0.2);
  }
  .sm-border-bottom-gray-400-op-2 {
    border-bottom-color: rgba(206, 212, 218, 0.2);
  }
  .sm-border-left-gray-400-op-2 {
    border-left-color: rgba(206, 212, 218, 0.2);
  }
  .sm-fill-gray-400-op-2 {
    fill: rgba(206, 212, 218, 0.2);
  }
  .sm-stroke-gray-400-op-2 {
    stroke: rgba(206, 212, 218, 0.2);
  }
  .sm-text-gray-400-op-2 {
    color: rgba(206, 212, 218, 0.2);
  }
  .sm-bg-gray-400-op-3 {
    background-color: rgba(206, 212, 218, 0.3);
  }
  .sm-border-color-gray-400-op-3 {
    border-color: rgba(206, 212, 218, 0.3);
  }
  .sm-border-top-gray-400-op-3 {
    border-top-color: rgba(206, 212, 218, 0.3);
  }
  .sm-border-right-gray-400-op-3 {
    border-right-color: rgba(206, 212, 218, 0.3);
  }
  .sm-border-bottom-gray-400-op-3 {
    border-bottom-color: rgba(206, 212, 218, 0.3);
  }
  .sm-border-left-gray-400-op-3 {
    border-left-color: rgba(206, 212, 218, 0.3);
  }
  .sm-fill-gray-400-op-3 {
    fill: rgba(206, 212, 218, 0.3);
  }
  .sm-stroke-gray-400-op-3 {
    stroke: rgba(206, 212, 218, 0.3);
  }
  .sm-text-gray-400-op-3 {
    color: rgba(206, 212, 218, 0.3);
  }
  .sm-bg-gray-400-op-4 {
    background-color: rgba(206, 212, 218, 0.4);
  }
  .sm-border-color-gray-400-op-4 {
    border-color: rgba(206, 212, 218, 0.4);
  }
  .sm-border-top-gray-400-op-4 {
    border-top-color: rgba(206, 212, 218, 0.4);
  }
  .sm-border-right-gray-400-op-4 {
    border-right-color: rgba(206, 212, 218, 0.4);
  }
  .sm-border-bottom-gray-400-op-4 {
    border-bottom-color: rgba(206, 212, 218, 0.4);
  }
  .sm-border-left-gray-400-op-4 {
    border-left-color: rgba(206, 212, 218, 0.4);
  }
  .sm-fill-gray-400-op-4 {
    fill: rgba(206, 212, 218, 0.4);
  }
  .sm-stroke-gray-400-op-4 {
    stroke: rgba(206, 212, 218, 0.4);
  }
  .sm-text-gray-400-op-4 {
    color: rgba(206, 212, 218, 0.4);
  }
  .sm-bg-gray-400-op-5 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .sm-border-color-gray-400-op-5 {
    border-color: rgba(206, 212, 218, 0.5);
  }
  .sm-border-top-gray-400-op-5 {
    border-top-color: rgba(206, 212, 218, 0.5);
  }
  .sm-border-right-gray-400-op-5 {
    border-right-color: rgba(206, 212, 218, 0.5);
  }
  .sm-border-bottom-gray-400-op-5 {
    border-bottom-color: rgba(206, 212, 218, 0.5);
  }
  .sm-border-left-gray-400-op-5 {
    border-left-color: rgba(206, 212, 218, 0.5);
  }
  .sm-fill-gray-400-op-5 {
    fill: rgba(206, 212, 218, 0.5);
  }
  .sm-stroke-gray-400-op-5 {
    stroke: rgba(206, 212, 218, 0.5);
  }
  .sm-text-gray-400-op-5 {
    color: rgba(206, 212, 218, 0.5);
  }
  .sm-bg-gray-400-op-6 {
    background-color: rgba(206, 212, 218, 0.6);
  }
  .sm-border-color-gray-400-op-6 {
    border-color: rgba(206, 212, 218, 0.6);
  }
  .sm-border-top-gray-400-op-6 {
    border-top-color: rgba(206, 212, 218, 0.6);
  }
  .sm-border-right-gray-400-op-6 {
    border-right-color: rgba(206, 212, 218, 0.6);
  }
  .sm-border-bottom-gray-400-op-6 {
    border-bottom-color: rgba(206, 212, 218, 0.6);
  }
  .sm-border-left-gray-400-op-6 {
    border-left-color: rgba(206, 212, 218, 0.6);
  }
  .sm-fill-gray-400-op-6 {
    fill: rgba(206, 212, 218, 0.6);
  }
  .sm-stroke-gray-400-op-6 {
    stroke: rgba(206, 212, 218, 0.6);
  }
  .sm-text-gray-400-op-6 {
    color: rgba(206, 212, 218, 0.6);
  }
  .sm-bg-gray-400-op-7 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .sm-border-color-gray-400-op-7 {
    border-color: rgba(206, 212, 218, 0.7);
  }
  .sm-border-top-gray-400-op-7 {
    border-top-color: rgba(206, 212, 218, 0.7);
  }
  .sm-border-right-gray-400-op-7 {
    border-right-color: rgba(206, 212, 218, 0.7);
  }
  .sm-border-bottom-gray-400-op-7 {
    border-bottom-color: rgba(206, 212, 218, 0.7);
  }
  .sm-border-left-gray-400-op-7 {
    border-left-color: rgba(206, 212, 218, 0.7);
  }
  .sm-fill-gray-400-op-7 {
    fill: rgba(206, 212, 218, 0.7);
  }
  .sm-stroke-gray-400-op-7 {
    stroke: rgba(206, 212, 218, 0.7);
  }
  .sm-text-gray-400-op-7 {
    color: rgba(206, 212, 218, 0.7);
  }
  .sm-bg-gray-400-op-8 {
    background-color: rgba(206, 212, 218, 0.8);
  }
  .sm-border-color-gray-400-op-8 {
    border-color: rgba(206, 212, 218, 0.8);
  }
  .sm-border-top-gray-400-op-8 {
    border-top-color: rgba(206, 212, 218, 0.8);
  }
  .sm-border-right-gray-400-op-8 {
    border-right-color: rgba(206, 212, 218, 0.8);
  }
  .sm-border-bottom-gray-400-op-8 {
    border-bottom-color: rgba(206, 212, 218, 0.8);
  }
  .sm-border-left-gray-400-op-8 {
    border-left-color: rgba(206, 212, 218, 0.8);
  }
  .sm-fill-gray-400-op-8 {
    fill: rgba(206, 212, 218, 0.8);
  }
  .sm-stroke-gray-400-op-8 {
    stroke: rgba(206, 212, 218, 0.8);
  }
  .sm-text-gray-400-op-8 {
    color: rgba(206, 212, 218, 0.8);
  }
  .sm-bg-gray-400-op-9 {
    background-color: rgba(206, 212, 218, 0.9);
  }
  .sm-border-color-gray-400-op-9 {
    border-color: rgba(206, 212, 218, 0.9);
  }
  .sm-border-top-gray-400-op-9 {
    border-top-color: rgba(206, 212, 218, 0.9);
  }
  .sm-border-right-gray-400-op-9 {
    border-right-color: rgba(206, 212, 218, 0.9);
  }
  .sm-border-bottom-gray-400-op-9 {
    border-bottom-color: rgba(206, 212, 218, 0.9);
  }
  .sm-border-left-gray-400-op-9 {
    border-left-color: rgba(206, 212, 218, 0.9);
  }
  .sm-fill-gray-400-op-9 {
    fill: rgba(206, 212, 218, 0.9);
  }
  .sm-stroke-gray-400-op-9 {
    stroke: rgba(206, 212, 218, 0.9);
  }
  .sm-text-gray-400-op-9 {
    color: rgba(206, 212, 218, 0.9);
  }
  .sm-bg-gray-400-op-10 {
    background-color: #ced4da;
  }
  .sm-border-color-gray-400-op-10 {
    border-color: #ced4da;
  }
  .sm-border-top-gray-400-op-10 {
    border-top-color: #ced4da;
  }
  .sm-border-right-gray-400-op-10 {
    border-right-color: #ced4da;
  }
  .sm-border-bottom-gray-400-op-10 {
    border-bottom-color: #ced4da;
  }
  .sm-border-left-gray-400-op-10 {
    border-left-color: #ced4da;
  }
  .sm-fill-gray-400-op-10 {
    fill: #ced4da;
  }
  .sm-stroke-gray-400-op-10 {
    stroke: #ced4da;
  }
  .sm-text-gray-400-op-10 {
    color: #ced4da;
  }
  .sm-bg-gray-450 {
    background-color: #c4c4c4;
  }
  .sm-border-color-gray-450 {
    border-color: #c4c4c4;
  }
  .sm-border-top-gray-450 {
    border-top-color: #c4c4c4;
  }
  .sm-border-right-gray-450 {
    border-right-color: #c4c4c4;
  }
  .sm-border-bottom-gray-450 {
    border-bottom-color: #c4c4c4;
  }
  .sm-border-left-gray-450 {
    border-left-color: #c4c4c4;
  }
  .sm-fill-gray-450 {
    fill: #c4c4c4;
  }
  .sm-stroke-gray-450 {
    stroke: #c4c4c4;
  }
  .sm-text-gray-450 {
    color: #c4c4c4;
  }
  .sm-bg-gray-450-op-0 {
    background-color: rgba(196, 196, 196, 0);
  }
  .sm-border-color-gray-450-op-0 {
    border-color: rgba(196, 196, 196, 0);
  }
  .sm-border-top-gray-450-op-0 {
    border-top-color: rgba(196, 196, 196, 0);
  }
  .sm-border-right-gray-450-op-0 {
    border-right-color: rgba(196, 196, 196, 0);
  }
  .sm-border-bottom-gray-450-op-0 {
    border-bottom-color: rgba(196, 196, 196, 0);
  }
  .sm-border-left-gray-450-op-0 {
    border-left-color: rgba(196, 196, 196, 0);
  }
  .sm-fill-gray-450-op-0 {
    fill: rgba(196, 196, 196, 0);
  }
  .sm-stroke-gray-450-op-0 {
    stroke: rgba(196, 196, 196, 0);
  }
  .sm-text-gray-450-op-0 {
    color: rgba(196, 196, 196, 0);
  }
  .sm-bg-gray-450-op-1 {
    background-color: rgba(196, 196, 196, 0.1);
  }
  .sm-border-color-gray-450-op-1 {
    border-color: rgba(196, 196, 196, 0.1);
  }
  .sm-border-top-gray-450-op-1 {
    border-top-color: rgba(196, 196, 196, 0.1);
  }
  .sm-border-right-gray-450-op-1 {
    border-right-color: rgba(196, 196, 196, 0.1);
  }
  .sm-border-bottom-gray-450-op-1 {
    border-bottom-color: rgba(196, 196, 196, 0.1);
  }
  .sm-border-left-gray-450-op-1 {
    border-left-color: rgba(196, 196, 196, 0.1);
  }
  .sm-fill-gray-450-op-1 {
    fill: rgba(196, 196, 196, 0.1);
  }
  .sm-stroke-gray-450-op-1 {
    stroke: rgba(196, 196, 196, 0.1);
  }
  .sm-text-gray-450-op-1 {
    color: rgba(196, 196, 196, 0.1);
  }
  .sm-bg-gray-450-op-2 {
    background-color: rgba(196, 196, 196, 0.2);
  }
  .sm-border-color-gray-450-op-2 {
    border-color: rgba(196, 196, 196, 0.2);
  }
  .sm-border-top-gray-450-op-2 {
    border-top-color: rgba(196, 196, 196, 0.2);
  }
  .sm-border-right-gray-450-op-2 {
    border-right-color: rgba(196, 196, 196, 0.2);
  }
  .sm-border-bottom-gray-450-op-2 {
    border-bottom-color: rgba(196, 196, 196, 0.2);
  }
  .sm-border-left-gray-450-op-2 {
    border-left-color: rgba(196, 196, 196, 0.2);
  }
  .sm-fill-gray-450-op-2 {
    fill: rgba(196, 196, 196, 0.2);
  }
  .sm-stroke-gray-450-op-2 {
    stroke: rgba(196, 196, 196, 0.2);
  }
  .sm-text-gray-450-op-2 {
    color: rgba(196, 196, 196, 0.2);
  }
  .sm-bg-gray-450-op-3 {
    background-color: rgba(196, 196, 196, 0.3);
  }
  .sm-border-color-gray-450-op-3 {
    border-color: rgba(196, 196, 196, 0.3);
  }
  .sm-border-top-gray-450-op-3 {
    border-top-color: rgba(196, 196, 196, 0.3);
  }
  .sm-border-right-gray-450-op-3 {
    border-right-color: rgba(196, 196, 196, 0.3);
  }
  .sm-border-bottom-gray-450-op-3 {
    border-bottom-color: rgba(196, 196, 196, 0.3);
  }
  .sm-border-left-gray-450-op-3 {
    border-left-color: rgba(196, 196, 196, 0.3);
  }
  .sm-fill-gray-450-op-3 {
    fill: rgba(196, 196, 196, 0.3);
  }
  .sm-stroke-gray-450-op-3 {
    stroke: rgba(196, 196, 196, 0.3);
  }
  .sm-text-gray-450-op-3 {
    color: rgba(196, 196, 196, 0.3);
  }
  .sm-bg-gray-450-op-4 {
    background-color: rgba(196, 196, 196, 0.4);
  }
  .sm-border-color-gray-450-op-4 {
    border-color: rgba(196, 196, 196, 0.4);
  }
  .sm-border-top-gray-450-op-4 {
    border-top-color: rgba(196, 196, 196, 0.4);
  }
  .sm-border-right-gray-450-op-4 {
    border-right-color: rgba(196, 196, 196, 0.4);
  }
  .sm-border-bottom-gray-450-op-4 {
    border-bottom-color: rgba(196, 196, 196, 0.4);
  }
  .sm-border-left-gray-450-op-4 {
    border-left-color: rgba(196, 196, 196, 0.4);
  }
  .sm-fill-gray-450-op-4 {
    fill: rgba(196, 196, 196, 0.4);
  }
  .sm-stroke-gray-450-op-4 {
    stroke: rgba(196, 196, 196, 0.4);
  }
  .sm-text-gray-450-op-4 {
    color: rgba(196, 196, 196, 0.4);
  }
  .sm-bg-gray-450-op-5 {
    background-color: rgba(196, 196, 196, 0.5);
  }
  .sm-border-color-gray-450-op-5 {
    border-color: rgba(196, 196, 196, 0.5);
  }
  .sm-border-top-gray-450-op-5 {
    border-top-color: rgba(196, 196, 196, 0.5);
  }
  .sm-border-right-gray-450-op-5 {
    border-right-color: rgba(196, 196, 196, 0.5);
  }
  .sm-border-bottom-gray-450-op-5 {
    border-bottom-color: rgba(196, 196, 196, 0.5);
  }
  .sm-border-left-gray-450-op-5 {
    border-left-color: rgba(196, 196, 196, 0.5);
  }
  .sm-fill-gray-450-op-5 {
    fill: rgba(196, 196, 196, 0.5);
  }
  .sm-stroke-gray-450-op-5 {
    stroke: rgba(196, 196, 196, 0.5);
  }
  .sm-text-gray-450-op-5 {
    color: rgba(196, 196, 196, 0.5);
  }
  .sm-bg-gray-450-op-6 {
    background-color: rgba(196, 196, 196, 0.6);
  }
  .sm-border-color-gray-450-op-6 {
    border-color: rgba(196, 196, 196, 0.6);
  }
  .sm-border-top-gray-450-op-6 {
    border-top-color: rgba(196, 196, 196, 0.6);
  }
  .sm-border-right-gray-450-op-6 {
    border-right-color: rgba(196, 196, 196, 0.6);
  }
  .sm-border-bottom-gray-450-op-6 {
    border-bottom-color: rgba(196, 196, 196, 0.6);
  }
  .sm-border-left-gray-450-op-6 {
    border-left-color: rgba(196, 196, 196, 0.6);
  }
  .sm-fill-gray-450-op-6 {
    fill: rgba(196, 196, 196, 0.6);
  }
  .sm-stroke-gray-450-op-6 {
    stroke: rgba(196, 196, 196, 0.6);
  }
  .sm-text-gray-450-op-6 {
    color: rgba(196, 196, 196, 0.6);
  }
  .sm-bg-gray-450-op-7 {
    background-color: rgba(196, 196, 196, 0.7);
  }
  .sm-border-color-gray-450-op-7 {
    border-color: rgba(196, 196, 196, 0.7);
  }
  .sm-border-top-gray-450-op-7 {
    border-top-color: rgba(196, 196, 196, 0.7);
  }
  .sm-border-right-gray-450-op-7 {
    border-right-color: rgba(196, 196, 196, 0.7);
  }
  .sm-border-bottom-gray-450-op-7 {
    border-bottom-color: rgba(196, 196, 196, 0.7);
  }
  .sm-border-left-gray-450-op-7 {
    border-left-color: rgba(196, 196, 196, 0.7);
  }
  .sm-fill-gray-450-op-7 {
    fill: rgba(196, 196, 196, 0.7);
  }
  .sm-stroke-gray-450-op-7 {
    stroke: rgba(196, 196, 196, 0.7);
  }
  .sm-text-gray-450-op-7 {
    color: rgba(196, 196, 196, 0.7);
  }
  .sm-bg-gray-450-op-8 {
    background-color: rgba(196, 196, 196, 0.8);
  }
  .sm-border-color-gray-450-op-8 {
    border-color: rgba(196, 196, 196, 0.8);
  }
  .sm-border-top-gray-450-op-8 {
    border-top-color: rgba(196, 196, 196, 0.8);
  }
  .sm-border-right-gray-450-op-8 {
    border-right-color: rgba(196, 196, 196, 0.8);
  }
  .sm-border-bottom-gray-450-op-8 {
    border-bottom-color: rgba(196, 196, 196, 0.8);
  }
  .sm-border-left-gray-450-op-8 {
    border-left-color: rgba(196, 196, 196, 0.8);
  }
  .sm-fill-gray-450-op-8 {
    fill: rgba(196, 196, 196, 0.8);
  }
  .sm-stroke-gray-450-op-8 {
    stroke: rgba(196, 196, 196, 0.8);
  }
  .sm-text-gray-450-op-8 {
    color: rgba(196, 196, 196, 0.8);
  }
  .sm-bg-gray-450-op-9 {
    background-color: rgba(196, 196, 196, 0.9);
  }
  .sm-border-color-gray-450-op-9 {
    border-color: rgba(196, 196, 196, 0.9);
  }
  .sm-border-top-gray-450-op-9 {
    border-top-color: rgba(196, 196, 196, 0.9);
  }
  .sm-border-right-gray-450-op-9 {
    border-right-color: rgba(196, 196, 196, 0.9);
  }
  .sm-border-bottom-gray-450-op-9 {
    border-bottom-color: rgba(196, 196, 196, 0.9);
  }
  .sm-border-left-gray-450-op-9 {
    border-left-color: rgba(196, 196, 196, 0.9);
  }
  .sm-fill-gray-450-op-9 {
    fill: rgba(196, 196, 196, 0.9);
  }
  .sm-stroke-gray-450-op-9 {
    stroke: rgba(196, 196, 196, 0.9);
  }
  .sm-text-gray-450-op-9 {
    color: rgba(196, 196, 196, 0.9);
  }
  .sm-bg-gray-450-op-10 {
    background-color: #c4c4c4;
  }
  .sm-border-color-gray-450-op-10 {
    border-color: #c4c4c4;
  }
  .sm-border-top-gray-450-op-10 {
    border-top-color: #c4c4c4;
  }
  .sm-border-right-gray-450-op-10 {
    border-right-color: #c4c4c4;
  }
  .sm-border-bottom-gray-450-op-10 {
    border-bottom-color: #c4c4c4;
  }
  .sm-border-left-gray-450-op-10 {
    border-left-color: #c4c4c4;
  }
  .sm-fill-gray-450-op-10 {
    fill: #c4c4c4;
  }
  .sm-stroke-gray-450-op-10 {
    stroke: #c4c4c4;
  }
  .sm-text-gray-450-op-10 {
    color: #c4c4c4;
  }
  .sm-bg-gray-480 {
    background-color: #afb8be;
  }
  .sm-border-color-gray-480 {
    border-color: #afb8be;
  }
  .sm-border-top-gray-480 {
    border-top-color: #afb8be;
  }
  .sm-border-right-gray-480 {
    border-right-color: #afb8be;
  }
  .sm-border-bottom-gray-480 {
    border-bottom-color: #afb8be;
  }
  .sm-border-left-gray-480 {
    border-left-color: #afb8be;
  }
  .sm-fill-gray-480 {
    fill: #afb8be;
  }
  .sm-stroke-gray-480 {
    stroke: #afb8be;
  }
  .sm-text-gray-480 {
    color: #afb8be;
  }
  .sm-bg-gray-480-op-0 {
    background-color: rgba(175, 184, 190, 0);
  }
  .sm-border-color-gray-480-op-0 {
    border-color: rgba(175, 184, 190, 0);
  }
  .sm-border-top-gray-480-op-0 {
    border-top-color: rgba(175, 184, 190, 0);
  }
  .sm-border-right-gray-480-op-0 {
    border-right-color: rgba(175, 184, 190, 0);
  }
  .sm-border-bottom-gray-480-op-0 {
    border-bottom-color: rgba(175, 184, 190, 0);
  }
  .sm-border-left-gray-480-op-0 {
    border-left-color: rgba(175, 184, 190, 0);
  }
  .sm-fill-gray-480-op-0 {
    fill: rgba(175, 184, 190, 0);
  }
  .sm-stroke-gray-480-op-0 {
    stroke: rgba(175, 184, 190, 0);
  }
  .sm-text-gray-480-op-0 {
    color: rgba(175, 184, 190, 0);
  }
  .sm-bg-gray-480-op-1 {
    background-color: rgba(175, 184, 190, 0.1);
  }
  .sm-border-color-gray-480-op-1 {
    border-color: rgba(175, 184, 190, 0.1);
  }
  .sm-border-top-gray-480-op-1 {
    border-top-color: rgba(175, 184, 190, 0.1);
  }
  .sm-border-right-gray-480-op-1 {
    border-right-color: rgba(175, 184, 190, 0.1);
  }
  .sm-border-bottom-gray-480-op-1 {
    border-bottom-color: rgba(175, 184, 190, 0.1);
  }
  .sm-border-left-gray-480-op-1 {
    border-left-color: rgba(175, 184, 190, 0.1);
  }
  .sm-fill-gray-480-op-1 {
    fill: rgba(175, 184, 190, 0.1);
  }
  .sm-stroke-gray-480-op-1 {
    stroke: rgba(175, 184, 190, 0.1);
  }
  .sm-text-gray-480-op-1 {
    color: rgba(175, 184, 190, 0.1);
  }
  .sm-bg-gray-480-op-2 {
    background-color: rgba(175, 184, 190, 0.2);
  }
  .sm-border-color-gray-480-op-2 {
    border-color: rgba(175, 184, 190, 0.2);
  }
  .sm-border-top-gray-480-op-2 {
    border-top-color: rgba(175, 184, 190, 0.2);
  }
  .sm-border-right-gray-480-op-2 {
    border-right-color: rgba(175, 184, 190, 0.2);
  }
  .sm-border-bottom-gray-480-op-2 {
    border-bottom-color: rgba(175, 184, 190, 0.2);
  }
  .sm-border-left-gray-480-op-2 {
    border-left-color: rgba(175, 184, 190, 0.2);
  }
  .sm-fill-gray-480-op-2 {
    fill: rgba(175, 184, 190, 0.2);
  }
  .sm-stroke-gray-480-op-2 {
    stroke: rgba(175, 184, 190, 0.2);
  }
  .sm-text-gray-480-op-2 {
    color: rgba(175, 184, 190, 0.2);
  }
  .sm-bg-gray-480-op-3 {
    background-color: rgba(175, 184, 190, 0.3);
  }
  .sm-border-color-gray-480-op-3 {
    border-color: rgba(175, 184, 190, 0.3);
  }
  .sm-border-top-gray-480-op-3 {
    border-top-color: rgba(175, 184, 190, 0.3);
  }
  .sm-border-right-gray-480-op-3 {
    border-right-color: rgba(175, 184, 190, 0.3);
  }
  .sm-border-bottom-gray-480-op-3 {
    border-bottom-color: rgba(175, 184, 190, 0.3);
  }
  .sm-border-left-gray-480-op-3 {
    border-left-color: rgba(175, 184, 190, 0.3);
  }
  .sm-fill-gray-480-op-3 {
    fill: rgba(175, 184, 190, 0.3);
  }
  .sm-stroke-gray-480-op-3 {
    stroke: rgba(175, 184, 190, 0.3);
  }
  .sm-text-gray-480-op-3 {
    color: rgba(175, 184, 190, 0.3);
  }
  .sm-bg-gray-480-op-4 {
    background-color: rgba(175, 184, 190, 0.4);
  }
  .sm-border-color-gray-480-op-4 {
    border-color: rgba(175, 184, 190, 0.4);
  }
  .sm-border-top-gray-480-op-4 {
    border-top-color: rgba(175, 184, 190, 0.4);
  }
  .sm-border-right-gray-480-op-4 {
    border-right-color: rgba(175, 184, 190, 0.4);
  }
  .sm-border-bottom-gray-480-op-4 {
    border-bottom-color: rgba(175, 184, 190, 0.4);
  }
  .sm-border-left-gray-480-op-4 {
    border-left-color: rgba(175, 184, 190, 0.4);
  }
  .sm-fill-gray-480-op-4 {
    fill: rgba(175, 184, 190, 0.4);
  }
  .sm-stroke-gray-480-op-4 {
    stroke: rgba(175, 184, 190, 0.4);
  }
  .sm-text-gray-480-op-4 {
    color: rgba(175, 184, 190, 0.4);
  }
  .sm-bg-gray-480-op-5 {
    background-color: rgba(175, 184, 190, 0.5);
  }
  .sm-border-color-gray-480-op-5 {
    border-color: rgba(175, 184, 190, 0.5);
  }
  .sm-border-top-gray-480-op-5 {
    border-top-color: rgba(175, 184, 190, 0.5);
  }
  .sm-border-right-gray-480-op-5 {
    border-right-color: rgba(175, 184, 190, 0.5);
  }
  .sm-border-bottom-gray-480-op-5 {
    border-bottom-color: rgba(175, 184, 190, 0.5);
  }
  .sm-border-left-gray-480-op-5 {
    border-left-color: rgba(175, 184, 190, 0.5);
  }
  .sm-fill-gray-480-op-5 {
    fill: rgba(175, 184, 190, 0.5);
  }
  .sm-stroke-gray-480-op-5 {
    stroke: rgba(175, 184, 190, 0.5);
  }
  .sm-text-gray-480-op-5 {
    color: rgba(175, 184, 190, 0.5);
  }
  .sm-bg-gray-480-op-6 {
    background-color: rgba(175, 184, 190, 0.6);
  }
  .sm-border-color-gray-480-op-6 {
    border-color: rgba(175, 184, 190, 0.6);
  }
  .sm-border-top-gray-480-op-6 {
    border-top-color: rgba(175, 184, 190, 0.6);
  }
  .sm-border-right-gray-480-op-6 {
    border-right-color: rgba(175, 184, 190, 0.6);
  }
  .sm-border-bottom-gray-480-op-6 {
    border-bottom-color: rgba(175, 184, 190, 0.6);
  }
  .sm-border-left-gray-480-op-6 {
    border-left-color: rgba(175, 184, 190, 0.6);
  }
  .sm-fill-gray-480-op-6 {
    fill: rgba(175, 184, 190, 0.6);
  }
  .sm-stroke-gray-480-op-6 {
    stroke: rgba(175, 184, 190, 0.6);
  }
  .sm-text-gray-480-op-6 {
    color: rgba(175, 184, 190, 0.6);
  }
  .sm-bg-gray-480-op-7 {
    background-color: rgba(175, 184, 190, 0.7);
  }
  .sm-border-color-gray-480-op-7 {
    border-color: rgba(175, 184, 190, 0.7);
  }
  .sm-border-top-gray-480-op-7 {
    border-top-color: rgba(175, 184, 190, 0.7);
  }
  .sm-border-right-gray-480-op-7 {
    border-right-color: rgba(175, 184, 190, 0.7);
  }
  .sm-border-bottom-gray-480-op-7 {
    border-bottom-color: rgba(175, 184, 190, 0.7);
  }
  .sm-border-left-gray-480-op-7 {
    border-left-color: rgba(175, 184, 190, 0.7);
  }
  .sm-fill-gray-480-op-7 {
    fill: rgba(175, 184, 190, 0.7);
  }
  .sm-stroke-gray-480-op-7 {
    stroke: rgba(175, 184, 190, 0.7);
  }
  .sm-text-gray-480-op-7 {
    color: rgba(175, 184, 190, 0.7);
  }
  .sm-bg-gray-480-op-8 {
    background-color: rgba(175, 184, 190, 0.8);
  }
  .sm-border-color-gray-480-op-8 {
    border-color: rgba(175, 184, 190, 0.8);
  }
  .sm-border-top-gray-480-op-8 {
    border-top-color: rgba(175, 184, 190, 0.8);
  }
  .sm-border-right-gray-480-op-8 {
    border-right-color: rgba(175, 184, 190, 0.8);
  }
  .sm-border-bottom-gray-480-op-8 {
    border-bottom-color: rgba(175, 184, 190, 0.8);
  }
  .sm-border-left-gray-480-op-8 {
    border-left-color: rgba(175, 184, 190, 0.8);
  }
  .sm-fill-gray-480-op-8 {
    fill: rgba(175, 184, 190, 0.8);
  }
  .sm-stroke-gray-480-op-8 {
    stroke: rgba(175, 184, 190, 0.8);
  }
  .sm-text-gray-480-op-8 {
    color: rgba(175, 184, 190, 0.8);
  }
  .sm-bg-gray-480-op-9 {
    background-color: rgba(175, 184, 190, 0.9);
  }
  .sm-border-color-gray-480-op-9 {
    border-color: rgba(175, 184, 190, 0.9);
  }
  .sm-border-top-gray-480-op-9 {
    border-top-color: rgba(175, 184, 190, 0.9);
  }
  .sm-border-right-gray-480-op-9 {
    border-right-color: rgba(175, 184, 190, 0.9);
  }
  .sm-border-bottom-gray-480-op-9 {
    border-bottom-color: rgba(175, 184, 190, 0.9);
  }
  .sm-border-left-gray-480-op-9 {
    border-left-color: rgba(175, 184, 190, 0.9);
  }
  .sm-fill-gray-480-op-9 {
    fill: rgba(175, 184, 190, 0.9);
  }
  .sm-stroke-gray-480-op-9 {
    stroke: rgba(175, 184, 190, 0.9);
  }
  .sm-text-gray-480-op-9 {
    color: rgba(175, 184, 190, 0.9);
  }
  .sm-bg-gray-480-op-10 {
    background-color: #afb8be;
  }
  .sm-border-color-gray-480-op-10 {
    border-color: #afb8be;
  }
  .sm-border-top-gray-480-op-10 {
    border-top-color: #afb8be;
  }
  .sm-border-right-gray-480-op-10 {
    border-right-color: #afb8be;
  }
  .sm-border-bottom-gray-480-op-10 {
    border-bottom-color: #afb8be;
  }
  .sm-border-left-gray-480-op-10 {
    border-left-color: #afb8be;
  }
  .sm-fill-gray-480-op-10 {
    fill: #afb8be;
  }
  .sm-stroke-gray-480-op-10 {
    stroke: #afb8be;
  }
  .sm-text-gray-480-op-10 {
    color: #afb8be;
  }
  .sm-bg-gray-500 {
    background-color: #adb5bd;
  }
  .sm-border-color-gray-500 {
    border-color: #adb5bd;
  }
  .sm-border-top-gray-500 {
    border-top-color: #adb5bd;
  }
  .sm-border-right-gray-500 {
    border-right-color: #adb5bd;
  }
  .sm-border-bottom-gray-500 {
    border-bottom-color: #adb5bd;
  }
  .sm-border-left-gray-500 {
    border-left-color: #adb5bd;
  }
  .sm-fill-gray-500 {
    fill: #adb5bd;
  }
  .sm-stroke-gray-500 {
    stroke: #adb5bd;
  }
  .sm-text-gray-500 {
    color: #adb5bd;
  }
  .sm-bg-gray-500-op-0 {
    background-color: rgba(173, 181, 189, 0);
  }
  .sm-border-color-gray-500-op-0 {
    border-color: rgba(173, 181, 189, 0);
  }
  .sm-border-top-gray-500-op-0 {
    border-top-color: rgba(173, 181, 189, 0);
  }
  .sm-border-right-gray-500-op-0 {
    border-right-color: rgba(173, 181, 189, 0);
  }
  .sm-border-bottom-gray-500-op-0 {
    border-bottom-color: rgba(173, 181, 189, 0);
  }
  .sm-border-left-gray-500-op-0 {
    border-left-color: rgba(173, 181, 189, 0);
  }
  .sm-fill-gray-500-op-0 {
    fill: rgba(173, 181, 189, 0);
  }
  .sm-stroke-gray-500-op-0 {
    stroke: rgba(173, 181, 189, 0);
  }
  .sm-text-gray-500-op-0 {
    color: rgba(173, 181, 189, 0);
  }
  .sm-bg-gray-500-op-1 {
    background-color: rgba(173, 181, 189, 0.1);
  }
  .sm-border-color-gray-500-op-1 {
    border-color: rgba(173, 181, 189, 0.1);
  }
  .sm-border-top-gray-500-op-1 {
    border-top-color: rgba(173, 181, 189, 0.1);
  }
  .sm-border-right-gray-500-op-1 {
    border-right-color: rgba(173, 181, 189, 0.1);
  }
  .sm-border-bottom-gray-500-op-1 {
    border-bottom-color: rgba(173, 181, 189, 0.1);
  }
  .sm-border-left-gray-500-op-1 {
    border-left-color: rgba(173, 181, 189, 0.1);
  }
  .sm-fill-gray-500-op-1 {
    fill: rgba(173, 181, 189, 0.1);
  }
  .sm-stroke-gray-500-op-1 {
    stroke: rgba(173, 181, 189, 0.1);
  }
  .sm-text-gray-500-op-1 {
    color: rgba(173, 181, 189, 0.1);
  }
  .sm-bg-gray-500-op-2 {
    background-color: rgba(173, 181, 189, 0.2);
  }
  .sm-border-color-gray-500-op-2 {
    border-color: rgba(173, 181, 189, 0.2);
  }
  .sm-border-top-gray-500-op-2 {
    border-top-color: rgba(173, 181, 189, 0.2);
  }
  .sm-border-right-gray-500-op-2 {
    border-right-color: rgba(173, 181, 189, 0.2);
  }
  .sm-border-bottom-gray-500-op-2 {
    border-bottom-color: rgba(173, 181, 189, 0.2);
  }
  .sm-border-left-gray-500-op-2 {
    border-left-color: rgba(173, 181, 189, 0.2);
  }
  .sm-fill-gray-500-op-2 {
    fill: rgba(173, 181, 189, 0.2);
  }
  .sm-stroke-gray-500-op-2 {
    stroke: rgba(173, 181, 189, 0.2);
  }
  .sm-text-gray-500-op-2 {
    color: rgba(173, 181, 189, 0.2);
  }
  .sm-bg-gray-500-op-3 {
    background-color: rgba(173, 181, 189, 0.3);
  }
  .sm-border-color-gray-500-op-3 {
    border-color: rgba(173, 181, 189, 0.3);
  }
  .sm-border-top-gray-500-op-3 {
    border-top-color: rgba(173, 181, 189, 0.3);
  }
  .sm-border-right-gray-500-op-3 {
    border-right-color: rgba(173, 181, 189, 0.3);
  }
  .sm-border-bottom-gray-500-op-3 {
    border-bottom-color: rgba(173, 181, 189, 0.3);
  }
  .sm-border-left-gray-500-op-3 {
    border-left-color: rgba(173, 181, 189, 0.3);
  }
  .sm-fill-gray-500-op-3 {
    fill: rgba(173, 181, 189, 0.3);
  }
  .sm-stroke-gray-500-op-3 {
    stroke: rgba(173, 181, 189, 0.3);
  }
  .sm-text-gray-500-op-3 {
    color: rgba(173, 181, 189, 0.3);
  }
  .sm-bg-gray-500-op-4 {
    background-color: rgba(173, 181, 189, 0.4);
  }
  .sm-border-color-gray-500-op-4 {
    border-color: rgba(173, 181, 189, 0.4);
  }
  .sm-border-top-gray-500-op-4 {
    border-top-color: rgba(173, 181, 189, 0.4);
  }
  .sm-border-right-gray-500-op-4 {
    border-right-color: rgba(173, 181, 189, 0.4);
  }
  .sm-border-bottom-gray-500-op-4 {
    border-bottom-color: rgba(173, 181, 189, 0.4);
  }
  .sm-border-left-gray-500-op-4 {
    border-left-color: rgba(173, 181, 189, 0.4);
  }
  .sm-fill-gray-500-op-4 {
    fill: rgba(173, 181, 189, 0.4);
  }
  .sm-stroke-gray-500-op-4 {
    stroke: rgba(173, 181, 189, 0.4);
  }
  .sm-text-gray-500-op-4 {
    color: rgba(173, 181, 189, 0.4);
  }
  .sm-bg-gray-500-op-5 {
    background-color: rgba(173, 181, 189, 0.5);
  }
  .sm-border-color-gray-500-op-5 {
    border-color: rgba(173, 181, 189, 0.5);
  }
  .sm-border-top-gray-500-op-5 {
    border-top-color: rgba(173, 181, 189, 0.5);
  }
  .sm-border-right-gray-500-op-5 {
    border-right-color: rgba(173, 181, 189, 0.5);
  }
  .sm-border-bottom-gray-500-op-5 {
    border-bottom-color: rgba(173, 181, 189, 0.5);
  }
  .sm-border-left-gray-500-op-5 {
    border-left-color: rgba(173, 181, 189, 0.5);
  }
  .sm-fill-gray-500-op-5 {
    fill: rgba(173, 181, 189, 0.5);
  }
  .sm-stroke-gray-500-op-5 {
    stroke: rgba(173, 181, 189, 0.5);
  }
  .sm-text-gray-500-op-5 {
    color: rgba(173, 181, 189, 0.5);
  }
  .sm-bg-gray-500-op-6 {
    background-color: rgba(173, 181, 189, 0.6);
  }
  .sm-border-color-gray-500-op-6 {
    border-color: rgba(173, 181, 189, 0.6);
  }
  .sm-border-top-gray-500-op-6 {
    border-top-color: rgba(173, 181, 189, 0.6);
  }
  .sm-border-right-gray-500-op-6 {
    border-right-color: rgba(173, 181, 189, 0.6);
  }
  .sm-border-bottom-gray-500-op-6 {
    border-bottom-color: rgba(173, 181, 189, 0.6);
  }
  .sm-border-left-gray-500-op-6 {
    border-left-color: rgba(173, 181, 189, 0.6);
  }
  .sm-fill-gray-500-op-6 {
    fill: rgba(173, 181, 189, 0.6);
  }
  .sm-stroke-gray-500-op-6 {
    stroke: rgba(173, 181, 189, 0.6);
  }
  .sm-text-gray-500-op-6 {
    color: rgba(173, 181, 189, 0.6);
  }
  .sm-bg-gray-500-op-7 {
    background-color: rgba(173, 181, 189, 0.7);
  }
  .sm-border-color-gray-500-op-7 {
    border-color: rgba(173, 181, 189, 0.7);
  }
  .sm-border-top-gray-500-op-7 {
    border-top-color: rgba(173, 181, 189, 0.7);
  }
  .sm-border-right-gray-500-op-7 {
    border-right-color: rgba(173, 181, 189, 0.7);
  }
  .sm-border-bottom-gray-500-op-7 {
    border-bottom-color: rgba(173, 181, 189, 0.7);
  }
  .sm-border-left-gray-500-op-7 {
    border-left-color: rgba(173, 181, 189, 0.7);
  }
  .sm-fill-gray-500-op-7 {
    fill: rgba(173, 181, 189, 0.7);
  }
  .sm-stroke-gray-500-op-7 {
    stroke: rgba(173, 181, 189, 0.7);
  }
  .sm-text-gray-500-op-7 {
    color: rgba(173, 181, 189, 0.7);
  }
  .sm-bg-gray-500-op-8 {
    background-color: rgba(173, 181, 189, 0.8);
  }
  .sm-border-color-gray-500-op-8 {
    border-color: rgba(173, 181, 189, 0.8);
  }
  .sm-border-top-gray-500-op-8 {
    border-top-color: rgba(173, 181, 189, 0.8);
  }
  .sm-border-right-gray-500-op-8 {
    border-right-color: rgba(173, 181, 189, 0.8);
  }
  .sm-border-bottom-gray-500-op-8 {
    border-bottom-color: rgba(173, 181, 189, 0.8);
  }
  .sm-border-left-gray-500-op-8 {
    border-left-color: rgba(173, 181, 189, 0.8);
  }
  .sm-fill-gray-500-op-8 {
    fill: rgba(173, 181, 189, 0.8);
  }
  .sm-stroke-gray-500-op-8 {
    stroke: rgba(173, 181, 189, 0.8);
  }
  .sm-text-gray-500-op-8 {
    color: rgba(173, 181, 189, 0.8);
  }
  .sm-bg-gray-500-op-9 {
    background-color: rgba(173, 181, 189, 0.9);
  }
  .sm-border-color-gray-500-op-9 {
    border-color: rgba(173, 181, 189, 0.9);
  }
  .sm-border-top-gray-500-op-9 {
    border-top-color: rgba(173, 181, 189, 0.9);
  }
  .sm-border-right-gray-500-op-9 {
    border-right-color: rgba(173, 181, 189, 0.9);
  }
  .sm-border-bottom-gray-500-op-9 {
    border-bottom-color: rgba(173, 181, 189, 0.9);
  }
  .sm-border-left-gray-500-op-9 {
    border-left-color: rgba(173, 181, 189, 0.9);
  }
  .sm-fill-gray-500-op-9 {
    fill: rgba(173, 181, 189, 0.9);
  }
  .sm-stroke-gray-500-op-9 {
    stroke: rgba(173, 181, 189, 0.9);
  }
  .sm-text-gray-500-op-9 {
    color: rgba(173, 181, 189, 0.9);
  }
  .sm-bg-gray-500-op-10 {
    background-color: #adb5bd;
  }
  .sm-border-color-gray-500-op-10 {
    border-color: #adb5bd;
  }
  .sm-border-top-gray-500-op-10 {
    border-top-color: #adb5bd;
  }
  .sm-border-right-gray-500-op-10 {
    border-right-color: #adb5bd;
  }
  .sm-border-bottom-gray-500-op-10 {
    border-bottom-color: #adb5bd;
  }
  .sm-border-left-gray-500-op-10 {
    border-left-color: #adb5bd;
  }
  .sm-fill-gray-500-op-10 {
    fill: #adb5bd;
  }
  .sm-stroke-gray-500-op-10 {
    stroke: #adb5bd;
  }
  .sm-text-gray-500-op-10 {
    color: #adb5bd;
  }
  .sm-bg-gray-600 {
    background-color: #6d767e;
  }
  .sm-border-color-gray-600 {
    border-color: #6d767e;
  }
  .sm-border-top-gray-600 {
    border-top-color: #6d767e;
  }
  .sm-border-right-gray-600 {
    border-right-color: #6d767e;
  }
  .sm-border-bottom-gray-600 {
    border-bottom-color: #6d767e;
  }
  .sm-border-left-gray-600 {
    border-left-color: #6d767e;
  }
  .sm-fill-gray-600 {
    fill: #6d767e;
  }
  .sm-stroke-gray-600 {
    stroke: #6d767e;
  }
  .sm-text-gray-600 {
    color: #6d767e;
  }
  .sm-bg-gray-600-op-0 {
    background-color: rgba(109, 118, 126, 0);
  }
  .sm-border-color-gray-600-op-0 {
    border-color: rgba(109, 118, 126, 0);
  }
  .sm-border-top-gray-600-op-0 {
    border-top-color: rgba(109, 118, 126, 0);
  }
  .sm-border-right-gray-600-op-0 {
    border-right-color: rgba(109, 118, 126, 0);
  }
  .sm-border-bottom-gray-600-op-0 {
    border-bottom-color: rgba(109, 118, 126, 0);
  }
  .sm-border-left-gray-600-op-0 {
    border-left-color: rgba(109, 118, 126, 0);
  }
  .sm-fill-gray-600-op-0 {
    fill: rgba(109, 118, 126, 0);
  }
  .sm-stroke-gray-600-op-0 {
    stroke: rgba(109, 118, 126, 0);
  }
  .sm-text-gray-600-op-0 {
    color: rgba(109, 118, 126, 0);
  }
  .sm-bg-gray-600-op-1 {
    background-color: rgba(109, 118, 126, 0.1);
  }
  .sm-border-color-gray-600-op-1 {
    border-color: rgba(109, 118, 126, 0.1);
  }
  .sm-border-top-gray-600-op-1 {
    border-top-color: rgba(109, 118, 126, 0.1);
  }
  .sm-border-right-gray-600-op-1 {
    border-right-color: rgba(109, 118, 126, 0.1);
  }
  .sm-border-bottom-gray-600-op-1 {
    border-bottom-color: rgba(109, 118, 126, 0.1);
  }
  .sm-border-left-gray-600-op-1 {
    border-left-color: rgba(109, 118, 126, 0.1);
  }
  .sm-fill-gray-600-op-1 {
    fill: rgba(109, 118, 126, 0.1);
  }
  .sm-stroke-gray-600-op-1 {
    stroke: rgba(109, 118, 126, 0.1);
  }
  .sm-text-gray-600-op-1 {
    color: rgba(109, 118, 126, 0.1);
  }
  .sm-bg-gray-600-op-2 {
    background-color: rgba(109, 118, 126, 0.2);
  }
  .sm-border-color-gray-600-op-2 {
    border-color: rgba(109, 118, 126, 0.2);
  }
  .sm-border-top-gray-600-op-2 {
    border-top-color: rgba(109, 118, 126, 0.2);
  }
  .sm-border-right-gray-600-op-2 {
    border-right-color: rgba(109, 118, 126, 0.2);
  }
  .sm-border-bottom-gray-600-op-2 {
    border-bottom-color: rgba(109, 118, 126, 0.2);
  }
  .sm-border-left-gray-600-op-2 {
    border-left-color: rgba(109, 118, 126, 0.2);
  }
  .sm-fill-gray-600-op-2 {
    fill: rgba(109, 118, 126, 0.2);
  }
  .sm-stroke-gray-600-op-2 {
    stroke: rgba(109, 118, 126, 0.2);
  }
  .sm-text-gray-600-op-2 {
    color: rgba(109, 118, 126, 0.2);
  }
  .sm-bg-gray-600-op-3 {
    background-color: rgba(109, 118, 126, 0.3);
  }
  .sm-border-color-gray-600-op-3 {
    border-color: rgba(109, 118, 126, 0.3);
  }
  .sm-border-top-gray-600-op-3 {
    border-top-color: rgba(109, 118, 126, 0.3);
  }
  .sm-border-right-gray-600-op-3 {
    border-right-color: rgba(109, 118, 126, 0.3);
  }
  .sm-border-bottom-gray-600-op-3 {
    border-bottom-color: rgba(109, 118, 126, 0.3);
  }
  .sm-border-left-gray-600-op-3 {
    border-left-color: rgba(109, 118, 126, 0.3);
  }
  .sm-fill-gray-600-op-3 {
    fill: rgba(109, 118, 126, 0.3);
  }
  .sm-stroke-gray-600-op-3 {
    stroke: rgba(109, 118, 126, 0.3);
  }
  .sm-text-gray-600-op-3 {
    color: rgba(109, 118, 126, 0.3);
  }
  .sm-bg-gray-600-op-4 {
    background-color: rgba(109, 118, 126, 0.4);
  }
  .sm-border-color-gray-600-op-4 {
    border-color: rgba(109, 118, 126, 0.4);
  }
  .sm-border-top-gray-600-op-4 {
    border-top-color: rgba(109, 118, 126, 0.4);
  }
  .sm-border-right-gray-600-op-4 {
    border-right-color: rgba(109, 118, 126, 0.4);
  }
  .sm-border-bottom-gray-600-op-4 {
    border-bottom-color: rgba(109, 118, 126, 0.4);
  }
  .sm-border-left-gray-600-op-4 {
    border-left-color: rgba(109, 118, 126, 0.4);
  }
  .sm-fill-gray-600-op-4 {
    fill: rgba(109, 118, 126, 0.4);
  }
  .sm-stroke-gray-600-op-4 {
    stroke: rgba(109, 118, 126, 0.4);
  }
  .sm-text-gray-600-op-4 {
    color: rgba(109, 118, 126, 0.4);
  }
  .sm-bg-gray-600-op-5 {
    background-color: rgba(109, 118, 126, 0.5);
  }
  .sm-border-color-gray-600-op-5 {
    border-color: rgba(109, 118, 126, 0.5);
  }
  .sm-border-top-gray-600-op-5 {
    border-top-color: rgba(109, 118, 126, 0.5);
  }
  .sm-border-right-gray-600-op-5 {
    border-right-color: rgba(109, 118, 126, 0.5);
  }
  .sm-border-bottom-gray-600-op-5 {
    border-bottom-color: rgba(109, 118, 126, 0.5);
  }
  .sm-border-left-gray-600-op-5 {
    border-left-color: rgba(109, 118, 126, 0.5);
  }
  .sm-fill-gray-600-op-5 {
    fill: rgba(109, 118, 126, 0.5);
  }
  .sm-stroke-gray-600-op-5 {
    stroke: rgba(109, 118, 126, 0.5);
  }
  .sm-text-gray-600-op-5 {
    color: rgba(109, 118, 126, 0.5);
  }
  .sm-bg-gray-600-op-6 {
    background-color: rgba(109, 118, 126, 0.6);
  }
  .sm-border-color-gray-600-op-6 {
    border-color: rgba(109, 118, 126, 0.6);
  }
  .sm-border-top-gray-600-op-6 {
    border-top-color: rgba(109, 118, 126, 0.6);
  }
  .sm-border-right-gray-600-op-6 {
    border-right-color: rgba(109, 118, 126, 0.6);
  }
  .sm-border-bottom-gray-600-op-6 {
    border-bottom-color: rgba(109, 118, 126, 0.6);
  }
  .sm-border-left-gray-600-op-6 {
    border-left-color: rgba(109, 118, 126, 0.6);
  }
  .sm-fill-gray-600-op-6 {
    fill: rgba(109, 118, 126, 0.6);
  }
  .sm-stroke-gray-600-op-6 {
    stroke: rgba(109, 118, 126, 0.6);
  }
  .sm-text-gray-600-op-6 {
    color: rgba(109, 118, 126, 0.6);
  }
  .sm-bg-gray-600-op-7 {
    background-color: rgba(109, 118, 126, 0.7);
  }
  .sm-border-color-gray-600-op-7 {
    border-color: rgba(109, 118, 126, 0.7);
  }
  .sm-border-top-gray-600-op-7 {
    border-top-color: rgba(109, 118, 126, 0.7);
  }
  .sm-border-right-gray-600-op-7 {
    border-right-color: rgba(109, 118, 126, 0.7);
  }
  .sm-border-bottom-gray-600-op-7 {
    border-bottom-color: rgba(109, 118, 126, 0.7);
  }
  .sm-border-left-gray-600-op-7 {
    border-left-color: rgba(109, 118, 126, 0.7);
  }
  .sm-fill-gray-600-op-7 {
    fill: rgba(109, 118, 126, 0.7);
  }
  .sm-stroke-gray-600-op-7 {
    stroke: rgba(109, 118, 126, 0.7);
  }
  .sm-text-gray-600-op-7 {
    color: rgba(109, 118, 126, 0.7);
  }
  .sm-bg-gray-600-op-8 {
    background-color: rgba(109, 118, 126, 0.8);
  }
  .sm-border-color-gray-600-op-8 {
    border-color: rgba(109, 118, 126, 0.8);
  }
  .sm-border-top-gray-600-op-8 {
    border-top-color: rgba(109, 118, 126, 0.8);
  }
  .sm-border-right-gray-600-op-8 {
    border-right-color: rgba(109, 118, 126, 0.8);
  }
  .sm-border-bottom-gray-600-op-8 {
    border-bottom-color: rgba(109, 118, 126, 0.8);
  }
  .sm-border-left-gray-600-op-8 {
    border-left-color: rgba(109, 118, 126, 0.8);
  }
  .sm-fill-gray-600-op-8 {
    fill: rgba(109, 118, 126, 0.8);
  }
  .sm-stroke-gray-600-op-8 {
    stroke: rgba(109, 118, 126, 0.8);
  }
  .sm-text-gray-600-op-8 {
    color: rgba(109, 118, 126, 0.8);
  }
  .sm-bg-gray-600-op-9 {
    background-color: rgba(109, 118, 126, 0.9);
  }
  .sm-border-color-gray-600-op-9 {
    border-color: rgba(109, 118, 126, 0.9);
  }
  .sm-border-top-gray-600-op-9 {
    border-top-color: rgba(109, 118, 126, 0.9);
  }
  .sm-border-right-gray-600-op-9 {
    border-right-color: rgba(109, 118, 126, 0.9);
  }
  .sm-border-bottom-gray-600-op-9 {
    border-bottom-color: rgba(109, 118, 126, 0.9);
  }
  .sm-border-left-gray-600-op-9 {
    border-left-color: rgba(109, 118, 126, 0.9);
  }
  .sm-fill-gray-600-op-9 {
    fill: rgba(109, 118, 126, 0.9);
  }
  .sm-stroke-gray-600-op-9 {
    stroke: rgba(109, 118, 126, 0.9);
  }
  .sm-text-gray-600-op-9 {
    color: rgba(109, 118, 126, 0.9);
  }
  .sm-bg-gray-600-op-10 {
    background-color: #6d767e;
  }
  .sm-border-color-gray-600-op-10 {
    border-color: #6d767e;
  }
  .sm-border-top-gray-600-op-10 {
    border-top-color: #6d767e;
  }
  .sm-border-right-gray-600-op-10 {
    border-right-color: #6d767e;
  }
  .sm-border-bottom-gray-600-op-10 {
    border-bottom-color: #6d767e;
  }
  .sm-border-left-gray-600-op-10 {
    border-left-color: #6d767e;
  }
  .sm-fill-gray-600-op-10 {
    fill: #6d767e;
  }
  .sm-stroke-gray-600-op-10 {
    stroke: #6d767e;
  }
  .sm-text-gray-600-op-10 {
    color: #6d767e;
  }
  .sm-bg-gray-700 {
    background-color: #484f56;
  }
  .sm-border-color-gray-700 {
    border-color: #484f56;
  }
  .sm-border-top-gray-700 {
    border-top-color: #484f56;
  }
  .sm-border-right-gray-700 {
    border-right-color: #484f56;
  }
  .sm-border-bottom-gray-700 {
    border-bottom-color: #484f56;
  }
  .sm-border-left-gray-700 {
    border-left-color: #484f56;
  }
  .sm-fill-gray-700 {
    fill: #484f56;
  }
  .sm-stroke-gray-700 {
    stroke: #484f56;
  }
  .sm-text-gray-700 {
    color: #484f56;
  }
  .sm-bg-gray-700-op-0 {
    background-color: rgba(72, 79, 86, 0);
  }
  .sm-border-color-gray-700-op-0 {
    border-color: rgba(72, 79, 86, 0);
  }
  .sm-border-top-gray-700-op-0 {
    border-top-color: rgba(72, 79, 86, 0);
  }
  .sm-border-right-gray-700-op-0 {
    border-right-color: rgba(72, 79, 86, 0);
  }
  .sm-border-bottom-gray-700-op-0 {
    border-bottom-color: rgba(72, 79, 86, 0);
  }
  .sm-border-left-gray-700-op-0 {
    border-left-color: rgba(72, 79, 86, 0);
  }
  .sm-fill-gray-700-op-0 {
    fill: rgba(72, 79, 86, 0);
  }
  .sm-stroke-gray-700-op-0 {
    stroke: rgba(72, 79, 86, 0);
  }
  .sm-text-gray-700-op-0 {
    color: rgba(72, 79, 86, 0);
  }
  .sm-bg-gray-700-op-1 {
    background-color: rgba(72, 79, 86, 0.1);
  }
  .sm-border-color-gray-700-op-1 {
    border-color: rgba(72, 79, 86, 0.1);
  }
  .sm-border-top-gray-700-op-1 {
    border-top-color: rgba(72, 79, 86, 0.1);
  }
  .sm-border-right-gray-700-op-1 {
    border-right-color: rgba(72, 79, 86, 0.1);
  }
  .sm-border-bottom-gray-700-op-1 {
    border-bottom-color: rgba(72, 79, 86, 0.1);
  }
  .sm-border-left-gray-700-op-1 {
    border-left-color: rgba(72, 79, 86, 0.1);
  }
  .sm-fill-gray-700-op-1 {
    fill: rgba(72, 79, 86, 0.1);
  }
  .sm-stroke-gray-700-op-1 {
    stroke: rgba(72, 79, 86, 0.1);
  }
  .sm-text-gray-700-op-1 {
    color: rgba(72, 79, 86, 0.1);
  }
  .sm-bg-gray-700-op-2 {
    background-color: rgba(72, 79, 86, 0.2);
  }
  .sm-border-color-gray-700-op-2 {
    border-color: rgba(72, 79, 86, 0.2);
  }
  .sm-border-top-gray-700-op-2 {
    border-top-color: rgba(72, 79, 86, 0.2);
  }
  .sm-border-right-gray-700-op-2 {
    border-right-color: rgba(72, 79, 86, 0.2);
  }
  .sm-border-bottom-gray-700-op-2 {
    border-bottom-color: rgba(72, 79, 86, 0.2);
  }
  .sm-border-left-gray-700-op-2 {
    border-left-color: rgba(72, 79, 86, 0.2);
  }
  .sm-fill-gray-700-op-2 {
    fill: rgba(72, 79, 86, 0.2);
  }
  .sm-stroke-gray-700-op-2 {
    stroke: rgba(72, 79, 86, 0.2);
  }
  .sm-text-gray-700-op-2 {
    color: rgba(72, 79, 86, 0.2);
  }
  .sm-bg-gray-700-op-3 {
    background-color: rgba(72, 79, 86, 0.3);
  }
  .sm-border-color-gray-700-op-3 {
    border-color: rgba(72, 79, 86, 0.3);
  }
  .sm-border-top-gray-700-op-3 {
    border-top-color: rgba(72, 79, 86, 0.3);
  }
  .sm-border-right-gray-700-op-3 {
    border-right-color: rgba(72, 79, 86, 0.3);
  }
  .sm-border-bottom-gray-700-op-3 {
    border-bottom-color: rgba(72, 79, 86, 0.3);
  }
  .sm-border-left-gray-700-op-3 {
    border-left-color: rgba(72, 79, 86, 0.3);
  }
  .sm-fill-gray-700-op-3 {
    fill: rgba(72, 79, 86, 0.3);
  }
  .sm-stroke-gray-700-op-3 {
    stroke: rgba(72, 79, 86, 0.3);
  }
  .sm-text-gray-700-op-3 {
    color: rgba(72, 79, 86, 0.3);
  }
  .sm-bg-gray-700-op-4 {
    background-color: rgba(72, 79, 86, 0.4);
  }
  .sm-border-color-gray-700-op-4 {
    border-color: rgba(72, 79, 86, 0.4);
  }
  .sm-border-top-gray-700-op-4 {
    border-top-color: rgba(72, 79, 86, 0.4);
  }
  .sm-border-right-gray-700-op-4 {
    border-right-color: rgba(72, 79, 86, 0.4);
  }
  .sm-border-bottom-gray-700-op-4 {
    border-bottom-color: rgba(72, 79, 86, 0.4);
  }
  .sm-border-left-gray-700-op-4 {
    border-left-color: rgba(72, 79, 86, 0.4);
  }
  .sm-fill-gray-700-op-4 {
    fill: rgba(72, 79, 86, 0.4);
  }
  .sm-stroke-gray-700-op-4 {
    stroke: rgba(72, 79, 86, 0.4);
  }
  .sm-text-gray-700-op-4 {
    color: rgba(72, 79, 86, 0.4);
  }
  .sm-bg-gray-700-op-5 {
    background-color: rgba(72, 79, 86, 0.5);
  }
  .sm-border-color-gray-700-op-5 {
    border-color: rgba(72, 79, 86, 0.5);
  }
  .sm-border-top-gray-700-op-5 {
    border-top-color: rgba(72, 79, 86, 0.5);
  }
  .sm-border-right-gray-700-op-5 {
    border-right-color: rgba(72, 79, 86, 0.5);
  }
  .sm-border-bottom-gray-700-op-5 {
    border-bottom-color: rgba(72, 79, 86, 0.5);
  }
  .sm-border-left-gray-700-op-5 {
    border-left-color: rgba(72, 79, 86, 0.5);
  }
  .sm-fill-gray-700-op-5 {
    fill: rgba(72, 79, 86, 0.5);
  }
  .sm-stroke-gray-700-op-5 {
    stroke: rgba(72, 79, 86, 0.5);
  }
  .sm-text-gray-700-op-5 {
    color: rgba(72, 79, 86, 0.5);
  }
  .sm-bg-gray-700-op-6 {
    background-color: rgba(72, 79, 86, 0.6);
  }
  .sm-border-color-gray-700-op-6 {
    border-color: rgba(72, 79, 86, 0.6);
  }
  .sm-border-top-gray-700-op-6 {
    border-top-color: rgba(72, 79, 86, 0.6);
  }
  .sm-border-right-gray-700-op-6 {
    border-right-color: rgba(72, 79, 86, 0.6);
  }
  .sm-border-bottom-gray-700-op-6 {
    border-bottom-color: rgba(72, 79, 86, 0.6);
  }
  .sm-border-left-gray-700-op-6 {
    border-left-color: rgba(72, 79, 86, 0.6);
  }
  .sm-fill-gray-700-op-6 {
    fill: rgba(72, 79, 86, 0.6);
  }
  .sm-stroke-gray-700-op-6 {
    stroke: rgba(72, 79, 86, 0.6);
  }
  .sm-text-gray-700-op-6 {
    color: rgba(72, 79, 86, 0.6);
  }
  .sm-bg-gray-700-op-7 {
    background-color: rgba(72, 79, 86, 0.7);
  }
  .sm-border-color-gray-700-op-7 {
    border-color: rgba(72, 79, 86, 0.7);
  }
  .sm-border-top-gray-700-op-7 {
    border-top-color: rgba(72, 79, 86, 0.7);
  }
  .sm-border-right-gray-700-op-7 {
    border-right-color: rgba(72, 79, 86, 0.7);
  }
  .sm-border-bottom-gray-700-op-7 {
    border-bottom-color: rgba(72, 79, 86, 0.7);
  }
  .sm-border-left-gray-700-op-7 {
    border-left-color: rgba(72, 79, 86, 0.7);
  }
  .sm-fill-gray-700-op-7 {
    fill: rgba(72, 79, 86, 0.7);
  }
  .sm-stroke-gray-700-op-7 {
    stroke: rgba(72, 79, 86, 0.7);
  }
  .sm-text-gray-700-op-7 {
    color: rgba(72, 79, 86, 0.7);
  }
  .sm-bg-gray-700-op-8 {
    background-color: rgba(72, 79, 86, 0.8);
  }
  .sm-border-color-gray-700-op-8 {
    border-color: rgba(72, 79, 86, 0.8);
  }
  .sm-border-top-gray-700-op-8 {
    border-top-color: rgba(72, 79, 86, 0.8);
  }
  .sm-border-right-gray-700-op-8 {
    border-right-color: rgba(72, 79, 86, 0.8);
  }
  .sm-border-bottom-gray-700-op-8 {
    border-bottom-color: rgba(72, 79, 86, 0.8);
  }
  .sm-border-left-gray-700-op-8 {
    border-left-color: rgba(72, 79, 86, 0.8);
  }
  .sm-fill-gray-700-op-8 {
    fill: rgba(72, 79, 86, 0.8);
  }
  .sm-stroke-gray-700-op-8 {
    stroke: rgba(72, 79, 86, 0.8);
  }
  .sm-text-gray-700-op-8 {
    color: rgba(72, 79, 86, 0.8);
  }
  .sm-bg-gray-700-op-9 {
    background-color: rgba(72, 79, 86, 0.9);
  }
  .sm-border-color-gray-700-op-9 {
    border-color: rgba(72, 79, 86, 0.9);
  }
  .sm-border-top-gray-700-op-9 {
    border-top-color: rgba(72, 79, 86, 0.9);
  }
  .sm-border-right-gray-700-op-9 {
    border-right-color: rgba(72, 79, 86, 0.9);
  }
  .sm-border-bottom-gray-700-op-9 {
    border-bottom-color: rgba(72, 79, 86, 0.9);
  }
  .sm-border-left-gray-700-op-9 {
    border-left-color: rgba(72, 79, 86, 0.9);
  }
  .sm-fill-gray-700-op-9 {
    fill: rgba(72, 79, 86, 0.9);
  }
  .sm-stroke-gray-700-op-9 {
    stroke: rgba(72, 79, 86, 0.9);
  }
  .sm-text-gray-700-op-9 {
    color: rgba(72, 79, 86, 0.9);
  }
  .sm-bg-gray-700-op-10 {
    background-color: #484f56;
  }
  .sm-border-color-gray-700-op-10 {
    border-color: #484f56;
  }
  .sm-border-top-gray-700-op-10 {
    border-top-color: #484f56;
  }
  .sm-border-right-gray-700-op-10 {
    border-right-color: #484f56;
  }
  .sm-border-bottom-gray-700-op-10 {
    border-bottom-color: #484f56;
  }
  .sm-border-left-gray-700-op-10 {
    border-left-color: #484f56;
  }
  .sm-fill-gray-700-op-10 {
    fill: #484f56;
  }
  .sm-stroke-gray-700-op-10 {
    stroke: #484f56;
  }
  .sm-text-gray-700-op-10 {
    color: #484f56;
  }
  .sm-bg-gray-800 {
    background-color: #353b41;
  }
  .sm-border-color-gray-800 {
    border-color: #353b41;
  }
  .sm-border-top-gray-800 {
    border-top-color: #353b41;
  }
  .sm-border-right-gray-800 {
    border-right-color: #353b41;
  }
  .sm-border-bottom-gray-800 {
    border-bottom-color: #353b41;
  }
  .sm-border-left-gray-800 {
    border-left-color: #353b41;
  }
  .sm-fill-gray-800 {
    fill: #353b41;
  }
  .sm-stroke-gray-800 {
    stroke: #353b41;
  }
  .sm-text-gray-800 {
    color: #353b41;
  }
  .sm-bg-gray-800-op-0 {
    background-color: rgba(53, 59, 65, 0);
  }
  .sm-border-color-gray-800-op-0 {
    border-color: rgba(53, 59, 65, 0);
  }
  .sm-border-top-gray-800-op-0 {
    border-top-color: rgba(53, 59, 65, 0);
  }
  .sm-border-right-gray-800-op-0 {
    border-right-color: rgba(53, 59, 65, 0);
  }
  .sm-border-bottom-gray-800-op-0 {
    border-bottom-color: rgba(53, 59, 65, 0);
  }
  .sm-border-left-gray-800-op-0 {
    border-left-color: rgba(53, 59, 65, 0);
  }
  .sm-fill-gray-800-op-0 {
    fill: rgba(53, 59, 65, 0);
  }
  .sm-stroke-gray-800-op-0 {
    stroke: rgba(53, 59, 65, 0);
  }
  .sm-text-gray-800-op-0 {
    color: rgba(53, 59, 65, 0);
  }
  .sm-bg-gray-800-op-1 {
    background-color: rgba(53, 59, 65, 0.1);
  }
  .sm-border-color-gray-800-op-1 {
    border-color: rgba(53, 59, 65, 0.1);
  }
  .sm-border-top-gray-800-op-1 {
    border-top-color: rgba(53, 59, 65, 0.1);
  }
  .sm-border-right-gray-800-op-1 {
    border-right-color: rgba(53, 59, 65, 0.1);
  }
  .sm-border-bottom-gray-800-op-1 {
    border-bottom-color: rgba(53, 59, 65, 0.1);
  }
  .sm-border-left-gray-800-op-1 {
    border-left-color: rgba(53, 59, 65, 0.1);
  }
  .sm-fill-gray-800-op-1 {
    fill: rgba(53, 59, 65, 0.1);
  }
  .sm-stroke-gray-800-op-1 {
    stroke: rgba(53, 59, 65, 0.1);
  }
  .sm-text-gray-800-op-1 {
    color: rgba(53, 59, 65, 0.1);
  }
  .sm-bg-gray-800-op-2 {
    background-color: rgba(53, 59, 65, 0.2);
  }
  .sm-border-color-gray-800-op-2 {
    border-color: rgba(53, 59, 65, 0.2);
  }
  .sm-border-top-gray-800-op-2 {
    border-top-color: rgba(53, 59, 65, 0.2);
  }
  .sm-border-right-gray-800-op-2 {
    border-right-color: rgba(53, 59, 65, 0.2);
  }
  .sm-border-bottom-gray-800-op-2 {
    border-bottom-color: rgba(53, 59, 65, 0.2);
  }
  .sm-border-left-gray-800-op-2 {
    border-left-color: rgba(53, 59, 65, 0.2);
  }
  .sm-fill-gray-800-op-2 {
    fill: rgba(53, 59, 65, 0.2);
  }
  .sm-stroke-gray-800-op-2 {
    stroke: rgba(53, 59, 65, 0.2);
  }
  .sm-text-gray-800-op-2 {
    color: rgba(53, 59, 65, 0.2);
  }
  .sm-bg-gray-800-op-3 {
    background-color: rgba(53, 59, 65, 0.3);
  }
  .sm-border-color-gray-800-op-3 {
    border-color: rgba(53, 59, 65, 0.3);
  }
  .sm-border-top-gray-800-op-3 {
    border-top-color: rgba(53, 59, 65, 0.3);
  }
  .sm-border-right-gray-800-op-3 {
    border-right-color: rgba(53, 59, 65, 0.3);
  }
  .sm-border-bottom-gray-800-op-3 {
    border-bottom-color: rgba(53, 59, 65, 0.3);
  }
  .sm-border-left-gray-800-op-3 {
    border-left-color: rgba(53, 59, 65, 0.3);
  }
  .sm-fill-gray-800-op-3 {
    fill: rgba(53, 59, 65, 0.3);
  }
  .sm-stroke-gray-800-op-3 {
    stroke: rgba(53, 59, 65, 0.3);
  }
  .sm-text-gray-800-op-3 {
    color: rgba(53, 59, 65, 0.3);
  }
  .sm-bg-gray-800-op-4 {
    background-color: rgba(53, 59, 65, 0.4);
  }
  .sm-border-color-gray-800-op-4 {
    border-color: rgba(53, 59, 65, 0.4);
  }
  .sm-border-top-gray-800-op-4 {
    border-top-color: rgba(53, 59, 65, 0.4);
  }
  .sm-border-right-gray-800-op-4 {
    border-right-color: rgba(53, 59, 65, 0.4);
  }
  .sm-border-bottom-gray-800-op-4 {
    border-bottom-color: rgba(53, 59, 65, 0.4);
  }
  .sm-border-left-gray-800-op-4 {
    border-left-color: rgba(53, 59, 65, 0.4);
  }
  .sm-fill-gray-800-op-4 {
    fill: rgba(53, 59, 65, 0.4);
  }
  .sm-stroke-gray-800-op-4 {
    stroke: rgba(53, 59, 65, 0.4);
  }
  .sm-text-gray-800-op-4 {
    color: rgba(53, 59, 65, 0.4);
  }
  .sm-bg-gray-800-op-5 {
    background-color: rgba(53, 59, 65, 0.5);
  }
  .sm-border-color-gray-800-op-5 {
    border-color: rgba(53, 59, 65, 0.5);
  }
  .sm-border-top-gray-800-op-5 {
    border-top-color: rgba(53, 59, 65, 0.5);
  }
  .sm-border-right-gray-800-op-5 {
    border-right-color: rgba(53, 59, 65, 0.5);
  }
  .sm-border-bottom-gray-800-op-5 {
    border-bottom-color: rgba(53, 59, 65, 0.5);
  }
  .sm-border-left-gray-800-op-5 {
    border-left-color: rgba(53, 59, 65, 0.5);
  }
  .sm-fill-gray-800-op-5 {
    fill: rgba(53, 59, 65, 0.5);
  }
  .sm-stroke-gray-800-op-5 {
    stroke: rgba(53, 59, 65, 0.5);
  }
  .sm-text-gray-800-op-5 {
    color: rgba(53, 59, 65, 0.5);
  }
  .sm-bg-gray-800-op-6 {
    background-color: rgba(53, 59, 65, 0.6);
  }
  .sm-border-color-gray-800-op-6 {
    border-color: rgba(53, 59, 65, 0.6);
  }
  .sm-border-top-gray-800-op-6 {
    border-top-color: rgba(53, 59, 65, 0.6);
  }
  .sm-border-right-gray-800-op-6 {
    border-right-color: rgba(53, 59, 65, 0.6);
  }
  .sm-border-bottom-gray-800-op-6 {
    border-bottom-color: rgba(53, 59, 65, 0.6);
  }
  .sm-border-left-gray-800-op-6 {
    border-left-color: rgba(53, 59, 65, 0.6);
  }
  .sm-fill-gray-800-op-6 {
    fill: rgba(53, 59, 65, 0.6);
  }
  .sm-stroke-gray-800-op-6 {
    stroke: rgba(53, 59, 65, 0.6);
  }
  .sm-text-gray-800-op-6 {
    color: rgba(53, 59, 65, 0.6);
  }
  .sm-bg-gray-800-op-7 {
    background-color: rgba(53, 59, 65, 0.7);
  }
  .sm-border-color-gray-800-op-7 {
    border-color: rgba(53, 59, 65, 0.7);
  }
  .sm-border-top-gray-800-op-7 {
    border-top-color: rgba(53, 59, 65, 0.7);
  }
  .sm-border-right-gray-800-op-7 {
    border-right-color: rgba(53, 59, 65, 0.7);
  }
  .sm-border-bottom-gray-800-op-7 {
    border-bottom-color: rgba(53, 59, 65, 0.7);
  }
  .sm-border-left-gray-800-op-7 {
    border-left-color: rgba(53, 59, 65, 0.7);
  }
  .sm-fill-gray-800-op-7 {
    fill: rgba(53, 59, 65, 0.7);
  }
  .sm-stroke-gray-800-op-7 {
    stroke: rgba(53, 59, 65, 0.7);
  }
  .sm-text-gray-800-op-7 {
    color: rgba(53, 59, 65, 0.7);
  }
  .sm-bg-gray-800-op-8 {
    background-color: rgba(53, 59, 65, 0.8);
  }
  .sm-border-color-gray-800-op-8 {
    border-color: rgba(53, 59, 65, 0.8);
  }
  .sm-border-top-gray-800-op-8 {
    border-top-color: rgba(53, 59, 65, 0.8);
  }
  .sm-border-right-gray-800-op-8 {
    border-right-color: rgba(53, 59, 65, 0.8);
  }
  .sm-border-bottom-gray-800-op-8 {
    border-bottom-color: rgba(53, 59, 65, 0.8);
  }
  .sm-border-left-gray-800-op-8 {
    border-left-color: rgba(53, 59, 65, 0.8);
  }
  .sm-fill-gray-800-op-8 {
    fill: rgba(53, 59, 65, 0.8);
  }
  .sm-stroke-gray-800-op-8 {
    stroke: rgba(53, 59, 65, 0.8);
  }
  .sm-text-gray-800-op-8 {
    color: rgba(53, 59, 65, 0.8);
  }
  .sm-bg-gray-800-op-9 {
    background-color: rgba(53, 59, 65, 0.9);
  }
  .sm-border-color-gray-800-op-9 {
    border-color: rgba(53, 59, 65, 0.9);
  }
  .sm-border-top-gray-800-op-9 {
    border-top-color: rgba(53, 59, 65, 0.9);
  }
  .sm-border-right-gray-800-op-9 {
    border-right-color: rgba(53, 59, 65, 0.9);
  }
  .sm-border-bottom-gray-800-op-9 {
    border-bottom-color: rgba(53, 59, 65, 0.9);
  }
  .sm-border-left-gray-800-op-9 {
    border-left-color: rgba(53, 59, 65, 0.9);
  }
  .sm-fill-gray-800-op-9 {
    fill: rgba(53, 59, 65, 0.9);
  }
  .sm-stroke-gray-800-op-9 {
    stroke: rgba(53, 59, 65, 0.9);
  }
  .sm-text-gray-800-op-9 {
    color: rgba(53, 59, 65, 0.9);
  }
  .sm-bg-gray-800-op-10 {
    background-color: #353b41;
  }
  .sm-border-color-gray-800-op-10 {
    border-color: #353b41;
  }
  .sm-border-top-gray-800-op-10 {
    border-top-color: #353b41;
  }
  .sm-border-right-gray-800-op-10 {
    border-right-color: #353b41;
  }
  .sm-border-bottom-gray-800-op-10 {
    border-bottom-color: #353b41;
  }
  .sm-border-left-gray-800-op-10 {
    border-left-color: #353b41;
  }
  .sm-fill-gray-800-op-10 {
    fill: #353b41;
  }
  .sm-stroke-gray-800-op-10 {
    stroke: #353b41;
  }
  .sm-text-gray-800-op-10 {
    color: #353b41;
  }
  .sm-bg-gray-900 {
    background-color: #22262a;
  }
  .sm-border-color-gray-900 {
    border-color: #22262a;
  }
  .sm-border-top-gray-900 {
    border-top-color: #22262a;
  }
  .sm-border-right-gray-900 {
    border-right-color: #22262a;
  }
  .sm-border-bottom-gray-900 {
    border-bottom-color: #22262a;
  }
  .sm-border-left-gray-900 {
    border-left-color: #22262a;
  }
  .sm-fill-gray-900 {
    fill: #22262a;
  }
  .sm-stroke-gray-900 {
    stroke: #22262a;
  }
  .sm-text-gray-900 {
    color: #22262a;
  }
  .sm-bg-gray-900-op-0 {
    background-color: rgba(34, 38, 42, 0);
  }
  .sm-border-color-gray-900-op-0 {
    border-color: rgba(34, 38, 42, 0);
  }
  .sm-border-top-gray-900-op-0 {
    border-top-color: rgba(34, 38, 42, 0);
  }
  .sm-border-right-gray-900-op-0 {
    border-right-color: rgba(34, 38, 42, 0);
  }
  .sm-border-bottom-gray-900-op-0 {
    border-bottom-color: rgba(34, 38, 42, 0);
  }
  .sm-border-left-gray-900-op-0 {
    border-left-color: rgba(34, 38, 42, 0);
  }
  .sm-fill-gray-900-op-0 {
    fill: rgba(34, 38, 42, 0);
  }
  .sm-stroke-gray-900-op-0 {
    stroke: rgba(34, 38, 42, 0);
  }
  .sm-text-gray-900-op-0 {
    color: rgba(34, 38, 42, 0);
  }
  .sm-bg-gray-900-op-1 {
    background-color: rgba(34, 38, 42, 0.1);
  }
  .sm-border-color-gray-900-op-1 {
    border-color: rgba(34, 38, 42, 0.1);
  }
  .sm-border-top-gray-900-op-1 {
    border-top-color: rgba(34, 38, 42, 0.1);
  }
  .sm-border-right-gray-900-op-1 {
    border-right-color: rgba(34, 38, 42, 0.1);
  }
  .sm-border-bottom-gray-900-op-1 {
    border-bottom-color: rgba(34, 38, 42, 0.1);
  }
  .sm-border-left-gray-900-op-1 {
    border-left-color: rgba(34, 38, 42, 0.1);
  }
  .sm-fill-gray-900-op-1 {
    fill: rgba(34, 38, 42, 0.1);
  }
  .sm-stroke-gray-900-op-1 {
    stroke: rgba(34, 38, 42, 0.1);
  }
  .sm-text-gray-900-op-1 {
    color: rgba(34, 38, 42, 0.1);
  }
  .sm-bg-gray-900-op-2 {
    background-color: rgba(34, 38, 42, 0.2);
  }
  .sm-border-color-gray-900-op-2 {
    border-color: rgba(34, 38, 42, 0.2);
  }
  .sm-border-top-gray-900-op-2 {
    border-top-color: rgba(34, 38, 42, 0.2);
  }
  .sm-border-right-gray-900-op-2 {
    border-right-color: rgba(34, 38, 42, 0.2);
  }
  .sm-border-bottom-gray-900-op-2 {
    border-bottom-color: rgba(34, 38, 42, 0.2);
  }
  .sm-border-left-gray-900-op-2 {
    border-left-color: rgba(34, 38, 42, 0.2);
  }
  .sm-fill-gray-900-op-2 {
    fill: rgba(34, 38, 42, 0.2);
  }
  .sm-stroke-gray-900-op-2 {
    stroke: rgba(34, 38, 42, 0.2);
  }
  .sm-text-gray-900-op-2 {
    color: rgba(34, 38, 42, 0.2);
  }
  .sm-bg-gray-900-op-3 {
    background-color: rgba(34, 38, 42, 0.3);
  }
  .sm-border-color-gray-900-op-3 {
    border-color: rgba(34, 38, 42, 0.3);
  }
  .sm-border-top-gray-900-op-3 {
    border-top-color: rgba(34, 38, 42, 0.3);
  }
  .sm-border-right-gray-900-op-3 {
    border-right-color: rgba(34, 38, 42, 0.3);
  }
  .sm-border-bottom-gray-900-op-3 {
    border-bottom-color: rgba(34, 38, 42, 0.3);
  }
  .sm-border-left-gray-900-op-3 {
    border-left-color: rgba(34, 38, 42, 0.3);
  }
  .sm-fill-gray-900-op-3 {
    fill: rgba(34, 38, 42, 0.3);
  }
  .sm-stroke-gray-900-op-3 {
    stroke: rgba(34, 38, 42, 0.3);
  }
  .sm-text-gray-900-op-3 {
    color: rgba(34, 38, 42, 0.3);
  }
  .sm-bg-gray-900-op-4 {
    background-color: rgba(34, 38, 42, 0.4);
  }
  .sm-border-color-gray-900-op-4 {
    border-color: rgba(34, 38, 42, 0.4);
  }
  .sm-border-top-gray-900-op-4 {
    border-top-color: rgba(34, 38, 42, 0.4);
  }
  .sm-border-right-gray-900-op-4 {
    border-right-color: rgba(34, 38, 42, 0.4);
  }
  .sm-border-bottom-gray-900-op-4 {
    border-bottom-color: rgba(34, 38, 42, 0.4);
  }
  .sm-border-left-gray-900-op-4 {
    border-left-color: rgba(34, 38, 42, 0.4);
  }
  .sm-fill-gray-900-op-4 {
    fill: rgba(34, 38, 42, 0.4);
  }
  .sm-stroke-gray-900-op-4 {
    stroke: rgba(34, 38, 42, 0.4);
  }
  .sm-text-gray-900-op-4 {
    color: rgba(34, 38, 42, 0.4);
  }
  .sm-bg-gray-900-op-5 {
    background-color: rgba(34, 38, 42, 0.5);
  }
  .sm-border-color-gray-900-op-5 {
    border-color: rgba(34, 38, 42, 0.5);
  }
  .sm-border-top-gray-900-op-5 {
    border-top-color: rgba(34, 38, 42, 0.5);
  }
  .sm-border-right-gray-900-op-5 {
    border-right-color: rgba(34, 38, 42, 0.5);
  }
  .sm-border-bottom-gray-900-op-5 {
    border-bottom-color: rgba(34, 38, 42, 0.5);
  }
  .sm-border-left-gray-900-op-5 {
    border-left-color: rgba(34, 38, 42, 0.5);
  }
  .sm-fill-gray-900-op-5 {
    fill: rgba(34, 38, 42, 0.5);
  }
  .sm-stroke-gray-900-op-5 {
    stroke: rgba(34, 38, 42, 0.5);
  }
  .sm-text-gray-900-op-5 {
    color: rgba(34, 38, 42, 0.5);
  }
  .sm-bg-gray-900-op-6 {
    background-color: rgba(34, 38, 42, 0.6);
  }
  .sm-border-color-gray-900-op-6 {
    border-color: rgba(34, 38, 42, 0.6);
  }
  .sm-border-top-gray-900-op-6 {
    border-top-color: rgba(34, 38, 42, 0.6);
  }
  .sm-border-right-gray-900-op-6 {
    border-right-color: rgba(34, 38, 42, 0.6);
  }
  .sm-border-bottom-gray-900-op-6 {
    border-bottom-color: rgba(34, 38, 42, 0.6);
  }
  .sm-border-left-gray-900-op-6 {
    border-left-color: rgba(34, 38, 42, 0.6);
  }
  .sm-fill-gray-900-op-6 {
    fill: rgba(34, 38, 42, 0.6);
  }
  .sm-stroke-gray-900-op-6 {
    stroke: rgba(34, 38, 42, 0.6);
  }
  .sm-text-gray-900-op-6 {
    color: rgba(34, 38, 42, 0.6);
  }
  .sm-bg-gray-900-op-7 {
    background-color: rgba(34, 38, 42, 0.7);
  }
  .sm-border-color-gray-900-op-7 {
    border-color: rgba(34, 38, 42, 0.7);
  }
  .sm-border-top-gray-900-op-7 {
    border-top-color: rgba(34, 38, 42, 0.7);
  }
  .sm-border-right-gray-900-op-7 {
    border-right-color: rgba(34, 38, 42, 0.7);
  }
  .sm-border-bottom-gray-900-op-7 {
    border-bottom-color: rgba(34, 38, 42, 0.7);
  }
  .sm-border-left-gray-900-op-7 {
    border-left-color: rgba(34, 38, 42, 0.7);
  }
  .sm-fill-gray-900-op-7 {
    fill: rgba(34, 38, 42, 0.7);
  }
  .sm-stroke-gray-900-op-7 {
    stroke: rgba(34, 38, 42, 0.7);
  }
  .sm-text-gray-900-op-7 {
    color: rgba(34, 38, 42, 0.7);
  }
  .sm-bg-gray-900-op-8 {
    background-color: rgba(34, 38, 42, 0.8);
  }
  .sm-border-color-gray-900-op-8 {
    border-color: rgba(34, 38, 42, 0.8);
  }
  .sm-border-top-gray-900-op-8 {
    border-top-color: rgba(34, 38, 42, 0.8);
  }
  .sm-border-right-gray-900-op-8 {
    border-right-color: rgba(34, 38, 42, 0.8);
  }
  .sm-border-bottom-gray-900-op-8 {
    border-bottom-color: rgba(34, 38, 42, 0.8);
  }
  .sm-border-left-gray-900-op-8 {
    border-left-color: rgba(34, 38, 42, 0.8);
  }
  .sm-fill-gray-900-op-8 {
    fill: rgba(34, 38, 42, 0.8);
  }
  .sm-stroke-gray-900-op-8 {
    stroke: rgba(34, 38, 42, 0.8);
  }
  .sm-text-gray-900-op-8 {
    color: rgba(34, 38, 42, 0.8);
  }
  .sm-bg-gray-900-op-9 {
    background-color: rgba(34, 38, 42, 0.9);
  }
  .sm-border-color-gray-900-op-9 {
    border-color: rgba(34, 38, 42, 0.9);
  }
  .sm-border-top-gray-900-op-9 {
    border-top-color: rgba(34, 38, 42, 0.9);
  }
  .sm-border-right-gray-900-op-9 {
    border-right-color: rgba(34, 38, 42, 0.9);
  }
  .sm-border-bottom-gray-900-op-9 {
    border-bottom-color: rgba(34, 38, 42, 0.9);
  }
  .sm-border-left-gray-900-op-9 {
    border-left-color: rgba(34, 38, 42, 0.9);
  }
  .sm-fill-gray-900-op-9 {
    fill: rgba(34, 38, 42, 0.9);
  }
  .sm-stroke-gray-900-op-9 {
    stroke: rgba(34, 38, 42, 0.9);
  }
  .sm-text-gray-900-op-9 {
    color: rgba(34, 38, 42, 0.9);
  }
  .sm-bg-gray-900-op-10 {
    background-color: #22262a;
  }
  .sm-border-color-gray-900-op-10 {
    border-color: #22262a;
  }
  .sm-border-top-gray-900-op-10 {
    border-top-color: #22262a;
  }
  .sm-border-right-gray-900-op-10 {
    border-right-color: #22262a;
  }
  .sm-border-bottom-gray-900-op-10 {
    border-bottom-color: #22262a;
  }
  .sm-border-left-gray-900-op-10 {
    border-left-color: #22262a;
  }
  .sm-fill-gray-900-op-10 {
    fill: #22262a;
  }
  .sm-stroke-gray-900-op-10 {
    stroke: #22262a;
  }
  .sm-text-gray-900-op-10 {
    color: #22262a;
  }
  .sm-bg-success {
    background-color: #b7e7b6;
  }
  .sm-border-color-success {
    border-color: #b7e7b6;
  }
  .sm-border-top-success {
    border-top-color: #b7e7b6;
  }
  .sm-border-right-success {
    border-right-color: #b7e7b6;
  }
  .sm-border-bottom-success {
    border-bottom-color: #b7e7b6;
  }
  .sm-border-left-success {
    border-left-color: #b7e7b6;
  }
  .sm-fill-success {
    fill: #b7e7b6;
  }
  .sm-stroke-success {
    stroke: #b7e7b6;
  }
  .sm-text-success {
    color: #b7e7b6;
  }
  .sm-bg-success-op-0 {
    background-color: rgba(183, 231, 182, 0);
  }
  .sm-border-color-success-op-0 {
    border-color: rgba(183, 231, 182, 0);
  }
  .sm-border-top-success-op-0 {
    border-top-color: rgba(183, 231, 182, 0);
  }
  .sm-border-right-success-op-0 {
    border-right-color: rgba(183, 231, 182, 0);
  }
  .sm-border-bottom-success-op-0 {
    border-bottom-color: rgba(183, 231, 182, 0);
  }
  .sm-border-left-success-op-0 {
    border-left-color: rgba(183, 231, 182, 0);
  }
  .sm-fill-success-op-0 {
    fill: rgba(183, 231, 182, 0);
  }
  .sm-stroke-success-op-0 {
    stroke: rgba(183, 231, 182, 0);
  }
  .sm-text-success-op-0 {
    color: rgba(183, 231, 182, 0);
  }
  .sm-bg-success-op-1 {
    background-color: rgba(183, 231, 182, 0.1);
  }
  .sm-border-color-success-op-1 {
    border-color: rgba(183, 231, 182, 0.1);
  }
  .sm-border-top-success-op-1 {
    border-top-color: rgba(183, 231, 182, 0.1);
  }
  .sm-border-right-success-op-1 {
    border-right-color: rgba(183, 231, 182, 0.1);
  }
  .sm-border-bottom-success-op-1 {
    border-bottom-color: rgba(183, 231, 182, 0.1);
  }
  .sm-border-left-success-op-1 {
    border-left-color: rgba(183, 231, 182, 0.1);
  }
  .sm-fill-success-op-1 {
    fill: rgba(183, 231, 182, 0.1);
  }
  .sm-stroke-success-op-1 {
    stroke: rgba(183, 231, 182, 0.1);
  }
  .sm-text-success-op-1 {
    color: rgba(183, 231, 182, 0.1);
  }
  .sm-bg-success-op-2 {
    background-color: rgba(183, 231, 182, 0.2);
  }
  .sm-border-color-success-op-2 {
    border-color: rgba(183, 231, 182, 0.2);
  }
  .sm-border-top-success-op-2 {
    border-top-color: rgba(183, 231, 182, 0.2);
  }
  .sm-border-right-success-op-2 {
    border-right-color: rgba(183, 231, 182, 0.2);
  }
  .sm-border-bottom-success-op-2 {
    border-bottom-color: rgba(183, 231, 182, 0.2);
  }
  .sm-border-left-success-op-2 {
    border-left-color: rgba(183, 231, 182, 0.2);
  }
  .sm-fill-success-op-2 {
    fill: rgba(183, 231, 182, 0.2);
  }
  .sm-stroke-success-op-2 {
    stroke: rgba(183, 231, 182, 0.2);
  }
  .sm-text-success-op-2 {
    color: rgba(183, 231, 182, 0.2);
  }
  .sm-bg-success-op-3 {
    background-color: rgba(183, 231, 182, 0.3);
  }
  .sm-border-color-success-op-3 {
    border-color: rgba(183, 231, 182, 0.3);
  }
  .sm-border-top-success-op-3 {
    border-top-color: rgba(183, 231, 182, 0.3);
  }
  .sm-border-right-success-op-3 {
    border-right-color: rgba(183, 231, 182, 0.3);
  }
  .sm-border-bottom-success-op-3 {
    border-bottom-color: rgba(183, 231, 182, 0.3);
  }
  .sm-border-left-success-op-3 {
    border-left-color: rgba(183, 231, 182, 0.3);
  }
  .sm-fill-success-op-3 {
    fill: rgba(183, 231, 182, 0.3);
  }
  .sm-stroke-success-op-3 {
    stroke: rgba(183, 231, 182, 0.3);
  }
  .sm-text-success-op-3 {
    color: rgba(183, 231, 182, 0.3);
  }
  .sm-bg-success-op-4 {
    background-color: rgba(183, 231, 182, 0.4);
  }
  .sm-border-color-success-op-4 {
    border-color: rgba(183, 231, 182, 0.4);
  }
  .sm-border-top-success-op-4 {
    border-top-color: rgba(183, 231, 182, 0.4);
  }
  .sm-border-right-success-op-4 {
    border-right-color: rgba(183, 231, 182, 0.4);
  }
  .sm-border-bottom-success-op-4 {
    border-bottom-color: rgba(183, 231, 182, 0.4);
  }
  .sm-border-left-success-op-4 {
    border-left-color: rgba(183, 231, 182, 0.4);
  }
  .sm-fill-success-op-4 {
    fill: rgba(183, 231, 182, 0.4);
  }
  .sm-stroke-success-op-4 {
    stroke: rgba(183, 231, 182, 0.4);
  }
  .sm-text-success-op-4 {
    color: rgba(183, 231, 182, 0.4);
  }
  .sm-bg-success-op-5 {
    background-color: rgba(183, 231, 182, 0.5);
  }
  .sm-border-color-success-op-5 {
    border-color: rgba(183, 231, 182, 0.5);
  }
  .sm-border-top-success-op-5 {
    border-top-color: rgba(183, 231, 182, 0.5);
  }
  .sm-border-right-success-op-5 {
    border-right-color: rgba(183, 231, 182, 0.5);
  }
  .sm-border-bottom-success-op-5 {
    border-bottom-color: rgba(183, 231, 182, 0.5);
  }
  .sm-border-left-success-op-5 {
    border-left-color: rgba(183, 231, 182, 0.5);
  }
  .sm-fill-success-op-5 {
    fill: rgba(183, 231, 182, 0.5);
  }
  .sm-stroke-success-op-5 {
    stroke: rgba(183, 231, 182, 0.5);
  }
  .sm-text-success-op-5 {
    color: rgba(183, 231, 182, 0.5);
  }
  .sm-bg-success-op-6 {
    background-color: rgba(183, 231, 182, 0.6);
  }
  .sm-border-color-success-op-6 {
    border-color: rgba(183, 231, 182, 0.6);
  }
  .sm-border-top-success-op-6 {
    border-top-color: rgba(183, 231, 182, 0.6);
  }
  .sm-border-right-success-op-6 {
    border-right-color: rgba(183, 231, 182, 0.6);
  }
  .sm-border-bottom-success-op-6 {
    border-bottom-color: rgba(183, 231, 182, 0.6);
  }
  .sm-border-left-success-op-6 {
    border-left-color: rgba(183, 231, 182, 0.6);
  }
  .sm-fill-success-op-6 {
    fill: rgba(183, 231, 182, 0.6);
  }
  .sm-stroke-success-op-6 {
    stroke: rgba(183, 231, 182, 0.6);
  }
  .sm-text-success-op-6 {
    color: rgba(183, 231, 182, 0.6);
  }
  .sm-bg-success-op-7 {
    background-color: rgba(183, 231, 182, 0.7);
  }
  .sm-border-color-success-op-7 {
    border-color: rgba(183, 231, 182, 0.7);
  }
  .sm-border-top-success-op-7 {
    border-top-color: rgba(183, 231, 182, 0.7);
  }
  .sm-border-right-success-op-7 {
    border-right-color: rgba(183, 231, 182, 0.7);
  }
  .sm-border-bottom-success-op-7 {
    border-bottom-color: rgba(183, 231, 182, 0.7);
  }
  .sm-border-left-success-op-7 {
    border-left-color: rgba(183, 231, 182, 0.7);
  }
  .sm-fill-success-op-7 {
    fill: rgba(183, 231, 182, 0.7);
  }
  .sm-stroke-success-op-7 {
    stroke: rgba(183, 231, 182, 0.7);
  }
  .sm-text-success-op-7 {
    color: rgba(183, 231, 182, 0.7);
  }
  .sm-bg-success-op-8 {
    background-color: rgba(183, 231, 182, 0.8);
  }
  .sm-border-color-success-op-8 {
    border-color: rgba(183, 231, 182, 0.8);
  }
  .sm-border-top-success-op-8 {
    border-top-color: rgba(183, 231, 182, 0.8);
  }
  .sm-border-right-success-op-8 {
    border-right-color: rgba(183, 231, 182, 0.8);
  }
  .sm-border-bottom-success-op-8 {
    border-bottom-color: rgba(183, 231, 182, 0.8);
  }
  .sm-border-left-success-op-8 {
    border-left-color: rgba(183, 231, 182, 0.8);
  }
  .sm-fill-success-op-8 {
    fill: rgba(183, 231, 182, 0.8);
  }
  .sm-stroke-success-op-8 {
    stroke: rgba(183, 231, 182, 0.8);
  }
  .sm-text-success-op-8 {
    color: rgba(183, 231, 182, 0.8);
  }
  .sm-bg-success-op-9 {
    background-color: rgba(183, 231, 182, 0.9);
  }
  .sm-border-color-success-op-9 {
    border-color: rgba(183, 231, 182, 0.9);
  }
  .sm-border-top-success-op-9 {
    border-top-color: rgba(183, 231, 182, 0.9);
  }
  .sm-border-right-success-op-9 {
    border-right-color: rgba(183, 231, 182, 0.9);
  }
  .sm-border-bottom-success-op-9 {
    border-bottom-color: rgba(183, 231, 182, 0.9);
  }
  .sm-border-left-success-op-9 {
    border-left-color: rgba(183, 231, 182, 0.9);
  }
  .sm-fill-success-op-9 {
    fill: rgba(183, 231, 182, 0.9);
  }
  .sm-stroke-success-op-9 {
    stroke: rgba(183, 231, 182, 0.9);
  }
  .sm-text-success-op-9 {
    color: rgba(183, 231, 182, 0.9);
  }
  .sm-bg-success-op-10 {
    background-color: #b7e7b6;
  }
  .sm-border-color-success-op-10 {
    border-color: #b7e7b6;
  }
  .sm-border-top-success-op-10 {
    border-top-color: #b7e7b6;
  }
  .sm-border-right-success-op-10 {
    border-right-color: #b7e7b6;
  }
  .sm-border-bottom-success-op-10 {
    border-bottom-color: #b7e7b6;
  }
  .sm-border-left-success-op-10 {
    border-left-color: #b7e7b6;
  }
  .sm-fill-success-op-10 {
    fill: #b7e7b6;
  }
  .sm-stroke-success-op-10 {
    stroke: #b7e7b6;
  }
  .sm-text-success-op-10 {
    color: #b7e7b6;
  }
  .sm-bg-info {
    background-color: #0074c2;
  }
  .sm-border-color-info {
    border-color: #0074c2;
  }
  .sm-border-top-info {
    border-top-color: #0074c2;
  }
  .sm-border-right-info {
    border-right-color: #0074c2;
  }
  .sm-border-bottom-info {
    border-bottom-color: #0074c2;
  }
  .sm-border-left-info {
    border-left-color: #0074c2;
  }
  .sm-fill-info {
    fill: #0074c2;
  }
  .sm-stroke-info {
    stroke: #0074c2;
  }
  .sm-text-info {
    color: #0074c2;
  }
  .sm-bg-info-op-0 {
    background-color: rgba(0, 116, 194, 0);
  }
  .sm-border-color-info-op-0 {
    border-color: rgba(0, 116, 194, 0);
  }
  .sm-border-top-info-op-0 {
    border-top-color: rgba(0, 116, 194, 0);
  }
  .sm-border-right-info-op-0 {
    border-right-color: rgba(0, 116, 194, 0);
  }
  .sm-border-bottom-info-op-0 {
    border-bottom-color: rgba(0, 116, 194, 0);
  }
  .sm-border-left-info-op-0 {
    border-left-color: rgba(0, 116, 194, 0);
  }
  .sm-fill-info-op-0 {
    fill: rgba(0, 116, 194, 0);
  }
  .sm-stroke-info-op-0 {
    stroke: rgba(0, 116, 194, 0);
  }
  .sm-text-info-op-0 {
    color: rgba(0, 116, 194, 0);
  }
  .sm-bg-info-op-1 {
    background-color: rgba(0, 116, 194, 0.1);
  }
  .sm-border-color-info-op-1 {
    border-color: rgba(0, 116, 194, 0.1);
  }
  .sm-border-top-info-op-1 {
    border-top-color: rgba(0, 116, 194, 0.1);
  }
  .sm-border-right-info-op-1 {
    border-right-color: rgba(0, 116, 194, 0.1);
  }
  .sm-border-bottom-info-op-1 {
    border-bottom-color: rgba(0, 116, 194, 0.1);
  }
  .sm-border-left-info-op-1 {
    border-left-color: rgba(0, 116, 194, 0.1);
  }
  .sm-fill-info-op-1 {
    fill: rgba(0, 116, 194, 0.1);
  }
  .sm-stroke-info-op-1 {
    stroke: rgba(0, 116, 194, 0.1);
  }
  .sm-text-info-op-1 {
    color: rgba(0, 116, 194, 0.1);
  }
  .sm-bg-info-op-2 {
    background-color: rgba(0, 116, 194, 0.2);
  }
  .sm-border-color-info-op-2 {
    border-color: rgba(0, 116, 194, 0.2);
  }
  .sm-border-top-info-op-2 {
    border-top-color: rgba(0, 116, 194, 0.2);
  }
  .sm-border-right-info-op-2 {
    border-right-color: rgba(0, 116, 194, 0.2);
  }
  .sm-border-bottom-info-op-2 {
    border-bottom-color: rgba(0, 116, 194, 0.2);
  }
  .sm-border-left-info-op-2 {
    border-left-color: rgba(0, 116, 194, 0.2);
  }
  .sm-fill-info-op-2 {
    fill: rgba(0, 116, 194, 0.2);
  }
  .sm-stroke-info-op-2 {
    stroke: rgba(0, 116, 194, 0.2);
  }
  .sm-text-info-op-2 {
    color: rgba(0, 116, 194, 0.2);
  }
  .sm-bg-info-op-3 {
    background-color: rgba(0, 116, 194, 0.3);
  }
  .sm-border-color-info-op-3 {
    border-color: rgba(0, 116, 194, 0.3);
  }
  .sm-border-top-info-op-3 {
    border-top-color: rgba(0, 116, 194, 0.3);
  }
  .sm-border-right-info-op-3 {
    border-right-color: rgba(0, 116, 194, 0.3);
  }
  .sm-border-bottom-info-op-3 {
    border-bottom-color: rgba(0, 116, 194, 0.3);
  }
  .sm-border-left-info-op-3 {
    border-left-color: rgba(0, 116, 194, 0.3);
  }
  .sm-fill-info-op-3 {
    fill: rgba(0, 116, 194, 0.3);
  }
  .sm-stroke-info-op-3 {
    stroke: rgba(0, 116, 194, 0.3);
  }
  .sm-text-info-op-3 {
    color: rgba(0, 116, 194, 0.3);
  }
  .sm-bg-info-op-4 {
    background-color: rgba(0, 116, 194, 0.4);
  }
  .sm-border-color-info-op-4 {
    border-color: rgba(0, 116, 194, 0.4);
  }
  .sm-border-top-info-op-4 {
    border-top-color: rgba(0, 116, 194, 0.4);
  }
  .sm-border-right-info-op-4 {
    border-right-color: rgba(0, 116, 194, 0.4);
  }
  .sm-border-bottom-info-op-4 {
    border-bottom-color: rgba(0, 116, 194, 0.4);
  }
  .sm-border-left-info-op-4 {
    border-left-color: rgba(0, 116, 194, 0.4);
  }
  .sm-fill-info-op-4 {
    fill: rgba(0, 116, 194, 0.4);
  }
  .sm-stroke-info-op-4 {
    stroke: rgba(0, 116, 194, 0.4);
  }
  .sm-text-info-op-4 {
    color: rgba(0, 116, 194, 0.4);
  }
  .sm-bg-info-op-5 {
    background-color: rgba(0, 116, 194, 0.5);
  }
  .sm-border-color-info-op-5 {
    border-color: rgba(0, 116, 194, 0.5);
  }
  .sm-border-top-info-op-5 {
    border-top-color: rgba(0, 116, 194, 0.5);
  }
  .sm-border-right-info-op-5 {
    border-right-color: rgba(0, 116, 194, 0.5);
  }
  .sm-border-bottom-info-op-5 {
    border-bottom-color: rgba(0, 116, 194, 0.5);
  }
  .sm-border-left-info-op-5 {
    border-left-color: rgba(0, 116, 194, 0.5);
  }
  .sm-fill-info-op-5 {
    fill: rgba(0, 116, 194, 0.5);
  }
  .sm-stroke-info-op-5 {
    stroke: rgba(0, 116, 194, 0.5);
  }
  .sm-text-info-op-5 {
    color: rgba(0, 116, 194, 0.5);
  }
  .sm-bg-info-op-6 {
    background-color: rgba(0, 116, 194, 0.6);
  }
  .sm-border-color-info-op-6 {
    border-color: rgba(0, 116, 194, 0.6);
  }
  .sm-border-top-info-op-6 {
    border-top-color: rgba(0, 116, 194, 0.6);
  }
  .sm-border-right-info-op-6 {
    border-right-color: rgba(0, 116, 194, 0.6);
  }
  .sm-border-bottom-info-op-6 {
    border-bottom-color: rgba(0, 116, 194, 0.6);
  }
  .sm-border-left-info-op-6 {
    border-left-color: rgba(0, 116, 194, 0.6);
  }
  .sm-fill-info-op-6 {
    fill: rgba(0, 116, 194, 0.6);
  }
  .sm-stroke-info-op-6 {
    stroke: rgba(0, 116, 194, 0.6);
  }
  .sm-text-info-op-6 {
    color: rgba(0, 116, 194, 0.6);
  }
  .sm-bg-info-op-7 {
    background-color: rgba(0, 116, 194, 0.7);
  }
  .sm-border-color-info-op-7 {
    border-color: rgba(0, 116, 194, 0.7);
  }
  .sm-border-top-info-op-7 {
    border-top-color: rgba(0, 116, 194, 0.7);
  }
  .sm-border-right-info-op-7 {
    border-right-color: rgba(0, 116, 194, 0.7);
  }
  .sm-border-bottom-info-op-7 {
    border-bottom-color: rgba(0, 116, 194, 0.7);
  }
  .sm-border-left-info-op-7 {
    border-left-color: rgba(0, 116, 194, 0.7);
  }
  .sm-fill-info-op-7 {
    fill: rgba(0, 116, 194, 0.7);
  }
  .sm-stroke-info-op-7 {
    stroke: rgba(0, 116, 194, 0.7);
  }
  .sm-text-info-op-7 {
    color: rgba(0, 116, 194, 0.7);
  }
  .sm-bg-info-op-8 {
    background-color: rgba(0, 116, 194, 0.8);
  }
  .sm-border-color-info-op-8 {
    border-color: rgba(0, 116, 194, 0.8);
  }
  .sm-border-top-info-op-8 {
    border-top-color: rgba(0, 116, 194, 0.8);
  }
  .sm-border-right-info-op-8 {
    border-right-color: rgba(0, 116, 194, 0.8);
  }
  .sm-border-bottom-info-op-8 {
    border-bottom-color: rgba(0, 116, 194, 0.8);
  }
  .sm-border-left-info-op-8 {
    border-left-color: rgba(0, 116, 194, 0.8);
  }
  .sm-fill-info-op-8 {
    fill: rgba(0, 116, 194, 0.8);
  }
  .sm-stroke-info-op-8 {
    stroke: rgba(0, 116, 194, 0.8);
  }
  .sm-text-info-op-8 {
    color: rgba(0, 116, 194, 0.8);
  }
  .sm-bg-info-op-9 {
    background-color: rgba(0, 116, 194, 0.9);
  }
  .sm-border-color-info-op-9 {
    border-color: rgba(0, 116, 194, 0.9);
  }
  .sm-border-top-info-op-9 {
    border-top-color: rgba(0, 116, 194, 0.9);
  }
  .sm-border-right-info-op-9 {
    border-right-color: rgba(0, 116, 194, 0.9);
  }
  .sm-border-bottom-info-op-9 {
    border-bottom-color: rgba(0, 116, 194, 0.9);
  }
  .sm-border-left-info-op-9 {
    border-left-color: rgba(0, 116, 194, 0.9);
  }
  .sm-fill-info-op-9 {
    fill: rgba(0, 116, 194, 0.9);
  }
  .sm-stroke-info-op-9 {
    stroke: rgba(0, 116, 194, 0.9);
  }
  .sm-text-info-op-9 {
    color: rgba(0, 116, 194, 0.9);
  }
  .sm-bg-info-op-10 {
    background-color: #0074c2;
  }
  .sm-border-color-info-op-10 {
    border-color: #0074c2;
  }
  .sm-border-top-info-op-10 {
    border-top-color: #0074c2;
  }
  .sm-border-right-info-op-10 {
    border-right-color: #0074c2;
  }
  .sm-border-bottom-info-op-10 {
    border-bottom-color: #0074c2;
  }
  .sm-border-left-info-op-10 {
    border-left-color: #0074c2;
  }
  .sm-fill-info-op-10 {
    fill: #0074c2;
  }
  .sm-stroke-info-op-10 {
    stroke: #0074c2;
  }
  .sm-text-info-op-10 {
    color: #0074c2;
  }
  .sm-bg-warning {
    background-color: #ffc105;
  }
  .sm-border-color-warning {
    border-color: #ffc105;
  }
  .sm-border-top-warning {
    border-top-color: #ffc105;
  }
  .sm-border-right-warning {
    border-right-color: #ffc105;
  }
  .sm-border-bottom-warning {
    border-bottom-color: #ffc105;
  }
  .sm-border-left-warning {
    border-left-color: #ffc105;
  }
  .sm-fill-warning {
    fill: #ffc105;
  }
  .sm-stroke-warning {
    stroke: #ffc105;
  }
  .sm-text-warning {
    color: #ffc105;
  }
  .sm-bg-warning-op-0 {
    background-color: rgba(255, 193, 5, 0);
  }
  .sm-border-color-warning-op-0 {
    border-color: rgba(255, 193, 5, 0);
  }
  .sm-border-top-warning-op-0 {
    border-top-color: rgba(255, 193, 5, 0);
  }
  .sm-border-right-warning-op-0 {
    border-right-color: rgba(255, 193, 5, 0);
  }
  .sm-border-bottom-warning-op-0 {
    border-bottom-color: rgba(255, 193, 5, 0);
  }
  .sm-border-left-warning-op-0 {
    border-left-color: rgba(255, 193, 5, 0);
  }
  .sm-fill-warning-op-0 {
    fill: rgba(255, 193, 5, 0);
  }
  .sm-stroke-warning-op-0 {
    stroke: rgba(255, 193, 5, 0);
  }
  .sm-text-warning-op-0 {
    color: rgba(255, 193, 5, 0);
  }
  .sm-bg-warning-op-1 {
    background-color: rgba(255, 193, 5, 0.1);
  }
  .sm-border-color-warning-op-1 {
    border-color: rgba(255, 193, 5, 0.1);
  }
  .sm-border-top-warning-op-1 {
    border-top-color: rgba(255, 193, 5, 0.1);
  }
  .sm-border-right-warning-op-1 {
    border-right-color: rgba(255, 193, 5, 0.1);
  }
  .sm-border-bottom-warning-op-1 {
    border-bottom-color: rgba(255, 193, 5, 0.1);
  }
  .sm-border-left-warning-op-1 {
    border-left-color: rgba(255, 193, 5, 0.1);
  }
  .sm-fill-warning-op-1 {
    fill: rgba(255, 193, 5, 0.1);
  }
  .sm-stroke-warning-op-1 {
    stroke: rgba(255, 193, 5, 0.1);
  }
  .sm-text-warning-op-1 {
    color: rgba(255, 193, 5, 0.1);
  }
  .sm-bg-warning-op-2 {
    background-color: rgba(255, 193, 5, 0.2);
  }
  .sm-border-color-warning-op-2 {
    border-color: rgba(255, 193, 5, 0.2);
  }
  .sm-border-top-warning-op-2 {
    border-top-color: rgba(255, 193, 5, 0.2);
  }
  .sm-border-right-warning-op-2 {
    border-right-color: rgba(255, 193, 5, 0.2);
  }
  .sm-border-bottom-warning-op-2 {
    border-bottom-color: rgba(255, 193, 5, 0.2);
  }
  .sm-border-left-warning-op-2 {
    border-left-color: rgba(255, 193, 5, 0.2);
  }
  .sm-fill-warning-op-2 {
    fill: rgba(255, 193, 5, 0.2);
  }
  .sm-stroke-warning-op-2 {
    stroke: rgba(255, 193, 5, 0.2);
  }
  .sm-text-warning-op-2 {
    color: rgba(255, 193, 5, 0.2);
  }
  .sm-bg-warning-op-3 {
    background-color: rgba(255, 193, 5, 0.3);
  }
  .sm-border-color-warning-op-3 {
    border-color: rgba(255, 193, 5, 0.3);
  }
  .sm-border-top-warning-op-3 {
    border-top-color: rgba(255, 193, 5, 0.3);
  }
  .sm-border-right-warning-op-3 {
    border-right-color: rgba(255, 193, 5, 0.3);
  }
  .sm-border-bottom-warning-op-3 {
    border-bottom-color: rgba(255, 193, 5, 0.3);
  }
  .sm-border-left-warning-op-3 {
    border-left-color: rgba(255, 193, 5, 0.3);
  }
  .sm-fill-warning-op-3 {
    fill: rgba(255, 193, 5, 0.3);
  }
  .sm-stroke-warning-op-3 {
    stroke: rgba(255, 193, 5, 0.3);
  }
  .sm-text-warning-op-3 {
    color: rgba(255, 193, 5, 0.3);
  }
  .sm-bg-warning-op-4 {
    background-color: rgba(255, 193, 5, 0.4);
  }
  .sm-border-color-warning-op-4 {
    border-color: rgba(255, 193, 5, 0.4);
  }
  .sm-border-top-warning-op-4 {
    border-top-color: rgba(255, 193, 5, 0.4);
  }
  .sm-border-right-warning-op-4 {
    border-right-color: rgba(255, 193, 5, 0.4);
  }
  .sm-border-bottom-warning-op-4 {
    border-bottom-color: rgba(255, 193, 5, 0.4);
  }
  .sm-border-left-warning-op-4 {
    border-left-color: rgba(255, 193, 5, 0.4);
  }
  .sm-fill-warning-op-4 {
    fill: rgba(255, 193, 5, 0.4);
  }
  .sm-stroke-warning-op-4 {
    stroke: rgba(255, 193, 5, 0.4);
  }
  .sm-text-warning-op-4 {
    color: rgba(255, 193, 5, 0.4);
  }
  .sm-bg-warning-op-5 {
    background-color: rgba(255, 193, 5, 0.5);
  }
  .sm-border-color-warning-op-5 {
    border-color: rgba(255, 193, 5, 0.5);
  }
  .sm-border-top-warning-op-5 {
    border-top-color: rgba(255, 193, 5, 0.5);
  }
  .sm-border-right-warning-op-5 {
    border-right-color: rgba(255, 193, 5, 0.5);
  }
  .sm-border-bottom-warning-op-5 {
    border-bottom-color: rgba(255, 193, 5, 0.5);
  }
  .sm-border-left-warning-op-5 {
    border-left-color: rgba(255, 193, 5, 0.5);
  }
  .sm-fill-warning-op-5 {
    fill: rgba(255, 193, 5, 0.5);
  }
  .sm-stroke-warning-op-5 {
    stroke: rgba(255, 193, 5, 0.5);
  }
  .sm-text-warning-op-5 {
    color: rgba(255, 193, 5, 0.5);
  }
  .sm-bg-warning-op-6 {
    background-color: rgba(255, 193, 5, 0.6);
  }
  .sm-border-color-warning-op-6 {
    border-color: rgba(255, 193, 5, 0.6);
  }
  .sm-border-top-warning-op-6 {
    border-top-color: rgba(255, 193, 5, 0.6);
  }
  .sm-border-right-warning-op-6 {
    border-right-color: rgba(255, 193, 5, 0.6);
  }
  .sm-border-bottom-warning-op-6 {
    border-bottom-color: rgba(255, 193, 5, 0.6);
  }
  .sm-border-left-warning-op-6 {
    border-left-color: rgba(255, 193, 5, 0.6);
  }
  .sm-fill-warning-op-6 {
    fill: rgba(255, 193, 5, 0.6);
  }
  .sm-stroke-warning-op-6 {
    stroke: rgba(255, 193, 5, 0.6);
  }
  .sm-text-warning-op-6 {
    color: rgba(255, 193, 5, 0.6);
  }
  .sm-bg-warning-op-7 {
    background-color: rgba(255, 193, 5, 0.7);
  }
  .sm-border-color-warning-op-7 {
    border-color: rgba(255, 193, 5, 0.7);
  }
  .sm-border-top-warning-op-7 {
    border-top-color: rgba(255, 193, 5, 0.7);
  }
  .sm-border-right-warning-op-7 {
    border-right-color: rgba(255, 193, 5, 0.7);
  }
  .sm-border-bottom-warning-op-7 {
    border-bottom-color: rgba(255, 193, 5, 0.7);
  }
  .sm-border-left-warning-op-7 {
    border-left-color: rgba(255, 193, 5, 0.7);
  }
  .sm-fill-warning-op-7 {
    fill: rgba(255, 193, 5, 0.7);
  }
  .sm-stroke-warning-op-7 {
    stroke: rgba(255, 193, 5, 0.7);
  }
  .sm-text-warning-op-7 {
    color: rgba(255, 193, 5, 0.7);
  }
  .sm-bg-warning-op-8 {
    background-color: rgba(255, 193, 5, 0.8);
  }
  .sm-border-color-warning-op-8 {
    border-color: rgba(255, 193, 5, 0.8);
  }
  .sm-border-top-warning-op-8 {
    border-top-color: rgba(255, 193, 5, 0.8);
  }
  .sm-border-right-warning-op-8 {
    border-right-color: rgba(255, 193, 5, 0.8);
  }
  .sm-border-bottom-warning-op-8 {
    border-bottom-color: rgba(255, 193, 5, 0.8);
  }
  .sm-border-left-warning-op-8 {
    border-left-color: rgba(255, 193, 5, 0.8);
  }
  .sm-fill-warning-op-8 {
    fill: rgba(255, 193, 5, 0.8);
  }
  .sm-stroke-warning-op-8 {
    stroke: rgba(255, 193, 5, 0.8);
  }
  .sm-text-warning-op-8 {
    color: rgba(255, 193, 5, 0.8);
  }
  .sm-bg-warning-op-9 {
    background-color: rgba(255, 193, 5, 0.9);
  }
  .sm-border-color-warning-op-9 {
    border-color: rgba(255, 193, 5, 0.9);
  }
  .sm-border-top-warning-op-9 {
    border-top-color: rgba(255, 193, 5, 0.9);
  }
  .sm-border-right-warning-op-9 {
    border-right-color: rgba(255, 193, 5, 0.9);
  }
  .sm-border-bottom-warning-op-9 {
    border-bottom-color: rgba(255, 193, 5, 0.9);
  }
  .sm-border-left-warning-op-9 {
    border-left-color: rgba(255, 193, 5, 0.9);
  }
  .sm-fill-warning-op-9 {
    fill: rgba(255, 193, 5, 0.9);
  }
  .sm-stroke-warning-op-9 {
    stroke: rgba(255, 193, 5, 0.9);
  }
  .sm-text-warning-op-9 {
    color: rgba(255, 193, 5, 0.9);
  }
  .sm-bg-warning-op-10 {
    background-color: #ffc105;
  }
  .sm-border-color-warning-op-10 {
    border-color: #ffc105;
  }
  .sm-border-top-warning-op-10 {
    border-top-color: #ffc105;
  }
  .sm-border-right-warning-op-10 {
    border-right-color: #ffc105;
  }
  .sm-border-bottom-warning-op-10 {
    border-bottom-color: #ffc105;
  }
  .sm-border-left-warning-op-10 {
    border-left-color: #ffc105;
  }
  .sm-fill-warning-op-10 {
    fill: #ffc105;
  }
  .sm-stroke-warning-op-10 {
    stroke: #ffc105;
  }
  .sm-text-warning-op-10 {
    color: #ffc105;
  }
  .sm-bg-alert {
    background-color: #ffe0e0;
  }
  .sm-border-color-alert {
    border-color: #ffe0e0;
  }
  .sm-border-top-alert {
    border-top-color: #ffe0e0;
  }
  .sm-border-right-alert {
    border-right-color: #ffe0e0;
  }
  .sm-border-bottom-alert {
    border-bottom-color: #ffe0e0;
  }
  .sm-border-left-alert {
    border-left-color: #ffe0e0;
  }
  .sm-fill-alert {
    fill: #ffe0e0;
  }
  .sm-stroke-alert {
    stroke: #ffe0e0;
  }
  .sm-text-alert {
    color: #ffe0e0;
  }
  .sm-bg-alert-op-0 {
    background-color: rgba(255, 224, 224, 0);
  }
  .sm-border-color-alert-op-0 {
    border-color: rgba(255, 224, 224, 0);
  }
  .sm-border-top-alert-op-0 {
    border-top-color: rgba(255, 224, 224, 0);
  }
  .sm-border-right-alert-op-0 {
    border-right-color: rgba(255, 224, 224, 0);
  }
  .sm-border-bottom-alert-op-0 {
    border-bottom-color: rgba(255, 224, 224, 0);
  }
  .sm-border-left-alert-op-0 {
    border-left-color: rgba(255, 224, 224, 0);
  }
  .sm-fill-alert-op-0 {
    fill: rgba(255, 224, 224, 0);
  }
  .sm-stroke-alert-op-0 {
    stroke: rgba(255, 224, 224, 0);
  }
  .sm-text-alert-op-0 {
    color: rgba(255, 224, 224, 0);
  }
  .sm-bg-alert-op-1 {
    background-color: rgba(255, 224, 224, 0.1);
  }
  .sm-border-color-alert-op-1 {
    border-color: rgba(255, 224, 224, 0.1);
  }
  .sm-border-top-alert-op-1 {
    border-top-color: rgba(255, 224, 224, 0.1);
  }
  .sm-border-right-alert-op-1 {
    border-right-color: rgba(255, 224, 224, 0.1);
  }
  .sm-border-bottom-alert-op-1 {
    border-bottom-color: rgba(255, 224, 224, 0.1);
  }
  .sm-border-left-alert-op-1 {
    border-left-color: rgba(255, 224, 224, 0.1);
  }
  .sm-fill-alert-op-1 {
    fill: rgba(255, 224, 224, 0.1);
  }
  .sm-stroke-alert-op-1 {
    stroke: rgba(255, 224, 224, 0.1);
  }
  .sm-text-alert-op-1 {
    color: rgba(255, 224, 224, 0.1);
  }
  .sm-bg-alert-op-2 {
    background-color: rgba(255, 224, 224, 0.2);
  }
  .sm-border-color-alert-op-2 {
    border-color: rgba(255, 224, 224, 0.2);
  }
  .sm-border-top-alert-op-2 {
    border-top-color: rgba(255, 224, 224, 0.2);
  }
  .sm-border-right-alert-op-2 {
    border-right-color: rgba(255, 224, 224, 0.2);
  }
  .sm-border-bottom-alert-op-2 {
    border-bottom-color: rgba(255, 224, 224, 0.2);
  }
  .sm-border-left-alert-op-2 {
    border-left-color: rgba(255, 224, 224, 0.2);
  }
  .sm-fill-alert-op-2 {
    fill: rgba(255, 224, 224, 0.2);
  }
  .sm-stroke-alert-op-2 {
    stroke: rgba(255, 224, 224, 0.2);
  }
  .sm-text-alert-op-2 {
    color: rgba(255, 224, 224, 0.2);
  }
  .sm-bg-alert-op-3 {
    background-color: rgba(255, 224, 224, 0.3);
  }
  .sm-border-color-alert-op-3 {
    border-color: rgba(255, 224, 224, 0.3);
  }
  .sm-border-top-alert-op-3 {
    border-top-color: rgba(255, 224, 224, 0.3);
  }
  .sm-border-right-alert-op-3 {
    border-right-color: rgba(255, 224, 224, 0.3);
  }
  .sm-border-bottom-alert-op-3 {
    border-bottom-color: rgba(255, 224, 224, 0.3);
  }
  .sm-border-left-alert-op-3 {
    border-left-color: rgba(255, 224, 224, 0.3);
  }
  .sm-fill-alert-op-3 {
    fill: rgba(255, 224, 224, 0.3);
  }
  .sm-stroke-alert-op-3 {
    stroke: rgba(255, 224, 224, 0.3);
  }
  .sm-text-alert-op-3 {
    color: rgba(255, 224, 224, 0.3);
  }
  .sm-bg-alert-op-4 {
    background-color: rgba(255, 224, 224, 0.4);
  }
  .sm-border-color-alert-op-4 {
    border-color: rgba(255, 224, 224, 0.4);
  }
  .sm-border-top-alert-op-4 {
    border-top-color: rgba(255, 224, 224, 0.4);
  }
  .sm-border-right-alert-op-4 {
    border-right-color: rgba(255, 224, 224, 0.4);
  }
  .sm-border-bottom-alert-op-4 {
    border-bottom-color: rgba(255, 224, 224, 0.4);
  }
  .sm-border-left-alert-op-4 {
    border-left-color: rgba(255, 224, 224, 0.4);
  }
  .sm-fill-alert-op-4 {
    fill: rgba(255, 224, 224, 0.4);
  }
  .sm-stroke-alert-op-4 {
    stroke: rgba(255, 224, 224, 0.4);
  }
  .sm-text-alert-op-4 {
    color: rgba(255, 224, 224, 0.4);
  }
  .sm-bg-alert-op-5 {
    background-color: rgba(255, 224, 224, 0.5);
  }
  .sm-border-color-alert-op-5 {
    border-color: rgba(255, 224, 224, 0.5);
  }
  .sm-border-top-alert-op-5 {
    border-top-color: rgba(255, 224, 224, 0.5);
  }
  .sm-border-right-alert-op-5 {
    border-right-color: rgba(255, 224, 224, 0.5);
  }
  .sm-border-bottom-alert-op-5 {
    border-bottom-color: rgba(255, 224, 224, 0.5);
  }
  .sm-border-left-alert-op-5 {
    border-left-color: rgba(255, 224, 224, 0.5);
  }
  .sm-fill-alert-op-5 {
    fill: rgba(255, 224, 224, 0.5);
  }
  .sm-stroke-alert-op-5 {
    stroke: rgba(255, 224, 224, 0.5);
  }
  .sm-text-alert-op-5 {
    color: rgba(255, 224, 224, 0.5);
  }
  .sm-bg-alert-op-6 {
    background-color: rgba(255, 224, 224, 0.6);
  }
  .sm-border-color-alert-op-6 {
    border-color: rgba(255, 224, 224, 0.6);
  }
  .sm-border-top-alert-op-6 {
    border-top-color: rgba(255, 224, 224, 0.6);
  }
  .sm-border-right-alert-op-6 {
    border-right-color: rgba(255, 224, 224, 0.6);
  }
  .sm-border-bottom-alert-op-6 {
    border-bottom-color: rgba(255, 224, 224, 0.6);
  }
  .sm-border-left-alert-op-6 {
    border-left-color: rgba(255, 224, 224, 0.6);
  }
  .sm-fill-alert-op-6 {
    fill: rgba(255, 224, 224, 0.6);
  }
  .sm-stroke-alert-op-6 {
    stroke: rgba(255, 224, 224, 0.6);
  }
  .sm-text-alert-op-6 {
    color: rgba(255, 224, 224, 0.6);
  }
  .sm-bg-alert-op-7 {
    background-color: rgba(255, 224, 224, 0.7);
  }
  .sm-border-color-alert-op-7 {
    border-color: rgba(255, 224, 224, 0.7);
  }
  .sm-border-top-alert-op-7 {
    border-top-color: rgba(255, 224, 224, 0.7);
  }
  .sm-border-right-alert-op-7 {
    border-right-color: rgba(255, 224, 224, 0.7);
  }
  .sm-border-bottom-alert-op-7 {
    border-bottom-color: rgba(255, 224, 224, 0.7);
  }
  .sm-border-left-alert-op-7 {
    border-left-color: rgba(255, 224, 224, 0.7);
  }
  .sm-fill-alert-op-7 {
    fill: rgba(255, 224, 224, 0.7);
  }
  .sm-stroke-alert-op-7 {
    stroke: rgba(255, 224, 224, 0.7);
  }
  .sm-text-alert-op-7 {
    color: rgba(255, 224, 224, 0.7);
  }
  .sm-bg-alert-op-8 {
    background-color: rgba(255, 224, 224, 0.8);
  }
  .sm-border-color-alert-op-8 {
    border-color: rgba(255, 224, 224, 0.8);
  }
  .sm-border-top-alert-op-8 {
    border-top-color: rgba(255, 224, 224, 0.8);
  }
  .sm-border-right-alert-op-8 {
    border-right-color: rgba(255, 224, 224, 0.8);
  }
  .sm-border-bottom-alert-op-8 {
    border-bottom-color: rgba(255, 224, 224, 0.8);
  }
  .sm-border-left-alert-op-8 {
    border-left-color: rgba(255, 224, 224, 0.8);
  }
  .sm-fill-alert-op-8 {
    fill: rgba(255, 224, 224, 0.8);
  }
  .sm-stroke-alert-op-8 {
    stroke: rgba(255, 224, 224, 0.8);
  }
  .sm-text-alert-op-8 {
    color: rgba(255, 224, 224, 0.8);
  }
  .sm-bg-alert-op-9 {
    background-color: rgba(255, 224, 224, 0.9);
  }
  .sm-border-color-alert-op-9 {
    border-color: rgba(255, 224, 224, 0.9);
  }
  .sm-border-top-alert-op-9 {
    border-top-color: rgba(255, 224, 224, 0.9);
  }
  .sm-border-right-alert-op-9 {
    border-right-color: rgba(255, 224, 224, 0.9);
  }
  .sm-border-bottom-alert-op-9 {
    border-bottom-color: rgba(255, 224, 224, 0.9);
  }
  .sm-border-left-alert-op-9 {
    border-left-color: rgba(255, 224, 224, 0.9);
  }
  .sm-fill-alert-op-9 {
    fill: rgba(255, 224, 224, 0.9);
  }
  .sm-stroke-alert-op-9 {
    stroke: rgba(255, 224, 224, 0.9);
  }
  .sm-text-alert-op-9 {
    color: rgba(255, 224, 224, 0.9);
  }
  .sm-bg-alert-op-10 {
    background-color: #ffe0e0;
  }
  .sm-border-color-alert-op-10 {
    border-color: #ffe0e0;
  }
  .sm-border-top-alert-op-10 {
    border-top-color: #ffe0e0;
  }
  .sm-border-right-alert-op-10 {
    border-right-color: #ffe0e0;
  }
  .sm-border-bottom-alert-op-10 {
    border-bottom-color: #ffe0e0;
  }
  .sm-border-left-alert-op-10 {
    border-left-color: #ffe0e0;
  }
  .sm-fill-alert-op-10 {
    fill: #ffe0e0;
  }
  .sm-stroke-alert-op-10 {
    stroke: #ffe0e0;
  }
  .sm-text-alert-op-10 {
    color: #ffe0e0;
  }
  .sm-bg-text {
    background-color: #000;
  }
  .sm-border-color-text {
    border-color: #000;
  }
  .sm-border-top-text {
    border-top-color: #000;
  }
  .sm-border-right-text {
    border-right-color: #000;
  }
  .sm-border-bottom-text {
    border-bottom-color: #000;
  }
  .sm-border-left-text {
    border-left-color: #000;
  }
  .sm-fill-text {
    fill: #000;
  }
  .sm-stroke-text {
    stroke: #000;
  }
  .sm-text-text {
    color: #000;
  }
  .sm-bg-text-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .sm-border-color-text-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .sm-border-top-text-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .sm-border-right-text-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .sm-border-bottom-text-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .sm-border-left-text-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .sm-fill-text-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .sm-stroke-text-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .sm-text-text-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .sm-bg-text-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-color-text-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-top-text-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-right-text-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-bottom-text-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .sm-border-left-text-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .sm-fill-text-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .sm-stroke-text-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .sm-text-text-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .sm-bg-text-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-color-text-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-top-text-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-right-text-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-bottom-text-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .sm-border-left-text-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .sm-fill-text-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .sm-stroke-text-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .sm-text-text-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .sm-bg-text-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-color-text-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-top-text-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-right-text-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-bottom-text-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .sm-border-left-text-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .sm-fill-text-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .sm-stroke-text-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .sm-text-text-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .sm-bg-text-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-color-text-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-top-text-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-right-text-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-bottom-text-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .sm-border-left-text-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .sm-fill-text-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .sm-stroke-text-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .sm-text-text-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .sm-bg-text-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-color-text-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-top-text-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-right-text-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-bottom-text-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .sm-border-left-text-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .sm-fill-text-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .sm-stroke-text-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .sm-text-text-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .sm-bg-text-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-color-text-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-top-text-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-right-text-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-bottom-text-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .sm-border-left-text-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .sm-fill-text-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .sm-stroke-text-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .sm-text-text-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .sm-bg-text-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-color-text-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-top-text-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-right-text-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-bottom-text-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .sm-border-left-text-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .sm-fill-text-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .sm-stroke-text-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .sm-text-text-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .sm-bg-text-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-color-text-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-top-text-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-right-text-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-bottom-text-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .sm-border-left-text-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .sm-fill-text-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .sm-stroke-text-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .sm-text-text-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .sm-bg-text-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-color-text-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-top-text-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-right-text-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-bottom-text-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .sm-border-left-text-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .sm-fill-text-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .sm-stroke-text-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .sm-text-text-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .sm-bg-text-op-10 {
    background-color: black;
  }
  .sm-border-color-text-op-10 {
    border-color: black;
  }
  .sm-border-top-text-op-10 {
    border-top-color: black;
  }
  .sm-border-right-text-op-10 {
    border-right-color: black;
  }
  .sm-border-bottom-text-op-10 {
    border-bottom-color: black;
  }
  .sm-border-left-text-op-10 {
    border-left-color: black;
  }
  .sm-fill-text-op-10 {
    fill: black;
  }
  .sm-stroke-text-op-10 {
    stroke: black;
  }
  .sm-text-text-op-10 {
    color: black;
  }
  .sm-bg-secondary-dark {
    background-color: #244E9A;
  }
  .sm-border-color-secondary-dark {
    border-color: #244E9A;
  }
  .sm-border-top-secondary-dark {
    border-top-color: #244E9A;
  }
  .sm-border-right-secondary-dark {
    border-right-color: #244E9A;
  }
  .sm-border-bottom-secondary-dark {
    border-bottom-color: #244E9A;
  }
  .sm-border-left-secondary-dark {
    border-left-color: #244E9A;
  }
  .sm-fill-secondary-dark {
    fill: #244E9A;
  }
  .sm-stroke-secondary-dark {
    stroke: #244E9A;
  }
  .sm-text-secondary-dark {
    color: #244E9A;
  }
  .sm-bg-secondary-dark-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .sm-border-color-secondary-dark-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .sm-border-top-secondary-dark-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .sm-border-right-secondary-dark-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .sm-border-bottom-secondary-dark-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .sm-border-left-secondary-dark-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .sm-fill-secondary-dark-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .sm-stroke-secondary-dark-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .sm-text-secondary-dark-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .sm-bg-secondary-dark-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-color-secondary-dark-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-top-secondary-dark-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-right-secondary-dark-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-bottom-secondary-dark-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-left-secondary-dark-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .sm-fill-secondary-dark-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .sm-stroke-secondary-dark-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .sm-text-secondary-dark-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .sm-bg-secondary-dark-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-color-secondary-dark-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-top-secondary-dark-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-right-secondary-dark-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-bottom-secondary-dark-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-left-secondary-dark-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .sm-fill-secondary-dark-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .sm-stroke-secondary-dark-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .sm-text-secondary-dark-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .sm-bg-secondary-dark-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-color-secondary-dark-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-top-secondary-dark-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-right-secondary-dark-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-bottom-secondary-dark-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-left-secondary-dark-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .sm-fill-secondary-dark-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .sm-stroke-secondary-dark-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .sm-text-secondary-dark-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .sm-bg-secondary-dark-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-color-secondary-dark-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-top-secondary-dark-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-right-secondary-dark-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-bottom-secondary-dark-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-left-secondary-dark-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .sm-fill-secondary-dark-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .sm-stroke-secondary-dark-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .sm-text-secondary-dark-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .sm-bg-secondary-dark-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-color-secondary-dark-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-top-secondary-dark-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-right-secondary-dark-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-bottom-secondary-dark-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-left-secondary-dark-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .sm-fill-secondary-dark-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .sm-stroke-secondary-dark-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .sm-text-secondary-dark-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .sm-bg-secondary-dark-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-color-secondary-dark-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-top-secondary-dark-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-right-secondary-dark-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-bottom-secondary-dark-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-left-secondary-dark-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .sm-fill-secondary-dark-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .sm-stroke-secondary-dark-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .sm-text-secondary-dark-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .sm-bg-secondary-dark-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-color-secondary-dark-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-top-secondary-dark-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-right-secondary-dark-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-bottom-secondary-dark-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-left-secondary-dark-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .sm-fill-secondary-dark-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .sm-stroke-secondary-dark-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .sm-text-secondary-dark-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .sm-bg-secondary-dark-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-color-secondary-dark-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-top-secondary-dark-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-right-secondary-dark-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-bottom-secondary-dark-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-left-secondary-dark-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .sm-fill-secondary-dark-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .sm-stroke-secondary-dark-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .sm-text-secondary-dark-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .sm-bg-secondary-dark-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-color-secondary-dark-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-top-secondary-dark-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-right-secondary-dark-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-bottom-secondary-dark-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-left-secondary-dark-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .sm-fill-secondary-dark-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .sm-stroke-secondary-dark-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .sm-text-secondary-dark-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .sm-bg-secondary-dark-op-10 {
    background-color: #244e9a;
  }
  .sm-border-color-secondary-dark-op-10 {
    border-color: #244e9a;
  }
  .sm-border-top-secondary-dark-op-10 {
    border-top-color: #244e9a;
  }
  .sm-border-right-secondary-dark-op-10 {
    border-right-color: #244e9a;
  }
  .sm-border-bottom-secondary-dark-op-10 {
    border-bottom-color: #244e9a;
  }
  .sm-border-left-secondary-dark-op-10 {
    border-left-color: #244e9a;
  }
  .sm-fill-secondary-dark-op-10 {
    fill: #244e9a;
  }
  .sm-stroke-secondary-dark-op-10 {
    stroke: #244e9a;
  }
  .sm-text-secondary-dark-op-10 {
    color: #244e9a;
  }
  .sm-bg-secondary {
    background-color: #244E9A;
  }
  .sm-border-color-secondary {
    border-color: #244E9A;
  }
  .sm-border-top-secondary {
    border-top-color: #244E9A;
  }
  .sm-border-right-secondary {
    border-right-color: #244E9A;
  }
  .sm-border-bottom-secondary {
    border-bottom-color: #244E9A;
  }
  .sm-border-left-secondary {
    border-left-color: #244E9A;
  }
  .sm-fill-secondary {
    fill: #244E9A;
  }
  .sm-stroke-secondary {
    stroke: #244E9A;
  }
  .sm-text-secondary {
    color: #244E9A;
  }
  .sm-bg-secondary-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .sm-border-color-secondary-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .sm-border-top-secondary-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .sm-border-right-secondary-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .sm-border-bottom-secondary-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .sm-border-left-secondary-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .sm-fill-secondary-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .sm-stroke-secondary-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .sm-text-secondary-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .sm-bg-secondary-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-color-secondary-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-top-secondary-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-right-secondary-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-bottom-secondary-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-left-secondary-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .sm-fill-secondary-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .sm-stroke-secondary-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .sm-text-secondary-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .sm-bg-secondary-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-color-secondary-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-top-secondary-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-right-secondary-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-bottom-secondary-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-left-secondary-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .sm-fill-secondary-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .sm-stroke-secondary-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .sm-text-secondary-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .sm-bg-secondary-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-color-secondary-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-top-secondary-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-right-secondary-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-bottom-secondary-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-left-secondary-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .sm-fill-secondary-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .sm-stroke-secondary-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .sm-text-secondary-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .sm-bg-secondary-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-color-secondary-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-top-secondary-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-right-secondary-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-bottom-secondary-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-left-secondary-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .sm-fill-secondary-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .sm-stroke-secondary-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .sm-text-secondary-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .sm-bg-secondary-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-color-secondary-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-top-secondary-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-right-secondary-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-bottom-secondary-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-left-secondary-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .sm-fill-secondary-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .sm-stroke-secondary-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .sm-text-secondary-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .sm-bg-secondary-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-color-secondary-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-top-secondary-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-right-secondary-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-bottom-secondary-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-left-secondary-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .sm-fill-secondary-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .sm-stroke-secondary-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .sm-text-secondary-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .sm-bg-secondary-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-color-secondary-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-top-secondary-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-right-secondary-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-bottom-secondary-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-left-secondary-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .sm-fill-secondary-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .sm-stroke-secondary-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .sm-text-secondary-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .sm-bg-secondary-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-color-secondary-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-top-secondary-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-right-secondary-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-bottom-secondary-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-left-secondary-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .sm-fill-secondary-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .sm-stroke-secondary-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .sm-text-secondary-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .sm-bg-secondary-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-color-secondary-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-top-secondary-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-right-secondary-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-bottom-secondary-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-left-secondary-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .sm-fill-secondary-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .sm-stroke-secondary-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .sm-text-secondary-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .sm-bg-secondary-op-10 {
    background-color: #244e9a;
  }
  .sm-border-color-secondary-op-10 {
    border-color: #244e9a;
  }
  .sm-border-top-secondary-op-10 {
    border-top-color: #244e9a;
  }
  .sm-border-right-secondary-op-10 {
    border-right-color: #244e9a;
  }
  .sm-border-bottom-secondary-op-10 {
    border-bottom-color: #244e9a;
  }
  .sm-border-left-secondary-op-10 {
    border-left-color: #244e9a;
  }
  .sm-fill-secondary-op-10 {
    fill: #244e9a;
  }
  .sm-stroke-secondary-op-10 {
    stroke: #244e9a;
  }
  .sm-text-secondary-op-10 {
    color: #244e9a;
  }
  .sm-bg-secondary-light {
    background-color: #244E9A;
  }
  .sm-border-color-secondary-light {
    border-color: #244E9A;
  }
  .sm-border-top-secondary-light {
    border-top-color: #244E9A;
  }
  .sm-border-right-secondary-light {
    border-right-color: #244E9A;
  }
  .sm-border-bottom-secondary-light {
    border-bottom-color: #244E9A;
  }
  .sm-border-left-secondary-light {
    border-left-color: #244E9A;
  }
  .sm-fill-secondary-light {
    fill: #244E9A;
  }
  .sm-stroke-secondary-light {
    stroke: #244E9A;
  }
  .sm-text-secondary-light {
    color: #244E9A;
  }
  .sm-bg-secondary-light-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .sm-border-color-secondary-light-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .sm-border-top-secondary-light-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .sm-border-right-secondary-light-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .sm-border-bottom-secondary-light-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .sm-border-left-secondary-light-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .sm-fill-secondary-light-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .sm-stroke-secondary-light-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .sm-text-secondary-light-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .sm-bg-secondary-light-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-color-secondary-light-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-top-secondary-light-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-right-secondary-light-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-bottom-secondary-light-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .sm-border-left-secondary-light-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .sm-fill-secondary-light-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .sm-stroke-secondary-light-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .sm-text-secondary-light-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .sm-bg-secondary-light-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-color-secondary-light-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-top-secondary-light-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-right-secondary-light-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-bottom-secondary-light-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .sm-border-left-secondary-light-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .sm-fill-secondary-light-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .sm-stroke-secondary-light-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .sm-text-secondary-light-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .sm-bg-secondary-light-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-color-secondary-light-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-top-secondary-light-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-right-secondary-light-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-bottom-secondary-light-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .sm-border-left-secondary-light-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .sm-fill-secondary-light-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .sm-stroke-secondary-light-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .sm-text-secondary-light-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .sm-bg-secondary-light-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-color-secondary-light-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-top-secondary-light-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-right-secondary-light-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-bottom-secondary-light-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .sm-border-left-secondary-light-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .sm-fill-secondary-light-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .sm-stroke-secondary-light-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .sm-text-secondary-light-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .sm-bg-secondary-light-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-color-secondary-light-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-top-secondary-light-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-right-secondary-light-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-bottom-secondary-light-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .sm-border-left-secondary-light-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .sm-fill-secondary-light-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .sm-stroke-secondary-light-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .sm-text-secondary-light-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .sm-bg-secondary-light-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-color-secondary-light-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-top-secondary-light-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-right-secondary-light-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-bottom-secondary-light-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .sm-border-left-secondary-light-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .sm-fill-secondary-light-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .sm-stroke-secondary-light-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .sm-text-secondary-light-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .sm-bg-secondary-light-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-color-secondary-light-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-top-secondary-light-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-right-secondary-light-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-bottom-secondary-light-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .sm-border-left-secondary-light-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .sm-fill-secondary-light-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .sm-stroke-secondary-light-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .sm-text-secondary-light-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .sm-bg-secondary-light-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-color-secondary-light-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-top-secondary-light-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-right-secondary-light-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-bottom-secondary-light-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .sm-border-left-secondary-light-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .sm-fill-secondary-light-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .sm-stroke-secondary-light-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .sm-text-secondary-light-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .sm-bg-secondary-light-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-color-secondary-light-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-top-secondary-light-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-right-secondary-light-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-bottom-secondary-light-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .sm-border-left-secondary-light-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .sm-fill-secondary-light-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .sm-stroke-secondary-light-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .sm-text-secondary-light-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .sm-bg-secondary-light-op-10 {
    background-color: #244e9a;
  }
  .sm-border-color-secondary-light-op-10 {
    border-color: #244e9a;
  }
  .sm-border-top-secondary-light-op-10 {
    border-top-color: #244e9a;
  }
  .sm-border-right-secondary-light-op-10 {
    border-right-color: #244e9a;
  }
  .sm-border-bottom-secondary-light-op-10 {
    border-bottom-color: #244e9a;
  }
  .sm-border-left-secondary-light-op-10 {
    border-left-color: #244e9a;
  }
  .sm-fill-secondary-light-op-10 {
    fill: #244e9a;
  }
  .sm-stroke-secondary-light-op-10 {
    stroke: #244e9a;
  }
  .sm-text-secondary-light-op-10 {
    color: #244e9a;
  }
}
@media (min-width: 768px) {
  .md-bg-black {
    background-color: #000;
  }
  .md-border-color-black {
    border-color: #000;
  }
  .md-border-top-black {
    border-top-color: #000;
  }
  .md-border-right-black {
    border-right-color: #000;
  }
  .md-border-bottom-black {
    border-bottom-color: #000;
  }
  .md-border-left-black {
    border-left-color: #000;
  }
  .md-fill-black {
    fill: #000;
  }
  .md-stroke-black {
    stroke: #000;
  }
  .md-text-black {
    color: #000;
  }
  .md-bg-black-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .md-border-color-black-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .md-border-top-black-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .md-border-right-black-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .md-border-bottom-black-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .md-border-left-black-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .md-fill-black-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .md-stroke-black-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .md-text-black-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .md-bg-black-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-color-black-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-top-black-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-right-black-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-bottom-black-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-left-black-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .md-fill-black-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .md-stroke-black-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .md-text-black-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .md-bg-black-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-color-black-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-top-black-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-right-black-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-bottom-black-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-left-black-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .md-fill-black-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .md-stroke-black-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .md-text-black-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .md-bg-black-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-color-black-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-top-black-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-right-black-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-bottom-black-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-left-black-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .md-fill-black-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .md-stroke-black-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .md-text-black-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .md-bg-black-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-color-black-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-top-black-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-right-black-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-bottom-black-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-left-black-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .md-fill-black-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .md-stroke-black-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .md-text-black-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .md-bg-black-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-color-black-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-top-black-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-right-black-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-bottom-black-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-left-black-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .md-fill-black-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .md-stroke-black-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .md-text-black-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .md-bg-black-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-color-black-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-top-black-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-right-black-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-bottom-black-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-left-black-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .md-fill-black-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .md-stroke-black-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .md-text-black-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .md-bg-black-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-color-black-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-top-black-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-right-black-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-bottom-black-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-left-black-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .md-fill-black-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .md-stroke-black-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .md-text-black-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .md-bg-black-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-color-black-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-top-black-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-right-black-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-bottom-black-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-left-black-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .md-fill-black-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .md-stroke-black-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .md-text-black-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .md-bg-black-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-color-black-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-top-black-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-right-black-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-bottom-black-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-left-black-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .md-fill-black-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .md-stroke-black-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .md-text-black-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .md-bg-black-op-10 {
    background-color: black;
  }
  .md-border-color-black-op-10 {
    border-color: black;
  }
  .md-border-top-black-op-10 {
    border-top-color: black;
  }
  .md-border-right-black-op-10 {
    border-right-color: black;
  }
  .md-border-bottom-black-op-10 {
    border-bottom-color: black;
  }
  .md-border-left-black-op-10 {
    border-left-color: black;
  }
  .md-fill-black-op-10 {
    fill: black;
  }
  .md-stroke-black-op-10 {
    stroke: black;
  }
  .md-text-black-op-10 {
    color: black;
  }
  .md-bg-white {
    background-color: #fff;
  }
  .md-border-color-white {
    border-color: #fff;
  }
  .md-border-top-white {
    border-top-color: #fff;
  }
  .md-border-right-white {
    border-right-color: #fff;
  }
  .md-border-bottom-white {
    border-bottom-color: #fff;
  }
  .md-border-left-white {
    border-left-color: #fff;
  }
  .md-fill-white {
    fill: #fff;
  }
  .md-stroke-white {
    stroke: #fff;
  }
  .md-text-white {
    color: #fff;
  }
  .md-bg-white-op-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .md-border-color-white-op-0 {
    border-color: rgba(255, 255, 255, 0);
  }
  .md-border-top-white-op-0 {
    border-top-color: rgba(255, 255, 255, 0);
  }
  .md-border-right-white-op-0 {
    border-right-color: rgba(255, 255, 255, 0);
  }
  .md-border-bottom-white-op-0 {
    border-bottom-color: rgba(255, 255, 255, 0);
  }
  .md-border-left-white-op-0 {
    border-left-color: rgba(255, 255, 255, 0);
  }
  .md-fill-white-op-0 {
    fill: rgba(255, 255, 255, 0);
  }
  .md-stroke-white-op-0 {
    stroke: rgba(255, 255, 255, 0);
  }
  .md-text-white-op-0 {
    color: rgba(255, 255, 255, 0);
  }
  .md-bg-white-op-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .md-border-color-white-op-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .md-border-top-white-op-1 {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  .md-border-right-white-op-1 {
    border-right-color: rgba(255, 255, 255, 0.1);
  }
  .md-border-bottom-white-op-1 {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .md-border-left-white-op-1 {
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  .md-fill-white-op-1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .md-stroke-white-op-1 {
    stroke: rgba(255, 255, 255, 0.1);
  }
  .md-text-white-op-1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .md-bg-white-op-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .md-border-color-white-op-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .md-border-top-white-op-2 {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .md-border-right-white-op-2 {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
  .md-border-bottom-white-op-2 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .md-border-left-white-op-2 {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
  .md-fill-white-op-2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .md-stroke-white-op-2 {
    stroke: rgba(255, 255, 255, 0.2);
  }
  .md-text-white-op-2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .md-bg-white-op-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .md-border-color-white-op-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .md-border-top-white-op-3 {
    border-top-color: rgba(255, 255, 255, 0.3);
  }
  .md-border-right-white-op-3 {
    border-right-color: rgba(255, 255, 255, 0.3);
  }
  .md-border-bottom-white-op-3 {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .md-border-left-white-op-3 {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
  .md-fill-white-op-3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .md-stroke-white-op-3 {
    stroke: rgba(255, 255, 255, 0.3);
  }
  .md-text-white-op-3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .md-bg-white-op-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .md-border-color-white-op-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .md-border-top-white-op-4 {
    border-top-color: rgba(255, 255, 255, 0.4);
  }
  .md-border-right-white-op-4 {
    border-right-color: rgba(255, 255, 255, 0.4);
  }
  .md-border-bottom-white-op-4 {
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  .md-border-left-white-op-4 {
    border-left-color: rgba(255, 255, 255, 0.4);
  }
  .md-fill-white-op-4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .md-stroke-white-op-4 {
    stroke: rgba(255, 255, 255, 0.4);
  }
  .md-text-white-op-4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .md-bg-white-op-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .md-border-color-white-op-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .md-border-top-white-op-5 {
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .md-border-right-white-op-5 {
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .md-border-bottom-white-op-5 {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .md-border-left-white-op-5 {
    border-left-color: rgba(255, 255, 255, 0.5);
  }
  .md-fill-white-op-5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .md-stroke-white-op-5 {
    stroke: rgba(255, 255, 255, 0.5);
  }
  .md-text-white-op-5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .md-bg-white-op-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .md-border-color-white-op-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .md-border-top-white-op-6 {
    border-top-color: rgba(255, 255, 255, 0.6);
  }
  .md-border-right-white-op-6 {
    border-right-color: rgba(255, 255, 255, 0.6);
  }
  .md-border-bottom-white-op-6 {
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }
  .md-border-left-white-op-6 {
    border-left-color: rgba(255, 255, 255, 0.6);
  }
  .md-fill-white-op-6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .md-stroke-white-op-6 {
    stroke: rgba(255, 255, 255, 0.6);
  }
  .md-text-white-op-6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .md-bg-white-op-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .md-border-color-white-op-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .md-border-top-white-op-7 {
    border-top-color: rgba(255, 255, 255, 0.7);
  }
  .md-border-right-white-op-7 {
    border-right-color: rgba(255, 255, 255, 0.7);
  }
  .md-border-bottom-white-op-7 {
    border-bottom-color: rgba(255, 255, 255, 0.7);
  }
  .md-border-left-white-op-7 {
    border-left-color: rgba(255, 255, 255, 0.7);
  }
  .md-fill-white-op-7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .md-stroke-white-op-7 {
    stroke: rgba(255, 255, 255, 0.7);
  }
  .md-text-white-op-7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .md-bg-white-op-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .md-border-color-white-op-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .md-border-top-white-op-8 {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .md-border-right-white-op-8 {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
  .md-border-bottom-white-op-8 {
    border-bottom-color: rgba(255, 255, 255, 0.8);
  }
  .md-border-left-white-op-8 {
    border-left-color: rgba(255, 255, 255, 0.8);
  }
  .md-fill-white-op-8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .md-stroke-white-op-8 {
    stroke: rgba(255, 255, 255, 0.8);
  }
  .md-text-white-op-8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .md-bg-white-op-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .md-border-color-white-op-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .md-border-top-white-op-9 {
    border-top-color: rgba(255, 255, 255, 0.9);
  }
  .md-border-right-white-op-9 {
    border-right-color: rgba(255, 255, 255, 0.9);
  }
  .md-border-bottom-white-op-9 {
    border-bottom-color: rgba(255, 255, 255, 0.9);
  }
  .md-border-left-white-op-9 {
    border-left-color: rgba(255, 255, 255, 0.9);
  }
  .md-fill-white-op-9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .md-stroke-white-op-9 {
    stroke: rgba(255, 255, 255, 0.9);
  }
  .md-text-white-op-9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .md-bg-white-op-10 {
    background-color: white;
  }
  .md-border-color-white-op-10 {
    border-color: white;
  }
  .md-border-top-white-op-10 {
    border-top-color: white;
  }
  .md-border-right-white-op-10 {
    border-right-color: white;
  }
  .md-border-bottom-white-op-10 {
    border-bottom-color: white;
  }
  .md-border-left-white-op-10 {
    border-left-color: white;
  }
  .md-fill-white-op-10 {
    fill: white;
  }
  .md-stroke-white-op-10 {
    stroke: white;
  }
  .md-text-white-op-10 {
    color: white;
  }
  .md-bg-gray-100 {
    background-color: #f9fafb;
  }
  .md-border-color-gray-100 {
    border-color: #f9fafb;
  }
  .md-border-top-gray-100 {
    border-top-color: #f9fafb;
  }
  .md-border-right-gray-100 {
    border-right-color: #f9fafb;
  }
  .md-border-bottom-gray-100 {
    border-bottom-color: #f9fafb;
  }
  .md-border-left-gray-100 {
    border-left-color: #f9fafb;
  }
  .md-fill-gray-100 {
    fill: #f9fafb;
  }
  .md-stroke-gray-100 {
    stroke: #f9fafb;
  }
  .md-text-gray-100 {
    color: #f9fafb;
  }
  .md-bg-gray-100-op-0 {
    background-color: rgba(249, 250, 251, 0);
  }
  .md-border-color-gray-100-op-0 {
    border-color: rgba(249, 250, 251, 0);
  }
  .md-border-top-gray-100-op-0 {
    border-top-color: rgba(249, 250, 251, 0);
  }
  .md-border-right-gray-100-op-0 {
    border-right-color: rgba(249, 250, 251, 0);
  }
  .md-border-bottom-gray-100-op-0 {
    border-bottom-color: rgba(249, 250, 251, 0);
  }
  .md-border-left-gray-100-op-0 {
    border-left-color: rgba(249, 250, 251, 0);
  }
  .md-fill-gray-100-op-0 {
    fill: rgba(249, 250, 251, 0);
  }
  .md-stroke-gray-100-op-0 {
    stroke: rgba(249, 250, 251, 0);
  }
  .md-text-gray-100-op-0 {
    color: rgba(249, 250, 251, 0);
  }
  .md-bg-gray-100-op-1 {
    background-color: rgba(249, 250, 251, 0.1);
  }
  .md-border-color-gray-100-op-1 {
    border-color: rgba(249, 250, 251, 0.1);
  }
  .md-border-top-gray-100-op-1 {
    border-top-color: rgba(249, 250, 251, 0.1);
  }
  .md-border-right-gray-100-op-1 {
    border-right-color: rgba(249, 250, 251, 0.1);
  }
  .md-border-bottom-gray-100-op-1 {
    border-bottom-color: rgba(249, 250, 251, 0.1);
  }
  .md-border-left-gray-100-op-1 {
    border-left-color: rgba(249, 250, 251, 0.1);
  }
  .md-fill-gray-100-op-1 {
    fill: rgba(249, 250, 251, 0.1);
  }
  .md-stroke-gray-100-op-1 {
    stroke: rgba(249, 250, 251, 0.1);
  }
  .md-text-gray-100-op-1 {
    color: rgba(249, 250, 251, 0.1);
  }
  .md-bg-gray-100-op-2 {
    background-color: rgba(249, 250, 251, 0.2);
  }
  .md-border-color-gray-100-op-2 {
    border-color: rgba(249, 250, 251, 0.2);
  }
  .md-border-top-gray-100-op-2 {
    border-top-color: rgba(249, 250, 251, 0.2);
  }
  .md-border-right-gray-100-op-2 {
    border-right-color: rgba(249, 250, 251, 0.2);
  }
  .md-border-bottom-gray-100-op-2 {
    border-bottom-color: rgba(249, 250, 251, 0.2);
  }
  .md-border-left-gray-100-op-2 {
    border-left-color: rgba(249, 250, 251, 0.2);
  }
  .md-fill-gray-100-op-2 {
    fill: rgba(249, 250, 251, 0.2);
  }
  .md-stroke-gray-100-op-2 {
    stroke: rgba(249, 250, 251, 0.2);
  }
  .md-text-gray-100-op-2 {
    color: rgba(249, 250, 251, 0.2);
  }
  .md-bg-gray-100-op-3 {
    background-color: rgba(249, 250, 251, 0.3);
  }
  .md-border-color-gray-100-op-3 {
    border-color: rgba(249, 250, 251, 0.3);
  }
  .md-border-top-gray-100-op-3 {
    border-top-color: rgba(249, 250, 251, 0.3);
  }
  .md-border-right-gray-100-op-3 {
    border-right-color: rgba(249, 250, 251, 0.3);
  }
  .md-border-bottom-gray-100-op-3 {
    border-bottom-color: rgba(249, 250, 251, 0.3);
  }
  .md-border-left-gray-100-op-3 {
    border-left-color: rgba(249, 250, 251, 0.3);
  }
  .md-fill-gray-100-op-3 {
    fill: rgba(249, 250, 251, 0.3);
  }
  .md-stroke-gray-100-op-3 {
    stroke: rgba(249, 250, 251, 0.3);
  }
  .md-text-gray-100-op-3 {
    color: rgba(249, 250, 251, 0.3);
  }
  .md-bg-gray-100-op-4 {
    background-color: rgba(249, 250, 251, 0.4);
  }
  .md-border-color-gray-100-op-4 {
    border-color: rgba(249, 250, 251, 0.4);
  }
  .md-border-top-gray-100-op-4 {
    border-top-color: rgba(249, 250, 251, 0.4);
  }
  .md-border-right-gray-100-op-4 {
    border-right-color: rgba(249, 250, 251, 0.4);
  }
  .md-border-bottom-gray-100-op-4 {
    border-bottom-color: rgba(249, 250, 251, 0.4);
  }
  .md-border-left-gray-100-op-4 {
    border-left-color: rgba(249, 250, 251, 0.4);
  }
  .md-fill-gray-100-op-4 {
    fill: rgba(249, 250, 251, 0.4);
  }
  .md-stroke-gray-100-op-4 {
    stroke: rgba(249, 250, 251, 0.4);
  }
  .md-text-gray-100-op-4 {
    color: rgba(249, 250, 251, 0.4);
  }
  .md-bg-gray-100-op-5 {
    background-color: rgba(249, 250, 251, 0.5);
  }
  .md-border-color-gray-100-op-5 {
    border-color: rgba(249, 250, 251, 0.5);
  }
  .md-border-top-gray-100-op-5 {
    border-top-color: rgba(249, 250, 251, 0.5);
  }
  .md-border-right-gray-100-op-5 {
    border-right-color: rgba(249, 250, 251, 0.5);
  }
  .md-border-bottom-gray-100-op-5 {
    border-bottom-color: rgba(249, 250, 251, 0.5);
  }
  .md-border-left-gray-100-op-5 {
    border-left-color: rgba(249, 250, 251, 0.5);
  }
  .md-fill-gray-100-op-5 {
    fill: rgba(249, 250, 251, 0.5);
  }
  .md-stroke-gray-100-op-5 {
    stroke: rgba(249, 250, 251, 0.5);
  }
  .md-text-gray-100-op-5 {
    color: rgba(249, 250, 251, 0.5);
  }
  .md-bg-gray-100-op-6 {
    background-color: rgba(249, 250, 251, 0.6);
  }
  .md-border-color-gray-100-op-6 {
    border-color: rgba(249, 250, 251, 0.6);
  }
  .md-border-top-gray-100-op-6 {
    border-top-color: rgba(249, 250, 251, 0.6);
  }
  .md-border-right-gray-100-op-6 {
    border-right-color: rgba(249, 250, 251, 0.6);
  }
  .md-border-bottom-gray-100-op-6 {
    border-bottom-color: rgba(249, 250, 251, 0.6);
  }
  .md-border-left-gray-100-op-6 {
    border-left-color: rgba(249, 250, 251, 0.6);
  }
  .md-fill-gray-100-op-6 {
    fill: rgba(249, 250, 251, 0.6);
  }
  .md-stroke-gray-100-op-6 {
    stroke: rgba(249, 250, 251, 0.6);
  }
  .md-text-gray-100-op-6 {
    color: rgba(249, 250, 251, 0.6);
  }
  .md-bg-gray-100-op-7 {
    background-color: rgba(249, 250, 251, 0.7);
  }
  .md-border-color-gray-100-op-7 {
    border-color: rgba(249, 250, 251, 0.7);
  }
  .md-border-top-gray-100-op-7 {
    border-top-color: rgba(249, 250, 251, 0.7);
  }
  .md-border-right-gray-100-op-7 {
    border-right-color: rgba(249, 250, 251, 0.7);
  }
  .md-border-bottom-gray-100-op-7 {
    border-bottom-color: rgba(249, 250, 251, 0.7);
  }
  .md-border-left-gray-100-op-7 {
    border-left-color: rgba(249, 250, 251, 0.7);
  }
  .md-fill-gray-100-op-7 {
    fill: rgba(249, 250, 251, 0.7);
  }
  .md-stroke-gray-100-op-7 {
    stroke: rgba(249, 250, 251, 0.7);
  }
  .md-text-gray-100-op-7 {
    color: rgba(249, 250, 251, 0.7);
  }
  .md-bg-gray-100-op-8 {
    background-color: rgba(249, 250, 251, 0.8);
  }
  .md-border-color-gray-100-op-8 {
    border-color: rgba(249, 250, 251, 0.8);
  }
  .md-border-top-gray-100-op-8 {
    border-top-color: rgba(249, 250, 251, 0.8);
  }
  .md-border-right-gray-100-op-8 {
    border-right-color: rgba(249, 250, 251, 0.8);
  }
  .md-border-bottom-gray-100-op-8 {
    border-bottom-color: rgba(249, 250, 251, 0.8);
  }
  .md-border-left-gray-100-op-8 {
    border-left-color: rgba(249, 250, 251, 0.8);
  }
  .md-fill-gray-100-op-8 {
    fill: rgba(249, 250, 251, 0.8);
  }
  .md-stroke-gray-100-op-8 {
    stroke: rgba(249, 250, 251, 0.8);
  }
  .md-text-gray-100-op-8 {
    color: rgba(249, 250, 251, 0.8);
  }
  .md-bg-gray-100-op-9 {
    background-color: rgba(249, 250, 251, 0.9);
  }
  .md-border-color-gray-100-op-9 {
    border-color: rgba(249, 250, 251, 0.9);
  }
  .md-border-top-gray-100-op-9 {
    border-top-color: rgba(249, 250, 251, 0.9);
  }
  .md-border-right-gray-100-op-9 {
    border-right-color: rgba(249, 250, 251, 0.9);
  }
  .md-border-bottom-gray-100-op-9 {
    border-bottom-color: rgba(249, 250, 251, 0.9);
  }
  .md-border-left-gray-100-op-9 {
    border-left-color: rgba(249, 250, 251, 0.9);
  }
  .md-fill-gray-100-op-9 {
    fill: rgba(249, 250, 251, 0.9);
  }
  .md-stroke-gray-100-op-9 {
    stroke: rgba(249, 250, 251, 0.9);
  }
  .md-text-gray-100-op-9 {
    color: rgba(249, 250, 251, 0.9);
  }
  .md-bg-gray-100-op-10 {
    background-color: #f9fafb;
  }
  .md-border-color-gray-100-op-10 {
    border-color: #f9fafb;
  }
  .md-border-top-gray-100-op-10 {
    border-top-color: #f9fafb;
  }
  .md-border-right-gray-100-op-10 {
    border-right-color: #f9fafb;
  }
  .md-border-bottom-gray-100-op-10 {
    border-bottom-color: #f9fafb;
  }
  .md-border-left-gray-100-op-10 {
    border-left-color: #f9fafb;
  }
  .md-fill-gray-100-op-10 {
    fill: #f9fafb;
  }
  .md-stroke-gray-100-op-10 {
    stroke: #f9fafb;
  }
  .md-text-gray-100-op-10 {
    color: #f9fafb;
  }
  .md-bg-gray-150 {
    background-color: #f5f5f5;
  }
  .md-border-color-gray-150 {
    border-color: #f5f5f5;
  }
  .md-border-top-gray-150 {
    border-top-color: #f5f5f5;
  }
  .md-border-right-gray-150 {
    border-right-color: #f5f5f5;
  }
  .md-border-bottom-gray-150 {
    border-bottom-color: #f5f5f5;
  }
  .md-border-left-gray-150 {
    border-left-color: #f5f5f5;
  }
  .md-fill-gray-150 {
    fill: #f5f5f5;
  }
  .md-stroke-gray-150 {
    stroke: #f5f5f5;
  }
  .md-text-gray-150 {
    color: #f5f5f5;
  }
  .md-bg-gray-150-op-0 {
    background-color: rgba(245, 245, 245, 0);
  }
  .md-border-color-gray-150-op-0 {
    border-color: rgba(245, 245, 245, 0);
  }
  .md-border-top-gray-150-op-0 {
    border-top-color: rgba(245, 245, 245, 0);
  }
  .md-border-right-gray-150-op-0 {
    border-right-color: rgba(245, 245, 245, 0);
  }
  .md-border-bottom-gray-150-op-0 {
    border-bottom-color: rgba(245, 245, 245, 0);
  }
  .md-border-left-gray-150-op-0 {
    border-left-color: rgba(245, 245, 245, 0);
  }
  .md-fill-gray-150-op-0 {
    fill: rgba(245, 245, 245, 0);
  }
  .md-stroke-gray-150-op-0 {
    stroke: rgba(245, 245, 245, 0);
  }
  .md-text-gray-150-op-0 {
    color: rgba(245, 245, 245, 0);
  }
  .md-bg-gray-150-op-1 {
    background-color: rgba(245, 245, 245, 0.1);
  }
  .md-border-color-gray-150-op-1 {
    border-color: rgba(245, 245, 245, 0.1);
  }
  .md-border-top-gray-150-op-1 {
    border-top-color: rgba(245, 245, 245, 0.1);
  }
  .md-border-right-gray-150-op-1 {
    border-right-color: rgba(245, 245, 245, 0.1);
  }
  .md-border-bottom-gray-150-op-1 {
    border-bottom-color: rgba(245, 245, 245, 0.1);
  }
  .md-border-left-gray-150-op-1 {
    border-left-color: rgba(245, 245, 245, 0.1);
  }
  .md-fill-gray-150-op-1 {
    fill: rgba(245, 245, 245, 0.1);
  }
  .md-stroke-gray-150-op-1 {
    stroke: rgba(245, 245, 245, 0.1);
  }
  .md-text-gray-150-op-1 {
    color: rgba(245, 245, 245, 0.1);
  }
  .md-bg-gray-150-op-2 {
    background-color: rgba(245, 245, 245, 0.2);
  }
  .md-border-color-gray-150-op-2 {
    border-color: rgba(245, 245, 245, 0.2);
  }
  .md-border-top-gray-150-op-2 {
    border-top-color: rgba(245, 245, 245, 0.2);
  }
  .md-border-right-gray-150-op-2 {
    border-right-color: rgba(245, 245, 245, 0.2);
  }
  .md-border-bottom-gray-150-op-2 {
    border-bottom-color: rgba(245, 245, 245, 0.2);
  }
  .md-border-left-gray-150-op-2 {
    border-left-color: rgba(245, 245, 245, 0.2);
  }
  .md-fill-gray-150-op-2 {
    fill: rgba(245, 245, 245, 0.2);
  }
  .md-stroke-gray-150-op-2 {
    stroke: rgba(245, 245, 245, 0.2);
  }
  .md-text-gray-150-op-2 {
    color: rgba(245, 245, 245, 0.2);
  }
  .md-bg-gray-150-op-3 {
    background-color: rgba(245, 245, 245, 0.3);
  }
  .md-border-color-gray-150-op-3 {
    border-color: rgba(245, 245, 245, 0.3);
  }
  .md-border-top-gray-150-op-3 {
    border-top-color: rgba(245, 245, 245, 0.3);
  }
  .md-border-right-gray-150-op-3 {
    border-right-color: rgba(245, 245, 245, 0.3);
  }
  .md-border-bottom-gray-150-op-3 {
    border-bottom-color: rgba(245, 245, 245, 0.3);
  }
  .md-border-left-gray-150-op-3 {
    border-left-color: rgba(245, 245, 245, 0.3);
  }
  .md-fill-gray-150-op-3 {
    fill: rgba(245, 245, 245, 0.3);
  }
  .md-stroke-gray-150-op-3 {
    stroke: rgba(245, 245, 245, 0.3);
  }
  .md-text-gray-150-op-3 {
    color: rgba(245, 245, 245, 0.3);
  }
  .md-bg-gray-150-op-4 {
    background-color: rgba(245, 245, 245, 0.4);
  }
  .md-border-color-gray-150-op-4 {
    border-color: rgba(245, 245, 245, 0.4);
  }
  .md-border-top-gray-150-op-4 {
    border-top-color: rgba(245, 245, 245, 0.4);
  }
  .md-border-right-gray-150-op-4 {
    border-right-color: rgba(245, 245, 245, 0.4);
  }
  .md-border-bottom-gray-150-op-4 {
    border-bottom-color: rgba(245, 245, 245, 0.4);
  }
  .md-border-left-gray-150-op-4 {
    border-left-color: rgba(245, 245, 245, 0.4);
  }
  .md-fill-gray-150-op-4 {
    fill: rgba(245, 245, 245, 0.4);
  }
  .md-stroke-gray-150-op-4 {
    stroke: rgba(245, 245, 245, 0.4);
  }
  .md-text-gray-150-op-4 {
    color: rgba(245, 245, 245, 0.4);
  }
  .md-bg-gray-150-op-5 {
    background-color: rgba(245, 245, 245, 0.5);
  }
  .md-border-color-gray-150-op-5 {
    border-color: rgba(245, 245, 245, 0.5);
  }
  .md-border-top-gray-150-op-5 {
    border-top-color: rgba(245, 245, 245, 0.5);
  }
  .md-border-right-gray-150-op-5 {
    border-right-color: rgba(245, 245, 245, 0.5);
  }
  .md-border-bottom-gray-150-op-5 {
    border-bottom-color: rgba(245, 245, 245, 0.5);
  }
  .md-border-left-gray-150-op-5 {
    border-left-color: rgba(245, 245, 245, 0.5);
  }
  .md-fill-gray-150-op-5 {
    fill: rgba(245, 245, 245, 0.5);
  }
  .md-stroke-gray-150-op-5 {
    stroke: rgba(245, 245, 245, 0.5);
  }
  .md-text-gray-150-op-5 {
    color: rgba(245, 245, 245, 0.5);
  }
  .md-bg-gray-150-op-6 {
    background-color: rgba(245, 245, 245, 0.6);
  }
  .md-border-color-gray-150-op-6 {
    border-color: rgba(245, 245, 245, 0.6);
  }
  .md-border-top-gray-150-op-6 {
    border-top-color: rgba(245, 245, 245, 0.6);
  }
  .md-border-right-gray-150-op-6 {
    border-right-color: rgba(245, 245, 245, 0.6);
  }
  .md-border-bottom-gray-150-op-6 {
    border-bottom-color: rgba(245, 245, 245, 0.6);
  }
  .md-border-left-gray-150-op-6 {
    border-left-color: rgba(245, 245, 245, 0.6);
  }
  .md-fill-gray-150-op-6 {
    fill: rgba(245, 245, 245, 0.6);
  }
  .md-stroke-gray-150-op-6 {
    stroke: rgba(245, 245, 245, 0.6);
  }
  .md-text-gray-150-op-6 {
    color: rgba(245, 245, 245, 0.6);
  }
  .md-bg-gray-150-op-7 {
    background-color: rgba(245, 245, 245, 0.7);
  }
  .md-border-color-gray-150-op-7 {
    border-color: rgba(245, 245, 245, 0.7);
  }
  .md-border-top-gray-150-op-7 {
    border-top-color: rgba(245, 245, 245, 0.7);
  }
  .md-border-right-gray-150-op-7 {
    border-right-color: rgba(245, 245, 245, 0.7);
  }
  .md-border-bottom-gray-150-op-7 {
    border-bottom-color: rgba(245, 245, 245, 0.7);
  }
  .md-border-left-gray-150-op-7 {
    border-left-color: rgba(245, 245, 245, 0.7);
  }
  .md-fill-gray-150-op-7 {
    fill: rgba(245, 245, 245, 0.7);
  }
  .md-stroke-gray-150-op-7 {
    stroke: rgba(245, 245, 245, 0.7);
  }
  .md-text-gray-150-op-7 {
    color: rgba(245, 245, 245, 0.7);
  }
  .md-bg-gray-150-op-8 {
    background-color: rgba(245, 245, 245, 0.8);
  }
  .md-border-color-gray-150-op-8 {
    border-color: rgba(245, 245, 245, 0.8);
  }
  .md-border-top-gray-150-op-8 {
    border-top-color: rgba(245, 245, 245, 0.8);
  }
  .md-border-right-gray-150-op-8 {
    border-right-color: rgba(245, 245, 245, 0.8);
  }
  .md-border-bottom-gray-150-op-8 {
    border-bottom-color: rgba(245, 245, 245, 0.8);
  }
  .md-border-left-gray-150-op-8 {
    border-left-color: rgba(245, 245, 245, 0.8);
  }
  .md-fill-gray-150-op-8 {
    fill: rgba(245, 245, 245, 0.8);
  }
  .md-stroke-gray-150-op-8 {
    stroke: rgba(245, 245, 245, 0.8);
  }
  .md-text-gray-150-op-8 {
    color: rgba(245, 245, 245, 0.8);
  }
  .md-bg-gray-150-op-9 {
    background-color: rgba(245, 245, 245, 0.9);
  }
  .md-border-color-gray-150-op-9 {
    border-color: rgba(245, 245, 245, 0.9);
  }
  .md-border-top-gray-150-op-9 {
    border-top-color: rgba(245, 245, 245, 0.9);
  }
  .md-border-right-gray-150-op-9 {
    border-right-color: rgba(245, 245, 245, 0.9);
  }
  .md-border-bottom-gray-150-op-9 {
    border-bottom-color: rgba(245, 245, 245, 0.9);
  }
  .md-border-left-gray-150-op-9 {
    border-left-color: rgba(245, 245, 245, 0.9);
  }
  .md-fill-gray-150-op-9 {
    fill: rgba(245, 245, 245, 0.9);
  }
  .md-stroke-gray-150-op-9 {
    stroke: rgba(245, 245, 245, 0.9);
  }
  .md-text-gray-150-op-9 {
    color: rgba(245, 245, 245, 0.9);
  }
  .md-bg-gray-150-op-10 {
    background-color: whitesmoke;
  }
  .md-border-color-gray-150-op-10 {
    border-color: whitesmoke;
  }
  .md-border-top-gray-150-op-10 {
    border-top-color: whitesmoke;
  }
  .md-border-right-gray-150-op-10 {
    border-right-color: whitesmoke;
  }
  .md-border-bottom-gray-150-op-10 {
    border-bottom-color: whitesmoke;
  }
  .md-border-left-gray-150-op-10 {
    border-left-color: whitesmoke;
  }
  .md-fill-gray-150-op-10 {
    fill: whitesmoke;
  }
  .md-stroke-gray-150-op-10 {
    stroke: whitesmoke;
  }
  .md-text-gray-150-op-10 {
    color: whitesmoke;
  }
  .md-bg-gray-200 {
    background-color: #eaedf0;
  }
  .md-border-color-gray-200 {
    border-color: #eaedf0;
  }
  .md-border-top-gray-200 {
    border-top-color: #eaedf0;
  }
  .md-border-right-gray-200 {
    border-right-color: #eaedf0;
  }
  .md-border-bottom-gray-200 {
    border-bottom-color: #eaedf0;
  }
  .md-border-left-gray-200 {
    border-left-color: #eaedf0;
  }
  .md-fill-gray-200 {
    fill: #eaedf0;
  }
  .md-stroke-gray-200 {
    stroke: #eaedf0;
  }
  .md-text-gray-200 {
    color: #eaedf0;
  }
  .md-bg-gray-200-op-0 {
    background-color: rgba(234, 237, 240, 0);
  }
  .md-border-color-gray-200-op-0 {
    border-color: rgba(234, 237, 240, 0);
  }
  .md-border-top-gray-200-op-0 {
    border-top-color: rgba(234, 237, 240, 0);
  }
  .md-border-right-gray-200-op-0 {
    border-right-color: rgba(234, 237, 240, 0);
  }
  .md-border-bottom-gray-200-op-0 {
    border-bottom-color: rgba(234, 237, 240, 0);
  }
  .md-border-left-gray-200-op-0 {
    border-left-color: rgba(234, 237, 240, 0);
  }
  .md-fill-gray-200-op-0 {
    fill: rgba(234, 237, 240, 0);
  }
  .md-stroke-gray-200-op-0 {
    stroke: rgba(234, 237, 240, 0);
  }
  .md-text-gray-200-op-0 {
    color: rgba(234, 237, 240, 0);
  }
  .md-bg-gray-200-op-1 {
    background-color: rgba(234, 237, 240, 0.1);
  }
  .md-border-color-gray-200-op-1 {
    border-color: rgba(234, 237, 240, 0.1);
  }
  .md-border-top-gray-200-op-1 {
    border-top-color: rgba(234, 237, 240, 0.1);
  }
  .md-border-right-gray-200-op-1 {
    border-right-color: rgba(234, 237, 240, 0.1);
  }
  .md-border-bottom-gray-200-op-1 {
    border-bottom-color: rgba(234, 237, 240, 0.1);
  }
  .md-border-left-gray-200-op-1 {
    border-left-color: rgba(234, 237, 240, 0.1);
  }
  .md-fill-gray-200-op-1 {
    fill: rgba(234, 237, 240, 0.1);
  }
  .md-stroke-gray-200-op-1 {
    stroke: rgba(234, 237, 240, 0.1);
  }
  .md-text-gray-200-op-1 {
    color: rgba(234, 237, 240, 0.1);
  }
  .md-bg-gray-200-op-2 {
    background-color: rgba(234, 237, 240, 0.2);
  }
  .md-border-color-gray-200-op-2 {
    border-color: rgba(234, 237, 240, 0.2);
  }
  .md-border-top-gray-200-op-2 {
    border-top-color: rgba(234, 237, 240, 0.2);
  }
  .md-border-right-gray-200-op-2 {
    border-right-color: rgba(234, 237, 240, 0.2);
  }
  .md-border-bottom-gray-200-op-2 {
    border-bottom-color: rgba(234, 237, 240, 0.2);
  }
  .md-border-left-gray-200-op-2 {
    border-left-color: rgba(234, 237, 240, 0.2);
  }
  .md-fill-gray-200-op-2 {
    fill: rgba(234, 237, 240, 0.2);
  }
  .md-stroke-gray-200-op-2 {
    stroke: rgba(234, 237, 240, 0.2);
  }
  .md-text-gray-200-op-2 {
    color: rgba(234, 237, 240, 0.2);
  }
  .md-bg-gray-200-op-3 {
    background-color: rgba(234, 237, 240, 0.3);
  }
  .md-border-color-gray-200-op-3 {
    border-color: rgba(234, 237, 240, 0.3);
  }
  .md-border-top-gray-200-op-3 {
    border-top-color: rgba(234, 237, 240, 0.3);
  }
  .md-border-right-gray-200-op-3 {
    border-right-color: rgba(234, 237, 240, 0.3);
  }
  .md-border-bottom-gray-200-op-3 {
    border-bottom-color: rgba(234, 237, 240, 0.3);
  }
  .md-border-left-gray-200-op-3 {
    border-left-color: rgba(234, 237, 240, 0.3);
  }
  .md-fill-gray-200-op-3 {
    fill: rgba(234, 237, 240, 0.3);
  }
  .md-stroke-gray-200-op-3 {
    stroke: rgba(234, 237, 240, 0.3);
  }
  .md-text-gray-200-op-3 {
    color: rgba(234, 237, 240, 0.3);
  }
  .md-bg-gray-200-op-4 {
    background-color: rgba(234, 237, 240, 0.4);
  }
  .md-border-color-gray-200-op-4 {
    border-color: rgba(234, 237, 240, 0.4);
  }
  .md-border-top-gray-200-op-4 {
    border-top-color: rgba(234, 237, 240, 0.4);
  }
  .md-border-right-gray-200-op-4 {
    border-right-color: rgba(234, 237, 240, 0.4);
  }
  .md-border-bottom-gray-200-op-4 {
    border-bottom-color: rgba(234, 237, 240, 0.4);
  }
  .md-border-left-gray-200-op-4 {
    border-left-color: rgba(234, 237, 240, 0.4);
  }
  .md-fill-gray-200-op-4 {
    fill: rgba(234, 237, 240, 0.4);
  }
  .md-stroke-gray-200-op-4 {
    stroke: rgba(234, 237, 240, 0.4);
  }
  .md-text-gray-200-op-4 {
    color: rgba(234, 237, 240, 0.4);
  }
  .md-bg-gray-200-op-5 {
    background-color: rgba(234, 237, 240, 0.5);
  }
  .md-border-color-gray-200-op-5 {
    border-color: rgba(234, 237, 240, 0.5);
  }
  .md-border-top-gray-200-op-5 {
    border-top-color: rgba(234, 237, 240, 0.5);
  }
  .md-border-right-gray-200-op-5 {
    border-right-color: rgba(234, 237, 240, 0.5);
  }
  .md-border-bottom-gray-200-op-5 {
    border-bottom-color: rgba(234, 237, 240, 0.5);
  }
  .md-border-left-gray-200-op-5 {
    border-left-color: rgba(234, 237, 240, 0.5);
  }
  .md-fill-gray-200-op-5 {
    fill: rgba(234, 237, 240, 0.5);
  }
  .md-stroke-gray-200-op-5 {
    stroke: rgba(234, 237, 240, 0.5);
  }
  .md-text-gray-200-op-5 {
    color: rgba(234, 237, 240, 0.5);
  }
  .md-bg-gray-200-op-6 {
    background-color: rgba(234, 237, 240, 0.6);
  }
  .md-border-color-gray-200-op-6 {
    border-color: rgba(234, 237, 240, 0.6);
  }
  .md-border-top-gray-200-op-6 {
    border-top-color: rgba(234, 237, 240, 0.6);
  }
  .md-border-right-gray-200-op-6 {
    border-right-color: rgba(234, 237, 240, 0.6);
  }
  .md-border-bottom-gray-200-op-6 {
    border-bottom-color: rgba(234, 237, 240, 0.6);
  }
  .md-border-left-gray-200-op-6 {
    border-left-color: rgba(234, 237, 240, 0.6);
  }
  .md-fill-gray-200-op-6 {
    fill: rgba(234, 237, 240, 0.6);
  }
  .md-stroke-gray-200-op-6 {
    stroke: rgba(234, 237, 240, 0.6);
  }
  .md-text-gray-200-op-6 {
    color: rgba(234, 237, 240, 0.6);
  }
  .md-bg-gray-200-op-7 {
    background-color: rgba(234, 237, 240, 0.7);
  }
  .md-border-color-gray-200-op-7 {
    border-color: rgba(234, 237, 240, 0.7);
  }
  .md-border-top-gray-200-op-7 {
    border-top-color: rgba(234, 237, 240, 0.7);
  }
  .md-border-right-gray-200-op-7 {
    border-right-color: rgba(234, 237, 240, 0.7);
  }
  .md-border-bottom-gray-200-op-7 {
    border-bottom-color: rgba(234, 237, 240, 0.7);
  }
  .md-border-left-gray-200-op-7 {
    border-left-color: rgba(234, 237, 240, 0.7);
  }
  .md-fill-gray-200-op-7 {
    fill: rgba(234, 237, 240, 0.7);
  }
  .md-stroke-gray-200-op-7 {
    stroke: rgba(234, 237, 240, 0.7);
  }
  .md-text-gray-200-op-7 {
    color: rgba(234, 237, 240, 0.7);
  }
  .md-bg-gray-200-op-8 {
    background-color: rgba(234, 237, 240, 0.8);
  }
  .md-border-color-gray-200-op-8 {
    border-color: rgba(234, 237, 240, 0.8);
  }
  .md-border-top-gray-200-op-8 {
    border-top-color: rgba(234, 237, 240, 0.8);
  }
  .md-border-right-gray-200-op-8 {
    border-right-color: rgba(234, 237, 240, 0.8);
  }
  .md-border-bottom-gray-200-op-8 {
    border-bottom-color: rgba(234, 237, 240, 0.8);
  }
  .md-border-left-gray-200-op-8 {
    border-left-color: rgba(234, 237, 240, 0.8);
  }
  .md-fill-gray-200-op-8 {
    fill: rgba(234, 237, 240, 0.8);
  }
  .md-stroke-gray-200-op-8 {
    stroke: rgba(234, 237, 240, 0.8);
  }
  .md-text-gray-200-op-8 {
    color: rgba(234, 237, 240, 0.8);
  }
  .md-bg-gray-200-op-9 {
    background-color: rgba(234, 237, 240, 0.9);
  }
  .md-border-color-gray-200-op-9 {
    border-color: rgba(234, 237, 240, 0.9);
  }
  .md-border-top-gray-200-op-9 {
    border-top-color: rgba(234, 237, 240, 0.9);
  }
  .md-border-right-gray-200-op-9 {
    border-right-color: rgba(234, 237, 240, 0.9);
  }
  .md-border-bottom-gray-200-op-9 {
    border-bottom-color: rgba(234, 237, 240, 0.9);
  }
  .md-border-left-gray-200-op-9 {
    border-left-color: rgba(234, 237, 240, 0.9);
  }
  .md-fill-gray-200-op-9 {
    fill: rgba(234, 237, 240, 0.9);
  }
  .md-stroke-gray-200-op-9 {
    stroke: rgba(234, 237, 240, 0.9);
  }
  .md-text-gray-200-op-9 {
    color: rgba(234, 237, 240, 0.9);
  }
  .md-bg-gray-200-op-10 {
    background-color: #eaedf0;
  }
  .md-border-color-gray-200-op-10 {
    border-color: #eaedf0;
  }
  .md-border-top-gray-200-op-10 {
    border-top-color: #eaedf0;
  }
  .md-border-right-gray-200-op-10 {
    border-right-color: #eaedf0;
  }
  .md-border-bottom-gray-200-op-10 {
    border-bottom-color: #eaedf0;
  }
  .md-border-left-gray-200-op-10 {
    border-left-color: #eaedf0;
  }
  .md-fill-gray-200-op-10 {
    fill: #eaedf0;
  }
  .md-stroke-gray-200-op-10 {
    stroke: #eaedf0;
  }
  .md-text-gray-200-op-10 {
    color: #eaedf0;
  }
  .md-bg-gray-300 {
    background-color: #dfe3e7;
  }
  .md-border-color-gray-300 {
    border-color: #dfe3e7;
  }
  .md-border-top-gray-300 {
    border-top-color: #dfe3e7;
  }
  .md-border-right-gray-300 {
    border-right-color: #dfe3e7;
  }
  .md-border-bottom-gray-300 {
    border-bottom-color: #dfe3e7;
  }
  .md-border-left-gray-300 {
    border-left-color: #dfe3e7;
  }
  .md-fill-gray-300 {
    fill: #dfe3e7;
  }
  .md-stroke-gray-300 {
    stroke: #dfe3e7;
  }
  .md-text-gray-300 {
    color: #dfe3e7;
  }
  .md-bg-gray-300-op-0 {
    background-color: rgba(223, 227, 231, 0);
  }
  .md-border-color-gray-300-op-0 {
    border-color: rgba(223, 227, 231, 0);
  }
  .md-border-top-gray-300-op-0 {
    border-top-color: rgba(223, 227, 231, 0);
  }
  .md-border-right-gray-300-op-0 {
    border-right-color: rgba(223, 227, 231, 0);
  }
  .md-border-bottom-gray-300-op-0 {
    border-bottom-color: rgba(223, 227, 231, 0);
  }
  .md-border-left-gray-300-op-0 {
    border-left-color: rgba(223, 227, 231, 0);
  }
  .md-fill-gray-300-op-0 {
    fill: rgba(223, 227, 231, 0);
  }
  .md-stroke-gray-300-op-0 {
    stroke: rgba(223, 227, 231, 0);
  }
  .md-text-gray-300-op-0 {
    color: rgba(223, 227, 231, 0);
  }
  .md-bg-gray-300-op-1 {
    background-color: rgba(223, 227, 231, 0.1);
  }
  .md-border-color-gray-300-op-1 {
    border-color: rgba(223, 227, 231, 0.1);
  }
  .md-border-top-gray-300-op-1 {
    border-top-color: rgba(223, 227, 231, 0.1);
  }
  .md-border-right-gray-300-op-1 {
    border-right-color: rgba(223, 227, 231, 0.1);
  }
  .md-border-bottom-gray-300-op-1 {
    border-bottom-color: rgba(223, 227, 231, 0.1);
  }
  .md-border-left-gray-300-op-1 {
    border-left-color: rgba(223, 227, 231, 0.1);
  }
  .md-fill-gray-300-op-1 {
    fill: rgba(223, 227, 231, 0.1);
  }
  .md-stroke-gray-300-op-1 {
    stroke: rgba(223, 227, 231, 0.1);
  }
  .md-text-gray-300-op-1 {
    color: rgba(223, 227, 231, 0.1);
  }
  .md-bg-gray-300-op-2 {
    background-color: rgba(223, 227, 231, 0.2);
  }
  .md-border-color-gray-300-op-2 {
    border-color: rgba(223, 227, 231, 0.2);
  }
  .md-border-top-gray-300-op-2 {
    border-top-color: rgba(223, 227, 231, 0.2);
  }
  .md-border-right-gray-300-op-2 {
    border-right-color: rgba(223, 227, 231, 0.2);
  }
  .md-border-bottom-gray-300-op-2 {
    border-bottom-color: rgba(223, 227, 231, 0.2);
  }
  .md-border-left-gray-300-op-2 {
    border-left-color: rgba(223, 227, 231, 0.2);
  }
  .md-fill-gray-300-op-2 {
    fill: rgba(223, 227, 231, 0.2);
  }
  .md-stroke-gray-300-op-2 {
    stroke: rgba(223, 227, 231, 0.2);
  }
  .md-text-gray-300-op-2 {
    color: rgba(223, 227, 231, 0.2);
  }
  .md-bg-gray-300-op-3 {
    background-color: rgba(223, 227, 231, 0.3);
  }
  .md-border-color-gray-300-op-3 {
    border-color: rgba(223, 227, 231, 0.3);
  }
  .md-border-top-gray-300-op-3 {
    border-top-color: rgba(223, 227, 231, 0.3);
  }
  .md-border-right-gray-300-op-3 {
    border-right-color: rgba(223, 227, 231, 0.3);
  }
  .md-border-bottom-gray-300-op-3 {
    border-bottom-color: rgba(223, 227, 231, 0.3);
  }
  .md-border-left-gray-300-op-3 {
    border-left-color: rgba(223, 227, 231, 0.3);
  }
  .md-fill-gray-300-op-3 {
    fill: rgba(223, 227, 231, 0.3);
  }
  .md-stroke-gray-300-op-3 {
    stroke: rgba(223, 227, 231, 0.3);
  }
  .md-text-gray-300-op-3 {
    color: rgba(223, 227, 231, 0.3);
  }
  .md-bg-gray-300-op-4 {
    background-color: rgba(223, 227, 231, 0.4);
  }
  .md-border-color-gray-300-op-4 {
    border-color: rgba(223, 227, 231, 0.4);
  }
  .md-border-top-gray-300-op-4 {
    border-top-color: rgba(223, 227, 231, 0.4);
  }
  .md-border-right-gray-300-op-4 {
    border-right-color: rgba(223, 227, 231, 0.4);
  }
  .md-border-bottom-gray-300-op-4 {
    border-bottom-color: rgba(223, 227, 231, 0.4);
  }
  .md-border-left-gray-300-op-4 {
    border-left-color: rgba(223, 227, 231, 0.4);
  }
  .md-fill-gray-300-op-4 {
    fill: rgba(223, 227, 231, 0.4);
  }
  .md-stroke-gray-300-op-4 {
    stroke: rgba(223, 227, 231, 0.4);
  }
  .md-text-gray-300-op-4 {
    color: rgba(223, 227, 231, 0.4);
  }
  .md-bg-gray-300-op-5 {
    background-color: rgba(223, 227, 231, 0.5);
  }
  .md-border-color-gray-300-op-5 {
    border-color: rgba(223, 227, 231, 0.5);
  }
  .md-border-top-gray-300-op-5 {
    border-top-color: rgba(223, 227, 231, 0.5);
  }
  .md-border-right-gray-300-op-5 {
    border-right-color: rgba(223, 227, 231, 0.5);
  }
  .md-border-bottom-gray-300-op-5 {
    border-bottom-color: rgba(223, 227, 231, 0.5);
  }
  .md-border-left-gray-300-op-5 {
    border-left-color: rgba(223, 227, 231, 0.5);
  }
  .md-fill-gray-300-op-5 {
    fill: rgba(223, 227, 231, 0.5);
  }
  .md-stroke-gray-300-op-5 {
    stroke: rgba(223, 227, 231, 0.5);
  }
  .md-text-gray-300-op-5 {
    color: rgba(223, 227, 231, 0.5);
  }
  .md-bg-gray-300-op-6 {
    background-color: rgba(223, 227, 231, 0.6);
  }
  .md-border-color-gray-300-op-6 {
    border-color: rgba(223, 227, 231, 0.6);
  }
  .md-border-top-gray-300-op-6 {
    border-top-color: rgba(223, 227, 231, 0.6);
  }
  .md-border-right-gray-300-op-6 {
    border-right-color: rgba(223, 227, 231, 0.6);
  }
  .md-border-bottom-gray-300-op-6 {
    border-bottom-color: rgba(223, 227, 231, 0.6);
  }
  .md-border-left-gray-300-op-6 {
    border-left-color: rgba(223, 227, 231, 0.6);
  }
  .md-fill-gray-300-op-6 {
    fill: rgba(223, 227, 231, 0.6);
  }
  .md-stroke-gray-300-op-6 {
    stroke: rgba(223, 227, 231, 0.6);
  }
  .md-text-gray-300-op-6 {
    color: rgba(223, 227, 231, 0.6);
  }
  .md-bg-gray-300-op-7 {
    background-color: rgba(223, 227, 231, 0.7);
  }
  .md-border-color-gray-300-op-7 {
    border-color: rgba(223, 227, 231, 0.7);
  }
  .md-border-top-gray-300-op-7 {
    border-top-color: rgba(223, 227, 231, 0.7);
  }
  .md-border-right-gray-300-op-7 {
    border-right-color: rgba(223, 227, 231, 0.7);
  }
  .md-border-bottom-gray-300-op-7 {
    border-bottom-color: rgba(223, 227, 231, 0.7);
  }
  .md-border-left-gray-300-op-7 {
    border-left-color: rgba(223, 227, 231, 0.7);
  }
  .md-fill-gray-300-op-7 {
    fill: rgba(223, 227, 231, 0.7);
  }
  .md-stroke-gray-300-op-7 {
    stroke: rgba(223, 227, 231, 0.7);
  }
  .md-text-gray-300-op-7 {
    color: rgba(223, 227, 231, 0.7);
  }
  .md-bg-gray-300-op-8 {
    background-color: rgba(223, 227, 231, 0.8);
  }
  .md-border-color-gray-300-op-8 {
    border-color: rgba(223, 227, 231, 0.8);
  }
  .md-border-top-gray-300-op-8 {
    border-top-color: rgba(223, 227, 231, 0.8);
  }
  .md-border-right-gray-300-op-8 {
    border-right-color: rgba(223, 227, 231, 0.8);
  }
  .md-border-bottom-gray-300-op-8 {
    border-bottom-color: rgba(223, 227, 231, 0.8);
  }
  .md-border-left-gray-300-op-8 {
    border-left-color: rgba(223, 227, 231, 0.8);
  }
  .md-fill-gray-300-op-8 {
    fill: rgba(223, 227, 231, 0.8);
  }
  .md-stroke-gray-300-op-8 {
    stroke: rgba(223, 227, 231, 0.8);
  }
  .md-text-gray-300-op-8 {
    color: rgba(223, 227, 231, 0.8);
  }
  .md-bg-gray-300-op-9 {
    background-color: rgba(223, 227, 231, 0.9);
  }
  .md-border-color-gray-300-op-9 {
    border-color: rgba(223, 227, 231, 0.9);
  }
  .md-border-top-gray-300-op-9 {
    border-top-color: rgba(223, 227, 231, 0.9);
  }
  .md-border-right-gray-300-op-9 {
    border-right-color: rgba(223, 227, 231, 0.9);
  }
  .md-border-bottom-gray-300-op-9 {
    border-bottom-color: rgba(223, 227, 231, 0.9);
  }
  .md-border-left-gray-300-op-9 {
    border-left-color: rgba(223, 227, 231, 0.9);
  }
  .md-fill-gray-300-op-9 {
    fill: rgba(223, 227, 231, 0.9);
  }
  .md-stroke-gray-300-op-9 {
    stroke: rgba(223, 227, 231, 0.9);
  }
  .md-text-gray-300-op-9 {
    color: rgba(223, 227, 231, 0.9);
  }
  .md-bg-gray-300-op-10 {
    background-color: #dfe3e7;
  }
  .md-border-color-gray-300-op-10 {
    border-color: #dfe3e7;
  }
  .md-border-top-gray-300-op-10 {
    border-top-color: #dfe3e7;
  }
  .md-border-right-gray-300-op-10 {
    border-right-color: #dfe3e7;
  }
  .md-border-bottom-gray-300-op-10 {
    border-bottom-color: #dfe3e7;
  }
  .md-border-left-gray-300-op-10 {
    border-left-color: #dfe3e7;
  }
  .md-fill-gray-300-op-10 {
    fill: #dfe3e7;
  }
  .md-stroke-gray-300-op-10 {
    stroke: #dfe3e7;
  }
  .md-text-gray-300-op-10 {
    color: #dfe3e7;
  }
  .md-bg-gray-400 {
    background-color: #ced4da;
  }
  .md-border-color-gray-400 {
    border-color: #ced4da;
  }
  .md-border-top-gray-400 {
    border-top-color: #ced4da;
  }
  .md-border-right-gray-400 {
    border-right-color: #ced4da;
  }
  .md-border-bottom-gray-400 {
    border-bottom-color: #ced4da;
  }
  .md-border-left-gray-400 {
    border-left-color: #ced4da;
  }
  .md-fill-gray-400 {
    fill: #ced4da;
  }
  .md-stroke-gray-400 {
    stroke: #ced4da;
  }
  .md-text-gray-400 {
    color: #ced4da;
  }
  .md-bg-gray-400-op-0 {
    background-color: rgba(206, 212, 218, 0);
  }
  .md-border-color-gray-400-op-0 {
    border-color: rgba(206, 212, 218, 0);
  }
  .md-border-top-gray-400-op-0 {
    border-top-color: rgba(206, 212, 218, 0);
  }
  .md-border-right-gray-400-op-0 {
    border-right-color: rgba(206, 212, 218, 0);
  }
  .md-border-bottom-gray-400-op-0 {
    border-bottom-color: rgba(206, 212, 218, 0);
  }
  .md-border-left-gray-400-op-0 {
    border-left-color: rgba(206, 212, 218, 0);
  }
  .md-fill-gray-400-op-0 {
    fill: rgba(206, 212, 218, 0);
  }
  .md-stroke-gray-400-op-0 {
    stroke: rgba(206, 212, 218, 0);
  }
  .md-text-gray-400-op-0 {
    color: rgba(206, 212, 218, 0);
  }
  .md-bg-gray-400-op-1 {
    background-color: rgba(206, 212, 218, 0.1);
  }
  .md-border-color-gray-400-op-1 {
    border-color: rgba(206, 212, 218, 0.1);
  }
  .md-border-top-gray-400-op-1 {
    border-top-color: rgba(206, 212, 218, 0.1);
  }
  .md-border-right-gray-400-op-1 {
    border-right-color: rgba(206, 212, 218, 0.1);
  }
  .md-border-bottom-gray-400-op-1 {
    border-bottom-color: rgba(206, 212, 218, 0.1);
  }
  .md-border-left-gray-400-op-1 {
    border-left-color: rgba(206, 212, 218, 0.1);
  }
  .md-fill-gray-400-op-1 {
    fill: rgba(206, 212, 218, 0.1);
  }
  .md-stroke-gray-400-op-1 {
    stroke: rgba(206, 212, 218, 0.1);
  }
  .md-text-gray-400-op-1 {
    color: rgba(206, 212, 218, 0.1);
  }
  .md-bg-gray-400-op-2 {
    background-color: rgba(206, 212, 218, 0.2);
  }
  .md-border-color-gray-400-op-2 {
    border-color: rgba(206, 212, 218, 0.2);
  }
  .md-border-top-gray-400-op-2 {
    border-top-color: rgba(206, 212, 218, 0.2);
  }
  .md-border-right-gray-400-op-2 {
    border-right-color: rgba(206, 212, 218, 0.2);
  }
  .md-border-bottom-gray-400-op-2 {
    border-bottom-color: rgba(206, 212, 218, 0.2);
  }
  .md-border-left-gray-400-op-2 {
    border-left-color: rgba(206, 212, 218, 0.2);
  }
  .md-fill-gray-400-op-2 {
    fill: rgba(206, 212, 218, 0.2);
  }
  .md-stroke-gray-400-op-2 {
    stroke: rgba(206, 212, 218, 0.2);
  }
  .md-text-gray-400-op-2 {
    color: rgba(206, 212, 218, 0.2);
  }
  .md-bg-gray-400-op-3 {
    background-color: rgba(206, 212, 218, 0.3);
  }
  .md-border-color-gray-400-op-3 {
    border-color: rgba(206, 212, 218, 0.3);
  }
  .md-border-top-gray-400-op-3 {
    border-top-color: rgba(206, 212, 218, 0.3);
  }
  .md-border-right-gray-400-op-3 {
    border-right-color: rgba(206, 212, 218, 0.3);
  }
  .md-border-bottom-gray-400-op-3 {
    border-bottom-color: rgba(206, 212, 218, 0.3);
  }
  .md-border-left-gray-400-op-3 {
    border-left-color: rgba(206, 212, 218, 0.3);
  }
  .md-fill-gray-400-op-3 {
    fill: rgba(206, 212, 218, 0.3);
  }
  .md-stroke-gray-400-op-3 {
    stroke: rgba(206, 212, 218, 0.3);
  }
  .md-text-gray-400-op-3 {
    color: rgba(206, 212, 218, 0.3);
  }
  .md-bg-gray-400-op-4 {
    background-color: rgba(206, 212, 218, 0.4);
  }
  .md-border-color-gray-400-op-4 {
    border-color: rgba(206, 212, 218, 0.4);
  }
  .md-border-top-gray-400-op-4 {
    border-top-color: rgba(206, 212, 218, 0.4);
  }
  .md-border-right-gray-400-op-4 {
    border-right-color: rgba(206, 212, 218, 0.4);
  }
  .md-border-bottom-gray-400-op-4 {
    border-bottom-color: rgba(206, 212, 218, 0.4);
  }
  .md-border-left-gray-400-op-4 {
    border-left-color: rgba(206, 212, 218, 0.4);
  }
  .md-fill-gray-400-op-4 {
    fill: rgba(206, 212, 218, 0.4);
  }
  .md-stroke-gray-400-op-4 {
    stroke: rgba(206, 212, 218, 0.4);
  }
  .md-text-gray-400-op-4 {
    color: rgba(206, 212, 218, 0.4);
  }
  .md-bg-gray-400-op-5 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .md-border-color-gray-400-op-5 {
    border-color: rgba(206, 212, 218, 0.5);
  }
  .md-border-top-gray-400-op-5 {
    border-top-color: rgba(206, 212, 218, 0.5);
  }
  .md-border-right-gray-400-op-5 {
    border-right-color: rgba(206, 212, 218, 0.5);
  }
  .md-border-bottom-gray-400-op-5 {
    border-bottom-color: rgba(206, 212, 218, 0.5);
  }
  .md-border-left-gray-400-op-5 {
    border-left-color: rgba(206, 212, 218, 0.5);
  }
  .md-fill-gray-400-op-5 {
    fill: rgba(206, 212, 218, 0.5);
  }
  .md-stroke-gray-400-op-5 {
    stroke: rgba(206, 212, 218, 0.5);
  }
  .md-text-gray-400-op-5 {
    color: rgba(206, 212, 218, 0.5);
  }
  .md-bg-gray-400-op-6 {
    background-color: rgba(206, 212, 218, 0.6);
  }
  .md-border-color-gray-400-op-6 {
    border-color: rgba(206, 212, 218, 0.6);
  }
  .md-border-top-gray-400-op-6 {
    border-top-color: rgba(206, 212, 218, 0.6);
  }
  .md-border-right-gray-400-op-6 {
    border-right-color: rgba(206, 212, 218, 0.6);
  }
  .md-border-bottom-gray-400-op-6 {
    border-bottom-color: rgba(206, 212, 218, 0.6);
  }
  .md-border-left-gray-400-op-6 {
    border-left-color: rgba(206, 212, 218, 0.6);
  }
  .md-fill-gray-400-op-6 {
    fill: rgba(206, 212, 218, 0.6);
  }
  .md-stroke-gray-400-op-6 {
    stroke: rgba(206, 212, 218, 0.6);
  }
  .md-text-gray-400-op-6 {
    color: rgba(206, 212, 218, 0.6);
  }
  .md-bg-gray-400-op-7 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .md-border-color-gray-400-op-7 {
    border-color: rgba(206, 212, 218, 0.7);
  }
  .md-border-top-gray-400-op-7 {
    border-top-color: rgba(206, 212, 218, 0.7);
  }
  .md-border-right-gray-400-op-7 {
    border-right-color: rgba(206, 212, 218, 0.7);
  }
  .md-border-bottom-gray-400-op-7 {
    border-bottom-color: rgba(206, 212, 218, 0.7);
  }
  .md-border-left-gray-400-op-7 {
    border-left-color: rgba(206, 212, 218, 0.7);
  }
  .md-fill-gray-400-op-7 {
    fill: rgba(206, 212, 218, 0.7);
  }
  .md-stroke-gray-400-op-7 {
    stroke: rgba(206, 212, 218, 0.7);
  }
  .md-text-gray-400-op-7 {
    color: rgba(206, 212, 218, 0.7);
  }
  .md-bg-gray-400-op-8 {
    background-color: rgba(206, 212, 218, 0.8);
  }
  .md-border-color-gray-400-op-8 {
    border-color: rgba(206, 212, 218, 0.8);
  }
  .md-border-top-gray-400-op-8 {
    border-top-color: rgba(206, 212, 218, 0.8);
  }
  .md-border-right-gray-400-op-8 {
    border-right-color: rgba(206, 212, 218, 0.8);
  }
  .md-border-bottom-gray-400-op-8 {
    border-bottom-color: rgba(206, 212, 218, 0.8);
  }
  .md-border-left-gray-400-op-8 {
    border-left-color: rgba(206, 212, 218, 0.8);
  }
  .md-fill-gray-400-op-8 {
    fill: rgba(206, 212, 218, 0.8);
  }
  .md-stroke-gray-400-op-8 {
    stroke: rgba(206, 212, 218, 0.8);
  }
  .md-text-gray-400-op-8 {
    color: rgba(206, 212, 218, 0.8);
  }
  .md-bg-gray-400-op-9 {
    background-color: rgba(206, 212, 218, 0.9);
  }
  .md-border-color-gray-400-op-9 {
    border-color: rgba(206, 212, 218, 0.9);
  }
  .md-border-top-gray-400-op-9 {
    border-top-color: rgba(206, 212, 218, 0.9);
  }
  .md-border-right-gray-400-op-9 {
    border-right-color: rgba(206, 212, 218, 0.9);
  }
  .md-border-bottom-gray-400-op-9 {
    border-bottom-color: rgba(206, 212, 218, 0.9);
  }
  .md-border-left-gray-400-op-9 {
    border-left-color: rgba(206, 212, 218, 0.9);
  }
  .md-fill-gray-400-op-9 {
    fill: rgba(206, 212, 218, 0.9);
  }
  .md-stroke-gray-400-op-9 {
    stroke: rgba(206, 212, 218, 0.9);
  }
  .md-text-gray-400-op-9 {
    color: rgba(206, 212, 218, 0.9);
  }
  .md-bg-gray-400-op-10 {
    background-color: #ced4da;
  }
  .md-border-color-gray-400-op-10 {
    border-color: #ced4da;
  }
  .md-border-top-gray-400-op-10 {
    border-top-color: #ced4da;
  }
  .md-border-right-gray-400-op-10 {
    border-right-color: #ced4da;
  }
  .md-border-bottom-gray-400-op-10 {
    border-bottom-color: #ced4da;
  }
  .md-border-left-gray-400-op-10 {
    border-left-color: #ced4da;
  }
  .md-fill-gray-400-op-10 {
    fill: #ced4da;
  }
  .md-stroke-gray-400-op-10 {
    stroke: #ced4da;
  }
  .md-text-gray-400-op-10 {
    color: #ced4da;
  }
  .md-bg-gray-450 {
    background-color: #c4c4c4;
  }
  .md-border-color-gray-450 {
    border-color: #c4c4c4;
  }
  .md-border-top-gray-450 {
    border-top-color: #c4c4c4;
  }
  .md-border-right-gray-450 {
    border-right-color: #c4c4c4;
  }
  .md-border-bottom-gray-450 {
    border-bottom-color: #c4c4c4;
  }
  .md-border-left-gray-450 {
    border-left-color: #c4c4c4;
  }
  .md-fill-gray-450 {
    fill: #c4c4c4;
  }
  .md-stroke-gray-450 {
    stroke: #c4c4c4;
  }
  .md-text-gray-450 {
    color: #c4c4c4;
  }
  .md-bg-gray-450-op-0 {
    background-color: rgba(196, 196, 196, 0);
  }
  .md-border-color-gray-450-op-0 {
    border-color: rgba(196, 196, 196, 0);
  }
  .md-border-top-gray-450-op-0 {
    border-top-color: rgba(196, 196, 196, 0);
  }
  .md-border-right-gray-450-op-0 {
    border-right-color: rgba(196, 196, 196, 0);
  }
  .md-border-bottom-gray-450-op-0 {
    border-bottom-color: rgba(196, 196, 196, 0);
  }
  .md-border-left-gray-450-op-0 {
    border-left-color: rgba(196, 196, 196, 0);
  }
  .md-fill-gray-450-op-0 {
    fill: rgba(196, 196, 196, 0);
  }
  .md-stroke-gray-450-op-0 {
    stroke: rgba(196, 196, 196, 0);
  }
  .md-text-gray-450-op-0 {
    color: rgba(196, 196, 196, 0);
  }
  .md-bg-gray-450-op-1 {
    background-color: rgba(196, 196, 196, 0.1);
  }
  .md-border-color-gray-450-op-1 {
    border-color: rgba(196, 196, 196, 0.1);
  }
  .md-border-top-gray-450-op-1 {
    border-top-color: rgba(196, 196, 196, 0.1);
  }
  .md-border-right-gray-450-op-1 {
    border-right-color: rgba(196, 196, 196, 0.1);
  }
  .md-border-bottom-gray-450-op-1 {
    border-bottom-color: rgba(196, 196, 196, 0.1);
  }
  .md-border-left-gray-450-op-1 {
    border-left-color: rgba(196, 196, 196, 0.1);
  }
  .md-fill-gray-450-op-1 {
    fill: rgba(196, 196, 196, 0.1);
  }
  .md-stroke-gray-450-op-1 {
    stroke: rgba(196, 196, 196, 0.1);
  }
  .md-text-gray-450-op-1 {
    color: rgba(196, 196, 196, 0.1);
  }
  .md-bg-gray-450-op-2 {
    background-color: rgba(196, 196, 196, 0.2);
  }
  .md-border-color-gray-450-op-2 {
    border-color: rgba(196, 196, 196, 0.2);
  }
  .md-border-top-gray-450-op-2 {
    border-top-color: rgba(196, 196, 196, 0.2);
  }
  .md-border-right-gray-450-op-2 {
    border-right-color: rgba(196, 196, 196, 0.2);
  }
  .md-border-bottom-gray-450-op-2 {
    border-bottom-color: rgba(196, 196, 196, 0.2);
  }
  .md-border-left-gray-450-op-2 {
    border-left-color: rgba(196, 196, 196, 0.2);
  }
  .md-fill-gray-450-op-2 {
    fill: rgba(196, 196, 196, 0.2);
  }
  .md-stroke-gray-450-op-2 {
    stroke: rgba(196, 196, 196, 0.2);
  }
  .md-text-gray-450-op-2 {
    color: rgba(196, 196, 196, 0.2);
  }
  .md-bg-gray-450-op-3 {
    background-color: rgba(196, 196, 196, 0.3);
  }
  .md-border-color-gray-450-op-3 {
    border-color: rgba(196, 196, 196, 0.3);
  }
  .md-border-top-gray-450-op-3 {
    border-top-color: rgba(196, 196, 196, 0.3);
  }
  .md-border-right-gray-450-op-3 {
    border-right-color: rgba(196, 196, 196, 0.3);
  }
  .md-border-bottom-gray-450-op-3 {
    border-bottom-color: rgba(196, 196, 196, 0.3);
  }
  .md-border-left-gray-450-op-3 {
    border-left-color: rgba(196, 196, 196, 0.3);
  }
  .md-fill-gray-450-op-3 {
    fill: rgba(196, 196, 196, 0.3);
  }
  .md-stroke-gray-450-op-3 {
    stroke: rgba(196, 196, 196, 0.3);
  }
  .md-text-gray-450-op-3 {
    color: rgba(196, 196, 196, 0.3);
  }
  .md-bg-gray-450-op-4 {
    background-color: rgba(196, 196, 196, 0.4);
  }
  .md-border-color-gray-450-op-4 {
    border-color: rgba(196, 196, 196, 0.4);
  }
  .md-border-top-gray-450-op-4 {
    border-top-color: rgba(196, 196, 196, 0.4);
  }
  .md-border-right-gray-450-op-4 {
    border-right-color: rgba(196, 196, 196, 0.4);
  }
  .md-border-bottom-gray-450-op-4 {
    border-bottom-color: rgba(196, 196, 196, 0.4);
  }
  .md-border-left-gray-450-op-4 {
    border-left-color: rgba(196, 196, 196, 0.4);
  }
  .md-fill-gray-450-op-4 {
    fill: rgba(196, 196, 196, 0.4);
  }
  .md-stroke-gray-450-op-4 {
    stroke: rgba(196, 196, 196, 0.4);
  }
  .md-text-gray-450-op-4 {
    color: rgba(196, 196, 196, 0.4);
  }
  .md-bg-gray-450-op-5 {
    background-color: rgba(196, 196, 196, 0.5);
  }
  .md-border-color-gray-450-op-5 {
    border-color: rgba(196, 196, 196, 0.5);
  }
  .md-border-top-gray-450-op-5 {
    border-top-color: rgba(196, 196, 196, 0.5);
  }
  .md-border-right-gray-450-op-5 {
    border-right-color: rgba(196, 196, 196, 0.5);
  }
  .md-border-bottom-gray-450-op-5 {
    border-bottom-color: rgba(196, 196, 196, 0.5);
  }
  .md-border-left-gray-450-op-5 {
    border-left-color: rgba(196, 196, 196, 0.5);
  }
  .md-fill-gray-450-op-5 {
    fill: rgba(196, 196, 196, 0.5);
  }
  .md-stroke-gray-450-op-5 {
    stroke: rgba(196, 196, 196, 0.5);
  }
  .md-text-gray-450-op-5 {
    color: rgba(196, 196, 196, 0.5);
  }
  .md-bg-gray-450-op-6 {
    background-color: rgba(196, 196, 196, 0.6);
  }
  .md-border-color-gray-450-op-6 {
    border-color: rgba(196, 196, 196, 0.6);
  }
  .md-border-top-gray-450-op-6 {
    border-top-color: rgba(196, 196, 196, 0.6);
  }
  .md-border-right-gray-450-op-6 {
    border-right-color: rgba(196, 196, 196, 0.6);
  }
  .md-border-bottom-gray-450-op-6 {
    border-bottom-color: rgba(196, 196, 196, 0.6);
  }
  .md-border-left-gray-450-op-6 {
    border-left-color: rgba(196, 196, 196, 0.6);
  }
  .md-fill-gray-450-op-6 {
    fill: rgba(196, 196, 196, 0.6);
  }
  .md-stroke-gray-450-op-6 {
    stroke: rgba(196, 196, 196, 0.6);
  }
  .md-text-gray-450-op-6 {
    color: rgba(196, 196, 196, 0.6);
  }
  .md-bg-gray-450-op-7 {
    background-color: rgba(196, 196, 196, 0.7);
  }
  .md-border-color-gray-450-op-7 {
    border-color: rgba(196, 196, 196, 0.7);
  }
  .md-border-top-gray-450-op-7 {
    border-top-color: rgba(196, 196, 196, 0.7);
  }
  .md-border-right-gray-450-op-7 {
    border-right-color: rgba(196, 196, 196, 0.7);
  }
  .md-border-bottom-gray-450-op-7 {
    border-bottom-color: rgba(196, 196, 196, 0.7);
  }
  .md-border-left-gray-450-op-7 {
    border-left-color: rgba(196, 196, 196, 0.7);
  }
  .md-fill-gray-450-op-7 {
    fill: rgba(196, 196, 196, 0.7);
  }
  .md-stroke-gray-450-op-7 {
    stroke: rgba(196, 196, 196, 0.7);
  }
  .md-text-gray-450-op-7 {
    color: rgba(196, 196, 196, 0.7);
  }
  .md-bg-gray-450-op-8 {
    background-color: rgba(196, 196, 196, 0.8);
  }
  .md-border-color-gray-450-op-8 {
    border-color: rgba(196, 196, 196, 0.8);
  }
  .md-border-top-gray-450-op-8 {
    border-top-color: rgba(196, 196, 196, 0.8);
  }
  .md-border-right-gray-450-op-8 {
    border-right-color: rgba(196, 196, 196, 0.8);
  }
  .md-border-bottom-gray-450-op-8 {
    border-bottom-color: rgba(196, 196, 196, 0.8);
  }
  .md-border-left-gray-450-op-8 {
    border-left-color: rgba(196, 196, 196, 0.8);
  }
  .md-fill-gray-450-op-8 {
    fill: rgba(196, 196, 196, 0.8);
  }
  .md-stroke-gray-450-op-8 {
    stroke: rgba(196, 196, 196, 0.8);
  }
  .md-text-gray-450-op-8 {
    color: rgba(196, 196, 196, 0.8);
  }
  .md-bg-gray-450-op-9 {
    background-color: rgba(196, 196, 196, 0.9);
  }
  .md-border-color-gray-450-op-9 {
    border-color: rgba(196, 196, 196, 0.9);
  }
  .md-border-top-gray-450-op-9 {
    border-top-color: rgba(196, 196, 196, 0.9);
  }
  .md-border-right-gray-450-op-9 {
    border-right-color: rgba(196, 196, 196, 0.9);
  }
  .md-border-bottom-gray-450-op-9 {
    border-bottom-color: rgba(196, 196, 196, 0.9);
  }
  .md-border-left-gray-450-op-9 {
    border-left-color: rgba(196, 196, 196, 0.9);
  }
  .md-fill-gray-450-op-9 {
    fill: rgba(196, 196, 196, 0.9);
  }
  .md-stroke-gray-450-op-9 {
    stroke: rgba(196, 196, 196, 0.9);
  }
  .md-text-gray-450-op-9 {
    color: rgba(196, 196, 196, 0.9);
  }
  .md-bg-gray-450-op-10 {
    background-color: #c4c4c4;
  }
  .md-border-color-gray-450-op-10 {
    border-color: #c4c4c4;
  }
  .md-border-top-gray-450-op-10 {
    border-top-color: #c4c4c4;
  }
  .md-border-right-gray-450-op-10 {
    border-right-color: #c4c4c4;
  }
  .md-border-bottom-gray-450-op-10 {
    border-bottom-color: #c4c4c4;
  }
  .md-border-left-gray-450-op-10 {
    border-left-color: #c4c4c4;
  }
  .md-fill-gray-450-op-10 {
    fill: #c4c4c4;
  }
  .md-stroke-gray-450-op-10 {
    stroke: #c4c4c4;
  }
  .md-text-gray-450-op-10 {
    color: #c4c4c4;
  }
  .md-bg-gray-480 {
    background-color: #afb8be;
  }
  .md-border-color-gray-480 {
    border-color: #afb8be;
  }
  .md-border-top-gray-480 {
    border-top-color: #afb8be;
  }
  .md-border-right-gray-480 {
    border-right-color: #afb8be;
  }
  .md-border-bottom-gray-480 {
    border-bottom-color: #afb8be;
  }
  .md-border-left-gray-480 {
    border-left-color: #afb8be;
  }
  .md-fill-gray-480 {
    fill: #afb8be;
  }
  .md-stroke-gray-480 {
    stroke: #afb8be;
  }
  .md-text-gray-480 {
    color: #afb8be;
  }
  .md-bg-gray-480-op-0 {
    background-color: rgba(175, 184, 190, 0);
  }
  .md-border-color-gray-480-op-0 {
    border-color: rgba(175, 184, 190, 0);
  }
  .md-border-top-gray-480-op-0 {
    border-top-color: rgba(175, 184, 190, 0);
  }
  .md-border-right-gray-480-op-0 {
    border-right-color: rgba(175, 184, 190, 0);
  }
  .md-border-bottom-gray-480-op-0 {
    border-bottom-color: rgba(175, 184, 190, 0);
  }
  .md-border-left-gray-480-op-0 {
    border-left-color: rgba(175, 184, 190, 0);
  }
  .md-fill-gray-480-op-0 {
    fill: rgba(175, 184, 190, 0);
  }
  .md-stroke-gray-480-op-0 {
    stroke: rgba(175, 184, 190, 0);
  }
  .md-text-gray-480-op-0 {
    color: rgba(175, 184, 190, 0);
  }
  .md-bg-gray-480-op-1 {
    background-color: rgba(175, 184, 190, 0.1);
  }
  .md-border-color-gray-480-op-1 {
    border-color: rgba(175, 184, 190, 0.1);
  }
  .md-border-top-gray-480-op-1 {
    border-top-color: rgba(175, 184, 190, 0.1);
  }
  .md-border-right-gray-480-op-1 {
    border-right-color: rgba(175, 184, 190, 0.1);
  }
  .md-border-bottom-gray-480-op-1 {
    border-bottom-color: rgba(175, 184, 190, 0.1);
  }
  .md-border-left-gray-480-op-1 {
    border-left-color: rgba(175, 184, 190, 0.1);
  }
  .md-fill-gray-480-op-1 {
    fill: rgba(175, 184, 190, 0.1);
  }
  .md-stroke-gray-480-op-1 {
    stroke: rgba(175, 184, 190, 0.1);
  }
  .md-text-gray-480-op-1 {
    color: rgba(175, 184, 190, 0.1);
  }
  .md-bg-gray-480-op-2 {
    background-color: rgba(175, 184, 190, 0.2);
  }
  .md-border-color-gray-480-op-2 {
    border-color: rgba(175, 184, 190, 0.2);
  }
  .md-border-top-gray-480-op-2 {
    border-top-color: rgba(175, 184, 190, 0.2);
  }
  .md-border-right-gray-480-op-2 {
    border-right-color: rgba(175, 184, 190, 0.2);
  }
  .md-border-bottom-gray-480-op-2 {
    border-bottom-color: rgba(175, 184, 190, 0.2);
  }
  .md-border-left-gray-480-op-2 {
    border-left-color: rgba(175, 184, 190, 0.2);
  }
  .md-fill-gray-480-op-2 {
    fill: rgba(175, 184, 190, 0.2);
  }
  .md-stroke-gray-480-op-2 {
    stroke: rgba(175, 184, 190, 0.2);
  }
  .md-text-gray-480-op-2 {
    color: rgba(175, 184, 190, 0.2);
  }
  .md-bg-gray-480-op-3 {
    background-color: rgba(175, 184, 190, 0.3);
  }
  .md-border-color-gray-480-op-3 {
    border-color: rgba(175, 184, 190, 0.3);
  }
  .md-border-top-gray-480-op-3 {
    border-top-color: rgba(175, 184, 190, 0.3);
  }
  .md-border-right-gray-480-op-3 {
    border-right-color: rgba(175, 184, 190, 0.3);
  }
  .md-border-bottom-gray-480-op-3 {
    border-bottom-color: rgba(175, 184, 190, 0.3);
  }
  .md-border-left-gray-480-op-3 {
    border-left-color: rgba(175, 184, 190, 0.3);
  }
  .md-fill-gray-480-op-3 {
    fill: rgba(175, 184, 190, 0.3);
  }
  .md-stroke-gray-480-op-3 {
    stroke: rgba(175, 184, 190, 0.3);
  }
  .md-text-gray-480-op-3 {
    color: rgba(175, 184, 190, 0.3);
  }
  .md-bg-gray-480-op-4 {
    background-color: rgba(175, 184, 190, 0.4);
  }
  .md-border-color-gray-480-op-4 {
    border-color: rgba(175, 184, 190, 0.4);
  }
  .md-border-top-gray-480-op-4 {
    border-top-color: rgba(175, 184, 190, 0.4);
  }
  .md-border-right-gray-480-op-4 {
    border-right-color: rgba(175, 184, 190, 0.4);
  }
  .md-border-bottom-gray-480-op-4 {
    border-bottom-color: rgba(175, 184, 190, 0.4);
  }
  .md-border-left-gray-480-op-4 {
    border-left-color: rgba(175, 184, 190, 0.4);
  }
  .md-fill-gray-480-op-4 {
    fill: rgba(175, 184, 190, 0.4);
  }
  .md-stroke-gray-480-op-4 {
    stroke: rgba(175, 184, 190, 0.4);
  }
  .md-text-gray-480-op-4 {
    color: rgba(175, 184, 190, 0.4);
  }
  .md-bg-gray-480-op-5 {
    background-color: rgba(175, 184, 190, 0.5);
  }
  .md-border-color-gray-480-op-5 {
    border-color: rgba(175, 184, 190, 0.5);
  }
  .md-border-top-gray-480-op-5 {
    border-top-color: rgba(175, 184, 190, 0.5);
  }
  .md-border-right-gray-480-op-5 {
    border-right-color: rgba(175, 184, 190, 0.5);
  }
  .md-border-bottom-gray-480-op-5 {
    border-bottom-color: rgba(175, 184, 190, 0.5);
  }
  .md-border-left-gray-480-op-5 {
    border-left-color: rgba(175, 184, 190, 0.5);
  }
  .md-fill-gray-480-op-5 {
    fill: rgba(175, 184, 190, 0.5);
  }
  .md-stroke-gray-480-op-5 {
    stroke: rgba(175, 184, 190, 0.5);
  }
  .md-text-gray-480-op-5 {
    color: rgba(175, 184, 190, 0.5);
  }
  .md-bg-gray-480-op-6 {
    background-color: rgba(175, 184, 190, 0.6);
  }
  .md-border-color-gray-480-op-6 {
    border-color: rgba(175, 184, 190, 0.6);
  }
  .md-border-top-gray-480-op-6 {
    border-top-color: rgba(175, 184, 190, 0.6);
  }
  .md-border-right-gray-480-op-6 {
    border-right-color: rgba(175, 184, 190, 0.6);
  }
  .md-border-bottom-gray-480-op-6 {
    border-bottom-color: rgba(175, 184, 190, 0.6);
  }
  .md-border-left-gray-480-op-6 {
    border-left-color: rgba(175, 184, 190, 0.6);
  }
  .md-fill-gray-480-op-6 {
    fill: rgba(175, 184, 190, 0.6);
  }
  .md-stroke-gray-480-op-6 {
    stroke: rgba(175, 184, 190, 0.6);
  }
  .md-text-gray-480-op-6 {
    color: rgba(175, 184, 190, 0.6);
  }
  .md-bg-gray-480-op-7 {
    background-color: rgba(175, 184, 190, 0.7);
  }
  .md-border-color-gray-480-op-7 {
    border-color: rgba(175, 184, 190, 0.7);
  }
  .md-border-top-gray-480-op-7 {
    border-top-color: rgba(175, 184, 190, 0.7);
  }
  .md-border-right-gray-480-op-7 {
    border-right-color: rgba(175, 184, 190, 0.7);
  }
  .md-border-bottom-gray-480-op-7 {
    border-bottom-color: rgba(175, 184, 190, 0.7);
  }
  .md-border-left-gray-480-op-7 {
    border-left-color: rgba(175, 184, 190, 0.7);
  }
  .md-fill-gray-480-op-7 {
    fill: rgba(175, 184, 190, 0.7);
  }
  .md-stroke-gray-480-op-7 {
    stroke: rgba(175, 184, 190, 0.7);
  }
  .md-text-gray-480-op-7 {
    color: rgba(175, 184, 190, 0.7);
  }
  .md-bg-gray-480-op-8 {
    background-color: rgba(175, 184, 190, 0.8);
  }
  .md-border-color-gray-480-op-8 {
    border-color: rgba(175, 184, 190, 0.8);
  }
  .md-border-top-gray-480-op-8 {
    border-top-color: rgba(175, 184, 190, 0.8);
  }
  .md-border-right-gray-480-op-8 {
    border-right-color: rgba(175, 184, 190, 0.8);
  }
  .md-border-bottom-gray-480-op-8 {
    border-bottom-color: rgba(175, 184, 190, 0.8);
  }
  .md-border-left-gray-480-op-8 {
    border-left-color: rgba(175, 184, 190, 0.8);
  }
  .md-fill-gray-480-op-8 {
    fill: rgba(175, 184, 190, 0.8);
  }
  .md-stroke-gray-480-op-8 {
    stroke: rgba(175, 184, 190, 0.8);
  }
  .md-text-gray-480-op-8 {
    color: rgba(175, 184, 190, 0.8);
  }
  .md-bg-gray-480-op-9 {
    background-color: rgba(175, 184, 190, 0.9);
  }
  .md-border-color-gray-480-op-9 {
    border-color: rgba(175, 184, 190, 0.9);
  }
  .md-border-top-gray-480-op-9 {
    border-top-color: rgba(175, 184, 190, 0.9);
  }
  .md-border-right-gray-480-op-9 {
    border-right-color: rgba(175, 184, 190, 0.9);
  }
  .md-border-bottom-gray-480-op-9 {
    border-bottom-color: rgba(175, 184, 190, 0.9);
  }
  .md-border-left-gray-480-op-9 {
    border-left-color: rgba(175, 184, 190, 0.9);
  }
  .md-fill-gray-480-op-9 {
    fill: rgba(175, 184, 190, 0.9);
  }
  .md-stroke-gray-480-op-9 {
    stroke: rgba(175, 184, 190, 0.9);
  }
  .md-text-gray-480-op-9 {
    color: rgba(175, 184, 190, 0.9);
  }
  .md-bg-gray-480-op-10 {
    background-color: #afb8be;
  }
  .md-border-color-gray-480-op-10 {
    border-color: #afb8be;
  }
  .md-border-top-gray-480-op-10 {
    border-top-color: #afb8be;
  }
  .md-border-right-gray-480-op-10 {
    border-right-color: #afb8be;
  }
  .md-border-bottom-gray-480-op-10 {
    border-bottom-color: #afb8be;
  }
  .md-border-left-gray-480-op-10 {
    border-left-color: #afb8be;
  }
  .md-fill-gray-480-op-10 {
    fill: #afb8be;
  }
  .md-stroke-gray-480-op-10 {
    stroke: #afb8be;
  }
  .md-text-gray-480-op-10 {
    color: #afb8be;
  }
  .md-bg-gray-500 {
    background-color: #adb5bd;
  }
  .md-border-color-gray-500 {
    border-color: #adb5bd;
  }
  .md-border-top-gray-500 {
    border-top-color: #adb5bd;
  }
  .md-border-right-gray-500 {
    border-right-color: #adb5bd;
  }
  .md-border-bottom-gray-500 {
    border-bottom-color: #adb5bd;
  }
  .md-border-left-gray-500 {
    border-left-color: #adb5bd;
  }
  .md-fill-gray-500 {
    fill: #adb5bd;
  }
  .md-stroke-gray-500 {
    stroke: #adb5bd;
  }
  .md-text-gray-500 {
    color: #adb5bd;
  }
  .md-bg-gray-500-op-0 {
    background-color: rgba(173, 181, 189, 0);
  }
  .md-border-color-gray-500-op-0 {
    border-color: rgba(173, 181, 189, 0);
  }
  .md-border-top-gray-500-op-0 {
    border-top-color: rgba(173, 181, 189, 0);
  }
  .md-border-right-gray-500-op-0 {
    border-right-color: rgba(173, 181, 189, 0);
  }
  .md-border-bottom-gray-500-op-0 {
    border-bottom-color: rgba(173, 181, 189, 0);
  }
  .md-border-left-gray-500-op-0 {
    border-left-color: rgba(173, 181, 189, 0);
  }
  .md-fill-gray-500-op-0 {
    fill: rgba(173, 181, 189, 0);
  }
  .md-stroke-gray-500-op-0 {
    stroke: rgba(173, 181, 189, 0);
  }
  .md-text-gray-500-op-0 {
    color: rgba(173, 181, 189, 0);
  }
  .md-bg-gray-500-op-1 {
    background-color: rgba(173, 181, 189, 0.1);
  }
  .md-border-color-gray-500-op-1 {
    border-color: rgba(173, 181, 189, 0.1);
  }
  .md-border-top-gray-500-op-1 {
    border-top-color: rgba(173, 181, 189, 0.1);
  }
  .md-border-right-gray-500-op-1 {
    border-right-color: rgba(173, 181, 189, 0.1);
  }
  .md-border-bottom-gray-500-op-1 {
    border-bottom-color: rgba(173, 181, 189, 0.1);
  }
  .md-border-left-gray-500-op-1 {
    border-left-color: rgba(173, 181, 189, 0.1);
  }
  .md-fill-gray-500-op-1 {
    fill: rgba(173, 181, 189, 0.1);
  }
  .md-stroke-gray-500-op-1 {
    stroke: rgba(173, 181, 189, 0.1);
  }
  .md-text-gray-500-op-1 {
    color: rgba(173, 181, 189, 0.1);
  }
  .md-bg-gray-500-op-2 {
    background-color: rgba(173, 181, 189, 0.2);
  }
  .md-border-color-gray-500-op-2 {
    border-color: rgba(173, 181, 189, 0.2);
  }
  .md-border-top-gray-500-op-2 {
    border-top-color: rgba(173, 181, 189, 0.2);
  }
  .md-border-right-gray-500-op-2 {
    border-right-color: rgba(173, 181, 189, 0.2);
  }
  .md-border-bottom-gray-500-op-2 {
    border-bottom-color: rgba(173, 181, 189, 0.2);
  }
  .md-border-left-gray-500-op-2 {
    border-left-color: rgba(173, 181, 189, 0.2);
  }
  .md-fill-gray-500-op-2 {
    fill: rgba(173, 181, 189, 0.2);
  }
  .md-stroke-gray-500-op-2 {
    stroke: rgba(173, 181, 189, 0.2);
  }
  .md-text-gray-500-op-2 {
    color: rgba(173, 181, 189, 0.2);
  }
  .md-bg-gray-500-op-3 {
    background-color: rgba(173, 181, 189, 0.3);
  }
  .md-border-color-gray-500-op-3 {
    border-color: rgba(173, 181, 189, 0.3);
  }
  .md-border-top-gray-500-op-3 {
    border-top-color: rgba(173, 181, 189, 0.3);
  }
  .md-border-right-gray-500-op-3 {
    border-right-color: rgba(173, 181, 189, 0.3);
  }
  .md-border-bottom-gray-500-op-3 {
    border-bottom-color: rgba(173, 181, 189, 0.3);
  }
  .md-border-left-gray-500-op-3 {
    border-left-color: rgba(173, 181, 189, 0.3);
  }
  .md-fill-gray-500-op-3 {
    fill: rgba(173, 181, 189, 0.3);
  }
  .md-stroke-gray-500-op-3 {
    stroke: rgba(173, 181, 189, 0.3);
  }
  .md-text-gray-500-op-3 {
    color: rgba(173, 181, 189, 0.3);
  }
  .md-bg-gray-500-op-4 {
    background-color: rgba(173, 181, 189, 0.4);
  }
  .md-border-color-gray-500-op-4 {
    border-color: rgba(173, 181, 189, 0.4);
  }
  .md-border-top-gray-500-op-4 {
    border-top-color: rgba(173, 181, 189, 0.4);
  }
  .md-border-right-gray-500-op-4 {
    border-right-color: rgba(173, 181, 189, 0.4);
  }
  .md-border-bottom-gray-500-op-4 {
    border-bottom-color: rgba(173, 181, 189, 0.4);
  }
  .md-border-left-gray-500-op-4 {
    border-left-color: rgba(173, 181, 189, 0.4);
  }
  .md-fill-gray-500-op-4 {
    fill: rgba(173, 181, 189, 0.4);
  }
  .md-stroke-gray-500-op-4 {
    stroke: rgba(173, 181, 189, 0.4);
  }
  .md-text-gray-500-op-4 {
    color: rgba(173, 181, 189, 0.4);
  }
  .md-bg-gray-500-op-5 {
    background-color: rgba(173, 181, 189, 0.5);
  }
  .md-border-color-gray-500-op-5 {
    border-color: rgba(173, 181, 189, 0.5);
  }
  .md-border-top-gray-500-op-5 {
    border-top-color: rgba(173, 181, 189, 0.5);
  }
  .md-border-right-gray-500-op-5 {
    border-right-color: rgba(173, 181, 189, 0.5);
  }
  .md-border-bottom-gray-500-op-5 {
    border-bottom-color: rgba(173, 181, 189, 0.5);
  }
  .md-border-left-gray-500-op-5 {
    border-left-color: rgba(173, 181, 189, 0.5);
  }
  .md-fill-gray-500-op-5 {
    fill: rgba(173, 181, 189, 0.5);
  }
  .md-stroke-gray-500-op-5 {
    stroke: rgba(173, 181, 189, 0.5);
  }
  .md-text-gray-500-op-5 {
    color: rgba(173, 181, 189, 0.5);
  }
  .md-bg-gray-500-op-6 {
    background-color: rgba(173, 181, 189, 0.6);
  }
  .md-border-color-gray-500-op-6 {
    border-color: rgba(173, 181, 189, 0.6);
  }
  .md-border-top-gray-500-op-6 {
    border-top-color: rgba(173, 181, 189, 0.6);
  }
  .md-border-right-gray-500-op-6 {
    border-right-color: rgba(173, 181, 189, 0.6);
  }
  .md-border-bottom-gray-500-op-6 {
    border-bottom-color: rgba(173, 181, 189, 0.6);
  }
  .md-border-left-gray-500-op-6 {
    border-left-color: rgba(173, 181, 189, 0.6);
  }
  .md-fill-gray-500-op-6 {
    fill: rgba(173, 181, 189, 0.6);
  }
  .md-stroke-gray-500-op-6 {
    stroke: rgba(173, 181, 189, 0.6);
  }
  .md-text-gray-500-op-6 {
    color: rgba(173, 181, 189, 0.6);
  }
  .md-bg-gray-500-op-7 {
    background-color: rgba(173, 181, 189, 0.7);
  }
  .md-border-color-gray-500-op-7 {
    border-color: rgba(173, 181, 189, 0.7);
  }
  .md-border-top-gray-500-op-7 {
    border-top-color: rgba(173, 181, 189, 0.7);
  }
  .md-border-right-gray-500-op-7 {
    border-right-color: rgba(173, 181, 189, 0.7);
  }
  .md-border-bottom-gray-500-op-7 {
    border-bottom-color: rgba(173, 181, 189, 0.7);
  }
  .md-border-left-gray-500-op-7 {
    border-left-color: rgba(173, 181, 189, 0.7);
  }
  .md-fill-gray-500-op-7 {
    fill: rgba(173, 181, 189, 0.7);
  }
  .md-stroke-gray-500-op-7 {
    stroke: rgba(173, 181, 189, 0.7);
  }
  .md-text-gray-500-op-7 {
    color: rgba(173, 181, 189, 0.7);
  }
  .md-bg-gray-500-op-8 {
    background-color: rgba(173, 181, 189, 0.8);
  }
  .md-border-color-gray-500-op-8 {
    border-color: rgba(173, 181, 189, 0.8);
  }
  .md-border-top-gray-500-op-8 {
    border-top-color: rgba(173, 181, 189, 0.8);
  }
  .md-border-right-gray-500-op-8 {
    border-right-color: rgba(173, 181, 189, 0.8);
  }
  .md-border-bottom-gray-500-op-8 {
    border-bottom-color: rgba(173, 181, 189, 0.8);
  }
  .md-border-left-gray-500-op-8 {
    border-left-color: rgba(173, 181, 189, 0.8);
  }
  .md-fill-gray-500-op-8 {
    fill: rgba(173, 181, 189, 0.8);
  }
  .md-stroke-gray-500-op-8 {
    stroke: rgba(173, 181, 189, 0.8);
  }
  .md-text-gray-500-op-8 {
    color: rgba(173, 181, 189, 0.8);
  }
  .md-bg-gray-500-op-9 {
    background-color: rgba(173, 181, 189, 0.9);
  }
  .md-border-color-gray-500-op-9 {
    border-color: rgba(173, 181, 189, 0.9);
  }
  .md-border-top-gray-500-op-9 {
    border-top-color: rgba(173, 181, 189, 0.9);
  }
  .md-border-right-gray-500-op-9 {
    border-right-color: rgba(173, 181, 189, 0.9);
  }
  .md-border-bottom-gray-500-op-9 {
    border-bottom-color: rgba(173, 181, 189, 0.9);
  }
  .md-border-left-gray-500-op-9 {
    border-left-color: rgba(173, 181, 189, 0.9);
  }
  .md-fill-gray-500-op-9 {
    fill: rgba(173, 181, 189, 0.9);
  }
  .md-stroke-gray-500-op-9 {
    stroke: rgba(173, 181, 189, 0.9);
  }
  .md-text-gray-500-op-9 {
    color: rgba(173, 181, 189, 0.9);
  }
  .md-bg-gray-500-op-10 {
    background-color: #adb5bd;
  }
  .md-border-color-gray-500-op-10 {
    border-color: #adb5bd;
  }
  .md-border-top-gray-500-op-10 {
    border-top-color: #adb5bd;
  }
  .md-border-right-gray-500-op-10 {
    border-right-color: #adb5bd;
  }
  .md-border-bottom-gray-500-op-10 {
    border-bottom-color: #adb5bd;
  }
  .md-border-left-gray-500-op-10 {
    border-left-color: #adb5bd;
  }
  .md-fill-gray-500-op-10 {
    fill: #adb5bd;
  }
  .md-stroke-gray-500-op-10 {
    stroke: #adb5bd;
  }
  .md-text-gray-500-op-10 {
    color: #adb5bd;
  }
  .md-bg-gray-600 {
    background-color: #6d767e;
  }
  .md-border-color-gray-600 {
    border-color: #6d767e;
  }
  .md-border-top-gray-600 {
    border-top-color: #6d767e;
  }
  .md-border-right-gray-600 {
    border-right-color: #6d767e;
  }
  .md-border-bottom-gray-600 {
    border-bottom-color: #6d767e;
  }
  .md-border-left-gray-600 {
    border-left-color: #6d767e;
  }
  .md-fill-gray-600 {
    fill: #6d767e;
  }
  .md-stroke-gray-600 {
    stroke: #6d767e;
  }
  .md-text-gray-600 {
    color: #6d767e;
  }
  .md-bg-gray-600-op-0 {
    background-color: rgba(109, 118, 126, 0);
  }
  .md-border-color-gray-600-op-0 {
    border-color: rgba(109, 118, 126, 0);
  }
  .md-border-top-gray-600-op-0 {
    border-top-color: rgba(109, 118, 126, 0);
  }
  .md-border-right-gray-600-op-0 {
    border-right-color: rgba(109, 118, 126, 0);
  }
  .md-border-bottom-gray-600-op-0 {
    border-bottom-color: rgba(109, 118, 126, 0);
  }
  .md-border-left-gray-600-op-0 {
    border-left-color: rgba(109, 118, 126, 0);
  }
  .md-fill-gray-600-op-0 {
    fill: rgba(109, 118, 126, 0);
  }
  .md-stroke-gray-600-op-0 {
    stroke: rgba(109, 118, 126, 0);
  }
  .md-text-gray-600-op-0 {
    color: rgba(109, 118, 126, 0);
  }
  .md-bg-gray-600-op-1 {
    background-color: rgba(109, 118, 126, 0.1);
  }
  .md-border-color-gray-600-op-1 {
    border-color: rgba(109, 118, 126, 0.1);
  }
  .md-border-top-gray-600-op-1 {
    border-top-color: rgba(109, 118, 126, 0.1);
  }
  .md-border-right-gray-600-op-1 {
    border-right-color: rgba(109, 118, 126, 0.1);
  }
  .md-border-bottom-gray-600-op-1 {
    border-bottom-color: rgba(109, 118, 126, 0.1);
  }
  .md-border-left-gray-600-op-1 {
    border-left-color: rgba(109, 118, 126, 0.1);
  }
  .md-fill-gray-600-op-1 {
    fill: rgba(109, 118, 126, 0.1);
  }
  .md-stroke-gray-600-op-1 {
    stroke: rgba(109, 118, 126, 0.1);
  }
  .md-text-gray-600-op-1 {
    color: rgba(109, 118, 126, 0.1);
  }
  .md-bg-gray-600-op-2 {
    background-color: rgba(109, 118, 126, 0.2);
  }
  .md-border-color-gray-600-op-2 {
    border-color: rgba(109, 118, 126, 0.2);
  }
  .md-border-top-gray-600-op-2 {
    border-top-color: rgba(109, 118, 126, 0.2);
  }
  .md-border-right-gray-600-op-2 {
    border-right-color: rgba(109, 118, 126, 0.2);
  }
  .md-border-bottom-gray-600-op-2 {
    border-bottom-color: rgba(109, 118, 126, 0.2);
  }
  .md-border-left-gray-600-op-2 {
    border-left-color: rgba(109, 118, 126, 0.2);
  }
  .md-fill-gray-600-op-2 {
    fill: rgba(109, 118, 126, 0.2);
  }
  .md-stroke-gray-600-op-2 {
    stroke: rgba(109, 118, 126, 0.2);
  }
  .md-text-gray-600-op-2 {
    color: rgba(109, 118, 126, 0.2);
  }
  .md-bg-gray-600-op-3 {
    background-color: rgba(109, 118, 126, 0.3);
  }
  .md-border-color-gray-600-op-3 {
    border-color: rgba(109, 118, 126, 0.3);
  }
  .md-border-top-gray-600-op-3 {
    border-top-color: rgba(109, 118, 126, 0.3);
  }
  .md-border-right-gray-600-op-3 {
    border-right-color: rgba(109, 118, 126, 0.3);
  }
  .md-border-bottom-gray-600-op-3 {
    border-bottom-color: rgba(109, 118, 126, 0.3);
  }
  .md-border-left-gray-600-op-3 {
    border-left-color: rgba(109, 118, 126, 0.3);
  }
  .md-fill-gray-600-op-3 {
    fill: rgba(109, 118, 126, 0.3);
  }
  .md-stroke-gray-600-op-3 {
    stroke: rgba(109, 118, 126, 0.3);
  }
  .md-text-gray-600-op-3 {
    color: rgba(109, 118, 126, 0.3);
  }
  .md-bg-gray-600-op-4 {
    background-color: rgba(109, 118, 126, 0.4);
  }
  .md-border-color-gray-600-op-4 {
    border-color: rgba(109, 118, 126, 0.4);
  }
  .md-border-top-gray-600-op-4 {
    border-top-color: rgba(109, 118, 126, 0.4);
  }
  .md-border-right-gray-600-op-4 {
    border-right-color: rgba(109, 118, 126, 0.4);
  }
  .md-border-bottom-gray-600-op-4 {
    border-bottom-color: rgba(109, 118, 126, 0.4);
  }
  .md-border-left-gray-600-op-4 {
    border-left-color: rgba(109, 118, 126, 0.4);
  }
  .md-fill-gray-600-op-4 {
    fill: rgba(109, 118, 126, 0.4);
  }
  .md-stroke-gray-600-op-4 {
    stroke: rgba(109, 118, 126, 0.4);
  }
  .md-text-gray-600-op-4 {
    color: rgba(109, 118, 126, 0.4);
  }
  .md-bg-gray-600-op-5 {
    background-color: rgba(109, 118, 126, 0.5);
  }
  .md-border-color-gray-600-op-5 {
    border-color: rgba(109, 118, 126, 0.5);
  }
  .md-border-top-gray-600-op-5 {
    border-top-color: rgba(109, 118, 126, 0.5);
  }
  .md-border-right-gray-600-op-5 {
    border-right-color: rgba(109, 118, 126, 0.5);
  }
  .md-border-bottom-gray-600-op-5 {
    border-bottom-color: rgba(109, 118, 126, 0.5);
  }
  .md-border-left-gray-600-op-5 {
    border-left-color: rgba(109, 118, 126, 0.5);
  }
  .md-fill-gray-600-op-5 {
    fill: rgba(109, 118, 126, 0.5);
  }
  .md-stroke-gray-600-op-5 {
    stroke: rgba(109, 118, 126, 0.5);
  }
  .md-text-gray-600-op-5 {
    color: rgba(109, 118, 126, 0.5);
  }
  .md-bg-gray-600-op-6 {
    background-color: rgba(109, 118, 126, 0.6);
  }
  .md-border-color-gray-600-op-6 {
    border-color: rgba(109, 118, 126, 0.6);
  }
  .md-border-top-gray-600-op-6 {
    border-top-color: rgba(109, 118, 126, 0.6);
  }
  .md-border-right-gray-600-op-6 {
    border-right-color: rgba(109, 118, 126, 0.6);
  }
  .md-border-bottom-gray-600-op-6 {
    border-bottom-color: rgba(109, 118, 126, 0.6);
  }
  .md-border-left-gray-600-op-6 {
    border-left-color: rgba(109, 118, 126, 0.6);
  }
  .md-fill-gray-600-op-6 {
    fill: rgba(109, 118, 126, 0.6);
  }
  .md-stroke-gray-600-op-6 {
    stroke: rgba(109, 118, 126, 0.6);
  }
  .md-text-gray-600-op-6 {
    color: rgba(109, 118, 126, 0.6);
  }
  .md-bg-gray-600-op-7 {
    background-color: rgba(109, 118, 126, 0.7);
  }
  .md-border-color-gray-600-op-7 {
    border-color: rgba(109, 118, 126, 0.7);
  }
  .md-border-top-gray-600-op-7 {
    border-top-color: rgba(109, 118, 126, 0.7);
  }
  .md-border-right-gray-600-op-7 {
    border-right-color: rgba(109, 118, 126, 0.7);
  }
  .md-border-bottom-gray-600-op-7 {
    border-bottom-color: rgba(109, 118, 126, 0.7);
  }
  .md-border-left-gray-600-op-7 {
    border-left-color: rgba(109, 118, 126, 0.7);
  }
  .md-fill-gray-600-op-7 {
    fill: rgba(109, 118, 126, 0.7);
  }
  .md-stroke-gray-600-op-7 {
    stroke: rgba(109, 118, 126, 0.7);
  }
  .md-text-gray-600-op-7 {
    color: rgba(109, 118, 126, 0.7);
  }
  .md-bg-gray-600-op-8 {
    background-color: rgba(109, 118, 126, 0.8);
  }
  .md-border-color-gray-600-op-8 {
    border-color: rgba(109, 118, 126, 0.8);
  }
  .md-border-top-gray-600-op-8 {
    border-top-color: rgba(109, 118, 126, 0.8);
  }
  .md-border-right-gray-600-op-8 {
    border-right-color: rgba(109, 118, 126, 0.8);
  }
  .md-border-bottom-gray-600-op-8 {
    border-bottom-color: rgba(109, 118, 126, 0.8);
  }
  .md-border-left-gray-600-op-8 {
    border-left-color: rgba(109, 118, 126, 0.8);
  }
  .md-fill-gray-600-op-8 {
    fill: rgba(109, 118, 126, 0.8);
  }
  .md-stroke-gray-600-op-8 {
    stroke: rgba(109, 118, 126, 0.8);
  }
  .md-text-gray-600-op-8 {
    color: rgba(109, 118, 126, 0.8);
  }
  .md-bg-gray-600-op-9 {
    background-color: rgba(109, 118, 126, 0.9);
  }
  .md-border-color-gray-600-op-9 {
    border-color: rgba(109, 118, 126, 0.9);
  }
  .md-border-top-gray-600-op-9 {
    border-top-color: rgba(109, 118, 126, 0.9);
  }
  .md-border-right-gray-600-op-9 {
    border-right-color: rgba(109, 118, 126, 0.9);
  }
  .md-border-bottom-gray-600-op-9 {
    border-bottom-color: rgba(109, 118, 126, 0.9);
  }
  .md-border-left-gray-600-op-9 {
    border-left-color: rgba(109, 118, 126, 0.9);
  }
  .md-fill-gray-600-op-9 {
    fill: rgba(109, 118, 126, 0.9);
  }
  .md-stroke-gray-600-op-9 {
    stroke: rgba(109, 118, 126, 0.9);
  }
  .md-text-gray-600-op-9 {
    color: rgba(109, 118, 126, 0.9);
  }
  .md-bg-gray-600-op-10 {
    background-color: #6d767e;
  }
  .md-border-color-gray-600-op-10 {
    border-color: #6d767e;
  }
  .md-border-top-gray-600-op-10 {
    border-top-color: #6d767e;
  }
  .md-border-right-gray-600-op-10 {
    border-right-color: #6d767e;
  }
  .md-border-bottom-gray-600-op-10 {
    border-bottom-color: #6d767e;
  }
  .md-border-left-gray-600-op-10 {
    border-left-color: #6d767e;
  }
  .md-fill-gray-600-op-10 {
    fill: #6d767e;
  }
  .md-stroke-gray-600-op-10 {
    stroke: #6d767e;
  }
  .md-text-gray-600-op-10 {
    color: #6d767e;
  }
  .md-bg-gray-700 {
    background-color: #484f56;
  }
  .md-border-color-gray-700 {
    border-color: #484f56;
  }
  .md-border-top-gray-700 {
    border-top-color: #484f56;
  }
  .md-border-right-gray-700 {
    border-right-color: #484f56;
  }
  .md-border-bottom-gray-700 {
    border-bottom-color: #484f56;
  }
  .md-border-left-gray-700 {
    border-left-color: #484f56;
  }
  .md-fill-gray-700 {
    fill: #484f56;
  }
  .md-stroke-gray-700 {
    stroke: #484f56;
  }
  .md-text-gray-700 {
    color: #484f56;
  }
  .md-bg-gray-700-op-0 {
    background-color: rgba(72, 79, 86, 0);
  }
  .md-border-color-gray-700-op-0 {
    border-color: rgba(72, 79, 86, 0);
  }
  .md-border-top-gray-700-op-0 {
    border-top-color: rgba(72, 79, 86, 0);
  }
  .md-border-right-gray-700-op-0 {
    border-right-color: rgba(72, 79, 86, 0);
  }
  .md-border-bottom-gray-700-op-0 {
    border-bottom-color: rgba(72, 79, 86, 0);
  }
  .md-border-left-gray-700-op-0 {
    border-left-color: rgba(72, 79, 86, 0);
  }
  .md-fill-gray-700-op-0 {
    fill: rgba(72, 79, 86, 0);
  }
  .md-stroke-gray-700-op-0 {
    stroke: rgba(72, 79, 86, 0);
  }
  .md-text-gray-700-op-0 {
    color: rgba(72, 79, 86, 0);
  }
  .md-bg-gray-700-op-1 {
    background-color: rgba(72, 79, 86, 0.1);
  }
  .md-border-color-gray-700-op-1 {
    border-color: rgba(72, 79, 86, 0.1);
  }
  .md-border-top-gray-700-op-1 {
    border-top-color: rgba(72, 79, 86, 0.1);
  }
  .md-border-right-gray-700-op-1 {
    border-right-color: rgba(72, 79, 86, 0.1);
  }
  .md-border-bottom-gray-700-op-1 {
    border-bottom-color: rgba(72, 79, 86, 0.1);
  }
  .md-border-left-gray-700-op-1 {
    border-left-color: rgba(72, 79, 86, 0.1);
  }
  .md-fill-gray-700-op-1 {
    fill: rgba(72, 79, 86, 0.1);
  }
  .md-stroke-gray-700-op-1 {
    stroke: rgba(72, 79, 86, 0.1);
  }
  .md-text-gray-700-op-1 {
    color: rgba(72, 79, 86, 0.1);
  }
  .md-bg-gray-700-op-2 {
    background-color: rgba(72, 79, 86, 0.2);
  }
  .md-border-color-gray-700-op-2 {
    border-color: rgba(72, 79, 86, 0.2);
  }
  .md-border-top-gray-700-op-2 {
    border-top-color: rgba(72, 79, 86, 0.2);
  }
  .md-border-right-gray-700-op-2 {
    border-right-color: rgba(72, 79, 86, 0.2);
  }
  .md-border-bottom-gray-700-op-2 {
    border-bottom-color: rgba(72, 79, 86, 0.2);
  }
  .md-border-left-gray-700-op-2 {
    border-left-color: rgba(72, 79, 86, 0.2);
  }
  .md-fill-gray-700-op-2 {
    fill: rgba(72, 79, 86, 0.2);
  }
  .md-stroke-gray-700-op-2 {
    stroke: rgba(72, 79, 86, 0.2);
  }
  .md-text-gray-700-op-2 {
    color: rgba(72, 79, 86, 0.2);
  }
  .md-bg-gray-700-op-3 {
    background-color: rgba(72, 79, 86, 0.3);
  }
  .md-border-color-gray-700-op-3 {
    border-color: rgba(72, 79, 86, 0.3);
  }
  .md-border-top-gray-700-op-3 {
    border-top-color: rgba(72, 79, 86, 0.3);
  }
  .md-border-right-gray-700-op-3 {
    border-right-color: rgba(72, 79, 86, 0.3);
  }
  .md-border-bottom-gray-700-op-3 {
    border-bottom-color: rgba(72, 79, 86, 0.3);
  }
  .md-border-left-gray-700-op-3 {
    border-left-color: rgba(72, 79, 86, 0.3);
  }
  .md-fill-gray-700-op-3 {
    fill: rgba(72, 79, 86, 0.3);
  }
  .md-stroke-gray-700-op-3 {
    stroke: rgba(72, 79, 86, 0.3);
  }
  .md-text-gray-700-op-3 {
    color: rgba(72, 79, 86, 0.3);
  }
  .md-bg-gray-700-op-4 {
    background-color: rgba(72, 79, 86, 0.4);
  }
  .md-border-color-gray-700-op-4 {
    border-color: rgba(72, 79, 86, 0.4);
  }
  .md-border-top-gray-700-op-4 {
    border-top-color: rgba(72, 79, 86, 0.4);
  }
  .md-border-right-gray-700-op-4 {
    border-right-color: rgba(72, 79, 86, 0.4);
  }
  .md-border-bottom-gray-700-op-4 {
    border-bottom-color: rgba(72, 79, 86, 0.4);
  }
  .md-border-left-gray-700-op-4 {
    border-left-color: rgba(72, 79, 86, 0.4);
  }
  .md-fill-gray-700-op-4 {
    fill: rgba(72, 79, 86, 0.4);
  }
  .md-stroke-gray-700-op-4 {
    stroke: rgba(72, 79, 86, 0.4);
  }
  .md-text-gray-700-op-4 {
    color: rgba(72, 79, 86, 0.4);
  }
  .md-bg-gray-700-op-5 {
    background-color: rgba(72, 79, 86, 0.5);
  }
  .md-border-color-gray-700-op-5 {
    border-color: rgba(72, 79, 86, 0.5);
  }
  .md-border-top-gray-700-op-5 {
    border-top-color: rgba(72, 79, 86, 0.5);
  }
  .md-border-right-gray-700-op-5 {
    border-right-color: rgba(72, 79, 86, 0.5);
  }
  .md-border-bottom-gray-700-op-5 {
    border-bottom-color: rgba(72, 79, 86, 0.5);
  }
  .md-border-left-gray-700-op-5 {
    border-left-color: rgba(72, 79, 86, 0.5);
  }
  .md-fill-gray-700-op-5 {
    fill: rgba(72, 79, 86, 0.5);
  }
  .md-stroke-gray-700-op-5 {
    stroke: rgba(72, 79, 86, 0.5);
  }
  .md-text-gray-700-op-5 {
    color: rgba(72, 79, 86, 0.5);
  }
  .md-bg-gray-700-op-6 {
    background-color: rgba(72, 79, 86, 0.6);
  }
  .md-border-color-gray-700-op-6 {
    border-color: rgba(72, 79, 86, 0.6);
  }
  .md-border-top-gray-700-op-6 {
    border-top-color: rgba(72, 79, 86, 0.6);
  }
  .md-border-right-gray-700-op-6 {
    border-right-color: rgba(72, 79, 86, 0.6);
  }
  .md-border-bottom-gray-700-op-6 {
    border-bottom-color: rgba(72, 79, 86, 0.6);
  }
  .md-border-left-gray-700-op-6 {
    border-left-color: rgba(72, 79, 86, 0.6);
  }
  .md-fill-gray-700-op-6 {
    fill: rgba(72, 79, 86, 0.6);
  }
  .md-stroke-gray-700-op-6 {
    stroke: rgba(72, 79, 86, 0.6);
  }
  .md-text-gray-700-op-6 {
    color: rgba(72, 79, 86, 0.6);
  }
  .md-bg-gray-700-op-7 {
    background-color: rgba(72, 79, 86, 0.7);
  }
  .md-border-color-gray-700-op-7 {
    border-color: rgba(72, 79, 86, 0.7);
  }
  .md-border-top-gray-700-op-7 {
    border-top-color: rgba(72, 79, 86, 0.7);
  }
  .md-border-right-gray-700-op-7 {
    border-right-color: rgba(72, 79, 86, 0.7);
  }
  .md-border-bottom-gray-700-op-7 {
    border-bottom-color: rgba(72, 79, 86, 0.7);
  }
  .md-border-left-gray-700-op-7 {
    border-left-color: rgba(72, 79, 86, 0.7);
  }
  .md-fill-gray-700-op-7 {
    fill: rgba(72, 79, 86, 0.7);
  }
  .md-stroke-gray-700-op-7 {
    stroke: rgba(72, 79, 86, 0.7);
  }
  .md-text-gray-700-op-7 {
    color: rgba(72, 79, 86, 0.7);
  }
  .md-bg-gray-700-op-8 {
    background-color: rgba(72, 79, 86, 0.8);
  }
  .md-border-color-gray-700-op-8 {
    border-color: rgba(72, 79, 86, 0.8);
  }
  .md-border-top-gray-700-op-8 {
    border-top-color: rgba(72, 79, 86, 0.8);
  }
  .md-border-right-gray-700-op-8 {
    border-right-color: rgba(72, 79, 86, 0.8);
  }
  .md-border-bottom-gray-700-op-8 {
    border-bottom-color: rgba(72, 79, 86, 0.8);
  }
  .md-border-left-gray-700-op-8 {
    border-left-color: rgba(72, 79, 86, 0.8);
  }
  .md-fill-gray-700-op-8 {
    fill: rgba(72, 79, 86, 0.8);
  }
  .md-stroke-gray-700-op-8 {
    stroke: rgba(72, 79, 86, 0.8);
  }
  .md-text-gray-700-op-8 {
    color: rgba(72, 79, 86, 0.8);
  }
  .md-bg-gray-700-op-9 {
    background-color: rgba(72, 79, 86, 0.9);
  }
  .md-border-color-gray-700-op-9 {
    border-color: rgba(72, 79, 86, 0.9);
  }
  .md-border-top-gray-700-op-9 {
    border-top-color: rgba(72, 79, 86, 0.9);
  }
  .md-border-right-gray-700-op-9 {
    border-right-color: rgba(72, 79, 86, 0.9);
  }
  .md-border-bottom-gray-700-op-9 {
    border-bottom-color: rgba(72, 79, 86, 0.9);
  }
  .md-border-left-gray-700-op-9 {
    border-left-color: rgba(72, 79, 86, 0.9);
  }
  .md-fill-gray-700-op-9 {
    fill: rgba(72, 79, 86, 0.9);
  }
  .md-stroke-gray-700-op-9 {
    stroke: rgba(72, 79, 86, 0.9);
  }
  .md-text-gray-700-op-9 {
    color: rgba(72, 79, 86, 0.9);
  }
  .md-bg-gray-700-op-10 {
    background-color: #484f56;
  }
  .md-border-color-gray-700-op-10 {
    border-color: #484f56;
  }
  .md-border-top-gray-700-op-10 {
    border-top-color: #484f56;
  }
  .md-border-right-gray-700-op-10 {
    border-right-color: #484f56;
  }
  .md-border-bottom-gray-700-op-10 {
    border-bottom-color: #484f56;
  }
  .md-border-left-gray-700-op-10 {
    border-left-color: #484f56;
  }
  .md-fill-gray-700-op-10 {
    fill: #484f56;
  }
  .md-stroke-gray-700-op-10 {
    stroke: #484f56;
  }
  .md-text-gray-700-op-10 {
    color: #484f56;
  }
  .md-bg-gray-800 {
    background-color: #353b41;
  }
  .md-border-color-gray-800 {
    border-color: #353b41;
  }
  .md-border-top-gray-800 {
    border-top-color: #353b41;
  }
  .md-border-right-gray-800 {
    border-right-color: #353b41;
  }
  .md-border-bottom-gray-800 {
    border-bottom-color: #353b41;
  }
  .md-border-left-gray-800 {
    border-left-color: #353b41;
  }
  .md-fill-gray-800 {
    fill: #353b41;
  }
  .md-stroke-gray-800 {
    stroke: #353b41;
  }
  .md-text-gray-800 {
    color: #353b41;
  }
  .md-bg-gray-800-op-0 {
    background-color: rgba(53, 59, 65, 0);
  }
  .md-border-color-gray-800-op-0 {
    border-color: rgba(53, 59, 65, 0);
  }
  .md-border-top-gray-800-op-0 {
    border-top-color: rgba(53, 59, 65, 0);
  }
  .md-border-right-gray-800-op-0 {
    border-right-color: rgba(53, 59, 65, 0);
  }
  .md-border-bottom-gray-800-op-0 {
    border-bottom-color: rgba(53, 59, 65, 0);
  }
  .md-border-left-gray-800-op-0 {
    border-left-color: rgba(53, 59, 65, 0);
  }
  .md-fill-gray-800-op-0 {
    fill: rgba(53, 59, 65, 0);
  }
  .md-stroke-gray-800-op-0 {
    stroke: rgba(53, 59, 65, 0);
  }
  .md-text-gray-800-op-0 {
    color: rgba(53, 59, 65, 0);
  }
  .md-bg-gray-800-op-1 {
    background-color: rgba(53, 59, 65, 0.1);
  }
  .md-border-color-gray-800-op-1 {
    border-color: rgba(53, 59, 65, 0.1);
  }
  .md-border-top-gray-800-op-1 {
    border-top-color: rgba(53, 59, 65, 0.1);
  }
  .md-border-right-gray-800-op-1 {
    border-right-color: rgba(53, 59, 65, 0.1);
  }
  .md-border-bottom-gray-800-op-1 {
    border-bottom-color: rgba(53, 59, 65, 0.1);
  }
  .md-border-left-gray-800-op-1 {
    border-left-color: rgba(53, 59, 65, 0.1);
  }
  .md-fill-gray-800-op-1 {
    fill: rgba(53, 59, 65, 0.1);
  }
  .md-stroke-gray-800-op-1 {
    stroke: rgba(53, 59, 65, 0.1);
  }
  .md-text-gray-800-op-1 {
    color: rgba(53, 59, 65, 0.1);
  }
  .md-bg-gray-800-op-2 {
    background-color: rgba(53, 59, 65, 0.2);
  }
  .md-border-color-gray-800-op-2 {
    border-color: rgba(53, 59, 65, 0.2);
  }
  .md-border-top-gray-800-op-2 {
    border-top-color: rgba(53, 59, 65, 0.2);
  }
  .md-border-right-gray-800-op-2 {
    border-right-color: rgba(53, 59, 65, 0.2);
  }
  .md-border-bottom-gray-800-op-2 {
    border-bottom-color: rgba(53, 59, 65, 0.2);
  }
  .md-border-left-gray-800-op-2 {
    border-left-color: rgba(53, 59, 65, 0.2);
  }
  .md-fill-gray-800-op-2 {
    fill: rgba(53, 59, 65, 0.2);
  }
  .md-stroke-gray-800-op-2 {
    stroke: rgba(53, 59, 65, 0.2);
  }
  .md-text-gray-800-op-2 {
    color: rgba(53, 59, 65, 0.2);
  }
  .md-bg-gray-800-op-3 {
    background-color: rgba(53, 59, 65, 0.3);
  }
  .md-border-color-gray-800-op-3 {
    border-color: rgba(53, 59, 65, 0.3);
  }
  .md-border-top-gray-800-op-3 {
    border-top-color: rgba(53, 59, 65, 0.3);
  }
  .md-border-right-gray-800-op-3 {
    border-right-color: rgba(53, 59, 65, 0.3);
  }
  .md-border-bottom-gray-800-op-3 {
    border-bottom-color: rgba(53, 59, 65, 0.3);
  }
  .md-border-left-gray-800-op-3 {
    border-left-color: rgba(53, 59, 65, 0.3);
  }
  .md-fill-gray-800-op-3 {
    fill: rgba(53, 59, 65, 0.3);
  }
  .md-stroke-gray-800-op-3 {
    stroke: rgba(53, 59, 65, 0.3);
  }
  .md-text-gray-800-op-3 {
    color: rgba(53, 59, 65, 0.3);
  }
  .md-bg-gray-800-op-4 {
    background-color: rgba(53, 59, 65, 0.4);
  }
  .md-border-color-gray-800-op-4 {
    border-color: rgba(53, 59, 65, 0.4);
  }
  .md-border-top-gray-800-op-4 {
    border-top-color: rgba(53, 59, 65, 0.4);
  }
  .md-border-right-gray-800-op-4 {
    border-right-color: rgba(53, 59, 65, 0.4);
  }
  .md-border-bottom-gray-800-op-4 {
    border-bottom-color: rgba(53, 59, 65, 0.4);
  }
  .md-border-left-gray-800-op-4 {
    border-left-color: rgba(53, 59, 65, 0.4);
  }
  .md-fill-gray-800-op-4 {
    fill: rgba(53, 59, 65, 0.4);
  }
  .md-stroke-gray-800-op-4 {
    stroke: rgba(53, 59, 65, 0.4);
  }
  .md-text-gray-800-op-4 {
    color: rgba(53, 59, 65, 0.4);
  }
  .md-bg-gray-800-op-5 {
    background-color: rgba(53, 59, 65, 0.5);
  }
  .md-border-color-gray-800-op-5 {
    border-color: rgba(53, 59, 65, 0.5);
  }
  .md-border-top-gray-800-op-5 {
    border-top-color: rgba(53, 59, 65, 0.5);
  }
  .md-border-right-gray-800-op-5 {
    border-right-color: rgba(53, 59, 65, 0.5);
  }
  .md-border-bottom-gray-800-op-5 {
    border-bottom-color: rgba(53, 59, 65, 0.5);
  }
  .md-border-left-gray-800-op-5 {
    border-left-color: rgba(53, 59, 65, 0.5);
  }
  .md-fill-gray-800-op-5 {
    fill: rgba(53, 59, 65, 0.5);
  }
  .md-stroke-gray-800-op-5 {
    stroke: rgba(53, 59, 65, 0.5);
  }
  .md-text-gray-800-op-5 {
    color: rgba(53, 59, 65, 0.5);
  }
  .md-bg-gray-800-op-6 {
    background-color: rgba(53, 59, 65, 0.6);
  }
  .md-border-color-gray-800-op-6 {
    border-color: rgba(53, 59, 65, 0.6);
  }
  .md-border-top-gray-800-op-6 {
    border-top-color: rgba(53, 59, 65, 0.6);
  }
  .md-border-right-gray-800-op-6 {
    border-right-color: rgba(53, 59, 65, 0.6);
  }
  .md-border-bottom-gray-800-op-6 {
    border-bottom-color: rgba(53, 59, 65, 0.6);
  }
  .md-border-left-gray-800-op-6 {
    border-left-color: rgba(53, 59, 65, 0.6);
  }
  .md-fill-gray-800-op-6 {
    fill: rgba(53, 59, 65, 0.6);
  }
  .md-stroke-gray-800-op-6 {
    stroke: rgba(53, 59, 65, 0.6);
  }
  .md-text-gray-800-op-6 {
    color: rgba(53, 59, 65, 0.6);
  }
  .md-bg-gray-800-op-7 {
    background-color: rgba(53, 59, 65, 0.7);
  }
  .md-border-color-gray-800-op-7 {
    border-color: rgba(53, 59, 65, 0.7);
  }
  .md-border-top-gray-800-op-7 {
    border-top-color: rgba(53, 59, 65, 0.7);
  }
  .md-border-right-gray-800-op-7 {
    border-right-color: rgba(53, 59, 65, 0.7);
  }
  .md-border-bottom-gray-800-op-7 {
    border-bottom-color: rgba(53, 59, 65, 0.7);
  }
  .md-border-left-gray-800-op-7 {
    border-left-color: rgba(53, 59, 65, 0.7);
  }
  .md-fill-gray-800-op-7 {
    fill: rgba(53, 59, 65, 0.7);
  }
  .md-stroke-gray-800-op-7 {
    stroke: rgba(53, 59, 65, 0.7);
  }
  .md-text-gray-800-op-7 {
    color: rgba(53, 59, 65, 0.7);
  }
  .md-bg-gray-800-op-8 {
    background-color: rgba(53, 59, 65, 0.8);
  }
  .md-border-color-gray-800-op-8 {
    border-color: rgba(53, 59, 65, 0.8);
  }
  .md-border-top-gray-800-op-8 {
    border-top-color: rgba(53, 59, 65, 0.8);
  }
  .md-border-right-gray-800-op-8 {
    border-right-color: rgba(53, 59, 65, 0.8);
  }
  .md-border-bottom-gray-800-op-8 {
    border-bottom-color: rgba(53, 59, 65, 0.8);
  }
  .md-border-left-gray-800-op-8 {
    border-left-color: rgba(53, 59, 65, 0.8);
  }
  .md-fill-gray-800-op-8 {
    fill: rgba(53, 59, 65, 0.8);
  }
  .md-stroke-gray-800-op-8 {
    stroke: rgba(53, 59, 65, 0.8);
  }
  .md-text-gray-800-op-8 {
    color: rgba(53, 59, 65, 0.8);
  }
  .md-bg-gray-800-op-9 {
    background-color: rgba(53, 59, 65, 0.9);
  }
  .md-border-color-gray-800-op-9 {
    border-color: rgba(53, 59, 65, 0.9);
  }
  .md-border-top-gray-800-op-9 {
    border-top-color: rgba(53, 59, 65, 0.9);
  }
  .md-border-right-gray-800-op-9 {
    border-right-color: rgba(53, 59, 65, 0.9);
  }
  .md-border-bottom-gray-800-op-9 {
    border-bottom-color: rgba(53, 59, 65, 0.9);
  }
  .md-border-left-gray-800-op-9 {
    border-left-color: rgba(53, 59, 65, 0.9);
  }
  .md-fill-gray-800-op-9 {
    fill: rgba(53, 59, 65, 0.9);
  }
  .md-stroke-gray-800-op-9 {
    stroke: rgba(53, 59, 65, 0.9);
  }
  .md-text-gray-800-op-9 {
    color: rgba(53, 59, 65, 0.9);
  }
  .md-bg-gray-800-op-10 {
    background-color: #353b41;
  }
  .md-border-color-gray-800-op-10 {
    border-color: #353b41;
  }
  .md-border-top-gray-800-op-10 {
    border-top-color: #353b41;
  }
  .md-border-right-gray-800-op-10 {
    border-right-color: #353b41;
  }
  .md-border-bottom-gray-800-op-10 {
    border-bottom-color: #353b41;
  }
  .md-border-left-gray-800-op-10 {
    border-left-color: #353b41;
  }
  .md-fill-gray-800-op-10 {
    fill: #353b41;
  }
  .md-stroke-gray-800-op-10 {
    stroke: #353b41;
  }
  .md-text-gray-800-op-10 {
    color: #353b41;
  }
  .md-bg-gray-900 {
    background-color: #22262a;
  }
  .md-border-color-gray-900 {
    border-color: #22262a;
  }
  .md-border-top-gray-900 {
    border-top-color: #22262a;
  }
  .md-border-right-gray-900 {
    border-right-color: #22262a;
  }
  .md-border-bottom-gray-900 {
    border-bottom-color: #22262a;
  }
  .md-border-left-gray-900 {
    border-left-color: #22262a;
  }
  .md-fill-gray-900 {
    fill: #22262a;
  }
  .md-stroke-gray-900 {
    stroke: #22262a;
  }
  .md-text-gray-900 {
    color: #22262a;
  }
  .md-bg-gray-900-op-0 {
    background-color: rgba(34, 38, 42, 0);
  }
  .md-border-color-gray-900-op-0 {
    border-color: rgba(34, 38, 42, 0);
  }
  .md-border-top-gray-900-op-0 {
    border-top-color: rgba(34, 38, 42, 0);
  }
  .md-border-right-gray-900-op-0 {
    border-right-color: rgba(34, 38, 42, 0);
  }
  .md-border-bottom-gray-900-op-0 {
    border-bottom-color: rgba(34, 38, 42, 0);
  }
  .md-border-left-gray-900-op-0 {
    border-left-color: rgba(34, 38, 42, 0);
  }
  .md-fill-gray-900-op-0 {
    fill: rgba(34, 38, 42, 0);
  }
  .md-stroke-gray-900-op-0 {
    stroke: rgba(34, 38, 42, 0);
  }
  .md-text-gray-900-op-0 {
    color: rgba(34, 38, 42, 0);
  }
  .md-bg-gray-900-op-1 {
    background-color: rgba(34, 38, 42, 0.1);
  }
  .md-border-color-gray-900-op-1 {
    border-color: rgba(34, 38, 42, 0.1);
  }
  .md-border-top-gray-900-op-1 {
    border-top-color: rgba(34, 38, 42, 0.1);
  }
  .md-border-right-gray-900-op-1 {
    border-right-color: rgba(34, 38, 42, 0.1);
  }
  .md-border-bottom-gray-900-op-1 {
    border-bottom-color: rgba(34, 38, 42, 0.1);
  }
  .md-border-left-gray-900-op-1 {
    border-left-color: rgba(34, 38, 42, 0.1);
  }
  .md-fill-gray-900-op-1 {
    fill: rgba(34, 38, 42, 0.1);
  }
  .md-stroke-gray-900-op-1 {
    stroke: rgba(34, 38, 42, 0.1);
  }
  .md-text-gray-900-op-1 {
    color: rgba(34, 38, 42, 0.1);
  }
  .md-bg-gray-900-op-2 {
    background-color: rgba(34, 38, 42, 0.2);
  }
  .md-border-color-gray-900-op-2 {
    border-color: rgba(34, 38, 42, 0.2);
  }
  .md-border-top-gray-900-op-2 {
    border-top-color: rgba(34, 38, 42, 0.2);
  }
  .md-border-right-gray-900-op-2 {
    border-right-color: rgba(34, 38, 42, 0.2);
  }
  .md-border-bottom-gray-900-op-2 {
    border-bottom-color: rgba(34, 38, 42, 0.2);
  }
  .md-border-left-gray-900-op-2 {
    border-left-color: rgba(34, 38, 42, 0.2);
  }
  .md-fill-gray-900-op-2 {
    fill: rgba(34, 38, 42, 0.2);
  }
  .md-stroke-gray-900-op-2 {
    stroke: rgba(34, 38, 42, 0.2);
  }
  .md-text-gray-900-op-2 {
    color: rgba(34, 38, 42, 0.2);
  }
  .md-bg-gray-900-op-3 {
    background-color: rgba(34, 38, 42, 0.3);
  }
  .md-border-color-gray-900-op-3 {
    border-color: rgba(34, 38, 42, 0.3);
  }
  .md-border-top-gray-900-op-3 {
    border-top-color: rgba(34, 38, 42, 0.3);
  }
  .md-border-right-gray-900-op-3 {
    border-right-color: rgba(34, 38, 42, 0.3);
  }
  .md-border-bottom-gray-900-op-3 {
    border-bottom-color: rgba(34, 38, 42, 0.3);
  }
  .md-border-left-gray-900-op-3 {
    border-left-color: rgba(34, 38, 42, 0.3);
  }
  .md-fill-gray-900-op-3 {
    fill: rgba(34, 38, 42, 0.3);
  }
  .md-stroke-gray-900-op-3 {
    stroke: rgba(34, 38, 42, 0.3);
  }
  .md-text-gray-900-op-3 {
    color: rgba(34, 38, 42, 0.3);
  }
  .md-bg-gray-900-op-4 {
    background-color: rgba(34, 38, 42, 0.4);
  }
  .md-border-color-gray-900-op-4 {
    border-color: rgba(34, 38, 42, 0.4);
  }
  .md-border-top-gray-900-op-4 {
    border-top-color: rgba(34, 38, 42, 0.4);
  }
  .md-border-right-gray-900-op-4 {
    border-right-color: rgba(34, 38, 42, 0.4);
  }
  .md-border-bottom-gray-900-op-4 {
    border-bottom-color: rgba(34, 38, 42, 0.4);
  }
  .md-border-left-gray-900-op-4 {
    border-left-color: rgba(34, 38, 42, 0.4);
  }
  .md-fill-gray-900-op-4 {
    fill: rgba(34, 38, 42, 0.4);
  }
  .md-stroke-gray-900-op-4 {
    stroke: rgba(34, 38, 42, 0.4);
  }
  .md-text-gray-900-op-4 {
    color: rgba(34, 38, 42, 0.4);
  }
  .md-bg-gray-900-op-5 {
    background-color: rgba(34, 38, 42, 0.5);
  }
  .md-border-color-gray-900-op-5 {
    border-color: rgba(34, 38, 42, 0.5);
  }
  .md-border-top-gray-900-op-5 {
    border-top-color: rgba(34, 38, 42, 0.5);
  }
  .md-border-right-gray-900-op-5 {
    border-right-color: rgba(34, 38, 42, 0.5);
  }
  .md-border-bottom-gray-900-op-5 {
    border-bottom-color: rgba(34, 38, 42, 0.5);
  }
  .md-border-left-gray-900-op-5 {
    border-left-color: rgba(34, 38, 42, 0.5);
  }
  .md-fill-gray-900-op-5 {
    fill: rgba(34, 38, 42, 0.5);
  }
  .md-stroke-gray-900-op-5 {
    stroke: rgba(34, 38, 42, 0.5);
  }
  .md-text-gray-900-op-5 {
    color: rgba(34, 38, 42, 0.5);
  }
  .md-bg-gray-900-op-6 {
    background-color: rgba(34, 38, 42, 0.6);
  }
  .md-border-color-gray-900-op-6 {
    border-color: rgba(34, 38, 42, 0.6);
  }
  .md-border-top-gray-900-op-6 {
    border-top-color: rgba(34, 38, 42, 0.6);
  }
  .md-border-right-gray-900-op-6 {
    border-right-color: rgba(34, 38, 42, 0.6);
  }
  .md-border-bottom-gray-900-op-6 {
    border-bottom-color: rgba(34, 38, 42, 0.6);
  }
  .md-border-left-gray-900-op-6 {
    border-left-color: rgba(34, 38, 42, 0.6);
  }
  .md-fill-gray-900-op-6 {
    fill: rgba(34, 38, 42, 0.6);
  }
  .md-stroke-gray-900-op-6 {
    stroke: rgba(34, 38, 42, 0.6);
  }
  .md-text-gray-900-op-6 {
    color: rgba(34, 38, 42, 0.6);
  }
  .md-bg-gray-900-op-7 {
    background-color: rgba(34, 38, 42, 0.7);
  }
  .md-border-color-gray-900-op-7 {
    border-color: rgba(34, 38, 42, 0.7);
  }
  .md-border-top-gray-900-op-7 {
    border-top-color: rgba(34, 38, 42, 0.7);
  }
  .md-border-right-gray-900-op-7 {
    border-right-color: rgba(34, 38, 42, 0.7);
  }
  .md-border-bottom-gray-900-op-7 {
    border-bottom-color: rgba(34, 38, 42, 0.7);
  }
  .md-border-left-gray-900-op-7 {
    border-left-color: rgba(34, 38, 42, 0.7);
  }
  .md-fill-gray-900-op-7 {
    fill: rgba(34, 38, 42, 0.7);
  }
  .md-stroke-gray-900-op-7 {
    stroke: rgba(34, 38, 42, 0.7);
  }
  .md-text-gray-900-op-7 {
    color: rgba(34, 38, 42, 0.7);
  }
  .md-bg-gray-900-op-8 {
    background-color: rgba(34, 38, 42, 0.8);
  }
  .md-border-color-gray-900-op-8 {
    border-color: rgba(34, 38, 42, 0.8);
  }
  .md-border-top-gray-900-op-8 {
    border-top-color: rgba(34, 38, 42, 0.8);
  }
  .md-border-right-gray-900-op-8 {
    border-right-color: rgba(34, 38, 42, 0.8);
  }
  .md-border-bottom-gray-900-op-8 {
    border-bottom-color: rgba(34, 38, 42, 0.8);
  }
  .md-border-left-gray-900-op-8 {
    border-left-color: rgba(34, 38, 42, 0.8);
  }
  .md-fill-gray-900-op-8 {
    fill: rgba(34, 38, 42, 0.8);
  }
  .md-stroke-gray-900-op-8 {
    stroke: rgba(34, 38, 42, 0.8);
  }
  .md-text-gray-900-op-8 {
    color: rgba(34, 38, 42, 0.8);
  }
  .md-bg-gray-900-op-9 {
    background-color: rgba(34, 38, 42, 0.9);
  }
  .md-border-color-gray-900-op-9 {
    border-color: rgba(34, 38, 42, 0.9);
  }
  .md-border-top-gray-900-op-9 {
    border-top-color: rgba(34, 38, 42, 0.9);
  }
  .md-border-right-gray-900-op-9 {
    border-right-color: rgba(34, 38, 42, 0.9);
  }
  .md-border-bottom-gray-900-op-9 {
    border-bottom-color: rgba(34, 38, 42, 0.9);
  }
  .md-border-left-gray-900-op-9 {
    border-left-color: rgba(34, 38, 42, 0.9);
  }
  .md-fill-gray-900-op-9 {
    fill: rgba(34, 38, 42, 0.9);
  }
  .md-stroke-gray-900-op-9 {
    stroke: rgba(34, 38, 42, 0.9);
  }
  .md-text-gray-900-op-9 {
    color: rgba(34, 38, 42, 0.9);
  }
  .md-bg-gray-900-op-10 {
    background-color: #22262a;
  }
  .md-border-color-gray-900-op-10 {
    border-color: #22262a;
  }
  .md-border-top-gray-900-op-10 {
    border-top-color: #22262a;
  }
  .md-border-right-gray-900-op-10 {
    border-right-color: #22262a;
  }
  .md-border-bottom-gray-900-op-10 {
    border-bottom-color: #22262a;
  }
  .md-border-left-gray-900-op-10 {
    border-left-color: #22262a;
  }
  .md-fill-gray-900-op-10 {
    fill: #22262a;
  }
  .md-stroke-gray-900-op-10 {
    stroke: #22262a;
  }
  .md-text-gray-900-op-10 {
    color: #22262a;
  }
  .md-bg-success {
    background-color: #b7e7b6;
  }
  .md-border-color-success {
    border-color: #b7e7b6;
  }
  .md-border-top-success {
    border-top-color: #b7e7b6;
  }
  .md-border-right-success {
    border-right-color: #b7e7b6;
  }
  .md-border-bottom-success {
    border-bottom-color: #b7e7b6;
  }
  .md-border-left-success {
    border-left-color: #b7e7b6;
  }
  .md-fill-success {
    fill: #b7e7b6;
  }
  .md-stroke-success {
    stroke: #b7e7b6;
  }
  .md-text-success {
    color: #b7e7b6;
  }
  .md-bg-success-op-0 {
    background-color: rgba(183, 231, 182, 0);
  }
  .md-border-color-success-op-0 {
    border-color: rgba(183, 231, 182, 0);
  }
  .md-border-top-success-op-0 {
    border-top-color: rgba(183, 231, 182, 0);
  }
  .md-border-right-success-op-0 {
    border-right-color: rgba(183, 231, 182, 0);
  }
  .md-border-bottom-success-op-0 {
    border-bottom-color: rgba(183, 231, 182, 0);
  }
  .md-border-left-success-op-0 {
    border-left-color: rgba(183, 231, 182, 0);
  }
  .md-fill-success-op-0 {
    fill: rgba(183, 231, 182, 0);
  }
  .md-stroke-success-op-0 {
    stroke: rgba(183, 231, 182, 0);
  }
  .md-text-success-op-0 {
    color: rgba(183, 231, 182, 0);
  }
  .md-bg-success-op-1 {
    background-color: rgba(183, 231, 182, 0.1);
  }
  .md-border-color-success-op-1 {
    border-color: rgba(183, 231, 182, 0.1);
  }
  .md-border-top-success-op-1 {
    border-top-color: rgba(183, 231, 182, 0.1);
  }
  .md-border-right-success-op-1 {
    border-right-color: rgba(183, 231, 182, 0.1);
  }
  .md-border-bottom-success-op-1 {
    border-bottom-color: rgba(183, 231, 182, 0.1);
  }
  .md-border-left-success-op-1 {
    border-left-color: rgba(183, 231, 182, 0.1);
  }
  .md-fill-success-op-1 {
    fill: rgba(183, 231, 182, 0.1);
  }
  .md-stroke-success-op-1 {
    stroke: rgba(183, 231, 182, 0.1);
  }
  .md-text-success-op-1 {
    color: rgba(183, 231, 182, 0.1);
  }
  .md-bg-success-op-2 {
    background-color: rgba(183, 231, 182, 0.2);
  }
  .md-border-color-success-op-2 {
    border-color: rgba(183, 231, 182, 0.2);
  }
  .md-border-top-success-op-2 {
    border-top-color: rgba(183, 231, 182, 0.2);
  }
  .md-border-right-success-op-2 {
    border-right-color: rgba(183, 231, 182, 0.2);
  }
  .md-border-bottom-success-op-2 {
    border-bottom-color: rgba(183, 231, 182, 0.2);
  }
  .md-border-left-success-op-2 {
    border-left-color: rgba(183, 231, 182, 0.2);
  }
  .md-fill-success-op-2 {
    fill: rgba(183, 231, 182, 0.2);
  }
  .md-stroke-success-op-2 {
    stroke: rgba(183, 231, 182, 0.2);
  }
  .md-text-success-op-2 {
    color: rgba(183, 231, 182, 0.2);
  }
  .md-bg-success-op-3 {
    background-color: rgba(183, 231, 182, 0.3);
  }
  .md-border-color-success-op-3 {
    border-color: rgba(183, 231, 182, 0.3);
  }
  .md-border-top-success-op-3 {
    border-top-color: rgba(183, 231, 182, 0.3);
  }
  .md-border-right-success-op-3 {
    border-right-color: rgba(183, 231, 182, 0.3);
  }
  .md-border-bottom-success-op-3 {
    border-bottom-color: rgba(183, 231, 182, 0.3);
  }
  .md-border-left-success-op-3 {
    border-left-color: rgba(183, 231, 182, 0.3);
  }
  .md-fill-success-op-3 {
    fill: rgba(183, 231, 182, 0.3);
  }
  .md-stroke-success-op-3 {
    stroke: rgba(183, 231, 182, 0.3);
  }
  .md-text-success-op-3 {
    color: rgba(183, 231, 182, 0.3);
  }
  .md-bg-success-op-4 {
    background-color: rgba(183, 231, 182, 0.4);
  }
  .md-border-color-success-op-4 {
    border-color: rgba(183, 231, 182, 0.4);
  }
  .md-border-top-success-op-4 {
    border-top-color: rgba(183, 231, 182, 0.4);
  }
  .md-border-right-success-op-4 {
    border-right-color: rgba(183, 231, 182, 0.4);
  }
  .md-border-bottom-success-op-4 {
    border-bottom-color: rgba(183, 231, 182, 0.4);
  }
  .md-border-left-success-op-4 {
    border-left-color: rgba(183, 231, 182, 0.4);
  }
  .md-fill-success-op-4 {
    fill: rgba(183, 231, 182, 0.4);
  }
  .md-stroke-success-op-4 {
    stroke: rgba(183, 231, 182, 0.4);
  }
  .md-text-success-op-4 {
    color: rgba(183, 231, 182, 0.4);
  }
  .md-bg-success-op-5 {
    background-color: rgba(183, 231, 182, 0.5);
  }
  .md-border-color-success-op-5 {
    border-color: rgba(183, 231, 182, 0.5);
  }
  .md-border-top-success-op-5 {
    border-top-color: rgba(183, 231, 182, 0.5);
  }
  .md-border-right-success-op-5 {
    border-right-color: rgba(183, 231, 182, 0.5);
  }
  .md-border-bottom-success-op-5 {
    border-bottom-color: rgba(183, 231, 182, 0.5);
  }
  .md-border-left-success-op-5 {
    border-left-color: rgba(183, 231, 182, 0.5);
  }
  .md-fill-success-op-5 {
    fill: rgba(183, 231, 182, 0.5);
  }
  .md-stroke-success-op-5 {
    stroke: rgba(183, 231, 182, 0.5);
  }
  .md-text-success-op-5 {
    color: rgba(183, 231, 182, 0.5);
  }
  .md-bg-success-op-6 {
    background-color: rgba(183, 231, 182, 0.6);
  }
  .md-border-color-success-op-6 {
    border-color: rgba(183, 231, 182, 0.6);
  }
  .md-border-top-success-op-6 {
    border-top-color: rgba(183, 231, 182, 0.6);
  }
  .md-border-right-success-op-6 {
    border-right-color: rgba(183, 231, 182, 0.6);
  }
  .md-border-bottom-success-op-6 {
    border-bottom-color: rgba(183, 231, 182, 0.6);
  }
  .md-border-left-success-op-6 {
    border-left-color: rgba(183, 231, 182, 0.6);
  }
  .md-fill-success-op-6 {
    fill: rgba(183, 231, 182, 0.6);
  }
  .md-stroke-success-op-6 {
    stroke: rgba(183, 231, 182, 0.6);
  }
  .md-text-success-op-6 {
    color: rgba(183, 231, 182, 0.6);
  }
  .md-bg-success-op-7 {
    background-color: rgba(183, 231, 182, 0.7);
  }
  .md-border-color-success-op-7 {
    border-color: rgba(183, 231, 182, 0.7);
  }
  .md-border-top-success-op-7 {
    border-top-color: rgba(183, 231, 182, 0.7);
  }
  .md-border-right-success-op-7 {
    border-right-color: rgba(183, 231, 182, 0.7);
  }
  .md-border-bottom-success-op-7 {
    border-bottom-color: rgba(183, 231, 182, 0.7);
  }
  .md-border-left-success-op-7 {
    border-left-color: rgba(183, 231, 182, 0.7);
  }
  .md-fill-success-op-7 {
    fill: rgba(183, 231, 182, 0.7);
  }
  .md-stroke-success-op-7 {
    stroke: rgba(183, 231, 182, 0.7);
  }
  .md-text-success-op-7 {
    color: rgba(183, 231, 182, 0.7);
  }
  .md-bg-success-op-8 {
    background-color: rgba(183, 231, 182, 0.8);
  }
  .md-border-color-success-op-8 {
    border-color: rgba(183, 231, 182, 0.8);
  }
  .md-border-top-success-op-8 {
    border-top-color: rgba(183, 231, 182, 0.8);
  }
  .md-border-right-success-op-8 {
    border-right-color: rgba(183, 231, 182, 0.8);
  }
  .md-border-bottom-success-op-8 {
    border-bottom-color: rgba(183, 231, 182, 0.8);
  }
  .md-border-left-success-op-8 {
    border-left-color: rgba(183, 231, 182, 0.8);
  }
  .md-fill-success-op-8 {
    fill: rgba(183, 231, 182, 0.8);
  }
  .md-stroke-success-op-8 {
    stroke: rgba(183, 231, 182, 0.8);
  }
  .md-text-success-op-8 {
    color: rgba(183, 231, 182, 0.8);
  }
  .md-bg-success-op-9 {
    background-color: rgba(183, 231, 182, 0.9);
  }
  .md-border-color-success-op-9 {
    border-color: rgba(183, 231, 182, 0.9);
  }
  .md-border-top-success-op-9 {
    border-top-color: rgba(183, 231, 182, 0.9);
  }
  .md-border-right-success-op-9 {
    border-right-color: rgba(183, 231, 182, 0.9);
  }
  .md-border-bottom-success-op-9 {
    border-bottom-color: rgba(183, 231, 182, 0.9);
  }
  .md-border-left-success-op-9 {
    border-left-color: rgba(183, 231, 182, 0.9);
  }
  .md-fill-success-op-9 {
    fill: rgba(183, 231, 182, 0.9);
  }
  .md-stroke-success-op-9 {
    stroke: rgba(183, 231, 182, 0.9);
  }
  .md-text-success-op-9 {
    color: rgba(183, 231, 182, 0.9);
  }
  .md-bg-success-op-10 {
    background-color: #b7e7b6;
  }
  .md-border-color-success-op-10 {
    border-color: #b7e7b6;
  }
  .md-border-top-success-op-10 {
    border-top-color: #b7e7b6;
  }
  .md-border-right-success-op-10 {
    border-right-color: #b7e7b6;
  }
  .md-border-bottom-success-op-10 {
    border-bottom-color: #b7e7b6;
  }
  .md-border-left-success-op-10 {
    border-left-color: #b7e7b6;
  }
  .md-fill-success-op-10 {
    fill: #b7e7b6;
  }
  .md-stroke-success-op-10 {
    stroke: #b7e7b6;
  }
  .md-text-success-op-10 {
    color: #b7e7b6;
  }
  .md-bg-info {
    background-color: #0074c2;
  }
  .md-border-color-info {
    border-color: #0074c2;
  }
  .md-border-top-info {
    border-top-color: #0074c2;
  }
  .md-border-right-info {
    border-right-color: #0074c2;
  }
  .md-border-bottom-info {
    border-bottom-color: #0074c2;
  }
  .md-border-left-info {
    border-left-color: #0074c2;
  }
  .md-fill-info {
    fill: #0074c2;
  }
  .md-stroke-info {
    stroke: #0074c2;
  }
  .md-text-info {
    color: #0074c2;
  }
  .md-bg-info-op-0 {
    background-color: rgba(0, 116, 194, 0);
  }
  .md-border-color-info-op-0 {
    border-color: rgba(0, 116, 194, 0);
  }
  .md-border-top-info-op-0 {
    border-top-color: rgba(0, 116, 194, 0);
  }
  .md-border-right-info-op-0 {
    border-right-color: rgba(0, 116, 194, 0);
  }
  .md-border-bottom-info-op-0 {
    border-bottom-color: rgba(0, 116, 194, 0);
  }
  .md-border-left-info-op-0 {
    border-left-color: rgba(0, 116, 194, 0);
  }
  .md-fill-info-op-0 {
    fill: rgba(0, 116, 194, 0);
  }
  .md-stroke-info-op-0 {
    stroke: rgba(0, 116, 194, 0);
  }
  .md-text-info-op-0 {
    color: rgba(0, 116, 194, 0);
  }
  .md-bg-info-op-1 {
    background-color: rgba(0, 116, 194, 0.1);
  }
  .md-border-color-info-op-1 {
    border-color: rgba(0, 116, 194, 0.1);
  }
  .md-border-top-info-op-1 {
    border-top-color: rgba(0, 116, 194, 0.1);
  }
  .md-border-right-info-op-1 {
    border-right-color: rgba(0, 116, 194, 0.1);
  }
  .md-border-bottom-info-op-1 {
    border-bottom-color: rgba(0, 116, 194, 0.1);
  }
  .md-border-left-info-op-1 {
    border-left-color: rgba(0, 116, 194, 0.1);
  }
  .md-fill-info-op-1 {
    fill: rgba(0, 116, 194, 0.1);
  }
  .md-stroke-info-op-1 {
    stroke: rgba(0, 116, 194, 0.1);
  }
  .md-text-info-op-1 {
    color: rgba(0, 116, 194, 0.1);
  }
  .md-bg-info-op-2 {
    background-color: rgba(0, 116, 194, 0.2);
  }
  .md-border-color-info-op-2 {
    border-color: rgba(0, 116, 194, 0.2);
  }
  .md-border-top-info-op-2 {
    border-top-color: rgba(0, 116, 194, 0.2);
  }
  .md-border-right-info-op-2 {
    border-right-color: rgba(0, 116, 194, 0.2);
  }
  .md-border-bottom-info-op-2 {
    border-bottom-color: rgba(0, 116, 194, 0.2);
  }
  .md-border-left-info-op-2 {
    border-left-color: rgba(0, 116, 194, 0.2);
  }
  .md-fill-info-op-2 {
    fill: rgba(0, 116, 194, 0.2);
  }
  .md-stroke-info-op-2 {
    stroke: rgba(0, 116, 194, 0.2);
  }
  .md-text-info-op-2 {
    color: rgba(0, 116, 194, 0.2);
  }
  .md-bg-info-op-3 {
    background-color: rgba(0, 116, 194, 0.3);
  }
  .md-border-color-info-op-3 {
    border-color: rgba(0, 116, 194, 0.3);
  }
  .md-border-top-info-op-3 {
    border-top-color: rgba(0, 116, 194, 0.3);
  }
  .md-border-right-info-op-3 {
    border-right-color: rgba(0, 116, 194, 0.3);
  }
  .md-border-bottom-info-op-3 {
    border-bottom-color: rgba(0, 116, 194, 0.3);
  }
  .md-border-left-info-op-3 {
    border-left-color: rgba(0, 116, 194, 0.3);
  }
  .md-fill-info-op-3 {
    fill: rgba(0, 116, 194, 0.3);
  }
  .md-stroke-info-op-3 {
    stroke: rgba(0, 116, 194, 0.3);
  }
  .md-text-info-op-3 {
    color: rgba(0, 116, 194, 0.3);
  }
  .md-bg-info-op-4 {
    background-color: rgba(0, 116, 194, 0.4);
  }
  .md-border-color-info-op-4 {
    border-color: rgba(0, 116, 194, 0.4);
  }
  .md-border-top-info-op-4 {
    border-top-color: rgba(0, 116, 194, 0.4);
  }
  .md-border-right-info-op-4 {
    border-right-color: rgba(0, 116, 194, 0.4);
  }
  .md-border-bottom-info-op-4 {
    border-bottom-color: rgba(0, 116, 194, 0.4);
  }
  .md-border-left-info-op-4 {
    border-left-color: rgba(0, 116, 194, 0.4);
  }
  .md-fill-info-op-4 {
    fill: rgba(0, 116, 194, 0.4);
  }
  .md-stroke-info-op-4 {
    stroke: rgba(0, 116, 194, 0.4);
  }
  .md-text-info-op-4 {
    color: rgba(0, 116, 194, 0.4);
  }
  .md-bg-info-op-5 {
    background-color: rgba(0, 116, 194, 0.5);
  }
  .md-border-color-info-op-5 {
    border-color: rgba(0, 116, 194, 0.5);
  }
  .md-border-top-info-op-5 {
    border-top-color: rgba(0, 116, 194, 0.5);
  }
  .md-border-right-info-op-5 {
    border-right-color: rgba(0, 116, 194, 0.5);
  }
  .md-border-bottom-info-op-5 {
    border-bottom-color: rgba(0, 116, 194, 0.5);
  }
  .md-border-left-info-op-5 {
    border-left-color: rgba(0, 116, 194, 0.5);
  }
  .md-fill-info-op-5 {
    fill: rgba(0, 116, 194, 0.5);
  }
  .md-stroke-info-op-5 {
    stroke: rgba(0, 116, 194, 0.5);
  }
  .md-text-info-op-5 {
    color: rgba(0, 116, 194, 0.5);
  }
  .md-bg-info-op-6 {
    background-color: rgba(0, 116, 194, 0.6);
  }
  .md-border-color-info-op-6 {
    border-color: rgba(0, 116, 194, 0.6);
  }
  .md-border-top-info-op-6 {
    border-top-color: rgba(0, 116, 194, 0.6);
  }
  .md-border-right-info-op-6 {
    border-right-color: rgba(0, 116, 194, 0.6);
  }
  .md-border-bottom-info-op-6 {
    border-bottom-color: rgba(0, 116, 194, 0.6);
  }
  .md-border-left-info-op-6 {
    border-left-color: rgba(0, 116, 194, 0.6);
  }
  .md-fill-info-op-6 {
    fill: rgba(0, 116, 194, 0.6);
  }
  .md-stroke-info-op-6 {
    stroke: rgba(0, 116, 194, 0.6);
  }
  .md-text-info-op-6 {
    color: rgba(0, 116, 194, 0.6);
  }
  .md-bg-info-op-7 {
    background-color: rgba(0, 116, 194, 0.7);
  }
  .md-border-color-info-op-7 {
    border-color: rgba(0, 116, 194, 0.7);
  }
  .md-border-top-info-op-7 {
    border-top-color: rgba(0, 116, 194, 0.7);
  }
  .md-border-right-info-op-7 {
    border-right-color: rgba(0, 116, 194, 0.7);
  }
  .md-border-bottom-info-op-7 {
    border-bottom-color: rgba(0, 116, 194, 0.7);
  }
  .md-border-left-info-op-7 {
    border-left-color: rgba(0, 116, 194, 0.7);
  }
  .md-fill-info-op-7 {
    fill: rgba(0, 116, 194, 0.7);
  }
  .md-stroke-info-op-7 {
    stroke: rgba(0, 116, 194, 0.7);
  }
  .md-text-info-op-7 {
    color: rgba(0, 116, 194, 0.7);
  }
  .md-bg-info-op-8 {
    background-color: rgba(0, 116, 194, 0.8);
  }
  .md-border-color-info-op-8 {
    border-color: rgba(0, 116, 194, 0.8);
  }
  .md-border-top-info-op-8 {
    border-top-color: rgba(0, 116, 194, 0.8);
  }
  .md-border-right-info-op-8 {
    border-right-color: rgba(0, 116, 194, 0.8);
  }
  .md-border-bottom-info-op-8 {
    border-bottom-color: rgba(0, 116, 194, 0.8);
  }
  .md-border-left-info-op-8 {
    border-left-color: rgba(0, 116, 194, 0.8);
  }
  .md-fill-info-op-8 {
    fill: rgba(0, 116, 194, 0.8);
  }
  .md-stroke-info-op-8 {
    stroke: rgba(0, 116, 194, 0.8);
  }
  .md-text-info-op-8 {
    color: rgba(0, 116, 194, 0.8);
  }
  .md-bg-info-op-9 {
    background-color: rgba(0, 116, 194, 0.9);
  }
  .md-border-color-info-op-9 {
    border-color: rgba(0, 116, 194, 0.9);
  }
  .md-border-top-info-op-9 {
    border-top-color: rgba(0, 116, 194, 0.9);
  }
  .md-border-right-info-op-9 {
    border-right-color: rgba(0, 116, 194, 0.9);
  }
  .md-border-bottom-info-op-9 {
    border-bottom-color: rgba(0, 116, 194, 0.9);
  }
  .md-border-left-info-op-9 {
    border-left-color: rgba(0, 116, 194, 0.9);
  }
  .md-fill-info-op-9 {
    fill: rgba(0, 116, 194, 0.9);
  }
  .md-stroke-info-op-9 {
    stroke: rgba(0, 116, 194, 0.9);
  }
  .md-text-info-op-9 {
    color: rgba(0, 116, 194, 0.9);
  }
  .md-bg-info-op-10 {
    background-color: #0074c2;
  }
  .md-border-color-info-op-10 {
    border-color: #0074c2;
  }
  .md-border-top-info-op-10 {
    border-top-color: #0074c2;
  }
  .md-border-right-info-op-10 {
    border-right-color: #0074c2;
  }
  .md-border-bottom-info-op-10 {
    border-bottom-color: #0074c2;
  }
  .md-border-left-info-op-10 {
    border-left-color: #0074c2;
  }
  .md-fill-info-op-10 {
    fill: #0074c2;
  }
  .md-stroke-info-op-10 {
    stroke: #0074c2;
  }
  .md-text-info-op-10 {
    color: #0074c2;
  }
  .md-bg-warning {
    background-color: #ffc105;
  }
  .md-border-color-warning {
    border-color: #ffc105;
  }
  .md-border-top-warning {
    border-top-color: #ffc105;
  }
  .md-border-right-warning {
    border-right-color: #ffc105;
  }
  .md-border-bottom-warning {
    border-bottom-color: #ffc105;
  }
  .md-border-left-warning {
    border-left-color: #ffc105;
  }
  .md-fill-warning {
    fill: #ffc105;
  }
  .md-stroke-warning {
    stroke: #ffc105;
  }
  .md-text-warning {
    color: #ffc105;
  }
  .md-bg-warning-op-0 {
    background-color: rgba(255, 193, 5, 0);
  }
  .md-border-color-warning-op-0 {
    border-color: rgba(255, 193, 5, 0);
  }
  .md-border-top-warning-op-0 {
    border-top-color: rgba(255, 193, 5, 0);
  }
  .md-border-right-warning-op-0 {
    border-right-color: rgba(255, 193, 5, 0);
  }
  .md-border-bottom-warning-op-0 {
    border-bottom-color: rgba(255, 193, 5, 0);
  }
  .md-border-left-warning-op-0 {
    border-left-color: rgba(255, 193, 5, 0);
  }
  .md-fill-warning-op-0 {
    fill: rgba(255, 193, 5, 0);
  }
  .md-stroke-warning-op-0 {
    stroke: rgba(255, 193, 5, 0);
  }
  .md-text-warning-op-0 {
    color: rgba(255, 193, 5, 0);
  }
  .md-bg-warning-op-1 {
    background-color: rgba(255, 193, 5, 0.1);
  }
  .md-border-color-warning-op-1 {
    border-color: rgba(255, 193, 5, 0.1);
  }
  .md-border-top-warning-op-1 {
    border-top-color: rgba(255, 193, 5, 0.1);
  }
  .md-border-right-warning-op-1 {
    border-right-color: rgba(255, 193, 5, 0.1);
  }
  .md-border-bottom-warning-op-1 {
    border-bottom-color: rgba(255, 193, 5, 0.1);
  }
  .md-border-left-warning-op-1 {
    border-left-color: rgba(255, 193, 5, 0.1);
  }
  .md-fill-warning-op-1 {
    fill: rgba(255, 193, 5, 0.1);
  }
  .md-stroke-warning-op-1 {
    stroke: rgba(255, 193, 5, 0.1);
  }
  .md-text-warning-op-1 {
    color: rgba(255, 193, 5, 0.1);
  }
  .md-bg-warning-op-2 {
    background-color: rgba(255, 193, 5, 0.2);
  }
  .md-border-color-warning-op-2 {
    border-color: rgba(255, 193, 5, 0.2);
  }
  .md-border-top-warning-op-2 {
    border-top-color: rgba(255, 193, 5, 0.2);
  }
  .md-border-right-warning-op-2 {
    border-right-color: rgba(255, 193, 5, 0.2);
  }
  .md-border-bottom-warning-op-2 {
    border-bottom-color: rgba(255, 193, 5, 0.2);
  }
  .md-border-left-warning-op-2 {
    border-left-color: rgba(255, 193, 5, 0.2);
  }
  .md-fill-warning-op-2 {
    fill: rgba(255, 193, 5, 0.2);
  }
  .md-stroke-warning-op-2 {
    stroke: rgba(255, 193, 5, 0.2);
  }
  .md-text-warning-op-2 {
    color: rgba(255, 193, 5, 0.2);
  }
  .md-bg-warning-op-3 {
    background-color: rgba(255, 193, 5, 0.3);
  }
  .md-border-color-warning-op-3 {
    border-color: rgba(255, 193, 5, 0.3);
  }
  .md-border-top-warning-op-3 {
    border-top-color: rgba(255, 193, 5, 0.3);
  }
  .md-border-right-warning-op-3 {
    border-right-color: rgba(255, 193, 5, 0.3);
  }
  .md-border-bottom-warning-op-3 {
    border-bottom-color: rgba(255, 193, 5, 0.3);
  }
  .md-border-left-warning-op-3 {
    border-left-color: rgba(255, 193, 5, 0.3);
  }
  .md-fill-warning-op-3 {
    fill: rgba(255, 193, 5, 0.3);
  }
  .md-stroke-warning-op-3 {
    stroke: rgba(255, 193, 5, 0.3);
  }
  .md-text-warning-op-3 {
    color: rgba(255, 193, 5, 0.3);
  }
  .md-bg-warning-op-4 {
    background-color: rgba(255, 193, 5, 0.4);
  }
  .md-border-color-warning-op-4 {
    border-color: rgba(255, 193, 5, 0.4);
  }
  .md-border-top-warning-op-4 {
    border-top-color: rgba(255, 193, 5, 0.4);
  }
  .md-border-right-warning-op-4 {
    border-right-color: rgba(255, 193, 5, 0.4);
  }
  .md-border-bottom-warning-op-4 {
    border-bottom-color: rgba(255, 193, 5, 0.4);
  }
  .md-border-left-warning-op-4 {
    border-left-color: rgba(255, 193, 5, 0.4);
  }
  .md-fill-warning-op-4 {
    fill: rgba(255, 193, 5, 0.4);
  }
  .md-stroke-warning-op-4 {
    stroke: rgba(255, 193, 5, 0.4);
  }
  .md-text-warning-op-4 {
    color: rgba(255, 193, 5, 0.4);
  }
  .md-bg-warning-op-5 {
    background-color: rgba(255, 193, 5, 0.5);
  }
  .md-border-color-warning-op-5 {
    border-color: rgba(255, 193, 5, 0.5);
  }
  .md-border-top-warning-op-5 {
    border-top-color: rgba(255, 193, 5, 0.5);
  }
  .md-border-right-warning-op-5 {
    border-right-color: rgba(255, 193, 5, 0.5);
  }
  .md-border-bottom-warning-op-5 {
    border-bottom-color: rgba(255, 193, 5, 0.5);
  }
  .md-border-left-warning-op-5 {
    border-left-color: rgba(255, 193, 5, 0.5);
  }
  .md-fill-warning-op-5 {
    fill: rgba(255, 193, 5, 0.5);
  }
  .md-stroke-warning-op-5 {
    stroke: rgba(255, 193, 5, 0.5);
  }
  .md-text-warning-op-5 {
    color: rgba(255, 193, 5, 0.5);
  }
  .md-bg-warning-op-6 {
    background-color: rgba(255, 193, 5, 0.6);
  }
  .md-border-color-warning-op-6 {
    border-color: rgba(255, 193, 5, 0.6);
  }
  .md-border-top-warning-op-6 {
    border-top-color: rgba(255, 193, 5, 0.6);
  }
  .md-border-right-warning-op-6 {
    border-right-color: rgba(255, 193, 5, 0.6);
  }
  .md-border-bottom-warning-op-6 {
    border-bottom-color: rgba(255, 193, 5, 0.6);
  }
  .md-border-left-warning-op-6 {
    border-left-color: rgba(255, 193, 5, 0.6);
  }
  .md-fill-warning-op-6 {
    fill: rgba(255, 193, 5, 0.6);
  }
  .md-stroke-warning-op-6 {
    stroke: rgba(255, 193, 5, 0.6);
  }
  .md-text-warning-op-6 {
    color: rgba(255, 193, 5, 0.6);
  }
  .md-bg-warning-op-7 {
    background-color: rgba(255, 193, 5, 0.7);
  }
  .md-border-color-warning-op-7 {
    border-color: rgba(255, 193, 5, 0.7);
  }
  .md-border-top-warning-op-7 {
    border-top-color: rgba(255, 193, 5, 0.7);
  }
  .md-border-right-warning-op-7 {
    border-right-color: rgba(255, 193, 5, 0.7);
  }
  .md-border-bottom-warning-op-7 {
    border-bottom-color: rgba(255, 193, 5, 0.7);
  }
  .md-border-left-warning-op-7 {
    border-left-color: rgba(255, 193, 5, 0.7);
  }
  .md-fill-warning-op-7 {
    fill: rgba(255, 193, 5, 0.7);
  }
  .md-stroke-warning-op-7 {
    stroke: rgba(255, 193, 5, 0.7);
  }
  .md-text-warning-op-7 {
    color: rgba(255, 193, 5, 0.7);
  }
  .md-bg-warning-op-8 {
    background-color: rgba(255, 193, 5, 0.8);
  }
  .md-border-color-warning-op-8 {
    border-color: rgba(255, 193, 5, 0.8);
  }
  .md-border-top-warning-op-8 {
    border-top-color: rgba(255, 193, 5, 0.8);
  }
  .md-border-right-warning-op-8 {
    border-right-color: rgba(255, 193, 5, 0.8);
  }
  .md-border-bottom-warning-op-8 {
    border-bottom-color: rgba(255, 193, 5, 0.8);
  }
  .md-border-left-warning-op-8 {
    border-left-color: rgba(255, 193, 5, 0.8);
  }
  .md-fill-warning-op-8 {
    fill: rgba(255, 193, 5, 0.8);
  }
  .md-stroke-warning-op-8 {
    stroke: rgba(255, 193, 5, 0.8);
  }
  .md-text-warning-op-8 {
    color: rgba(255, 193, 5, 0.8);
  }
  .md-bg-warning-op-9 {
    background-color: rgba(255, 193, 5, 0.9);
  }
  .md-border-color-warning-op-9 {
    border-color: rgba(255, 193, 5, 0.9);
  }
  .md-border-top-warning-op-9 {
    border-top-color: rgba(255, 193, 5, 0.9);
  }
  .md-border-right-warning-op-9 {
    border-right-color: rgba(255, 193, 5, 0.9);
  }
  .md-border-bottom-warning-op-9 {
    border-bottom-color: rgba(255, 193, 5, 0.9);
  }
  .md-border-left-warning-op-9 {
    border-left-color: rgba(255, 193, 5, 0.9);
  }
  .md-fill-warning-op-9 {
    fill: rgba(255, 193, 5, 0.9);
  }
  .md-stroke-warning-op-9 {
    stroke: rgba(255, 193, 5, 0.9);
  }
  .md-text-warning-op-9 {
    color: rgba(255, 193, 5, 0.9);
  }
  .md-bg-warning-op-10 {
    background-color: #ffc105;
  }
  .md-border-color-warning-op-10 {
    border-color: #ffc105;
  }
  .md-border-top-warning-op-10 {
    border-top-color: #ffc105;
  }
  .md-border-right-warning-op-10 {
    border-right-color: #ffc105;
  }
  .md-border-bottom-warning-op-10 {
    border-bottom-color: #ffc105;
  }
  .md-border-left-warning-op-10 {
    border-left-color: #ffc105;
  }
  .md-fill-warning-op-10 {
    fill: #ffc105;
  }
  .md-stroke-warning-op-10 {
    stroke: #ffc105;
  }
  .md-text-warning-op-10 {
    color: #ffc105;
  }
  .md-bg-alert {
    background-color: #ffe0e0;
  }
  .md-border-color-alert {
    border-color: #ffe0e0;
  }
  .md-border-top-alert {
    border-top-color: #ffe0e0;
  }
  .md-border-right-alert {
    border-right-color: #ffe0e0;
  }
  .md-border-bottom-alert {
    border-bottom-color: #ffe0e0;
  }
  .md-border-left-alert {
    border-left-color: #ffe0e0;
  }
  .md-fill-alert {
    fill: #ffe0e0;
  }
  .md-stroke-alert {
    stroke: #ffe0e0;
  }
  .md-text-alert {
    color: #ffe0e0;
  }
  .md-bg-alert-op-0 {
    background-color: rgba(255, 224, 224, 0);
  }
  .md-border-color-alert-op-0 {
    border-color: rgba(255, 224, 224, 0);
  }
  .md-border-top-alert-op-0 {
    border-top-color: rgba(255, 224, 224, 0);
  }
  .md-border-right-alert-op-0 {
    border-right-color: rgba(255, 224, 224, 0);
  }
  .md-border-bottom-alert-op-0 {
    border-bottom-color: rgba(255, 224, 224, 0);
  }
  .md-border-left-alert-op-0 {
    border-left-color: rgba(255, 224, 224, 0);
  }
  .md-fill-alert-op-0 {
    fill: rgba(255, 224, 224, 0);
  }
  .md-stroke-alert-op-0 {
    stroke: rgba(255, 224, 224, 0);
  }
  .md-text-alert-op-0 {
    color: rgba(255, 224, 224, 0);
  }
  .md-bg-alert-op-1 {
    background-color: rgba(255, 224, 224, 0.1);
  }
  .md-border-color-alert-op-1 {
    border-color: rgba(255, 224, 224, 0.1);
  }
  .md-border-top-alert-op-1 {
    border-top-color: rgba(255, 224, 224, 0.1);
  }
  .md-border-right-alert-op-1 {
    border-right-color: rgba(255, 224, 224, 0.1);
  }
  .md-border-bottom-alert-op-1 {
    border-bottom-color: rgba(255, 224, 224, 0.1);
  }
  .md-border-left-alert-op-1 {
    border-left-color: rgba(255, 224, 224, 0.1);
  }
  .md-fill-alert-op-1 {
    fill: rgba(255, 224, 224, 0.1);
  }
  .md-stroke-alert-op-1 {
    stroke: rgba(255, 224, 224, 0.1);
  }
  .md-text-alert-op-1 {
    color: rgba(255, 224, 224, 0.1);
  }
  .md-bg-alert-op-2 {
    background-color: rgba(255, 224, 224, 0.2);
  }
  .md-border-color-alert-op-2 {
    border-color: rgba(255, 224, 224, 0.2);
  }
  .md-border-top-alert-op-2 {
    border-top-color: rgba(255, 224, 224, 0.2);
  }
  .md-border-right-alert-op-2 {
    border-right-color: rgba(255, 224, 224, 0.2);
  }
  .md-border-bottom-alert-op-2 {
    border-bottom-color: rgba(255, 224, 224, 0.2);
  }
  .md-border-left-alert-op-2 {
    border-left-color: rgba(255, 224, 224, 0.2);
  }
  .md-fill-alert-op-2 {
    fill: rgba(255, 224, 224, 0.2);
  }
  .md-stroke-alert-op-2 {
    stroke: rgba(255, 224, 224, 0.2);
  }
  .md-text-alert-op-2 {
    color: rgba(255, 224, 224, 0.2);
  }
  .md-bg-alert-op-3 {
    background-color: rgba(255, 224, 224, 0.3);
  }
  .md-border-color-alert-op-3 {
    border-color: rgba(255, 224, 224, 0.3);
  }
  .md-border-top-alert-op-3 {
    border-top-color: rgba(255, 224, 224, 0.3);
  }
  .md-border-right-alert-op-3 {
    border-right-color: rgba(255, 224, 224, 0.3);
  }
  .md-border-bottom-alert-op-3 {
    border-bottom-color: rgba(255, 224, 224, 0.3);
  }
  .md-border-left-alert-op-3 {
    border-left-color: rgba(255, 224, 224, 0.3);
  }
  .md-fill-alert-op-3 {
    fill: rgba(255, 224, 224, 0.3);
  }
  .md-stroke-alert-op-3 {
    stroke: rgba(255, 224, 224, 0.3);
  }
  .md-text-alert-op-3 {
    color: rgba(255, 224, 224, 0.3);
  }
  .md-bg-alert-op-4 {
    background-color: rgba(255, 224, 224, 0.4);
  }
  .md-border-color-alert-op-4 {
    border-color: rgba(255, 224, 224, 0.4);
  }
  .md-border-top-alert-op-4 {
    border-top-color: rgba(255, 224, 224, 0.4);
  }
  .md-border-right-alert-op-4 {
    border-right-color: rgba(255, 224, 224, 0.4);
  }
  .md-border-bottom-alert-op-4 {
    border-bottom-color: rgba(255, 224, 224, 0.4);
  }
  .md-border-left-alert-op-4 {
    border-left-color: rgba(255, 224, 224, 0.4);
  }
  .md-fill-alert-op-4 {
    fill: rgba(255, 224, 224, 0.4);
  }
  .md-stroke-alert-op-4 {
    stroke: rgba(255, 224, 224, 0.4);
  }
  .md-text-alert-op-4 {
    color: rgba(255, 224, 224, 0.4);
  }
  .md-bg-alert-op-5 {
    background-color: rgba(255, 224, 224, 0.5);
  }
  .md-border-color-alert-op-5 {
    border-color: rgba(255, 224, 224, 0.5);
  }
  .md-border-top-alert-op-5 {
    border-top-color: rgba(255, 224, 224, 0.5);
  }
  .md-border-right-alert-op-5 {
    border-right-color: rgba(255, 224, 224, 0.5);
  }
  .md-border-bottom-alert-op-5 {
    border-bottom-color: rgba(255, 224, 224, 0.5);
  }
  .md-border-left-alert-op-5 {
    border-left-color: rgba(255, 224, 224, 0.5);
  }
  .md-fill-alert-op-5 {
    fill: rgba(255, 224, 224, 0.5);
  }
  .md-stroke-alert-op-5 {
    stroke: rgba(255, 224, 224, 0.5);
  }
  .md-text-alert-op-5 {
    color: rgba(255, 224, 224, 0.5);
  }
  .md-bg-alert-op-6 {
    background-color: rgba(255, 224, 224, 0.6);
  }
  .md-border-color-alert-op-6 {
    border-color: rgba(255, 224, 224, 0.6);
  }
  .md-border-top-alert-op-6 {
    border-top-color: rgba(255, 224, 224, 0.6);
  }
  .md-border-right-alert-op-6 {
    border-right-color: rgba(255, 224, 224, 0.6);
  }
  .md-border-bottom-alert-op-6 {
    border-bottom-color: rgba(255, 224, 224, 0.6);
  }
  .md-border-left-alert-op-6 {
    border-left-color: rgba(255, 224, 224, 0.6);
  }
  .md-fill-alert-op-6 {
    fill: rgba(255, 224, 224, 0.6);
  }
  .md-stroke-alert-op-6 {
    stroke: rgba(255, 224, 224, 0.6);
  }
  .md-text-alert-op-6 {
    color: rgba(255, 224, 224, 0.6);
  }
  .md-bg-alert-op-7 {
    background-color: rgba(255, 224, 224, 0.7);
  }
  .md-border-color-alert-op-7 {
    border-color: rgba(255, 224, 224, 0.7);
  }
  .md-border-top-alert-op-7 {
    border-top-color: rgba(255, 224, 224, 0.7);
  }
  .md-border-right-alert-op-7 {
    border-right-color: rgba(255, 224, 224, 0.7);
  }
  .md-border-bottom-alert-op-7 {
    border-bottom-color: rgba(255, 224, 224, 0.7);
  }
  .md-border-left-alert-op-7 {
    border-left-color: rgba(255, 224, 224, 0.7);
  }
  .md-fill-alert-op-7 {
    fill: rgba(255, 224, 224, 0.7);
  }
  .md-stroke-alert-op-7 {
    stroke: rgba(255, 224, 224, 0.7);
  }
  .md-text-alert-op-7 {
    color: rgba(255, 224, 224, 0.7);
  }
  .md-bg-alert-op-8 {
    background-color: rgba(255, 224, 224, 0.8);
  }
  .md-border-color-alert-op-8 {
    border-color: rgba(255, 224, 224, 0.8);
  }
  .md-border-top-alert-op-8 {
    border-top-color: rgba(255, 224, 224, 0.8);
  }
  .md-border-right-alert-op-8 {
    border-right-color: rgba(255, 224, 224, 0.8);
  }
  .md-border-bottom-alert-op-8 {
    border-bottom-color: rgba(255, 224, 224, 0.8);
  }
  .md-border-left-alert-op-8 {
    border-left-color: rgba(255, 224, 224, 0.8);
  }
  .md-fill-alert-op-8 {
    fill: rgba(255, 224, 224, 0.8);
  }
  .md-stroke-alert-op-8 {
    stroke: rgba(255, 224, 224, 0.8);
  }
  .md-text-alert-op-8 {
    color: rgba(255, 224, 224, 0.8);
  }
  .md-bg-alert-op-9 {
    background-color: rgba(255, 224, 224, 0.9);
  }
  .md-border-color-alert-op-9 {
    border-color: rgba(255, 224, 224, 0.9);
  }
  .md-border-top-alert-op-9 {
    border-top-color: rgba(255, 224, 224, 0.9);
  }
  .md-border-right-alert-op-9 {
    border-right-color: rgba(255, 224, 224, 0.9);
  }
  .md-border-bottom-alert-op-9 {
    border-bottom-color: rgba(255, 224, 224, 0.9);
  }
  .md-border-left-alert-op-9 {
    border-left-color: rgba(255, 224, 224, 0.9);
  }
  .md-fill-alert-op-9 {
    fill: rgba(255, 224, 224, 0.9);
  }
  .md-stroke-alert-op-9 {
    stroke: rgba(255, 224, 224, 0.9);
  }
  .md-text-alert-op-9 {
    color: rgba(255, 224, 224, 0.9);
  }
  .md-bg-alert-op-10 {
    background-color: #ffe0e0;
  }
  .md-border-color-alert-op-10 {
    border-color: #ffe0e0;
  }
  .md-border-top-alert-op-10 {
    border-top-color: #ffe0e0;
  }
  .md-border-right-alert-op-10 {
    border-right-color: #ffe0e0;
  }
  .md-border-bottom-alert-op-10 {
    border-bottom-color: #ffe0e0;
  }
  .md-border-left-alert-op-10 {
    border-left-color: #ffe0e0;
  }
  .md-fill-alert-op-10 {
    fill: #ffe0e0;
  }
  .md-stroke-alert-op-10 {
    stroke: #ffe0e0;
  }
  .md-text-alert-op-10 {
    color: #ffe0e0;
  }
  .md-bg-text {
    background-color: #000;
  }
  .md-border-color-text {
    border-color: #000;
  }
  .md-border-top-text {
    border-top-color: #000;
  }
  .md-border-right-text {
    border-right-color: #000;
  }
  .md-border-bottom-text {
    border-bottom-color: #000;
  }
  .md-border-left-text {
    border-left-color: #000;
  }
  .md-fill-text {
    fill: #000;
  }
  .md-stroke-text {
    stroke: #000;
  }
  .md-text-text {
    color: #000;
  }
  .md-bg-text-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .md-border-color-text-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .md-border-top-text-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .md-border-right-text-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .md-border-bottom-text-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .md-border-left-text-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .md-fill-text-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .md-stroke-text-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .md-text-text-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .md-bg-text-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-color-text-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-top-text-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-right-text-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-bottom-text-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .md-border-left-text-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .md-fill-text-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .md-stroke-text-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .md-text-text-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .md-bg-text-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-color-text-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-top-text-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-right-text-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-bottom-text-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .md-border-left-text-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .md-fill-text-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .md-stroke-text-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .md-text-text-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .md-bg-text-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-color-text-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-top-text-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-right-text-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-bottom-text-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .md-border-left-text-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .md-fill-text-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .md-stroke-text-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .md-text-text-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .md-bg-text-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-color-text-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-top-text-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-right-text-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-bottom-text-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .md-border-left-text-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .md-fill-text-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .md-stroke-text-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .md-text-text-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .md-bg-text-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-color-text-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-top-text-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-right-text-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-bottom-text-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .md-border-left-text-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .md-fill-text-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .md-stroke-text-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .md-text-text-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .md-bg-text-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-color-text-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-top-text-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-right-text-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-bottom-text-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .md-border-left-text-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .md-fill-text-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .md-stroke-text-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .md-text-text-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .md-bg-text-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-color-text-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-top-text-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-right-text-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-bottom-text-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .md-border-left-text-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .md-fill-text-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .md-stroke-text-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .md-text-text-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .md-bg-text-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-color-text-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-top-text-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-right-text-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-bottom-text-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .md-border-left-text-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .md-fill-text-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .md-stroke-text-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .md-text-text-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .md-bg-text-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-color-text-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-top-text-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-right-text-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-bottom-text-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .md-border-left-text-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .md-fill-text-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .md-stroke-text-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .md-text-text-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .md-bg-text-op-10 {
    background-color: black;
  }
  .md-border-color-text-op-10 {
    border-color: black;
  }
  .md-border-top-text-op-10 {
    border-top-color: black;
  }
  .md-border-right-text-op-10 {
    border-right-color: black;
  }
  .md-border-bottom-text-op-10 {
    border-bottom-color: black;
  }
  .md-border-left-text-op-10 {
    border-left-color: black;
  }
  .md-fill-text-op-10 {
    fill: black;
  }
  .md-stroke-text-op-10 {
    stroke: black;
  }
  .md-text-text-op-10 {
    color: black;
  }
  .md-bg-secondary-dark {
    background-color: #244E9A;
  }
  .md-border-color-secondary-dark {
    border-color: #244E9A;
  }
  .md-border-top-secondary-dark {
    border-top-color: #244E9A;
  }
  .md-border-right-secondary-dark {
    border-right-color: #244E9A;
  }
  .md-border-bottom-secondary-dark {
    border-bottom-color: #244E9A;
  }
  .md-border-left-secondary-dark {
    border-left-color: #244E9A;
  }
  .md-fill-secondary-dark {
    fill: #244E9A;
  }
  .md-stroke-secondary-dark {
    stroke: #244E9A;
  }
  .md-text-secondary-dark {
    color: #244E9A;
  }
  .md-bg-secondary-dark-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .md-border-color-secondary-dark-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .md-border-top-secondary-dark-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .md-border-right-secondary-dark-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .md-border-bottom-secondary-dark-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .md-border-left-secondary-dark-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .md-fill-secondary-dark-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .md-stroke-secondary-dark-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .md-text-secondary-dark-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .md-bg-secondary-dark-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-color-secondary-dark-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-top-secondary-dark-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-right-secondary-dark-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-bottom-secondary-dark-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-left-secondary-dark-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .md-fill-secondary-dark-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .md-stroke-secondary-dark-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .md-text-secondary-dark-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .md-bg-secondary-dark-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-color-secondary-dark-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-top-secondary-dark-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-right-secondary-dark-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-bottom-secondary-dark-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-left-secondary-dark-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .md-fill-secondary-dark-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .md-stroke-secondary-dark-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .md-text-secondary-dark-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .md-bg-secondary-dark-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-color-secondary-dark-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-top-secondary-dark-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-right-secondary-dark-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-bottom-secondary-dark-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-left-secondary-dark-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .md-fill-secondary-dark-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .md-stroke-secondary-dark-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .md-text-secondary-dark-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .md-bg-secondary-dark-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-color-secondary-dark-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-top-secondary-dark-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-right-secondary-dark-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-bottom-secondary-dark-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-left-secondary-dark-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .md-fill-secondary-dark-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .md-stroke-secondary-dark-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .md-text-secondary-dark-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .md-bg-secondary-dark-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-color-secondary-dark-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-top-secondary-dark-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-right-secondary-dark-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-bottom-secondary-dark-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-left-secondary-dark-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .md-fill-secondary-dark-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .md-stroke-secondary-dark-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .md-text-secondary-dark-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .md-bg-secondary-dark-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-color-secondary-dark-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-top-secondary-dark-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-right-secondary-dark-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-bottom-secondary-dark-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-left-secondary-dark-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .md-fill-secondary-dark-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .md-stroke-secondary-dark-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .md-text-secondary-dark-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .md-bg-secondary-dark-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-color-secondary-dark-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-top-secondary-dark-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-right-secondary-dark-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-bottom-secondary-dark-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-left-secondary-dark-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .md-fill-secondary-dark-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .md-stroke-secondary-dark-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .md-text-secondary-dark-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .md-bg-secondary-dark-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-color-secondary-dark-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-top-secondary-dark-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-right-secondary-dark-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-bottom-secondary-dark-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-left-secondary-dark-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .md-fill-secondary-dark-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .md-stroke-secondary-dark-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .md-text-secondary-dark-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .md-bg-secondary-dark-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-color-secondary-dark-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-top-secondary-dark-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-right-secondary-dark-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-bottom-secondary-dark-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-left-secondary-dark-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .md-fill-secondary-dark-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .md-stroke-secondary-dark-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .md-text-secondary-dark-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .md-bg-secondary-dark-op-10 {
    background-color: #244e9a;
  }
  .md-border-color-secondary-dark-op-10 {
    border-color: #244e9a;
  }
  .md-border-top-secondary-dark-op-10 {
    border-top-color: #244e9a;
  }
  .md-border-right-secondary-dark-op-10 {
    border-right-color: #244e9a;
  }
  .md-border-bottom-secondary-dark-op-10 {
    border-bottom-color: #244e9a;
  }
  .md-border-left-secondary-dark-op-10 {
    border-left-color: #244e9a;
  }
  .md-fill-secondary-dark-op-10 {
    fill: #244e9a;
  }
  .md-stroke-secondary-dark-op-10 {
    stroke: #244e9a;
  }
  .md-text-secondary-dark-op-10 {
    color: #244e9a;
  }
  .md-bg-secondary {
    background-color: #244E9A;
  }
  .md-border-color-secondary {
    border-color: #244E9A;
  }
  .md-border-top-secondary {
    border-top-color: #244E9A;
  }
  .md-border-right-secondary {
    border-right-color: #244E9A;
  }
  .md-border-bottom-secondary {
    border-bottom-color: #244E9A;
  }
  .md-border-left-secondary {
    border-left-color: #244E9A;
  }
  .md-fill-secondary {
    fill: #244E9A;
  }
  .md-stroke-secondary {
    stroke: #244E9A;
  }
  .md-text-secondary {
    color: #244E9A;
  }
  .md-bg-secondary-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .md-border-color-secondary-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .md-border-top-secondary-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .md-border-right-secondary-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .md-border-bottom-secondary-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .md-border-left-secondary-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .md-fill-secondary-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .md-stroke-secondary-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .md-text-secondary-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .md-bg-secondary-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-color-secondary-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-top-secondary-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-right-secondary-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-bottom-secondary-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-left-secondary-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .md-fill-secondary-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .md-stroke-secondary-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .md-text-secondary-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .md-bg-secondary-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-color-secondary-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-top-secondary-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-right-secondary-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-bottom-secondary-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-left-secondary-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .md-fill-secondary-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .md-stroke-secondary-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .md-text-secondary-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .md-bg-secondary-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-color-secondary-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-top-secondary-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-right-secondary-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-bottom-secondary-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-left-secondary-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .md-fill-secondary-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .md-stroke-secondary-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .md-text-secondary-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .md-bg-secondary-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-color-secondary-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-top-secondary-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-right-secondary-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-bottom-secondary-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-left-secondary-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .md-fill-secondary-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .md-stroke-secondary-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .md-text-secondary-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .md-bg-secondary-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-color-secondary-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-top-secondary-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-right-secondary-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-bottom-secondary-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-left-secondary-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .md-fill-secondary-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .md-stroke-secondary-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .md-text-secondary-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .md-bg-secondary-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-color-secondary-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-top-secondary-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-right-secondary-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-bottom-secondary-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-left-secondary-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .md-fill-secondary-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .md-stroke-secondary-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .md-text-secondary-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .md-bg-secondary-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-color-secondary-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-top-secondary-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-right-secondary-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-bottom-secondary-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-left-secondary-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .md-fill-secondary-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .md-stroke-secondary-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .md-text-secondary-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .md-bg-secondary-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-color-secondary-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-top-secondary-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-right-secondary-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-bottom-secondary-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-left-secondary-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .md-fill-secondary-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .md-stroke-secondary-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .md-text-secondary-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .md-bg-secondary-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-color-secondary-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-top-secondary-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-right-secondary-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-bottom-secondary-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-left-secondary-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .md-fill-secondary-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .md-stroke-secondary-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .md-text-secondary-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .md-bg-secondary-op-10 {
    background-color: #244e9a;
  }
  .md-border-color-secondary-op-10 {
    border-color: #244e9a;
  }
  .md-border-top-secondary-op-10 {
    border-top-color: #244e9a;
  }
  .md-border-right-secondary-op-10 {
    border-right-color: #244e9a;
  }
  .md-border-bottom-secondary-op-10 {
    border-bottom-color: #244e9a;
  }
  .md-border-left-secondary-op-10 {
    border-left-color: #244e9a;
  }
  .md-fill-secondary-op-10 {
    fill: #244e9a;
  }
  .md-stroke-secondary-op-10 {
    stroke: #244e9a;
  }
  .md-text-secondary-op-10 {
    color: #244e9a;
  }
  .md-bg-secondary-light {
    background-color: #244E9A;
  }
  .md-border-color-secondary-light {
    border-color: #244E9A;
  }
  .md-border-top-secondary-light {
    border-top-color: #244E9A;
  }
  .md-border-right-secondary-light {
    border-right-color: #244E9A;
  }
  .md-border-bottom-secondary-light {
    border-bottom-color: #244E9A;
  }
  .md-border-left-secondary-light {
    border-left-color: #244E9A;
  }
  .md-fill-secondary-light {
    fill: #244E9A;
  }
  .md-stroke-secondary-light {
    stroke: #244E9A;
  }
  .md-text-secondary-light {
    color: #244E9A;
  }
  .md-bg-secondary-light-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .md-border-color-secondary-light-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .md-border-top-secondary-light-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .md-border-right-secondary-light-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .md-border-bottom-secondary-light-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .md-border-left-secondary-light-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .md-fill-secondary-light-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .md-stroke-secondary-light-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .md-text-secondary-light-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .md-bg-secondary-light-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-color-secondary-light-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-top-secondary-light-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-right-secondary-light-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-bottom-secondary-light-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .md-border-left-secondary-light-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .md-fill-secondary-light-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .md-stroke-secondary-light-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .md-text-secondary-light-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .md-bg-secondary-light-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-color-secondary-light-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-top-secondary-light-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-right-secondary-light-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-bottom-secondary-light-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .md-border-left-secondary-light-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .md-fill-secondary-light-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .md-stroke-secondary-light-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .md-text-secondary-light-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .md-bg-secondary-light-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-color-secondary-light-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-top-secondary-light-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-right-secondary-light-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-bottom-secondary-light-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .md-border-left-secondary-light-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .md-fill-secondary-light-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .md-stroke-secondary-light-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .md-text-secondary-light-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .md-bg-secondary-light-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-color-secondary-light-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-top-secondary-light-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-right-secondary-light-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-bottom-secondary-light-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .md-border-left-secondary-light-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .md-fill-secondary-light-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .md-stroke-secondary-light-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .md-text-secondary-light-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .md-bg-secondary-light-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-color-secondary-light-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-top-secondary-light-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-right-secondary-light-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-bottom-secondary-light-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .md-border-left-secondary-light-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .md-fill-secondary-light-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .md-stroke-secondary-light-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .md-text-secondary-light-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .md-bg-secondary-light-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-color-secondary-light-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-top-secondary-light-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-right-secondary-light-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-bottom-secondary-light-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .md-border-left-secondary-light-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .md-fill-secondary-light-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .md-stroke-secondary-light-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .md-text-secondary-light-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .md-bg-secondary-light-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-color-secondary-light-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-top-secondary-light-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-right-secondary-light-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-bottom-secondary-light-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .md-border-left-secondary-light-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .md-fill-secondary-light-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .md-stroke-secondary-light-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .md-text-secondary-light-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .md-bg-secondary-light-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-color-secondary-light-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-top-secondary-light-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-right-secondary-light-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-bottom-secondary-light-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .md-border-left-secondary-light-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .md-fill-secondary-light-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .md-stroke-secondary-light-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .md-text-secondary-light-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .md-bg-secondary-light-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-color-secondary-light-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-top-secondary-light-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-right-secondary-light-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-bottom-secondary-light-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .md-border-left-secondary-light-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .md-fill-secondary-light-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .md-stroke-secondary-light-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .md-text-secondary-light-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .md-bg-secondary-light-op-10 {
    background-color: #244e9a;
  }
  .md-border-color-secondary-light-op-10 {
    border-color: #244e9a;
  }
  .md-border-top-secondary-light-op-10 {
    border-top-color: #244e9a;
  }
  .md-border-right-secondary-light-op-10 {
    border-right-color: #244e9a;
  }
  .md-border-bottom-secondary-light-op-10 {
    border-bottom-color: #244e9a;
  }
  .md-border-left-secondary-light-op-10 {
    border-left-color: #244e9a;
  }
  .md-fill-secondary-light-op-10 {
    fill: #244e9a;
  }
  .md-stroke-secondary-light-op-10 {
    stroke: #244e9a;
  }
  .md-text-secondary-light-op-10 {
    color: #244e9a;
  }
}
@media (min-width: 1012px) {
  .lg-bg-black {
    background-color: #000;
  }
  .lg-border-color-black {
    border-color: #000;
  }
  .lg-border-top-black {
    border-top-color: #000;
  }
  .lg-border-right-black {
    border-right-color: #000;
  }
  .lg-border-bottom-black {
    border-bottom-color: #000;
  }
  .lg-border-left-black {
    border-left-color: #000;
  }
  .lg-fill-black {
    fill: #000;
  }
  .lg-stroke-black {
    stroke: #000;
  }
  .lg-text-black {
    color: #000;
  }
  .lg-bg-black-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .lg-border-color-black-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .lg-border-top-black-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .lg-border-right-black-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .lg-border-bottom-black-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .lg-border-left-black-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .lg-fill-black-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .lg-stroke-black-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .lg-text-black-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .lg-bg-black-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-color-black-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-top-black-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-right-black-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-bottom-black-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-left-black-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .lg-fill-black-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .lg-stroke-black-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .lg-text-black-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .lg-bg-black-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-color-black-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-top-black-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-right-black-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-bottom-black-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-left-black-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .lg-fill-black-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .lg-stroke-black-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .lg-text-black-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .lg-bg-black-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-color-black-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-top-black-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-right-black-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-bottom-black-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-left-black-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .lg-fill-black-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .lg-stroke-black-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .lg-text-black-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .lg-bg-black-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-color-black-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-top-black-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-right-black-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-bottom-black-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-left-black-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .lg-fill-black-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .lg-stroke-black-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .lg-text-black-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .lg-bg-black-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-color-black-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-top-black-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-right-black-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-bottom-black-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-left-black-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .lg-fill-black-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .lg-stroke-black-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .lg-text-black-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .lg-bg-black-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-color-black-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-top-black-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-right-black-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-bottom-black-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-left-black-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .lg-fill-black-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .lg-stroke-black-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .lg-text-black-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .lg-bg-black-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-color-black-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-top-black-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-right-black-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-bottom-black-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-left-black-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .lg-fill-black-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .lg-stroke-black-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .lg-text-black-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .lg-bg-black-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-color-black-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-top-black-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-right-black-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-bottom-black-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-left-black-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .lg-fill-black-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .lg-stroke-black-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .lg-text-black-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .lg-bg-black-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-color-black-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-top-black-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-right-black-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-bottom-black-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-left-black-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .lg-fill-black-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .lg-stroke-black-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .lg-text-black-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .lg-bg-black-op-10 {
    background-color: black;
  }
  .lg-border-color-black-op-10 {
    border-color: black;
  }
  .lg-border-top-black-op-10 {
    border-top-color: black;
  }
  .lg-border-right-black-op-10 {
    border-right-color: black;
  }
  .lg-border-bottom-black-op-10 {
    border-bottom-color: black;
  }
  .lg-border-left-black-op-10 {
    border-left-color: black;
  }
  .lg-fill-black-op-10 {
    fill: black;
  }
  .lg-stroke-black-op-10 {
    stroke: black;
  }
  .lg-text-black-op-10 {
    color: black;
  }
  .lg-bg-white {
    background-color: #fff;
  }
  .lg-border-color-white {
    border-color: #fff;
  }
  .lg-border-top-white {
    border-top-color: #fff;
  }
  .lg-border-right-white {
    border-right-color: #fff;
  }
  .lg-border-bottom-white {
    border-bottom-color: #fff;
  }
  .lg-border-left-white {
    border-left-color: #fff;
  }
  .lg-fill-white {
    fill: #fff;
  }
  .lg-stroke-white {
    stroke: #fff;
  }
  .lg-text-white {
    color: #fff;
  }
  .lg-bg-white-op-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .lg-border-color-white-op-0 {
    border-color: rgba(255, 255, 255, 0);
  }
  .lg-border-top-white-op-0 {
    border-top-color: rgba(255, 255, 255, 0);
  }
  .lg-border-right-white-op-0 {
    border-right-color: rgba(255, 255, 255, 0);
  }
  .lg-border-bottom-white-op-0 {
    border-bottom-color: rgba(255, 255, 255, 0);
  }
  .lg-border-left-white-op-0 {
    border-left-color: rgba(255, 255, 255, 0);
  }
  .lg-fill-white-op-0 {
    fill: rgba(255, 255, 255, 0);
  }
  .lg-stroke-white-op-0 {
    stroke: rgba(255, 255, 255, 0);
  }
  .lg-text-white-op-0 {
    color: rgba(255, 255, 255, 0);
  }
  .lg-bg-white-op-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .lg-border-color-white-op-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .lg-border-top-white-op-1 {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  .lg-border-right-white-op-1 {
    border-right-color: rgba(255, 255, 255, 0.1);
  }
  .lg-border-bottom-white-op-1 {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .lg-border-left-white-op-1 {
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  .lg-fill-white-op-1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .lg-stroke-white-op-1 {
    stroke: rgba(255, 255, 255, 0.1);
  }
  .lg-text-white-op-1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .lg-bg-white-op-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .lg-border-color-white-op-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .lg-border-top-white-op-2 {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .lg-border-right-white-op-2 {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
  .lg-border-bottom-white-op-2 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .lg-border-left-white-op-2 {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
  .lg-fill-white-op-2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .lg-stroke-white-op-2 {
    stroke: rgba(255, 255, 255, 0.2);
  }
  .lg-text-white-op-2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .lg-bg-white-op-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .lg-border-color-white-op-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .lg-border-top-white-op-3 {
    border-top-color: rgba(255, 255, 255, 0.3);
  }
  .lg-border-right-white-op-3 {
    border-right-color: rgba(255, 255, 255, 0.3);
  }
  .lg-border-bottom-white-op-3 {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .lg-border-left-white-op-3 {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
  .lg-fill-white-op-3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .lg-stroke-white-op-3 {
    stroke: rgba(255, 255, 255, 0.3);
  }
  .lg-text-white-op-3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .lg-bg-white-op-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .lg-border-color-white-op-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .lg-border-top-white-op-4 {
    border-top-color: rgba(255, 255, 255, 0.4);
  }
  .lg-border-right-white-op-4 {
    border-right-color: rgba(255, 255, 255, 0.4);
  }
  .lg-border-bottom-white-op-4 {
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  .lg-border-left-white-op-4 {
    border-left-color: rgba(255, 255, 255, 0.4);
  }
  .lg-fill-white-op-4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .lg-stroke-white-op-4 {
    stroke: rgba(255, 255, 255, 0.4);
  }
  .lg-text-white-op-4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .lg-bg-white-op-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .lg-border-color-white-op-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lg-border-top-white-op-5 {
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .lg-border-right-white-op-5 {
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .lg-border-bottom-white-op-5 {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .lg-border-left-white-op-5 {
    border-left-color: rgba(255, 255, 255, 0.5);
  }
  .lg-fill-white-op-5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .lg-stroke-white-op-5 {
    stroke: rgba(255, 255, 255, 0.5);
  }
  .lg-text-white-op-5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .lg-bg-white-op-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .lg-border-color-white-op-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .lg-border-top-white-op-6 {
    border-top-color: rgba(255, 255, 255, 0.6);
  }
  .lg-border-right-white-op-6 {
    border-right-color: rgba(255, 255, 255, 0.6);
  }
  .lg-border-bottom-white-op-6 {
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }
  .lg-border-left-white-op-6 {
    border-left-color: rgba(255, 255, 255, 0.6);
  }
  .lg-fill-white-op-6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .lg-stroke-white-op-6 {
    stroke: rgba(255, 255, 255, 0.6);
  }
  .lg-text-white-op-6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .lg-bg-white-op-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .lg-border-color-white-op-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .lg-border-top-white-op-7 {
    border-top-color: rgba(255, 255, 255, 0.7);
  }
  .lg-border-right-white-op-7 {
    border-right-color: rgba(255, 255, 255, 0.7);
  }
  .lg-border-bottom-white-op-7 {
    border-bottom-color: rgba(255, 255, 255, 0.7);
  }
  .lg-border-left-white-op-7 {
    border-left-color: rgba(255, 255, 255, 0.7);
  }
  .lg-fill-white-op-7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .lg-stroke-white-op-7 {
    stroke: rgba(255, 255, 255, 0.7);
  }
  .lg-text-white-op-7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .lg-bg-white-op-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lg-border-color-white-op-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .lg-border-top-white-op-8 {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .lg-border-right-white-op-8 {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
  .lg-border-bottom-white-op-8 {
    border-bottom-color: rgba(255, 255, 255, 0.8);
  }
  .lg-border-left-white-op-8 {
    border-left-color: rgba(255, 255, 255, 0.8);
  }
  .lg-fill-white-op-8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .lg-stroke-white-op-8 {
    stroke: rgba(255, 255, 255, 0.8);
  }
  .lg-text-white-op-8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .lg-bg-white-op-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .lg-border-color-white-op-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .lg-border-top-white-op-9 {
    border-top-color: rgba(255, 255, 255, 0.9);
  }
  .lg-border-right-white-op-9 {
    border-right-color: rgba(255, 255, 255, 0.9);
  }
  .lg-border-bottom-white-op-9 {
    border-bottom-color: rgba(255, 255, 255, 0.9);
  }
  .lg-border-left-white-op-9 {
    border-left-color: rgba(255, 255, 255, 0.9);
  }
  .lg-fill-white-op-9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .lg-stroke-white-op-9 {
    stroke: rgba(255, 255, 255, 0.9);
  }
  .lg-text-white-op-9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .lg-bg-white-op-10 {
    background-color: white;
  }
  .lg-border-color-white-op-10 {
    border-color: white;
  }
  .lg-border-top-white-op-10 {
    border-top-color: white;
  }
  .lg-border-right-white-op-10 {
    border-right-color: white;
  }
  .lg-border-bottom-white-op-10 {
    border-bottom-color: white;
  }
  .lg-border-left-white-op-10 {
    border-left-color: white;
  }
  .lg-fill-white-op-10 {
    fill: white;
  }
  .lg-stroke-white-op-10 {
    stroke: white;
  }
  .lg-text-white-op-10 {
    color: white;
  }
  .lg-bg-gray-100 {
    background-color: #f9fafb;
  }
  .lg-border-color-gray-100 {
    border-color: #f9fafb;
  }
  .lg-border-top-gray-100 {
    border-top-color: #f9fafb;
  }
  .lg-border-right-gray-100 {
    border-right-color: #f9fafb;
  }
  .lg-border-bottom-gray-100 {
    border-bottom-color: #f9fafb;
  }
  .lg-border-left-gray-100 {
    border-left-color: #f9fafb;
  }
  .lg-fill-gray-100 {
    fill: #f9fafb;
  }
  .lg-stroke-gray-100 {
    stroke: #f9fafb;
  }
  .lg-text-gray-100 {
    color: #f9fafb;
  }
  .lg-bg-gray-100-op-0 {
    background-color: rgba(249, 250, 251, 0);
  }
  .lg-border-color-gray-100-op-0 {
    border-color: rgba(249, 250, 251, 0);
  }
  .lg-border-top-gray-100-op-0 {
    border-top-color: rgba(249, 250, 251, 0);
  }
  .lg-border-right-gray-100-op-0 {
    border-right-color: rgba(249, 250, 251, 0);
  }
  .lg-border-bottom-gray-100-op-0 {
    border-bottom-color: rgba(249, 250, 251, 0);
  }
  .lg-border-left-gray-100-op-0 {
    border-left-color: rgba(249, 250, 251, 0);
  }
  .lg-fill-gray-100-op-0 {
    fill: rgba(249, 250, 251, 0);
  }
  .lg-stroke-gray-100-op-0 {
    stroke: rgba(249, 250, 251, 0);
  }
  .lg-text-gray-100-op-0 {
    color: rgba(249, 250, 251, 0);
  }
  .lg-bg-gray-100-op-1 {
    background-color: rgba(249, 250, 251, 0.1);
  }
  .lg-border-color-gray-100-op-1 {
    border-color: rgba(249, 250, 251, 0.1);
  }
  .lg-border-top-gray-100-op-1 {
    border-top-color: rgba(249, 250, 251, 0.1);
  }
  .lg-border-right-gray-100-op-1 {
    border-right-color: rgba(249, 250, 251, 0.1);
  }
  .lg-border-bottom-gray-100-op-1 {
    border-bottom-color: rgba(249, 250, 251, 0.1);
  }
  .lg-border-left-gray-100-op-1 {
    border-left-color: rgba(249, 250, 251, 0.1);
  }
  .lg-fill-gray-100-op-1 {
    fill: rgba(249, 250, 251, 0.1);
  }
  .lg-stroke-gray-100-op-1 {
    stroke: rgba(249, 250, 251, 0.1);
  }
  .lg-text-gray-100-op-1 {
    color: rgba(249, 250, 251, 0.1);
  }
  .lg-bg-gray-100-op-2 {
    background-color: rgba(249, 250, 251, 0.2);
  }
  .lg-border-color-gray-100-op-2 {
    border-color: rgba(249, 250, 251, 0.2);
  }
  .lg-border-top-gray-100-op-2 {
    border-top-color: rgba(249, 250, 251, 0.2);
  }
  .lg-border-right-gray-100-op-2 {
    border-right-color: rgba(249, 250, 251, 0.2);
  }
  .lg-border-bottom-gray-100-op-2 {
    border-bottom-color: rgba(249, 250, 251, 0.2);
  }
  .lg-border-left-gray-100-op-2 {
    border-left-color: rgba(249, 250, 251, 0.2);
  }
  .lg-fill-gray-100-op-2 {
    fill: rgba(249, 250, 251, 0.2);
  }
  .lg-stroke-gray-100-op-2 {
    stroke: rgba(249, 250, 251, 0.2);
  }
  .lg-text-gray-100-op-2 {
    color: rgba(249, 250, 251, 0.2);
  }
  .lg-bg-gray-100-op-3 {
    background-color: rgba(249, 250, 251, 0.3);
  }
  .lg-border-color-gray-100-op-3 {
    border-color: rgba(249, 250, 251, 0.3);
  }
  .lg-border-top-gray-100-op-3 {
    border-top-color: rgba(249, 250, 251, 0.3);
  }
  .lg-border-right-gray-100-op-3 {
    border-right-color: rgba(249, 250, 251, 0.3);
  }
  .lg-border-bottom-gray-100-op-3 {
    border-bottom-color: rgba(249, 250, 251, 0.3);
  }
  .lg-border-left-gray-100-op-3 {
    border-left-color: rgba(249, 250, 251, 0.3);
  }
  .lg-fill-gray-100-op-3 {
    fill: rgba(249, 250, 251, 0.3);
  }
  .lg-stroke-gray-100-op-3 {
    stroke: rgba(249, 250, 251, 0.3);
  }
  .lg-text-gray-100-op-3 {
    color: rgba(249, 250, 251, 0.3);
  }
  .lg-bg-gray-100-op-4 {
    background-color: rgba(249, 250, 251, 0.4);
  }
  .lg-border-color-gray-100-op-4 {
    border-color: rgba(249, 250, 251, 0.4);
  }
  .lg-border-top-gray-100-op-4 {
    border-top-color: rgba(249, 250, 251, 0.4);
  }
  .lg-border-right-gray-100-op-4 {
    border-right-color: rgba(249, 250, 251, 0.4);
  }
  .lg-border-bottom-gray-100-op-4 {
    border-bottom-color: rgba(249, 250, 251, 0.4);
  }
  .lg-border-left-gray-100-op-4 {
    border-left-color: rgba(249, 250, 251, 0.4);
  }
  .lg-fill-gray-100-op-4 {
    fill: rgba(249, 250, 251, 0.4);
  }
  .lg-stroke-gray-100-op-4 {
    stroke: rgba(249, 250, 251, 0.4);
  }
  .lg-text-gray-100-op-4 {
    color: rgba(249, 250, 251, 0.4);
  }
  .lg-bg-gray-100-op-5 {
    background-color: rgba(249, 250, 251, 0.5);
  }
  .lg-border-color-gray-100-op-5 {
    border-color: rgba(249, 250, 251, 0.5);
  }
  .lg-border-top-gray-100-op-5 {
    border-top-color: rgba(249, 250, 251, 0.5);
  }
  .lg-border-right-gray-100-op-5 {
    border-right-color: rgba(249, 250, 251, 0.5);
  }
  .lg-border-bottom-gray-100-op-5 {
    border-bottom-color: rgba(249, 250, 251, 0.5);
  }
  .lg-border-left-gray-100-op-5 {
    border-left-color: rgba(249, 250, 251, 0.5);
  }
  .lg-fill-gray-100-op-5 {
    fill: rgba(249, 250, 251, 0.5);
  }
  .lg-stroke-gray-100-op-5 {
    stroke: rgba(249, 250, 251, 0.5);
  }
  .lg-text-gray-100-op-5 {
    color: rgba(249, 250, 251, 0.5);
  }
  .lg-bg-gray-100-op-6 {
    background-color: rgba(249, 250, 251, 0.6);
  }
  .lg-border-color-gray-100-op-6 {
    border-color: rgba(249, 250, 251, 0.6);
  }
  .lg-border-top-gray-100-op-6 {
    border-top-color: rgba(249, 250, 251, 0.6);
  }
  .lg-border-right-gray-100-op-6 {
    border-right-color: rgba(249, 250, 251, 0.6);
  }
  .lg-border-bottom-gray-100-op-6 {
    border-bottom-color: rgba(249, 250, 251, 0.6);
  }
  .lg-border-left-gray-100-op-6 {
    border-left-color: rgba(249, 250, 251, 0.6);
  }
  .lg-fill-gray-100-op-6 {
    fill: rgba(249, 250, 251, 0.6);
  }
  .lg-stroke-gray-100-op-6 {
    stroke: rgba(249, 250, 251, 0.6);
  }
  .lg-text-gray-100-op-6 {
    color: rgba(249, 250, 251, 0.6);
  }
  .lg-bg-gray-100-op-7 {
    background-color: rgba(249, 250, 251, 0.7);
  }
  .lg-border-color-gray-100-op-7 {
    border-color: rgba(249, 250, 251, 0.7);
  }
  .lg-border-top-gray-100-op-7 {
    border-top-color: rgba(249, 250, 251, 0.7);
  }
  .lg-border-right-gray-100-op-7 {
    border-right-color: rgba(249, 250, 251, 0.7);
  }
  .lg-border-bottom-gray-100-op-7 {
    border-bottom-color: rgba(249, 250, 251, 0.7);
  }
  .lg-border-left-gray-100-op-7 {
    border-left-color: rgba(249, 250, 251, 0.7);
  }
  .lg-fill-gray-100-op-7 {
    fill: rgba(249, 250, 251, 0.7);
  }
  .lg-stroke-gray-100-op-7 {
    stroke: rgba(249, 250, 251, 0.7);
  }
  .lg-text-gray-100-op-7 {
    color: rgba(249, 250, 251, 0.7);
  }
  .lg-bg-gray-100-op-8 {
    background-color: rgba(249, 250, 251, 0.8);
  }
  .lg-border-color-gray-100-op-8 {
    border-color: rgba(249, 250, 251, 0.8);
  }
  .lg-border-top-gray-100-op-8 {
    border-top-color: rgba(249, 250, 251, 0.8);
  }
  .lg-border-right-gray-100-op-8 {
    border-right-color: rgba(249, 250, 251, 0.8);
  }
  .lg-border-bottom-gray-100-op-8 {
    border-bottom-color: rgba(249, 250, 251, 0.8);
  }
  .lg-border-left-gray-100-op-8 {
    border-left-color: rgba(249, 250, 251, 0.8);
  }
  .lg-fill-gray-100-op-8 {
    fill: rgba(249, 250, 251, 0.8);
  }
  .lg-stroke-gray-100-op-8 {
    stroke: rgba(249, 250, 251, 0.8);
  }
  .lg-text-gray-100-op-8 {
    color: rgba(249, 250, 251, 0.8);
  }
  .lg-bg-gray-100-op-9 {
    background-color: rgba(249, 250, 251, 0.9);
  }
  .lg-border-color-gray-100-op-9 {
    border-color: rgba(249, 250, 251, 0.9);
  }
  .lg-border-top-gray-100-op-9 {
    border-top-color: rgba(249, 250, 251, 0.9);
  }
  .lg-border-right-gray-100-op-9 {
    border-right-color: rgba(249, 250, 251, 0.9);
  }
  .lg-border-bottom-gray-100-op-9 {
    border-bottom-color: rgba(249, 250, 251, 0.9);
  }
  .lg-border-left-gray-100-op-9 {
    border-left-color: rgba(249, 250, 251, 0.9);
  }
  .lg-fill-gray-100-op-9 {
    fill: rgba(249, 250, 251, 0.9);
  }
  .lg-stroke-gray-100-op-9 {
    stroke: rgba(249, 250, 251, 0.9);
  }
  .lg-text-gray-100-op-9 {
    color: rgba(249, 250, 251, 0.9);
  }
  .lg-bg-gray-100-op-10 {
    background-color: #f9fafb;
  }
  .lg-border-color-gray-100-op-10 {
    border-color: #f9fafb;
  }
  .lg-border-top-gray-100-op-10 {
    border-top-color: #f9fafb;
  }
  .lg-border-right-gray-100-op-10 {
    border-right-color: #f9fafb;
  }
  .lg-border-bottom-gray-100-op-10 {
    border-bottom-color: #f9fafb;
  }
  .lg-border-left-gray-100-op-10 {
    border-left-color: #f9fafb;
  }
  .lg-fill-gray-100-op-10 {
    fill: #f9fafb;
  }
  .lg-stroke-gray-100-op-10 {
    stroke: #f9fafb;
  }
  .lg-text-gray-100-op-10 {
    color: #f9fafb;
  }
  .lg-bg-gray-150 {
    background-color: #f5f5f5;
  }
  .lg-border-color-gray-150 {
    border-color: #f5f5f5;
  }
  .lg-border-top-gray-150 {
    border-top-color: #f5f5f5;
  }
  .lg-border-right-gray-150 {
    border-right-color: #f5f5f5;
  }
  .lg-border-bottom-gray-150 {
    border-bottom-color: #f5f5f5;
  }
  .lg-border-left-gray-150 {
    border-left-color: #f5f5f5;
  }
  .lg-fill-gray-150 {
    fill: #f5f5f5;
  }
  .lg-stroke-gray-150 {
    stroke: #f5f5f5;
  }
  .lg-text-gray-150 {
    color: #f5f5f5;
  }
  .lg-bg-gray-150-op-0 {
    background-color: rgba(245, 245, 245, 0);
  }
  .lg-border-color-gray-150-op-0 {
    border-color: rgba(245, 245, 245, 0);
  }
  .lg-border-top-gray-150-op-0 {
    border-top-color: rgba(245, 245, 245, 0);
  }
  .lg-border-right-gray-150-op-0 {
    border-right-color: rgba(245, 245, 245, 0);
  }
  .lg-border-bottom-gray-150-op-0 {
    border-bottom-color: rgba(245, 245, 245, 0);
  }
  .lg-border-left-gray-150-op-0 {
    border-left-color: rgba(245, 245, 245, 0);
  }
  .lg-fill-gray-150-op-0 {
    fill: rgba(245, 245, 245, 0);
  }
  .lg-stroke-gray-150-op-0 {
    stroke: rgba(245, 245, 245, 0);
  }
  .lg-text-gray-150-op-0 {
    color: rgba(245, 245, 245, 0);
  }
  .lg-bg-gray-150-op-1 {
    background-color: rgba(245, 245, 245, 0.1);
  }
  .lg-border-color-gray-150-op-1 {
    border-color: rgba(245, 245, 245, 0.1);
  }
  .lg-border-top-gray-150-op-1 {
    border-top-color: rgba(245, 245, 245, 0.1);
  }
  .lg-border-right-gray-150-op-1 {
    border-right-color: rgba(245, 245, 245, 0.1);
  }
  .lg-border-bottom-gray-150-op-1 {
    border-bottom-color: rgba(245, 245, 245, 0.1);
  }
  .lg-border-left-gray-150-op-1 {
    border-left-color: rgba(245, 245, 245, 0.1);
  }
  .lg-fill-gray-150-op-1 {
    fill: rgba(245, 245, 245, 0.1);
  }
  .lg-stroke-gray-150-op-1 {
    stroke: rgba(245, 245, 245, 0.1);
  }
  .lg-text-gray-150-op-1 {
    color: rgba(245, 245, 245, 0.1);
  }
  .lg-bg-gray-150-op-2 {
    background-color: rgba(245, 245, 245, 0.2);
  }
  .lg-border-color-gray-150-op-2 {
    border-color: rgba(245, 245, 245, 0.2);
  }
  .lg-border-top-gray-150-op-2 {
    border-top-color: rgba(245, 245, 245, 0.2);
  }
  .lg-border-right-gray-150-op-2 {
    border-right-color: rgba(245, 245, 245, 0.2);
  }
  .lg-border-bottom-gray-150-op-2 {
    border-bottom-color: rgba(245, 245, 245, 0.2);
  }
  .lg-border-left-gray-150-op-2 {
    border-left-color: rgba(245, 245, 245, 0.2);
  }
  .lg-fill-gray-150-op-2 {
    fill: rgba(245, 245, 245, 0.2);
  }
  .lg-stroke-gray-150-op-2 {
    stroke: rgba(245, 245, 245, 0.2);
  }
  .lg-text-gray-150-op-2 {
    color: rgba(245, 245, 245, 0.2);
  }
  .lg-bg-gray-150-op-3 {
    background-color: rgba(245, 245, 245, 0.3);
  }
  .lg-border-color-gray-150-op-3 {
    border-color: rgba(245, 245, 245, 0.3);
  }
  .lg-border-top-gray-150-op-3 {
    border-top-color: rgba(245, 245, 245, 0.3);
  }
  .lg-border-right-gray-150-op-3 {
    border-right-color: rgba(245, 245, 245, 0.3);
  }
  .lg-border-bottom-gray-150-op-3 {
    border-bottom-color: rgba(245, 245, 245, 0.3);
  }
  .lg-border-left-gray-150-op-3 {
    border-left-color: rgba(245, 245, 245, 0.3);
  }
  .lg-fill-gray-150-op-3 {
    fill: rgba(245, 245, 245, 0.3);
  }
  .lg-stroke-gray-150-op-3 {
    stroke: rgba(245, 245, 245, 0.3);
  }
  .lg-text-gray-150-op-3 {
    color: rgba(245, 245, 245, 0.3);
  }
  .lg-bg-gray-150-op-4 {
    background-color: rgba(245, 245, 245, 0.4);
  }
  .lg-border-color-gray-150-op-4 {
    border-color: rgba(245, 245, 245, 0.4);
  }
  .lg-border-top-gray-150-op-4 {
    border-top-color: rgba(245, 245, 245, 0.4);
  }
  .lg-border-right-gray-150-op-4 {
    border-right-color: rgba(245, 245, 245, 0.4);
  }
  .lg-border-bottom-gray-150-op-4 {
    border-bottom-color: rgba(245, 245, 245, 0.4);
  }
  .lg-border-left-gray-150-op-4 {
    border-left-color: rgba(245, 245, 245, 0.4);
  }
  .lg-fill-gray-150-op-4 {
    fill: rgba(245, 245, 245, 0.4);
  }
  .lg-stroke-gray-150-op-4 {
    stroke: rgba(245, 245, 245, 0.4);
  }
  .lg-text-gray-150-op-4 {
    color: rgba(245, 245, 245, 0.4);
  }
  .lg-bg-gray-150-op-5 {
    background-color: rgba(245, 245, 245, 0.5);
  }
  .lg-border-color-gray-150-op-5 {
    border-color: rgba(245, 245, 245, 0.5);
  }
  .lg-border-top-gray-150-op-5 {
    border-top-color: rgba(245, 245, 245, 0.5);
  }
  .lg-border-right-gray-150-op-5 {
    border-right-color: rgba(245, 245, 245, 0.5);
  }
  .lg-border-bottom-gray-150-op-5 {
    border-bottom-color: rgba(245, 245, 245, 0.5);
  }
  .lg-border-left-gray-150-op-5 {
    border-left-color: rgba(245, 245, 245, 0.5);
  }
  .lg-fill-gray-150-op-5 {
    fill: rgba(245, 245, 245, 0.5);
  }
  .lg-stroke-gray-150-op-5 {
    stroke: rgba(245, 245, 245, 0.5);
  }
  .lg-text-gray-150-op-5 {
    color: rgba(245, 245, 245, 0.5);
  }
  .lg-bg-gray-150-op-6 {
    background-color: rgba(245, 245, 245, 0.6);
  }
  .lg-border-color-gray-150-op-6 {
    border-color: rgba(245, 245, 245, 0.6);
  }
  .lg-border-top-gray-150-op-6 {
    border-top-color: rgba(245, 245, 245, 0.6);
  }
  .lg-border-right-gray-150-op-6 {
    border-right-color: rgba(245, 245, 245, 0.6);
  }
  .lg-border-bottom-gray-150-op-6 {
    border-bottom-color: rgba(245, 245, 245, 0.6);
  }
  .lg-border-left-gray-150-op-6 {
    border-left-color: rgba(245, 245, 245, 0.6);
  }
  .lg-fill-gray-150-op-6 {
    fill: rgba(245, 245, 245, 0.6);
  }
  .lg-stroke-gray-150-op-6 {
    stroke: rgba(245, 245, 245, 0.6);
  }
  .lg-text-gray-150-op-6 {
    color: rgba(245, 245, 245, 0.6);
  }
  .lg-bg-gray-150-op-7 {
    background-color: rgba(245, 245, 245, 0.7);
  }
  .lg-border-color-gray-150-op-7 {
    border-color: rgba(245, 245, 245, 0.7);
  }
  .lg-border-top-gray-150-op-7 {
    border-top-color: rgba(245, 245, 245, 0.7);
  }
  .lg-border-right-gray-150-op-7 {
    border-right-color: rgba(245, 245, 245, 0.7);
  }
  .lg-border-bottom-gray-150-op-7 {
    border-bottom-color: rgba(245, 245, 245, 0.7);
  }
  .lg-border-left-gray-150-op-7 {
    border-left-color: rgba(245, 245, 245, 0.7);
  }
  .lg-fill-gray-150-op-7 {
    fill: rgba(245, 245, 245, 0.7);
  }
  .lg-stroke-gray-150-op-7 {
    stroke: rgba(245, 245, 245, 0.7);
  }
  .lg-text-gray-150-op-7 {
    color: rgba(245, 245, 245, 0.7);
  }
  .lg-bg-gray-150-op-8 {
    background-color: rgba(245, 245, 245, 0.8);
  }
  .lg-border-color-gray-150-op-8 {
    border-color: rgba(245, 245, 245, 0.8);
  }
  .lg-border-top-gray-150-op-8 {
    border-top-color: rgba(245, 245, 245, 0.8);
  }
  .lg-border-right-gray-150-op-8 {
    border-right-color: rgba(245, 245, 245, 0.8);
  }
  .lg-border-bottom-gray-150-op-8 {
    border-bottom-color: rgba(245, 245, 245, 0.8);
  }
  .lg-border-left-gray-150-op-8 {
    border-left-color: rgba(245, 245, 245, 0.8);
  }
  .lg-fill-gray-150-op-8 {
    fill: rgba(245, 245, 245, 0.8);
  }
  .lg-stroke-gray-150-op-8 {
    stroke: rgba(245, 245, 245, 0.8);
  }
  .lg-text-gray-150-op-8 {
    color: rgba(245, 245, 245, 0.8);
  }
  .lg-bg-gray-150-op-9 {
    background-color: rgba(245, 245, 245, 0.9);
  }
  .lg-border-color-gray-150-op-9 {
    border-color: rgba(245, 245, 245, 0.9);
  }
  .lg-border-top-gray-150-op-9 {
    border-top-color: rgba(245, 245, 245, 0.9);
  }
  .lg-border-right-gray-150-op-9 {
    border-right-color: rgba(245, 245, 245, 0.9);
  }
  .lg-border-bottom-gray-150-op-9 {
    border-bottom-color: rgba(245, 245, 245, 0.9);
  }
  .lg-border-left-gray-150-op-9 {
    border-left-color: rgba(245, 245, 245, 0.9);
  }
  .lg-fill-gray-150-op-9 {
    fill: rgba(245, 245, 245, 0.9);
  }
  .lg-stroke-gray-150-op-9 {
    stroke: rgba(245, 245, 245, 0.9);
  }
  .lg-text-gray-150-op-9 {
    color: rgba(245, 245, 245, 0.9);
  }
  .lg-bg-gray-150-op-10 {
    background-color: whitesmoke;
  }
  .lg-border-color-gray-150-op-10 {
    border-color: whitesmoke;
  }
  .lg-border-top-gray-150-op-10 {
    border-top-color: whitesmoke;
  }
  .lg-border-right-gray-150-op-10 {
    border-right-color: whitesmoke;
  }
  .lg-border-bottom-gray-150-op-10 {
    border-bottom-color: whitesmoke;
  }
  .lg-border-left-gray-150-op-10 {
    border-left-color: whitesmoke;
  }
  .lg-fill-gray-150-op-10 {
    fill: whitesmoke;
  }
  .lg-stroke-gray-150-op-10 {
    stroke: whitesmoke;
  }
  .lg-text-gray-150-op-10 {
    color: whitesmoke;
  }
  .lg-bg-gray-200 {
    background-color: #eaedf0;
  }
  .lg-border-color-gray-200 {
    border-color: #eaedf0;
  }
  .lg-border-top-gray-200 {
    border-top-color: #eaedf0;
  }
  .lg-border-right-gray-200 {
    border-right-color: #eaedf0;
  }
  .lg-border-bottom-gray-200 {
    border-bottom-color: #eaedf0;
  }
  .lg-border-left-gray-200 {
    border-left-color: #eaedf0;
  }
  .lg-fill-gray-200 {
    fill: #eaedf0;
  }
  .lg-stroke-gray-200 {
    stroke: #eaedf0;
  }
  .lg-text-gray-200 {
    color: #eaedf0;
  }
  .lg-bg-gray-200-op-0 {
    background-color: rgba(234, 237, 240, 0);
  }
  .lg-border-color-gray-200-op-0 {
    border-color: rgba(234, 237, 240, 0);
  }
  .lg-border-top-gray-200-op-0 {
    border-top-color: rgba(234, 237, 240, 0);
  }
  .lg-border-right-gray-200-op-0 {
    border-right-color: rgba(234, 237, 240, 0);
  }
  .lg-border-bottom-gray-200-op-0 {
    border-bottom-color: rgba(234, 237, 240, 0);
  }
  .lg-border-left-gray-200-op-0 {
    border-left-color: rgba(234, 237, 240, 0);
  }
  .lg-fill-gray-200-op-0 {
    fill: rgba(234, 237, 240, 0);
  }
  .lg-stroke-gray-200-op-0 {
    stroke: rgba(234, 237, 240, 0);
  }
  .lg-text-gray-200-op-0 {
    color: rgba(234, 237, 240, 0);
  }
  .lg-bg-gray-200-op-1 {
    background-color: rgba(234, 237, 240, 0.1);
  }
  .lg-border-color-gray-200-op-1 {
    border-color: rgba(234, 237, 240, 0.1);
  }
  .lg-border-top-gray-200-op-1 {
    border-top-color: rgba(234, 237, 240, 0.1);
  }
  .lg-border-right-gray-200-op-1 {
    border-right-color: rgba(234, 237, 240, 0.1);
  }
  .lg-border-bottom-gray-200-op-1 {
    border-bottom-color: rgba(234, 237, 240, 0.1);
  }
  .lg-border-left-gray-200-op-1 {
    border-left-color: rgba(234, 237, 240, 0.1);
  }
  .lg-fill-gray-200-op-1 {
    fill: rgba(234, 237, 240, 0.1);
  }
  .lg-stroke-gray-200-op-1 {
    stroke: rgba(234, 237, 240, 0.1);
  }
  .lg-text-gray-200-op-1 {
    color: rgba(234, 237, 240, 0.1);
  }
  .lg-bg-gray-200-op-2 {
    background-color: rgba(234, 237, 240, 0.2);
  }
  .lg-border-color-gray-200-op-2 {
    border-color: rgba(234, 237, 240, 0.2);
  }
  .lg-border-top-gray-200-op-2 {
    border-top-color: rgba(234, 237, 240, 0.2);
  }
  .lg-border-right-gray-200-op-2 {
    border-right-color: rgba(234, 237, 240, 0.2);
  }
  .lg-border-bottom-gray-200-op-2 {
    border-bottom-color: rgba(234, 237, 240, 0.2);
  }
  .lg-border-left-gray-200-op-2 {
    border-left-color: rgba(234, 237, 240, 0.2);
  }
  .lg-fill-gray-200-op-2 {
    fill: rgba(234, 237, 240, 0.2);
  }
  .lg-stroke-gray-200-op-2 {
    stroke: rgba(234, 237, 240, 0.2);
  }
  .lg-text-gray-200-op-2 {
    color: rgba(234, 237, 240, 0.2);
  }
  .lg-bg-gray-200-op-3 {
    background-color: rgba(234, 237, 240, 0.3);
  }
  .lg-border-color-gray-200-op-3 {
    border-color: rgba(234, 237, 240, 0.3);
  }
  .lg-border-top-gray-200-op-3 {
    border-top-color: rgba(234, 237, 240, 0.3);
  }
  .lg-border-right-gray-200-op-3 {
    border-right-color: rgba(234, 237, 240, 0.3);
  }
  .lg-border-bottom-gray-200-op-3 {
    border-bottom-color: rgba(234, 237, 240, 0.3);
  }
  .lg-border-left-gray-200-op-3 {
    border-left-color: rgba(234, 237, 240, 0.3);
  }
  .lg-fill-gray-200-op-3 {
    fill: rgba(234, 237, 240, 0.3);
  }
  .lg-stroke-gray-200-op-3 {
    stroke: rgba(234, 237, 240, 0.3);
  }
  .lg-text-gray-200-op-3 {
    color: rgba(234, 237, 240, 0.3);
  }
  .lg-bg-gray-200-op-4 {
    background-color: rgba(234, 237, 240, 0.4);
  }
  .lg-border-color-gray-200-op-4 {
    border-color: rgba(234, 237, 240, 0.4);
  }
  .lg-border-top-gray-200-op-4 {
    border-top-color: rgba(234, 237, 240, 0.4);
  }
  .lg-border-right-gray-200-op-4 {
    border-right-color: rgba(234, 237, 240, 0.4);
  }
  .lg-border-bottom-gray-200-op-4 {
    border-bottom-color: rgba(234, 237, 240, 0.4);
  }
  .lg-border-left-gray-200-op-4 {
    border-left-color: rgba(234, 237, 240, 0.4);
  }
  .lg-fill-gray-200-op-4 {
    fill: rgba(234, 237, 240, 0.4);
  }
  .lg-stroke-gray-200-op-4 {
    stroke: rgba(234, 237, 240, 0.4);
  }
  .lg-text-gray-200-op-4 {
    color: rgba(234, 237, 240, 0.4);
  }
  .lg-bg-gray-200-op-5 {
    background-color: rgba(234, 237, 240, 0.5);
  }
  .lg-border-color-gray-200-op-5 {
    border-color: rgba(234, 237, 240, 0.5);
  }
  .lg-border-top-gray-200-op-5 {
    border-top-color: rgba(234, 237, 240, 0.5);
  }
  .lg-border-right-gray-200-op-5 {
    border-right-color: rgba(234, 237, 240, 0.5);
  }
  .lg-border-bottom-gray-200-op-5 {
    border-bottom-color: rgba(234, 237, 240, 0.5);
  }
  .lg-border-left-gray-200-op-5 {
    border-left-color: rgba(234, 237, 240, 0.5);
  }
  .lg-fill-gray-200-op-5 {
    fill: rgba(234, 237, 240, 0.5);
  }
  .lg-stroke-gray-200-op-5 {
    stroke: rgba(234, 237, 240, 0.5);
  }
  .lg-text-gray-200-op-5 {
    color: rgba(234, 237, 240, 0.5);
  }
  .lg-bg-gray-200-op-6 {
    background-color: rgba(234, 237, 240, 0.6);
  }
  .lg-border-color-gray-200-op-6 {
    border-color: rgba(234, 237, 240, 0.6);
  }
  .lg-border-top-gray-200-op-6 {
    border-top-color: rgba(234, 237, 240, 0.6);
  }
  .lg-border-right-gray-200-op-6 {
    border-right-color: rgba(234, 237, 240, 0.6);
  }
  .lg-border-bottom-gray-200-op-6 {
    border-bottom-color: rgba(234, 237, 240, 0.6);
  }
  .lg-border-left-gray-200-op-6 {
    border-left-color: rgba(234, 237, 240, 0.6);
  }
  .lg-fill-gray-200-op-6 {
    fill: rgba(234, 237, 240, 0.6);
  }
  .lg-stroke-gray-200-op-6 {
    stroke: rgba(234, 237, 240, 0.6);
  }
  .lg-text-gray-200-op-6 {
    color: rgba(234, 237, 240, 0.6);
  }
  .lg-bg-gray-200-op-7 {
    background-color: rgba(234, 237, 240, 0.7);
  }
  .lg-border-color-gray-200-op-7 {
    border-color: rgba(234, 237, 240, 0.7);
  }
  .lg-border-top-gray-200-op-7 {
    border-top-color: rgba(234, 237, 240, 0.7);
  }
  .lg-border-right-gray-200-op-7 {
    border-right-color: rgba(234, 237, 240, 0.7);
  }
  .lg-border-bottom-gray-200-op-7 {
    border-bottom-color: rgba(234, 237, 240, 0.7);
  }
  .lg-border-left-gray-200-op-7 {
    border-left-color: rgba(234, 237, 240, 0.7);
  }
  .lg-fill-gray-200-op-7 {
    fill: rgba(234, 237, 240, 0.7);
  }
  .lg-stroke-gray-200-op-7 {
    stroke: rgba(234, 237, 240, 0.7);
  }
  .lg-text-gray-200-op-7 {
    color: rgba(234, 237, 240, 0.7);
  }
  .lg-bg-gray-200-op-8 {
    background-color: rgba(234, 237, 240, 0.8);
  }
  .lg-border-color-gray-200-op-8 {
    border-color: rgba(234, 237, 240, 0.8);
  }
  .lg-border-top-gray-200-op-8 {
    border-top-color: rgba(234, 237, 240, 0.8);
  }
  .lg-border-right-gray-200-op-8 {
    border-right-color: rgba(234, 237, 240, 0.8);
  }
  .lg-border-bottom-gray-200-op-8 {
    border-bottom-color: rgba(234, 237, 240, 0.8);
  }
  .lg-border-left-gray-200-op-8 {
    border-left-color: rgba(234, 237, 240, 0.8);
  }
  .lg-fill-gray-200-op-8 {
    fill: rgba(234, 237, 240, 0.8);
  }
  .lg-stroke-gray-200-op-8 {
    stroke: rgba(234, 237, 240, 0.8);
  }
  .lg-text-gray-200-op-8 {
    color: rgba(234, 237, 240, 0.8);
  }
  .lg-bg-gray-200-op-9 {
    background-color: rgba(234, 237, 240, 0.9);
  }
  .lg-border-color-gray-200-op-9 {
    border-color: rgba(234, 237, 240, 0.9);
  }
  .lg-border-top-gray-200-op-9 {
    border-top-color: rgba(234, 237, 240, 0.9);
  }
  .lg-border-right-gray-200-op-9 {
    border-right-color: rgba(234, 237, 240, 0.9);
  }
  .lg-border-bottom-gray-200-op-9 {
    border-bottom-color: rgba(234, 237, 240, 0.9);
  }
  .lg-border-left-gray-200-op-9 {
    border-left-color: rgba(234, 237, 240, 0.9);
  }
  .lg-fill-gray-200-op-9 {
    fill: rgba(234, 237, 240, 0.9);
  }
  .lg-stroke-gray-200-op-9 {
    stroke: rgba(234, 237, 240, 0.9);
  }
  .lg-text-gray-200-op-9 {
    color: rgba(234, 237, 240, 0.9);
  }
  .lg-bg-gray-200-op-10 {
    background-color: #eaedf0;
  }
  .lg-border-color-gray-200-op-10 {
    border-color: #eaedf0;
  }
  .lg-border-top-gray-200-op-10 {
    border-top-color: #eaedf0;
  }
  .lg-border-right-gray-200-op-10 {
    border-right-color: #eaedf0;
  }
  .lg-border-bottom-gray-200-op-10 {
    border-bottom-color: #eaedf0;
  }
  .lg-border-left-gray-200-op-10 {
    border-left-color: #eaedf0;
  }
  .lg-fill-gray-200-op-10 {
    fill: #eaedf0;
  }
  .lg-stroke-gray-200-op-10 {
    stroke: #eaedf0;
  }
  .lg-text-gray-200-op-10 {
    color: #eaedf0;
  }
  .lg-bg-gray-300 {
    background-color: #dfe3e7;
  }
  .lg-border-color-gray-300 {
    border-color: #dfe3e7;
  }
  .lg-border-top-gray-300 {
    border-top-color: #dfe3e7;
  }
  .lg-border-right-gray-300 {
    border-right-color: #dfe3e7;
  }
  .lg-border-bottom-gray-300 {
    border-bottom-color: #dfe3e7;
  }
  .lg-border-left-gray-300 {
    border-left-color: #dfe3e7;
  }
  .lg-fill-gray-300 {
    fill: #dfe3e7;
  }
  .lg-stroke-gray-300 {
    stroke: #dfe3e7;
  }
  .lg-text-gray-300 {
    color: #dfe3e7;
  }
  .lg-bg-gray-300-op-0 {
    background-color: rgba(223, 227, 231, 0);
  }
  .lg-border-color-gray-300-op-0 {
    border-color: rgba(223, 227, 231, 0);
  }
  .lg-border-top-gray-300-op-0 {
    border-top-color: rgba(223, 227, 231, 0);
  }
  .lg-border-right-gray-300-op-0 {
    border-right-color: rgba(223, 227, 231, 0);
  }
  .lg-border-bottom-gray-300-op-0 {
    border-bottom-color: rgba(223, 227, 231, 0);
  }
  .lg-border-left-gray-300-op-0 {
    border-left-color: rgba(223, 227, 231, 0);
  }
  .lg-fill-gray-300-op-0 {
    fill: rgba(223, 227, 231, 0);
  }
  .lg-stroke-gray-300-op-0 {
    stroke: rgba(223, 227, 231, 0);
  }
  .lg-text-gray-300-op-0 {
    color: rgba(223, 227, 231, 0);
  }
  .lg-bg-gray-300-op-1 {
    background-color: rgba(223, 227, 231, 0.1);
  }
  .lg-border-color-gray-300-op-1 {
    border-color: rgba(223, 227, 231, 0.1);
  }
  .lg-border-top-gray-300-op-1 {
    border-top-color: rgba(223, 227, 231, 0.1);
  }
  .lg-border-right-gray-300-op-1 {
    border-right-color: rgba(223, 227, 231, 0.1);
  }
  .lg-border-bottom-gray-300-op-1 {
    border-bottom-color: rgba(223, 227, 231, 0.1);
  }
  .lg-border-left-gray-300-op-1 {
    border-left-color: rgba(223, 227, 231, 0.1);
  }
  .lg-fill-gray-300-op-1 {
    fill: rgba(223, 227, 231, 0.1);
  }
  .lg-stroke-gray-300-op-1 {
    stroke: rgba(223, 227, 231, 0.1);
  }
  .lg-text-gray-300-op-1 {
    color: rgba(223, 227, 231, 0.1);
  }
  .lg-bg-gray-300-op-2 {
    background-color: rgba(223, 227, 231, 0.2);
  }
  .lg-border-color-gray-300-op-2 {
    border-color: rgba(223, 227, 231, 0.2);
  }
  .lg-border-top-gray-300-op-2 {
    border-top-color: rgba(223, 227, 231, 0.2);
  }
  .lg-border-right-gray-300-op-2 {
    border-right-color: rgba(223, 227, 231, 0.2);
  }
  .lg-border-bottom-gray-300-op-2 {
    border-bottom-color: rgba(223, 227, 231, 0.2);
  }
  .lg-border-left-gray-300-op-2 {
    border-left-color: rgba(223, 227, 231, 0.2);
  }
  .lg-fill-gray-300-op-2 {
    fill: rgba(223, 227, 231, 0.2);
  }
  .lg-stroke-gray-300-op-2 {
    stroke: rgba(223, 227, 231, 0.2);
  }
  .lg-text-gray-300-op-2 {
    color: rgba(223, 227, 231, 0.2);
  }
  .lg-bg-gray-300-op-3 {
    background-color: rgba(223, 227, 231, 0.3);
  }
  .lg-border-color-gray-300-op-3 {
    border-color: rgba(223, 227, 231, 0.3);
  }
  .lg-border-top-gray-300-op-3 {
    border-top-color: rgba(223, 227, 231, 0.3);
  }
  .lg-border-right-gray-300-op-3 {
    border-right-color: rgba(223, 227, 231, 0.3);
  }
  .lg-border-bottom-gray-300-op-3 {
    border-bottom-color: rgba(223, 227, 231, 0.3);
  }
  .lg-border-left-gray-300-op-3 {
    border-left-color: rgba(223, 227, 231, 0.3);
  }
  .lg-fill-gray-300-op-3 {
    fill: rgba(223, 227, 231, 0.3);
  }
  .lg-stroke-gray-300-op-3 {
    stroke: rgba(223, 227, 231, 0.3);
  }
  .lg-text-gray-300-op-3 {
    color: rgba(223, 227, 231, 0.3);
  }
  .lg-bg-gray-300-op-4 {
    background-color: rgba(223, 227, 231, 0.4);
  }
  .lg-border-color-gray-300-op-4 {
    border-color: rgba(223, 227, 231, 0.4);
  }
  .lg-border-top-gray-300-op-4 {
    border-top-color: rgba(223, 227, 231, 0.4);
  }
  .lg-border-right-gray-300-op-4 {
    border-right-color: rgba(223, 227, 231, 0.4);
  }
  .lg-border-bottom-gray-300-op-4 {
    border-bottom-color: rgba(223, 227, 231, 0.4);
  }
  .lg-border-left-gray-300-op-4 {
    border-left-color: rgba(223, 227, 231, 0.4);
  }
  .lg-fill-gray-300-op-4 {
    fill: rgba(223, 227, 231, 0.4);
  }
  .lg-stroke-gray-300-op-4 {
    stroke: rgba(223, 227, 231, 0.4);
  }
  .lg-text-gray-300-op-4 {
    color: rgba(223, 227, 231, 0.4);
  }
  .lg-bg-gray-300-op-5 {
    background-color: rgba(223, 227, 231, 0.5);
  }
  .lg-border-color-gray-300-op-5 {
    border-color: rgba(223, 227, 231, 0.5);
  }
  .lg-border-top-gray-300-op-5 {
    border-top-color: rgba(223, 227, 231, 0.5);
  }
  .lg-border-right-gray-300-op-5 {
    border-right-color: rgba(223, 227, 231, 0.5);
  }
  .lg-border-bottom-gray-300-op-5 {
    border-bottom-color: rgba(223, 227, 231, 0.5);
  }
  .lg-border-left-gray-300-op-5 {
    border-left-color: rgba(223, 227, 231, 0.5);
  }
  .lg-fill-gray-300-op-5 {
    fill: rgba(223, 227, 231, 0.5);
  }
  .lg-stroke-gray-300-op-5 {
    stroke: rgba(223, 227, 231, 0.5);
  }
  .lg-text-gray-300-op-5 {
    color: rgba(223, 227, 231, 0.5);
  }
  .lg-bg-gray-300-op-6 {
    background-color: rgba(223, 227, 231, 0.6);
  }
  .lg-border-color-gray-300-op-6 {
    border-color: rgba(223, 227, 231, 0.6);
  }
  .lg-border-top-gray-300-op-6 {
    border-top-color: rgba(223, 227, 231, 0.6);
  }
  .lg-border-right-gray-300-op-6 {
    border-right-color: rgba(223, 227, 231, 0.6);
  }
  .lg-border-bottom-gray-300-op-6 {
    border-bottom-color: rgba(223, 227, 231, 0.6);
  }
  .lg-border-left-gray-300-op-6 {
    border-left-color: rgba(223, 227, 231, 0.6);
  }
  .lg-fill-gray-300-op-6 {
    fill: rgba(223, 227, 231, 0.6);
  }
  .lg-stroke-gray-300-op-6 {
    stroke: rgba(223, 227, 231, 0.6);
  }
  .lg-text-gray-300-op-6 {
    color: rgba(223, 227, 231, 0.6);
  }
  .lg-bg-gray-300-op-7 {
    background-color: rgba(223, 227, 231, 0.7);
  }
  .lg-border-color-gray-300-op-7 {
    border-color: rgba(223, 227, 231, 0.7);
  }
  .lg-border-top-gray-300-op-7 {
    border-top-color: rgba(223, 227, 231, 0.7);
  }
  .lg-border-right-gray-300-op-7 {
    border-right-color: rgba(223, 227, 231, 0.7);
  }
  .lg-border-bottom-gray-300-op-7 {
    border-bottom-color: rgba(223, 227, 231, 0.7);
  }
  .lg-border-left-gray-300-op-7 {
    border-left-color: rgba(223, 227, 231, 0.7);
  }
  .lg-fill-gray-300-op-7 {
    fill: rgba(223, 227, 231, 0.7);
  }
  .lg-stroke-gray-300-op-7 {
    stroke: rgba(223, 227, 231, 0.7);
  }
  .lg-text-gray-300-op-7 {
    color: rgba(223, 227, 231, 0.7);
  }
  .lg-bg-gray-300-op-8 {
    background-color: rgba(223, 227, 231, 0.8);
  }
  .lg-border-color-gray-300-op-8 {
    border-color: rgba(223, 227, 231, 0.8);
  }
  .lg-border-top-gray-300-op-8 {
    border-top-color: rgba(223, 227, 231, 0.8);
  }
  .lg-border-right-gray-300-op-8 {
    border-right-color: rgba(223, 227, 231, 0.8);
  }
  .lg-border-bottom-gray-300-op-8 {
    border-bottom-color: rgba(223, 227, 231, 0.8);
  }
  .lg-border-left-gray-300-op-8 {
    border-left-color: rgba(223, 227, 231, 0.8);
  }
  .lg-fill-gray-300-op-8 {
    fill: rgba(223, 227, 231, 0.8);
  }
  .lg-stroke-gray-300-op-8 {
    stroke: rgba(223, 227, 231, 0.8);
  }
  .lg-text-gray-300-op-8 {
    color: rgba(223, 227, 231, 0.8);
  }
  .lg-bg-gray-300-op-9 {
    background-color: rgba(223, 227, 231, 0.9);
  }
  .lg-border-color-gray-300-op-9 {
    border-color: rgba(223, 227, 231, 0.9);
  }
  .lg-border-top-gray-300-op-9 {
    border-top-color: rgba(223, 227, 231, 0.9);
  }
  .lg-border-right-gray-300-op-9 {
    border-right-color: rgba(223, 227, 231, 0.9);
  }
  .lg-border-bottom-gray-300-op-9 {
    border-bottom-color: rgba(223, 227, 231, 0.9);
  }
  .lg-border-left-gray-300-op-9 {
    border-left-color: rgba(223, 227, 231, 0.9);
  }
  .lg-fill-gray-300-op-9 {
    fill: rgba(223, 227, 231, 0.9);
  }
  .lg-stroke-gray-300-op-9 {
    stroke: rgba(223, 227, 231, 0.9);
  }
  .lg-text-gray-300-op-9 {
    color: rgba(223, 227, 231, 0.9);
  }
  .lg-bg-gray-300-op-10 {
    background-color: #dfe3e7;
  }
  .lg-border-color-gray-300-op-10 {
    border-color: #dfe3e7;
  }
  .lg-border-top-gray-300-op-10 {
    border-top-color: #dfe3e7;
  }
  .lg-border-right-gray-300-op-10 {
    border-right-color: #dfe3e7;
  }
  .lg-border-bottom-gray-300-op-10 {
    border-bottom-color: #dfe3e7;
  }
  .lg-border-left-gray-300-op-10 {
    border-left-color: #dfe3e7;
  }
  .lg-fill-gray-300-op-10 {
    fill: #dfe3e7;
  }
  .lg-stroke-gray-300-op-10 {
    stroke: #dfe3e7;
  }
  .lg-text-gray-300-op-10 {
    color: #dfe3e7;
  }
  .lg-bg-gray-400 {
    background-color: #ced4da;
  }
  .lg-border-color-gray-400 {
    border-color: #ced4da;
  }
  .lg-border-top-gray-400 {
    border-top-color: #ced4da;
  }
  .lg-border-right-gray-400 {
    border-right-color: #ced4da;
  }
  .lg-border-bottom-gray-400 {
    border-bottom-color: #ced4da;
  }
  .lg-border-left-gray-400 {
    border-left-color: #ced4da;
  }
  .lg-fill-gray-400 {
    fill: #ced4da;
  }
  .lg-stroke-gray-400 {
    stroke: #ced4da;
  }
  .lg-text-gray-400 {
    color: #ced4da;
  }
  .lg-bg-gray-400-op-0 {
    background-color: rgba(206, 212, 218, 0);
  }
  .lg-border-color-gray-400-op-0 {
    border-color: rgba(206, 212, 218, 0);
  }
  .lg-border-top-gray-400-op-0 {
    border-top-color: rgba(206, 212, 218, 0);
  }
  .lg-border-right-gray-400-op-0 {
    border-right-color: rgba(206, 212, 218, 0);
  }
  .lg-border-bottom-gray-400-op-0 {
    border-bottom-color: rgba(206, 212, 218, 0);
  }
  .lg-border-left-gray-400-op-0 {
    border-left-color: rgba(206, 212, 218, 0);
  }
  .lg-fill-gray-400-op-0 {
    fill: rgba(206, 212, 218, 0);
  }
  .lg-stroke-gray-400-op-0 {
    stroke: rgba(206, 212, 218, 0);
  }
  .lg-text-gray-400-op-0 {
    color: rgba(206, 212, 218, 0);
  }
  .lg-bg-gray-400-op-1 {
    background-color: rgba(206, 212, 218, 0.1);
  }
  .lg-border-color-gray-400-op-1 {
    border-color: rgba(206, 212, 218, 0.1);
  }
  .lg-border-top-gray-400-op-1 {
    border-top-color: rgba(206, 212, 218, 0.1);
  }
  .lg-border-right-gray-400-op-1 {
    border-right-color: rgba(206, 212, 218, 0.1);
  }
  .lg-border-bottom-gray-400-op-1 {
    border-bottom-color: rgba(206, 212, 218, 0.1);
  }
  .lg-border-left-gray-400-op-1 {
    border-left-color: rgba(206, 212, 218, 0.1);
  }
  .lg-fill-gray-400-op-1 {
    fill: rgba(206, 212, 218, 0.1);
  }
  .lg-stroke-gray-400-op-1 {
    stroke: rgba(206, 212, 218, 0.1);
  }
  .lg-text-gray-400-op-1 {
    color: rgba(206, 212, 218, 0.1);
  }
  .lg-bg-gray-400-op-2 {
    background-color: rgba(206, 212, 218, 0.2);
  }
  .lg-border-color-gray-400-op-2 {
    border-color: rgba(206, 212, 218, 0.2);
  }
  .lg-border-top-gray-400-op-2 {
    border-top-color: rgba(206, 212, 218, 0.2);
  }
  .lg-border-right-gray-400-op-2 {
    border-right-color: rgba(206, 212, 218, 0.2);
  }
  .lg-border-bottom-gray-400-op-2 {
    border-bottom-color: rgba(206, 212, 218, 0.2);
  }
  .lg-border-left-gray-400-op-2 {
    border-left-color: rgba(206, 212, 218, 0.2);
  }
  .lg-fill-gray-400-op-2 {
    fill: rgba(206, 212, 218, 0.2);
  }
  .lg-stroke-gray-400-op-2 {
    stroke: rgba(206, 212, 218, 0.2);
  }
  .lg-text-gray-400-op-2 {
    color: rgba(206, 212, 218, 0.2);
  }
  .lg-bg-gray-400-op-3 {
    background-color: rgba(206, 212, 218, 0.3);
  }
  .lg-border-color-gray-400-op-3 {
    border-color: rgba(206, 212, 218, 0.3);
  }
  .lg-border-top-gray-400-op-3 {
    border-top-color: rgba(206, 212, 218, 0.3);
  }
  .lg-border-right-gray-400-op-3 {
    border-right-color: rgba(206, 212, 218, 0.3);
  }
  .lg-border-bottom-gray-400-op-3 {
    border-bottom-color: rgba(206, 212, 218, 0.3);
  }
  .lg-border-left-gray-400-op-3 {
    border-left-color: rgba(206, 212, 218, 0.3);
  }
  .lg-fill-gray-400-op-3 {
    fill: rgba(206, 212, 218, 0.3);
  }
  .lg-stroke-gray-400-op-3 {
    stroke: rgba(206, 212, 218, 0.3);
  }
  .lg-text-gray-400-op-3 {
    color: rgba(206, 212, 218, 0.3);
  }
  .lg-bg-gray-400-op-4 {
    background-color: rgba(206, 212, 218, 0.4);
  }
  .lg-border-color-gray-400-op-4 {
    border-color: rgba(206, 212, 218, 0.4);
  }
  .lg-border-top-gray-400-op-4 {
    border-top-color: rgba(206, 212, 218, 0.4);
  }
  .lg-border-right-gray-400-op-4 {
    border-right-color: rgba(206, 212, 218, 0.4);
  }
  .lg-border-bottom-gray-400-op-4 {
    border-bottom-color: rgba(206, 212, 218, 0.4);
  }
  .lg-border-left-gray-400-op-4 {
    border-left-color: rgba(206, 212, 218, 0.4);
  }
  .lg-fill-gray-400-op-4 {
    fill: rgba(206, 212, 218, 0.4);
  }
  .lg-stroke-gray-400-op-4 {
    stroke: rgba(206, 212, 218, 0.4);
  }
  .lg-text-gray-400-op-4 {
    color: rgba(206, 212, 218, 0.4);
  }
  .lg-bg-gray-400-op-5 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .lg-border-color-gray-400-op-5 {
    border-color: rgba(206, 212, 218, 0.5);
  }
  .lg-border-top-gray-400-op-5 {
    border-top-color: rgba(206, 212, 218, 0.5);
  }
  .lg-border-right-gray-400-op-5 {
    border-right-color: rgba(206, 212, 218, 0.5);
  }
  .lg-border-bottom-gray-400-op-5 {
    border-bottom-color: rgba(206, 212, 218, 0.5);
  }
  .lg-border-left-gray-400-op-5 {
    border-left-color: rgba(206, 212, 218, 0.5);
  }
  .lg-fill-gray-400-op-5 {
    fill: rgba(206, 212, 218, 0.5);
  }
  .lg-stroke-gray-400-op-5 {
    stroke: rgba(206, 212, 218, 0.5);
  }
  .lg-text-gray-400-op-5 {
    color: rgba(206, 212, 218, 0.5);
  }
  .lg-bg-gray-400-op-6 {
    background-color: rgba(206, 212, 218, 0.6);
  }
  .lg-border-color-gray-400-op-6 {
    border-color: rgba(206, 212, 218, 0.6);
  }
  .lg-border-top-gray-400-op-6 {
    border-top-color: rgba(206, 212, 218, 0.6);
  }
  .lg-border-right-gray-400-op-6 {
    border-right-color: rgba(206, 212, 218, 0.6);
  }
  .lg-border-bottom-gray-400-op-6 {
    border-bottom-color: rgba(206, 212, 218, 0.6);
  }
  .lg-border-left-gray-400-op-6 {
    border-left-color: rgba(206, 212, 218, 0.6);
  }
  .lg-fill-gray-400-op-6 {
    fill: rgba(206, 212, 218, 0.6);
  }
  .lg-stroke-gray-400-op-6 {
    stroke: rgba(206, 212, 218, 0.6);
  }
  .lg-text-gray-400-op-6 {
    color: rgba(206, 212, 218, 0.6);
  }
  .lg-bg-gray-400-op-7 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .lg-border-color-gray-400-op-7 {
    border-color: rgba(206, 212, 218, 0.7);
  }
  .lg-border-top-gray-400-op-7 {
    border-top-color: rgba(206, 212, 218, 0.7);
  }
  .lg-border-right-gray-400-op-7 {
    border-right-color: rgba(206, 212, 218, 0.7);
  }
  .lg-border-bottom-gray-400-op-7 {
    border-bottom-color: rgba(206, 212, 218, 0.7);
  }
  .lg-border-left-gray-400-op-7 {
    border-left-color: rgba(206, 212, 218, 0.7);
  }
  .lg-fill-gray-400-op-7 {
    fill: rgba(206, 212, 218, 0.7);
  }
  .lg-stroke-gray-400-op-7 {
    stroke: rgba(206, 212, 218, 0.7);
  }
  .lg-text-gray-400-op-7 {
    color: rgba(206, 212, 218, 0.7);
  }
  .lg-bg-gray-400-op-8 {
    background-color: rgba(206, 212, 218, 0.8);
  }
  .lg-border-color-gray-400-op-8 {
    border-color: rgba(206, 212, 218, 0.8);
  }
  .lg-border-top-gray-400-op-8 {
    border-top-color: rgba(206, 212, 218, 0.8);
  }
  .lg-border-right-gray-400-op-8 {
    border-right-color: rgba(206, 212, 218, 0.8);
  }
  .lg-border-bottom-gray-400-op-8 {
    border-bottom-color: rgba(206, 212, 218, 0.8);
  }
  .lg-border-left-gray-400-op-8 {
    border-left-color: rgba(206, 212, 218, 0.8);
  }
  .lg-fill-gray-400-op-8 {
    fill: rgba(206, 212, 218, 0.8);
  }
  .lg-stroke-gray-400-op-8 {
    stroke: rgba(206, 212, 218, 0.8);
  }
  .lg-text-gray-400-op-8 {
    color: rgba(206, 212, 218, 0.8);
  }
  .lg-bg-gray-400-op-9 {
    background-color: rgba(206, 212, 218, 0.9);
  }
  .lg-border-color-gray-400-op-9 {
    border-color: rgba(206, 212, 218, 0.9);
  }
  .lg-border-top-gray-400-op-9 {
    border-top-color: rgba(206, 212, 218, 0.9);
  }
  .lg-border-right-gray-400-op-9 {
    border-right-color: rgba(206, 212, 218, 0.9);
  }
  .lg-border-bottom-gray-400-op-9 {
    border-bottom-color: rgba(206, 212, 218, 0.9);
  }
  .lg-border-left-gray-400-op-9 {
    border-left-color: rgba(206, 212, 218, 0.9);
  }
  .lg-fill-gray-400-op-9 {
    fill: rgba(206, 212, 218, 0.9);
  }
  .lg-stroke-gray-400-op-9 {
    stroke: rgba(206, 212, 218, 0.9);
  }
  .lg-text-gray-400-op-9 {
    color: rgba(206, 212, 218, 0.9);
  }
  .lg-bg-gray-400-op-10 {
    background-color: #ced4da;
  }
  .lg-border-color-gray-400-op-10 {
    border-color: #ced4da;
  }
  .lg-border-top-gray-400-op-10 {
    border-top-color: #ced4da;
  }
  .lg-border-right-gray-400-op-10 {
    border-right-color: #ced4da;
  }
  .lg-border-bottom-gray-400-op-10 {
    border-bottom-color: #ced4da;
  }
  .lg-border-left-gray-400-op-10 {
    border-left-color: #ced4da;
  }
  .lg-fill-gray-400-op-10 {
    fill: #ced4da;
  }
  .lg-stroke-gray-400-op-10 {
    stroke: #ced4da;
  }
  .lg-text-gray-400-op-10 {
    color: #ced4da;
  }
  .lg-bg-gray-450 {
    background-color: #c4c4c4;
  }
  .lg-border-color-gray-450 {
    border-color: #c4c4c4;
  }
  .lg-border-top-gray-450 {
    border-top-color: #c4c4c4;
  }
  .lg-border-right-gray-450 {
    border-right-color: #c4c4c4;
  }
  .lg-border-bottom-gray-450 {
    border-bottom-color: #c4c4c4;
  }
  .lg-border-left-gray-450 {
    border-left-color: #c4c4c4;
  }
  .lg-fill-gray-450 {
    fill: #c4c4c4;
  }
  .lg-stroke-gray-450 {
    stroke: #c4c4c4;
  }
  .lg-text-gray-450 {
    color: #c4c4c4;
  }
  .lg-bg-gray-450-op-0 {
    background-color: rgba(196, 196, 196, 0);
  }
  .lg-border-color-gray-450-op-0 {
    border-color: rgba(196, 196, 196, 0);
  }
  .lg-border-top-gray-450-op-0 {
    border-top-color: rgba(196, 196, 196, 0);
  }
  .lg-border-right-gray-450-op-0 {
    border-right-color: rgba(196, 196, 196, 0);
  }
  .lg-border-bottom-gray-450-op-0 {
    border-bottom-color: rgba(196, 196, 196, 0);
  }
  .lg-border-left-gray-450-op-0 {
    border-left-color: rgba(196, 196, 196, 0);
  }
  .lg-fill-gray-450-op-0 {
    fill: rgba(196, 196, 196, 0);
  }
  .lg-stroke-gray-450-op-0 {
    stroke: rgba(196, 196, 196, 0);
  }
  .lg-text-gray-450-op-0 {
    color: rgba(196, 196, 196, 0);
  }
  .lg-bg-gray-450-op-1 {
    background-color: rgba(196, 196, 196, 0.1);
  }
  .lg-border-color-gray-450-op-1 {
    border-color: rgba(196, 196, 196, 0.1);
  }
  .lg-border-top-gray-450-op-1 {
    border-top-color: rgba(196, 196, 196, 0.1);
  }
  .lg-border-right-gray-450-op-1 {
    border-right-color: rgba(196, 196, 196, 0.1);
  }
  .lg-border-bottom-gray-450-op-1 {
    border-bottom-color: rgba(196, 196, 196, 0.1);
  }
  .lg-border-left-gray-450-op-1 {
    border-left-color: rgba(196, 196, 196, 0.1);
  }
  .lg-fill-gray-450-op-1 {
    fill: rgba(196, 196, 196, 0.1);
  }
  .lg-stroke-gray-450-op-1 {
    stroke: rgba(196, 196, 196, 0.1);
  }
  .lg-text-gray-450-op-1 {
    color: rgba(196, 196, 196, 0.1);
  }
  .lg-bg-gray-450-op-2 {
    background-color: rgba(196, 196, 196, 0.2);
  }
  .lg-border-color-gray-450-op-2 {
    border-color: rgba(196, 196, 196, 0.2);
  }
  .lg-border-top-gray-450-op-2 {
    border-top-color: rgba(196, 196, 196, 0.2);
  }
  .lg-border-right-gray-450-op-2 {
    border-right-color: rgba(196, 196, 196, 0.2);
  }
  .lg-border-bottom-gray-450-op-2 {
    border-bottom-color: rgba(196, 196, 196, 0.2);
  }
  .lg-border-left-gray-450-op-2 {
    border-left-color: rgba(196, 196, 196, 0.2);
  }
  .lg-fill-gray-450-op-2 {
    fill: rgba(196, 196, 196, 0.2);
  }
  .lg-stroke-gray-450-op-2 {
    stroke: rgba(196, 196, 196, 0.2);
  }
  .lg-text-gray-450-op-2 {
    color: rgba(196, 196, 196, 0.2);
  }
  .lg-bg-gray-450-op-3 {
    background-color: rgba(196, 196, 196, 0.3);
  }
  .lg-border-color-gray-450-op-3 {
    border-color: rgba(196, 196, 196, 0.3);
  }
  .lg-border-top-gray-450-op-3 {
    border-top-color: rgba(196, 196, 196, 0.3);
  }
  .lg-border-right-gray-450-op-3 {
    border-right-color: rgba(196, 196, 196, 0.3);
  }
  .lg-border-bottom-gray-450-op-3 {
    border-bottom-color: rgba(196, 196, 196, 0.3);
  }
  .lg-border-left-gray-450-op-3 {
    border-left-color: rgba(196, 196, 196, 0.3);
  }
  .lg-fill-gray-450-op-3 {
    fill: rgba(196, 196, 196, 0.3);
  }
  .lg-stroke-gray-450-op-3 {
    stroke: rgba(196, 196, 196, 0.3);
  }
  .lg-text-gray-450-op-3 {
    color: rgba(196, 196, 196, 0.3);
  }
  .lg-bg-gray-450-op-4 {
    background-color: rgba(196, 196, 196, 0.4);
  }
  .lg-border-color-gray-450-op-4 {
    border-color: rgba(196, 196, 196, 0.4);
  }
  .lg-border-top-gray-450-op-4 {
    border-top-color: rgba(196, 196, 196, 0.4);
  }
  .lg-border-right-gray-450-op-4 {
    border-right-color: rgba(196, 196, 196, 0.4);
  }
  .lg-border-bottom-gray-450-op-4 {
    border-bottom-color: rgba(196, 196, 196, 0.4);
  }
  .lg-border-left-gray-450-op-4 {
    border-left-color: rgba(196, 196, 196, 0.4);
  }
  .lg-fill-gray-450-op-4 {
    fill: rgba(196, 196, 196, 0.4);
  }
  .lg-stroke-gray-450-op-4 {
    stroke: rgba(196, 196, 196, 0.4);
  }
  .lg-text-gray-450-op-4 {
    color: rgba(196, 196, 196, 0.4);
  }
  .lg-bg-gray-450-op-5 {
    background-color: rgba(196, 196, 196, 0.5);
  }
  .lg-border-color-gray-450-op-5 {
    border-color: rgba(196, 196, 196, 0.5);
  }
  .lg-border-top-gray-450-op-5 {
    border-top-color: rgba(196, 196, 196, 0.5);
  }
  .lg-border-right-gray-450-op-5 {
    border-right-color: rgba(196, 196, 196, 0.5);
  }
  .lg-border-bottom-gray-450-op-5 {
    border-bottom-color: rgba(196, 196, 196, 0.5);
  }
  .lg-border-left-gray-450-op-5 {
    border-left-color: rgba(196, 196, 196, 0.5);
  }
  .lg-fill-gray-450-op-5 {
    fill: rgba(196, 196, 196, 0.5);
  }
  .lg-stroke-gray-450-op-5 {
    stroke: rgba(196, 196, 196, 0.5);
  }
  .lg-text-gray-450-op-5 {
    color: rgba(196, 196, 196, 0.5);
  }
  .lg-bg-gray-450-op-6 {
    background-color: rgba(196, 196, 196, 0.6);
  }
  .lg-border-color-gray-450-op-6 {
    border-color: rgba(196, 196, 196, 0.6);
  }
  .lg-border-top-gray-450-op-6 {
    border-top-color: rgba(196, 196, 196, 0.6);
  }
  .lg-border-right-gray-450-op-6 {
    border-right-color: rgba(196, 196, 196, 0.6);
  }
  .lg-border-bottom-gray-450-op-6 {
    border-bottom-color: rgba(196, 196, 196, 0.6);
  }
  .lg-border-left-gray-450-op-6 {
    border-left-color: rgba(196, 196, 196, 0.6);
  }
  .lg-fill-gray-450-op-6 {
    fill: rgba(196, 196, 196, 0.6);
  }
  .lg-stroke-gray-450-op-6 {
    stroke: rgba(196, 196, 196, 0.6);
  }
  .lg-text-gray-450-op-6 {
    color: rgba(196, 196, 196, 0.6);
  }
  .lg-bg-gray-450-op-7 {
    background-color: rgba(196, 196, 196, 0.7);
  }
  .lg-border-color-gray-450-op-7 {
    border-color: rgba(196, 196, 196, 0.7);
  }
  .lg-border-top-gray-450-op-7 {
    border-top-color: rgba(196, 196, 196, 0.7);
  }
  .lg-border-right-gray-450-op-7 {
    border-right-color: rgba(196, 196, 196, 0.7);
  }
  .lg-border-bottom-gray-450-op-7 {
    border-bottom-color: rgba(196, 196, 196, 0.7);
  }
  .lg-border-left-gray-450-op-7 {
    border-left-color: rgba(196, 196, 196, 0.7);
  }
  .lg-fill-gray-450-op-7 {
    fill: rgba(196, 196, 196, 0.7);
  }
  .lg-stroke-gray-450-op-7 {
    stroke: rgba(196, 196, 196, 0.7);
  }
  .lg-text-gray-450-op-7 {
    color: rgba(196, 196, 196, 0.7);
  }
  .lg-bg-gray-450-op-8 {
    background-color: rgba(196, 196, 196, 0.8);
  }
  .lg-border-color-gray-450-op-8 {
    border-color: rgba(196, 196, 196, 0.8);
  }
  .lg-border-top-gray-450-op-8 {
    border-top-color: rgba(196, 196, 196, 0.8);
  }
  .lg-border-right-gray-450-op-8 {
    border-right-color: rgba(196, 196, 196, 0.8);
  }
  .lg-border-bottom-gray-450-op-8 {
    border-bottom-color: rgba(196, 196, 196, 0.8);
  }
  .lg-border-left-gray-450-op-8 {
    border-left-color: rgba(196, 196, 196, 0.8);
  }
  .lg-fill-gray-450-op-8 {
    fill: rgba(196, 196, 196, 0.8);
  }
  .lg-stroke-gray-450-op-8 {
    stroke: rgba(196, 196, 196, 0.8);
  }
  .lg-text-gray-450-op-8 {
    color: rgba(196, 196, 196, 0.8);
  }
  .lg-bg-gray-450-op-9 {
    background-color: rgba(196, 196, 196, 0.9);
  }
  .lg-border-color-gray-450-op-9 {
    border-color: rgba(196, 196, 196, 0.9);
  }
  .lg-border-top-gray-450-op-9 {
    border-top-color: rgba(196, 196, 196, 0.9);
  }
  .lg-border-right-gray-450-op-9 {
    border-right-color: rgba(196, 196, 196, 0.9);
  }
  .lg-border-bottom-gray-450-op-9 {
    border-bottom-color: rgba(196, 196, 196, 0.9);
  }
  .lg-border-left-gray-450-op-9 {
    border-left-color: rgba(196, 196, 196, 0.9);
  }
  .lg-fill-gray-450-op-9 {
    fill: rgba(196, 196, 196, 0.9);
  }
  .lg-stroke-gray-450-op-9 {
    stroke: rgba(196, 196, 196, 0.9);
  }
  .lg-text-gray-450-op-9 {
    color: rgba(196, 196, 196, 0.9);
  }
  .lg-bg-gray-450-op-10 {
    background-color: #c4c4c4;
  }
  .lg-border-color-gray-450-op-10 {
    border-color: #c4c4c4;
  }
  .lg-border-top-gray-450-op-10 {
    border-top-color: #c4c4c4;
  }
  .lg-border-right-gray-450-op-10 {
    border-right-color: #c4c4c4;
  }
  .lg-border-bottom-gray-450-op-10 {
    border-bottom-color: #c4c4c4;
  }
  .lg-border-left-gray-450-op-10 {
    border-left-color: #c4c4c4;
  }
  .lg-fill-gray-450-op-10 {
    fill: #c4c4c4;
  }
  .lg-stroke-gray-450-op-10 {
    stroke: #c4c4c4;
  }
  .lg-text-gray-450-op-10 {
    color: #c4c4c4;
  }
  .lg-bg-gray-480 {
    background-color: #afb8be;
  }
  .lg-border-color-gray-480 {
    border-color: #afb8be;
  }
  .lg-border-top-gray-480 {
    border-top-color: #afb8be;
  }
  .lg-border-right-gray-480 {
    border-right-color: #afb8be;
  }
  .lg-border-bottom-gray-480 {
    border-bottom-color: #afb8be;
  }
  .lg-border-left-gray-480 {
    border-left-color: #afb8be;
  }
  .lg-fill-gray-480 {
    fill: #afb8be;
  }
  .lg-stroke-gray-480 {
    stroke: #afb8be;
  }
  .lg-text-gray-480 {
    color: #afb8be;
  }
  .lg-bg-gray-480-op-0 {
    background-color: rgba(175, 184, 190, 0);
  }
  .lg-border-color-gray-480-op-0 {
    border-color: rgba(175, 184, 190, 0);
  }
  .lg-border-top-gray-480-op-0 {
    border-top-color: rgba(175, 184, 190, 0);
  }
  .lg-border-right-gray-480-op-0 {
    border-right-color: rgba(175, 184, 190, 0);
  }
  .lg-border-bottom-gray-480-op-0 {
    border-bottom-color: rgba(175, 184, 190, 0);
  }
  .lg-border-left-gray-480-op-0 {
    border-left-color: rgba(175, 184, 190, 0);
  }
  .lg-fill-gray-480-op-0 {
    fill: rgba(175, 184, 190, 0);
  }
  .lg-stroke-gray-480-op-0 {
    stroke: rgba(175, 184, 190, 0);
  }
  .lg-text-gray-480-op-0 {
    color: rgba(175, 184, 190, 0);
  }
  .lg-bg-gray-480-op-1 {
    background-color: rgba(175, 184, 190, 0.1);
  }
  .lg-border-color-gray-480-op-1 {
    border-color: rgba(175, 184, 190, 0.1);
  }
  .lg-border-top-gray-480-op-1 {
    border-top-color: rgba(175, 184, 190, 0.1);
  }
  .lg-border-right-gray-480-op-1 {
    border-right-color: rgba(175, 184, 190, 0.1);
  }
  .lg-border-bottom-gray-480-op-1 {
    border-bottom-color: rgba(175, 184, 190, 0.1);
  }
  .lg-border-left-gray-480-op-1 {
    border-left-color: rgba(175, 184, 190, 0.1);
  }
  .lg-fill-gray-480-op-1 {
    fill: rgba(175, 184, 190, 0.1);
  }
  .lg-stroke-gray-480-op-1 {
    stroke: rgba(175, 184, 190, 0.1);
  }
  .lg-text-gray-480-op-1 {
    color: rgba(175, 184, 190, 0.1);
  }
  .lg-bg-gray-480-op-2 {
    background-color: rgba(175, 184, 190, 0.2);
  }
  .lg-border-color-gray-480-op-2 {
    border-color: rgba(175, 184, 190, 0.2);
  }
  .lg-border-top-gray-480-op-2 {
    border-top-color: rgba(175, 184, 190, 0.2);
  }
  .lg-border-right-gray-480-op-2 {
    border-right-color: rgba(175, 184, 190, 0.2);
  }
  .lg-border-bottom-gray-480-op-2 {
    border-bottom-color: rgba(175, 184, 190, 0.2);
  }
  .lg-border-left-gray-480-op-2 {
    border-left-color: rgba(175, 184, 190, 0.2);
  }
  .lg-fill-gray-480-op-2 {
    fill: rgba(175, 184, 190, 0.2);
  }
  .lg-stroke-gray-480-op-2 {
    stroke: rgba(175, 184, 190, 0.2);
  }
  .lg-text-gray-480-op-2 {
    color: rgba(175, 184, 190, 0.2);
  }
  .lg-bg-gray-480-op-3 {
    background-color: rgba(175, 184, 190, 0.3);
  }
  .lg-border-color-gray-480-op-3 {
    border-color: rgba(175, 184, 190, 0.3);
  }
  .lg-border-top-gray-480-op-3 {
    border-top-color: rgba(175, 184, 190, 0.3);
  }
  .lg-border-right-gray-480-op-3 {
    border-right-color: rgba(175, 184, 190, 0.3);
  }
  .lg-border-bottom-gray-480-op-3 {
    border-bottom-color: rgba(175, 184, 190, 0.3);
  }
  .lg-border-left-gray-480-op-3 {
    border-left-color: rgba(175, 184, 190, 0.3);
  }
  .lg-fill-gray-480-op-3 {
    fill: rgba(175, 184, 190, 0.3);
  }
  .lg-stroke-gray-480-op-3 {
    stroke: rgba(175, 184, 190, 0.3);
  }
  .lg-text-gray-480-op-3 {
    color: rgba(175, 184, 190, 0.3);
  }
  .lg-bg-gray-480-op-4 {
    background-color: rgba(175, 184, 190, 0.4);
  }
  .lg-border-color-gray-480-op-4 {
    border-color: rgba(175, 184, 190, 0.4);
  }
  .lg-border-top-gray-480-op-4 {
    border-top-color: rgba(175, 184, 190, 0.4);
  }
  .lg-border-right-gray-480-op-4 {
    border-right-color: rgba(175, 184, 190, 0.4);
  }
  .lg-border-bottom-gray-480-op-4 {
    border-bottom-color: rgba(175, 184, 190, 0.4);
  }
  .lg-border-left-gray-480-op-4 {
    border-left-color: rgba(175, 184, 190, 0.4);
  }
  .lg-fill-gray-480-op-4 {
    fill: rgba(175, 184, 190, 0.4);
  }
  .lg-stroke-gray-480-op-4 {
    stroke: rgba(175, 184, 190, 0.4);
  }
  .lg-text-gray-480-op-4 {
    color: rgba(175, 184, 190, 0.4);
  }
  .lg-bg-gray-480-op-5 {
    background-color: rgba(175, 184, 190, 0.5);
  }
  .lg-border-color-gray-480-op-5 {
    border-color: rgba(175, 184, 190, 0.5);
  }
  .lg-border-top-gray-480-op-5 {
    border-top-color: rgba(175, 184, 190, 0.5);
  }
  .lg-border-right-gray-480-op-5 {
    border-right-color: rgba(175, 184, 190, 0.5);
  }
  .lg-border-bottom-gray-480-op-5 {
    border-bottom-color: rgba(175, 184, 190, 0.5);
  }
  .lg-border-left-gray-480-op-5 {
    border-left-color: rgba(175, 184, 190, 0.5);
  }
  .lg-fill-gray-480-op-5 {
    fill: rgba(175, 184, 190, 0.5);
  }
  .lg-stroke-gray-480-op-5 {
    stroke: rgba(175, 184, 190, 0.5);
  }
  .lg-text-gray-480-op-5 {
    color: rgba(175, 184, 190, 0.5);
  }
  .lg-bg-gray-480-op-6 {
    background-color: rgba(175, 184, 190, 0.6);
  }
  .lg-border-color-gray-480-op-6 {
    border-color: rgba(175, 184, 190, 0.6);
  }
  .lg-border-top-gray-480-op-6 {
    border-top-color: rgba(175, 184, 190, 0.6);
  }
  .lg-border-right-gray-480-op-6 {
    border-right-color: rgba(175, 184, 190, 0.6);
  }
  .lg-border-bottom-gray-480-op-6 {
    border-bottom-color: rgba(175, 184, 190, 0.6);
  }
  .lg-border-left-gray-480-op-6 {
    border-left-color: rgba(175, 184, 190, 0.6);
  }
  .lg-fill-gray-480-op-6 {
    fill: rgba(175, 184, 190, 0.6);
  }
  .lg-stroke-gray-480-op-6 {
    stroke: rgba(175, 184, 190, 0.6);
  }
  .lg-text-gray-480-op-6 {
    color: rgba(175, 184, 190, 0.6);
  }
  .lg-bg-gray-480-op-7 {
    background-color: rgba(175, 184, 190, 0.7);
  }
  .lg-border-color-gray-480-op-7 {
    border-color: rgba(175, 184, 190, 0.7);
  }
  .lg-border-top-gray-480-op-7 {
    border-top-color: rgba(175, 184, 190, 0.7);
  }
  .lg-border-right-gray-480-op-7 {
    border-right-color: rgba(175, 184, 190, 0.7);
  }
  .lg-border-bottom-gray-480-op-7 {
    border-bottom-color: rgba(175, 184, 190, 0.7);
  }
  .lg-border-left-gray-480-op-7 {
    border-left-color: rgba(175, 184, 190, 0.7);
  }
  .lg-fill-gray-480-op-7 {
    fill: rgba(175, 184, 190, 0.7);
  }
  .lg-stroke-gray-480-op-7 {
    stroke: rgba(175, 184, 190, 0.7);
  }
  .lg-text-gray-480-op-7 {
    color: rgba(175, 184, 190, 0.7);
  }
  .lg-bg-gray-480-op-8 {
    background-color: rgba(175, 184, 190, 0.8);
  }
  .lg-border-color-gray-480-op-8 {
    border-color: rgba(175, 184, 190, 0.8);
  }
  .lg-border-top-gray-480-op-8 {
    border-top-color: rgba(175, 184, 190, 0.8);
  }
  .lg-border-right-gray-480-op-8 {
    border-right-color: rgba(175, 184, 190, 0.8);
  }
  .lg-border-bottom-gray-480-op-8 {
    border-bottom-color: rgba(175, 184, 190, 0.8);
  }
  .lg-border-left-gray-480-op-8 {
    border-left-color: rgba(175, 184, 190, 0.8);
  }
  .lg-fill-gray-480-op-8 {
    fill: rgba(175, 184, 190, 0.8);
  }
  .lg-stroke-gray-480-op-8 {
    stroke: rgba(175, 184, 190, 0.8);
  }
  .lg-text-gray-480-op-8 {
    color: rgba(175, 184, 190, 0.8);
  }
  .lg-bg-gray-480-op-9 {
    background-color: rgba(175, 184, 190, 0.9);
  }
  .lg-border-color-gray-480-op-9 {
    border-color: rgba(175, 184, 190, 0.9);
  }
  .lg-border-top-gray-480-op-9 {
    border-top-color: rgba(175, 184, 190, 0.9);
  }
  .lg-border-right-gray-480-op-9 {
    border-right-color: rgba(175, 184, 190, 0.9);
  }
  .lg-border-bottom-gray-480-op-9 {
    border-bottom-color: rgba(175, 184, 190, 0.9);
  }
  .lg-border-left-gray-480-op-9 {
    border-left-color: rgba(175, 184, 190, 0.9);
  }
  .lg-fill-gray-480-op-9 {
    fill: rgba(175, 184, 190, 0.9);
  }
  .lg-stroke-gray-480-op-9 {
    stroke: rgba(175, 184, 190, 0.9);
  }
  .lg-text-gray-480-op-9 {
    color: rgba(175, 184, 190, 0.9);
  }
  .lg-bg-gray-480-op-10 {
    background-color: #afb8be;
  }
  .lg-border-color-gray-480-op-10 {
    border-color: #afb8be;
  }
  .lg-border-top-gray-480-op-10 {
    border-top-color: #afb8be;
  }
  .lg-border-right-gray-480-op-10 {
    border-right-color: #afb8be;
  }
  .lg-border-bottom-gray-480-op-10 {
    border-bottom-color: #afb8be;
  }
  .lg-border-left-gray-480-op-10 {
    border-left-color: #afb8be;
  }
  .lg-fill-gray-480-op-10 {
    fill: #afb8be;
  }
  .lg-stroke-gray-480-op-10 {
    stroke: #afb8be;
  }
  .lg-text-gray-480-op-10 {
    color: #afb8be;
  }
  .lg-bg-gray-500 {
    background-color: #adb5bd;
  }
  .lg-border-color-gray-500 {
    border-color: #adb5bd;
  }
  .lg-border-top-gray-500 {
    border-top-color: #adb5bd;
  }
  .lg-border-right-gray-500 {
    border-right-color: #adb5bd;
  }
  .lg-border-bottom-gray-500 {
    border-bottom-color: #adb5bd;
  }
  .lg-border-left-gray-500 {
    border-left-color: #adb5bd;
  }
  .lg-fill-gray-500 {
    fill: #adb5bd;
  }
  .lg-stroke-gray-500 {
    stroke: #adb5bd;
  }
  .lg-text-gray-500 {
    color: #adb5bd;
  }
  .lg-bg-gray-500-op-0 {
    background-color: rgba(173, 181, 189, 0);
  }
  .lg-border-color-gray-500-op-0 {
    border-color: rgba(173, 181, 189, 0);
  }
  .lg-border-top-gray-500-op-0 {
    border-top-color: rgba(173, 181, 189, 0);
  }
  .lg-border-right-gray-500-op-0 {
    border-right-color: rgba(173, 181, 189, 0);
  }
  .lg-border-bottom-gray-500-op-0 {
    border-bottom-color: rgba(173, 181, 189, 0);
  }
  .lg-border-left-gray-500-op-0 {
    border-left-color: rgba(173, 181, 189, 0);
  }
  .lg-fill-gray-500-op-0 {
    fill: rgba(173, 181, 189, 0);
  }
  .lg-stroke-gray-500-op-0 {
    stroke: rgba(173, 181, 189, 0);
  }
  .lg-text-gray-500-op-0 {
    color: rgba(173, 181, 189, 0);
  }
  .lg-bg-gray-500-op-1 {
    background-color: rgba(173, 181, 189, 0.1);
  }
  .lg-border-color-gray-500-op-1 {
    border-color: rgba(173, 181, 189, 0.1);
  }
  .lg-border-top-gray-500-op-1 {
    border-top-color: rgba(173, 181, 189, 0.1);
  }
  .lg-border-right-gray-500-op-1 {
    border-right-color: rgba(173, 181, 189, 0.1);
  }
  .lg-border-bottom-gray-500-op-1 {
    border-bottom-color: rgba(173, 181, 189, 0.1);
  }
  .lg-border-left-gray-500-op-1 {
    border-left-color: rgba(173, 181, 189, 0.1);
  }
  .lg-fill-gray-500-op-1 {
    fill: rgba(173, 181, 189, 0.1);
  }
  .lg-stroke-gray-500-op-1 {
    stroke: rgba(173, 181, 189, 0.1);
  }
  .lg-text-gray-500-op-1 {
    color: rgba(173, 181, 189, 0.1);
  }
  .lg-bg-gray-500-op-2 {
    background-color: rgba(173, 181, 189, 0.2);
  }
  .lg-border-color-gray-500-op-2 {
    border-color: rgba(173, 181, 189, 0.2);
  }
  .lg-border-top-gray-500-op-2 {
    border-top-color: rgba(173, 181, 189, 0.2);
  }
  .lg-border-right-gray-500-op-2 {
    border-right-color: rgba(173, 181, 189, 0.2);
  }
  .lg-border-bottom-gray-500-op-2 {
    border-bottom-color: rgba(173, 181, 189, 0.2);
  }
  .lg-border-left-gray-500-op-2 {
    border-left-color: rgba(173, 181, 189, 0.2);
  }
  .lg-fill-gray-500-op-2 {
    fill: rgba(173, 181, 189, 0.2);
  }
  .lg-stroke-gray-500-op-2 {
    stroke: rgba(173, 181, 189, 0.2);
  }
  .lg-text-gray-500-op-2 {
    color: rgba(173, 181, 189, 0.2);
  }
  .lg-bg-gray-500-op-3 {
    background-color: rgba(173, 181, 189, 0.3);
  }
  .lg-border-color-gray-500-op-3 {
    border-color: rgba(173, 181, 189, 0.3);
  }
  .lg-border-top-gray-500-op-3 {
    border-top-color: rgba(173, 181, 189, 0.3);
  }
  .lg-border-right-gray-500-op-3 {
    border-right-color: rgba(173, 181, 189, 0.3);
  }
  .lg-border-bottom-gray-500-op-3 {
    border-bottom-color: rgba(173, 181, 189, 0.3);
  }
  .lg-border-left-gray-500-op-3 {
    border-left-color: rgba(173, 181, 189, 0.3);
  }
  .lg-fill-gray-500-op-3 {
    fill: rgba(173, 181, 189, 0.3);
  }
  .lg-stroke-gray-500-op-3 {
    stroke: rgba(173, 181, 189, 0.3);
  }
  .lg-text-gray-500-op-3 {
    color: rgba(173, 181, 189, 0.3);
  }
  .lg-bg-gray-500-op-4 {
    background-color: rgba(173, 181, 189, 0.4);
  }
  .lg-border-color-gray-500-op-4 {
    border-color: rgba(173, 181, 189, 0.4);
  }
  .lg-border-top-gray-500-op-4 {
    border-top-color: rgba(173, 181, 189, 0.4);
  }
  .lg-border-right-gray-500-op-4 {
    border-right-color: rgba(173, 181, 189, 0.4);
  }
  .lg-border-bottom-gray-500-op-4 {
    border-bottom-color: rgba(173, 181, 189, 0.4);
  }
  .lg-border-left-gray-500-op-4 {
    border-left-color: rgba(173, 181, 189, 0.4);
  }
  .lg-fill-gray-500-op-4 {
    fill: rgba(173, 181, 189, 0.4);
  }
  .lg-stroke-gray-500-op-4 {
    stroke: rgba(173, 181, 189, 0.4);
  }
  .lg-text-gray-500-op-4 {
    color: rgba(173, 181, 189, 0.4);
  }
  .lg-bg-gray-500-op-5 {
    background-color: rgba(173, 181, 189, 0.5);
  }
  .lg-border-color-gray-500-op-5 {
    border-color: rgba(173, 181, 189, 0.5);
  }
  .lg-border-top-gray-500-op-5 {
    border-top-color: rgba(173, 181, 189, 0.5);
  }
  .lg-border-right-gray-500-op-5 {
    border-right-color: rgba(173, 181, 189, 0.5);
  }
  .lg-border-bottom-gray-500-op-5 {
    border-bottom-color: rgba(173, 181, 189, 0.5);
  }
  .lg-border-left-gray-500-op-5 {
    border-left-color: rgba(173, 181, 189, 0.5);
  }
  .lg-fill-gray-500-op-5 {
    fill: rgba(173, 181, 189, 0.5);
  }
  .lg-stroke-gray-500-op-5 {
    stroke: rgba(173, 181, 189, 0.5);
  }
  .lg-text-gray-500-op-5 {
    color: rgba(173, 181, 189, 0.5);
  }
  .lg-bg-gray-500-op-6 {
    background-color: rgba(173, 181, 189, 0.6);
  }
  .lg-border-color-gray-500-op-6 {
    border-color: rgba(173, 181, 189, 0.6);
  }
  .lg-border-top-gray-500-op-6 {
    border-top-color: rgba(173, 181, 189, 0.6);
  }
  .lg-border-right-gray-500-op-6 {
    border-right-color: rgba(173, 181, 189, 0.6);
  }
  .lg-border-bottom-gray-500-op-6 {
    border-bottom-color: rgba(173, 181, 189, 0.6);
  }
  .lg-border-left-gray-500-op-6 {
    border-left-color: rgba(173, 181, 189, 0.6);
  }
  .lg-fill-gray-500-op-6 {
    fill: rgba(173, 181, 189, 0.6);
  }
  .lg-stroke-gray-500-op-6 {
    stroke: rgba(173, 181, 189, 0.6);
  }
  .lg-text-gray-500-op-6 {
    color: rgba(173, 181, 189, 0.6);
  }
  .lg-bg-gray-500-op-7 {
    background-color: rgba(173, 181, 189, 0.7);
  }
  .lg-border-color-gray-500-op-7 {
    border-color: rgba(173, 181, 189, 0.7);
  }
  .lg-border-top-gray-500-op-7 {
    border-top-color: rgba(173, 181, 189, 0.7);
  }
  .lg-border-right-gray-500-op-7 {
    border-right-color: rgba(173, 181, 189, 0.7);
  }
  .lg-border-bottom-gray-500-op-7 {
    border-bottom-color: rgba(173, 181, 189, 0.7);
  }
  .lg-border-left-gray-500-op-7 {
    border-left-color: rgba(173, 181, 189, 0.7);
  }
  .lg-fill-gray-500-op-7 {
    fill: rgba(173, 181, 189, 0.7);
  }
  .lg-stroke-gray-500-op-7 {
    stroke: rgba(173, 181, 189, 0.7);
  }
  .lg-text-gray-500-op-7 {
    color: rgba(173, 181, 189, 0.7);
  }
  .lg-bg-gray-500-op-8 {
    background-color: rgba(173, 181, 189, 0.8);
  }
  .lg-border-color-gray-500-op-8 {
    border-color: rgba(173, 181, 189, 0.8);
  }
  .lg-border-top-gray-500-op-8 {
    border-top-color: rgba(173, 181, 189, 0.8);
  }
  .lg-border-right-gray-500-op-8 {
    border-right-color: rgba(173, 181, 189, 0.8);
  }
  .lg-border-bottom-gray-500-op-8 {
    border-bottom-color: rgba(173, 181, 189, 0.8);
  }
  .lg-border-left-gray-500-op-8 {
    border-left-color: rgba(173, 181, 189, 0.8);
  }
  .lg-fill-gray-500-op-8 {
    fill: rgba(173, 181, 189, 0.8);
  }
  .lg-stroke-gray-500-op-8 {
    stroke: rgba(173, 181, 189, 0.8);
  }
  .lg-text-gray-500-op-8 {
    color: rgba(173, 181, 189, 0.8);
  }
  .lg-bg-gray-500-op-9 {
    background-color: rgba(173, 181, 189, 0.9);
  }
  .lg-border-color-gray-500-op-9 {
    border-color: rgba(173, 181, 189, 0.9);
  }
  .lg-border-top-gray-500-op-9 {
    border-top-color: rgba(173, 181, 189, 0.9);
  }
  .lg-border-right-gray-500-op-9 {
    border-right-color: rgba(173, 181, 189, 0.9);
  }
  .lg-border-bottom-gray-500-op-9 {
    border-bottom-color: rgba(173, 181, 189, 0.9);
  }
  .lg-border-left-gray-500-op-9 {
    border-left-color: rgba(173, 181, 189, 0.9);
  }
  .lg-fill-gray-500-op-9 {
    fill: rgba(173, 181, 189, 0.9);
  }
  .lg-stroke-gray-500-op-9 {
    stroke: rgba(173, 181, 189, 0.9);
  }
  .lg-text-gray-500-op-9 {
    color: rgba(173, 181, 189, 0.9);
  }
  .lg-bg-gray-500-op-10 {
    background-color: #adb5bd;
  }
  .lg-border-color-gray-500-op-10 {
    border-color: #adb5bd;
  }
  .lg-border-top-gray-500-op-10 {
    border-top-color: #adb5bd;
  }
  .lg-border-right-gray-500-op-10 {
    border-right-color: #adb5bd;
  }
  .lg-border-bottom-gray-500-op-10 {
    border-bottom-color: #adb5bd;
  }
  .lg-border-left-gray-500-op-10 {
    border-left-color: #adb5bd;
  }
  .lg-fill-gray-500-op-10 {
    fill: #adb5bd;
  }
  .lg-stroke-gray-500-op-10 {
    stroke: #adb5bd;
  }
  .lg-text-gray-500-op-10 {
    color: #adb5bd;
  }
  .lg-bg-gray-600 {
    background-color: #6d767e;
  }
  .lg-border-color-gray-600 {
    border-color: #6d767e;
  }
  .lg-border-top-gray-600 {
    border-top-color: #6d767e;
  }
  .lg-border-right-gray-600 {
    border-right-color: #6d767e;
  }
  .lg-border-bottom-gray-600 {
    border-bottom-color: #6d767e;
  }
  .lg-border-left-gray-600 {
    border-left-color: #6d767e;
  }
  .lg-fill-gray-600 {
    fill: #6d767e;
  }
  .lg-stroke-gray-600 {
    stroke: #6d767e;
  }
  .lg-text-gray-600 {
    color: #6d767e;
  }
  .lg-bg-gray-600-op-0 {
    background-color: rgba(109, 118, 126, 0);
  }
  .lg-border-color-gray-600-op-0 {
    border-color: rgba(109, 118, 126, 0);
  }
  .lg-border-top-gray-600-op-0 {
    border-top-color: rgba(109, 118, 126, 0);
  }
  .lg-border-right-gray-600-op-0 {
    border-right-color: rgba(109, 118, 126, 0);
  }
  .lg-border-bottom-gray-600-op-0 {
    border-bottom-color: rgba(109, 118, 126, 0);
  }
  .lg-border-left-gray-600-op-0 {
    border-left-color: rgba(109, 118, 126, 0);
  }
  .lg-fill-gray-600-op-0 {
    fill: rgba(109, 118, 126, 0);
  }
  .lg-stroke-gray-600-op-0 {
    stroke: rgba(109, 118, 126, 0);
  }
  .lg-text-gray-600-op-0 {
    color: rgba(109, 118, 126, 0);
  }
  .lg-bg-gray-600-op-1 {
    background-color: rgba(109, 118, 126, 0.1);
  }
  .lg-border-color-gray-600-op-1 {
    border-color: rgba(109, 118, 126, 0.1);
  }
  .lg-border-top-gray-600-op-1 {
    border-top-color: rgba(109, 118, 126, 0.1);
  }
  .lg-border-right-gray-600-op-1 {
    border-right-color: rgba(109, 118, 126, 0.1);
  }
  .lg-border-bottom-gray-600-op-1 {
    border-bottom-color: rgba(109, 118, 126, 0.1);
  }
  .lg-border-left-gray-600-op-1 {
    border-left-color: rgba(109, 118, 126, 0.1);
  }
  .lg-fill-gray-600-op-1 {
    fill: rgba(109, 118, 126, 0.1);
  }
  .lg-stroke-gray-600-op-1 {
    stroke: rgba(109, 118, 126, 0.1);
  }
  .lg-text-gray-600-op-1 {
    color: rgba(109, 118, 126, 0.1);
  }
  .lg-bg-gray-600-op-2 {
    background-color: rgba(109, 118, 126, 0.2);
  }
  .lg-border-color-gray-600-op-2 {
    border-color: rgba(109, 118, 126, 0.2);
  }
  .lg-border-top-gray-600-op-2 {
    border-top-color: rgba(109, 118, 126, 0.2);
  }
  .lg-border-right-gray-600-op-2 {
    border-right-color: rgba(109, 118, 126, 0.2);
  }
  .lg-border-bottom-gray-600-op-2 {
    border-bottom-color: rgba(109, 118, 126, 0.2);
  }
  .lg-border-left-gray-600-op-2 {
    border-left-color: rgba(109, 118, 126, 0.2);
  }
  .lg-fill-gray-600-op-2 {
    fill: rgba(109, 118, 126, 0.2);
  }
  .lg-stroke-gray-600-op-2 {
    stroke: rgba(109, 118, 126, 0.2);
  }
  .lg-text-gray-600-op-2 {
    color: rgba(109, 118, 126, 0.2);
  }
  .lg-bg-gray-600-op-3 {
    background-color: rgba(109, 118, 126, 0.3);
  }
  .lg-border-color-gray-600-op-3 {
    border-color: rgba(109, 118, 126, 0.3);
  }
  .lg-border-top-gray-600-op-3 {
    border-top-color: rgba(109, 118, 126, 0.3);
  }
  .lg-border-right-gray-600-op-3 {
    border-right-color: rgba(109, 118, 126, 0.3);
  }
  .lg-border-bottom-gray-600-op-3 {
    border-bottom-color: rgba(109, 118, 126, 0.3);
  }
  .lg-border-left-gray-600-op-3 {
    border-left-color: rgba(109, 118, 126, 0.3);
  }
  .lg-fill-gray-600-op-3 {
    fill: rgba(109, 118, 126, 0.3);
  }
  .lg-stroke-gray-600-op-3 {
    stroke: rgba(109, 118, 126, 0.3);
  }
  .lg-text-gray-600-op-3 {
    color: rgba(109, 118, 126, 0.3);
  }
  .lg-bg-gray-600-op-4 {
    background-color: rgba(109, 118, 126, 0.4);
  }
  .lg-border-color-gray-600-op-4 {
    border-color: rgba(109, 118, 126, 0.4);
  }
  .lg-border-top-gray-600-op-4 {
    border-top-color: rgba(109, 118, 126, 0.4);
  }
  .lg-border-right-gray-600-op-4 {
    border-right-color: rgba(109, 118, 126, 0.4);
  }
  .lg-border-bottom-gray-600-op-4 {
    border-bottom-color: rgba(109, 118, 126, 0.4);
  }
  .lg-border-left-gray-600-op-4 {
    border-left-color: rgba(109, 118, 126, 0.4);
  }
  .lg-fill-gray-600-op-4 {
    fill: rgba(109, 118, 126, 0.4);
  }
  .lg-stroke-gray-600-op-4 {
    stroke: rgba(109, 118, 126, 0.4);
  }
  .lg-text-gray-600-op-4 {
    color: rgba(109, 118, 126, 0.4);
  }
  .lg-bg-gray-600-op-5 {
    background-color: rgba(109, 118, 126, 0.5);
  }
  .lg-border-color-gray-600-op-5 {
    border-color: rgba(109, 118, 126, 0.5);
  }
  .lg-border-top-gray-600-op-5 {
    border-top-color: rgba(109, 118, 126, 0.5);
  }
  .lg-border-right-gray-600-op-5 {
    border-right-color: rgba(109, 118, 126, 0.5);
  }
  .lg-border-bottom-gray-600-op-5 {
    border-bottom-color: rgba(109, 118, 126, 0.5);
  }
  .lg-border-left-gray-600-op-5 {
    border-left-color: rgba(109, 118, 126, 0.5);
  }
  .lg-fill-gray-600-op-5 {
    fill: rgba(109, 118, 126, 0.5);
  }
  .lg-stroke-gray-600-op-5 {
    stroke: rgba(109, 118, 126, 0.5);
  }
  .lg-text-gray-600-op-5 {
    color: rgba(109, 118, 126, 0.5);
  }
  .lg-bg-gray-600-op-6 {
    background-color: rgba(109, 118, 126, 0.6);
  }
  .lg-border-color-gray-600-op-6 {
    border-color: rgba(109, 118, 126, 0.6);
  }
  .lg-border-top-gray-600-op-6 {
    border-top-color: rgba(109, 118, 126, 0.6);
  }
  .lg-border-right-gray-600-op-6 {
    border-right-color: rgba(109, 118, 126, 0.6);
  }
  .lg-border-bottom-gray-600-op-6 {
    border-bottom-color: rgba(109, 118, 126, 0.6);
  }
  .lg-border-left-gray-600-op-6 {
    border-left-color: rgba(109, 118, 126, 0.6);
  }
  .lg-fill-gray-600-op-6 {
    fill: rgba(109, 118, 126, 0.6);
  }
  .lg-stroke-gray-600-op-6 {
    stroke: rgba(109, 118, 126, 0.6);
  }
  .lg-text-gray-600-op-6 {
    color: rgba(109, 118, 126, 0.6);
  }
  .lg-bg-gray-600-op-7 {
    background-color: rgba(109, 118, 126, 0.7);
  }
  .lg-border-color-gray-600-op-7 {
    border-color: rgba(109, 118, 126, 0.7);
  }
  .lg-border-top-gray-600-op-7 {
    border-top-color: rgba(109, 118, 126, 0.7);
  }
  .lg-border-right-gray-600-op-7 {
    border-right-color: rgba(109, 118, 126, 0.7);
  }
  .lg-border-bottom-gray-600-op-7 {
    border-bottom-color: rgba(109, 118, 126, 0.7);
  }
  .lg-border-left-gray-600-op-7 {
    border-left-color: rgba(109, 118, 126, 0.7);
  }
  .lg-fill-gray-600-op-7 {
    fill: rgba(109, 118, 126, 0.7);
  }
  .lg-stroke-gray-600-op-7 {
    stroke: rgba(109, 118, 126, 0.7);
  }
  .lg-text-gray-600-op-7 {
    color: rgba(109, 118, 126, 0.7);
  }
  .lg-bg-gray-600-op-8 {
    background-color: rgba(109, 118, 126, 0.8);
  }
  .lg-border-color-gray-600-op-8 {
    border-color: rgba(109, 118, 126, 0.8);
  }
  .lg-border-top-gray-600-op-8 {
    border-top-color: rgba(109, 118, 126, 0.8);
  }
  .lg-border-right-gray-600-op-8 {
    border-right-color: rgba(109, 118, 126, 0.8);
  }
  .lg-border-bottom-gray-600-op-8 {
    border-bottom-color: rgba(109, 118, 126, 0.8);
  }
  .lg-border-left-gray-600-op-8 {
    border-left-color: rgba(109, 118, 126, 0.8);
  }
  .lg-fill-gray-600-op-8 {
    fill: rgba(109, 118, 126, 0.8);
  }
  .lg-stroke-gray-600-op-8 {
    stroke: rgba(109, 118, 126, 0.8);
  }
  .lg-text-gray-600-op-8 {
    color: rgba(109, 118, 126, 0.8);
  }
  .lg-bg-gray-600-op-9 {
    background-color: rgba(109, 118, 126, 0.9);
  }
  .lg-border-color-gray-600-op-9 {
    border-color: rgba(109, 118, 126, 0.9);
  }
  .lg-border-top-gray-600-op-9 {
    border-top-color: rgba(109, 118, 126, 0.9);
  }
  .lg-border-right-gray-600-op-9 {
    border-right-color: rgba(109, 118, 126, 0.9);
  }
  .lg-border-bottom-gray-600-op-9 {
    border-bottom-color: rgba(109, 118, 126, 0.9);
  }
  .lg-border-left-gray-600-op-9 {
    border-left-color: rgba(109, 118, 126, 0.9);
  }
  .lg-fill-gray-600-op-9 {
    fill: rgba(109, 118, 126, 0.9);
  }
  .lg-stroke-gray-600-op-9 {
    stroke: rgba(109, 118, 126, 0.9);
  }
  .lg-text-gray-600-op-9 {
    color: rgba(109, 118, 126, 0.9);
  }
  .lg-bg-gray-600-op-10 {
    background-color: #6d767e;
  }
  .lg-border-color-gray-600-op-10 {
    border-color: #6d767e;
  }
  .lg-border-top-gray-600-op-10 {
    border-top-color: #6d767e;
  }
  .lg-border-right-gray-600-op-10 {
    border-right-color: #6d767e;
  }
  .lg-border-bottom-gray-600-op-10 {
    border-bottom-color: #6d767e;
  }
  .lg-border-left-gray-600-op-10 {
    border-left-color: #6d767e;
  }
  .lg-fill-gray-600-op-10 {
    fill: #6d767e;
  }
  .lg-stroke-gray-600-op-10 {
    stroke: #6d767e;
  }
  .lg-text-gray-600-op-10 {
    color: #6d767e;
  }
  .lg-bg-gray-700 {
    background-color: #484f56;
  }
  .lg-border-color-gray-700 {
    border-color: #484f56;
  }
  .lg-border-top-gray-700 {
    border-top-color: #484f56;
  }
  .lg-border-right-gray-700 {
    border-right-color: #484f56;
  }
  .lg-border-bottom-gray-700 {
    border-bottom-color: #484f56;
  }
  .lg-border-left-gray-700 {
    border-left-color: #484f56;
  }
  .lg-fill-gray-700 {
    fill: #484f56;
  }
  .lg-stroke-gray-700 {
    stroke: #484f56;
  }
  .lg-text-gray-700 {
    color: #484f56;
  }
  .lg-bg-gray-700-op-0 {
    background-color: rgba(72, 79, 86, 0);
  }
  .lg-border-color-gray-700-op-0 {
    border-color: rgba(72, 79, 86, 0);
  }
  .lg-border-top-gray-700-op-0 {
    border-top-color: rgba(72, 79, 86, 0);
  }
  .lg-border-right-gray-700-op-0 {
    border-right-color: rgba(72, 79, 86, 0);
  }
  .lg-border-bottom-gray-700-op-0 {
    border-bottom-color: rgba(72, 79, 86, 0);
  }
  .lg-border-left-gray-700-op-0 {
    border-left-color: rgba(72, 79, 86, 0);
  }
  .lg-fill-gray-700-op-0 {
    fill: rgba(72, 79, 86, 0);
  }
  .lg-stroke-gray-700-op-0 {
    stroke: rgba(72, 79, 86, 0);
  }
  .lg-text-gray-700-op-0 {
    color: rgba(72, 79, 86, 0);
  }
  .lg-bg-gray-700-op-1 {
    background-color: rgba(72, 79, 86, 0.1);
  }
  .lg-border-color-gray-700-op-1 {
    border-color: rgba(72, 79, 86, 0.1);
  }
  .lg-border-top-gray-700-op-1 {
    border-top-color: rgba(72, 79, 86, 0.1);
  }
  .lg-border-right-gray-700-op-1 {
    border-right-color: rgba(72, 79, 86, 0.1);
  }
  .lg-border-bottom-gray-700-op-1 {
    border-bottom-color: rgba(72, 79, 86, 0.1);
  }
  .lg-border-left-gray-700-op-1 {
    border-left-color: rgba(72, 79, 86, 0.1);
  }
  .lg-fill-gray-700-op-1 {
    fill: rgba(72, 79, 86, 0.1);
  }
  .lg-stroke-gray-700-op-1 {
    stroke: rgba(72, 79, 86, 0.1);
  }
  .lg-text-gray-700-op-1 {
    color: rgba(72, 79, 86, 0.1);
  }
  .lg-bg-gray-700-op-2 {
    background-color: rgba(72, 79, 86, 0.2);
  }
  .lg-border-color-gray-700-op-2 {
    border-color: rgba(72, 79, 86, 0.2);
  }
  .lg-border-top-gray-700-op-2 {
    border-top-color: rgba(72, 79, 86, 0.2);
  }
  .lg-border-right-gray-700-op-2 {
    border-right-color: rgba(72, 79, 86, 0.2);
  }
  .lg-border-bottom-gray-700-op-2 {
    border-bottom-color: rgba(72, 79, 86, 0.2);
  }
  .lg-border-left-gray-700-op-2 {
    border-left-color: rgba(72, 79, 86, 0.2);
  }
  .lg-fill-gray-700-op-2 {
    fill: rgba(72, 79, 86, 0.2);
  }
  .lg-stroke-gray-700-op-2 {
    stroke: rgba(72, 79, 86, 0.2);
  }
  .lg-text-gray-700-op-2 {
    color: rgba(72, 79, 86, 0.2);
  }
  .lg-bg-gray-700-op-3 {
    background-color: rgba(72, 79, 86, 0.3);
  }
  .lg-border-color-gray-700-op-3 {
    border-color: rgba(72, 79, 86, 0.3);
  }
  .lg-border-top-gray-700-op-3 {
    border-top-color: rgba(72, 79, 86, 0.3);
  }
  .lg-border-right-gray-700-op-3 {
    border-right-color: rgba(72, 79, 86, 0.3);
  }
  .lg-border-bottom-gray-700-op-3 {
    border-bottom-color: rgba(72, 79, 86, 0.3);
  }
  .lg-border-left-gray-700-op-3 {
    border-left-color: rgba(72, 79, 86, 0.3);
  }
  .lg-fill-gray-700-op-3 {
    fill: rgba(72, 79, 86, 0.3);
  }
  .lg-stroke-gray-700-op-3 {
    stroke: rgba(72, 79, 86, 0.3);
  }
  .lg-text-gray-700-op-3 {
    color: rgba(72, 79, 86, 0.3);
  }
  .lg-bg-gray-700-op-4 {
    background-color: rgba(72, 79, 86, 0.4);
  }
  .lg-border-color-gray-700-op-4 {
    border-color: rgba(72, 79, 86, 0.4);
  }
  .lg-border-top-gray-700-op-4 {
    border-top-color: rgba(72, 79, 86, 0.4);
  }
  .lg-border-right-gray-700-op-4 {
    border-right-color: rgba(72, 79, 86, 0.4);
  }
  .lg-border-bottom-gray-700-op-4 {
    border-bottom-color: rgba(72, 79, 86, 0.4);
  }
  .lg-border-left-gray-700-op-4 {
    border-left-color: rgba(72, 79, 86, 0.4);
  }
  .lg-fill-gray-700-op-4 {
    fill: rgba(72, 79, 86, 0.4);
  }
  .lg-stroke-gray-700-op-4 {
    stroke: rgba(72, 79, 86, 0.4);
  }
  .lg-text-gray-700-op-4 {
    color: rgba(72, 79, 86, 0.4);
  }
  .lg-bg-gray-700-op-5 {
    background-color: rgba(72, 79, 86, 0.5);
  }
  .lg-border-color-gray-700-op-5 {
    border-color: rgba(72, 79, 86, 0.5);
  }
  .lg-border-top-gray-700-op-5 {
    border-top-color: rgba(72, 79, 86, 0.5);
  }
  .lg-border-right-gray-700-op-5 {
    border-right-color: rgba(72, 79, 86, 0.5);
  }
  .lg-border-bottom-gray-700-op-5 {
    border-bottom-color: rgba(72, 79, 86, 0.5);
  }
  .lg-border-left-gray-700-op-5 {
    border-left-color: rgba(72, 79, 86, 0.5);
  }
  .lg-fill-gray-700-op-5 {
    fill: rgba(72, 79, 86, 0.5);
  }
  .lg-stroke-gray-700-op-5 {
    stroke: rgba(72, 79, 86, 0.5);
  }
  .lg-text-gray-700-op-5 {
    color: rgba(72, 79, 86, 0.5);
  }
  .lg-bg-gray-700-op-6 {
    background-color: rgba(72, 79, 86, 0.6);
  }
  .lg-border-color-gray-700-op-6 {
    border-color: rgba(72, 79, 86, 0.6);
  }
  .lg-border-top-gray-700-op-6 {
    border-top-color: rgba(72, 79, 86, 0.6);
  }
  .lg-border-right-gray-700-op-6 {
    border-right-color: rgba(72, 79, 86, 0.6);
  }
  .lg-border-bottom-gray-700-op-6 {
    border-bottom-color: rgba(72, 79, 86, 0.6);
  }
  .lg-border-left-gray-700-op-6 {
    border-left-color: rgba(72, 79, 86, 0.6);
  }
  .lg-fill-gray-700-op-6 {
    fill: rgba(72, 79, 86, 0.6);
  }
  .lg-stroke-gray-700-op-6 {
    stroke: rgba(72, 79, 86, 0.6);
  }
  .lg-text-gray-700-op-6 {
    color: rgba(72, 79, 86, 0.6);
  }
  .lg-bg-gray-700-op-7 {
    background-color: rgba(72, 79, 86, 0.7);
  }
  .lg-border-color-gray-700-op-7 {
    border-color: rgba(72, 79, 86, 0.7);
  }
  .lg-border-top-gray-700-op-7 {
    border-top-color: rgba(72, 79, 86, 0.7);
  }
  .lg-border-right-gray-700-op-7 {
    border-right-color: rgba(72, 79, 86, 0.7);
  }
  .lg-border-bottom-gray-700-op-7 {
    border-bottom-color: rgba(72, 79, 86, 0.7);
  }
  .lg-border-left-gray-700-op-7 {
    border-left-color: rgba(72, 79, 86, 0.7);
  }
  .lg-fill-gray-700-op-7 {
    fill: rgba(72, 79, 86, 0.7);
  }
  .lg-stroke-gray-700-op-7 {
    stroke: rgba(72, 79, 86, 0.7);
  }
  .lg-text-gray-700-op-7 {
    color: rgba(72, 79, 86, 0.7);
  }
  .lg-bg-gray-700-op-8 {
    background-color: rgba(72, 79, 86, 0.8);
  }
  .lg-border-color-gray-700-op-8 {
    border-color: rgba(72, 79, 86, 0.8);
  }
  .lg-border-top-gray-700-op-8 {
    border-top-color: rgba(72, 79, 86, 0.8);
  }
  .lg-border-right-gray-700-op-8 {
    border-right-color: rgba(72, 79, 86, 0.8);
  }
  .lg-border-bottom-gray-700-op-8 {
    border-bottom-color: rgba(72, 79, 86, 0.8);
  }
  .lg-border-left-gray-700-op-8 {
    border-left-color: rgba(72, 79, 86, 0.8);
  }
  .lg-fill-gray-700-op-8 {
    fill: rgba(72, 79, 86, 0.8);
  }
  .lg-stroke-gray-700-op-8 {
    stroke: rgba(72, 79, 86, 0.8);
  }
  .lg-text-gray-700-op-8 {
    color: rgba(72, 79, 86, 0.8);
  }
  .lg-bg-gray-700-op-9 {
    background-color: rgba(72, 79, 86, 0.9);
  }
  .lg-border-color-gray-700-op-9 {
    border-color: rgba(72, 79, 86, 0.9);
  }
  .lg-border-top-gray-700-op-9 {
    border-top-color: rgba(72, 79, 86, 0.9);
  }
  .lg-border-right-gray-700-op-9 {
    border-right-color: rgba(72, 79, 86, 0.9);
  }
  .lg-border-bottom-gray-700-op-9 {
    border-bottom-color: rgba(72, 79, 86, 0.9);
  }
  .lg-border-left-gray-700-op-9 {
    border-left-color: rgba(72, 79, 86, 0.9);
  }
  .lg-fill-gray-700-op-9 {
    fill: rgba(72, 79, 86, 0.9);
  }
  .lg-stroke-gray-700-op-9 {
    stroke: rgba(72, 79, 86, 0.9);
  }
  .lg-text-gray-700-op-9 {
    color: rgba(72, 79, 86, 0.9);
  }
  .lg-bg-gray-700-op-10 {
    background-color: #484f56;
  }
  .lg-border-color-gray-700-op-10 {
    border-color: #484f56;
  }
  .lg-border-top-gray-700-op-10 {
    border-top-color: #484f56;
  }
  .lg-border-right-gray-700-op-10 {
    border-right-color: #484f56;
  }
  .lg-border-bottom-gray-700-op-10 {
    border-bottom-color: #484f56;
  }
  .lg-border-left-gray-700-op-10 {
    border-left-color: #484f56;
  }
  .lg-fill-gray-700-op-10 {
    fill: #484f56;
  }
  .lg-stroke-gray-700-op-10 {
    stroke: #484f56;
  }
  .lg-text-gray-700-op-10 {
    color: #484f56;
  }
  .lg-bg-gray-800 {
    background-color: #353b41;
  }
  .lg-border-color-gray-800 {
    border-color: #353b41;
  }
  .lg-border-top-gray-800 {
    border-top-color: #353b41;
  }
  .lg-border-right-gray-800 {
    border-right-color: #353b41;
  }
  .lg-border-bottom-gray-800 {
    border-bottom-color: #353b41;
  }
  .lg-border-left-gray-800 {
    border-left-color: #353b41;
  }
  .lg-fill-gray-800 {
    fill: #353b41;
  }
  .lg-stroke-gray-800 {
    stroke: #353b41;
  }
  .lg-text-gray-800 {
    color: #353b41;
  }
  .lg-bg-gray-800-op-0 {
    background-color: rgba(53, 59, 65, 0);
  }
  .lg-border-color-gray-800-op-0 {
    border-color: rgba(53, 59, 65, 0);
  }
  .lg-border-top-gray-800-op-0 {
    border-top-color: rgba(53, 59, 65, 0);
  }
  .lg-border-right-gray-800-op-0 {
    border-right-color: rgba(53, 59, 65, 0);
  }
  .lg-border-bottom-gray-800-op-0 {
    border-bottom-color: rgba(53, 59, 65, 0);
  }
  .lg-border-left-gray-800-op-0 {
    border-left-color: rgba(53, 59, 65, 0);
  }
  .lg-fill-gray-800-op-0 {
    fill: rgba(53, 59, 65, 0);
  }
  .lg-stroke-gray-800-op-0 {
    stroke: rgba(53, 59, 65, 0);
  }
  .lg-text-gray-800-op-0 {
    color: rgba(53, 59, 65, 0);
  }
  .lg-bg-gray-800-op-1 {
    background-color: rgba(53, 59, 65, 0.1);
  }
  .lg-border-color-gray-800-op-1 {
    border-color: rgba(53, 59, 65, 0.1);
  }
  .lg-border-top-gray-800-op-1 {
    border-top-color: rgba(53, 59, 65, 0.1);
  }
  .lg-border-right-gray-800-op-1 {
    border-right-color: rgba(53, 59, 65, 0.1);
  }
  .lg-border-bottom-gray-800-op-1 {
    border-bottom-color: rgba(53, 59, 65, 0.1);
  }
  .lg-border-left-gray-800-op-1 {
    border-left-color: rgba(53, 59, 65, 0.1);
  }
  .lg-fill-gray-800-op-1 {
    fill: rgba(53, 59, 65, 0.1);
  }
  .lg-stroke-gray-800-op-1 {
    stroke: rgba(53, 59, 65, 0.1);
  }
  .lg-text-gray-800-op-1 {
    color: rgba(53, 59, 65, 0.1);
  }
  .lg-bg-gray-800-op-2 {
    background-color: rgba(53, 59, 65, 0.2);
  }
  .lg-border-color-gray-800-op-2 {
    border-color: rgba(53, 59, 65, 0.2);
  }
  .lg-border-top-gray-800-op-2 {
    border-top-color: rgba(53, 59, 65, 0.2);
  }
  .lg-border-right-gray-800-op-2 {
    border-right-color: rgba(53, 59, 65, 0.2);
  }
  .lg-border-bottom-gray-800-op-2 {
    border-bottom-color: rgba(53, 59, 65, 0.2);
  }
  .lg-border-left-gray-800-op-2 {
    border-left-color: rgba(53, 59, 65, 0.2);
  }
  .lg-fill-gray-800-op-2 {
    fill: rgba(53, 59, 65, 0.2);
  }
  .lg-stroke-gray-800-op-2 {
    stroke: rgba(53, 59, 65, 0.2);
  }
  .lg-text-gray-800-op-2 {
    color: rgba(53, 59, 65, 0.2);
  }
  .lg-bg-gray-800-op-3 {
    background-color: rgba(53, 59, 65, 0.3);
  }
  .lg-border-color-gray-800-op-3 {
    border-color: rgba(53, 59, 65, 0.3);
  }
  .lg-border-top-gray-800-op-3 {
    border-top-color: rgba(53, 59, 65, 0.3);
  }
  .lg-border-right-gray-800-op-3 {
    border-right-color: rgba(53, 59, 65, 0.3);
  }
  .lg-border-bottom-gray-800-op-3 {
    border-bottom-color: rgba(53, 59, 65, 0.3);
  }
  .lg-border-left-gray-800-op-3 {
    border-left-color: rgba(53, 59, 65, 0.3);
  }
  .lg-fill-gray-800-op-3 {
    fill: rgba(53, 59, 65, 0.3);
  }
  .lg-stroke-gray-800-op-3 {
    stroke: rgba(53, 59, 65, 0.3);
  }
  .lg-text-gray-800-op-3 {
    color: rgba(53, 59, 65, 0.3);
  }
  .lg-bg-gray-800-op-4 {
    background-color: rgba(53, 59, 65, 0.4);
  }
  .lg-border-color-gray-800-op-4 {
    border-color: rgba(53, 59, 65, 0.4);
  }
  .lg-border-top-gray-800-op-4 {
    border-top-color: rgba(53, 59, 65, 0.4);
  }
  .lg-border-right-gray-800-op-4 {
    border-right-color: rgba(53, 59, 65, 0.4);
  }
  .lg-border-bottom-gray-800-op-4 {
    border-bottom-color: rgba(53, 59, 65, 0.4);
  }
  .lg-border-left-gray-800-op-4 {
    border-left-color: rgba(53, 59, 65, 0.4);
  }
  .lg-fill-gray-800-op-4 {
    fill: rgba(53, 59, 65, 0.4);
  }
  .lg-stroke-gray-800-op-4 {
    stroke: rgba(53, 59, 65, 0.4);
  }
  .lg-text-gray-800-op-4 {
    color: rgba(53, 59, 65, 0.4);
  }
  .lg-bg-gray-800-op-5 {
    background-color: rgba(53, 59, 65, 0.5);
  }
  .lg-border-color-gray-800-op-5 {
    border-color: rgba(53, 59, 65, 0.5);
  }
  .lg-border-top-gray-800-op-5 {
    border-top-color: rgba(53, 59, 65, 0.5);
  }
  .lg-border-right-gray-800-op-5 {
    border-right-color: rgba(53, 59, 65, 0.5);
  }
  .lg-border-bottom-gray-800-op-5 {
    border-bottom-color: rgba(53, 59, 65, 0.5);
  }
  .lg-border-left-gray-800-op-5 {
    border-left-color: rgba(53, 59, 65, 0.5);
  }
  .lg-fill-gray-800-op-5 {
    fill: rgba(53, 59, 65, 0.5);
  }
  .lg-stroke-gray-800-op-5 {
    stroke: rgba(53, 59, 65, 0.5);
  }
  .lg-text-gray-800-op-5 {
    color: rgba(53, 59, 65, 0.5);
  }
  .lg-bg-gray-800-op-6 {
    background-color: rgba(53, 59, 65, 0.6);
  }
  .lg-border-color-gray-800-op-6 {
    border-color: rgba(53, 59, 65, 0.6);
  }
  .lg-border-top-gray-800-op-6 {
    border-top-color: rgba(53, 59, 65, 0.6);
  }
  .lg-border-right-gray-800-op-6 {
    border-right-color: rgba(53, 59, 65, 0.6);
  }
  .lg-border-bottom-gray-800-op-6 {
    border-bottom-color: rgba(53, 59, 65, 0.6);
  }
  .lg-border-left-gray-800-op-6 {
    border-left-color: rgba(53, 59, 65, 0.6);
  }
  .lg-fill-gray-800-op-6 {
    fill: rgba(53, 59, 65, 0.6);
  }
  .lg-stroke-gray-800-op-6 {
    stroke: rgba(53, 59, 65, 0.6);
  }
  .lg-text-gray-800-op-6 {
    color: rgba(53, 59, 65, 0.6);
  }
  .lg-bg-gray-800-op-7 {
    background-color: rgba(53, 59, 65, 0.7);
  }
  .lg-border-color-gray-800-op-7 {
    border-color: rgba(53, 59, 65, 0.7);
  }
  .lg-border-top-gray-800-op-7 {
    border-top-color: rgba(53, 59, 65, 0.7);
  }
  .lg-border-right-gray-800-op-7 {
    border-right-color: rgba(53, 59, 65, 0.7);
  }
  .lg-border-bottom-gray-800-op-7 {
    border-bottom-color: rgba(53, 59, 65, 0.7);
  }
  .lg-border-left-gray-800-op-7 {
    border-left-color: rgba(53, 59, 65, 0.7);
  }
  .lg-fill-gray-800-op-7 {
    fill: rgba(53, 59, 65, 0.7);
  }
  .lg-stroke-gray-800-op-7 {
    stroke: rgba(53, 59, 65, 0.7);
  }
  .lg-text-gray-800-op-7 {
    color: rgba(53, 59, 65, 0.7);
  }
  .lg-bg-gray-800-op-8 {
    background-color: rgba(53, 59, 65, 0.8);
  }
  .lg-border-color-gray-800-op-8 {
    border-color: rgba(53, 59, 65, 0.8);
  }
  .lg-border-top-gray-800-op-8 {
    border-top-color: rgba(53, 59, 65, 0.8);
  }
  .lg-border-right-gray-800-op-8 {
    border-right-color: rgba(53, 59, 65, 0.8);
  }
  .lg-border-bottom-gray-800-op-8 {
    border-bottom-color: rgba(53, 59, 65, 0.8);
  }
  .lg-border-left-gray-800-op-8 {
    border-left-color: rgba(53, 59, 65, 0.8);
  }
  .lg-fill-gray-800-op-8 {
    fill: rgba(53, 59, 65, 0.8);
  }
  .lg-stroke-gray-800-op-8 {
    stroke: rgba(53, 59, 65, 0.8);
  }
  .lg-text-gray-800-op-8 {
    color: rgba(53, 59, 65, 0.8);
  }
  .lg-bg-gray-800-op-9 {
    background-color: rgba(53, 59, 65, 0.9);
  }
  .lg-border-color-gray-800-op-9 {
    border-color: rgba(53, 59, 65, 0.9);
  }
  .lg-border-top-gray-800-op-9 {
    border-top-color: rgba(53, 59, 65, 0.9);
  }
  .lg-border-right-gray-800-op-9 {
    border-right-color: rgba(53, 59, 65, 0.9);
  }
  .lg-border-bottom-gray-800-op-9 {
    border-bottom-color: rgba(53, 59, 65, 0.9);
  }
  .lg-border-left-gray-800-op-9 {
    border-left-color: rgba(53, 59, 65, 0.9);
  }
  .lg-fill-gray-800-op-9 {
    fill: rgba(53, 59, 65, 0.9);
  }
  .lg-stroke-gray-800-op-9 {
    stroke: rgba(53, 59, 65, 0.9);
  }
  .lg-text-gray-800-op-9 {
    color: rgba(53, 59, 65, 0.9);
  }
  .lg-bg-gray-800-op-10 {
    background-color: #353b41;
  }
  .lg-border-color-gray-800-op-10 {
    border-color: #353b41;
  }
  .lg-border-top-gray-800-op-10 {
    border-top-color: #353b41;
  }
  .lg-border-right-gray-800-op-10 {
    border-right-color: #353b41;
  }
  .lg-border-bottom-gray-800-op-10 {
    border-bottom-color: #353b41;
  }
  .lg-border-left-gray-800-op-10 {
    border-left-color: #353b41;
  }
  .lg-fill-gray-800-op-10 {
    fill: #353b41;
  }
  .lg-stroke-gray-800-op-10 {
    stroke: #353b41;
  }
  .lg-text-gray-800-op-10 {
    color: #353b41;
  }
  .lg-bg-gray-900 {
    background-color: #22262a;
  }
  .lg-border-color-gray-900 {
    border-color: #22262a;
  }
  .lg-border-top-gray-900 {
    border-top-color: #22262a;
  }
  .lg-border-right-gray-900 {
    border-right-color: #22262a;
  }
  .lg-border-bottom-gray-900 {
    border-bottom-color: #22262a;
  }
  .lg-border-left-gray-900 {
    border-left-color: #22262a;
  }
  .lg-fill-gray-900 {
    fill: #22262a;
  }
  .lg-stroke-gray-900 {
    stroke: #22262a;
  }
  .lg-text-gray-900 {
    color: #22262a;
  }
  .lg-bg-gray-900-op-0 {
    background-color: rgba(34, 38, 42, 0);
  }
  .lg-border-color-gray-900-op-0 {
    border-color: rgba(34, 38, 42, 0);
  }
  .lg-border-top-gray-900-op-0 {
    border-top-color: rgba(34, 38, 42, 0);
  }
  .lg-border-right-gray-900-op-0 {
    border-right-color: rgba(34, 38, 42, 0);
  }
  .lg-border-bottom-gray-900-op-0 {
    border-bottom-color: rgba(34, 38, 42, 0);
  }
  .lg-border-left-gray-900-op-0 {
    border-left-color: rgba(34, 38, 42, 0);
  }
  .lg-fill-gray-900-op-0 {
    fill: rgba(34, 38, 42, 0);
  }
  .lg-stroke-gray-900-op-0 {
    stroke: rgba(34, 38, 42, 0);
  }
  .lg-text-gray-900-op-0 {
    color: rgba(34, 38, 42, 0);
  }
  .lg-bg-gray-900-op-1 {
    background-color: rgba(34, 38, 42, 0.1);
  }
  .lg-border-color-gray-900-op-1 {
    border-color: rgba(34, 38, 42, 0.1);
  }
  .lg-border-top-gray-900-op-1 {
    border-top-color: rgba(34, 38, 42, 0.1);
  }
  .lg-border-right-gray-900-op-1 {
    border-right-color: rgba(34, 38, 42, 0.1);
  }
  .lg-border-bottom-gray-900-op-1 {
    border-bottom-color: rgba(34, 38, 42, 0.1);
  }
  .lg-border-left-gray-900-op-1 {
    border-left-color: rgba(34, 38, 42, 0.1);
  }
  .lg-fill-gray-900-op-1 {
    fill: rgba(34, 38, 42, 0.1);
  }
  .lg-stroke-gray-900-op-1 {
    stroke: rgba(34, 38, 42, 0.1);
  }
  .lg-text-gray-900-op-1 {
    color: rgba(34, 38, 42, 0.1);
  }
  .lg-bg-gray-900-op-2 {
    background-color: rgba(34, 38, 42, 0.2);
  }
  .lg-border-color-gray-900-op-2 {
    border-color: rgba(34, 38, 42, 0.2);
  }
  .lg-border-top-gray-900-op-2 {
    border-top-color: rgba(34, 38, 42, 0.2);
  }
  .lg-border-right-gray-900-op-2 {
    border-right-color: rgba(34, 38, 42, 0.2);
  }
  .lg-border-bottom-gray-900-op-2 {
    border-bottom-color: rgba(34, 38, 42, 0.2);
  }
  .lg-border-left-gray-900-op-2 {
    border-left-color: rgba(34, 38, 42, 0.2);
  }
  .lg-fill-gray-900-op-2 {
    fill: rgba(34, 38, 42, 0.2);
  }
  .lg-stroke-gray-900-op-2 {
    stroke: rgba(34, 38, 42, 0.2);
  }
  .lg-text-gray-900-op-2 {
    color: rgba(34, 38, 42, 0.2);
  }
  .lg-bg-gray-900-op-3 {
    background-color: rgba(34, 38, 42, 0.3);
  }
  .lg-border-color-gray-900-op-3 {
    border-color: rgba(34, 38, 42, 0.3);
  }
  .lg-border-top-gray-900-op-3 {
    border-top-color: rgba(34, 38, 42, 0.3);
  }
  .lg-border-right-gray-900-op-3 {
    border-right-color: rgba(34, 38, 42, 0.3);
  }
  .lg-border-bottom-gray-900-op-3 {
    border-bottom-color: rgba(34, 38, 42, 0.3);
  }
  .lg-border-left-gray-900-op-3 {
    border-left-color: rgba(34, 38, 42, 0.3);
  }
  .lg-fill-gray-900-op-3 {
    fill: rgba(34, 38, 42, 0.3);
  }
  .lg-stroke-gray-900-op-3 {
    stroke: rgba(34, 38, 42, 0.3);
  }
  .lg-text-gray-900-op-3 {
    color: rgba(34, 38, 42, 0.3);
  }
  .lg-bg-gray-900-op-4 {
    background-color: rgba(34, 38, 42, 0.4);
  }
  .lg-border-color-gray-900-op-4 {
    border-color: rgba(34, 38, 42, 0.4);
  }
  .lg-border-top-gray-900-op-4 {
    border-top-color: rgba(34, 38, 42, 0.4);
  }
  .lg-border-right-gray-900-op-4 {
    border-right-color: rgba(34, 38, 42, 0.4);
  }
  .lg-border-bottom-gray-900-op-4 {
    border-bottom-color: rgba(34, 38, 42, 0.4);
  }
  .lg-border-left-gray-900-op-4 {
    border-left-color: rgba(34, 38, 42, 0.4);
  }
  .lg-fill-gray-900-op-4 {
    fill: rgba(34, 38, 42, 0.4);
  }
  .lg-stroke-gray-900-op-4 {
    stroke: rgba(34, 38, 42, 0.4);
  }
  .lg-text-gray-900-op-4 {
    color: rgba(34, 38, 42, 0.4);
  }
  .lg-bg-gray-900-op-5 {
    background-color: rgba(34, 38, 42, 0.5);
  }
  .lg-border-color-gray-900-op-5 {
    border-color: rgba(34, 38, 42, 0.5);
  }
  .lg-border-top-gray-900-op-5 {
    border-top-color: rgba(34, 38, 42, 0.5);
  }
  .lg-border-right-gray-900-op-5 {
    border-right-color: rgba(34, 38, 42, 0.5);
  }
  .lg-border-bottom-gray-900-op-5 {
    border-bottom-color: rgba(34, 38, 42, 0.5);
  }
  .lg-border-left-gray-900-op-5 {
    border-left-color: rgba(34, 38, 42, 0.5);
  }
  .lg-fill-gray-900-op-5 {
    fill: rgba(34, 38, 42, 0.5);
  }
  .lg-stroke-gray-900-op-5 {
    stroke: rgba(34, 38, 42, 0.5);
  }
  .lg-text-gray-900-op-5 {
    color: rgba(34, 38, 42, 0.5);
  }
  .lg-bg-gray-900-op-6 {
    background-color: rgba(34, 38, 42, 0.6);
  }
  .lg-border-color-gray-900-op-6 {
    border-color: rgba(34, 38, 42, 0.6);
  }
  .lg-border-top-gray-900-op-6 {
    border-top-color: rgba(34, 38, 42, 0.6);
  }
  .lg-border-right-gray-900-op-6 {
    border-right-color: rgba(34, 38, 42, 0.6);
  }
  .lg-border-bottom-gray-900-op-6 {
    border-bottom-color: rgba(34, 38, 42, 0.6);
  }
  .lg-border-left-gray-900-op-6 {
    border-left-color: rgba(34, 38, 42, 0.6);
  }
  .lg-fill-gray-900-op-6 {
    fill: rgba(34, 38, 42, 0.6);
  }
  .lg-stroke-gray-900-op-6 {
    stroke: rgba(34, 38, 42, 0.6);
  }
  .lg-text-gray-900-op-6 {
    color: rgba(34, 38, 42, 0.6);
  }
  .lg-bg-gray-900-op-7 {
    background-color: rgba(34, 38, 42, 0.7);
  }
  .lg-border-color-gray-900-op-7 {
    border-color: rgba(34, 38, 42, 0.7);
  }
  .lg-border-top-gray-900-op-7 {
    border-top-color: rgba(34, 38, 42, 0.7);
  }
  .lg-border-right-gray-900-op-7 {
    border-right-color: rgba(34, 38, 42, 0.7);
  }
  .lg-border-bottom-gray-900-op-7 {
    border-bottom-color: rgba(34, 38, 42, 0.7);
  }
  .lg-border-left-gray-900-op-7 {
    border-left-color: rgba(34, 38, 42, 0.7);
  }
  .lg-fill-gray-900-op-7 {
    fill: rgba(34, 38, 42, 0.7);
  }
  .lg-stroke-gray-900-op-7 {
    stroke: rgba(34, 38, 42, 0.7);
  }
  .lg-text-gray-900-op-7 {
    color: rgba(34, 38, 42, 0.7);
  }
  .lg-bg-gray-900-op-8 {
    background-color: rgba(34, 38, 42, 0.8);
  }
  .lg-border-color-gray-900-op-8 {
    border-color: rgba(34, 38, 42, 0.8);
  }
  .lg-border-top-gray-900-op-8 {
    border-top-color: rgba(34, 38, 42, 0.8);
  }
  .lg-border-right-gray-900-op-8 {
    border-right-color: rgba(34, 38, 42, 0.8);
  }
  .lg-border-bottom-gray-900-op-8 {
    border-bottom-color: rgba(34, 38, 42, 0.8);
  }
  .lg-border-left-gray-900-op-8 {
    border-left-color: rgba(34, 38, 42, 0.8);
  }
  .lg-fill-gray-900-op-8 {
    fill: rgba(34, 38, 42, 0.8);
  }
  .lg-stroke-gray-900-op-8 {
    stroke: rgba(34, 38, 42, 0.8);
  }
  .lg-text-gray-900-op-8 {
    color: rgba(34, 38, 42, 0.8);
  }
  .lg-bg-gray-900-op-9 {
    background-color: rgba(34, 38, 42, 0.9);
  }
  .lg-border-color-gray-900-op-9 {
    border-color: rgba(34, 38, 42, 0.9);
  }
  .lg-border-top-gray-900-op-9 {
    border-top-color: rgba(34, 38, 42, 0.9);
  }
  .lg-border-right-gray-900-op-9 {
    border-right-color: rgba(34, 38, 42, 0.9);
  }
  .lg-border-bottom-gray-900-op-9 {
    border-bottom-color: rgba(34, 38, 42, 0.9);
  }
  .lg-border-left-gray-900-op-9 {
    border-left-color: rgba(34, 38, 42, 0.9);
  }
  .lg-fill-gray-900-op-9 {
    fill: rgba(34, 38, 42, 0.9);
  }
  .lg-stroke-gray-900-op-9 {
    stroke: rgba(34, 38, 42, 0.9);
  }
  .lg-text-gray-900-op-9 {
    color: rgba(34, 38, 42, 0.9);
  }
  .lg-bg-gray-900-op-10 {
    background-color: #22262a;
  }
  .lg-border-color-gray-900-op-10 {
    border-color: #22262a;
  }
  .lg-border-top-gray-900-op-10 {
    border-top-color: #22262a;
  }
  .lg-border-right-gray-900-op-10 {
    border-right-color: #22262a;
  }
  .lg-border-bottom-gray-900-op-10 {
    border-bottom-color: #22262a;
  }
  .lg-border-left-gray-900-op-10 {
    border-left-color: #22262a;
  }
  .lg-fill-gray-900-op-10 {
    fill: #22262a;
  }
  .lg-stroke-gray-900-op-10 {
    stroke: #22262a;
  }
  .lg-text-gray-900-op-10 {
    color: #22262a;
  }
  .lg-bg-success {
    background-color: #b7e7b6;
  }
  .lg-border-color-success {
    border-color: #b7e7b6;
  }
  .lg-border-top-success {
    border-top-color: #b7e7b6;
  }
  .lg-border-right-success {
    border-right-color: #b7e7b6;
  }
  .lg-border-bottom-success {
    border-bottom-color: #b7e7b6;
  }
  .lg-border-left-success {
    border-left-color: #b7e7b6;
  }
  .lg-fill-success {
    fill: #b7e7b6;
  }
  .lg-stroke-success {
    stroke: #b7e7b6;
  }
  .lg-text-success {
    color: #b7e7b6;
  }
  .lg-bg-success-op-0 {
    background-color: rgba(183, 231, 182, 0);
  }
  .lg-border-color-success-op-0 {
    border-color: rgba(183, 231, 182, 0);
  }
  .lg-border-top-success-op-0 {
    border-top-color: rgba(183, 231, 182, 0);
  }
  .lg-border-right-success-op-0 {
    border-right-color: rgba(183, 231, 182, 0);
  }
  .lg-border-bottom-success-op-0 {
    border-bottom-color: rgba(183, 231, 182, 0);
  }
  .lg-border-left-success-op-0 {
    border-left-color: rgba(183, 231, 182, 0);
  }
  .lg-fill-success-op-0 {
    fill: rgba(183, 231, 182, 0);
  }
  .lg-stroke-success-op-0 {
    stroke: rgba(183, 231, 182, 0);
  }
  .lg-text-success-op-0 {
    color: rgba(183, 231, 182, 0);
  }
  .lg-bg-success-op-1 {
    background-color: rgba(183, 231, 182, 0.1);
  }
  .lg-border-color-success-op-1 {
    border-color: rgba(183, 231, 182, 0.1);
  }
  .lg-border-top-success-op-1 {
    border-top-color: rgba(183, 231, 182, 0.1);
  }
  .lg-border-right-success-op-1 {
    border-right-color: rgba(183, 231, 182, 0.1);
  }
  .lg-border-bottom-success-op-1 {
    border-bottom-color: rgba(183, 231, 182, 0.1);
  }
  .lg-border-left-success-op-1 {
    border-left-color: rgba(183, 231, 182, 0.1);
  }
  .lg-fill-success-op-1 {
    fill: rgba(183, 231, 182, 0.1);
  }
  .lg-stroke-success-op-1 {
    stroke: rgba(183, 231, 182, 0.1);
  }
  .lg-text-success-op-1 {
    color: rgba(183, 231, 182, 0.1);
  }
  .lg-bg-success-op-2 {
    background-color: rgba(183, 231, 182, 0.2);
  }
  .lg-border-color-success-op-2 {
    border-color: rgba(183, 231, 182, 0.2);
  }
  .lg-border-top-success-op-2 {
    border-top-color: rgba(183, 231, 182, 0.2);
  }
  .lg-border-right-success-op-2 {
    border-right-color: rgba(183, 231, 182, 0.2);
  }
  .lg-border-bottom-success-op-2 {
    border-bottom-color: rgba(183, 231, 182, 0.2);
  }
  .lg-border-left-success-op-2 {
    border-left-color: rgba(183, 231, 182, 0.2);
  }
  .lg-fill-success-op-2 {
    fill: rgba(183, 231, 182, 0.2);
  }
  .lg-stroke-success-op-2 {
    stroke: rgba(183, 231, 182, 0.2);
  }
  .lg-text-success-op-2 {
    color: rgba(183, 231, 182, 0.2);
  }
  .lg-bg-success-op-3 {
    background-color: rgba(183, 231, 182, 0.3);
  }
  .lg-border-color-success-op-3 {
    border-color: rgba(183, 231, 182, 0.3);
  }
  .lg-border-top-success-op-3 {
    border-top-color: rgba(183, 231, 182, 0.3);
  }
  .lg-border-right-success-op-3 {
    border-right-color: rgba(183, 231, 182, 0.3);
  }
  .lg-border-bottom-success-op-3 {
    border-bottom-color: rgba(183, 231, 182, 0.3);
  }
  .lg-border-left-success-op-3 {
    border-left-color: rgba(183, 231, 182, 0.3);
  }
  .lg-fill-success-op-3 {
    fill: rgba(183, 231, 182, 0.3);
  }
  .lg-stroke-success-op-3 {
    stroke: rgba(183, 231, 182, 0.3);
  }
  .lg-text-success-op-3 {
    color: rgba(183, 231, 182, 0.3);
  }
  .lg-bg-success-op-4 {
    background-color: rgba(183, 231, 182, 0.4);
  }
  .lg-border-color-success-op-4 {
    border-color: rgba(183, 231, 182, 0.4);
  }
  .lg-border-top-success-op-4 {
    border-top-color: rgba(183, 231, 182, 0.4);
  }
  .lg-border-right-success-op-4 {
    border-right-color: rgba(183, 231, 182, 0.4);
  }
  .lg-border-bottom-success-op-4 {
    border-bottom-color: rgba(183, 231, 182, 0.4);
  }
  .lg-border-left-success-op-4 {
    border-left-color: rgba(183, 231, 182, 0.4);
  }
  .lg-fill-success-op-4 {
    fill: rgba(183, 231, 182, 0.4);
  }
  .lg-stroke-success-op-4 {
    stroke: rgba(183, 231, 182, 0.4);
  }
  .lg-text-success-op-4 {
    color: rgba(183, 231, 182, 0.4);
  }
  .lg-bg-success-op-5 {
    background-color: rgba(183, 231, 182, 0.5);
  }
  .lg-border-color-success-op-5 {
    border-color: rgba(183, 231, 182, 0.5);
  }
  .lg-border-top-success-op-5 {
    border-top-color: rgba(183, 231, 182, 0.5);
  }
  .lg-border-right-success-op-5 {
    border-right-color: rgba(183, 231, 182, 0.5);
  }
  .lg-border-bottom-success-op-5 {
    border-bottom-color: rgba(183, 231, 182, 0.5);
  }
  .lg-border-left-success-op-5 {
    border-left-color: rgba(183, 231, 182, 0.5);
  }
  .lg-fill-success-op-5 {
    fill: rgba(183, 231, 182, 0.5);
  }
  .lg-stroke-success-op-5 {
    stroke: rgba(183, 231, 182, 0.5);
  }
  .lg-text-success-op-5 {
    color: rgba(183, 231, 182, 0.5);
  }
  .lg-bg-success-op-6 {
    background-color: rgba(183, 231, 182, 0.6);
  }
  .lg-border-color-success-op-6 {
    border-color: rgba(183, 231, 182, 0.6);
  }
  .lg-border-top-success-op-6 {
    border-top-color: rgba(183, 231, 182, 0.6);
  }
  .lg-border-right-success-op-6 {
    border-right-color: rgba(183, 231, 182, 0.6);
  }
  .lg-border-bottom-success-op-6 {
    border-bottom-color: rgba(183, 231, 182, 0.6);
  }
  .lg-border-left-success-op-6 {
    border-left-color: rgba(183, 231, 182, 0.6);
  }
  .lg-fill-success-op-6 {
    fill: rgba(183, 231, 182, 0.6);
  }
  .lg-stroke-success-op-6 {
    stroke: rgba(183, 231, 182, 0.6);
  }
  .lg-text-success-op-6 {
    color: rgba(183, 231, 182, 0.6);
  }
  .lg-bg-success-op-7 {
    background-color: rgba(183, 231, 182, 0.7);
  }
  .lg-border-color-success-op-7 {
    border-color: rgba(183, 231, 182, 0.7);
  }
  .lg-border-top-success-op-7 {
    border-top-color: rgba(183, 231, 182, 0.7);
  }
  .lg-border-right-success-op-7 {
    border-right-color: rgba(183, 231, 182, 0.7);
  }
  .lg-border-bottom-success-op-7 {
    border-bottom-color: rgba(183, 231, 182, 0.7);
  }
  .lg-border-left-success-op-7 {
    border-left-color: rgba(183, 231, 182, 0.7);
  }
  .lg-fill-success-op-7 {
    fill: rgba(183, 231, 182, 0.7);
  }
  .lg-stroke-success-op-7 {
    stroke: rgba(183, 231, 182, 0.7);
  }
  .lg-text-success-op-7 {
    color: rgba(183, 231, 182, 0.7);
  }
  .lg-bg-success-op-8 {
    background-color: rgba(183, 231, 182, 0.8);
  }
  .lg-border-color-success-op-8 {
    border-color: rgba(183, 231, 182, 0.8);
  }
  .lg-border-top-success-op-8 {
    border-top-color: rgba(183, 231, 182, 0.8);
  }
  .lg-border-right-success-op-8 {
    border-right-color: rgba(183, 231, 182, 0.8);
  }
  .lg-border-bottom-success-op-8 {
    border-bottom-color: rgba(183, 231, 182, 0.8);
  }
  .lg-border-left-success-op-8 {
    border-left-color: rgba(183, 231, 182, 0.8);
  }
  .lg-fill-success-op-8 {
    fill: rgba(183, 231, 182, 0.8);
  }
  .lg-stroke-success-op-8 {
    stroke: rgba(183, 231, 182, 0.8);
  }
  .lg-text-success-op-8 {
    color: rgba(183, 231, 182, 0.8);
  }
  .lg-bg-success-op-9 {
    background-color: rgba(183, 231, 182, 0.9);
  }
  .lg-border-color-success-op-9 {
    border-color: rgba(183, 231, 182, 0.9);
  }
  .lg-border-top-success-op-9 {
    border-top-color: rgba(183, 231, 182, 0.9);
  }
  .lg-border-right-success-op-9 {
    border-right-color: rgba(183, 231, 182, 0.9);
  }
  .lg-border-bottom-success-op-9 {
    border-bottom-color: rgba(183, 231, 182, 0.9);
  }
  .lg-border-left-success-op-9 {
    border-left-color: rgba(183, 231, 182, 0.9);
  }
  .lg-fill-success-op-9 {
    fill: rgba(183, 231, 182, 0.9);
  }
  .lg-stroke-success-op-9 {
    stroke: rgba(183, 231, 182, 0.9);
  }
  .lg-text-success-op-9 {
    color: rgba(183, 231, 182, 0.9);
  }
  .lg-bg-success-op-10 {
    background-color: #b7e7b6;
  }
  .lg-border-color-success-op-10 {
    border-color: #b7e7b6;
  }
  .lg-border-top-success-op-10 {
    border-top-color: #b7e7b6;
  }
  .lg-border-right-success-op-10 {
    border-right-color: #b7e7b6;
  }
  .lg-border-bottom-success-op-10 {
    border-bottom-color: #b7e7b6;
  }
  .lg-border-left-success-op-10 {
    border-left-color: #b7e7b6;
  }
  .lg-fill-success-op-10 {
    fill: #b7e7b6;
  }
  .lg-stroke-success-op-10 {
    stroke: #b7e7b6;
  }
  .lg-text-success-op-10 {
    color: #b7e7b6;
  }
  .lg-bg-info {
    background-color: #0074c2;
  }
  .lg-border-color-info {
    border-color: #0074c2;
  }
  .lg-border-top-info {
    border-top-color: #0074c2;
  }
  .lg-border-right-info {
    border-right-color: #0074c2;
  }
  .lg-border-bottom-info {
    border-bottom-color: #0074c2;
  }
  .lg-border-left-info {
    border-left-color: #0074c2;
  }
  .lg-fill-info {
    fill: #0074c2;
  }
  .lg-stroke-info {
    stroke: #0074c2;
  }
  .lg-text-info {
    color: #0074c2;
  }
  .lg-bg-info-op-0 {
    background-color: rgba(0, 116, 194, 0);
  }
  .lg-border-color-info-op-0 {
    border-color: rgba(0, 116, 194, 0);
  }
  .lg-border-top-info-op-0 {
    border-top-color: rgba(0, 116, 194, 0);
  }
  .lg-border-right-info-op-0 {
    border-right-color: rgba(0, 116, 194, 0);
  }
  .lg-border-bottom-info-op-0 {
    border-bottom-color: rgba(0, 116, 194, 0);
  }
  .lg-border-left-info-op-0 {
    border-left-color: rgba(0, 116, 194, 0);
  }
  .lg-fill-info-op-0 {
    fill: rgba(0, 116, 194, 0);
  }
  .lg-stroke-info-op-0 {
    stroke: rgba(0, 116, 194, 0);
  }
  .lg-text-info-op-0 {
    color: rgba(0, 116, 194, 0);
  }
  .lg-bg-info-op-1 {
    background-color: rgba(0, 116, 194, 0.1);
  }
  .lg-border-color-info-op-1 {
    border-color: rgba(0, 116, 194, 0.1);
  }
  .lg-border-top-info-op-1 {
    border-top-color: rgba(0, 116, 194, 0.1);
  }
  .lg-border-right-info-op-1 {
    border-right-color: rgba(0, 116, 194, 0.1);
  }
  .lg-border-bottom-info-op-1 {
    border-bottom-color: rgba(0, 116, 194, 0.1);
  }
  .lg-border-left-info-op-1 {
    border-left-color: rgba(0, 116, 194, 0.1);
  }
  .lg-fill-info-op-1 {
    fill: rgba(0, 116, 194, 0.1);
  }
  .lg-stroke-info-op-1 {
    stroke: rgba(0, 116, 194, 0.1);
  }
  .lg-text-info-op-1 {
    color: rgba(0, 116, 194, 0.1);
  }
  .lg-bg-info-op-2 {
    background-color: rgba(0, 116, 194, 0.2);
  }
  .lg-border-color-info-op-2 {
    border-color: rgba(0, 116, 194, 0.2);
  }
  .lg-border-top-info-op-2 {
    border-top-color: rgba(0, 116, 194, 0.2);
  }
  .lg-border-right-info-op-2 {
    border-right-color: rgba(0, 116, 194, 0.2);
  }
  .lg-border-bottom-info-op-2 {
    border-bottom-color: rgba(0, 116, 194, 0.2);
  }
  .lg-border-left-info-op-2 {
    border-left-color: rgba(0, 116, 194, 0.2);
  }
  .lg-fill-info-op-2 {
    fill: rgba(0, 116, 194, 0.2);
  }
  .lg-stroke-info-op-2 {
    stroke: rgba(0, 116, 194, 0.2);
  }
  .lg-text-info-op-2 {
    color: rgba(0, 116, 194, 0.2);
  }
  .lg-bg-info-op-3 {
    background-color: rgba(0, 116, 194, 0.3);
  }
  .lg-border-color-info-op-3 {
    border-color: rgba(0, 116, 194, 0.3);
  }
  .lg-border-top-info-op-3 {
    border-top-color: rgba(0, 116, 194, 0.3);
  }
  .lg-border-right-info-op-3 {
    border-right-color: rgba(0, 116, 194, 0.3);
  }
  .lg-border-bottom-info-op-3 {
    border-bottom-color: rgba(0, 116, 194, 0.3);
  }
  .lg-border-left-info-op-3 {
    border-left-color: rgba(0, 116, 194, 0.3);
  }
  .lg-fill-info-op-3 {
    fill: rgba(0, 116, 194, 0.3);
  }
  .lg-stroke-info-op-3 {
    stroke: rgba(0, 116, 194, 0.3);
  }
  .lg-text-info-op-3 {
    color: rgba(0, 116, 194, 0.3);
  }
  .lg-bg-info-op-4 {
    background-color: rgba(0, 116, 194, 0.4);
  }
  .lg-border-color-info-op-4 {
    border-color: rgba(0, 116, 194, 0.4);
  }
  .lg-border-top-info-op-4 {
    border-top-color: rgba(0, 116, 194, 0.4);
  }
  .lg-border-right-info-op-4 {
    border-right-color: rgba(0, 116, 194, 0.4);
  }
  .lg-border-bottom-info-op-4 {
    border-bottom-color: rgba(0, 116, 194, 0.4);
  }
  .lg-border-left-info-op-4 {
    border-left-color: rgba(0, 116, 194, 0.4);
  }
  .lg-fill-info-op-4 {
    fill: rgba(0, 116, 194, 0.4);
  }
  .lg-stroke-info-op-4 {
    stroke: rgba(0, 116, 194, 0.4);
  }
  .lg-text-info-op-4 {
    color: rgba(0, 116, 194, 0.4);
  }
  .lg-bg-info-op-5 {
    background-color: rgba(0, 116, 194, 0.5);
  }
  .lg-border-color-info-op-5 {
    border-color: rgba(0, 116, 194, 0.5);
  }
  .lg-border-top-info-op-5 {
    border-top-color: rgba(0, 116, 194, 0.5);
  }
  .lg-border-right-info-op-5 {
    border-right-color: rgba(0, 116, 194, 0.5);
  }
  .lg-border-bottom-info-op-5 {
    border-bottom-color: rgba(0, 116, 194, 0.5);
  }
  .lg-border-left-info-op-5 {
    border-left-color: rgba(0, 116, 194, 0.5);
  }
  .lg-fill-info-op-5 {
    fill: rgba(0, 116, 194, 0.5);
  }
  .lg-stroke-info-op-5 {
    stroke: rgba(0, 116, 194, 0.5);
  }
  .lg-text-info-op-5 {
    color: rgba(0, 116, 194, 0.5);
  }
  .lg-bg-info-op-6 {
    background-color: rgba(0, 116, 194, 0.6);
  }
  .lg-border-color-info-op-6 {
    border-color: rgba(0, 116, 194, 0.6);
  }
  .lg-border-top-info-op-6 {
    border-top-color: rgba(0, 116, 194, 0.6);
  }
  .lg-border-right-info-op-6 {
    border-right-color: rgba(0, 116, 194, 0.6);
  }
  .lg-border-bottom-info-op-6 {
    border-bottom-color: rgba(0, 116, 194, 0.6);
  }
  .lg-border-left-info-op-6 {
    border-left-color: rgba(0, 116, 194, 0.6);
  }
  .lg-fill-info-op-6 {
    fill: rgba(0, 116, 194, 0.6);
  }
  .lg-stroke-info-op-6 {
    stroke: rgba(0, 116, 194, 0.6);
  }
  .lg-text-info-op-6 {
    color: rgba(0, 116, 194, 0.6);
  }
  .lg-bg-info-op-7 {
    background-color: rgba(0, 116, 194, 0.7);
  }
  .lg-border-color-info-op-7 {
    border-color: rgba(0, 116, 194, 0.7);
  }
  .lg-border-top-info-op-7 {
    border-top-color: rgba(0, 116, 194, 0.7);
  }
  .lg-border-right-info-op-7 {
    border-right-color: rgba(0, 116, 194, 0.7);
  }
  .lg-border-bottom-info-op-7 {
    border-bottom-color: rgba(0, 116, 194, 0.7);
  }
  .lg-border-left-info-op-7 {
    border-left-color: rgba(0, 116, 194, 0.7);
  }
  .lg-fill-info-op-7 {
    fill: rgba(0, 116, 194, 0.7);
  }
  .lg-stroke-info-op-7 {
    stroke: rgba(0, 116, 194, 0.7);
  }
  .lg-text-info-op-7 {
    color: rgba(0, 116, 194, 0.7);
  }
  .lg-bg-info-op-8 {
    background-color: rgba(0, 116, 194, 0.8);
  }
  .lg-border-color-info-op-8 {
    border-color: rgba(0, 116, 194, 0.8);
  }
  .lg-border-top-info-op-8 {
    border-top-color: rgba(0, 116, 194, 0.8);
  }
  .lg-border-right-info-op-8 {
    border-right-color: rgba(0, 116, 194, 0.8);
  }
  .lg-border-bottom-info-op-8 {
    border-bottom-color: rgba(0, 116, 194, 0.8);
  }
  .lg-border-left-info-op-8 {
    border-left-color: rgba(0, 116, 194, 0.8);
  }
  .lg-fill-info-op-8 {
    fill: rgba(0, 116, 194, 0.8);
  }
  .lg-stroke-info-op-8 {
    stroke: rgba(0, 116, 194, 0.8);
  }
  .lg-text-info-op-8 {
    color: rgba(0, 116, 194, 0.8);
  }
  .lg-bg-info-op-9 {
    background-color: rgba(0, 116, 194, 0.9);
  }
  .lg-border-color-info-op-9 {
    border-color: rgba(0, 116, 194, 0.9);
  }
  .lg-border-top-info-op-9 {
    border-top-color: rgba(0, 116, 194, 0.9);
  }
  .lg-border-right-info-op-9 {
    border-right-color: rgba(0, 116, 194, 0.9);
  }
  .lg-border-bottom-info-op-9 {
    border-bottom-color: rgba(0, 116, 194, 0.9);
  }
  .lg-border-left-info-op-9 {
    border-left-color: rgba(0, 116, 194, 0.9);
  }
  .lg-fill-info-op-9 {
    fill: rgba(0, 116, 194, 0.9);
  }
  .lg-stroke-info-op-9 {
    stroke: rgba(0, 116, 194, 0.9);
  }
  .lg-text-info-op-9 {
    color: rgba(0, 116, 194, 0.9);
  }
  .lg-bg-info-op-10 {
    background-color: #0074c2;
  }
  .lg-border-color-info-op-10 {
    border-color: #0074c2;
  }
  .lg-border-top-info-op-10 {
    border-top-color: #0074c2;
  }
  .lg-border-right-info-op-10 {
    border-right-color: #0074c2;
  }
  .lg-border-bottom-info-op-10 {
    border-bottom-color: #0074c2;
  }
  .lg-border-left-info-op-10 {
    border-left-color: #0074c2;
  }
  .lg-fill-info-op-10 {
    fill: #0074c2;
  }
  .lg-stroke-info-op-10 {
    stroke: #0074c2;
  }
  .lg-text-info-op-10 {
    color: #0074c2;
  }
  .lg-bg-warning {
    background-color: #ffc105;
  }
  .lg-border-color-warning {
    border-color: #ffc105;
  }
  .lg-border-top-warning {
    border-top-color: #ffc105;
  }
  .lg-border-right-warning {
    border-right-color: #ffc105;
  }
  .lg-border-bottom-warning {
    border-bottom-color: #ffc105;
  }
  .lg-border-left-warning {
    border-left-color: #ffc105;
  }
  .lg-fill-warning {
    fill: #ffc105;
  }
  .lg-stroke-warning {
    stroke: #ffc105;
  }
  .lg-text-warning {
    color: #ffc105;
  }
  .lg-bg-warning-op-0 {
    background-color: rgba(255, 193, 5, 0);
  }
  .lg-border-color-warning-op-0 {
    border-color: rgba(255, 193, 5, 0);
  }
  .lg-border-top-warning-op-0 {
    border-top-color: rgba(255, 193, 5, 0);
  }
  .lg-border-right-warning-op-0 {
    border-right-color: rgba(255, 193, 5, 0);
  }
  .lg-border-bottom-warning-op-0 {
    border-bottom-color: rgba(255, 193, 5, 0);
  }
  .lg-border-left-warning-op-0 {
    border-left-color: rgba(255, 193, 5, 0);
  }
  .lg-fill-warning-op-0 {
    fill: rgba(255, 193, 5, 0);
  }
  .lg-stroke-warning-op-0 {
    stroke: rgba(255, 193, 5, 0);
  }
  .lg-text-warning-op-0 {
    color: rgba(255, 193, 5, 0);
  }
  .lg-bg-warning-op-1 {
    background-color: rgba(255, 193, 5, 0.1);
  }
  .lg-border-color-warning-op-1 {
    border-color: rgba(255, 193, 5, 0.1);
  }
  .lg-border-top-warning-op-1 {
    border-top-color: rgba(255, 193, 5, 0.1);
  }
  .lg-border-right-warning-op-1 {
    border-right-color: rgba(255, 193, 5, 0.1);
  }
  .lg-border-bottom-warning-op-1 {
    border-bottom-color: rgba(255, 193, 5, 0.1);
  }
  .lg-border-left-warning-op-1 {
    border-left-color: rgba(255, 193, 5, 0.1);
  }
  .lg-fill-warning-op-1 {
    fill: rgba(255, 193, 5, 0.1);
  }
  .lg-stroke-warning-op-1 {
    stroke: rgba(255, 193, 5, 0.1);
  }
  .lg-text-warning-op-1 {
    color: rgba(255, 193, 5, 0.1);
  }
  .lg-bg-warning-op-2 {
    background-color: rgba(255, 193, 5, 0.2);
  }
  .lg-border-color-warning-op-2 {
    border-color: rgba(255, 193, 5, 0.2);
  }
  .lg-border-top-warning-op-2 {
    border-top-color: rgba(255, 193, 5, 0.2);
  }
  .lg-border-right-warning-op-2 {
    border-right-color: rgba(255, 193, 5, 0.2);
  }
  .lg-border-bottom-warning-op-2 {
    border-bottom-color: rgba(255, 193, 5, 0.2);
  }
  .lg-border-left-warning-op-2 {
    border-left-color: rgba(255, 193, 5, 0.2);
  }
  .lg-fill-warning-op-2 {
    fill: rgba(255, 193, 5, 0.2);
  }
  .lg-stroke-warning-op-2 {
    stroke: rgba(255, 193, 5, 0.2);
  }
  .lg-text-warning-op-2 {
    color: rgba(255, 193, 5, 0.2);
  }
  .lg-bg-warning-op-3 {
    background-color: rgba(255, 193, 5, 0.3);
  }
  .lg-border-color-warning-op-3 {
    border-color: rgba(255, 193, 5, 0.3);
  }
  .lg-border-top-warning-op-3 {
    border-top-color: rgba(255, 193, 5, 0.3);
  }
  .lg-border-right-warning-op-3 {
    border-right-color: rgba(255, 193, 5, 0.3);
  }
  .lg-border-bottom-warning-op-3 {
    border-bottom-color: rgba(255, 193, 5, 0.3);
  }
  .lg-border-left-warning-op-3 {
    border-left-color: rgba(255, 193, 5, 0.3);
  }
  .lg-fill-warning-op-3 {
    fill: rgba(255, 193, 5, 0.3);
  }
  .lg-stroke-warning-op-3 {
    stroke: rgba(255, 193, 5, 0.3);
  }
  .lg-text-warning-op-3 {
    color: rgba(255, 193, 5, 0.3);
  }
  .lg-bg-warning-op-4 {
    background-color: rgba(255, 193, 5, 0.4);
  }
  .lg-border-color-warning-op-4 {
    border-color: rgba(255, 193, 5, 0.4);
  }
  .lg-border-top-warning-op-4 {
    border-top-color: rgba(255, 193, 5, 0.4);
  }
  .lg-border-right-warning-op-4 {
    border-right-color: rgba(255, 193, 5, 0.4);
  }
  .lg-border-bottom-warning-op-4 {
    border-bottom-color: rgba(255, 193, 5, 0.4);
  }
  .lg-border-left-warning-op-4 {
    border-left-color: rgba(255, 193, 5, 0.4);
  }
  .lg-fill-warning-op-4 {
    fill: rgba(255, 193, 5, 0.4);
  }
  .lg-stroke-warning-op-4 {
    stroke: rgba(255, 193, 5, 0.4);
  }
  .lg-text-warning-op-4 {
    color: rgba(255, 193, 5, 0.4);
  }
  .lg-bg-warning-op-5 {
    background-color: rgba(255, 193, 5, 0.5);
  }
  .lg-border-color-warning-op-5 {
    border-color: rgba(255, 193, 5, 0.5);
  }
  .lg-border-top-warning-op-5 {
    border-top-color: rgba(255, 193, 5, 0.5);
  }
  .lg-border-right-warning-op-5 {
    border-right-color: rgba(255, 193, 5, 0.5);
  }
  .lg-border-bottom-warning-op-5 {
    border-bottom-color: rgba(255, 193, 5, 0.5);
  }
  .lg-border-left-warning-op-5 {
    border-left-color: rgba(255, 193, 5, 0.5);
  }
  .lg-fill-warning-op-5 {
    fill: rgba(255, 193, 5, 0.5);
  }
  .lg-stroke-warning-op-5 {
    stroke: rgba(255, 193, 5, 0.5);
  }
  .lg-text-warning-op-5 {
    color: rgba(255, 193, 5, 0.5);
  }
  .lg-bg-warning-op-6 {
    background-color: rgba(255, 193, 5, 0.6);
  }
  .lg-border-color-warning-op-6 {
    border-color: rgba(255, 193, 5, 0.6);
  }
  .lg-border-top-warning-op-6 {
    border-top-color: rgba(255, 193, 5, 0.6);
  }
  .lg-border-right-warning-op-6 {
    border-right-color: rgba(255, 193, 5, 0.6);
  }
  .lg-border-bottom-warning-op-6 {
    border-bottom-color: rgba(255, 193, 5, 0.6);
  }
  .lg-border-left-warning-op-6 {
    border-left-color: rgba(255, 193, 5, 0.6);
  }
  .lg-fill-warning-op-6 {
    fill: rgba(255, 193, 5, 0.6);
  }
  .lg-stroke-warning-op-6 {
    stroke: rgba(255, 193, 5, 0.6);
  }
  .lg-text-warning-op-6 {
    color: rgba(255, 193, 5, 0.6);
  }
  .lg-bg-warning-op-7 {
    background-color: rgba(255, 193, 5, 0.7);
  }
  .lg-border-color-warning-op-7 {
    border-color: rgba(255, 193, 5, 0.7);
  }
  .lg-border-top-warning-op-7 {
    border-top-color: rgba(255, 193, 5, 0.7);
  }
  .lg-border-right-warning-op-7 {
    border-right-color: rgba(255, 193, 5, 0.7);
  }
  .lg-border-bottom-warning-op-7 {
    border-bottom-color: rgba(255, 193, 5, 0.7);
  }
  .lg-border-left-warning-op-7 {
    border-left-color: rgba(255, 193, 5, 0.7);
  }
  .lg-fill-warning-op-7 {
    fill: rgba(255, 193, 5, 0.7);
  }
  .lg-stroke-warning-op-7 {
    stroke: rgba(255, 193, 5, 0.7);
  }
  .lg-text-warning-op-7 {
    color: rgba(255, 193, 5, 0.7);
  }
  .lg-bg-warning-op-8 {
    background-color: rgba(255, 193, 5, 0.8);
  }
  .lg-border-color-warning-op-8 {
    border-color: rgba(255, 193, 5, 0.8);
  }
  .lg-border-top-warning-op-8 {
    border-top-color: rgba(255, 193, 5, 0.8);
  }
  .lg-border-right-warning-op-8 {
    border-right-color: rgba(255, 193, 5, 0.8);
  }
  .lg-border-bottom-warning-op-8 {
    border-bottom-color: rgba(255, 193, 5, 0.8);
  }
  .lg-border-left-warning-op-8 {
    border-left-color: rgba(255, 193, 5, 0.8);
  }
  .lg-fill-warning-op-8 {
    fill: rgba(255, 193, 5, 0.8);
  }
  .lg-stroke-warning-op-8 {
    stroke: rgba(255, 193, 5, 0.8);
  }
  .lg-text-warning-op-8 {
    color: rgba(255, 193, 5, 0.8);
  }
  .lg-bg-warning-op-9 {
    background-color: rgba(255, 193, 5, 0.9);
  }
  .lg-border-color-warning-op-9 {
    border-color: rgba(255, 193, 5, 0.9);
  }
  .lg-border-top-warning-op-9 {
    border-top-color: rgba(255, 193, 5, 0.9);
  }
  .lg-border-right-warning-op-9 {
    border-right-color: rgba(255, 193, 5, 0.9);
  }
  .lg-border-bottom-warning-op-9 {
    border-bottom-color: rgba(255, 193, 5, 0.9);
  }
  .lg-border-left-warning-op-9 {
    border-left-color: rgba(255, 193, 5, 0.9);
  }
  .lg-fill-warning-op-9 {
    fill: rgba(255, 193, 5, 0.9);
  }
  .lg-stroke-warning-op-9 {
    stroke: rgba(255, 193, 5, 0.9);
  }
  .lg-text-warning-op-9 {
    color: rgba(255, 193, 5, 0.9);
  }
  .lg-bg-warning-op-10 {
    background-color: #ffc105;
  }
  .lg-border-color-warning-op-10 {
    border-color: #ffc105;
  }
  .lg-border-top-warning-op-10 {
    border-top-color: #ffc105;
  }
  .lg-border-right-warning-op-10 {
    border-right-color: #ffc105;
  }
  .lg-border-bottom-warning-op-10 {
    border-bottom-color: #ffc105;
  }
  .lg-border-left-warning-op-10 {
    border-left-color: #ffc105;
  }
  .lg-fill-warning-op-10 {
    fill: #ffc105;
  }
  .lg-stroke-warning-op-10 {
    stroke: #ffc105;
  }
  .lg-text-warning-op-10 {
    color: #ffc105;
  }
  .lg-bg-alert {
    background-color: #ffe0e0;
  }
  .lg-border-color-alert {
    border-color: #ffe0e0;
  }
  .lg-border-top-alert {
    border-top-color: #ffe0e0;
  }
  .lg-border-right-alert {
    border-right-color: #ffe0e0;
  }
  .lg-border-bottom-alert {
    border-bottom-color: #ffe0e0;
  }
  .lg-border-left-alert {
    border-left-color: #ffe0e0;
  }
  .lg-fill-alert {
    fill: #ffe0e0;
  }
  .lg-stroke-alert {
    stroke: #ffe0e0;
  }
  .lg-text-alert {
    color: #ffe0e0;
  }
  .lg-bg-alert-op-0 {
    background-color: rgba(255, 224, 224, 0);
  }
  .lg-border-color-alert-op-0 {
    border-color: rgba(255, 224, 224, 0);
  }
  .lg-border-top-alert-op-0 {
    border-top-color: rgba(255, 224, 224, 0);
  }
  .lg-border-right-alert-op-0 {
    border-right-color: rgba(255, 224, 224, 0);
  }
  .lg-border-bottom-alert-op-0 {
    border-bottom-color: rgba(255, 224, 224, 0);
  }
  .lg-border-left-alert-op-0 {
    border-left-color: rgba(255, 224, 224, 0);
  }
  .lg-fill-alert-op-0 {
    fill: rgba(255, 224, 224, 0);
  }
  .lg-stroke-alert-op-0 {
    stroke: rgba(255, 224, 224, 0);
  }
  .lg-text-alert-op-0 {
    color: rgba(255, 224, 224, 0);
  }
  .lg-bg-alert-op-1 {
    background-color: rgba(255, 224, 224, 0.1);
  }
  .lg-border-color-alert-op-1 {
    border-color: rgba(255, 224, 224, 0.1);
  }
  .lg-border-top-alert-op-1 {
    border-top-color: rgba(255, 224, 224, 0.1);
  }
  .lg-border-right-alert-op-1 {
    border-right-color: rgba(255, 224, 224, 0.1);
  }
  .lg-border-bottom-alert-op-1 {
    border-bottom-color: rgba(255, 224, 224, 0.1);
  }
  .lg-border-left-alert-op-1 {
    border-left-color: rgba(255, 224, 224, 0.1);
  }
  .lg-fill-alert-op-1 {
    fill: rgba(255, 224, 224, 0.1);
  }
  .lg-stroke-alert-op-1 {
    stroke: rgba(255, 224, 224, 0.1);
  }
  .lg-text-alert-op-1 {
    color: rgba(255, 224, 224, 0.1);
  }
  .lg-bg-alert-op-2 {
    background-color: rgba(255, 224, 224, 0.2);
  }
  .lg-border-color-alert-op-2 {
    border-color: rgba(255, 224, 224, 0.2);
  }
  .lg-border-top-alert-op-2 {
    border-top-color: rgba(255, 224, 224, 0.2);
  }
  .lg-border-right-alert-op-2 {
    border-right-color: rgba(255, 224, 224, 0.2);
  }
  .lg-border-bottom-alert-op-2 {
    border-bottom-color: rgba(255, 224, 224, 0.2);
  }
  .lg-border-left-alert-op-2 {
    border-left-color: rgba(255, 224, 224, 0.2);
  }
  .lg-fill-alert-op-2 {
    fill: rgba(255, 224, 224, 0.2);
  }
  .lg-stroke-alert-op-2 {
    stroke: rgba(255, 224, 224, 0.2);
  }
  .lg-text-alert-op-2 {
    color: rgba(255, 224, 224, 0.2);
  }
  .lg-bg-alert-op-3 {
    background-color: rgba(255, 224, 224, 0.3);
  }
  .lg-border-color-alert-op-3 {
    border-color: rgba(255, 224, 224, 0.3);
  }
  .lg-border-top-alert-op-3 {
    border-top-color: rgba(255, 224, 224, 0.3);
  }
  .lg-border-right-alert-op-3 {
    border-right-color: rgba(255, 224, 224, 0.3);
  }
  .lg-border-bottom-alert-op-3 {
    border-bottom-color: rgba(255, 224, 224, 0.3);
  }
  .lg-border-left-alert-op-3 {
    border-left-color: rgba(255, 224, 224, 0.3);
  }
  .lg-fill-alert-op-3 {
    fill: rgba(255, 224, 224, 0.3);
  }
  .lg-stroke-alert-op-3 {
    stroke: rgba(255, 224, 224, 0.3);
  }
  .lg-text-alert-op-3 {
    color: rgba(255, 224, 224, 0.3);
  }
  .lg-bg-alert-op-4 {
    background-color: rgba(255, 224, 224, 0.4);
  }
  .lg-border-color-alert-op-4 {
    border-color: rgba(255, 224, 224, 0.4);
  }
  .lg-border-top-alert-op-4 {
    border-top-color: rgba(255, 224, 224, 0.4);
  }
  .lg-border-right-alert-op-4 {
    border-right-color: rgba(255, 224, 224, 0.4);
  }
  .lg-border-bottom-alert-op-4 {
    border-bottom-color: rgba(255, 224, 224, 0.4);
  }
  .lg-border-left-alert-op-4 {
    border-left-color: rgba(255, 224, 224, 0.4);
  }
  .lg-fill-alert-op-4 {
    fill: rgba(255, 224, 224, 0.4);
  }
  .lg-stroke-alert-op-4 {
    stroke: rgba(255, 224, 224, 0.4);
  }
  .lg-text-alert-op-4 {
    color: rgba(255, 224, 224, 0.4);
  }
  .lg-bg-alert-op-5 {
    background-color: rgba(255, 224, 224, 0.5);
  }
  .lg-border-color-alert-op-5 {
    border-color: rgba(255, 224, 224, 0.5);
  }
  .lg-border-top-alert-op-5 {
    border-top-color: rgba(255, 224, 224, 0.5);
  }
  .lg-border-right-alert-op-5 {
    border-right-color: rgba(255, 224, 224, 0.5);
  }
  .lg-border-bottom-alert-op-5 {
    border-bottom-color: rgba(255, 224, 224, 0.5);
  }
  .lg-border-left-alert-op-5 {
    border-left-color: rgba(255, 224, 224, 0.5);
  }
  .lg-fill-alert-op-5 {
    fill: rgba(255, 224, 224, 0.5);
  }
  .lg-stroke-alert-op-5 {
    stroke: rgba(255, 224, 224, 0.5);
  }
  .lg-text-alert-op-5 {
    color: rgba(255, 224, 224, 0.5);
  }
  .lg-bg-alert-op-6 {
    background-color: rgba(255, 224, 224, 0.6);
  }
  .lg-border-color-alert-op-6 {
    border-color: rgba(255, 224, 224, 0.6);
  }
  .lg-border-top-alert-op-6 {
    border-top-color: rgba(255, 224, 224, 0.6);
  }
  .lg-border-right-alert-op-6 {
    border-right-color: rgba(255, 224, 224, 0.6);
  }
  .lg-border-bottom-alert-op-6 {
    border-bottom-color: rgba(255, 224, 224, 0.6);
  }
  .lg-border-left-alert-op-6 {
    border-left-color: rgba(255, 224, 224, 0.6);
  }
  .lg-fill-alert-op-6 {
    fill: rgba(255, 224, 224, 0.6);
  }
  .lg-stroke-alert-op-6 {
    stroke: rgba(255, 224, 224, 0.6);
  }
  .lg-text-alert-op-6 {
    color: rgba(255, 224, 224, 0.6);
  }
  .lg-bg-alert-op-7 {
    background-color: rgba(255, 224, 224, 0.7);
  }
  .lg-border-color-alert-op-7 {
    border-color: rgba(255, 224, 224, 0.7);
  }
  .lg-border-top-alert-op-7 {
    border-top-color: rgba(255, 224, 224, 0.7);
  }
  .lg-border-right-alert-op-7 {
    border-right-color: rgba(255, 224, 224, 0.7);
  }
  .lg-border-bottom-alert-op-7 {
    border-bottom-color: rgba(255, 224, 224, 0.7);
  }
  .lg-border-left-alert-op-7 {
    border-left-color: rgba(255, 224, 224, 0.7);
  }
  .lg-fill-alert-op-7 {
    fill: rgba(255, 224, 224, 0.7);
  }
  .lg-stroke-alert-op-7 {
    stroke: rgba(255, 224, 224, 0.7);
  }
  .lg-text-alert-op-7 {
    color: rgba(255, 224, 224, 0.7);
  }
  .lg-bg-alert-op-8 {
    background-color: rgba(255, 224, 224, 0.8);
  }
  .lg-border-color-alert-op-8 {
    border-color: rgba(255, 224, 224, 0.8);
  }
  .lg-border-top-alert-op-8 {
    border-top-color: rgba(255, 224, 224, 0.8);
  }
  .lg-border-right-alert-op-8 {
    border-right-color: rgba(255, 224, 224, 0.8);
  }
  .lg-border-bottom-alert-op-8 {
    border-bottom-color: rgba(255, 224, 224, 0.8);
  }
  .lg-border-left-alert-op-8 {
    border-left-color: rgba(255, 224, 224, 0.8);
  }
  .lg-fill-alert-op-8 {
    fill: rgba(255, 224, 224, 0.8);
  }
  .lg-stroke-alert-op-8 {
    stroke: rgba(255, 224, 224, 0.8);
  }
  .lg-text-alert-op-8 {
    color: rgba(255, 224, 224, 0.8);
  }
  .lg-bg-alert-op-9 {
    background-color: rgba(255, 224, 224, 0.9);
  }
  .lg-border-color-alert-op-9 {
    border-color: rgba(255, 224, 224, 0.9);
  }
  .lg-border-top-alert-op-9 {
    border-top-color: rgba(255, 224, 224, 0.9);
  }
  .lg-border-right-alert-op-9 {
    border-right-color: rgba(255, 224, 224, 0.9);
  }
  .lg-border-bottom-alert-op-9 {
    border-bottom-color: rgba(255, 224, 224, 0.9);
  }
  .lg-border-left-alert-op-9 {
    border-left-color: rgba(255, 224, 224, 0.9);
  }
  .lg-fill-alert-op-9 {
    fill: rgba(255, 224, 224, 0.9);
  }
  .lg-stroke-alert-op-9 {
    stroke: rgba(255, 224, 224, 0.9);
  }
  .lg-text-alert-op-9 {
    color: rgba(255, 224, 224, 0.9);
  }
  .lg-bg-alert-op-10 {
    background-color: #ffe0e0;
  }
  .lg-border-color-alert-op-10 {
    border-color: #ffe0e0;
  }
  .lg-border-top-alert-op-10 {
    border-top-color: #ffe0e0;
  }
  .lg-border-right-alert-op-10 {
    border-right-color: #ffe0e0;
  }
  .lg-border-bottom-alert-op-10 {
    border-bottom-color: #ffe0e0;
  }
  .lg-border-left-alert-op-10 {
    border-left-color: #ffe0e0;
  }
  .lg-fill-alert-op-10 {
    fill: #ffe0e0;
  }
  .lg-stroke-alert-op-10 {
    stroke: #ffe0e0;
  }
  .lg-text-alert-op-10 {
    color: #ffe0e0;
  }
  .lg-bg-text {
    background-color: #000;
  }
  .lg-border-color-text {
    border-color: #000;
  }
  .lg-border-top-text {
    border-top-color: #000;
  }
  .lg-border-right-text {
    border-right-color: #000;
  }
  .lg-border-bottom-text {
    border-bottom-color: #000;
  }
  .lg-border-left-text {
    border-left-color: #000;
  }
  .lg-fill-text {
    fill: #000;
  }
  .lg-stroke-text {
    stroke: #000;
  }
  .lg-text-text {
    color: #000;
  }
  .lg-bg-text-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .lg-border-color-text-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .lg-border-top-text-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .lg-border-right-text-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .lg-border-bottom-text-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .lg-border-left-text-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .lg-fill-text-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .lg-stroke-text-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .lg-text-text-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .lg-bg-text-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-color-text-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-top-text-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-right-text-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-bottom-text-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .lg-border-left-text-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .lg-fill-text-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .lg-stroke-text-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .lg-text-text-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .lg-bg-text-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-color-text-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-top-text-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-right-text-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-bottom-text-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .lg-border-left-text-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .lg-fill-text-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .lg-stroke-text-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .lg-text-text-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .lg-bg-text-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-color-text-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-top-text-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-right-text-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-bottom-text-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .lg-border-left-text-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .lg-fill-text-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .lg-stroke-text-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .lg-text-text-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .lg-bg-text-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-color-text-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-top-text-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-right-text-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-bottom-text-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .lg-border-left-text-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .lg-fill-text-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .lg-stroke-text-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .lg-text-text-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .lg-bg-text-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-color-text-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-top-text-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-right-text-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-bottom-text-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .lg-border-left-text-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .lg-fill-text-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .lg-stroke-text-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .lg-text-text-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .lg-bg-text-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-color-text-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-top-text-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-right-text-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-bottom-text-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .lg-border-left-text-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .lg-fill-text-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .lg-stroke-text-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .lg-text-text-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .lg-bg-text-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-color-text-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-top-text-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-right-text-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-bottom-text-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .lg-border-left-text-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .lg-fill-text-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .lg-stroke-text-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .lg-text-text-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .lg-bg-text-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-color-text-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-top-text-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-right-text-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-bottom-text-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .lg-border-left-text-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .lg-fill-text-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .lg-stroke-text-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .lg-text-text-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .lg-bg-text-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-color-text-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-top-text-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-right-text-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-bottom-text-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .lg-border-left-text-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .lg-fill-text-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .lg-stroke-text-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .lg-text-text-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .lg-bg-text-op-10 {
    background-color: black;
  }
  .lg-border-color-text-op-10 {
    border-color: black;
  }
  .lg-border-top-text-op-10 {
    border-top-color: black;
  }
  .lg-border-right-text-op-10 {
    border-right-color: black;
  }
  .lg-border-bottom-text-op-10 {
    border-bottom-color: black;
  }
  .lg-border-left-text-op-10 {
    border-left-color: black;
  }
  .lg-fill-text-op-10 {
    fill: black;
  }
  .lg-stroke-text-op-10 {
    stroke: black;
  }
  .lg-text-text-op-10 {
    color: black;
  }
  .lg-bg-secondary-dark {
    background-color: #244E9A;
  }
  .lg-border-color-secondary-dark {
    border-color: #244E9A;
  }
  .lg-border-top-secondary-dark {
    border-top-color: #244E9A;
  }
  .lg-border-right-secondary-dark {
    border-right-color: #244E9A;
  }
  .lg-border-bottom-secondary-dark {
    border-bottom-color: #244E9A;
  }
  .lg-border-left-secondary-dark {
    border-left-color: #244E9A;
  }
  .lg-fill-secondary-dark {
    fill: #244E9A;
  }
  .lg-stroke-secondary-dark {
    stroke: #244E9A;
  }
  .lg-text-secondary-dark {
    color: #244E9A;
  }
  .lg-bg-secondary-dark-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .lg-border-color-secondary-dark-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .lg-border-top-secondary-dark-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .lg-border-right-secondary-dark-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .lg-border-bottom-secondary-dark-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .lg-border-left-secondary-dark-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .lg-fill-secondary-dark-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .lg-stroke-secondary-dark-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .lg-text-secondary-dark-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .lg-bg-secondary-dark-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-color-secondary-dark-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-top-secondary-dark-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-right-secondary-dark-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-bottom-secondary-dark-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-left-secondary-dark-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .lg-fill-secondary-dark-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .lg-stroke-secondary-dark-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .lg-text-secondary-dark-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .lg-bg-secondary-dark-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-color-secondary-dark-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-top-secondary-dark-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-right-secondary-dark-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-bottom-secondary-dark-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-left-secondary-dark-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .lg-fill-secondary-dark-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .lg-stroke-secondary-dark-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .lg-text-secondary-dark-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .lg-bg-secondary-dark-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-color-secondary-dark-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-top-secondary-dark-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-right-secondary-dark-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-bottom-secondary-dark-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-left-secondary-dark-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .lg-fill-secondary-dark-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .lg-stroke-secondary-dark-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .lg-text-secondary-dark-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .lg-bg-secondary-dark-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-color-secondary-dark-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-top-secondary-dark-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-right-secondary-dark-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-bottom-secondary-dark-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-left-secondary-dark-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .lg-fill-secondary-dark-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .lg-stroke-secondary-dark-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .lg-text-secondary-dark-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .lg-bg-secondary-dark-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-color-secondary-dark-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-top-secondary-dark-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-right-secondary-dark-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-bottom-secondary-dark-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-left-secondary-dark-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .lg-fill-secondary-dark-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .lg-stroke-secondary-dark-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .lg-text-secondary-dark-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .lg-bg-secondary-dark-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-color-secondary-dark-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-top-secondary-dark-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-right-secondary-dark-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-bottom-secondary-dark-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-left-secondary-dark-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .lg-fill-secondary-dark-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .lg-stroke-secondary-dark-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .lg-text-secondary-dark-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .lg-bg-secondary-dark-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-color-secondary-dark-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-top-secondary-dark-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-right-secondary-dark-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-bottom-secondary-dark-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-left-secondary-dark-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .lg-fill-secondary-dark-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .lg-stroke-secondary-dark-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .lg-text-secondary-dark-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .lg-bg-secondary-dark-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-color-secondary-dark-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-top-secondary-dark-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-right-secondary-dark-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-bottom-secondary-dark-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-left-secondary-dark-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .lg-fill-secondary-dark-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .lg-stroke-secondary-dark-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .lg-text-secondary-dark-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .lg-bg-secondary-dark-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-color-secondary-dark-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-top-secondary-dark-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-right-secondary-dark-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-bottom-secondary-dark-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-left-secondary-dark-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .lg-fill-secondary-dark-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .lg-stroke-secondary-dark-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .lg-text-secondary-dark-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .lg-bg-secondary-dark-op-10 {
    background-color: #244e9a;
  }
  .lg-border-color-secondary-dark-op-10 {
    border-color: #244e9a;
  }
  .lg-border-top-secondary-dark-op-10 {
    border-top-color: #244e9a;
  }
  .lg-border-right-secondary-dark-op-10 {
    border-right-color: #244e9a;
  }
  .lg-border-bottom-secondary-dark-op-10 {
    border-bottom-color: #244e9a;
  }
  .lg-border-left-secondary-dark-op-10 {
    border-left-color: #244e9a;
  }
  .lg-fill-secondary-dark-op-10 {
    fill: #244e9a;
  }
  .lg-stroke-secondary-dark-op-10 {
    stroke: #244e9a;
  }
  .lg-text-secondary-dark-op-10 {
    color: #244e9a;
  }
  .lg-bg-secondary {
    background-color: #244E9A;
  }
  .lg-border-color-secondary {
    border-color: #244E9A;
  }
  .lg-border-top-secondary {
    border-top-color: #244E9A;
  }
  .lg-border-right-secondary {
    border-right-color: #244E9A;
  }
  .lg-border-bottom-secondary {
    border-bottom-color: #244E9A;
  }
  .lg-border-left-secondary {
    border-left-color: #244E9A;
  }
  .lg-fill-secondary {
    fill: #244E9A;
  }
  .lg-stroke-secondary {
    stroke: #244E9A;
  }
  .lg-text-secondary {
    color: #244E9A;
  }
  .lg-bg-secondary-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .lg-border-color-secondary-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .lg-border-top-secondary-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .lg-border-right-secondary-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .lg-border-bottom-secondary-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .lg-border-left-secondary-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .lg-fill-secondary-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .lg-stroke-secondary-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .lg-text-secondary-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .lg-bg-secondary-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-color-secondary-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-top-secondary-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-right-secondary-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-bottom-secondary-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-left-secondary-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .lg-fill-secondary-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .lg-stroke-secondary-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .lg-text-secondary-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .lg-bg-secondary-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-color-secondary-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-top-secondary-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-right-secondary-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-bottom-secondary-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-left-secondary-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .lg-fill-secondary-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .lg-stroke-secondary-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .lg-text-secondary-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .lg-bg-secondary-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-color-secondary-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-top-secondary-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-right-secondary-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-bottom-secondary-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-left-secondary-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .lg-fill-secondary-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .lg-stroke-secondary-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .lg-text-secondary-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .lg-bg-secondary-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-color-secondary-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-top-secondary-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-right-secondary-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-bottom-secondary-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-left-secondary-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .lg-fill-secondary-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .lg-stroke-secondary-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .lg-text-secondary-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .lg-bg-secondary-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-color-secondary-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-top-secondary-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-right-secondary-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-bottom-secondary-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-left-secondary-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .lg-fill-secondary-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .lg-stroke-secondary-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .lg-text-secondary-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .lg-bg-secondary-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-color-secondary-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-top-secondary-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-right-secondary-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-bottom-secondary-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-left-secondary-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .lg-fill-secondary-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .lg-stroke-secondary-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .lg-text-secondary-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .lg-bg-secondary-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-color-secondary-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-top-secondary-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-right-secondary-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-bottom-secondary-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-left-secondary-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .lg-fill-secondary-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .lg-stroke-secondary-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .lg-text-secondary-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .lg-bg-secondary-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-color-secondary-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-top-secondary-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-right-secondary-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-bottom-secondary-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-left-secondary-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .lg-fill-secondary-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .lg-stroke-secondary-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .lg-text-secondary-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .lg-bg-secondary-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-color-secondary-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-top-secondary-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-right-secondary-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-bottom-secondary-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-left-secondary-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .lg-fill-secondary-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .lg-stroke-secondary-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .lg-text-secondary-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .lg-bg-secondary-op-10 {
    background-color: #244e9a;
  }
  .lg-border-color-secondary-op-10 {
    border-color: #244e9a;
  }
  .lg-border-top-secondary-op-10 {
    border-top-color: #244e9a;
  }
  .lg-border-right-secondary-op-10 {
    border-right-color: #244e9a;
  }
  .lg-border-bottom-secondary-op-10 {
    border-bottom-color: #244e9a;
  }
  .lg-border-left-secondary-op-10 {
    border-left-color: #244e9a;
  }
  .lg-fill-secondary-op-10 {
    fill: #244e9a;
  }
  .lg-stroke-secondary-op-10 {
    stroke: #244e9a;
  }
  .lg-text-secondary-op-10 {
    color: #244e9a;
  }
  .lg-bg-secondary-light {
    background-color: #244E9A;
  }
  .lg-border-color-secondary-light {
    border-color: #244E9A;
  }
  .lg-border-top-secondary-light {
    border-top-color: #244E9A;
  }
  .lg-border-right-secondary-light {
    border-right-color: #244E9A;
  }
  .lg-border-bottom-secondary-light {
    border-bottom-color: #244E9A;
  }
  .lg-border-left-secondary-light {
    border-left-color: #244E9A;
  }
  .lg-fill-secondary-light {
    fill: #244E9A;
  }
  .lg-stroke-secondary-light {
    stroke: #244E9A;
  }
  .lg-text-secondary-light {
    color: #244E9A;
  }
  .lg-bg-secondary-light-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .lg-border-color-secondary-light-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .lg-border-top-secondary-light-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .lg-border-right-secondary-light-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .lg-border-bottom-secondary-light-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .lg-border-left-secondary-light-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .lg-fill-secondary-light-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .lg-stroke-secondary-light-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .lg-text-secondary-light-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .lg-bg-secondary-light-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-color-secondary-light-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-top-secondary-light-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-right-secondary-light-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-bottom-secondary-light-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .lg-border-left-secondary-light-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .lg-fill-secondary-light-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .lg-stroke-secondary-light-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .lg-text-secondary-light-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .lg-bg-secondary-light-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-color-secondary-light-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-top-secondary-light-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-right-secondary-light-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-bottom-secondary-light-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .lg-border-left-secondary-light-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .lg-fill-secondary-light-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .lg-stroke-secondary-light-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .lg-text-secondary-light-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .lg-bg-secondary-light-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-color-secondary-light-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-top-secondary-light-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-right-secondary-light-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-bottom-secondary-light-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .lg-border-left-secondary-light-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .lg-fill-secondary-light-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .lg-stroke-secondary-light-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .lg-text-secondary-light-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .lg-bg-secondary-light-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-color-secondary-light-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-top-secondary-light-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-right-secondary-light-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-bottom-secondary-light-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .lg-border-left-secondary-light-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .lg-fill-secondary-light-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .lg-stroke-secondary-light-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .lg-text-secondary-light-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .lg-bg-secondary-light-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-color-secondary-light-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-top-secondary-light-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-right-secondary-light-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-bottom-secondary-light-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .lg-border-left-secondary-light-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .lg-fill-secondary-light-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .lg-stroke-secondary-light-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .lg-text-secondary-light-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .lg-bg-secondary-light-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-color-secondary-light-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-top-secondary-light-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-right-secondary-light-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-bottom-secondary-light-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .lg-border-left-secondary-light-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .lg-fill-secondary-light-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .lg-stroke-secondary-light-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .lg-text-secondary-light-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .lg-bg-secondary-light-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-color-secondary-light-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-top-secondary-light-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-right-secondary-light-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-bottom-secondary-light-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .lg-border-left-secondary-light-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .lg-fill-secondary-light-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .lg-stroke-secondary-light-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .lg-text-secondary-light-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .lg-bg-secondary-light-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-color-secondary-light-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-top-secondary-light-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-right-secondary-light-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-bottom-secondary-light-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .lg-border-left-secondary-light-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .lg-fill-secondary-light-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .lg-stroke-secondary-light-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .lg-text-secondary-light-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .lg-bg-secondary-light-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-color-secondary-light-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-top-secondary-light-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-right-secondary-light-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-bottom-secondary-light-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .lg-border-left-secondary-light-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .lg-fill-secondary-light-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .lg-stroke-secondary-light-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .lg-text-secondary-light-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .lg-bg-secondary-light-op-10 {
    background-color: #244e9a;
  }
  .lg-border-color-secondary-light-op-10 {
    border-color: #244e9a;
  }
  .lg-border-top-secondary-light-op-10 {
    border-top-color: #244e9a;
  }
  .lg-border-right-secondary-light-op-10 {
    border-right-color: #244e9a;
  }
  .lg-border-bottom-secondary-light-op-10 {
    border-bottom-color: #244e9a;
  }
  .lg-border-left-secondary-light-op-10 {
    border-left-color: #244e9a;
  }
  .lg-fill-secondary-light-op-10 {
    fill: #244e9a;
  }
  .lg-stroke-secondary-light-op-10 {
    stroke: #244e9a;
  }
  .lg-text-secondary-light-op-10 {
    color: #244e9a;
  }
}
@media (min-width: 1280px) {
  .xl-bg-black {
    background-color: #000;
  }
  .xl-border-color-black {
    border-color: #000;
  }
  .xl-border-top-black {
    border-top-color: #000;
  }
  .xl-border-right-black {
    border-right-color: #000;
  }
  .xl-border-bottom-black {
    border-bottom-color: #000;
  }
  .xl-border-left-black {
    border-left-color: #000;
  }
  .xl-fill-black {
    fill: #000;
  }
  .xl-stroke-black {
    stroke: #000;
  }
  .xl-text-black {
    color: #000;
  }
  .xl-bg-black-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .xl-border-color-black-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .xl-border-top-black-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .xl-border-right-black-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .xl-border-bottom-black-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .xl-border-left-black-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .xl-fill-black-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .xl-stroke-black-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .xl-text-black-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .xl-bg-black-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-color-black-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-top-black-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-right-black-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-bottom-black-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-left-black-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .xl-fill-black-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .xl-stroke-black-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .xl-text-black-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .xl-bg-black-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-color-black-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-top-black-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-right-black-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-bottom-black-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-left-black-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .xl-fill-black-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .xl-stroke-black-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .xl-text-black-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .xl-bg-black-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-color-black-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-top-black-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-right-black-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-bottom-black-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-left-black-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .xl-fill-black-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .xl-stroke-black-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .xl-text-black-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .xl-bg-black-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-color-black-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-top-black-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-right-black-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-bottom-black-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-left-black-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .xl-fill-black-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .xl-stroke-black-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .xl-text-black-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .xl-bg-black-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-color-black-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-top-black-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-right-black-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-bottom-black-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-left-black-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .xl-fill-black-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .xl-stroke-black-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .xl-text-black-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .xl-bg-black-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-color-black-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-top-black-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-right-black-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-bottom-black-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-left-black-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .xl-fill-black-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .xl-stroke-black-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .xl-text-black-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .xl-bg-black-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-color-black-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-top-black-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-right-black-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-bottom-black-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-left-black-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .xl-fill-black-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .xl-stroke-black-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .xl-text-black-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .xl-bg-black-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-color-black-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-top-black-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-right-black-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-bottom-black-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-left-black-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .xl-fill-black-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .xl-stroke-black-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .xl-text-black-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .xl-bg-black-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-color-black-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-top-black-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-right-black-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-bottom-black-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-left-black-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .xl-fill-black-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .xl-stroke-black-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .xl-text-black-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .xl-bg-black-op-10 {
    background-color: black;
  }
  .xl-border-color-black-op-10 {
    border-color: black;
  }
  .xl-border-top-black-op-10 {
    border-top-color: black;
  }
  .xl-border-right-black-op-10 {
    border-right-color: black;
  }
  .xl-border-bottom-black-op-10 {
    border-bottom-color: black;
  }
  .xl-border-left-black-op-10 {
    border-left-color: black;
  }
  .xl-fill-black-op-10 {
    fill: black;
  }
  .xl-stroke-black-op-10 {
    stroke: black;
  }
  .xl-text-black-op-10 {
    color: black;
  }
  .xl-bg-white {
    background-color: #fff;
  }
  .xl-border-color-white {
    border-color: #fff;
  }
  .xl-border-top-white {
    border-top-color: #fff;
  }
  .xl-border-right-white {
    border-right-color: #fff;
  }
  .xl-border-bottom-white {
    border-bottom-color: #fff;
  }
  .xl-border-left-white {
    border-left-color: #fff;
  }
  .xl-fill-white {
    fill: #fff;
  }
  .xl-stroke-white {
    stroke: #fff;
  }
  .xl-text-white {
    color: #fff;
  }
  .xl-bg-white-op-0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .xl-border-color-white-op-0 {
    border-color: rgba(255, 255, 255, 0);
  }
  .xl-border-top-white-op-0 {
    border-top-color: rgba(255, 255, 255, 0);
  }
  .xl-border-right-white-op-0 {
    border-right-color: rgba(255, 255, 255, 0);
  }
  .xl-border-bottom-white-op-0 {
    border-bottom-color: rgba(255, 255, 255, 0);
  }
  .xl-border-left-white-op-0 {
    border-left-color: rgba(255, 255, 255, 0);
  }
  .xl-fill-white-op-0 {
    fill: rgba(255, 255, 255, 0);
  }
  .xl-stroke-white-op-0 {
    stroke: rgba(255, 255, 255, 0);
  }
  .xl-text-white-op-0 {
    color: rgba(255, 255, 255, 0);
  }
  .xl-bg-white-op-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xl-border-color-white-op-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .xl-border-top-white-op-1 {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  .xl-border-right-white-op-1 {
    border-right-color: rgba(255, 255, 255, 0.1);
  }
  .xl-border-bottom-white-op-1 {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .xl-border-left-white-op-1 {
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  .xl-fill-white-op-1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .xl-stroke-white-op-1 {
    stroke: rgba(255, 255, 255, 0.1);
  }
  .xl-text-white-op-1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .xl-bg-white-op-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .xl-border-color-white-op-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .xl-border-top-white-op-2 {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .xl-border-right-white-op-2 {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
  .xl-border-bottom-white-op-2 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .xl-border-left-white-op-2 {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
  .xl-fill-white-op-2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .xl-stroke-white-op-2 {
    stroke: rgba(255, 255, 255, 0.2);
  }
  .xl-text-white-op-2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .xl-bg-white-op-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .xl-border-color-white-op-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .xl-border-top-white-op-3 {
    border-top-color: rgba(255, 255, 255, 0.3);
  }
  .xl-border-right-white-op-3 {
    border-right-color: rgba(255, 255, 255, 0.3);
  }
  .xl-border-bottom-white-op-3 {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .xl-border-left-white-op-3 {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
  .xl-fill-white-op-3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .xl-stroke-white-op-3 {
    stroke: rgba(255, 255, 255, 0.3);
  }
  .xl-text-white-op-3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .xl-bg-white-op-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .xl-border-color-white-op-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .xl-border-top-white-op-4 {
    border-top-color: rgba(255, 255, 255, 0.4);
  }
  .xl-border-right-white-op-4 {
    border-right-color: rgba(255, 255, 255, 0.4);
  }
  .xl-border-bottom-white-op-4 {
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  .xl-border-left-white-op-4 {
    border-left-color: rgba(255, 255, 255, 0.4);
  }
  .xl-fill-white-op-4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .xl-stroke-white-op-4 {
    stroke: rgba(255, 255, 255, 0.4);
  }
  .xl-text-white-op-4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .xl-bg-white-op-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .xl-border-color-white-op-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .xl-border-top-white-op-5 {
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .xl-border-right-white-op-5 {
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .xl-border-bottom-white-op-5 {
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .xl-border-left-white-op-5 {
    border-left-color: rgba(255, 255, 255, 0.5);
  }
  .xl-fill-white-op-5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .xl-stroke-white-op-5 {
    stroke: rgba(255, 255, 255, 0.5);
  }
  .xl-text-white-op-5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .xl-bg-white-op-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .xl-border-color-white-op-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .xl-border-top-white-op-6 {
    border-top-color: rgba(255, 255, 255, 0.6);
  }
  .xl-border-right-white-op-6 {
    border-right-color: rgba(255, 255, 255, 0.6);
  }
  .xl-border-bottom-white-op-6 {
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }
  .xl-border-left-white-op-6 {
    border-left-color: rgba(255, 255, 255, 0.6);
  }
  .xl-fill-white-op-6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .xl-stroke-white-op-6 {
    stroke: rgba(255, 255, 255, 0.6);
  }
  .xl-text-white-op-6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .xl-bg-white-op-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .xl-border-color-white-op-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .xl-border-top-white-op-7 {
    border-top-color: rgba(255, 255, 255, 0.7);
  }
  .xl-border-right-white-op-7 {
    border-right-color: rgba(255, 255, 255, 0.7);
  }
  .xl-border-bottom-white-op-7 {
    border-bottom-color: rgba(255, 255, 255, 0.7);
  }
  .xl-border-left-white-op-7 {
    border-left-color: rgba(255, 255, 255, 0.7);
  }
  .xl-fill-white-op-7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .xl-stroke-white-op-7 {
    stroke: rgba(255, 255, 255, 0.7);
  }
  .xl-text-white-op-7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .xl-bg-white-op-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .xl-border-color-white-op-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .xl-border-top-white-op-8 {
    border-top-color: rgba(255, 255, 255, 0.8);
  }
  .xl-border-right-white-op-8 {
    border-right-color: rgba(255, 255, 255, 0.8);
  }
  .xl-border-bottom-white-op-8 {
    border-bottom-color: rgba(255, 255, 255, 0.8);
  }
  .xl-border-left-white-op-8 {
    border-left-color: rgba(255, 255, 255, 0.8);
  }
  .xl-fill-white-op-8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .xl-stroke-white-op-8 {
    stroke: rgba(255, 255, 255, 0.8);
  }
  .xl-text-white-op-8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .xl-bg-white-op-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .xl-border-color-white-op-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .xl-border-top-white-op-9 {
    border-top-color: rgba(255, 255, 255, 0.9);
  }
  .xl-border-right-white-op-9 {
    border-right-color: rgba(255, 255, 255, 0.9);
  }
  .xl-border-bottom-white-op-9 {
    border-bottom-color: rgba(255, 255, 255, 0.9);
  }
  .xl-border-left-white-op-9 {
    border-left-color: rgba(255, 255, 255, 0.9);
  }
  .xl-fill-white-op-9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .xl-stroke-white-op-9 {
    stroke: rgba(255, 255, 255, 0.9);
  }
  .xl-text-white-op-9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .xl-bg-white-op-10 {
    background-color: white;
  }
  .xl-border-color-white-op-10 {
    border-color: white;
  }
  .xl-border-top-white-op-10 {
    border-top-color: white;
  }
  .xl-border-right-white-op-10 {
    border-right-color: white;
  }
  .xl-border-bottom-white-op-10 {
    border-bottom-color: white;
  }
  .xl-border-left-white-op-10 {
    border-left-color: white;
  }
  .xl-fill-white-op-10 {
    fill: white;
  }
  .xl-stroke-white-op-10 {
    stroke: white;
  }
  .xl-text-white-op-10 {
    color: white;
  }
  .xl-bg-gray-100 {
    background-color: #f9fafb;
  }
  .xl-border-color-gray-100 {
    border-color: #f9fafb;
  }
  .xl-border-top-gray-100 {
    border-top-color: #f9fafb;
  }
  .xl-border-right-gray-100 {
    border-right-color: #f9fafb;
  }
  .xl-border-bottom-gray-100 {
    border-bottom-color: #f9fafb;
  }
  .xl-border-left-gray-100 {
    border-left-color: #f9fafb;
  }
  .xl-fill-gray-100 {
    fill: #f9fafb;
  }
  .xl-stroke-gray-100 {
    stroke: #f9fafb;
  }
  .xl-text-gray-100 {
    color: #f9fafb;
  }
  .xl-bg-gray-100-op-0 {
    background-color: rgba(249, 250, 251, 0);
  }
  .xl-border-color-gray-100-op-0 {
    border-color: rgba(249, 250, 251, 0);
  }
  .xl-border-top-gray-100-op-0 {
    border-top-color: rgba(249, 250, 251, 0);
  }
  .xl-border-right-gray-100-op-0 {
    border-right-color: rgba(249, 250, 251, 0);
  }
  .xl-border-bottom-gray-100-op-0 {
    border-bottom-color: rgba(249, 250, 251, 0);
  }
  .xl-border-left-gray-100-op-0 {
    border-left-color: rgba(249, 250, 251, 0);
  }
  .xl-fill-gray-100-op-0 {
    fill: rgba(249, 250, 251, 0);
  }
  .xl-stroke-gray-100-op-0 {
    stroke: rgba(249, 250, 251, 0);
  }
  .xl-text-gray-100-op-0 {
    color: rgba(249, 250, 251, 0);
  }
  .xl-bg-gray-100-op-1 {
    background-color: rgba(249, 250, 251, 0.1);
  }
  .xl-border-color-gray-100-op-1 {
    border-color: rgba(249, 250, 251, 0.1);
  }
  .xl-border-top-gray-100-op-1 {
    border-top-color: rgba(249, 250, 251, 0.1);
  }
  .xl-border-right-gray-100-op-1 {
    border-right-color: rgba(249, 250, 251, 0.1);
  }
  .xl-border-bottom-gray-100-op-1 {
    border-bottom-color: rgba(249, 250, 251, 0.1);
  }
  .xl-border-left-gray-100-op-1 {
    border-left-color: rgba(249, 250, 251, 0.1);
  }
  .xl-fill-gray-100-op-1 {
    fill: rgba(249, 250, 251, 0.1);
  }
  .xl-stroke-gray-100-op-1 {
    stroke: rgba(249, 250, 251, 0.1);
  }
  .xl-text-gray-100-op-1 {
    color: rgba(249, 250, 251, 0.1);
  }
  .xl-bg-gray-100-op-2 {
    background-color: rgba(249, 250, 251, 0.2);
  }
  .xl-border-color-gray-100-op-2 {
    border-color: rgba(249, 250, 251, 0.2);
  }
  .xl-border-top-gray-100-op-2 {
    border-top-color: rgba(249, 250, 251, 0.2);
  }
  .xl-border-right-gray-100-op-2 {
    border-right-color: rgba(249, 250, 251, 0.2);
  }
  .xl-border-bottom-gray-100-op-2 {
    border-bottom-color: rgba(249, 250, 251, 0.2);
  }
  .xl-border-left-gray-100-op-2 {
    border-left-color: rgba(249, 250, 251, 0.2);
  }
  .xl-fill-gray-100-op-2 {
    fill: rgba(249, 250, 251, 0.2);
  }
  .xl-stroke-gray-100-op-2 {
    stroke: rgba(249, 250, 251, 0.2);
  }
  .xl-text-gray-100-op-2 {
    color: rgba(249, 250, 251, 0.2);
  }
  .xl-bg-gray-100-op-3 {
    background-color: rgba(249, 250, 251, 0.3);
  }
  .xl-border-color-gray-100-op-3 {
    border-color: rgba(249, 250, 251, 0.3);
  }
  .xl-border-top-gray-100-op-3 {
    border-top-color: rgba(249, 250, 251, 0.3);
  }
  .xl-border-right-gray-100-op-3 {
    border-right-color: rgba(249, 250, 251, 0.3);
  }
  .xl-border-bottom-gray-100-op-3 {
    border-bottom-color: rgba(249, 250, 251, 0.3);
  }
  .xl-border-left-gray-100-op-3 {
    border-left-color: rgba(249, 250, 251, 0.3);
  }
  .xl-fill-gray-100-op-3 {
    fill: rgba(249, 250, 251, 0.3);
  }
  .xl-stroke-gray-100-op-3 {
    stroke: rgba(249, 250, 251, 0.3);
  }
  .xl-text-gray-100-op-3 {
    color: rgba(249, 250, 251, 0.3);
  }
  .xl-bg-gray-100-op-4 {
    background-color: rgba(249, 250, 251, 0.4);
  }
  .xl-border-color-gray-100-op-4 {
    border-color: rgba(249, 250, 251, 0.4);
  }
  .xl-border-top-gray-100-op-4 {
    border-top-color: rgba(249, 250, 251, 0.4);
  }
  .xl-border-right-gray-100-op-4 {
    border-right-color: rgba(249, 250, 251, 0.4);
  }
  .xl-border-bottom-gray-100-op-4 {
    border-bottom-color: rgba(249, 250, 251, 0.4);
  }
  .xl-border-left-gray-100-op-4 {
    border-left-color: rgba(249, 250, 251, 0.4);
  }
  .xl-fill-gray-100-op-4 {
    fill: rgba(249, 250, 251, 0.4);
  }
  .xl-stroke-gray-100-op-4 {
    stroke: rgba(249, 250, 251, 0.4);
  }
  .xl-text-gray-100-op-4 {
    color: rgba(249, 250, 251, 0.4);
  }
  .xl-bg-gray-100-op-5 {
    background-color: rgba(249, 250, 251, 0.5);
  }
  .xl-border-color-gray-100-op-5 {
    border-color: rgba(249, 250, 251, 0.5);
  }
  .xl-border-top-gray-100-op-5 {
    border-top-color: rgba(249, 250, 251, 0.5);
  }
  .xl-border-right-gray-100-op-5 {
    border-right-color: rgba(249, 250, 251, 0.5);
  }
  .xl-border-bottom-gray-100-op-5 {
    border-bottom-color: rgba(249, 250, 251, 0.5);
  }
  .xl-border-left-gray-100-op-5 {
    border-left-color: rgba(249, 250, 251, 0.5);
  }
  .xl-fill-gray-100-op-5 {
    fill: rgba(249, 250, 251, 0.5);
  }
  .xl-stroke-gray-100-op-5 {
    stroke: rgba(249, 250, 251, 0.5);
  }
  .xl-text-gray-100-op-5 {
    color: rgba(249, 250, 251, 0.5);
  }
  .xl-bg-gray-100-op-6 {
    background-color: rgba(249, 250, 251, 0.6);
  }
  .xl-border-color-gray-100-op-6 {
    border-color: rgba(249, 250, 251, 0.6);
  }
  .xl-border-top-gray-100-op-6 {
    border-top-color: rgba(249, 250, 251, 0.6);
  }
  .xl-border-right-gray-100-op-6 {
    border-right-color: rgba(249, 250, 251, 0.6);
  }
  .xl-border-bottom-gray-100-op-6 {
    border-bottom-color: rgba(249, 250, 251, 0.6);
  }
  .xl-border-left-gray-100-op-6 {
    border-left-color: rgba(249, 250, 251, 0.6);
  }
  .xl-fill-gray-100-op-6 {
    fill: rgba(249, 250, 251, 0.6);
  }
  .xl-stroke-gray-100-op-6 {
    stroke: rgba(249, 250, 251, 0.6);
  }
  .xl-text-gray-100-op-6 {
    color: rgba(249, 250, 251, 0.6);
  }
  .xl-bg-gray-100-op-7 {
    background-color: rgba(249, 250, 251, 0.7);
  }
  .xl-border-color-gray-100-op-7 {
    border-color: rgba(249, 250, 251, 0.7);
  }
  .xl-border-top-gray-100-op-7 {
    border-top-color: rgba(249, 250, 251, 0.7);
  }
  .xl-border-right-gray-100-op-7 {
    border-right-color: rgba(249, 250, 251, 0.7);
  }
  .xl-border-bottom-gray-100-op-7 {
    border-bottom-color: rgba(249, 250, 251, 0.7);
  }
  .xl-border-left-gray-100-op-7 {
    border-left-color: rgba(249, 250, 251, 0.7);
  }
  .xl-fill-gray-100-op-7 {
    fill: rgba(249, 250, 251, 0.7);
  }
  .xl-stroke-gray-100-op-7 {
    stroke: rgba(249, 250, 251, 0.7);
  }
  .xl-text-gray-100-op-7 {
    color: rgba(249, 250, 251, 0.7);
  }
  .xl-bg-gray-100-op-8 {
    background-color: rgba(249, 250, 251, 0.8);
  }
  .xl-border-color-gray-100-op-8 {
    border-color: rgba(249, 250, 251, 0.8);
  }
  .xl-border-top-gray-100-op-8 {
    border-top-color: rgba(249, 250, 251, 0.8);
  }
  .xl-border-right-gray-100-op-8 {
    border-right-color: rgba(249, 250, 251, 0.8);
  }
  .xl-border-bottom-gray-100-op-8 {
    border-bottom-color: rgba(249, 250, 251, 0.8);
  }
  .xl-border-left-gray-100-op-8 {
    border-left-color: rgba(249, 250, 251, 0.8);
  }
  .xl-fill-gray-100-op-8 {
    fill: rgba(249, 250, 251, 0.8);
  }
  .xl-stroke-gray-100-op-8 {
    stroke: rgba(249, 250, 251, 0.8);
  }
  .xl-text-gray-100-op-8 {
    color: rgba(249, 250, 251, 0.8);
  }
  .xl-bg-gray-100-op-9 {
    background-color: rgba(249, 250, 251, 0.9);
  }
  .xl-border-color-gray-100-op-9 {
    border-color: rgba(249, 250, 251, 0.9);
  }
  .xl-border-top-gray-100-op-9 {
    border-top-color: rgba(249, 250, 251, 0.9);
  }
  .xl-border-right-gray-100-op-9 {
    border-right-color: rgba(249, 250, 251, 0.9);
  }
  .xl-border-bottom-gray-100-op-9 {
    border-bottom-color: rgba(249, 250, 251, 0.9);
  }
  .xl-border-left-gray-100-op-9 {
    border-left-color: rgba(249, 250, 251, 0.9);
  }
  .xl-fill-gray-100-op-9 {
    fill: rgba(249, 250, 251, 0.9);
  }
  .xl-stroke-gray-100-op-9 {
    stroke: rgba(249, 250, 251, 0.9);
  }
  .xl-text-gray-100-op-9 {
    color: rgba(249, 250, 251, 0.9);
  }
  .xl-bg-gray-100-op-10 {
    background-color: #f9fafb;
  }
  .xl-border-color-gray-100-op-10 {
    border-color: #f9fafb;
  }
  .xl-border-top-gray-100-op-10 {
    border-top-color: #f9fafb;
  }
  .xl-border-right-gray-100-op-10 {
    border-right-color: #f9fafb;
  }
  .xl-border-bottom-gray-100-op-10 {
    border-bottom-color: #f9fafb;
  }
  .xl-border-left-gray-100-op-10 {
    border-left-color: #f9fafb;
  }
  .xl-fill-gray-100-op-10 {
    fill: #f9fafb;
  }
  .xl-stroke-gray-100-op-10 {
    stroke: #f9fafb;
  }
  .xl-text-gray-100-op-10 {
    color: #f9fafb;
  }
  .xl-bg-gray-150 {
    background-color: #f5f5f5;
  }
  .xl-border-color-gray-150 {
    border-color: #f5f5f5;
  }
  .xl-border-top-gray-150 {
    border-top-color: #f5f5f5;
  }
  .xl-border-right-gray-150 {
    border-right-color: #f5f5f5;
  }
  .xl-border-bottom-gray-150 {
    border-bottom-color: #f5f5f5;
  }
  .xl-border-left-gray-150 {
    border-left-color: #f5f5f5;
  }
  .xl-fill-gray-150 {
    fill: #f5f5f5;
  }
  .xl-stroke-gray-150 {
    stroke: #f5f5f5;
  }
  .xl-text-gray-150 {
    color: #f5f5f5;
  }
  .xl-bg-gray-150-op-0 {
    background-color: rgba(245, 245, 245, 0);
  }
  .xl-border-color-gray-150-op-0 {
    border-color: rgba(245, 245, 245, 0);
  }
  .xl-border-top-gray-150-op-0 {
    border-top-color: rgba(245, 245, 245, 0);
  }
  .xl-border-right-gray-150-op-0 {
    border-right-color: rgba(245, 245, 245, 0);
  }
  .xl-border-bottom-gray-150-op-0 {
    border-bottom-color: rgba(245, 245, 245, 0);
  }
  .xl-border-left-gray-150-op-0 {
    border-left-color: rgba(245, 245, 245, 0);
  }
  .xl-fill-gray-150-op-0 {
    fill: rgba(245, 245, 245, 0);
  }
  .xl-stroke-gray-150-op-0 {
    stroke: rgba(245, 245, 245, 0);
  }
  .xl-text-gray-150-op-0 {
    color: rgba(245, 245, 245, 0);
  }
  .xl-bg-gray-150-op-1 {
    background-color: rgba(245, 245, 245, 0.1);
  }
  .xl-border-color-gray-150-op-1 {
    border-color: rgba(245, 245, 245, 0.1);
  }
  .xl-border-top-gray-150-op-1 {
    border-top-color: rgba(245, 245, 245, 0.1);
  }
  .xl-border-right-gray-150-op-1 {
    border-right-color: rgba(245, 245, 245, 0.1);
  }
  .xl-border-bottom-gray-150-op-1 {
    border-bottom-color: rgba(245, 245, 245, 0.1);
  }
  .xl-border-left-gray-150-op-1 {
    border-left-color: rgba(245, 245, 245, 0.1);
  }
  .xl-fill-gray-150-op-1 {
    fill: rgba(245, 245, 245, 0.1);
  }
  .xl-stroke-gray-150-op-1 {
    stroke: rgba(245, 245, 245, 0.1);
  }
  .xl-text-gray-150-op-1 {
    color: rgba(245, 245, 245, 0.1);
  }
  .xl-bg-gray-150-op-2 {
    background-color: rgba(245, 245, 245, 0.2);
  }
  .xl-border-color-gray-150-op-2 {
    border-color: rgba(245, 245, 245, 0.2);
  }
  .xl-border-top-gray-150-op-2 {
    border-top-color: rgba(245, 245, 245, 0.2);
  }
  .xl-border-right-gray-150-op-2 {
    border-right-color: rgba(245, 245, 245, 0.2);
  }
  .xl-border-bottom-gray-150-op-2 {
    border-bottom-color: rgba(245, 245, 245, 0.2);
  }
  .xl-border-left-gray-150-op-2 {
    border-left-color: rgba(245, 245, 245, 0.2);
  }
  .xl-fill-gray-150-op-2 {
    fill: rgba(245, 245, 245, 0.2);
  }
  .xl-stroke-gray-150-op-2 {
    stroke: rgba(245, 245, 245, 0.2);
  }
  .xl-text-gray-150-op-2 {
    color: rgba(245, 245, 245, 0.2);
  }
  .xl-bg-gray-150-op-3 {
    background-color: rgba(245, 245, 245, 0.3);
  }
  .xl-border-color-gray-150-op-3 {
    border-color: rgba(245, 245, 245, 0.3);
  }
  .xl-border-top-gray-150-op-3 {
    border-top-color: rgba(245, 245, 245, 0.3);
  }
  .xl-border-right-gray-150-op-3 {
    border-right-color: rgba(245, 245, 245, 0.3);
  }
  .xl-border-bottom-gray-150-op-3 {
    border-bottom-color: rgba(245, 245, 245, 0.3);
  }
  .xl-border-left-gray-150-op-3 {
    border-left-color: rgba(245, 245, 245, 0.3);
  }
  .xl-fill-gray-150-op-3 {
    fill: rgba(245, 245, 245, 0.3);
  }
  .xl-stroke-gray-150-op-3 {
    stroke: rgba(245, 245, 245, 0.3);
  }
  .xl-text-gray-150-op-3 {
    color: rgba(245, 245, 245, 0.3);
  }
  .xl-bg-gray-150-op-4 {
    background-color: rgba(245, 245, 245, 0.4);
  }
  .xl-border-color-gray-150-op-4 {
    border-color: rgba(245, 245, 245, 0.4);
  }
  .xl-border-top-gray-150-op-4 {
    border-top-color: rgba(245, 245, 245, 0.4);
  }
  .xl-border-right-gray-150-op-4 {
    border-right-color: rgba(245, 245, 245, 0.4);
  }
  .xl-border-bottom-gray-150-op-4 {
    border-bottom-color: rgba(245, 245, 245, 0.4);
  }
  .xl-border-left-gray-150-op-4 {
    border-left-color: rgba(245, 245, 245, 0.4);
  }
  .xl-fill-gray-150-op-4 {
    fill: rgba(245, 245, 245, 0.4);
  }
  .xl-stroke-gray-150-op-4 {
    stroke: rgba(245, 245, 245, 0.4);
  }
  .xl-text-gray-150-op-4 {
    color: rgba(245, 245, 245, 0.4);
  }
  .xl-bg-gray-150-op-5 {
    background-color: rgba(245, 245, 245, 0.5);
  }
  .xl-border-color-gray-150-op-5 {
    border-color: rgba(245, 245, 245, 0.5);
  }
  .xl-border-top-gray-150-op-5 {
    border-top-color: rgba(245, 245, 245, 0.5);
  }
  .xl-border-right-gray-150-op-5 {
    border-right-color: rgba(245, 245, 245, 0.5);
  }
  .xl-border-bottom-gray-150-op-5 {
    border-bottom-color: rgba(245, 245, 245, 0.5);
  }
  .xl-border-left-gray-150-op-5 {
    border-left-color: rgba(245, 245, 245, 0.5);
  }
  .xl-fill-gray-150-op-5 {
    fill: rgba(245, 245, 245, 0.5);
  }
  .xl-stroke-gray-150-op-5 {
    stroke: rgba(245, 245, 245, 0.5);
  }
  .xl-text-gray-150-op-5 {
    color: rgba(245, 245, 245, 0.5);
  }
  .xl-bg-gray-150-op-6 {
    background-color: rgba(245, 245, 245, 0.6);
  }
  .xl-border-color-gray-150-op-6 {
    border-color: rgba(245, 245, 245, 0.6);
  }
  .xl-border-top-gray-150-op-6 {
    border-top-color: rgba(245, 245, 245, 0.6);
  }
  .xl-border-right-gray-150-op-6 {
    border-right-color: rgba(245, 245, 245, 0.6);
  }
  .xl-border-bottom-gray-150-op-6 {
    border-bottom-color: rgba(245, 245, 245, 0.6);
  }
  .xl-border-left-gray-150-op-6 {
    border-left-color: rgba(245, 245, 245, 0.6);
  }
  .xl-fill-gray-150-op-6 {
    fill: rgba(245, 245, 245, 0.6);
  }
  .xl-stroke-gray-150-op-6 {
    stroke: rgba(245, 245, 245, 0.6);
  }
  .xl-text-gray-150-op-6 {
    color: rgba(245, 245, 245, 0.6);
  }
  .xl-bg-gray-150-op-7 {
    background-color: rgba(245, 245, 245, 0.7);
  }
  .xl-border-color-gray-150-op-7 {
    border-color: rgba(245, 245, 245, 0.7);
  }
  .xl-border-top-gray-150-op-7 {
    border-top-color: rgba(245, 245, 245, 0.7);
  }
  .xl-border-right-gray-150-op-7 {
    border-right-color: rgba(245, 245, 245, 0.7);
  }
  .xl-border-bottom-gray-150-op-7 {
    border-bottom-color: rgba(245, 245, 245, 0.7);
  }
  .xl-border-left-gray-150-op-7 {
    border-left-color: rgba(245, 245, 245, 0.7);
  }
  .xl-fill-gray-150-op-7 {
    fill: rgba(245, 245, 245, 0.7);
  }
  .xl-stroke-gray-150-op-7 {
    stroke: rgba(245, 245, 245, 0.7);
  }
  .xl-text-gray-150-op-7 {
    color: rgba(245, 245, 245, 0.7);
  }
  .xl-bg-gray-150-op-8 {
    background-color: rgba(245, 245, 245, 0.8);
  }
  .xl-border-color-gray-150-op-8 {
    border-color: rgba(245, 245, 245, 0.8);
  }
  .xl-border-top-gray-150-op-8 {
    border-top-color: rgba(245, 245, 245, 0.8);
  }
  .xl-border-right-gray-150-op-8 {
    border-right-color: rgba(245, 245, 245, 0.8);
  }
  .xl-border-bottom-gray-150-op-8 {
    border-bottom-color: rgba(245, 245, 245, 0.8);
  }
  .xl-border-left-gray-150-op-8 {
    border-left-color: rgba(245, 245, 245, 0.8);
  }
  .xl-fill-gray-150-op-8 {
    fill: rgba(245, 245, 245, 0.8);
  }
  .xl-stroke-gray-150-op-8 {
    stroke: rgba(245, 245, 245, 0.8);
  }
  .xl-text-gray-150-op-8 {
    color: rgba(245, 245, 245, 0.8);
  }
  .xl-bg-gray-150-op-9 {
    background-color: rgba(245, 245, 245, 0.9);
  }
  .xl-border-color-gray-150-op-9 {
    border-color: rgba(245, 245, 245, 0.9);
  }
  .xl-border-top-gray-150-op-9 {
    border-top-color: rgba(245, 245, 245, 0.9);
  }
  .xl-border-right-gray-150-op-9 {
    border-right-color: rgba(245, 245, 245, 0.9);
  }
  .xl-border-bottom-gray-150-op-9 {
    border-bottom-color: rgba(245, 245, 245, 0.9);
  }
  .xl-border-left-gray-150-op-9 {
    border-left-color: rgba(245, 245, 245, 0.9);
  }
  .xl-fill-gray-150-op-9 {
    fill: rgba(245, 245, 245, 0.9);
  }
  .xl-stroke-gray-150-op-9 {
    stroke: rgba(245, 245, 245, 0.9);
  }
  .xl-text-gray-150-op-9 {
    color: rgba(245, 245, 245, 0.9);
  }
  .xl-bg-gray-150-op-10 {
    background-color: whitesmoke;
  }
  .xl-border-color-gray-150-op-10 {
    border-color: whitesmoke;
  }
  .xl-border-top-gray-150-op-10 {
    border-top-color: whitesmoke;
  }
  .xl-border-right-gray-150-op-10 {
    border-right-color: whitesmoke;
  }
  .xl-border-bottom-gray-150-op-10 {
    border-bottom-color: whitesmoke;
  }
  .xl-border-left-gray-150-op-10 {
    border-left-color: whitesmoke;
  }
  .xl-fill-gray-150-op-10 {
    fill: whitesmoke;
  }
  .xl-stroke-gray-150-op-10 {
    stroke: whitesmoke;
  }
  .xl-text-gray-150-op-10 {
    color: whitesmoke;
  }
  .xl-bg-gray-200 {
    background-color: #eaedf0;
  }
  .xl-border-color-gray-200 {
    border-color: #eaedf0;
  }
  .xl-border-top-gray-200 {
    border-top-color: #eaedf0;
  }
  .xl-border-right-gray-200 {
    border-right-color: #eaedf0;
  }
  .xl-border-bottom-gray-200 {
    border-bottom-color: #eaedf0;
  }
  .xl-border-left-gray-200 {
    border-left-color: #eaedf0;
  }
  .xl-fill-gray-200 {
    fill: #eaedf0;
  }
  .xl-stroke-gray-200 {
    stroke: #eaedf0;
  }
  .xl-text-gray-200 {
    color: #eaedf0;
  }
  .xl-bg-gray-200-op-0 {
    background-color: rgba(234, 237, 240, 0);
  }
  .xl-border-color-gray-200-op-0 {
    border-color: rgba(234, 237, 240, 0);
  }
  .xl-border-top-gray-200-op-0 {
    border-top-color: rgba(234, 237, 240, 0);
  }
  .xl-border-right-gray-200-op-0 {
    border-right-color: rgba(234, 237, 240, 0);
  }
  .xl-border-bottom-gray-200-op-0 {
    border-bottom-color: rgba(234, 237, 240, 0);
  }
  .xl-border-left-gray-200-op-0 {
    border-left-color: rgba(234, 237, 240, 0);
  }
  .xl-fill-gray-200-op-0 {
    fill: rgba(234, 237, 240, 0);
  }
  .xl-stroke-gray-200-op-0 {
    stroke: rgba(234, 237, 240, 0);
  }
  .xl-text-gray-200-op-0 {
    color: rgba(234, 237, 240, 0);
  }
  .xl-bg-gray-200-op-1 {
    background-color: rgba(234, 237, 240, 0.1);
  }
  .xl-border-color-gray-200-op-1 {
    border-color: rgba(234, 237, 240, 0.1);
  }
  .xl-border-top-gray-200-op-1 {
    border-top-color: rgba(234, 237, 240, 0.1);
  }
  .xl-border-right-gray-200-op-1 {
    border-right-color: rgba(234, 237, 240, 0.1);
  }
  .xl-border-bottom-gray-200-op-1 {
    border-bottom-color: rgba(234, 237, 240, 0.1);
  }
  .xl-border-left-gray-200-op-1 {
    border-left-color: rgba(234, 237, 240, 0.1);
  }
  .xl-fill-gray-200-op-1 {
    fill: rgba(234, 237, 240, 0.1);
  }
  .xl-stroke-gray-200-op-1 {
    stroke: rgba(234, 237, 240, 0.1);
  }
  .xl-text-gray-200-op-1 {
    color: rgba(234, 237, 240, 0.1);
  }
  .xl-bg-gray-200-op-2 {
    background-color: rgba(234, 237, 240, 0.2);
  }
  .xl-border-color-gray-200-op-2 {
    border-color: rgba(234, 237, 240, 0.2);
  }
  .xl-border-top-gray-200-op-2 {
    border-top-color: rgba(234, 237, 240, 0.2);
  }
  .xl-border-right-gray-200-op-2 {
    border-right-color: rgba(234, 237, 240, 0.2);
  }
  .xl-border-bottom-gray-200-op-2 {
    border-bottom-color: rgba(234, 237, 240, 0.2);
  }
  .xl-border-left-gray-200-op-2 {
    border-left-color: rgba(234, 237, 240, 0.2);
  }
  .xl-fill-gray-200-op-2 {
    fill: rgba(234, 237, 240, 0.2);
  }
  .xl-stroke-gray-200-op-2 {
    stroke: rgba(234, 237, 240, 0.2);
  }
  .xl-text-gray-200-op-2 {
    color: rgba(234, 237, 240, 0.2);
  }
  .xl-bg-gray-200-op-3 {
    background-color: rgba(234, 237, 240, 0.3);
  }
  .xl-border-color-gray-200-op-3 {
    border-color: rgba(234, 237, 240, 0.3);
  }
  .xl-border-top-gray-200-op-3 {
    border-top-color: rgba(234, 237, 240, 0.3);
  }
  .xl-border-right-gray-200-op-3 {
    border-right-color: rgba(234, 237, 240, 0.3);
  }
  .xl-border-bottom-gray-200-op-3 {
    border-bottom-color: rgba(234, 237, 240, 0.3);
  }
  .xl-border-left-gray-200-op-3 {
    border-left-color: rgba(234, 237, 240, 0.3);
  }
  .xl-fill-gray-200-op-3 {
    fill: rgba(234, 237, 240, 0.3);
  }
  .xl-stroke-gray-200-op-3 {
    stroke: rgba(234, 237, 240, 0.3);
  }
  .xl-text-gray-200-op-3 {
    color: rgba(234, 237, 240, 0.3);
  }
  .xl-bg-gray-200-op-4 {
    background-color: rgba(234, 237, 240, 0.4);
  }
  .xl-border-color-gray-200-op-4 {
    border-color: rgba(234, 237, 240, 0.4);
  }
  .xl-border-top-gray-200-op-4 {
    border-top-color: rgba(234, 237, 240, 0.4);
  }
  .xl-border-right-gray-200-op-4 {
    border-right-color: rgba(234, 237, 240, 0.4);
  }
  .xl-border-bottom-gray-200-op-4 {
    border-bottom-color: rgba(234, 237, 240, 0.4);
  }
  .xl-border-left-gray-200-op-4 {
    border-left-color: rgba(234, 237, 240, 0.4);
  }
  .xl-fill-gray-200-op-4 {
    fill: rgba(234, 237, 240, 0.4);
  }
  .xl-stroke-gray-200-op-4 {
    stroke: rgba(234, 237, 240, 0.4);
  }
  .xl-text-gray-200-op-4 {
    color: rgba(234, 237, 240, 0.4);
  }
  .xl-bg-gray-200-op-5 {
    background-color: rgba(234, 237, 240, 0.5);
  }
  .xl-border-color-gray-200-op-5 {
    border-color: rgba(234, 237, 240, 0.5);
  }
  .xl-border-top-gray-200-op-5 {
    border-top-color: rgba(234, 237, 240, 0.5);
  }
  .xl-border-right-gray-200-op-5 {
    border-right-color: rgba(234, 237, 240, 0.5);
  }
  .xl-border-bottom-gray-200-op-5 {
    border-bottom-color: rgba(234, 237, 240, 0.5);
  }
  .xl-border-left-gray-200-op-5 {
    border-left-color: rgba(234, 237, 240, 0.5);
  }
  .xl-fill-gray-200-op-5 {
    fill: rgba(234, 237, 240, 0.5);
  }
  .xl-stroke-gray-200-op-5 {
    stroke: rgba(234, 237, 240, 0.5);
  }
  .xl-text-gray-200-op-5 {
    color: rgba(234, 237, 240, 0.5);
  }
  .xl-bg-gray-200-op-6 {
    background-color: rgba(234, 237, 240, 0.6);
  }
  .xl-border-color-gray-200-op-6 {
    border-color: rgba(234, 237, 240, 0.6);
  }
  .xl-border-top-gray-200-op-6 {
    border-top-color: rgba(234, 237, 240, 0.6);
  }
  .xl-border-right-gray-200-op-6 {
    border-right-color: rgba(234, 237, 240, 0.6);
  }
  .xl-border-bottom-gray-200-op-6 {
    border-bottom-color: rgba(234, 237, 240, 0.6);
  }
  .xl-border-left-gray-200-op-6 {
    border-left-color: rgba(234, 237, 240, 0.6);
  }
  .xl-fill-gray-200-op-6 {
    fill: rgba(234, 237, 240, 0.6);
  }
  .xl-stroke-gray-200-op-6 {
    stroke: rgba(234, 237, 240, 0.6);
  }
  .xl-text-gray-200-op-6 {
    color: rgba(234, 237, 240, 0.6);
  }
  .xl-bg-gray-200-op-7 {
    background-color: rgba(234, 237, 240, 0.7);
  }
  .xl-border-color-gray-200-op-7 {
    border-color: rgba(234, 237, 240, 0.7);
  }
  .xl-border-top-gray-200-op-7 {
    border-top-color: rgba(234, 237, 240, 0.7);
  }
  .xl-border-right-gray-200-op-7 {
    border-right-color: rgba(234, 237, 240, 0.7);
  }
  .xl-border-bottom-gray-200-op-7 {
    border-bottom-color: rgba(234, 237, 240, 0.7);
  }
  .xl-border-left-gray-200-op-7 {
    border-left-color: rgba(234, 237, 240, 0.7);
  }
  .xl-fill-gray-200-op-7 {
    fill: rgba(234, 237, 240, 0.7);
  }
  .xl-stroke-gray-200-op-7 {
    stroke: rgba(234, 237, 240, 0.7);
  }
  .xl-text-gray-200-op-7 {
    color: rgba(234, 237, 240, 0.7);
  }
  .xl-bg-gray-200-op-8 {
    background-color: rgba(234, 237, 240, 0.8);
  }
  .xl-border-color-gray-200-op-8 {
    border-color: rgba(234, 237, 240, 0.8);
  }
  .xl-border-top-gray-200-op-8 {
    border-top-color: rgba(234, 237, 240, 0.8);
  }
  .xl-border-right-gray-200-op-8 {
    border-right-color: rgba(234, 237, 240, 0.8);
  }
  .xl-border-bottom-gray-200-op-8 {
    border-bottom-color: rgba(234, 237, 240, 0.8);
  }
  .xl-border-left-gray-200-op-8 {
    border-left-color: rgba(234, 237, 240, 0.8);
  }
  .xl-fill-gray-200-op-8 {
    fill: rgba(234, 237, 240, 0.8);
  }
  .xl-stroke-gray-200-op-8 {
    stroke: rgba(234, 237, 240, 0.8);
  }
  .xl-text-gray-200-op-8 {
    color: rgba(234, 237, 240, 0.8);
  }
  .xl-bg-gray-200-op-9 {
    background-color: rgba(234, 237, 240, 0.9);
  }
  .xl-border-color-gray-200-op-9 {
    border-color: rgba(234, 237, 240, 0.9);
  }
  .xl-border-top-gray-200-op-9 {
    border-top-color: rgba(234, 237, 240, 0.9);
  }
  .xl-border-right-gray-200-op-9 {
    border-right-color: rgba(234, 237, 240, 0.9);
  }
  .xl-border-bottom-gray-200-op-9 {
    border-bottom-color: rgba(234, 237, 240, 0.9);
  }
  .xl-border-left-gray-200-op-9 {
    border-left-color: rgba(234, 237, 240, 0.9);
  }
  .xl-fill-gray-200-op-9 {
    fill: rgba(234, 237, 240, 0.9);
  }
  .xl-stroke-gray-200-op-9 {
    stroke: rgba(234, 237, 240, 0.9);
  }
  .xl-text-gray-200-op-9 {
    color: rgba(234, 237, 240, 0.9);
  }
  .xl-bg-gray-200-op-10 {
    background-color: #eaedf0;
  }
  .xl-border-color-gray-200-op-10 {
    border-color: #eaedf0;
  }
  .xl-border-top-gray-200-op-10 {
    border-top-color: #eaedf0;
  }
  .xl-border-right-gray-200-op-10 {
    border-right-color: #eaedf0;
  }
  .xl-border-bottom-gray-200-op-10 {
    border-bottom-color: #eaedf0;
  }
  .xl-border-left-gray-200-op-10 {
    border-left-color: #eaedf0;
  }
  .xl-fill-gray-200-op-10 {
    fill: #eaedf0;
  }
  .xl-stroke-gray-200-op-10 {
    stroke: #eaedf0;
  }
  .xl-text-gray-200-op-10 {
    color: #eaedf0;
  }
  .xl-bg-gray-300 {
    background-color: #dfe3e7;
  }
  .xl-border-color-gray-300 {
    border-color: #dfe3e7;
  }
  .xl-border-top-gray-300 {
    border-top-color: #dfe3e7;
  }
  .xl-border-right-gray-300 {
    border-right-color: #dfe3e7;
  }
  .xl-border-bottom-gray-300 {
    border-bottom-color: #dfe3e7;
  }
  .xl-border-left-gray-300 {
    border-left-color: #dfe3e7;
  }
  .xl-fill-gray-300 {
    fill: #dfe3e7;
  }
  .xl-stroke-gray-300 {
    stroke: #dfe3e7;
  }
  .xl-text-gray-300 {
    color: #dfe3e7;
  }
  .xl-bg-gray-300-op-0 {
    background-color: rgba(223, 227, 231, 0);
  }
  .xl-border-color-gray-300-op-0 {
    border-color: rgba(223, 227, 231, 0);
  }
  .xl-border-top-gray-300-op-0 {
    border-top-color: rgba(223, 227, 231, 0);
  }
  .xl-border-right-gray-300-op-0 {
    border-right-color: rgba(223, 227, 231, 0);
  }
  .xl-border-bottom-gray-300-op-0 {
    border-bottom-color: rgba(223, 227, 231, 0);
  }
  .xl-border-left-gray-300-op-0 {
    border-left-color: rgba(223, 227, 231, 0);
  }
  .xl-fill-gray-300-op-0 {
    fill: rgba(223, 227, 231, 0);
  }
  .xl-stroke-gray-300-op-0 {
    stroke: rgba(223, 227, 231, 0);
  }
  .xl-text-gray-300-op-0 {
    color: rgba(223, 227, 231, 0);
  }
  .xl-bg-gray-300-op-1 {
    background-color: rgba(223, 227, 231, 0.1);
  }
  .xl-border-color-gray-300-op-1 {
    border-color: rgba(223, 227, 231, 0.1);
  }
  .xl-border-top-gray-300-op-1 {
    border-top-color: rgba(223, 227, 231, 0.1);
  }
  .xl-border-right-gray-300-op-1 {
    border-right-color: rgba(223, 227, 231, 0.1);
  }
  .xl-border-bottom-gray-300-op-1 {
    border-bottom-color: rgba(223, 227, 231, 0.1);
  }
  .xl-border-left-gray-300-op-1 {
    border-left-color: rgba(223, 227, 231, 0.1);
  }
  .xl-fill-gray-300-op-1 {
    fill: rgba(223, 227, 231, 0.1);
  }
  .xl-stroke-gray-300-op-1 {
    stroke: rgba(223, 227, 231, 0.1);
  }
  .xl-text-gray-300-op-1 {
    color: rgba(223, 227, 231, 0.1);
  }
  .xl-bg-gray-300-op-2 {
    background-color: rgba(223, 227, 231, 0.2);
  }
  .xl-border-color-gray-300-op-2 {
    border-color: rgba(223, 227, 231, 0.2);
  }
  .xl-border-top-gray-300-op-2 {
    border-top-color: rgba(223, 227, 231, 0.2);
  }
  .xl-border-right-gray-300-op-2 {
    border-right-color: rgba(223, 227, 231, 0.2);
  }
  .xl-border-bottom-gray-300-op-2 {
    border-bottom-color: rgba(223, 227, 231, 0.2);
  }
  .xl-border-left-gray-300-op-2 {
    border-left-color: rgba(223, 227, 231, 0.2);
  }
  .xl-fill-gray-300-op-2 {
    fill: rgba(223, 227, 231, 0.2);
  }
  .xl-stroke-gray-300-op-2 {
    stroke: rgba(223, 227, 231, 0.2);
  }
  .xl-text-gray-300-op-2 {
    color: rgba(223, 227, 231, 0.2);
  }
  .xl-bg-gray-300-op-3 {
    background-color: rgba(223, 227, 231, 0.3);
  }
  .xl-border-color-gray-300-op-3 {
    border-color: rgba(223, 227, 231, 0.3);
  }
  .xl-border-top-gray-300-op-3 {
    border-top-color: rgba(223, 227, 231, 0.3);
  }
  .xl-border-right-gray-300-op-3 {
    border-right-color: rgba(223, 227, 231, 0.3);
  }
  .xl-border-bottom-gray-300-op-3 {
    border-bottom-color: rgba(223, 227, 231, 0.3);
  }
  .xl-border-left-gray-300-op-3 {
    border-left-color: rgba(223, 227, 231, 0.3);
  }
  .xl-fill-gray-300-op-3 {
    fill: rgba(223, 227, 231, 0.3);
  }
  .xl-stroke-gray-300-op-3 {
    stroke: rgba(223, 227, 231, 0.3);
  }
  .xl-text-gray-300-op-3 {
    color: rgba(223, 227, 231, 0.3);
  }
  .xl-bg-gray-300-op-4 {
    background-color: rgba(223, 227, 231, 0.4);
  }
  .xl-border-color-gray-300-op-4 {
    border-color: rgba(223, 227, 231, 0.4);
  }
  .xl-border-top-gray-300-op-4 {
    border-top-color: rgba(223, 227, 231, 0.4);
  }
  .xl-border-right-gray-300-op-4 {
    border-right-color: rgba(223, 227, 231, 0.4);
  }
  .xl-border-bottom-gray-300-op-4 {
    border-bottom-color: rgba(223, 227, 231, 0.4);
  }
  .xl-border-left-gray-300-op-4 {
    border-left-color: rgba(223, 227, 231, 0.4);
  }
  .xl-fill-gray-300-op-4 {
    fill: rgba(223, 227, 231, 0.4);
  }
  .xl-stroke-gray-300-op-4 {
    stroke: rgba(223, 227, 231, 0.4);
  }
  .xl-text-gray-300-op-4 {
    color: rgba(223, 227, 231, 0.4);
  }
  .xl-bg-gray-300-op-5 {
    background-color: rgba(223, 227, 231, 0.5);
  }
  .xl-border-color-gray-300-op-5 {
    border-color: rgba(223, 227, 231, 0.5);
  }
  .xl-border-top-gray-300-op-5 {
    border-top-color: rgba(223, 227, 231, 0.5);
  }
  .xl-border-right-gray-300-op-5 {
    border-right-color: rgba(223, 227, 231, 0.5);
  }
  .xl-border-bottom-gray-300-op-5 {
    border-bottom-color: rgba(223, 227, 231, 0.5);
  }
  .xl-border-left-gray-300-op-5 {
    border-left-color: rgba(223, 227, 231, 0.5);
  }
  .xl-fill-gray-300-op-5 {
    fill: rgba(223, 227, 231, 0.5);
  }
  .xl-stroke-gray-300-op-5 {
    stroke: rgba(223, 227, 231, 0.5);
  }
  .xl-text-gray-300-op-5 {
    color: rgba(223, 227, 231, 0.5);
  }
  .xl-bg-gray-300-op-6 {
    background-color: rgba(223, 227, 231, 0.6);
  }
  .xl-border-color-gray-300-op-6 {
    border-color: rgba(223, 227, 231, 0.6);
  }
  .xl-border-top-gray-300-op-6 {
    border-top-color: rgba(223, 227, 231, 0.6);
  }
  .xl-border-right-gray-300-op-6 {
    border-right-color: rgba(223, 227, 231, 0.6);
  }
  .xl-border-bottom-gray-300-op-6 {
    border-bottom-color: rgba(223, 227, 231, 0.6);
  }
  .xl-border-left-gray-300-op-6 {
    border-left-color: rgba(223, 227, 231, 0.6);
  }
  .xl-fill-gray-300-op-6 {
    fill: rgba(223, 227, 231, 0.6);
  }
  .xl-stroke-gray-300-op-6 {
    stroke: rgba(223, 227, 231, 0.6);
  }
  .xl-text-gray-300-op-6 {
    color: rgba(223, 227, 231, 0.6);
  }
  .xl-bg-gray-300-op-7 {
    background-color: rgba(223, 227, 231, 0.7);
  }
  .xl-border-color-gray-300-op-7 {
    border-color: rgba(223, 227, 231, 0.7);
  }
  .xl-border-top-gray-300-op-7 {
    border-top-color: rgba(223, 227, 231, 0.7);
  }
  .xl-border-right-gray-300-op-7 {
    border-right-color: rgba(223, 227, 231, 0.7);
  }
  .xl-border-bottom-gray-300-op-7 {
    border-bottom-color: rgba(223, 227, 231, 0.7);
  }
  .xl-border-left-gray-300-op-7 {
    border-left-color: rgba(223, 227, 231, 0.7);
  }
  .xl-fill-gray-300-op-7 {
    fill: rgba(223, 227, 231, 0.7);
  }
  .xl-stroke-gray-300-op-7 {
    stroke: rgba(223, 227, 231, 0.7);
  }
  .xl-text-gray-300-op-7 {
    color: rgba(223, 227, 231, 0.7);
  }
  .xl-bg-gray-300-op-8 {
    background-color: rgba(223, 227, 231, 0.8);
  }
  .xl-border-color-gray-300-op-8 {
    border-color: rgba(223, 227, 231, 0.8);
  }
  .xl-border-top-gray-300-op-8 {
    border-top-color: rgba(223, 227, 231, 0.8);
  }
  .xl-border-right-gray-300-op-8 {
    border-right-color: rgba(223, 227, 231, 0.8);
  }
  .xl-border-bottom-gray-300-op-8 {
    border-bottom-color: rgba(223, 227, 231, 0.8);
  }
  .xl-border-left-gray-300-op-8 {
    border-left-color: rgba(223, 227, 231, 0.8);
  }
  .xl-fill-gray-300-op-8 {
    fill: rgba(223, 227, 231, 0.8);
  }
  .xl-stroke-gray-300-op-8 {
    stroke: rgba(223, 227, 231, 0.8);
  }
  .xl-text-gray-300-op-8 {
    color: rgba(223, 227, 231, 0.8);
  }
  .xl-bg-gray-300-op-9 {
    background-color: rgba(223, 227, 231, 0.9);
  }
  .xl-border-color-gray-300-op-9 {
    border-color: rgba(223, 227, 231, 0.9);
  }
  .xl-border-top-gray-300-op-9 {
    border-top-color: rgba(223, 227, 231, 0.9);
  }
  .xl-border-right-gray-300-op-9 {
    border-right-color: rgba(223, 227, 231, 0.9);
  }
  .xl-border-bottom-gray-300-op-9 {
    border-bottom-color: rgba(223, 227, 231, 0.9);
  }
  .xl-border-left-gray-300-op-9 {
    border-left-color: rgba(223, 227, 231, 0.9);
  }
  .xl-fill-gray-300-op-9 {
    fill: rgba(223, 227, 231, 0.9);
  }
  .xl-stroke-gray-300-op-9 {
    stroke: rgba(223, 227, 231, 0.9);
  }
  .xl-text-gray-300-op-9 {
    color: rgba(223, 227, 231, 0.9);
  }
  .xl-bg-gray-300-op-10 {
    background-color: #dfe3e7;
  }
  .xl-border-color-gray-300-op-10 {
    border-color: #dfe3e7;
  }
  .xl-border-top-gray-300-op-10 {
    border-top-color: #dfe3e7;
  }
  .xl-border-right-gray-300-op-10 {
    border-right-color: #dfe3e7;
  }
  .xl-border-bottom-gray-300-op-10 {
    border-bottom-color: #dfe3e7;
  }
  .xl-border-left-gray-300-op-10 {
    border-left-color: #dfe3e7;
  }
  .xl-fill-gray-300-op-10 {
    fill: #dfe3e7;
  }
  .xl-stroke-gray-300-op-10 {
    stroke: #dfe3e7;
  }
  .xl-text-gray-300-op-10 {
    color: #dfe3e7;
  }
  .xl-bg-gray-400 {
    background-color: #ced4da;
  }
  .xl-border-color-gray-400 {
    border-color: #ced4da;
  }
  .xl-border-top-gray-400 {
    border-top-color: #ced4da;
  }
  .xl-border-right-gray-400 {
    border-right-color: #ced4da;
  }
  .xl-border-bottom-gray-400 {
    border-bottom-color: #ced4da;
  }
  .xl-border-left-gray-400 {
    border-left-color: #ced4da;
  }
  .xl-fill-gray-400 {
    fill: #ced4da;
  }
  .xl-stroke-gray-400 {
    stroke: #ced4da;
  }
  .xl-text-gray-400 {
    color: #ced4da;
  }
  .xl-bg-gray-400-op-0 {
    background-color: rgba(206, 212, 218, 0);
  }
  .xl-border-color-gray-400-op-0 {
    border-color: rgba(206, 212, 218, 0);
  }
  .xl-border-top-gray-400-op-0 {
    border-top-color: rgba(206, 212, 218, 0);
  }
  .xl-border-right-gray-400-op-0 {
    border-right-color: rgba(206, 212, 218, 0);
  }
  .xl-border-bottom-gray-400-op-0 {
    border-bottom-color: rgba(206, 212, 218, 0);
  }
  .xl-border-left-gray-400-op-0 {
    border-left-color: rgba(206, 212, 218, 0);
  }
  .xl-fill-gray-400-op-0 {
    fill: rgba(206, 212, 218, 0);
  }
  .xl-stroke-gray-400-op-0 {
    stroke: rgba(206, 212, 218, 0);
  }
  .xl-text-gray-400-op-0 {
    color: rgba(206, 212, 218, 0);
  }
  .xl-bg-gray-400-op-1 {
    background-color: rgba(206, 212, 218, 0.1);
  }
  .xl-border-color-gray-400-op-1 {
    border-color: rgba(206, 212, 218, 0.1);
  }
  .xl-border-top-gray-400-op-1 {
    border-top-color: rgba(206, 212, 218, 0.1);
  }
  .xl-border-right-gray-400-op-1 {
    border-right-color: rgba(206, 212, 218, 0.1);
  }
  .xl-border-bottom-gray-400-op-1 {
    border-bottom-color: rgba(206, 212, 218, 0.1);
  }
  .xl-border-left-gray-400-op-1 {
    border-left-color: rgba(206, 212, 218, 0.1);
  }
  .xl-fill-gray-400-op-1 {
    fill: rgba(206, 212, 218, 0.1);
  }
  .xl-stroke-gray-400-op-1 {
    stroke: rgba(206, 212, 218, 0.1);
  }
  .xl-text-gray-400-op-1 {
    color: rgba(206, 212, 218, 0.1);
  }
  .xl-bg-gray-400-op-2 {
    background-color: rgba(206, 212, 218, 0.2);
  }
  .xl-border-color-gray-400-op-2 {
    border-color: rgba(206, 212, 218, 0.2);
  }
  .xl-border-top-gray-400-op-2 {
    border-top-color: rgba(206, 212, 218, 0.2);
  }
  .xl-border-right-gray-400-op-2 {
    border-right-color: rgba(206, 212, 218, 0.2);
  }
  .xl-border-bottom-gray-400-op-2 {
    border-bottom-color: rgba(206, 212, 218, 0.2);
  }
  .xl-border-left-gray-400-op-2 {
    border-left-color: rgba(206, 212, 218, 0.2);
  }
  .xl-fill-gray-400-op-2 {
    fill: rgba(206, 212, 218, 0.2);
  }
  .xl-stroke-gray-400-op-2 {
    stroke: rgba(206, 212, 218, 0.2);
  }
  .xl-text-gray-400-op-2 {
    color: rgba(206, 212, 218, 0.2);
  }
  .xl-bg-gray-400-op-3 {
    background-color: rgba(206, 212, 218, 0.3);
  }
  .xl-border-color-gray-400-op-3 {
    border-color: rgba(206, 212, 218, 0.3);
  }
  .xl-border-top-gray-400-op-3 {
    border-top-color: rgba(206, 212, 218, 0.3);
  }
  .xl-border-right-gray-400-op-3 {
    border-right-color: rgba(206, 212, 218, 0.3);
  }
  .xl-border-bottom-gray-400-op-3 {
    border-bottom-color: rgba(206, 212, 218, 0.3);
  }
  .xl-border-left-gray-400-op-3 {
    border-left-color: rgba(206, 212, 218, 0.3);
  }
  .xl-fill-gray-400-op-3 {
    fill: rgba(206, 212, 218, 0.3);
  }
  .xl-stroke-gray-400-op-3 {
    stroke: rgba(206, 212, 218, 0.3);
  }
  .xl-text-gray-400-op-3 {
    color: rgba(206, 212, 218, 0.3);
  }
  .xl-bg-gray-400-op-4 {
    background-color: rgba(206, 212, 218, 0.4);
  }
  .xl-border-color-gray-400-op-4 {
    border-color: rgba(206, 212, 218, 0.4);
  }
  .xl-border-top-gray-400-op-4 {
    border-top-color: rgba(206, 212, 218, 0.4);
  }
  .xl-border-right-gray-400-op-4 {
    border-right-color: rgba(206, 212, 218, 0.4);
  }
  .xl-border-bottom-gray-400-op-4 {
    border-bottom-color: rgba(206, 212, 218, 0.4);
  }
  .xl-border-left-gray-400-op-4 {
    border-left-color: rgba(206, 212, 218, 0.4);
  }
  .xl-fill-gray-400-op-4 {
    fill: rgba(206, 212, 218, 0.4);
  }
  .xl-stroke-gray-400-op-4 {
    stroke: rgba(206, 212, 218, 0.4);
  }
  .xl-text-gray-400-op-4 {
    color: rgba(206, 212, 218, 0.4);
  }
  .xl-bg-gray-400-op-5 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .xl-border-color-gray-400-op-5 {
    border-color: rgba(206, 212, 218, 0.5);
  }
  .xl-border-top-gray-400-op-5 {
    border-top-color: rgba(206, 212, 218, 0.5);
  }
  .xl-border-right-gray-400-op-5 {
    border-right-color: rgba(206, 212, 218, 0.5);
  }
  .xl-border-bottom-gray-400-op-5 {
    border-bottom-color: rgba(206, 212, 218, 0.5);
  }
  .xl-border-left-gray-400-op-5 {
    border-left-color: rgba(206, 212, 218, 0.5);
  }
  .xl-fill-gray-400-op-5 {
    fill: rgba(206, 212, 218, 0.5);
  }
  .xl-stroke-gray-400-op-5 {
    stroke: rgba(206, 212, 218, 0.5);
  }
  .xl-text-gray-400-op-5 {
    color: rgba(206, 212, 218, 0.5);
  }
  .xl-bg-gray-400-op-6 {
    background-color: rgba(206, 212, 218, 0.6);
  }
  .xl-border-color-gray-400-op-6 {
    border-color: rgba(206, 212, 218, 0.6);
  }
  .xl-border-top-gray-400-op-6 {
    border-top-color: rgba(206, 212, 218, 0.6);
  }
  .xl-border-right-gray-400-op-6 {
    border-right-color: rgba(206, 212, 218, 0.6);
  }
  .xl-border-bottom-gray-400-op-6 {
    border-bottom-color: rgba(206, 212, 218, 0.6);
  }
  .xl-border-left-gray-400-op-6 {
    border-left-color: rgba(206, 212, 218, 0.6);
  }
  .xl-fill-gray-400-op-6 {
    fill: rgba(206, 212, 218, 0.6);
  }
  .xl-stroke-gray-400-op-6 {
    stroke: rgba(206, 212, 218, 0.6);
  }
  .xl-text-gray-400-op-6 {
    color: rgba(206, 212, 218, 0.6);
  }
  .xl-bg-gray-400-op-7 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .xl-border-color-gray-400-op-7 {
    border-color: rgba(206, 212, 218, 0.7);
  }
  .xl-border-top-gray-400-op-7 {
    border-top-color: rgba(206, 212, 218, 0.7);
  }
  .xl-border-right-gray-400-op-7 {
    border-right-color: rgba(206, 212, 218, 0.7);
  }
  .xl-border-bottom-gray-400-op-7 {
    border-bottom-color: rgba(206, 212, 218, 0.7);
  }
  .xl-border-left-gray-400-op-7 {
    border-left-color: rgba(206, 212, 218, 0.7);
  }
  .xl-fill-gray-400-op-7 {
    fill: rgba(206, 212, 218, 0.7);
  }
  .xl-stroke-gray-400-op-7 {
    stroke: rgba(206, 212, 218, 0.7);
  }
  .xl-text-gray-400-op-7 {
    color: rgba(206, 212, 218, 0.7);
  }
  .xl-bg-gray-400-op-8 {
    background-color: rgba(206, 212, 218, 0.8);
  }
  .xl-border-color-gray-400-op-8 {
    border-color: rgba(206, 212, 218, 0.8);
  }
  .xl-border-top-gray-400-op-8 {
    border-top-color: rgba(206, 212, 218, 0.8);
  }
  .xl-border-right-gray-400-op-8 {
    border-right-color: rgba(206, 212, 218, 0.8);
  }
  .xl-border-bottom-gray-400-op-8 {
    border-bottom-color: rgba(206, 212, 218, 0.8);
  }
  .xl-border-left-gray-400-op-8 {
    border-left-color: rgba(206, 212, 218, 0.8);
  }
  .xl-fill-gray-400-op-8 {
    fill: rgba(206, 212, 218, 0.8);
  }
  .xl-stroke-gray-400-op-8 {
    stroke: rgba(206, 212, 218, 0.8);
  }
  .xl-text-gray-400-op-8 {
    color: rgba(206, 212, 218, 0.8);
  }
  .xl-bg-gray-400-op-9 {
    background-color: rgba(206, 212, 218, 0.9);
  }
  .xl-border-color-gray-400-op-9 {
    border-color: rgba(206, 212, 218, 0.9);
  }
  .xl-border-top-gray-400-op-9 {
    border-top-color: rgba(206, 212, 218, 0.9);
  }
  .xl-border-right-gray-400-op-9 {
    border-right-color: rgba(206, 212, 218, 0.9);
  }
  .xl-border-bottom-gray-400-op-9 {
    border-bottom-color: rgba(206, 212, 218, 0.9);
  }
  .xl-border-left-gray-400-op-9 {
    border-left-color: rgba(206, 212, 218, 0.9);
  }
  .xl-fill-gray-400-op-9 {
    fill: rgba(206, 212, 218, 0.9);
  }
  .xl-stroke-gray-400-op-9 {
    stroke: rgba(206, 212, 218, 0.9);
  }
  .xl-text-gray-400-op-9 {
    color: rgba(206, 212, 218, 0.9);
  }
  .xl-bg-gray-400-op-10 {
    background-color: #ced4da;
  }
  .xl-border-color-gray-400-op-10 {
    border-color: #ced4da;
  }
  .xl-border-top-gray-400-op-10 {
    border-top-color: #ced4da;
  }
  .xl-border-right-gray-400-op-10 {
    border-right-color: #ced4da;
  }
  .xl-border-bottom-gray-400-op-10 {
    border-bottom-color: #ced4da;
  }
  .xl-border-left-gray-400-op-10 {
    border-left-color: #ced4da;
  }
  .xl-fill-gray-400-op-10 {
    fill: #ced4da;
  }
  .xl-stroke-gray-400-op-10 {
    stroke: #ced4da;
  }
  .xl-text-gray-400-op-10 {
    color: #ced4da;
  }
  .xl-bg-gray-450 {
    background-color: #c4c4c4;
  }
  .xl-border-color-gray-450 {
    border-color: #c4c4c4;
  }
  .xl-border-top-gray-450 {
    border-top-color: #c4c4c4;
  }
  .xl-border-right-gray-450 {
    border-right-color: #c4c4c4;
  }
  .xl-border-bottom-gray-450 {
    border-bottom-color: #c4c4c4;
  }
  .xl-border-left-gray-450 {
    border-left-color: #c4c4c4;
  }
  .xl-fill-gray-450 {
    fill: #c4c4c4;
  }
  .xl-stroke-gray-450 {
    stroke: #c4c4c4;
  }
  .xl-text-gray-450 {
    color: #c4c4c4;
  }
  .xl-bg-gray-450-op-0 {
    background-color: rgba(196, 196, 196, 0);
  }
  .xl-border-color-gray-450-op-0 {
    border-color: rgba(196, 196, 196, 0);
  }
  .xl-border-top-gray-450-op-0 {
    border-top-color: rgba(196, 196, 196, 0);
  }
  .xl-border-right-gray-450-op-0 {
    border-right-color: rgba(196, 196, 196, 0);
  }
  .xl-border-bottom-gray-450-op-0 {
    border-bottom-color: rgba(196, 196, 196, 0);
  }
  .xl-border-left-gray-450-op-0 {
    border-left-color: rgba(196, 196, 196, 0);
  }
  .xl-fill-gray-450-op-0 {
    fill: rgba(196, 196, 196, 0);
  }
  .xl-stroke-gray-450-op-0 {
    stroke: rgba(196, 196, 196, 0);
  }
  .xl-text-gray-450-op-0 {
    color: rgba(196, 196, 196, 0);
  }
  .xl-bg-gray-450-op-1 {
    background-color: rgba(196, 196, 196, 0.1);
  }
  .xl-border-color-gray-450-op-1 {
    border-color: rgba(196, 196, 196, 0.1);
  }
  .xl-border-top-gray-450-op-1 {
    border-top-color: rgba(196, 196, 196, 0.1);
  }
  .xl-border-right-gray-450-op-1 {
    border-right-color: rgba(196, 196, 196, 0.1);
  }
  .xl-border-bottom-gray-450-op-1 {
    border-bottom-color: rgba(196, 196, 196, 0.1);
  }
  .xl-border-left-gray-450-op-1 {
    border-left-color: rgba(196, 196, 196, 0.1);
  }
  .xl-fill-gray-450-op-1 {
    fill: rgba(196, 196, 196, 0.1);
  }
  .xl-stroke-gray-450-op-1 {
    stroke: rgba(196, 196, 196, 0.1);
  }
  .xl-text-gray-450-op-1 {
    color: rgba(196, 196, 196, 0.1);
  }
  .xl-bg-gray-450-op-2 {
    background-color: rgba(196, 196, 196, 0.2);
  }
  .xl-border-color-gray-450-op-2 {
    border-color: rgba(196, 196, 196, 0.2);
  }
  .xl-border-top-gray-450-op-2 {
    border-top-color: rgba(196, 196, 196, 0.2);
  }
  .xl-border-right-gray-450-op-2 {
    border-right-color: rgba(196, 196, 196, 0.2);
  }
  .xl-border-bottom-gray-450-op-2 {
    border-bottom-color: rgba(196, 196, 196, 0.2);
  }
  .xl-border-left-gray-450-op-2 {
    border-left-color: rgba(196, 196, 196, 0.2);
  }
  .xl-fill-gray-450-op-2 {
    fill: rgba(196, 196, 196, 0.2);
  }
  .xl-stroke-gray-450-op-2 {
    stroke: rgba(196, 196, 196, 0.2);
  }
  .xl-text-gray-450-op-2 {
    color: rgba(196, 196, 196, 0.2);
  }
  .xl-bg-gray-450-op-3 {
    background-color: rgba(196, 196, 196, 0.3);
  }
  .xl-border-color-gray-450-op-3 {
    border-color: rgba(196, 196, 196, 0.3);
  }
  .xl-border-top-gray-450-op-3 {
    border-top-color: rgba(196, 196, 196, 0.3);
  }
  .xl-border-right-gray-450-op-3 {
    border-right-color: rgba(196, 196, 196, 0.3);
  }
  .xl-border-bottom-gray-450-op-3 {
    border-bottom-color: rgba(196, 196, 196, 0.3);
  }
  .xl-border-left-gray-450-op-3 {
    border-left-color: rgba(196, 196, 196, 0.3);
  }
  .xl-fill-gray-450-op-3 {
    fill: rgba(196, 196, 196, 0.3);
  }
  .xl-stroke-gray-450-op-3 {
    stroke: rgba(196, 196, 196, 0.3);
  }
  .xl-text-gray-450-op-3 {
    color: rgba(196, 196, 196, 0.3);
  }
  .xl-bg-gray-450-op-4 {
    background-color: rgba(196, 196, 196, 0.4);
  }
  .xl-border-color-gray-450-op-4 {
    border-color: rgba(196, 196, 196, 0.4);
  }
  .xl-border-top-gray-450-op-4 {
    border-top-color: rgba(196, 196, 196, 0.4);
  }
  .xl-border-right-gray-450-op-4 {
    border-right-color: rgba(196, 196, 196, 0.4);
  }
  .xl-border-bottom-gray-450-op-4 {
    border-bottom-color: rgba(196, 196, 196, 0.4);
  }
  .xl-border-left-gray-450-op-4 {
    border-left-color: rgba(196, 196, 196, 0.4);
  }
  .xl-fill-gray-450-op-4 {
    fill: rgba(196, 196, 196, 0.4);
  }
  .xl-stroke-gray-450-op-4 {
    stroke: rgba(196, 196, 196, 0.4);
  }
  .xl-text-gray-450-op-4 {
    color: rgba(196, 196, 196, 0.4);
  }
  .xl-bg-gray-450-op-5 {
    background-color: rgba(196, 196, 196, 0.5);
  }
  .xl-border-color-gray-450-op-5 {
    border-color: rgba(196, 196, 196, 0.5);
  }
  .xl-border-top-gray-450-op-5 {
    border-top-color: rgba(196, 196, 196, 0.5);
  }
  .xl-border-right-gray-450-op-5 {
    border-right-color: rgba(196, 196, 196, 0.5);
  }
  .xl-border-bottom-gray-450-op-5 {
    border-bottom-color: rgba(196, 196, 196, 0.5);
  }
  .xl-border-left-gray-450-op-5 {
    border-left-color: rgba(196, 196, 196, 0.5);
  }
  .xl-fill-gray-450-op-5 {
    fill: rgba(196, 196, 196, 0.5);
  }
  .xl-stroke-gray-450-op-5 {
    stroke: rgba(196, 196, 196, 0.5);
  }
  .xl-text-gray-450-op-5 {
    color: rgba(196, 196, 196, 0.5);
  }
  .xl-bg-gray-450-op-6 {
    background-color: rgba(196, 196, 196, 0.6);
  }
  .xl-border-color-gray-450-op-6 {
    border-color: rgba(196, 196, 196, 0.6);
  }
  .xl-border-top-gray-450-op-6 {
    border-top-color: rgba(196, 196, 196, 0.6);
  }
  .xl-border-right-gray-450-op-6 {
    border-right-color: rgba(196, 196, 196, 0.6);
  }
  .xl-border-bottom-gray-450-op-6 {
    border-bottom-color: rgba(196, 196, 196, 0.6);
  }
  .xl-border-left-gray-450-op-6 {
    border-left-color: rgba(196, 196, 196, 0.6);
  }
  .xl-fill-gray-450-op-6 {
    fill: rgba(196, 196, 196, 0.6);
  }
  .xl-stroke-gray-450-op-6 {
    stroke: rgba(196, 196, 196, 0.6);
  }
  .xl-text-gray-450-op-6 {
    color: rgba(196, 196, 196, 0.6);
  }
  .xl-bg-gray-450-op-7 {
    background-color: rgba(196, 196, 196, 0.7);
  }
  .xl-border-color-gray-450-op-7 {
    border-color: rgba(196, 196, 196, 0.7);
  }
  .xl-border-top-gray-450-op-7 {
    border-top-color: rgba(196, 196, 196, 0.7);
  }
  .xl-border-right-gray-450-op-7 {
    border-right-color: rgba(196, 196, 196, 0.7);
  }
  .xl-border-bottom-gray-450-op-7 {
    border-bottom-color: rgba(196, 196, 196, 0.7);
  }
  .xl-border-left-gray-450-op-7 {
    border-left-color: rgba(196, 196, 196, 0.7);
  }
  .xl-fill-gray-450-op-7 {
    fill: rgba(196, 196, 196, 0.7);
  }
  .xl-stroke-gray-450-op-7 {
    stroke: rgba(196, 196, 196, 0.7);
  }
  .xl-text-gray-450-op-7 {
    color: rgba(196, 196, 196, 0.7);
  }
  .xl-bg-gray-450-op-8 {
    background-color: rgba(196, 196, 196, 0.8);
  }
  .xl-border-color-gray-450-op-8 {
    border-color: rgba(196, 196, 196, 0.8);
  }
  .xl-border-top-gray-450-op-8 {
    border-top-color: rgba(196, 196, 196, 0.8);
  }
  .xl-border-right-gray-450-op-8 {
    border-right-color: rgba(196, 196, 196, 0.8);
  }
  .xl-border-bottom-gray-450-op-8 {
    border-bottom-color: rgba(196, 196, 196, 0.8);
  }
  .xl-border-left-gray-450-op-8 {
    border-left-color: rgba(196, 196, 196, 0.8);
  }
  .xl-fill-gray-450-op-8 {
    fill: rgba(196, 196, 196, 0.8);
  }
  .xl-stroke-gray-450-op-8 {
    stroke: rgba(196, 196, 196, 0.8);
  }
  .xl-text-gray-450-op-8 {
    color: rgba(196, 196, 196, 0.8);
  }
  .xl-bg-gray-450-op-9 {
    background-color: rgba(196, 196, 196, 0.9);
  }
  .xl-border-color-gray-450-op-9 {
    border-color: rgba(196, 196, 196, 0.9);
  }
  .xl-border-top-gray-450-op-9 {
    border-top-color: rgba(196, 196, 196, 0.9);
  }
  .xl-border-right-gray-450-op-9 {
    border-right-color: rgba(196, 196, 196, 0.9);
  }
  .xl-border-bottom-gray-450-op-9 {
    border-bottom-color: rgba(196, 196, 196, 0.9);
  }
  .xl-border-left-gray-450-op-9 {
    border-left-color: rgba(196, 196, 196, 0.9);
  }
  .xl-fill-gray-450-op-9 {
    fill: rgba(196, 196, 196, 0.9);
  }
  .xl-stroke-gray-450-op-9 {
    stroke: rgba(196, 196, 196, 0.9);
  }
  .xl-text-gray-450-op-9 {
    color: rgba(196, 196, 196, 0.9);
  }
  .xl-bg-gray-450-op-10 {
    background-color: #c4c4c4;
  }
  .xl-border-color-gray-450-op-10 {
    border-color: #c4c4c4;
  }
  .xl-border-top-gray-450-op-10 {
    border-top-color: #c4c4c4;
  }
  .xl-border-right-gray-450-op-10 {
    border-right-color: #c4c4c4;
  }
  .xl-border-bottom-gray-450-op-10 {
    border-bottom-color: #c4c4c4;
  }
  .xl-border-left-gray-450-op-10 {
    border-left-color: #c4c4c4;
  }
  .xl-fill-gray-450-op-10 {
    fill: #c4c4c4;
  }
  .xl-stroke-gray-450-op-10 {
    stroke: #c4c4c4;
  }
  .xl-text-gray-450-op-10 {
    color: #c4c4c4;
  }
  .xl-bg-gray-480 {
    background-color: #afb8be;
  }
  .xl-border-color-gray-480 {
    border-color: #afb8be;
  }
  .xl-border-top-gray-480 {
    border-top-color: #afb8be;
  }
  .xl-border-right-gray-480 {
    border-right-color: #afb8be;
  }
  .xl-border-bottom-gray-480 {
    border-bottom-color: #afb8be;
  }
  .xl-border-left-gray-480 {
    border-left-color: #afb8be;
  }
  .xl-fill-gray-480 {
    fill: #afb8be;
  }
  .xl-stroke-gray-480 {
    stroke: #afb8be;
  }
  .xl-text-gray-480 {
    color: #afb8be;
  }
  .xl-bg-gray-480-op-0 {
    background-color: rgba(175, 184, 190, 0);
  }
  .xl-border-color-gray-480-op-0 {
    border-color: rgba(175, 184, 190, 0);
  }
  .xl-border-top-gray-480-op-0 {
    border-top-color: rgba(175, 184, 190, 0);
  }
  .xl-border-right-gray-480-op-0 {
    border-right-color: rgba(175, 184, 190, 0);
  }
  .xl-border-bottom-gray-480-op-0 {
    border-bottom-color: rgba(175, 184, 190, 0);
  }
  .xl-border-left-gray-480-op-0 {
    border-left-color: rgba(175, 184, 190, 0);
  }
  .xl-fill-gray-480-op-0 {
    fill: rgba(175, 184, 190, 0);
  }
  .xl-stroke-gray-480-op-0 {
    stroke: rgba(175, 184, 190, 0);
  }
  .xl-text-gray-480-op-0 {
    color: rgba(175, 184, 190, 0);
  }
  .xl-bg-gray-480-op-1 {
    background-color: rgba(175, 184, 190, 0.1);
  }
  .xl-border-color-gray-480-op-1 {
    border-color: rgba(175, 184, 190, 0.1);
  }
  .xl-border-top-gray-480-op-1 {
    border-top-color: rgba(175, 184, 190, 0.1);
  }
  .xl-border-right-gray-480-op-1 {
    border-right-color: rgba(175, 184, 190, 0.1);
  }
  .xl-border-bottom-gray-480-op-1 {
    border-bottom-color: rgba(175, 184, 190, 0.1);
  }
  .xl-border-left-gray-480-op-1 {
    border-left-color: rgba(175, 184, 190, 0.1);
  }
  .xl-fill-gray-480-op-1 {
    fill: rgba(175, 184, 190, 0.1);
  }
  .xl-stroke-gray-480-op-1 {
    stroke: rgba(175, 184, 190, 0.1);
  }
  .xl-text-gray-480-op-1 {
    color: rgba(175, 184, 190, 0.1);
  }
  .xl-bg-gray-480-op-2 {
    background-color: rgba(175, 184, 190, 0.2);
  }
  .xl-border-color-gray-480-op-2 {
    border-color: rgba(175, 184, 190, 0.2);
  }
  .xl-border-top-gray-480-op-2 {
    border-top-color: rgba(175, 184, 190, 0.2);
  }
  .xl-border-right-gray-480-op-2 {
    border-right-color: rgba(175, 184, 190, 0.2);
  }
  .xl-border-bottom-gray-480-op-2 {
    border-bottom-color: rgba(175, 184, 190, 0.2);
  }
  .xl-border-left-gray-480-op-2 {
    border-left-color: rgba(175, 184, 190, 0.2);
  }
  .xl-fill-gray-480-op-2 {
    fill: rgba(175, 184, 190, 0.2);
  }
  .xl-stroke-gray-480-op-2 {
    stroke: rgba(175, 184, 190, 0.2);
  }
  .xl-text-gray-480-op-2 {
    color: rgba(175, 184, 190, 0.2);
  }
  .xl-bg-gray-480-op-3 {
    background-color: rgba(175, 184, 190, 0.3);
  }
  .xl-border-color-gray-480-op-3 {
    border-color: rgba(175, 184, 190, 0.3);
  }
  .xl-border-top-gray-480-op-3 {
    border-top-color: rgba(175, 184, 190, 0.3);
  }
  .xl-border-right-gray-480-op-3 {
    border-right-color: rgba(175, 184, 190, 0.3);
  }
  .xl-border-bottom-gray-480-op-3 {
    border-bottom-color: rgba(175, 184, 190, 0.3);
  }
  .xl-border-left-gray-480-op-3 {
    border-left-color: rgba(175, 184, 190, 0.3);
  }
  .xl-fill-gray-480-op-3 {
    fill: rgba(175, 184, 190, 0.3);
  }
  .xl-stroke-gray-480-op-3 {
    stroke: rgba(175, 184, 190, 0.3);
  }
  .xl-text-gray-480-op-3 {
    color: rgba(175, 184, 190, 0.3);
  }
  .xl-bg-gray-480-op-4 {
    background-color: rgba(175, 184, 190, 0.4);
  }
  .xl-border-color-gray-480-op-4 {
    border-color: rgba(175, 184, 190, 0.4);
  }
  .xl-border-top-gray-480-op-4 {
    border-top-color: rgba(175, 184, 190, 0.4);
  }
  .xl-border-right-gray-480-op-4 {
    border-right-color: rgba(175, 184, 190, 0.4);
  }
  .xl-border-bottom-gray-480-op-4 {
    border-bottom-color: rgba(175, 184, 190, 0.4);
  }
  .xl-border-left-gray-480-op-4 {
    border-left-color: rgba(175, 184, 190, 0.4);
  }
  .xl-fill-gray-480-op-4 {
    fill: rgba(175, 184, 190, 0.4);
  }
  .xl-stroke-gray-480-op-4 {
    stroke: rgba(175, 184, 190, 0.4);
  }
  .xl-text-gray-480-op-4 {
    color: rgba(175, 184, 190, 0.4);
  }
  .xl-bg-gray-480-op-5 {
    background-color: rgba(175, 184, 190, 0.5);
  }
  .xl-border-color-gray-480-op-5 {
    border-color: rgba(175, 184, 190, 0.5);
  }
  .xl-border-top-gray-480-op-5 {
    border-top-color: rgba(175, 184, 190, 0.5);
  }
  .xl-border-right-gray-480-op-5 {
    border-right-color: rgba(175, 184, 190, 0.5);
  }
  .xl-border-bottom-gray-480-op-5 {
    border-bottom-color: rgba(175, 184, 190, 0.5);
  }
  .xl-border-left-gray-480-op-5 {
    border-left-color: rgba(175, 184, 190, 0.5);
  }
  .xl-fill-gray-480-op-5 {
    fill: rgba(175, 184, 190, 0.5);
  }
  .xl-stroke-gray-480-op-5 {
    stroke: rgba(175, 184, 190, 0.5);
  }
  .xl-text-gray-480-op-5 {
    color: rgba(175, 184, 190, 0.5);
  }
  .xl-bg-gray-480-op-6 {
    background-color: rgba(175, 184, 190, 0.6);
  }
  .xl-border-color-gray-480-op-6 {
    border-color: rgba(175, 184, 190, 0.6);
  }
  .xl-border-top-gray-480-op-6 {
    border-top-color: rgba(175, 184, 190, 0.6);
  }
  .xl-border-right-gray-480-op-6 {
    border-right-color: rgba(175, 184, 190, 0.6);
  }
  .xl-border-bottom-gray-480-op-6 {
    border-bottom-color: rgba(175, 184, 190, 0.6);
  }
  .xl-border-left-gray-480-op-6 {
    border-left-color: rgba(175, 184, 190, 0.6);
  }
  .xl-fill-gray-480-op-6 {
    fill: rgba(175, 184, 190, 0.6);
  }
  .xl-stroke-gray-480-op-6 {
    stroke: rgba(175, 184, 190, 0.6);
  }
  .xl-text-gray-480-op-6 {
    color: rgba(175, 184, 190, 0.6);
  }
  .xl-bg-gray-480-op-7 {
    background-color: rgba(175, 184, 190, 0.7);
  }
  .xl-border-color-gray-480-op-7 {
    border-color: rgba(175, 184, 190, 0.7);
  }
  .xl-border-top-gray-480-op-7 {
    border-top-color: rgba(175, 184, 190, 0.7);
  }
  .xl-border-right-gray-480-op-7 {
    border-right-color: rgba(175, 184, 190, 0.7);
  }
  .xl-border-bottom-gray-480-op-7 {
    border-bottom-color: rgba(175, 184, 190, 0.7);
  }
  .xl-border-left-gray-480-op-7 {
    border-left-color: rgba(175, 184, 190, 0.7);
  }
  .xl-fill-gray-480-op-7 {
    fill: rgba(175, 184, 190, 0.7);
  }
  .xl-stroke-gray-480-op-7 {
    stroke: rgba(175, 184, 190, 0.7);
  }
  .xl-text-gray-480-op-7 {
    color: rgba(175, 184, 190, 0.7);
  }
  .xl-bg-gray-480-op-8 {
    background-color: rgba(175, 184, 190, 0.8);
  }
  .xl-border-color-gray-480-op-8 {
    border-color: rgba(175, 184, 190, 0.8);
  }
  .xl-border-top-gray-480-op-8 {
    border-top-color: rgba(175, 184, 190, 0.8);
  }
  .xl-border-right-gray-480-op-8 {
    border-right-color: rgba(175, 184, 190, 0.8);
  }
  .xl-border-bottom-gray-480-op-8 {
    border-bottom-color: rgba(175, 184, 190, 0.8);
  }
  .xl-border-left-gray-480-op-8 {
    border-left-color: rgba(175, 184, 190, 0.8);
  }
  .xl-fill-gray-480-op-8 {
    fill: rgba(175, 184, 190, 0.8);
  }
  .xl-stroke-gray-480-op-8 {
    stroke: rgba(175, 184, 190, 0.8);
  }
  .xl-text-gray-480-op-8 {
    color: rgba(175, 184, 190, 0.8);
  }
  .xl-bg-gray-480-op-9 {
    background-color: rgba(175, 184, 190, 0.9);
  }
  .xl-border-color-gray-480-op-9 {
    border-color: rgba(175, 184, 190, 0.9);
  }
  .xl-border-top-gray-480-op-9 {
    border-top-color: rgba(175, 184, 190, 0.9);
  }
  .xl-border-right-gray-480-op-9 {
    border-right-color: rgba(175, 184, 190, 0.9);
  }
  .xl-border-bottom-gray-480-op-9 {
    border-bottom-color: rgba(175, 184, 190, 0.9);
  }
  .xl-border-left-gray-480-op-9 {
    border-left-color: rgba(175, 184, 190, 0.9);
  }
  .xl-fill-gray-480-op-9 {
    fill: rgba(175, 184, 190, 0.9);
  }
  .xl-stroke-gray-480-op-9 {
    stroke: rgba(175, 184, 190, 0.9);
  }
  .xl-text-gray-480-op-9 {
    color: rgba(175, 184, 190, 0.9);
  }
  .xl-bg-gray-480-op-10 {
    background-color: #afb8be;
  }
  .xl-border-color-gray-480-op-10 {
    border-color: #afb8be;
  }
  .xl-border-top-gray-480-op-10 {
    border-top-color: #afb8be;
  }
  .xl-border-right-gray-480-op-10 {
    border-right-color: #afb8be;
  }
  .xl-border-bottom-gray-480-op-10 {
    border-bottom-color: #afb8be;
  }
  .xl-border-left-gray-480-op-10 {
    border-left-color: #afb8be;
  }
  .xl-fill-gray-480-op-10 {
    fill: #afb8be;
  }
  .xl-stroke-gray-480-op-10 {
    stroke: #afb8be;
  }
  .xl-text-gray-480-op-10 {
    color: #afb8be;
  }
  .xl-bg-gray-500 {
    background-color: #adb5bd;
  }
  .xl-border-color-gray-500 {
    border-color: #adb5bd;
  }
  .xl-border-top-gray-500 {
    border-top-color: #adb5bd;
  }
  .xl-border-right-gray-500 {
    border-right-color: #adb5bd;
  }
  .xl-border-bottom-gray-500 {
    border-bottom-color: #adb5bd;
  }
  .xl-border-left-gray-500 {
    border-left-color: #adb5bd;
  }
  .xl-fill-gray-500 {
    fill: #adb5bd;
  }
  .xl-stroke-gray-500 {
    stroke: #adb5bd;
  }
  .xl-text-gray-500 {
    color: #adb5bd;
  }
  .xl-bg-gray-500-op-0 {
    background-color: rgba(173, 181, 189, 0);
  }
  .xl-border-color-gray-500-op-0 {
    border-color: rgba(173, 181, 189, 0);
  }
  .xl-border-top-gray-500-op-0 {
    border-top-color: rgba(173, 181, 189, 0);
  }
  .xl-border-right-gray-500-op-0 {
    border-right-color: rgba(173, 181, 189, 0);
  }
  .xl-border-bottom-gray-500-op-0 {
    border-bottom-color: rgba(173, 181, 189, 0);
  }
  .xl-border-left-gray-500-op-0 {
    border-left-color: rgba(173, 181, 189, 0);
  }
  .xl-fill-gray-500-op-0 {
    fill: rgba(173, 181, 189, 0);
  }
  .xl-stroke-gray-500-op-0 {
    stroke: rgba(173, 181, 189, 0);
  }
  .xl-text-gray-500-op-0 {
    color: rgba(173, 181, 189, 0);
  }
  .xl-bg-gray-500-op-1 {
    background-color: rgba(173, 181, 189, 0.1);
  }
  .xl-border-color-gray-500-op-1 {
    border-color: rgba(173, 181, 189, 0.1);
  }
  .xl-border-top-gray-500-op-1 {
    border-top-color: rgba(173, 181, 189, 0.1);
  }
  .xl-border-right-gray-500-op-1 {
    border-right-color: rgba(173, 181, 189, 0.1);
  }
  .xl-border-bottom-gray-500-op-1 {
    border-bottom-color: rgba(173, 181, 189, 0.1);
  }
  .xl-border-left-gray-500-op-1 {
    border-left-color: rgba(173, 181, 189, 0.1);
  }
  .xl-fill-gray-500-op-1 {
    fill: rgba(173, 181, 189, 0.1);
  }
  .xl-stroke-gray-500-op-1 {
    stroke: rgba(173, 181, 189, 0.1);
  }
  .xl-text-gray-500-op-1 {
    color: rgba(173, 181, 189, 0.1);
  }
  .xl-bg-gray-500-op-2 {
    background-color: rgba(173, 181, 189, 0.2);
  }
  .xl-border-color-gray-500-op-2 {
    border-color: rgba(173, 181, 189, 0.2);
  }
  .xl-border-top-gray-500-op-2 {
    border-top-color: rgba(173, 181, 189, 0.2);
  }
  .xl-border-right-gray-500-op-2 {
    border-right-color: rgba(173, 181, 189, 0.2);
  }
  .xl-border-bottom-gray-500-op-2 {
    border-bottom-color: rgba(173, 181, 189, 0.2);
  }
  .xl-border-left-gray-500-op-2 {
    border-left-color: rgba(173, 181, 189, 0.2);
  }
  .xl-fill-gray-500-op-2 {
    fill: rgba(173, 181, 189, 0.2);
  }
  .xl-stroke-gray-500-op-2 {
    stroke: rgba(173, 181, 189, 0.2);
  }
  .xl-text-gray-500-op-2 {
    color: rgba(173, 181, 189, 0.2);
  }
  .xl-bg-gray-500-op-3 {
    background-color: rgba(173, 181, 189, 0.3);
  }
  .xl-border-color-gray-500-op-3 {
    border-color: rgba(173, 181, 189, 0.3);
  }
  .xl-border-top-gray-500-op-3 {
    border-top-color: rgba(173, 181, 189, 0.3);
  }
  .xl-border-right-gray-500-op-3 {
    border-right-color: rgba(173, 181, 189, 0.3);
  }
  .xl-border-bottom-gray-500-op-3 {
    border-bottom-color: rgba(173, 181, 189, 0.3);
  }
  .xl-border-left-gray-500-op-3 {
    border-left-color: rgba(173, 181, 189, 0.3);
  }
  .xl-fill-gray-500-op-3 {
    fill: rgba(173, 181, 189, 0.3);
  }
  .xl-stroke-gray-500-op-3 {
    stroke: rgba(173, 181, 189, 0.3);
  }
  .xl-text-gray-500-op-3 {
    color: rgba(173, 181, 189, 0.3);
  }
  .xl-bg-gray-500-op-4 {
    background-color: rgba(173, 181, 189, 0.4);
  }
  .xl-border-color-gray-500-op-4 {
    border-color: rgba(173, 181, 189, 0.4);
  }
  .xl-border-top-gray-500-op-4 {
    border-top-color: rgba(173, 181, 189, 0.4);
  }
  .xl-border-right-gray-500-op-4 {
    border-right-color: rgba(173, 181, 189, 0.4);
  }
  .xl-border-bottom-gray-500-op-4 {
    border-bottom-color: rgba(173, 181, 189, 0.4);
  }
  .xl-border-left-gray-500-op-4 {
    border-left-color: rgba(173, 181, 189, 0.4);
  }
  .xl-fill-gray-500-op-4 {
    fill: rgba(173, 181, 189, 0.4);
  }
  .xl-stroke-gray-500-op-4 {
    stroke: rgba(173, 181, 189, 0.4);
  }
  .xl-text-gray-500-op-4 {
    color: rgba(173, 181, 189, 0.4);
  }
  .xl-bg-gray-500-op-5 {
    background-color: rgba(173, 181, 189, 0.5);
  }
  .xl-border-color-gray-500-op-5 {
    border-color: rgba(173, 181, 189, 0.5);
  }
  .xl-border-top-gray-500-op-5 {
    border-top-color: rgba(173, 181, 189, 0.5);
  }
  .xl-border-right-gray-500-op-5 {
    border-right-color: rgba(173, 181, 189, 0.5);
  }
  .xl-border-bottom-gray-500-op-5 {
    border-bottom-color: rgba(173, 181, 189, 0.5);
  }
  .xl-border-left-gray-500-op-5 {
    border-left-color: rgba(173, 181, 189, 0.5);
  }
  .xl-fill-gray-500-op-5 {
    fill: rgba(173, 181, 189, 0.5);
  }
  .xl-stroke-gray-500-op-5 {
    stroke: rgba(173, 181, 189, 0.5);
  }
  .xl-text-gray-500-op-5 {
    color: rgba(173, 181, 189, 0.5);
  }
  .xl-bg-gray-500-op-6 {
    background-color: rgba(173, 181, 189, 0.6);
  }
  .xl-border-color-gray-500-op-6 {
    border-color: rgba(173, 181, 189, 0.6);
  }
  .xl-border-top-gray-500-op-6 {
    border-top-color: rgba(173, 181, 189, 0.6);
  }
  .xl-border-right-gray-500-op-6 {
    border-right-color: rgba(173, 181, 189, 0.6);
  }
  .xl-border-bottom-gray-500-op-6 {
    border-bottom-color: rgba(173, 181, 189, 0.6);
  }
  .xl-border-left-gray-500-op-6 {
    border-left-color: rgba(173, 181, 189, 0.6);
  }
  .xl-fill-gray-500-op-6 {
    fill: rgba(173, 181, 189, 0.6);
  }
  .xl-stroke-gray-500-op-6 {
    stroke: rgba(173, 181, 189, 0.6);
  }
  .xl-text-gray-500-op-6 {
    color: rgba(173, 181, 189, 0.6);
  }
  .xl-bg-gray-500-op-7 {
    background-color: rgba(173, 181, 189, 0.7);
  }
  .xl-border-color-gray-500-op-7 {
    border-color: rgba(173, 181, 189, 0.7);
  }
  .xl-border-top-gray-500-op-7 {
    border-top-color: rgba(173, 181, 189, 0.7);
  }
  .xl-border-right-gray-500-op-7 {
    border-right-color: rgba(173, 181, 189, 0.7);
  }
  .xl-border-bottom-gray-500-op-7 {
    border-bottom-color: rgba(173, 181, 189, 0.7);
  }
  .xl-border-left-gray-500-op-7 {
    border-left-color: rgba(173, 181, 189, 0.7);
  }
  .xl-fill-gray-500-op-7 {
    fill: rgba(173, 181, 189, 0.7);
  }
  .xl-stroke-gray-500-op-7 {
    stroke: rgba(173, 181, 189, 0.7);
  }
  .xl-text-gray-500-op-7 {
    color: rgba(173, 181, 189, 0.7);
  }
  .xl-bg-gray-500-op-8 {
    background-color: rgba(173, 181, 189, 0.8);
  }
  .xl-border-color-gray-500-op-8 {
    border-color: rgba(173, 181, 189, 0.8);
  }
  .xl-border-top-gray-500-op-8 {
    border-top-color: rgba(173, 181, 189, 0.8);
  }
  .xl-border-right-gray-500-op-8 {
    border-right-color: rgba(173, 181, 189, 0.8);
  }
  .xl-border-bottom-gray-500-op-8 {
    border-bottom-color: rgba(173, 181, 189, 0.8);
  }
  .xl-border-left-gray-500-op-8 {
    border-left-color: rgba(173, 181, 189, 0.8);
  }
  .xl-fill-gray-500-op-8 {
    fill: rgba(173, 181, 189, 0.8);
  }
  .xl-stroke-gray-500-op-8 {
    stroke: rgba(173, 181, 189, 0.8);
  }
  .xl-text-gray-500-op-8 {
    color: rgba(173, 181, 189, 0.8);
  }
  .xl-bg-gray-500-op-9 {
    background-color: rgba(173, 181, 189, 0.9);
  }
  .xl-border-color-gray-500-op-9 {
    border-color: rgba(173, 181, 189, 0.9);
  }
  .xl-border-top-gray-500-op-9 {
    border-top-color: rgba(173, 181, 189, 0.9);
  }
  .xl-border-right-gray-500-op-9 {
    border-right-color: rgba(173, 181, 189, 0.9);
  }
  .xl-border-bottom-gray-500-op-9 {
    border-bottom-color: rgba(173, 181, 189, 0.9);
  }
  .xl-border-left-gray-500-op-9 {
    border-left-color: rgba(173, 181, 189, 0.9);
  }
  .xl-fill-gray-500-op-9 {
    fill: rgba(173, 181, 189, 0.9);
  }
  .xl-stroke-gray-500-op-9 {
    stroke: rgba(173, 181, 189, 0.9);
  }
  .xl-text-gray-500-op-9 {
    color: rgba(173, 181, 189, 0.9);
  }
  .xl-bg-gray-500-op-10 {
    background-color: #adb5bd;
  }
  .xl-border-color-gray-500-op-10 {
    border-color: #adb5bd;
  }
  .xl-border-top-gray-500-op-10 {
    border-top-color: #adb5bd;
  }
  .xl-border-right-gray-500-op-10 {
    border-right-color: #adb5bd;
  }
  .xl-border-bottom-gray-500-op-10 {
    border-bottom-color: #adb5bd;
  }
  .xl-border-left-gray-500-op-10 {
    border-left-color: #adb5bd;
  }
  .xl-fill-gray-500-op-10 {
    fill: #adb5bd;
  }
  .xl-stroke-gray-500-op-10 {
    stroke: #adb5bd;
  }
  .xl-text-gray-500-op-10 {
    color: #adb5bd;
  }
  .xl-bg-gray-600 {
    background-color: #6d767e;
  }
  .xl-border-color-gray-600 {
    border-color: #6d767e;
  }
  .xl-border-top-gray-600 {
    border-top-color: #6d767e;
  }
  .xl-border-right-gray-600 {
    border-right-color: #6d767e;
  }
  .xl-border-bottom-gray-600 {
    border-bottom-color: #6d767e;
  }
  .xl-border-left-gray-600 {
    border-left-color: #6d767e;
  }
  .xl-fill-gray-600 {
    fill: #6d767e;
  }
  .xl-stroke-gray-600 {
    stroke: #6d767e;
  }
  .xl-text-gray-600 {
    color: #6d767e;
  }
  .xl-bg-gray-600-op-0 {
    background-color: rgba(109, 118, 126, 0);
  }
  .xl-border-color-gray-600-op-0 {
    border-color: rgba(109, 118, 126, 0);
  }
  .xl-border-top-gray-600-op-0 {
    border-top-color: rgba(109, 118, 126, 0);
  }
  .xl-border-right-gray-600-op-0 {
    border-right-color: rgba(109, 118, 126, 0);
  }
  .xl-border-bottom-gray-600-op-0 {
    border-bottom-color: rgba(109, 118, 126, 0);
  }
  .xl-border-left-gray-600-op-0 {
    border-left-color: rgba(109, 118, 126, 0);
  }
  .xl-fill-gray-600-op-0 {
    fill: rgba(109, 118, 126, 0);
  }
  .xl-stroke-gray-600-op-0 {
    stroke: rgba(109, 118, 126, 0);
  }
  .xl-text-gray-600-op-0 {
    color: rgba(109, 118, 126, 0);
  }
  .xl-bg-gray-600-op-1 {
    background-color: rgba(109, 118, 126, 0.1);
  }
  .xl-border-color-gray-600-op-1 {
    border-color: rgba(109, 118, 126, 0.1);
  }
  .xl-border-top-gray-600-op-1 {
    border-top-color: rgba(109, 118, 126, 0.1);
  }
  .xl-border-right-gray-600-op-1 {
    border-right-color: rgba(109, 118, 126, 0.1);
  }
  .xl-border-bottom-gray-600-op-1 {
    border-bottom-color: rgba(109, 118, 126, 0.1);
  }
  .xl-border-left-gray-600-op-1 {
    border-left-color: rgba(109, 118, 126, 0.1);
  }
  .xl-fill-gray-600-op-1 {
    fill: rgba(109, 118, 126, 0.1);
  }
  .xl-stroke-gray-600-op-1 {
    stroke: rgba(109, 118, 126, 0.1);
  }
  .xl-text-gray-600-op-1 {
    color: rgba(109, 118, 126, 0.1);
  }
  .xl-bg-gray-600-op-2 {
    background-color: rgba(109, 118, 126, 0.2);
  }
  .xl-border-color-gray-600-op-2 {
    border-color: rgba(109, 118, 126, 0.2);
  }
  .xl-border-top-gray-600-op-2 {
    border-top-color: rgba(109, 118, 126, 0.2);
  }
  .xl-border-right-gray-600-op-2 {
    border-right-color: rgba(109, 118, 126, 0.2);
  }
  .xl-border-bottom-gray-600-op-2 {
    border-bottom-color: rgba(109, 118, 126, 0.2);
  }
  .xl-border-left-gray-600-op-2 {
    border-left-color: rgba(109, 118, 126, 0.2);
  }
  .xl-fill-gray-600-op-2 {
    fill: rgba(109, 118, 126, 0.2);
  }
  .xl-stroke-gray-600-op-2 {
    stroke: rgba(109, 118, 126, 0.2);
  }
  .xl-text-gray-600-op-2 {
    color: rgba(109, 118, 126, 0.2);
  }
  .xl-bg-gray-600-op-3 {
    background-color: rgba(109, 118, 126, 0.3);
  }
  .xl-border-color-gray-600-op-3 {
    border-color: rgba(109, 118, 126, 0.3);
  }
  .xl-border-top-gray-600-op-3 {
    border-top-color: rgba(109, 118, 126, 0.3);
  }
  .xl-border-right-gray-600-op-3 {
    border-right-color: rgba(109, 118, 126, 0.3);
  }
  .xl-border-bottom-gray-600-op-3 {
    border-bottom-color: rgba(109, 118, 126, 0.3);
  }
  .xl-border-left-gray-600-op-3 {
    border-left-color: rgba(109, 118, 126, 0.3);
  }
  .xl-fill-gray-600-op-3 {
    fill: rgba(109, 118, 126, 0.3);
  }
  .xl-stroke-gray-600-op-3 {
    stroke: rgba(109, 118, 126, 0.3);
  }
  .xl-text-gray-600-op-3 {
    color: rgba(109, 118, 126, 0.3);
  }
  .xl-bg-gray-600-op-4 {
    background-color: rgba(109, 118, 126, 0.4);
  }
  .xl-border-color-gray-600-op-4 {
    border-color: rgba(109, 118, 126, 0.4);
  }
  .xl-border-top-gray-600-op-4 {
    border-top-color: rgba(109, 118, 126, 0.4);
  }
  .xl-border-right-gray-600-op-4 {
    border-right-color: rgba(109, 118, 126, 0.4);
  }
  .xl-border-bottom-gray-600-op-4 {
    border-bottom-color: rgba(109, 118, 126, 0.4);
  }
  .xl-border-left-gray-600-op-4 {
    border-left-color: rgba(109, 118, 126, 0.4);
  }
  .xl-fill-gray-600-op-4 {
    fill: rgba(109, 118, 126, 0.4);
  }
  .xl-stroke-gray-600-op-4 {
    stroke: rgba(109, 118, 126, 0.4);
  }
  .xl-text-gray-600-op-4 {
    color: rgba(109, 118, 126, 0.4);
  }
  .xl-bg-gray-600-op-5 {
    background-color: rgba(109, 118, 126, 0.5);
  }
  .xl-border-color-gray-600-op-5 {
    border-color: rgba(109, 118, 126, 0.5);
  }
  .xl-border-top-gray-600-op-5 {
    border-top-color: rgba(109, 118, 126, 0.5);
  }
  .xl-border-right-gray-600-op-5 {
    border-right-color: rgba(109, 118, 126, 0.5);
  }
  .xl-border-bottom-gray-600-op-5 {
    border-bottom-color: rgba(109, 118, 126, 0.5);
  }
  .xl-border-left-gray-600-op-5 {
    border-left-color: rgba(109, 118, 126, 0.5);
  }
  .xl-fill-gray-600-op-5 {
    fill: rgba(109, 118, 126, 0.5);
  }
  .xl-stroke-gray-600-op-5 {
    stroke: rgba(109, 118, 126, 0.5);
  }
  .xl-text-gray-600-op-5 {
    color: rgba(109, 118, 126, 0.5);
  }
  .xl-bg-gray-600-op-6 {
    background-color: rgba(109, 118, 126, 0.6);
  }
  .xl-border-color-gray-600-op-6 {
    border-color: rgba(109, 118, 126, 0.6);
  }
  .xl-border-top-gray-600-op-6 {
    border-top-color: rgba(109, 118, 126, 0.6);
  }
  .xl-border-right-gray-600-op-6 {
    border-right-color: rgba(109, 118, 126, 0.6);
  }
  .xl-border-bottom-gray-600-op-6 {
    border-bottom-color: rgba(109, 118, 126, 0.6);
  }
  .xl-border-left-gray-600-op-6 {
    border-left-color: rgba(109, 118, 126, 0.6);
  }
  .xl-fill-gray-600-op-6 {
    fill: rgba(109, 118, 126, 0.6);
  }
  .xl-stroke-gray-600-op-6 {
    stroke: rgba(109, 118, 126, 0.6);
  }
  .xl-text-gray-600-op-6 {
    color: rgba(109, 118, 126, 0.6);
  }
  .xl-bg-gray-600-op-7 {
    background-color: rgba(109, 118, 126, 0.7);
  }
  .xl-border-color-gray-600-op-7 {
    border-color: rgba(109, 118, 126, 0.7);
  }
  .xl-border-top-gray-600-op-7 {
    border-top-color: rgba(109, 118, 126, 0.7);
  }
  .xl-border-right-gray-600-op-7 {
    border-right-color: rgba(109, 118, 126, 0.7);
  }
  .xl-border-bottom-gray-600-op-7 {
    border-bottom-color: rgba(109, 118, 126, 0.7);
  }
  .xl-border-left-gray-600-op-7 {
    border-left-color: rgba(109, 118, 126, 0.7);
  }
  .xl-fill-gray-600-op-7 {
    fill: rgba(109, 118, 126, 0.7);
  }
  .xl-stroke-gray-600-op-7 {
    stroke: rgba(109, 118, 126, 0.7);
  }
  .xl-text-gray-600-op-7 {
    color: rgba(109, 118, 126, 0.7);
  }
  .xl-bg-gray-600-op-8 {
    background-color: rgba(109, 118, 126, 0.8);
  }
  .xl-border-color-gray-600-op-8 {
    border-color: rgba(109, 118, 126, 0.8);
  }
  .xl-border-top-gray-600-op-8 {
    border-top-color: rgba(109, 118, 126, 0.8);
  }
  .xl-border-right-gray-600-op-8 {
    border-right-color: rgba(109, 118, 126, 0.8);
  }
  .xl-border-bottom-gray-600-op-8 {
    border-bottom-color: rgba(109, 118, 126, 0.8);
  }
  .xl-border-left-gray-600-op-8 {
    border-left-color: rgba(109, 118, 126, 0.8);
  }
  .xl-fill-gray-600-op-8 {
    fill: rgba(109, 118, 126, 0.8);
  }
  .xl-stroke-gray-600-op-8 {
    stroke: rgba(109, 118, 126, 0.8);
  }
  .xl-text-gray-600-op-8 {
    color: rgba(109, 118, 126, 0.8);
  }
  .xl-bg-gray-600-op-9 {
    background-color: rgba(109, 118, 126, 0.9);
  }
  .xl-border-color-gray-600-op-9 {
    border-color: rgba(109, 118, 126, 0.9);
  }
  .xl-border-top-gray-600-op-9 {
    border-top-color: rgba(109, 118, 126, 0.9);
  }
  .xl-border-right-gray-600-op-9 {
    border-right-color: rgba(109, 118, 126, 0.9);
  }
  .xl-border-bottom-gray-600-op-9 {
    border-bottom-color: rgba(109, 118, 126, 0.9);
  }
  .xl-border-left-gray-600-op-9 {
    border-left-color: rgba(109, 118, 126, 0.9);
  }
  .xl-fill-gray-600-op-9 {
    fill: rgba(109, 118, 126, 0.9);
  }
  .xl-stroke-gray-600-op-9 {
    stroke: rgba(109, 118, 126, 0.9);
  }
  .xl-text-gray-600-op-9 {
    color: rgba(109, 118, 126, 0.9);
  }
  .xl-bg-gray-600-op-10 {
    background-color: #6d767e;
  }
  .xl-border-color-gray-600-op-10 {
    border-color: #6d767e;
  }
  .xl-border-top-gray-600-op-10 {
    border-top-color: #6d767e;
  }
  .xl-border-right-gray-600-op-10 {
    border-right-color: #6d767e;
  }
  .xl-border-bottom-gray-600-op-10 {
    border-bottom-color: #6d767e;
  }
  .xl-border-left-gray-600-op-10 {
    border-left-color: #6d767e;
  }
  .xl-fill-gray-600-op-10 {
    fill: #6d767e;
  }
  .xl-stroke-gray-600-op-10 {
    stroke: #6d767e;
  }
  .xl-text-gray-600-op-10 {
    color: #6d767e;
  }
  .xl-bg-gray-700 {
    background-color: #484f56;
  }
  .xl-border-color-gray-700 {
    border-color: #484f56;
  }
  .xl-border-top-gray-700 {
    border-top-color: #484f56;
  }
  .xl-border-right-gray-700 {
    border-right-color: #484f56;
  }
  .xl-border-bottom-gray-700 {
    border-bottom-color: #484f56;
  }
  .xl-border-left-gray-700 {
    border-left-color: #484f56;
  }
  .xl-fill-gray-700 {
    fill: #484f56;
  }
  .xl-stroke-gray-700 {
    stroke: #484f56;
  }
  .xl-text-gray-700 {
    color: #484f56;
  }
  .xl-bg-gray-700-op-0 {
    background-color: rgba(72, 79, 86, 0);
  }
  .xl-border-color-gray-700-op-0 {
    border-color: rgba(72, 79, 86, 0);
  }
  .xl-border-top-gray-700-op-0 {
    border-top-color: rgba(72, 79, 86, 0);
  }
  .xl-border-right-gray-700-op-0 {
    border-right-color: rgba(72, 79, 86, 0);
  }
  .xl-border-bottom-gray-700-op-0 {
    border-bottom-color: rgba(72, 79, 86, 0);
  }
  .xl-border-left-gray-700-op-0 {
    border-left-color: rgba(72, 79, 86, 0);
  }
  .xl-fill-gray-700-op-0 {
    fill: rgba(72, 79, 86, 0);
  }
  .xl-stroke-gray-700-op-0 {
    stroke: rgba(72, 79, 86, 0);
  }
  .xl-text-gray-700-op-0 {
    color: rgba(72, 79, 86, 0);
  }
  .xl-bg-gray-700-op-1 {
    background-color: rgba(72, 79, 86, 0.1);
  }
  .xl-border-color-gray-700-op-1 {
    border-color: rgba(72, 79, 86, 0.1);
  }
  .xl-border-top-gray-700-op-1 {
    border-top-color: rgba(72, 79, 86, 0.1);
  }
  .xl-border-right-gray-700-op-1 {
    border-right-color: rgba(72, 79, 86, 0.1);
  }
  .xl-border-bottom-gray-700-op-1 {
    border-bottom-color: rgba(72, 79, 86, 0.1);
  }
  .xl-border-left-gray-700-op-1 {
    border-left-color: rgba(72, 79, 86, 0.1);
  }
  .xl-fill-gray-700-op-1 {
    fill: rgba(72, 79, 86, 0.1);
  }
  .xl-stroke-gray-700-op-1 {
    stroke: rgba(72, 79, 86, 0.1);
  }
  .xl-text-gray-700-op-1 {
    color: rgba(72, 79, 86, 0.1);
  }
  .xl-bg-gray-700-op-2 {
    background-color: rgba(72, 79, 86, 0.2);
  }
  .xl-border-color-gray-700-op-2 {
    border-color: rgba(72, 79, 86, 0.2);
  }
  .xl-border-top-gray-700-op-2 {
    border-top-color: rgba(72, 79, 86, 0.2);
  }
  .xl-border-right-gray-700-op-2 {
    border-right-color: rgba(72, 79, 86, 0.2);
  }
  .xl-border-bottom-gray-700-op-2 {
    border-bottom-color: rgba(72, 79, 86, 0.2);
  }
  .xl-border-left-gray-700-op-2 {
    border-left-color: rgba(72, 79, 86, 0.2);
  }
  .xl-fill-gray-700-op-2 {
    fill: rgba(72, 79, 86, 0.2);
  }
  .xl-stroke-gray-700-op-2 {
    stroke: rgba(72, 79, 86, 0.2);
  }
  .xl-text-gray-700-op-2 {
    color: rgba(72, 79, 86, 0.2);
  }
  .xl-bg-gray-700-op-3 {
    background-color: rgba(72, 79, 86, 0.3);
  }
  .xl-border-color-gray-700-op-3 {
    border-color: rgba(72, 79, 86, 0.3);
  }
  .xl-border-top-gray-700-op-3 {
    border-top-color: rgba(72, 79, 86, 0.3);
  }
  .xl-border-right-gray-700-op-3 {
    border-right-color: rgba(72, 79, 86, 0.3);
  }
  .xl-border-bottom-gray-700-op-3 {
    border-bottom-color: rgba(72, 79, 86, 0.3);
  }
  .xl-border-left-gray-700-op-3 {
    border-left-color: rgba(72, 79, 86, 0.3);
  }
  .xl-fill-gray-700-op-3 {
    fill: rgba(72, 79, 86, 0.3);
  }
  .xl-stroke-gray-700-op-3 {
    stroke: rgba(72, 79, 86, 0.3);
  }
  .xl-text-gray-700-op-3 {
    color: rgba(72, 79, 86, 0.3);
  }
  .xl-bg-gray-700-op-4 {
    background-color: rgba(72, 79, 86, 0.4);
  }
  .xl-border-color-gray-700-op-4 {
    border-color: rgba(72, 79, 86, 0.4);
  }
  .xl-border-top-gray-700-op-4 {
    border-top-color: rgba(72, 79, 86, 0.4);
  }
  .xl-border-right-gray-700-op-4 {
    border-right-color: rgba(72, 79, 86, 0.4);
  }
  .xl-border-bottom-gray-700-op-4 {
    border-bottom-color: rgba(72, 79, 86, 0.4);
  }
  .xl-border-left-gray-700-op-4 {
    border-left-color: rgba(72, 79, 86, 0.4);
  }
  .xl-fill-gray-700-op-4 {
    fill: rgba(72, 79, 86, 0.4);
  }
  .xl-stroke-gray-700-op-4 {
    stroke: rgba(72, 79, 86, 0.4);
  }
  .xl-text-gray-700-op-4 {
    color: rgba(72, 79, 86, 0.4);
  }
  .xl-bg-gray-700-op-5 {
    background-color: rgba(72, 79, 86, 0.5);
  }
  .xl-border-color-gray-700-op-5 {
    border-color: rgba(72, 79, 86, 0.5);
  }
  .xl-border-top-gray-700-op-5 {
    border-top-color: rgba(72, 79, 86, 0.5);
  }
  .xl-border-right-gray-700-op-5 {
    border-right-color: rgba(72, 79, 86, 0.5);
  }
  .xl-border-bottom-gray-700-op-5 {
    border-bottom-color: rgba(72, 79, 86, 0.5);
  }
  .xl-border-left-gray-700-op-5 {
    border-left-color: rgba(72, 79, 86, 0.5);
  }
  .xl-fill-gray-700-op-5 {
    fill: rgba(72, 79, 86, 0.5);
  }
  .xl-stroke-gray-700-op-5 {
    stroke: rgba(72, 79, 86, 0.5);
  }
  .xl-text-gray-700-op-5 {
    color: rgba(72, 79, 86, 0.5);
  }
  .xl-bg-gray-700-op-6 {
    background-color: rgba(72, 79, 86, 0.6);
  }
  .xl-border-color-gray-700-op-6 {
    border-color: rgba(72, 79, 86, 0.6);
  }
  .xl-border-top-gray-700-op-6 {
    border-top-color: rgba(72, 79, 86, 0.6);
  }
  .xl-border-right-gray-700-op-6 {
    border-right-color: rgba(72, 79, 86, 0.6);
  }
  .xl-border-bottom-gray-700-op-6 {
    border-bottom-color: rgba(72, 79, 86, 0.6);
  }
  .xl-border-left-gray-700-op-6 {
    border-left-color: rgba(72, 79, 86, 0.6);
  }
  .xl-fill-gray-700-op-6 {
    fill: rgba(72, 79, 86, 0.6);
  }
  .xl-stroke-gray-700-op-6 {
    stroke: rgba(72, 79, 86, 0.6);
  }
  .xl-text-gray-700-op-6 {
    color: rgba(72, 79, 86, 0.6);
  }
  .xl-bg-gray-700-op-7 {
    background-color: rgba(72, 79, 86, 0.7);
  }
  .xl-border-color-gray-700-op-7 {
    border-color: rgba(72, 79, 86, 0.7);
  }
  .xl-border-top-gray-700-op-7 {
    border-top-color: rgba(72, 79, 86, 0.7);
  }
  .xl-border-right-gray-700-op-7 {
    border-right-color: rgba(72, 79, 86, 0.7);
  }
  .xl-border-bottom-gray-700-op-7 {
    border-bottom-color: rgba(72, 79, 86, 0.7);
  }
  .xl-border-left-gray-700-op-7 {
    border-left-color: rgba(72, 79, 86, 0.7);
  }
  .xl-fill-gray-700-op-7 {
    fill: rgba(72, 79, 86, 0.7);
  }
  .xl-stroke-gray-700-op-7 {
    stroke: rgba(72, 79, 86, 0.7);
  }
  .xl-text-gray-700-op-7 {
    color: rgba(72, 79, 86, 0.7);
  }
  .xl-bg-gray-700-op-8 {
    background-color: rgba(72, 79, 86, 0.8);
  }
  .xl-border-color-gray-700-op-8 {
    border-color: rgba(72, 79, 86, 0.8);
  }
  .xl-border-top-gray-700-op-8 {
    border-top-color: rgba(72, 79, 86, 0.8);
  }
  .xl-border-right-gray-700-op-8 {
    border-right-color: rgba(72, 79, 86, 0.8);
  }
  .xl-border-bottom-gray-700-op-8 {
    border-bottom-color: rgba(72, 79, 86, 0.8);
  }
  .xl-border-left-gray-700-op-8 {
    border-left-color: rgba(72, 79, 86, 0.8);
  }
  .xl-fill-gray-700-op-8 {
    fill: rgba(72, 79, 86, 0.8);
  }
  .xl-stroke-gray-700-op-8 {
    stroke: rgba(72, 79, 86, 0.8);
  }
  .xl-text-gray-700-op-8 {
    color: rgba(72, 79, 86, 0.8);
  }
  .xl-bg-gray-700-op-9 {
    background-color: rgba(72, 79, 86, 0.9);
  }
  .xl-border-color-gray-700-op-9 {
    border-color: rgba(72, 79, 86, 0.9);
  }
  .xl-border-top-gray-700-op-9 {
    border-top-color: rgba(72, 79, 86, 0.9);
  }
  .xl-border-right-gray-700-op-9 {
    border-right-color: rgba(72, 79, 86, 0.9);
  }
  .xl-border-bottom-gray-700-op-9 {
    border-bottom-color: rgba(72, 79, 86, 0.9);
  }
  .xl-border-left-gray-700-op-9 {
    border-left-color: rgba(72, 79, 86, 0.9);
  }
  .xl-fill-gray-700-op-9 {
    fill: rgba(72, 79, 86, 0.9);
  }
  .xl-stroke-gray-700-op-9 {
    stroke: rgba(72, 79, 86, 0.9);
  }
  .xl-text-gray-700-op-9 {
    color: rgba(72, 79, 86, 0.9);
  }
  .xl-bg-gray-700-op-10 {
    background-color: #484f56;
  }
  .xl-border-color-gray-700-op-10 {
    border-color: #484f56;
  }
  .xl-border-top-gray-700-op-10 {
    border-top-color: #484f56;
  }
  .xl-border-right-gray-700-op-10 {
    border-right-color: #484f56;
  }
  .xl-border-bottom-gray-700-op-10 {
    border-bottom-color: #484f56;
  }
  .xl-border-left-gray-700-op-10 {
    border-left-color: #484f56;
  }
  .xl-fill-gray-700-op-10 {
    fill: #484f56;
  }
  .xl-stroke-gray-700-op-10 {
    stroke: #484f56;
  }
  .xl-text-gray-700-op-10 {
    color: #484f56;
  }
  .xl-bg-gray-800 {
    background-color: #353b41;
  }
  .xl-border-color-gray-800 {
    border-color: #353b41;
  }
  .xl-border-top-gray-800 {
    border-top-color: #353b41;
  }
  .xl-border-right-gray-800 {
    border-right-color: #353b41;
  }
  .xl-border-bottom-gray-800 {
    border-bottom-color: #353b41;
  }
  .xl-border-left-gray-800 {
    border-left-color: #353b41;
  }
  .xl-fill-gray-800 {
    fill: #353b41;
  }
  .xl-stroke-gray-800 {
    stroke: #353b41;
  }
  .xl-text-gray-800 {
    color: #353b41;
  }
  .xl-bg-gray-800-op-0 {
    background-color: rgba(53, 59, 65, 0);
  }
  .xl-border-color-gray-800-op-0 {
    border-color: rgba(53, 59, 65, 0);
  }
  .xl-border-top-gray-800-op-0 {
    border-top-color: rgba(53, 59, 65, 0);
  }
  .xl-border-right-gray-800-op-0 {
    border-right-color: rgba(53, 59, 65, 0);
  }
  .xl-border-bottom-gray-800-op-0 {
    border-bottom-color: rgba(53, 59, 65, 0);
  }
  .xl-border-left-gray-800-op-0 {
    border-left-color: rgba(53, 59, 65, 0);
  }
  .xl-fill-gray-800-op-0 {
    fill: rgba(53, 59, 65, 0);
  }
  .xl-stroke-gray-800-op-0 {
    stroke: rgba(53, 59, 65, 0);
  }
  .xl-text-gray-800-op-0 {
    color: rgba(53, 59, 65, 0);
  }
  .xl-bg-gray-800-op-1 {
    background-color: rgba(53, 59, 65, 0.1);
  }
  .xl-border-color-gray-800-op-1 {
    border-color: rgba(53, 59, 65, 0.1);
  }
  .xl-border-top-gray-800-op-1 {
    border-top-color: rgba(53, 59, 65, 0.1);
  }
  .xl-border-right-gray-800-op-1 {
    border-right-color: rgba(53, 59, 65, 0.1);
  }
  .xl-border-bottom-gray-800-op-1 {
    border-bottom-color: rgba(53, 59, 65, 0.1);
  }
  .xl-border-left-gray-800-op-1 {
    border-left-color: rgba(53, 59, 65, 0.1);
  }
  .xl-fill-gray-800-op-1 {
    fill: rgba(53, 59, 65, 0.1);
  }
  .xl-stroke-gray-800-op-1 {
    stroke: rgba(53, 59, 65, 0.1);
  }
  .xl-text-gray-800-op-1 {
    color: rgba(53, 59, 65, 0.1);
  }
  .xl-bg-gray-800-op-2 {
    background-color: rgba(53, 59, 65, 0.2);
  }
  .xl-border-color-gray-800-op-2 {
    border-color: rgba(53, 59, 65, 0.2);
  }
  .xl-border-top-gray-800-op-2 {
    border-top-color: rgba(53, 59, 65, 0.2);
  }
  .xl-border-right-gray-800-op-2 {
    border-right-color: rgba(53, 59, 65, 0.2);
  }
  .xl-border-bottom-gray-800-op-2 {
    border-bottom-color: rgba(53, 59, 65, 0.2);
  }
  .xl-border-left-gray-800-op-2 {
    border-left-color: rgba(53, 59, 65, 0.2);
  }
  .xl-fill-gray-800-op-2 {
    fill: rgba(53, 59, 65, 0.2);
  }
  .xl-stroke-gray-800-op-2 {
    stroke: rgba(53, 59, 65, 0.2);
  }
  .xl-text-gray-800-op-2 {
    color: rgba(53, 59, 65, 0.2);
  }
  .xl-bg-gray-800-op-3 {
    background-color: rgba(53, 59, 65, 0.3);
  }
  .xl-border-color-gray-800-op-3 {
    border-color: rgba(53, 59, 65, 0.3);
  }
  .xl-border-top-gray-800-op-3 {
    border-top-color: rgba(53, 59, 65, 0.3);
  }
  .xl-border-right-gray-800-op-3 {
    border-right-color: rgba(53, 59, 65, 0.3);
  }
  .xl-border-bottom-gray-800-op-3 {
    border-bottom-color: rgba(53, 59, 65, 0.3);
  }
  .xl-border-left-gray-800-op-3 {
    border-left-color: rgba(53, 59, 65, 0.3);
  }
  .xl-fill-gray-800-op-3 {
    fill: rgba(53, 59, 65, 0.3);
  }
  .xl-stroke-gray-800-op-3 {
    stroke: rgba(53, 59, 65, 0.3);
  }
  .xl-text-gray-800-op-3 {
    color: rgba(53, 59, 65, 0.3);
  }
  .xl-bg-gray-800-op-4 {
    background-color: rgba(53, 59, 65, 0.4);
  }
  .xl-border-color-gray-800-op-4 {
    border-color: rgba(53, 59, 65, 0.4);
  }
  .xl-border-top-gray-800-op-4 {
    border-top-color: rgba(53, 59, 65, 0.4);
  }
  .xl-border-right-gray-800-op-4 {
    border-right-color: rgba(53, 59, 65, 0.4);
  }
  .xl-border-bottom-gray-800-op-4 {
    border-bottom-color: rgba(53, 59, 65, 0.4);
  }
  .xl-border-left-gray-800-op-4 {
    border-left-color: rgba(53, 59, 65, 0.4);
  }
  .xl-fill-gray-800-op-4 {
    fill: rgba(53, 59, 65, 0.4);
  }
  .xl-stroke-gray-800-op-4 {
    stroke: rgba(53, 59, 65, 0.4);
  }
  .xl-text-gray-800-op-4 {
    color: rgba(53, 59, 65, 0.4);
  }
  .xl-bg-gray-800-op-5 {
    background-color: rgba(53, 59, 65, 0.5);
  }
  .xl-border-color-gray-800-op-5 {
    border-color: rgba(53, 59, 65, 0.5);
  }
  .xl-border-top-gray-800-op-5 {
    border-top-color: rgba(53, 59, 65, 0.5);
  }
  .xl-border-right-gray-800-op-5 {
    border-right-color: rgba(53, 59, 65, 0.5);
  }
  .xl-border-bottom-gray-800-op-5 {
    border-bottom-color: rgba(53, 59, 65, 0.5);
  }
  .xl-border-left-gray-800-op-5 {
    border-left-color: rgba(53, 59, 65, 0.5);
  }
  .xl-fill-gray-800-op-5 {
    fill: rgba(53, 59, 65, 0.5);
  }
  .xl-stroke-gray-800-op-5 {
    stroke: rgba(53, 59, 65, 0.5);
  }
  .xl-text-gray-800-op-5 {
    color: rgba(53, 59, 65, 0.5);
  }
  .xl-bg-gray-800-op-6 {
    background-color: rgba(53, 59, 65, 0.6);
  }
  .xl-border-color-gray-800-op-6 {
    border-color: rgba(53, 59, 65, 0.6);
  }
  .xl-border-top-gray-800-op-6 {
    border-top-color: rgba(53, 59, 65, 0.6);
  }
  .xl-border-right-gray-800-op-6 {
    border-right-color: rgba(53, 59, 65, 0.6);
  }
  .xl-border-bottom-gray-800-op-6 {
    border-bottom-color: rgba(53, 59, 65, 0.6);
  }
  .xl-border-left-gray-800-op-6 {
    border-left-color: rgba(53, 59, 65, 0.6);
  }
  .xl-fill-gray-800-op-6 {
    fill: rgba(53, 59, 65, 0.6);
  }
  .xl-stroke-gray-800-op-6 {
    stroke: rgba(53, 59, 65, 0.6);
  }
  .xl-text-gray-800-op-6 {
    color: rgba(53, 59, 65, 0.6);
  }
  .xl-bg-gray-800-op-7 {
    background-color: rgba(53, 59, 65, 0.7);
  }
  .xl-border-color-gray-800-op-7 {
    border-color: rgba(53, 59, 65, 0.7);
  }
  .xl-border-top-gray-800-op-7 {
    border-top-color: rgba(53, 59, 65, 0.7);
  }
  .xl-border-right-gray-800-op-7 {
    border-right-color: rgba(53, 59, 65, 0.7);
  }
  .xl-border-bottom-gray-800-op-7 {
    border-bottom-color: rgba(53, 59, 65, 0.7);
  }
  .xl-border-left-gray-800-op-7 {
    border-left-color: rgba(53, 59, 65, 0.7);
  }
  .xl-fill-gray-800-op-7 {
    fill: rgba(53, 59, 65, 0.7);
  }
  .xl-stroke-gray-800-op-7 {
    stroke: rgba(53, 59, 65, 0.7);
  }
  .xl-text-gray-800-op-7 {
    color: rgba(53, 59, 65, 0.7);
  }
  .xl-bg-gray-800-op-8 {
    background-color: rgba(53, 59, 65, 0.8);
  }
  .xl-border-color-gray-800-op-8 {
    border-color: rgba(53, 59, 65, 0.8);
  }
  .xl-border-top-gray-800-op-8 {
    border-top-color: rgba(53, 59, 65, 0.8);
  }
  .xl-border-right-gray-800-op-8 {
    border-right-color: rgba(53, 59, 65, 0.8);
  }
  .xl-border-bottom-gray-800-op-8 {
    border-bottom-color: rgba(53, 59, 65, 0.8);
  }
  .xl-border-left-gray-800-op-8 {
    border-left-color: rgba(53, 59, 65, 0.8);
  }
  .xl-fill-gray-800-op-8 {
    fill: rgba(53, 59, 65, 0.8);
  }
  .xl-stroke-gray-800-op-8 {
    stroke: rgba(53, 59, 65, 0.8);
  }
  .xl-text-gray-800-op-8 {
    color: rgba(53, 59, 65, 0.8);
  }
  .xl-bg-gray-800-op-9 {
    background-color: rgba(53, 59, 65, 0.9);
  }
  .xl-border-color-gray-800-op-9 {
    border-color: rgba(53, 59, 65, 0.9);
  }
  .xl-border-top-gray-800-op-9 {
    border-top-color: rgba(53, 59, 65, 0.9);
  }
  .xl-border-right-gray-800-op-9 {
    border-right-color: rgba(53, 59, 65, 0.9);
  }
  .xl-border-bottom-gray-800-op-9 {
    border-bottom-color: rgba(53, 59, 65, 0.9);
  }
  .xl-border-left-gray-800-op-9 {
    border-left-color: rgba(53, 59, 65, 0.9);
  }
  .xl-fill-gray-800-op-9 {
    fill: rgba(53, 59, 65, 0.9);
  }
  .xl-stroke-gray-800-op-9 {
    stroke: rgba(53, 59, 65, 0.9);
  }
  .xl-text-gray-800-op-9 {
    color: rgba(53, 59, 65, 0.9);
  }
  .xl-bg-gray-800-op-10 {
    background-color: #353b41;
  }
  .xl-border-color-gray-800-op-10 {
    border-color: #353b41;
  }
  .xl-border-top-gray-800-op-10 {
    border-top-color: #353b41;
  }
  .xl-border-right-gray-800-op-10 {
    border-right-color: #353b41;
  }
  .xl-border-bottom-gray-800-op-10 {
    border-bottom-color: #353b41;
  }
  .xl-border-left-gray-800-op-10 {
    border-left-color: #353b41;
  }
  .xl-fill-gray-800-op-10 {
    fill: #353b41;
  }
  .xl-stroke-gray-800-op-10 {
    stroke: #353b41;
  }
  .xl-text-gray-800-op-10 {
    color: #353b41;
  }
  .xl-bg-gray-900 {
    background-color: #22262a;
  }
  .xl-border-color-gray-900 {
    border-color: #22262a;
  }
  .xl-border-top-gray-900 {
    border-top-color: #22262a;
  }
  .xl-border-right-gray-900 {
    border-right-color: #22262a;
  }
  .xl-border-bottom-gray-900 {
    border-bottom-color: #22262a;
  }
  .xl-border-left-gray-900 {
    border-left-color: #22262a;
  }
  .xl-fill-gray-900 {
    fill: #22262a;
  }
  .xl-stroke-gray-900 {
    stroke: #22262a;
  }
  .xl-text-gray-900 {
    color: #22262a;
  }
  .xl-bg-gray-900-op-0 {
    background-color: rgba(34, 38, 42, 0);
  }
  .xl-border-color-gray-900-op-0 {
    border-color: rgba(34, 38, 42, 0);
  }
  .xl-border-top-gray-900-op-0 {
    border-top-color: rgba(34, 38, 42, 0);
  }
  .xl-border-right-gray-900-op-0 {
    border-right-color: rgba(34, 38, 42, 0);
  }
  .xl-border-bottom-gray-900-op-0 {
    border-bottom-color: rgba(34, 38, 42, 0);
  }
  .xl-border-left-gray-900-op-0 {
    border-left-color: rgba(34, 38, 42, 0);
  }
  .xl-fill-gray-900-op-0 {
    fill: rgba(34, 38, 42, 0);
  }
  .xl-stroke-gray-900-op-0 {
    stroke: rgba(34, 38, 42, 0);
  }
  .xl-text-gray-900-op-0 {
    color: rgba(34, 38, 42, 0);
  }
  .xl-bg-gray-900-op-1 {
    background-color: rgba(34, 38, 42, 0.1);
  }
  .xl-border-color-gray-900-op-1 {
    border-color: rgba(34, 38, 42, 0.1);
  }
  .xl-border-top-gray-900-op-1 {
    border-top-color: rgba(34, 38, 42, 0.1);
  }
  .xl-border-right-gray-900-op-1 {
    border-right-color: rgba(34, 38, 42, 0.1);
  }
  .xl-border-bottom-gray-900-op-1 {
    border-bottom-color: rgba(34, 38, 42, 0.1);
  }
  .xl-border-left-gray-900-op-1 {
    border-left-color: rgba(34, 38, 42, 0.1);
  }
  .xl-fill-gray-900-op-1 {
    fill: rgba(34, 38, 42, 0.1);
  }
  .xl-stroke-gray-900-op-1 {
    stroke: rgba(34, 38, 42, 0.1);
  }
  .xl-text-gray-900-op-1 {
    color: rgba(34, 38, 42, 0.1);
  }
  .xl-bg-gray-900-op-2 {
    background-color: rgba(34, 38, 42, 0.2);
  }
  .xl-border-color-gray-900-op-2 {
    border-color: rgba(34, 38, 42, 0.2);
  }
  .xl-border-top-gray-900-op-2 {
    border-top-color: rgba(34, 38, 42, 0.2);
  }
  .xl-border-right-gray-900-op-2 {
    border-right-color: rgba(34, 38, 42, 0.2);
  }
  .xl-border-bottom-gray-900-op-2 {
    border-bottom-color: rgba(34, 38, 42, 0.2);
  }
  .xl-border-left-gray-900-op-2 {
    border-left-color: rgba(34, 38, 42, 0.2);
  }
  .xl-fill-gray-900-op-2 {
    fill: rgba(34, 38, 42, 0.2);
  }
  .xl-stroke-gray-900-op-2 {
    stroke: rgba(34, 38, 42, 0.2);
  }
  .xl-text-gray-900-op-2 {
    color: rgba(34, 38, 42, 0.2);
  }
  .xl-bg-gray-900-op-3 {
    background-color: rgba(34, 38, 42, 0.3);
  }
  .xl-border-color-gray-900-op-3 {
    border-color: rgba(34, 38, 42, 0.3);
  }
  .xl-border-top-gray-900-op-3 {
    border-top-color: rgba(34, 38, 42, 0.3);
  }
  .xl-border-right-gray-900-op-3 {
    border-right-color: rgba(34, 38, 42, 0.3);
  }
  .xl-border-bottom-gray-900-op-3 {
    border-bottom-color: rgba(34, 38, 42, 0.3);
  }
  .xl-border-left-gray-900-op-3 {
    border-left-color: rgba(34, 38, 42, 0.3);
  }
  .xl-fill-gray-900-op-3 {
    fill: rgba(34, 38, 42, 0.3);
  }
  .xl-stroke-gray-900-op-3 {
    stroke: rgba(34, 38, 42, 0.3);
  }
  .xl-text-gray-900-op-3 {
    color: rgba(34, 38, 42, 0.3);
  }
  .xl-bg-gray-900-op-4 {
    background-color: rgba(34, 38, 42, 0.4);
  }
  .xl-border-color-gray-900-op-4 {
    border-color: rgba(34, 38, 42, 0.4);
  }
  .xl-border-top-gray-900-op-4 {
    border-top-color: rgba(34, 38, 42, 0.4);
  }
  .xl-border-right-gray-900-op-4 {
    border-right-color: rgba(34, 38, 42, 0.4);
  }
  .xl-border-bottom-gray-900-op-4 {
    border-bottom-color: rgba(34, 38, 42, 0.4);
  }
  .xl-border-left-gray-900-op-4 {
    border-left-color: rgba(34, 38, 42, 0.4);
  }
  .xl-fill-gray-900-op-4 {
    fill: rgba(34, 38, 42, 0.4);
  }
  .xl-stroke-gray-900-op-4 {
    stroke: rgba(34, 38, 42, 0.4);
  }
  .xl-text-gray-900-op-4 {
    color: rgba(34, 38, 42, 0.4);
  }
  .xl-bg-gray-900-op-5 {
    background-color: rgba(34, 38, 42, 0.5);
  }
  .xl-border-color-gray-900-op-5 {
    border-color: rgba(34, 38, 42, 0.5);
  }
  .xl-border-top-gray-900-op-5 {
    border-top-color: rgba(34, 38, 42, 0.5);
  }
  .xl-border-right-gray-900-op-5 {
    border-right-color: rgba(34, 38, 42, 0.5);
  }
  .xl-border-bottom-gray-900-op-5 {
    border-bottom-color: rgba(34, 38, 42, 0.5);
  }
  .xl-border-left-gray-900-op-5 {
    border-left-color: rgba(34, 38, 42, 0.5);
  }
  .xl-fill-gray-900-op-5 {
    fill: rgba(34, 38, 42, 0.5);
  }
  .xl-stroke-gray-900-op-5 {
    stroke: rgba(34, 38, 42, 0.5);
  }
  .xl-text-gray-900-op-5 {
    color: rgba(34, 38, 42, 0.5);
  }
  .xl-bg-gray-900-op-6 {
    background-color: rgba(34, 38, 42, 0.6);
  }
  .xl-border-color-gray-900-op-6 {
    border-color: rgba(34, 38, 42, 0.6);
  }
  .xl-border-top-gray-900-op-6 {
    border-top-color: rgba(34, 38, 42, 0.6);
  }
  .xl-border-right-gray-900-op-6 {
    border-right-color: rgba(34, 38, 42, 0.6);
  }
  .xl-border-bottom-gray-900-op-6 {
    border-bottom-color: rgba(34, 38, 42, 0.6);
  }
  .xl-border-left-gray-900-op-6 {
    border-left-color: rgba(34, 38, 42, 0.6);
  }
  .xl-fill-gray-900-op-6 {
    fill: rgba(34, 38, 42, 0.6);
  }
  .xl-stroke-gray-900-op-6 {
    stroke: rgba(34, 38, 42, 0.6);
  }
  .xl-text-gray-900-op-6 {
    color: rgba(34, 38, 42, 0.6);
  }
  .xl-bg-gray-900-op-7 {
    background-color: rgba(34, 38, 42, 0.7);
  }
  .xl-border-color-gray-900-op-7 {
    border-color: rgba(34, 38, 42, 0.7);
  }
  .xl-border-top-gray-900-op-7 {
    border-top-color: rgba(34, 38, 42, 0.7);
  }
  .xl-border-right-gray-900-op-7 {
    border-right-color: rgba(34, 38, 42, 0.7);
  }
  .xl-border-bottom-gray-900-op-7 {
    border-bottom-color: rgba(34, 38, 42, 0.7);
  }
  .xl-border-left-gray-900-op-7 {
    border-left-color: rgba(34, 38, 42, 0.7);
  }
  .xl-fill-gray-900-op-7 {
    fill: rgba(34, 38, 42, 0.7);
  }
  .xl-stroke-gray-900-op-7 {
    stroke: rgba(34, 38, 42, 0.7);
  }
  .xl-text-gray-900-op-7 {
    color: rgba(34, 38, 42, 0.7);
  }
  .xl-bg-gray-900-op-8 {
    background-color: rgba(34, 38, 42, 0.8);
  }
  .xl-border-color-gray-900-op-8 {
    border-color: rgba(34, 38, 42, 0.8);
  }
  .xl-border-top-gray-900-op-8 {
    border-top-color: rgba(34, 38, 42, 0.8);
  }
  .xl-border-right-gray-900-op-8 {
    border-right-color: rgba(34, 38, 42, 0.8);
  }
  .xl-border-bottom-gray-900-op-8 {
    border-bottom-color: rgba(34, 38, 42, 0.8);
  }
  .xl-border-left-gray-900-op-8 {
    border-left-color: rgba(34, 38, 42, 0.8);
  }
  .xl-fill-gray-900-op-8 {
    fill: rgba(34, 38, 42, 0.8);
  }
  .xl-stroke-gray-900-op-8 {
    stroke: rgba(34, 38, 42, 0.8);
  }
  .xl-text-gray-900-op-8 {
    color: rgba(34, 38, 42, 0.8);
  }
  .xl-bg-gray-900-op-9 {
    background-color: rgba(34, 38, 42, 0.9);
  }
  .xl-border-color-gray-900-op-9 {
    border-color: rgba(34, 38, 42, 0.9);
  }
  .xl-border-top-gray-900-op-9 {
    border-top-color: rgba(34, 38, 42, 0.9);
  }
  .xl-border-right-gray-900-op-9 {
    border-right-color: rgba(34, 38, 42, 0.9);
  }
  .xl-border-bottom-gray-900-op-9 {
    border-bottom-color: rgba(34, 38, 42, 0.9);
  }
  .xl-border-left-gray-900-op-9 {
    border-left-color: rgba(34, 38, 42, 0.9);
  }
  .xl-fill-gray-900-op-9 {
    fill: rgba(34, 38, 42, 0.9);
  }
  .xl-stroke-gray-900-op-9 {
    stroke: rgba(34, 38, 42, 0.9);
  }
  .xl-text-gray-900-op-9 {
    color: rgba(34, 38, 42, 0.9);
  }
  .xl-bg-gray-900-op-10 {
    background-color: #22262a;
  }
  .xl-border-color-gray-900-op-10 {
    border-color: #22262a;
  }
  .xl-border-top-gray-900-op-10 {
    border-top-color: #22262a;
  }
  .xl-border-right-gray-900-op-10 {
    border-right-color: #22262a;
  }
  .xl-border-bottom-gray-900-op-10 {
    border-bottom-color: #22262a;
  }
  .xl-border-left-gray-900-op-10 {
    border-left-color: #22262a;
  }
  .xl-fill-gray-900-op-10 {
    fill: #22262a;
  }
  .xl-stroke-gray-900-op-10 {
    stroke: #22262a;
  }
  .xl-text-gray-900-op-10 {
    color: #22262a;
  }
  .xl-bg-success {
    background-color: #b7e7b6;
  }
  .xl-border-color-success {
    border-color: #b7e7b6;
  }
  .xl-border-top-success {
    border-top-color: #b7e7b6;
  }
  .xl-border-right-success {
    border-right-color: #b7e7b6;
  }
  .xl-border-bottom-success {
    border-bottom-color: #b7e7b6;
  }
  .xl-border-left-success {
    border-left-color: #b7e7b6;
  }
  .xl-fill-success {
    fill: #b7e7b6;
  }
  .xl-stroke-success {
    stroke: #b7e7b6;
  }
  .xl-text-success {
    color: #b7e7b6;
  }
  .xl-bg-success-op-0 {
    background-color: rgba(183, 231, 182, 0);
  }
  .xl-border-color-success-op-0 {
    border-color: rgba(183, 231, 182, 0);
  }
  .xl-border-top-success-op-0 {
    border-top-color: rgba(183, 231, 182, 0);
  }
  .xl-border-right-success-op-0 {
    border-right-color: rgba(183, 231, 182, 0);
  }
  .xl-border-bottom-success-op-0 {
    border-bottom-color: rgba(183, 231, 182, 0);
  }
  .xl-border-left-success-op-0 {
    border-left-color: rgba(183, 231, 182, 0);
  }
  .xl-fill-success-op-0 {
    fill: rgba(183, 231, 182, 0);
  }
  .xl-stroke-success-op-0 {
    stroke: rgba(183, 231, 182, 0);
  }
  .xl-text-success-op-0 {
    color: rgba(183, 231, 182, 0);
  }
  .xl-bg-success-op-1 {
    background-color: rgba(183, 231, 182, 0.1);
  }
  .xl-border-color-success-op-1 {
    border-color: rgba(183, 231, 182, 0.1);
  }
  .xl-border-top-success-op-1 {
    border-top-color: rgba(183, 231, 182, 0.1);
  }
  .xl-border-right-success-op-1 {
    border-right-color: rgba(183, 231, 182, 0.1);
  }
  .xl-border-bottom-success-op-1 {
    border-bottom-color: rgba(183, 231, 182, 0.1);
  }
  .xl-border-left-success-op-1 {
    border-left-color: rgba(183, 231, 182, 0.1);
  }
  .xl-fill-success-op-1 {
    fill: rgba(183, 231, 182, 0.1);
  }
  .xl-stroke-success-op-1 {
    stroke: rgba(183, 231, 182, 0.1);
  }
  .xl-text-success-op-1 {
    color: rgba(183, 231, 182, 0.1);
  }
  .xl-bg-success-op-2 {
    background-color: rgba(183, 231, 182, 0.2);
  }
  .xl-border-color-success-op-2 {
    border-color: rgba(183, 231, 182, 0.2);
  }
  .xl-border-top-success-op-2 {
    border-top-color: rgba(183, 231, 182, 0.2);
  }
  .xl-border-right-success-op-2 {
    border-right-color: rgba(183, 231, 182, 0.2);
  }
  .xl-border-bottom-success-op-2 {
    border-bottom-color: rgba(183, 231, 182, 0.2);
  }
  .xl-border-left-success-op-2 {
    border-left-color: rgba(183, 231, 182, 0.2);
  }
  .xl-fill-success-op-2 {
    fill: rgba(183, 231, 182, 0.2);
  }
  .xl-stroke-success-op-2 {
    stroke: rgba(183, 231, 182, 0.2);
  }
  .xl-text-success-op-2 {
    color: rgba(183, 231, 182, 0.2);
  }
  .xl-bg-success-op-3 {
    background-color: rgba(183, 231, 182, 0.3);
  }
  .xl-border-color-success-op-3 {
    border-color: rgba(183, 231, 182, 0.3);
  }
  .xl-border-top-success-op-3 {
    border-top-color: rgba(183, 231, 182, 0.3);
  }
  .xl-border-right-success-op-3 {
    border-right-color: rgba(183, 231, 182, 0.3);
  }
  .xl-border-bottom-success-op-3 {
    border-bottom-color: rgba(183, 231, 182, 0.3);
  }
  .xl-border-left-success-op-3 {
    border-left-color: rgba(183, 231, 182, 0.3);
  }
  .xl-fill-success-op-3 {
    fill: rgba(183, 231, 182, 0.3);
  }
  .xl-stroke-success-op-3 {
    stroke: rgba(183, 231, 182, 0.3);
  }
  .xl-text-success-op-3 {
    color: rgba(183, 231, 182, 0.3);
  }
  .xl-bg-success-op-4 {
    background-color: rgba(183, 231, 182, 0.4);
  }
  .xl-border-color-success-op-4 {
    border-color: rgba(183, 231, 182, 0.4);
  }
  .xl-border-top-success-op-4 {
    border-top-color: rgba(183, 231, 182, 0.4);
  }
  .xl-border-right-success-op-4 {
    border-right-color: rgba(183, 231, 182, 0.4);
  }
  .xl-border-bottom-success-op-4 {
    border-bottom-color: rgba(183, 231, 182, 0.4);
  }
  .xl-border-left-success-op-4 {
    border-left-color: rgba(183, 231, 182, 0.4);
  }
  .xl-fill-success-op-4 {
    fill: rgba(183, 231, 182, 0.4);
  }
  .xl-stroke-success-op-4 {
    stroke: rgba(183, 231, 182, 0.4);
  }
  .xl-text-success-op-4 {
    color: rgba(183, 231, 182, 0.4);
  }
  .xl-bg-success-op-5 {
    background-color: rgba(183, 231, 182, 0.5);
  }
  .xl-border-color-success-op-5 {
    border-color: rgba(183, 231, 182, 0.5);
  }
  .xl-border-top-success-op-5 {
    border-top-color: rgba(183, 231, 182, 0.5);
  }
  .xl-border-right-success-op-5 {
    border-right-color: rgba(183, 231, 182, 0.5);
  }
  .xl-border-bottom-success-op-5 {
    border-bottom-color: rgba(183, 231, 182, 0.5);
  }
  .xl-border-left-success-op-5 {
    border-left-color: rgba(183, 231, 182, 0.5);
  }
  .xl-fill-success-op-5 {
    fill: rgba(183, 231, 182, 0.5);
  }
  .xl-stroke-success-op-5 {
    stroke: rgba(183, 231, 182, 0.5);
  }
  .xl-text-success-op-5 {
    color: rgba(183, 231, 182, 0.5);
  }
  .xl-bg-success-op-6 {
    background-color: rgba(183, 231, 182, 0.6);
  }
  .xl-border-color-success-op-6 {
    border-color: rgba(183, 231, 182, 0.6);
  }
  .xl-border-top-success-op-6 {
    border-top-color: rgba(183, 231, 182, 0.6);
  }
  .xl-border-right-success-op-6 {
    border-right-color: rgba(183, 231, 182, 0.6);
  }
  .xl-border-bottom-success-op-6 {
    border-bottom-color: rgba(183, 231, 182, 0.6);
  }
  .xl-border-left-success-op-6 {
    border-left-color: rgba(183, 231, 182, 0.6);
  }
  .xl-fill-success-op-6 {
    fill: rgba(183, 231, 182, 0.6);
  }
  .xl-stroke-success-op-6 {
    stroke: rgba(183, 231, 182, 0.6);
  }
  .xl-text-success-op-6 {
    color: rgba(183, 231, 182, 0.6);
  }
  .xl-bg-success-op-7 {
    background-color: rgba(183, 231, 182, 0.7);
  }
  .xl-border-color-success-op-7 {
    border-color: rgba(183, 231, 182, 0.7);
  }
  .xl-border-top-success-op-7 {
    border-top-color: rgba(183, 231, 182, 0.7);
  }
  .xl-border-right-success-op-7 {
    border-right-color: rgba(183, 231, 182, 0.7);
  }
  .xl-border-bottom-success-op-7 {
    border-bottom-color: rgba(183, 231, 182, 0.7);
  }
  .xl-border-left-success-op-7 {
    border-left-color: rgba(183, 231, 182, 0.7);
  }
  .xl-fill-success-op-7 {
    fill: rgba(183, 231, 182, 0.7);
  }
  .xl-stroke-success-op-7 {
    stroke: rgba(183, 231, 182, 0.7);
  }
  .xl-text-success-op-7 {
    color: rgba(183, 231, 182, 0.7);
  }
  .xl-bg-success-op-8 {
    background-color: rgba(183, 231, 182, 0.8);
  }
  .xl-border-color-success-op-8 {
    border-color: rgba(183, 231, 182, 0.8);
  }
  .xl-border-top-success-op-8 {
    border-top-color: rgba(183, 231, 182, 0.8);
  }
  .xl-border-right-success-op-8 {
    border-right-color: rgba(183, 231, 182, 0.8);
  }
  .xl-border-bottom-success-op-8 {
    border-bottom-color: rgba(183, 231, 182, 0.8);
  }
  .xl-border-left-success-op-8 {
    border-left-color: rgba(183, 231, 182, 0.8);
  }
  .xl-fill-success-op-8 {
    fill: rgba(183, 231, 182, 0.8);
  }
  .xl-stroke-success-op-8 {
    stroke: rgba(183, 231, 182, 0.8);
  }
  .xl-text-success-op-8 {
    color: rgba(183, 231, 182, 0.8);
  }
  .xl-bg-success-op-9 {
    background-color: rgba(183, 231, 182, 0.9);
  }
  .xl-border-color-success-op-9 {
    border-color: rgba(183, 231, 182, 0.9);
  }
  .xl-border-top-success-op-9 {
    border-top-color: rgba(183, 231, 182, 0.9);
  }
  .xl-border-right-success-op-9 {
    border-right-color: rgba(183, 231, 182, 0.9);
  }
  .xl-border-bottom-success-op-9 {
    border-bottom-color: rgba(183, 231, 182, 0.9);
  }
  .xl-border-left-success-op-9 {
    border-left-color: rgba(183, 231, 182, 0.9);
  }
  .xl-fill-success-op-9 {
    fill: rgba(183, 231, 182, 0.9);
  }
  .xl-stroke-success-op-9 {
    stroke: rgba(183, 231, 182, 0.9);
  }
  .xl-text-success-op-9 {
    color: rgba(183, 231, 182, 0.9);
  }
  .xl-bg-success-op-10 {
    background-color: #b7e7b6;
  }
  .xl-border-color-success-op-10 {
    border-color: #b7e7b6;
  }
  .xl-border-top-success-op-10 {
    border-top-color: #b7e7b6;
  }
  .xl-border-right-success-op-10 {
    border-right-color: #b7e7b6;
  }
  .xl-border-bottom-success-op-10 {
    border-bottom-color: #b7e7b6;
  }
  .xl-border-left-success-op-10 {
    border-left-color: #b7e7b6;
  }
  .xl-fill-success-op-10 {
    fill: #b7e7b6;
  }
  .xl-stroke-success-op-10 {
    stroke: #b7e7b6;
  }
  .xl-text-success-op-10 {
    color: #b7e7b6;
  }
  .xl-bg-info {
    background-color: #0074c2;
  }
  .xl-border-color-info {
    border-color: #0074c2;
  }
  .xl-border-top-info {
    border-top-color: #0074c2;
  }
  .xl-border-right-info {
    border-right-color: #0074c2;
  }
  .xl-border-bottom-info {
    border-bottom-color: #0074c2;
  }
  .xl-border-left-info {
    border-left-color: #0074c2;
  }
  .xl-fill-info {
    fill: #0074c2;
  }
  .xl-stroke-info {
    stroke: #0074c2;
  }
  .xl-text-info {
    color: #0074c2;
  }
  .xl-bg-info-op-0 {
    background-color: rgba(0, 116, 194, 0);
  }
  .xl-border-color-info-op-0 {
    border-color: rgba(0, 116, 194, 0);
  }
  .xl-border-top-info-op-0 {
    border-top-color: rgba(0, 116, 194, 0);
  }
  .xl-border-right-info-op-0 {
    border-right-color: rgba(0, 116, 194, 0);
  }
  .xl-border-bottom-info-op-0 {
    border-bottom-color: rgba(0, 116, 194, 0);
  }
  .xl-border-left-info-op-0 {
    border-left-color: rgba(0, 116, 194, 0);
  }
  .xl-fill-info-op-0 {
    fill: rgba(0, 116, 194, 0);
  }
  .xl-stroke-info-op-0 {
    stroke: rgba(0, 116, 194, 0);
  }
  .xl-text-info-op-0 {
    color: rgba(0, 116, 194, 0);
  }
  .xl-bg-info-op-1 {
    background-color: rgba(0, 116, 194, 0.1);
  }
  .xl-border-color-info-op-1 {
    border-color: rgba(0, 116, 194, 0.1);
  }
  .xl-border-top-info-op-1 {
    border-top-color: rgba(0, 116, 194, 0.1);
  }
  .xl-border-right-info-op-1 {
    border-right-color: rgba(0, 116, 194, 0.1);
  }
  .xl-border-bottom-info-op-1 {
    border-bottom-color: rgba(0, 116, 194, 0.1);
  }
  .xl-border-left-info-op-1 {
    border-left-color: rgba(0, 116, 194, 0.1);
  }
  .xl-fill-info-op-1 {
    fill: rgba(0, 116, 194, 0.1);
  }
  .xl-stroke-info-op-1 {
    stroke: rgba(0, 116, 194, 0.1);
  }
  .xl-text-info-op-1 {
    color: rgba(0, 116, 194, 0.1);
  }
  .xl-bg-info-op-2 {
    background-color: rgba(0, 116, 194, 0.2);
  }
  .xl-border-color-info-op-2 {
    border-color: rgba(0, 116, 194, 0.2);
  }
  .xl-border-top-info-op-2 {
    border-top-color: rgba(0, 116, 194, 0.2);
  }
  .xl-border-right-info-op-2 {
    border-right-color: rgba(0, 116, 194, 0.2);
  }
  .xl-border-bottom-info-op-2 {
    border-bottom-color: rgba(0, 116, 194, 0.2);
  }
  .xl-border-left-info-op-2 {
    border-left-color: rgba(0, 116, 194, 0.2);
  }
  .xl-fill-info-op-2 {
    fill: rgba(0, 116, 194, 0.2);
  }
  .xl-stroke-info-op-2 {
    stroke: rgba(0, 116, 194, 0.2);
  }
  .xl-text-info-op-2 {
    color: rgba(0, 116, 194, 0.2);
  }
  .xl-bg-info-op-3 {
    background-color: rgba(0, 116, 194, 0.3);
  }
  .xl-border-color-info-op-3 {
    border-color: rgba(0, 116, 194, 0.3);
  }
  .xl-border-top-info-op-3 {
    border-top-color: rgba(0, 116, 194, 0.3);
  }
  .xl-border-right-info-op-3 {
    border-right-color: rgba(0, 116, 194, 0.3);
  }
  .xl-border-bottom-info-op-3 {
    border-bottom-color: rgba(0, 116, 194, 0.3);
  }
  .xl-border-left-info-op-3 {
    border-left-color: rgba(0, 116, 194, 0.3);
  }
  .xl-fill-info-op-3 {
    fill: rgba(0, 116, 194, 0.3);
  }
  .xl-stroke-info-op-3 {
    stroke: rgba(0, 116, 194, 0.3);
  }
  .xl-text-info-op-3 {
    color: rgba(0, 116, 194, 0.3);
  }
  .xl-bg-info-op-4 {
    background-color: rgba(0, 116, 194, 0.4);
  }
  .xl-border-color-info-op-4 {
    border-color: rgba(0, 116, 194, 0.4);
  }
  .xl-border-top-info-op-4 {
    border-top-color: rgba(0, 116, 194, 0.4);
  }
  .xl-border-right-info-op-4 {
    border-right-color: rgba(0, 116, 194, 0.4);
  }
  .xl-border-bottom-info-op-4 {
    border-bottom-color: rgba(0, 116, 194, 0.4);
  }
  .xl-border-left-info-op-4 {
    border-left-color: rgba(0, 116, 194, 0.4);
  }
  .xl-fill-info-op-4 {
    fill: rgba(0, 116, 194, 0.4);
  }
  .xl-stroke-info-op-4 {
    stroke: rgba(0, 116, 194, 0.4);
  }
  .xl-text-info-op-4 {
    color: rgba(0, 116, 194, 0.4);
  }
  .xl-bg-info-op-5 {
    background-color: rgba(0, 116, 194, 0.5);
  }
  .xl-border-color-info-op-5 {
    border-color: rgba(0, 116, 194, 0.5);
  }
  .xl-border-top-info-op-5 {
    border-top-color: rgba(0, 116, 194, 0.5);
  }
  .xl-border-right-info-op-5 {
    border-right-color: rgba(0, 116, 194, 0.5);
  }
  .xl-border-bottom-info-op-5 {
    border-bottom-color: rgba(0, 116, 194, 0.5);
  }
  .xl-border-left-info-op-5 {
    border-left-color: rgba(0, 116, 194, 0.5);
  }
  .xl-fill-info-op-5 {
    fill: rgba(0, 116, 194, 0.5);
  }
  .xl-stroke-info-op-5 {
    stroke: rgba(0, 116, 194, 0.5);
  }
  .xl-text-info-op-5 {
    color: rgba(0, 116, 194, 0.5);
  }
  .xl-bg-info-op-6 {
    background-color: rgba(0, 116, 194, 0.6);
  }
  .xl-border-color-info-op-6 {
    border-color: rgba(0, 116, 194, 0.6);
  }
  .xl-border-top-info-op-6 {
    border-top-color: rgba(0, 116, 194, 0.6);
  }
  .xl-border-right-info-op-6 {
    border-right-color: rgba(0, 116, 194, 0.6);
  }
  .xl-border-bottom-info-op-6 {
    border-bottom-color: rgba(0, 116, 194, 0.6);
  }
  .xl-border-left-info-op-6 {
    border-left-color: rgba(0, 116, 194, 0.6);
  }
  .xl-fill-info-op-6 {
    fill: rgba(0, 116, 194, 0.6);
  }
  .xl-stroke-info-op-6 {
    stroke: rgba(0, 116, 194, 0.6);
  }
  .xl-text-info-op-6 {
    color: rgba(0, 116, 194, 0.6);
  }
  .xl-bg-info-op-7 {
    background-color: rgba(0, 116, 194, 0.7);
  }
  .xl-border-color-info-op-7 {
    border-color: rgba(0, 116, 194, 0.7);
  }
  .xl-border-top-info-op-7 {
    border-top-color: rgba(0, 116, 194, 0.7);
  }
  .xl-border-right-info-op-7 {
    border-right-color: rgba(0, 116, 194, 0.7);
  }
  .xl-border-bottom-info-op-7 {
    border-bottom-color: rgba(0, 116, 194, 0.7);
  }
  .xl-border-left-info-op-7 {
    border-left-color: rgba(0, 116, 194, 0.7);
  }
  .xl-fill-info-op-7 {
    fill: rgba(0, 116, 194, 0.7);
  }
  .xl-stroke-info-op-7 {
    stroke: rgba(0, 116, 194, 0.7);
  }
  .xl-text-info-op-7 {
    color: rgba(0, 116, 194, 0.7);
  }
  .xl-bg-info-op-8 {
    background-color: rgba(0, 116, 194, 0.8);
  }
  .xl-border-color-info-op-8 {
    border-color: rgba(0, 116, 194, 0.8);
  }
  .xl-border-top-info-op-8 {
    border-top-color: rgba(0, 116, 194, 0.8);
  }
  .xl-border-right-info-op-8 {
    border-right-color: rgba(0, 116, 194, 0.8);
  }
  .xl-border-bottom-info-op-8 {
    border-bottom-color: rgba(0, 116, 194, 0.8);
  }
  .xl-border-left-info-op-8 {
    border-left-color: rgba(0, 116, 194, 0.8);
  }
  .xl-fill-info-op-8 {
    fill: rgba(0, 116, 194, 0.8);
  }
  .xl-stroke-info-op-8 {
    stroke: rgba(0, 116, 194, 0.8);
  }
  .xl-text-info-op-8 {
    color: rgba(0, 116, 194, 0.8);
  }
  .xl-bg-info-op-9 {
    background-color: rgba(0, 116, 194, 0.9);
  }
  .xl-border-color-info-op-9 {
    border-color: rgba(0, 116, 194, 0.9);
  }
  .xl-border-top-info-op-9 {
    border-top-color: rgba(0, 116, 194, 0.9);
  }
  .xl-border-right-info-op-9 {
    border-right-color: rgba(0, 116, 194, 0.9);
  }
  .xl-border-bottom-info-op-9 {
    border-bottom-color: rgba(0, 116, 194, 0.9);
  }
  .xl-border-left-info-op-9 {
    border-left-color: rgba(0, 116, 194, 0.9);
  }
  .xl-fill-info-op-9 {
    fill: rgba(0, 116, 194, 0.9);
  }
  .xl-stroke-info-op-9 {
    stroke: rgba(0, 116, 194, 0.9);
  }
  .xl-text-info-op-9 {
    color: rgba(0, 116, 194, 0.9);
  }
  .xl-bg-info-op-10 {
    background-color: #0074c2;
  }
  .xl-border-color-info-op-10 {
    border-color: #0074c2;
  }
  .xl-border-top-info-op-10 {
    border-top-color: #0074c2;
  }
  .xl-border-right-info-op-10 {
    border-right-color: #0074c2;
  }
  .xl-border-bottom-info-op-10 {
    border-bottom-color: #0074c2;
  }
  .xl-border-left-info-op-10 {
    border-left-color: #0074c2;
  }
  .xl-fill-info-op-10 {
    fill: #0074c2;
  }
  .xl-stroke-info-op-10 {
    stroke: #0074c2;
  }
  .xl-text-info-op-10 {
    color: #0074c2;
  }
  .xl-bg-warning {
    background-color: #ffc105;
  }
  .xl-border-color-warning {
    border-color: #ffc105;
  }
  .xl-border-top-warning {
    border-top-color: #ffc105;
  }
  .xl-border-right-warning {
    border-right-color: #ffc105;
  }
  .xl-border-bottom-warning {
    border-bottom-color: #ffc105;
  }
  .xl-border-left-warning {
    border-left-color: #ffc105;
  }
  .xl-fill-warning {
    fill: #ffc105;
  }
  .xl-stroke-warning {
    stroke: #ffc105;
  }
  .xl-text-warning {
    color: #ffc105;
  }
  .xl-bg-warning-op-0 {
    background-color: rgba(255, 193, 5, 0);
  }
  .xl-border-color-warning-op-0 {
    border-color: rgba(255, 193, 5, 0);
  }
  .xl-border-top-warning-op-0 {
    border-top-color: rgba(255, 193, 5, 0);
  }
  .xl-border-right-warning-op-0 {
    border-right-color: rgba(255, 193, 5, 0);
  }
  .xl-border-bottom-warning-op-0 {
    border-bottom-color: rgba(255, 193, 5, 0);
  }
  .xl-border-left-warning-op-0 {
    border-left-color: rgba(255, 193, 5, 0);
  }
  .xl-fill-warning-op-0 {
    fill: rgba(255, 193, 5, 0);
  }
  .xl-stroke-warning-op-0 {
    stroke: rgba(255, 193, 5, 0);
  }
  .xl-text-warning-op-0 {
    color: rgba(255, 193, 5, 0);
  }
  .xl-bg-warning-op-1 {
    background-color: rgba(255, 193, 5, 0.1);
  }
  .xl-border-color-warning-op-1 {
    border-color: rgba(255, 193, 5, 0.1);
  }
  .xl-border-top-warning-op-1 {
    border-top-color: rgba(255, 193, 5, 0.1);
  }
  .xl-border-right-warning-op-1 {
    border-right-color: rgba(255, 193, 5, 0.1);
  }
  .xl-border-bottom-warning-op-1 {
    border-bottom-color: rgba(255, 193, 5, 0.1);
  }
  .xl-border-left-warning-op-1 {
    border-left-color: rgba(255, 193, 5, 0.1);
  }
  .xl-fill-warning-op-1 {
    fill: rgba(255, 193, 5, 0.1);
  }
  .xl-stroke-warning-op-1 {
    stroke: rgba(255, 193, 5, 0.1);
  }
  .xl-text-warning-op-1 {
    color: rgba(255, 193, 5, 0.1);
  }
  .xl-bg-warning-op-2 {
    background-color: rgba(255, 193, 5, 0.2);
  }
  .xl-border-color-warning-op-2 {
    border-color: rgba(255, 193, 5, 0.2);
  }
  .xl-border-top-warning-op-2 {
    border-top-color: rgba(255, 193, 5, 0.2);
  }
  .xl-border-right-warning-op-2 {
    border-right-color: rgba(255, 193, 5, 0.2);
  }
  .xl-border-bottom-warning-op-2 {
    border-bottom-color: rgba(255, 193, 5, 0.2);
  }
  .xl-border-left-warning-op-2 {
    border-left-color: rgba(255, 193, 5, 0.2);
  }
  .xl-fill-warning-op-2 {
    fill: rgba(255, 193, 5, 0.2);
  }
  .xl-stroke-warning-op-2 {
    stroke: rgba(255, 193, 5, 0.2);
  }
  .xl-text-warning-op-2 {
    color: rgba(255, 193, 5, 0.2);
  }
  .xl-bg-warning-op-3 {
    background-color: rgba(255, 193, 5, 0.3);
  }
  .xl-border-color-warning-op-3 {
    border-color: rgba(255, 193, 5, 0.3);
  }
  .xl-border-top-warning-op-3 {
    border-top-color: rgba(255, 193, 5, 0.3);
  }
  .xl-border-right-warning-op-3 {
    border-right-color: rgba(255, 193, 5, 0.3);
  }
  .xl-border-bottom-warning-op-3 {
    border-bottom-color: rgba(255, 193, 5, 0.3);
  }
  .xl-border-left-warning-op-3 {
    border-left-color: rgba(255, 193, 5, 0.3);
  }
  .xl-fill-warning-op-3 {
    fill: rgba(255, 193, 5, 0.3);
  }
  .xl-stroke-warning-op-3 {
    stroke: rgba(255, 193, 5, 0.3);
  }
  .xl-text-warning-op-3 {
    color: rgba(255, 193, 5, 0.3);
  }
  .xl-bg-warning-op-4 {
    background-color: rgba(255, 193, 5, 0.4);
  }
  .xl-border-color-warning-op-4 {
    border-color: rgba(255, 193, 5, 0.4);
  }
  .xl-border-top-warning-op-4 {
    border-top-color: rgba(255, 193, 5, 0.4);
  }
  .xl-border-right-warning-op-4 {
    border-right-color: rgba(255, 193, 5, 0.4);
  }
  .xl-border-bottom-warning-op-4 {
    border-bottom-color: rgba(255, 193, 5, 0.4);
  }
  .xl-border-left-warning-op-4 {
    border-left-color: rgba(255, 193, 5, 0.4);
  }
  .xl-fill-warning-op-4 {
    fill: rgba(255, 193, 5, 0.4);
  }
  .xl-stroke-warning-op-4 {
    stroke: rgba(255, 193, 5, 0.4);
  }
  .xl-text-warning-op-4 {
    color: rgba(255, 193, 5, 0.4);
  }
  .xl-bg-warning-op-5 {
    background-color: rgba(255, 193, 5, 0.5);
  }
  .xl-border-color-warning-op-5 {
    border-color: rgba(255, 193, 5, 0.5);
  }
  .xl-border-top-warning-op-5 {
    border-top-color: rgba(255, 193, 5, 0.5);
  }
  .xl-border-right-warning-op-5 {
    border-right-color: rgba(255, 193, 5, 0.5);
  }
  .xl-border-bottom-warning-op-5 {
    border-bottom-color: rgba(255, 193, 5, 0.5);
  }
  .xl-border-left-warning-op-5 {
    border-left-color: rgba(255, 193, 5, 0.5);
  }
  .xl-fill-warning-op-5 {
    fill: rgba(255, 193, 5, 0.5);
  }
  .xl-stroke-warning-op-5 {
    stroke: rgba(255, 193, 5, 0.5);
  }
  .xl-text-warning-op-5 {
    color: rgba(255, 193, 5, 0.5);
  }
  .xl-bg-warning-op-6 {
    background-color: rgba(255, 193, 5, 0.6);
  }
  .xl-border-color-warning-op-6 {
    border-color: rgba(255, 193, 5, 0.6);
  }
  .xl-border-top-warning-op-6 {
    border-top-color: rgba(255, 193, 5, 0.6);
  }
  .xl-border-right-warning-op-6 {
    border-right-color: rgba(255, 193, 5, 0.6);
  }
  .xl-border-bottom-warning-op-6 {
    border-bottom-color: rgba(255, 193, 5, 0.6);
  }
  .xl-border-left-warning-op-6 {
    border-left-color: rgba(255, 193, 5, 0.6);
  }
  .xl-fill-warning-op-6 {
    fill: rgba(255, 193, 5, 0.6);
  }
  .xl-stroke-warning-op-6 {
    stroke: rgba(255, 193, 5, 0.6);
  }
  .xl-text-warning-op-6 {
    color: rgba(255, 193, 5, 0.6);
  }
  .xl-bg-warning-op-7 {
    background-color: rgba(255, 193, 5, 0.7);
  }
  .xl-border-color-warning-op-7 {
    border-color: rgba(255, 193, 5, 0.7);
  }
  .xl-border-top-warning-op-7 {
    border-top-color: rgba(255, 193, 5, 0.7);
  }
  .xl-border-right-warning-op-7 {
    border-right-color: rgba(255, 193, 5, 0.7);
  }
  .xl-border-bottom-warning-op-7 {
    border-bottom-color: rgba(255, 193, 5, 0.7);
  }
  .xl-border-left-warning-op-7 {
    border-left-color: rgba(255, 193, 5, 0.7);
  }
  .xl-fill-warning-op-7 {
    fill: rgba(255, 193, 5, 0.7);
  }
  .xl-stroke-warning-op-7 {
    stroke: rgba(255, 193, 5, 0.7);
  }
  .xl-text-warning-op-7 {
    color: rgba(255, 193, 5, 0.7);
  }
  .xl-bg-warning-op-8 {
    background-color: rgba(255, 193, 5, 0.8);
  }
  .xl-border-color-warning-op-8 {
    border-color: rgba(255, 193, 5, 0.8);
  }
  .xl-border-top-warning-op-8 {
    border-top-color: rgba(255, 193, 5, 0.8);
  }
  .xl-border-right-warning-op-8 {
    border-right-color: rgba(255, 193, 5, 0.8);
  }
  .xl-border-bottom-warning-op-8 {
    border-bottom-color: rgba(255, 193, 5, 0.8);
  }
  .xl-border-left-warning-op-8 {
    border-left-color: rgba(255, 193, 5, 0.8);
  }
  .xl-fill-warning-op-8 {
    fill: rgba(255, 193, 5, 0.8);
  }
  .xl-stroke-warning-op-8 {
    stroke: rgba(255, 193, 5, 0.8);
  }
  .xl-text-warning-op-8 {
    color: rgba(255, 193, 5, 0.8);
  }
  .xl-bg-warning-op-9 {
    background-color: rgba(255, 193, 5, 0.9);
  }
  .xl-border-color-warning-op-9 {
    border-color: rgba(255, 193, 5, 0.9);
  }
  .xl-border-top-warning-op-9 {
    border-top-color: rgba(255, 193, 5, 0.9);
  }
  .xl-border-right-warning-op-9 {
    border-right-color: rgba(255, 193, 5, 0.9);
  }
  .xl-border-bottom-warning-op-9 {
    border-bottom-color: rgba(255, 193, 5, 0.9);
  }
  .xl-border-left-warning-op-9 {
    border-left-color: rgba(255, 193, 5, 0.9);
  }
  .xl-fill-warning-op-9 {
    fill: rgba(255, 193, 5, 0.9);
  }
  .xl-stroke-warning-op-9 {
    stroke: rgba(255, 193, 5, 0.9);
  }
  .xl-text-warning-op-9 {
    color: rgba(255, 193, 5, 0.9);
  }
  .xl-bg-warning-op-10 {
    background-color: #ffc105;
  }
  .xl-border-color-warning-op-10 {
    border-color: #ffc105;
  }
  .xl-border-top-warning-op-10 {
    border-top-color: #ffc105;
  }
  .xl-border-right-warning-op-10 {
    border-right-color: #ffc105;
  }
  .xl-border-bottom-warning-op-10 {
    border-bottom-color: #ffc105;
  }
  .xl-border-left-warning-op-10 {
    border-left-color: #ffc105;
  }
  .xl-fill-warning-op-10 {
    fill: #ffc105;
  }
  .xl-stroke-warning-op-10 {
    stroke: #ffc105;
  }
  .xl-text-warning-op-10 {
    color: #ffc105;
  }
  .xl-bg-alert {
    background-color: #ffe0e0;
  }
  .xl-border-color-alert {
    border-color: #ffe0e0;
  }
  .xl-border-top-alert {
    border-top-color: #ffe0e0;
  }
  .xl-border-right-alert {
    border-right-color: #ffe0e0;
  }
  .xl-border-bottom-alert {
    border-bottom-color: #ffe0e0;
  }
  .xl-border-left-alert {
    border-left-color: #ffe0e0;
  }
  .xl-fill-alert {
    fill: #ffe0e0;
  }
  .xl-stroke-alert {
    stroke: #ffe0e0;
  }
  .xl-text-alert {
    color: #ffe0e0;
  }
  .xl-bg-alert-op-0 {
    background-color: rgba(255, 224, 224, 0);
  }
  .xl-border-color-alert-op-0 {
    border-color: rgba(255, 224, 224, 0);
  }
  .xl-border-top-alert-op-0 {
    border-top-color: rgba(255, 224, 224, 0);
  }
  .xl-border-right-alert-op-0 {
    border-right-color: rgba(255, 224, 224, 0);
  }
  .xl-border-bottom-alert-op-0 {
    border-bottom-color: rgba(255, 224, 224, 0);
  }
  .xl-border-left-alert-op-0 {
    border-left-color: rgba(255, 224, 224, 0);
  }
  .xl-fill-alert-op-0 {
    fill: rgba(255, 224, 224, 0);
  }
  .xl-stroke-alert-op-0 {
    stroke: rgba(255, 224, 224, 0);
  }
  .xl-text-alert-op-0 {
    color: rgba(255, 224, 224, 0);
  }
  .xl-bg-alert-op-1 {
    background-color: rgba(255, 224, 224, 0.1);
  }
  .xl-border-color-alert-op-1 {
    border-color: rgba(255, 224, 224, 0.1);
  }
  .xl-border-top-alert-op-1 {
    border-top-color: rgba(255, 224, 224, 0.1);
  }
  .xl-border-right-alert-op-1 {
    border-right-color: rgba(255, 224, 224, 0.1);
  }
  .xl-border-bottom-alert-op-1 {
    border-bottom-color: rgba(255, 224, 224, 0.1);
  }
  .xl-border-left-alert-op-1 {
    border-left-color: rgba(255, 224, 224, 0.1);
  }
  .xl-fill-alert-op-1 {
    fill: rgba(255, 224, 224, 0.1);
  }
  .xl-stroke-alert-op-1 {
    stroke: rgba(255, 224, 224, 0.1);
  }
  .xl-text-alert-op-1 {
    color: rgba(255, 224, 224, 0.1);
  }
  .xl-bg-alert-op-2 {
    background-color: rgba(255, 224, 224, 0.2);
  }
  .xl-border-color-alert-op-2 {
    border-color: rgba(255, 224, 224, 0.2);
  }
  .xl-border-top-alert-op-2 {
    border-top-color: rgba(255, 224, 224, 0.2);
  }
  .xl-border-right-alert-op-2 {
    border-right-color: rgba(255, 224, 224, 0.2);
  }
  .xl-border-bottom-alert-op-2 {
    border-bottom-color: rgba(255, 224, 224, 0.2);
  }
  .xl-border-left-alert-op-2 {
    border-left-color: rgba(255, 224, 224, 0.2);
  }
  .xl-fill-alert-op-2 {
    fill: rgba(255, 224, 224, 0.2);
  }
  .xl-stroke-alert-op-2 {
    stroke: rgba(255, 224, 224, 0.2);
  }
  .xl-text-alert-op-2 {
    color: rgba(255, 224, 224, 0.2);
  }
  .xl-bg-alert-op-3 {
    background-color: rgba(255, 224, 224, 0.3);
  }
  .xl-border-color-alert-op-3 {
    border-color: rgba(255, 224, 224, 0.3);
  }
  .xl-border-top-alert-op-3 {
    border-top-color: rgba(255, 224, 224, 0.3);
  }
  .xl-border-right-alert-op-3 {
    border-right-color: rgba(255, 224, 224, 0.3);
  }
  .xl-border-bottom-alert-op-3 {
    border-bottom-color: rgba(255, 224, 224, 0.3);
  }
  .xl-border-left-alert-op-3 {
    border-left-color: rgba(255, 224, 224, 0.3);
  }
  .xl-fill-alert-op-3 {
    fill: rgba(255, 224, 224, 0.3);
  }
  .xl-stroke-alert-op-3 {
    stroke: rgba(255, 224, 224, 0.3);
  }
  .xl-text-alert-op-3 {
    color: rgba(255, 224, 224, 0.3);
  }
  .xl-bg-alert-op-4 {
    background-color: rgba(255, 224, 224, 0.4);
  }
  .xl-border-color-alert-op-4 {
    border-color: rgba(255, 224, 224, 0.4);
  }
  .xl-border-top-alert-op-4 {
    border-top-color: rgba(255, 224, 224, 0.4);
  }
  .xl-border-right-alert-op-4 {
    border-right-color: rgba(255, 224, 224, 0.4);
  }
  .xl-border-bottom-alert-op-4 {
    border-bottom-color: rgba(255, 224, 224, 0.4);
  }
  .xl-border-left-alert-op-4 {
    border-left-color: rgba(255, 224, 224, 0.4);
  }
  .xl-fill-alert-op-4 {
    fill: rgba(255, 224, 224, 0.4);
  }
  .xl-stroke-alert-op-4 {
    stroke: rgba(255, 224, 224, 0.4);
  }
  .xl-text-alert-op-4 {
    color: rgba(255, 224, 224, 0.4);
  }
  .xl-bg-alert-op-5 {
    background-color: rgba(255, 224, 224, 0.5);
  }
  .xl-border-color-alert-op-5 {
    border-color: rgba(255, 224, 224, 0.5);
  }
  .xl-border-top-alert-op-5 {
    border-top-color: rgba(255, 224, 224, 0.5);
  }
  .xl-border-right-alert-op-5 {
    border-right-color: rgba(255, 224, 224, 0.5);
  }
  .xl-border-bottom-alert-op-5 {
    border-bottom-color: rgba(255, 224, 224, 0.5);
  }
  .xl-border-left-alert-op-5 {
    border-left-color: rgba(255, 224, 224, 0.5);
  }
  .xl-fill-alert-op-5 {
    fill: rgba(255, 224, 224, 0.5);
  }
  .xl-stroke-alert-op-5 {
    stroke: rgba(255, 224, 224, 0.5);
  }
  .xl-text-alert-op-5 {
    color: rgba(255, 224, 224, 0.5);
  }
  .xl-bg-alert-op-6 {
    background-color: rgba(255, 224, 224, 0.6);
  }
  .xl-border-color-alert-op-6 {
    border-color: rgba(255, 224, 224, 0.6);
  }
  .xl-border-top-alert-op-6 {
    border-top-color: rgba(255, 224, 224, 0.6);
  }
  .xl-border-right-alert-op-6 {
    border-right-color: rgba(255, 224, 224, 0.6);
  }
  .xl-border-bottom-alert-op-6 {
    border-bottom-color: rgba(255, 224, 224, 0.6);
  }
  .xl-border-left-alert-op-6 {
    border-left-color: rgba(255, 224, 224, 0.6);
  }
  .xl-fill-alert-op-6 {
    fill: rgba(255, 224, 224, 0.6);
  }
  .xl-stroke-alert-op-6 {
    stroke: rgba(255, 224, 224, 0.6);
  }
  .xl-text-alert-op-6 {
    color: rgba(255, 224, 224, 0.6);
  }
  .xl-bg-alert-op-7 {
    background-color: rgba(255, 224, 224, 0.7);
  }
  .xl-border-color-alert-op-7 {
    border-color: rgba(255, 224, 224, 0.7);
  }
  .xl-border-top-alert-op-7 {
    border-top-color: rgba(255, 224, 224, 0.7);
  }
  .xl-border-right-alert-op-7 {
    border-right-color: rgba(255, 224, 224, 0.7);
  }
  .xl-border-bottom-alert-op-7 {
    border-bottom-color: rgba(255, 224, 224, 0.7);
  }
  .xl-border-left-alert-op-7 {
    border-left-color: rgba(255, 224, 224, 0.7);
  }
  .xl-fill-alert-op-7 {
    fill: rgba(255, 224, 224, 0.7);
  }
  .xl-stroke-alert-op-7 {
    stroke: rgba(255, 224, 224, 0.7);
  }
  .xl-text-alert-op-7 {
    color: rgba(255, 224, 224, 0.7);
  }
  .xl-bg-alert-op-8 {
    background-color: rgba(255, 224, 224, 0.8);
  }
  .xl-border-color-alert-op-8 {
    border-color: rgba(255, 224, 224, 0.8);
  }
  .xl-border-top-alert-op-8 {
    border-top-color: rgba(255, 224, 224, 0.8);
  }
  .xl-border-right-alert-op-8 {
    border-right-color: rgba(255, 224, 224, 0.8);
  }
  .xl-border-bottom-alert-op-8 {
    border-bottom-color: rgba(255, 224, 224, 0.8);
  }
  .xl-border-left-alert-op-8 {
    border-left-color: rgba(255, 224, 224, 0.8);
  }
  .xl-fill-alert-op-8 {
    fill: rgba(255, 224, 224, 0.8);
  }
  .xl-stroke-alert-op-8 {
    stroke: rgba(255, 224, 224, 0.8);
  }
  .xl-text-alert-op-8 {
    color: rgba(255, 224, 224, 0.8);
  }
  .xl-bg-alert-op-9 {
    background-color: rgba(255, 224, 224, 0.9);
  }
  .xl-border-color-alert-op-9 {
    border-color: rgba(255, 224, 224, 0.9);
  }
  .xl-border-top-alert-op-9 {
    border-top-color: rgba(255, 224, 224, 0.9);
  }
  .xl-border-right-alert-op-9 {
    border-right-color: rgba(255, 224, 224, 0.9);
  }
  .xl-border-bottom-alert-op-9 {
    border-bottom-color: rgba(255, 224, 224, 0.9);
  }
  .xl-border-left-alert-op-9 {
    border-left-color: rgba(255, 224, 224, 0.9);
  }
  .xl-fill-alert-op-9 {
    fill: rgba(255, 224, 224, 0.9);
  }
  .xl-stroke-alert-op-9 {
    stroke: rgba(255, 224, 224, 0.9);
  }
  .xl-text-alert-op-9 {
    color: rgba(255, 224, 224, 0.9);
  }
  .xl-bg-alert-op-10 {
    background-color: #ffe0e0;
  }
  .xl-border-color-alert-op-10 {
    border-color: #ffe0e0;
  }
  .xl-border-top-alert-op-10 {
    border-top-color: #ffe0e0;
  }
  .xl-border-right-alert-op-10 {
    border-right-color: #ffe0e0;
  }
  .xl-border-bottom-alert-op-10 {
    border-bottom-color: #ffe0e0;
  }
  .xl-border-left-alert-op-10 {
    border-left-color: #ffe0e0;
  }
  .xl-fill-alert-op-10 {
    fill: #ffe0e0;
  }
  .xl-stroke-alert-op-10 {
    stroke: #ffe0e0;
  }
  .xl-text-alert-op-10 {
    color: #ffe0e0;
  }
  .xl-bg-text {
    background-color: #000;
  }
  .xl-border-color-text {
    border-color: #000;
  }
  .xl-border-top-text {
    border-top-color: #000;
  }
  .xl-border-right-text {
    border-right-color: #000;
  }
  .xl-border-bottom-text {
    border-bottom-color: #000;
  }
  .xl-border-left-text {
    border-left-color: #000;
  }
  .xl-fill-text {
    fill: #000;
  }
  .xl-stroke-text {
    stroke: #000;
  }
  .xl-text-text {
    color: #000;
  }
  .xl-bg-text-op-0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .xl-border-color-text-op-0 {
    border-color: rgba(0, 0, 0, 0);
  }
  .xl-border-top-text-op-0 {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .xl-border-right-text-op-0 {
    border-right-color: rgba(0, 0, 0, 0);
  }
  .xl-border-bottom-text-op-0 {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .xl-border-left-text-op-0 {
    border-left-color: rgba(0, 0, 0, 0);
  }
  .xl-fill-text-op-0 {
    fill: rgba(0, 0, 0, 0);
  }
  .xl-stroke-text-op-0 {
    stroke: rgba(0, 0, 0, 0);
  }
  .xl-text-text-op-0 {
    color: rgba(0, 0, 0, 0);
  }
  .xl-bg-text-op-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-color-text-op-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-top-text-op-1 {
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-right-text-op-1 {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-bottom-text-op-1 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .xl-border-left-text-op-1 {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .xl-fill-text-op-1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .xl-stroke-text-op-1 {
    stroke: rgba(0, 0, 0, 0.1);
  }
  .xl-text-text-op-1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .xl-bg-text-op-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-color-text-op-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-top-text-op-2 {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-right-text-op-2 {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-bottom-text-op-2 {
    border-bottom-color: rgba(0, 0, 0, 0.2);
  }
  .xl-border-left-text-op-2 {
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .xl-fill-text-op-2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .xl-stroke-text-op-2 {
    stroke: rgba(0, 0, 0, 0.2);
  }
  .xl-text-text-op-2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .xl-bg-text-op-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-color-text-op-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-top-text-op-3 {
    border-top-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-right-text-op-3 {
    border-right-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-bottom-text-op-3 {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .xl-border-left-text-op-3 {
    border-left-color: rgba(0, 0, 0, 0.3);
  }
  .xl-fill-text-op-3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .xl-stroke-text-op-3 {
    stroke: rgba(0, 0, 0, 0.3);
  }
  .xl-text-text-op-3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .xl-bg-text-op-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-color-text-op-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-top-text-op-4 {
    border-top-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-right-text-op-4 {
    border-right-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-bottom-text-op-4 {
    border-bottom-color: rgba(0, 0, 0, 0.4);
  }
  .xl-border-left-text-op-4 {
    border-left-color: rgba(0, 0, 0, 0.4);
  }
  .xl-fill-text-op-4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .xl-stroke-text-op-4 {
    stroke: rgba(0, 0, 0, 0.4);
  }
  .xl-text-text-op-4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .xl-bg-text-op-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-color-text-op-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-top-text-op-5 {
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-right-text-op-5 {
    border-right-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-bottom-text-op-5 {
    border-bottom-color: rgba(0, 0, 0, 0.5);
  }
  .xl-border-left-text-op-5 {
    border-left-color: rgba(0, 0, 0, 0.5);
  }
  .xl-fill-text-op-5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .xl-stroke-text-op-5 {
    stroke: rgba(0, 0, 0, 0.5);
  }
  .xl-text-text-op-5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .xl-bg-text-op-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-color-text-op-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-top-text-op-6 {
    border-top-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-right-text-op-6 {
    border-right-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-bottom-text-op-6 {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .xl-border-left-text-op-6 {
    border-left-color: rgba(0, 0, 0, 0.6);
  }
  .xl-fill-text-op-6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .xl-stroke-text-op-6 {
    stroke: rgba(0, 0, 0, 0.6);
  }
  .xl-text-text-op-6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .xl-bg-text-op-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-color-text-op-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-top-text-op-7 {
    border-top-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-right-text-op-7 {
    border-right-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-bottom-text-op-7 {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  .xl-border-left-text-op-7 {
    border-left-color: rgba(0, 0, 0, 0.7);
  }
  .xl-fill-text-op-7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .xl-stroke-text-op-7 {
    stroke: rgba(0, 0, 0, 0.7);
  }
  .xl-text-text-op-7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .xl-bg-text-op-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-color-text-op-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-top-text-op-8 {
    border-top-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-right-text-op-8 {
    border-right-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-bottom-text-op-8 {
    border-bottom-color: rgba(0, 0, 0, 0.8);
  }
  .xl-border-left-text-op-8 {
    border-left-color: rgba(0, 0, 0, 0.8);
  }
  .xl-fill-text-op-8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .xl-stroke-text-op-8 {
    stroke: rgba(0, 0, 0, 0.8);
  }
  .xl-text-text-op-8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .xl-bg-text-op-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-color-text-op-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-top-text-op-9 {
    border-top-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-right-text-op-9 {
    border-right-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-bottom-text-op-9 {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .xl-border-left-text-op-9 {
    border-left-color: rgba(0, 0, 0, 0.9);
  }
  .xl-fill-text-op-9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .xl-stroke-text-op-9 {
    stroke: rgba(0, 0, 0, 0.9);
  }
  .xl-text-text-op-9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .xl-bg-text-op-10 {
    background-color: black;
  }
  .xl-border-color-text-op-10 {
    border-color: black;
  }
  .xl-border-top-text-op-10 {
    border-top-color: black;
  }
  .xl-border-right-text-op-10 {
    border-right-color: black;
  }
  .xl-border-bottom-text-op-10 {
    border-bottom-color: black;
  }
  .xl-border-left-text-op-10 {
    border-left-color: black;
  }
  .xl-fill-text-op-10 {
    fill: black;
  }
  .xl-stroke-text-op-10 {
    stroke: black;
  }
  .xl-text-text-op-10 {
    color: black;
  }
  .xl-bg-secondary-dark {
    background-color: #244E9A;
  }
  .xl-border-color-secondary-dark {
    border-color: #244E9A;
  }
  .xl-border-top-secondary-dark {
    border-top-color: #244E9A;
  }
  .xl-border-right-secondary-dark {
    border-right-color: #244E9A;
  }
  .xl-border-bottom-secondary-dark {
    border-bottom-color: #244E9A;
  }
  .xl-border-left-secondary-dark {
    border-left-color: #244E9A;
  }
  .xl-fill-secondary-dark {
    fill: #244E9A;
  }
  .xl-stroke-secondary-dark {
    stroke: #244E9A;
  }
  .xl-text-secondary-dark {
    color: #244E9A;
  }
  .xl-bg-secondary-dark-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .xl-border-color-secondary-dark-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .xl-border-top-secondary-dark-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .xl-border-right-secondary-dark-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .xl-border-bottom-secondary-dark-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .xl-border-left-secondary-dark-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .xl-fill-secondary-dark-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .xl-stroke-secondary-dark-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .xl-text-secondary-dark-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .xl-bg-secondary-dark-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-color-secondary-dark-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-top-secondary-dark-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-right-secondary-dark-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-bottom-secondary-dark-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-left-secondary-dark-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .xl-fill-secondary-dark-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .xl-stroke-secondary-dark-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .xl-text-secondary-dark-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .xl-bg-secondary-dark-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-color-secondary-dark-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-top-secondary-dark-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-right-secondary-dark-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-bottom-secondary-dark-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-left-secondary-dark-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .xl-fill-secondary-dark-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .xl-stroke-secondary-dark-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .xl-text-secondary-dark-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .xl-bg-secondary-dark-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-color-secondary-dark-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-top-secondary-dark-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-right-secondary-dark-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-bottom-secondary-dark-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-left-secondary-dark-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .xl-fill-secondary-dark-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .xl-stroke-secondary-dark-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .xl-text-secondary-dark-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .xl-bg-secondary-dark-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-color-secondary-dark-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-top-secondary-dark-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-right-secondary-dark-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-bottom-secondary-dark-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-left-secondary-dark-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .xl-fill-secondary-dark-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .xl-stroke-secondary-dark-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .xl-text-secondary-dark-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .xl-bg-secondary-dark-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-color-secondary-dark-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-top-secondary-dark-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-right-secondary-dark-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-bottom-secondary-dark-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-left-secondary-dark-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .xl-fill-secondary-dark-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .xl-stroke-secondary-dark-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .xl-text-secondary-dark-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .xl-bg-secondary-dark-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-color-secondary-dark-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-top-secondary-dark-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-right-secondary-dark-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-bottom-secondary-dark-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-left-secondary-dark-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .xl-fill-secondary-dark-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .xl-stroke-secondary-dark-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .xl-text-secondary-dark-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .xl-bg-secondary-dark-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-color-secondary-dark-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-top-secondary-dark-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-right-secondary-dark-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-bottom-secondary-dark-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-left-secondary-dark-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .xl-fill-secondary-dark-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .xl-stroke-secondary-dark-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .xl-text-secondary-dark-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .xl-bg-secondary-dark-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-color-secondary-dark-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-top-secondary-dark-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-right-secondary-dark-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-bottom-secondary-dark-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-left-secondary-dark-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .xl-fill-secondary-dark-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .xl-stroke-secondary-dark-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .xl-text-secondary-dark-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .xl-bg-secondary-dark-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-color-secondary-dark-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-top-secondary-dark-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-right-secondary-dark-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-bottom-secondary-dark-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-left-secondary-dark-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .xl-fill-secondary-dark-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .xl-stroke-secondary-dark-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .xl-text-secondary-dark-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .xl-bg-secondary-dark-op-10 {
    background-color: #244e9a;
  }
  .xl-border-color-secondary-dark-op-10 {
    border-color: #244e9a;
  }
  .xl-border-top-secondary-dark-op-10 {
    border-top-color: #244e9a;
  }
  .xl-border-right-secondary-dark-op-10 {
    border-right-color: #244e9a;
  }
  .xl-border-bottom-secondary-dark-op-10 {
    border-bottom-color: #244e9a;
  }
  .xl-border-left-secondary-dark-op-10 {
    border-left-color: #244e9a;
  }
  .xl-fill-secondary-dark-op-10 {
    fill: #244e9a;
  }
  .xl-stroke-secondary-dark-op-10 {
    stroke: #244e9a;
  }
  .xl-text-secondary-dark-op-10 {
    color: #244e9a;
  }
  .xl-bg-secondary {
    background-color: #244E9A;
  }
  .xl-border-color-secondary {
    border-color: #244E9A;
  }
  .xl-border-top-secondary {
    border-top-color: #244E9A;
  }
  .xl-border-right-secondary {
    border-right-color: #244E9A;
  }
  .xl-border-bottom-secondary {
    border-bottom-color: #244E9A;
  }
  .xl-border-left-secondary {
    border-left-color: #244E9A;
  }
  .xl-fill-secondary {
    fill: #244E9A;
  }
  .xl-stroke-secondary {
    stroke: #244E9A;
  }
  .xl-text-secondary {
    color: #244E9A;
  }
  .xl-bg-secondary-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .xl-border-color-secondary-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .xl-border-top-secondary-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .xl-border-right-secondary-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .xl-border-bottom-secondary-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .xl-border-left-secondary-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .xl-fill-secondary-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .xl-stroke-secondary-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .xl-text-secondary-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .xl-bg-secondary-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-color-secondary-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-top-secondary-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-right-secondary-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-bottom-secondary-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-left-secondary-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .xl-fill-secondary-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .xl-stroke-secondary-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .xl-text-secondary-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .xl-bg-secondary-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-color-secondary-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-top-secondary-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-right-secondary-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-bottom-secondary-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-left-secondary-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .xl-fill-secondary-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .xl-stroke-secondary-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .xl-text-secondary-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .xl-bg-secondary-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-color-secondary-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-top-secondary-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-right-secondary-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-bottom-secondary-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-left-secondary-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .xl-fill-secondary-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .xl-stroke-secondary-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .xl-text-secondary-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .xl-bg-secondary-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-color-secondary-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-top-secondary-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-right-secondary-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-bottom-secondary-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-left-secondary-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .xl-fill-secondary-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .xl-stroke-secondary-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .xl-text-secondary-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .xl-bg-secondary-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-color-secondary-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-top-secondary-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-right-secondary-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-bottom-secondary-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-left-secondary-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .xl-fill-secondary-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .xl-stroke-secondary-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .xl-text-secondary-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .xl-bg-secondary-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-color-secondary-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-top-secondary-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-right-secondary-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-bottom-secondary-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-left-secondary-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .xl-fill-secondary-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .xl-stroke-secondary-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .xl-text-secondary-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .xl-bg-secondary-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-color-secondary-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-top-secondary-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-right-secondary-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-bottom-secondary-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-left-secondary-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .xl-fill-secondary-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .xl-stroke-secondary-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .xl-text-secondary-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .xl-bg-secondary-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-color-secondary-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-top-secondary-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-right-secondary-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-bottom-secondary-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-left-secondary-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .xl-fill-secondary-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .xl-stroke-secondary-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .xl-text-secondary-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .xl-bg-secondary-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-color-secondary-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-top-secondary-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-right-secondary-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-bottom-secondary-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-left-secondary-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .xl-fill-secondary-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .xl-stroke-secondary-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .xl-text-secondary-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .xl-bg-secondary-op-10 {
    background-color: #244e9a;
  }
  .xl-border-color-secondary-op-10 {
    border-color: #244e9a;
  }
  .xl-border-top-secondary-op-10 {
    border-top-color: #244e9a;
  }
  .xl-border-right-secondary-op-10 {
    border-right-color: #244e9a;
  }
  .xl-border-bottom-secondary-op-10 {
    border-bottom-color: #244e9a;
  }
  .xl-border-left-secondary-op-10 {
    border-left-color: #244e9a;
  }
  .xl-fill-secondary-op-10 {
    fill: #244e9a;
  }
  .xl-stroke-secondary-op-10 {
    stroke: #244e9a;
  }
  .xl-text-secondary-op-10 {
    color: #244e9a;
  }
  .xl-bg-secondary-light {
    background-color: #244E9A;
  }
  .xl-border-color-secondary-light {
    border-color: #244E9A;
  }
  .xl-border-top-secondary-light {
    border-top-color: #244E9A;
  }
  .xl-border-right-secondary-light {
    border-right-color: #244E9A;
  }
  .xl-border-bottom-secondary-light {
    border-bottom-color: #244E9A;
  }
  .xl-border-left-secondary-light {
    border-left-color: #244E9A;
  }
  .xl-fill-secondary-light {
    fill: #244E9A;
  }
  .xl-stroke-secondary-light {
    stroke: #244E9A;
  }
  .xl-text-secondary-light {
    color: #244E9A;
  }
  .xl-bg-secondary-light-op-0 {
    background-color: rgba(36, 78, 154, 0);
  }
  .xl-border-color-secondary-light-op-0 {
    border-color: rgba(36, 78, 154, 0);
  }
  .xl-border-top-secondary-light-op-0 {
    border-top-color: rgba(36, 78, 154, 0);
  }
  .xl-border-right-secondary-light-op-0 {
    border-right-color: rgba(36, 78, 154, 0);
  }
  .xl-border-bottom-secondary-light-op-0 {
    border-bottom-color: rgba(36, 78, 154, 0);
  }
  .xl-border-left-secondary-light-op-0 {
    border-left-color: rgba(36, 78, 154, 0);
  }
  .xl-fill-secondary-light-op-0 {
    fill: rgba(36, 78, 154, 0);
  }
  .xl-stroke-secondary-light-op-0 {
    stroke: rgba(36, 78, 154, 0);
  }
  .xl-text-secondary-light-op-0 {
    color: rgba(36, 78, 154, 0);
  }
  .xl-bg-secondary-light-op-1 {
    background-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-color-secondary-light-op-1 {
    border-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-top-secondary-light-op-1 {
    border-top-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-right-secondary-light-op-1 {
    border-right-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-bottom-secondary-light-op-1 {
    border-bottom-color: rgba(36, 78, 154, 0.1);
  }
  .xl-border-left-secondary-light-op-1 {
    border-left-color: rgba(36, 78, 154, 0.1);
  }
  .xl-fill-secondary-light-op-1 {
    fill: rgba(36, 78, 154, 0.1);
  }
  .xl-stroke-secondary-light-op-1 {
    stroke: rgba(36, 78, 154, 0.1);
  }
  .xl-text-secondary-light-op-1 {
    color: rgba(36, 78, 154, 0.1);
  }
  .xl-bg-secondary-light-op-2 {
    background-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-color-secondary-light-op-2 {
    border-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-top-secondary-light-op-2 {
    border-top-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-right-secondary-light-op-2 {
    border-right-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-bottom-secondary-light-op-2 {
    border-bottom-color: rgba(36, 78, 154, 0.2);
  }
  .xl-border-left-secondary-light-op-2 {
    border-left-color: rgba(36, 78, 154, 0.2);
  }
  .xl-fill-secondary-light-op-2 {
    fill: rgba(36, 78, 154, 0.2);
  }
  .xl-stroke-secondary-light-op-2 {
    stroke: rgba(36, 78, 154, 0.2);
  }
  .xl-text-secondary-light-op-2 {
    color: rgba(36, 78, 154, 0.2);
  }
  .xl-bg-secondary-light-op-3 {
    background-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-color-secondary-light-op-3 {
    border-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-top-secondary-light-op-3 {
    border-top-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-right-secondary-light-op-3 {
    border-right-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-bottom-secondary-light-op-3 {
    border-bottom-color: rgba(36, 78, 154, 0.3);
  }
  .xl-border-left-secondary-light-op-3 {
    border-left-color: rgba(36, 78, 154, 0.3);
  }
  .xl-fill-secondary-light-op-3 {
    fill: rgba(36, 78, 154, 0.3);
  }
  .xl-stroke-secondary-light-op-3 {
    stroke: rgba(36, 78, 154, 0.3);
  }
  .xl-text-secondary-light-op-3 {
    color: rgba(36, 78, 154, 0.3);
  }
  .xl-bg-secondary-light-op-4 {
    background-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-color-secondary-light-op-4 {
    border-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-top-secondary-light-op-4 {
    border-top-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-right-secondary-light-op-4 {
    border-right-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-bottom-secondary-light-op-4 {
    border-bottom-color: rgba(36, 78, 154, 0.4);
  }
  .xl-border-left-secondary-light-op-4 {
    border-left-color: rgba(36, 78, 154, 0.4);
  }
  .xl-fill-secondary-light-op-4 {
    fill: rgba(36, 78, 154, 0.4);
  }
  .xl-stroke-secondary-light-op-4 {
    stroke: rgba(36, 78, 154, 0.4);
  }
  .xl-text-secondary-light-op-4 {
    color: rgba(36, 78, 154, 0.4);
  }
  .xl-bg-secondary-light-op-5 {
    background-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-color-secondary-light-op-5 {
    border-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-top-secondary-light-op-5 {
    border-top-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-right-secondary-light-op-5 {
    border-right-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-bottom-secondary-light-op-5 {
    border-bottom-color: rgba(36, 78, 154, 0.5);
  }
  .xl-border-left-secondary-light-op-5 {
    border-left-color: rgba(36, 78, 154, 0.5);
  }
  .xl-fill-secondary-light-op-5 {
    fill: rgba(36, 78, 154, 0.5);
  }
  .xl-stroke-secondary-light-op-5 {
    stroke: rgba(36, 78, 154, 0.5);
  }
  .xl-text-secondary-light-op-5 {
    color: rgba(36, 78, 154, 0.5);
  }
  .xl-bg-secondary-light-op-6 {
    background-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-color-secondary-light-op-6 {
    border-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-top-secondary-light-op-6 {
    border-top-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-right-secondary-light-op-6 {
    border-right-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-bottom-secondary-light-op-6 {
    border-bottom-color: rgba(36, 78, 154, 0.6);
  }
  .xl-border-left-secondary-light-op-6 {
    border-left-color: rgba(36, 78, 154, 0.6);
  }
  .xl-fill-secondary-light-op-6 {
    fill: rgba(36, 78, 154, 0.6);
  }
  .xl-stroke-secondary-light-op-6 {
    stroke: rgba(36, 78, 154, 0.6);
  }
  .xl-text-secondary-light-op-6 {
    color: rgba(36, 78, 154, 0.6);
  }
  .xl-bg-secondary-light-op-7 {
    background-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-color-secondary-light-op-7 {
    border-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-top-secondary-light-op-7 {
    border-top-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-right-secondary-light-op-7 {
    border-right-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-bottom-secondary-light-op-7 {
    border-bottom-color: rgba(36, 78, 154, 0.7);
  }
  .xl-border-left-secondary-light-op-7 {
    border-left-color: rgba(36, 78, 154, 0.7);
  }
  .xl-fill-secondary-light-op-7 {
    fill: rgba(36, 78, 154, 0.7);
  }
  .xl-stroke-secondary-light-op-7 {
    stroke: rgba(36, 78, 154, 0.7);
  }
  .xl-text-secondary-light-op-7 {
    color: rgba(36, 78, 154, 0.7);
  }
  .xl-bg-secondary-light-op-8 {
    background-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-color-secondary-light-op-8 {
    border-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-top-secondary-light-op-8 {
    border-top-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-right-secondary-light-op-8 {
    border-right-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-bottom-secondary-light-op-8 {
    border-bottom-color: rgba(36, 78, 154, 0.8);
  }
  .xl-border-left-secondary-light-op-8 {
    border-left-color: rgba(36, 78, 154, 0.8);
  }
  .xl-fill-secondary-light-op-8 {
    fill: rgba(36, 78, 154, 0.8);
  }
  .xl-stroke-secondary-light-op-8 {
    stroke: rgba(36, 78, 154, 0.8);
  }
  .xl-text-secondary-light-op-8 {
    color: rgba(36, 78, 154, 0.8);
  }
  .xl-bg-secondary-light-op-9 {
    background-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-color-secondary-light-op-9 {
    border-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-top-secondary-light-op-9 {
    border-top-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-right-secondary-light-op-9 {
    border-right-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-bottom-secondary-light-op-9 {
    border-bottom-color: rgba(36, 78, 154, 0.9);
  }
  .xl-border-left-secondary-light-op-9 {
    border-left-color: rgba(36, 78, 154, 0.9);
  }
  .xl-fill-secondary-light-op-9 {
    fill: rgba(36, 78, 154, 0.9);
  }
  .xl-stroke-secondary-light-op-9 {
    stroke: rgba(36, 78, 154, 0.9);
  }
  .xl-text-secondary-light-op-9 {
    color: rgba(36, 78, 154, 0.9);
  }
  .xl-bg-secondary-light-op-10 {
    background-color: #244e9a;
  }
  .xl-border-color-secondary-light-op-10 {
    border-color: #244e9a;
  }
  .xl-border-top-secondary-light-op-10 {
    border-top-color: #244e9a;
  }
  .xl-border-right-secondary-light-op-10 {
    border-right-color: #244e9a;
  }
  .xl-border-bottom-secondary-light-op-10 {
    border-bottom-color: #244e9a;
  }
  .xl-border-left-secondary-light-op-10 {
    border-left-color: #244e9a;
  }
  .xl-fill-secondary-light-op-10 {
    fill: #244e9a;
  }
  .xl-stroke-secondary-light-op-10 {
    stroke: #244e9a;
  }
  .xl-text-secondary-light-op-10 {
    color: #244e9a;
  }
}
.b-radius {
  border-radius: 5px;
}

.b-radius-0 {
  border-radius: 0px;
}

.b-radius-top-0 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.b-radius-bottom-0 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.b-radius-left-0 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.b-radius-right-0 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.b-radius-top-left-0 {
  border-top-left-radius: 0px;
}

.b-radius-top-right-0 {
  border-top-right-radius: 0px;
}

.b-radius-bottom-left-0 {
  border-bottom-left-radius: 0px;
}

.b-radius-bottom-right-0 {
  border-bottom-right-radius: 0px;
}

.b-radius-1 {
  border-radius: 5px;
}

.b-radius-top-1 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.b-radius-bottom-1 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.b-radius-left-1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.b-radius-right-1 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.b-radius-top-left-1 {
  border-top-left-radius: 5px;
}

.b-radius-top-right-1 {
  border-top-right-radius: 5px;
}

.b-radius-bottom-left-1 {
  border-bottom-left-radius: 5px;
}

.b-radius-bottom-right-1 {
  border-bottom-right-radius: 5px;
}

.b-radius-2 {
  border-radius: 10px;
}

.b-radius-top-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.b-radius-bottom-2 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.b-radius-left-2 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.b-radius-right-2 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.b-radius-top-left-2 {
  border-top-left-radius: 10px;
}

.b-radius-top-right-2 {
  border-top-right-radius: 10px;
}

.b-radius-bottom-left-2 {
  border-bottom-left-radius: 10px;
}

.b-radius-bottom-right-2 {
  border-bottom-right-radius: 10px;
}

.b-radius-3 {
  border-radius: 15px;
}

.b-radius-top-3 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.b-radius-bottom-3 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.b-radius-left-3 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.b-radius-right-3 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.b-radius-top-left-3 {
  border-top-left-radius: 15px;
}

.b-radius-top-right-3 {
  border-top-right-radius: 15px;
}

.b-radius-bottom-left-3 {
  border-bottom-left-radius: 15px;
}

.b-radius-bottom-right-3 {
  border-bottom-right-radius: 15px;
}

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

.b-radius-top-4 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.b-radius-bottom-4 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.b-radius-left-4 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.b-radius-right-4 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.b-radius-top-left-4 {
  border-top-left-radius: 20px;
}

.b-radius-top-right-4 {
  border-top-right-radius: 20px;
}

.b-radius-bottom-left-4 {
  border-bottom-left-radius: 20px;
}

.b-radius-bottom-right-4 {
  border-bottom-right-radius: 20px;
}

.b-radius-5 {
  border-radius: 25px;
}

.b-radius-top-5 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.b-radius-bottom-5 {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.b-radius-left-5 {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.b-radius-right-5 {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.b-radius-top-left-5 {
  border-top-left-radius: 25px;
}

.b-radius-top-right-5 {
  border-top-right-radius: 25px;
}

.b-radius-bottom-left-5 {
  border-bottom-left-radius: 25px;
}

.b-radius-bottom-right-5 {
  border-bottom-right-radius: 25px;
}

.b-radius-6 {
  border-radius: 30px;
}

.b-radius-top-6 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.b-radius-bottom-6 {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.b-radius-left-6 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.b-radius-right-6 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.b-radius-top-left-6 {
  border-top-left-radius: 30px;
}

.b-radius-top-right-6 {
  border-top-right-radius: 30px;
}

.b-radius-bottom-left-6 {
  border-bottom-left-radius: 30px;
}

.b-radius-bottom-right-6 {
  border-bottom-right-radius: 30px;
}

.b-radius-7 {
  border-radius: 35px;
}

.b-radius-top-7 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.b-radius-bottom-7 {
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.b-radius-left-7 {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.b-radius-right-7 {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.b-radius-top-left-7 {
  border-top-left-radius: 35px;
}

.b-radius-top-right-7 {
  border-top-right-radius: 35px;
}

.b-radius-bottom-left-7 {
  border-bottom-left-radius: 35px;
}

.b-radius-bottom-right-7 {
  border-bottom-right-radius: 35px;
}

.b-radius-8 {
  border-radius: 40px;
}

.b-radius-top-8 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.b-radius-bottom-8 {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.b-radius-left-8 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.b-radius-right-8 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.b-radius-top-left-8 {
  border-top-left-radius: 40px;
}

.b-radius-top-right-8 {
  border-top-right-radius: 40px;
}

.b-radius-bottom-left-8 {
  border-bottom-left-radius: 40px;
}

.b-radius-bottom-right-8 {
  border-bottom-right-radius: 40px;
}

.b-radius-9 {
  border-radius: 45px;
}

.b-radius-top-9 {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.b-radius-bottom-9 {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.b-radius-left-9 {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.b-radius-right-9 {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.b-radius-top-left-9 {
  border-top-left-radius: 45px;
}

.b-radius-top-right-9 {
  border-top-right-radius: 45px;
}

.b-radius-bottom-left-9 {
  border-bottom-left-radius: 45px;
}

.b-radius-bottom-right-9 {
  border-bottom-right-radius: 45px;
}

.b-radius-10 {
  border-radius: 50px;
}

.b-radius-top-10 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.b-radius-bottom-10 {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.b-radius-left-10 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.b-radius-right-10 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.b-radius-top-left-10 {
  border-top-left-radius: 50px;
}

.b-radius-top-right-10 {
  border-top-right-radius: 50px;
}

.b-radius-bottom-left-10 {
  border-bottom-left-radius: 50px;
}

.b-radius-bottom-right-10 {
  border-bottom-right-radius: 50px;
}

@media (min-width: 544px) {
  .sm-b-radius {
    border-radius: 5px;
  }
  .sm-b-radius-0 {
    border-radius: 0px;
  }
  .sm-b-radius-top-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .sm-b-radius-bottom-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .sm-b-radius-left-0 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .sm-b-radius-right-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .sm-b-radius-top-left-0 {
    border-top-left-radius: 0px;
  }
  .sm-b-radius-top-right-0 {
    border-top-right-radius: 0px;
  }
  .sm-b-radius-bottom-left-0 {
    border-bottom-left-radius: 0px;
  }
  .sm-b-radius-bottom-right-0 {
    border-bottom-right-radius: 0px;
  }
  .sm-b-radius-1 {
    border-radius: 5px;
  }
  .sm-b-radius-top-1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .sm-b-radius-bottom-1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .sm-b-radius-left-1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sm-b-radius-right-1 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .sm-b-radius-top-left-1 {
    border-top-left-radius: 5px;
  }
  .sm-b-radius-top-right-1 {
    border-top-right-radius: 5px;
  }
  .sm-b-radius-bottom-left-1 {
    border-bottom-left-radius: 5px;
  }
  .sm-b-radius-bottom-right-1 {
    border-bottom-right-radius: 5px;
  }
  .sm-b-radius-2 {
    border-radius: 10px;
  }
  .sm-b-radius-top-2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .sm-b-radius-bottom-2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sm-b-radius-left-2 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .sm-b-radius-right-2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sm-b-radius-top-left-2 {
    border-top-left-radius: 10px;
  }
  .sm-b-radius-top-right-2 {
    border-top-right-radius: 10px;
  }
  .sm-b-radius-bottom-left-2 {
    border-bottom-left-radius: 10px;
  }
  .sm-b-radius-bottom-right-2 {
    border-bottom-right-radius: 10px;
  }
  .sm-b-radius-3 {
    border-radius: 15px;
  }
  .sm-b-radius-top-3 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .sm-b-radius-bottom-3 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .sm-b-radius-left-3 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .sm-b-radius-right-3 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .sm-b-radius-top-left-3 {
    border-top-left-radius: 15px;
  }
  .sm-b-radius-top-right-3 {
    border-top-right-radius: 15px;
  }
  .sm-b-radius-bottom-left-3 {
    border-bottom-left-radius: 15px;
  }
  .sm-b-radius-bottom-right-3 {
    border-bottom-right-radius: 15px;
  }
  .sm-b-radius-4 {
    border-radius: 20px;
  }
  .sm-b-radius-top-4 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .sm-b-radius-bottom-4 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .sm-b-radius-left-4 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .sm-b-radius-right-4 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .sm-b-radius-top-left-4 {
    border-top-left-radius: 20px;
  }
  .sm-b-radius-top-right-4 {
    border-top-right-radius: 20px;
  }
  .sm-b-radius-bottom-left-4 {
    border-bottom-left-radius: 20px;
  }
  .sm-b-radius-bottom-right-4 {
    border-bottom-right-radius: 20px;
  }
  .sm-b-radius-5 {
    border-radius: 25px;
  }
  .sm-b-radius-top-5 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .sm-b-radius-bottom-5 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .sm-b-radius-left-5 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .sm-b-radius-right-5 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .sm-b-radius-top-left-5 {
    border-top-left-radius: 25px;
  }
  .sm-b-radius-top-right-5 {
    border-top-right-radius: 25px;
  }
  .sm-b-radius-bottom-left-5 {
    border-bottom-left-radius: 25px;
  }
  .sm-b-radius-bottom-right-5 {
    border-bottom-right-radius: 25px;
  }
  .sm-b-radius-6 {
    border-radius: 30px;
  }
  .sm-b-radius-top-6 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .sm-b-radius-bottom-6 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sm-b-radius-left-6 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .sm-b-radius-right-6 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sm-b-radius-top-left-6 {
    border-top-left-radius: 30px;
  }
  .sm-b-radius-top-right-6 {
    border-top-right-radius: 30px;
  }
  .sm-b-radius-bottom-left-6 {
    border-bottom-left-radius: 30px;
  }
  .sm-b-radius-bottom-right-6 {
    border-bottom-right-radius: 30px;
  }
  .sm-b-radius-7 {
    border-radius: 35px;
  }
  .sm-b-radius-top-7 {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .sm-b-radius-bottom-7 {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .sm-b-radius-left-7 {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .sm-b-radius-right-7 {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .sm-b-radius-top-left-7 {
    border-top-left-radius: 35px;
  }
  .sm-b-radius-top-right-7 {
    border-top-right-radius: 35px;
  }
  .sm-b-radius-bottom-left-7 {
    border-bottom-left-radius: 35px;
  }
  .sm-b-radius-bottom-right-7 {
    border-bottom-right-radius: 35px;
  }
  .sm-b-radius-8 {
    border-radius: 40px;
  }
  .sm-b-radius-top-8 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .sm-b-radius-bottom-8 {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .sm-b-radius-left-8 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .sm-b-radius-right-8 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .sm-b-radius-top-left-8 {
    border-top-left-radius: 40px;
  }
  .sm-b-radius-top-right-8 {
    border-top-right-radius: 40px;
  }
  .sm-b-radius-bottom-left-8 {
    border-bottom-left-radius: 40px;
  }
  .sm-b-radius-bottom-right-8 {
    border-bottom-right-radius: 40px;
  }
  .sm-b-radius-9 {
    border-radius: 45px;
  }
  .sm-b-radius-top-9 {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .sm-b-radius-bottom-9 {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .sm-b-radius-left-9 {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .sm-b-radius-right-9 {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .sm-b-radius-top-left-9 {
    border-top-left-radius: 45px;
  }
  .sm-b-radius-top-right-9 {
    border-top-right-radius: 45px;
  }
  .sm-b-radius-bottom-left-9 {
    border-bottom-left-radius: 45px;
  }
  .sm-b-radius-bottom-right-9 {
    border-bottom-right-radius: 45px;
  }
  .sm-b-radius-10 {
    border-radius: 50px;
  }
  .sm-b-radius-top-10 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .sm-b-radius-bottom-10 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .sm-b-radius-left-10 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .sm-b-radius-right-10 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .sm-b-radius-top-left-10 {
    border-top-left-radius: 50px;
  }
  .sm-b-radius-top-right-10 {
    border-top-right-radius: 50px;
  }
  .sm-b-radius-bottom-left-10 {
    border-bottom-left-radius: 50px;
  }
  .sm-b-radius-bottom-right-10 {
    border-bottom-right-radius: 50px;
  }
}
@media (min-width: 768px) {
  .md-b-radius {
    border-radius: 5px;
  }
  .md-b-radius-0 {
    border-radius: 0px;
  }
  .md-b-radius-top-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .md-b-radius-bottom-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .md-b-radius-left-0 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .md-b-radius-right-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .md-b-radius-top-left-0 {
    border-top-left-radius: 0px;
  }
  .md-b-radius-top-right-0 {
    border-top-right-radius: 0px;
  }
  .md-b-radius-bottom-left-0 {
    border-bottom-left-radius: 0px;
  }
  .md-b-radius-bottom-right-0 {
    border-bottom-right-radius: 0px;
  }
  .md-b-radius-1 {
    border-radius: 5px;
  }
  .md-b-radius-top-1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .md-b-radius-bottom-1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .md-b-radius-left-1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .md-b-radius-right-1 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .md-b-radius-top-left-1 {
    border-top-left-radius: 5px;
  }
  .md-b-radius-top-right-1 {
    border-top-right-radius: 5px;
  }
  .md-b-radius-bottom-left-1 {
    border-bottom-left-radius: 5px;
  }
  .md-b-radius-bottom-right-1 {
    border-bottom-right-radius: 5px;
  }
  .md-b-radius-2 {
    border-radius: 10px;
  }
  .md-b-radius-top-2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .md-b-radius-bottom-2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .md-b-radius-left-2 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .md-b-radius-right-2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .md-b-radius-top-left-2 {
    border-top-left-radius: 10px;
  }
  .md-b-radius-top-right-2 {
    border-top-right-radius: 10px;
  }
  .md-b-radius-bottom-left-2 {
    border-bottom-left-radius: 10px;
  }
  .md-b-radius-bottom-right-2 {
    border-bottom-right-radius: 10px;
  }
  .md-b-radius-3 {
    border-radius: 15px;
  }
  .md-b-radius-top-3 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .md-b-radius-bottom-3 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .md-b-radius-left-3 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .md-b-radius-right-3 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .md-b-radius-top-left-3 {
    border-top-left-radius: 15px;
  }
  .md-b-radius-top-right-3 {
    border-top-right-radius: 15px;
  }
  .md-b-radius-bottom-left-3 {
    border-bottom-left-radius: 15px;
  }
  .md-b-radius-bottom-right-3 {
    border-bottom-right-radius: 15px;
  }
  .md-b-radius-4 {
    border-radius: 20px;
  }
  .md-b-radius-top-4 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .md-b-radius-bottom-4 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .md-b-radius-left-4 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .md-b-radius-right-4 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .md-b-radius-top-left-4 {
    border-top-left-radius: 20px;
  }
  .md-b-radius-top-right-4 {
    border-top-right-radius: 20px;
  }
  .md-b-radius-bottom-left-4 {
    border-bottom-left-radius: 20px;
  }
  .md-b-radius-bottom-right-4 {
    border-bottom-right-radius: 20px;
  }
  .md-b-radius-5 {
    border-radius: 25px;
  }
  .md-b-radius-top-5 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .md-b-radius-bottom-5 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .md-b-radius-left-5 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .md-b-radius-right-5 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .md-b-radius-top-left-5 {
    border-top-left-radius: 25px;
  }
  .md-b-radius-top-right-5 {
    border-top-right-radius: 25px;
  }
  .md-b-radius-bottom-left-5 {
    border-bottom-left-radius: 25px;
  }
  .md-b-radius-bottom-right-5 {
    border-bottom-right-radius: 25px;
  }
  .md-b-radius-6 {
    border-radius: 30px;
  }
  .md-b-radius-top-6 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .md-b-radius-bottom-6 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .md-b-radius-left-6 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .md-b-radius-right-6 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .md-b-radius-top-left-6 {
    border-top-left-radius: 30px;
  }
  .md-b-radius-top-right-6 {
    border-top-right-radius: 30px;
  }
  .md-b-radius-bottom-left-6 {
    border-bottom-left-radius: 30px;
  }
  .md-b-radius-bottom-right-6 {
    border-bottom-right-radius: 30px;
  }
  .md-b-radius-7 {
    border-radius: 35px;
  }
  .md-b-radius-top-7 {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .md-b-radius-bottom-7 {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .md-b-radius-left-7 {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .md-b-radius-right-7 {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .md-b-radius-top-left-7 {
    border-top-left-radius: 35px;
  }
  .md-b-radius-top-right-7 {
    border-top-right-radius: 35px;
  }
  .md-b-radius-bottom-left-7 {
    border-bottom-left-radius: 35px;
  }
  .md-b-radius-bottom-right-7 {
    border-bottom-right-radius: 35px;
  }
  .md-b-radius-8 {
    border-radius: 40px;
  }
  .md-b-radius-top-8 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .md-b-radius-bottom-8 {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .md-b-radius-left-8 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .md-b-radius-right-8 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .md-b-radius-top-left-8 {
    border-top-left-radius: 40px;
  }
  .md-b-radius-top-right-8 {
    border-top-right-radius: 40px;
  }
  .md-b-radius-bottom-left-8 {
    border-bottom-left-radius: 40px;
  }
  .md-b-radius-bottom-right-8 {
    border-bottom-right-radius: 40px;
  }
  .md-b-radius-9 {
    border-radius: 45px;
  }
  .md-b-radius-top-9 {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .md-b-radius-bottom-9 {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .md-b-radius-left-9 {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .md-b-radius-right-9 {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .md-b-radius-top-left-9 {
    border-top-left-radius: 45px;
  }
  .md-b-radius-top-right-9 {
    border-top-right-radius: 45px;
  }
  .md-b-radius-bottom-left-9 {
    border-bottom-left-radius: 45px;
  }
  .md-b-radius-bottom-right-9 {
    border-bottom-right-radius: 45px;
  }
  .md-b-radius-10 {
    border-radius: 50px;
  }
  .md-b-radius-top-10 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .md-b-radius-bottom-10 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .md-b-radius-left-10 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .md-b-radius-right-10 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .md-b-radius-top-left-10 {
    border-top-left-radius: 50px;
  }
  .md-b-radius-top-right-10 {
    border-top-right-radius: 50px;
  }
  .md-b-radius-bottom-left-10 {
    border-bottom-left-radius: 50px;
  }
  .md-b-radius-bottom-right-10 {
    border-bottom-right-radius: 50px;
  }
}
@media (min-width: 1012px) {
  .lg-b-radius {
    border-radius: 5px;
  }
  .lg-b-radius-0 {
    border-radius: 0px;
  }
  .lg-b-radius-top-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .lg-b-radius-bottom-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .lg-b-radius-left-0 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .lg-b-radius-right-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .lg-b-radius-top-left-0 {
    border-top-left-radius: 0px;
  }
  .lg-b-radius-top-right-0 {
    border-top-right-radius: 0px;
  }
  .lg-b-radius-bottom-left-0 {
    border-bottom-left-radius: 0px;
  }
  .lg-b-radius-bottom-right-0 {
    border-bottom-right-radius: 0px;
  }
  .lg-b-radius-1 {
    border-radius: 5px;
  }
  .lg-b-radius-top-1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .lg-b-radius-bottom-1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .lg-b-radius-left-1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .lg-b-radius-right-1 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .lg-b-radius-top-left-1 {
    border-top-left-radius: 5px;
  }
  .lg-b-radius-top-right-1 {
    border-top-right-radius: 5px;
  }
  .lg-b-radius-bottom-left-1 {
    border-bottom-left-radius: 5px;
  }
  .lg-b-radius-bottom-right-1 {
    border-bottom-right-radius: 5px;
  }
  .lg-b-radius-2 {
    border-radius: 10px;
  }
  .lg-b-radius-top-2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .lg-b-radius-bottom-2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .lg-b-radius-left-2 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .lg-b-radius-right-2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .lg-b-radius-top-left-2 {
    border-top-left-radius: 10px;
  }
  .lg-b-radius-top-right-2 {
    border-top-right-radius: 10px;
  }
  .lg-b-radius-bottom-left-2 {
    border-bottom-left-radius: 10px;
  }
  .lg-b-radius-bottom-right-2 {
    border-bottom-right-radius: 10px;
  }
  .lg-b-radius-3 {
    border-radius: 15px;
  }
  .lg-b-radius-top-3 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .lg-b-radius-bottom-3 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .lg-b-radius-left-3 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .lg-b-radius-right-3 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .lg-b-radius-top-left-3 {
    border-top-left-radius: 15px;
  }
  .lg-b-radius-top-right-3 {
    border-top-right-radius: 15px;
  }
  .lg-b-radius-bottom-left-3 {
    border-bottom-left-radius: 15px;
  }
  .lg-b-radius-bottom-right-3 {
    border-bottom-right-radius: 15px;
  }
  .lg-b-radius-4 {
    border-radius: 20px;
  }
  .lg-b-radius-top-4 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .lg-b-radius-bottom-4 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .lg-b-radius-left-4 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .lg-b-radius-right-4 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .lg-b-radius-top-left-4 {
    border-top-left-radius: 20px;
  }
  .lg-b-radius-top-right-4 {
    border-top-right-radius: 20px;
  }
  .lg-b-radius-bottom-left-4 {
    border-bottom-left-radius: 20px;
  }
  .lg-b-radius-bottom-right-4 {
    border-bottom-right-radius: 20px;
  }
  .lg-b-radius-5 {
    border-radius: 25px;
  }
  .lg-b-radius-top-5 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .lg-b-radius-bottom-5 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .lg-b-radius-left-5 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .lg-b-radius-right-5 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .lg-b-radius-top-left-5 {
    border-top-left-radius: 25px;
  }
  .lg-b-radius-top-right-5 {
    border-top-right-radius: 25px;
  }
  .lg-b-radius-bottom-left-5 {
    border-bottom-left-radius: 25px;
  }
  .lg-b-radius-bottom-right-5 {
    border-bottom-right-radius: 25px;
  }
  .lg-b-radius-6 {
    border-radius: 30px;
  }
  .lg-b-radius-top-6 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .lg-b-radius-bottom-6 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .lg-b-radius-left-6 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .lg-b-radius-right-6 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .lg-b-radius-top-left-6 {
    border-top-left-radius: 30px;
  }
  .lg-b-radius-top-right-6 {
    border-top-right-radius: 30px;
  }
  .lg-b-radius-bottom-left-6 {
    border-bottom-left-radius: 30px;
  }
  .lg-b-radius-bottom-right-6 {
    border-bottom-right-radius: 30px;
  }
  .lg-b-radius-7 {
    border-radius: 35px;
  }
  .lg-b-radius-top-7 {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .lg-b-radius-bottom-7 {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .lg-b-radius-left-7 {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .lg-b-radius-right-7 {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .lg-b-radius-top-left-7 {
    border-top-left-radius: 35px;
  }
  .lg-b-radius-top-right-7 {
    border-top-right-radius: 35px;
  }
  .lg-b-radius-bottom-left-7 {
    border-bottom-left-radius: 35px;
  }
  .lg-b-radius-bottom-right-7 {
    border-bottom-right-radius: 35px;
  }
  .lg-b-radius-8 {
    border-radius: 40px;
  }
  .lg-b-radius-top-8 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .lg-b-radius-bottom-8 {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .lg-b-radius-left-8 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .lg-b-radius-right-8 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .lg-b-radius-top-left-8 {
    border-top-left-radius: 40px;
  }
  .lg-b-radius-top-right-8 {
    border-top-right-radius: 40px;
  }
  .lg-b-radius-bottom-left-8 {
    border-bottom-left-radius: 40px;
  }
  .lg-b-radius-bottom-right-8 {
    border-bottom-right-radius: 40px;
  }
  .lg-b-radius-9 {
    border-radius: 45px;
  }
  .lg-b-radius-top-9 {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .lg-b-radius-bottom-9 {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .lg-b-radius-left-9 {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .lg-b-radius-right-9 {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .lg-b-radius-top-left-9 {
    border-top-left-radius: 45px;
  }
  .lg-b-radius-top-right-9 {
    border-top-right-radius: 45px;
  }
  .lg-b-radius-bottom-left-9 {
    border-bottom-left-radius: 45px;
  }
  .lg-b-radius-bottom-right-9 {
    border-bottom-right-radius: 45px;
  }
  .lg-b-radius-10 {
    border-radius: 50px;
  }
  .lg-b-radius-top-10 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .lg-b-radius-bottom-10 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .lg-b-radius-left-10 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .lg-b-radius-right-10 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .lg-b-radius-top-left-10 {
    border-top-left-radius: 50px;
  }
  .lg-b-radius-top-right-10 {
    border-top-right-radius: 50px;
  }
  .lg-b-radius-bottom-left-10 {
    border-bottom-left-radius: 50px;
  }
  .lg-b-radius-bottom-right-10 {
    border-bottom-right-radius: 50px;
  }
}
@media (min-width: 1280px) {
  .xl-b-radius {
    border-radius: 5px;
  }
  .xl-b-radius-0 {
    border-radius: 0px;
  }
  .xl-b-radius-top-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .xl-b-radius-bottom-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .xl-b-radius-left-0 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .xl-b-radius-right-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .xl-b-radius-top-left-0 {
    border-top-left-radius: 0px;
  }
  .xl-b-radius-top-right-0 {
    border-top-right-radius: 0px;
  }
  .xl-b-radius-bottom-left-0 {
    border-bottom-left-radius: 0px;
  }
  .xl-b-radius-bottom-right-0 {
    border-bottom-right-radius: 0px;
  }
  .xl-b-radius-1 {
    border-radius: 5px;
  }
  .xl-b-radius-top-1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .xl-b-radius-bottom-1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .xl-b-radius-left-1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .xl-b-radius-right-1 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .xl-b-radius-top-left-1 {
    border-top-left-radius: 5px;
  }
  .xl-b-radius-top-right-1 {
    border-top-right-radius: 5px;
  }
  .xl-b-radius-bottom-left-1 {
    border-bottom-left-radius: 5px;
  }
  .xl-b-radius-bottom-right-1 {
    border-bottom-right-radius: 5px;
  }
  .xl-b-radius-2 {
    border-radius: 10px;
  }
  .xl-b-radius-top-2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .xl-b-radius-bottom-2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .xl-b-radius-left-2 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .xl-b-radius-right-2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .xl-b-radius-top-left-2 {
    border-top-left-radius: 10px;
  }
  .xl-b-radius-top-right-2 {
    border-top-right-radius: 10px;
  }
  .xl-b-radius-bottom-left-2 {
    border-bottom-left-radius: 10px;
  }
  .xl-b-radius-bottom-right-2 {
    border-bottom-right-radius: 10px;
  }
  .xl-b-radius-3 {
    border-radius: 15px;
  }
  .xl-b-radius-top-3 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .xl-b-radius-bottom-3 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .xl-b-radius-left-3 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .xl-b-radius-right-3 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .xl-b-radius-top-left-3 {
    border-top-left-radius: 15px;
  }
  .xl-b-radius-top-right-3 {
    border-top-right-radius: 15px;
  }
  .xl-b-radius-bottom-left-3 {
    border-bottom-left-radius: 15px;
  }
  .xl-b-radius-bottom-right-3 {
    border-bottom-right-radius: 15px;
  }
  .xl-b-radius-4 {
    border-radius: 20px;
  }
  .xl-b-radius-top-4 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .xl-b-radius-bottom-4 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .xl-b-radius-left-4 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .xl-b-radius-right-4 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .xl-b-radius-top-left-4 {
    border-top-left-radius: 20px;
  }
  .xl-b-radius-top-right-4 {
    border-top-right-radius: 20px;
  }
  .xl-b-radius-bottom-left-4 {
    border-bottom-left-radius: 20px;
  }
  .xl-b-radius-bottom-right-4 {
    border-bottom-right-radius: 20px;
  }
  .xl-b-radius-5 {
    border-radius: 25px;
  }
  .xl-b-radius-top-5 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .xl-b-radius-bottom-5 {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .xl-b-radius-left-5 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .xl-b-radius-right-5 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .xl-b-radius-top-left-5 {
    border-top-left-radius: 25px;
  }
  .xl-b-radius-top-right-5 {
    border-top-right-radius: 25px;
  }
  .xl-b-radius-bottom-left-5 {
    border-bottom-left-radius: 25px;
  }
  .xl-b-radius-bottom-right-5 {
    border-bottom-right-radius: 25px;
  }
  .xl-b-radius-6 {
    border-radius: 30px;
  }
  .xl-b-radius-top-6 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .xl-b-radius-bottom-6 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .xl-b-radius-left-6 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .xl-b-radius-right-6 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .xl-b-radius-top-left-6 {
    border-top-left-radius: 30px;
  }
  .xl-b-radius-top-right-6 {
    border-top-right-radius: 30px;
  }
  .xl-b-radius-bottom-left-6 {
    border-bottom-left-radius: 30px;
  }
  .xl-b-radius-bottom-right-6 {
    border-bottom-right-radius: 30px;
  }
  .xl-b-radius-7 {
    border-radius: 35px;
  }
  .xl-b-radius-top-7 {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .xl-b-radius-bottom-7 {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .xl-b-radius-left-7 {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .xl-b-radius-right-7 {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .xl-b-radius-top-left-7 {
    border-top-left-radius: 35px;
  }
  .xl-b-radius-top-right-7 {
    border-top-right-radius: 35px;
  }
  .xl-b-radius-bottom-left-7 {
    border-bottom-left-radius: 35px;
  }
  .xl-b-radius-bottom-right-7 {
    border-bottom-right-radius: 35px;
  }
  .xl-b-radius-8 {
    border-radius: 40px;
  }
  .xl-b-radius-top-8 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .xl-b-radius-bottom-8 {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .xl-b-radius-left-8 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .xl-b-radius-right-8 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .xl-b-radius-top-left-8 {
    border-top-left-radius: 40px;
  }
  .xl-b-radius-top-right-8 {
    border-top-right-radius: 40px;
  }
  .xl-b-radius-bottom-left-8 {
    border-bottom-left-radius: 40px;
  }
  .xl-b-radius-bottom-right-8 {
    border-bottom-right-radius: 40px;
  }
  .xl-b-radius-9 {
    border-radius: 45px;
  }
  .xl-b-radius-top-9 {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .xl-b-radius-bottom-9 {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .xl-b-radius-left-9 {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .xl-b-radius-right-9 {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .xl-b-radius-top-left-9 {
    border-top-left-radius: 45px;
  }
  .xl-b-radius-top-right-9 {
    border-top-right-radius: 45px;
  }
  .xl-b-radius-bottom-left-9 {
    border-bottom-left-radius: 45px;
  }
  .xl-b-radius-bottom-right-9 {
    border-bottom-right-radius: 45px;
  }
  .xl-b-radius-10 {
    border-radius: 50px;
  }
  .xl-b-radius-top-10 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .xl-b-radius-bottom-10 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .xl-b-radius-left-10 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .xl-b-radius-right-10 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .xl-b-radius-top-left-10 {
    border-top-left-radius: 50px;
  }
  .xl-b-radius-top-right-10 {
    border-top-right-radius: 50px;
  }
  .xl-b-radius-bottom-left-10 {
    border-bottom-left-radius: 50px;
  }
  .xl-b-radius-bottom-right-10 {
    border-bottom-right-radius: 50px;
  }
}
.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.stroke-3 {
  stroke-width: 3;
}

.stroke-4 {
  stroke-width: 4;
}

.stroke-5 {
  stroke-width: 5;
}

.stroke-6 {
  stroke-width: 6;
}

.stroke-7 {
  stroke-width: 7;
}

.stroke-8 {
  stroke-width: 8;
}

.stroke-9 {
  stroke-width: 9;
}

.stroke-10 {
  stroke-width: 10;
}

.c-pointer {
  cursor: pointer;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reset-list > li {
  margin: 0;
  padding-bottom: 4px;
}

.list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list > li {
  padding-left: 2rem;
  position: relative;
}
.list > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #244E9A;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 11px;
}
.list--dash > li::before {
  width: 4px;
  height: 1px;
  border-radius: 0;
}
.list--arrow > li::before {
  width: 1px;
  height: 1px;
  border: 1px solid #244E9A;
  border-width: 0 2px 2px 0;
  padding: 2px;
  left: 14px;
  transition: all 0.5s;
  transform: rotate(-45deg);
}

.list-compact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-compact > li {
  margin: 0;
}

.flat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flat-list > li {
  margin: 0;
  margin-top: 16px;
}
.flat-list > li:first-child {
  margin-top: 0;
}

.table {
  width: 100%;
}
.table th {
  font-weight: 600;
}
.table th,
.table td {
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  padding: 8px 8px;
}
.table--data th {
  text-align: right;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.aspect-2-1 {
  aspect-ratio: 2/1;
}

.aspect-4-1 {
  aspect-ratio: 4/1;
}

.aspect-8-3 {
  aspect-ratio: 8/3;
}

.aspect-16-9 {
  aspect-ratio: 16/9;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.unset {
  display: unset;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.min-w-screen {
  min-width: 100vw;
}

.min-h-screen {
  min-height: 100vh;
}

.max-w-screen {
  max-width: 100vw;
}

.max-h-screen {
  max-height: 100vh;
}

.w-0 {
  width: calc(0 * 1%);
}

.min-w-0 {
  min-width: calc(0 * 1%);
}

.max-w-0 {
  max-width: calc(0 * 1%);
}

.h-0 {
  height: calc(0 * 1%);
}

.min-h-0 {
  min-height: calc(0 * 1%);
}

.max-h-0 {
  max-height: calc(0 * 1%);
}

.w-1 {
  width: calc(1 * 1%);
}

.min-w-1 {
  min-width: calc(1 * 1%);
}

.max-w-1 {
  max-width: calc(1 * 1%);
}

.h-1 {
  height: calc(1 * 1%);
}

.min-h-1 {
  min-height: calc(1 * 1%);
}

.max-h-1 {
  max-height: calc(1 * 1%);
}

.w-2 {
  width: calc(2 * 1%);
}

.min-w-2 {
  min-width: calc(2 * 1%);
}

.max-w-2 {
  max-width: calc(2 * 1%);
}

.h-2 {
  height: calc(2 * 1%);
}

.min-h-2 {
  min-height: calc(2 * 1%);
}

.max-h-2 {
  max-height: calc(2 * 1%);
}

.w-3 {
  width: calc(3 * 1%);
}

.min-w-3 {
  min-width: calc(3 * 1%);
}

.max-w-3 {
  max-width: calc(3 * 1%);
}

.h-3 {
  height: calc(3 * 1%);
}

.min-h-3 {
  min-height: calc(3 * 1%);
}

.max-h-3 {
  max-height: calc(3 * 1%);
}

.w-4 {
  width: calc(4 * 1%);
}

.min-w-4 {
  min-width: calc(4 * 1%);
}

.max-w-4 {
  max-width: calc(4 * 1%);
}

.h-4 {
  height: calc(4 * 1%);
}

.min-h-4 {
  min-height: calc(4 * 1%);
}

.max-h-4 {
  max-height: calc(4 * 1%);
}

.w-5 {
  width: calc(5 * 1%);
}

.min-w-5 {
  min-width: calc(5 * 1%);
}

.max-w-5 {
  max-width: calc(5 * 1%);
}

.h-5 {
  height: calc(5 * 1%);
}

.min-h-5 {
  min-height: calc(5 * 1%);
}

.max-h-5 {
  max-height: calc(5 * 1%);
}

.w-6 {
  width: calc(6 * 1%);
}

.min-w-6 {
  min-width: calc(6 * 1%);
}

.max-w-6 {
  max-width: calc(6 * 1%);
}

.h-6 {
  height: calc(6 * 1%);
}

.min-h-6 {
  min-height: calc(6 * 1%);
}

.max-h-6 {
  max-height: calc(6 * 1%);
}

.w-7 {
  width: calc(7 * 1%);
}

.min-w-7 {
  min-width: calc(7 * 1%);
}

.max-w-7 {
  max-width: calc(7 * 1%);
}

.h-7 {
  height: calc(7 * 1%);
}

.min-h-7 {
  min-height: calc(7 * 1%);
}

.max-h-7 {
  max-height: calc(7 * 1%);
}

.w-8 {
  width: calc(8 * 1%);
}

.min-w-8 {
  min-width: calc(8 * 1%);
}

.max-w-8 {
  max-width: calc(8 * 1%);
}

.h-8 {
  height: calc(8 * 1%);
}

.min-h-8 {
  min-height: calc(8 * 1%);
}

.max-h-8 {
  max-height: calc(8 * 1%);
}

.w-9 {
  width: calc(9 * 1%);
}

.min-w-9 {
  min-width: calc(9 * 1%);
}

.max-w-9 {
  max-width: calc(9 * 1%);
}

.h-9 {
  height: calc(9 * 1%);
}

.min-h-9 {
  min-height: calc(9 * 1%);
}

.max-h-9 {
  max-height: calc(9 * 1%);
}

.w-10 {
  width: calc(10 * 1%);
}

.min-w-10 {
  min-width: calc(10 * 1%);
}

.max-w-10 {
  max-width: calc(10 * 1%);
}

.h-10 {
  height: calc(10 * 1%);
}

.min-h-10 {
  min-height: calc(10 * 1%);
}

.max-h-10 {
  max-height: calc(10 * 1%);
}

.w-11 {
  width: calc(11 * 1%);
}

.min-w-11 {
  min-width: calc(11 * 1%);
}

.max-w-11 {
  max-width: calc(11 * 1%);
}

.h-11 {
  height: calc(11 * 1%);
}

.min-h-11 {
  min-height: calc(11 * 1%);
}

.max-h-11 {
  max-height: calc(11 * 1%);
}

.w-12 {
  width: calc(12 * 1%);
}

.min-w-12 {
  min-width: calc(12 * 1%);
}

.max-w-12 {
  max-width: calc(12 * 1%);
}

.h-12 {
  height: calc(12 * 1%);
}

.min-h-12 {
  min-height: calc(12 * 1%);
}

.max-h-12 {
  max-height: calc(12 * 1%);
}

.w-13 {
  width: calc(13 * 1%);
}

.min-w-13 {
  min-width: calc(13 * 1%);
}

.max-w-13 {
  max-width: calc(13 * 1%);
}

.h-13 {
  height: calc(13 * 1%);
}

.min-h-13 {
  min-height: calc(13 * 1%);
}

.max-h-13 {
  max-height: calc(13 * 1%);
}

.w-14 {
  width: calc(14 * 1%);
}

.min-w-14 {
  min-width: calc(14 * 1%);
}

.max-w-14 {
  max-width: calc(14 * 1%);
}

.h-14 {
  height: calc(14 * 1%);
}

.min-h-14 {
  min-height: calc(14 * 1%);
}

.max-h-14 {
  max-height: calc(14 * 1%);
}

.w-15 {
  width: calc(15 * 1%);
}

.min-w-15 {
  min-width: calc(15 * 1%);
}

.max-w-15 {
  max-width: calc(15 * 1%);
}

.h-15 {
  height: calc(15 * 1%);
}

.min-h-15 {
  min-height: calc(15 * 1%);
}

.max-h-15 {
  max-height: calc(15 * 1%);
}

.w-16 {
  width: calc(16 * 1%);
}

.min-w-16 {
  min-width: calc(16 * 1%);
}

.max-w-16 {
  max-width: calc(16 * 1%);
}

.h-16 {
  height: calc(16 * 1%);
}

.min-h-16 {
  min-height: calc(16 * 1%);
}

.max-h-16 {
  max-height: calc(16 * 1%);
}

.w-17 {
  width: calc(17 * 1%);
}

.min-w-17 {
  min-width: calc(17 * 1%);
}

.max-w-17 {
  max-width: calc(17 * 1%);
}

.h-17 {
  height: calc(17 * 1%);
}

.min-h-17 {
  min-height: calc(17 * 1%);
}

.max-h-17 {
  max-height: calc(17 * 1%);
}

.w-18 {
  width: calc(18 * 1%);
}

.min-w-18 {
  min-width: calc(18 * 1%);
}

.max-w-18 {
  max-width: calc(18 * 1%);
}

.h-18 {
  height: calc(18 * 1%);
}

.min-h-18 {
  min-height: calc(18 * 1%);
}

.max-h-18 {
  max-height: calc(18 * 1%);
}

.w-19 {
  width: calc(19 * 1%);
}

.min-w-19 {
  min-width: calc(19 * 1%);
}

.max-w-19 {
  max-width: calc(19 * 1%);
}

.h-19 {
  height: calc(19 * 1%);
}

.min-h-19 {
  min-height: calc(19 * 1%);
}

.max-h-19 {
  max-height: calc(19 * 1%);
}

.w-20 {
  width: calc(20 * 1%);
}

.min-w-20 {
  min-width: calc(20 * 1%);
}

.max-w-20 {
  max-width: calc(20 * 1%);
}

.h-20 {
  height: calc(20 * 1%);
}

.min-h-20 {
  min-height: calc(20 * 1%);
}

.max-h-20 {
  max-height: calc(20 * 1%);
}

.w-21 {
  width: calc(21 * 1%);
}

.min-w-21 {
  min-width: calc(21 * 1%);
}

.max-w-21 {
  max-width: calc(21 * 1%);
}

.h-21 {
  height: calc(21 * 1%);
}

.min-h-21 {
  min-height: calc(21 * 1%);
}

.max-h-21 {
  max-height: calc(21 * 1%);
}

.w-22 {
  width: calc(22 * 1%);
}

.min-w-22 {
  min-width: calc(22 * 1%);
}

.max-w-22 {
  max-width: calc(22 * 1%);
}

.h-22 {
  height: calc(22 * 1%);
}

.min-h-22 {
  min-height: calc(22 * 1%);
}

.max-h-22 {
  max-height: calc(22 * 1%);
}

.w-23 {
  width: calc(23 * 1%);
}

.min-w-23 {
  min-width: calc(23 * 1%);
}

.max-w-23 {
  max-width: calc(23 * 1%);
}

.h-23 {
  height: calc(23 * 1%);
}

.min-h-23 {
  min-height: calc(23 * 1%);
}

.max-h-23 {
  max-height: calc(23 * 1%);
}

.w-24 {
  width: calc(24 * 1%);
}

.min-w-24 {
  min-width: calc(24 * 1%);
}

.max-w-24 {
  max-width: calc(24 * 1%);
}

.h-24 {
  height: calc(24 * 1%);
}

.min-h-24 {
  min-height: calc(24 * 1%);
}

.max-h-24 {
  max-height: calc(24 * 1%);
}

.w-25 {
  width: calc(25 * 1%);
}

.min-w-25 {
  min-width: calc(25 * 1%);
}

.max-w-25 {
  max-width: calc(25 * 1%);
}

.h-25 {
  height: calc(25 * 1%);
}

.min-h-25 {
  min-height: calc(25 * 1%);
}

.max-h-25 {
  max-height: calc(25 * 1%);
}

.w-26 {
  width: calc(26 * 1%);
}

.min-w-26 {
  min-width: calc(26 * 1%);
}

.max-w-26 {
  max-width: calc(26 * 1%);
}

.h-26 {
  height: calc(26 * 1%);
}

.min-h-26 {
  min-height: calc(26 * 1%);
}

.max-h-26 {
  max-height: calc(26 * 1%);
}

.w-27 {
  width: calc(27 * 1%);
}

.min-w-27 {
  min-width: calc(27 * 1%);
}

.max-w-27 {
  max-width: calc(27 * 1%);
}

.h-27 {
  height: calc(27 * 1%);
}

.min-h-27 {
  min-height: calc(27 * 1%);
}

.max-h-27 {
  max-height: calc(27 * 1%);
}

.w-28 {
  width: calc(28 * 1%);
}

.min-w-28 {
  min-width: calc(28 * 1%);
}

.max-w-28 {
  max-width: calc(28 * 1%);
}

.h-28 {
  height: calc(28 * 1%);
}

.min-h-28 {
  min-height: calc(28 * 1%);
}

.max-h-28 {
  max-height: calc(28 * 1%);
}

.w-29 {
  width: calc(29 * 1%);
}

.min-w-29 {
  min-width: calc(29 * 1%);
}

.max-w-29 {
  max-width: calc(29 * 1%);
}

.h-29 {
  height: calc(29 * 1%);
}

.min-h-29 {
  min-height: calc(29 * 1%);
}

.max-h-29 {
  max-height: calc(29 * 1%);
}

.w-30 {
  width: calc(30 * 1%);
}

.min-w-30 {
  min-width: calc(30 * 1%);
}

.max-w-30 {
  max-width: calc(30 * 1%);
}

.h-30 {
  height: calc(30 * 1%);
}

.min-h-30 {
  min-height: calc(30 * 1%);
}

.max-h-30 {
  max-height: calc(30 * 1%);
}

.w-31 {
  width: calc(31 * 1%);
}

.min-w-31 {
  min-width: calc(31 * 1%);
}

.max-w-31 {
  max-width: calc(31 * 1%);
}

.h-31 {
  height: calc(31 * 1%);
}

.min-h-31 {
  min-height: calc(31 * 1%);
}

.max-h-31 {
  max-height: calc(31 * 1%);
}

.w-32 {
  width: calc(32 * 1%);
}

.min-w-32 {
  min-width: calc(32 * 1%);
}

.max-w-32 {
  max-width: calc(32 * 1%);
}

.h-32 {
  height: calc(32 * 1%);
}

.min-h-32 {
  min-height: calc(32 * 1%);
}

.max-h-32 {
  max-height: calc(32 * 1%);
}

.w-33 {
  width: calc(33 * 1%);
}

.min-w-33 {
  min-width: calc(33 * 1%);
}

.max-w-33 {
  max-width: calc(33 * 1%);
}

.h-33 {
  height: calc(33 * 1%);
}

.min-h-33 {
  min-height: calc(33 * 1%);
}

.max-h-33 {
  max-height: calc(33 * 1%);
}

.w-34 {
  width: calc(34 * 1%);
}

.min-w-34 {
  min-width: calc(34 * 1%);
}

.max-w-34 {
  max-width: calc(34 * 1%);
}

.h-34 {
  height: calc(34 * 1%);
}

.min-h-34 {
  min-height: calc(34 * 1%);
}

.max-h-34 {
  max-height: calc(34 * 1%);
}

.w-35 {
  width: calc(35 * 1%);
}

.min-w-35 {
  min-width: calc(35 * 1%);
}

.max-w-35 {
  max-width: calc(35 * 1%);
}

.h-35 {
  height: calc(35 * 1%);
}

.min-h-35 {
  min-height: calc(35 * 1%);
}

.max-h-35 {
  max-height: calc(35 * 1%);
}

.w-36 {
  width: calc(36 * 1%);
}

.min-w-36 {
  min-width: calc(36 * 1%);
}

.max-w-36 {
  max-width: calc(36 * 1%);
}

.h-36 {
  height: calc(36 * 1%);
}

.min-h-36 {
  min-height: calc(36 * 1%);
}

.max-h-36 {
  max-height: calc(36 * 1%);
}

.w-37 {
  width: calc(37 * 1%);
}

.min-w-37 {
  min-width: calc(37 * 1%);
}

.max-w-37 {
  max-width: calc(37 * 1%);
}

.h-37 {
  height: calc(37 * 1%);
}

.min-h-37 {
  min-height: calc(37 * 1%);
}

.max-h-37 {
  max-height: calc(37 * 1%);
}

.w-38 {
  width: calc(38 * 1%);
}

.min-w-38 {
  min-width: calc(38 * 1%);
}

.max-w-38 {
  max-width: calc(38 * 1%);
}

.h-38 {
  height: calc(38 * 1%);
}

.min-h-38 {
  min-height: calc(38 * 1%);
}

.max-h-38 {
  max-height: calc(38 * 1%);
}

.w-39 {
  width: calc(39 * 1%);
}

.min-w-39 {
  min-width: calc(39 * 1%);
}

.max-w-39 {
  max-width: calc(39 * 1%);
}

.h-39 {
  height: calc(39 * 1%);
}

.min-h-39 {
  min-height: calc(39 * 1%);
}

.max-h-39 {
  max-height: calc(39 * 1%);
}

.w-40 {
  width: calc(40 * 1%);
}

.min-w-40 {
  min-width: calc(40 * 1%);
}

.max-w-40 {
  max-width: calc(40 * 1%);
}

.h-40 {
  height: calc(40 * 1%);
}

.min-h-40 {
  min-height: calc(40 * 1%);
}

.max-h-40 {
  max-height: calc(40 * 1%);
}

.w-41 {
  width: calc(41 * 1%);
}

.min-w-41 {
  min-width: calc(41 * 1%);
}

.max-w-41 {
  max-width: calc(41 * 1%);
}

.h-41 {
  height: calc(41 * 1%);
}

.min-h-41 {
  min-height: calc(41 * 1%);
}

.max-h-41 {
  max-height: calc(41 * 1%);
}

.w-42 {
  width: calc(42 * 1%);
}

.min-w-42 {
  min-width: calc(42 * 1%);
}

.max-w-42 {
  max-width: calc(42 * 1%);
}

.h-42 {
  height: calc(42 * 1%);
}

.min-h-42 {
  min-height: calc(42 * 1%);
}

.max-h-42 {
  max-height: calc(42 * 1%);
}

.w-43 {
  width: calc(43 * 1%);
}

.min-w-43 {
  min-width: calc(43 * 1%);
}

.max-w-43 {
  max-width: calc(43 * 1%);
}

.h-43 {
  height: calc(43 * 1%);
}

.min-h-43 {
  min-height: calc(43 * 1%);
}

.max-h-43 {
  max-height: calc(43 * 1%);
}

.w-44 {
  width: calc(44 * 1%);
}

.min-w-44 {
  min-width: calc(44 * 1%);
}

.max-w-44 {
  max-width: calc(44 * 1%);
}

.h-44 {
  height: calc(44 * 1%);
}

.min-h-44 {
  min-height: calc(44 * 1%);
}

.max-h-44 {
  max-height: calc(44 * 1%);
}

.w-45 {
  width: calc(45 * 1%);
}

.min-w-45 {
  min-width: calc(45 * 1%);
}

.max-w-45 {
  max-width: calc(45 * 1%);
}

.h-45 {
  height: calc(45 * 1%);
}

.min-h-45 {
  min-height: calc(45 * 1%);
}

.max-h-45 {
  max-height: calc(45 * 1%);
}

.w-46 {
  width: calc(46 * 1%);
}

.min-w-46 {
  min-width: calc(46 * 1%);
}

.max-w-46 {
  max-width: calc(46 * 1%);
}

.h-46 {
  height: calc(46 * 1%);
}

.min-h-46 {
  min-height: calc(46 * 1%);
}

.max-h-46 {
  max-height: calc(46 * 1%);
}

.w-47 {
  width: calc(47 * 1%);
}

.min-w-47 {
  min-width: calc(47 * 1%);
}

.max-w-47 {
  max-width: calc(47 * 1%);
}

.h-47 {
  height: calc(47 * 1%);
}

.min-h-47 {
  min-height: calc(47 * 1%);
}

.max-h-47 {
  max-height: calc(47 * 1%);
}

.w-48 {
  width: calc(48 * 1%);
}

.min-w-48 {
  min-width: calc(48 * 1%);
}

.max-w-48 {
  max-width: calc(48 * 1%);
}

.h-48 {
  height: calc(48 * 1%);
}

.min-h-48 {
  min-height: calc(48 * 1%);
}

.max-h-48 {
  max-height: calc(48 * 1%);
}

.w-49 {
  width: calc(49 * 1%);
}

.min-w-49 {
  min-width: calc(49 * 1%);
}

.max-w-49 {
  max-width: calc(49 * 1%);
}

.h-49 {
  height: calc(49 * 1%);
}

.min-h-49 {
  min-height: calc(49 * 1%);
}

.max-h-49 {
  max-height: calc(49 * 1%);
}

.w-50 {
  width: calc(50 * 1%);
}

.min-w-50 {
  min-width: calc(50 * 1%);
}

.max-w-50 {
  max-width: calc(50 * 1%);
}

.h-50 {
  height: calc(50 * 1%);
}

.min-h-50 {
  min-height: calc(50 * 1%);
}

.max-h-50 {
  max-height: calc(50 * 1%);
}

.w-51 {
  width: calc(51 * 1%);
}

.min-w-51 {
  min-width: calc(51 * 1%);
}

.max-w-51 {
  max-width: calc(51 * 1%);
}

.h-51 {
  height: calc(51 * 1%);
}

.min-h-51 {
  min-height: calc(51 * 1%);
}

.max-h-51 {
  max-height: calc(51 * 1%);
}

.w-52 {
  width: calc(52 * 1%);
}

.min-w-52 {
  min-width: calc(52 * 1%);
}

.max-w-52 {
  max-width: calc(52 * 1%);
}

.h-52 {
  height: calc(52 * 1%);
}

.min-h-52 {
  min-height: calc(52 * 1%);
}

.max-h-52 {
  max-height: calc(52 * 1%);
}

.w-53 {
  width: calc(53 * 1%);
}

.min-w-53 {
  min-width: calc(53 * 1%);
}

.max-w-53 {
  max-width: calc(53 * 1%);
}

.h-53 {
  height: calc(53 * 1%);
}

.min-h-53 {
  min-height: calc(53 * 1%);
}

.max-h-53 {
  max-height: calc(53 * 1%);
}

.w-54 {
  width: calc(54 * 1%);
}

.min-w-54 {
  min-width: calc(54 * 1%);
}

.max-w-54 {
  max-width: calc(54 * 1%);
}

.h-54 {
  height: calc(54 * 1%);
}

.min-h-54 {
  min-height: calc(54 * 1%);
}

.max-h-54 {
  max-height: calc(54 * 1%);
}

.w-55 {
  width: calc(55 * 1%);
}

.min-w-55 {
  min-width: calc(55 * 1%);
}

.max-w-55 {
  max-width: calc(55 * 1%);
}

.h-55 {
  height: calc(55 * 1%);
}

.min-h-55 {
  min-height: calc(55 * 1%);
}

.max-h-55 {
  max-height: calc(55 * 1%);
}

.w-56 {
  width: calc(56 * 1%);
}

.min-w-56 {
  min-width: calc(56 * 1%);
}

.max-w-56 {
  max-width: calc(56 * 1%);
}

.h-56 {
  height: calc(56 * 1%);
}

.min-h-56 {
  min-height: calc(56 * 1%);
}

.max-h-56 {
  max-height: calc(56 * 1%);
}

.w-57 {
  width: calc(57 * 1%);
}

.min-w-57 {
  min-width: calc(57 * 1%);
}

.max-w-57 {
  max-width: calc(57 * 1%);
}

.h-57 {
  height: calc(57 * 1%);
}

.min-h-57 {
  min-height: calc(57 * 1%);
}

.max-h-57 {
  max-height: calc(57 * 1%);
}

.w-58 {
  width: calc(58 * 1%);
}

.min-w-58 {
  min-width: calc(58 * 1%);
}

.max-w-58 {
  max-width: calc(58 * 1%);
}

.h-58 {
  height: calc(58 * 1%);
}

.min-h-58 {
  min-height: calc(58 * 1%);
}

.max-h-58 {
  max-height: calc(58 * 1%);
}

.w-59 {
  width: calc(59 * 1%);
}

.min-w-59 {
  min-width: calc(59 * 1%);
}

.max-w-59 {
  max-width: calc(59 * 1%);
}

.h-59 {
  height: calc(59 * 1%);
}

.min-h-59 {
  min-height: calc(59 * 1%);
}

.max-h-59 {
  max-height: calc(59 * 1%);
}

.w-60 {
  width: calc(60 * 1%);
}

.min-w-60 {
  min-width: calc(60 * 1%);
}

.max-w-60 {
  max-width: calc(60 * 1%);
}

.h-60 {
  height: calc(60 * 1%);
}

.min-h-60 {
  min-height: calc(60 * 1%);
}

.max-h-60 {
  max-height: calc(60 * 1%);
}

.w-61 {
  width: calc(61 * 1%);
}

.min-w-61 {
  min-width: calc(61 * 1%);
}

.max-w-61 {
  max-width: calc(61 * 1%);
}

.h-61 {
  height: calc(61 * 1%);
}

.min-h-61 {
  min-height: calc(61 * 1%);
}

.max-h-61 {
  max-height: calc(61 * 1%);
}

.w-62 {
  width: calc(62 * 1%);
}

.min-w-62 {
  min-width: calc(62 * 1%);
}

.max-w-62 {
  max-width: calc(62 * 1%);
}

.h-62 {
  height: calc(62 * 1%);
}

.min-h-62 {
  min-height: calc(62 * 1%);
}

.max-h-62 {
  max-height: calc(62 * 1%);
}

.w-63 {
  width: calc(63 * 1%);
}

.min-w-63 {
  min-width: calc(63 * 1%);
}

.max-w-63 {
  max-width: calc(63 * 1%);
}

.h-63 {
  height: calc(63 * 1%);
}

.min-h-63 {
  min-height: calc(63 * 1%);
}

.max-h-63 {
  max-height: calc(63 * 1%);
}

.w-64 {
  width: calc(64 * 1%);
}

.min-w-64 {
  min-width: calc(64 * 1%);
}

.max-w-64 {
  max-width: calc(64 * 1%);
}

.h-64 {
  height: calc(64 * 1%);
}

.min-h-64 {
  min-height: calc(64 * 1%);
}

.max-h-64 {
  max-height: calc(64 * 1%);
}

.w-65 {
  width: calc(65 * 1%);
}

.min-w-65 {
  min-width: calc(65 * 1%);
}

.max-w-65 {
  max-width: calc(65 * 1%);
}

.h-65 {
  height: calc(65 * 1%);
}

.min-h-65 {
  min-height: calc(65 * 1%);
}

.max-h-65 {
  max-height: calc(65 * 1%);
}

.w-66 {
  width: calc(66 * 1%);
}

.min-w-66 {
  min-width: calc(66 * 1%);
}

.max-w-66 {
  max-width: calc(66 * 1%);
}

.h-66 {
  height: calc(66 * 1%);
}

.min-h-66 {
  min-height: calc(66 * 1%);
}

.max-h-66 {
  max-height: calc(66 * 1%);
}

.w-67 {
  width: calc(67 * 1%);
}

.min-w-67 {
  min-width: calc(67 * 1%);
}

.max-w-67 {
  max-width: calc(67 * 1%);
}

.h-67 {
  height: calc(67 * 1%);
}

.min-h-67 {
  min-height: calc(67 * 1%);
}

.max-h-67 {
  max-height: calc(67 * 1%);
}

.w-68 {
  width: calc(68 * 1%);
}

.min-w-68 {
  min-width: calc(68 * 1%);
}

.max-w-68 {
  max-width: calc(68 * 1%);
}

.h-68 {
  height: calc(68 * 1%);
}

.min-h-68 {
  min-height: calc(68 * 1%);
}

.max-h-68 {
  max-height: calc(68 * 1%);
}

.w-69 {
  width: calc(69 * 1%);
}

.min-w-69 {
  min-width: calc(69 * 1%);
}

.max-w-69 {
  max-width: calc(69 * 1%);
}

.h-69 {
  height: calc(69 * 1%);
}

.min-h-69 {
  min-height: calc(69 * 1%);
}

.max-h-69 {
  max-height: calc(69 * 1%);
}

.w-70 {
  width: calc(70 * 1%);
}

.min-w-70 {
  min-width: calc(70 * 1%);
}

.max-w-70 {
  max-width: calc(70 * 1%);
}

.h-70 {
  height: calc(70 * 1%);
}

.min-h-70 {
  min-height: calc(70 * 1%);
}

.max-h-70 {
  max-height: calc(70 * 1%);
}

.w-71 {
  width: calc(71 * 1%);
}

.min-w-71 {
  min-width: calc(71 * 1%);
}

.max-w-71 {
  max-width: calc(71 * 1%);
}

.h-71 {
  height: calc(71 * 1%);
}

.min-h-71 {
  min-height: calc(71 * 1%);
}

.max-h-71 {
  max-height: calc(71 * 1%);
}

.w-72 {
  width: calc(72 * 1%);
}

.min-w-72 {
  min-width: calc(72 * 1%);
}

.max-w-72 {
  max-width: calc(72 * 1%);
}

.h-72 {
  height: calc(72 * 1%);
}

.min-h-72 {
  min-height: calc(72 * 1%);
}

.max-h-72 {
  max-height: calc(72 * 1%);
}

.w-73 {
  width: calc(73 * 1%);
}

.min-w-73 {
  min-width: calc(73 * 1%);
}

.max-w-73 {
  max-width: calc(73 * 1%);
}

.h-73 {
  height: calc(73 * 1%);
}

.min-h-73 {
  min-height: calc(73 * 1%);
}

.max-h-73 {
  max-height: calc(73 * 1%);
}

.w-74 {
  width: calc(74 * 1%);
}

.min-w-74 {
  min-width: calc(74 * 1%);
}

.max-w-74 {
  max-width: calc(74 * 1%);
}

.h-74 {
  height: calc(74 * 1%);
}

.min-h-74 {
  min-height: calc(74 * 1%);
}

.max-h-74 {
  max-height: calc(74 * 1%);
}

.w-75 {
  width: calc(75 * 1%);
}

.min-w-75 {
  min-width: calc(75 * 1%);
}

.max-w-75 {
  max-width: calc(75 * 1%);
}

.h-75 {
  height: calc(75 * 1%);
}

.min-h-75 {
  min-height: calc(75 * 1%);
}

.max-h-75 {
  max-height: calc(75 * 1%);
}

.w-76 {
  width: calc(76 * 1%);
}

.min-w-76 {
  min-width: calc(76 * 1%);
}

.max-w-76 {
  max-width: calc(76 * 1%);
}

.h-76 {
  height: calc(76 * 1%);
}

.min-h-76 {
  min-height: calc(76 * 1%);
}

.max-h-76 {
  max-height: calc(76 * 1%);
}

.w-77 {
  width: calc(77 * 1%);
}

.min-w-77 {
  min-width: calc(77 * 1%);
}

.max-w-77 {
  max-width: calc(77 * 1%);
}

.h-77 {
  height: calc(77 * 1%);
}

.min-h-77 {
  min-height: calc(77 * 1%);
}

.max-h-77 {
  max-height: calc(77 * 1%);
}

.w-78 {
  width: calc(78 * 1%);
}

.min-w-78 {
  min-width: calc(78 * 1%);
}

.max-w-78 {
  max-width: calc(78 * 1%);
}

.h-78 {
  height: calc(78 * 1%);
}

.min-h-78 {
  min-height: calc(78 * 1%);
}

.max-h-78 {
  max-height: calc(78 * 1%);
}

.w-79 {
  width: calc(79 * 1%);
}

.min-w-79 {
  min-width: calc(79 * 1%);
}

.max-w-79 {
  max-width: calc(79 * 1%);
}

.h-79 {
  height: calc(79 * 1%);
}

.min-h-79 {
  min-height: calc(79 * 1%);
}

.max-h-79 {
  max-height: calc(79 * 1%);
}

.w-80 {
  width: calc(80 * 1%);
}

.min-w-80 {
  min-width: calc(80 * 1%);
}

.max-w-80 {
  max-width: calc(80 * 1%);
}

.h-80 {
  height: calc(80 * 1%);
}

.min-h-80 {
  min-height: calc(80 * 1%);
}

.max-h-80 {
  max-height: calc(80 * 1%);
}

.w-81 {
  width: calc(81 * 1%);
}

.min-w-81 {
  min-width: calc(81 * 1%);
}

.max-w-81 {
  max-width: calc(81 * 1%);
}

.h-81 {
  height: calc(81 * 1%);
}

.min-h-81 {
  min-height: calc(81 * 1%);
}

.max-h-81 {
  max-height: calc(81 * 1%);
}

.w-82 {
  width: calc(82 * 1%);
}

.min-w-82 {
  min-width: calc(82 * 1%);
}

.max-w-82 {
  max-width: calc(82 * 1%);
}

.h-82 {
  height: calc(82 * 1%);
}

.min-h-82 {
  min-height: calc(82 * 1%);
}

.max-h-82 {
  max-height: calc(82 * 1%);
}

.w-83 {
  width: calc(83 * 1%);
}

.min-w-83 {
  min-width: calc(83 * 1%);
}

.max-w-83 {
  max-width: calc(83 * 1%);
}

.h-83 {
  height: calc(83 * 1%);
}

.min-h-83 {
  min-height: calc(83 * 1%);
}

.max-h-83 {
  max-height: calc(83 * 1%);
}

.w-84 {
  width: calc(84 * 1%);
}

.min-w-84 {
  min-width: calc(84 * 1%);
}

.max-w-84 {
  max-width: calc(84 * 1%);
}

.h-84 {
  height: calc(84 * 1%);
}

.min-h-84 {
  min-height: calc(84 * 1%);
}

.max-h-84 {
  max-height: calc(84 * 1%);
}

.w-85 {
  width: calc(85 * 1%);
}

.min-w-85 {
  min-width: calc(85 * 1%);
}

.max-w-85 {
  max-width: calc(85 * 1%);
}

.h-85 {
  height: calc(85 * 1%);
}

.min-h-85 {
  min-height: calc(85 * 1%);
}

.max-h-85 {
  max-height: calc(85 * 1%);
}

.w-86 {
  width: calc(86 * 1%);
}

.min-w-86 {
  min-width: calc(86 * 1%);
}

.max-w-86 {
  max-width: calc(86 * 1%);
}

.h-86 {
  height: calc(86 * 1%);
}

.min-h-86 {
  min-height: calc(86 * 1%);
}

.max-h-86 {
  max-height: calc(86 * 1%);
}

.w-87 {
  width: calc(87 * 1%);
}

.min-w-87 {
  min-width: calc(87 * 1%);
}

.max-w-87 {
  max-width: calc(87 * 1%);
}

.h-87 {
  height: calc(87 * 1%);
}

.min-h-87 {
  min-height: calc(87 * 1%);
}

.max-h-87 {
  max-height: calc(87 * 1%);
}

.w-88 {
  width: calc(88 * 1%);
}

.min-w-88 {
  min-width: calc(88 * 1%);
}

.max-w-88 {
  max-width: calc(88 * 1%);
}

.h-88 {
  height: calc(88 * 1%);
}

.min-h-88 {
  min-height: calc(88 * 1%);
}

.max-h-88 {
  max-height: calc(88 * 1%);
}

.w-89 {
  width: calc(89 * 1%);
}

.min-w-89 {
  min-width: calc(89 * 1%);
}

.max-w-89 {
  max-width: calc(89 * 1%);
}

.h-89 {
  height: calc(89 * 1%);
}

.min-h-89 {
  min-height: calc(89 * 1%);
}

.max-h-89 {
  max-height: calc(89 * 1%);
}

.w-90 {
  width: calc(90 * 1%);
}

.min-w-90 {
  min-width: calc(90 * 1%);
}

.max-w-90 {
  max-width: calc(90 * 1%);
}

.h-90 {
  height: calc(90 * 1%);
}

.min-h-90 {
  min-height: calc(90 * 1%);
}

.max-h-90 {
  max-height: calc(90 * 1%);
}

.w-91 {
  width: calc(91 * 1%);
}

.min-w-91 {
  min-width: calc(91 * 1%);
}

.max-w-91 {
  max-width: calc(91 * 1%);
}

.h-91 {
  height: calc(91 * 1%);
}

.min-h-91 {
  min-height: calc(91 * 1%);
}

.max-h-91 {
  max-height: calc(91 * 1%);
}

.w-92 {
  width: calc(92 * 1%);
}

.min-w-92 {
  min-width: calc(92 * 1%);
}

.max-w-92 {
  max-width: calc(92 * 1%);
}

.h-92 {
  height: calc(92 * 1%);
}

.min-h-92 {
  min-height: calc(92 * 1%);
}

.max-h-92 {
  max-height: calc(92 * 1%);
}

.w-93 {
  width: calc(93 * 1%);
}

.min-w-93 {
  min-width: calc(93 * 1%);
}

.max-w-93 {
  max-width: calc(93 * 1%);
}

.h-93 {
  height: calc(93 * 1%);
}

.min-h-93 {
  min-height: calc(93 * 1%);
}

.max-h-93 {
  max-height: calc(93 * 1%);
}

.w-94 {
  width: calc(94 * 1%);
}

.min-w-94 {
  min-width: calc(94 * 1%);
}

.max-w-94 {
  max-width: calc(94 * 1%);
}

.h-94 {
  height: calc(94 * 1%);
}

.min-h-94 {
  min-height: calc(94 * 1%);
}

.max-h-94 {
  max-height: calc(94 * 1%);
}

.w-95 {
  width: calc(95 * 1%);
}

.min-w-95 {
  min-width: calc(95 * 1%);
}

.max-w-95 {
  max-width: calc(95 * 1%);
}

.h-95 {
  height: calc(95 * 1%);
}

.min-h-95 {
  min-height: calc(95 * 1%);
}

.max-h-95 {
  max-height: calc(95 * 1%);
}

.w-96 {
  width: calc(96 * 1%);
}

.min-w-96 {
  min-width: calc(96 * 1%);
}

.max-w-96 {
  max-width: calc(96 * 1%);
}

.h-96 {
  height: calc(96 * 1%);
}

.min-h-96 {
  min-height: calc(96 * 1%);
}

.max-h-96 {
  max-height: calc(96 * 1%);
}

.w-97 {
  width: calc(97 * 1%);
}

.min-w-97 {
  min-width: calc(97 * 1%);
}

.max-w-97 {
  max-width: calc(97 * 1%);
}

.h-97 {
  height: calc(97 * 1%);
}

.min-h-97 {
  min-height: calc(97 * 1%);
}

.max-h-97 {
  max-height: calc(97 * 1%);
}

.w-98 {
  width: calc(98 * 1%);
}

.min-w-98 {
  min-width: calc(98 * 1%);
}

.max-w-98 {
  max-width: calc(98 * 1%);
}

.h-98 {
  height: calc(98 * 1%);
}

.min-h-98 {
  min-height: calc(98 * 1%);
}

.max-h-98 {
  max-height: calc(98 * 1%);
}

.w-99 {
  width: calc(99 * 1%);
}

.min-w-99 {
  min-width: calc(99 * 1%);
}

.max-w-99 {
  max-width: calc(99 * 1%);
}

.h-99 {
  height: calc(99 * 1%);
}

.min-h-99 {
  min-height: calc(99 * 1%);
}

.max-h-99 {
  max-height: calc(99 * 1%);
}

.w-100 {
  width: calc(100 * 1%);
}

.min-w-100 {
  min-width: calc(100 * 1%);
}

.max-w-100 {
  max-width: calc(100 * 1%);
}

.h-100 {
  height: calc(100 * 1%);
}

.min-h-100 {
  min-height: calc(100 * 1%);
}

.max-h-100 {
  max-height: calc(100 * 1%);
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.center-x {
  left: 50%;
  transform: translate(-50%, 0);
}

.center-y {
  top: 50%;
  transform: translate(0, -50%);
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-normal {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

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

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

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

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

@media (min-width: 544px) {
  .sm-aspect-auto {
    aspect-ratio: auto;
  }
  .sm-aspect-square {
    aspect-ratio: 1/1;
  }
  .sm-aspect-2-1 {
    aspect-ratio: 2/1;
  }
  .sm-aspect-4-1 {
    aspect-ratio: 4/1;
  }
  .sm-aspect-8-3 {
    aspect-ratio: 8/3;
  }
  .sm-aspect-16-9 {
    aspect-ratio: 16/9;
  }
  .sm-block {
    display: block;
  }
  .sm-inline {
    display: inline;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-flex {
    display: flex;
  }
  .sm-flex-inline {
    display: inline-flex;
  }
  .sm-table {
    display: table;
  }
  .sm-table-row {
    display: table-row;
  }
  .sm-table-cell {
    display: table-cell;
  }
  .sm-hidden {
    display: none;
  }
  .sm-unset {
    display: unset;
  }
  .sm-w-auto {
    width: auto;
  }
  .sm-h-auto {
    height: auto;
  }
  .sm-min-w-screen {
    min-width: 100vw;
  }
  .sm-min-h-screen {
    min-height: 100vh;
  }
  .sm-max-w-screen {
    max-width: 100vw;
  }
  .sm-max-h-screen {
    max-height: 100vh;
  }
  .sm-w-0 {
    width: calc(0 * 1%);
  }
  .sm-min-w-0 {
    min-width: calc(0 * 1%);
  }
  .sm-max-w-0 {
    max-width: calc(0 * 1%);
  }
  .sm-h-0 {
    height: calc(0 * 1%);
  }
  .sm-min-h-0 {
    min-height: calc(0 * 1%);
  }
  .sm-max-h-0 {
    max-height: calc(0 * 1%);
  }
  .sm-w-1 {
    width: calc(1 * 1%);
  }
  .sm-min-w-1 {
    min-width: calc(1 * 1%);
  }
  .sm-max-w-1 {
    max-width: calc(1 * 1%);
  }
  .sm-h-1 {
    height: calc(1 * 1%);
  }
  .sm-min-h-1 {
    min-height: calc(1 * 1%);
  }
  .sm-max-h-1 {
    max-height: calc(1 * 1%);
  }
  .sm-w-2 {
    width: calc(2 * 1%);
  }
  .sm-min-w-2 {
    min-width: calc(2 * 1%);
  }
  .sm-max-w-2 {
    max-width: calc(2 * 1%);
  }
  .sm-h-2 {
    height: calc(2 * 1%);
  }
  .sm-min-h-2 {
    min-height: calc(2 * 1%);
  }
  .sm-max-h-2 {
    max-height: calc(2 * 1%);
  }
  .sm-w-3 {
    width: calc(3 * 1%);
  }
  .sm-min-w-3 {
    min-width: calc(3 * 1%);
  }
  .sm-max-w-3 {
    max-width: calc(3 * 1%);
  }
  .sm-h-3 {
    height: calc(3 * 1%);
  }
  .sm-min-h-3 {
    min-height: calc(3 * 1%);
  }
  .sm-max-h-3 {
    max-height: calc(3 * 1%);
  }
  .sm-w-4 {
    width: calc(4 * 1%);
  }
  .sm-min-w-4 {
    min-width: calc(4 * 1%);
  }
  .sm-max-w-4 {
    max-width: calc(4 * 1%);
  }
  .sm-h-4 {
    height: calc(4 * 1%);
  }
  .sm-min-h-4 {
    min-height: calc(4 * 1%);
  }
  .sm-max-h-4 {
    max-height: calc(4 * 1%);
  }
  .sm-w-5 {
    width: calc(5 * 1%);
  }
  .sm-min-w-5 {
    min-width: calc(5 * 1%);
  }
  .sm-max-w-5 {
    max-width: calc(5 * 1%);
  }
  .sm-h-5 {
    height: calc(5 * 1%);
  }
  .sm-min-h-5 {
    min-height: calc(5 * 1%);
  }
  .sm-max-h-5 {
    max-height: calc(5 * 1%);
  }
  .sm-w-6 {
    width: calc(6 * 1%);
  }
  .sm-min-w-6 {
    min-width: calc(6 * 1%);
  }
  .sm-max-w-6 {
    max-width: calc(6 * 1%);
  }
  .sm-h-6 {
    height: calc(6 * 1%);
  }
  .sm-min-h-6 {
    min-height: calc(6 * 1%);
  }
  .sm-max-h-6 {
    max-height: calc(6 * 1%);
  }
  .sm-w-7 {
    width: calc(7 * 1%);
  }
  .sm-min-w-7 {
    min-width: calc(7 * 1%);
  }
  .sm-max-w-7 {
    max-width: calc(7 * 1%);
  }
  .sm-h-7 {
    height: calc(7 * 1%);
  }
  .sm-min-h-7 {
    min-height: calc(7 * 1%);
  }
  .sm-max-h-7 {
    max-height: calc(7 * 1%);
  }
  .sm-w-8 {
    width: calc(8 * 1%);
  }
  .sm-min-w-8 {
    min-width: calc(8 * 1%);
  }
  .sm-max-w-8 {
    max-width: calc(8 * 1%);
  }
  .sm-h-8 {
    height: calc(8 * 1%);
  }
  .sm-min-h-8 {
    min-height: calc(8 * 1%);
  }
  .sm-max-h-8 {
    max-height: calc(8 * 1%);
  }
  .sm-w-9 {
    width: calc(9 * 1%);
  }
  .sm-min-w-9 {
    min-width: calc(9 * 1%);
  }
  .sm-max-w-9 {
    max-width: calc(9 * 1%);
  }
  .sm-h-9 {
    height: calc(9 * 1%);
  }
  .sm-min-h-9 {
    min-height: calc(9 * 1%);
  }
  .sm-max-h-9 {
    max-height: calc(9 * 1%);
  }
  .sm-w-10 {
    width: calc(10 * 1%);
  }
  .sm-min-w-10 {
    min-width: calc(10 * 1%);
  }
  .sm-max-w-10 {
    max-width: calc(10 * 1%);
  }
  .sm-h-10 {
    height: calc(10 * 1%);
  }
  .sm-min-h-10 {
    min-height: calc(10 * 1%);
  }
  .sm-max-h-10 {
    max-height: calc(10 * 1%);
  }
  .sm-w-11 {
    width: calc(11 * 1%);
  }
  .sm-min-w-11 {
    min-width: calc(11 * 1%);
  }
  .sm-max-w-11 {
    max-width: calc(11 * 1%);
  }
  .sm-h-11 {
    height: calc(11 * 1%);
  }
  .sm-min-h-11 {
    min-height: calc(11 * 1%);
  }
  .sm-max-h-11 {
    max-height: calc(11 * 1%);
  }
  .sm-w-12 {
    width: calc(12 * 1%);
  }
  .sm-min-w-12 {
    min-width: calc(12 * 1%);
  }
  .sm-max-w-12 {
    max-width: calc(12 * 1%);
  }
  .sm-h-12 {
    height: calc(12 * 1%);
  }
  .sm-min-h-12 {
    min-height: calc(12 * 1%);
  }
  .sm-max-h-12 {
    max-height: calc(12 * 1%);
  }
  .sm-w-13 {
    width: calc(13 * 1%);
  }
  .sm-min-w-13 {
    min-width: calc(13 * 1%);
  }
  .sm-max-w-13 {
    max-width: calc(13 * 1%);
  }
  .sm-h-13 {
    height: calc(13 * 1%);
  }
  .sm-min-h-13 {
    min-height: calc(13 * 1%);
  }
  .sm-max-h-13 {
    max-height: calc(13 * 1%);
  }
  .sm-w-14 {
    width: calc(14 * 1%);
  }
  .sm-min-w-14 {
    min-width: calc(14 * 1%);
  }
  .sm-max-w-14 {
    max-width: calc(14 * 1%);
  }
  .sm-h-14 {
    height: calc(14 * 1%);
  }
  .sm-min-h-14 {
    min-height: calc(14 * 1%);
  }
  .sm-max-h-14 {
    max-height: calc(14 * 1%);
  }
  .sm-w-15 {
    width: calc(15 * 1%);
  }
  .sm-min-w-15 {
    min-width: calc(15 * 1%);
  }
  .sm-max-w-15 {
    max-width: calc(15 * 1%);
  }
  .sm-h-15 {
    height: calc(15 * 1%);
  }
  .sm-min-h-15 {
    min-height: calc(15 * 1%);
  }
  .sm-max-h-15 {
    max-height: calc(15 * 1%);
  }
  .sm-w-16 {
    width: calc(16 * 1%);
  }
  .sm-min-w-16 {
    min-width: calc(16 * 1%);
  }
  .sm-max-w-16 {
    max-width: calc(16 * 1%);
  }
  .sm-h-16 {
    height: calc(16 * 1%);
  }
  .sm-min-h-16 {
    min-height: calc(16 * 1%);
  }
  .sm-max-h-16 {
    max-height: calc(16 * 1%);
  }
  .sm-w-17 {
    width: calc(17 * 1%);
  }
  .sm-min-w-17 {
    min-width: calc(17 * 1%);
  }
  .sm-max-w-17 {
    max-width: calc(17 * 1%);
  }
  .sm-h-17 {
    height: calc(17 * 1%);
  }
  .sm-min-h-17 {
    min-height: calc(17 * 1%);
  }
  .sm-max-h-17 {
    max-height: calc(17 * 1%);
  }
  .sm-w-18 {
    width: calc(18 * 1%);
  }
  .sm-min-w-18 {
    min-width: calc(18 * 1%);
  }
  .sm-max-w-18 {
    max-width: calc(18 * 1%);
  }
  .sm-h-18 {
    height: calc(18 * 1%);
  }
  .sm-min-h-18 {
    min-height: calc(18 * 1%);
  }
  .sm-max-h-18 {
    max-height: calc(18 * 1%);
  }
  .sm-w-19 {
    width: calc(19 * 1%);
  }
  .sm-min-w-19 {
    min-width: calc(19 * 1%);
  }
  .sm-max-w-19 {
    max-width: calc(19 * 1%);
  }
  .sm-h-19 {
    height: calc(19 * 1%);
  }
  .sm-min-h-19 {
    min-height: calc(19 * 1%);
  }
  .sm-max-h-19 {
    max-height: calc(19 * 1%);
  }
  .sm-w-20 {
    width: calc(20 * 1%);
  }
  .sm-min-w-20 {
    min-width: calc(20 * 1%);
  }
  .sm-max-w-20 {
    max-width: calc(20 * 1%);
  }
  .sm-h-20 {
    height: calc(20 * 1%);
  }
  .sm-min-h-20 {
    min-height: calc(20 * 1%);
  }
  .sm-max-h-20 {
    max-height: calc(20 * 1%);
  }
  .sm-w-21 {
    width: calc(21 * 1%);
  }
  .sm-min-w-21 {
    min-width: calc(21 * 1%);
  }
  .sm-max-w-21 {
    max-width: calc(21 * 1%);
  }
  .sm-h-21 {
    height: calc(21 * 1%);
  }
  .sm-min-h-21 {
    min-height: calc(21 * 1%);
  }
  .sm-max-h-21 {
    max-height: calc(21 * 1%);
  }
  .sm-w-22 {
    width: calc(22 * 1%);
  }
  .sm-min-w-22 {
    min-width: calc(22 * 1%);
  }
  .sm-max-w-22 {
    max-width: calc(22 * 1%);
  }
  .sm-h-22 {
    height: calc(22 * 1%);
  }
  .sm-min-h-22 {
    min-height: calc(22 * 1%);
  }
  .sm-max-h-22 {
    max-height: calc(22 * 1%);
  }
  .sm-w-23 {
    width: calc(23 * 1%);
  }
  .sm-min-w-23 {
    min-width: calc(23 * 1%);
  }
  .sm-max-w-23 {
    max-width: calc(23 * 1%);
  }
  .sm-h-23 {
    height: calc(23 * 1%);
  }
  .sm-min-h-23 {
    min-height: calc(23 * 1%);
  }
  .sm-max-h-23 {
    max-height: calc(23 * 1%);
  }
  .sm-w-24 {
    width: calc(24 * 1%);
  }
  .sm-min-w-24 {
    min-width: calc(24 * 1%);
  }
  .sm-max-w-24 {
    max-width: calc(24 * 1%);
  }
  .sm-h-24 {
    height: calc(24 * 1%);
  }
  .sm-min-h-24 {
    min-height: calc(24 * 1%);
  }
  .sm-max-h-24 {
    max-height: calc(24 * 1%);
  }
  .sm-w-25 {
    width: calc(25 * 1%);
  }
  .sm-min-w-25 {
    min-width: calc(25 * 1%);
  }
  .sm-max-w-25 {
    max-width: calc(25 * 1%);
  }
  .sm-h-25 {
    height: calc(25 * 1%);
  }
  .sm-min-h-25 {
    min-height: calc(25 * 1%);
  }
  .sm-max-h-25 {
    max-height: calc(25 * 1%);
  }
  .sm-w-26 {
    width: calc(26 * 1%);
  }
  .sm-min-w-26 {
    min-width: calc(26 * 1%);
  }
  .sm-max-w-26 {
    max-width: calc(26 * 1%);
  }
  .sm-h-26 {
    height: calc(26 * 1%);
  }
  .sm-min-h-26 {
    min-height: calc(26 * 1%);
  }
  .sm-max-h-26 {
    max-height: calc(26 * 1%);
  }
  .sm-w-27 {
    width: calc(27 * 1%);
  }
  .sm-min-w-27 {
    min-width: calc(27 * 1%);
  }
  .sm-max-w-27 {
    max-width: calc(27 * 1%);
  }
  .sm-h-27 {
    height: calc(27 * 1%);
  }
  .sm-min-h-27 {
    min-height: calc(27 * 1%);
  }
  .sm-max-h-27 {
    max-height: calc(27 * 1%);
  }
  .sm-w-28 {
    width: calc(28 * 1%);
  }
  .sm-min-w-28 {
    min-width: calc(28 * 1%);
  }
  .sm-max-w-28 {
    max-width: calc(28 * 1%);
  }
  .sm-h-28 {
    height: calc(28 * 1%);
  }
  .sm-min-h-28 {
    min-height: calc(28 * 1%);
  }
  .sm-max-h-28 {
    max-height: calc(28 * 1%);
  }
  .sm-w-29 {
    width: calc(29 * 1%);
  }
  .sm-min-w-29 {
    min-width: calc(29 * 1%);
  }
  .sm-max-w-29 {
    max-width: calc(29 * 1%);
  }
  .sm-h-29 {
    height: calc(29 * 1%);
  }
  .sm-min-h-29 {
    min-height: calc(29 * 1%);
  }
  .sm-max-h-29 {
    max-height: calc(29 * 1%);
  }
  .sm-w-30 {
    width: calc(30 * 1%);
  }
  .sm-min-w-30 {
    min-width: calc(30 * 1%);
  }
  .sm-max-w-30 {
    max-width: calc(30 * 1%);
  }
  .sm-h-30 {
    height: calc(30 * 1%);
  }
  .sm-min-h-30 {
    min-height: calc(30 * 1%);
  }
  .sm-max-h-30 {
    max-height: calc(30 * 1%);
  }
  .sm-w-31 {
    width: calc(31 * 1%);
  }
  .sm-min-w-31 {
    min-width: calc(31 * 1%);
  }
  .sm-max-w-31 {
    max-width: calc(31 * 1%);
  }
  .sm-h-31 {
    height: calc(31 * 1%);
  }
  .sm-min-h-31 {
    min-height: calc(31 * 1%);
  }
  .sm-max-h-31 {
    max-height: calc(31 * 1%);
  }
  .sm-w-32 {
    width: calc(32 * 1%);
  }
  .sm-min-w-32 {
    min-width: calc(32 * 1%);
  }
  .sm-max-w-32 {
    max-width: calc(32 * 1%);
  }
  .sm-h-32 {
    height: calc(32 * 1%);
  }
  .sm-min-h-32 {
    min-height: calc(32 * 1%);
  }
  .sm-max-h-32 {
    max-height: calc(32 * 1%);
  }
  .sm-w-33 {
    width: calc(33 * 1%);
  }
  .sm-min-w-33 {
    min-width: calc(33 * 1%);
  }
  .sm-max-w-33 {
    max-width: calc(33 * 1%);
  }
  .sm-h-33 {
    height: calc(33 * 1%);
  }
  .sm-min-h-33 {
    min-height: calc(33 * 1%);
  }
  .sm-max-h-33 {
    max-height: calc(33 * 1%);
  }
  .sm-w-34 {
    width: calc(34 * 1%);
  }
  .sm-min-w-34 {
    min-width: calc(34 * 1%);
  }
  .sm-max-w-34 {
    max-width: calc(34 * 1%);
  }
  .sm-h-34 {
    height: calc(34 * 1%);
  }
  .sm-min-h-34 {
    min-height: calc(34 * 1%);
  }
  .sm-max-h-34 {
    max-height: calc(34 * 1%);
  }
  .sm-w-35 {
    width: calc(35 * 1%);
  }
  .sm-min-w-35 {
    min-width: calc(35 * 1%);
  }
  .sm-max-w-35 {
    max-width: calc(35 * 1%);
  }
  .sm-h-35 {
    height: calc(35 * 1%);
  }
  .sm-min-h-35 {
    min-height: calc(35 * 1%);
  }
  .sm-max-h-35 {
    max-height: calc(35 * 1%);
  }
  .sm-w-36 {
    width: calc(36 * 1%);
  }
  .sm-min-w-36 {
    min-width: calc(36 * 1%);
  }
  .sm-max-w-36 {
    max-width: calc(36 * 1%);
  }
  .sm-h-36 {
    height: calc(36 * 1%);
  }
  .sm-min-h-36 {
    min-height: calc(36 * 1%);
  }
  .sm-max-h-36 {
    max-height: calc(36 * 1%);
  }
  .sm-w-37 {
    width: calc(37 * 1%);
  }
  .sm-min-w-37 {
    min-width: calc(37 * 1%);
  }
  .sm-max-w-37 {
    max-width: calc(37 * 1%);
  }
  .sm-h-37 {
    height: calc(37 * 1%);
  }
  .sm-min-h-37 {
    min-height: calc(37 * 1%);
  }
  .sm-max-h-37 {
    max-height: calc(37 * 1%);
  }
  .sm-w-38 {
    width: calc(38 * 1%);
  }
  .sm-min-w-38 {
    min-width: calc(38 * 1%);
  }
  .sm-max-w-38 {
    max-width: calc(38 * 1%);
  }
  .sm-h-38 {
    height: calc(38 * 1%);
  }
  .sm-min-h-38 {
    min-height: calc(38 * 1%);
  }
  .sm-max-h-38 {
    max-height: calc(38 * 1%);
  }
  .sm-w-39 {
    width: calc(39 * 1%);
  }
  .sm-min-w-39 {
    min-width: calc(39 * 1%);
  }
  .sm-max-w-39 {
    max-width: calc(39 * 1%);
  }
  .sm-h-39 {
    height: calc(39 * 1%);
  }
  .sm-min-h-39 {
    min-height: calc(39 * 1%);
  }
  .sm-max-h-39 {
    max-height: calc(39 * 1%);
  }
  .sm-w-40 {
    width: calc(40 * 1%);
  }
  .sm-min-w-40 {
    min-width: calc(40 * 1%);
  }
  .sm-max-w-40 {
    max-width: calc(40 * 1%);
  }
  .sm-h-40 {
    height: calc(40 * 1%);
  }
  .sm-min-h-40 {
    min-height: calc(40 * 1%);
  }
  .sm-max-h-40 {
    max-height: calc(40 * 1%);
  }
  .sm-w-41 {
    width: calc(41 * 1%);
  }
  .sm-min-w-41 {
    min-width: calc(41 * 1%);
  }
  .sm-max-w-41 {
    max-width: calc(41 * 1%);
  }
  .sm-h-41 {
    height: calc(41 * 1%);
  }
  .sm-min-h-41 {
    min-height: calc(41 * 1%);
  }
  .sm-max-h-41 {
    max-height: calc(41 * 1%);
  }
  .sm-w-42 {
    width: calc(42 * 1%);
  }
  .sm-min-w-42 {
    min-width: calc(42 * 1%);
  }
  .sm-max-w-42 {
    max-width: calc(42 * 1%);
  }
  .sm-h-42 {
    height: calc(42 * 1%);
  }
  .sm-min-h-42 {
    min-height: calc(42 * 1%);
  }
  .sm-max-h-42 {
    max-height: calc(42 * 1%);
  }
  .sm-w-43 {
    width: calc(43 * 1%);
  }
  .sm-min-w-43 {
    min-width: calc(43 * 1%);
  }
  .sm-max-w-43 {
    max-width: calc(43 * 1%);
  }
  .sm-h-43 {
    height: calc(43 * 1%);
  }
  .sm-min-h-43 {
    min-height: calc(43 * 1%);
  }
  .sm-max-h-43 {
    max-height: calc(43 * 1%);
  }
  .sm-w-44 {
    width: calc(44 * 1%);
  }
  .sm-min-w-44 {
    min-width: calc(44 * 1%);
  }
  .sm-max-w-44 {
    max-width: calc(44 * 1%);
  }
  .sm-h-44 {
    height: calc(44 * 1%);
  }
  .sm-min-h-44 {
    min-height: calc(44 * 1%);
  }
  .sm-max-h-44 {
    max-height: calc(44 * 1%);
  }
  .sm-w-45 {
    width: calc(45 * 1%);
  }
  .sm-min-w-45 {
    min-width: calc(45 * 1%);
  }
  .sm-max-w-45 {
    max-width: calc(45 * 1%);
  }
  .sm-h-45 {
    height: calc(45 * 1%);
  }
  .sm-min-h-45 {
    min-height: calc(45 * 1%);
  }
  .sm-max-h-45 {
    max-height: calc(45 * 1%);
  }
  .sm-w-46 {
    width: calc(46 * 1%);
  }
  .sm-min-w-46 {
    min-width: calc(46 * 1%);
  }
  .sm-max-w-46 {
    max-width: calc(46 * 1%);
  }
  .sm-h-46 {
    height: calc(46 * 1%);
  }
  .sm-min-h-46 {
    min-height: calc(46 * 1%);
  }
  .sm-max-h-46 {
    max-height: calc(46 * 1%);
  }
  .sm-w-47 {
    width: calc(47 * 1%);
  }
  .sm-min-w-47 {
    min-width: calc(47 * 1%);
  }
  .sm-max-w-47 {
    max-width: calc(47 * 1%);
  }
  .sm-h-47 {
    height: calc(47 * 1%);
  }
  .sm-min-h-47 {
    min-height: calc(47 * 1%);
  }
  .sm-max-h-47 {
    max-height: calc(47 * 1%);
  }
  .sm-w-48 {
    width: calc(48 * 1%);
  }
  .sm-min-w-48 {
    min-width: calc(48 * 1%);
  }
  .sm-max-w-48 {
    max-width: calc(48 * 1%);
  }
  .sm-h-48 {
    height: calc(48 * 1%);
  }
  .sm-min-h-48 {
    min-height: calc(48 * 1%);
  }
  .sm-max-h-48 {
    max-height: calc(48 * 1%);
  }
  .sm-w-49 {
    width: calc(49 * 1%);
  }
  .sm-min-w-49 {
    min-width: calc(49 * 1%);
  }
  .sm-max-w-49 {
    max-width: calc(49 * 1%);
  }
  .sm-h-49 {
    height: calc(49 * 1%);
  }
  .sm-min-h-49 {
    min-height: calc(49 * 1%);
  }
  .sm-max-h-49 {
    max-height: calc(49 * 1%);
  }
  .sm-w-50 {
    width: calc(50 * 1%);
  }
  .sm-min-w-50 {
    min-width: calc(50 * 1%);
  }
  .sm-max-w-50 {
    max-width: calc(50 * 1%);
  }
  .sm-h-50 {
    height: calc(50 * 1%);
  }
  .sm-min-h-50 {
    min-height: calc(50 * 1%);
  }
  .sm-max-h-50 {
    max-height: calc(50 * 1%);
  }
  .sm-w-51 {
    width: calc(51 * 1%);
  }
  .sm-min-w-51 {
    min-width: calc(51 * 1%);
  }
  .sm-max-w-51 {
    max-width: calc(51 * 1%);
  }
  .sm-h-51 {
    height: calc(51 * 1%);
  }
  .sm-min-h-51 {
    min-height: calc(51 * 1%);
  }
  .sm-max-h-51 {
    max-height: calc(51 * 1%);
  }
  .sm-w-52 {
    width: calc(52 * 1%);
  }
  .sm-min-w-52 {
    min-width: calc(52 * 1%);
  }
  .sm-max-w-52 {
    max-width: calc(52 * 1%);
  }
  .sm-h-52 {
    height: calc(52 * 1%);
  }
  .sm-min-h-52 {
    min-height: calc(52 * 1%);
  }
  .sm-max-h-52 {
    max-height: calc(52 * 1%);
  }
  .sm-w-53 {
    width: calc(53 * 1%);
  }
  .sm-min-w-53 {
    min-width: calc(53 * 1%);
  }
  .sm-max-w-53 {
    max-width: calc(53 * 1%);
  }
  .sm-h-53 {
    height: calc(53 * 1%);
  }
  .sm-min-h-53 {
    min-height: calc(53 * 1%);
  }
  .sm-max-h-53 {
    max-height: calc(53 * 1%);
  }
  .sm-w-54 {
    width: calc(54 * 1%);
  }
  .sm-min-w-54 {
    min-width: calc(54 * 1%);
  }
  .sm-max-w-54 {
    max-width: calc(54 * 1%);
  }
  .sm-h-54 {
    height: calc(54 * 1%);
  }
  .sm-min-h-54 {
    min-height: calc(54 * 1%);
  }
  .sm-max-h-54 {
    max-height: calc(54 * 1%);
  }
  .sm-w-55 {
    width: calc(55 * 1%);
  }
  .sm-min-w-55 {
    min-width: calc(55 * 1%);
  }
  .sm-max-w-55 {
    max-width: calc(55 * 1%);
  }
  .sm-h-55 {
    height: calc(55 * 1%);
  }
  .sm-min-h-55 {
    min-height: calc(55 * 1%);
  }
  .sm-max-h-55 {
    max-height: calc(55 * 1%);
  }
  .sm-w-56 {
    width: calc(56 * 1%);
  }
  .sm-min-w-56 {
    min-width: calc(56 * 1%);
  }
  .sm-max-w-56 {
    max-width: calc(56 * 1%);
  }
  .sm-h-56 {
    height: calc(56 * 1%);
  }
  .sm-min-h-56 {
    min-height: calc(56 * 1%);
  }
  .sm-max-h-56 {
    max-height: calc(56 * 1%);
  }
  .sm-w-57 {
    width: calc(57 * 1%);
  }
  .sm-min-w-57 {
    min-width: calc(57 * 1%);
  }
  .sm-max-w-57 {
    max-width: calc(57 * 1%);
  }
  .sm-h-57 {
    height: calc(57 * 1%);
  }
  .sm-min-h-57 {
    min-height: calc(57 * 1%);
  }
  .sm-max-h-57 {
    max-height: calc(57 * 1%);
  }
  .sm-w-58 {
    width: calc(58 * 1%);
  }
  .sm-min-w-58 {
    min-width: calc(58 * 1%);
  }
  .sm-max-w-58 {
    max-width: calc(58 * 1%);
  }
  .sm-h-58 {
    height: calc(58 * 1%);
  }
  .sm-min-h-58 {
    min-height: calc(58 * 1%);
  }
  .sm-max-h-58 {
    max-height: calc(58 * 1%);
  }
  .sm-w-59 {
    width: calc(59 * 1%);
  }
  .sm-min-w-59 {
    min-width: calc(59 * 1%);
  }
  .sm-max-w-59 {
    max-width: calc(59 * 1%);
  }
  .sm-h-59 {
    height: calc(59 * 1%);
  }
  .sm-min-h-59 {
    min-height: calc(59 * 1%);
  }
  .sm-max-h-59 {
    max-height: calc(59 * 1%);
  }
  .sm-w-60 {
    width: calc(60 * 1%);
  }
  .sm-min-w-60 {
    min-width: calc(60 * 1%);
  }
  .sm-max-w-60 {
    max-width: calc(60 * 1%);
  }
  .sm-h-60 {
    height: calc(60 * 1%);
  }
  .sm-min-h-60 {
    min-height: calc(60 * 1%);
  }
  .sm-max-h-60 {
    max-height: calc(60 * 1%);
  }
  .sm-w-61 {
    width: calc(61 * 1%);
  }
  .sm-min-w-61 {
    min-width: calc(61 * 1%);
  }
  .sm-max-w-61 {
    max-width: calc(61 * 1%);
  }
  .sm-h-61 {
    height: calc(61 * 1%);
  }
  .sm-min-h-61 {
    min-height: calc(61 * 1%);
  }
  .sm-max-h-61 {
    max-height: calc(61 * 1%);
  }
  .sm-w-62 {
    width: calc(62 * 1%);
  }
  .sm-min-w-62 {
    min-width: calc(62 * 1%);
  }
  .sm-max-w-62 {
    max-width: calc(62 * 1%);
  }
  .sm-h-62 {
    height: calc(62 * 1%);
  }
  .sm-min-h-62 {
    min-height: calc(62 * 1%);
  }
  .sm-max-h-62 {
    max-height: calc(62 * 1%);
  }
  .sm-w-63 {
    width: calc(63 * 1%);
  }
  .sm-min-w-63 {
    min-width: calc(63 * 1%);
  }
  .sm-max-w-63 {
    max-width: calc(63 * 1%);
  }
  .sm-h-63 {
    height: calc(63 * 1%);
  }
  .sm-min-h-63 {
    min-height: calc(63 * 1%);
  }
  .sm-max-h-63 {
    max-height: calc(63 * 1%);
  }
  .sm-w-64 {
    width: calc(64 * 1%);
  }
  .sm-min-w-64 {
    min-width: calc(64 * 1%);
  }
  .sm-max-w-64 {
    max-width: calc(64 * 1%);
  }
  .sm-h-64 {
    height: calc(64 * 1%);
  }
  .sm-min-h-64 {
    min-height: calc(64 * 1%);
  }
  .sm-max-h-64 {
    max-height: calc(64 * 1%);
  }
  .sm-w-65 {
    width: calc(65 * 1%);
  }
  .sm-min-w-65 {
    min-width: calc(65 * 1%);
  }
  .sm-max-w-65 {
    max-width: calc(65 * 1%);
  }
  .sm-h-65 {
    height: calc(65 * 1%);
  }
  .sm-min-h-65 {
    min-height: calc(65 * 1%);
  }
  .sm-max-h-65 {
    max-height: calc(65 * 1%);
  }
  .sm-w-66 {
    width: calc(66 * 1%);
  }
  .sm-min-w-66 {
    min-width: calc(66 * 1%);
  }
  .sm-max-w-66 {
    max-width: calc(66 * 1%);
  }
  .sm-h-66 {
    height: calc(66 * 1%);
  }
  .sm-min-h-66 {
    min-height: calc(66 * 1%);
  }
  .sm-max-h-66 {
    max-height: calc(66 * 1%);
  }
  .sm-w-67 {
    width: calc(67 * 1%);
  }
  .sm-min-w-67 {
    min-width: calc(67 * 1%);
  }
  .sm-max-w-67 {
    max-width: calc(67 * 1%);
  }
  .sm-h-67 {
    height: calc(67 * 1%);
  }
  .sm-min-h-67 {
    min-height: calc(67 * 1%);
  }
  .sm-max-h-67 {
    max-height: calc(67 * 1%);
  }
  .sm-w-68 {
    width: calc(68 * 1%);
  }
  .sm-min-w-68 {
    min-width: calc(68 * 1%);
  }
  .sm-max-w-68 {
    max-width: calc(68 * 1%);
  }
  .sm-h-68 {
    height: calc(68 * 1%);
  }
  .sm-min-h-68 {
    min-height: calc(68 * 1%);
  }
  .sm-max-h-68 {
    max-height: calc(68 * 1%);
  }
  .sm-w-69 {
    width: calc(69 * 1%);
  }
  .sm-min-w-69 {
    min-width: calc(69 * 1%);
  }
  .sm-max-w-69 {
    max-width: calc(69 * 1%);
  }
  .sm-h-69 {
    height: calc(69 * 1%);
  }
  .sm-min-h-69 {
    min-height: calc(69 * 1%);
  }
  .sm-max-h-69 {
    max-height: calc(69 * 1%);
  }
  .sm-w-70 {
    width: calc(70 * 1%);
  }
  .sm-min-w-70 {
    min-width: calc(70 * 1%);
  }
  .sm-max-w-70 {
    max-width: calc(70 * 1%);
  }
  .sm-h-70 {
    height: calc(70 * 1%);
  }
  .sm-min-h-70 {
    min-height: calc(70 * 1%);
  }
  .sm-max-h-70 {
    max-height: calc(70 * 1%);
  }
  .sm-w-71 {
    width: calc(71 * 1%);
  }
  .sm-min-w-71 {
    min-width: calc(71 * 1%);
  }
  .sm-max-w-71 {
    max-width: calc(71 * 1%);
  }
  .sm-h-71 {
    height: calc(71 * 1%);
  }
  .sm-min-h-71 {
    min-height: calc(71 * 1%);
  }
  .sm-max-h-71 {
    max-height: calc(71 * 1%);
  }
  .sm-w-72 {
    width: calc(72 * 1%);
  }
  .sm-min-w-72 {
    min-width: calc(72 * 1%);
  }
  .sm-max-w-72 {
    max-width: calc(72 * 1%);
  }
  .sm-h-72 {
    height: calc(72 * 1%);
  }
  .sm-min-h-72 {
    min-height: calc(72 * 1%);
  }
  .sm-max-h-72 {
    max-height: calc(72 * 1%);
  }
  .sm-w-73 {
    width: calc(73 * 1%);
  }
  .sm-min-w-73 {
    min-width: calc(73 * 1%);
  }
  .sm-max-w-73 {
    max-width: calc(73 * 1%);
  }
  .sm-h-73 {
    height: calc(73 * 1%);
  }
  .sm-min-h-73 {
    min-height: calc(73 * 1%);
  }
  .sm-max-h-73 {
    max-height: calc(73 * 1%);
  }
  .sm-w-74 {
    width: calc(74 * 1%);
  }
  .sm-min-w-74 {
    min-width: calc(74 * 1%);
  }
  .sm-max-w-74 {
    max-width: calc(74 * 1%);
  }
  .sm-h-74 {
    height: calc(74 * 1%);
  }
  .sm-min-h-74 {
    min-height: calc(74 * 1%);
  }
  .sm-max-h-74 {
    max-height: calc(74 * 1%);
  }
  .sm-w-75 {
    width: calc(75 * 1%);
  }
  .sm-min-w-75 {
    min-width: calc(75 * 1%);
  }
  .sm-max-w-75 {
    max-width: calc(75 * 1%);
  }
  .sm-h-75 {
    height: calc(75 * 1%);
  }
  .sm-min-h-75 {
    min-height: calc(75 * 1%);
  }
  .sm-max-h-75 {
    max-height: calc(75 * 1%);
  }
  .sm-w-76 {
    width: calc(76 * 1%);
  }
  .sm-min-w-76 {
    min-width: calc(76 * 1%);
  }
  .sm-max-w-76 {
    max-width: calc(76 * 1%);
  }
  .sm-h-76 {
    height: calc(76 * 1%);
  }
  .sm-min-h-76 {
    min-height: calc(76 * 1%);
  }
  .sm-max-h-76 {
    max-height: calc(76 * 1%);
  }
  .sm-w-77 {
    width: calc(77 * 1%);
  }
  .sm-min-w-77 {
    min-width: calc(77 * 1%);
  }
  .sm-max-w-77 {
    max-width: calc(77 * 1%);
  }
  .sm-h-77 {
    height: calc(77 * 1%);
  }
  .sm-min-h-77 {
    min-height: calc(77 * 1%);
  }
  .sm-max-h-77 {
    max-height: calc(77 * 1%);
  }
  .sm-w-78 {
    width: calc(78 * 1%);
  }
  .sm-min-w-78 {
    min-width: calc(78 * 1%);
  }
  .sm-max-w-78 {
    max-width: calc(78 * 1%);
  }
  .sm-h-78 {
    height: calc(78 * 1%);
  }
  .sm-min-h-78 {
    min-height: calc(78 * 1%);
  }
  .sm-max-h-78 {
    max-height: calc(78 * 1%);
  }
  .sm-w-79 {
    width: calc(79 * 1%);
  }
  .sm-min-w-79 {
    min-width: calc(79 * 1%);
  }
  .sm-max-w-79 {
    max-width: calc(79 * 1%);
  }
  .sm-h-79 {
    height: calc(79 * 1%);
  }
  .sm-min-h-79 {
    min-height: calc(79 * 1%);
  }
  .sm-max-h-79 {
    max-height: calc(79 * 1%);
  }
  .sm-w-80 {
    width: calc(80 * 1%);
  }
  .sm-min-w-80 {
    min-width: calc(80 * 1%);
  }
  .sm-max-w-80 {
    max-width: calc(80 * 1%);
  }
  .sm-h-80 {
    height: calc(80 * 1%);
  }
  .sm-min-h-80 {
    min-height: calc(80 * 1%);
  }
  .sm-max-h-80 {
    max-height: calc(80 * 1%);
  }
  .sm-w-81 {
    width: calc(81 * 1%);
  }
  .sm-min-w-81 {
    min-width: calc(81 * 1%);
  }
  .sm-max-w-81 {
    max-width: calc(81 * 1%);
  }
  .sm-h-81 {
    height: calc(81 * 1%);
  }
  .sm-min-h-81 {
    min-height: calc(81 * 1%);
  }
  .sm-max-h-81 {
    max-height: calc(81 * 1%);
  }
  .sm-w-82 {
    width: calc(82 * 1%);
  }
  .sm-min-w-82 {
    min-width: calc(82 * 1%);
  }
  .sm-max-w-82 {
    max-width: calc(82 * 1%);
  }
  .sm-h-82 {
    height: calc(82 * 1%);
  }
  .sm-min-h-82 {
    min-height: calc(82 * 1%);
  }
  .sm-max-h-82 {
    max-height: calc(82 * 1%);
  }
  .sm-w-83 {
    width: calc(83 * 1%);
  }
  .sm-min-w-83 {
    min-width: calc(83 * 1%);
  }
  .sm-max-w-83 {
    max-width: calc(83 * 1%);
  }
  .sm-h-83 {
    height: calc(83 * 1%);
  }
  .sm-min-h-83 {
    min-height: calc(83 * 1%);
  }
  .sm-max-h-83 {
    max-height: calc(83 * 1%);
  }
  .sm-w-84 {
    width: calc(84 * 1%);
  }
  .sm-min-w-84 {
    min-width: calc(84 * 1%);
  }
  .sm-max-w-84 {
    max-width: calc(84 * 1%);
  }
  .sm-h-84 {
    height: calc(84 * 1%);
  }
  .sm-min-h-84 {
    min-height: calc(84 * 1%);
  }
  .sm-max-h-84 {
    max-height: calc(84 * 1%);
  }
  .sm-w-85 {
    width: calc(85 * 1%);
  }
  .sm-min-w-85 {
    min-width: calc(85 * 1%);
  }
  .sm-max-w-85 {
    max-width: calc(85 * 1%);
  }
  .sm-h-85 {
    height: calc(85 * 1%);
  }
  .sm-min-h-85 {
    min-height: calc(85 * 1%);
  }
  .sm-max-h-85 {
    max-height: calc(85 * 1%);
  }
  .sm-w-86 {
    width: calc(86 * 1%);
  }
  .sm-min-w-86 {
    min-width: calc(86 * 1%);
  }
  .sm-max-w-86 {
    max-width: calc(86 * 1%);
  }
  .sm-h-86 {
    height: calc(86 * 1%);
  }
  .sm-min-h-86 {
    min-height: calc(86 * 1%);
  }
  .sm-max-h-86 {
    max-height: calc(86 * 1%);
  }
  .sm-w-87 {
    width: calc(87 * 1%);
  }
  .sm-min-w-87 {
    min-width: calc(87 * 1%);
  }
  .sm-max-w-87 {
    max-width: calc(87 * 1%);
  }
  .sm-h-87 {
    height: calc(87 * 1%);
  }
  .sm-min-h-87 {
    min-height: calc(87 * 1%);
  }
  .sm-max-h-87 {
    max-height: calc(87 * 1%);
  }
  .sm-w-88 {
    width: calc(88 * 1%);
  }
  .sm-min-w-88 {
    min-width: calc(88 * 1%);
  }
  .sm-max-w-88 {
    max-width: calc(88 * 1%);
  }
  .sm-h-88 {
    height: calc(88 * 1%);
  }
  .sm-min-h-88 {
    min-height: calc(88 * 1%);
  }
  .sm-max-h-88 {
    max-height: calc(88 * 1%);
  }
  .sm-w-89 {
    width: calc(89 * 1%);
  }
  .sm-min-w-89 {
    min-width: calc(89 * 1%);
  }
  .sm-max-w-89 {
    max-width: calc(89 * 1%);
  }
  .sm-h-89 {
    height: calc(89 * 1%);
  }
  .sm-min-h-89 {
    min-height: calc(89 * 1%);
  }
  .sm-max-h-89 {
    max-height: calc(89 * 1%);
  }
  .sm-w-90 {
    width: calc(90 * 1%);
  }
  .sm-min-w-90 {
    min-width: calc(90 * 1%);
  }
  .sm-max-w-90 {
    max-width: calc(90 * 1%);
  }
  .sm-h-90 {
    height: calc(90 * 1%);
  }
  .sm-min-h-90 {
    min-height: calc(90 * 1%);
  }
  .sm-max-h-90 {
    max-height: calc(90 * 1%);
  }
  .sm-w-91 {
    width: calc(91 * 1%);
  }
  .sm-min-w-91 {
    min-width: calc(91 * 1%);
  }
  .sm-max-w-91 {
    max-width: calc(91 * 1%);
  }
  .sm-h-91 {
    height: calc(91 * 1%);
  }
  .sm-min-h-91 {
    min-height: calc(91 * 1%);
  }
  .sm-max-h-91 {
    max-height: calc(91 * 1%);
  }
  .sm-w-92 {
    width: calc(92 * 1%);
  }
  .sm-min-w-92 {
    min-width: calc(92 * 1%);
  }
  .sm-max-w-92 {
    max-width: calc(92 * 1%);
  }
  .sm-h-92 {
    height: calc(92 * 1%);
  }
  .sm-min-h-92 {
    min-height: calc(92 * 1%);
  }
  .sm-max-h-92 {
    max-height: calc(92 * 1%);
  }
  .sm-w-93 {
    width: calc(93 * 1%);
  }
  .sm-min-w-93 {
    min-width: calc(93 * 1%);
  }
  .sm-max-w-93 {
    max-width: calc(93 * 1%);
  }
  .sm-h-93 {
    height: calc(93 * 1%);
  }
  .sm-min-h-93 {
    min-height: calc(93 * 1%);
  }
  .sm-max-h-93 {
    max-height: calc(93 * 1%);
  }
  .sm-w-94 {
    width: calc(94 * 1%);
  }
  .sm-min-w-94 {
    min-width: calc(94 * 1%);
  }
  .sm-max-w-94 {
    max-width: calc(94 * 1%);
  }
  .sm-h-94 {
    height: calc(94 * 1%);
  }
  .sm-min-h-94 {
    min-height: calc(94 * 1%);
  }
  .sm-max-h-94 {
    max-height: calc(94 * 1%);
  }
  .sm-w-95 {
    width: calc(95 * 1%);
  }
  .sm-min-w-95 {
    min-width: calc(95 * 1%);
  }
  .sm-max-w-95 {
    max-width: calc(95 * 1%);
  }
  .sm-h-95 {
    height: calc(95 * 1%);
  }
  .sm-min-h-95 {
    min-height: calc(95 * 1%);
  }
  .sm-max-h-95 {
    max-height: calc(95 * 1%);
  }
  .sm-w-96 {
    width: calc(96 * 1%);
  }
  .sm-min-w-96 {
    min-width: calc(96 * 1%);
  }
  .sm-max-w-96 {
    max-width: calc(96 * 1%);
  }
  .sm-h-96 {
    height: calc(96 * 1%);
  }
  .sm-min-h-96 {
    min-height: calc(96 * 1%);
  }
  .sm-max-h-96 {
    max-height: calc(96 * 1%);
  }
  .sm-w-97 {
    width: calc(97 * 1%);
  }
  .sm-min-w-97 {
    min-width: calc(97 * 1%);
  }
  .sm-max-w-97 {
    max-width: calc(97 * 1%);
  }
  .sm-h-97 {
    height: calc(97 * 1%);
  }
  .sm-min-h-97 {
    min-height: calc(97 * 1%);
  }
  .sm-max-h-97 {
    max-height: calc(97 * 1%);
  }
  .sm-w-98 {
    width: calc(98 * 1%);
  }
  .sm-min-w-98 {
    min-width: calc(98 * 1%);
  }
  .sm-max-w-98 {
    max-width: calc(98 * 1%);
  }
  .sm-h-98 {
    height: calc(98 * 1%);
  }
  .sm-min-h-98 {
    min-height: calc(98 * 1%);
  }
  .sm-max-h-98 {
    max-height: calc(98 * 1%);
  }
  .sm-w-99 {
    width: calc(99 * 1%);
  }
  .sm-min-w-99 {
    min-width: calc(99 * 1%);
  }
  .sm-max-w-99 {
    max-width: calc(99 * 1%);
  }
  .sm-h-99 {
    height: calc(99 * 1%);
  }
  .sm-min-h-99 {
    min-height: calc(99 * 1%);
  }
  .sm-max-h-99 {
    max-height: calc(99 * 1%);
  }
  .sm-w-100 {
    width: calc(100 * 1%);
  }
  .sm-min-w-100 {
    min-width: calc(100 * 1%);
  }
  .sm-max-w-100 {
    max-width: calc(100 * 1%);
  }
  .sm-h-100 {
    height: calc(100 * 1%);
  }
  .sm-min-h-100 {
    min-height: calc(100 * 1%);
  }
  .sm-max-h-100 {
    max-height: calc(100 * 1%);
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-relative {
    position: relative;
  }
  .sm-top-0 {
    top: 0;
  }
  .sm-right-0 {
    right: 0;
  }
  .sm-bottom-0 {
    bottom: 0;
  }
  .sm-left-0 {
    left: 0;
  }
  .sm-inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .sm-inset-x-0 {
    right: 0;
    left: 0;
  }
  .sm-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .sm-inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .sm-inset-x-auto {
    right: auto;
    left: auto;
  }
  .sm-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sm-center-x {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sm-center-y {
    top: 50%;
    transform: translate(0, -50%);
  }
  .sm-flex-row {
    flex-direction: row;
  }
  .sm-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm-flex-column {
    flex-direction: column;
  }
  .sm-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .sm-flex-wrap {
    flex-wrap: wrap;
  }
  .sm-flex-no-wrap {
    flex-wrap: nowrap;
  }
  .sm-justify-start {
    justify-content: flex-start;
  }
  .sm-justify-end {
    justify-content: flex-end;
  }
  .sm-justify-center {
    justify-content: center;
  }
  .sm-justify-between {
    justify-content: space-between;
  }
  .sm-justify-around {
    justify-content: space-around;
  }
  .sm-justify-evenly {
    justify-content: space-evenly;
  }
  .sm-items-start {
    align-items: flex-start;
  }
  .sm-items-end {
    align-items: flex-end;
  }
  .sm-items-center {
    align-items: center;
  }
  .sm-items-stretch {
    align-items: stretch;
  }
  .sm-flex-grow {
    flex-grow: 1;
  }
  .sm-flex-shrink {
    flex-shrink: 1;
  }
  .sm-flex-no-grow {
    flex-grow: 0;
  }
  .sm-flex-no-shrink {
    flex-shrink: 0;
  }
  .sm-flex-1 {
    flex: 1;
  }
  .sm-flex-auto {
    flex: auto;
  }
  .sm-flex-none {
    flex: none;
  }
  .sm-float-none {
    float: none;
  }
  .sm-float-right {
    float: right;
  }
  .sm-float-left {
    float: left;
  }
  .sm-order-first {
    order: -9999;
  }
  .sm-order-last {
    order: 9999;
  }
  .sm-order-normal {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
  .sm-order-5 {
    order: 5;
  }
  .sm-order-6 {
    order: 6;
  }
  .sm-self-start {
    align-self: flex-start;
  }
  .sm-self-end {
    align-self: flex-end;
  }
  .sm-self-center {
    align-self: center;
  }
  .sm-z-auto {
    z-index: auto;
  }
  .sm-z-1 {
    z-index: 1;
  }
  .sm-z-10 {
    z-index: 10;
  }
  .sm-z-100 {
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .md-aspect-auto {
    aspect-ratio: auto;
  }
  .md-aspect-square {
    aspect-ratio: 1/1;
  }
  .md-aspect-2-1 {
    aspect-ratio: 2/1;
  }
  .md-aspect-4-1 {
    aspect-ratio: 4/1;
  }
  .md-aspect-8-3 {
    aspect-ratio: 8/3;
  }
  .md-aspect-16-9 {
    aspect-ratio: 16/9;
  }
  .md-block {
    display: block;
  }
  .md-inline {
    display: inline;
  }
  .md-inline-block {
    display: inline-block;
  }
  .md-flex {
    display: flex;
  }
  .md-flex-inline {
    display: inline-flex;
  }
  .md-table {
    display: table;
  }
  .md-table-row {
    display: table-row;
  }
  .md-table-cell {
    display: table-cell;
  }
  .md-hidden {
    display: none;
  }
  .md-unset {
    display: unset;
  }
  .md-w-auto {
    width: auto;
  }
  .md-h-auto {
    height: auto;
  }
  .md-min-w-screen {
    min-width: 100vw;
  }
  .md-min-h-screen {
    min-height: 100vh;
  }
  .md-max-w-screen {
    max-width: 100vw;
  }
  .md-max-h-screen {
    max-height: 100vh;
  }
  .md-w-0 {
    width: calc(0 * 1%);
  }
  .md-min-w-0 {
    min-width: calc(0 * 1%);
  }
  .md-max-w-0 {
    max-width: calc(0 * 1%);
  }
  .md-h-0 {
    height: calc(0 * 1%);
  }
  .md-min-h-0 {
    min-height: calc(0 * 1%);
  }
  .md-max-h-0 {
    max-height: calc(0 * 1%);
  }
  .md-w-1 {
    width: calc(1 * 1%);
  }
  .md-min-w-1 {
    min-width: calc(1 * 1%);
  }
  .md-max-w-1 {
    max-width: calc(1 * 1%);
  }
  .md-h-1 {
    height: calc(1 * 1%);
  }
  .md-min-h-1 {
    min-height: calc(1 * 1%);
  }
  .md-max-h-1 {
    max-height: calc(1 * 1%);
  }
  .md-w-2 {
    width: calc(2 * 1%);
  }
  .md-min-w-2 {
    min-width: calc(2 * 1%);
  }
  .md-max-w-2 {
    max-width: calc(2 * 1%);
  }
  .md-h-2 {
    height: calc(2 * 1%);
  }
  .md-min-h-2 {
    min-height: calc(2 * 1%);
  }
  .md-max-h-2 {
    max-height: calc(2 * 1%);
  }
  .md-w-3 {
    width: calc(3 * 1%);
  }
  .md-min-w-3 {
    min-width: calc(3 * 1%);
  }
  .md-max-w-3 {
    max-width: calc(3 * 1%);
  }
  .md-h-3 {
    height: calc(3 * 1%);
  }
  .md-min-h-3 {
    min-height: calc(3 * 1%);
  }
  .md-max-h-3 {
    max-height: calc(3 * 1%);
  }
  .md-w-4 {
    width: calc(4 * 1%);
  }
  .md-min-w-4 {
    min-width: calc(4 * 1%);
  }
  .md-max-w-4 {
    max-width: calc(4 * 1%);
  }
  .md-h-4 {
    height: calc(4 * 1%);
  }
  .md-min-h-4 {
    min-height: calc(4 * 1%);
  }
  .md-max-h-4 {
    max-height: calc(4 * 1%);
  }
  .md-w-5 {
    width: calc(5 * 1%);
  }
  .md-min-w-5 {
    min-width: calc(5 * 1%);
  }
  .md-max-w-5 {
    max-width: calc(5 * 1%);
  }
  .md-h-5 {
    height: calc(5 * 1%);
  }
  .md-min-h-5 {
    min-height: calc(5 * 1%);
  }
  .md-max-h-5 {
    max-height: calc(5 * 1%);
  }
  .md-w-6 {
    width: calc(6 * 1%);
  }
  .md-min-w-6 {
    min-width: calc(6 * 1%);
  }
  .md-max-w-6 {
    max-width: calc(6 * 1%);
  }
  .md-h-6 {
    height: calc(6 * 1%);
  }
  .md-min-h-6 {
    min-height: calc(6 * 1%);
  }
  .md-max-h-6 {
    max-height: calc(6 * 1%);
  }
  .md-w-7 {
    width: calc(7 * 1%);
  }
  .md-min-w-7 {
    min-width: calc(7 * 1%);
  }
  .md-max-w-7 {
    max-width: calc(7 * 1%);
  }
  .md-h-7 {
    height: calc(7 * 1%);
  }
  .md-min-h-7 {
    min-height: calc(7 * 1%);
  }
  .md-max-h-7 {
    max-height: calc(7 * 1%);
  }
  .md-w-8 {
    width: calc(8 * 1%);
  }
  .md-min-w-8 {
    min-width: calc(8 * 1%);
  }
  .md-max-w-8 {
    max-width: calc(8 * 1%);
  }
  .md-h-8 {
    height: calc(8 * 1%);
  }
  .md-min-h-8 {
    min-height: calc(8 * 1%);
  }
  .md-max-h-8 {
    max-height: calc(8 * 1%);
  }
  .md-w-9 {
    width: calc(9 * 1%);
  }
  .md-min-w-9 {
    min-width: calc(9 * 1%);
  }
  .md-max-w-9 {
    max-width: calc(9 * 1%);
  }
  .md-h-9 {
    height: calc(9 * 1%);
  }
  .md-min-h-9 {
    min-height: calc(9 * 1%);
  }
  .md-max-h-9 {
    max-height: calc(9 * 1%);
  }
  .md-w-10 {
    width: calc(10 * 1%);
  }
  .md-min-w-10 {
    min-width: calc(10 * 1%);
  }
  .md-max-w-10 {
    max-width: calc(10 * 1%);
  }
  .md-h-10 {
    height: calc(10 * 1%);
  }
  .md-min-h-10 {
    min-height: calc(10 * 1%);
  }
  .md-max-h-10 {
    max-height: calc(10 * 1%);
  }
  .md-w-11 {
    width: calc(11 * 1%);
  }
  .md-min-w-11 {
    min-width: calc(11 * 1%);
  }
  .md-max-w-11 {
    max-width: calc(11 * 1%);
  }
  .md-h-11 {
    height: calc(11 * 1%);
  }
  .md-min-h-11 {
    min-height: calc(11 * 1%);
  }
  .md-max-h-11 {
    max-height: calc(11 * 1%);
  }
  .md-w-12 {
    width: calc(12 * 1%);
  }
  .md-min-w-12 {
    min-width: calc(12 * 1%);
  }
  .md-max-w-12 {
    max-width: calc(12 * 1%);
  }
  .md-h-12 {
    height: calc(12 * 1%);
  }
  .md-min-h-12 {
    min-height: calc(12 * 1%);
  }
  .md-max-h-12 {
    max-height: calc(12 * 1%);
  }
  .md-w-13 {
    width: calc(13 * 1%);
  }
  .md-min-w-13 {
    min-width: calc(13 * 1%);
  }
  .md-max-w-13 {
    max-width: calc(13 * 1%);
  }
  .md-h-13 {
    height: calc(13 * 1%);
  }
  .md-min-h-13 {
    min-height: calc(13 * 1%);
  }
  .md-max-h-13 {
    max-height: calc(13 * 1%);
  }
  .md-w-14 {
    width: calc(14 * 1%);
  }
  .md-min-w-14 {
    min-width: calc(14 * 1%);
  }
  .md-max-w-14 {
    max-width: calc(14 * 1%);
  }
  .md-h-14 {
    height: calc(14 * 1%);
  }
  .md-min-h-14 {
    min-height: calc(14 * 1%);
  }
  .md-max-h-14 {
    max-height: calc(14 * 1%);
  }
  .md-w-15 {
    width: calc(15 * 1%);
  }
  .md-min-w-15 {
    min-width: calc(15 * 1%);
  }
  .md-max-w-15 {
    max-width: calc(15 * 1%);
  }
  .md-h-15 {
    height: calc(15 * 1%);
  }
  .md-min-h-15 {
    min-height: calc(15 * 1%);
  }
  .md-max-h-15 {
    max-height: calc(15 * 1%);
  }
  .md-w-16 {
    width: calc(16 * 1%);
  }
  .md-min-w-16 {
    min-width: calc(16 * 1%);
  }
  .md-max-w-16 {
    max-width: calc(16 * 1%);
  }
  .md-h-16 {
    height: calc(16 * 1%);
  }
  .md-min-h-16 {
    min-height: calc(16 * 1%);
  }
  .md-max-h-16 {
    max-height: calc(16 * 1%);
  }
  .md-w-17 {
    width: calc(17 * 1%);
  }
  .md-min-w-17 {
    min-width: calc(17 * 1%);
  }
  .md-max-w-17 {
    max-width: calc(17 * 1%);
  }
  .md-h-17 {
    height: calc(17 * 1%);
  }
  .md-min-h-17 {
    min-height: calc(17 * 1%);
  }
  .md-max-h-17 {
    max-height: calc(17 * 1%);
  }
  .md-w-18 {
    width: calc(18 * 1%);
  }
  .md-min-w-18 {
    min-width: calc(18 * 1%);
  }
  .md-max-w-18 {
    max-width: calc(18 * 1%);
  }
  .md-h-18 {
    height: calc(18 * 1%);
  }
  .md-min-h-18 {
    min-height: calc(18 * 1%);
  }
  .md-max-h-18 {
    max-height: calc(18 * 1%);
  }
  .md-w-19 {
    width: calc(19 * 1%);
  }
  .md-min-w-19 {
    min-width: calc(19 * 1%);
  }
  .md-max-w-19 {
    max-width: calc(19 * 1%);
  }
  .md-h-19 {
    height: calc(19 * 1%);
  }
  .md-min-h-19 {
    min-height: calc(19 * 1%);
  }
  .md-max-h-19 {
    max-height: calc(19 * 1%);
  }
  .md-w-20 {
    width: calc(20 * 1%);
  }
  .md-min-w-20 {
    min-width: calc(20 * 1%);
  }
  .md-max-w-20 {
    max-width: calc(20 * 1%);
  }
  .md-h-20 {
    height: calc(20 * 1%);
  }
  .md-min-h-20 {
    min-height: calc(20 * 1%);
  }
  .md-max-h-20 {
    max-height: calc(20 * 1%);
  }
  .md-w-21 {
    width: calc(21 * 1%);
  }
  .md-min-w-21 {
    min-width: calc(21 * 1%);
  }
  .md-max-w-21 {
    max-width: calc(21 * 1%);
  }
  .md-h-21 {
    height: calc(21 * 1%);
  }
  .md-min-h-21 {
    min-height: calc(21 * 1%);
  }
  .md-max-h-21 {
    max-height: calc(21 * 1%);
  }
  .md-w-22 {
    width: calc(22 * 1%);
  }
  .md-min-w-22 {
    min-width: calc(22 * 1%);
  }
  .md-max-w-22 {
    max-width: calc(22 * 1%);
  }
  .md-h-22 {
    height: calc(22 * 1%);
  }
  .md-min-h-22 {
    min-height: calc(22 * 1%);
  }
  .md-max-h-22 {
    max-height: calc(22 * 1%);
  }
  .md-w-23 {
    width: calc(23 * 1%);
  }
  .md-min-w-23 {
    min-width: calc(23 * 1%);
  }
  .md-max-w-23 {
    max-width: calc(23 * 1%);
  }
  .md-h-23 {
    height: calc(23 * 1%);
  }
  .md-min-h-23 {
    min-height: calc(23 * 1%);
  }
  .md-max-h-23 {
    max-height: calc(23 * 1%);
  }
  .md-w-24 {
    width: calc(24 * 1%);
  }
  .md-min-w-24 {
    min-width: calc(24 * 1%);
  }
  .md-max-w-24 {
    max-width: calc(24 * 1%);
  }
  .md-h-24 {
    height: calc(24 * 1%);
  }
  .md-min-h-24 {
    min-height: calc(24 * 1%);
  }
  .md-max-h-24 {
    max-height: calc(24 * 1%);
  }
  .md-w-25 {
    width: calc(25 * 1%);
  }
  .md-min-w-25 {
    min-width: calc(25 * 1%);
  }
  .md-max-w-25 {
    max-width: calc(25 * 1%);
  }
  .md-h-25 {
    height: calc(25 * 1%);
  }
  .md-min-h-25 {
    min-height: calc(25 * 1%);
  }
  .md-max-h-25 {
    max-height: calc(25 * 1%);
  }
  .md-w-26 {
    width: calc(26 * 1%);
  }
  .md-min-w-26 {
    min-width: calc(26 * 1%);
  }
  .md-max-w-26 {
    max-width: calc(26 * 1%);
  }
  .md-h-26 {
    height: calc(26 * 1%);
  }
  .md-min-h-26 {
    min-height: calc(26 * 1%);
  }
  .md-max-h-26 {
    max-height: calc(26 * 1%);
  }
  .md-w-27 {
    width: calc(27 * 1%);
  }
  .md-min-w-27 {
    min-width: calc(27 * 1%);
  }
  .md-max-w-27 {
    max-width: calc(27 * 1%);
  }
  .md-h-27 {
    height: calc(27 * 1%);
  }
  .md-min-h-27 {
    min-height: calc(27 * 1%);
  }
  .md-max-h-27 {
    max-height: calc(27 * 1%);
  }
  .md-w-28 {
    width: calc(28 * 1%);
  }
  .md-min-w-28 {
    min-width: calc(28 * 1%);
  }
  .md-max-w-28 {
    max-width: calc(28 * 1%);
  }
  .md-h-28 {
    height: calc(28 * 1%);
  }
  .md-min-h-28 {
    min-height: calc(28 * 1%);
  }
  .md-max-h-28 {
    max-height: calc(28 * 1%);
  }
  .md-w-29 {
    width: calc(29 * 1%);
  }
  .md-min-w-29 {
    min-width: calc(29 * 1%);
  }
  .md-max-w-29 {
    max-width: calc(29 * 1%);
  }
  .md-h-29 {
    height: calc(29 * 1%);
  }
  .md-min-h-29 {
    min-height: calc(29 * 1%);
  }
  .md-max-h-29 {
    max-height: calc(29 * 1%);
  }
  .md-w-30 {
    width: calc(30 * 1%);
  }
  .md-min-w-30 {
    min-width: calc(30 * 1%);
  }
  .md-max-w-30 {
    max-width: calc(30 * 1%);
  }
  .md-h-30 {
    height: calc(30 * 1%);
  }
  .md-min-h-30 {
    min-height: calc(30 * 1%);
  }
  .md-max-h-30 {
    max-height: calc(30 * 1%);
  }
  .md-w-31 {
    width: calc(31 * 1%);
  }
  .md-min-w-31 {
    min-width: calc(31 * 1%);
  }
  .md-max-w-31 {
    max-width: calc(31 * 1%);
  }
  .md-h-31 {
    height: calc(31 * 1%);
  }
  .md-min-h-31 {
    min-height: calc(31 * 1%);
  }
  .md-max-h-31 {
    max-height: calc(31 * 1%);
  }
  .md-w-32 {
    width: calc(32 * 1%);
  }
  .md-min-w-32 {
    min-width: calc(32 * 1%);
  }
  .md-max-w-32 {
    max-width: calc(32 * 1%);
  }
  .md-h-32 {
    height: calc(32 * 1%);
  }
  .md-min-h-32 {
    min-height: calc(32 * 1%);
  }
  .md-max-h-32 {
    max-height: calc(32 * 1%);
  }
  .md-w-33 {
    width: calc(33 * 1%);
  }
  .md-min-w-33 {
    min-width: calc(33 * 1%);
  }
  .md-max-w-33 {
    max-width: calc(33 * 1%);
  }
  .md-h-33 {
    height: calc(33 * 1%);
  }
  .md-min-h-33 {
    min-height: calc(33 * 1%);
  }
  .md-max-h-33 {
    max-height: calc(33 * 1%);
  }
  .md-w-34 {
    width: calc(34 * 1%);
  }
  .md-min-w-34 {
    min-width: calc(34 * 1%);
  }
  .md-max-w-34 {
    max-width: calc(34 * 1%);
  }
  .md-h-34 {
    height: calc(34 * 1%);
  }
  .md-min-h-34 {
    min-height: calc(34 * 1%);
  }
  .md-max-h-34 {
    max-height: calc(34 * 1%);
  }
  .md-w-35 {
    width: calc(35 * 1%);
  }
  .md-min-w-35 {
    min-width: calc(35 * 1%);
  }
  .md-max-w-35 {
    max-width: calc(35 * 1%);
  }
  .md-h-35 {
    height: calc(35 * 1%);
  }
  .md-min-h-35 {
    min-height: calc(35 * 1%);
  }
  .md-max-h-35 {
    max-height: calc(35 * 1%);
  }
  .md-w-36 {
    width: calc(36 * 1%);
  }
  .md-min-w-36 {
    min-width: calc(36 * 1%);
  }
  .md-max-w-36 {
    max-width: calc(36 * 1%);
  }
  .md-h-36 {
    height: calc(36 * 1%);
  }
  .md-min-h-36 {
    min-height: calc(36 * 1%);
  }
  .md-max-h-36 {
    max-height: calc(36 * 1%);
  }
  .md-w-37 {
    width: calc(37 * 1%);
  }
  .md-min-w-37 {
    min-width: calc(37 * 1%);
  }
  .md-max-w-37 {
    max-width: calc(37 * 1%);
  }
  .md-h-37 {
    height: calc(37 * 1%);
  }
  .md-min-h-37 {
    min-height: calc(37 * 1%);
  }
  .md-max-h-37 {
    max-height: calc(37 * 1%);
  }
  .md-w-38 {
    width: calc(38 * 1%);
  }
  .md-min-w-38 {
    min-width: calc(38 * 1%);
  }
  .md-max-w-38 {
    max-width: calc(38 * 1%);
  }
  .md-h-38 {
    height: calc(38 * 1%);
  }
  .md-min-h-38 {
    min-height: calc(38 * 1%);
  }
  .md-max-h-38 {
    max-height: calc(38 * 1%);
  }
  .md-w-39 {
    width: calc(39 * 1%);
  }
  .md-min-w-39 {
    min-width: calc(39 * 1%);
  }
  .md-max-w-39 {
    max-width: calc(39 * 1%);
  }
  .md-h-39 {
    height: calc(39 * 1%);
  }
  .md-min-h-39 {
    min-height: calc(39 * 1%);
  }
  .md-max-h-39 {
    max-height: calc(39 * 1%);
  }
  .md-w-40 {
    width: calc(40 * 1%);
  }
  .md-min-w-40 {
    min-width: calc(40 * 1%);
  }
  .md-max-w-40 {
    max-width: calc(40 * 1%);
  }
  .md-h-40 {
    height: calc(40 * 1%);
  }
  .md-min-h-40 {
    min-height: calc(40 * 1%);
  }
  .md-max-h-40 {
    max-height: calc(40 * 1%);
  }
  .md-w-41 {
    width: calc(41 * 1%);
  }
  .md-min-w-41 {
    min-width: calc(41 * 1%);
  }
  .md-max-w-41 {
    max-width: calc(41 * 1%);
  }
  .md-h-41 {
    height: calc(41 * 1%);
  }
  .md-min-h-41 {
    min-height: calc(41 * 1%);
  }
  .md-max-h-41 {
    max-height: calc(41 * 1%);
  }
  .md-w-42 {
    width: calc(42 * 1%);
  }
  .md-min-w-42 {
    min-width: calc(42 * 1%);
  }
  .md-max-w-42 {
    max-width: calc(42 * 1%);
  }
  .md-h-42 {
    height: calc(42 * 1%);
  }
  .md-min-h-42 {
    min-height: calc(42 * 1%);
  }
  .md-max-h-42 {
    max-height: calc(42 * 1%);
  }
  .md-w-43 {
    width: calc(43 * 1%);
  }
  .md-min-w-43 {
    min-width: calc(43 * 1%);
  }
  .md-max-w-43 {
    max-width: calc(43 * 1%);
  }
  .md-h-43 {
    height: calc(43 * 1%);
  }
  .md-min-h-43 {
    min-height: calc(43 * 1%);
  }
  .md-max-h-43 {
    max-height: calc(43 * 1%);
  }
  .md-w-44 {
    width: calc(44 * 1%);
  }
  .md-min-w-44 {
    min-width: calc(44 * 1%);
  }
  .md-max-w-44 {
    max-width: calc(44 * 1%);
  }
  .md-h-44 {
    height: calc(44 * 1%);
  }
  .md-min-h-44 {
    min-height: calc(44 * 1%);
  }
  .md-max-h-44 {
    max-height: calc(44 * 1%);
  }
  .md-w-45 {
    width: calc(45 * 1%);
  }
  .md-min-w-45 {
    min-width: calc(45 * 1%);
  }
  .md-max-w-45 {
    max-width: calc(45 * 1%);
  }
  .md-h-45 {
    height: calc(45 * 1%);
  }
  .md-min-h-45 {
    min-height: calc(45 * 1%);
  }
  .md-max-h-45 {
    max-height: calc(45 * 1%);
  }
  .md-w-46 {
    width: calc(46 * 1%);
  }
  .md-min-w-46 {
    min-width: calc(46 * 1%);
  }
  .md-max-w-46 {
    max-width: calc(46 * 1%);
  }
  .md-h-46 {
    height: calc(46 * 1%);
  }
  .md-min-h-46 {
    min-height: calc(46 * 1%);
  }
  .md-max-h-46 {
    max-height: calc(46 * 1%);
  }
  .md-w-47 {
    width: calc(47 * 1%);
  }
  .md-min-w-47 {
    min-width: calc(47 * 1%);
  }
  .md-max-w-47 {
    max-width: calc(47 * 1%);
  }
  .md-h-47 {
    height: calc(47 * 1%);
  }
  .md-min-h-47 {
    min-height: calc(47 * 1%);
  }
  .md-max-h-47 {
    max-height: calc(47 * 1%);
  }
  .md-w-48 {
    width: calc(48 * 1%);
  }
  .md-min-w-48 {
    min-width: calc(48 * 1%);
  }
  .md-max-w-48 {
    max-width: calc(48 * 1%);
  }
  .md-h-48 {
    height: calc(48 * 1%);
  }
  .md-min-h-48 {
    min-height: calc(48 * 1%);
  }
  .md-max-h-48 {
    max-height: calc(48 * 1%);
  }
  .md-w-49 {
    width: calc(49 * 1%);
  }
  .md-min-w-49 {
    min-width: calc(49 * 1%);
  }
  .md-max-w-49 {
    max-width: calc(49 * 1%);
  }
  .md-h-49 {
    height: calc(49 * 1%);
  }
  .md-min-h-49 {
    min-height: calc(49 * 1%);
  }
  .md-max-h-49 {
    max-height: calc(49 * 1%);
  }
  .md-w-50 {
    width: calc(50 * 1%);
  }
  .md-min-w-50 {
    min-width: calc(50 * 1%);
  }
  .md-max-w-50 {
    max-width: calc(50 * 1%);
  }
  .md-h-50 {
    height: calc(50 * 1%);
  }
  .md-min-h-50 {
    min-height: calc(50 * 1%);
  }
  .md-max-h-50 {
    max-height: calc(50 * 1%);
  }
  .md-w-51 {
    width: calc(51 * 1%);
  }
  .md-min-w-51 {
    min-width: calc(51 * 1%);
  }
  .md-max-w-51 {
    max-width: calc(51 * 1%);
  }
  .md-h-51 {
    height: calc(51 * 1%);
  }
  .md-min-h-51 {
    min-height: calc(51 * 1%);
  }
  .md-max-h-51 {
    max-height: calc(51 * 1%);
  }
  .md-w-52 {
    width: calc(52 * 1%);
  }
  .md-min-w-52 {
    min-width: calc(52 * 1%);
  }
  .md-max-w-52 {
    max-width: calc(52 * 1%);
  }
  .md-h-52 {
    height: calc(52 * 1%);
  }
  .md-min-h-52 {
    min-height: calc(52 * 1%);
  }
  .md-max-h-52 {
    max-height: calc(52 * 1%);
  }
  .md-w-53 {
    width: calc(53 * 1%);
  }
  .md-min-w-53 {
    min-width: calc(53 * 1%);
  }
  .md-max-w-53 {
    max-width: calc(53 * 1%);
  }
  .md-h-53 {
    height: calc(53 * 1%);
  }
  .md-min-h-53 {
    min-height: calc(53 * 1%);
  }
  .md-max-h-53 {
    max-height: calc(53 * 1%);
  }
  .md-w-54 {
    width: calc(54 * 1%);
  }
  .md-min-w-54 {
    min-width: calc(54 * 1%);
  }
  .md-max-w-54 {
    max-width: calc(54 * 1%);
  }
  .md-h-54 {
    height: calc(54 * 1%);
  }
  .md-min-h-54 {
    min-height: calc(54 * 1%);
  }
  .md-max-h-54 {
    max-height: calc(54 * 1%);
  }
  .md-w-55 {
    width: calc(55 * 1%);
  }
  .md-min-w-55 {
    min-width: calc(55 * 1%);
  }
  .md-max-w-55 {
    max-width: calc(55 * 1%);
  }
  .md-h-55 {
    height: calc(55 * 1%);
  }
  .md-min-h-55 {
    min-height: calc(55 * 1%);
  }
  .md-max-h-55 {
    max-height: calc(55 * 1%);
  }
  .md-w-56 {
    width: calc(56 * 1%);
  }
  .md-min-w-56 {
    min-width: calc(56 * 1%);
  }
  .md-max-w-56 {
    max-width: calc(56 * 1%);
  }
  .md-h-56 {
    height: calc(56 * 1%);
  }
  .md-min-h-56 {
    min-height: calc(56 * 1%);
  }
  .md-max-h-56 {
    max-height: calc(56 * 1%);
  }
  .md-w-57 {
    width: calc(57 * 1%);
  }
  .md-min-w-57 {
    min-width: calc(57 * 1%);
  }
  .md-max-w-57 {
    max-width: calc(57 * 1%);
  }
  .md-h-57 {
    height: calc(57 * 1%);
  }
  .md-min-h-57 {
    min-height: calc(57 * 1%);
  }
  .md-max-h-57 {
    max-height: calc(57 * 1%);
  }
  .md-w-58 {
    width: calc(58 * 1%);
  }
  .md-min-w-58 {
    min-width: calc(58 * 1%);
  }
  .md-max-w-58 {
    max-width: calc(58 * 1%);
  }
  .md-h-58 {
    height: calc(58 * 1%);
  }
  .md-min-h-58 {
    min-height: calc(58 * 1%);
  }
  .md-max-h-58 {
    max-height: calc(58 * 1%);
  }
  .md-w-59 {
    width: calc(59 * 1%);
  }
  .md-min-w-59 {
    min-width: calc(59 * 1%);
  }
  .md-max-w-59 {
    max-width: calc(59 * 1%);
  }
  .md-h-59 {
    height: calc(59 * 1%);
  }
  .md-min-h-59 {
    min-height: calc(59 * 1%);
  }
  .md-max-h-59 {
    max-height: calc(59 * 1%);
  }
  .md-w-60 {
    width: calc(60 * 1%);
  }
  .md-min-w-60 {
    min-width: calc(60 * 1%);
  }
  .md-max-w-60 {
    max-width: calc(60 * 1%);
  }
  .md-h-60 {
    height: calc(60 * 1%);
  }
  .md-min-h-60 {
    min-height: calc(60 * 1%);
  }
  .md-max-h-60 {
    max-height: calc(60 * 1%);
  }
  .md-w-61 {
    width: calc(61 * 1%);
  }
  .md-min-w-61 {
    min-width: calc(61 * 1%);
  }
  .md-max-w-61 {
    max-width: calc(61 * 1%);
  }
  .md-h-61 {
    height: calc(61 * 1%);
  }
  .md-min-h-61 {
    min-height: calc(61 * 1%);
  }
  .md-max-h-61 {
    max-height: calc(61 * 1%);
  }
  .md-w-62 {
    width: calc(62 * 1%);
  }
  .md-min-w-62 {
    min-width: calc(62 * 1%);
  }
  .md-max-w-62 {
    max-width: calc(62 * 1%);
  }
  .md-h-62 {
    height: calc(62 * 1%);
  }
  .md-min-h-62 {
    min-height: calc(62 * 1%);
  }
  .md-max-h-62 {
    max-height: calc(62 * 1%);
  }
  .md-w-63 {
    width: calc(63 * 1%);
  }
  .md-min-w-63 {
    min-width: calc(63 * 1%);
  }
  .md-max-w-63 {
    max-width: calc(63 * 1%);
  }
  .md-h-63 {
    height: calc(63 * 1%);
  }
  .md-min-h-63 {
    min-height: calc(63 * 1%);
  }
  .md-max-h-63 {
    max-height: calc(63 * 1%);
  }
  .md-w-64 {
    width: calc(64 * 1%);
  }
  .md-min-w-64 {
    min-width: calc(64 * 1%);
  }
  .md-max-w-64 {
    max-width: calc(64 * 1%);
  }
  .md-h-64 {
    height: calc(64 * 1%);
  }
  .md-min-h-64 {
    min-height: calc(64 * 1%);
  }
  .md-max-h-64 {
    max-height: calc(64 * 1%);
  }
  .md-w-65 {
    width: calc(65 * 1%);
  }
  .md-min-w-65 {
    min-width: calc(65 * 1%);
  }
  .md-max-w-65 {
    max-width: calc(65 * 1%);
  }
  .md-h-65 {
    height: calc(65 * 1%);
  }
  .md-min-h-65 {
    min-height: calc(65 * 1%);
  }
  .md-max-h-65 {
    max-height: calc(65 * 1%);
  }
  .md-w-66 {
    width: calc(66 * 1%);
  }
  .md-min-w-66 {
    min-width: calc(66 * 1%);
  }
  .md-max-w-66 {
    max-width: calc(66 * 1%);
  }
  .md-h-66 {
    height: calc(66 * 1%);
  }
  .md-min-h-66 {
    min-height: calc(66 * 1%);
  }
  .md-max-h-66 {
    max-height: calc(66 * 1%);
  }
  .md-w-67 {
    width: calc(67 * 1%);
  }
  .md-min-w-67 {
    min-width: calc(67 * 1%);
  }
  .md-max-w-67 {
    max-width: calc(67 * 1%);
  }
  .md-h-67 {
    height: calc(67 * 1%);
  }
  .md-min-h-67 {
    min-height: calc(67 * 1%);
  }
  .md-max-h-67 {
    max-height: calc(67 * 1%);
  }
  .md-w-68 {
    width: calc(68 * 1%);
  }
  .md-min-w-68 {
    min-width: calc(68 * 1%);
  }
  .md-max-w-68 {
    max-width: calc(68 * 1%);
  }
  .md-h-68 {
    height: calc(68 * 1%);
  }
  .md-min-h-68 {
    min-height: calc(68 * 1%);
  }
  .md-max-h-68 {
    max-height: calc(68 * 1%);
  }
  .md-w-69 {
    width: calc(69 * 1%);
  }
  .md-min-w-69 {
    min-width: calc(69 * 1%);
  }
  .md-max-w-69 {
    max-width: calc(69 * 1%);
  }
  .md-h-69 {
    height: calc(69 * 1%);
  }
  .md-min-h-69 {
    min-height: calc(69 * 1%);
  }
  .md-max-h-69 {
    max-height: calc(69 * 1%);
  }
  .md-w-70 {
    width: calc(70 * 1%);
  }
  .md-min-w-70 {
    min-width: calc(70 * 1%);
  }
  .md-max-w-70 {
    max-width: calc(70 * 1%);
  }
  .md-h-70 {
    height: calc(70 * 1%);
  }
  .md-min-h-70 {
    min-height: calc(70 * 1%);
  }
  .md-max-h-70 {
    max-height: calc(70 * 1%);
  }
  .md-w-71 {
    width: calc(71 * 1%);
  }
  .md-min-w-71 {
    min-width: calc(71 * 1%);
  }
  .md-max-w-71 {
    max-width: calc(71 * 1%);
  }
  .md-h-71 {
    height: calc(71 * 1%);
  }
  .md-min-h-71 {
    min-height: calc(71 * 1%);
  }
  .md-max-h-71 {
    max-height: calc(71 * 1%);
  }
  .md-w-72 {
    width: calc(72 * 1%);
  }
  .md-min-w-72 {
    min-width: calc(72 * 1%);
  }
  .md-max-w-72 {
    max-width: calc(72 * 1%);
  }
  .md-h-72 {
    height: calc(72 * 1%);
  }
  .md-min-h-72 {
    min-height: calc(72 * 1%);
  }
  .md-max-h-72 {
    max-height: calc(72 * 1%);
  }
  .md-w-73 {
    width: calc(73 * 1%);
  }
  .md-min-w-73 {
    min-width: calc(73 * 1%);
  }
  .md-max-w-73 {
    max-width: calc(73 * 1%);
  }
  .md-h-73 {
    height: calc(73 * 1%);
  }
  .md-min-h-73 {
    min-height: calc(73 * 1%);
  }
  .md-max-h-73 {
    max-height: calc(73 * 1%);
  }
  .md-w-74 {
    width: calc(74 * 1%);
  }
  .md-min-w-74 {
    min-width: calc(74 * 1%);
  }
  .md-max-w-74 {
    max-width: calc(74 * 1%);
  }
  .md-h-74 {
    height: calc(74 * 1%);
  }
  .md-min-h-74 {
    min-height: calc(74 * 1%);
  }
  .md-max-h-74 {
    max-height: calc(74 * 1%);
  }
  .md-w-75 {
    width: calc(75 * 1%);
  }
  .md-min-w-75 {
    min-width: calc(75 * 1%);
  }
  .md-max-w-75 {
    max-width: calc(75 * 1%);
  }
  .md-h-75 {
    height: calc(75 * 1%);
  }
  .md-min-h-75 {
    min-height: calc(75 * 1%);
  }
  .md-max-h-75 {
    max-height: calc(75 * 1%);
  }
  .md-w-76 {
    width: calc(76 * 1%);
  }
  .md-min-w-76 {
    min-width: calc(76 * 1%);
  }
  .md-max-w-76 {
    max-width: calc(76 * 1%);
  }
  .md-h-76 {
    height: calc(76 * 1%);
  }
  .md-min-h-76 {
    min-height: calc(76 * 1%);
  }
  .md-max-h-76 {
    max-height: calc(76 * 1%);
  }
  .md-w-77 {
    width: calc(77 * 1%);
  }
  .md-min-w-77 {
    min-width: calc(77 * 1%);
  }
  .md-max-w-77 {
    max-width: calc(77 * 1%);
  }
  .md-h-77 {
    height: calc(77 * 1%);
  }
  .md-min-h-77 {
    min-height: calc(77 * 1%);
  }
  .md-max-h-77 {
    max-height: calc(77 * 1%);
  }
  .md-w-78 {
    width: calc(78 * 1%);
  }
  .md-min-w-78 {
    min-width: calc(78 * 1%);
  }
  .md-max-w-78 {
    max-width: calc(78 * 1%);
  }
  .md-h-78 {
    height: calc(78 * 1%);
  }
  .md-min-h-78 {
    min-height: calc(78 * 1%);
  }
  .md-max-h-78 {
    max-height: calc(78 * 1%);
  }
  .md-w-79 {
    width: calc(79 * 1%);
  }
  .md-min-w-79 {
    min-width: calc(79 * 1%);
  }
  .md-max-w-79 {
    max-width: calc(79 * 1%);
  }
  .md-h-79 {
    height: calc(79 * 1%);
  }
  .md-min-h-79 {
    min-height: calc(79 * 1%);
  }
  .md-max-h-79 {
    max-height: calc(79 * 1%);
  }
  .md-w-80 {
    width: calc(80 * 1%);
  }
  .md-min-w-80 {
    min-width: calc(80 * 1%);
  }
  .md-max-w-80 {
    max-width: calc(80 * 1%);
  }
  .md-h-80 {
    height: calc(80 * 1%);
  }
  .md-min-h-80 {
    min-height: calc(80 * 1%);
  }
  .md-max-h-80 {
    max-height: calc(80 * 1%);
  }
  .md-w-81 {
    width: calc(81 * 1%);
  }
  .md-min-w-81 {
    min-width: calc(81 * 1%);
  }
  .md-max-w-81 {
    max-width: calc(81 * 1%);
  }
  .md-h-81 {
    height: calc(81 * 1%);
  }
  .md-min-h-81 {
    min-height: calc(81 * 1%);
  }
  .md-max-h-81 {
    max-height: calc(81 * 1%);
  }
  .md-w-82 {
    width: calc(82 * 1%);
  }
  .md-min-w-82 {
    min-width: calc(82 * 1%);
  }
  .md-max-w-82 {
    max-width: calc(82 * 1%);
  }
  .md-h-82 {
    height: calc(82 * 1%);
  }
  .md-min-h-82 {
    min-height: calc(82 * 1%);
  }
  .md-max-h-82 {
    max-height: calc(82 * 1%);
  }
  .md-w-83 {
    width: calc(83 * 1%);
  }
  .md-min-w-83 {
    min-width: calc(83 * 1%);
  }
  .md-max-w-83 {
    max-width: calc(83 * 1%);
  }
  .md-h-83 {
    height: calc(83 * 1%);
  }
  .md-min-h-83 {
    min-height: calc(83 * 1%);
  }
  .md-max-h-83 {
    max-height: calc(83 * 1%);
  }
  .md-w-84 {
    width: calc(84 * 1%);
  }
  .md-min-w-84 {
    min-width: calc(84 * 1%);
  }
  .md-max-w-84 {
    max-width: calc(84 * 1%);
  }
  .md-h-84 {
    height: calc(84 * 1%);
  }
  .md-min-h-84 {
    min-height: calc(84 * 1%);
  }
  .md-max-h-84 {
    max-height: calc(84 * 1%);
  }
  .md-w-85 {
    width: calc(85 * 1%);
  }
  .md-min-w-85 {
    min-width: calc(85 * 1%);
  }
  .md-max-w-85 {
    max-width: calc(85 * 1%);
  }
  .md-h-85 {
    height: calc(85 * 1%);
  }
  .md-min-h-85 {
    min-height: calc(85 * 1%);
  }
  .md-max-h-85 {
    max-height: calc(85 * 1%);
  }
  .md-w-86 {
    width: calc(86 * 1%);
  }
  .md-min-w-86 {
    min-width: calc(86 * 1%);
  }
  .md-max-w-86 {
    max-width: calc(86 * 1%);
  }
  .md-h-86 {
    height: calc(86 * 1%);
  }
  .md-min-h-86 {
    min-height: calc(86 * 1%);
  }
  .md-max-h-86 {
    max-height: calc(86 * 1%);
  }
  .md-w-87 {
    width: calc(87 * 1%);
  }
  .md-min-w-87 {
    min-width: calc(87 * 1%);
  }
  .md-max-w-87 {
    max-width: calc(87 * 1%);
  }
  .md-h-87 {
    height: calc(87 * 1%);
  }
  .md-min-h-87 {
    min-height: calc(87 * 1%);
  }
  .md-max-h-87 {
    max-height: calc(87 * 1%);
  }
  .md-w-88 {
    width: calc(88 * 1%);
  }
  .md-min-w-88 {
    min-width: calc(88 * 1%);
  }
  .md-max-w-88 {
    max-width: calc(88 * 1%);
  }
  .md-h-88 {
    height: calc(88 * 1%);
  }
  .md-min-h-88 {
    min-height: calc(88 * 1%);
  }
  .md-max-h-88 {
    max-height: calc(88 * 1%);
  }
  .md-w-89 {
    width: calc(89 * 1%);
  }
  .md-min-w-89 {
    min-width: calc(89 * 1%);
  }
  .md-max-w-89 {
    max-width: calc(89 * 1%);
  }
  .md-h-89 {
    height: calc(89 * 1%);
  }
  .md-min-h-89 {
    min-height: calc(89 * 1%);
  }
  .md-max-h-89 {
    max-height: calc(89 * 1%);
  }
  .md-w-90 {
    width: calc(90 * 1%);
  }
  .md-min-w-90 {
    min-width: calc(90 * 1%);
  }
  .md-max-w-90 {
    max-width: calc(90 * 1%);
  }
  .md-h-90 {
    height: calc(90 * 1%);
  }
  .md-min-h-90 {
    min-height: calc(90 * 1%);
  }
  .md-max-h-90 {
    max-height: calc(90 * 1%);
  }
  .md-w-91 {
    width: calc(91 * 1%);
  }
  .md-min-w-91 {
    min-width: calc(91 * 1%);
  }
  .md-max-w-91 {
    max-width: calc(91 * 1%);
  }
  .md-h-91 {
    height: calc(91 * 1%);
  }
  .md-min-h-91 {
    min-height: calc(91 * 1%);
  }
  .md-max-h-91 {
    max-height: calc(91 * 1%);
  }
  .md-w-92 {
    width: calc(92 * 1%);
  }
  .md-min-w-92 {
    min-width: calc(92 * 1%);
  }
  .md-max-w-92 {
    max-width: calc(92 * 1%);
  }
  .md-h-92 {
    height: calc(92 * 1%);
  }
  .md-min-h-92 {
    min-height: calc(92 * 1%);
  }
  .md-max-h-92 {
    max-height: calc(92 * 1%);
  }
  .md-w-93 {
    width: calc(93 * 1%);
  }
  .md-min-w-93 {
    min-width: calc(93 * 1%);
  }
  .md-max-w-93 {
    max-width: calc(93 * 1%);
  }
  .md-h-93 {
    height: calc(93 * 1%);
  }
  .md-min-h-93 {
    min-height: calc(93 * 1%);
  }
  .md-max-h-93 {
    max-height: calc(93 * 1%);
  }
  .md-w-94 {
    width: calc(94 * 1%);
  }
  .md-min-w-94 {
    min-width: calc(94 * 1%);
  }
  .md-max-w-94 {
    max-width: calc(94 * 1%);
  }
  .md-h-94 {
    height: calc(94 * 1%);
  }
  .md-min-h-94 {
    min-height: calc(94 * 1%);
  }
  .md-max-h-94 {
    max-height: calc(94 * 1%);
  }
  .md-w-95 {
    width: calc(95 * 1%);
  }
  .md-min-w-95 {
    min-width: calc(95 * 1%);
  }
  .md-max-w-95 {
    max-width: calc(95 * 1%);
  }
  .md-h-95 {
    height: calc(95 * 1%);
  }
  .md-min-h-95 {
    min-height: calc(95 * 1%);
  }
  .md-max-h-95 {
    max-height: calc(95 * 1%);
  }
  .md-w-96 {
    width: calc(96 * 1%);
  }
  .md-min-w-96 {
    min-width: calc(96 * 1%);
  }
  .md-max-w-96 {
    max-width: calc(96 * 1%);
  }
  .md-h-96 {
    height: calc(96 * 1%);
  }
  .md-min-h-96 {
    min-height: calc(96 * 1%);
  }
  .md-max-h-96 {
    max-height: calc(96 * 1%);
  }
  .md-w-97 {
    width: calc(97 * 1%);
  }
  .md-min-w-97 {
    min-width: calc(97 * 1%);
  }
  .md-max-w-97 {
    max-width: calc(97 * 1%);
  }
  .md-h-97 {
    height: calc(97 * 1%);
  }
  .md-min-h-97 {
    min-height: calc(97 * 1%);
  }
  .md-max-h-97 {
    max-height: calc(97 * 1%);
  }
  .md-w-98 {
    width: calc(98 * 1%);
  }
  .md-min-w-98 {
    min-width: calc(98 * 1%);
  }
  .md-max-w-98 {
    max-width: calc(98 * 1%);
  }
  .md-h-98 {
    height: calc(98 * 1%);
  }
  .md-min-h-98 {
    min-height: calc(98 * 1%);
  }
  .md-max-h-98 {
    max-height: calc(98 * 1%);
  }
  .md-w-99 {
    width: calc(99 * 1%);
  }
  .md-min-w-99 {
    min-width: calc(99 * 1%);
  }
  .md-max-w-99 {
    max-width: calc(99 * 1%);
  }
  .md-h-99 {
    height: calc(99 * 1%);
  }
  .md-min-h-99 {
    min-height: calc(99 * 1%);
  }
  .md-max-h-99 {
    max-height: calc(99 * 1%);
  }
  .md-w-100 {
    width: calc(100 * 1%);
  }
  .md-min-w-100 {
    min-width: calc(100 * 1%);
  }
  .md-max-w-100 {
    max-width: calc(100 * 1%);
  }
  .md-h-100 {
    height: calc(100 * 1%);
  }
  .md-min-h-100 {
    min-height: calc(100 * 1%);
  }
  .md-max-h-100 {
    max-height: calc(100 * 1%);
  }
  .md-fixed {
    position: fixed;
  }
  .md-absolute {
    position: absolute;
  }
  .md-relative {
    position: relative;
  }
  .md-top-0 {
    top: 0;
  }
  .md-right-0 {
    right: 0;
  }
  .md-bottom-0 {
    bottom: 0;
  }
  .md-left-0 {
    left: 0;
  }
  .md-inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .md-inset-x-0 {
    right: 0;
    left: 0;
  }
  .md-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .md-inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .md-inset-x-auto {
    right: auto;
    left: auto;
  }
  .md-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .md-center-x {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .md-center-y {
    top: 50%;
    transform: translate(0, -50%);
  }
  .md-flex-row {
    flex-direction: row;
  }
  .md-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md-flex-column {
    flex-direction: column;
  }
  .md-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .md-flex-wrap {
    flex-wrap: wrap;
  }
  .md-flex-no-wrap {
    flex-wrap: nowrap;
  }
  .md-justify-start {
    justify-content: flex-start;
  }
  .md-justify-end {
    justify-content: flex-end;
  }
  .md-justify-center {
    justify-content: center;
  }
  .md-justify-between {
    justify-content: space-between;
  }
  .md-justify-around {
    justify-content: space-around;
  }
  .md-justify-evenly {
    justify-content: space-evenly;
  }
  .md-items-start {
    align-items: flex-start;
  }
  .md-items-end {
    align-items: flex-end;
  }
  .md-items-center {
    align-items: center;
  }
  .md-items-stretch {
    align-items: stretch;
  }
  .md-flex-grow {
    flex-grow: 1;
  }
  .md-flex-shrink {
    flex-shrink: 1;
  }
  .md-flex-no-grow {
    flex-grow: 0;
  }
  .md-flex-no-shrink {
    flex-shrink: 0;
  }
  .md-flex-1 {
    flex: 1;
  }
  .md-flex-auto {
    flex: auto;
  }
  .md-flex-none {
    flex: none;
  }
  .md-float-none {
    float: none;
  }
  .md-float-right {
    float: right;
  }
  .md-float-left {
    float: left;
  }
  .md-order-first {
    order: -9999;
  }
  .md-order-last {
    order: 9999;
  }
  .md-order-normal {
    order: 0;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
  .md-order-5 {
    order: 5;
  }
  .md-order-6 {
    order: 6;
  }
  .md-self-start {
    align-self: flex-start;
  }
  .md-self-end {
    align-self: flex-end;
  }
  .md-self-center {
    align-self: center;
  }
  .md-z-auto {
    z-index: auto;
  }
  .md-z-1 {
    z-index: 1;
  }
  .md-z-10 {
    z-index: 10;
  }
  .md-z-100 {
    z-index: 100;
  }
}
@media (min-width: 1012px) {
  .lg-aspect-auto {
    aspect-ratio: auto;
  }
  .lg-aspect-square {
    aspect-ratio: 1/1;
  }
  .lg-aspect-2-1 {
    aspect-ratio: 2/1;
  }
  .lg-aspect-4-1 {
    aspect-ratio: 4/1;
  }
  .lg-aspect-8-3 {
    aspect-ratio: 8/3;
  }
  .lg-aspect-16-9 {
    aspect-ratio: 16/9;
  }
  .lg-block {
    display: block;
  }
  .lg-inline {
    display: inline;
  }
  .lg-inline-block {
    display: inline-block;
  }
  .lg-flex {
    display: flex;
  }
  .lg-flex-inline {
    display: inline-flex;
  }
  .lg-table {
    display: table;
  }
  .lg-table-row {
    display: table-row;
  }
  .lg-table-cell {
    display: table-cell;
  }
  .lg-hidden {
    display: none;
  }
  .lg-unset {
    display: unset;
  }
  .lg-w-auto {
    width: auto;
  }
  .lg-h-auto {
    height: auto;
  }
  .lg-min-w-screen {
    min-width: 100vw;
  }
  .lg-min-h-screen {
    min-height: 100vh;
  }
  .lg-max-w-screen {
    max-width: 100vw;
  }
  .lg-max-h-screen {
    max-height: 100vh;
  }
  .lg-w-0 {
    width: calc(0 * 1%);
  }
  .lg-min-w-0 {
    min-width: calc(0 * 1%);
  }
  .lg-max-w-0 {
    max-width: calc(0 * 1%);
  }
  .lg-h-0 {
    height: calc(0 * 1%);
  }
  .lg-min-h-0 {
    min-height: calc(0 * 1%);
  }
  .lg-max-h-0 {
    max-height: calc(0 * 1%);
  }
  .lg-w-1 {
    width: calc(1 * 1%);
  }
  .lg-min-w-1 {
    min-width: calc(1 * 1%);
  }
  .lg-max-w-1 {
    max-width: calc(1 * 1%);
  }
  .lg-h-1 {
    height: calc(1 * 1%);
  }
  .lg-min-h-1 {
    min-height: calc(1 * 1%);
  }
  .lg-max-h-1 {
    max-height: calc(1 * 1%);
  }
  .lg-w-2 {
    width: calc(2 * 1%);
  }
  .lg-min-w-2 {
    min-width: calc(2 * 1%);
  }
  .lg-max-w-2 {
    max-width: calc(2 * 1%);
  }
  .lg-h-2 {
    height: calc(2 * 1%);
  }
  .lg-min-h-2 {
    min-height: calc(2 * 1%);
  }
  .lg-max-h-2 {
    max-height: calc(2 * 1%);
  }
  .lg-w-3 {
    width: calc(3 * 1%);
  }
  .lg-min-w-3 {
    min-width: calc(3 * 1%);
  }
  .lg-max-w-3 {
    max-width: calc(3 * 1%);
  }
  .lg-h-3 {
    height: calc(3 * 1%);
  }
  .lg-min-h-3 {
    min-height: calc(3 * 1%);
  }
  .lg-max-h-3 {
    max-height: calc(3 * 1%);
  }
  .lg-w-4 {
    width: calc(4 * 1%);
  }
  .lg-min-w-4 {
    min-width: calc(4 * 1%);
  }
  .lg-max-w-4 {
    max-width: calc(4 * 1%);
  }
  .lg-h-4 {
    height: calc(4 * 1%);
  }
  .lg-min-h-4 {
    min-height: calc(4 * 1%);
  }
  .lg-max-h-4 {
    max-height: calc(4 * 1%);
  }
  .lg-w-5 {
    width: calc(5 * 1%);
  }
  .lg-min-w-5 {
    min-width: calc(5 * 1%);
  }
  .lg-max-w-5 {
    max-width: calc(5 * 1%);
  }
  .lg-h-5 {
    height: calc(5 * 1%);
  }
  .lg-min-h-5 {
    min-height: calc(5 * 1%);
  }
  .lg-max-h-5 {
    max-height: calc(5 * 1%);
  }
  .lg-w-6 {
    width: calc(6 * 1%);
  }
  .lg-min-w-6 {
    min-width: calc(6 * 1%);
  }
  .lg-max-w-6 {
    max-width: calc(6 * 1%);
  }
  .lg-h-6 {
    height: calc(6 * 1%);
  }
  .lg-min-h-6 {
    min-height: calc(6 * 1%);
  }
  .lg-max-h-6 {
    max-height: calc(6 * 1%);
  }
  .lg-w-7 {
    width: calc(7 * 1%);
  }
  .lg-min-w-7 {
    min-width: calc(7 * 1%);
  }
  .lg-max-w-7 {
    max-width: calc(7 * 1%);
  }
  .lg-h-7 {
    height: calc(7 * 1%);
  }
  .lg-min-h-7 {
    min-height: calc(7 * 1%);
  }
  .lg-max-h-7 {
    max-height: calc(7 * 1%);
  }
  .lg-w-8 {
    width: calc(8 * 1%);
  }
  .lg-min-w-8 {
    min-width: calc(8 * 1%);
  }
  .lg-max-w-8 {
    max-width: calc(8 * 1%);
  }
  .lg-h-8 {
    height: calc(8 * 1%);
  }
  .lg-min-h-8 {
    min-height: calc(8 * 1%);
  }
  .lg-max-h-8 {
    max-height: calc(8 * 1%);
  }
  .lg-w-9 {
    width: calc(9 * 1%);
  }
  .lg-min-w-9 {
    min-width: calc(9 * 1%);
  }
  .lg-max-w-9 {
    max-width: calc(9 * 1%);
  }
  .lg-h-9 {
    height: calc(9 * 1%);
  }
  .lg-min-h-9 {
    min-height: calc(9 * 1%);
  }
  .lg-max-h-9 {
    max-height: calc(9 * 1%);
  }
  .lg-w-10 {
    width: calc(10 * 1%);
  }
  .lg-min-w-10 {
    min-width: calc(10 * 1%);
  }
  .lg-max-w-10 {
    max-width: calc(10 * 1%);
  }
  .lg-h-10 {
    height: calc(10 * 1%);
  }
  .lg-min-h-10 {
    min-height: calc(10 * 1%);
  }
  .lg-max-h-10 {
    max-height: calc(10 * 1%);
  }
  .lg-w-11 {
    width: calc(11 * 1%);
  }
  .lg-min-w-11 {
    min-width: calc(11 * 1%);
  }
  .lg-max-w-11 {
    max-width: calc(11 * 1%);
  }
  .lg-h-11 {
    height: calc(11 * 1%);
  }
  .lg-min-h-11 {
    min-height: calc(11 * 1%);
  }
  .lg-max-h-11 {
    max-height: calc(11 * 1%);
  }
  .lg-w-12 {
    width: calc(12 * 1%);
  }
  .lg-min-w-12 {
    min-width: calc(12 * 1%);
  }
  .lg-max-w-12 {
    max-width: calc(12 * 1%);
  }
  .lg-h-12 {
    height: calc(12 * 1%);
  }
  .lg-min-h-12 {
    min-height: calc(12 * 1%);
  }
  .lg-max-h-12 {
    max-height: calc(12 * 1%);
  }
  .lg-w-13 {
    width: calc(13 * 1%);
  }
  .lg-min-w-13 {
    min-width: calc(13 * 1%);
  }
  .lg-max-w-13 {
    max-width: calc(13 * 1%);
  }
  .lg-h-13 {
    height: calc(13 * 1%);
  }
  .lg-min-h-13 {
    min-height: calc(13 * 1%);
  }
  .lg-max-h-13 {
    max-height: calc(13 * 1%);
  }
  .lg-w-14 {
    width: calc(14 * 1%);
  }
  .lg-min-w-14 {
    min-width: calc(14 * 1%);
  }
  .lg-max-w-14 {
    max-width: calc(14 * 1%);
  }
  .lg-h-14 {
    height: calc(14 * 1%);
  }
  .lg-min-h-14 {
    min-height: calc(14 * 1%);
  }
  .lg-max-h-14 {
    max-height: calc(14 * 1%);
  }
  .lg-w-15 {
    width: calc(15 * 1%);
  }
  .lg-min-w-15 {
    min-width: calc(15 * 1%);
  }
  .lg-max-w-15 {
    max-width: calc(15 * 1%);
  }
  .lg-h-15 {
    height: calc(15 * 1%);
  }
  .lg-min-h-15 {
    min-height: calc(15 * 1%);
  }
  .lg-max-h-15 {
    max-height: calc(15 * 1%);
  }
  .lg-w-16 {
    width: calc(16 * 1%);
  }
  .lg-min-w-16 {
    min-width: calc(16 * 1%);
  }
  .lg-max-w-16 {
    max-width: calc(16 * 1%);
  }
  .lg-h-16 {
    height: calc(16 * 1%);
  }
  .lg-min-h-16 {
    min-height: calc(16 * 1%);
  }
  .lg-max-h-16 {
    max-height: calc(16 * 1%);
  }
  .lg-w-17 {
    width: calc(17 * 1%);
  }
  .lg-min-w-17 {
    min-width: calc(17 * 1%);
  }
  .lg-max-w-17 {
    max-width: calc(17 * 1%);
  }
  .lg-h-17 {
    height: calc(17 * 1%);
  }
  .lg-min-h-17 {
    min-height: calc(17 * 1%);
  }
  .lg-max-h-17 {
    max-height: calc(17 * 1%);
  }
  .lg-w-18 {
    width: calc(18 * 1%);
  }
  .lg-min-w-18 {
    min-width: calc(18 * 1%);
  }
  .lg-max-w-18 {
    max-width: calc(18 * 1%);
  }
  .lg-h-18 {
    height: calc(18 * 1%);
  }
  .lg-min-h-18 {
    min-height: calc(18 * 1%);
  }
  .lg-max-h-18 {
    max-height: calc(18 * 1%);
  }
  .lg-w-19 {
    width: calc(19 * 1%);
  }
  .lg-min-w-19 {
    min-width: calc(19 * 1%);
  }
  .lg-max-w-19 {
    max-width: calc(19 * 1%);
  }
  .lg-h-19 {
    height: calc(19 * 1%);
  }
  .lg-min-h-19 {
    min-height: calc(19 * 1%);
  }
  .lg-max-h-19 {
    max-height: calc(19 * 1%);
  }
  .lg-w-20 {
    width: calc(20 * 1%);
  }
  .lg-min-w-20 {
    min-width: calc(20 * 1%);
  }
  .lg-max-w-20 {
    max-width: calc(20 * 1%);
  }
  .lg-h-20 {
    height: calc(20 * 1%);
  }
  .lg-min-h-20 {
    min-height: calc(20 * 1%);
  }
  .lg-max-h-20 {
    max-height: calc(20 * 1%);
  }
  .lg-w-21 {
    width: calc(21 * 1%);
  }
  .lg-min-w-21 {
    min-width: calc(21 * 1%);
  }
  .lg-max-w-21 {
    max-width: calc(21 * 1%);
  }
  .lg-h-21 {
    height: calc(21 * 1%);
  }
  .lg-min-h-21 {
    min-height: calc(21 * 1%);
  }
  .lg-max-h-21 {
    max-height: calc(21 * 1%);
  }
  .lg-w-22 {
    width: calc(22 * 1%);
  }
  .lg-min-w-22 {
    min-width: calc(22 * 1%);
  }
  .lg-max-w-22 {
    max-width: calc(22 * 1%);
  }
  .lg-h-22 {
    height: calc(22 * 1%);
  }
  .lg-min-h-22 {
    min-height: calc(22 * 1%);
  }
  .lg-max-h-22 {
    max-height: calc(22 * 1%);
  }
  .lg-w-23 {
    width: calc(23 * 1%);
  }
  .lg-min-w-23 {
    min-width: calc(23 * 1%);
  }
  .lg-max-w-23 {
    max-width: calc(23 * 1%);
  }
  .lg-h-23 {
    height: calc(23 * 1%);
  }
  .lg-min-h-23 {
    min-height: calc(23 * 1%);
  }
  .lg-max-h-23 {
    max-height: calc(23 * 1%);
  }
  .lg-w-24 {
    width: calc(24 * 1%);
  }
  .lg-min-w-24 {
    min-width: calc(24 * 1%);
  }
  .lg-max-w-24 {
    max-width: calc(24 * 1%);
  }
  .lg-h-24 {
    height: calc(24 * 1%);
  }
  .lg-min-h-24 {
    min-height: calc(24 * 1%);
  }
  .lg-max-h-24 {
    max-height: calc(24 * 1%);
  }
  .lg-w-25 {
    width: calc(25 * 1%);
  }
  .lg-min-w-25 {
    min-width: calc(25 * 1%);
  }
  .lg-max-w-25 {
    max-width: calc(25 * 1%);
  }
  .lg-h-25 {
    height: calc(25 * 1%);
  }
  .lg-min-h-25 {
    min-height: calc(25 * 1%);
  }
  .lg-max-h-25 {
    max-height: calc(25 * 1%);
  }
  .lg-w-26 {
    width: calc(26 * 1%);
  }
  .lg-min-w-26 {
    min-width: calc(26 * 1%);
  }
  .lg-max-w-26 {
    max-width: calc(26 * 1%);
  }
  .lg-h-26 {
    height: calc(26 * 1%);
  }
  .lg-min-h-26 {
    min-height: calc(26 * 1%);
  }
  .lg-max-h-26 {
    max-height: calc(26 * 1%);
  }
  .lg-w-27 {
    width: calc(27 * 1%);
  }
  .lg-min-w-27 {
    min-width: calc(27 * 1%);
  }
  .lg-max-w-27 {
    max-width: calc(27 * 1%);
  }
  .lg-h-27 {
    height: calc(27 * 1%);
  }
  .lg-min-h-27 {
    min-height: calc(27 * 1%);
  }
  .lg-max-h-27 {
    max-height: calc(27 * 1%);
  }
  .lg-w-28 {
    width: calc(28 * 1%);
  }
  .lg-min-w-28 {
    min-width: calc(28 * 1%);
  }
  .lg-max-w-28 {
    max-width: calc(28 * 1%);
  }
  .lg-h-28 {
    height: calc(28 * 1%);
  }
  .lg-min-h-28 {
    min-height: calc(28 * 1%);
  }
  .lg-max-h-28 {
    max-height: calc(28 * 1%);
  }
  .lg-w-29 {
    width: calc(29 * 1%);
  }
  .lg-min-w-29 {
    min-width: calc(29 * 1%);
  }
  .lg-max-w-29 {
    max-width: calc(29 * 1%);
  }
  .lg-h-29 {
    height: calc(29 * 1%);
  }
  .lg-min-h-29 {
    min-height: calc(29 * 1%);
  }
  .lg-max-h-29 {
    max-height: calc(29 * 1%);
  }
  .lg-w-30 {
    width: calc(30 * 1%);
  }
  .lg-min-w-30 {
    min-width: calc(30 * 1%);
  }
  .lg-max-w-30 {
    max-width: calc(30 * 1%);
  }
  .lg-h-30 {
    height: calc(30 * 1%);
  }
  .lg-min-h-30 {
    min-height: calc(30 * 1%);
  }
  .lg-max-h-30 {
    max-height: calc(30 * 1%);
  }
  .lg-w-31 {
    width: calc(31 * 1%);
  }
  .lg-min-w-31 {
    min-width: calc(31 * 1%);
  }
  .lg-max-w-31 {
    max-width: calc(31 * 1%);
  }
  .lg-h-31 {
    height: calc(31 * 1%);
  }
  .lg-min-h-31 {
    min-height: calc(31 * 1%);
  }
  .lg-max-h-31 {
    max-height: calc(31 * 1%);
  }
  .lg-w-32 {
    width: calc(32 * 1%);
  }
  .lg-min-w-32 {
    min-width: calc(32 * 1%);
  }
  .lg-max-w-32 {
    max-width: calc(32 * 1%);
  }
  .lg-h-32 {
    height: calc(32 * 1%);
  }
  .lg-min-h-32 {
    min-height: calc(32 * 1%);
  }
  .lg-max-h-32 {
    max-height: calc(32 * 1%);
  }
  .lg-w-33 {
    width: calc(33 * 1%);
  }
  .lg-min-w-33 {
    min-width: calc(33 * 1%);
  }
  .lg-max-w-33 {
    max-width: calc(33 * 1%);
  }
  .lg-h-33 {
    height: calc(33 * 1%);
  }
  .lg-min-h-33 {
    min-height: calc(33 * 1%);
  }
  .lg-max-h-33 {
    max-height: calc(33 * 1%);
  }
  .lg-w-34 {
    width: calc(34 * 1%);
  }
  .lg-min-w-34 {
    min-width: calc(34 * 1%);
  }
  .lg-max-w-34 {
    max-width: calc(34 * 1%);
  }
  .lg-h-34 {
    height: calc(34 * 1%);
  }
  .lg-min-h-34 {
    min-height: calc(34 * 1%);
  }
  .lg-max-h-34 {
    max-height: calc(34 * 1%);
  }
  .lg-w-35 {
    width: calc(35 * 1%);
  }
  .lg-min-w-35 {
    min-width: calc(35 * 1%);
  }
  .lg-max-w-35 {
    max-width: calc(35 * 1%);
  }
  .lg-h-35 {
    height: calc(35 * 1%);
  }
  .lg-min-h-35 {
    min-height: calc(35 * 1%);
  }
  .lg-max-h-35 {
    max-height: calc(35 * 1%);
  }
  .lg-w-36 {
    width: calc(36 * 1%);
  }
  .lg-min-w-36 {
    min-width: calc(36 * 1%);
  }
  .lg-max-w-36 {
    max-width: calc(36 * 1%);
  }
  .lg-h-36 {
    height: calc(36 * 1%);
  }
  .lg-min-h-36 {
    min-height: calc(36 * 1%);
  }
  .lg-max-h-36 {
    max-height: calc(36 * 1%);
  }
  .lg-w-37 {
    width: calc(37 * 1%);
  }
  .lg-min-w-37 {
    min-width: calc(37 * 1%);
  }
  .lg-max-w-37 {
    max-width: calc(37 * 1%);
  }
  .lg-h-37 {
    height: calc(37 * 1%);
  }
  .lg-min-h-37 {
    min-height: calc(37 * 1%);
  }
  .lg-max-h-37 {
    max-height: calc(37 * 1%);
  }
  .lg-w-38 {
    width: calc(38 * 1%);
  }
  .lg-min-w-38 {
    min-width: calc(38 * 1%);
  }
  .lg-max-w-38 {
    max-width: calc(38 * 1%);
  }
  .lg-h-38 {
    height: calc(38 * 1%);
  }
  .lg-min-h-38 {
    min-height: calc(38 * 1%);
  }
  .lg-max-h-38 {
    max-height: calc(38 * 1%);
  }
  .lg-w-39 {
    width: calc(39 * 1%);
  }
  .lg-min-w-39 {
    min-width: calc(39 * 1%);
  }
  .lg-max-w-39 {
    max-width: calc(39 * 1%);
  }
  .lg-h-39 {
    height: calc(39 * 1%);
  }
  .lg-min-h-39 {
    min-height: calc(39 * 1%);
  }
  .lg-max-h-39 {
    max-height: calc(39 * 1%);
  }
  .lg-w-40 {
    width: calc(40 * 1%);
  }
  .lg-min-w-40 {
    min-width: calc(40 * 1%);
  }
  .lg-max-w-40 {
    max-width: calc(40 * 1%);
  }
  .lg-h-40 {
    height: calc(40 * 1%);
  }
  .lg-min-h-40 {
    min-height: calc(40 * 1%);
  }
  .lg-max-h-40 {
    max-height: calc(40 * 1%);
  }
  .lg-w-41 {
    width: calc(41 * 1%);
  }
  .lg-min-w-41 {
    min-width: calc(41 * 1%);
  }
  .lg-max-w-41 {
    max-width: calc(41 * 1%);
  }
  .lg-h-41 {
    height: calc(41 * 1%);
  }
  .lg-min-h-41 {
    min-height: calc(41 * 1%);
  }
  .lg-max-h-41 {
    max-height: calc(41 * 1%);
  }
  .lg-w-42 {
    width: calc(42 * 1%);
  }
  .lg-min-w-42 {
    min-width: calc(42 * 1%);
  }
  .lg-max-w-42 {
    max-width: calc(42 * 1%);
  }
  .lg-h-42 {
    height: calc(42 * 1%);
  }
  .lg-min-h-42 {
    min-height: calc(42 * 1%);
  }
  .lg-max-h-42 {
    max-height: calc(42 * 1%);
  }
  .lg-w-43 {
    width: calc(43 * 1%);
  }
  .lg-min-w-43 {
    min-width: calc(43 * 1%);
  }
  .lg-max-w-43 {
    max-width: calc(43 * 1%);
  }
  .lg-h-43 {
    height: calc(43 * 1%);
  }
  .lg-min-h-43 {
    min-height: calc(43 * 1%);
  }
  .lg-max-h-43 {
    max-height: calc(43 * 1%);
  }
  .lg-w-44 {
    width: calc(44 * 1%);
  }
  .lg-min-w-44 {
    min-width: calc(44 * 1%);
  }
  .lg-max-w-44 {
    max-width: calc(44 * 1%);
  }
  .lg-h-44 {
    height: calc(44 * 1%);
  }
  .lg-min-h-44 {
    min-height: calc(44 * 1%);
  }
  .lg-max-h-44 {
    max-height: calc(44 * 1%);
  }
  .lg-w-45 {
    width: calc(45 * 1%);
  }
  .lg-min-w-45 {
    min-width: calc(45 * 1%);
  }
  .lg-max-w-45 {
    max-width: calc(45 * 1%);
  }
  .lg-h-45 {
    height: calc(45 * 1%);
  }
  .lg-min-h-45 {
    min-height: calc(45 * 1%);
  }
  .lg-max-h-45 {
    max-height: calc(45 * 1%);
  }
  .lg-w-46 {
    width: calc(46 * 1%);
  }
  .lg-min-w-46 {
    min-width: calc(46 * 1%);
  }
  .lg-max-w-46 {
    max-width: calc(46 * 1%);
  }
  .lg-h-46 {
    height: calc(46 * 1%);
  }
  .lg-min-h-46 {
    min-height: calc(46 * 1%);
  }
  .lg-max-h-46 {
    max-height: calc(46 * 1%);
  }
  .lg-w-47 {
    width: calc(47 * 1%);
  }
  .lg-min-w-47 {
    min-width: calc(47 * 1%);
  }
  .lg-max-w-47 {
    max-width: calc(47 * 1%);
  }
  .lg-h-47 {
    height: calc(47 * 1%);
  }
  .lg-min-h-47 {
    min-height: calc(47 * 1%);
  }
  .lg-max-h-47 {
    max-height: calc(47 * 1%);
  }
  .lg-w-48 {
    width: calc(48 * 1%);
  }
  .lg-min-w-48 {
    min-width: calc(48 * 1%);
  }
  .lg-max-w-48 {
    max-width: calc(48 * 1%);
  }
  .lg-h-48 {
    height: calc(48 * 1%);
  }
  .lg-min-h-48 {
    min-height: calc(48 * 1%);
  }
  .lg-max-h-48 {
    max-height: calc(48 * 1%);
  }
  .lg-w-49 {
    width: calc(49 * 1%);
  }
  .lg-min-w-49 {
    min-width: calc(49 * 1%);
  }
  .lg-max-w-49 {
    max-width: calc(49 * 1%);
  }
  .lg-h-49 {
    height: calc(49 * 1%);
  }
  .lg-min-h-49 {
    min-height: calc(49 * 1%);
  }
  .lg-max-h-49 {
    max-height: calc(49 * 1%);
  }
  .lg-w-50 {
    width: calc(50 * 1%);
  }
  .lg-min-w-50 {
    min-width: calc(50 * 1%);
  }
  .lg-max-w-50 {
    max-width: calc(50 * 1%);
  }
  .lg-h-50 {
    height: calc(50 * 1%);
  }
  .lg-min-h-50 {
    min-height: calc(50 * 1%);
  }
  .lg-max-h-50 {
    max-height: calc(50 * 1%);
  }
  .lg-w-51 {
    width: calc(51 * 1%);
  }
  .lg-min-w-51 {
    min-width: calc(51 * 1%);
  }
  .lg-max-w-51 {
    max-width: calc(51 * 1%);
  }
  .lg-h-51 {
    height: calc(51 * 1%);
  }
  .lg-min-h-51 {
    min-height: calc(51 * 1%);
  }
  .lg-max-h-51 {
    max-height: calc(51 * 1%);
  }
  .lg-w-52 {
    width: calc(52 * 1%);
  }
  .lg-min-w-52 {
    min-width: calc(52 * 1%);
  }
  .lg-max-w-52 {
    max-width: calc(52 * 1%);
  }
  .lg-h-52 {
    height: calc(52 * 1%);
  }
  .lg-min-h-52 {
    min-height: calc(52 * 1%);
  }
  .lg-max-h-52 {
    max-height: calc(52 * 1%);
  }
  .lg-w-53 {
    width: calc(53 * 1%);
  }
  .lg-min-w-53 {
    min-width: calc(53 * 1%);
  }
  .lg-max-w-53 {
    max-width: calc(53 * 1%);
  }
  .lg-h-53 {
    height: calc(53 * 1%);
  }
  .lg-min-h-53 {
    min-height: calc(53 * 1%);
  }
  .lg-max-h-53 {
    max-height: calc(53 * 1%);
  }
  .lg-w-54 {
    width: calc(54 * 1%);
  }
  .lg-min-w-54 {
    min-width: calc(54 * 1%);
  }
  .lg-max-w-54 {
    max-width: calc(54 * 1%);
  }
  .lg-h-54 {
    height: calc(54 * 1%);
  }
  .lg-min-h-54 {
    min-height: calc(54 * 1%);
  }
  .lg-max-h-54 {
    max-height: calc(54 * 1%);
  }
  .lg-w-55 {
    width: calc(55 * 1%);
  }
  .lg-min-w-55 {
    min-width: calc(55 * 1%);
  }
  .lg-max-w-55 {
    max-width: calc(55 * 1%);
  }
  .lg-h-55 {
    height: calc(55 * 1%);
  }
  .lg-min-h-55 {
    min-height: calc(55 * 1%);
  }
  .lg-max-h-55 {
    max-height: calc(55 * 1%);
  }
  .lg-w-56 {
    width: calc(56 * 1%);
  }
  .lg-min-w-56 {
    min-width: calc(56 * 1%);
  }
  .lg-max-w-56 {
    max-width: calc(56 * 1%);
  }
  .lg-h-56 {
    height: calc(56 * 1%);
  }
  .lg-min-h-56 {
    min-height: calc(56 * 1%);
  }
  .lg-max-h-56 {
    max-height: calc(56 * 1%);
  }
  .lg-w-57 {
    width: calc(57 * 1%);
  }
  .lg-min-w-57 {
    min-width: calc(57 * 1%);
  }
  .lg-max-w-57 {
    max-width: calc(57 * 1%);
  }
  .lg-h-57 {
    height: calc(57 * 1%);
  }
  .lg-min-h-57 {
    min-height: calc(57 * 1%);
  }
  .lg-max-h-57 {
    max-height: calc(57 * 1%);
  }
  .lg-w-58 {
    width: calc(58 * 1%);
  }
  .lg-min-w-58 {
    min-width: calc(58 * 1%);
  }
  .lg-max-w-58 {
    max-width: calc(58 * 1%);
  }
  .lg-h-58 {
    height: calc(58 * 1%);
  }
  .lg-min-h-58 {
    min-height: calc(58 * 1%);
  }
  .lg-max-h-58 {
    max-height: calc(58 * 1%);
  }
  .lg-w-59 {
    width: calc(59 * 1%);
  }
  .lg-min-w-59 {
    min-width: calc(59 * 1%);
  }
  .lg-max-w-59 {
    max-width: calc(59 * 1%);
  }
  .lg-h-59 {
    height: calc(59 * 1%);
  }
  .lg-min-h-59 {
    min-height: calc(59 * 1%);
  }
  .lg-max-h-59 {
    max-height: calc(59 * 1%);
  }
  .lg-w-60 {
    width: calc(60 * 1%);
  }
  .lg-min-w-60 {
    min-width: calc(60 * 1%);
  }
  .lg-max-w-60 {
    max-width: calc(60 * 1%);
  }
  .lg-h-60 {
    height: calc(60 * 1%);
  }
  .lg-min-h-60 {
    min-height: calc(60 * 1%);
  }
  .lg-max-h-60 {
    max-height: calc(60 * 1%);
  }
  .lg-w-61 {
    width: calc(61 * 1%);
  }
  .lg-min-w-61 {
    min-width: calc(61 * 1%);
  }
  .lg-max-w-61 {
    max-width: calc(61 * 1%);
  }
  .lg-h-61 {
    height: calc(61 * 1%);
  }
  .lg-min-h-61 {
    min-height: calc(61 * 1%);
  }
  .lg-max-h-61 {
    max-height: calc(61 * 1%);
  }
  .lg-w-62 {
    width: calc(62 * 1%);
  }
  .lg-min-w-62 {
    min-width: calc(62 * 1%);
  }
  .lg-max-w-62 {
    max-width: calc(62 * 1%);
  }
  .lg-h-62 {
    height: calc(62 * 1%);
  }
  .lg-min-h-62 {
    min-height: calc(62 * 1%);
  }
  .lg-max-h-62 {
    max-height: calc(62 * 1%);
  }
  .lg-w-63 {
    width: calc(63 * 1%);
  }
  .lg-min-w-63 {
    min-width: calc(63 * 1%);
  }
  .lg-max-w-63 {
    max-width: calc(63 * 1%);
  }
  .lg-h-63 {
    height: calc(63 * 1%);
  }
  .lg-min-h-63 {
    min-height: calc(63 * 1%);
  }
  .lg-max-h-63 {
    max-height: calc(63 * 1%);
  }
  .lg-w-64 {
    width: calc(64 * 1%);
  }
  .lg-min-w-64 {
    min-width: calc(64 * 1%);
  }
  .lg-max-w-64 {
    max-width: calc(64 * 1%);
  }
  .lg-h-64 {
    height: calc(64 * 1%);
  }
  .lg-min-h-64 {
    min-height: calc(64 * 1%);
  }
  .lg-max-h-64 {
    max-height: calc(64 * 1%);
  }
  .lg-w-65 {
    width: calc(65 * 1%);
  }
  .lg-min-w-65 {
    min-width: calc(65 * 1%);
  }
  .lg-max-w-65 {
    max-width: calc(65 * 1%);
  }
  .lg-h-65 {
    height: calc(65 * 1%);
  }
  .lg-min-h-65 {
    min-height: calc(65 * 1%);
  }
  .lg-max-h-65 {
    max-height: calc(65 * 1%);
  }
  .lg-w-66 {
    width: calc(66 * 1%);
  }
  .lg-min-w-66 {
    min-width: calc(66 * 1%);
  }
  .lg-max-w-66 {
    max-width: calc(66 * 1%);
  }
  .lg-h-66 {
    height: calc(66 * 1%);
  }
  .lg-min-h-66 {
    min-height: calc(66 * 1%);
  }
  .lg-max-h-66 {
    max-height: calc(66 * 1%);
  }
  .lg-w-67 {
    width: calc(67 * 1%);
  }
  .lg-min-w-67 {
    min-width: calc(67 * 1%);
  }
  .lg-max-w-67 {
    max-width: calc(67 * 1%);
  }
  .lg-h-67 {
    height: calc(67 * 1%);
  }
  .lg-min-h-67 {
    min-height: calc(67 * 1%);
  }
  .lg-max-h-67 {
    max-height: calc(67 * 1%);
  }
  .lg-w-68 {
    width: calc(68 * 1%);
  }
  .lg-min-w-68 {
    min-width: calc(68 * 1%);
  }
  .lg-max-w-68 {
    max-width: calc(68 * 1%);
  }
  .lg-h-68 {
    height: calc(68 * 1%);
  }
  .lg-min-h-68 {
    min-height: calc(68 * 1%);
  }
  .lg-max-h-68 {
    max-height: calc(68 * 1%);
  }
  .lg-w-69 {
    width: calc(69 * 1%);
  }
  .lg-min-w-69 {
    min-width: calc(69 * 1%);
  }
  .lg-max-w-69 {
    max-width: calc(69 * 1%);
  }
  .lg-h-69 {
    height: calc(69 * 1%);
  }
  .lg-min-h-69 {
    min-height: calc(69 * 1%);
  }
  .lg-max-h-69 {
    max-height: calc(69 * 1%);
  }
  .lg-w-70 {
    width: calc(70 * 1%);
  }
  .lg-min-w-70 {
    min-width: calc(70 * 1%);
  }
  .lg-max-w-70 {
    max-width: calc(70 * 1%);
  }
  .lg-h-70 {
    height: calc(70 * 1%);
  }
  .lg-min-h-70 {
    min-height: calc(70 * 1%);
  }
  .lg-max-h-70 {
    max-height: calc(70 * 1%);
  }
  .lg-w-71 {
    width: calc(71 * 1%);
  }
  .lg-min-w-71 {
    min-width: calc(71 * 1%);
  }
  .lg-max-w-71 {
    max-width: calc(71 * 1%);
  }
  .lg-h-71 {
    height: calc(71 * 1%);
  }
  .lg-min-h-71 {
    min-height: calc(71 * 1%);
  }
  .lg-max-h-71 {
    max-height: calc(71 * 1%);
  }
  .lg-w-72 {
    width: calc(72 * 1%);
  }
  .lg-min-w-72 {
    min-width: calc(72 * 1%);
  }
  .lg-max-w-72 {
    max-width: calc(72 * 1%);
  }
  .lg-h-72 {
    height: calc(72 * 1%);
  }
  .lg-min-h-72 {
    min-height: calc(72 * 1%);
  }
  .lg-max-h-72 {
    max-height: calc(72 * 1%);
  }
  .lg-w-73 {
    width: calc(73 * 1%);
  }
  .lg-min-w-73 {
    min-width: calc(73 * 1%);
  }
  .lg-max-w-73 {
    max-width: calc(73 * 1%);
  }
  .lg-h-73 {
    height: calc(73 * 1%);
  }
  .lg-min-h-73 {
    min-height: calc(73 * 1%);
  }
  .lg-max-h-73 {
    max-height: calc(73 * 1%);
  }
  .lg-w-74 {
    width: calc(74 * 1%);
  }
  .lg-min-w-74 {
    min-width: calc(74 * 1%);
  }
  .lg-max-w-74 {
    max-width: calc(74 * 1%);
  }
  .lg-h-74 {
    height: calc(74 * 1%);
  }
  .lg-min-h-74 {
    min-height: calc(74 * 1%);
  }
  .lg-max-h-74 {
    max-height: calc(74 * 1%);
  }
  .lg-w-75 {
    width: calc(75 * 1%);
  }
  .lg-min-w-75 {
    min-width: calc(75 * 1%);
  }
  .lg-max-w-75 {
    max-width: calc(75 * 1%);
  }
  .lg-h-75 {
    height: calc(75 * 1%);
  }
  .lg-min-h-75 {
    min-height: calc(75 * 1%);
  }
  .lg-max-h-75 {
    max-height: calc(75 * 1%);
  }
  .lg-w-76 {
    width: calc(76 * 1%);
  }
  .lg-min-w-76 {
    min-width: calc(76 * 1%);
  }
  .lg-max-w-76 {
    max-width: calc(76 * 1%);
  }
  .lg-h-76 {
    height: calc(76 * 1%);
  }
  .lg-min-h-76 {
    min-height: calc(76 * 1%);
  }
  .lg-max-h-76 {
    max-height: calc(76 * 1%);
  }
  .lg-w-77 {
    width: calc(77 * 1%);
  }
  .lg-min-w-77 {
    min-width: calc(77 * 1%);
  }
  .lg-max-w-77 {
    max-width: calc(77 * 1%);
  }
  .lg-h-77 {
    height: calc(77 * 1%);
  }
  .lg-min-h-77 {
    min-height: calc(77 * 1%);
  }
  .lg-max-h-77 {
    max-height: calc(77 * 1%);
  }
  .lg-w-78 {
    width: calc(78 * 1%);
  }
  .lg-min-w-78 {
    min-width: calc(78 * 1%);
  }
  .lg-max-w-78 {
    max-width: calc(78 * 1%);
  }
  .lg-h-78 {
    height: calc(78 * 1%);
  }
  .lg-min-h-78 {
    min-height: calc(78 * 1%);
  }
  .lg-max-h-78 {
    max-height: calc(78 * 1%);
  }
  .lg-w-79 {
    width: calc(79 * 1%);
  }
  .lg-min-w-79 {
    min-width: calc(79 * 1%);
  }
  .lg-max-w-79 {
    max-width: calc(79 * 1%);
  }
  .lg-h-79 {
    height: calc(79 * 1%);
  }
  .lg-min-h-79 {
    min-height: calc(79 * 1%);
  }
  .lg-max-h-79 {
    max-height: calc(79 * 1%);
  }
  .lg-w-80 {
    width: calc(80 * 1%);
  }
  .lg-min-w-80 {
    min-width: calc(80 * 1%);
  }
  .lg-max-w-80 {
    max-width: calc(80 * 1%);
  }
  .lg-h-80 {
    height: calc(80 * 1%);
  }
  .lg-min-h-80 {
    min-height: calc(80 * 1%);
  }
  .lg-max-h-80 {
    max-height: calc(80 * 1%);
  }
  .lg-w-81 {
    width: calc(81 * 1%);
  }
  .lg-min-w-81 {
    min-width: calc(81 * 1%);
  }
  .lg-max-w-81 {
    max-width: calc(81 * 1%);
  }
  .lg-h-81 {
    height: calc(81 * 1%);
  }
  .lg-min-h-81 {
    min-height: calc(81 * 1%);
  }
  .lg-max-h-81 {
    max-height: calc(81 * 1%);
  }
  .lg-w-82 {
    width: calc(82 * 1%);
  }
  .lg-min-w-82 {
    min-width: calc(82 * 1%);
  }
  .lg-max-w-82 {
    max-width: calc(82 * 1%);
  }
  .lg-h-82 {
    height: calc(82 * 1%);
  }
  .lg-min-h-82 {
    min-height: calc(82 * 1%);
  }
  .lg-max-h-82 {
    max-height: calc(82 * 1%);
  }
  .lg-w-83 {
    width: calc(83 * 1%);
  }
  .lg-min-w-83 {
    min-width: calc(83 * 1%);
  }
  .lg-max-w-83 {
    max-width: calc(83 * 1%);
  }
  .lg-h-83 {
    height: calc(83 * 1%);
  }
  .lg-min-h-83 {
    min-height: calc(83 * 1%);
  }
  .lg-max-h-83 {
    max-height: calc(83 * 1%);
  }
  .lg-w-84 {
    width: calc(84 * 1%);
  }
  .lg-min-w-84 {
    min-width: calc(84 * 1%);
  }
  .lg-max-w-84 {
    max-width: calc(84 * 1%);
  }
  .lg-h-84 {
    height: calc(84 * 1%);
  }
  .lg-min-h-84 {
    min-height: calc(84 * 1%);
  }
  .lg-max-h-84 {
    max-height: calc(84 * 1%);
  }
  .lg-w-85 {
    width: calc(85 * 1%);
  }
  .lg-min-w-85 {
    min-width: calc(85 * 1%);
  }
  .lg-max-w-85 {
    max-width: calc(85 * 1%);
  }
  .lg-h-85 {
    height: calc(85 * 1%);
  }
  .lg-min-h-85 {
    min-height: calc(85 * 1%);
  }
  .lg-max-h-85 {
    max-height: calc(85 * 1%);
  }
  .lg-w-86 {
    width: calc(86 * 1%);
  }
  .lg-min-w-86 {
    min-width: calc(86 * 1%);
  }
  .lg-max-w-86 {
    max-width: calc(86 * 1%);
  }
  .lg-h-86 {
    height: calc(86 * 1%);
  }
  .lg-min-h-86 {
    min-height: calc(86 * 1%);
  }
  .lg-max-h-86 {
    max-height: calc(86 * 1%);
  }
  .lg-w-87 {
    width: calc(87 * 1%);
  }
  .lg-min-w-87 {
    min-width: calc(87 * 1%);
  }
  .lg-max-w-87 {
    max-width: calc(87 * 1%);
  }
  .lg-h-87 {
    height: calc(87 * 1%);
  }
  .lg-min-h-87 {
    min-height: calc(87 * 1%);
  }
  .lg-max-h-87 {
    max-height: calc(87 * 1%);
  }
  .lg-w-88 {
    width: calc(88 * 1%);
  }
  .lg-min-w-88 {
    min-width: calc(88 * 1%);
  }
  .lg-max-w-88 {
    max-width: calc(88 * 1%);
  }
  .lg-h-88 {
    height: calc(88 * 1%);
  }
  .lg-min-h-88 {
    min-height: calc(88 * 1%);
  }
  .lg-max-h-88 {
    max-height: calc(88 * 1%);
  }
  .lg-w-89 {
    width: calc(89 * 1%);
  }
  .lg-min-w-89 {
    min-width: calc(89 * 1%);
  }
  .lg-max-w-89 {
    max-width: calc(89 * 1%);
  }
  .lg-h-89 {
    height: calc(89 * 1%);
  }
  .lg-min-h-89 {
    min-height: calc(89 * 1%);
  }
  .lg-max-h-89 {
    max-height: calc(89 * 1%);
  }
  .lg-w-90 {
    width: calc(90 * 1%);
  }
  .lg-min-w-90 {
    min-width: calc(90 * 1%);
  }
  .lg-max-w-90 {
    max-width: calc(90 * 1%);
  }
  .lg-h-90 {
    height: calc(90 * 1%);
  }
  .lg-min-h-90 {
    min-height: calc(90 * 1%);
  }
  .lg-max-h-90 {
    max-height: calc(90 * 1%);
  }
  .lg-w-91 {
    width: calc(91 * 1%);
  }
  .lg-min-w-91 {
    min-width: calc(91 * 1%);
  }
  .lg-max-w-91 {
    max-width: calc(91 * 1%);
  }
  .lg-h-91 {
    height: calc(91 * 1%);
  }
  .lg-min-h-91 {
    min-height: calc(91 * 1%);
  }
  .lg-max-h-91 {
    max-height: calc(91 * 1%);
  }
  .lg-w-92 {
    width: calc(92 * 1%);
  }
  .lg-min-w-92 {
    min-width: calc(92 * 1%);
  }
  .lg-max-w-92 {
    max-width: calc(92 * 1%);
  }
  .lg-h-92 {
    height: calc(92 * 1%);
  }
  .lg-min-h-92 {
    min-height: calc(92 * 1%);
  }
  .lg-max-h-92 {
    max-height: calc(92 * 1%);
  }
  .lg-w-93 {
    width: calc(93 * 1%);
  }
  .lg-min-w-93 {
    min-width: calc(93 * 1%);
  }
  .lg-max-w-93 {
    max-width: calc(93 * 1%);
  }
  .lg-h-93 {
    height: calc(93 * 1%);
  }
  .lg-min-h-93 {
    min-height: calc(93 * 1%);
  }
  .lg-max-h-93 {
    max-height: calc(93 * 1%);
  }
  .lg-w-94 {
    width: calc(94 * 1%);
  }
  .lg-min-w-94 {
    min-width: calc(94 * 1%);
  }
  .lg-max-w-94 {
    max-width: calc(94 * 1%);
  }
  .lg-h-94 {
    height: calc(94 * 1%);
  }
  .lg-min-h-94 {
    min-height: calc(94 * 1%);
  }
  .lg-max-h-94 {
    max-height: calc(94 * 1%);
  }
  .lg-w-95 {
    width: calc(95 * 1%);
  }
  .lg-min-w-95 {
    min-width: calc(95 * 1%);
  }
  .lg-max-w-95 {
    max-width: calc(95 * 1%);
  }
  .lg-h-95 {
    height: calc(95 * 1%);
  }
  .lg-min-h-95 {
    min-height: calc(95 * 1%);
  }
  .lg-max-h-95 {
    max-height: calc(95 * 1%);
  }
  .lg-w-96 {
    width: calc(96 * 1%);
  }
  .lg-min-w-96 {
    min-width: calc(96 * 1%);
  }
  .lg-max-w-96 {
    max-width: calc(96 * 1%);
  }
  .lg-h-96 {
    height: calc(96 * 1%);
  }
  .lg-min-h-96 {
    min-height: calc(96 * 1%);
  }
  .lg-max-h-96 {
    max-height: calc(96 * 1%);
  }
  .lg-w-97 {
    width: calc(97 * 1%);
  }
  .lg-min-w-97 {
    min-width: calc(97 * 1%);
  }
  .lg-max-w-97 {
    max-width: calc(97 * 1%);
  }
  .lg-h-97 {
    height: calc(97 * 1%);
  }
  .lg-min-h-97 {
    min-height: calc(97 * 1%);
  }
  .lg-max-h-97 {
    max-height: calc(97 * 1%);
  }
  .lg-w-98 {
    width: calc(98 * 1%);
  }
  .lg-min-w-98 {
    min-width: calc(98 * 1%);
  }
  .lg-max-w-98 {
    max-width: calc(98 * 1%);
  }
  .lg-h-98 {
    height: calc(98 * 1%);
  }
  .lg-min-h-98 {
    min-height: calc(98 * 1%);
  }
  .lg-max-h-98 {
    max-height: calc(98 * 1%);
  }
  .lg-w-99 {
    width: calc(99 * 1%);
  }
  .lg-min-w-99 {
    min-width: calc(99 * 1%);
  }
  .lg-max-w-99 {
    max-width: calc(99 * 1%);
  }
  .lg-h-99 {
    height: calc(99 * 1%);
  }
  .lg-min-h-99 {
    min-height: calc(99 * 1%);
  }
  .lg-max-h-99 {
    max-height: calc(99 * 1%);
  }
  .lg-w-100 {
    width: calc(100 * 1%);
  }
  .lg-min-w-100 {
    min-width: calc(100 * 1%);
  }
  .lg-max-w-100 {
    max-width: calc(100 * 1%);
  }
  .lg-h-100 {
    height: calc(100 * 1%);
  }
  .lg-min-h-100 {
    min-height: calc(100 * 1%);
  }
  .lg-max-h-100 {
    max-height: calc(100 * 1%);
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-relative {
    position: relative;
  }
  .lg-top-0 {
    top: 0;
  }
  .lg-right-0 {
    right: 0;
  }
  .lg-bottom-0 {
    bottom: 0;
  }
  .lg-left-0 {
    left: 0;
  }
  .lg-inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .lg-inset-x-0 {
    right: 0;
    left: 0;
  }
  .lg-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .lg-inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .lg-inset-x-auto {
    right: auto;
    left: auto;
  }
  .lg-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .lg-center-x {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .lg-center-y {
    top: 50%;
    transform: translate(0, -50%);
  }
  .lg-flex-row {
    flex-direction: row;
  }
  .lg-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg-flex-column {
    flex-direction: column;
  }
  .lg-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .lg-flex-wrap {
    flex-wrap: wrap;
  }
  .lg-flex-no-wrap {
    flex-wrap: nowrap;
  }
  .lg-justify-start {
    justify-content: flex-start;
  }
  .lg-justify-end {
    justify-content: flex-end;
  }
  .lg-justify-center {
    justify-content: center;
  }
  .lg-justify-between {
    justify-content: space-between;
  }
  .lg-justify-around {
    justify-content: space-around;
  }
  .lg-justify-evenly {
    justify-content: space-evenly;
  }
  .lg-items-start {
    align-items: flex-start;
  }
  .lg-items-end {
    align-items: flex-end;
  }
  .lg-items-center {
    align-items: center;
  }
  .lg-items-stretch {
    align-items: stretch;
  }
  .lg-flex-grow {
    flex-grow: 1;
  }
  .lg-flex-shrink {
    flex-shrink: 1;
  }
  .lg-flex-no-grow {
    flex-grow: 0;
  }
  .lg-flex-no-shrink {
    flex-shrink: 0;
  }
  .lg-flex-1 {
    flex: 1;
  }
  .lg-flex-auto {
    flex: auto;
  }
  .lg-flex-none {
    flex: none;
  }
  .lg-float-none {
    float: none;
  }
  .lg-float-right {
    float: right;
  }
  .lg-float-left {
    float: left;
  }
  .lg-order-first {
    order: -9999;
  }
  .lg-order-last {
    order: 9999;
  }
  .lg-order-normal {
    order: 0;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
  .lg-order-5 {
    order: 5;
  }
  .lg-order-6 {
    order: 6;
  }
  .lg-self-start {
    align-self: flex-start;
  }
  .lg-self-end {
    align-self: flex-end;
  }
  .lg-self-center {
    align-self: center;
  }
  .lg-z-auto {
    z-index: auto;
  }
  .lg-z-1 {
    z-index: 1;
  }
  .lg-z-10 {
    z-index: 10;
  }
  .lg-z-100 {
    z-index: 100;
  }
}
@media (min-width: 1280px) {
  .xl-aspect-auto {
    aspect-ratio: auto;
  }
  .xl-aspect-square {
    aspect-ratio: 1/1;
  }
  .xl-aspect-2-1 {
    aspect-ratio: 2/1;
  }
  .xl-aspect-4-1 {
    aspect-ratio: 4/1;
  }
  .xl-aspect-8-3 {
    aspect-ratio: 8/3;
  }
  .xl-aspect-16-9 {
    aspect-ratio: 16/9;
  }
  .xl-block {
    display: block;
  }
  .xl-inline {
    display: inline;
  }
  .xl-inline-block {
    display: inline-block;
  }
  .xl-flex {
    display: flex;
  }
  .xl-flex-inline {
    display: inline-flex;
  }
  .xl-table {
    display: table;
  }
  .xl-table-row {
    display: table-row;
  }
  .xl-table-cell {
    display: table-cell;
  }
  .xl-hidden {
    display: none;
  }
  .xl-unset {
    display: unset;
  }
  .xl-w-auto {
    width: auto;
  }
  .xl-h-auto {
    height: auto;
  }
  .xl-min-w-screen {
    min-width: 100vw;
  }
  .xl-min-h-screen {
    min-height: 100vh;
  }
  .xl-max-w-screen {
    max-width: 100vw;
  }
  .xl-max-h-screen {
    max-height: 100vh;
  }
  .xl-w-0 {
    width: calc(0 * 1%);
  }
  .xl-min-w-0 {
    min-width: calc(0 * 1%);
  }
  .xl-max-w-0 {
    max-width: calc(0 * 1%);
  }
  .xl-h-0 {
    height: calc(0 * 1%);
  }
  .xl-min-h-0 {
    min-height: calc(0 * 1%);
  }
  .xl-max-h-0 {
    max-height: calc(0 * 1%);
  }
  .xl-w-1 {
    width: calc(1 * 1%);
  }
  .xl-min-w-1 {
    min-width: calc(1 * 1%);
  }
  .xl-max-w-1 {
    max-width: calc(1 * 1%);
  }
  .xl-h-1 {
    height: calc(1 * 1%);
  }
  .xl-min-h-1 {
    min-height: calc(1 * 1%);
  }
  .xl-max-h-1 {
    max-height: calc(1 * 1%);
  }
  .xl-w-2 {
    width: calc(2 * 1%);
  }
  .xl-min-w-2 {
    min-width: calc(2 * 1%);
  }
  .xl-max-w-2 {
    max-width: calc(2 * 1%);
  }
  .xl-h-2 {
    height: calc(2 * 1%);
  }
  .xl-min-h-2 {
    min-height: calc(2 * 1%);
  }
  .xl-max-h-2 {
    max-height: calc(2 * 1%);
  }
  .xl-w-3 {
    width: calc(3 * 1%);
  }
  .xl-min-w-3 {
    min-width: calc(3 * 1%);
  }
  .xl-max-w-3 {
    max-width: calc(3 * 1%);
  }
  .xl-h-3 {
    height: calc(3 * 1%);
  }
  .xl-min-h-3 {
    min-height: calc(3 * 1%);
  }
  .xl-max-h-3 {
    max-height: calc(3 * 1%);
  }
  .xl-w-4 {
    width: calc(4 * 1%);
  }
  .xl-min-w-4 {
    min-width: calc(4 * 1%);
  }
  .xl-max-w-4 {
    max-width: calc(4 * 1%);
  }
  .xl-h-4 {
    height: calc(4 * 1%);
  }
  .xl-min-h-4 {
    min-height: calc(4 * 1%);
  }
  .xl-max-h-4 {
    max-height: calc(4 * 1%);
  }
  .xl-w-5 {
    width: calc(5 * 1%);
  }
  .xl-min-w-5 {
    min-width: calc(5 * 1%);
  }
  .xl-max-w-5 {
    max-width: calc(5 * 1%);
  }
  .xl-h-5 {
    height: calc(5 * 1%);
  }
  .xl-min-h-5 {
    min-height: calc(5 * 1%);
  }
  .xl-max-h-5 {
    max-height: calc(5 * 1%);
  }
  .xl-w-6 {
    width: calc(6 * 1%);
  }
  .xl-min-w-6 {
    min-width: calc(6 * 1%);
  }
  .xl-max-w-6 {
    max-width: calc(6 * 1%);
  }
  .xl-h-6 {
    height: calc(6 * 1%);
  }
  .xl-min-h-6 {
    min-height: calc(6 * 1%);
  }
  .xl-max-h-6 {
    max-height: calc(6 * 1%);
  }
  .xl-w-7 {
    width: calc(7 * 1%);
  }
  .xl-min-w-7 {
    min-width: calc(7 * 1%);
  }
  .xl-max-w-7 {
    max-width: calc(7 * 1%);
  }
  .xl-h-7 {
    height: calc(7 * 1%);
  }
  .xl-min-h-7 {
    min-height: calc(7 * 1%);
  }
  .xl-max-h-7 {
    max-height: calc(7 * 1%);
  }
  .xl-w-8 {
    width: calc(8 * 1%);
  }
  .xl-min-w-8 {
    min-width: calc(8 * 1%);
  }
  .xl-max-w-8 {
    max-width: calc(8 * 1%);
  }
  .xl-h-8 {
    height: calc(8 * 1%);
  }
  .xl-min-h-8 {
    min-height: calc(8 * 1%);
  }
  .xl-max-h-8 {
    max-height: calc(8 * 1%);
  }
  .xl-w-9 {
    width: calc(9 * 1%);
  }
  .xl-min-w-9 {
    min-width: calc(9 * 1%);
  }
  .xl-max-w-9 {
    max-width: calc(9 * 1%);
  }
  .xl-h-9 {
    height: calc(9 * 1%);
  }
  .xl-min-h-9 {
    min-height: calc(9 * 1%);
  }
  .xl-max-h-9 {
    max-height: calc(9 * 1%);
  }
  .xl-w-10 {
    width: calc(10 * 1%);
  }
  .xl-min-w-10 {
    min-width: calc(10 * 1%);
  }
  .xl-max-w-10 {
    max-width: calc(10 * 1%);
  }
  .xl-h-10 {
    height: calc(10 * 1%);
  }
  .xl-min-h-10 {
    min-height: calc(10 * 1%);
  }
  .xl-max-h-10 {
    max-height: calc(10 * 1%);
  }
  .xl-w-11 {
    width: calc(11 * 1%);
  }
  .xl-min-w-11 {
    min-width: calc(11 * 1%);
  }
  .xl-max-w-11 {
    max-width: calc(11 * 1%);
  }
  .xl-h-11 {
    height: calc(11 * 1%);
  }
  .xl-min-h-11 {
    min-height: calc(11 * 1%);
  }
  .xl-max-h-11 {
    max-height: calc(11 * 1%);
  }
  .xl-w-12 {
    width: calc(12 * 1%);
  }
  .xl-min-w-12 {
    min-width: calc(12 * 1%);
  }
  .xl-max-w-12 {
    max-width: calc(12 * 1%);
  }
  .xl-h-12 {
    height: calc(12 * 1%);
  }
  .xl-min-h-12 {
    min-height: calc(12 * 1%);
  }
  .xl-max-h-12 {
    max-height: calc(12 * 1%);
  }
  .xl-w-13 {
    width: calc(13 * 1%);
  }
  .xl-min-w-13 {
    min-width: calc(13 * 1%);
  }
  .xl-max-w-13 {
    max-width: calc(13 * 1%);
  }
  .xl-h-13 {
    height: calc(13 * 1%);
  }
  .xl-min-h-13 {
    min-height: calc(13 * 1%);
  }
  .xl-max-h-13 {
    max-height: calc(13 * 1%);
  }
  .xl-w-14 {
    width: calc(14 * 1%);
  }
  .xl-min-w-14 {
    min-width: calc(14 * 1%);
  }
  .xl-max-w-14 {
    max-width: calc(14 * 1%);
  }
  .xl-h-14 {
    height: calc(14 * 1%);
  }
  .xl-min-h-14 {
    min-height: calc(14 * 1%);
  }
  .xl-max-h-14 {
    max-height: calc(14 * 1%);
  }
  .xl-w-15 {
    width: calc(15 * 1%);
  }
  .xl-min-w-15 {
    min-width: calc(15 * 1%);
  }
  .xl-max-w-15 {
    max-width: calc(15 * 1%);
  }
  .xl-h-15 {
    height: calc(15 * 1%);
  }
  .xl-min-h-15 {
    min-height: calc(15 * 1%);
  }
  .xl-max-h-15 {
    max-height: calc(15 * 1%);
  }
  .xl-w-16 {
    width: calc(16 * 1%);
  }
  .xl-min-w-16 {
    min-width: calc(16 * 1%);
  }
  .xl-max-w-16 {
    max-width: calc(16 * 1%);
  }
  .xl-h-16 {
    height: calc(16 * 1%);
  }
  .xl-min-h-16 {
    min-height: calc(16 * 1%);
  }
  .xl-max-h-16 {
    max-height: calc(16 * 1%);
  }
  .xl-w-17 {
    width: calc(17 * 1%);
  }
  .xl-min-w-17 {
    min-width: calc(17 * 1%);
  }
  .xl-max-w-17 {
    max-width: calc(17 * 1%);
  }
  .xl-h-17 {
    height: calc(17 * 1%);
  }
  .xl-min-h-17 {
    min-height: calc(17 * 1%);
  }
  .xl-max-h-17 {
    max-height: calc(17 * 1%);
  }
  .xl-w-18 {
    width: calc(18 * 1%);
  }
  .xl-min-w-18 {
    min-width: calc(18 * 1%);
  }
  .xl-max-w-18 {
    max-width: calc(18 * 1%);
  }
  .xl-h-18 {
    height: calc(18 * 1%);
  }
  .xl-min-h-18 {
    min-height: calc(18 * 1%);
  }
  .xl-max-h-18 {
    max-height: calc(18 * 1%);
  }
  .xl-w-19 {
    width: calc(19 * 1%);
  }
  .xl-min-w-19 {
    min-width: calc(19 * 1%);
  }
  .xl-max-w-19 {
    max-width: calc(19 * 1%);
  }
  .xl-h-19 {
    height: calc(19 * 1%);
  }
  .xl-min-h-19 {
    min-height: calc(19 * 1%);
  }
  .xl-max-h-19 {
    max-height: calc(19 * 1%);
  }
  .xl-w-20 {
    width: calc(20 * 1%);
  }
  .xl-min-w-20 {
    min-width: calc(20 * 1%);
  }
  .xl-max-w-20 {
    max-width: calc(20 * 1%);
  }
  .xl-h-20 {
    height: calc(20 * 1%);
  }
  .xl-min-h-20 {
    min-height: calc(20 * 1%);
  }
  .xl-max-h-20 {
    max-height: calc(20 * 1%);
  }
  .xl-w-21 {
    width: calc(21 * 1%);
  }
  .xl-min-w-21 {
    min-width: calc(21 * 1%);
  }
  .xl-max-w-21 {
    max-width: calc(21 * 1%);
  }
  .xl-h-21 {
    height: calc(21 * 1%);
  }
  .xl-min-h-21 {
    min-height: calc(21 * 1%);
  }
  .xl-max-h-21 {
    max-height: calc(21 * 1%);
  }
  .xl-w-22 {
    width: calc(22 * 1%);
  }
  .xl-min-w-22 {
    min-width: calc(22 * 1%);
  }
  .xl-max-w-22 {
    max-width: calc(22 * 1%);
  }
  .xl-h-22 {
    height: calc(22 * 1%);
  }
  .xl-min-h-22 {
    min-height: calc(22 * 1%);
  }
  .xl-max-h-22 {
    max-height: calc(22 * 1%);
  }
  .xl-w-23 {
    width: calc(23 * 1%);
  }
  .xl-min-w-23 {
    min-width: calc(23 * 1%);
  }
  .xl-max-w-23 {
    max-width: calc(23 * 1%);
  }
  .xl-h-23 {
    height: calc(23 * 1%);
  }
  .xl-min-h-23 {
    min-height: calc(23 * 1%);
  }
  .xl-max-h-23 {
    max-height: calc(23 * 1%);
  }
  .xl-w-24 {
    width: calc(24 * 1%);
  }
  .xl-min-w-24 {
    min-width: calc(24 * 1%);
  }
  .xl-max-w-24 {
    max-width: calc(24 * 1%);
  }
  .xl-h-24 {
    height: calc(24 * 1%);
  }
  .xl-min-h-24 {
    min-height: calc(24 * 1%);
  }
  .xl-max-h-24 {
    max-height: calc(24 * 1%);
  }
  .xl-w-25 {
    width: calc(25 * 1%);
  }
  .xl-min-w-25 {
    min-width: calc(25 * 1%);
  }
  .xl-max-w-25 {
    max-width: calc(25 * 1%);
  }
  .xl-h-25 {
    height: calc(25 * 1%);
  }
  .xl-min-h-25 {
    min-height: calc(25 * 1%);
  }
  .xl-max-h-25 {
    max-height: calc(25 * 1%);
  }
  .xl-w-26 {
    width: calc(26 * 1%);
  }
  .xl-min-w-26 {
    min-width: calc(26 * 1%);
  }
  .xl-max-w-26 {
    max-width: calc(26 * 1%);
  }
  .xl-h-26 {
    height: calc(26 * 1%);
  }
  .xl-min-h-26 {
    min-height: calc(26 * 1%);
  }
  .xl-max-h-26 {
    max-height: calc(26 * 1%);
  }
  .xl-w-27 {
    width: calc(27 * 1%);
  }
  .xl-min-w-27 {
    min-width: calc(27 * 1%);
  }
  .xl-max-w-27 {
    max-width: calc(27 * 1%);
  }
  .xl-h-27 {
    height: calc(27 * 1%);
  }
  .xl-min-h-27 {
    min-height: calc(27 * 1%);
  }
  .xl-max-h-27 {
    max-height: calc(27 * 1%);
  }
  .xl-w-28 {
    width: calc(28 * 1%);
  }
  .xl-min-w-28 {
    min-width: calc(28 * 1%);
  }
  .xl-max-w-28 {
    max-width: calc(28 * 1%);
  }
  .xl-h-28 {
    height: calc(28 * 1%);
  }
  .xl-min-h-28 {
    min-height: calc(28 * 1%);
  }
  .xl-max-h-28 {
    max-height: calc(28 * 1%);
  }
  .xl-w-29 {
    width: calc(29 * 1%);
  }
  .xl-min-w-29 {
    min-width: calc(29 * 1%);
  }
  .xl-max-w-29 {
    max-width: calc(29 * 1%);
  }
  .xl-h-29 {
    height: calc(29 * 1%);
  }
  .xl-min-h-29 {
    min-height: calc(29 * 1%);
  }
  .xl-max-h-29 {
    max-height: calc(29 * 1%);
  }
  .xl-w-30 {
    width: calc(30 * 1%);
  }
  .xl-min-w-30 {
    min-width: calc(30 * 1%);
  }
  .xl-max-w-30 {
    max-width: calc(30 * 1%);
  }
  .xl-h-30 {
    height: calc(30 * 1%);
  }
  .xl-min-h-30 {
    min-height: calc(30 * 1%);
  }
  .xl-max-h-30 {
    max-height: calc(30 * 1%);
  }
  .xl-w-31 {
    width: calc(31 * 1%);
  }
  .xl-min-w-31 {
    min-width: calc(31 * 1%);
  }
  .xl-max-w-31 {
    max-width: calc(31 * 1%);
  }
  .xl-h-31 {
    height: calc(31 * 1%);
  }
  .xl-min-h-31 {
    min-height: calc(31 * 1%);
  }
  .xl-max-h-31 {
    max-height: calc(31 * 1%);
  }
  .xl-w-32 {
    width: calc(32 * 1%);
  }
  .xl-min-w-32 {
    min-width: calc(32 * 1%);
  }
  .xl-max-w-32 {
    max-width: calc(32 * 1%);
  }
  .xl-h-32 {
    height: calc(32 * 1%);
  }
  .xl-min-h-32 {
    min-height: calc(32 * 1%);
  }
  .xl-max-h-32 {
    max-height: calc(32 * 1%);
  }
  .xl-w-33 {
    width: calc(33 * 1%);
  }
  .xl-min-w-33 {
    min-width: calc(33 * 1%);
  }
  .xl-max-w-33 {
    max-width: calc(33 * 1%);
  }
  .xl-h-33 {
    height: calc(33 * 1%);
  }
  .xl-min-h-33 {
    min-height: calc(33 * 1%);
  }
  .xl-max-h-33 {
    max-height: calc(33 * 1%);
  }
  .xl-w-34 {
    width: calc(34 * 1%);
  }
  .xl-min-w-34 {
    min-width: calc(34 * 1%);
  }
  .xl-max-w-34 {
    max-width: calc(34 * 1%);
  }
  .xl-h-34 {
    height: calc(34 * 1%);
  }
  .xl-min-h-34 {
    min-height: calc(34 * 1%);
  }
  .xl-max-h-34 {
    max-height: calc(34 * 1%);
  }
  .xl-w-35 {
    width: calc(35 * 1%);
  }
  .xl-min-w-35 {
    min-width: calc(35 * 1%);
  }
  .xl-max-w-35 {
    max-width: calc(35 * 1%);
  }
  .xl-h-35 {
    height: calc(35 * 1%);
  }
  .xl-min-h-35 {
    min-height: calc(35 * 1%);
  }
  .xl-max-h-35 {
    max-height: calc(35 * 1%);
  }
  .xl-w-36 {
    width: calc(36 * 1%);
  }
  .xl-min-w-36 {
    min-width: calc(36 * 1%);
  }
  .xl-max-w-36 {
    max-width: calc(36 * 1%);
  }
  .xl-h-36 {
    height: calc(36 * 1%);
  }
  .xl-min-h-36 {
    min-height: calc(36 * 1%);
  }
  .xl-max-h-36 {
    max-height: calc(36 * 1%);
  }
  .xl-w-37 {
    width: calc(37 * 1%);
  }
  .xl-min-w-37 {
    min-width: calc(37 * 1%);
  }
  .xl-max-w-37 {
    max-width: calc(37 * 1%);
  }
  .xl-h-37 {
    height: calc(37 * 1%);
  }
  .xl-min-h-37 {
    min-height: calc(37 * 1%);
  }
  .xl-max-h-37 {
    max-height: calc(37 * 1%);
  }
  .xl-w-38 {
    width: calc(38 * 1%);
  }
  .xl-min-w-38 {
    min-width: calc(38 * 1%);
  }
  .xl-max-w-38 {
    max-width: calc(38 * 1%);
  }
  .xl-h-38 {
    height: calc(38 * 1%);
  }
  .xl-min-h-38 {
    min-height: calc(38 * 1%);
  }
  .xl-max-h-38 {
    max-height: calc(38 * 1%);
  }
  .xl-w-39 {
    width: calc(39 * 1%);
  }
  .xl-min-w-39 {
    min-width: calc(39 * 1%);
  }
  .xl-max-w-39 {
    max-width: calc(39 * 1%);
  }
  .xl-h-39 {
    height: calc(39 * 1%);
  }
  .xl-min-h-39 {
    min-height: calc(39 * 1%);
  }
  .xl-max-h-39 {
    max-height: calc(39 * 1%);
  }
  .xl-w-40 {
    width: calc(40 * 1%);
  }
  .xl-min-w-40 {
    min-width: calc(40 * 1%);
  }
  .xl-max-w-40 {
    max-width: calc(40 * 1%);
  }
  .xl-h-40 {
    height: calc(40 * 1%);
  }
  .xl-min-h-40 {
    min-height: calc(40 * 1%);
  }
  .xl-max-h-40 {
    max-height: calc(40 * 1%);
  }
  .xl-w-41 {
    width: calc(41 * 1%);
  }
  .xl-min-w-41 {
    min-width: calc(41 * 1%);
  }
  .xl-max-w-41 {
    max-width: calc(41 * 1%);
  }
  .xl-h-41 {
    height: calc(41 * 1%);
  }
  .xl-min-h-41 {
    min-height: calc(41 * 1%);
  }
  .xl-max-h-41 {
    max-height: calc(41 * 1%);
  }
  .xl-w-42 {
    width: calc(42 * 1%);
  }
  .xl-min-w-42 {
    min-width: calc(42 * 1%);
  }
  .xl-max-w-42 {
    max-width: calc(42 * 1%);
  }
  .xl-h-42 {
    height: calc(42 * 1%);
  }
  .xl-min-h-42 {
    min-height: calc(42 * 1%);
  }
  .xl-max-h-42 {
    max-height: calc(42 * 1%);
  }
  .xl-w-43 {
    width: calc(43 * 1%);
  }
  .xl-min-w-43 {
    min-width: calc(43 * 1%);
  }
  .xl-max-w-43 {
    max-width: calc(43 * 1%);
  }
  .xl-h-43 {
    height: calc(43 * 1%);
  }
  .xl-min-h-43 {
    min-height: calc(43 * 1%);
  }
  .xl-max-h-43 {
    max-height: calc(43 * 1%);
  }
  .xl-w-44 {
    width: calc(44 * 1%);
  }
  .xl-min-w-44 {
    min-width: calc(44 * 1%);
  }
  .xl-max-w-44 {
    max-width: calc(44 * 1%);
  }
  .xl-h-44 {
    height: calc(44 * 1%);
  }
  .xl-min-h-44 {
    min-height: calc(44 * 1%);
  }
  .xl-max-h-44 {
    max-height: calc(44 * 1%);
  }
  .xl-w-45 {
    width: calc(45 * 1%);
  }
  .xl-min-w-45 {
    min-width: calc(45 * 1%);
  }
  .xl-max-w-45 {
    max-width: calc(45 * 1%);
  }
  .xl-h-45 {
    height: calc(45 * 1%);
  }
  .xl-min-h-45 {
    min-height: calc(45 * 1%);
  }
  .xl-max-h-45 {
    max-height: calc(45 * 1%);
  }
  .xl-w-46 {
    width: calc(46 * 1%);
  }
  .xl-min-w-46 {
    min-width: calc(46 * 1%);
  }
  .xl-max-w-46 {
    max-width: calc(46 * 1%);
  }
  .xl-h-46 {
    height: calc(46 * 1%);
  }
  .xl-min-h-46 {
    min-height: calc(46 * 1%);
  }
  .xl-max-h-46 {
    max-height: calc(46 * 1%);
  }
  .xl-w-47 {
    width: calc(47 * 1%);
  }
  .xl-min-w-47 {
    min-width: calc(47 * 1%);
  }
  .xl-max-w-47 {
    max-width: calc(47 * 1%);
  }
  .xl-h-47 {
    height: calc(47 * 1%);
  }
  .xl-min-h-47 {
    min-height: calc(47 * 1%);
  }
  .xl-max-h-47 {
    max-height: calc(47 * 1%);
  }
  .xl-w-48 {
    width: calc(48 * 1%);
  }
  .xl-min-w-48 {
    min-width: calc(48 * 1%);
  }
  .xl-max-w-48 {
    max-width: calc(48 * 1%);
  }
  .xl-h-48 {
    height: calc(48 * 1%);
  }
  .xl-min-h-48 {
    min-height: calc(48 * 1%);
  }
  .xl-max-h-48 {
    max-height: calc(48 * 1%);
  }
  .xl-w-49 {
    width: calc(49 * 1%);
  }
  .xl-min-w-49 {
    min-width: calc(49 * 1%);
  }
  .xl-max-w-49 {
    max-width: calc(49 * 1%);
  }
  .xl-h-49 {
    height: calc(49 * 1%);
  }
  .xl-min-h-49 {
    min-height: calc(49 * 1%);
  }
  .xl-max-h-49 {
    max-height: calc(49 * 1%);
  }
  .xl-w-50 {
    width: calc(50 * 1%);
  }
  .xl-min-w-50 {
    min-width: calc(50 * 1%);
  }
  .xl-max-w-50 {
    max-width: calc(50 * 1%);
  }
  .xl-h-50 {
    height: calc(50 * 1%);
  }
  .xl-min-h-50 {
    min-height: calc(50 * 1%);
  }
  .xl-max-h-50 {
    max-height: calc(50 * 1%);
  }
  .xl-w-51 {
    width: calc(51 * 1%);
  }
  .xl-min-w-51 {
    min-width: calc(51 * 1%);
  }
  .xl-max-w-51 {
    max-width: calc(51 * 1%);
  }
  .xl-h-51 {
    height: calc(51 * 1%);
  }
  .xl-min-h-51 {
    min-height: calc(51 * 1%);
  }
  .xl-max-h-51 {
    max-height: calc(51 * 1%);
  }
  .xl-w-52 {
    width: calc(52 * 1%);
  }
  .xl-min-w-52 {
    min-width: calc(52 * 1%);
  }
  .xl-max-w-52 {
    max-width: calc(52 * 1%);
  }
  .xl-h-52 {
    height: calc(52 * 1%);
  }
  .xl-min-h-52 {
    min-height: calc(52 * 1%);
  }
  .xl-max-h-52 {
    max-height: calc(52 * 1%);
  }
  .xl-w-53 {
    width: calc(53 * 1%);
  }
  .xl-min-w-53 {
    min-width: calc(53 * 1%);
  }
  .xl-max-w-53 {
    max-width: calc(53 * 1%);
  }
  .xl-h-53 {
    height: calc(53 * 1%);
  }
  .xl-min-h-53 {
    min-height: calc(53 * 1%);
  }
  .xl-max-h-53 {
    max-height: calc(53 * 1%);
  }
  .xl-w-54 {
    width: calc(54 * 1%);
  }
  .xl-min-w-54 {
    min-width: calc(54 * 1%);
  }
  .xl-max-w-54 {
    max-width: calc(54 * 1%);
  }
  .xl-h-54 {
    height: calc(54 * 1%);
  }
  .xl-min-h-54 {
    min-height: calc(54 * 1%);
  }
  .xl-max-h-54 {
    max-height: calc(54 * 1%);
  }
  .xl-w-55 {
    width: calc(55 * 1%);
  }
  .xl-min-w-55 {
    min-width: calc(55 * 1%);
  }
  .xl-max-w-55 {
    max-width: calc(55 * 1%);
  }
  .xl-h-55 {
    height: calc(55 * 1%);
  }
  .xl-min-h-55 {
    min-height: calc(55 * 1%);
  }
  .xl-max-h-55 {
    max-height: calc(55 * 1%);
  }
  .xl-w-56 {
    width: calc(56 * 1%);
  }
  .xl-min-w-56 {
    min-width: calc(56 * 1%);
  }
  .xl-max-w-56 {
    max-width: calc(56 * 1%);
  }
  .xl-h-56 {
    height: calc(56 * 1%);
  }
  .xl-min-h-56 {
    min-height: calc(56 * 1%);
  }
  .xl-max-h-56 {
    max-height: calc(56 * 1%);
  }
  .xl-w-57 {
    width: calc(57 * 1%);
  }
  .xl-min-w-57 {
    min-width: calc(57 * 1%);
  }
  .xl-max-w-57 {
    max-width: calc(57 * 1%);
  }
  .xl-h-57 {
    height: calc(57 * 1%);
  }
  .xl-min-h-57 {
    min-height: calc(57 * 1%);
  }
  .xl-max-h-57 {
    max-height: calc(57 * 1%);
  }
  .xl-w-58 {
    width: calc(58 * 1%);
  }
  .xl-min-w-58 {
    min-width: calc(58 * 1%);
  }
  .xl-max-w-58 {
    max-width: calc(58 * 1%);
  }
  .xl-h-58 {
    height: calc(58 * 1%);
  }
  .xl-min-h-58 {
    min-height: calc(58 * 1%);
  }
  .xl-max-h-58 {
    max-height: calc(58 * 1%);
  }
  .xl-w-59 {
    width: calc(59 * 1%);
  }
  .xl-min-w-59 {
    min-width: calc(59 * 1%);
  }
  .xl-max-w-59 {
    max-width: calc(59 * 1%);
  }
  .xl-h-59 {
    height: calc(59 * 1%);
  }
  .xl-min-h-59 {
    min-height: calc(59 * 1%);
  }
  .xl-max-h-59 {
    max-height: calc(59 * 1%);
  }
  .xl-w-60 {
    width: calc(60 * 1%);
  }
  .xl-min-w-60 {
    min-width: calc(60 * 1%);
  }
  .xl-max-w-60 {
    max-width: calc(60 * 1%);
  }
  .xl-h-60 {
    height: calc(60 * 1%);
  }
  .xl-min-h-60 {
    min-height: calc(60 * 1%);
  }
  .xl-max-h-60 {
    max-height: calc(60 * 1%);
  }
  .xl-w-61 {
    width: calc(61 * 1%);
  }
  .xl-min-w-61 {
    min-width: calc(61 * 1%);
  }
  .xl-max-w-61 {
    max-width: calc(61 * 1%);
  }
  .xl-h-61 {
    height: calc(61 * 1%);
  }
  .xl-min-h-61 {
    min-height: calc(61 * 1%);
  }
  .xl-max-h-61 {
    max-height: calc(61 * 1%);
  }
  .xl-w-62 {
    width: calc(62 * 1%);
  }
  .xl-min-w-62 {
    min-width: calc(62 * 1%);
  }
  .xl-max-w-62 {
    max-width: calc(62 * 1%);
  }
  .xl-h-62 {
    height: calc(62 * 1%);
  }
  .xl-min-h-62 {
    min-height: calc(62 * 1%);
  }
  .xl-max-h-62 {
    max-height: calc(62 * 1%);
  }
  .xl-w-63 {
    width: calc(63 * 1%);
  }
  .xl-min-w-63 {
    min-width: calc(63 * 1%);
  }
  .xl-max-w-63 {
    max-width: calc(63 * 1%);
  }
  .xl-h-63 {
    height: calc(63 * 1%);
  }
  .xl-min-h-63 {
    min-height: calc(63 * 1%);
  }
  .xl-max-h-63 {
    max-height: calc(63 * 1%);
  }
  .xl-w-64 {
    width: calc(64 * 1%);
  }
  .xl-min-w-64 {
    min-width: calc(64 * 1%);
  }
  .xl-max-w-64 {
    max-width: calc(64 * 1%);
  }
  .xl-h-64 {
    height: calc(64 * 1%);
  }
  .xl-min-h-64 {
    min-height: calc(64 * 1%);
  }
  .xl-max-h-64 {
    max-height: calc(64 * 1%);
  }
  .xl-w-65 {
    width: calc(65 * 1%);
  }
  .xl-min-w-65 {
    min-width: calc(65 * 1%);
  }
  .xl-max-w-65 {
    max-width: calc(65 * 1%);
  }
  .xl-h-65 {
    height: calc(65 * 1%);
  }
  .xl-min-h-65 {
    min-height: calc(65 * 1%);
  }
  .xl-max-h-65 {
    max-height: calc(65 * 1%);
  }
  .xl-w-66 {
    width: calc(66 * 1%);
  }
  .xl-min-w-66 {
    min-width: calc(66 * 1%);
  }
  .xl-max-w-66 {
    max-width: calc(66 * 1%);
  }
  .xl-h-66 {
    height: calc(66 * 1%);
  }
  .xl-min-h-66 {
    min-height: calc(66 * 1%);
  }
  .xl-max-h-66 {
    max-height: calc(66 * 1%);
  }
  .xl-w-67 {
    width: calc(67 * 1%);
  }
  .xl-min-w-67 {
    min-width: calc(67 * 1%);
  }
  .xl-max-w-67 {
    max-width: calc(67 * 1%);
  }
  .xl-h-67 {
    height: calc(67 * 1%);
  }
  .xl-min-h-67 {
    min-height: calc(67 * 1%);
  }
  .xl-max-h-67 {
    max-height: calc(67 * 1%);
  }
  .xl-w-68 {
    width: calc(68 * 1%);
  }
  .xl-min-w-68 {
    min-width: calc(68 * 1%);
  }
  .xl-max-w-68 {
    max-width: calc(68 * 1%);
  }
  .xl-h-68 {
    height: calc(68 * 1%);
  }
  .xl-min-h-68 {
    min-height: calc(68 * 1%);
  }
  .xl-max-h-68 {
    max-height: calc(68 * 1%);
  }
  .xl-w-69 {
    width: calc(69 * 1%);
  }
  .xl-min-w-69 {
    min-width: calc(69 * 1%);
  }
  .xl-max-w-69 {
    max-width: calc(69 * 1%);
  }
  .xl-h-69 {
    height: calc(69 * 1%);
  }
  .xl-min-h-69 {
    min-height: calc(69 * 1%);
  }
  .xl-max-h-69 {
    max-height: calc(69 * 1%);
  }
  .xl-w-70 {
    width: calc(70 * 1%);
  }
  .xl-min-w-70 {
    min-width: calc(70 * 1%);
  }
  .xl-max-w-70 {
    max-width: calc(70 * 1%);
  }
  .xl-h-70 {
    height: calc(70 * 1%);
  }
  .xl-min-h-70 {
    min-height: calc(70 * 1%);
  }
  .xl-max-h-70 {
    max-height: calc(70 * 1%);
  }
  .xl-w-71 {
    width: calc(71 * 1%);
  }
  .xl-min-w-71 {
    min-width: calc(71 * 1%);
  }
  .xl-max-w-71 {
    max-width: calc(71 * 1%);
  }
  .xl-h-71 {
    height: calc(71 * 1%);
  }
  .xl-min-h-71 {
    min-height: calc(71 * 1%);
  }
  .xl-max-h-71 {
    max-height: calc(71 * 1%);
  }
  .xl-w-72 {
    width: calc(72 * 1%);
  }
  .xl-min-w-72 {
    min-width: calc(72 * 1%);
  }
  .xl-max-w-72 {
    max-width: calc(72 * 1%);
  }
  .xl-h-72 {
    height: calc(72 * 1%);
  }
  .xl-min-h-72 {
    min-height: calc(72 * 1%);
  }
  .xl-max-h-72 {
    max-height: calc(72 * 1%);
  }
  .xl-w-73 {
    width: calc(73 * 1%);
  }
  .xl-min-w-73 {
    min-width: calc(73 * 1%);
  }
  .xl-max-w-73 {
    max-width: calc(73 * 1%);
  }
  .xl-h-73 {
    height: calc(73 * 1%);
  }
  .xl-min-h-73 {
    min-height: calc(73 * 1%);
  }
  .xl-max-h-73 {
    max-height: calc(73 * 1%);
  }
  .xl-w-74 {
    width: calc(74 * 1%);
  }
  .xl-min-w-74 {
    min-width: calc(74 * 1%);
  }
  .xl-max-w-74 {
    max-width: calc(74 * 1%);
  }
  .xl-h-74 {
    height: calc(74 * 1%);
  }
  .xl-min-h-74 {
    min-height: calc(74 * 1%);
  }
  .xl-max-h-74 {
    max-height: calc(74 * 1%);
  }
  .xl-w-75 {
    width: calc(75 * 1%);
  }
  .xl-min-w-75 {
    min-width: calc(75 * 1%);
  }
  .xl-max-w-75 {
    max-width: calc(75 * 1%);
  }
  .xl-h-75 {
    height: calc(75 * 1%);
  }
  .xl-min-h-75 {
    min-height: calc(75 * 1%);
  }
  .xl-max-h-75 {
    max-height: calc(75 * 1%);
  }
  .xl-w-76 {
    width: calc(76 * 1%);
  }
  .xl-min-w-76 {
    min-width: calc(76 * 1%);
  }
  .xl-max-w-76 {
    max-width: calc(76 * 1%);
  }
  .xl-h-76 {
    height: calc(76 * 1%);
  }
  .xl-min-h-76 {
    min-height: calc(76 * 1%);
  }
  .xl-max-h-76 {
    max-height: calc(76 * 1%);
  }
  .xl-w-77 {
    width: calc(77 * 1%);
  }
  .xl-min-w-77 {
    min-width: calc(77 * 1%);
  }
  .xl-max-w-77 {
    max-width: calc(77 * 1%);
  }
  .xl-h-77 {
    height: calc(77 * 1%);
  }
  .xl-min-h-77 {
    min-height: calc(77 * 1%);
  }
  .xl-max-h-77 {
    max-height: calc(77 * 1%);
  }
  .xl-w-78 {
    width: calc(78 * 1%);
  }
  .xl-min-w-78 {
    min-width: calc(78 * 1%);
  }
  .xl-max-w-78 {
    max-width: calc(78 * 1%);
  }
  .xl-h-78 {
    height: calc(78 * 1%);
  }
  .xl-min-h-78 {
    min-height: calc(78 * 1%);
  }
  .xl-max-h-78 {
    max-height: calc(78 * 1%);
  }
  .xl-w-79 {
    width: calc(79 * 1%);
  }
  .xl-min-w-79 {
    min-width: calc(79 * 1%);
  }
  .xl-max-w-79 {
    max-width: calc(79 * 1%);
  }
  .xl-h-79 {
    height: calc(79 * 1%);
  }
  .xl-min-h-79 {
    min-height: calc(79 * 1%);
  }
  .xl-max-h-79 {
    max-height: calc(79 * 1%);
  }
  .xl-w-80 {
    width: calc(80 * 1%);
  }
  .xl-min-w-80 {
    min-width: calc(80 * 1%);
  }
  .xl-max-w-80 {
    max-width: calc(80 * 1%);
  }
  .xl-h-80 {
    height: calc(80 * 1%);
  }
  .xl-min-h-80 {
    min-height: calc(80 * 1%);
  }
  .xl-max-h-80 {
    max-height: calc(80 * 1%);
  }
  .xl-w-81 {
    width: calc(81 * 1%);
  }
  .xl-min-w-81 {
    min-width: calc(81 * 1%);
  }
  .xl-max-w-81 {
    max-width: calc(81 * 1%);
  }
  .xl-h-81 {
    height: calc(81 * 1%);
  }
  .xl-min-h-81 {
    min-height: calc(81 * 1%);
  }
  .xl-max-h-81 {
    max-height: calc(81 * 1%);
  }
  .xl-w-82 {
    width: calc(82 * 1%);
  }
  .xl-min-w-82 {
    min-width: calc(82 * 1%);
  }
  .xl-max-w-82 {
    max-width: calc(82 * 1%);
  }
  .xl-h-82 {
    height: calc(82 * 1%);
  }
  .xl-min-h-82 {
    min-height: calc(82 * 1%);
  }
  .xl-max-h-82 {
    max-height: calc(82 * 1%);
  }
  .xl-w-83 {
    width: calc(83 * 1%);
  }
  .xl-min-w-83 {
    min-width: calc(83 * 1%);
  }
  .xl-max-w-83 {
    max-width: calc(83 * 1%);
  }
  .xl-h-83 {
    height: calc(83 * 1%);
  }
  .xl-min-h-83 {
    min-height: calc(83 * 1%);
  }
  .xl-max-h-83 {
    max-height: calc(83 * 1%);
  }
  .xl-w-84 {
    width: calc(84 * 1%);
  }
  .xl-min-w-84 {
    min-width: calc(84 * 1%);
  }
  .xl-max-w-84 {
    max-width: calc(84 * 1%);
  }
  .xl-h-84 {
    height: calc(84 * 1%);
  }
  .xl-min-h-84 {
    min-height: calc(84 * 1%);
  }
  .xl-max-h-84 {
    max-height: calc(84 * 1%);
  }
  .xl-w-85 {
    width: calc(85 * 1%);
  }
  .xl-min-w-85 {
    min-width: calc(85 * 1%);
  }
  .xl-max-w-85 {
    max-width: calc(85 * 1%);
  }
  .xl-h-85 {
    height: calc(85 * 1%);
  }
  .xl-min-h-85 {
    min-height: calc(85 * 1%);
  }
  .xl-max-h-85 {
    max-height: calc(85 * 1%);
  }
  .xl-w-86 {
    width: calc(86 * 1%);
  }
  .xl-min-w-86 {
    min-width: calc(86 * 1%);
  }
  .xl-max-w-86 {
    max-width: calc(86 * 1%);
  }
  .xl-h-86 {
    height: calc(86 * 1%);
  }
  .xl-min-h-86 {
    min-height: calc(86 * 1%);
  }
  .xl-max-h-86 {
    max-height: calc(86 * 1%);
  }
  .xl-w-87 {
    width: calc(87 * 1%);
  }
  .xl-min-w-87 {
    min-width: calc(87 * 1%);
  }
  .xl-max-w-87 {
    max-width: calc(87 * 1%);
  }
  .xl-h-87 {
    height: calc(87 * 1%);
  }
  .xl-min-h-87 {
    min-height: calc(87 * 1%);
  }
  .xl-max-h-87 {
    max-height: calc(87 * 1%);
  }
  .xl-w-88 {
    width: calc(88 * 1%);
  }
  .xl-min-w-88 {
    min-width: calc(88 * 1%);
  }
  .xl-max-w-88 {
    max-width: calc(88 * 1%);
  }
  .xl-h-88 {
    height: calc(88 * 1%);
  }
  .xl-min-h-88 {
    min-height: calc(88 * 1%);
  }
  .xl-max-h-88 {
    max-height: calc(88 * 1%);
  }
  .xl-w-89 {
    width: calc(89 * 1%);
  }
  .xl-min-w-89 {
    min-width: calc(89 * 1%);
  }
  .xl-max-w-89 {
    max-width: calc(89 * 1%);
  }
  .xl-h-89 {
    height: calc(89 * 1%);
  }
  .xl-min-h-89 {
    min-height: calc(89 * 1%);
  }
  .xl-max-h-89 {
    max-height: calc(89 * 1%);
  }
  .xl-w-90 {
    width: calc(90 * 1%);
  }
  .xl-min-w-90 {
    min-width: calc(90 * 1%);
  }
  .xl-max-w-90 {
    max-width: calc(90 * 1%);
  }
  .xl-h-90 {
    height: calc(90 * 1%);
  }
  .xl-min-h-90 {
    min-height: calc(90 * 1%);
  }
  .xl-max-h-90 {
    max-height: calc(90 * 1%);
  }
  .xl-w-91 {
    width: calc(91 * 1%);
  }
  .xl-min-w-91 {
    min-width: calc(91 * 1%);
  }
  .xl-max-w-91 {
    max-width: calc(91 * 1%);
  }
  .xl-h-91 {
    height: calc(91 * 1%);
  }
  .xl-min-h-91 {
    min-height: calc(91 * 1%);
  }
  .xl-max-h-91 {
    max-height: calc(91 * 1%);
  }
  .xl-w-92 {
    width: calc(92 * 1%);
  }
  .xl-min-w-92 {
    min-width: calc(92 * 1%);
  }
  .xl-max-w-92 {
    max-width: calc(92 * 1%);
  }
  .xl-h-92 {
    height: calc(92 * 1%);
  }
  .xl-min-h-92 {
    min-height: calc(92 * 1%);
  }
  .xl-max-h-92 {
    max-height: calc(92 * 1%);
  }
  .xl-w-93 {
    width: calc(93 * 1%);
  }
  .xl-min-w-93 {
    min-width: calc(93 * 1%);
  }
  .xl-max-w-93 {
    max-width: calc(93 * 1%);
  }
  .xl-h-93 {
    height: calc(93 * 1%);
  }
  .xl-min-h-93 {
    min-height: calc(93 * 1%);
  }
  .xl-max-h-93 {
    max-height: calc(93 * 1%);
  }
  .xl-w-94 {
    width: calc(94 * 1%);
  }
  .xl-min-w-94 {
    min-width: calc(94 * 1%);
  }
  .xl-max-w-94 {
    max-width: calc(94 * 1%);
  }
  .xl-h-94 {
    height: calc(94 * 1%);
  }
  .xl-min-h-94 {
    min-height: calc(94 * 1%);
  }
  .xl-max-h-94 {
    max-height: calc(94 * 1%);
  }
  .xl-w-95 {
    width: calc(95 * 1%);
  }
  .xl-min-w-95 {
    min-width: calc(95 * 1%);
  }
  .xl-max-w-95 {
    max-width: calc(95 * 1%);
  }
  .xl-h-95 {
    height: calc(95 * 1%);
  }
  .xl-min-h-95 {
    min-height: calc(95 * 1%);
  }
  .xl-max-h-95 {
    max-height: calc(95 * 1%);
  }
  .xl-w-96 {
    width: calc(96 * 1%);
  }
  .xl-min-w-96 {
    min-width: calc(96 * 1%);
  }
  .xl-max-w-96 {
    max-width: calc(96 * 1%);
  }
  .xl-h-96 {
    height: calc(96 * 1%);
  }
  .xl-min-h-96 {
    min-height: calc(96 * 1%);
  }
  .xl-max-h-96 {
    max-height: calc(96 * 1%);
  }
  .xl-w-97 {
    width: calc(97 * 1%);
  }
  .xl-min-w-97 {
    min-width: calc(97 * 1%);
  }
  .xl-max-w-97 {
    max-width: calc(97 * 1%);
  }
  .xl-h-97 {
    height: calc(97 * 1%);
  }
  .xl-min-h-97 {
    min-height: calc(97 * 1%);
  }
  .xl-max-h-97 {
    max-height: calc(97 * 1%);
  }
  .xl-w-98 {
    width: calc(98 * 1%);
  }
  .xl-min-w-98 {
    min-width: calc(98 * 1%);
  }
  .xl-max-w-98 {
    max-width: calc(98 * 1%);
  }
  .xl-h-98 {
    height: calc(98 * 1%);
  }
  .xl-min-h-98 {
    min-height: calc(98 * 1%);
  }
  .xl-max-h-98 {
    max-height: calc(98 * 1%);
  }
  .xl-w-99 {
    width: calc(99 * 1%);
  }
  .xl-min-w-99 {
    min-width: calc(99 * 1%);
  }
  .xl-max-w-99 {
    max-width: calc(99 * 1%);
  }
  .xl-h-99 {
    height: calc(99 * 1%);
  }
  .xl-min-h-99 {
    min-height: calc(99 * 1%);
  }
  .xl-max-h-99 {
    max-height: calc(99 * 1%);
  }
  .xl-w-100 {
    width: calc(100 * 1%);
  }
  .xl-min-w-100 {
    min-width: calc(100 * 1%);
  }
  .xl-max-w-100 {
    max-width: calc(100 * 1%);
  }
  .xl-h-100 {
    height: calc(100 * 1%);
  }
  .xl-min-h-100 {
    min-height: calc(100 * 1%);
  }
  .xl-max-h-100 {
    max-height: calc(100 * 1%);
  }
  .xl-fixed {
    position: fixed;
  }
  .xl-absolute {
    position: absolute;
  }
  .xl-relative {
    position: relative;
  }
  .xl-top-0 {
    top: 0;
  }
  .xl-right-0 {
    right: 0;
  }
  .xl-bottom-0 {
    bottom: 0;
  }
  .xl-left-0 {
    left: 0;
  }
  .xl-inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .xl-inset-x-0 {
    right: 0;
    left: 0;
  }
  .xl-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .xl-inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .xl-inset-x-auto {
    right: auto;
    left: auto;
  }
  .xl-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .xl-center-x {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .xl-center-y {
    top: 50%;
    transform: translate(0, -50%);
  }
  .xl-flex-row {
    flex-direction: row;
  }
  .xl-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl-flex-column {
    flex-direction: column;
  }
  .xl-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .xl-flex-wrap {
    flex-wrap: wrap;
  }
  .xl-flex-no-wrap {
    flex-wrap: nowrap;
  }
  .xl-justify-start {
    justify-content: flex-start;
  }
  .xl-justify-end {
    justify-content: flex-end;
  }
  .xl-justify-center {
    justify-content: center;
  }
  .xl-justify-between {
    justify-content: space-between;
  }
  .xl-justify-around {
    justify-content: space-around;
  }
  .xl-justify-evenly {
    justify-content: space-evenly;
  }
  .xl-items-start {
    align-items: flex-start;
  }
  .xl-items-end {
    align-items: flex-end;
  }
  .xl-items-center {
    align-items: center;
  }
  .xl-items-stretch {
    align-items: stretch;
  }
  .xl-flex-grow {
    flex-grow: 1;
  }
  .xl-flex-shrink {
    flex-shrink: 1;
  }
  .xl-flex-no-grow {
    flex-grow: 0;
  }
  .xl-flex-no-shrink {
    flex-shrink: 0;
  }
  .xl-flex-1 {
    flex: 1;
  }
  .xl-flex-auto {
    flex: auto;
  }
  .xl-flex-none {
    flex: none;
  }
  .xl-float-none {
    float: none;
  }
  .xl-float-right {
    float: right;
  }
  .xl-float-left {
    float: left;
  }
  .xl-order-first {
    order: -9999;
  }
  .xl-order-last {
    order: 9999;
  }
  .xl-order-normal {
    order: 0;
  }
  .xl-order-1 {
    order: 1;
  }
  .xl-order-2 {
    order: 2;
  }
  .xl-order-3 {
    order: 3;
  }
  .xl-order-4 {
    order: 4;
  }
  .xl-order-5 {
    order: 5;
  }
  .xl-order-6 {
    order: 6;
  }
  .xl-self-start {
    align-self: flex-start;
  }
  .xl-self-end {
    align-self: flex-end;
  }
  .xl-self-center {
    align-self: center;
  }
  .xl-z-auto {
    z-index: auto;
  }
  .xl-z-1 {
    z-index: 1;
  }
  .xl-z-10 {
    z-index: 10;
  }
  .xl-z-100 {
    z-index: 100;
  }
}
.pt-0 {
  padding-top: 0;
}

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

.pr-0 {
  padding-right: 0;
}

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

.pb-0 {
  padding-bottom: 0;
}

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

.pl-0 {
  padding-left: 0;
}

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

.gap-0 {
  gap: 0;
}

.column-gap-0 {
  column-gap: 0;
}

.row-gap-0 {
  row-gap: 0;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-0 {
  margin: 0;
}

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

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

.pt-1 {
  padding-top: 8px;
}

.mt-1 {
  margin-top: 8px;
}

.pr-1 {
  padding-right: 8px;
}

.mr-1 {
  margin-right: 8px;
}

.pb-1 {
  padding-bottom: 8px;
}

.mb-1 {
  margin-bottom: 8px;
}

.pl-1 {
  padding-left: 8px;
}

.ml-1 {
  margin-left: 8px;
}

.gap-1 {
  gap: 8px;
}

.column-gap-1 {
  column-gap: 8px;
}

.row-gap-1 {
  row-gap: 8px;
}

.p-1 {
  padding: 8px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.m-1 {
  margin: 8px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.mt-2 {
  margin-top: 16px;
}

.pr-2 {
  padding-right: 16px;
}

.mr-2 {
  margin-right: 16px;
}

.pb-2 {
  padding-bottom: 16px;
}

.mb-2 {
  margin-bottom: 16px;
}

.pl-2 {
  padding-left: 16px;
}

.ml-2 {
  margin-left: 16px;
}

.gap-2 {
  gap: 16px;
}

.column-gap-2 {
  column-gap: 16px;
}

.row-gap-2 {
  row-gap: 16px;
}

.p-2 {
  padding: 16px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.m-2 {
  margin: 16px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.mt-3 {
  margin-top: 24px;
}

.pr-3 {
  padding-right: 24px;
}

.mr-3 {
  margin-right: 24px;
}

.pb-3 {
  padding-bottom: 24px;
}

.mb-3 {
  margin-bottom: 24px;
}

.pl-3 {
  padding-left: 24px;
}

.ml-3 {
  margin-left: 24px;
}

.gap-3 {
  gap: 24px;
}

.column-gap-3 {
  column-gap: 24px;
}

.row-gap-3 {
  row-gap: 24px;
}

.p-3 {
  padding: 24px;
}

.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.m-3 {
  margin: 24px;
}

.mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.mt-4 {
  margin-top: 32px;
}

.pr-4 {
  padding-right: 32px;
}

.mr-4 {
  margin-right: 32px;
}

.pb-4 {
  padding-bottom: 32px;
}

.mb-4 {
  margin-bottom: 32px;
}

.pl-4 {
  padding-left: 32px;
}

.ml-4 {
  margin-left: 32px;
}

.gap-4 {
  gap: 32px;
}

.column-gap-4 {
  column-gap: 32px;
}

.row-gap-4 {
  row-gap: 32px;
}

.p-4 {
  padding: 32px;
}

.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.m-4 {
  margin: 32px;
}

.mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.mt-5 {
  margin-top: 40px;
}

.pr-5 {
  padding-right: 40px;
}

.mr-5 {
  margin-right: 40px;
}

.pb-5 {
  padding-bottom: 40px;
}

.mb-5 {
  margin-bottom: 40px;
}

.pl-5 {
  padding-left: 40px;
}

.ml-5 {
  margin-left: 40px;
}

.gap-5 {
  gap: 40px;
}

.column-gap-5 {
  column-gap: 40px;
}

.row-gap-5 {
  row-gap: 40px;
}

.p-5 {
  padding: 40px;
}

.px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.m-5 {
  margin: 40px;
}

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

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

.pt-6 {
  padding-top: 48px;
}

.mt-6 {
  margin-top: 48px;
}

.pr-6 {
  padding-right: 48px;
}

.mr-6 {
  margin-right: 48px;
}

.pb-6 {
  padding-bottom: 48px;
}

.mb-6 {
  margin-bottom: 48px;
}

.pl-6 {
  padding-left: 48px;
}

.ml-6 {
  margin-left: 48px;
}

.gap-6 {
  gap: 48px;
}

.column-gap-6 {
  column-gap: 48px;
}

.row-gap-6 {
  row-gap: 48px;
}

.p-6 {
  padding: 48px;
}

.px-6 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.m-6 {
  margin: 48px;
}

.mx-6 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-6 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.mt-7 {
  margin-top: 56px;
}

.pr-7 {
  padding-right: 56px;
}

.mr-7 {
  margin-right: 56px;
}

.pb-7 {
  padding-bottom: 56px;
}

.mb-7 {
  margin-bottom: 56px;
}

.pl-7 {
  padding-left: 56px;
}

.ml-7 {
  margin-left: 56px;
}

.gap-7 {
  gap: 56px;
}

.column-gap-7 {
  column-gap: 56px;
}

.row-gap-7 {
  row-gap: 56px;
}

.p-7 {
  padding: 56px;
}

.px-7 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-7 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.m-7 {
  margin: 56px;
}

.mx-7 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-7 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.pt-8 {
  padding-top: 64px;
}

.mt-8 {
  margin-top: 64px;
}

.pr-8 {
  padding-right: 64px;
}

.mr-8 {
  margin-right: 64px;
}

.pb-8 {
  padding-bottom: 64px;
}

.mb-8 {
  margin-bottom: 64px;
}

.pl-8 {
  padding-left: 64px;
}

.ml-8 {
  margin-left: 64px;
}

.gap-8 {
  gap: 64px;
}

.column-gap-8 {
  column-gap: 64px;
}

.row-gap-8 {
  row-gap: 64px;
}

.p-8 {
  padding: 64px;
}

.px-8 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-8 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.m-8 {
  margin: 64px;
}

.mx-8 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-8 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.pt-9 {
  padding-top: 72px;
}

.mt-9 {
  margin-top: 72px;
}

.pr-9 {
  padding-right: 72px;
}

.mr-9 {
  margin-right: 72px;
}

.pb-9 {
  padding-bottom: 72px;
}

.mb-9 {
  margin-bottom: 72px;
}

.pl-9 {
  padding-left: 72px;
}

.ml-9 {
  margin-left: 72px;
}

.gap-9 {
  gap: 72px;
}

.column-gap-9 {
  column-gap: 72px;
}

.row-gap-9 {
  row-gap: 72px;
}

.p-9 {
  padding: 72px;
}

.px-9 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-9 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.m-9 {
  margin: 72px;
}

.mx-9 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-9 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.pt-10 {
  padding-top: 80px;
}

.mt-10 {
  margin-top: 80px;
}

.pr-10 {
  padding-right: 80px;
}

.mr-10 {
  margin-right: 80px;
}

.pb-10 {
  padding-bottom: 80px;
}

.mb-10 {
  margin-bottom: 80px;
}

.pl-10 {
  padding-left: 80px;
}

.ml-10 {
  margin-left: 80px;
}

.gap-10 {
  gap: 80px;
}

.column-gap-10 {
  column-gap: 80px;
}

.row-gap-10 {
  row-gap: 80px;
}

.p-10 {
  padding: 80px;
}

.px-10 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-10 {
  margin: 80px;
}

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

@media (min-width: 544px) {
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-mt-0 {
    margin-top: 0;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-mr-0 {
    margin-right: 0;
  }
  .sm-pb-0 {
    padding-bottom: 0;
  }
  .sm-mb-0 {
    margin-bottom: 0;
  }
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-ml-0 {
    margin-left: 0;
  }
  .sm-gap-0 {
    gap: 0;
  }
  .sm-column-gap-0 {
    column-gap: 0;
  }
  .sm-row-gap-0 {
    row-gap: 0;
  }
  .sm-p-0 {
    padding: 0;
  }
  .sm-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-m-0 {
    margin: 0;
  }
  .sm-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm-pt-1 {
    padding-top: 8px;
  }
  .sm-mt-1 {
    margin-top: 8px;
  }
  .sm-pr-1 {
    padding-right: 8px;
  }
  .sm-mr-1 {
    margin-right: 8px;
  }
  .sm-pb-1 {
    padding-bottom: 8px;
  }
  .sm-mb-1 {
    margin-bottom: 8px;
  }
  .sm-pl-1 {
    padding-left: 8px;
  }
  .sm-ml-1 {
    margin-left: 8px;
  }
  .sm-gap-1 {
    gap: 8px;
  }
  .sm-column-gap-1 {
    column-gap: 8px;
  }
  .sm-row-gap-1 {
    row-gap: 8px;
  }
  .sm-p-1 {
    padding: 8px;
  }
  .sm-px-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sm-m-1 {
    margin: 8px;
  }
  .sm-mx-1 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .sm-my-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sm-pt-2 {
    padding-top: 16px;
  }
  .sm-mt-2 {
    margin-top: 16px;
  }
  .sm-pr-2 {
    padding-right: 16px;
  }
  .sm-mr-2 {
    margin-right: 16px;
  }
  .sm-pb-2 {
    padding-bottom: 16px;
  }
  .sm-mb-2 {
    margin-bottom: 16px;
  }
  .sm-pl-2 {
    padding-left: 16px;
  }
  .sm-ml-2 {
    margin-left: 16px;
  }
  .sm-gap-2 {
    gap: 16px;
  }
  .sm-column-gap-2 {
    column-gap: 16px;
  }
  .sm-row-gap-2 {
    row-gap: 16px;
  }
  .sm-p-2 {
    padding: 16px;
  }
  .sm-px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sm-py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sm-m-2 {
    margin: 16px;
  }
  .sm-mx-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .sm-my-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sm-pt-3 {
    padding-top: 24px;
  }
  .sm-mt-3 {
    margin-top: 24px;
  }
  .sm-pr-3 {
    padding-right: 24px;
  }
  .sm-mr-3 {
    margin-right: 24px;
  }
  .sm-pb-3 {
    padding-bottom: 24px;
  }
  .sm-mb-3 {
    margin-bottom: 24px;
  }
  .sm-pl-3 {
    padding-left: 24px;
  }
  .sm-ml-3 {
    margin-left: 24px;
  }
  .sm-gap-3 {
    gap: 24px;
  }
  .sm-column-gap-3 {
    column-gap: 24px;
  }
  .sm-row-gap-3 {
    row-gap: 24px;
  }
  .sm-p-3 {
    padding: 24px;
  }
  .sm-px-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sm-py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sm-m-3 {
    margin: 24px;
  }
  .sm-mx-3 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .sm-my-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .sm-pt-4 {
    padding-top: 32px;
  }
  .sm-mt-4 {
    margin-top: 32px;
  }
  .sm-pr-4 {
    padding-right: 32px;
  }
  .sm-mr-4 {
    margin-right: 32px;
  }
  .sm-pb-4 {
    padding-bottom: 32px;
  }
  .sm-mb-4 {
    margin-bottom: 32px;
  }
  .sm-pl-4 {
    padding-left: 32px;
  }
  .sm-ml-4 {
    margin-left: 32px;
  }
  .sm-gap-4 {
    gap: 32px;
  }
  .sm-column-gap-4 {
    column-gap: 32px;
  }
  .sm-row-gap-4 {
    row-gap: 32px;
  }
  .sm-p-4 {
    padding: 32px;
  }
  .sm-px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sm-py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sm-m-4 {
    margin: 32px;
  }
  .sm-mx-4 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .sm-my-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .sm-pt-5 {
    padding-top: 40px;
  }
  .sm-mt-5 {
    margin-top: 40px;
  }
  .sm-pr-5 {
    padding-right: 40px;
  }
  .sm-mr-5 {
    margin-right: 40px;
  }
  .sm-pb-5 {
    padding-bottom: 40px;
  }
  .sm-mb-5 {
    margin-bottom: 40px;
  }
  .sm-pl-5 {
    padding-left: 40px;
  }
  .sm-ml-5 {
    margin-left: 40px;
  }
  .sm-gap-5 {
    gap: 40px;
  }
  .sm-column-gap-5 {
    column-gap: 40px;
  }
  .sm-row-gap-5 {
    row-gap: 40px;
  }
  .sm-p-5 {
    padding: 40px;
  }
  .sm-px-5 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm-py-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm-m-5 {
    margin: 40px;
  }
  .sm-mx-5 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .sm-my-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm-pt-6 {
    padding-top: 48px;
  }
  .sm-mt-6 {
    margin-top: 48px;
  }
  .sm-pr-6 {
    padding-right: 48px;
  }
  .sm-mr-6 {
    margin-right: 48px;
  }
  .sm-pb-6 {
    padding-bottom: 48px;
  }
  .sm-mb-6 {
    margin-bottom: 48px;
  }
  .sm-pl-6 {
    padding-left: 48px;
  }
  .sm-ml-6 {
    margin-left: 48px;
  }
  .sm-gap-6 {
    gap: 48px;
  }
  .sm-column-gap-6 {
    column-gap: 48px;
  }
  .sm-row-gap-6 {
    row-gap: 48px;
  }
  .sm-p-6 {
    padding: 48px;
  }
  .sm-px-6 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .sm-py-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .sm-m-6 {
    margin: 48px;
  }
  .sm-mx-6 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .sm-my-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .sm-pt-7 {
    padding-top: 56px;
  }
  .sm-mt-7 {
    margin-top: 56px;
  }
  .sm-pr-7 {
    padding-right: 56px;
  }
  .sm-mr-7 {
    margin-right: 56px;
  }
  .sm-pb-7 {
    padding-bottom: 56px;
  }
  .sm-mb-7 {
    margin-bottom: 56px;
  }
  .sm-pl-7 {
    padding-left: 56px;
  }
  .sm-ml-7 {
    margin-left: 56px;
  }
  .sm-gap-7 {
    gap: 56px;
  }
  .sm-column-gap-7 {
    column-gap: 56px;
  }
  .sm-row-gap-7 {
    row-gap: 56px;
  }
  .sm-p-7 {
    padding: 56px;
  }
  .sm-px-7 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .sm-py-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .sm-m-7 {
    margin: 56px;
  }
  .sm-mx-7 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .sm-my-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .sm-pt-8 {
    padding-top: 64px;
  }
  .sm-mt-8 {
    margin-top: 64px;
  }
  .sm-pr-8 {
    padding-right: 64px;
  }
  .sm-mr-8 {
    margin-right: 64px;
  }
  .sm-pb-8 {
    padding-bottom: 64px;
  }
  .sm-mb-8 {
    margin-bottom: 64px;
  }
  .sm-pl-8 {
    padding-left: 64px;
  }
  .sm-ml-8 {
    margin-left: 64px;
  }
  .sm-gap-8 {
    gap: 64px;
  }
  .sm-column-gap-8 {
    column-gap: 64px;
  }
  .sm-row-gap-8 {
    row-gap: 64px;
  }
  .sm-p-8 {
    padding: 64px;
  }
  .sm-px-8 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .sm-py-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .sm-m-8 {
    margin: 64px;
  }
  .sm-mx-8 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .sm-my-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .sm-pt-9 {
    padding-top: 72px;
  }
  .sm-mt-9 {
    margin-top: 72px;
  }
  .sm-pr-9 {
    padding-right: 72px;
  }
  .sm-mr-9 {
    margin-right: 72px;
  }
  .sm-pb-9 {
    padding-bottom: 72px;
  }
  .sm-mb-9 {
    margin-bottom: 72px;
  }
  .sm-pl-9 {
    padding-left: 72px;
  }
  .sm-ml-9 {
    margin-left: 72px;
  }
  .sm-gap-9 {
    gap: 72px;
  }
  .sm-column-gap-9 {
    column-gap: 72px;
  }
  .sm-row-gap-9 {
    row-gap: 72px;
  }
  .sm-p-9 {
    padding: 72px;
  }
  .sm-px-9 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .sm-py-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sm-m-9 {
    margin: 72px;
  }
  .sm-mx-9 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .sm-my-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .sm-pt-10 {
    padding-top: 80px;
  }
  .sm-mt-10 {
    margin-top: 80px;
  }
  .sm-pr-10 {
    padding-right: 80px;
  }
  .sm-mr-10 {
    margin-right: 80px;
  }
  .sm-pb-10 {
    padding-bottom: 80px;
  }
  .sm-mb-10 {
    margin-bottom: 80px;
  }
  .sm-pl-10 {
    padding-left: 80px;
  }
  .sm-ml-10 {
    margin-left: 80px;
  }
  .sm-gap-10 {
    gap: 80px;
  }
  .sm-column-gap-10 {
    column-gap: 80px;
  }
  .sm-row-gap-10 {
    row-gap: 80px;
  }
  .sm-p-10 {
    padding: 80px;
  }
  .sm-px-10 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .sm-py-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sm-m-10 {
    margin: 80px;
  }
  .sm-mx-10 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .sm-my-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .sm-mt-auto {
    margin-top: auto;
  }
  .sm-mr-auto {
    margin-right: auto;
  }
  .sm-mb-auto {
    margin-bottom: auto;
  }
  .sm-ml-auto {
    margin-left: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm-m-auto {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .md-pt-0 {
    padding-top: 0;
  }
  .md-mt-0 {
    margin-top: 0;
  }
  .md-pr-0 {
    padding-right: 0;
  }
  .md-mr-0 {
    margin-right: 0;
  }
  .md-pb-0 {
    padding-bottom: 0;
  }
  .md-mb-0 {
    margin-bottom: 0;
  }
  .md-pl-0 {
    padding-left: 0;
  }
  .md-ml-0 {
    margin-left: 0;
  }
  .md-gap-0 {
    gap: 0;
  }
  .md-column-gap-0 {
    column-gap: 0;
  }
  .md-row-gap-0 {
    row-gap: 0;
  }
  .md-p-0 {
    padding: 0;
  }
  .md-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md-m-0 {
    margin: 0;
  }
  .md-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md-pt-1 {
    padding-top: 8px;
  }
  .md-mt-1 {
    margin-top: 8px;
  }
  .md-pr-1 {
    padding-right: 8px;
  }
  .md-mr-1 {
    margin-right: 8px;
  }
  .md-pb-1 {
    padding-bottom: 8px;
  }
  .md-mb-1 {
    margin-bottom: 8px;
  }
  .md-pl-1 {
    padding-left: 8px;
  }
  .md-ml-1 {
    margin-left: 8px;
  }
  .md-gap-1 {
    gap: 8px;
  }
  .md-column-gap-1 {
    column-gap: 8px;
  }
  .md-row-gap-1 {
    row-gap: 8px;
  }
  .md-p-1 {
    padding: 8px;
  }
  .md-px-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md-py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md-m-1 {
    margin: 8px;
  }
  .md-mx-1 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .md-my-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .md-pt-2 {
    padding-top: 16px;
  }
  .md-mt-2 {
    margin-top: 16px;
  }
  .md-pr-2 {
    padding-right: 16px;
  }
  .md-mr-2 {
    margin-right: 16px;
  }
  .md-pb-2 {
    padding-bottom: 16px;
  }
  .md-mb-2 {
    margin-bottom: 16px;
  }
  .md-pl-2 {
    padding-left: 16px;
  }
  .md-ml-2 {
    margin-left: 16px;
  }
  .md-gap-2 {
    gap: 16px;
  }
  .md-column-gap-2 {
    column-gap: 16px;
  }
  .md-row-gap-2 {
    row-gap: 16px;
  }
  .md-p-2 {
    padding: 16px;
  }
  .md-px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md-py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md-m-2 {
    margin: 16px;
  }
  .md-mx-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .md-my-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .md-pt-3 {
    padding-top: 24px;
  }
  .md-mt-3 {
    margin-top: 24px;
  }
  .md-pr-3 {
    padding-right: 24px;
  }
  .md-mr-3 {
    margin-right: 24px;
  }
  .md-pb-3 {
    padding-bottom: 24px;
  }
  .md-mb-3 {
    margin-bottom: 24px;
  }
  .md-pl-3 {
    padding-left: 24px;
  }
  .md-ml-3 {
    margin-left: 24px;
  }
  .md-gap-3 {
    gap: 24px;
  }
  .md-column-gap-3 {
    column-gap: 24px;
  }
  .md-row-gap-3 {
    row-gap: 24px;
  }
  .md-p-3 {
    padding: 24px;
  }
  .md-px-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md-py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md-m-3 {
    margin: 24px;
  }
  .md-mx-3 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .md-my-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md-pt-4 {
    padding-top: 32px;
  }
  .md-mt-4 {
    margin-top: 32px;
  }
  .md-pr-4 {
    padding-right: 32px;
  }
  .md-mr-4 {
    margin-right: 32px;
  }
  .md-pb-4 {
    padding-bottom: 32px;
  }
  .md-mb-4 {
    margin-bottom: 32px;
  }
  .md-pl-4 {
    padding-left: 32px;
  }
  .md-ml-4 {
    margin-left: 32px;
  }
  .md-gap-4 {
    gap: 32px;
  }
  .md-column-gap-4 {
    column-gap: 32px;
  }
  .md-row-gap-4 {
    row-gap: 32px;
  }
  .md-p-4 {
    padding: 32px;
  }
  .md-px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md-py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md-m-4 {
    margin: 32px;
  }
  .md-mx-4 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .md-my-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md-pt-5 {
    padding-top: 40px;
  }
  .md-mt-5 {
    margin-top: 40px;
  }
  .md-pr-5 {
    padding-right: 40px;
  }
  .md-mr-5 {
    margin-right: 40px;
  }
  .md-pb-5 {
    padding-bottom: 40px;
  }
  .md-mb-5 {
    margin-bottom: 40px;
  }
  .md-pl-5 {
    padding-left: 40px;
  }
  .md-ml-5 {
    margin-left: 40px;
  }
  .md-gap-5 {
    gap: 40px;
  }
  .md-column-gap-5 {
    column-gap: 40px;
  }
  .md-row-gap-5 {
    row-gap: 40px;
  }
  .md-p-5 {
    padding: 40px;
  }
  .md-px-5 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md-py-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-m-5 {
    margin: 40px;
  }
  .md-mx-5 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md-my-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md-pt-6 {
    padding-top: 48px;
  }
  .md-mt-6 {
    margin-top: 48px;
  }
  .md-pr-6 {
    padding-right: 48px;
  }
  .md-mr-6 {
    margin-right: 48px;
  }
  .md-pb-6 {
    padding-bottom: 48px;
  }
  .md-mb-6 {
    margin-bottom: 48px;
  }
  .md-pl-6 {
    padding-left: 48px;
  }
  .md-ml-6 {
    margin-left: 48px;
  }
  .md-gap-6 {
    gap: 48px;
  }
  .md-column-gap-6 {
    column-gap: 48px;
  }
  .md-row-gap-6 {
    row-gap: 48px;
  }
  .md-p-6 {
    padding: 48px;
  }
  .md-px-6 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .md-py-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md-m-6 {
    margin: 48px;
  }
  .md-mx-6 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .md-my-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .md-pt-7 {
    padding-top: 56px;
  }
  .md-mt-7 {
    margin-top: 56px;
  }
  .md-pr-7 {
    padding-right: 56px;
  }
  .md-mr-7 {
    margin-right: 56px;
  }
  .md-pb-7 {
    padding-bottom: 56px;
  }
  .md-mb-7 {
    margin-bottom: 56px;
  }
  .md-pl-7 {
    padding-left: 56px;
  }
  .md-ml-7 {
    margin-left: 56px;
  }
  .md-gap-7 {
    gap: 56px;
  }
  .md-column-gap-7 {
    column-gap: 56px;
  }
  .md-row-gap-7 {
    row-gap: 56px;
  }
  .md-p-7 {
    padding: 56px;
  }
  .md-px-7 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .md-py-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .md-m-7 {
    margin: 56px;
  }
  .md-mx-7 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .md-my-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .md-pt-8 {
    padding-top: 64px;
  }
  .md-mt-8 {
    margin-top: 64px;
  }
  .md-pr-8 {
    padding-right: 64px;
  }
  .md-mr-8 {
    margin-right: 64px;
  }
  .md-pb-8 {
    padding-bottom: 64px;
  }
  .md-mb-8 {
    margin-bottom: 64px;
  }
  .md-pl-8 {
    padding-left: 64px;
  }
  .md-ml-8 {
    margin-left: 64px;
  }
  .md-gap-8 {
    gap: 64px;
  }
  .md-column-gap-8 {
    column-gap: 64px;
  }
  .md-row-gap-8 {
    row-gap: 64px;
  }
  .md-p-8 {
    padding: 64px;
  }
  .md-px-8 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .md-py-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md-m-8 {
    margin: 64px;
  }
  .md-mx-8 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .md-my-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .md-pt-9 {
    padding-top: 72px;
  }
  .md-mt-9 {
    margin-top: 72px;
  }
  .md-pr-9 {
    padding-right: 72px;
  }
  .md-mr-9 {
    margin-right: 72px;
  }
  .md-pb-9 {
    padding-bottom: 72px;
  }
  .md-mb-9 {
    margin-bottom: 72px;
  }
  .md-pl-9 {
    padding-left: 72px;
  }
  .md-ml-9 {
    margin-left: 72px;
  }
  .md-gap-9 {
    gap: 72px;
  }
  .md-column-gap-9 {
    column-gap: 72px;
  }
  .md-row-gap-9 {
    row-gap: 72px;
  }
  .md-p-9 {
    padding: 72px;
  }
  .md-px-9 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .md-py-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .md-m-9 {
    margin: 72px;
  }
  .md-mx-9 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .md-my-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .md-pt-10 {
    padding-top: 80px;
  }
  .md-mt-10 {
    margin-top: 80px;
  }
  .md-pr-10 {
    padding-right: 80px;
  }
  .md-mr-10 {
    margin-right: 80px;
  }
  .md-pb-10 {
    padding-bottom: 80px;
  }
  .md-mb-10 {
    margin-bottom: 80px;
  }
  .md-pl-10 {
    padding-left: 80px;
  }
  .md-ml-10 {
    margin-left: 80px;
  }
  .md-gap-10 {
    gap: 80px;
  }
  .md-column-gap-10 {
    column-gap: 80px;
  }
  .md-row-gap-10 {
    row-gap: 80px;
  }
  .md-p-10 {
    padding: 80px;
  }
  .md-px-10 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .md-py-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md-m-10 {
    margin: 80px;
  }
  .md-mx-10 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .md-my-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .md-mt-auto {
    margin-top: auto;
  }
  .md-mr-auto {
    margin-right: auto;
  }
  .md-mb-auto {
    margin-bottom: auto;
  }
  .md-ml-auto {
    margin-left: auto;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md-m-auto {
    margin: auto;
  }
}
@media (min-width: 1012px) {
  .lg-pt-0 {
    padding-top: 0;
  }
  .lg-mt-0 {
    margin-top: 0;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .lg-mr-0 {
    margin-right: 0;
  }
  .lg-pb-0 {
    padding-bottom: 0;
  }
  .lg-mb-0 {
    margin-bottom: 0;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
  .lg-ml-0 {
    margin-left: 0;
  }
  .lg-gap-0 {
    gap: 0;
  }
  .lg-column-gap-0 {
    column-gap: 0;
  }
  .lg-row-gap-0 {
    row-gap: 0;
  }
  .lg-p-0 {
    padding: 0;
  }
  .lg-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-m-0 {
    margin: 0;
  }
  .lg-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg-pt-1 {
    padding-top: 8px;
  }
  .lg-mt-1 {
    margin-top: 8px;
  }
  .lg-pr-1 {
    padding-right: 8px;
  }
  .lg-mr-1 {
    margin-right: 8px;
  }
  .lg-pb-1 {
    padding-bottom: 8px;
  }
  .lg-mb-1 {
    margin-bottom: 8px;
  }
  .lg-pl-1 {
    padding-left: 8px;
  }
  .lg-ml-1 {
    margin-left: 8px;
  }
  .lg-gap-1 {
    gap: 8px;
  }
  .lg-column-gap-1 {
    column-gap: 8px;
  }
  .lg-row-gap-1 {
    row-gap: 8px;
  }
  .lg-p-1 {
    padding: 8px;
  }
  .lg-px-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg-py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg-m-1 {
    margin: 8px;
  }
  .lg-mx-1 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .lg-my-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .lg-pt-2 {
    padding-top: 16px;
  }
  .lg-mt-2 {
    margin-top: 16px;
  }
  .lg-pr-2 {
    padding-right: 16px;
  }
  .lg-mr-2 {
    margin-right: 16px;
  }
  .lg-pb-2 {
    padding-bottom: 16px;
  }
  .lg-mb-2 {
    margin-bottom: 16px;
  }
  .lg-pl-2 {
    padding-left: 16px;
  }
  .lg-ml-2 {
    margin-left: 16px;
  }
  .lg-gap-2 {
    gap: 16px;
  }
  .lg-column-gap-2 {
    column-gap: 16px;
  }
  .lg-row-gap-2 {
    row-gap: 16px;
  }
  .lg-p-2 {
    padding: 16px;
  }
  .lg-px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg-py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lg-m-2 {
    margin: 16px;
  }
  .lg-mx-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .lg-my-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .lg-pt-3 {
    padding-top: 24px;
  }
  .lg-mt-3 {
    margin-top: 24px;
  }
  .lg-pr-3 {
    padding-right: 24px;
  }
  .lg-mr-3 {
    margin-right: 24px;
  }
  .lg-pb-3 {
    padding-bottom: 24px;
  }
  .lg-mb-3 {
    margin-bottom: 24px;
  }
  .lg-pl-3 {
    padding-left: 24px;
  }
  .lg-ml-3 {
    margin-left: 24px;
  }
  .lg-gap-3 {
    gap: 24px;
  }
  .lg-column-gap-3 {
    column-gap: 24px;
  }
  .lg-row-gap-3 {
    row-gap: 24px;
  }
  .lg-p-3 {
    padding: 24px;
  }
  .lg-px-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg-py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg-m-3 {
    margin: 24px;
  }
  .lg-mx-3 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .lg-my-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .lg-pt-4 {
    padding-top: 32px;
  }
  .lg-mt-4 {
    margin-top: 32px;
  }
  .lg-pr-4 {
    padding-right: 32px;
  }
  .lg-mr-4 {
    margin-right: 32px;
  }
  .lg-pb-4 {
    padding-bottom: 32px;
  }
  .lg-mb-4 {
    margin-bottom: 32px;
  }
  .lg-pl-4 {
    padding-left: 32px;
  }
  .lg-ml-4 {
    margin-left: 32px;
  }
  .lg-gap-4 {
    gap: 32px;
  }
  .lg-column-gap-4 {
    column-gap: 32px;
  }
  .lg-row-gap-4 {
    row-gap: 32px;
  }
  .lg-p-4 {
    padding: 32px;
  }
  .lg-px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg-py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lg-m-4 {
    margin: 32px;
  }
  .lg-mx-4 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .lg-my-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .lg-pt-5 {
    padding-top: 40px;
  }
  .lg-mt-5 {
    margin-top: 40px;
  }
  .lg-pr-5 {
    padding-right: 40px;
  }
  .lg-mr-5 {
    margin-right: 40px;
  }
  .lg-pb-5 {
    padding-bottom: 40px;
  }
  .lg-mb-5 {
    margin-bottom: 40px;
  }
  .lg-pl-5 {
    padding-left: 40px;
  }
  .lg-ml-5 {
    margin-left: 40px;
  }
  .lg-gap-5 {
    gap: 40px;
  }
  .lg-column-gap-5 {
    column-gap: 40px;
  }
  .lg-row-gap-5 {
    row-gap: 40px;
  }
  .lg-p-5 {
    padding: 40px;
  }
  .lg-px-5 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg-py-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg-m-5 {
    margin: 40px;
  }
  .lg-mx-5 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg-my-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg-pt-6 {
    padding-top: 48px;
  }
  .lg-mt-6 {
    margin-top: 48px;
  }
  .lg-pr-6 {
    padding-right: 48px;
  }
  .lg-mr-6 {
    margin-right: 48px;
  }
  .lg-pb-6 {
    padding-bottom: 48px;
  }
  .lg-mb-6 {
    margin-bottom: 48px;
  }
  .lg-pl-6 {
    padding-left: 48px;
  }
  .lg-ml-6 {
    margin-left: 48px;
  }
  .lg-gap-6 {
    gap: 48px;
  }
  .lg-column-gap-6 {
    column-gap: 48px;
  }
  .lg-row-gap-6 {
    row-gap: 48px;
  }
  .lg-p-6 {
    padding: 48px;
  }
  .lg-px-6 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg-py-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .lg-m-6 {
    margin: 48px;
  }
  .lg-mx-6 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .lg-my-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .lg-pt-7 {
    padding-top: 56px;
  }
  .lg-mt-7 {
    margin-top: 56px;
  }
  .lg-pr-7 {
    padding-right: 56px;
  }
  .lg-mr-7 {
    margin-right: 56px;
  }
  .lg-pb-7 {
    padding-bottom: 56px;
  }
  .lg-mb-7 {
    margin-bottom: 56px;
  }
  .lg-pl-7 {
    padding-left: 56px;
  }
  .lg-ml-7 {
    margin-left: 56px;
  }
  .lg-gap-7 {
    gap: 56px;
  }
  .lg-column-gap-7 {
    column-gap: 56px;
  }
  .lg-row-gap-7 {
    row-gap: 56px;
  }
  .lg-p-7 {
    padding: 56px;
  }
  .lg-px-7 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .lg-py-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .lg-m-7 {
    margin: 56px;
  }
  .lg-mx-7 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .lg-my-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .lg-pt-8 {
    padding-top: 64px;
  }
  .lg-mt-8 {
    margin-top: 64px;
  }
  .lg-pr-8 {
    padding-right: 64px;
  }
  .lg-mr-8 {
    margin-right: 64px;
  }
  .lg-pb-8 {
    padding-bottom: 64px;
  }
  .lg-mb-8 {
    margin-bottom: 64px;
  }
  .lg-pl-8 {
    padding-left: 64px;
  }
  .lg-ml-8 {
    margin-left: 64px;
  }
  .lg-gap-8 {
    gap: 64px;
  }
  .lg-column-gap-8 {
    column-gap: 64px;
  }
  .lg-row-gap-8 {
    row-gap: 64px;
  }
  .lg-p-8 {
    padding: 64px;
  }
  .lg-px-8 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .lg-py-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lg-m-8 {
    margin: 64px;
  }
  .lg-mx-8 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .lg-my-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .lg-pt-9 {
    padding-top: 72px;
  }
  .lg-mt-9 {
    margin-top: 72px;
  }
  .lg-pr-9 {
    padding-right: 72px;
  }
  .lg-mr-9 {
    margin-right: 72px;
  }
  .lg-pb-9 {
    padding-bottom: 72px;
  }
  .lg-mb-9 {
    margin-bottom: 72px;
  }
  .lg-pl-9 {
    padding-left: 72px;
  }
  .lg-ml-9 {
    margin-left: 72px;
  }
  .lg-gap-9 {
    gap: 72px;
  }
  .lg-column-gap-9 {
    column-gap: 72px;
  }
  .lg-row-gap-9 {
    row-gap: 72px;
  }
  .lg-p-9 {
    padding: 72px;
  }
  .lg-px-9 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .lg-py-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .lg-m-9 {
    margin: 72px;
  }
  .lg-mx-9 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .lg-my-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .lg-pt-10 {
    padding-top: 80px;
  }
  .lg-mt-10 {
    margin-top: 80px;
  }
  .lg-pr-10 {
    padding-right: 80px;
  }
  .lg-mr-10 {
    margin-right: 80px;
  }
  .lg-pb-10 {
    padding-bottom: 80px;
  }
  .lg-mb-10 {
    margin-bottom: 80px;
  }
  .lg-pl-10 {
    padding-left: 80px;
  }
  .lg-ml-10 {
    margin-left: 80px;
  }
  .lg-gap-10 {
    gap: 80px;
  }
  .lg-column-gap-10 {
    column-gap: 80px;
  }
  .lg-row-gap-10 {
    row-gap: 80px;
  }
  .lg-p-10 {
    padding: 80px;
  }
  .lg-px-10 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg-py-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg-m-10 {
    margin: 80px;
  }
  .lg-mx-10 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .lg-my-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .lg-mt-auto {
    margin-top: auto;
  }
  .lg-mr-auto {
    margin-right: auto;
  }
  .lg-mb-auto {
    margin-bottom: auto;
  }
  .lg-ml-auto {
    margin-left: auto;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg-m-auto {
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .xl-pt-0 {
    padding-top: 0;
  }
  .xl-mt-0 {
    margin-top: 0;
  }
  .xl-pr-0 {
    padding-right: 0;
  }
  .xl-mr-0 {
    margin-right: 0;
  }
  .xl-pb-0 {
    padding-bottom: 0;
  }
  .xl-mb-0 {
    margin-bottom: 0;
  }
  .xl-pl-0 {
    padding-left: 0;
  }
  .xl-ml-0 {
    margin-left: 0;
  }
  .xl-gap-0 {
    gap: 0;
  }
  .xl-column-gap-0 {
    column-gap: 0;
  }
  .xl-row-gap-0 {
    row-gap: 0;
  }
  .xl-p-0 {
    padding: 0;
  }
  .xl-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl-m-0 {
    margin: 0;
  }
  .xl-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl-pt-1 {
    padding-top: 8px;
  }
  .xl-mt-1 {
    margin-top: 8px;
  }
  .xl-pr-1 {
    padding-right: 8px;
  }
  .xl-mr-1 {
    margin-right: 8px;
  }
  .xl-pb-1 {
    padding-bottom: 8px;
  }
  .xl-mb-1 {
    margin-bottom: 8px;
  }
  .xl-pl-1 {
    padding-left: 8px;
  }
  .xl-ml-1 {
    margin-left: 8px;
  }
  .xl-gap-1 {
    gap: 8px;
  }
  .xl-column-gap-1 {
    column-gap: 8px;
  }
  .xl-row-gap-1 {
    row-gap: 8px;
  }
  .xl-p-1 {
    padding: 8px;
  }
  .xl-px-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xl-py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .xl-m-1 {
    margin: 8px;
  }
  .xl-mx-1 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .xl-my-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .xl-pt-2 {
    padding-top: 16px;
  }
  .xl-mt-2 {
    margin-top: 16px;
  }
  .xl-pr-2 {
    padding-right: 16px;
  }
  .xl-mr-2 {
    margin-right: 16px;
  }
  .xl-pb-2 {
    padding-bottom: 16px;
  }
  .xl-mb-2 {
    margin-bottom: 16px;
  }
  .xl-pl-2 {
    padding-left: 16px;
  }
  .xl-ml-2 {
    margin-left: 16px;
  }
  .xl-gap-2 {
    gap: 16px;
  }
  .xl-column-gap-2 {
    column-gap: 16px;
  }
  .xl-row-gap-2 {
    row-gap: 16px;
  }
  .xl-p-2 {
    padding: 16px;
  }
  .xl-px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .xl-py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xl-m-2 {
    margin: 16px;
  }
  .xl-mx-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .xl-my-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .xl-pt-3 {
    padding-top: 24px;
  }
  .xl-mt-3 {
    margin-top: 24px;
  }
  .xl-pr-3 {
    padding-right: 24px;
  }
  .xl-mr-3 {
    margin-right: 24px;
  }
  .xl-pb-3 {
    padding-bottom: 24px;
  }
  .xl-mb-3 {
    margin-bottom: 24px;
  }
  .xl-pl-3 {
    padding-left: 24px;
  }
  .xl-ml-3 {
    margin-left: 24px;
  }
  .xl-gap-3 {
    gap: 24px;
  }
  .xl-column-gap-3 {
    column-gap: 24px;
  }
  .xl-row-gap-3 {
    row-gap: 24px;
  }
  .xl-p-3 {
    padding: 24px;
  }
  .xl-px-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .xl-py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xl-m-3 {
    margin: 24px;
  }
  .xl-mx-3 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .xl-my-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .xl-pt-4 {
    padding-top: 32px;
  }
  .xl-mt-4 {
    margin-top: 32px;
  }
  .xl-pr-4 {
    padding-right: 32px;
  }
  .xl-mr-4 {
    margin-right: 32px;
  }
  .xl-pb-4 {
    padding-bottom: 32px;
  }
  .xl-mb-4 {
    margin-bottom: 32px;
  }
  .xl-pl-4 {
    padding-left: 32px;
  }
  .xl-ml-4 {
    margin-left: 32px;
  }
  .xl-gap-4 {
    gap: 32px;
  }
  .xl-column-gap-4 {
    column-gap: 32px;
  }
  .xl-row-gap-4 {
    row-gap: 32px;
  }
  .xl-p-4 {
    padding: 32px;
  }
  .xl-px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl-py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xl-m-4 {
    margin: 32px;
  }
  .xl-mx-4 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .xl-my-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .xl-pt-5 {
    padding-top: 40px;
  }
  .xl-mt-5 {
    margin-top: 40px;
  }
  .xl-pr-5 {
    padding-right: 40px;
  }
  .xl-mr-5 {
    margin-right: 40px;
  }
  .xl-pb-5 {
    padding-bottom: 40px;
  }
  .xl-mb-5 {
    margin-bottom: 40px;
  }
  .xl-pl-5 {
    padding-left: 40px;
  }
  .xl-ml-5 {
    margin-left: 40px;
  }
  .xl-gap-5 {
    gap: 40px;
  }
  .xl-column-gap-5 {
    column-gap: 40px;
  }
  .xl-row-gap-5 {
    row-gap: 40px;
  }
  .xl-p-5 {
    padding: 40px;
  }
  .xl-px-5 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl-py-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl-m-5 {
    margin: 40px;
  }
  .xl-mx-5 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl-my-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xl-pt-6 {
    padding-top: 48px;
  }
  .xl-mt-6 {
    margin-top: 48px;
  }
  .xl-pr-6 {
    padding-right: 48px;
  }
  .xl-mr-6 {
    margin-right: 48px;
  }
  .xl-pb-6 {
    padding-bottom: 48px;
  }
  .xl-mb-6 {
    margin-bottom: 48px;
  }
  .xl-pl-6 {
    padding-left: 48px;
  }
  .xl-ml-6 {
    margin-left: 48px;
  }
  .xl-gap-6 {
    gap: 48px;
  }
  .xl-column-gap-6 {
    column-gap: 48px;
  }
  .xl-row-gap-6 {
    row-gap: 48px;
  }
  .xl-p-6 {
    padding: 48px;
  }
  .xl-px-6 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .xl-py-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .xl-m-6 {
    margin: 48px;
  }
  .xl-mx-6 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .xl-my-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .xl-pt-7 {
    padding-top: 56px;
  }
  .xl-mt-7 {
    margin-top: 56px;
  }
  .xl-pr-7 {
    padding-right: 56px;
  }
  .xl-mr-7 {
    margin-right: 56px;
  }
  .xl-pb-7 {
    padding-bottom: 56px;
  }
  .xl-mb-7 {
    margin-bottom: 56px;
  }
  .xl-pl-7 {
    padding-left: 56px;
  }
  .xl-ml-7 {
    margin-left: 56px;
  }
  .xl-gap-7 {
    gap: 56px;
  }
  .xl-column-gap-7 {
    column-gap: 56px;
  }
  .xl-row-gap-7 {
    row-gap: 56px;
  }
  .xl-p-7 {
    padding: 56px;
  }
  .xl-px-7 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .xl-py-7 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .xl-m-7 {
    margin: 56px;
  }
  .xl-mx-7 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .xl-my-7 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .xl-pt-8 {
    padding-top: 64px;
  }
  .xl-mt-8 {
    margin-top: 64px;
  }
  .xl-pr-8 {
    padding-right: 64px;
  }
  .xl-mr-8 {
    margin-right: 64px;
  }
  .xl-pb-8 {
    padding-bottom: 64px;
  }
  .xl-mb-8 {
    margin-bottom: 64px;
  }
  .xl-pl-8 {
    padding-left: 64px;
  }
  .xl-ml-8 {
    margin-left: 64px;
  }
  .xl-gap-8 {
    gap: 64px;
  }
  .xl-column-gap-8 {
    column-gap: 64px;
  }
  .xl-row-gap-8 {
    row-gap: 64px;
  }
  .xl-p-8 {
    padding: 64px;
  }
  .xl-px-8 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .xl-py-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .xl-m-8 {
    margin: 64px;
  }
  .xl-mx-8 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .xl-my-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .xl-pt-9 {
    padding-top: 72px;
  }
  .xl-mt-9 {
    margin-top: 72px;
  }
  .xl-pr-9 {
    padding-right: 72px;
  }
  .xl-mr-9 {
    margin-right: 72px;
  }
  .xl-pb-9 {
    padding-bottom: 72px;
  }
  .xl-mb-9 {
    margin-bottom: 72px;
  }
  .xl-pl-9 {
    padding-left: 72px;
  }
  .xl-ml-9 {
    margin-left: 72px;
  }
  .xl-gap-9 {
    gap: 72px;
  }
  .xl-column-gap-9 {
    column-gap: 72px;
  }
  .xl-row-gap-9 {
    row-gap: 72px;
  }
  .xl-p-9 {
    padding: 72px;
  }
  .xl-px-9 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .xl-py-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .xl-m-9 {
    margin: 72px;
  }
  .xl-mx-9 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .xl-my-9 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .xl-pt-10 {
    padding-top: 80px;
  }
  .xl-mt-10 {
    margin-top: 80px;
  }
  .xl-pr-10 {
    padding-right: 80px;
  }
  .xl-mr-10 {
    margin-right: 80px;
  }
  .xl-pb-10 {
    padding-bottom: 80px;
  }
  .xl-mb-10 {
    margin-bottom: 80px;
  }
  .xl-pl-10 {
    padding-left: 80px;
  }
  .xl-ml-10 {
    margin-left: 80px;
  }
  .xl-gap-10 {
    gap: 80px;
  }
  .xl-column-gap-10 {
    column-gap: 80px;
  }
  .xl-row-gap-10 {
    row-gap: 80px;
  }
  .xl-p-10 {
    padding: 80px;
  }
  .xl-px-10 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .xl-py-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xl-m-10 {
    margin: 80px;
  }
  .xl-mx-10 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .xl-my-10 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .xl-mt-auto {
    margin-top: auto;
  }
  .xl-mr-auto {
    margin-right: auto;
  }
  .xl-mb-auto {
    margin-bottom: auto;
  }
  .xl-ml-auto {
    margin-left: auto;
  }
  .xl-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl-m-auto {
    margin: auto;
  }
}
.text-left {
  text-align: left;
}

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

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

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

@media (min-width: 544px) {
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-text-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .md-text-left {
    text-align: left;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-right {
    text-align: right;
  }
  .md-text-justify {
    text-align: justify;
  }
}
@media (min-width: 1012px) {
  .lg-text-left {
    text-align: left;
  }
  .lg-text-center {
    text-align: center;
  }
  .lg-text-right {
    text-align: right;
  }
  .lg-text-justify {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  .xl-text-left {
    text-align: left;
  }
  .xl-text-center {
    text-align: center;
  }
  .xl-text-right {
    text-align: right;
  }
  .xl-text-justify {
    text-align: justify;
  }
}
.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.fw-normal {
  font-weight: 400;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.fs-info {
  font-size: 12px;
}
@media (min-width: 768px) {
  .fs-info {
    font-size: 12px;
  }
}

.fs-small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .fs-small {
    font-size: 13px;
  }
}

.fs-normal {
  font-size: 13px;
}
@media (min-width: 768px) {
  .fs-normal {
    font-size: 16px;
  }
}

.fs-0 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .fs-0 {
    font-size: 32px;
  }
}

.fs-1 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .fs-1 {
    font-size: 22px;
  }
}

.fs-2 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .fs-2 {
    font-size: 20px;
  }
}

.fs-3 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .fs-3 {
    font-size: 18px;
  }
}

.fs-4 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .fs-4 {
    font-size: 16px;
  }
}

.fs-5 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .fs-5 {
    font-size: 15px;
  }
}

.fs-6 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .fs-6 {
    font-size: 13px;
  }
}

.fs-7 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .fs-7 {
    font-size: 12px;
  }
}

.lh-condensed {
  line-height: 1.1;
}

.show-in-desktop {
  display: none;
}
@media (min-width: 768px) {
  .show-in-desktop {
    display: block;
  }
}

.show-in-mobile {
  display: block;
}
@media (min-width: 768px) {
  .show-in-mobile {
    display: none;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.show {
  display: none;
}

.hide {
  display: block;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.sm-show {
  display: none;
}

.sm-hide {
  display: block;
}

@media (min-width: 544px) {
  .sm-show {
    display: block;
  }
  .sm-hide {
    display: none;
  }
}
.md-show {
  display: none;
}

.md-hide {
  display: block;
}

@media (min-width: 768px) {
  .md-show {
    display: block;
  }
  .md-hide {
    display: none;
  }
}
.lg-show {
  display: none;
}

.lg-hide {
  display: block;
}

@media (min-width: 1012px) {
  .lg-show {
    display: block;
  }
  .lg-hide {
    display: none;
  }
}
.xl-show {
  display: none;
}

.xl-hide {
  display: block;
}

@media (min-width: 1280px) {
  .xl-show {
    display: block;
  }
  .xl-hide {
    display: none;
  }
}

.top-icon {
  padding: 6px 8px;
  background: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .top-icon {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .top-icon svg {
    width: 16px;
    height: 16px;
  }
}

.index-title {
    font-size: 26px;
    letter-spacing: 5.4px;
}

@media (min-width: 768px) {
  .index-title{
      font-size: 40px;
      letter-spacing: 8.4px;
  }
}

.news-hover {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #244d99cc;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
  cursor: pointer;
  pointer-events: none
}

.swiper-slide:hover .news-hover {
  opacity: 1;
}

.news-hover svg {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}

.swiper-slide:hover .news-hover svg {
  opacity: 1;
  transform: scale(1);
}

.bg-diary{
    background-image: url(../img/bgdiary.jpg);
    background-size: cover;
    background-position: left;
    position: relative;
    
}

.max-h-diary{
  max-height: 380px;
}

@media (min-width: 768px) {
  .max-h-diary {
      max-height: 430px;
  }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    z-index: 1;
}

.diary-box .swiper-outside {
   --swiper-pagination-color: #fff;
}

.diary-box .swiper-button-next, .diary-box .swiper-button-prev {
    color: #fff;
}

.grid{
    display: grid;
}

.grid--banners{
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .grid--banners{
    grid-template-columns: repeat(3, 1fr);
  }
}

.image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.image {
    /* clear: both; */
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center;
}

.image img{
  min-width: 100%;
}

.image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

.image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

.aboutUs_box{
  background-color: #244E9A;
}

.aboutUs-number {
  font-size: 40px;
}

.aboutUs_box .fw-bold {
  min-width: 120px;
}

.aboutUs-label {
  min-height: 48px;
}

.separator-vertical {
    width: 1px;
    height: 100px;
    background: #fff;
    align-self: center;
    margin: auto 0;
    display: none;
}

.territorio-caja {
  background-size: cover;
  background-position: center;
  min-height: 196px;
  min-width: 242px;
  border-radius: 16px;
}
.titulo-caja {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  letter-spacing: 1px;
}

.bg-interlocucion {
  background-image:
    linear-gradient(rgba(36, 78, 154, 0.7), rgba(36, 78, 154, 0.7)),
    url('https://d3lxqpu7do4jwy.cloudfront.net/public/recursos/richImg/doc/c_235/bg-interlocucion.jpg');
}
.bg-libre-opinion {
  background-image:
    linear-gradient(rgba(36, 78, 154, 0.7), rgba(36, 78, 154, 0.7)),
    url('https://d3lxqpu7do4jwy.cloudfront.net/public/recursos/richImg/doc/c_235/bg-libre-opinion.jpg');
}
.bg-compromiso {
  background-image:
    linear-gradient(rgba(36, 78, 154, 0.7), rgba(36, 78, 154, 0.7)),
    url('https://d3lxqpu7do4jwy.cloudfront.net/public/recursos/richImg/doc/c_235/bg-compromiso.jpg');
}

@media (min-width: 768px) {
  .separator-vertical {
    display: block;
  }
}

.corner-box {
  position: relative;
  display: inline-block;
  padding: 15px 39px;
  background: #fff;
}

.corner-box::before,
.corner-box::after {
  content: "";
  position: absolute;
  border: 1px solid #244E9A;
  width: 88px;
  height: 96px;
  box-sizing: border-box;
}

.corner-box::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.corner-box::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.raw-html-embed > * {
  max-width: 100%;
  margin-bottom: 5px;
}

.table-bordered tr {
  border-bottom: 1px solid #c8d1da;
}

/*# sourceMappingURL=style.css.map */
