/*
	Template: 		Amprex Multipurpose
	Author: 		NyxThemes
	Website: 		www.nyxthemes.com
    -------------------------------------------------------------------------------------------------
    Directory Listing Pack
    Components imported from Main Package + Listing
    -------------------------------------------------------------------------------------------------
    Table of content ( Directory Listing )
    01. Animations
    02. Carousels
    03. Countdown
    04. Custom Map
    05. Dashboard Layout
    06. Dashboard Navbar
    07. Dashboard Sidebar
    08. Bootstrap Datepicker
    09. Dropdown ( Bootstrap Select )
    10. Dropzone
    11. Footer
    12. Forms
    13. Listings
    14. Mix of elements
    15. Navbar
    16. Shapes
    17. Star rating
    18. Tabs
    19. Testimonials
*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #0e94f8;
  --indigo: #3F51B5;
  --purple: #7a66b7;
  --pink: #eb408d;
  --red: #d62a3d;
  --orange: #FF9800;
  --yellow: #ffdf40;
  --green: #00c073;
  --teal: #0dc7a6;
  --cyan: #1cbac8;
  --white: #ffffff;
  --gray: #9b9b9b;
  --gray-dark: #696969;
  --primary: #7a66b7;
  --secondary: #757c88;
  --success: #00c073;
  --info: #1cbac8;
  --warning: #ffdf40;
  --danger: #d62a3d;
  --light: #f9f9f9;
  --dark: #252a37;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1250px;
  --breakpoint-xxl: 1480px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }
body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.935rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5e6373;
  text-align: left;
  background-color: #ffffff; }
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
p {
  margin-top: 0;
  margin-bottom: 0; }
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }
dt {
  font-weight: 700; }
dd {
  margin-bottom: .5rem;
  margin-left: 0; }
blockquote {
  margin: 0 0 1rem; }
b,
strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
a {
  color: #7a66b7;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #745fb4;
    text-decoration: none; }
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }
figure {
  margin: 0 0 1rem; }
img {
  vertical-align: middle;
  border-style: none; }
svg {
  overflow: hidden;
  vertical-align: middle; }
table {
  border-collapse: collapse; }
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #747b8c;
  text-align: left;
  caption-side: bottom; }
th {
  text-align: inherit;
  text-align: -webkit-match-parent; }
label {
  display: inline-block;
  margin-bottom: 0.5rem; }
button {
  border-radius: 0; }
button:focus:not(:focus-visible) {
  outline: 0; }
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
button,
input {
  overflow: visible; }
button,
select {
  text-transform: none; }
[role="button"] {
  cursor: pointer; }
select {
  word-wrap: normal; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }
textarea {
  overflow: auto;
  resize: vertical; }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
progress {
  vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
output {
  display: inline-block; }
summary {
  display: list-item;
  cursor: pointer; }
template {
  display: none; }
[hidden] {
  display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }
h1, .h1 {
  font-size: 2.057rem; }
h2, .h2 {
  font-size: 1.87rem; }
h3, .h3 {
  font-size: 1.63625rem; }
h4, .h4 {
  font-size: 1.4025rem; }
h5, .h5 {
  font-size: 1.16875rem; }
h6, .h6 {
  font-size: 0.935rem; }
.lead {
  font-size: 1.16875rem;
  font-weight: 300; }
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
  font-size: 0.875em;
  font-weight: 400; }
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline {
  padding-left: 0;
  list-style: none; }
.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
.initialism {
  font-size: 90%;
  text-transform: uppercase; }
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.16875rem; }
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #9b9b9b; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }
.img-fluid {
  max-width: 100%;
  height: auto; }
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #e9eaeb;
  border-radius: 0.15rem;
  max-width: 100%;
  height: auto; }
.figure {
  display: inline-block; }
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }
.figure-caption {
  font-size: 90%;
  color: #9b9b9b; }
code {
  font-size: 87.5%;
  color: #eb408d;
  word-wrap: break-word; }
  a > code {
    color: inherit; }
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #505050;
  border-radius: 0.1rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
pre {
  display: block;
  font-size: 87.5%;
  color: #505050; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 1250px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }
.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }
.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }
.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }
.offset-1 {
  margin-left: 8.33333%; }
.offset-2 {
  margin-left: 16.66667%; }
.offset-3 {
  margin-left: 25%; }
.offset-4 {
  margin-left: 33.33333%; }
.offset-5 {
  margin-left: 41.66667%; }
.offset-6 {
  margin-left: 50%; }
.offset-7 {
  margin-left: 58.33333%; }
.offset-8 {
  margin-left: 66.66667%; }
.offset-9 {
  margin-left: 75%; }
.offset-10 {
  margin-left: 83.33333%; }
.offset-11 {
  margin-left: 91.66667%; }
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1250px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1480px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #5e6373;
  background-color: #ffffff; }
  .table th,
  .table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid rgba(80, 80, 80, 0.4); }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(80, 80, 80, 0.4); }
  .table tbody + tbody {
    border-top: 2px solid rgba(80, 80, 80, 0.4); }
.table-sm th,
.table-sm td {
  padding: 0.3rem; }
.table-bordered {
  border: 1px solid rgba(80, 80, 80, 0.4); }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgba(80, 80, 80, 0.4); }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f3f4; }
.table-hover tbody tr:hover {
  color: #5e6373;
  background-color: #f9f9f9; }
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dad4eb; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #baafda; }
.table-hover .table-primary:hover {
  background-color: #cbc3e3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #cbc3e3; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d8dade; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b7bbc1; }
.table-hover .table-secondary:hover {
  background-color: #cacdd2; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cacdd2; }
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8edd8; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7adeb6; }
.table-hover .table-success:hover {
  background-color: #a4e8cd; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a4e8cd; }
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bfecf0; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #89dbe2; }
.table-hover .table-info:hover {
  background-color: #aae6eb; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #aae6eb; }
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff6ca; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffee9c; }
.table-hover .table-warning:hover {
  background-color: #fff2b1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fff2b1; }
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4c3c9; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ea909a; }
.table-hover .table-danger:hover {
  background-color: #f0adb6; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f0adb6; }
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc; }
.table-hover .table-light:hover {
  background-color: #f0f0f0; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f0f0f0; }
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c2c3c7; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8e9097; }
.table-hover .table-dark:hover {
  background-color: #b5b6bb; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b5b6bb; }
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
  color: #ffffff;
  background-color: #2e3341;
  border-color: #393f50; }
.table .thead-light th {
  color: #828282;
  background-color: #f2f3f4;
  border-color: rgba(80, 80, 80, 0.4); }
.table-dark {
  color: #ffffff;
  background-color: #2e3341; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #393f50; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #464b5a; }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1249.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }
.form-control {
  display: block;
  width: 100%;
  height: calc(2.4025rem + 2px);
  padding: 0.5rem 0.8rem;
  font-size: 0.935rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252a37;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e9eaeb;
  border-radius: 0.15rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #252a37;
    background-color: #ffffff;
    border-color: #7a66b7;
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
  .form-control::-webkit-input-placeholder {
    color: #9b9b9b;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1; }
  .form-control::placeholder {
    color: #9b9b9b;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9eaeb;
    opacity: 1; }
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #252a37; }
select.form-control:focus::-ms-value {
  color: #252a37;
  background-color: #ffffff; }
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }
.col-form-label-lg {
  padding-top: calc(0.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }
.col-form-label-sm {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.935rem;
  line-height: 1.5;
  color: #5e6373;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }
.form-control-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem; }
.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 0.95rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
select.form-control[size], select.form-control[multiple] {
  height: auto; }
textarea.form-control {
  height: auto; }
.form-group {
  margin-bottom: 1rem; }
.form-text {
  display: block;
  margin-top: 0.25rem; }
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #747b8c; }
.form-check-label {
  margin-bottom: 0; }
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00c073; }
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3rem 1rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(0, 192, 115, 0.9);
  border-radius: 5px; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00c073;
  padding-right: 2.4025rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300c073' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #00c073;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25); }
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3.2rem !important;
  background-position: right 1.6rem center; }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.4025rem;
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00c073;
  padding-right: calc(0.75em + 2.55rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23696969' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300c073' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.8rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #00c073;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00c073; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00c073; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #00c073; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00f392;
  background-color: #00f392; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00c073; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00c073; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00c073;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.25); }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #d62a3d; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3rem 1rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(214, 42, 61, 0.9);
  border-radius: 5px; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d62a3d;
  padding-right: 2.4025rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d62a3d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d62a3d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #d62a3d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25); }
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3.2rem !important;
  background-position: right 1.6rem center; }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.4025rem;
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d62a3d;
  padding-right: calc(0.75em + 2.55rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23696969' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d62a3d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d62a3d' stroke='none'/%3e%3c/svg%3e") center right 1.8rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #d62a3d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d62a3d; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d62a3d; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #d62a3d; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #de5564;
  background-color: #de5564; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d62a3d; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d62a3d; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d62a3d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.25); }
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #5e6373;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.6rem;
  font-size: 0.935rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #5e6373;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }
.btn-primary {
  color: #ffffff;
  background-color: #7a66b7;
  border-color: #7a66b7; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #654fa8;
    border-color: #604b9f; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #654fa8;
    border-color: #604b9f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 125, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(142, 125, 194, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #7a66b7;
    border-color: #7a66b7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #604b9f;
    border-color: #5a4796; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 125, 194, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(142, 125, 194, 0.5); }
.btn-secondary {
  color: #ffffff;
  background-color: #757c88;
  border-color: #757c88; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #636973;
    border-color: #5d636d; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #636973;
    border-color: #5d636d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(138, 144, 154, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(138, 144, 154, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #757c88;
    border-color: #757c88; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #5d636d;
    border-color: #585d66; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(138, 144, 154, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(138, 144, 154, 0.5); }
.btn-success {
  color: #ffffff;
  background-color: #00c073;
  border-color: #00c073; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #009a5c;
    border-color: #008d54; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #009a5c;
    border-color: #008d54;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 201, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 201, 136, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #00c073;
    border-color: #00c073; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #008d54;
    border-color: #00804d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 201, 136, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 201, 136, 0.5); }
.btn-info {
  color: #ffffff;
  background-color: #1cbac8;
  border-color: #1cbac8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #179ba6;
    border-color: #16909b; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #179ba6;
    border-color: #16909b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 196, 208, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(62, 196, 208, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #1cbac8;
    border-color: #1cbac8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #16909b;
    border-color: #148690; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 196, 208, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(62, 196, 208, 0.5); }
.btn-warning {
  color: #5e6373;
  background-color: #ffdf40;
  border-color: #ffdf40; }
  .btn-warning:hover {
    color: #5e6373;
    background-color: #ffd91a;
    border-color: #ffd60d; }
  .btn-warning:focus, .btn-warning.focus {
    color: #5e6373;
    background-color: #ffd91a;
    border-color: #ffd60d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 204, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 204, 72, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #5e6373;
    background-color: #ffdf40;
    border-color: #ffdf40; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #5e6373;
    background-color: #ffd60d;
    border-color: #ffd400; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 204, 72, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(231, 204, 72, 0.5); }
.btn-danger {
  color: #ffffff;
  background-color: #d62a3d;
  border-color: #d62a3d; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #b72333;
    border-color: #ac2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #b72333;
    border-color: #ac2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 74, 90, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 74, 90, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #d62a3d;
    border-color: #d62a3d; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ac2130;
    border-color: #a11f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 74, 90, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 74, 90, 0.5); }
.btn-light {
  color: #5e6373;
  background-color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-light:hover {
    color: #5e6373;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-light:focus, .btn-light.focus {
    color: #5e6373;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 227, 229, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(226, 227, 229, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #5e6373;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #5e6373;
    background-color: #e0e0e0;
    border-color: #d9d9d9; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 227, 229, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(226, 227, 229, 0.5); }
.btn-dark {
  color: #ffffff;
  background-color: #252a37;
  border-color: #252a37; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #161920;
    border-color: #101319; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #161920;
    border-color: #101319;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 74, 85, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(70, 74, 85, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #252a37;
    border-color: #252a37; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #101319;
    border-color: #0b0d11; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 74, 85, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(70, 74, 85, 0.5); }
.btn-outline-primary {
  color: #7a66b7;
  border-color: #7a66b7; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #7a66b7;
    border-color: #7a66b7; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 102, 183, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(122, 102, 183, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7a66b7;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #7a66b7;
    border-color: #7a66b7; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 102, 183, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(122, 102, 183, 0.5); }
.btn-outline-secondary {
  color: #757c88;
  border-color: #757c88; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #757c88;
    border-color: #757c88; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 124, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(117, 124, 136, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #757c88;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #757c88;
    border-color: #757c88; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 124, 136, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(117, 124, 136, 0.5); }
.btn-outline-success {
  color: #00c073;
  border-color: #00c073; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #00c073;
    border-color: #00c073; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00c073;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #00c073;
    border-color: #00c073; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.5); }
.btn-outline-info {
  color: #1cbac8;
  border-color: #1cbac8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #1cbac8;
    border-color: #1cbac8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 186, 200, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(28, 186, 200, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #1cbac8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #1cbac8;
    border-color: #1cbac8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 186, 200, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(28, 186, 200, 0.5); }
.btn-outline-warning {
  color: #ffdf40;
  border-color: #ffdf40; }
  .btn-outline-warning:hover {
    color: #5e6373;
    background-color: #ffdf40;
    border-color: #ffdf40; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 223, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 223, 64, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffdf40;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #5e6373;
    background-color: #ffdf40;
    border-color: #ffdf40; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 223, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 223, 64, 0.5); }
.btn-outline-danger {
  color: #d62a3d;
  border-color: #d62a3d; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #d62a3d;
    border-color: #d62a3d; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d62a3d;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #d62a3d;
    border-color: #d62a3d; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.5); }
.btn-outline-light {
  color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-outline-light:hover {
    color: #5e6373;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f9f9f9;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #5e6373;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
.btn-outline-dark {
  color: #252a37;
  border-color: #252a37; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #252a37;
    border-color: #252a37; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 42, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(37, 42, 55, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #252a37;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #252a37;
    border-color: #252a37; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 42, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(37, 42, 55, 0.5); }
.btn-link {
  font-weight: 400;
  color: #7a66b7;
  text-decoration: none; }
  .btn-link:hover {
    color: #745fb4;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #9b9b9b;
    pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 1.9rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 1.3rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem; }
.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }
.collapse:not(.show) {
  display: none; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        -webkit-transition: none;
        transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }
.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 0.5rem 0.5rem;
  margin: 0.125rem 0 0;
  font-size: 0.935rem;
  color: #5e6373;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.15rem; }
.dropdown-menu-left {
  right: auto;
  left: 0; }
.dropdown-menu-right {
  right: 0;
  left: auto; }
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1250px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
@media (min-width: 1480px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f2f3f4; }
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 1rem;
  clear: both;
  font-weight: 400;
  color: #4e5059;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #7a66b7;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.active, .dropdown-item:active {
    color: transparent;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #9b9b9b;
    pointer-events: none;
    background-color: transparent; }
.dropdown-menu.show {
  display: block; }
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #9b9b9b;
  white-space: nowrap; }
.dropdown-item-text {
  display: block;
  padding: 0.4rem 1rem;
  color: #4e5059; }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.975rem;
  padding-left: 0.975rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.425rem;
  padding-left: 1.425rem; }
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }
.input-group-prepend {
  margin-right: -1px; }
.input-group-append {
  margin-left: -1px; }
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.8rem;
  margin-bottom: 0;
  font-size: 0.935rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252a37;
  text-align: center;
  white-space: nowrap;
  background-color: #f9f9f9;
  border: 1px solid #e9eaeb;
  border-radius: 0.15rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.6rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8rem 0.95rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.8rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.4rem 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.8rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.4025rem;
  padding-left: 1.7rem;
  print-color-adjust: exact; }
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.2rem;
  height: 1.30125rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #7a66b7;
    background-color: #7a66b7; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0;
            box-shadow: 0 0 0 1px #ffffff, 0; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #7a66b7; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #e4dff0;
    border-color: #e4dff0; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #afafaf; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f2f3f4; }
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.10125rem;
    left: -1.7rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    background-color: #f2f3f4;
    border: 1px solid #afafaf; }
  .custom-control-label::after {
    position: absolute;
    top: 0.10125rem;
    left: -1.7rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background: 50% / 70% 70% no-repeat; }
.custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #7a66b7;
  background-color: #7a66b7; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(122, 102, 183, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(122, 102, 183, 0.5); }
.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(122, 102, 183, 0.5); }
.custom-switch {
  padding-left: 2.6rem; }
  .custom-switch .custom-control-label::before {
    left: -2.6rem;
    width: 2.1rem;
    pointer-events: all;
    border-radius: 0.6rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.10125rem + 2px);
    left: calc(-2.6rem + 2px);
    width: calc(1.2rem - 4px);
    height: calc(1.2rem - 4px);
    background-color: #afafaf;
    border-radius: 0.6rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #f2f3f4;
    -webkit-transform: translateX(0.9rem);
            transform: translateX(0.9rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(122, 102, 183, 0.5); }
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4025rem + 2px);
  padding: 0.5rem 1.8rem 0.5rem 0.8rem;
  font-size: 0.935rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252a37;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23696969' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8rem center/8px 10px no-repeat;
  border: 1px solid #e9eaeb;
  border-radius: 0.15rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: 0;
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
    .custom-select:focus::-ms-value {
      color: #252a37;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.8rem;
    background-image: none; }
  .custom-select:disabled {
    color: #9b9b9b;
    background-color: #f2f3f4; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #252a37; }
.custom-select-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.65rem;
  font-size: 0.875rem; }
.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.95rem;
  font-size: 1.125rem; }
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px;
  margin-bottom: 0; }
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 45px;
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #7a66b7;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9eaeb; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 45px;
  padding: 0rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 45px;
  color: #252a37;
  background-color: #ffffff;
  border: 1px solid #e9eaeb;
  border-radius: 0.15rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.4025rem;
    padding: 0rem 1rem;
    line-height: 45px;
    color: #252a37;
    content: "Browse";
    background-color: #f9f9f9;
    border-left: inherit;
    border-radius: 0 0.15rem 0.15rem 0; }
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #ffffff, 0;
              box-shadow: 0 0 0 1px #ffffff, 0; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #7a66b7;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #e4dff0; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e9eaeb;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #7a66b7;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #e4dff0; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e9eaeb;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #7a66b7;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #e4dff0; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #e9eaeb;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e9eaeb;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #afafaf; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #afafaf; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #afafaf; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #9b9b9b;
    pointer-events: none;
    cursor: default; }
.nav-tabs {
  border-bottom: 1px solid #e9eaeb; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9eaeb; }
    .nav-tabs .nav-link.disabled {
      color: #9b9b9b;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #7a66b7;
    background-color: #fff;
    border-color: #e9eaeb; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.15rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #7a66b7; }
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.navbar-brand {
  display: inline-block;
  padding-top: 0.3575rem;
  padding-bottom: 0.3575rem;
  margin-right: 0;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.15rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1249.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1250px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
@media (max-width: 1479.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
.navbar-light .navbar-brand {
  color: #7a66b7; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #7a66b7; }
.navbar-light .navbar-nav .nav-link {
  color: #d0dce4; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #7a66b7; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #7a66b7; }
.navbar-light .navbar-toggler {
  color: #d0dce4;
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: none; }
.navbar-light .navbar-text {
  color: #d0dce4; }
  .navbar-light .navbar-text a {
    color: #7a66b7; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #7a66b7; }
.navbar-dark .navbar-brand {
  color: #7a66b7; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #7a66b7; }
.navbar-dark .navbar-nav .nav-link {
  color: #5e6373; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #7a66b7; }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #7a66b7; }
.navbar-dark .navbar-toggler {
  color: #5e6373;
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: none; }
.navbar-dark .navbar-text {
  color: #5e6373; }
  .navbar-dark .navbar-text a {
    color: #7a66b7; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #7a66b7; }
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.15rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.15rem - 1px);
      border-top-right-radius: calc(0.15rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.15rem - 1px);
      border-bottom-left-radius: calc(0.15rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }
.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }
.card-title {
  margin-bottom: 0.75rem; }
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }
.card-text:last-child {
  margin-bottom: 0; }
.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.15rem - 1px) calc(0.15rem - 1px) 0 0; }
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.15rem - 1px) calc(0.15rem - 1px); }
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.15rem - 1px); }
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px); }
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px); }
.card-deck .card {
  margin-bottom: 10px; }
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 10px;
      margin-bottom: 0;
      margin-left: 10px; } }
.card-group > .card {
  margin-bottom: 10px; }
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.15rem; }
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #9b9b9b;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #7a66b7; }
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.15rem; }
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.9rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #e9eaeb; }
  .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #7a66b7;
    border-color: #7a66b7; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem; }
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #7a66b7;
  border-color: #7a66b7; }
.page-item.disabled .page-link {
  color: #afafaf;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #e9eaeb; }
.pagination-lg .page-link {
  padding: 0.7rem 1.1rem;
  font-size: 1.125rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }
.pagination-sm .page-link {
  padding: 0.3rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem; }
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }
.btn .badge {
  position: relative;
  top: -1px; }
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }
.badge-primary {
  color: #ffffff;
  background-color: #7a66b7; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #604b9f; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 102, 183, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(122, 102, 183, 0.5); }
.badge-secondary {
  color: #ffffff;
  background-color: #757c88; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #5d636d; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 124, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(117, 124, 136, 0.5); }
.badge-success {
  color: #ffffff;
  background-color: #00c073; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #008d54; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 192, 115, 0.5); }
.badge-info {
  color: #ffffff;
  background-color: #1cbac8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #16909b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 186, 200, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(28, 186, 200, 0.5); }
.badge-warning {
  color: #5e6373;
  background-color: #ffdf40; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #5e6373;
    background-color: #ffd60d; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 223, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 223, 64, 0.5); }
.badge-danger {
  color: #ffffff;
  background-color: #d62a3d; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #ac2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 42, 61, 0.5); }
.badge-light {
  color: #5e6373;
  background-color: #f9f9f9; }
  a.badge-light:hover, a.badge-light:focus {
    color: #5e6373;
    background-color: #e0e0e0; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
.badge-dark {
  color: #ffffff;
  background-color: #252a37; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #101319; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 42, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(37, 42, 55, 0.5); }
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f2f3f4;
  border-radius: 0.2rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.15rem; }
.alert-heading {
  color: inherit; }
.alert-link {
  font-weight: 700; }
.alert-dismissible {
  padding-right: 3.9025rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }
.alert-primary {
  color: #362d51;
  background-color: #afa3d4;
  border-color: #8572bd; }
  .alert-primary hr {
    border-top-color: #7661b5; }
  .alert-primary .alert-link {
    color: #201b30; }
.alert-secondary {
  color: #33373c;
  background-color: #acb0b8;
  border-color: #808692; }
  .alert-secondary hr {
    border-top-color: #737986; }
  .alert-secondary .alert-link {
    color: #1c1e20; }
.alert-success {
  color: #005433;
  background-color: #66d9ab;
  border-color: #14c57e; }
  .alert-success hr {
    border-top-color: #12ae6f; }
  .alert-success .alert-link {
    color: #002114; }
.alert-info {
  color: #0c5258;
  background-color: #77d6de;
  border-color: #2ec0cc; }
  .alert-info hr {
    border-top-color: #29acb7; }
  .alert-info .alert-link {
    color: #06282b; }
.alert-warning {
  color: #70621c;
  background-color: #ffec8c;
  border-color: #ffe24f; }
  .alert-warning hr {
    border-top-color: #ffde36; }
  .alert-warning .alert-link {
    color: #473e12; }
.alert-danger {
  color: #5e121b;
  background-color: #e67f8b;
  border-color: #d93b4d; }
  .alert-danger hr {
    border-top-color: #d2293c; }
  .alert-danger .alert-link {
    color: #330a0f; }
.alert-light {
  color: #6e6e6e;
  background-color: #fbfbfb;
  border-color: #f9f9f9; }
  .alert-light hr {
    border-top-color: #ececec; }
  .alert-light .alert-link {
    color: #555555; }
.alert-dark {
  color: #101218;
  background-color: #7c7f87;
  border-color: #363b47; }
  .alert-dark hr {
    border-top-color: #2b2f39; }
  .alert-dark .alert-link {
    color: black; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.70125rem;
  background-color: #f2f3f4;
  border-radius: 0.15rem; }
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #7a66b7;
  -webkit-transition: none;
  transition: none; }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.15rem; }
.list-group-item-action {
  width: 100%;
  color: #828282;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #828282;
    text-decoration: none;
    background-color: #f9f9f9; }
  .list-group-item-action:active {
    color: #5e6373;
    background-color: #f2f3f4; }
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #f2f3f4; }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #828282;
    pointer-events: none;
    background-color: #e9eaeb; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #7a66b7;
    border-color: #7a66b7; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.15rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.15rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.15rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.15rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.15rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.15rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1250px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.15rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.15rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1480px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.15rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.15rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }
.list-group-item-primary {
  color: #3f355f;
  background-color: #dad4eb; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #3f355f;
    background-color: #cbc3e3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #3f355f;
    border-color: #3f355f; }
.list-group-item-secondary {
  color: #3d4047;
  background-color: #d8dade; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #3d4047;
    background-color: #cacdd2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #3d4047;
    border-color: #3d4047; }
.list-group-item-success {
  color: #00643c;
  background-color: #b8edd8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #00643c;
    background-color: #a4e8cd; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #00643c;
    border-color: #00643c; }
.list-group-item-info {
  color: #0f6168;
  background-color: #bfecf0; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0f6168;
    background-color: #aae6eb; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f6168;
    border-color: #0f6168; }
.list-group-item-warning {
  color: #857421;
  background-color: #fff6ca; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857421;
    background-color: #fff2b1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #857421;
    border-color: #857421; }
.list-group-item-danger {
  color: #6f1620;
  background-color: #f4c3c9; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6f1620;
    background-color: #f0adb6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #6f1620;
    border-color: #6f1620; }
.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818181;
    background-color: #f0f0f0; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818181;
    border-color: #818181; }
.list-group-item-dark {
  color: #13161d;
  background-color: #c2c3c7; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #13161d;
    background-color: #b5b6bb; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #13161d;
    border-color: #13161d; }
.close {
  float: right;
  font-size: 1.4025rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }
button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }
a.close.disabled {
  pointer-events: none; }
.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #9b9b9b;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
.toast-body {
  padding: 0.75rem; }
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  outline: 0; }
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f9f9f9;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #f9f9f9;
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1250px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 5px; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 5px 7.5px 0;
      border-top-color: #252a37; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 5px;
    height: 15px; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 7.5px 5px 7.5px 0;
      border-right-color: #252a37; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 7.5px 5px;
      border-bottom-color: #252a37; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 5px;
    height: 15px; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 7.5px 0 7.5px 5px;
      border-left-color: #252a37; }
.tooltip-inner {
  max-width: 200px;
  padding: 0.3rem 1rem;
  color: #ffffff;
  text-align: center;
  background-color: #252a37;
  border-radius: 5px; }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 260px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dadbdc;
  border-radius: 0.2rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    margin: 0 0.2rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.4rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.4rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #dadbdc; }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #ffffff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.4rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.4rem - 1px);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.2rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #dadbdc; }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #ffffff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.4rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.4rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.4rem 0.4rem 0.4rem;
      border-bottom-color: #dadbdc; }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.4rem 0.4rem 0.4rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0.8rem;
    margin-left: -0.4rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.4rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.4rem - 1px);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.2rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #dadbdc; }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #ffffff; }
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.935rem;
  color: #333;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px); }
  .popover-header:empty {
    display: none; }
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #5e6373; }
.carousel {
  position: relative; }
.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }
.carousel-control-prev {
  left: 0; }
.carousel-control-next {
  right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }
.align-baseline {
  vertical-align: baseline !important; }
.align-top {
  vertical-align: top !important; }
.align-middle {
  vertical-align: middle !important; }
.align-bottom {
  vertical-align: bottom !important; }
.align-text-bottom {
  vertical-align: text-bottom !important; }
.align-text-top {
  vertical-align: text-top !important; }
.bg-primary {
  background-color: #7a66b7 !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #604b9f !important; }
.bg-secondary {
  background-color: #757c88 !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5d636d !important; }
.bg-success {
  background-color: #00c073 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #008d54 !important; }
.bg-info {
  background-color: #1cbac8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #16909b !important; }
.bg-warning {
  background-color: #ffdf40 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffd60d !important; }
.bg-danger {
  background-color: #d62a3d !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ac2130 !important; }
.bg-light {
  background-color: #f9f9f9 !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e0e0e0 !important; }
.bg-dark {
  background-color: #252a37 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #101319 !important; }
.bg-white {
  background-color: #ffffff !important; }
.bg-transparent {
  background-color: transparent !important; }
.border {
  border: 1px solid #f9f9f9 !important; }
.border-top {
  border-top: 1px solid #f9f9f9 !important; }
.border-right {
  border-right: 1px solid #f9f9f9 !important; }
.border-bottom {
  border-bottom: 1px solid #f9f9f9 !important; }
.border-left {
  border-left: 1px solid #f9f9f9 !important; }
.border-0 {
  border: 0 !important; }
.border-top-0 {
  border-top: 0 !important; }
.border-right-0 {
  border-right: 0 !important; }
.border-bottom-0 {
  border-bottom: 0 !important; }
.border-left-0 {
  border-left: 0 !important; }
.border-primary {
  border-color: #7a66b7 !important; }
.border-secondary {
  border-color: #757c88 !important; }
.border-success {
  border-color: #00c073 !important; }
.border-info {
  border-color: #1cbac8 !important; }
.border-warning {
  border-color: #ffdf40 !important; }
.border-danger {
  border-color: #d62a3d !important; }
.border-light {
  border-color: #f9f9f9 !important; }
.border-dark {
  border-color: #252a37 !important; }
.border-white {
  border-color: #ffffff !important; }
.rounded-sm {
  border-radius: 0.1rem !important; }
.rounded {
  border-radius: 0.15rem !important; }
.rounded-top {
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.15rem !important; }
.rounded-right {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important; }
.rounded-bottom {
  border-bottom-right-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important; }
.rounded-left {
  border-top-left-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important; }
.rounded-lg {
  border-radius: 0.2rem !important; }
.rounded-circle {
  border-radius: 50% !important; }
.rounded-pill {
  border-radius: 50rem !important; }
.rounded-0 {
  border-radius: 0 !important; }
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.d-none {
  display: none !important; }
.d-inline {
  display: inline !important; }
.d-inline-block {
  display: inline-block !important; }
.d-block {
  display: block !important; }
.d-table {
  display: table !important; }
.d-table-row {
  display: table-row !important; }
.d-table-cell {
  display: table-cell !important; }
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1250px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1480px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }
.embed-responsive-16by9::before {
  padding-top: 56.25%; }
.embed-responsive-4by3::before {
  padding-top: 75%; }
.embed-responsive-1by1::before {
  padding-top: 100%; }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1250px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1480px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-none {
  float: none !important; }
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1250px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }
@media (min-width: 1480px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }
.overflow-auto {
  overflow: auto !important; }
.overflow-hidden {
  overflow: hidden !important; }
.position-static {
  position: static !important; }
.position-relative {
  position: relative !important; }
.position-absolute {
  position: absolute !important; }
.position-fixed {
  position: fixed !important; }
.position-sticky {
  position: sticky !important; }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
.w-25 {
  width: 25% !important; }
.w-50 {
  width: 50% !important; }
.w-75 {
  width: 75% !important; }
.w-100 {
  width: 100% !important; }
.w-auto {
  width: auto !important; }
.w-20 {
  width: 20% !important; }
.w-40 {
  width: 40% !important; }
.w-60 {
  width: 60% !important; }
.h-25 {
  height: 25% !important; }
.h-50 {
  height: 50% !important; }
.h-75 {
  height: 75% !important; }
.h-100 {
  height: 100% !important; }
.h-auto {
  height: auto !important; }
.h-20 {
  height: 20% !important; }
.h-40 {
  height: 40% !important; }
.h-60 {
  height: 60% !important; }
.mw-100 {
  max-width: 100% !important; }
.mh-100 {
  max-height: 100% !important; }
.min-vw-100 {
  min-width: 100vw !important; }
.min-vh-100 {
  min-height: 100vh !important; }
.vw-100 {
  width: 100vw !important; }
.vh-100 {
  height: 100vh !important; }
.m-0 {
  margin: 0 !important; }
.mt-0,
.my-0 {
  margin-top: 0 !important; }
.mr-0,
.mx-0 {
  margin-right: 0 !important; }
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
  margin-left: 0 !important; }
.m-1 {
  margin: 0.25rem !important; }
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }
.m-2 {
  margin: 0.5rem !important; }
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }
.m-3 {
  margin: 1rem !important; }
.mt-3,
.my-3 {
  margin-top: 1rem !important; }
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }
.m-4 {
  margin: 1.5rem !important; }
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }
.m-5 {
  margin: 3rem !important; }
.mt-5,
.my-5 {
  margin-top: 3rem !important; }
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }
.p-0 {
  padding: 0 !important; }
.pt-0,
.py-0 {
  padding-top: 0 !important; }
.pr-0,
.px-0 {
  padding-right: 0 !important; }
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }
.pl-0,
.px-0 {
  padding-left: 0 !important; }
.p-1 {
  padding: 0.25rem !important; }
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }
.p-2 {
  padding: 0.5rem !important; }
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }
.p-3 {
  padding: 1rem !important; }
.pt-3,
.py-3 {
  padding-top: 1rem !important; }
.pr-3,
.px-3 {
  padding-right: 1rem !important; }
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
  padding-left: 1rem !important; }
.p-4 {
  padding: 1.5rem !important; }
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }
.p-5 {
  padding: 3rem !important; }
.pt-5,
.py-5 {
  padding-top: 3rem !important; }
.pr-5,
.px-5 {
  padding-right: 3rem !important; }
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
  padding-left: 3rem !important; }
.m-n1 {
  margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }
.m-n2 {
  margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }
.m-n3 {
  margin: -1rem !important; }
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }
.m-n4 {
  margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }
.m-n5 {
  margin: -3rem !important; }
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }
.m-auto {
  margin: auto !important; }
.mt-auto,
.my-auto {
  margin-top: auto !important; }
.mr-auto,
.mx-auto {
  margin-right: auto !important; }
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
  margin-left: auto !important; }
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1250px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1480px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-justify {
  text-align: justify !important; }
.text-wrap {
  white-space: normal !important; }
.text-nowrap {
  white-space: nowrap !important; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1250px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1480px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }
.text-uppercase {
  text-transform: uppercase !important; }
.text-capitalize {
  text-transform: capitalize !important; }
.font-weight-light {
  font-weight: 300 !important; }
.font-weight-lighter {
  font-weight: lighter !important; }
.font-weight-normal {
  font-weight: 400 !important; }
.font-weight-bold {
  font-weight: 700 !important; }
.font-weight-bolder {
  font-weight: bolder !important; }
.font-italic {
  font-style: italic !important; }
.text-white {
  color: #ffffff !important; }
.text-primary {
  color: #7a66b7 !important; }
a.text-primary:hover, a.text-primary:focus {
  color: #55438e !important; }
.text-secondary {
  color: #757c88 !important; }
a.text-secondary:hover, a.text-secondary:focus {
  color: #52575f !important; }
.text-success {
  color: #00c073 !important; }
a.text-success:hover, a.text-success:focus {
  color: #007445 !important; }
.text-info {
  color: #1cbac8 !important; }
a.text-info:hover, a.text-info:focus {
  color: #137c85 !important; }
.text-warning {
  color: #ffdf40 !important; }
a.text-warning:hover, a.text-warning:focus {
  color: #f3ca00 !important; }
.text-danger {
  color: #d62a3d !important; }
a.text-danger:hover, a.text-danger:focus {
  color: #971d2a !important; }
.text-light {
  color: #f9f9f9 !important; }
a.text-light:hover, a.text-light:focus {
  color: lightgray !important; }
.text-dark {
  color: #252a37 !important; }
a.text-dark:hover, a.text-dark:focus {
  color: #060709 !important; }
.text-body {
  color: #5e6373 !important; }
.text-muted {
  color: #747b8c !important; }
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.text-decoration-none {
  text-decoration: none !important; }
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }
.text-reset {
  color: inherit !important; }
.visible {
  visibility: visible !important; }
.invisible {
  visibility: hidden !important; }
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #afafaf;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9eaeb !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: rgba(80, 80, 80, 0.4); }
  .table .thead-dark th {
    color: inherit;
    border-color: rgba(80, 80, 80, 0.4); } }
body {
  margin: 0 !important;
  padding: 0 !important;
  webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  text-rendering: optimizelegibility;
  color: #5e6373;
  overflow-x: hidden; }
body, html {
  height: 100%; }
.main-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
section {
  position: relative !important; }
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
a, a:hover, a:focus, a:active, a:link, img {
  outline: none;
  text-decoration: none !important; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #464b5a; }
ul, ol {
  padding-left: 30px;
  margin: 0; }
.list-style-inside {
  list-style-position: inside; }
.jumbotron {
  margin-bottom: 0; }
::-moz-selection {
  color: #ffffff;
  background-color: #7a66b7; }
::selection {
  color: #ffffff;
  background-color: #7a66b7; }
blockquote,
figure {
  margin-bottom: 0; }
@-webkit-keyframes autofill {
  to {
    color: #555555;
    background-color: #ffffff; } }
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }
::-webkit-input-placeholder {
  color: #bdbdc5 !important; }
::-moz-placeholder {
  color: #bdbdc5 !important; }
::-ms-input-placeholder {
  color: #bdbdc5 !important; }
::placeholder {
  color: #bdbdc5 !important; }
.banner {
  position: relative;
  overflow: hidden; }
  .banner .banner-text {
    z-index: 1; }
.page-header {
  padding: 200px 0 !important; }
  @media (min-width: 992px) {
    .page-header {
      padding: 0 0 !important; } }
#map {
  overflow: hidden; }
.modal-backdrop {
  z-index: 9999; }
.modal {
  z-index: 99999; }
pre[class*="language-"] {
  background-color: #f9f9f9;
  border: 1px solid #dddddd; }
code[class*="language-"] {
  text-shadow: none !important; }
.cursor-pointer {
  cursor: pointer !important; }
.g-indexup {
  z-index: 1 !important; }
.g-indexdown {
  z-index: -1 !important; }
button:active, button:focus {
  outline: 0; }
/*
    @
    @   06
    @   Preloader
    @
*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #ffffff; }
  #preloader .line1 {
    height: 3px;
    background-color: #7a66b7;
    margin-bottom: 0px;
    position: absolute;
    -webkit-animation: line1 3s infinite ease-in-out;
    animation: line1 3s infinite ease-in-out;
    border-radius: 10px; }
  #preloader .circle-loader2 {
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 89;
    border-radius: 50%;
    border: 3px solid #7a66b7;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear; }
  #preloader .circle-loader3 {
    width: 260px;
    height: 260px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 79;
    border-radius: 50%; }
@-webkit-keyframes line1 {
  0% {
    width: 0; }
  50% {
    width: 100%; }
  100% {
    width: 0;
    right: 0;
    left: auto; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
    @
    @   07
    @   Navbar
    @
*/
.topbar-header .social-links .list-inline-item:not(:last-child) {
  margin-right: 0px; }
.topbar-header .currency select {
  outline: 0; }
.topbar-header .currency .dropdown-menu {
  min-width: 150px; }
.topbar-header .dropdown-cart-toolbar {
  min-width: 300px; }
  .topbar-header .dropdown-cart-toolbar .dropdown-cart-item {
    border-bottom: 1px solid #eeeeee; }
    .topbar-header .dropdown-cart-toolbar .dropdown-cart-item .dropdown-item-thumb img {
      width: 70px; }
.ax-header {
  width: 100%;
  z-index: 200; }
.ax-navbar-wrapper {
  z-index: 200;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  background-color: transparent; }
  .ax-navbar-wrapper .navbar {
    font-family: sans-serif;
    background-color: transparent;
    border-bottom: 0; }
    .ax-navbar-wrapper .navbar > .container,
    .ax-navbar-wrapper .navbar > .container-fluid,
    .ax-navbar-wrapper .navbar > .container-xl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: start !important; }
    .ax-navbar-wrapper .navbar .navbar-toggler {
      margin-left: auto;
      outline: 0;
      border: 0;
      cursor: pointer;
      margin-right: 10px; }
      .ax-navbar-wrapper .navbar .navbar-toggler .navbar-toggler-icon {
        height: auto; }
    .ax-navbar-wrapper .navbar .logo-wrapper img {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .ax-navbar-wrapper .navbar .navbar-nav .nav-link {
      padding: 1.7rem 1.2rem;
      font-size: 0.85rem;
      text-transform: normal;
      font-weight: 400; }
      .ax-navbar-wrapper .navbar .navbar-nav .nav-link i {
        vertical-align: middle; }
    .ax-navbar-wrapper .navbar .navbar-nav .dropdown-toggle:after {
      display: none; }
    .ax-navbar-wrapper .navbar .right-menu-links .ax-icon {
      padding: 0; }
  @media (min-width: 992px) {
    .ax-navbar-wrapper.ax-navbar-logo-centered .logo-wrapper {
      display: none; } }
  .ax-navbar-wrapper.ax-navbar-left-aligned .navbar-nav {
    margin-left: 20px !important;
    margin-right: 0; }
  .ax-navbar-wrapper.ax-navbar-center-aligned .navbar-nav {
    margin: 0 auto; }
  .ax-navbar-wrapper.ax-navbar-fullwidth .navbar > .container {
    min-width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem; }
  .ax-navbar-wrapper.ax-navbar-fullwidth .navbar .navbar-nav li:nth-last-child(-n+2) .dropdown-menu {
    right: 0;
    left: auto; }
  .ax-navbar-wrapper.ax-navbar-fullwidth .navbar .dropdown-submenu .dropdown-menu {
    top: 0rem;
    left: auto !important;
    right: 100%; }
  .ax-navbar-wrapper.sticky-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    -webkit-animation: showStickyNav 0.5s ease-in-out;
            animation: showStickyNav 0.5s ease-in-out; }
  .ax-navbar-wrapper.sticky-navbar-v2 {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto; }
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-brand {
    color: #7a66b7; }
    .ax-navbar-wrapper.ax-navbar-white-color .navbar-brand:hover, .ax-navbar-wrapper.ax-navbar-white-color .navbar-brand:focus {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .nav-link {
    color: #ffffff; }
    .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .nav-link:hover, .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .nav-link:focus {
      color: #7a66b7; }
    .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.3); }
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .show > .nav-link,
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .active > .nav-link,
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .nav-link.show,
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav .nav-link.active {
    color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav li:first-of-type .nav-link.active {
    background-color: transparent;
    color: #ffffff; }
    .ax-navbar-wrapper.ax-navbar-white-color .navbar-nav li:first-of-type .nav-link.active:hover {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-toggler {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1); }
  .ax-navbar-wrapper.ax-navbar-white-color .navbar-text {
    color: #ffffff; }
    .ax-navbar-wrapper.ax-navbar-white-color .navbar-text a {
      color: #7a66b7; }
      .ax-navbar-wrapper.ax-navbar-white-color .navbar-text a:hover, .ax-navbar-wrapper.ax-navbar-white-color .navbar-text a:focus {
        color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-white-color .right-menu-links a.nav-link {
    color: #ffffff; }
    .ax-navbar-wrapper.ax-navbar-white-color .right-menu-links a.nav-link:hover, .ax-navbar-wrapper.ax-navbar-white-color .right-menu-links a.nav-link:focus {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-brand:hover, .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-brand:focus {
    color: #ffffff; }
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-nav .nav-link:hover, .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-nav .nav-link:focus {
    color: #ffffff !important; }
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-nav .show > .nav-link,
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-nav .active > .nav-link,
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-nav .nav-link.show,
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-nav .nav-link.active {
    color: #ffffff !important; }
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-nav li:first-of-type .nav-link.active:hover {
    color: #ffffff !important; }
  .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-text a:hover, .ax-navbar-wrapper.ax-navbar-white-color-h .navbar-text a:focus {
    color: #ffffff !important; }
  .ax-navbar-wrapper.ax-navbar-white-color-h .right-menu-links a.nav-link:hover {
    color: #ffffff !important; }
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-brand {
    color: #7a66b7; }
    .ax-navbar-wrapper.ax-navbar-light-color .navbar-brand:hover, .ax-navbar-wrapper.ax-navbar-light-color .navbar-brand:focus {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .nav-link {
    color: #d0dce4; }
    .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .nav-link:hover, .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .nav-link:focus {
      color: #7a66b7; }
    .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .show > .nav-link,
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .active > .nav-link,
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .nav-link.show,
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav .nav-link.active {
    color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav li:first-of-type .nav-link.active {
    background-color: transparent;
    color: #d0dce4; }
    .ax-navbar-wrapper.ax-navbar-light-color .navbar-nav li:first-of-type .nav-link.active:hover {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-toggler {
    color: #d0dce4;
    border-color: rgba(255, 255, 255, 0.1); }
  .ax-navbar-wrapper.ax-navbar-light-color .navbar-text {
    color: #d0dce4; }
    .ax-navbar-wrapper.ax-navbar-light-color .navbar-text a {
      color: #7a66b7; }
      .ax-navbar-wrapper.ax-navbar-light-color .navbar-text a:hover, .ax-navbar-wrapper.ax-navbar-light-color .navbar-text a:focus {
        color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-light-color .right-menu-links a.nav-link {
    color: #d0dce4; }
    .ax-navbar-wrapper.ax-navbar-light-color .right-menu-links a.nav-link:hover, .ax-navbar-wrapper.ax-navbar-light-color .right-menu-links a.nav-link:focus {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-brand:hover, .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-brand:focus {
    color: #d0dce4; }
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-nav .nav-link:hover, .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-nav .nav-link:focus {
    color: #d0dce4 !important; }
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-nav .show > .nav-link,
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-nav .active > .nav-link,
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-nav .nav-link.show,
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-nav .nav-link.active {
    color: #d0dce4 !important; }
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-nav li:first-of-type .nav-link.active:hover {
    color: #d0dce4 !important; }
  .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-text a:hover, .ax-navbar-wrapper.ax-navbar-light-color-h .navbar-text a:focus {
    color: #d0dce4 !important; }
  .ax-navbar-wrapper.ax-navbar-light-color-h .right-menu-links a.nav-link:hover {
    color: #d0dce4 !important; }
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-brand {
    color: #7a66b7; }
    .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-brand:hover, .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-brand:focus {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .nav-link {
    color: #5e6373; }
    .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .nav-link:hover, .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .nav-link:focus {
      color: #7a66b7; }
    .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .show > .nav-link,
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .active > .nav-link,
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .nav-link.show,
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav .nav-link.active {
    color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav li:first-of-type .nav-link.active {
    background-color: transparent;
    color: #5e6373; }
    .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-nav li:first-of-type .nav-link.active:hover {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-toggler {
    color: #5e6373;
    border-color: rgba(0, 0, 0, 0.1); }
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-text {
    color: #5e6373; }
    .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-text a {
      color: #7a66b7; }
      .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-text a:hover, .ax-navbar-wrapper.ax-navbar-dark-color .navbar .navbar-text a:focus {
        color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-dark-color .navbar .right-menu-links a.nav-link {
    color: #5e6373; }
    .ax-navbar-wrapper.ax-navbar-dark-color .navbar .right-menu-links a.nav-link:hover, .ax-navbar-wrapper.ax-navbar-dark-color .navbar .right-menu-links a.nav-link:focus {
      color: #7a66b7; }
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-brand:hover, .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-brand:focus {
    color: #252a37; }
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-nav .nav-link:hover, .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-nav .nav-link:focus {
    color: #252a37 !important; }
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-nav .show > .nav-link,
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-nav .active > .nav-link,
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-nav .nav-link.show,
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-nav .nav-link.active {
    color: #252a37 !important; }
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-nav li:first-of-type .nav-link.active:hover {
    color: #252a37 !important; }
  .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-text a:hover, .ax-navbar-wrapper.ax-navbar-dark-color-h .navbar-text a:focus {
    color: #252a37 !important; }
  .ax-navbar-wrapper.ax-navbar-dark-color-h .right-menu-links a.nav-link:hover {
    color: #252a37 !important; }
  .ax-navbar-wrapper.sticky-light.sticky-navbar, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important; }
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .nav-link, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .nav-link {
      color: #5e6373; }
      .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .nav-link:hover, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .nav-link:hover {
        color: #7a66b7 !important; }
      .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .nav-link.active, .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .nav-link:focus, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .nav-link.active, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .nav-link:focus {
        color: #7a66b7 !important; }
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .show > .nav-link,
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .active > .nav-link,
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .nav-link.show,
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .nav-link.active, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .show > .nav-link,
    .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .active > .nav-link,
    .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .nav-link.show,
    .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .nav-link.active {
      color: #7a66b7 !important; }
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .navbar-toggler .navbar-toggler-icon, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .navbar-toggler .navbar-toggler-icon {
      color: #5e6373; }
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar li:first-of-type .nav-link.active, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar li:first-of-type .nav-link.active {
      color: #7a66b7 !important; }
    .ax-navbar-wrapper.sticky-light.sticky-navbar .navbar .right-menu-links a.nav-link, .ax-navbar-wrapper.sticky-light.sticky-navbar-v2 .navbar .right-menu-links a.nav-link {
      color: #5e6373; }
  .ax-navbar-wrapper.sticky-dark.sticky-navbar, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 {
    background-color: #252a37 !important;
    border-bottom: 1px solid #252a37 !important; }
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .nav-link, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .nav-link {
      color: #d0dce4; }
      .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .nav-link:hover, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .nav-link:hover {
        color: #7a66b7 !important; }
      .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .nav-link.active, .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .nav-link:focus, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .nav-link.active, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .nav-link:focus {
        color: #7a66b7 !important; }
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .show > .nav-link,
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .active > .nav-link,
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .nav-link.show,
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .nav-link.active, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .show > .nav-link,
    .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .active > .nav-link,
    .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .nav-link.show,
    .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .nav-link.active {
      color: #7a66b7 !important; }
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .navbar-toggler .navbar-toggler-icon, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .navbar-toggler .navbar-toggler-icon {
      color: #d0dce4; }
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar li:first-of-type .nav-link.active, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar li:first-of-type .nav-link.active {
      color: #7a66b7; }
    .ax-navbar-wrapper.sticky-dark.sticky-navbar .navbar .right-menu-links a.nav-link, .ax-navbar-wrapper.sticky-dark.sticky-navbar-v2 .navbar .right-menu-links a.nav-link {
      color: #d0dce4; }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
    min-width: 100%; }
  .navbar-expand-sm .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-sm .navbar-collapse {
    background-color: #252a37 !important;
    border-bottom: 2px solid #7a66b7;
    text-align: center; }
    .navbar-expand-sm .navbar-collapse .navbar-nav .nav-link {
      padding: 0.7rem 1rem;
      color: #d0dce4 !important; }
      .navbar-expand-sm .navbar-collapse .navbar-nav .nav-link:hover {
        color: #7a66b7 !important; }
    .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item i {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .navbar-expand-sm .navbar-collapse .logo-item {
      display: none; } }
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
    min-width: 100%; }
  .navbar-expand-md .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-md .navbar-collapse {
    background-color: #252a37 !important;
    border-bottom: 2px solid #7a66b7;
    text-align: center; }
    .navbar-expand-md .navbar-collapse .navbar-nav .nav-link {
      padding: 0.7rem 1rem;
      color: #d0dce4 !important; }
      .navbar-expand-md .navbar-collapse .navbar-nav .nav-link:hover {
        color: #7a66b7 !important; }
    .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item i {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .navbar-expand-md .navbar-collapse .logo-item {
      display: none; } }
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
    min-width: 100%; }
  .navbar-expand-lg .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-lg .navbar-collapse {
    background-color: #252a37 !important;
    border-bottom: 2px solid #7a66b7;
    text-align: center; }
    .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
      padding: 0.7rem 1rem;
      color: #d0dce4 !important; }
      .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:hover {
        color: #7a66b7 !important; }
    .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item i {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .navbar-expand-lg .navbar-collapse .logo-item {
      display: none; } }
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media (max-width: 1249.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
    min-width: 100%; }
  .navbar-expand-xl .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-xl .navbar-collapse {
    background-color: #252a37 !important;
    border-bottom: 2px solid #7a66b7;
    text-align: center; }
    .navbar-expand-xl .navbar-collapse .navbar-nav .nav-link {
      padding: 0.7rem 1rem;
      color: #d0dce4 !important; }
      .navbar-expand-xl .navbar-collapse .navbar-nav .nav-link:hover {
        color: #7a66b7 !important; }
    .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item i {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .navbar-expand-xl .navbar-collapse .logo-item {
      display: none; } }
@media (min-width: 1250px) {
  .navbar-expand-xl .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media (max-width: 1479.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
    min-width: 100%; }
  .navbar-expand-xxl .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-xxl .navbar-collapse {
    background-color: #252a37 !important;
    border-bottom: 2px solid #7a66b7;
    text-align: center; }
    .navbar-expand-xxl .navbar-collapse .navbar-nav .nav-link {
      padding: 0.7rem 1rem;
      color: #d0dce4 !important; }
      .navbar-expand-xxl .navbar-collapse .navbar-nav .nav-link:hover {
        color: #7a66b7 !important; }
    .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item i {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .navbar-expand-xxl .navbar-collapse .logo-item {
      display: none; } }
@media (min-width: 1480px) {
  .navbar-expand-xxl .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0px !important;
  padding-left: 0px !important;
  min-width: 100%; }
.navbar-expand .logo-wrapper {
  padding: 0rem 1rem; }
.navbar-expand .navbar-collapse {
  background-color: #252a37 !important;
  border-bottom: 2px solid #7a66b7;
  text-align: center; }
  .navbar-expand .navbar-collapse .navbar-nav .nav-link {
    padding: 0.7rem 1rem;
    color: #d0dce4 !important; }
    .navbar-expand .navbar-collapse .navbar-nav .nav-link:hover {
      color: #7a66b7 !important; }
  .navbar-expand .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .navbar-expand .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item i {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .navbar-expand .navbar-collapse .logo-item {
    display: none; }
.navbar-expand .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@-webkit-keyframes showStickyNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes showStickyNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.no-caret.dropdown-toggle::after {
  display: none; }
#side-menu {
  overflow-y: hidden;
  z-index: 2045;
  height: 100% !important; }
  #side-menu .nav-item {
    padding: 0 !important; }
    #side-menu .nav-item .nav-link {
      font-weight: normal;
      font-size: 14px;
      color: #464b5a; }
    #side-menu .nav-item.dropdown .dropdown-menu {
      position: relative !important;
      margin-top: 0;
      padding-left: 0px;
      -webkit-transform: none !important;
              transform: none !important;
      border: none;
      border-left: 2px solid #7a66b7; }
      #side-menu .nav-item.dropdown .dropdown-menu .dropdown-submenu {
        position: relative;
        margin-left: 0; }
        #side-menu .nav-item.dropdown .dropdown-menu .dropdown-submenu i {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          margin-left: 5px; }
        #side-menu .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
          margin-left: 10px;
          display: block;
          border: none;
          background-color: #f8f8f8; }
      #side-menu .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px; }
        #side-menu .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          background-color: transparent;
          color: #7a66b7; }
    #side-menu .nav-item .nav-link.dropdown-toggle:after,
    #side-menu .nav-item .dropdown-item.dropdown-toggle:after {
      display: none !important; }
  @media (max-width: 1249.98px) {
    #side-menu .nav-profile-link {
      color: #464b5a !important;
      font-size: 1rem; }
    #side-menu .logo-item {
      display: none; } }
  #side-menu .col-home-img {
    display: none !important; }
.side-menu-overlay {
  z-index: 1900; }
/*
    @
    @   08
    @   Navs
    @
*/
.nav-gallery .nav-link {
  background-color: #ffffff;
  border: 1px solid #e9eaeb;
  color: #111111; }
  .nav-gallery .nav-link.active {
    background-color: #7a66b7;
    color: #ffffff; }
.nav-tabs .nav-link:after {
  display: none; }
.ax-nav-tabs.nav-tabs {
  border-bottom: none; }
  .ax-nav-tabs.nav-tabs .nav-item {
    margin-bottom: -1px; }
  .ax-nav-tabs.nav-tabs .nav-link {
    color: #696969;
    padding: 0.8rem 2rem;
    border: 1px solid transparent;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
    .ax-nav-tabs.nav-tabs .nav-link:hover, .ax-nav-tabs.nav-tabs .nav-link:focus {
      border-color: #e9eaeb #e9eaeb #e9eaeb;
      border-color: transparent; }
    .ax-nav-tabs.nav-tabs .nav-link.disabled {
      color: #9b9b9b;
      background-color: transparent;
      border-color: transparent; }
    .ax-nav-tabs.nav-tabs .nav-link i {
      color: #a5acbe; }
  .ax-nav-tabs.nav-tabs .nav-link.active,
  .ax-nav-tabs.nav-tabs .nav-item.show .nav-link {
    color: #7a66b7;
    background-color: #fff;
    border-color: #e9eaeb #e9eaeb transparent; }
    .ax-nav-tabs.nav-tabs .nav-link.active i,
    .ax-nav-tabs.nav-tabs .nav-item.show .nav-link i {
      color: #7a66b7; }
  .ax-nav-tabs.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .ax-nav-tabs.nav-tabs.primary-active .nav-link:hover, .ax-nav-tabs.nav-tabs.primary-active .nav-link:focus {
    border-color: transparent;
    color: #7a66b7; }
    .ax-nav-tabs.nav-tabs.primary-active .nav-link:hover i, .ax-nav-tabs.nav-tabs.primary-active .nav-link:focus i {
      color: #7a66b7; }
  .ax-nav-tabs.nav-tabs.primary-active .nav-link.active,
  .ax-nav-tabs.nav-tabs.primary-active .nav-item.show .nav-link {
    border-color: #7a66b7 #7a66b7 transparent;
    background-color: #7a66b7;
    color: #ffffff; }
    .ax-nav-tabs.nav-tabs.primary-active .nav-link.active i,
    .ax-nav-tabs.nav-tabs.primary-active .nav-item.show .nav-link i {
      color: #ffffff; }
  .ax-nav-tabs.nav-tabs.nav-underline .nav-link {
    color: #5e6373;
    background-color: #ffffff;
    padding: 0.8rem 2rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .ax-nav-tabs.nav-tabs.nav-underline .nav-link i {
      color: #5e6373; }
    .ax-nav-tabs.nav-tabs.nav-underline .nav-link.active {
      color: #7a66b7;
      border-bottom: 2px solid #7a66b7; }
      .ax-nav-tabs.nav-tabs.nav-underline .nav-link.active i {
        color: #7a66b7; }
  .ax-nav-tabs.nav-tabs.nav-underline ~ .tab-content {
    border-color: #e9eaeb;
    background-color: #ffffff; }
  .ax-nav-tabs.nav-tabs.nav-underline.primary-active .nav-link {
    padding: 0.8rem 2rem;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .ax-nav-tabs.nav-tabs.nav-underline.primary-active ~ .tab-content {
    border-color: #7a66b7; }
  .ax-nav-tabs.nav-tabs.nav-justified .nav-link {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 767.98px) {
    .ax-nav-tabs.nav-tabs .nav-item {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; }
      .ax-nav-tabs.nav-tabs .nav-item .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .ax-nav-tabs.nav-tabs .tab-name {
      display: none; } }
.tab-content {
  padding: 1rem;
  border: 1px solid #e9eaeb; }
.primary-tab-content .tab-content {
  border-color: #7a66b7 !important; }
.content-border-top {
  border: 0;
  border-top: 1px solid #e9e9e9 !important; }
/*
    @
    @   09
    @   Dropdowns
    @
*/
.dropdown.mega-dropdown {
  position: static !important; }
  .dropdown.mega-dropdown .dropdown-menu {
    width: 100% !important;
    margin-top: 0px; }
.dropdown-menu {
  border-color: #f2f3f4; }
  .dropdown-menu .dropdown-item {
    color: #111111; }
    .dropdown-menu .dropdown-item:hover {
      color: #7a66b7; }
.navbar .dropdown-menu {
  background-color: #ffffff;
  padding: 0.5rem 0.5rem;
  z-index: 199;
  min-width: 250px;
  border: none;
  border-bottom: 2px solid #7a66b7;
  border-radius: 0;
  margin-top: 0px;
  -webkit-transition-duration: 0.1s !important;
          transition-duration: 0.1s !important;
  -webkit-backface-visibility: hidden; }
  .navbar .dropdown-menu .dropdown-header {
    color: #252a37; }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: normal;
    color: #4e5059;
    line-height: 1.4rem; }
    .navbar .dropdown-menu .dropdown-item:after {
      color: #9b9b9b !important;
      display: none; }
    .navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:active, .navbar .dropdown-menu .dropdown-item:hover {
      background-color: transparent;
      color: #7a66b7; }
      .navbar .dropdown-menu .dropdown-item.active:after, .navbar .dropdown-menu .dropdown-item:active:after, .navbar .dropdown-menu .dropdown-item:hover:after {
        color: #ffffff !important; }
    .navbar .dropdown-menu .dropdown-item:focus {
      background-color: transparent;
      color: #ffffff; }
      .navbar .dropdown-menu .dropdown-item:focus:after {
        color: #ffffff !important; }
  .navbar .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none; }
  .navbar .dropdown-menu .dropdown-submenu {
    position: relative; }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-item {
      position: relative; }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      top: 0rem;
      left: 100%;
      margin-left: 0; }
.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
  border-radius: 3px;
  border-color: #e9eaeb;
  z-index: 9999; }
  .bootstrap-select .dropdown-menu .dropdown-item {
    color: #555555;
    padding: 0.6rem 1rem; }
    .bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:active, .bootstrap-select .dropdown-menu .dropdown-item:hover {
      background-color: #f1f1f1;
      color: #333333 !important; }
      .bootstrap-select .dropdown-menu .dropdown-item.active:after, .bootstrap-select .dropdown-menu .dropdown-item:active:after, .bootstrap-select .dropdown-menu .dropdown-item:hover:after {
        color: #ffffff !important; }
.bootstrap-select .dropdown-toggle {
  position: relative; }
  .bootstrap-select .dropdown-toggle:after {
    background: transparent !important;
    border: none;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    right: 0px;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top !important;
    position: relative; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important; }
.datepicker {
  width: auto !important; }
/*
    @
    @   12
    @   Arrows
    @
*/
.chevrons-wrapper {
  position: absolute;
  text-align: center;
  bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }
  @media (max-width: 991.98px) {
    .chevrons-wrapper {
      bottom: 30px; } }
  .chevrons-wrapper .chevrons {
    width: 40px;
    height: 50px;
    margin-left: auto;
    margin-right: auto; }
    .chevrons-wrapper .chevrons .chevron-down {
      position: absolute;
      width: 40px;
      height: 4px;
      opacity: 0;
      -webkit-transform: scale3d(0.5, 0.5, 0.5);
              transform: scale3d(0.5, 0.5, 0.5);
      -webkit-animation: move 3s ease-out infinite;
              animation: move 3s ease-out infinite; }
      .chevrons-wrapper .chevrons .chevron-down:first-child {
        -webkit-animation: move 3s ease-out 1s infinite;
                animation: move 3s ease-out 1s infinite; }
      .chevrons-wrapper .chevrons .chevron-down:nth-child(2) {
        -webkit-animation: move 3s ease-out 2s infinite;
                animation: move 3s ease-out 2s infinite; }
      .chevrons-wrapper .chevrons .chevron-down:before, .chevrons-wrapper .chevrons .chevron-down:after {
        content: ' ';
        position: absolute;
        top: 0;
        height: 100%;
        width: 51%;
        background: #ffffff; }
      .chevrons-wrapper .chevrons .chevron-down:before {
        left: 0;
        -webkit-transform: skew(0deg, 30deg);
                transform: skew(0deg, 30deg); }
      .chevrons-wrapper .chevrons .chevron-down:after {
        right: 0;
        width: 50%;
        -webkit-transform: skew(0deg, -30deg);
                transform: skew(0deg, -30deg); }
    .chevrons-wrapper .chevrons.chevrons-light .chevron-down:before, .chevrons-wrapper .chevrons.chevrons-light .chevron-down:after {
      background: #dadbdc; }
    .chevrons-wrapper .chevrons.chevrons-dark .chevron-down:before, .chevrons-wrapper .chevrons.chevrons-dark .chevron-down:after {
      background: #747b8c; }
  .chevrons-wrapper .chevron-text {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 15px; }
@-webkit-keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }
@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }
@keyframes pulse {
  to {
    opacity: 1; } }
.bottom-arrow-white {
  position: relative; }
  .bottom-arrow-white:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ffffff; }
.bottom-arrow-light {
  position: relative; }
  .bottom-arrow-light:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #f9f9f9; }
/*
    @
    @   10
    @   Alerts
    @
*/
.alert-dismissible {
  position: relative; }
  .alert-dismissible .close {
    top: 0px;
    right: 10px;
    padding: .65rem .4rem;
    position: absolute;
    opacity: 1; }
    .alert-dismissible .close span {
      text-shadow: none; }
.alert {
  font-size: 0.875rem; }
  .alert.alert-icon-left {
    padding-left: 4.25rem;
    border: 0; }
    .alert.alert-icon-left .alert-icon {
      width: 3rem;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      text-align: center; }
      .alert.alert-icon-left .alert-icon i {
        top: 50%;
        left: 50%;
        position: absolute;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .alert.alert-icon-left.alert-rounded .alert-icon {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
  .alert.alert-rounded {
    border-radius: 30px; }
.alert-primary {
  color: #362d51;
  background-color: #afa3d4;
  border-color: #8572bd; }
  .alert-primary hr {
    border-top-color: #7661b5; }
  .alert-primary .alert-link {
    color: #201b30; }
    .alert-primary .alert-link:hover {
      text-decoration: underline !important; }
  .alert-primary .alert-icon {
    background-color: #7a66b7 !important;
    color: #ffffff !important; }
.alert-secondary {
  color: #33373c;
  background-color: #acb0b8;
  border-color: #808692; }
  .alert-secondary hr {
    border-top-color: #737986; }
  .alert-secondary .alert-link {
    color: #1c1e20; }
    .alert-secondary .alert-link:hover {
      text-decoration: underline !important; }
  .alert-secondary .alert-icon {
    background-color: #757c88 !important;
    color: #ffffff !important; }
.alert-success {
  color: #005433;
  background-color: #66d9ab;
  border-color: #14c57e; }
  .alert-success hr {
    border-top-color: #12ae6f; }
  .alert-success .alert-link {
    color: #002114; }
    .alert-success .alert-link:hover {
      text-decoration: underline !important; }
  .alert-success .alert-icon {
    background-color: #00c073 !important;
    color: #ffffff !important; }
.alert-info {
  color: #0c5258;
  background-color: #77d6de;
  border-color: #2ec0cc; }
  .alert-info hr {
    border-top-color: #29acb7; }
  .alert-info .alert-link {
    color: #06282b; }
    .alert-info .alert-link:hover {
      text-decoration: underline !important; }
  .alert-info .alert-icon {
    background-color: #1cbac8 !important;
    color: #ffffff !important; }
.alert-warning {
  color: #70621c;
  background-color: #ffec8c;
  border-color: #ffe24f; }
  .alert-warning hr {
    border-top-color: #ffde36; }
  .alert-warning .alert-link {
    color: #473e12; }
    .alert-warning .alert-link:hover {
      text-decoration: underline !important; }
  .alert-warning .alert-icon {
    background-color: #ffdf40 !important;
    color: #5e6373 !important; }
.alert-danger {
  color: #5e121b;
  background-color: #e67f8b;
  border-color: #d93b4d; }
  .alert-danger hr {
    border-top-color: #d2293c; }
  .alert-danger .alert-link {
    color: #330a0f; }
    .alert-danger .alert-link:hover {
      text-decoration: underline !important; }
  .alert-danger .alert-icon {
    background-color: #d62a3d !important;
    color: #ffffff !important; }
.alert-light {
  color: #6e6e6e;
  background-color: #fbfbfb;
  border-color: #f9f9f9; }
  .alert-light hr {
    border-top-color: #ececec; }
  .alert-light .alert-link {
    color: #555555; }
    .alert-light .alert-link:hover {
      text-decoration: underline !important; }
  .alert-light .alert-icon {
    background-color: #f9f9f9 !important;
    color: #5e6373 !important; }
.alert-dark {
  color: #101218;
  background-color: #7c7f87;
  border-color: #363b47; }
  .alert-dark hr {
    border-top-color: #2b2f39; }
  .alert-dark .alert-link {
    color: black; }
    .alert-dark .alert-link:hover {
      text-decoration: underline !important; }
  .alert-dark .alert-icon {
    background-color: #252a37 !important;
    color: #ffffff !important; }
.alert-primary-solid {
  background-color: #7a66b7;
  border-color: #7a66b7;
  color: #ffffff; }
  .alert-primary-solid .alert-link {
    color: #604b9f; }
    .alert-primary-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-primary-solid .alert-icon {
    background-color: #644ea6 !important;
    color: #ffffff !important; }
.alert-secondary-solid {
  background-color: #757c88;
  border-color: #757c88;
  color: #ffffff; }
  .alert-secondary-solid .alert-link {
    color: #5d636d; }
    .alert-secondary-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-secondary-solid .alert-icon {
    background-color: #626872 !important;
    color: #ffffff !important; }
.alert-success-solid {
  background-color: #00c073;
  border-color: #00c073;
  color: #ffffff; }
  .alert-success-solid .alert-link {
    color: #008d54; }
    .alert-success-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-success-solid .alert-icon {
    background-color: #00975b !important;
    color: #ffffff !important; }
.alert-info-solid {
  background-color: #1cbac8;
  border-color: #1cbac8;
  color: #ffffff; }
  .alert-info-solid .alert-link {
    color: #16909b; }
    .alert-info-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-info-solid .alert-icon {
    background-color: #1799a4 !important;
    color: #ffffff !important; }
.alert-warning-solid {
  background-color: #ffdf40;
  border-color: #ffdf40;
  color: #5e6373; }
  .alert-warning-solid .alert-link {
    color: #ffd60d; }
    .alert-warning-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-warning-solid .alert-icon {
    background-color: #ffd817 !important;
    color: #5e6373 !important; }
.alert-danger-solid {
  background-color: #d62a3d;
  border-color: #d62a3d;
  color: #ffffff; }
  .alert-danger-solid .alert-link {
    color: #ac2130; }
    .alert-danger-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-danger-solid .alert-icon {
    background-color: #b42333 !important;
    color: #ffffff !important; }
.alert-light-solid {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #5e6373; }
  .alert-light-solid .alert-link {
    color: #e0e0e0; }
    .alert-light-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-light-solid .alert-icon {
    background-color: #e5e5e5 !important;
    color: #5e6373 !important; }
.alert-dark-solid {
  background-color: #252a37;
  border-color: #252a37;
  color: #ffffff; }
  .alert-dark-solid .alert-link {
    color: #101319; }
    .alert-dark-solid .alert-link:hover {
      text-decoration: underline !important; }
  .alert-dark-solid .alert-icon {
    background-color: #15171f !important;
    color: #ffffff !important; }
/*
    @
    @   13
    @   Badges
    @
*/
.ax-badge-icon {
  position: relative !important;
  display: inline-block !important; }
.badge {
  padding: 0.25rem .7rem;
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle; }
.badge-outline-blue-lighten {
  color: #40aaf9 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #40aaf9; }
.badge-outline-blue-darken {
  color: #0672c3 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #0672c3; }
.badge-outline-blue {
  color: #0e94f8 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #0e94f8; }
.badge-outline-purple-lighten {
  color: #9889c7 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #9889c7; }
.badge-outline-purple-darken {
  color: #5c4898 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #5c4898; }
.badge-outline-purple {
  color: #7a66b7 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #7a66b7; }
.badge-outline-red-lighten {
  color: #de5564 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #de5564; }
.badge-outline-red-darken {
  color: #a31f2e !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #a31f2e; }
.badge-outline-red {
  color: #d62a3d !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #d62a3d; }
.badge-outline-orange-lighten {
  color: #ffad33 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ffad33; }
.badge-outline-orange-darken {
  color: #c27400 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #c27400; }
.badge-outline-orange {
  color: #FF9800 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #FF9800; }
.badge-outline-deep-orange-lighten {
  color: #f97c58 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #f97c58; }
.badge-outline-deep-orange-darken {
  color: #d93608 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #d93608; }
.badge-outline-deep-orange {
  color: #f75527 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #f75527; }
.badge-outline-brown-lighten {
  color: #c2813c !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #c2813c; }
.badge-outline-brown-darken {
  color: #6c4822 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #6c4822; }
.badge-outline-brown {
  color: #9b6730 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #9b6730; }
.badge-outline-yellow-lighten {
  color: #ffe873 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ffe873; }
.badge-outline-yellow-darken {
  color: #ffd503 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ffd503; }
.badge-outline-yellow {
  color: #ffdf40 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ffdf40; }
.badge-outline-green-lighten {
  color: #00f392 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00f392; }
.badge-outline-green-darken {
  color: #00834e !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00834e; }
.badge-outline-green {
  color: #00c073 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00c073; }
.badge-outline-teal-lighten {
  color: #17f0c9 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #17f0c9; }
.badge-outline-teal-darken {
  color: #098e76 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #098e76; }
.badge-outline-teal {
  color: #0dc7a6 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #0dc7a6; }
.badge-outline-cyan-lighten {
  color: #34d4e3 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #34d4e3; }
.badge-outline-cyan-darken {
  color: #148892 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #148892; }
.badge-outline-cyan {
  color: #1cbac8 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #1cbac8; }
.badge-outline-primary {
  color: #7a66b7 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #7a66b7; }
.badge-outline-secondary {
  color: #757c88 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #757c88; }
.badge-outline-success {
  color: #00c073 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00c073; }
.badge-outline-info {
  color: #1cbac8 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #1cbac8; }
.badge-outline-warning {
  color: #ffdf40 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ffdf40; }
.badge-outline-danger {
  color: #d62a3d !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #d62a3d; }
.badge-outline-light {
  color: #f9f9f9 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #f9f9f9; }
.badge-outline-dark {
  color: #252a37 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #252a37; }
.badge-outline-primary-lighten {
  color: #9889c7 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #9889c7; }
.badge-outline-primary-darken {
  color: #5c4898 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #5c4898; }
.badge-outline-success-lighten {
  color: #00f392 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00f392; }
.badge-outline-success-darken {
  color: #00834e !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #00834e; }
.badge-outline-info-lighten {
  color: #34d4e3 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #34d4e3; }
.badge-outline-info-darken {
  color: #148892 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #148892; }
.badge-outline-warning-lighten {
  color: #ffe873 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ffe873; }
.badge-outline-warning-darken {
  color: #ffd503 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ffd503; }
.badge-outline-danger-lighten {
  color: #de5564 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #de5564; }
.badge-outline-danger-darken {
  color: #a31f2e !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #a31f2e; }
.badge-outline-gray-lighten-4 {
  color: #f9f9f9 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #f9f9f9; }
.badge-outline-gray-lighten-3 {
  color: #f2f3f4 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #f2f3f4; }
.badge-outline-gray-lighten-2 {
  color: #e9eaeb !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #e9eaeb; }
.badge-outline-gray-lighten-1 {
  color: #dadbdc !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #dadbdc; }
.badge-outline-gray {
  color: #afafaf !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #afafaf; }
.badge-outline-gray-darken-1 {
  color: #9b9b9b !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #9b9b9b; }
.badge-outline-gray-darken-2 {
  color: #828282 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #828282; }
.badge-outline-gray-darken-3 {
  color: #696969 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #696969; }
.badge-outline-gray-darken-4 {
  color: #505050 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #505050; }
.badge-outline-bluegray-lighten-4 {
  color: #cdd5e7 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #cdd5e7; }
.badge-outline-bluegray-lighten-3 {
  color: #bdc5d7 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #bdc5d7; }
.badge-outline-bluegray-lighten-2 {
  color: #a5acbe !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #a5acbe; }
.badge-outline-bluegray-lighten-1 {
  color: #8c93a5 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #8c93a5; }
.badge-outline-bluegray {
  color: #747b8c !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #747b8c; }
.badge-outline-bluegray-darken-1 {
  color: #5e6373 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #5e6373; }
.badge-outline-bluegray-darken-2 {
  color: #464b5a !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #464b5a; }
.badge-outline-bluegray-darken-3 {
  color: #2e3341 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #2e3341; }
.badge-outline-bluegray-darken-4 {
  color: #252a37 !important;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #252a37; }
[class*="ax-badge"] {
  position: absolute;
  text-align: center;
  font-size: 11px;
  background-color: #dfe8eb;
  color: #333333;
  z-index: 10; }
.ax-badge-size-1 {
  min-width: 20px;
  height: 20px;
  line-height: 21px; }
.ax-badge-size-2 {
  min-width: 22px;
  height: 22px;
  line-height: 23px; }
.ax-badge-size-3 {
  min-width: 24px;
  height: 24px;
  line-height: 25px; }
.ax-badge-size-4 {
  min-width: 26px;
  height: 26px;
  line-height: 27px; }
[class*="ax-badge-status"] {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.ax-badge-status-size-1 {
  width: 10px;
  height: 10px; }
.ax-badge-status-size-2 {
  width: 11px;
  height: 11px; }
.ax-badge-status-size-3 {
  width: 12px;
  height: 12px; }
.ax-badge-status-size-4 {
  width: 13px;
  height: 13px; }
.ax-badge-status-size-5 {
  width: 14px;
  height: 14px; }
.ax-status-available {
  background-color: #00c073; }
.ax-status-busy {
  background-color: #d62a3d; }
.ax-status-away {
  background-color: #ffdf40; }
.ax-badge-top-right {
  top: 0px;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
.ax-badge-top-left {
  top: 0px;
  left: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.ax-badge-bottom-right {
  bottom: 0px;
  right: 0px;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }
.ax-badge-bottom-left {
  bottom: 0px;
  left: 0px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }
/*
    @
    @   14
    @   Footers
    @
*/
footer {
  font-size: 0.875rem; }
  footer .footer-list {
    list-style: none;
    padding-left: 0; }
  footer.footer-light-color .footer-title {
    color: #bdc5d7; }
  footer.footer-light-color .footer-features {
    border-bottom: 1px solid #252a37; }
    footer.footer-light-color .footer-features .feature-title {
      color: #bdc5d7; }
  footer.footer-light-color .info-box {
    color: #bdc5d7; }
    footer.footer-light-color .info-box .info-title {
      color: #bdc5d7; }
  footer.footer-light-color .footer-features i,
  footer.footer-light-color .info-box i {
    color: #8c93a5; }
  footer.footer-light-color .social-icons a:hover i {
    color: #7a66b7 !important; }
  footer.footer-light-color .social-icons [class*="ax-icon-"] {
    background-color: #282c38; }
    footer.footer-light-color .social-icons [class*="ax-icon-"] i {
      color: #bdc5d7 !important; }
  footer.footer-light-color li, footer.footer-light-color p, footer.footer-light-color a {
    color: #a5acbe; }
  footer.footer-light-color .footer-subscribe-form .form-group-v1 {
    border-color: #464b5a; }
    footer.footer-light-color .footer-subscribe-form .form-group-v1 input::-webkit-input-placeholder {
      color: #5f6a84 !important; }
    footer.footer-light-color .footer-subscribe-form .form-group-v1 input::-moz-placeholder {
      color: #5f6a84 !important; }
    footer.footer-light-color .footer-subscribe-form .form-group-v1 input::-ms-input-placeholder {
      color: #5f6a84 !important; }
    footer.footer-light-color .footer-subscribe-form .form-group-v1 input::placeholder {
      color: #5f6a84 !important; }
    footer.footer-light-color .footer-subscribe-form .form-group-v1 button {
      background-color: #464b5a;
      color: #a5acbe; }
  footer.footer-light-color .footer-contact-form .form-control {
    background-color: #2a2e3b;
    border: 1px solid #252a37;
    color: #a5acbe !important; }
    footer.footer-light-color .footer-contact-form .form-control:focus {
      background-color: #2a2e3b !important; }
    footer.footer-light-color .footer-contact-form .form-control::-webkit-input-placeholder {
      color: #747b8c !important; }
    footer.footer-light-color .footer-contact-form .form-control::-moz-placeholder {
      color: #747b8c !important; }
    footer.footer-light-color .footer-contact-form .form-control::-ms-input-placeholder {
      color: #747b8c !important; }
    footer.footer-light-color .footer-contact-form .form-control::placeholder {
      color: #747b8c !important; }
    footer.footer-light-color .footer-contact-form .form-control:-webkit-autofill {
      -webkit-animation-name: darkInputAutoFill;
      -webkit-animation-fill-mode: both; }
  footer.footer-light-color .copyright-wrap {
    border-top: 1px solid #252a37; }
  footer.footer-dark-color .footer-title {
    color: #2e3341; }
  footer.footer-dark-color .footer-features {
    border-bottom: 1px solid #e9eaeb; }
    footer.footer-dark-color .footer-features .feature-title {
      color: #2e3341; }
  footer.footer-dark-color .info-box {
    color: #2e3341; }
    footer.footer-dark-color .info-box .info-title {
      color: #2e3341; }
  footer.footer-dark-color .footer-features i,
  footer.footer-dark-color .info-box i {
    color: #5e6373; }
  footer.footer-dark-color .social-icons i {
    color: #8c93a5; }
  footer.footer-dark-color .social-icons a:hover i {
    color: #7a66b7 !important; }
  footer.footer-dark-color .social-icons [class*="ax-icon-"] {
    background-color: #eeeeee; }
    footer.footer-dark-color .social-icons [class*="ax-icon-"] i {
      color: #464b5a !important; }
  footer.footer-dark-color li, footer.footer-dark-color p, footer.footer-dark-color a {
    color: #464b5a; }
  footer.footer-dark-color .footer-subscribe-form .form-group-v1 {
    border-color: #e4e4e4; }
    footer.footer-dark-color .footer-subscribe-form .form-group-v1 button {
      background-color: #e4e4e4;
      color: #252a37; }
  footer.footer-dark-color .copyright-wrap {
    border-top: 1px solid #e9eaeb; }
  footer a:hover {
    color: #7a66b7; }
  @media (max-width: 991.98px) {
    footer {
      text-align: center; } }
@-webkit-keyframes darkInputAutoFill {
  to {
    color: #a5acbe;
    background: #2a2e3b; } }
/*
    @
    @   15
    @   Carousels
    @
*/
.owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  .owl-carousel .owl-item > div {
    position: relative; }
  .owl-carousel .item {
    position: relative !important; }
    .owl-carousel .item img {
      display: inline-block; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #747b8c; }
    .owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
      color: #747b8c; }
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
      color: #464b5a; }
      .owl-carousel .owl-nav .owl-prev:hover i, .owl-carousel .owl-nav .owl-next:hover i {
        color: #464b5a; }
  .owl-carousel .owl-nav .owl-prev {
    left: -30px; }
  .owl-carousel .owl-nav .owl-next {
    right: -30px; }
  .owl-carousel.primary-nav .owl-prev, .owl-carousel.primary-nav .owl-next {
    color: #7a66b7; }
    .owl-carousel.primary-nav .owl-prev:hover, .owl-carousel.primary-nav .owl-next:hover {
      color: #111111; }
  .owl-carousel.dark-nav .owl-prev, .owl-carousel.dark-nav .owl-next {
    color: rgba(37, 42, 55, 0.6); }
    .owl-carousel.dark-nav .owl-prev:hover, .owl-carousel.dark-nav .owl-next:hover {
      color: #7a66b7; }
  .owl-carousel .owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .owl-carousel .owl-thumbs .owl-thumb-item {
      margin-right: 4px;
      width: 100px;
      border: 1px solid #dddddd;
      background-color: transparent;
      padding: 0px; }
      .owl-carousel .owl-thumbs .owl-thumb-item img {
        width: 100%;
        cursor: pointer; }
  .owl-carousel .owl-dots {
    position: absolute;
    text-align: center;
    margin-top: 10px;
    width: 100%; }
    .owl-carousel .owl-dots .owl-dot {
      height: 3px;
      width: 12px;
      display: inline-block;
      background: #e1e1e1;
      border: 1px solid #e1e1e1;
      margin-left: 5px;
      margin-right: 5px; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #7a66b7;
        border: 1px solid #7a66b7; }
  .owl-carousel.absolute-dots .owl-dots {
    position: absolute; }
.owl-carousel-custom-nav .owl-prev,
.owl-carousel-custom-nav .owl-next {
  padding: .5rem 1.2rem;
  font-size: 1.5rem;
  background-color: #2e3341;
  cursor: pointer;
  color: #ffffff;
  border: none; }
  .owl-carousel-custom-nav .owl-prev:hover,
  .owl-carousel-custom-nav .owl-next:hover {
    background-color: #7a66b7; }
.owl-carousel-custom-nav .owl-next {
  margin-left: auto; }
.testimonials-section .testimonials-carousel .client-image {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden; }
  .testimonials-section .testimonials-carousel .client-image img {
    width: 100%; }
.testimonials-section .testimonials-carousel .testimonial-description {
  background-color: #f2f3f4;
  color: #333333;
  position: relative;
  border-radius: 5px;
  font-size: 1rem; }
  .testimonials-section .testimonials-carousel .testimonial-description:before {
    content: ' " ';
    position: absolute;
    color: #000000;
    font-family: "Calibri", sans-serif;
    font-size: 2.5rem;
    margin: -20px 0px 0px -20px; }
  .testimonials-section .testimonials-carousel .testimonial-description:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f3f4; }
.testimonials-section .testimonials-carousel.style2 {
  position: relative; }
  .testimonials-section .testimonials-carousel.style2 .owl-item {
    width: 100%; }
  .testimonials-section .testimonials-carousel.style2 .testimonials-box .social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background-color: #696969;
    margin: 2px; }
    .testimonials-section .testimonials-carousel.style2 .testimonials-box .social-links a:hover {
      background-color: #505050; }
    .testimonials-section .testimonials-carousel.style2 .testimonials-box .social-links a .fa {
      color: #ffffff;
      margin: 0 auto;
      background-color: transparent; }
      .testimonials-section .testimonials-carousel.style2 .testimonials-box .social-links a .fa:hover {
        background-color: transparent; }
  .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-prev, .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #828282;
    background-color: #f2f3f4;
    padding: 40px 10px; }
    .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-prev:hover, .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-next:hover {
      color: #ffffff; }
    @media (max-width: 767.98px) {
      .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-prev, .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-next {
        display: none; } }
  .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-prev {
    left: -39px; }
  .testimonials-section .testimonials-carousel.style2 .owl-nav .owl-next {
    right: -40px; }
.testimonials-section .testimonials-carousel.style3 img {
  width: auto !important; }
.testimonials-section .testimonials-carousel.style3 .owl-nav .owl-prev, .testimonials-section .testimonials-carousel.style3 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #828282; }
  @media (max-width: 767.98px) {
    .testimonials-section .testimonials-carousel.style3 .owl-nav .owl-prev, .testimonials-section .testimonials-carousel.style3 .owl-nav .owl-next {
      display: none; } }
.testimonials-section .testimonials-carousel.style3 .owl-nav .owl-prev {
  left: -100px; }
.testimonials-section .testimonials-carousel.style3 .owl-nav .owl-next {
  right: -100px; }
/*
    @
    @   16
    @   Counters
    @
*/
.counters.counters-v1 .counter-wrapper {
  background-color: transparent;
  position: relative;
  width: 140px;
  height: 140px;
  border: 1px solid #afafaf;
  margin: 0 auto; }
  .counters.counters-v1 .counter-wrapper .counter-icon {
    position: relative;
    top: -20px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .counters.counters-v1 .counter-wrapper .counter-text {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
/*
    @
    @   17
    @   Cards
    @
*/
.card {
  border-color: #f2f3f4; }
  .card .card-header {
    background: none;
    border: 0; }
    .card .card-header .card-title {
      margin-bottom: 0; }
.card-columns {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1; }
  @media (min-width: 768px) {
    .card-columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (min-width: 992px) {
    .card-columns {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
.card-columns-2-lg-up {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1; }
  @media (min-width: 992px) {
    .card-columns-2-lg-up {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
.card-columns-2-md-up {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1; }
  @media (min-width: 768px) {
    .card-columns-2-md-up {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
/*
    @
    @   19
    @   Gallery
    @
*/
.gallery img {
  width: 100%; }
.gallery .gallery-wrapper .gallery-icon {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }
.gallery .gallery-wrapper:hover .gallery-icon {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-animation: scaleIcon .3s;
          animation: scaleIcon .3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-direction: normal;
          animation-direction: normal; }
.gallery .gallery-wrapper-v2 .gallery-icon-wrap {
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }
  .gallery .gallery-wrapper-v2 .gallery-icon-wrap .gallery-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.gallery .gallery-wrapper-v2:hover .gallery-icon-wrap {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }
.gallery .gallery-wrapper-v2:hover .gallery-icon-wrap:nth-child(1) .gallery-icon {
  -webkit-animation-name: scaleIcon;
          animation-name: scaleIcon;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal; }
.gallery .gallery-wrapper-v2:hover .gallery-icon-wrap:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
  .gallery .gallery-wrapper-v2:hover .gallery-icon-wrap:nth-child(2) .gallery-icon {
    -webkit-animation-name: scaleIcon;
            animation-name: scaleIcon;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
            animation-direction: normal; }
@-webkit-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
.partner img {
  width: 150px; }
body.noscroll {
  overflow-y: hidden !important;
  padding-right: 17px; }
/*
    14.1
    MAGNIFIC POPUP
    -------------------------------------------------------------------------------------------------
*/
.mfp-bg,
.mfp-wrap {
  z-index: 2000; }
.mfp-close {
  cursor: pointer !important; }
  .mfp-close:active, .mfp-close:focus {
    top: 0; }
.mfp-bg, .mfp-container, .mfp-wrap {
  cursor: default !important; }
.mfp-arrow {
  opacity: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px; }
  .mfp-arrow:active {
    margin-top: -50px; }
.mfp-arrow:before {
  border-top-width: 15px;
  border-bottom-width: 15px; }
.mfp-arrow-right:after,
.mfp-arrow-left:after {
  border: none; }
.mfp-arrow-left:before {
  border-right: 15px solid #ffffff; }
.mfp-arrow-right:before {
  border-left: 15px solid #ffffff; }
/*
    14.2
    MAGNIFIC POPUP - HORIZONTAL EFFECT
    -------------------------------------------------------------------------------------------------
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }
/*
    14.3s
    MAGNIFIC POPUP - VERTICAL EFFECT
    -------------------------------------------------------------------------------------------------
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: middle; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }
/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }
/*
    @
    @   15. MASONRY GRID
    @
*/
.grid.gutter .grid-item {
  margin-bottom: 20px;
  padding: 0 10px; }
.grid-item {
  display: block; }
  @media (max-width: 767.98px) {
    .grid-item {
      width: 100% !important; } }
.grid-item-w-20 {
  width: 20%; }
.grid-item-w-25 {
  width: 25%; }
.grid-item-w-33 {
  width: 33.31%; }
.grid-item-w-40 {
  width: 40%; }
.grid-item-w-50 {
  width: 50%; }
.grid-item-w-60 {
  width: 60%; }
/*
    @
    @   20
    @   Titles
    @
*/
[class*="ax-heading-v1"]:after {
  content: "";
  display: block;
  color: #7a66b7;
  width: 30px;
  height: 2px;
  background-color: #7a66b7;
  margin: 10px 0; }
.ax-heading-v1:after {
  margin: 10px 0; }
.ax-heading-v1-center:after {
  margin: 10px auto; }
.ax-heading-v1-right:after {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }
.ax-heading-v2 {
  display: inline-block;
  position: relative; }
  .ax-heading-v2:before, .ax-heading-v2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #7a66b7;
    top: 48%; }
  .ax-heading-v2:before {
    margin-left: -60px; }
  .ax-heading-v2:after {
    margin-left: 10px; }
  @media (max-width: 575.98px) {
    .ax-heading-v2:before {
      display: none; }
    .ax-heading-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }
.ax-heading-v3 {
  display: inline-block;
  position: relative; }
  .ax-heading-v3:before, .ax-heading-v3:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #7a66b7;
    top: 48%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .ax-heading-v3:before {
    margin-left: -50px; }
  .ax-heading-v3:after {
    margin-left: 10px; }
  @media (max-width: 575.98px) {
    .ax-heading-v3:before {
      display: none; }
    .ax-heading-v3:after {
      margin: 10px auto;
      display: block;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }
@media (min-width: 576px) {
  .ax-heading-sm-v1:after {
    margin: 10px 0; }
  .ax-heading-sm-v1-center:after {
    margin: 10px auto; }
  .ax-heading-sm-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .ax-heading-sm-v2 {
    display: inline-block;
    position: relative; }
    .ax-heading-sm-v2:before, .ax-heading-sm-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%; }
    .ax-heading-sm-v2:before {
      margin-left: -60px; }
    .ax-heading-sm-v2:after {
      margin-left: 10px; } }
  @media (min-width: 576px) and (max-width: 575.98px) {
    .ax-heading-sm-v2:before {
      display: none; }
    .ax-heading-sm-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }
@media (min-width: 576px) {
  .ax-heading-sm-v3 {
    display: inline-block;
    position: relative; }
    .ax-heading-sm-v3:before, .ax-heading-sm-v3:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ax-heading-sm-v3:before {
      margin-left: -50px; }
    .ax-heading-sm-v3:after {
      margin-left: 10px; } }
  @media (min-width: 576px) and (max-width: 575.98px) {
    .ax-heading-sm-v3:before {
      display: none; }
    .ax-heading-sm-v3:after {
      margin: 10px auto;
      display: block;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }
@media (min-width: 768px) {
  .ax-heading-md-v1:after {
    margin: 10px 0; }
  .ax-heading-md-v1-center:after {
    margin: 10px auto; }
  .ax-heading-md-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .ax-heading-md-v2 {
    display: inline-block;
    position: relative; }
    .ax-heading-md-v2:before, .ax-heading-md-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%; }
    .ax-heading-md-v2:before {
      margin-left: -60px; }
    .ax-heading-md-v2:after {
      margin-left: 10px; } }
  @media (min-width: 768px) and (max-width: 575.98px) {
    .ax-heading-md-v2:before {
      display: none; }
    .ax-heading-md-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }
@media (min-width: 768px) {
  .ax-heading-md-v3 {
    display: inline-block;
    position: relative; }
    .ax-heading-md-v3:before, .ax-heading-md-v3:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ax-heading-md-v3:before {
      margin-left: -50px; }
    .ax-heading-md-v3:after {
      margin-left: 10px; } }
  @media (min-width: 768px) and (max-width: 575.98px) {
    .ax-heading-md-v3:before {
      display: none; }
    .ax-heading-md-v3:after {
      margin: 10px auto;
      display: block;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }
@media (min-width: 992px) {
  .ax-heading-lg-v1:after {
    margin: 10px 0; }
  .ax-heading-lg-v1-center:after {
    margin: 10px auto; }
  .ax-heading-lg-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .ax-heading-lg-v2 {
    display: inline-block;
    position: relative; }
    .ax-heading-lg-v2:before, .ax-heading-lg-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%; }
    .ax-heading-lg-v2:before {
      margin-left: -60px; }
    .ax-heading-lg-v2:after {
      margin-left: 10px; } }
  @media (min-width: 992px) and (max-width: 575.98px) {
    .ax-heading-lg-v2:before {
      display: none; }
    .ax-heading-lg-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }
@media (min-width: 992px) {
  .ax-heading-lg-v3 {
    display: inline-block;
    position: relative; }
    .ax-heading-lg-v3:before, .ax-heading-lg-v3:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ax-heading-lg-v3:before {
      margin-left: -50px; }
    .ax-heading-lg-v3:after {
      margin-left: 10px; } }
  @media (min-width: 992px) and (max-width: 575.98px) {
    .ax-heading-lg-v3:before {
      display: none; }
    .ax-heading-lg-v3:after {
      margin: 10px auto;
      display: block;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }
@media (min-width: 1250px) {
  .ax-heading-xl-v1:after {
    margin: 10px 0; }
  .ax-heading-xl-v1-center:after {
    margin: 10px auto; }
  .ax-heading-xl-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .ax-heading-xl-v2 {
    display: inline-block;
    position: relative; }
    .ax-heading-xl-v2:before, .ax-heading-xl-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%; }
    .ax-heading-xl-v2:before {
      margin-left: -60px; }
    .ax-heading-xl-v2:after {
      margin-left: 10px; } }
  @media (min-width: 1250px) and (max-width: 575.98px) {
    .ax-heading-xl-v2:before {
      display: none; }
    .ax-heading-xl-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }
@media (min-width: 1250px) {
  .ax-heading-xl-v3 {
    display: inline-block;
    position: relative; }
    .ax-heading-xl-v3:before, .ax-heading-xl-v3:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ax-heading-xl-v3:before {
      margin-left: -50px; }
    .ax-heading-xl-v3:after {
      margin-left: 10px; } }
  @media (min-width: 1250px) and (max-width: 575.98px) {
    .ax-heading-xl-v3:before {
      display: none; }
    .ax-heading-xl-v3:after {
      margin: 10px auto;
      display: block;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }
@media (min-width: 1480px) {
  .ax-heading-xxl-v1:after {
    margin: 10px 0; }
  .ax-heading-xxl-v1-center:after {
    margin: 10px auto; }
  .ax-heading-xxl-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .ax-heading-xxl-v2 {
    display: inline-block;
    position: relative; }
    .ax-heading-xxl-v2:before, .ax-heading-xxl-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%; }
    .ax-heading-xxl-v2:before {
      margin-left: -60px; }
    .ax-heading-xxl-v2:after {
      margin-left: 10px; } }
  @media (min-width: 1480px) and (max-width: 575.98px) {
    .ax-heading-xxl-v2:before {
      display: none; }
    .ax-heading-xxl-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }
@media (min-width: 1480px) {
  .ax-heading-xxl-v3 {
    display: inline-block;
    position: relative; }
    .ax-heading-xxl-v3:before, .ax-heading-xxl-v3:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #7a66b7;
      top: 48%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ax-heading-xxl-v3:before {
      margin-left: -50px; }
    .ax-heading-xxl-v3:after {
      margin-left: 10px; } }
  @media (min-width: 1480px) and (max-width: 575.98px) {
    .ax-heading-xxl-v3:before {
      display: none; }
    .ax-heading-xxl-v3:after {
      margin: 10px auto;
      display: block;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }
.section-title {
  padding: 0 20px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .section-title {
      padding: 0px;
      margin-bottom: 70px; } }
.g-title-separator-v1 {
  margin: 20px auto 30px;
  width: 100px;
  height: 2px;
  position: relative;
  background-color: #8c93a5; }
  .g-title-separator-v1:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: -5px;
    right: 0;
    margin-right: 0;
    background-color: #8c93a5;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
.g-title-separator-v2,
.g-title-separator-v2-white {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px; }
  .g-title-separator-v2:before,
  .g-title-separator-v2-white:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.11);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .g-title-separator-v2:after,
  .g-title-separator-v2-white:after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    background-color: #7a66b7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -2px; }
.g-title-separator-v2-white:before {
  background-color: rgba(255, 255, 255, 0.3); }
.g-title-separator-v2-white:after {
  background-color: #ffffff; }
.title-mask {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
  color: #e9e9ef;
  font-size: 60px;
  opacity: .6;
  z-index: -1;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .title-mask {
      font-size: 120px; } }
.title-mask-banner {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
  color: #e9e9ef;
  font-size: 5rem;
  opacity: .1;
  bottom: 0px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  right: 0;
  text-align: center; }
  @media (min-width: 576px) {
    .title-mask-banner {
      font-size: 6rem; } }
  @media (min-width: 768px) {
    .title-mask-banner {
      font-size: 10rem;
      bottom: -90px; } }
/*
    @
    @   21
    @   Timelines
    @
*/
.timeline-item {
  position: relative;
  z-index: 1; }
  .timeline-item .timeline-date {
    margin-left: 60px;
    z-index: 20;
    height: 40px;
    padding: 0 1rem; }
    .timeline-item .timeline-date span {
      display: inline-block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      background-color: #7a66b7;
      color: #ffffff;
      padding: 0.1rem 1.7rem;
      font-size: 0.875rem;
      border-radius: 8px; }
  .timeline-item .timeline-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    display: inline-block;
    text-align: center;
    background-color: #252a37;
    color: #ffffff;
    border-radius: 50%; }
  @media (min-width: 768px) {
    .timeline-item.left-item .timeline-date {
      left: 50%;
      margin-left: 26.66667px; }
      .timeline-item.left-item .timeline-date span:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        left: -5px;
        border-width: 5px 5px 5px 0px;
        border-color: transparent #7a66b7 transparent transparent;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    .timeline-item.left-item .timeline-content {
      padding: 15px 0px;
      width: 50%;
      margin-left: 0;
      padding-right: 20px;
      border-radius: 5px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .timeline-item.left-item .timeline-content .timeline-body {
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
      .timeline-item.left-item .timeline-content:before {
        left: 100%; }
      .timeline-item.left-item .timeline-content:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0px;
        border-style: solid;
        right: 20px;
        top: 0px;
        border-width: 0 0px 15px 15px;
        border-color: transparent transparent #252a37 transparent; } }
  @media (min-width: 768px) {
    .timeline-item.right-item .timeline-date {
      right: 50%;
      margin-right: 26.66667px; }
      .timeline-item.right-item .timeline-date span:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0px;
        border-style: solid;
        right: -5px;
        border-width: 5px 0px 5px 5px;
        border-color: transparent transparent transparent #7a66b7;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    .timeline-item.right-item .timeline-content {
      padding: 15px 0px;
      width: 50%;
      margin-left: 0;
      left: 50%;
      padding-left: 20px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .timeline-item.right-item .timeline-content .timeline-body {
      border-top-left-radius: 0; } }
  @media (min-width: 768px) {
      .timeline-item.right-item .timeline-content:before {
        left: 0;
        right: 100%; }
      .timeline-item.right-item .timeline-content:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0px;
        border-style: solid;
        left: 20px;
        top: 0px;
        border-width: 0px 15px 15px 0px;
        border-color: transparent transparent #252a37 transparent; } }
  .timeline-item .timeline-content {
    z-index: 1;
    position: relative;
    width: auto;
    margin-left: 40px; }
    .timeline-item .timeline-content:before {
      background-color: #dadbdc;
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 1px;
      z-index: 10;
      left: -20px; }
.ax-timeline-v1 {
  position: relative; }
  .ax-timeline-v1 .ax-timeline-list {
    position: relative; }
    .ax-timeline-v1 .ax-timeline-list:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 2px;
      height: 100%;
      top: 0;
      margin-left: -1px !important;
      background-color: #f7f7f7;
      bottom: 0; }
      @media (max-width: 767.98px) {
        .ax-timeline-v1 .ax-timeline-list:before {
          left: 0; } }
  .ax-timeline-v1 .ax-timeline-orientation-right {
    position: relative;
    padding-left: 30px;
    padding-right: 0;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .ax-timeline-v1 .ax-timeline-orientation-right {
        padding-left: 0;
        padding-right: 40px;
        margin-bottom: 0px; } }
    .ax-timeline-v1 .ax-timeline-orientation-right:last-child {
      margin-bottom: 0px !important; }
    .ax-timeline-v1 .ax-timeline-orientation-right .ax-timeline-v2-icon {
      position: absolute;
      left: 0;
      right: auto;
      top: 20px;
      z-index: 10;
      background-color: #ffffff;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .ax-timeline-v1 .ax-timeline-orientation-right .ax-timeline-v2-icon {
          left: 100%;
          right: auto; } }
    .ax-timeline-v1 .ax-timeline-orientation-right .ax-timeline-content {
      position: relative;
      background-color: #f7f7f7; }
      .ax-timeline-v1 .ax-timeline-orientation-right .ax-timeline-content:before {
        content: "";
        position: absolute;
        width: 0;
        heght: 0;
        border: 10px;
        border-style: solid;
        border-color: transparent;
        border-right-color: #f7f7f7;
        z-index: 20;
        right: 100%;
        top: 22px; }
      @media (min-width: 768px) {
        .ax-timeline-v1 .ax-timeline-orientation-right .ax-timeline-content:before {
          content: "";
          position: absolute;
          width: 0;
          heght: 0;
          border: 10px;
          border-style: solid;
          border-color: transparent;
          border-left-color: #f7f7f7;
          z-index: 20;
          left: 100%;
          top: 22px; } }
  .ax-timeline-v1 .ax-timeline-orientation-left {
    position: relative;
    padding-right: 0;
    padding-left: 30px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .ax-timeline-v1 .ax-timeline-orientation-left {
        margin-top: 50px;
        margin-bottom: 0px;
        padding-left: 40px; } }
    .ax-timeline-v1 .ax-timeline-orientation-left .ax-timeline-v2-icon {
      position: absolute;
      right: 100%;
      left: auto;
      top: 20px;
      z-index: 10;
      background-color: #ffffff;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
    .ax-timeline-v1 .ax-timeline-orientation-left .ax-timeline-content {
      position: relative;
      background-color: #f7f7f7; }
      .ax-timeline-v1 .ax-timeline-orientation-left .ax-timeline-content:before {
        content: "";
        position: absolute;
        width: 0;
        heght: 0;
        border: 10px;
        border-style: solid;
        border-color: transparent;
        border-right-color: #f7f7f7;
        z-index: 20;
        right: 100%;
        top: 22px; }
/*
    Timeline Version 2
    -------------------------------------------------------------------------------------------------
    /////////////////////////////////////////////////////////////////////////////////////////////////
*/
.ax-timeline-v2 {
  position: relative;
  padding: 10px; }
  .ax-timeline-v2 .ax-timeline-list {
    position: relative; }
    .ax-timeline-v2 .ax-timeline-list:before {
      content: '';
      position: absolute;
      left: 120px;
      width: 2px;
      height: 100%;
      top: 0;
      margin-left: -1px !important;
      background-color: #f7f7f7;
      bottom: 0; }
      @media (max-width: 767.98px) {
        .ax-timeline-v2 .ax-timeline-list:before {
          left: 0; } }
    .ax-timeline-v2 .ax-timeline-list.line-left:before {
      left: 0; }
  .ax-timeline-v2 .ax-timeline-date {
    min-width: 120px;
    margin-top: 22px;
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .ax-timeline-v2 .ax-timeline-date {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 30px;
        background-color: #f8f8f8;
        padding: 5px 10px; } }
  .ax-timeline-v2 .ax-timeline-orientation-left {
    padding-left: 40px;
    position: relative; }
    .ax-timeline-v2 .ax-timeline-orientation-left .ax-timeline-v2-icon {
      position: absolute;
      right: 100%;
      left: auto;
      top: 20px;
      z-index: 10;
      background-color: #ffffff;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
    .ax-timeline-v2 .ax-timeline-orientation-left .ax-timeline-content {
      position: relative;
      background-color: #f7f7f7; }
      .ax-timeline-v2 .ax-timeline-orientation-left .ax-timeline-content:before {
        content: "";
        position: absolute;
        width: 0;
        heght: 0;
        border: 10px;
        border-style: solid;
        border-color: transparent;
        border-right-color: #f7f7f7;
        z-index: 20;
        right: 100%;
        top: 22px; }
    @media (max-width: 767.98px) {
      .ax-timeline-v2 .ax-timeline-orientation-left {
        padding-left: 30px; } }
/*
    Timeline Version 3
    -------------------------------------------------------------------------------------------------
*/
.ax-timeline-v3 {
  position: relative;
  padding: 20px; }
  .ax-timeline-v3 .ax-timeline-list {
    position: relative; }
    .ax-timeline-v3 .ax-timeline-list:before {
      content: '';
      position: absolute;
      left: 120px;
      width: 2px;
      height: 100%;
      top: 0;
      margin-left: -1px !important;
      background-color: #f7f7f7;
      bottom: 0; }
      @media (max-width: 991.98px) {
        .ax-timeline-v3 .ax-timeline-list:before {
          left: 0; } }
    .ax-timeline-v3 .ax-timeline-list.line-left:before {
      left: 0; }
  .ax-timeline-v3 .ax-timeline-date {
    min-width: 120px;
    margin-top: 20px; }
  .ax-timeline-v3 .ax-timeline-orientation-left {
    position: relative; }
    .ax-timeline-v3 .ax-timeline-orientation-left .timeline-v3-icon-wrapper {
      position: absolute;
      right: 100%;
      left: auto;
      top: 25px;
      z-index: 10;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
      .ax-timeline-v3 .ax-timeline-orientation-left .timeline-v3-icon-wrapper .timeline-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: relative;
        background-color: #ffffff;
        border: 2px solid #ececec; }
    .ax-timeline-v3 .ax-timeline-orientation-left .ax-timeline-content {
      position: relative;
      background-color: transparent;
      border-bottom: 1px solid #f3f3f3; }
/*
    @
    @   23
    @   Icons
    @
*/
.ax-icon {
  display: inline-block;
  position: relative; }
.ax-icon,
.ax-icon-v1,
.ax-icon-inner {
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .ax-icon,
    .ax-icon-v1,
    .ax-icon-inner {
      -webkit-transition: none;
      transition: none; } }
.ax-icon-v1,
.ax-icon-v2 {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .ax-icon-v1.ax-icon-v1,
  .ax-icon-v2.ax-icon-v1 {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .ax-icon-v1.ax-icon-v1 > i,
    .ax-icon-v2.ax-icon-v1 > i {
      line-height: 50px;
      font-size: 1.2rem; }
  .ax-icon-v1.ax-icon-v2,
  .ax-icon-v2.ax-icon-v2 {
    width: 75px;
    height: 75px;
    border-width: 2px !important;
    border-style: solid;
    display: inline-block; }
    .ax-icon-v1.ax-icon-v2 .ax-icon-inner,
    .ax-icon-v2.ax-icon-v2 .ax-icon-inner {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .ax-icon-v1.ax-icon-v2 .ax-icon-inner > i,
      .ax-icon-v2.ax-icon-v2 .ax-icon-inner > i {
        line-height: 50px;
        font-size: 1.2rem; }
  .ax-icon-v1.ax-icon-circle,
  .ax-icon-v2.ax-icon-circle {
    border-radius: 50%; }
    .ax-icon-v1.ax-icon-circle .ax-icon-inner,
    .ax-icon-v2.ax-icon-circle .ax-icon-inner {
      border-radius: 50%; }
/*
    Sizes
    -------------------------------------------------------------------------------------------------
*/
.ax-icon-size-1.ax-icon-v1 {
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center; }
  .ax-icon-size-1.ax-icon-v1 > i {
    line-height: 26px;
    font-size: 0.75rem; }
.ax-icon-size-1.ax-icon-v2 {
  width: 39px;
  height: 39px;
  border-width: 2px !important;
  border-style: solid;
  display: inline-block; }
  .ax-icon-size-1.ax-icon-v2 .ax-icon-inner {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .ax-icon-size-1.ax-icon-v2 .ax-icon-inner > i {
      line-height: 26px;
      font-size: 0.75rem; }
.ax-icon-size-1.ax-icon-circle {
  border-radius: 50%; }
  .ax-icon-size-1.ax-icon-circle .ax-icon-inner {
    border-radius: 50%; }
.ax-icon-size-2.ax-icon-v1 {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center; }
  .ax-icon-size-2.ax-icon-v1 > i {
    line-height: 30px;
    font-size: 0.8rem; }
.ax-icon-size-2.ax-icon-v2 {
  width: 45px;
  height: 45px;
  border-width: 2px !important;
  border-style: solid;
  display: inline-block; }
  .ax-icon-size-2.ax-icon-v2 .ax-icon-inner {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .ax-icon-size-2.ax-icon-v2 .ax-icon-inner > i {
      line-height: 30px;
      font-size: 0.8rem; }
.ax-icon-size-2.ax-icon-circle {
  border-radius: 50%; }
  .ax-icon-size-2.ax-icon-circle .ax-icon-inner {
    border-radius: 50%; }
.ax-icon-size-3.ax-icon-v1 {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center; }
  .ax-icon-size-3.ax-icon-v1 > i {
    line-height: 40px;
    font-size: 1rem; }
.ax-icon-size-3.ax-icon-v2 {
  width: 60px;
  height: 60px;
  border-width: 2px !important;
  border-style: solid;
  display: inline-block; }
  .ax-icon-size-3.ax-icon-v2 .ax-icon-inner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .ax-icon-size-3.ax-icon-v2 .ax-icon-inner > i {
      line-height: 40px;
      font-size: 1rem; }
.ax-icon-size-3.ax-icon-circle {
  border-radius: 50%; }
  .ax-icon-size-3.ax-icon-circle .ax-icon-inner {
    border-radius: 50%; }
.ax-icon-size-4.ax-icon-v1 {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center; }
  .ax-icon-size-4.ax-icon-v1 > i {
    line-height: 50px;
    font-size: 1.2rem; }
.ax-icon-size-4.ax-icon-v2 {
  width: 75px;
  height: 75px;
  border-width: 2px !important;
  border-style: solid;
  display: inline-block; }
  .ax-icon-size-4.ax-icon-v2 .ax-icon-inner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .ax-icon-size-4.ax-icon-v2 .ax-icon-inner > i {
      line-height: 50px;
      font-size: 1.2rem; }
.ax-icon-size-4.ax-icon-circle {
  border-radius: 50%; }
  .ax-icon-size-4.ax-icon-circle .ax-icon-inner {
    border-radius: 50%; }
.ax-icon-size-5.ax-icon-v1 {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center; }
  .ax-icon-size-5.ax-icon-v1 > i {
    line-height: 60px;
    font-size: 1.4rem; }
.ax-icon-size-5.ax-icon-v2 {
  width: 90px;
  height: 90px;
  border-width: 2px !important;
  border-style: solid;
  display: inline-block; }
  .ax-icon-size-5.ax-icon-v2 .ax-icon-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .ax-icon-size-5.ax-icon-v2 .ax-icon-inner > i {
      line-height: 60px;
      font-size: 1.4rem; }
.ax-icon-size-5.ax-icon-circle {
  border-radius: 50%; }
  .ax-icon-size-5.ax-icon-circle .ax-icon-inner {
    border-radius: 50%; }
.ax-icon-size-6.ax-icon-v1 {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center; }
  .ax-icon-size-6.ax-icon-v1 > i {
    line-height: 70px;
    font-size: 1.8rem; }
.ax-icon-size-6.ax-icon-v2 {
  width: 105px;
  height: 105px;
  border-width: 2px !important;
  border-style: solid;
  display: inline-block; }
  .ax-icon-size-6.ax-icon-v2 .ax-icon-inner {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .ax-icon-size-6.ax-icon-v2 .ax-icon-inner > i {
      line-height: 70px;
      font-size: 1.8rem; }
.ax-icon-size-6.ax-icon-circle {
  border-radius: 50%; }
  .ax-icon-size-6.ax-icon-circle .ax-icon-inner {
    border-radius: 50%; }
/*
    Colors
    -------------------------------------------------------------------------------------------------
*/
.ax-icon-blue-lighten .ax-icon-v1, .ax-icon-blue-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #40aaf9 !important;
  border: 1px solid #40aaf9; }
.ax-icon-blue-lighten .ax-icon-v2, .ax-icon-blue-lighten.ax-icon-v2 {
  border: 1px solid #40aaf9;
  background-color: transparent !important; }
  .ax-icon-blue-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-blue-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #40aaf9 !important;
    color: #ffffff !important; }
.ax-icon-blue-lighten-h:hover .ax-icon-v1, .ax-icon-blue-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #40aaf9 !important;
  border: 1px solid #40aaf9; }
.ax-icon-blue-lighten-h:hover .ax-icon-v2, .ax-icon-blue-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #40aaf9;
  background-color: transparent !important; }
  .ax-icon-blue-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-blue-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #40aaf9 !important;
    color: #ffffff !important; }
.pulse-blue-lighten-effect:hover .ax-icon-v1, .pulse-blue-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(64, 170, 249, 0.7);
          box-shadow: 0 0 0 0 rgba(64, 170, 249, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-blue-lighten-effect:hover .ax-icon-v2, .pulse-blue-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(64, 170, 249, 0.7);
          box-shadow: 0 0 0 0 rgba(64, 170, 249, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-blue-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-blue-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-blue-darken .ax-icon-v1, .ax-icon-blue-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #0672c3 !important;
  border: 1px solid #0672c3; }
.ax-icon-blue-darken .ax-icon-v2, .ax-icon-blue-darken.ax-icon-v2 {
  border: 1px solid #0672c3;
  background-color: transparent !important; }
  .ax-icon-blue-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-blue-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #0672c3 !important;
    color: #ffffff !important; }
.ax-icon-blue-darken-h:hover .ax-icon-v1, .ax-icon-blue-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #0672c3 !important;
  border: 1px solid #0672c3; }
.ax-icon-blue-darken-h:hover .ax-icon-v2, .ax-icon-blue-darken-h:hover.ax-icon-v2 {
  border: 1px solid #0672c3;
  background-color: transparent !important; }
  .ax-icon-blue-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-blue-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #0672c3 !important;
    color: #ffffff !important; }
.pulse-blue-darken-effect:hover .ax-icon-v1, .pulse-blue-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(6, 114, 195, 0.7);
          box-shadow: 0 0 0 0 rgba(6, 114, 195, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-blue-darken-effect:hover .ax-icon-v2, .pulse-blue-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(6, 114, 195, 0.7);
          box-shadow: 0 0 0 0 rgba(6, 114, 195, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-blue-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-blue-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-blue .ax-icon-v1, .ax-icon-blue.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #0e94f8 !important;
  border: 1px solid #0e94f8; }
.ax-icon-blue .ax-icon-v2, .ax-icon-blue.ax-icon-v2 {
  border: 1px solid #0e94f8;
  background-color: transparent !important; }
  .ax-icon-blue .ax-icon-v2 .ax-icon-inner, .ax-icon-blue.ax-icon-v2 .ax-icon-inner {
    background-color: #0e94f8 !important;
    color: #ffffff !important; }
.ax-icon-blue-h:hover .ax-icon-v1, .ax-icon-blue-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #0e94f8 !important;
  border: 1px solid #0e94f8; }
.ax-icon-blue-h:hover .ax-icon-v2, .ax-icon-blue-h:hover.ax-icon-v2 {
  border: 1px solid #0e94f8;
  background-color: transparent !important; }
  .ax-icon-blue-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-blue-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #0e94f8 !important;
    color: #ffffff !important; }
.pulse-blue-effect:hover .ax-icon-v1, .pulse-blue-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(14, 148, 248, 0.7);
          box-shadow: 0 0 0 0 rgba(14, 148, 248, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-blue-effect:hover .ax-icon-v2, .pulse-blue-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(14, 148, 248, 0.7);
          box-shadow: 0 0 0 0 rgba(14, 148, 248, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-blue-effect:hover .ax-icon-v2 .ax-icon, .pulse-blue-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-purple-lighten .ax-icon-v1, .ax-icon-purple-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9889c7 !important;
  border: 1px solid #9889c7; }
.ax-icon-purple-lighten .ax-icon-v2, .ax-icon-purple-lighten.ax-icon-v2 {
  border: 1px solid #9889c7;
  background-color: transparent !important; }
  .ax-icon-purple-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-purple-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #9889c7 !important;
    color: #ffffff !important; }
.ax-icon-purple-lighten-h:hover .ax-icon-v1, .ax-icon-purple-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9889c7 !important;
  border: 1px solid #9889c7; }
.ax-icon-purple-lighten-h:hover .ax-icon-v2, .ax-icon-purple-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #9889c7;
  background-color: transparent !important; }
  .ax-icon-purple-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-purple-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #9889c7 !important;
    color: #ffffff !important; }
.pulse-purple-lighten-effect:hover .ax-icon-v1, .pulse-purple-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
          box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-purple-lighten-effect:hover .ax-icon-v2, .pulse-purple-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
          box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-purple-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-purple-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-purple-darken .ax-icon-v1, .ax-icon-purple-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #5c4898 !important;
  border: 1px solid #5c4898; }
.ax-icon-purple-darken .ax-icon-v2, .ax-icon-purple-darken.ax-icon-v2 {
  border: 1px solid #5c4898;
  background-color: transparent !important; }
  .ax-icon-purple-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-purple-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #5c4898 !important;
    color: #ffffff !important; }
.ax-icon-purple-darken-h:hover .ax-icon-v1, .ax-icon-purple-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #5c4898 !important;
  border: 1px solid #5c4898; }
.ax-icon-purple-darken-h:hover .ax-icon-v2, .ax-icon-purple-darken-h:hover.ax-icon-v2 {
  border: 1px solid #5c4898;
  background-color: transparent !important; }
  .ax-icon-purple-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-purple-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #5c4898 !important;
    color: #ffffff !important; }
.pulse-purple-darken-effect:hover .ax-icon-v1, .pulse-purple-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
          box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-purple-darken-effect:hover .ax-icon-v2, .pulse-purple-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
          box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-purple-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-purple-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-purple .ax-icon-v1, .ax-icon-purple.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #7a66b7 !important;
  border: 1px solid #7a66b7; }
.ax-icon-purple .ax-icon-v2, .ax-icon-purple.ax-icon-v2 {
  border: 1px solid #7a66b7;
  background-color: transparent !important; }
  .ax-icon-purple .ax-icon-v2 .ax-icon-inner, .ax-icon-purple.ax-icon-v2 .ax-icon-inner {
    background-color: #7a66b7 !important;
    color: #ffffff !important; }
.ax-icon-purple-h:hover .ax-icon-v1, .ax-icon-purple-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #7a66b7 !important;
  border: 1px solid #7a66b7; }
.ax-icon-purple-h:hover .ax-icon-v2, .ax-icon-purple-h:hover.ax-icon-v2 {
  border: 1px solid #7a66b7;
  background-color: transparent !important; }
  .ax-icon-purple-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-purple-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #7a66b7 !important;
    color: #ffffff !important; }
.pulse-purple-effect:hover .ax-icon-v1, .pulse-purple-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
          box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-purple-effect:hover .ax-icon-v2, .pulse-purple-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
          box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-purple-effect:hover .ax-icon-v2 .ax-icon, .pulse-purple-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-red-lighten .ax-icon-v1, .ax-icon-red-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #de5564 !important;
  border: 1px solid #de5564; }
.ax-icon-red-lighten .ax-icon-v2, .ax-icon-red-lighten.ax-icon-v2 {
  border: 1px solid #de5564;
  background-color: transparent !important; }
  .ax-icon-red-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-red-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #de5564 !important;
    color: #ffffff !important; }
.ax-icon-red-lighten-h:hover .ax-icon-v1, .ax-icon-red-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #de5564 !important;
  border: 1px solid #de5564; }
.ax-icon-red-lighten-h:hover .ax-icon-v2, .ax-icon-red-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #de5564;
  background-color: transparent !important; }
  .ax-icon-red-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-red-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #de5564 !important;
    color: #ffffff !important; }
.pulse-red-lighten-effect:hover .ax-icon-v1, .pulse-red-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
          box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-red-lighten-effect:hover .ax-icon-v2, .pulse-red-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
          box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-red-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-red-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-red-darken .ax-icon-v1, .ax-icon-red-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #a31f2e !important;
  border: 1px solid #a31f2e; }
.ax-icon-red-darken .ax-icon-v2, .ax-icon-red-darken.ax-icon-v2 {
  border: 1px solid #a31f2e;
  background-color: transparent !important; }
  .ax-icon-red-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-red-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #a31f2e !important;
    color: #ffffff !important; }
.ax-icon-red-darken-h:hover .ax-icon-v1, .ax-icon-red-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #a31f2e !important;
  border: 1px solid #a31f2e; }
.ax-icon-red-darken-h:hover .ax-icon-v2, .ax-icon-red-darken-h:hover.ax-icon-v2 {
  border: 1px solid #a31f2e;
  background-color: transparent !important; }
  .ax-icon-red-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-red-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #a31f2e !important;
    color: #ffffff !important; }
.pulse-red-darken-effect:hover .ax-icon-v1, .pulse-red-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
          box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-red-darken-effect:hover .ax-icon-v2, .pulse-red-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
          box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-red-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-red-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-red .ax-icon-v1, .ax-icon-red.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #d62a3d !important;
  border: 1px solid #d62a3d; }
.ax-icon-red .ax-icon-v2, .ax-icon-red.ax-icon-v2 {
  border: 1px solid #d62a3d;
  background-color: transparent !important; }
  .ax-icon-red .ax-icon-v2 .ax-icon-inner, .ax-icon-red.ax-icon-v2 .ax-icon-inner {
    background-color: #d62a3d !important;
    color: #ffffff !important; }
.ax-icon-red-h:hover .ax-icon-v1, .ax-icon-red-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #d62a3d !important;
  border: 1px solid #d62a3d; }
.ax-icon-red-h:hover .ax-icon-v2, .ax-icon-red-h:hover.ax-icon-v2 {
  border: 1px solid #d62a3d;
  background-color: transparent !important; }
  .ax-icon-red-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-red-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #d62a3d !important;
    color: #ffffff !important; }
.pulse-red-effect:hover .ax-icon-v1, .pulse-red-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
          box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-red-effect:hover .ax-icon-v2, .pulse-red-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
          box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-red-effect:hover .ax-icon-v2 .ax-icon, .pulse-red-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-orange-lighten .ax-icon-v1, .ax-icon-orange-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #ffad33 !important;
  border: 1px solid #ffad33; }
.ax-icon-orange-lighten .ax-icon-v2, .ax-icon-orange-lighten.ax-icon-v2 {
  border: 1px solid #ffad33;
  background-color: transparent !important; }
  .ax-icon-orange-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-orange-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #ffad33 !important;
    color: #ffffff !important; }
.ax-icon-orange-lighten-h:hover .ax-icon-v1, .ax-icon-orange-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #ffad33 !important;
  border: 1px solid #ffad33; }
.ax-icon-orange-lighten-h:hover .ax-icon-v2, .ax-icon-orange-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #ffad33;
  background-color: transparent !important; }
  .ax-icon-orange-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-orange-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #ffad33 !important;
    color: #ffffff !important; }
.pulse-orange-lighten-effect:hover .ax-icon-v1, .pulse-orange-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 173, 51, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 173, 51, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-orange-lighten-effect:hover .ax-icon-v2, .pulse-orange-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 173, 51, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 173, 51, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-orange-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-orange-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-orange-darken .ax-icon-v1, .ax-icon-orange-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #c27400 !important;
  border: 1px solid #c27400; }
.ax-icon-orange-darken .ax-icon-v2, .ax-icon-orange-darken.ax-icon-v2 {
  border: 1px solid #c27400;
  background-color: transparent !important; }
  .ax-icon-orange-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-orange-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #c27400 !important;
    color: #ffffff !important; }
.ax-icon-orange-darken-h:hover .ax-icon-v1, .ax-icon-orange-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #c27400 !important;
  border: 1px solid #c27400; }
.ax-icon-orange-darken-h:hover .ax-icon-v2, .ax-icon-orange-darken-h:hover.ax-icon-v2 {
  border: 1px solid #c27400;
  background-color: transparent !important; }
  .ax-icon-orange-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-orange-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #c27400 !important;
    color: #ffffff !important; }
.pulse-orange-darken-effect:hover .ax-icon-v1, .pulse-orange-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(194, 116, 0, 0.7);
          box-shadow: 0 0 0 0 rgba(194, 116, 0, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-orange-darken-effect:hover .ax-icon-v2, .pulse-orange-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(194, 116, 0, 0.7);
          box-shadow: 0 0 0 0 rgba(194, 116, 0, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-orange-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-orange-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-orange .ax-icon-v1, .ax-icon-orange.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #FF9800 !important;
  border: 1px solid #FF9800; }
.ax-icon-orange .ax-icon-v2, .ax-icon-orange.ax-icon-v2 {
  border: 1px solid #FF9800;
  background-color: transparent !important; }
  .ax-icon-orange .ax-icon-v2 .ax-icon-inner, .ax-icon-orange.ax-icon-v2 .ax-icon-inner {
    background-color: #FF9800 !important;
    color: #ffffff !important; }
.ax-icon-orange-h:hover .ax-icon-v1, .ax-icon-orange-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #FF9800 !important;
  border: 1px solid #FF9800; }
.ax-icon-orange-h:hover .ax-icon-v2, .ax-icon-orange-h:hover.ax-icon-v2 {
  border: 1px solid #FF9800;
  background-color: transparent !important; }
  .ax-icon-orange-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-orange-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #FF9800 !important;
    color: #ffffff !important; }
.pulse-orange-effect:hover .ax-icon-v1, .pulse-orange-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-orange-effect:hover .ax-icon-v2, .pulse-orange-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-orange-effect:hover .ax-icon-v2 .ax-icon, .pulse-orange-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-deep-orange-lighten .ax-icon-v1, .ax-icon-deep-orange-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #f97c58 !important;
  border: 1px solid #f97c58; }
.ax-icon-deep-orange-lighten .ax-icon-v2, .ax-icon-deep-orange-lighten.ax-icon-v2 {
  border: 1px solid #f97c58;
  background-color: transparent !important; }
  .ax-icon-deep-orange-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-deep-orange-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #f97c58 !important;
    color: #ffffff !important; }
.ax-icon-deep-orange-lighten-h:hover .ax-icon-v1, .ax-icon-deep-orange-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #f97c58 !important;
  border: 1px solid #f97c58; }
.ax-icon-deep-orange-lighten-h:hover .ax-icon-v2, .ax-icon-deep-orange-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #f97c58;
  background-color: transparent !important; }
  .ax-icon-deep-orange-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-deep-orange-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #f97c58 !important;
    color: #ffffff !important; }
.pulse-deep-orange-lighten-effect:hover .ax-icon-v1, .pulse-deep-orange-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 124, 88, 0.7);
          box-shadow: 0 0 0 0 rgba(249, 124, 88, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-deep-orange-lighten-effect:hover .ax-icon-v2, .pulse-deep-orange-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 124, 88, 0.7);
          box-shadow: 0 0 0 0 rgba(249, 124, 88, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-deep-orange-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-deep-orange-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-deep-orange-darken .ax-icon-v1, .ax-icon-deep-orange-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #d93608 !important;
  border: 1px solid #d93608; }
.ax-icon-deep-orange-darken .ax-icon-v2, .ax-icon-deep-orange-darken.ax-icon-v2 {
  border: 1px solid #d93608;
  background-color: transparent !important; }
  .ax-icon-deep-orange-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-deep-orange-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #d93608 !important;
    color: #ffffff !important; }
.ax-icon-deep-orange-darken-h:hover .ax-icon-v1, .ax-icon-deep-orange-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #d93608 !important;
  border: 1px solid #d93608; }
.ax-icon-deep-orange-darken-h:hover .ax-icon-v2, .ax-icon-deep-orange-darken-h:hover.ax-icon-v2 {
  border: 1px solid #d93608;
  background-color: transparent !important; }
  .ax-icon-deep-orange-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-deep-orange-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #d93608 !important;
    color: #ffffff !important; }
.pulse-deep-orange-darken-effect:hover .ax-icon-v1, .pulse-deep-orange-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(217, 54, 8, 0.7);
          box-shadow: 0 0 0 0 rgba(217, 54, 8, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-deep-orange-darken-effect:hover .ax-icon-v2, .pulse-deep-orange-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(217, 54, 8, 0.7);
          box-shadow: 0 0 0 0 rgba(217, 54, 8, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-deep-orange-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-deep-orange-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-deep-orange .ax-icon-v1, .ax-icon-deep-orange.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #f75527 !important;
  border: 1px solid #f75527; }
.ax-icon-deep-orange .ax-icon-v2, .ax-icon-deep-orange.ax-icon-v2 {
  border: 1px solid #f75527;
  background-color: transparent !important; }
  .ax-icon-deep-orange .ax-icon-v2 .ax-icon-inner, .ax-icon-deep-orange.ax-icon-v2 .ax-icon-inner {
    background-color: #f75527 !important;
    color: #ffffff !important; }
.ax-icon-deep-orange-h:hover .ax-icon-v1, .ax-icon-deep-orange-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #f75527 !important;
  border: 1px solid #f75527; }
.ax-icon-deep-orange-h:hover .ax-icon-v2, .ax-icon-deep-orange-h:hover.ax-icon-v2 {
  border: 1px solid #f75527;
  background-color: transparent !important; }
  .ax-icon-deep-orange-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-deep-orange-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #f75527 !important;
    color: #ffffff !important; }
.pulse-deep-orange-effect:hover .ax-icon-v1, .pulse-deep-orange-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(247, 85, 39, 0.7);
          box-shadow: 0 0 0 0 rgba(247, 85, 39, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-deep-orange-effect:hover .ax-icon-v2, .pulse-deep-orange-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(247, 85, 39, 0.7);
          box-shadow: 0 0 0 0 rgba(247, 85, 39, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-deep-orange-effect:hover .ax-icon-v2 .ax-icon, .pulse-deep-orange-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-brown-lighten .ax-icon-v1, .ax-icon-brown-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #c2813c !important;
  border: 1px solid #c2813c; }
.ax-icon-brown-lighten .ax-icon-v2, .ax-icon-brown-lighten.ax-icon-v2 {
  border: 1px solid #c2813c;
  background-color: transparent !important; }
  .ax-icon-brown-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-brown-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #c2813c !important;
    color: #ffffff !important; }
.ax-icon-brown-lighten-h:hover .ax-icon-v1, .ax-icon-brown-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #c2813c !important;
  border: 1px solid #c2813c; }
.ax-icon-brown-lighten-h:hover .ax-icon-v2, .ax-icon-brown-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #c2813c;
  background-color: transparent !important; }
  .ax-icon-brown-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-brown-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #c2813c !important;
    color: #ffffff !important; }
.pulse-brown-lighten-effect:hover .ax-icon-v1, .pulse-brown-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(194, 129, 60, 0.7);
          box-shadow: 0 0 0 0 rgba(194, 129, 60, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-brown-lighten-effect:hover .ax-icon-v2, .pulse-brown-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(194, 129, 60, 0.7);
          box-shadow: 0 0 0 0 rgba(194, 129, 60, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-brown-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-brown-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-brown-darken .ax-icon-v1, .ax-icon-brown-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #6c4822 !important;
  border: 1px solid #6c4822; }
.ax-icon-brown-darken .ax-icon-v2, .ax-icon-brown-darken.ax-icon-v2 {
  border: 1px solid #6c4822;
  background-color: transparent !important; }
  .ax-icon-brown-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-brown-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #6c4822 !important;
    color: #ffffff !important; }
.ax-icon-brown-darken-h:hover .ax-icon-v1, .ax-icon-brown-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #6c4822 !important;
  border: 1px solid #6c4822; }
.ax-icon-brown-darken-h:hover .ax-icon-v2, .ax-icon-brown-darken-h:hover.ax-icon-v2 {
  border: 1px solid #6c4822;
  background-color: transparent !important; }
  .ax-icon-brown-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-brown-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #6c4822 !important;
    color: #ffffff !important; }
.pulse-brown-darken-effect:hover .ax-icon-v1, .pulse-brown-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(108, 72, 34, 0.7);
          box-shadow: 0 0 0 0 rgba(108, 72, 34, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-brown-darken-effect:hover .ax-icon-v2, .pulse-brown-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(108, 72, 34, 0.7);
          box-shadow: 0 0 0 0 rgba(108, 72, 34, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-brown-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-brown-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-brown .ax-icon-v1, .ax-icon-brown.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9b6730 !important;
  border: 1px solid #9b6730; }
.ax-icon-brown .ax-icon-v2, .ax-icon-brown.ax-icon-v2 {
  border: 1px solid #9b6730;
  background-color: transparent !important; }
  .ax-icon-brown .ax-icon-v2 .ax-icon-inner, .ax-icon-brown.ax-icon-v2 .ax-icon-inner {
    background-color: #9b6730 !important;
    color: #ffffff !important; }
.ax-icon-brown-h:hover .ax-icon-v1, .ax-icon-brown-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9b6730 !important;
  border: 1px solid #9b6730; }
.ax-icon-brown-h:hover .ax-icon-v2, .ax-icon-brown-h:hover.ax-icon-v2 {
  border: 1px solid #9b6730;
  background-color: transparent !important; }
  .ax-icon-brown-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-brown-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #9b6730 !important;
    color: #ffffff !important; }
.pulse-brown-effect:hover .ax-icon-v1, .pulse-brown-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(155, 103, 48, 0.7);
          box-shadow: 0 0 0 0 rgba(155, 103, 48, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-brown-effect:hover .ax-icon-v2, .pulse-brown-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(155, 103, 48, 0.7);
          box-shadow: 0 0 0 0 rgba(155, 103, 48, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-brown-effect:hover .ax-icon-v2 .ax-icon, .pulse-brown-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-yellow-lighten .ax-icon-v1, .ax-icon-yellow-lighten.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffe873 !important;
  border: 1px solid #ffe873; }
.ax-icon-yellow-lighten .ax-icon-v2, .ax-icon-yellow-lighten.ax-icon-v2 {
  border: 1px solid #ffe873;
  background-color: transparent !important; }
  .ax-icon-yellow-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-yellow-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #ffe873 !important;
    color: #5e6373 !important; }
.ax-icon-yellow-lighten-h:hover .ax-icon-v1, .ax-icon-yellow-lighten-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffe873 !important;
  border: 1px solid #ffe873; }
.ax-icon-yellow-lighten-h:hover .ax-icon-v2, .ax-icon-yellow-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #ffe873;
  background-color: transparent !important; }
  .ax-icon-yellow-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-yellow-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #ffe873 !important;
    color: #5e6373 !important; }
.pulse-yellow-lighten-effect:hover .ax-icon-v1, .pulse-yellow-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-yellow-lighten-effect:hover .ax-icon-v2, .pulse-yellow-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-yellow-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-yellow-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-yellow-darken .ax-icon-v1, .ax-icon-yellow-darken.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffd503 !important;
  border: 1px solid #ffd503; }
.ax-icon-yellow-darken .ax-icon-v2, .ax-icon-yellow-darken.ax-icon-v2 {
  border: 1px solid #ffd503;
  background-color: transparent !important; }
  .ax-icon-yellow-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-yellow-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #ffd503 !important;
    color: #5e6373 !important; }
.ax-icon-yellow-darken-h:hover .ax-icon-v1, .ax-icon-yellow-darken-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffd503 !important;
  border: 1px solid #ffd503; }
.ax-icon-yellow-darken-h:hover .ax-icon-v2, .ax-icon-yellow-darken-h:hover.ax-icon-v2 {
  border: 1px solid #ffd503;
  background-color: transparent !important; }
  .ax-icon-yellow-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-yellow-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #ffd503 !important;
    color: #5e6373 !important; }
.pulse-yellow-darken-effect:hover .ax-icon-v1, .pulse-yellow-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-yellow-darken-effect:hover .ax-icon-v2, .pulse-yellow-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-yellow-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-yellow-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-yellow .ax-icon-v1, .ax-icon-yellow.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffdf40 !important;
  border: 1px solid #ffdf40; }
.ax-icon-yellow .ax-icon-v2, .ax-icon-yellow.ax-icon-v2 {
  border: 1px solid #ffdf40;
  background-color: transparent !important; }
  .ax-icon-yellow .ax-icon-v2 .ax-icon-inner, .ax-icon-yellow.ax-icon-v2 .ax-icon-inner {
    background-color: #ffdf40 !important;
    color: #5e6373 !important; }
.ax-icon-yellow-h:hover .ax-icon-v1, .ax-icon-yellow-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffdf40 !important;
  border: 1px solid #ffdf40; }
.ax-icon-yellow-h:hover .ax-icon-v2, .ax-icon-yellow-h:hover.ax-icon-v2 {
  border: 1px solid #ffdf40;
  background-color: transparent !important; }
  .ax-icon-yellow-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-yellow-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #ffdf40 !important;
    color: #5e6373 !important; }
.pulse-yellow-effect:hover .ax-icon-v1, .pulse-yellow-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-yellow-effect:hover .ax-icon-v2, .pulse-yellow-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-yellow-effect:hover .ax-icon-v2 .ax-icon, .pulse-yellow-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-green-lighten .ax-icon-v1, .ax-icon-green-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00f392 !important;
  border: 1px solid #00f392; }
.ax-icon-green-lighten .ax-icon-v2, .ax-icon-green-lighten.ax-icon-v2 {
  border: 1px solid #00f392;
  background-color: transparent !important; }
  .ax-icon-green-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-green-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #00f392 !important;
    color: #ffffff !important; }
.ax-icon-green-lighten-h:hover .ax-icon-v1, .ax-icon-green-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00f392 !important;
  border: 1px solid #00f392; }
.ax-icon-green-lighten-h:hover .ax-icon-v2, .ax-icon-green-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #00f392;
  background-color: transparent !important; }
  .ax-icon-green-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-green-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #00f392 !important;
    color: #ffffff !important; }
.pulse-green-lighten-effect:hover .ax-icon-v1, .pulse-green-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-green-lighten-effect:hover .ax-icon-v2, .pulse-green-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-green-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-green-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-green-darken .ax-icon-v1, .ax-icon-green-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00834e !important;
  border: 1px solid #00834e; }
.ax-icon-green-darken .ax-icon-v2, .ax-icon-green-darken.ax-icon-v2 {
  border: 1px solid #00834e;
  background-color: transparent !important; }
  .ax-icon-green-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-green-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #00834e !important;
    color: #ffffff !important; }
.ax-icon-green-darken-h:hover .ax-icon-v1, .ax-icon-green-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00834e !important;
  border: 1px solid #00834e; }
.ax-icon-green-darken-h:hover .ax-icon-v2, .ax-icon-green-darken-h:hover.ax-icon-v2 {
  border: 1px solid #00834e;
  background-color: transparent !important; }
  .ax-icon-green-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-green-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #00834e !important;
    color: #ffffff !important; }
.pulse-green-darken-effect:hover .ax-icon-v1, .pulse-green-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-green-darken-effect:hover .ax-icon-v2, .pulse-green-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-green-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-green-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-green .ax-icon-v1, .ax-icon-green.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00c073 !important;
  border: 1px solid #00c073; }
.ax-icon-green .ax-icon-v2, .ax-icon-green.ax-icon-v2 {
  border: 1px solid #00c073;
  background-color: transparent !important; }
  .ax-icon-green .ax-icon-v2 .ax-icon-inner, .ax-icon-green.ax-icon-v2 .ax-icon-inner {
    background-color: #00c073 !important;
    color: #ffffff !important; }
.ax-icon-green-h:hover .ax-icon-v1, .ax-icon-green-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00c073 !important;
  border: 1px solid #00c073; }
.ax-icon-green-h:hover .ax-icon-v2, .ax-icon-green-h:hover.ax-icon-v2 {
  border: 1px solid #00c073;
  background-color: transparent !important; }
  .ax-icon-green-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-green-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #00c073 !important;
    color: #ffffff !important; }
.pulse-green-effect:hover .ax-icon-v1, .pulse-green-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-green-effect:hover .ax-icon-v2, .pulse-green-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-green-effect:hover .ax-icon-v2 .ax-icon, .pulse-green-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-teal-lighten .ax-icon-v1, .ax-icon-teal-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #17f0c9 !important;
  border: 1px solid #17f0c9; }
.ax-icon-teal-lighten .ax-icon-v2, .ax-icon-teal-lighten.ax-icon-v2 {
  border: 1px solid #17f0c9;
  background-color: transparent !important; }
  .ax-icon-teal-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-teal-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #17f0c9 !important;
    color: #ffffff !important; }
.ax-icon-teal-lighten-h:hover .ax-icon-v1, .ax-icon-teal-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #17f0c9 !important;
  border: 1px solid #17f0c9; }
.ax-icon-teal-lighten-h:hover .ax-icon-v2, .ax-icon-teal-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #17f0c9;
  background-color: transparent !important; }
  .ax-icon-teal-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-teal-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #17f0c9 !important;
    color: #ffffff !important; }
.pulse-teal-lighten-effect:hover .ax-icon-v1, .pulse-teal-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 240, 201, 0.7);
          box-shadow: 0 0 0 0 rgba(23, 240, 201, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-teal-lighten-effect:hover .ax-icon-v2, .pulse-teal-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 240, 201, 0.7);
          box-shadow: 0 0 0 0 rgba(23, 240, 201, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-teal-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-teal-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-teal-darken .ax-icon-v1, .ax-icon-teal-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #098e76 !important;
  border: 1px solid #098e76; }
.ax-icon-teal-darken .ax-icon-v2, .ax-icon-teal-darken.ax-icon-v2 {
  border: 1px solid #098e76;
  background-color: transparent !important; }
  .ax-icon-teal-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-teal-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #098e76 !important;
    color: #ffffff !important; }
.ax-icon-teal-darken-h:hover .ax-icon-v1, .ax-icon-teal-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #098e76 !important;
  border: 1px solid #098e76; }
.ax-icon-teal-darken-h:hover .ax-icon-v2, .ax-icon-teal-darken-h:hover.ax-icon-v2 {
  border: 1px solid #098e76;
  background-color: transparent !important; }
  .ax-icon-teal-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-teal-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #098e76 !important;
    color: #ffffff !important; }
.pulse-teal-darken-effect:hover .ax-icon-v1, .pulse-teal-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(9, 142, 118, 0.7);
          box-shadow: 0 0 0 0 rgba(9, 142, 118, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-teal-darken-effect:hover .ax-icon-v2, .pulse-teal-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(9, 142, 118, 0.7);
          box-shadow: 0 0 0 0 rgba(9, 142, 118, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-teal-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-teal-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-teal .ax-icon-v1, .ax-icon-teal.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #0dc7a6 !important;
  border: 1px solid #0dc7a6; }
.ax-icon-teal .ax-icon-v2, .ax-icon-teal.ax-icon-v2 {
  border: 1px solid #0dc7a6;
  background-color: transparent !important; }
  .ax-icon-teal .ax-icon-v2 .ax-icon-inner, .ax-icon-teal.ax-icon-v2 .ax-icon-inner {
    background-color: #0dc7a6 !important;
    color: #ffffff !important; }
.ax-icon-teal-h:hover .ax-icon-v1, .ax-icon-teal-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #0dc7a6 !important;
  border: 1px solid #0dc7a6; }
.ax-icon-teal-h:hover .ax-icon-v2, .ax-icon-teal-h:hover.ax-icon-v2 {
  border: 1px solid #0dc7a6;
  background-color: transparent !important; }
  .ax-icon-teal-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-teal-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #0dc7a6 !important;
    color: #ffffff !important; }
.pulse-teal-effect:hover .ax-icon-v1, .pulse-teal-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 199, 166, 0.7);
          box-shadow: 0 0 0 0 rgba(13, 199, 166, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-teal-effect:hover .ax-icon-v2, .pulse-teal-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 199, 166, 0.7);
          box-shadow: 0 0 0 0 rgba(13, 199, 166, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-teal-effect:hover .ax-icon-v2 .ax-icon, .pulse-teal-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-cyan-lighten .ax-icon-v1, .ax-icon-cyan-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #34d4e3 !important;
  border: 1px solid #34d4e3; }
.ax-icon-cyan-lighten .ax-icon-v2, .ax-icon-cyan-lighten.ax-icon-v2 {
  border: 1px solid #34d4e3;
  background-color: transparent !important; }
  .ax-icon-cyan-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-cyan-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #34d4e3 !important;
    color: #ffffff !important; }
.ax-icon-cyan-lighten-h:hover .ax-icon-v1, .ax-icon-cyan-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #34d4e3 !important;
  border: 1px solid #34d4e3; }
.ax-icon-cyan-lighten-h:hover .ax-icon-v2, .ax-icon-cyan-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #34d4e3;
  background-color: transparent !important; }
  .ax-icon-cyan-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-cyan-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #34d4e3 !important;
    color: #ffffff !important; }
.pulse-cyan-lighten-effect:hover .ax-icon-v1, .pulse-cyan-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
          box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-cyan-lighten-effect:hover .ax-icon-v2, .pulse-cyan-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
          box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-cyan-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-cyan-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-cyan-darken .ax-icon-v1, .ax-icon-cyan-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #148892 !important;
  border: 1px solid #148892; }
.ax-icon-cyan-darken .ax-icon-v2, .ax-icon-cyan-darken.ax-icon-v2 {
  border: 1px solid #148892;
  background-color: transparent !important; }
  .ax-icon-cyan-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-cyan-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #148892 !important;
    color: #ffffff !important; }
.ax-icon-cyan-darken-h:hover .ax-icon-v1, .ax-icon-cyan-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #148892 !important;
  border: 1px solid #148892; }
.ax-icon-cyan-darken-h:hover .ax-icon-v2, .ax-icon-cyan-darken-h:hover.ax-icon-v2 {
  border: 1px solid #148892;
  background-color: transparent !important; }
  .ax-icon-cyan-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-cyan-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #148892 !important;
    color: #ffffff !important; }
.pulse-cyan-darken-effect:hover .ax-icon-v1, .pulse-cyan-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-cyan-darken-effect:hover .ax-icon-v2, .pulse-cyan-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-cyan-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-cyan-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-cyan .ax-icon-v1, .ax-icon-cyan.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #1cbac8 !important;
  border: 1px solid #1cbac8; }
.ax-icon-cyan .ax-icon-v2, .ax-icon-cyan.ax-icon-v2 {
  border: 1px solid #1cbac8;
  background-color: transparent !important; }
  .ax-icon-cyan .ax-icon-v2 .ax-icon-inner, .ax-icon-cyan.ax-icon-v2 .ax-icon-inner {
    background-color: #1cbac8 !important;
    color: #ffffff !important; }
.ax-icon-cyan-h:hover .ax-icon-v1, .ax-icon-cyan-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #1cbac8 !important;
  border: 1px solid #1cbac8; }
.ax-icon-cyan-h:hover .ax-icon-v2, .ax-icon-cyan-h:hover.ax-icon-v2 {
  border: 1px solid #1cbac8;
  background-color: transparent !important; }
  .ax-icon-cyan-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-cyan-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #1cbac8 !important;
    color: #ffffff !important; }
.pulse-cyan-effect:hover .ax-icon-v1, .pulse-cyan-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
          box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-cyan-effect:hover .ax-icon-v2, .pulse-cyan-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
          box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-cyan-effect:hover .ax-icon-v2 .ax-icon, .pulse-cyan-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-primary .ax-icon-v1, .ax-icon-primary.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #7a66b7 !important;
  border: 1px solid #7a66b7; }
.ax-icon-primary .ax-icon-v2, .ax-icon-primary.ax-icon-v2 {
  border: 1px solid #7a66b7;
  background-color: transparent !important; }
  .ax-icon-primary .ax-icon-v2 .ax-icon-inner, .ax-icon-primary.ax-icon-v2 .ax-icon-inner {
    background-color: #7a66b7 !important;
    color: #ffffff !important; }
.ax-icon-primary-h:hover .ax-icon-v1, .ax-icon-primary-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #7a66b7 !important;
  border: 1px solid #7a66b7; }
.ax-icon-primary-h:hover .ax-icon-v2, .ax-icon-primary-h:hover.ax-icon-v2 {
  border: 1px solid #7a66b7;
  background-color: transparent !important; }
  .ax-icon-primary-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-primary-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #7a66b7 !important;
    color: #ffffff !important; }
.pulse-primary-effect:hover .ax-icon-v1, .pulse-primary-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
          box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-primary-effect:hover .ax-icon-v2, .pulse-primary-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
          box-shadow: 0 0 0 0 rgba(122, 102, 183, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-primary-effect:hover .ax-icon-v2 .ax-icon, .pulse-primary-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-secondary .ax-icon-v1, .ax-icon-secondary.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #757c88 !important;
  border: 1px solid #757c88; }
.ax-icon-secondary .ax-icon-v2, .ax-icon-secondary.ax-icon-v2 {
  border: 1px solid #757c88;
  background-color: transparent !important; }
  .ax-icon-secondary .ax-icon-v2 .ax-icon-inner, .ax-icon-secondary.ax-icon-v2 .ax-icon-inner {
    background-color: #757c88 !important;
    color: #ffffff !important; }
.ax-icon-secondary-h:hover .ax-icon-v1, .ax-icon-secondary-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #757c88 !important;
  border: 1px solid #757c88; }
.ax-icon-secondary-h:hover .ax-icon-v2, .ax-icon-secondary-h:hover.ax-icon-v2 {
  border: 1px solid #757c88;
  background-color: transparent !important; }
  .ax-icon-secondary-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-secondary-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #757c88 !important;
    color: #ffffff !important; }
.pulse-secondary-effect:hover .ax-icon-v1, .pulse-secondary-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(117, 124, 136, 0.7);
          box-shadow: 0 0 0 0 rgba(117, 124, 136, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-secondary-effect:hover .ax-icon-v2, .pulse-secondary-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(117, 124, 136, 0.7);
          box-shadow: 0 0 0 0 rgba(117, 124, 136, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-secondary-effect:hover .ax-icon-v2 .ax-icon, .pulse-secondary-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-success .ax-icon-v1, .ax-icon-success.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00c073 !important;
  border: 1px solid #00c073; }
.ax-icon-success .ax-icon-v2, .ax-icon-success.ax-icon-v2 {
  border: 1px solid #00c073;
  background-color: transparent !important; }
  .ax-icon-success .ax-icon-v2 .ax-icon-inner, .ax-icon-success.ax-icon-v2 .ax-icon-inner {
    background-color: #00c073 !important;
    color: #ffffff !important; }
.ax-icon-success-h:hover .ax-icon-v1, .ax-icon-success-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00c073 !important;
  border: 1px solid #00c073; }
.ax-icon-success-h:hover .ax-icon-v2, .ax-icon-success-h:hover.ax-icon-v2 {
  border: 1px solid #00c073;
  background-color: transparent !important; }
  .ax-icon-success-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-success-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #00c073 !important;
    color: #ffffff !important; }
.pulse-success-effect:hover .ax-icon-v1, .pulse-success-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-success-effect:hover .ax-icon-v2, .pulse-success-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 192, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-success-effect:hover .ax-icon-v2 .ax-icon, .pulse-success-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-info .ax-icon-v1, .ax-icon-info.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #1cbac8 !important;
  border: 1px solid #1cbac8; }
.ax-icon-info .ax-icon-v2, .ax-icon-info.ax-icon-v2 {
  border: 1px solid #1cbac8;
  background-color: transparent !important; }
  .ax-icon-info .ax-icon-v2 .ax-icon-inner, .ax-icon-info.ax-icon-v2 .ax-icon-inner {
    background-color: #1cbac8 !important;
    color: #ffffff !important; }
.ax-icon-info-h:hover .ax-icon-v1, .ax-icon-info-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #1cbac8 !important;
  border: 1px solid #1cbac8; }
.ax-icon-info-h:hover .ax-icon-v2, .ax-icon-info-h:hover.ax-icon-v2 {
  border: 1px solid #1cbac8;
  background-color: transparent !important; }
  .ax-icon-info-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-info-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #1cbac8 !important;
    color: #ffffff !important; }
.pulse-info-effect:hover .ax-icon-v1, .pulse-info-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
          box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-info-effect:hover .ax-icon-v2, .pulse-info-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
          box-shadow: 0 0 0 0 rgba(28, 186, 200, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-info-effect:hover .ax-icon-v2 .ax-icon, .pulse-info-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-warning .ax-icon-v1, .ax-icon-warning.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffdf40 !important;
  border: 1px solid #ffdf40; }
.ax-icon-warning .ax-icon-v2, .ax-icon-warning.ax-icon-v2 {
  border: 1px solid #ffdf40;
  background-color: transparent !important; }
  .ax-icon-warning .ax-icon-v2 .ax-icon-inner, .ax-icon-warning.ax-icon-v2 .ax-icon-inner {
    background-color: #ffdf40 !important;
    color: #5e6373 !important; }
.ax-icon-warning-h:hover .ax-icon-v1, .ax-icon-warning-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffdf40 !important;
  border: 1px solid #ffdf40; }
.ax-icon-warning-h:hover .ax-icon-v2, .ax-icon-warning-h:hover.ax-icon-v2 {
  border: 1px solid #ffdf40;
  background-color: transparent !important; }
  .ax-icon-warning-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-warning-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #ffdf40 !important;
    color: #5e6373 !important; }
.pulse-warning-effect:hover .ax-icon-v1, .pulse-warning-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-warning-effect:hover .ax-icon-v2, .pulse-warning-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 223, 64, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-warning-effect:hover .ax-icon-v2 .ax-icon, .pulse-warning-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-danger .ax-icon-v1, .ax-icon-danger.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #d62a3d !important;
  border: 1px solid #d62a3d; }
.ax-icon-danger .ax-icon-v2, .ax-icon-danger.ax-icon-v2 {
  border: 1px solid #d62a3d;
  background-color: transparent !important; }
  .ax-icon-danger .ax-icon-v2 .ax-icon-inner, .ax-icon-danger.ax-icon-v2 .ax-icon-inner {
    background-color: #d62a3d !important;
    color: #ffffff !important; }
.ax-icon-danger-h:hover .ax-icon-v1, .ax-icon-danger-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #d62a3d !important;
  border: 1px solid #d62a3d; }
.ax-icon-danger-h:hover .ax-icon-v2, .ax-icon-danger-h:hover.ax-icon-v2 {
  border: 1px solid #d62a3d;
  background-color: transparent !important; }
  .ax-icon-danger-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-danger-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #d62a3d !important;
    color: #ffffff !important; }
.pulse-danger-effect:hover .ax-icon-v1, .pulse-danger-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
          box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-danger-effect:hover .ax-icon-v2, .pulse-danger-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
          box-shadow: 0 0 0 0 rgba(214, 42, 61, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-danger-effect:hover .ax-icon-v2 .ax-icon, .pulse-danger-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-light .ax-icon-v1, .ax-icon-light.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #f9f9f9; }
.ax-icon-light .ax-icon-v2, .ax-icon-light.ax-icon-v2 {
  border: 1px solid #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-light .ax-icon-v2 .ax-icon-inner, .ax-icon-light.ax-icon-v2 .ax-icon-inner {
    background-color: #f9f9f9 !important;
    color: #5e6373 !important; }
.ax-icon-light-h:hover .ax-icon-v1, .ax-icon-light-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #f9f9f9; }
.ax-icon-light-h:hover .ax-icon-v2, .ax-icon-light-h:hover.ax-icon-v2 {
  border: 1px solid #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-light-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-light-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #f9f9f9 !important;
    color: #5e6373 !important; }
.pulse-light-effect:hover .ax-icon-v1, .pulse-light-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
          box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-light-effect:hover .ax-icon-v2, .pulse-light-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
          box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-light-effect:hover .ax-icon-v2 .ax-icon, .pulse-light-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-dark .ax-icon-v1, .ax-icon-dark.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #252a37 !important;
  border: 1px solid #252a37; }
.ax-icon-dark .ax-icon-v2, .ax-icon-dark.ax-icon-v2 {
  border: 1px solid #252a37;
  background-color: transparent !important; }
  .ax-icon-dark .ax-icon-v2 .ax-icon-inner, .ax-icon-dark.ax-icon-v2 .ax-icon-inner {
    background-color: #252a37 !important;
    color: #ffffff !important; }
.ax-icon-dark-h:hover .ax-icon-v1, .ax-icon-dark-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #252a37 !important;
  border: 1px solid #252a37; }
.ax-icon-dark-h:hover .ax-icon-v2, .ax-icon-dark-h:hover.ax-icon-v2 {
  border: 1px solid #252a37;
  background-color: transparent !important; }
  .ax-icon-dark-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-dark-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #252a37 !important;
    color: #ffffff !important; }
.pulse-dark-effect:hover .ax-icon-v1, .pulse-dark-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
          box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-dark-effect:hover .ax-icon-v2, .pulse-dark-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
          box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-dark-effect:hover .ax-icon-v2 .ax-icon, .pulse-dark-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-primary-lighten .ax-icon-v1, .ax-icon-primary-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9889c7 !important;
  border: 1px solid #9889c7; }
.ax-icon-primary-lighten .ax-icon-v2, .ax-icon-primary-lighten.ax-icon-v2 {
  border: 1px solid #9889c7;
  background-color: transparent !important; }
  .ax-icon-primary-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-primary-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #9889c7 !important;
    color: #ffffff !important; }
.ax-icon-primary-lighten-h:hover .ax-icon-v1, .ax-icon-primary-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9889c7 !important;
  border: 1px solid #9889c7; }
.ax-icon-primary-lighten-h:hover .ax-icon-v2, .ax-icon-primary-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #9889c7;
  background-color: transparent !important; }
  .ax-icon-primary-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-primary-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #9889c7 !important;
    color: #ffffff !important; }
.pulse-primary-lighten-effect:hover .ax-icon-v1, .pulse-primary-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
          box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-primary-lighten-effect:hover .ax-icon-v2, .pulse-primary-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
          box-shadow: 0 0 0 0 rgba(152, 137, 199, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-primary-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-primary-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-primary-darken .ax-icon-v1, .ax-icon-primary-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #5c4898 !important;
  border: 1px solid #5c4898; }
.ax-icon-primary-darken .ax-icon-v2, .ax-icon-primary-darken.ax-icon-v2 {
  border: 1px solid #5c4898;
  background-color: transparent !important; }
  .ax-icon-primary-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-primary-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #5c4898 !important;
    color: #ffffff !important; }
.ax-icon-primary-darken-h:hover .ax-icon-v1, .ax-icon-primary-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #5c4898 !important;
  border: 1px solid #5c4898; }
.ax-icon-primary-darken-h:hover .ax-icon-v2, .ax-icon-primary-darken-h:hover.ax-icon-v2 {
  border: 1px solid #5c4898;
  background-color: transparent !important; }
  .ax-icon-primary-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-primary-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #5c4898 !important;
    color: #ffffff !important; }
.pulse-primary-darken-effect:hover .ax-icon-v1, .pulse-primary-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
          box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-primary-darken-effect:hover .ax-icon-v2, .pulse-primary-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
          box-shadow: 0 0 0 0 rgba(92, 72, 152, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-primary-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-primary-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-success-lighten .ax-icon-v1, .ax-icon-success-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00f392 !important;
  border: 1px solid #00f392; }
.ax-icon-success-lighten .ax-icon-v2, .ax-icon-success-lighten.ax-icon-v2 {
  border: 1px solid #00f392;
  background-color: transparent !important; }
  .ax-icon-success-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-success-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #00f392 !important;
    color: #ffffff !important; }
.ax-icon-success-lighten-h:hover .ax-icon-v1, .ax-icon-success-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00f392 !important;
  border: 1px solid #00f392; }
.ax-icon-success-lighten-h:hover .ax-icon-v2, .ax-icon-success-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #00f392;
  background-color: transparent !important; }
  .ax-icon-success-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-success-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #00f392 !important;
    color: #ffffff !important; }
.pulse-success-lighten-effect:hover .ax-icon-v1, .pulse-success-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-success-lighten-effect:hover .ax-icon-v2, .pulse-success-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 243, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-success-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-success-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-success-darken .ax-icon-v1, .ax-icon-success-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00834e !important;
  border: 1px solid #00834e; }
.ax-icon-success-darken .ax-icon-v2, .ax-icon-success-darken.ax-icon-v2 {
  border: 1px solid #00834e;
  background-color: transparent !important; }
  .ax-icon-success-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-success-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #00834e !important;
    color: #ffffff !important; }
.ax-icon-success-darken-h:hover .ax-icon-v1, .ax-icon-success-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #00834e !important;
  border: 1px solid #00834e; }
.ax-icon-success-darken-h:hover .ax-icon-v2, .ax-icon-success-darken-h:hover.ax-icon-v2 {
  border: 1px solid #00834e;
  background-color: transparent !important; }
  .ax-icon-success-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-success-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #00834e !important;
    color: #ffffff !important; }
.pulse-success-darken-effect:hover .ax-icon-v1, .pulse-success-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-success-darken-effect:hover .ax-icon-v2, .pulse-success-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
          box-shadow: 0 0 0 0 rgba(0, 131, 78, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-success-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-success-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-info-lighten .ax-icon-v1, .ax-icon-info-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #34d4e3 !important;
  border: 1px solid #34d4e3; }
.ax-icon-info-lighten .ax-icon-v2, .ax-icon-info-lighten.ax-icon-v2 {
  border: 1px solid #34d4e3;
  background-color: transparent !important; }
  .ax-icon-info-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-info-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #34d4e3 !important;
    color: #ffffff !important; }
.ax-icon-info-lighten-h:hover .ax-icon-v1, .ax-icon-info-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #34d4e3 !important;
  border: 1px solid #34d4e3; }
.ax-icon-info-lighten-h:hover .ax-icon-v2, .ax-icon-info-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #34d4e3;
  background-color: transparent !important; }
  .ax-icon-info-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-info-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #34d4e3 !important;
    color: #ffffff !important; }
.pulse-info-lighten-effect:hover .ax-icon-v1, .pulse-info-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
          box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-info-lighten-effect:hover .ax-icon-v2, .pulse-info-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
          box-shadow: 0 0 0 0 rgba(52, 212, 227, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-info-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-info-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-info-darken .ax-icon-v1, .ax-icon-info-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #148892 !important;
  border: 1px solid #148892; }
.ax-icon-info-darken .ax-icon-v2, .ax-icon-info-darken.ax-icon-v2 {
  border: 1px solid #148892;
  background-color: transparent !important; }
  .ax-icon-info-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-info-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #148892 !important;
    color: #ffffff !important; }
.ax-icon-info-darken-h:hover .ax-icon-v1, .ax-icon-info-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #148892 !important;
  border: 1px solid #148892; }
.ax-icon-info-darken-h:hover .ax-icon-v2, .ax-icon-info-darken-h:hover.ax-icon-v2 {
  border: 1px solid #148892;
  background-color: transparent !important; }
  .ax-icon-info-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-info-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #148892 !important;
    color: #ffffff !important; }
.pulse-info-darken-effect:hover .ax-icon-v1, .pulse-info-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-info-darken-effect:hover .ax-icon-v2, .pulse-info-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
          box-shadow: 0 0 0 0 rgba(20, 136, 146, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-info-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-info-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-warning-lighten .ax-icon-v1, .ax-icon-warning-lighten.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffe873 !important;
  border: 1px solid #ffe873; }
.ax-icon-warning-lighten .ax-icon-v2, .ax-icon-warning-lighten.ax-icon-v2 {
  border: 1px solid #ffe873;
  background-color: transparent !important; }
  .ax-icon-warning-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-warning-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #ffe873 !important;
    color: #5e6373 !important; }
.ax-icon-warning-lighten-h:hover .ax-icon-v1, .ax-icon-warning-lighten-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffe873 !important;
  border: 1px solid #ffe873; }
.ax-icon-warning-lighten-h:hover .ax-icon-v2, .ax-icon-warning-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #ffe873;
  background-color: transparent !important; }
  .ax-icon-warning-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-warning-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #ffe873 !important;
    color: #5e6373 !important; }
.pulse-warning-lighten-effect:hover .ax-icon-v1, .pulse-warning-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-warning-lighten-effect:hover .ax-icon-v2, .pulse-warning-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 232, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-warning-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-warning-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-warning-darken .ax-icon-v1, .ax-icon-warning-darken.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffd503 !important;
  border: 1px solid #ffd503; }
.ax-icon-warning-darken .ax-icon-v2, .ax-icon-warning-darken.ax-icon-v2 {
  border: 1px solid #ffd503;
  background-color: transparent !important; }
  .ax-icon-warning-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-warning-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #ffd503 !important;
    color: #5e6373 !important; }
.ax-icon-warning-darken-h:hover .ax-icon-v1, .ax-icon-warning-darken-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #ffd503 !important;
  border: 1px solid #ffd503; }
.ax-icon-warning-darken-h:hover .ax-icon-v2, .ax-icon-warning-darken-h:hover.ax-icon-v2 {
  border: 1px solid #ffd503;
  background-color: transparent !important; }
  .ax-icon-warning-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-warning-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #ffd503 !important;
    color: #5e6373 !important; }
.pulse-warning-darken-effect:hover .ax-icon-v1, .pulse-warning-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-warning-darken-effect:hover .ax-icon-v2, .pulse-warning-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 213, 3, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-warning-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-warning-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-danger-lighten .ax-icon-v1, .ax-icon-danger-lighten.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #de5564 !important;
  border: 1px solid #de5564; }
.ax-icon-danger-lighten .ax-icon-v2, .ax-icon-danger-lighten.ax-icon-v2 {
  border: 1px solid #de5564;
  background-color: transparent !important; }
  .ax-icon-danger-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-danger-lighten.ax-icon-v2 .ax-icon-inner {
    background-color: #de5564 !important;
    color: #ffffff !important; }
.ax-icon-danger-lighten-h:hover .ax-icon-v1, .ax-icon-danger-lighten-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #de5564 !important;
  border: 1px solid #de5564; }
.ax-icon-danger-lighten-h:hover .ax-icon-v2, .ax-icon-danger-lighten-h:hover.ax-icon-v2 {
  border: 1px solid #de5564;
  background-color: transparent !important; }
  .ax-icon-danger-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-danger-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #de5564 !important;
    color: #ffffff !important; }
.pulse-danger-lighten-effect:hover .ax-icon-v1, .pulse-danger-lighten-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
          box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-danger-lighten-effect:hover .ax-icon-v2, .pulse-danger-lighten-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
          box-shadow: 0 0 0 0 rgba(222, 85, 100, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-danger-lighten-effect:hover .ax-icon-v2 .ax-icon, .pulse-danger-lighten-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-danger-darken .ax-icon-v1, .ax-icon-danger-darken.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #a31f2e !important;
  border: 1px solid #a31f2e; }
.ax-icon-danger-darken .ax-icon-v2, .ax-icon-danger-darken.ax-icon-v2 {
  border: 1px solid #a31f2e;
  background-color: transparent !important; }
  .ax-icon-danger-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-danger-darken.ax-icon-v2 .ax-icon-inner {
    background-color: #a31f2e !important;
    color: #ffffff !important; }
.ax-icon-danger-darken-h:hover .ax-icon-v1, .ax-icon-danger-darken-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #a31f2e !important;
  border: 1px solid #a31f2e; }
.ax-icon-danger-darken-h:hover .ax-icon-v2, .ax-icon-danger-darken-h:hover.ax-icon-v2 {
  border: 1px solid #a31f2e;
  background-color: transparent !important; }
  .ax-icon-danger-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-danger-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #a31f2e !important;
    color: #ffffff !important; }
.pulse-danger-darken-effect:hover .ax-icon-v1, .pulse-danger-darken-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
          box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-danger-darken-effect:hover .ax-icon-v2, .pulse-danger-darken-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
          box-shadow: 0 0 0 0 rgba(163, 31, 46, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-danger-darken-effect:hover .ax-icon-v2 .ax-icon, .pulse-danger-darken-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-lighten-4 .ax-icon-v1, .ax-icon-gray-lighten-4.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #f9f9f9; }
.ax-icon-gray-lighten-4 .ax-icon-v2, .ax-icon-gray-lighten-4.ax-icon-v2 {
  border: 1px solid #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-4.ax-icon-v2 .ax-icon-inner {
    background-color: #f9f9f9 !important;
    color: #5e6373 !important; }
.ax-icon-gray-lighten-4-h:hover .ax-icon-v1, .ax-icon-gray-lighten-4-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #f9f9f9; }
.ax-icon-gray-lighten-4-h:hover .ax-icon-v2, .ax-icon-gray-lighten-4-h:hover.ax-icon-v2 {
  border: 1px solid #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-4-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #f9f9f9 !important;
    color: #5e6373 !important; }
.pulse-gray-lighten-4-effect:hover .ax-icon-v1, .pulse-gray-lighten-4-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
          box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-lighten-4-effect:hover .ax-icon-v2, .pulse-gray-lighten-4-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
          box-shadow: 0 0 0 0 rgba(249, 249, 249, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-lighten-4-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-lighten-4-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-lighten-3 .ax-icon-v1, .ax-icon-gray-lighten-3.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #f2f3f4 !important;
  border: 1px solid #f2f3f4; }
.ax-icon-gray-lighten-3 .ax-icon-v2, .ax-icon-gray-lighten-3.ax-icon-v2 {
  border: 1px solid #f2f3f4;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-3.ax-icon-v2 .ax-icon-inner {
    background-color: #f2f3f4 !important;
    color: #5e6373 !important; }
.ax-icon-gray-lighten-3-h:hover .ax-icon-v1, .ax-icon-gray-lighten-3-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #f2f3f4 !important;
  border: 1px solid #f2f3f4; }
.ax-icon-gray-lighten-3-h:hover .ax-icon-v2, .ax-icon-gray-lighten-3-h:hover.ax-icon-v2 {
  border: 1px solid #f2f3f4;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-3-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #f2f3f4 !important;
    color: #5e6373 !important; }
.pulse-gray-lighten-3-effect:hover .ax-icon-v1, .pulse-gray-lighten-3-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(242, 243, 244, 0.7);
          box-shadow: 0 0 0 0 rgba(242, 243, 244, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-lighten-3-effect:hover .ax-icon-v2, .pulse-gray-lighten-3-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(242, 243, 244, 0.7);
          box-shadow: 0 0 0 0 rgba(242, 243, 244, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-lighten-3-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-lighten-3-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-lighten-2 .ax-icon-v1, .ax-icon-gray-lighten-2.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #e9eaeb !important;
  border: 1px solid #e9eaeb; }
.ax-icon-gray-lighten-2 .ax-icon-v2, .ax-icon-gray-lighten-2.ax-icon-v2 {
  border: 1px solid #e9eaeb;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-2.ax-icon-v2 .ax-icon-inner {
    background-color: #e9eaeb !important;
    color: #5e6373 !important; }
.ax-icon-gray-lighten-2-h:hover .ax-icon-v1, .ax-icon-gray-lighten-2-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #e9eaeb !important;
  border: 1px solid #e9eaeb; }
.ax-icon-gray-lighten-2-h:hover .ax-icon-v2, .ax-icon-gray-lighten-2-h:hover.ax-icon-v2 {
  border: 1px solid #e9eaeb;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-2-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #e9eaeb !important;
    color: #5e6373 !important; }
.pulse-gray-lighten-2-effect:hover .ax-icon-v1, .pulse-gray-lighten-2-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(233, 234, 235, 0.7);
          box-shadow: 0 0 0 0 rgba(233, 234, 235, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-lighten-2-effect:hover .ax-icon-v2, .pulse-gray-lighten-2-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(233, 234, 235, 0.7);
          box-shadow: 0 0 0 0 rgba(233, 234, 235, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-lighten-2-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-lighten-2-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-lighten-1 .ax-icon-v1, .ax-icon-gray-lighten-1.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #dadbdc !important;
  border: 1px solid #dadbdc; }
.ax-icon-gray-lighten-1 .ax-icon-v2, .ax-icon-gray-lighten-1.ax-icon-v2 {
  border: 1px solid #dadbdc;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-1.ax-icon-v2 .ax-icon-inner {
    background-color: #dadbdc !important;
    color: #5e6373 !important; }
.ax-icon-gray-lighten-1-h:hover .ax-icon-v1, .ax-icon-gray-lighten-1-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #dadbdc !important;
  border: 1px solid #dadbdc; }
.ax-icon-gray-lighten-1-h:hover .ax-icon-v2, .ax-icon-gray-lighten-1-h:hover.ax-icon-v2 {
  border: 1px solid #dadbdc;
  background-color: transparent !important; }
  .ax-icon-gray-lighten-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-lighten-1-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #dadbdc !important;
    color: #5e6373 !important; }
.pulse-gray-lighten-1-effect:hover .ax-icon-v1, .pulse-gray-lighten-1-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(218, 219, 220, 0.7);
          box-shadow: 0 0 0 0 rgba(218, 219, 220, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-lighten-1-effect:hover .ax-icon-v2, .pulse-gray-lighten-1-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(218, 219, 220, 0.7);
          box-shadow: 0 0 0 0 rgba(218, 219, 220, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-lighten-1-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-lighten-1-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray .ax-icon-v1, .ax-icon-gray.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #afafaf !important;
  border: 1px solid #afafaf; }
.ax-icon-gray .ax-icon-v2, .ax-icon-gray.ax-icon-v2 {
  border: 1px solid #afafaf;
  background-color: transparent !important; }
  .ax-icon-gray .ax-icon-v2 .ax-icon-inner, .ax-icon-gray.ax-icon-v2 .ax-icon-inner {
    background-color: #afafaf !important;
    color: #ffffff !important; }
.ax-icon-gray-h:hover .ax-icon-v1, .ax-icon-gray-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #afafaf !important;
  border: 1px solid #afafaf; }
.ax-icon-gray-h:hover .ax-icon-v2, .ax-icon-gray-h:hover.ax-icon-v2 {
  border: 1px solid #afafaf;
  background-color: transparent !important; }
  .ax-icon-gray-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #afafaf !important;
    color: #ffffff !important; }
.pulse-gray-effect:hover .ax-icon-v1, .pulse-gray-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(175, 175, 175, 0.7);
          box-shadow: 0 0 0 0 rgba(175, 175, 175, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-effect:hover .ax-icon-v2, .pulse-gray-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(175, 175, 175, 0.7);
          box-shadow: 0 0 0 0 rgba(175, 175, 175, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-darken-1 .ax-icon-v1, .ax-icon-gray-darken-1.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border: 1px solid #9b9b9b; }
.ax-icon-gray-darken-1 .ax-icon-v2, .ax-icon-gray-darken-1.ax-icon-v2 {
  border: 1px solid #9b9b9b;
  background-color: transparent !important; }
  .ax-icon-gray-darken-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-1.ax-icon-v2 .ax-icon-inner {
    background-color: #9b9b9b !important;
    color: #ffffff !important; }
.ax-icon-gray-darken-1-h:hover .ax-icon-v1, .ax-icon-gray-darken-1-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border: 1px solid #9b9b9b; }
.ax-icon-gray-darken-1-h:hover .ax-icon-v2, .ax-icon-gray-darken-1-h:hover.ax-icon-v2 {
  border: 1px solid #9b9b9b;
  background-color: transparent !important; }
  .ax-icon-gray-darken-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-1-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #9b9b9b !important;
    color: #ffffff !important; }
.pulse-gray-darken-1-effect:hover .ax-icon-v1, .pulse-gray-darken-1-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(155, 155, 155, 0.7);
          box-shadow: 0 0 0 0 rgba(155, 155, 155, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-darken-1-effect:hover .ax-icon-v2, .pulse-gray-darken-1-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(155, 155, 155, 0.7);
          box-shadow: 0 0 0 0 rgba(155, 155, 155, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-darken-1-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-darken-1-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-darken-2 .ax-icon-v1, .ax-icon-gray-darken-2.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #828282 !important;
  border: 1px solid #828282; }
.ax-icon-gray-darken-2 .ax-icon-v2, .ax-icon-gray-darken-2.ax-icon-v2 {
  border: 1px solid #828282;
  background-color: transparent !important; }
  .ax-icon-gray-darken-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-2.ax-icon-v2 .ax-icon-inner {
    background-color: #828282 !important;
    color: #ffffff !important; }
.ax-icon-gray-darken-2-h:hover .ax-icon-v1, .ax-icon-gray-darken-2-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #828282 !important;
  border: 1px solid #828282; }
.ax-icon-gray-darken-2-h:hover .ax-icon-v2, .ax-icon-gray-darken-2-h:hover.ax-icon-v2 {
  border: 1px solid #828282;
  background-color: transparent !important; }
  .ax-icon-gray-darken-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-2-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #828282 !important;
    color: #ffffff !important; }
.pulse-gray-darken-2-effect:hover .ax-icon-v1, .pulse-gray-darken-2-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.7);
          box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-darken-2-effect:hover .ax-icon-v2, .pulse-gray-darken-2-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.7);
          box-shadow: 0 0 0 0 rgba(130, 130, 130, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-darken-2-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-darken-2-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-darken-3 .ax-icon-v1, .ax-icon-gray-darken-3.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #696969 !important;
  border: 1px solid #696969; }
.ax-icon-gray-darken-3 .ax-icon-v2, .ax-icon-gray-darken-3.ax-icon-v2 {
  border: 1px solid #696969;
  background-color: transparent !important; }
  .ax-icon-gray-darken-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-3.ax-icon-v2 .ax-icon-inner {
    background-color: #696969 !important;
    color: #ffffff !important; }
.ax-icon-gray-darken-3-h:hover .ax-icon-v1, .ax-icon-gray-darken-3-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #696969 !important;
  border: 1px solid #696969; }
.ax-icon-gray-darken-3-h:hover .ax-icon-v2, .ax-icon-gray-darken-3-h:hover.ax-icon-v2 {
  border: 1px solid #696969;
  background-color: transparent !important; }
  .ax-icon-gray-darken-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-3-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #696969 !important;
    color: #ffffff !important; }
.pulse-gray-darken-3-effect:hover .ax-icon-v1, .pulse-gray-darken-3-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.7);
          box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-darken-3-effect:hover .ax-icon-v2, .pulse-gray-darken-3-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.7);
          box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-darken-3-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-darken-3-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-gray-darken-4 .ax-icon-v1, .ax-icon-gray-darken-4.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #505050 !important;
  border: 1px solid #505050; }
.ax-icon-gray-darken-4 .ax-icon-v2, .ax-icon-gray-darken-4.ax-icon-v2 {
  border: 1px solid #505050;
  background-color: transparent !important; }
  .ax-icon-gray-darken-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-4.ax-icon-v2 .ax-icon-inner {
    background-color: #505050 !important;
    color: #ffffff !important; }
.ax-icon-gray-darken-4-h:hover .ax-icon-v1, .ax-icon-gray-darken-4-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #505050 !important;
  border: 1px solid #505050; }
.ax-icon-gray-darken-4-h:hover .ax-icon-v2, .ax-icon-gray-darken-4-h:hover.ax-icon-v2 {
  border: 1px solid #505050;
  background-color: transparent !important; }
  .ax-icon-gray-darken-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-gray-darken-4-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #505050 !important;
    color: #ffffff !important; }
.pulse-gray-darken-4-effect:hover .ax-icon-v1, .pulse-gray-darken-4-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.7);
          box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-gray-darken-4-effect:hover .ax-icon-v2, .pulse-gray-darken-4-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.7);
          box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-gray-darken-4-effect:hover .ax-icon-v2 .ax-icon, .pulse-gray-darken-4-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-lighten-4 .ax-icon-v1, .ax-icon-bluegray-lighten-4.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #cdd5e7 !important;
  border: 1px solid #cdd5e7; }
.ax-icon-bluegray-lighten-4 .ax-icon-v2, .ax-icon-bluegray-lighten-4.ax-icon-v2 {
  border: 1px solid #cdd5e7;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-4.ax-icon-v2 .ax-icon-inner {
    background-color: #cdd5e7 !important;
    color: #5e6373 !important; }
.ax-icon-bluegray-lighten-4-h:hover .ax-icon-v1, .ax-icon-bluegray-lighten-4-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: #cdd5e7 !important;
  border: 1px solid #cdd5e7; }
.ax-icon-bluegray-lighten-4-h:hover .ax-icon-v2, .ax-icon-bluegray-lighten-4-h:hover.ax-icon-v2 {
  border: 1px solid #cdd5e7;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-4-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #cdd5e7 !important;
    color: #5e6373 !important; }
.pulse-bluegray-lighten-4-effect:hover .ax-icon-v1, .pulse-bluegray-lighten-4-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(205, 213, 231, 0.7);
          box-shadow: 0 0 0 0 rgba(205, 213, 231, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-lighten-4-effect:hover .ax-icon-v2, .pulse-bluegray-lighten-4-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(205, 213, 231, 0.7);
          box-shadow: 0 0 0 0 rgba(205, 213, 231, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-lighten-4-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-lighten-4-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-lighten-3 .ax-icon-v1, .ax-icon-bluegray-lighten-3.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #bdc5d7 !important;
  border: 1px solid #bdc5d7; }
.ax-icon-bluegray-lighten-3 .ax-icon-v2, .ax-icon-bluegray-lighten-3.ax-icon-v2 {
  border: 1px solid #bdc5d7;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-3.ax-icon-v2 .ax-icon-inner {
    background-color: #bdc5d7 !important;
    color: #ffffff !important; }
.ax-icon-bluegray-lighten-3-h:hover .ax-icon-v1, .ax-icon-bluegray-lighten-3-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #bdc5d7 !important;
  border: 1px solid #bdc5d7; }
.ax-icon-bluegray-lighten-3-h:hover .ax-icon-v2, .ax-icon-bluegray-lighten-3-h:hover.ax-icon-v2 {
  border: 1px solid #bdc5d7;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-3-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #bdc5d7 !important;
    color: #ffffff !important; }
.pulse-bluegray-lighten-3-effect:hover .ax-icon-v1, .pulse-bluegray-lighten-3-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(189, 197, 215, 0.7);
          box-shadow: 0 0 0 0 rgba(189, 197, 215, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-lighten-3-effect:hover .ax-icon-v2, .pulse-bluegray-lighten-3-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(189, 197, 215, 0.7);
          box-shadow: 0 0 0 0 rgba(189, 197, 215, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-lighten-3-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-lighten-3-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-lighten-2 .ax-icon-v1, .ax-icon-bluegray-lighten-2.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #a5acbe !important;
  border: 1px solid #a5acbe; }
.ax-icon-bluegray-lighten-2 .ax-icon-v2, .ax-icon-bluegray-lighten-2.ax-icon-v2 {
  border: 1px solid #a5acbe;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-2.ax-icon-v2 .ax-icon-inner {
    background-color: #a5acbe !important;
    color: #ffffff !important; }
.ax-icon-bluegray-lighten-2-h:hover .ax-icon-v1, .ax-icon-bluegray-lighten-2-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #a5acbe !important;
  border: 1px solid #a5acbe; }
.ax-icon-bluegray-lighten-2-h:hover .ax-icon-v2, .ax-icon-bluegray-lighten-2-h:hover.ax-icon-v2 {
  border: 1px solid #a5acbe;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-2-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #a5acbe !important;
    color: #ffffff !important; }
.pulse-bluegray-lighten-2-effect:hover .ax-icon-v1, .pulse-bluegray-lighten-2-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(165, 172, 190, 0.7);
          box-shadow: 0 0 0 0 rgba(165, 172, 190, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-lighten-2-effect:hover .ax-icon-v2, .pulse-bluegray-lighten-2-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(165, 172, 190, 0.7);
          box-shadow: 0 0 0 0 rgba(165, 172, 190, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-lighten-2-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-lighten-2-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-lighten-1 .ax-icon-v1, .ax-icon-bluegray-lighten-1.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #8c93a5 !important;
  border: 1px solid #8c93a5; }
.ax-icon-bluegray-lighten-1 .ax-icon-v2, .ax-icon-bluegray-lighten-1.ax-icon-v2 {
  border: 1px solid #8c93a5;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-1.ax-icon-v2 .ax-icon-inner {
    background-color: #8c93a5 !important;
    color: #ffffff !important; }
.ax-icon-bluegray-lighten-1-h:hover .ax-icon-v1, .ax-icon-bluegray-lighten-1-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #8c93a5 !important;
  border: 1px solid #8c93a5; }
.ax-icon-bluegray-lighten-1-h:hover .ax-icon-v2, .ax-icon-bluegray-lighten-1-h:hover.ax-icon-v2 {
  border: 1px solid #8c93a5;
  background-color: transparent !important; }
  .ax-icon-bluegray-lighten-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-lighten-1-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #8c93a5 !important;
    color: #ffffff !important; }
.pulse-bluegray-lighten-1-effect:hover .ax-icon-v1, .pulse-bluegray-lighten-1-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(140, 147, 165, 0.7);
          box-shadow: 0 0 0 0 rgba(140, 147, 165, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-lighten-1-effect:hover .ax-icon-v2, .pulse-bluegray-lighten-1-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(140, 147, 165, 0.7);
          box-shadow: 0 0 0 0 rgba(140, 147, 165, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-lighten-1-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-lighten-1-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray .ax-icon-v1, .ax-icon-bluegray.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #747b8c !important;
  border: 1px solid #747b8c; }
.ax-icon-bluegray .ax-icon-v2, .ax-icon-bluegray.ax-icon-v2 {
  border: 1px solid #747b8c;
  background-color: transparent !important; }
  .ax-icon-bluegray .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray.ax-icon-v2 .ax-icon-inner {
    background-color: #747b8c !important;
    color: #ffffff !important; }
.ax-icon-bluegray-h:hover .ax-icon-v1, .ax-icon-bluegray-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #747b8c !important;
  border: 1px solid #747b8c; }
.ax-icon-bluegray-h:hover .ax-icon-v2, .ax-icon-bluegray-h:hover.ax-icon-v2 {
  border: 1px solid #747b8c;
  background-color: transparent !important; }
  .ax-icon-bluegray-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #747b8c !important;
    color: #ffffff !important; }
.pulse-bluegray-effect:hover .ax-icon-v1, .pulse-bluegray-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(116, 123, 140, 0.7);
          box-shadow: 0 0 0 0 rgba(116, 123, 140, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-effect:hover .ax-icon-v2, .pulse-bluegray-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(116, 123, 140, 0.7);
          box-shadow: 0 0 0 0 rgba(116, 123, 140, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-darken-1 .ax-icon-v1, .ax-icon-bluegray-darken-1.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #5e6373 !important;
  border: 1px solid #5e6373; }
.ax-icon-bluegray-darken-1 .ax-icon-v2, .ax-icon-bluegray-darken-1.ax-icon-v2 {
  border: 1px solid #5e6373;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-1.ax-icon-v2 .ax-icon-inner {
    background-color: #5e6373 !important;
    color: #ffffff !important; }
.ax-icon-bluegray-darken-1-h:hover .ax-icon-v1, .ax-icon-bluegray-darken-1-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #5e6373 !important;
  border: 1px solid #5e6373; }
.ax-icon-bluegray-darken-1-h:hover .ax-icon-v2, .ax-icon-bluegray-darken-1-h:hover.ax-icon-v2 {
  border: 1px solid #5e6373;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-1-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #5e6373 !important;
    color: #ffffff !important; }
.pulse-bluegray-darken-1-effect:hover .ax-icon-v1, .pulse-bluegray-darken-1-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(94, 99, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(94, 99, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-darken-1-effect:hover .ax-icon-v2, .pulse-bluegray-darken-1-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(94, 99, 115, 0.7);
          box-shadow: 0 0 0 0 rgba(94, 99, 115, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-darken-1-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-darken-1-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-darken-2 .ax-icon-v1, .ax-icon-bluegray-darken-2.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #464b5a !important;
  border: 1px solid #464b5a; }
.ax-icon-bluegray-darken-2 .ax-icon-v2, .ax-icon-bluegray-darken-2.ax-icon-v2 {
  border: 1px solid #464b5a;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-2.ax-icon-v2 .ax-icon-inner {
    background-color: #464b5a !important;
    color: #ffffff !important; }
.ax-icon-bluegray-darken-2-h:hover .ax-icon-v1, .ax-icon-bluegray-darken-2-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #464b5a !important;
  border: 1px solid #464b5a; }
.ax-icon-bluegray-darken-2-h:hover .ax-icon-v2, .ax-icon-bluegray-darken-2-h:hover.ax-icon-v2 {
  border: 1px solid #464b5a;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-2-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #464b5a !important;
    color: #ffffff !important; }
.pulse-bluegray-darken-2-effect:hover .ax-icon-v1, .pulse-bluegray-darken-2-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(70, 75, 90, 0.7);
          box-shadow: 0 0 0 0 rgba(70, 75, 90, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-darken-2-effect:hover .ax-icon-v2, .pulse-bluegray-darken-2-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(70, 75, 90, 0.7);
          box-shadow: 0 0 0 0 rgba(70, 75, 90, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-darken-2-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-darken-2-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-darken-3 .ax-icon-v1, .ax-icon-bluegray-darken-3.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #2e3341 !important;
  border: 1px solid #2e3341; }
.ax-icon-bluegray-darken-3 .ax-icon-v2, .ax-icon-bluegray-darken-3.ax-icon-v2 {
  border: 1px solid #2e3341;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-3.ax-icon-v2 .ax-icon-inner {
    background-color: #2e3341 !important;
    color: #ffffff !important; }
.ax-icon-bluegray-darken-3-h:hover .ax-icon-v1, .ax-icon-bluegray-darken-3-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #2e3341 !important;
  border: 1px solid #2e3341; }
.ax-icon-bluegray-darken-3-h:hover .ax-icon-v2, .ax-icon-bluegray-darken-3-h:hover.ax-icon-v2 {
  border: 1px solid #2e3341;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-3-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #2e3341 !important;
    color: #ffffff !important; }
.pulse-bluegray-darken-3-effect:hover .ax-icon-v1, .pulse-bluegray-darken-3-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(46, 51, 65, 0.7);
          box-shadow: 0 0 0 0 rgba(46, 51, 65, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-darken-3-effect:hover .ax-icon-v2, .pulse-bluegray-darken-3-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(46, 51, 65, 0.7);
          box-shadow: 0 0 0 0 rgba(46, 51, 65, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-darken-3-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-darken-3-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
.ax-icon-bluegray-darken-4 .ax-icon-v1, .ax-icon-bluegray-darken-4.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #252a37 !important;
  border: 1px solid #252a37; }
.ax-icon-bluegray-darken-4 .ax-icon-v2, .ax-icon-bluegray-darken-4.ax-icon-v2 {
  border: 1px solid #252a37;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-4.ax-icon-v2 .ax-icon-inner {
    background-color: #252a37 !important;
    color: #ffffff !important; }
.ax-icon-bluegray-darken-4-h:hover .ax-icon-v1, .ax-icon-bluegray-darken-4-h:hover.ax-icon-v1 {
  color: #ffffff !important;
  background-color: #252a37 !important;
  border: 1px solid #252a37; }
.ax-icon-bluegray-darken-4-h:hover .ax-icon-v2, .ax-icon-bluegray-darken-4-h:hover.ax-icon-v2 {
  border: 1px solid #252a37;
  background-color: transparent !important; }
  .ax-icon-bluegray-darken-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-bluegray-darken-4-h:hover.ax-icon-v2 .ax-icon-inner {
    background-color: #252a37 !important;
    color: #ffffff !important; }
.pulse-bluegray-darken-4-effect:hover .ax-icon-v1, .pulse-bluegray-darken-4-effect:hover.ax-icon-v1 {
  -webkit-box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
          box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
.pulse-bluegray-darken-4-effect:hover .ax-icon-v2, .pulse-bluegray-darken-4-effect:hover.ax-icon-v2 {
  -webkit-box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
          box-shadow: 0 0 0 0 rgba(37, 42, 55, 0.7);
  -webkit-animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 0.8s cubic-bezier(0.3, 0, 0, 1); }
  .pulse-bluegray-darken-4-effect:hover .ax-icon-v2 .ax-icon, .pulse-bluegray-darken-4-effect:hover.ax-icon-v2 .ax-icon {
    -webkit-box-shadow: none;
            box-shadow: none; }
/*
    Outline Colors
    -------------------------------------------------------------------------------------------------
*/
.ax-icon-outline-blue-lighten .ax-icon-v1, .ax-icon-outline-blue-lighten.ax-icon-v1 {
  color: #40aaf9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #40aaf9; }
.ax-icon-outline-blue-lighten .ax-icon-v2, .ax-icon-outline-blue-lighten.ax-icon-v2 {
  border-color: #40aaf9;
  background-color: transparent !important; }
  .ax-icon-outline-blue-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-blue-lighten.ax-icon-v2 .ax-icon-inner {
    color: #40aaf9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #40aaf9; }
.ax-icon-outline-blue-lighten-h:hover .ax-icon-v1, .ax-icon-outline-blue-lighten-h:hover.ax-icon-v1 {
  color: #40aaf9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #40aaf9; }
.ax-icon-outline-blue-lighten-h:hover .ax-icon-v2, .ax-icon-outline-blue-lighten-h:hover.ax-icon-v2 {
  border-color: #40aaf9;
  background-color: transparent !important; }
  .ax-icon-outline-blue-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-blue-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #40aaf9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #40aaf9; }
.ax-icon-outline-blue-darken .ax-icon-v1, .ax-icon-outline-blue-darken.ax-icon-v1 {
  color: #0672c3 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0672c3; }
.ax-icon-outline-blue-darken .ax-icon-v2, .ax-icon-outline-blue-darken.ax-icon-v2 {
  border-color: #0672c3;
  background-color: transparent !important; }
  .ax-icon-outline-blue-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-blue-darken.ax-icon-v2 .ax-icon-inner {
    color: #0672c3 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #0672c3; }
.ax-icon-outline-blue-darken-h:hover .ax-icon-v1, .ax-icon-outline-blue-darken-h:hover.ax-icon-v1 {
  color: #0672c3 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0672c3; }
.ax-icon-outline-blue-darken-h:hover .ax-icon-v2, .ax-icon-outline-blue-darken-h:hover.ax-icon-v2 {
  border-color: #0672c3;
  background-color: transparent !important; }
  .ax-icon-outline-blue-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-blue-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #0672c3 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #0672c3; }
.ax-icon-outline-blue .ax-icon-v1, .ax-icon-outline-blue.ax-icon-v1 {
  color: #0e94f8 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0e94f8; }
.ax-icon-outline-blue .ax-icon-v2, .ax-icon-outline-blue.ax-icon-v2 {
  border-color: #0e94f8;
  background-color: transparent !important; }
  .ax-icon-outline-blue .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-blue.ax-icon-v2 .ax-icon-inner {
    color: #0e94f8 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #0e94f8; }
.ax-icon-outline-blue-h:hover .ax-icon-v1, .ax-icon-outline-blue-h:hover.ax-icon-v1 {
  color: #0e94f8 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0e94f8; }
.ax-icon-outline-blue-h:hover .ax-icon-v2, .ax-icon-outline-blue-h:hover.ax-icon-v2 {
  border-color: #0e94f8;
  background-color: transparent !important; }
  .ax-icon-outline-blue-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-blue-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #0e94f8 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #0e94f8; }
.ax-icon-outline-purple-lighten .ax-icon-v1, .ax-icon-outline-purple-lighten.ax-icon-v1 {
  color: #9889c7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9889c7; }
.ax-icon-outline-purple-lighten .ax-icon-v2, .ax-icon-outline-purple-lighten.ax-icon-v2 {
  border-color: #9889c7;
  background-color: transparent !important; }
  .ax-icon-outline-purple-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-purple-lighten.ax-icon-v2 .ax-icon-inner {
    color: #9889c7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9889c7; }
.ax-icon-outline-purple-lighten-h:hover .ax-icon-v1, .ax-icon-outline-purple-lighten-h:hover.ax-icon-v1 {
  color: #9889c7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9889c7; }
.ax-icon-outline-purple-lighten-h:hover .ax-icon-v2, .ax-icon-outline-purple-lighten-h:hover.ax-icon-v2 {
  border-color: #9889c7;
  background-color: transparent !important; }
  .ax-icon-outline-purple-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-purple-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #9889c7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9889c7; }
.ax-icon-outline-purple-darken .ax-icon-v1, .ax-icon-outline-purple-darken.ax-icon-v1 {
  color: #5c4898 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5c4898; }
.ax-icon-outline-purple-darken .ax-icon-v2, .ax-icon-outline-purple-darken.ax-icon-v2 {
  border-color: #5c4898;
  background-color: transparent !important; }
  .ax-icon-outline-purple-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-purple-darken.ax-icon-v2 .ax-icon-inner {
    color: #5c4898 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #5c4898; }
.ax-icon-outline-purple-darken-h:hover .ax-icon-v1, .ax-icon-outline-purple-darken-h:hover.ax-icon-v1 {
  color: #5c4898 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5c4898; }
.ax-icon-outline-purple-darken-h:hover .ax-icon-v2, .ax-icon-outline-purple-darken-h:hover.ax-icon-v2 {
  border-color: #5c4898;
  background-color: transparent !important; }
  .ax-icon-outline-purple-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-purple-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #5c4898 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #5c4898; }
.ax-icon-outline-purple .ax-icon-v1, .ax-icon-outline-purple.ax-icon-v1 {
  color: #7a66b7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #7a66b7; }
.ax-icon-outline-purple .ax-icon-v2, .ax-icon-outline-purple.ax-icon-v2 {
  border-color: #7a66b7;
  background-color: transparent !important; }
  .ax-icon-outline-purple .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-purple.ax-icon-v2 .ax-icon-inner {
    color: #7a66b7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #7a66b7; }
.ax-icon-outline-purple-h:hover .ax-icon-v1, .ax-icon-outline-purple-h:hover.ax-icon-v1 {
  color: #7a66b7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #7a66b7; }
.ax-icon-outline-purple-h:hover .ax-icon-v2, .ax-icon-outline-purple-h:hover.ax-icon-v2 {
  border-color: #7a66b7;
  background-color: transparent !important; }
  .ax-icon-outline-purple-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-purple-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #7a66b7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #7a66b7; }
.ax-icon-outline-red-lighten .ax-icon-v1, .ax-icon-outline-red-lighten.ax-icon-v1 {
  color: #de5564 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #de5564; }
.ax-icon-outline-red-lighten .ax-icon-v2, .ax-icon-outline-red-lighten.ax-icon-v2 {
  border-color: #de5564;
  background-color: transparent !important; }
  .ax-icon-outline-red-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-red-lighten.ax-icon-v2 .ax-icon-inner {
    color: #de5564 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #de5564; }
.ax-icon-outline-red-lighten-h:hover .ax-icon-v1, .ax-icon-outline-red-lighten-h:hover.ax-icon-v1 {
  color: #de5564 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #de5564; }
.ax-icon-outline-red-lighten-h:hover .ax-icon-v2, .ax-icon-outline-red-lighten-h:hover.ax-icon-v2 {
  border-color: #de5564;
  background-color: transparent !important; }
  .ax-icon-outline-red-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-red-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #de5564 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #de5564; }
.ax-icon-outline-red-darken .ax-icon-v1, .ax-icon-outline-red-darken.ax-icon-v1 {
  color: #a31f2e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #a31f2e; }
.ax-icon-outline-red-darken .ax-icon-v2, .ax-icon-outline-red-darken.ax-icon-v2 {
  border-color: #a31f2e;
  background-color: transparent !important; }
  .ax-icon-outline-red-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-red-darken.ax-icon-v2 .ax-icon-inner {
    color: #a31f2e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #a31f2e; }
.ax-icon-outline-red-darken-h:hover .ax-icon-v1, .ax-icon-outline-red-darken-h:hover.ax-icon-v1 {
  color: #a31f2e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #a31f2e; }
.ax-icon-outline-red-darken-h:hover .ax-icon-v2, .ax-icon-outline-red-darken-h:hover.ax-icon-v2 {
  border-color: #a31f2e;
  background-color: transparent !important; }
  .ax-icon-outline-red-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-red-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #a31f2e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #a31f2e; }
.ax-icon-outline-red .ax-icon-v1, .ax-icon-outline-red.ax-icon-v1 {
  color: #d62a3d !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d62a3d; }
.ax-icon-outline-red .ax-icon-v2, .ax-icon-outline-red.ax-icon-v2 {
  border-color: #d62a3d;
  background-color: transparent !important; }
  .ax-icon-outline-red .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-red.ax-icon-v2 .ax-icon-inner {
    color: #d62a3d !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #d62a3d; }
.ax-icon-outline-red-h:hover .ax-icon-v1, .ax-icon-outline-red-h:hover.ax-icon-v1 {
  color: #d62a3d !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d62a3d; }
.ax-icon-outline-red-h:hover .ax-icon-v2, .ax-icon-outline-red-h:hover.ax-icon-v2 {
  border-color: #d62a3d;
  background-color: transparent !important; }
  .ax-icon-outline-red-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-red-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #d62a3d !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #d62a3d; }
.ax-icon-outline-orange-lighten .ax-icon-v1, .ax-icon-outline-orange-lighten.ax-icon-v1 {
  color: #ffad33 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffad33; }
.ax-icon-outline-orange-lighten .ax-icon-v2, .ax-icon-outline-orange-lighten.ax-icon-v2 {
  border-color: #ffad33;
  background-color: transparent !important; }
  .ax-icon-outline-orange-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-orange-lighten.ax-icon-v2 .ax-icon-inner {
    color: #ffad33 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffad33; }
.ax-icon-outline-orange-lighten-h:hover .ax-icon-v1, .ax-icon-outline-orange-lighten-h:hover.ax-icon-v1 {
  color: #ffad33 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffad33; }
.ax-icon-outline-orange-lighten-h:hover .ax-icon-v2, .ax-icon-outline-orange-lighten-h:hover.ax-icon-v2 {
  border-color: #ffad33;
  background-color: transparent !important; }
  .ax-icon-outline-orange-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-orange-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #ffad33 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffad33; }
.ax-icon-outline-orange-darken .ax-icon-v1, .ax-icon-outline-orange-darken.ax-icon-v1 {
  color: #c27400 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c27400; }
.ax-icon-outline-orange-darken .ax-icon-v2, .ax-icon-outline-orange-darken.ax-icon-v2 {
  border-color: #c27400;
  background-color: transparent !important; }
  .ax-icon-outline-orange-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-orange-darken.ax-icon-v2 .ax-icon-inner {
    color: #c27400 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #c27400; }
.ax-icon-outline-orange-darken-h:hover .ax-icon-v1, .ax-icon-outline-orange-darken-h:hover.ax-icon-v1 {
  color: #c27400 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c27400; }
.ax-icon-outline-orange-darken-h:hover .ax-icon-v2, .ax-icon-outline-orange-darken-h:hover.ax-icon-v2 {
  border-color: #c27400;
  background-color: transparent !important; }
  .ax-icon-outline-orange-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-orange-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #c27400 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #c27400; }
.ax-icon-outline-orange .ax-icon-v1, .ax-icon-outline-orange.ax-icon-v1 {
  color: #FF9800 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #FF9800; }
.ax-icon-outline-orange .ax-icon-v2, .ax-icon-outline-orange.ax-icon-v2 {
  border-color: #FF9800;
  background-color: transparent !important; }
  .ax-icon-outline-orange .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-orange.ax-icon-v2 .ax-icon-inner {
    color: #FF9800 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #FF9800; }
.ax-icon-outline-orange-h:hover .ax-icon-v1, .ax-icon-outline-orange-h:hover.ax-icon-v1 {
  color: #FF9800 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #FF9800; }
.ax-icon-outline-orange-h:hover .ax-icon-v2, .ax-icon-outline-orange-h:hover.ax-icon-v2 {
  border-color: #FF9800;
  background-color: transparent !important; }
  .ax-icon-outline-orange-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-orange-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #FF9800 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #FF9800; }
.ax-icon-outline-deep-orange-lighten .ax-icon-v1, .ax-icon-outline-deep-orange-lighten.ax-icon-v1 {
  color: #f97c58 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f97c58; }
.ax-icon-outline-deep-orange-lighten .ax-icon-v2, .ax-icon-outline-deep-orange-lighten.ax-icon-v2 {
  border-color: #f97c58;
  background-color: transparent !important; }
  .ax-icon-outline-deep-orange-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-deep-orange-lighten.ax-icon-v2 .ax-icon-inner {
    color: #f97c58 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f97c58; }
.ax-icon-outline-deep-orange-lighten-h:hover .ax-icon-v1, .ax-icon-outline-deep-orange-lighten-h:hover.ax-icon-v1 {
  color: #f97c58 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f97c58; }
.ax-icon-outline-deep-orange-lighten-h:hover .ax-icon-v2, .ax-icon-outline-deep-orange-lighten-h:hover.ax-icon-v2 {
  border-color: #f97c58;
  background-color: transparent !important; }
  .ax-icon-outline-deep-orange-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-deep-orange-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #f97c58 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f97c58; }
.ax-icon-outline-deep-orange-darken .ax-icon-v1, .ax-icon-outline-deep-orange-darken.ax-icon-v1 {
  color: #d93608 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d93608; }
.ax-icon-outline-deep-orange-darken .ax-icon-v2, .ax-icon-outline-deep-orange-darken.ax-icon-v2 {
  border-color: #d93608;
  background-color: transparent !important; }
  .ax-icon-outline-deep-orange-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-deep-orange-darken.ax-icon-v2 .ax-icon-inner {
    color: #d93608 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #d93608; }
.ax-icon-outline-deep-orange-darken-h:hover .ax-icon-v1, .ax-icon-outline-deep-orange-darken-h:hover.ax-icon-v1 {
  color: #d93608 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d93608; }
.ax-icon-outline-deep-orange-darken-h:hover .ax-icon-v2, .ax-icon-outline-deep-orange-darken-h:hover.ax-icon-v2 {
  border-color: #d93608;
  background-color: transparent !important; }
  .ax-icon-outline-deep-orange-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-deep-orange-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #d93608 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #d93608; }
.ax-icon-outline-deep-orange .ax-icon-v1, .ax-icon-outline-deep-orange.ax-icon-v1 {
  color: #f75527 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f75527; }
.ax-icon-outline-deep-orange .ax-icon-v2, .ax-icon-outline-deep-orange.ax-icon-v2 {
  border-color: #f75527;
  background-color: transparent !important; }
  .ax-icon-outline-deep-orange .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-deep-orange.ax-icon-v2 .ax-icon-inner {
    color: #f75527 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f75527; }
.ax-icon-outline-deep-orange-h:hover .ax-icon-v1, .ax-icon-outline-deep-orange-h:hover.ax-icon-v1 {
  color: #f75527 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f75527; }
.ax-icon-outline-deep-orange-h:hover .ax-icon-v2, .ax-icon-outline-deep-orange-h:hover.ax-icon-v2 {
  border-color: #f75527;
  background-color: transparent !important; }
  .ax-icon-outline-deep-orange-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-deep-orange-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #f75527 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f75527; }
.ax-icon-outline-brown-lighten .ax-icon-v1, .ax-icon-outline-brown-lighten.ax-icon-v1 {
  color: #c2813c !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c2813c; }
.ax-icon-outline-brown-lighten .ax-icon-v2, .ax-icon-outline-brown-lighten.ax-icon-v2 {
  border-color: #c2813c;
  background-color: transparent !important; }
  .ax-icon-outline-brown-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-brown-lighten.ax-icon-v2 .ax-icon-inner {
    color: #c2813c !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #c2813c; }
.ax-icon-outline-brown-lighten-h:hover .ax-icon-v1, .ax-icon-outline-brown-lighten-h:hover.ax-icon-v1 {
  color: #c2813c !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c2813c; }
.ax-icon-outline-brown-lighten-h:hover .ax-icon-v2, .ax-icon-outline-brown-lighten-h:hover.ax-icon-v2 {
  border-color: #c2813c;
  background-color: transparent !important; }
  .ax-icon-outline-brown-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-brown-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #c2813c !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #c2813c; }
.ax-icon-outline-brown-darken .ax-icon-v1, .ax-icon-outline-brown-darken.ax-icon-v1 {
  color: #6c4822 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #6c4822; }
.ax-icon-outline-brown-darken .ax-icon-v2, .ax-icon-outline-brown-darken.ax-icon-v2 {
  border-color: #6c4822;
  background-color: transparent !important; }
  .ax-icon-outline-brown-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-brown-darken.ax-icon-v2 .ax-icon-inner {
    color: #6c4822 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #6c4822; }
.ax-icon-outline-brown-darken-h:hover .ax-icon-v1, .ax-icon-outline-brown-darken-h:hover.ax-icon-v1 {
  color: #6c4822 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #6c4822; }
.ax-icon-outline-brown-darken-h:hover .ax-icon-v2, .ax-icon-outline-brown-darken-h:hover.ax-icon-v2 {
  border-color: #6c4822;
  background-color: transparent !important; }
  .ax-icon-outline-brown-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-brown-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #6c4822 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #6c4822; }
.ax-icon-outline-brown .ax-icon-v1, .ax-icon-outline-brown.ax-icon-v1 {
  color: #9b6730 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9b6730; }
.ax-icon-outline-brown .ax-icon-v2, .ax-icon-outline-brown.ax-icon-v2 {
  border-color: #9b6730;
  background-color: transparent !important; }
  .ax-icon-outline-brown .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-brown.ax-icon-v2 .ax-icon-inner {
    color: #9b6730 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9b6730; }
.ax-icon-outline-brown-h:hover .ax-icon-v1, .ax-icon-outline-brown-h:hover.ax-icon-v1 {
  color: #9b6730 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9b6730; }
.ax-icon-outline-brown-h:hover .ax-icon-v2, .ax-icon-outline-brown-h:hover.ax-icon-v2 {
  border-color: #9b6730;
  background-color: transparent !important; }
  .ax-icon-outline-brown-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-brown-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #9b6730 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9b6730; }
.ax-icon-outline-yellow-lighten .ax-icon-v1, .ax-icon-outline-yellow-lighten.ax-icon-v1 {
  color: #ffe873 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffe873; }
.ax-icon-outline-yellow-lighten .ax-icon-v2, .ax-icon-outline-yellow-lighten.ax-icon-v2 {
  border-color: #ffe873;
  background-color: transparent !important; }
  .ax-icon-outline-yellow-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-yellow-lighten.ax-icon-v2 .ax-icon-inner {
    color: #ffe873 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffe873; }
.ax-icon-outline-yellow-lighten-h:hover .ax-icon-v1, .ax-icon-outline-yellow-lighten-h:hover.ax-icon-v1 {
  color: #ffe873 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffe873; }
.ax-icon-outline-yellow-lighten-h:hover .ax-icon-v2, .ax-icon-outline-yellow-lighten-h:hover.ax-icon-v2 {
  border-color: #ffe873;
  background-color: transparent !important; }
  .ax-icon-outline-yellow-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-yellow-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #ffe873 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffe873; }
.ax-icon-outline-yellow-darken .ax-icon-v1, .ax-icon-outline-yellow-darken.ax-icon-v1 {
  color: #ffd503 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffd503; }
.ax-icon-outline-yellow-darken .ax-icon-v2, .ax-icon-outline-yellow-darken.ax-icon-v2 {
  border-color: #ffd503;
  background-color: transparent !important; }
  .ax-icon-outline-yellow-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-yellow-darken.ax-icon-v2 .ax-icon-inner {
    color: #ffd503 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffd503; }
.ax-icon-outline-yellow-darken-h:hover .ax-icon-v1, .ax-icon-outline-yellow-darken-h:hover.ax-icon-v1 {
  color: #ffd503 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffd503; }
.ax-icon-outline-yellow-darken-h:hover .ax-icon-v2, .ax-icon-outline-yellow-darken-h:hover.ax-icon-v2 {
  border-color: #ffd503;
  background-color: transparent !important; }
  .ax-icon-outline-yellow-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-yellow-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #ffd503 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffd503; }
.ax-icon-outline-yellow .ax-icon-v1, .ax-icon-outline-yellow.ax-icon-v1 {
  color: #ffdf40 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffdf40; }
.ax-icon-outline-yellow .ax-icon-v2, .ax-icon-outline-yellow.ax-icon-v2 {
  border-color: #ffdf40;
  background-color: transparent !important; }
  .ax-icon-outline-yellow .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-yellow.ax-icon-v2 .ax-icon-inner {
    color: #ffdf40 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffdf40; }
.ax-icon-outline-yellow-h:hover .ax-icon-v1, .ax-icon-outline-yellow-h:hover.ax-icon-v1 {
  color: #ffdf40 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffdf40; }
.ax-icon-outline-yellow-h:hover .ax-icon-v2, .ax-icon-outline-yellow-h:hover.ax-icon-v2 {
  border-color: #ffdf40;
  background-color: transparent !important; }
  .ax-icon-outline-yellow-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-yellow-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #ffdf40 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffdf40; }
.ax-icon-outline-green-lighten .ax-icon-v1, .ax-icon-outline-green-lighten.ax-icon-v1 {
  color: #00f392 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00f392; }
.ax-icon-outline-green-lighten .ax-icon-v2, .ax-icon-outline-green-lighten.ax-icon-v2 {
  border-color: #00f392;
  background-color: transparent !important; }
  .ax-icon-outline-green-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-green-lighten.ax-icon-v2 .ax-icon-inner {
    color: #00f392 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00f392; }
.ax-icon-outline-green-lighten-h:hover .ax-icon-v1, .ax-icon-outline-green-lighten-h:hover.ax-icon-v1 {
  color: #00f392 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00f392; }
.ax-icon-outline-green-lighten-h:hover .ax-icon-v2, .ax-icon-outline-green-lighten-h:hover.ax-icon-v2 {
  border-color: #00f392;
  background-color: transparent !important; }
  .ax-icon-outline-green-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-green-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #00f392 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00f392; }
.ax-icon-outline-green-darken .ax-icon-v1, .ax-icon-outline-green-darken.ax-icon-v1 {
  color: #00834e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00834e; }
.ax-icon-outline-green-darken .ax-icon-v2, .ax-icon-outline-green-darken.ax-icon-v2 {
  border-color: #00834e;
  background-color: transparent !important; }
  .ax-icon-outline-green-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-green-darken.ax-icon-v2 .ax-icon-inner {
    color: #00834e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00834e; }
.ax-icon-outline-green-darken-h:hover .ax-icon-v1, .ax-icon-outline-green-darken-h:hover.ax-icon-v1 {
  color: #00834e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00834e; }
.ax-icon-outline-green-darken-h:hover .ax-icon-v2, .ax-icon-outline-green-darken-h:hover.ax-icon-v2 {
  border-color: #00834e;
  background-color: transparent !important; }
  .ax-icon-outline-green-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-green-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #00834e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00834e; }
.ax-icon-outline-green .ax-icon-v1, .ax-icon-outline-green.ax-icon-v1 {
  color: #00c073 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00c073; }
.ax-icon-outline-green .ax-icon-v2, .ax-icon-outline-green.ax-icon-v2 {
  border-color: #00c073;
  background-color: transparent !important; }
  .ax-icon-outline-green .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-green.ax-icon-v2 .ax-icon-inner {
    color: #00c073 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00c073; }
.ax-icon-outline-green-h:hover .ax-icon-v1, .ax-icon-outline-green-h:hover.ax-icon-v1 {
  color: #00c073 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00c073; }
.ax-icon-outline-green-h:hover .ax-icon-v2, .ax-icon-outline-green-h:hover.ax-icon-v2 {
  border-color: #00c073;
  background-color: transparent !important; }
  .ax-icon-outline-green-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-green-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #00c073 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00c073; }
.ax-icon-outline-teal-lighten .ax-icon-v1, .ax-icon-outline-teal-lighten.ax-icon-v1 {
  color: #17f0c9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #17f0c9; }
.ax-icon-outline-teal-lighten .ax-icon-v2, .ax-icon-outline-teal-lighten.ax-icon-v2 {
  border-color: #17f0c9;
  background-color: transparent !important; }
  .ax-icon-outline-teal-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-teal-lighten.ax-icon-v2 .ax-icon-inner {
    color: #17f0c9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #17f0c9; }
.ax-icon-outline-teal-lighten-h:hover .ax-icon-v1, .ax-icon-outline-teal-lighten-h:hover.ax-icon-v1 {
  color: #17f0c9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #17f0c9; }
.ax-icon-outline-teal-lighten-h:hover .ax-icon-v2, .ax-icon-outline-teal-lighten-h:hover.ax-icon-v2 {
  border-color: #17f0c9;
  background-color: transparent !important; }
  .ax-icon-outline-teal-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-teal-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #17f0c9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #17f0c9; }
.ax-icon-outline-teal-darken .ax-icon-v1, .ax-icon-outline-teal-darken.ax-icon-v1 {
  color: #098e76 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #098e76; }
.ax-icon-outline-teal-darken .ax-icon-v2, .ax-icon-outline-teal-darken.ax-icon-v2 {
  border-color: #098e76;
  background-color: transparent !important; }
  .ax-icon-outline-teal-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-teal-darken.ax-icon-v2 .ax-icon-inner {
    color: #098e76 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #098e76; }
.ax-icon-outline-teal-darken-h:hover .ax-icon-v1, .ax-icon-outline-teal-darken-h:hover.ax-icon-v1 {
  color: #098e76 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #098e76; }
.ax-icon-outline-teal-darken-h:hover .ax-icon-v2, .ax-icon-outline-teal-darken-h:hover.ax-icon-v2 {
  border-color: #098e76;
  background-color: transparent !important; }
  .ax-icon-outline-teal-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-teal-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #098e76 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #098e76; }
.ax-icon-outline-teal .ax-icon-v1, .ax-icon-outline-teal.ax-icon-v1 {
  color: #0dc7a6 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0dc7a6; }
.ax-icon-outline-teal .ax-icon-v2, .ax-icon-outline-teal.ax-icon-v2 {
  border-color: #0dc7a6;
  background-color: transparent !important; }
  .ax-icon-outline-teal .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-teal.ax-icon-v2 .ax-icon-inner {
    color: #0dc7a6 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #0dc7a6; }
.ax-icon-outline-teal-h:hover .ax-icon-v1, .ax-icon-outline-teal-h:hover.ax-icon-v1 {
  color: #0dc7a6 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0dc7a6; }
.ax-icon-outline-teal-h:hover .ax-icon-v2, .ax-icon-outline-teal-h:hover.ax-icon-v2 {
  border-color: #0dc7a6;
  background-color: transparent !important; }
  .ax-icon-outline-teal-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-teal-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #0dc7a6 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #0dc7a6; }
.ax-icon-outline-cyan-lighten .ax-icon-v1, .ax-icon-outline-cyan-lighten.ax-icon-v1 {
  color: #34d4e3 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #34d4e3; }
.ax-icon-outline-cyan-lighten .ax-icon-v2, .ax-icon-outline-cyan-lighten.ax-icon-v2 {
  border-color: #34d4e3;
  background-color: transparent !important; }
  .ax-icon-outline-cyan-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-cyan-lighten.ax-icon-v2 .ax-icon-inner {
    color: #34d4e3 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #34d4e3; }
.ax-icon-outline-cyan-lighten-h:hover .ax-icon-v1, .ax-icon-outline-cyan-lighten-h:hover.ax-icon-v1 {
  color: #34d4e3 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #34d4e3; }
.ax-icon-outline-cyan-lighten-h:hover .ax-icon-v2, .ax-icon-outline-cyan-lighten-h:hover.ax-icon-v2 {
  border-color: #34d4e3;
  background-color: transparent !important; }
  .ax-icon-outline-cyan-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-cyan-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #34d4e3 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #34d4e3; }
.ax-icon-outline-cyan-darken .ax-icon-v1, .ax-icon-outline-cyan-darken.ax-icon-v1 {
  color: #148892 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #148892; }
.ax-icon-outline-cyan-darken .ax-icon-v2, .ax-icon-outline-cyan-darken.ax-icon-v2 {
  border-color: #148892;
  background-color: transparent !important; }
  .ax-icon-outline-cyan-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-cyan-darken.ax-icon-v2 .ax-icon-inner {
    color: #148892 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #148892; }
.ax-icon-outline-cyan-darken-h:hover .ax-icon-v1, .ax-icon-outline-cyan-darken-h:hover.ax-icon-v1 {
  color: #148892 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #148892; }
.ax-icon-outline-cyan-darken-h:hover .ax-icon-v2, .ax-icon-outline-cyan-darken-h:hover.ax-icon-v2 {
  border-color: #148892;
  background-color: transparent !important; }
  .ax-icon-outline-cyan-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-cyan-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #148892 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #148892; }
.ax-icon-outline-cyan .ax-icon-v1, .ax-icon-outline-cyan.ax-icon-v1 {
  color: #1cbac8 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1cbac8; }
.ax-icon-outline-cyan .ax-icon-v2, .ax-icon-outline-cyan.ax-icon-v2 {
  border-color: #1cbac8;
  background-color: transparent !important; }
  .ax-icon-outline-cyan .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-cyan.ax-icon-v2 .ax-icon-inner {
    color: #1cbac8 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #1cbac8; }
.ax-icon-outline-cyan-h:hover .ax-icon-v1, .ax-icon-outline-cyan-h:hover.ax-icon-v1 {
  color: #1cbac8 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1cbac8; }
.ax-icon-outline-cyan-h:hover .ax-icon-v2, .ax-icon-outline-cyan-h:hover.ax-icon-v2 {
  border-color: #1cbac8;
  background-color: transparent !important; }
  .ax-icon-outline-cyan-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-cyan-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #1cbac8 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #1cbac8; }
.ax-icon-outline-primary .ax-icon-v1, .ax-icon-outline-primary.ax-icon-v1 {
  color: #7a66b7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #7a66b7; }
.ax-icon-outline-primary .ax-icon-v2, .ax-icon-outline-primary.ax-icon-v2 {
  border-color: #7a66b7;
  background-color: transparent !important; }
  .ax-icon-outline-primary .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-primary.ax-icon-v2 .ax-icon-inner {
    color: #7a66b7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #7a66b7; }
.ax-icon-outline-primary-h:hover .ax-icon-v1, .ax-icon-outline-primary-h:hover.ax-icon-v1 {
  color: #7a66b7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #7a66b7; }
.ax-icon-outline-primary-h:hover .ax-icon-v2, .ax-icon-outline-primary-h:hover.ax-icon-v2 {
  border-color: #7a66b7;
  background-color: transparent !important; }
  .ax-icon-outline-primary-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-primary-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #7a66b7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #7a66b7; }
.ax-icon-outline-secondary .ax-icon-v1, .ax-icon-outline-secondary.ax-icon-v1 {
  color: #757c88 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #757c88; }
.ax-icon-outline-secondary .ax-icon-v2, .ax-icon-outline-secondary.ax-icon-v2 {
  border-color: #757c88;
  background-color: transparent !important; }
  .ax-icon-outline-secondary .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-secondary.ax-icon-v2 .ax-icon-inner {
    color: #757c88 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #757c88; }
.ax-icon-outline-secondary-h:hover .ax-icon-v1, .ax-icon-outline-secondary-h:hover.ax-icon-v1 {
  color: #757c88 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #757c88; }
.ax-icon-outline-secondary-h:hover .ax-icon-v2, .ax-icon-outline-secondary-h:hover.ax-icon-v2 {
  border-color: #757c88;
  background-color: transparent !important; }
  .ax-icon-outline-secondary-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-secondary-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #757c88 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #757c88; }
.ax-icon-outline-success .ax-icon-v1, .ax-icon-outline-success.ax-icon-v1 {
  color: #00c073 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00c073; }
.ax-icon-outline-success .ax-icon-v2, .ax-icon-outline-success.ax-icon-v2 {
  border-color: #00c073;
  background-color: transparent !important; }
  .ax-icon-outline-success .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-success.ax-icon-v2 .ax-icon-inner {
    color: #00c073 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00c073; }
.ax-icon-outline-success-h:hover .ax-icon-v1, .ax-icon-outline-success-h:hover.ax-icon-v1 {
  color: #00c073 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00c073; }
.ax-icon-outline-success-h:hover .ax-icon-v2, .ax-icon-outline-success-h:hover.ax-icon-v2 {
  border-color: #00c073;
  background-color: transparent !important; }
  .ax-icon-outline-success-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-success-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #00c073 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00c073; }
.ax-icon-outline-info .ax-icon-v1, .ax-icon-outline-info.ax-icon-v1 {
  color: #1cbac8 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1cbac8; }
.ax-icon-outline-info .ax-icon-v2, .ax-icon-outline-info.ax-icon-v2 {
  border-color: #1cbac8;
  background-color: transparent !important; }
  .ax-icon-outline-info .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-info.ax-icon-v2 .ax-icon-inner {
    color: #1cbac8 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #1cbac8; }
.ax-icon-outline-info-h:hover .ax-icon-v1, .ax-icon-outline-info-h:hover.ax-icon-v1 {
  color: #1cbac8 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1cbac8; }
.ax-icon-outline-info-h:hover .ax-icon-v2, .ax-icon-outline-info-h:hover.ax-icon-v2 {
  border-color: #1cbac8;
  background-color: transparent !important; }
  .ax-icon-outline-info-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-info-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #1cbac8 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #1cbac8; }
.ax-icon-outline-warning .ax-icon-v1, .ax-icon-outline-warning.ax-icon-v1 {
  color: #ffdf40 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffdf40; }
.ax-icon-outline-warning .ax-icon-v2, .ax-icon-outline-warning.ax-icon-v2 {
  border-color: #ffdf40;
  background-color: transparent !important; }
  .ax-icon-outline-warning .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-warning.ax-icon-v2 .ax-icon-inner {
    color: #ffdf40 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffdf40; }
.ax-icon-outline-warning-h:hover .ax-icon-v1, .ax-icon-outline-warning-h:hover.ax-icon-v1 {
  color: #ffdf40 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffdf40; }
.ax-icon-outline-warning-h:hover .ax-icon-v2, .ax-icon-outline-warning-h:hover.ax-icon-v2 {
  border-color: #ffdf40;
  background-color: transparent !important; }
  .ax-icon-outline-warning-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-warning-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #ffdf40 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffdf40; }
.ax-icon-outline-danger .ax-icon-v1, .ax-icon-outline-danger.ax-icon-v1 {
  color: #d62a3d !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d62a3d; }
.ax-icon-outline-danger .ax-icon-v2, .ax-icon-outline-danger.ax-icon-v2 {
  border-color: #d62a3d;
  background-color: transparent !important; }
  .ax-icon-outline-danger .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-danger.ax-icon-v2 .ax-icon-inner {
    color: #d62a3d !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #d62a3d; }
.ax-icon-outline-danger-h:hover .ax-icon-v1, .ax-icon-outline-danger-h:hover.ax-icon-v1 {
  color: #d62a3d !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d62a3d; }
.ax-icon-outline-danger-h:hover .ax-icon-v2, .ax-icon-outline-danger-h:hover.ax-icon-v2 {
  border-color: #d62a3d;
  background-color: transparent !important; }
  .ax-icon-outline-danger-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-danger-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #d62a3d !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #d62a3d; }
.ax-icon-outline-light .ax-icon-v1, .ax-icon-outline-light.ax-icon-v1 {
  color: #f9f9f9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f9f9f9; }
.ax-icon-outline-light .ax-icon-v2, .ax-icon-outline-light.ax-icon-v2 {
  border-color: #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-outline-light .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-light.ax-icon-v2 .ax-icon-inner {
    color: #f9f9f9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f9f9f9; }
.ax-icon-outline-light-h:hover .ax-icon-v1, .ax-icon-outline-light-h:hover.ax-icon-v1 {
  color: #f9f9f9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f9f9f9; }
.ax-icon-outline-light-h:hover .ax-icon-v2, .ax-icon-outline-light-h:hover.ax-icon-v2 {
  border-color: #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-outline-light-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-light-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #f9f9f9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f9f9f9; }
.ax-icon-outline-dark .ax-icon-v1, .ax-icon-outline-dark.ax-icon-v1 {
  color: #252a37 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #252a37; }
.ax-icon-outline-dark .ax-icon-v2, .ax-icon-outline-dark.ax-icon-v2 {
  border-color: #252a37;
  background-color: transparent !important; }
  .ax-icon-outline-dark .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-dark.ax-icon-v2 .ax-icon-inner {
    color: #252a37 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #252a37; }
.ax-icon-outline-dark-h:hover .ax-icon-v1, .ax-icon-outline-dark-h:hover.ax-icon-v1 {
  color: #252a37 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #252a37; }
.ax-icon-outline-dark-h:hover .ax-icon-v2, .ax-icon-outline-dark-h:hover.ax-icon-v2 {
  border-color: #252a37;
  background-color: transparent !important; }
  .ax-icon-outline-dark-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-dark-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #252a37 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #252a37; }
.ax-icon-outline-primary-lighten .ax-icon-v1, .ax-icon-outline-primary-lighten.ax-icon-v1 {
  color: #9889c7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9889c7; }
.ax-icon-outline-primary-lighten .ax-icon-v2, .ax-icon-outline-primary-lighten.ax-icon-v2 {
  border-color: #9889c7;
  background-color: transparent !important; }
  .ax-icon-outline-primary-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-primary-lighten.ax-icon-v2 .ax-icon-inner {
    color: #9889c7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9889c7; }
.ax-icon-outline-primary-lighten-h:hover .ax-icon-v1, .ax-icon-outline-primary-lighten-h:hover.ax-icon-v1 {
  color: #9889c7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9889c7; }
.ax-icon-outline-primary-lighten-h:hover .ax-icon-v2, .ax-icon-outline-primary-lighten-h:hover.ax-icon-v2 {
  border-color: #9889c7;
  background-color: transparent !important; }
  .ax-icon-outline-primary-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-primary-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #9889c7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9889c7; }
.ax-icon-outline-primary-darken .ax-icon-v1, .ax-icon-outline-primary-darken.ax-icon-v1 {
  color: #5c4898 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5c4898; }
.ax-icon-outline-primary-darken .ax-icon-v2, .ax-icon-outline-primary-darken.ax-icon-v2 {
  border-color: #5c4898;
  background-color: transparent !important; }
  .ax-icon-outline-primary-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-primary-darken.ax-icon-v2 .ax-icon-inner {
    color: #5c4898 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #5c4898; }
.ax-icon-outline-primary-darken-h:hover .ax-icon-v1, .ax-icon-outline-primary-darken-h:hover.ax-icon-v1 {
  color: #5c4898 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5c4898; }
.ax-icon-outline-primary-darken-h:hover .ax-icon-v2, .ax-icon-outline-primary-darken-h:hover.ax-icon-v2 {
  border-color: #5c4898;
  background-color: transparent !important; }
  .ax-icon-outline-primary-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-primary-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #5c4898 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #5c4898; }
.ax-icon-outline-success-lighten .ax-icon-v1, .ax-icon-outline-success-lighten.ax-icon-v1 {
  color: #00f392 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00f392; }
.ax-icon-outline-success-lighten .ax-icon-v2, .ax-icon-outline-success-lighten.ax-icon-v2 {
  border-color: #00f392;
  background-color: transparent !important; }
  .ax-icon-outline-success-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-success-lighten.ax-icon-v2 .ax-icon-inner {
    color: #00f392 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00f392; }
.ax-icon-outline-success-lighten-h:hover .ax-icon-v1, .ax-icon-outline-success-lighten-h:hover.ax-icon-v1 {
  color: #00f392 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00f392; }
.ax-icon-outline-success-lighten-h:hover .ax-icon-v2, .ax-icon-outline-success-lighten-h:hover.ax-icon-v2 {
  border-color: #00f392;
  background-color: transparent !important; }
  .ax-icon-outline-success-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-success-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #00f392 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00f392; }
.ax-icon-outline-success-darken .ax-icon-v1, .ax-icon-outline-success-darken.ax-icon-v1 {
  color: #00834e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00834e; }
.ax-icon-outline-success-darken .ax-icon-v2, .ax-icon-outline-success-darken.ax-icon-v2 {
  border-color: #00834e;
  background-color: transparent !important; }
  .ax-icon-outline-success-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-success-darken.ax-icon-v2 .ax-icon-inner {
    color: #00834e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00834e; }
.ax-icon-outline-success-darken-h:hover .ax-icon-v1, .ax-icon-outline-success-darken-h:hover.ax-icon-v1 {
  color: #00834e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #00834e; }
.ax-icon-outline-success-darken-h:hover .ax-icon-v2, .ax-icon-outline-success-darken-h:hover.ax-icon-v2 {
  border-color: #00834e;
  background-color: transparent !important; }
  .ax-icon-outline-success-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-success-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #00834e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #00834e; }
.ax-icon-outline-info-lighten .ax-icon-v1, .ax-icon-outline-info-lighten.ax-icon-v1 {
  color: #34d4e3 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #34d4e3; }
.ax-icon-outline-info-lighten .ax-icon-v2, .ax-icon-outline-info-lighten.ax-icon-v2 {
  border-color: #34d4e3;
  background-color: transparent !important; }
  .ax-icon-outline-info-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-info-lighten.ax-icon-v2 .ax-icon-inner {
    color: #34d4e3 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #34d4e3; }
.ax-icon-outline-info-lighten-h:hover .ax-icon-v1, .ax-icon-outline-info-lighten-h:hover.ax-icon-v1 {
  color: #34d4e3 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #34d4e3; }
.ax-icon-outline-info-lighten-h:hover .ax-icon-v2, .ax-icon-outline-info-lighten-h:hover.ax-icon-v2 {
  border-color: #34d4e3;
  background-color: transparent !important; }
  .ax-icon-outline-info-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-info-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #34d4e3 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #34d4e3; }
.ax-icon-outline-info-darken .ax-icon-v1, .ax-icon-outline-info-darken.ax-icon-v1 {
  color: #148892 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #148892; }
.ax-icon-outline-info-darken .ax-icon-v2, .ax-icon-outline-info-darken.ax-icon-v2 {
  border-color: #148892;
  background-color: transparent !important; }
  .ax-icon-outline-info-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-info-darken.ax-icon-v2 .ax-icon-inner {
    color: #148892 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #148892; }
.ax-icon-outline-info-darken-h:hover .ax-icon-v1, .ax-icon-outline-info-darken-h:hover.ax-icon-v1 {
  color: #148892 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #148892; }
.ax-icon-outline-info-darken-h:hover .ax-icon-v2, .ax-icon-outline-info-darken-h:hover.ax-icon-v2 {
  border-color: #148892;
  background-color: transparent !important; }
  .ax-icon-outline-info-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-info-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #148892 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #148892; }
.ax-icon-outline-warning-lighten .ax-icon-v1, .ax-icon-outline-warning-lighten.ax-icon-v1 {
  color: #ffe873 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffe873; }
.ax-icon-outline-warning-lighten .ax-icon-v2, .ax-icon-outline-warning-lighten.ax-icon-v2 {
  border-color: #ffe873;
  background-color: transparent !important; }
  .ax-icon-outline-warning-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-warning-lighten.ax-icon-v2 .ax-icon-inner {
    color: #ffe873 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffe873; }
.ax-icon-outline-warning-lighten-h:hover .ax-icon-v1, .ax-icon-outline-warning-lighten-h:hover.ax-icon-v1 {
  color: #ffe873 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffe873; }
.ax-icon-outline-warning-lighten-h:hover .ax-icon-v2, .ax-icon-outline-warning-lighten-h:hover.ax-icon-v2 {
  border-color: #ffe873;
  background-color: transparent !important; }
  .ax-icon-outline-warning-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-warning-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #ffe873 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffe873; }
.ax-icon-outline-warning-darken .ax-icon-v1, .ax-icon-outline-warning-darken.ax-icon-v1 {
  color: #ffd503 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffd503; }
.ax-icon-outline-warning-darken .ax-icon-v2, .ax-icon-outline-warning-darken.ax-icon-v2 {
  border-color: #ffd503;
  background-color: transparent !important; }
  .ax-icon-outline-warning-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-warning-darken.ax-icon-v2 .ax-icon-inner {
    color: #ffd503 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffd503; }
.ax-icon-outline-warning-darken-h:hover .ax-icon-v1, .ax-icon-outline-warning-darken-h:hover.ax-icon-v1 {
  color: #ffd503 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffd503; }
.ax-icon-outline-warning-darken-h:hover .ax-icon-v2, .ax-icon-outline-warning-darken-h:hover.ax-icon-v2 {
  border-color: #ffd503;
  background-color: transparent !important; }
  .ax-icon-outline-warning-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-warning-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #ffd503 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ffd503; }
.ax-icon-outline-danger-lighten .ax-icon-v1, .ax-icon-outline-danger-lighten.ax-icon-v1 {
  color: #de5564 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #de5564; }
.ax-icon-outline-danger-lighten .ax-icon-v2, .ax-icon-outline-danger-lighten.ax-icon-v2 {
  border-color: #de5564;
  background-color: transparent !important; }
  .ax-icon-outline-danger-lighten .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-danger-lighten.ax-icon-v2 .ax-icon-inner {
    color: #de5564 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #de5564; }
.ax-icon-outline-danger-lighten-h:hover .ax-icon-v1, .ax-icon-outline-danger-lighten-h:hover.ax-icon-v1 {
  color: #de5564 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #de5564; }
.ax-icon-outline-danger-lighten-h:hover .ax-icon-v2, .ax-icon-outline-danger-lighten-h:hover.ax-icon-v2 {
  border-color: #de5564;
  background-color: transparent !important; }
  .ax-icon-outline-danger-lighten-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-danger-lighten-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #de5564 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #de5564; }
.ax-icon-outline-danger-darken .ax-icon-v1, .ax-icon-outline-danger-darken.ax-icon-v1 {
  color: #a31f2e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #a31f2e; }
.ax-icon-outline-danger-darken .ax-icon-v2, .ax-icon-outline-danger-darken.ax-icon-v2 {
  border-color: #a31f2e;
  background-color: transparent !important; }
  .ax-icon-outline-danger-darken .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-danger-darken.ax-icon-v2 .ax-icon-inner {
    color: #a31f2e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #a31f2e; }
.ax-icon-outline-danger-darken-h:hover .ax-icon-v1, .ax-icon-outline-danger-darken-h:hover.ax-icon-v1 {
  color: #a31f2e !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #a31f2e; }
.ax-icon-outline-danger-darken-h:hover .ax-icon-v2, .ax-icon-outline-danger-darken-h:hover.ax-icon-v2 {
  border-color: #a31f2e;
  background-color: transparent !important; }
  .ax-icon-outline-danger-darken-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-danger-darken-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #a31f2e !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #a31f2e; }
.ax-icon-outline-gray-lighten-4 .ax-icon-v1, .ax-icon-outline-gray-lighten-4.ax-icon-v1 {
  color: #f9f9f9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f9f9f9; }
.ax-icon-outline-gray-lighten-4 .ax-icon-v2, .ax-icon-outline-gray-lighten-4.ax-icon-v2 {
  border-color: #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-4.ax-icon-v2 .ax-icon-inner {
    color: #f9f9f9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f9f9f9; }
.ax-icon-outline-gray-lighten-4-h:hover .ax-icon-v1, .ax-icon-outline-gray-lighten-4-h:hover.ax-icon-v1 {
  color: #f9f9f9 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f9f9f9; }
.ax-icon-outline-gray-lighten-4-h:hover .ax-icon-v2, .ax-icon-outline-gray-lighten-4-h:hover.ax-icon-v2 {
  border-color: #f9f9f9;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-4-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #f9f9f9 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f9f9f9; }
.ax-icon-outline-gray-lighten-3 .ax-icon-v1, .ax-icon-outline-gray-lighten-3.ax-icon-v1 {
  color: #f2f3f4 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f2f3f4; }
.ax-icon-outline-gray-lighten-3 .ax-icon-v2, .ax-icon-outline-gray-lighten-3.ax-icon-v2 {
  border-color: #f2f3f4;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-3.ax-icon-v2 .ax-icon-inner {
    color: #f2f3f4 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f2f3f4; }
.ax-icon-outline-gray-lighten-3-h:hover .ax-icon-v1, .ax-icon-outline-gray-lighten-3-h:hover.ax-icon-v1 {
  color: #f2f3f4 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #f2f3f4; }
.ax-icon-outline-gray-lighten-3-h:hover .ax-icon-v2, .ax-icon-outline-gray-lighten-3-h:hover.ax-icon-v2 {
  border-color: #f2f3f4;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-3-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #f2f3f4 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #f2f3f4; }
.ax-icon-outline-gray-lighten-2 .ax-icon-v1, .ax-icon-outline-gray-lighten-2.ax-icon-v1 {
  color: #e9eaeb !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #e9eaeb; }
.ax-icon-outline-gray-lighten-2 .ax-icon-v2, .ax-icon-outline-gray-lighten-2.ax-icon-v2 {
  border-color: #e9eaeb;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-2.ax-icon-v2 .ax-icon-inner {
    color: #e9eaeb !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #e9eaeb; }
.ax-icon-outline-gray-lighten-2-h:hover .ax-icon-v1, .ax-icon-outline-gray-lighten-2-h:hover.ax-icon-v1 {
  color: #e9eaeb !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #e9eaeb; }
.ax-icon-outline-gray-lighten-2-h:hover .ax-icon-v2, .ax-icon-outline-gray-lighten-2-h:hover.ax-icon-v2 {
  border-color: #e9eaeb;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-2-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #e9eaeb !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #e9eaeb; }
.ax-icon-outline-gray-lighten-1 .ax-icon-v1, .ax-icon-outline-gray-lighten-1.ax-icon-v1 {
  color: #dadbdc !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dadbdc; }
.ax-icon-outline-gray-lighten-1 .ax-icon-v2, .ax-icon-outline-gray-lighten-1.ax-icon-v2 {
  border-color: #dadbdc;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-1.ax-icon-v2 .ax-icon-inner {
    color: #dadbdc !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #dadbdc; }
.ax-icon-outline-gray-lighten-1-h:hover .ax-icon-v1, .ax-icon-outline-gray-lighten-1-h:hover.ax-icon-v1 {
  color: #dadbdc !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #dadbdc; }
.ax-icon-outline-gray-lighten-1-h:hover .ax-icon-v2, .ax-icon-outline-gray-lighten-1-h:hover.ax-icon-v2 {
  border-color: #dadbdc;
  background-color: transparent !important; }
  .ax-icon-outline-gray-lighten-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-lighten-1-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #dadbdc !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #dadbdc; }
.ax-icon-outline-gray .ax-icon-v1, .ax-icon-outline-gray.ax-icon-v1 {
  color: #afafaf !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #afafaf; }
.ax-icon-outline-gray .ax-icon-v2, .ax-icon-outline-gray.ax-icon-v2 {
  border-color: #afafaf;
  background-color: transparent !important; }
  .ax-icon-outline-gray .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray.ax-icon-v2 .ax-icon-inner {
    color: #afafaf !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #afafaf; }
.ax-icon-outline-gray-h:hover .ax-icon-v1, .ax-icon-outline-gray-h:hover.ax-icon-v1 {
  color: #afafaf !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #afafaf; }
.ax-icon-outline-gray-h:hover .ax-icon-v2, .ax-icon-outline-gray-h:hover.ax-icon-v2 {
  border-color: #afafaf;
  background-color: transparent !important; }
  .ax-icon-outline-gray-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #afafaf !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #afafaf; }
.ax-icon-outline-gray-darken-1 .ax-icon-v1, .ax-icon-outline-gray-darken-1.ax-icon-v1 {
  color: #9b9b9b !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9b9b9b; }
.ax-icon-outline-gray-darken-1 .ax-icon-v2, .ax-icon-outline-gray-darken-1.ax-icon-v2 {
  border-color: #9b9b9b;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-1.ax-icon-v2 .ax-icon-inner {
    color: #9b9b9b !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9b9b9b; }
.ax-icon-outline-gray-darken-1-h:hover .ax-icon-v1, .ax-icon-outline-gray-darken-1-h:hover.ax-icon-v1 {
  color: #9b9b9b !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #9b9b9b; }
.ax-icon-outline-gray-darken-1-h:hover .ax-icon-v2, .ax-icon-outline-gray-darken-1-h:hover.ax-icon-v2 {
  border-color: #9b9b9b;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-1-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #9b9b9b !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #9b9b9b; }
.ax-icon-outline-gray-darken-2 .ax-icon-v1, .ax-icon-outline-gray-darken-2.ax-icon-v1 {
  color: #828282 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #828282; }
.ax-icon-outline-gray-darken-2 .ax-icon-v2, .ax-icon-outline-gray-darken-2.ax-icon-v2 {
  border-color: #828282;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-2.ax-icon-v2 .ax-icon-inner {
    color: #828282 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #828282; }
.ax-icon-outline-gray-darken-2-h:hover .ax-icon-v1, .ax-icon-outline-gray-darken-2-h:hover.ax-icon-v1 {
  color: #828282 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #828282; }
.ax-icon-outline-gray-darken-2-h:hover .ax-icon-v2, .ax-icon-outline-gray-darken-2-h:hover.ax-icon-v2 {
  border-color: #828282;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-2-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #828282 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #828282; }
.ax-icon-outline-gray-darken-3 .ax-icon-v1, .ax-icon-outline-gray-darken-3.ax-icon-v1 {
  color: #696969 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #696969; }
.ax-icon-outline-gray-darken-3 .ax-icon-v2, .ax-icon-outline-gray-darken-3.ax-icon-v2 {
  border-color: #696969;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-3.ax-icon-v2 .ax-icon-inner {
    color: #696969 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #696969; }
.ax-icon-outline-gray-darken-3-h:hover .ax-icon-v1, .ax-icon-outline-gray-darken-3-h:hover.ax-icon-v1 {
  color: #696969 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #696969; }
.ax-icon-outline-gray-darken-3-h:hover .ax-icon-v2, .ax-icon-outline-gray-darken-3-h:hover.ax-icon-v2 {
  border-color: #696969;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-3-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #696969 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #696969; }
.ax-icon-outline-gray-darken-4 .ax-icon-v1, .ax-icon-outline-gray-darken-4.ax-icon-v1 {
  color: #505050 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #505050; }
.ax-icon-outline-gray-darken-4 .ax-icon-v2, .ax-icon-outline-gray-darken-4.ax-icon-v2 {
  border-color: #505050;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-4.ax-icon-v2 .ax-icon-inner {
    color: #505050 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #505050; }
.ax-icon-outline-gray-darken-4-h:hover .ax-icon-v1, .ax-icon-outline-gray-darken-4-h:hover.ax-icon-v1 {
  color: #505050 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #505050; }
.ax-icon-outline-gray-darken-4-h:hover .ax-icon-v2, .ax-icon-outline-gray-darken-4-h:hover.ax-icon-v2 {
  border-color: #505050;
  background-color: transparent !important; }
  .ax-icon-outline-gray-darken-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-gray-darken-4-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #505050 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #505050; }
.ax-icon-outline-bluegray-lighten-4 .ax-icon-v1, .ax-icon-outline-bluegray-lighten-4.ax-icon-v1 {
  color: #cdd5e7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cdd5e7; }
.ax-icon-outline-bluegray-lighten-4 .ax-icon-v2, .ax-icon-outline-bluegray-lighten-4.ax-icon-v2 {
  border-color: #cdd5e7;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-4.ax-icon-v2 .ax-icon-inner {
    color: #cdd5e7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #cdd5e7; }
.ax-icon-outline-bluegray-lighten-4-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-lighten-4-h:hover.ax-icon-v1 {
  color: #cdd5e7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cdd5e7; }
.ax-icon-outline-bluegray-lighten-4-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-lighten-4-h:hover.ax-icon-v2 {
  border-color: #cdd5e7;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-4-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #cdd5e7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #cdd5e7; }
.ax-icon-outline-bluegray-lighten-3 .ax-icon-v1, .ax-icon-outline-bluegray-lighten-3.ax-icon-v1 {
  color: #bdc5d7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #bdc5d7; }
.ax-icon-outline-bluegray-lighten-3 .ax-icon-v2, .ax-icon-outline-bluegray-lighten-3.ax-icon-v2 {
  border-color: #bdc5d7;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-3.ax-icon-v2 .ax-icon-inner {
    color: #bdc5d7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #bdc5d7; }
.ax-icon-outline-bluegray-lighten-3-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-lighten-3-h:hover.ax-icon-v1 {
  color: #bdc5d7 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #bdc5d7; }
.ax-icon-outline-bluegray-lighten-3-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-lighten-3-h:hover.ax-icon-v2 {
  border-color: #bdc5d7;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-3-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #bdc5d7 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #bdc5d7; }
.ax-icon-outline-bluegray-lighten-2 .ax-icon-v1, .ax-icon-outline-bluegray-lighten-2.ax-icon-v1 {
  color: #a5acbe !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #a5acbe; }
.ax-icon-outline-bluegray-lighten-2 .ax-icon-v2, .ax-icon-outline-bluegray-lighten-2.ax-icon-v2 {
  border-color: #a5acbe;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-2.ax-icon-v2 .ax-icon-inner {
    color: #a5acbe !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #a5acbe; }
.ax-icon-outline-bluegray-lighten-2-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-lighten-2-h:hover.ax-icon-v1 {
  color: #a5acbe !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #a5acbe; }
.ax-icon-outline-bluegray-lighten-2-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-lighten-2-h:hover.ax-icon-v2 {
  border-color: #a5acbe;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-2-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #a5acbe !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #a5acbe; }
.ax-icon-outline-bluegray-lighten-1 .ax-icon-v1, .ax-icon-outline-bluegray-lighten-1.ax-icon-v1 {
  color: #8c93a5 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #8c93a5; }
.ax-icon-outline-bluegray-lighten-1 .ax-icon-v2, .ax-icon-outline-bluegray-lighten-1.ax-icon-v2 {
  border-color: #8c93a5;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-1.ax-icon-v2 .ax-icon-inner {
    color: #8c93a5 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #8c93a5; }
.ax-icon-outline-bluegray-lighten-1-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-lighten-1-h:hover.ax-icon-v1 {
  color: #8c93a5 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #8c93a5; }
.ax-icon-outline-bluegray-lighten-1-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-lighten-1-h:hover.ax-icon-v2 {
  border-color: #8c93a5;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-lighten-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-lighten-1-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #8c93a5 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #8c93a5; }
.ax-icon-outline-bluegray .ax-icon-v1, .ax-icon-outline-bluegray.ax-icon-v1 {
  color: #747b8c !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #747b8c; }
.ax-icon-outline-bluegray .ax-icon-v2, .ax-icon-outline-bluegray.ax-icon-v2 {
  border-color: #747b8c;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray.ax-icon-v2 .ax-icon-inner {
    color: #747b8c !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #747b8c; }
.ax-icon-outline-bluegray-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-h:hover.ax-icon-v1 {
  color: #747b8c !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #747b8c; }
.ax-icon-outline-bluegray-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-h:hover.ax-icon-v2 {
  border-color: #747b8c;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #747b8c !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #747b8c; }
.ax-icon-outline-bluegray-darken-1 .ax-icon-v1, .ax-icon-outline-bluegray-darken-1.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5e6373; }
.ax-icon-outline-bluegray-darken-1 .ax-icon-v2, .ax-icon-outline-bluegray-darken-1.ax-icon-v2 {
  border-color: #5e6373;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-1 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-1.ax-icon-v2 .ax-icon-inner {
    color: #5e6373 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #5e6373; }
.ax-icon-outline-bluegray-darken-1-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-darken-1-h:hover.ax-icon-v1 {
  color: #5e6373 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5e6373; }
.ax-icon-outline-bluegray-darken-1-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-darken-1-h:hover.ax-icon-v2 {
  border-color: #5e6373;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-1-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-1-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #5e6373 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #5e6373; }
.ax-icon-outline-bluegray-darken-2 .ax-icon-v1, .ax-icon-outline-bluegray-darken-2.ax-icon-v1 {
  color: #464b5a !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #464b5a; }
.ax-icon-outline-bluegray-darken-2 .ax-icon-v2, .ax-icon-outline-bluegray-darken-2.ax-icon-v2 {
  border-color: #464b5a;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-2 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-2.ax-icon-v2 .ax-icon-inner {
    color: #464b5a !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #464b5a; }
.ax-icon-outline-bluegray-darken-2-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-darken-2-h:hover.ax-icon-v1 {
  color: #464b5a !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #464b5a; }
.ax-icon-outline-bluegray-darken-2-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-darken-2-h:hover.ax-icon-v2 {
  border-color: #464b5a;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-2-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-2-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #464b5a !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #464b5a; }
.ax-icon-outline-bluegray-darken-3 .ax-icon-v1, .ax-icon-outline-bluegray-darken-3.ax-icon-v1 {
  color: #2e3341 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #2e3341; }
.ax-icon-outline-bluegray-darken-3 .ax-icon-v2, .ax-icon-outline-bluegray-darken-3.ax-icon-v2 {
  border-color: #2e3341;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-3 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-3.ax-icon-v2 .ax-icon-inner {
    color: #2e3341 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #2e3341; }
.ax-icon-outline-bluegray-darken-3-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-darken-3-h:hover.ax-icon-v1 {
  color: #2e3341 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #2e3341; }
.ax-icon-outline-bluegray-darken-3-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-darken-3-h:hover.ax-icon-v2 {
  border-color: #2e3341;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-3-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-3-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #2e3341 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #2e3341; }
.ax-icon-outline-bluegray-darken-4 .ax-icon-v1, .ax-icon-outline-bluegray-darken-4.ax-icon-v1 {
  color: #252a37 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #252a37; }
.ax-icon-outline-bluegray-darken-4 .ax-icon-v2, .ax-icon-outline-bluegray-darken-4.ax-icon-v2 {
  border-color: #252a37;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-4 .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-4.ax-icon-v2 .ax-icon-inner {
    color: #252a37 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #252a37; }
.ax-icon-outline-bluegray-darken-4-h:hover .ax-icon-v1, .ax-icon-outline-bluegray-darken-4-h:hover.ax-icon-v1 {
  color: #252a37 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #252a37; }
.ax-icon-outline-bluegray-darken-4-h:hover .ax-icon-v2, .ax-icon-outline-bluegray-darken-4-h:hover.ax-icon-v2 {
  border-color: #252a37;
  background-color: transparent !important; }
  .ax-icon-outline-bluegray-darken-4-h:hover .ax-icon-v2 .ax-icon-inner, .ax-icon-outline-bluegray-darken-4-h:hover.ax-icon-v2 .ax-icon-inner {
    color: #252a37 !important;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #252a37; }
/*
    Pulse Animation
    -------------------------------------------------------------------------------------------------
*/
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } }
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } }
.material-icons {
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }
/*
    Few Social Icons
    -------------------------------------------------------------------------------------------------
*/
.facebook-icon,
.twitter-icon,
.googleplus-icon,
.skype-icon,
.linkedin-icon {
  color: #ffffff !important; }
  .facebook-icon:hover,
  .twitter-icon:hover,
  .googleplus-icon:hover,
  .skype-icon:hover,
  .linkedin-icon:hover {
    color: #ffffff; }
.facebook-icon {
  background-color: #4a6ea9; }
.twitter-icon {
  background-color: #00c6f9; }
.googleplus-icon {
  background-color: #dd5044; }
.skype-icon {
  background-color: #00aff0; }
.linkedin-icon {
  background-color: #0077b7; }
/*
    @
    @   24
    @   Profile
    @
*/
.profile-img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .profile-img img {
    border: 4px solid #ffffff; }
.change-profile-img {
  position: absolute;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #dadbdc;
  bottom: 5px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .change-profile-img:hover {
    background-color: #7a66b7;
    border: #7a66b7; }
    .change-profile-img:hover i {
      color: #ffffff; }
  .change-profile-img i {
    color: #696969; }
.user-upload-label {
  width: 100%; }
/*
    @
    @   25
    @   Buttons
    @
*/
.btn {
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  line-height: 1.5; }
  .btn:focus, .btn.focus, .btn:active {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none  !important; }
  .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn .btn-icon-only {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
.ax-btn-blue-lighten {
  background-color: #a3d6fc;
  color: #5e6373; }
  .ax-btn-blue-lighten:hover {
    color: #5e6373;
    background-color: #bbe1fd;
    border-color: #b2ddfd; }
  .ax-btn-blue-lighten-h:hover {
    background-color: #a3d6fc !important;
    color: #5e6373 !important;
    border-color: #94cffc !important; }
  .ax-btn-blue-lighten.ax-btn-hover-v1-left, .ax-btn-blue-lighten.ax-btn-hover-v1-right, .ax-btn-blue-lighten.ax-btn-hover-v1-top, .ax-btn-blue-lighten.ax-btn-hover-v1-bottom {
    background-color: #a3d6fc; }
    .ax-btn-blue-lighten.ax-btn-hover-v1-left:before, .ax-btn-blue-lighten.ax-btn-hover-v1-right:before, .ax-btn-blue-lighten.ax-btn-hover-v1-top:before, .ax-btn-blue-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #b2ddfd;
      z-index: 1; }
  .ax-btn-blue-lighten[class*="ax-btn-hover-v2"] {
    background-color: #a3d6fc; }
  .ax-btn-blue-lighten:focus, .ax-btn-blue-lighten.focus, .ax-btn-blue-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-blue-lighten {
  color: #a3d6fc;
  background-color: transparent;
  background-image: none;
  border-color: #a3d6fc !important; }
  .ax-btn-outline-blue-lighten:hover {
    color: #5e6373;
    background-color: #a3d6fc;
    border-color: #a3d6fc; }
  .ax-btn-outline-blue-lighten:focus, .ax-btn-outline-blue-lighten.focus, .ax-btn-outline-blue-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-blue-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-blue-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-blue-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-blue-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #a3d6fc; }
.ax-btn-blue-darken {
  background-color: #033860;
  color: #ffffff; }
  .ax-btn-blue-darken:hover {
    color: #ffffff;
    background-color: #044779;
    border-color: #03416f; }
  .ax-btn-blue-darken-h:hover {
    background-color: #033860 !important;
    color: #ffffff !important;
    border-color: #022f51 !important; }
  .ax-btn-blue-darken.ax-btn-hover-v1-left, .ax-btn-blue-darken.ax-btn-hover-v1-right, .ax-btn-blue-darken.ax-btn-hover-v1-top, .ax-btn-blue-darken.ax-btn-hover-v1-bottom {
    background-color: #033860; }
    .ax-btn-blue-darken.ax-btn-hover-v1-left:before, .ax-btn-blue-darken.ax-btn-hover-v1-right:before, .ax-btn-blue-darken.ax-btn-hover-v1-top:before, .ax-btn-blue-darken.ax-btn-hover-v1-bottom:before {
      background-color: #03416f;
      z-index: 1; }
  .ax-btn-blue-darken[class*="ax-btn-hover-v2"] {
    background-color: #033860; }
  .ax-btn-blue-darken:focus, .ax-btn-blue-darken.focus, .ax-btn-blue-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-blue-darken {
  color: #033860;
  background-color: transparent;
  background-image: none;
  border-color: #033860 !important; }
  .ax-btn-outline-blue-darken:hover {
    color: #ffffff;
    background-color: #033860;
    border-color: #033860; }
  .ax-btn-outline-blue-darken:focus, .ax-btn-outline-blue-darken.focus, .ax-btn-outline-blue-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-blue-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-blue-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-blue-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-blue-darken.ax-btn-hover-v1-bottom:before {
    background-color: #033860; }
.ax-btn-blue {
  background-color: #0e94f8;
  color: #ffffff; }
  .ax-btn-blue:hover {
    color: #ffffff;
    background-color: #279ff9;
    border-color: #1d9bf8; }
  .ax-btn-blue-h:hover {
    background-color: #0e94f8 !important;
    color: #ffffff !important;
    border-color: #078cf0 !important; }
  .ax-btn-blue.ax-btn-hover-v1-left, .ax-btn-blue.ax-btn-hover-v1-right, .ax-btn-blue.ax-btn-hover-v1-top, .ax-btn-blue.ax-btn-hover-v1-bottom {
    background-color: #0e94f8; }
    .ax-btn-blue.ax-btn-hover-v1-left:before, .ax-btn-blue.ax-btn-hover-v1-right:before, .ax-btn-blue.ax-btn-hover-v1-top:before, .ax-btn-blue.ax-btn-hover-v1-bottom:before {
      background-color: #1d9bf8;
      z-index: 1; }
  .ax-btn-blue[class*="ax-btn-hover-v2"] {
    background-color: #0e94f8; }
  .ax-btn-blue:focus, .ax-btn-blue.focus, .ax-btn-blue:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-blue {
  color: #0e94f8;
  background-color: transparent;
  background-image: none;
  border-color: #0e94f8 !important; }
  .ax-btn-outline-blue:hover {
    color: #ffffff;
    background-color: #0e94f8;
    border-color: #0e94f8; }
  .ax-btn-outline-blue:focus, .ax-btn-outline-blue.focus, .ax-btn-outline-blue:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-blue.ax-btn-hover-v1-left:before, .ax-btn-outline-blue.ax-btn-hover-v1-right:before, .ax-btn-outline-blue.ax-btn-hover-v1-top:before, .ax-btn-outline-blue.ax-btn-hover-v1-bottom:before {
    background-color: #0e94f8; }
.ax-btn-purple-lighten {
  background-color: #d4cee8;
  color: #5e6373; }
  .ax-btn-purple-lighten:hover {
    color: #5e6373;
    background-color: #e4dff0;
    border-color: #ddd8ed; }
  .ax-btn-purple-lighten-h:hover {
    background-color: #d4cee8 !important;
    color: #5e6373 !important;
    border-color: #cbc4e3 !important; }
  .ax-btn-purple-lighten.ax-btn-hover-v1-left, .ax-btn-purple-lighten.ax-btn-hover-v1-right, .ax-btn-purple-lighten.ax-btn-hover-v1-top, .ax-btn-purple-lighten.ax-btn-hover-v1-bottom {
    background-color: #d4cee8; }
    .ax-btn-purple-lighten.ax-btn-hover-v1-left:before, .ax-btn-purple-lighten.ax-btn-hover-v1-right:before, .ax-btn-purple-lighten.ax-btn-hover-v1-top:before, .ax-btn-purple-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #ddd8ed;
      z-index: 1; }
  .ax-btn-purple-lighten[class*="ax-btn-hover-v2"] {
    background-color: #d4cee8; }
  .ax-btn-purple-lighten:focus, .ax-btn-purple-lighten.focus, .ax-btn-purple-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-purple-lighten {
  color: #d4cee8;
  background-color: transparent;
  background-image: none;
  border-color: #d4cee8 !important; }
  .ax-btn-outline-purple-lighten:hover {
    color: #5e6373;
    background-color: #d4cee8;
    border-color: #d4cee8; }
  .ax-btn-outline-purple-lighten:focus, .ax-btn-outline-purple-lighten.focus, .ax-btn-outline-purple-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-purple-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-purple-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-purple-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-purple-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #d4cee8; }
.ax-btn-purple-darken {
  background-color: #322753;
  color: #ffffff; }
  .ax-btn-purple-darken:hover {
    color: #ffffff;
    background-color: #3c2f64;
    border-color: #382c5d; }
  .ax-btn-purple-darken-h:hover {
    background-color: #322753 !important;
    color: #ffffff !important;
    border-color: #2c2248 !important; }
  .ax-btn-purple-darken.ax-btn-hover-v1-left, .ax-btn-purple-darken.ax-btn-hover-v1-right, .ax-btn-purple-darken.ax-btn-hover-v1-top, .ax-btn-purple-darken.ax-btn-hover-v1-bottom {
    background-color: #322753; }
    .ax-btn-purple-darken.ax-btn-hover-v1-left:before, .ax-btn-purple-darken.ax-btn-hover-v1-right:before, .ax-btn-purple-darken.ax-btn-hover-v1-top:before, .ax-btn-purple-darken.ax-btn-hover-v1-bottom:before {
      background-color: #382c5d;
      z-index: 1; }
  .ax-btn-purple-darken[class*="ax-btn-hover-v2"] {
    background-color: #322753; }
  .ax-btn-purple-darken:focus, .ax-btn-purple-darken.focus, .ax-btn-purple-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-purple-darken {
  color: #322753;
  background-color: transparent;
  background-image: none;
  border-color: #322753 !important; }
  .ax-btn-outline-purple-darken:hover {
    color: #ffffff;
    background-color: #322753;
    border-color: #322753; }
  .ax-btn-outline-purple-darken:focus, .ax-btn-outline-purple-darken.focus, .ax-btn-outline-purple-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-purple-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-purple-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-purple-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-purple-darken.ax-btn-hover-v1-bottom:before {
    background-color: #322753; }
.ax-btn-purple {
  background-color: #7a66b7;
  color: #ffffff; }
  .ax-btn-purple:hover {
    color: #ffffff;
    background-color: #8977bf;
    border-color: #8370bc; }
  .ax-btn-purple-h:hover {
    background-color: #7a66b7 !important;
    color: #ffffff !important;
    border-color: #715cb2 !important; }
  .ax-btn-purple.ax-btn-hover-v1-left, .ax-btn-purple.ax-btn-hover-v1-right, .ax-btn-purple.ax-btn-hover-v1-top, .ax-btn-purple.ax-btn-hover-v1-bottom {
    background-color: #7a66b7; }
    .ax-btn-purple.ax-btn-hover-v1-left:before, .ax-btn-purple.ax-btn-hover-v1-right:before, .ax-btn-purple.ax-btn-hover-v1-top:before, .ax-btn-purple.ax-btn-hover-v1-bottom:before {
      background-color: #8370bc;
      z-index: 1; }
  .ax-btn-purple[class*="ax-btn-hover-v2"] {
    background-color: #7a66b7; }
  .ax-btn-purple:focus, .ax-btn-purple.focus, .ax-btn-purple:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-purple {
  color: #7a66b7;
  background-color: transparent;
  background-image: none;
  border-color: #7a66b7 !important; }
  .ax-btn-outline-purple:hover {
    color: #ffffff;
    background-color: #7a66b7;
    border-color: #7a66b7; }
  .ax-btn-outline-purple:focus, .ax-btn-outline-purple.focus, .ax-btn-outline-purple:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-purple.ax-btn-hover-v1-left:before, .ax-btn-outline-purple.ax-btn-hover-v1-right:before, .ax-btn-outline-purple.ax-btn-hover-v1-top:before, .ax-btn-outline-purple.ax-btn-hover-v1-bottom:before {
    background-color: #7a66b7; }
.ax-btn-red-lighten {
  background-color: #efaab2;
  color: #ffffff; }
  .ax-btn-red-lighten:hover {
    color: #ffffff;
    background-color: #f3c0c5;
    border-color: #f1b7be; }
  .ax-btn-red-lighten-h:hover {
    background-color: #efaab2 !important;
    color: #ffffff !important;
    border-color: #ec9da6 !important; }
  .ax-btn-red-lighten.ax-btn-hover-v1-left, .ax-btn-red-lighten.ax-btn-hover-v1-right, .ax-btn-red-lighten.ax-btn-hover-v1-top, .ax-btn-red-lighten.ax-btn-hover-v1-bottom {
    background-color: #efaab2; }
    .ax-btn-red-lighten.ax-btn-hover-v1-left:before, .ax-btn-red-lighten.ax-btn-hover-v1-right:before, .ax-btn-red-lighten.ax-btn-hover-v1-top:before, .ax-btn-red-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #f1b7be;
      z-index: 1; }
  .ax-btn-red-lighten[class*="ax-btn-hover-v2"] {
    background-color: #efaab2; }
  .ax-btn-red-lighten:focus, .ax-btn-red-lighten.focus, .ax-btn-red-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-red-lighten {
  color: #efaab2;
  background-color: transparent;
  background-image: none;
  border-color: #efaab2 !important; }
  .ax-btn-outline-red-lighten:hover {
    color: #ffffff;
    background-color: #efaab2;
    border-color: #efaab2; }
  .ax-btn-outline-red-lighten:focus, .ax-btn-outline-red-lighten.focus, .ax-btn-outline-red-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-red-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-red-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-red-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-red-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #efaab2; }
.ax-btn-red-darken {
  background-color: #4e0f16;
  color: #ffffff; }
  .ax-btn-red-darken:hover {
    color: #ffffff;
    background-color: #63131c;
    border-color: #5b111a; }
  .ax-btn-red-darken-h:hover {
    background-color: #4e0f16 !important;
    color: #ffffff !important;
    border-color: #410d12 !important; }
  .ax-btn-red-darken.ax-btn-hover-v1-left, .ax-btn-red-darken.ax-btn-hover-v1-right, .ax-btn-red-darken.ax-btn-hover-v1-top, .ax-btn-red-darken.ax-btn-hover-v1-bottom {
    background-color: #4e0f16; }
    .ax-btn-red-darken.ax-btn-hover-v1-left:before, .ax-btn-red-darken.ax-btn-hover-v1-right:before, .ax-btn-red-darken.ax-btn-hover-v1-top:before, .ax-btn-red-darken.ax-btn-hover-v1-bottom:before {
      background-color: #5b111a;
      z-index: 1; }
  .ax-btn-red-darken[class*="ax-btn-hover-v2"] {
    background-color: #4e0f16; }
  .ax-btn-red-darken:focus, .ax-btn-red-darken.focus, .ax-btn-red-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-red-darken {
  color: #4e0f16;
  background-color: transparent;
  background-image: none;
  border-color: #4e0f16 !important; }
  .ax-btn-outline-red-darken:hover {
    color: #ffffff;
    background-color: #4e0f16;
    border-color: #4e0f16; }
  .ax-btn-outline-red-darken:focus, .ax-btn-outline-red-darken.focus, .ax-btn-outline-red-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-red-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-red-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-red-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-red-darken.ax-btn-hover-v1-bottom:before {
    background-color: #4e0f16; }
.ax-btn-red {
  background-color: #d62a3d;
  color: #ffffff; }
  .ax-btn-red:hover {
    color: #ffffff;
    background-color: #da3f50;
    border-color: #d83749; }
  .ax-btn-red-h:hover {
    background-color: #d62a3d !important;
    color: #ffffff !important;
    border-color: #ca2739 !important; }
  .ax-btn-red.ax-btn-hover-v1-left, .ax-btn-red.ax-btn-hover-v1-right, .ax-btn-red.ax-btn-hover-v1-top, .ax-btn-red.ax-btn-hover-v1-bottom {
    background-color: #d62a3d; }
    .ax-btn-red.ax-btn-hover-v1-left:before, .ax-btn-red.ax-btn-hover-v1-right:before, .ax-btn-red.ax-btn-hover-v1-top:before, .ax-btn-red.ax-btn-hover-v1-bottom:before {
      background-color: #d83749;
      z-index: 1; }
  .ax-btn-red[class*="ax-btn-hover-v2"] {
    background-color: #d62a3d; }
  .ax-btn-red:focus, .ax-btn-red.focus, .ax-btn-red:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-red {
  color: #d62a3d;
  background-color: transparent;
  background-image: none;
  border-color: #d62a3d !important; }
  .ax-btn-outline-red:hover {
    color: #ffffff;
    background-color: #d62a3d;
    border-color: #d62a3d; }
  .ax-btn-outline-red:focus, .ax-btn-outline-red.focus, .ax-btn-outline-red:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-red.ax-btn-hover-v1-left:before, .ax-btn-outline-red.ax-btn-hover-v1-right:before, .ax-btn-outline-red.ax-btn-hover-v1-top:before, .ax-btn-outline-red.ax-btn-hover-v1-bottom:before {
    background-color: #d62a3d; }
.ax-btn-orange-lighten {
  background-color: #ffd699;
  color: #5e6373; }
  .ax-btn-orange-lighten:hover {
    color: #5e6373;
    background-color: #ffe0b3;
    border-color: #ffdca8; }
  .ax-btn-orange-lighten-h:hover {
    background-color: #ffd699 !important;
    color: #5e6373 !important;
    border-color: #ffd08a !important; }
  .ax-btn-orange-lighten.ax-btn-hover-v1-left, .ax-btn-orange-lighten.ax-btn-hover-v1-right, .ax-btn-orange-lighten.ax-btn-hover-v1-top, .ax-btn-orange-lighten.ax-btn-hover-v1-bottom {
    background-color: #ffd699; }
    .ax-btn-orange-lighten.ax-btn-hover-v1-left:before, .ax-btn-orange-lighten.ax-btn-hover-v1-right:before, .ax-btn-orange-lighten.ax-btn-hover-v1-top:before, .ax-btn-orange-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #ffdca8;
      z-index: 1; }
  .ax-btn-orange-lighten[class*="ax-btn-hover-v2"] {
    background-color: #ffd699; }
  .ax-btn-orange-lighten:focus, .ax-btn-orange-lighten.focus, .ax-btn-orange-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-orange-lighten {
  color: #ffd699;
  background-color: transparent;
  background-image: none;
  border-color: #ffd699 !important; }
  .ax-btn-outline-orange-lighten:hover {
    color: #5e6373;
    background-color: #ffd699;
    border-color: #ffd699; }
  .ax-btn-outline-orange-lighten:focus, .ax-btn-outline-orange-lighten.focus, .ax-btn-outline-orange-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-orange-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-orange-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-orange-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-orange-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #ffd699; }
.ax-btn-orange-darken {
  background-color: #5c3700;
  color: #ffffff; }
  .ax-btn-orange-darken:hover {
    color: #ffffff;
    background-color: #754600;
    border-color: #6b4000; }
  .ax-btn-orange-darken-h:hover {
    background-color: #5c3700 !important;
    color: #ffffff !important;
    border-color: #4d2e00 !important; }
  .ax-btn-orange-darken.ax-btn-hover-v1-left, .ax-btn-orange-darken.ax-btn-hover-v1-right, .ax-btn-orange-darken.ax-btn-hover-v1-top, .ax-btn-orange-darken.ax-btn-hover-v1-bottom {
    background-color: #5c3700; }
    .ax-btn-orange-darken.ax-btn-hover-v1-left:before, .ax-btn-orange-darken.ax-btn-hover-v1-right:before, .ax-btn-orange-darken.ax-btn-hover-v1-top:before, .ax-btn-orange-darken.ax-btn-hover-v1-bottom:before {
      background-color: #6b4000;
      z-index: 1; }
  .ax-btn-orange-darken[class*="ax-btn-hover-v2"] {
    background-color: #5c3700; }
  .ax-btn-orange-darken:focus, .ax-btn-orange-darken.focus, .ax-btn-orange-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-orange-darken {
  color: #5c3700;
  background-color: transparent;
  background-image: none;
  border-color: #5c3700 !important; }
  .ax-btn-outline-orange-darken:hover {
    color: #ffffff;
    background-color: #5c3700;
    border-color: #5c3700; }
  .ax-btn-outline-orange-darken:focus, .ax-btn-outline-orange-darken.focus, .ax-btn-outline-orange-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-orange-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-orange-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-orange-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-orange-darken.ax-btn-hover-v1-bottom:before {
    background-color: #5c3700; }
.ax-btn-orange {
  background-color: #FF9800;
  color: #ffffff; }
  .ax-btn-orange:hover {
    color: #ffffff;
    background-color: #ffa21a;
    border-color: #ff9e0f; }
  .ax-btn-orange-h:hover {
    background-color: #FF9800 !important;
    color: #ffffff !important;
    border-color: #f08f00 !important; }
  .ax-btn-orange.ax-btn-hover-v1-left, .ax-btn-orange.ax-btn-hover-v1-right, .ax-btn-orange.ax-btn-hover-v1-top, .ax-btn-orange.ax-btn-hover-v1-bottom {
    background-color: #FF9800; }
    .ax-btn-orange.ax-btn-hover-v1-left:before, .ax-btn-orange.ax-btn-hover-v1-right:before, .ax-btn-orange.ax-btn-hover-v1-top:before, .ax-btn-orange.ax-btn-hover-v1-bottom:before {
      background-color: #ff9e0f;
      z-index: 1; }
  .ax-btn-orange[class*="ax-btn-hover-v2"] {
    background-color: #FF9800; }
  .ax-btn-orange:focus, .ax-btn-orange.focus, .ax-btn-orange:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-orange {
  color: #FF9800;
  background-color: transparent;
  background-image: none;
  border-color: #FF9800 !important; }
  .ax-btn-outline-orange:hover {
    color: #ffffff;
    background-color: #FF9800;
    border-color: #FF9800; }
  .ax-btn-outline-orange:focus, .ax-btn-outline-orange.focus, .ax-btn-outline-orange:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-orange.ax-btn-hover-v1-left:before, .ax-btn-outline-orange.ax-btn-hover-v1-right:before, .ax-btn-outline-orange.ax-btn-hover-v1-top:before, .ax-btn-outline-orange.ax-btn-hover-v1-bottom:before {
    background-color: #FF9800; }
.ax-btn-deep-orange-lighten {
  background-color: #fcc9bb;
  color: #5e6373; }
  .ax-btn-deep-orange-lighten:hover {
    color: #5e6373;
    background-color: #fddcd3;
    border-color: #fdd5c9; }
  .ax-btn-deep-orange-lighten-h:hover {
    background-color: #fcc9bb !important;
    color: #5e6373 !important;
    border-color: #fcbeac !important; }
  .ax-btn-deep-orange-lighten.ax-btn-hover-v1-left, .ax-btn-deep-orange-lighten.ax-btn-hover-v1-right, .ax-btn-deep-orange-lighten.ax-btn-hover-v1-top, .ax-btn-deep-orange-lighten.ax-btn-hover-v1-bottom {
    background-color: #fcc9bb; }
    .ax-btn-deep-orange-lighten.ax-btn-hover-v1-left:before, .ax-btn-deep-orange-lighten.ax-btn-hover-v1-right:before, .ax-btn-deep-orange-lighten.ax-btn-hover-v1-top:before, .ax-btn-deep-orange-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #fdd5c9;
      z-index: 1; }
  .ax-btn-deep-orange-lighten[class*="ax-btn-hover-v2"] {
    background-color: #fcc9bb; }
  .ax-btn-deep-orange-lighten:focus, .ax-btn-deep-orange-lighten.focus, .ax-btn-deep-orange-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-deep-orange-lighten {
  color: #fcc9bb;
  background-color: transparent;
  background-image: none;
  border-color: #fcc9bb !important; }
  .ax-btn-outline-deep-orange-lighten:hover {
    color: #5e6373;
    background-color: #fcc9bb;
    border-color: #fcc9bb; }
  .ax-btn-outline-deep-orange-lighten:focus, .ax-btn-outline-deep-orange-lighten.focus, .ax-btn-outline-deep-orange-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-deep-orange-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-deep-orange-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-deep-orange-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-deep-orange-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #fcc9bb; }
.ax-btn-deep-orange-darken {
  background-color: #761e04;
  color: #ffffff; }
  .ax-btn-deep-orange-darken:hover {
    color: #ffffff;
    background-color: #8f2405;
    border-color: #852105; }
  .ax-btn-deep-orange-darken-h:hover {
    background-color: #761e04 !important;
    color: #ffffff !important;
    border-color: #681a04 !important; }
  .ax-btn-deep-orange-darken.ax-btn-hover-v1-left, .ax-btn-deep-orange-darken.ax-btn-hover-v1-right, .ax-btn-deep-orange-darken.ax-btn-hover-v1-top, .ax-btn-deep-orange-darken.ax-btn-hover-v1-bottom {
    background-color: #761e04; }
    .ax-btn-deep-orange-darken.ax-btn-hover-v1-left:before, .ax-btn-deep-orange-darken.ax-btn-hover-v1-right:before, .ax-btn-deep-orange-darken.ax-btn-hover-v1-top:before, .ax-btn-deep-orange-darken.ax-btn-hover-v1-bottom:before {
      background-color: #852105;
      z-index: 1; }
  .ax-btn-deep-orange-darken[class*="ax-btn-hover-v2"] {
    background-color: #761e04; }
  .ax-btn-deep-orange-darken:focus, .ax-btn-deep-orange-darken.focus, .ax-btn-deep-orange-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-deep-orange-darken {
  color: #761e04;
  background-color: transparent;
  background-image: none;
  border-color: #761e04 !important; }
  .ax-btn-outline-deep-orange-darken:hover {
    color: #ffffff;
    background-color: #761e04;
    border-color: #761e04; }
  .ax-btn-outline-deep-orange-darken:focus, .ax-btn-outline-deep-orange-darken.focus, .ax-btn-outline-deep-orange-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-deep-orange-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-deep-orange-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-deep-orange-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-deep-orange-darken.ax-btn-hover-v1-bottom:before {
    background-color: #761e04; }
.ax-btn-deep-orange {
  background-color: #f75527;
  color: #ffffff; }
  .ax-btn-deep-orange:hover {
    color: #ffffff;
    background-color: #f86840;
    border-color: #f86136; }
  .ax-btn-deep-orange-h:hover {
    background-color: #f75527 !important;
    color: #ffffff !important;
    border-color: #f64918 !important; }
  .ax-btn-deep-orange.ax-btn-hover-v1-left, .ax-btn-deep-orange.ax-btn-hover-v1-right, .ax-btn-deep-orange.ax-btn-hover-v1-top, .ax-btn-deep-orange.ax-btn-hover-v1-bottom {
    background-color: #f75527; }
    .ax-btn-deep-orange.ax-btn-hover-v1-left:before, .ax-btn-deep-orange.ax-btn-hover-v1-right:before, .ax-btn-deep-orange.ax-btn-hover-v1-top:before, .ax-btn-deep-orange.ax-btn-hover-v1-bottom:before {
      background-color: #f86136;
      z-index: 1; }
  .ax-btn-deep-orange[class*="ax-btn-hover-v2"] {
    background-color: #f75527; }
  .ax-btn-deep-orange:focus, .ax-btn-deep-orange.focus, .ax-btn-deep-orange:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-deep-orange {
  color: #f75527;
  background-color: transparent;
  background-image: none;
  border-color: #f75527 !important; }
  .ax-btn-outline-deep-orange:hover {
    color: #ffffff;
    background-color: #f75527;
    border-color: #f75527; }
  .ax-btn-outline-deep-orange:focus, .ax-btn-outline-deep-orange.focus, .ax-btn-outline-deep-orange:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-deep-orange.ax-btn-hover-v1-left:before, .ax-btn-outline-deep-orange.ax-btn-hover-v1-right:before, .ax-btn-outline-deep-orange.ax-btn-hover-v1-top:before, .ax-btn-outline-deep-orange.ax-btn-hover-v1-bottom:before {
    background-color: #f75527; }
.ax-btn-brown-lighten {
  background-color: #dbb389;
  color: #ffffff; }
  .ax-btn-brown-lighten:hover {
    color: #ffffff;
    background-color: #e1c09d;
    border-color: #debb95; }
  .ax-btn-brown-lighten-h:hover {
    background-color: #dbb389 !important;
    color: #ffffff !important;
    border-color: #d7ac7e !important; }
  .ax-btn-brown-lighten.ax-btn-hover-v1-left, .ax-btn-brown-lighten.ax-btn-hover-v1-right, .ax-btn-brown-lighten.ax-btn-hover-v1-top, .ax-btn-brown-lighten.ax-btn-hover-v1-bottom {
    background-color: #dbb389; }
    .ax-btn-brown-lighten.ax-btn-hover-v1-left:before, .ax-btn-brown-lighten.ax-btn-hover-v1-right:before, .ax-btn-brown-lighten.ax-btn-hover-v1-top:before, .ax-btn-brown-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #debb95;
      z-index: 1; }
  .ax-btn-brown-lighten[class*="ax-btn-hover-v2"] {
    background-color: #dbb389; }
  .ax-btn-brown-lighten:focus, .ax-btn-brown-lighten.focus, .ax-btn-brown-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-brown-lighten {
  color: #dbb389;
  background-color: transparent;
  background-image: none;
  border-color: #dbb389 !important; }
  .ax-btn-outline-brown-lighten:hover {
    color: #ffffff;
    background-color: #dbb389;
    border-color: #dbb389; }
  .ax-btn-outline-brown-lighten:focus, .ax-btn-outline-brown-lighten.focus, .ax-btn-outline-brown-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-brown-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-brown-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-brown-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-brown-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #dbb389; }
.ax-btn-brown-darken {
  background-color: #1e1409;
  color: #ffffff; }
  .ax-btn-brown-darken:hover {
    color: #ffffff;
    background-color: #32210f;
    border-color: #2a1c0d; }
  .ax-btn-brown-darken-h:hover {
    background-color: #1e1409 !important;
    color: #ffffff !important;
    border-color: #130c06 !important; }
  .ax-btn-brown-darken.ax-btn-hover-v1-left, .ax-btn-brown-darken.ax-btn-hover-v1-right, .ax-btn-brown-darken.ax-btn-hover-v1-top, .ax-btn-brown-darken.ax-btn-hover-v1-bottom {
    background-color: #1e1409; }
    .ax-btn-brown-darken.ax-btn-hover-v1-left:before, .ax-btn-brown-darken.ax-btn-hover-v1-right:before, .ax-btn-brown-darken.ax-btn-hover-v1-top:before, .ax-btn-brown-darken.ax-btn-hover-v1-bottom:before {
      background-color: #2a1c0d;
      z-index: 1; }
  .ax-btn-brown-darken[class*="ax-btn-hover-v2"] {
    background-color: #1e1409; }
  .ax-btn-brown-darken:focus, .ax-btn-brown-darken.focus, .ax-btn-brown-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-brown-darken {
  color: #1e1409;
  background-color: transparent;
  background-image: none;
  border-color: #1e1409 !important; }
  .ax-btn-outline-brown-darken:hover {
    color: #ffffff;
    background-color: #1e1409;
    border-color: #1e1409; }
  .ax-btn-outline-brown-darken:focus, .ax-btn-outline-brown-darken.focus, .ax-btn-outline-brown-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-brown-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-brown-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-brown-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-brown-darken.ax-btn-hover-v1-bottom:before {
    background-color: #1e1409; }
.ax-btn-brown {
  background-color: #9b6730;
  color: #ffffff; }
  .ax-btn-brown:hover {
    color: #ffffff;
    background-color: #ae7436;
    border-color: #a76f34; }
  .ax-btn-brown-h:hover {
    background-color: #9b6730 !important;
    color: #ffffff !important;
    border-color: #8f5f2c !important; }
  .ax-btn-brown.ax-btn-hover-v1-left, .ax-btn-brown.ax-btn-hover-v1-right, .ax-btn-brown.ax-btn-hover-v1-top, .ax-btn-brown.ax-btn-hover-v1-bottom {
    background-color: #9b6730; }
    .ax-btn-brown.ax-btn-hover-v1-left:before, .ax-btn-brown.ax-btn-hover-v1-right:before, .ax-btn-brown.ax-btn-hover-v1-top:before, .ax-btn-brown.ax-btn-hover-v1-bottom:before {
      background-color: #a76f34;
      z-index: 1; }
  .ax-btn-brown[class*="ax-btn-hover-v2"] {
    background-color: #9b6730; }
  .ax-btn-brown:focus, .ax-btn-brown.focus, .ax-btn-brown:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-brown {
  color: #9b6730;
  background-color: transparent;
  background-image: none;
  border-color: #9b6730 !important; }
  .ax-btn-outline-brown:hover {
    color: #ffffff;
    background-color: #9b6730;
    border-color: #9b6730; }
  .ax-btn-outline-brown:focus, .ax-btn-outline-brown.focus, .ax-btn-outline-brown:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-brown.ax-btn-hover-v1-left:before, .ax-btn-outline-brown.ax-btn-hover-v1-right:before, .ax-btn-outline-brown.ax-btn-hover-v1-top:before, .ax-btn-outline-brown.ax-btn-hover-v1-bottom:before {
    background-color: #9b6730; }
.ax-btn-yellow-lighten {
  background-color: #fff9d9;
  color: #5e6373; }
  .ax-btn-yellow-lighten:hover {
    color: #5e6373;
    background-color: #fffdf3;
    border-color: #fffbe8; }
  .ax-btn-yellow-lighten-h:hover {
    background-color: #fff9d9 !important;
    color: #5e6373 !important;
    border-color: #fff6ca !important; }
  .ax-btn-yellow-lighten.ax-btn-hover-v1-left, .ax-btn-yellow-lighten.ax-btn-hover-v1-right, .ax-btn-yellow-lighten.ax-btn-hover-v1-top, .ax-btn-yellow-lighten.ax-btn-hover-v1-bottom {
    background-color: #fff9d9; }
    .ax-btn-yellow-lighten.ax-btn-hover-v1-left:before, .ax-btn-yellow-lighten.ax-btn-hover-v1-right:before, .ax-btn-yellow-lighten.ax-btn-hover-v1-top:before, .ax-btn-yellow-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #fffbe8;
      z-index: 1; }
  .ax-btn-yellow-lighten[class*="ax-btn-hover-v2"] {
    background-color: #fff9d9; }
  .ax-btn-yellow-lighten:focus, .ax-btn-yellow-lighten.focus, .ax-btn-yellow-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-yellow-lighten {
  color: #fff9d9;
  background-color: transparent;
  background-image: none;
  border-color: #fff9d9 !important; }
  .ax-btn-outline-yellow-lighten:hover {
    color: #5e6373;
    background-color: #fff9d9;
    border-color: #fff9d9; }
  .ax-btn-outline-yellow-lighten:focus, .ax-btn-outline-yellow-lighten.focus, .ax-btn-outline-yellow-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-yellow-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-yellow-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-yellow-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-yellow-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #fff9d9; }
.ax-btn-yellow-darken {
  background-color: #9c8200;
  color: #ffffff; }
  .ax-btn-yellow-darken:hover {
    color: #ffffff;
    background-color: #b59700;
    border-color: #ab8e00; }
  .ax-btn-yellow-darken-h:hover {
    background-color: #9c8200 !important;
    color: #ffffff !important;
    border-color: #8d7500 !important; }
  .ax-btn-yellow-darken.ax-btn-hover-v1-left, .ax-btn-yellow-darken.ax-btn-hover-v1-right, .ax-btn-yellow-darken.ax-btn-hover-v1-top, .ax-btn-yellow-darken.ax-btn-hover-v1-bottom {
    background-color: #9c8200; }
    .ax-btn-yellow-darken.ax-btn-hover-v1-left:before, .ax-btn-yellow-darken.ax-btn-hover-v1-right:before, .ax-btn-yellow-darken.ax-btn-hover-v1-top:before, .ax-btn-yellow-darken.ax-btn-hover-v1-bottom:before {
      background-color: #ab8e00;
      z-index: 1; }
  .ax-btn-yellow-darken[class*="ax-btn-hover-v2"] {
    background-color: #9c8200; }
  .ax-btn-yellow-darken:focus, .ax-btn-yellow-darken.focus, .ax-btn-yellow-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-yellow-darken {
  color: #9c8200;
  background-color: transparent;
  background-image: none;
  border-color: #9c8200 !important; }
  .ax-btn-outline-yellow-darken:hover {
    color: #ffffff;
    background-color: #9c8200;
    border-color: #9c8200; }
  .ax-btn-outline-yellow-darken:focus, .ax-btn-outline-yellow-darken.focus, .ax-btn-outline-yellow-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-yellow-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-yellow-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-yellow-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-yellow-darken.ax-btn-hover-v1-bottom:before {
    background-color: #9c8200; }
.ax-btn-yellow {
  background-color: #ffdf40;
  color: #5e6373; }
  .ax-btn-yellow:hover {
    color: #5e6373;
    background-color: #ffe35a;
    border-color: #ffe24f; }
  .ax-btn-yellow-h:hover {
    background-color: #ffdf40 !important;
    color: #5e6373 !important;
    border-color: #ffdc31 !important; }
  .ax-btn-yellow.ax-btn-hover-v1-left, .ax-btn-yellow.ax-btn-hover-v1-right, .ax-btn-yellow.ax-btn-hover-v1-top, .ax-btn-yellow.ax-btn-hover-v1-bottom {
    background-color: #ffdf40; }
    .ax-btn-yellow.ax-btn-hover-v1-left:before, .ax-btn-yellow.ax-btn-hover-v1-right:before, .ax-btn-yellow.ax-btn-hover-v1-top:before, .ax-btn-yellow.ax-btn-hover-v1-bottom:before {
      background-color: #ffe24f;
      z-index: 1; }
  .ax-btn-yellow[class*="ax-btn-hover-v2"] {
    background-color: #ffdf40; }
  .ax-btn-yellow:focus, .ax-btn-yellow.focus, .ax-btn-yellow:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-yellow {
  color: #ffdf40;
  background-color: transparent;
  background-image: none;
  border-color: #ffdf40 !important; }
  .ax-btn-outline-yellow:hover {
    color: #5e6373;
    background-color: #ffdf40;
    border-color: #ffdf40; }
  .ax-btn-outline-yellow:focus, .ax-btn-outline-yellow.focus, .ax-btn-outline-yellow:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-yellow.ax-btn-hover-v1-left:before, .ax-btn-outline-yellow.ax-btn-hover-v1-right:before, .ax-btn-outline-yellow.ax-btn-hover-v1-top:before, .ax-btn-outline-yellow.ax-btn-hover-v1-bottom:before {
    background-color: #ffdf40; }
.ax-btn-green-lighten {
  background-color: #5affbd;
  color: #ffffff; }
  .ax-btn-green-lighten:hover {
    color: #ffffff;
    background-color: #74ffc7;
    border-color: #69ffc3; }
  .ax-btn-green-lighten-h:hover {
    background-color: #5affbd !important;
    color: #ffffff !important;
    border-color: #4bffb7 !important; }
  .ax-btn-green-lighten.ax-btn-hover-v1-left, .ax-btn-green-lighten.ax-btn-hover-v1-right, .ax-btn-green-lighten.ax-btn-hover-v1-top, .ax-btn-green-lighten.ax-btn-hover-v1-bottom {
    background-color: #5affbd; }
    .ax-btn-green-lighten.ax-btn-hover-v1-left:before, .ax-btn-green-lighten.ax-btn-hover-v1-right:before, .ax-btn-green-lighten.ax-btn-hover-v1-top:before, .ax-btn-green-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #69ffc3;
      z-index: 1; }
  .ax-btn-green-lighten[class*="ax-btn-hover-v2"] {
    background-color: #5affbd; }
  .ax-btn-green-lighten:focus, .ax-btn-green-lighten.focus, .ax-btn-green-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-green-lighten {
  color: #5affbd;
  background-color: transparent;
  background-image: none;
  border-color: #5affbd !important; }
  .ax-btn-outline-green-lighten:hover {
    color: #ffffff;
    background-color: #5affbd;
    border-color: #5affbd; }
  .ax-btn-outline-green-lighten:focus, .ax-btn-outline-green-lighten.focus, .ax-btn-outline-green-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-green-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-green-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-green-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-green-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #5affbd; }
.ax-btn-green-darken {
  background-color: #001d11;
  color: #ffffff; }
  .ax-btn-green-darken:hover {
    color: #ffffff;
    background-color: #003621;
    border-color: #002c1a; }
  .ax-btn-green-darken-h:hover {
    background-color: #001d11 !important;
    color: #ffffff !important;
    border-color: #000e08 !important; }
  .ax-btn-green-darken.ax-btn-hover-v1-left, .ax-btn-green-darken.ax-btn-hover-v1-right, .ax-btn-green-darken.ax-btn-hover-v1-top, .ax-btn-green-darken.ax-btn-hover-v1-bottom {
    background-color: #001d11; }
    .ax-btn-green-darken.ax-btn-hover-v1-left:before, .ax-btn-green-darken.ax-btn-hover-v1-right:before, .ax-btn-green-darken.ax-btn-hover-v1-top:before, .ax-btn-green-darken.ax-btn-hover-v1-bottom:before {
      background-color: #002c1a;
      z-index: 1; }
  .ax-btn-green-darken[class*="ax-btn-hover-v2"] {
    background-color: #001d11; }
  .ax-btn-green-darken:focus, .ax-btn-green-darken.focus, .ax-btn-green-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-green-darken {
  color: #001d11;
  background-color: transparent;
  background-image: none;
  border-color: #001d11 !important; }
  .ax-btn-outline-green-darken:hover {
    color: #ffffff;
    background-color: #001d11;
    border-color: #001d11; }
  .ax-btn-outline-green-darken:focus, .ax-btn-outline-green-darken.focus, .ax-btn-outline-green-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-green-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-green-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-green-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-green-darken.ax-btn-hover-v1-bottom:before {
    background-color: #001d11; }
.ax-btn-green {
  background-color: #00c073;
  color: #ffffff; }
  .ax-btn-green:hover {
    color: #ffffff;
    background-color: #00da82;
    border-color: #00cf7c; }
  .ax-btn-green-h:hover {
    background-color: #00c073 !important;
    color: #ffffff !important;
    border-color: #00b16a !important; }
  .ax-btn-green.ax-btn-hover-v1-left, .ax-btn-green.ax-btn-hover-v1-right, .ax-btn-green.ax-btn-hover-v1-top, .ax-btn-green.ax-btn-hover-v1-bottom {
    background-color: #00c073; }
    .ax-btn-green.ax-btn-hover-v1-left:before, .ax-btn-green.ax-btn-hover-v1-right:before, .ax-btn-green.ax-btn-hover-v1-top:before, .ax-btn-green.ax-btn-hover-v1-bottom:before {
      background-color: #00cf7c;
      z-index: 1; }
  .ax-btn-green[class*="ax-btn-hover-v2"] {
    background-color: #00c073; }
  .ax-btn-green:focus, .ax-btn-green.focus, .ax-btn-green:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-green {
  color: #00c073;
  background-color: transparent;
  background-image: none;
  border-color: #00c073 !important; }
  .ax-btn-outline-green:hover {
    color: #ffffff;
    background-color: #00c073;
    border-color: #00c073; }
  .ax-btn-outline-green:focus, .ax-btn-outline-green.focus, .ax-btn-outline-green:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-green.ax-btn-hover-v1-left:before, .ax-btn-outline-green.ax-btn-hover-v1-right:before, .ax-btn-outline-green.ax-btn-hover-v1-top:before, .ax-btn-outline-green.ax-btn-hover-v1-bottom:before {
    background-color: #00c073; }
.ax-btn-teal-lighten {
  background-color: #77f6e0;
  color: #5e6373; }
  .ax-btn-teal-lighten:hover {
    color: #5e6373;
    background-color: #8ff8e5;
    border-color: #85f7e3; }
  .ax-btn-teal-lighten-h:hover {
    background-color: #77f6e0 !important;
    color: #5e6373 !important;
    border-color: #69f5dc !important; }
  .ax-btn-teal-lighten.ax-btn-hover-v1-left, .ax-btn-teal-lighten.ax-btn-hover-v1-right, .ax-btn-teal-lighten.ax-btn-hover-v1-top, .ax-btn-teal-lighten.ax-btn-hover-v1-bottom {
    background-color: #77f6e0; }
    .ax-btn-teal-lighten.ax-btn-hover-v1-left:before, .ax-btn-teal-lighten.ax-btn-hover-v1-right:before, .ax-btn-teal-lighten.ax-btn-hover-v1-top:before, .ax-btn-teal-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #85f7e3;
      z-index: 1; }
  .ax-btn-teal-lighten[class*="ax-btn-hover-v2"] {
    background-color: #77f6e0; }
  .ax-btn-teal-lighten:focus, .ax-btn-teal-lighten.focus, .ax-btn-teal-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-teal-lighten {
  color: #77f6e0;
  background-color: transparent;
  background-image: none;
  border-color: #77f6e0 !important; }
  .ax-btn-outline-teal-lighten:hover {
    color: #5e6373;
    background-color: #77f6e0;
    border-color: #77f6e0; }
  .ax-btn-outline-teal-lighten:focus, .ax-btn-outline-teal-lighten.focus, .ax-btn-outline-teal-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-teal-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-teal-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-teal-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-teal-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #77f6e0; }
.ax-btn-teal-darken {
  background-color: #032e26;
  color: #ffffff; }
  .ax-btn-teal-darken:hover {
    color: #ffffff;
    background-color: #05463a;
    border-color: #043c32; }
  .ax-btn-teal-darken-h:hover {
    background-color: #032e26 !important;
    color: #ffffff !important;
    border-color: #021f1a !important; }
  .ax-btn-teal-darken.ax-btn-hover-v1-left, .ax-btn-teal-darken.ax-btn-hover-v1-right, .ax-btn-teal-darken.ax-btn-hover-v1-top, .ax-btn-teal-darken.ax-btn-hover-v1-bottom {
    background-color: #032e26; }
    .ax-btn-teal-darken.ax-btn-hover-v1-left:before, .ax-btn-teal-darken.ax-btn-hover-v1-right:before, .ax-btn-teal-darken.ax-btn-hover-v1-top:before, .ax-btn-teal-darken.ax-btn-hover-v1-bottom:before {
      background-color: #043c32;
      z-index: 1; }
  .ax-btn-teal-darken[class*="ax-btn-hover-v2"] {
    background-color: #032e26; }
  .ax-btn-teal-darken:focus, .ax-btn-teal-darken.focus, .ax-btn-teal-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-teal-darken {
  color: #032e26;
  background-color: transparent;
  background-image: none;
  border-color: #032e26 !important; }
  .ax-btn-outline-teal-darken:hover {
    color: #ffffff;
    background-color: #032e26;
    border-color: #032e26; }
  .ax-btn-outline-teal-darken:focus, .ax-btn-outline-teal-darken.focus, .ax-btn-outline-teal-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-teal-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-teal-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-teal-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-teal-darken.ax-btn-hover-v1-bottom:before {
    background-color: #032e26; }
.ax-btn-teal {
  background-color: #0dc7a6;
  color: #ffffff; }
  .ax-btn-teal:hover {
    color: #ffffff;
    background-color: #0fdfba;
    border-color: #0ed5b2; }
  .ax-btn-teal-h:hover {
    background-color: #0dc7a6 !important;
    color: #ffffff !important;
    border-color: #0cb99a !important; }
  .ax-btn-teal.ax-btn-hover-v1-left, .ax-btn-teal.ax-btn-hover-v1-right, .ax-btn-teal.ax-btn-hover-v1-top, .ax-btn-teal.ax-btn-hover-v1-bottom {
    background-color: #0dc7a6; }
    .ax-btn-teal.ax-btn-hover-v1-left:before, .ax-btn-teal.ax-btn-hover-v1-right:before, .ax-btn-teal.ax-btn-hover-v1-top:before, .ax-btn-teal.ax-btn-hover-v1-bottom:before {
      background-color: #0ed5b2;
      z-index: 1; }
  .ax-btn-teal[class*="ax-btn-hover-v2"] {
    background-color: #0dc7a6; }
  .ax-btn-teal:focus, .ax-btn-teal.focus, .ax-btn-teal:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-teal {
  color: #0dc7a6;
  background-color: transparent;
  background-image: none;
  border-color: #0dc7a6 !important; }
  .ax-btn-outline-teal:hover {
    color: #ffffff;
    background-color: #0dc7a6;
    border-color: #0dc7a6; }
  .ax-btn-outline-teal:focus, .ax-btn-outline-teal.focus, .ax-btn-outline-teal:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-teal.ax-btn-hover-v1-left:before, .ax-btn-outline-teal.ax-btn-hover-v1-right:before, .ax-btn-outline-teal.ax-btn-hover-v1-top:before, .ax-btn-outline-teal.ax-btn-hover-v1-bottom:before {
    background-color: #0dc7a6; }
.ax-btn-cyan-lighten {
  background-color: #8ee7ef;
  color: #5e6373; }
  .ax-btn-cyan-lighten:hover {
    color: #5e6373;
    background-color: #a4ecf2;
    border-color: #9beaf1; }
  .ax-btn-cyan-lighten-h:hover {
    background-color: #8ee7ef !important;
    color: #5e6373 !important;
    border-color: #80e4ed !important; }
  .ax-btn-cyan-lighten.ax-btn-hover-v1-left, .ax-btn-cyan-lighten.ax-btn-hover-v1-right, .ax-btn-cyan-lighten.ax-btn-hover-v1-top, .ax-btn-cyan-lighten.ax-btn-hover-v1-bottom {
    background-color: #8ee7ef; }
    .ax-btn-cyan-lighten.ax-btn-hover-v1-left:before, .ax-btn-cyan-lighten.ax-btn-hover-v1-right:before, .ax-btn-cyan-lighten.ax-btn-hover-v1-top:before, .ax-btn-cyan-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #9beaf1;
      z-index: 1; }
  .ax-btn-cyan-lighten[class*="ax-btn-hover-v2"] {
    background-color: #8ee7ef; }
  .ax-btn-cyan-lighten:focus, .ax-btn-cyan-lighten.focus, .ax-btn-cyan-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-cyan-lighten {
  color: #8ee7ef;
  background-color: transparent;
  background-image: none;
  border-color: #8ee7ef !important; }
  .ax-btn-outline-cyan-lighten:hover {
    color: #5e6373;
    background-color: #8ee7ef;
    border-color: #8ee7ef; }
  .ax-btn-outline-cyan-lighten:focus, .ax-btn-outline-cyan-lighten.focus, .ax-btn-outline-cyan-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-cyan-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-cyan-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-cyan-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-cyan-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #8ee7ef; }
.ax-btn-cyan-darken {
  background-color: #083539;
  color: #ffffff; }
  .ax-btn-cyan-darken:hover {
    color: #ffffff;
    background-color: #0b4a4f;
    border-color: #0a4146; }
  .ax-btn-cyan-darken-h:hover {
    background-color: #083539 !important;
    color: #ffffff !important;
    border-color: #06282b !important; }
  .ax-btn-cyan-darken.ax-btn-hover-v1-left, .ax-btn-cyan-darken.ax-btn-hover-v1-right, .ax-btn-cyan-darken.ax-btn-hover-v1-top, .ax-btn-cyan-darken.ax-btn-hover-v1-bottom {
    background-color: #083539; }
    .ax-btn-cyan-darken.ax-btn-hover-v1-left:before, .ax-btn-cyan-darken.ax-btn-hover-v1-right:before, .ax-btn-cyan-darken.ax-btn-hover-v1-top:before, .ax-btn-cyan-darken.ax-btn-hover-v1-bottom:before {
      background-color: #0a4146;
      z-index: 1; }
  .ax-btn-cyan-darken[class*="ax-btn-hover-v2"] {
    background-color: #083539; }
  .ax-btn-cyan-darken:focus, .ax-btn-cyan-darken.focus, .ax-btn-cyan-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-cyan-darken {
  color: #083539;
  background-color: transparent;
  background-image: none;
  border-color: #083539 !important; }
  .ax-btn-outline-cyan-darken:hover {
    color: #ffffff;
    background-color: #083539;
    border-color: #083539; }
  .ax-btn-outline-cyan-darken:focus, .ax-btn-outline-cyan-darken.focus, .ax-btn-outline-cyan-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-cyan-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-cyan-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-cyan-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-cyan-darken.ax-btn-hover-v1-bottom:before {
    background-color: #083539; }
.ax-btn-cyan {
  background-color: #1cbac8;
  color: #ffffff; }
  .ax-btn-cyan:hover {
    color: #ffffff;
    background-color: #1fcfde;
    border-color: #1ec6d5; }
  .ax-btn-cyan-h:hover {
    background-color: #1cbac8 !important;
    color: #ffffff !important;
    border-color: #1aaebb !important; }
  .ax-btn-cyan.ax-btn-hover-v1-left, .ax-btn-cyan.ax-btn-hover-v1-right, .ax-btn-cyan.ax-btn-hover-v1-top, .ax-btn-cyan.ax-btn-hover-v1-bottom {
    background-color: #1cbac8; }
    .ax-btn-cyan.ax-btn-hover-v1-left:before, .ax-btn-cyan.ax-btn-hover-v1-right:before, .ax-btn-cyan.ax-btn-hover-v1-top:before, .ax-btn-cyan.ax-btn-hover-v1-bottom:before {
      background-color: #1ec6d5;
      z-index: 1; }
  .ax-btn-cyan[class*="ax-btn-hover-v2"] {
    background-color: #1cbac8; }
  .ax-btn-cyan:focus, .ax-btn-cyan.focus, .ax-btn-cyan:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-cyan {
  color: #1cbac8;
  background-color: transparent;
  background-image: none;
  border-color: #1cbac8 !important; }
  .ax-btn-outline-cyan:hover {
    color: #ffffff;
    background-color: #1cbac8;
    border-color: #1cbac8; }
  .ax-btn-outline-cyan:focus, .ax-btn-outline-cyan.focus, .ax-btn-outline-cyan:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-cyan.ax-btn-hover-v1-left:before, .ax-btn-outline-cyan.ax-btn-hover-v1-right:before, .ax-btn-outline-cyan.ax-btn-hover-v1-top:before, .ax-btn-outline-cyan.ax-btn-hover-v1-bottom:before {
    background-color: #1cbac8; }
.ax-btn-primary {
  background-color: #7a66b7;
  color: #ffffff; }
  .ax-btn-primary:hover {
    color: #ffffff;
    background-color: #8977bf;
    border-color: #8370bc; }
  .ax-btn-primary-h:hover {
    background-color: #7a66b7 !important;
    color: #ffffff !important;
    border-color: #715cb2 !important; }
  .ax-btn-primary.ax-btn-hover-v1-left, .ax-btn-primary.ax-btn-hover-v1-right, .ax-btn-primary.ax-btn-hover-v1-top, .ax-btn-primary.ax-btn-hover-v1-bottom {
    background-color: #7a66b7; }
    .ax-btn-primary.ax-btn-hover-v1-left:before, .ax-btn-primary.ax-btn-hover-v1-right:before, .ax-btn-primary.ax-btn-hover-v1-top:before, .ax-btn-primary.ax-btn-hover-v1-bottom:before {
      background-color: #8370bc;
      z-index: 1; }
  .ax-btn-primary[class*="ax-btn-hover-v2"] {
    background-color: #7a66b7; }
  .ax-btn-primary:focus, .ax-btn-primary.focus, .ax-btn-primary:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-primary {
  color: #7a66b7;
  background-color: transparent;
  background-image: none;
  border-color: #7a66b7 !important; }
  .ax-btn-outline-primary:hover {
    color: #ffffff;
    background-color: #7a66b7;
    border-color: #7a66b7; }
  .ax-btn-outline-primary:focus, .ax-btn-outline-primary.focus, .ax-btn-outline-primary:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-primary.ax-btn-hover-v1-left:before, .ax-btn-outline-primary.ax-btn-hover-v1-right:before, .ax-btn-outline-primary.ax-btn-hover-v1-top:before, .ax-btn-outline-primary.ax-btn-hover-v1-bottom:before {
    background-color: #7a66b7; }
.ax-btn-secondary {
  background-color: #757c88;
  color: #ffffff; }
  .ax-btn-secondary:hover {
    color: #ffffff;
    background-color: #838994;
    border-color: #7d848f; }
  .ax-btn-secondary-h:hover {
    background-color: #757c88 !important;
    color: #ffffff !important;
    border-color: #6e7580 !important; }
  .ax-btn-secondary.ax-btn-hover-v1-left, .ax-btn-secondary.ax-btn-hover-v1-right, .ax-btn-secondary.ax-btn-hover-v1-top, .ax-btn-secondary.ax-btn-hover-v1-bottom {
    background-color: #757c88; }
    .ax-btn-secondary.ax-btn-hover-v1-left:before, .ax-btn-secondary.ax-btn-hover-v1-right:before, .ax-btn-secondary.ax-btn-hover-v1-top:before, .ax-btn-secondary.ax-btn-hover-v1-bottom:before {
      background-color: #7d848f;
      z-index: 1; }
  .ax-btn-secondary[class*="ax-btn-hover-v2"] {
    background-color: #757c88; }
  .ax-btn-secondary:focus, .ax-btn-secondary.focus, .ax-btn-secondary:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-secondary {
  color: #757c88;
  background-color: transparent;
  background-image: none;
  border-color: #757c88 !important; }
  .ax-btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #757c88;
    border-color: #757c88; }
  .ax-btn-outline-secondary:focus, .ax-btn-outline-secondary.focus, .ax-btn-outline-secondary:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-secondary.ax-btn-hover-v1-left:before, .ax-btn-outline-secondary.ax-btn-hover-v1-right:before, .ax-btn-outline-secondary.ax-btn-hover-v1-top:before, .ax-btn-outline-secondary.ax-btn-hover-v1-bottom:before {
    background-color: #757c88; }
.ax-btn-success {
  background-color: #00c073;
  color: #ffffff; }
  .ax-btn-success:hover {
    color: #ffffff;
    background-color: #00da82;
    border-color: #00cf7c; }
  .ax-btn-success-h:hover {
    background-color: #00c073 !important;
    color: #ffffff !important;
    border-color: #00b16a !important; }
  .ax-btn-success.ax-btn-hover-v1-left, .ax-btn-success.ax-btn-hover-v1-right, .ax-btn-success.ax-btn-hover-v1-top, .ax-btn-success.ax-btn-hover-v1-bottom {
    background-color: #00c073; }
    .ax-btn-success.ax-btn-hover-v1-left:before, .ax-btn-success.ax-btn-hover-v1-right:before, .ax-btn-success.ax-btn-hover-v1-top:before, .ax-btn-success.ax-btn-hover-v1-bottom:before {
      background-color: #00cf7c;
      z-index: 1; }
  .ax-btn-success[class*="ax-btn-hover-v2"] {
    background-color: #00c073; }
  .ax-btn-success:focus, .ax-btn-success.focus, .ax-btn-success:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-success {
  color: #00c073;
  background-color: transparent;
  background-image: none;
  border-color: #00c073 !important; }
  .ax-btn-outline-success:hover {
    color: #ffffff;
    background-color: #00c073;
    border-color: #00c073; }
  .ax-btn-outline-success:focus, .ax-btn-outline-success.focus, .ax-btn-outline-success:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-success.ax-btn-hover-v1-left:before, .ax-btn-outline-success.ax-btn-hover-v1-right:before, .ax-btn-outline-success.ax-btn-hover-v1-top:before, .ax-btn-outline-success.ax-btn-hover-v1-bottom:before {
    background-color: #00c073; }
.ax-btn-info {
  background-color: #1cbac8;
  color: #ffffff; }
  .ax-btn-info:hover {
    color: #ffffff;
    background-color: #1fcfde;
    border-color: #1ec6d5; }
  .ax-btn-info-h:hover {
    background-color: #1cbac8 !important;
    color: #ffffff !important;
    border-color: #1aaebb !important; }
  .ax-btn-info.ax-btn-hover-v1-left, .ax-btn-info.ax-btn-hover-v1-right, .ax-btn-info.ax-btn-hover-v1-top, .ax-btn-info.ax-btn-hover-v1-bottom {
    background-color: #1cbac8; }
    .ax-btn-info.ax-btn-hover-v1-left:before, .ax-btn-info.ax-btn-hover-v1-right:before, .ax-btn-info.ax-btn-hover-v1-top:before, .ax-btn-info.ax-btn-hover-v1-bottom:before {
      background-color: #1ec6d5;
      z-index: 1; }
  .ax-btn-info[class*="ax-btn-hover-v2"] {
    background-color: #1cbac8; }
  .ax-btn-info:focus, .ax-btn-info.focus, .ax-btn-info:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-info {
  color: #1cbac8;
  background-color: transparent;
  background-image: none;
  border-color: #1cbac8 !important; }
  .ax-btn-outline-info:hover {
    color: #ffffff;
    background-color: #1cbac8;
    border-color: #1cbac8; }
  .ax-btn-outline-info:focus, .ax-btn-outline-info.focus, .ax-btn-outline-info:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-info.ax-btn-hover-v1-left:before, .ax-btn-outline-info.ax-btn-hover-v1-right:before, .ax-btn-outline-info.ax-btn-hover-v1-top:before, .ax-btn-outline-info.ax-btn-hover-v1-bottom:before {
    background-color: #1cbac8; }
.ax-btn-warning {
  background-color: #ffdf40;
  color: #5e6373; }
  .ax-btn-warning:hover {
    color: #5e6373;
    background-color: #ffe35a;
    border-color: #ffe24f; }
  .ax-btn-warning-h:hover {
    background-color: #ffdf40 !important;
    color: #5e6373 !important;
    border-color: #ffdc31 !important; }
  .ax-btn-warning.ax-btn-hover-v1-left, .ax-btn-warning.ax-btn-hover-v1-right, .ax-btn-warning.ax-btn-hover-v1-top, .ax-btn-warning.ax-btn-hover-v1-bottom {
    background-color: #ffdf40; }
    .ax-btn-warning.ax-btn-hover-v1-left:before, .ax-btn-warning.ax-btn-hover-v1-right:before, .ax-btn-warning.ax-btn-hover-v1-top:before, .ax-btn-warning.ax-btn-hover-v1-bottom:before {
      background-color: #ffe24f;
      z-index: 1; }
  .ax-btn-warning[class*="ax-btn-hover-v2"] {
    background-color: #ffdf40; }
  .ax-btn-warning:focus, .ax-btn-warning.focus, .ax-btn-warning:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-warning {
  color: #ffdf40;
  background-color: transparent;
  background-image: none;
  border-color: #ffdf40 !important; }
  .ax-btn-outline-warning:hover {
    color: #5e6373;
    background-color: #ffdf40;
    border-color: #ffdf40; }
  .ax-btn-outline-warning:focus, .ax-btn-outline-warning.focus, .ax-btn-outline-warning:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-warning.ax-btn-hover-v1-left:before, .ax-btn-outline-warning.ax-btn-hover-v1-right:before, .ax-btn-outline-warning.ax-btn-hover-v1-top:before, .ax-btn-outline-warning.ax-btn-hover-v1-bottom:before {
    background-color: #ffdf40; }
.ax-btn-danger {
  background-color: #d62a3d;
  color: #ffffff; }
  .ax-btn-danger:hover {
    color: #ffffff;
    background-color: #da3f50;
    border-color: #d83749; }
  .ax-btn-danger-h:hover {
    background-color: #d62a3d !important;
    color: #ffffff !important;
    border-color: #ca2739 !important; }
  .ax-btn-danger.ax-btn-hover-v1-left, .ax-btn-danger.ax-btn-hover-v1-right, .ax-btn-danger.ax-btn-hover-v1-top, .ax-btn-danger.ax-btn-hover-v1-bottom {
    background-color: #d62a3d; }
    .ax-btn-danger.ax-btn-hover-v1-left:before, .ax-btn-danger.ax-btn-hover-v1-right:before, .ax-btn-danger.ax-btn-hover-v1-top:before, .ax-btn-danger.ax-btn-hover-v1-bottom:before {
      background-color: #d83749;
      z-index: 1; }
  .ax-btn-danger[class*="ax-btn-hover-v2"] {
    background-color: #d62a3d; }
  .ax-btn-danger:focus, .ax-btn-danger.focus, .ax-btn-danger:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-danger {
  color: #d62a3d;
  background-color: transparent;
  background-image: none;
  border-color: #d62a3d !important; }
  .ax-btn-outline-danger:hover {
    color: #ffffff;
    background-color: #d62a3d;
    border-color: #d62a3d; }
  .ax-btn-outline-danger:focus, .ax-btn-outline-danger.focus, .ax-btn-outline-danger:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-danger.ax-btn-hover-v1-left:before, .ax-btn-outline-danger.ax-btn-hover-v1-right:before, .ax-btn-outline-danger.ax-btn-hover-v1-top:before, .ax-btn-outline-danger.ax-btn-hover-v1-bottom:before {
    background-color: #d62a3d; }
.ax-btn-light {
  background-color: #f9f9f9;
  color: #5e6373; }
  .ax-btn-light:hover {
    color: #5e6373;
    background-color: white;
    border-color: white; }
  .ax-btn-light-h:hover {
    background-color: #f9f9f9 !important;
    color: #5e6373 !important;
    border-color: #f1f1f1 !important; }
  .ax-btn-light.ax-btn-hover-v1-left, .ax-btn-light.ax-btn-hover-v1-right, .ax-btn-light.ax-btn-hover-v1-top, .ax-btn-light.ax-btn-hover-v1-bottom {
    background-color: #f9f9f9; }
    .ax-btn-light.ax-btn-hover-v1-left:before, .ax-btn-light.ax-btn-hover-v1-right:before, .ax-btn-light.ax-btn-hover-v1-top:before, .ax-btn-light.ax-btn-hover-v1-bottom:before {
      background-color: white;
      z-index: 1; }
  .ax-btn-light[class*="ax-btn-hover-v2"] {
    background-color: #f9f9f9; }
  .ax-btn-light:focus, .ax-btn-light.focus, .ax-btn-light:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-light {
  color: #f9f9f9;
  background-color: transparent;
  background-image: none;
  border-color: #f9f9f9 !important; }
  .ax-btn-outline-light:hover {
    color: #5e6373;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .ax-btn-outline-light:focus, .ax-btn-outline-light.focus, .ax-btn-outline-light:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-light.ax-btn-hover-v1-left:before, .ax-btn-outline-light.ax-btn-hover-v1-right:before, .ax-btn-outline-light.ax-btn-hover-v1-top:before, .ax-btn-outline-light.ax-btn-hover-v1-bottom:before {
    background-color: #f9f9f9; }
.ax-btn-dark {
  background-color: #252a37;
  color: #ffffff; }
  .ax-btn-dark:hover {
    color: #ffffff;
    background-color: #2f3646;
    border-color: #2b3140; }
  .ax-btn-dark-h:hover {
    background-color: #252a37 !important;
    color: #ffffff !important;
    border-color: #1f232e !important; }
  .ax-btn-dark.ax-btn-hover-v1-left, .ax-btn-dark.ax-btn-hover-v1-right, .ax-btn-dark.ax-btn-hover-v1-top, .ax-btn-dark.ax-btn-hover-v1-bottom {
    background-color: #252a37; }
    .ax-btn-dark.ax-btn-hover-v1-left:before, .ax-btn-dark.ax-btn-hover-v1-right:before, .ax-btn-dark.ax-btn-hover-v1-top:before, .ax-btn-dark.ax-btn-hover-v1-bottom:before {
      background-color: #2b3140;
      z-index: 1; }
  .ax-btn-dark[class*="ax-btn-hover-v2"] {
    background-color: #252a37; }
  .ax-btn-dark:focus, .ax-btn-dark.focus, .ax-btn-dark:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-dark {
  color: #252a37;
  background-color: transparent;
  background-image: none;
  border-color: #252a37 !important; }
  .ax-btn-outline-dark:hover {
    color: #ffffff;
    background-color: #252a37;
    border-color: #252a37; }
  .ax-btn-outline-dark:focus, .ax-btn-outline-dark.focus, .ax-btn-outline-dark:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-dark.ax-btn-hover-v1-left:before, .ax-btn-outline-dark.ax-btn-hover-v1-right:before, .ax-btn-outline-dark.ax-btn-hover-v1-top:before, .ax-btn-outline-dark.ax-btn-hover-v1-bottom:before {
    background-color: #252a37; }
.ax-btn-primary-lighten {
  background-color: #d4cee8;
  color: #5e6373; }
  .ax-btn-primary-lighten:hover {
    color: #5e6373;
    background-color: #e4dff0;
    border-color: #ddd8ed; }
  .ax-btn-primary-lighten-h:hover {
    background-color: #d4cee8 !important;
    color: #5e6373 !important;
    border-color: #cbc4e3 !important; }
  .ax-btn-primary-lighten.ax-btn-hover-v1-left, .ax-btn-primary-lighten.ax-btn-hover-v1-right, .ax-btn-primary-lighten.ax-btn-hover-v1-top, .ax-btn-primary-lighten.ax-btn-hover-v1-bottom {
    background-color: #d4cee8; }
    .ax-btn-primary-lighten.ax-btn-hover-v1-left:before, .ax-btn-primary-lighten.ax-btn-hover-v1-right:before, .ax-btn-primary-lighten.ax-btn-hover-v1-top:before, .ax-btn-primary-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #ddd8ed;
      z-index: 1; }
  .ax-btn-primary-lighten[class*="ax-btn-hover-v2"] {
    background-color: #d4cee8; }
  .ax-btn-primary-lighten:focus, .ax-btn-primary-lighten.focus, .ax-btn-primary-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-primary-lighten {
  color: #d4cee8;
  background-color: transparent;
  background-image: none;
  border-color: #d4cee8 !important; }
  .ax-btn-outline-primary-lighten:hover {
    color: #5e6373;
    background-color: #d4cee8;
    border-color: #d4cee8; }
  .ax-btn-outline-primary-lighten:focus, .ax-btn-outline-primary-lighten.focus, .ax-btn-outline-primary-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-primary-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-primary-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-primary-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-primary-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #d4cee8; }
.ax-btn-primary-darken {
  background-color: #322753;
  color: #ffffff; }
  .ax-btn-primary-darken:hover {
    color: #ffffff;
    background-color: #3c2f64;
    border-color: #382c5d; }
  .ax-btn-primary-darken-h:hover {
    background-color: #322753 !important;
    color: #ffffff !important;
    border-color: #2c2248 !important; }
  .ax-btn-primary-darken.ax-btn-hover-v1-left, .ax-btn-primary-darken.ax-btn-hover-v1-right, .ax-btn-primary-darken.ax-btn-hover-v1-top, .ax-btn-primary-darken.ax-btn-hover-v1-bottom {
    background-color: #322753; }
    .ax-btn-primary-darken.ax-btn-hover-v1-left:before, .ax-btn-primary-darken.ax-btn-hover-v1-right:before, .ax-btn-primary-darken.ax-btn-hover-v1-top:before, .ax-btn-primary-darken.ax-btn-hover-v1-bottom:before {
      background-color: #382c5d;
      z-index: 1; }
  .ax-btn-primary-darken[class*="ax-btn-hover-v2"] {
    background-color: #322753; }
  .ax-btn-primary-darken:focus, .ax-btn-primary-darken.focus, .ax-btn-primary-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-primary-darken {
  color: #322753;
  background-color: transparent;
  background-image: none;
  border-color: #322753 !important; }
  .ax-btn-outline-primary-darken:hover {
    color: #ffffff;
    background-color: #322753;
    border-color: #322753; }
  .ax-btn-outline-primary-darken:focus, .ax-btn-outline-primary-darken.focus, .ax-btn-outline-primary-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-primary-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-primary-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-primary-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-primary-darken.ax-btn-hover-v1-bottom:before {
    background-color: #322753; }
.ax-btn-success-lighten {
  background-color: #5affbd;
  color: #ffffff; }
  .ax-btn-success-lighten:hover {
    color: #ffffff;
    background-color: #74ffc7;
    border-color: #69ffc3; }
  .ax-btn-success-lighten-h:hover {
    background-color: #5affbd !important;
    color: #ffffff !important;
    border-color: #4bffb7 !important; }
  .ax-btn-success-lighten.ax-btn-hover-v1-left, .ax-btn-success-lighten.ax-btn-hover-v1-right, .ax-btn-success-lighten.ax-btn-hover-v1-top, .ax-btn-success-lighten.ax-btn-hover-v1-bottom {
    background-color: #5affbd; }
    .ax-btn-success-lighten.ax-btn-hover-v1-left:before, .ax-btn-success-lighten.ax-btn-hover-v1-right:before, .ax-btn-success-lighten.ax-btn-hover-v1-top:before, .ax-btn-success-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #69ffc3;
      z-index: 1; }
  .ax-btn-success-lighten[class*="ax-btn-hover-v2"] {
    background-color: #5affbd; }
  .ax-btn-success-lighten:focus, .ax-btn-success-lighten.focus, .ax-btn-success-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-success-lighten {
  color: #5affbd;
  background-color: transparent;
  background-image: none;
  border-color: #5affbd !important; }
  .ax-btn-outline-success-lighten:hover {
    color: #ffffff;
    background-color: #5affbd;
    border-color: #5affbd; }
  .ax-btn-outline-success-lighten:focus, .ax-btn-outline-success-lighten.focus, .ax-btn-outline-success-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-success-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-success-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-success-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-success-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #5affbd; }
.ax-btn-success-darken {
  background-color: #001d11;
  color: #ffffff; }
  .ax-btn-success-darken:hover {
    color: #ffffff;
    background-color: #003621;
    border-color: #002c1a; }
  .ax-btn-success-darken-h:hover {
    background-color: #001d11 !important;
    color: #ffffff !important;
    border-color: #000e08 !important; }
  .ax-btn-success-darken.ax-btn-hover-v1-left, .ax-btn-success-darken.ax-btn-hover-v1-right, .ax-btn-success-darken.ax-btn-hover-v1-top, .ax-btn-success-darken.ax-btn-hover-v1-bottom {
    background-color: #001d11; }
    .ax-btn-success-darken.ax-btn-hover-v1-left:before, .ax-btn-success-darken.ax-btn-hover-v1-right:before, .ax-btn-success-darken.ax-btn-hover-v1-top:before, .ax-btn-success-darken.ax-btn-hover-v1-bottom:before {
      background-color: #002c1a;
      z-index: 1; }
  .ax-btn-success-darken[class*="ax-btn-hover-v2"] {
    background-color: #001d11; }
  .ax-btn-success-darken:focus, .ax-btn-success-darken.focus, .ax-btn-success-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-success-darken {
  color: #001d11;
  background-color: transparent;
  background-image: none;
  border-color: #001d11 !important; }
  .ax-btn-outline-success-darken:hover {
    color: #ffffff;
    background-color: #001d11;
    border-color: #001d11; }
  .ax-btn-outline-success-darken:focus, .ax-btn-outline-success-darken.focus, .ax-btn-outline-success-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-success-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-success-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-success-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-success-darken.ax-btn-hover-v1-bottom:before {
    background-color: #001d11; }
.ax-btn-info-lighten {
  background-color: #8ee7ef;
  color: #5e6373; }
  .ax-btn-info-lighten:hover {
    color: #5e6373;
    background-color: #a4ecf2;
    border-color: #9beaf1; }
  .ax-btn-info-lighten-h:hover {
    background-color: #8ee7ef !important;
    color: #5e6373 !important;
    border-color: #80e4ed !important; }
  .ax-btn-info-lighten.ax-btn-hover-v1-left, .ax-btn-info-lighten.ax-btn-hover-v1-right, .ax-btn-info-lighten.ax-btn-hover-v1-top, .ax-btn-info-lighten.ax-btn-hover-v1-bottom {
    background-color: #8ee7ef; }
    .ax-btn-info-lighten.ax-btn-hover-v1-left:before, .ax-btn-info-lighten.ax-btn-hover-v1-right:before, .ax-btn-info-lighten.ax-btn-hover-v1-top:before, .ax-btn-info-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #9beaf1;
      z-index: 1; }
  .ax-btn-info-lighten[class*="ax-btn-hover-v2"] {
    background-color: #8ee7ef; }
  .ax-btn-info-lighten:focus, .ax-btn-info-lighten.focus, .ax-btn-info-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-info-lighten {
  color: #8ee7ef;
  background-color: transparent;
  background-image: none;
  border-color: #8ee7ef !important; }
  .ax-btn-outline-info-lighten:hover {
    color: #5e6373;
    background-color: #8ee7ef;
    border-color: #8ee7ef; }
  .ax-btn-outline-info-lighten:focus, .ax-btn-outline-info-lighten.focus, .ax-btn-outline-info-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-info-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-info-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-info-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-info-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #8ee7ef; }
.ax-btn-info-darken {
  background-color: #083539;
  color: #ffffff; }
  .ax-btn-info-darken:hover {
    color: #ffffff;
    background-color: #0b4a4f;
    border-color: #0a4146; }
  .ax-btn-info-darken-h:hover {
    background-color: #083539 !important;
    color: #ffffff !important;
    border-color: #06282b !important; }
  .ax-btn-info-darken.ax-btn-hover-v1-left, .ax-btn-info-darken.ax-btn-hover-v1-right, .ax-btn-info-darken.ax-btn-hover-v1-top, .ax-btn-info-darken.ax-btn-hover-v1-bottom {
    background-color: #083539; }
    .ax-btn-info-darken.ax-btn-hover-v1-left:before, .ax-btn-info-darken.ax-btn-hover-v1-right:before, .ax-btn-info-darken.ax-btn-hover-v1-top:before, .ax-btn-info-darken.ax-btn-hover-v1-bottom:before {
      background-color: #0a4146;
      z-index: 1; }
  .ax-btn-info-darken[class*="ax-btn-hover-v2"] {
    background-color: #083539; }
  .ax-btn-info-darken:focus, .ax-btn-info-darken.focus, .ax-btn-info-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-info-darken {
  color: #083539;
  background-color: transparent;
  background-image: none;
  border-color: #083539 !important; }
  .ax-btn-outline-info-darken:hover {
    color: #ffffff;
    background-color: #083539;
    border-color: #083539; }
  .ax-btn-outline-info-darken:focus, .ax-btn-outline-info-darken.focus, .ax-btn-outline-info-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-info-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-info-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-info-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-info-darken.ax-btn-hover-v1-bottom:before {
    background-color: #083539; }
.ax-btn-warning-lighten {
  background-color: #fff9d9;
  color: #5e6373; }
  .ax-btn-warning-lighten:hover {
    color: #5e6373;
    background-color: #fffdf3;
    border-color: #fffbe8; }
  .ax-btn-warning-lighten-h:hover {
    background-color: #fff9d9 !important;
    color: #5e6373 !important;
    border-color: #fff6ca !important; }
  .ax-btn-warning-lighten.ax-btn-hover-v1-left, .ax-btn-warning-lighten.ax-btn-hover-v1-right, .ax-btn-warning-lighten.ax-btn-hover-v1-top, .ax-btn-warning-lighten.ax-btn-hover-v1-bottom {
    background-color: #fff9d9; }
    .ax-btn-warning-lighten.ax-btn-hover-v1-left:before, .ax-btn-warning-lighten.ax-btn-hover-v1-right:before, .ax-btn-warning-lighten.ax-btn-hover-v1-top:before, .ax-btn-warning-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #fffbe8;
      z-index: 1; }
  .ax-btn-warning-lighten[class*="ax-btn-hover-v2"] {
    background-color: #fff9d9; }
  .ax-btn-warning-lighten:focus, .ax-btn-warning-lighten.focus, .ax-btn-warning-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-warning-lighten {
  color: #fff9d9;
  background-color: transparent;
  background-image: none;
  border-color: #fff9d9 !important; }
  .ax-btn-outline-warning-lighten:hover {
    color: #5e6373;
    background-color: #fff9d9;
    border-color: #fff9d9; }
  .ax-btn-outline-warning-lighten:focus, .ax-btn-outline-warning-lighten.focus, .ax-btn-outline-warning-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-warning-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-warning-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-warning-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-warning-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #fff9d9; }
.ax-btn-warning-darken {
  background-color: #9c8200;
  color: #ffffff; }
  .ax-btn-warning-darken:hover {
    color: #ffffff;
    background-color: #b59700;
    border-color: #ab8e00; }
  .ax-btn-warning-darken-h:hover {
    background-color: #9c8200 !important;
    color: #ffffff !important;
    border-color: #8d7500 !important; }
  .ax-btn-warning-darken.ax-btn-hover-v1-left, .ax-btn-warning-darken.ax-btn-hover-v1-right, .ax-btn-warning-darken.ax-btn-hover-v1-top, .ax-btn-warning-darken.ax-btn-hover-v1-bottom {
    background-color: #9c8200; }
    .ax-btn-warning-darken.ax-btn-hover-v1-left:before, .ax-btn-warning-darken.ax-btn-hover-v1-right:before, .ax-btn-warning-darken.ax-btn-hover-v1-top:before, .ax-btn-warning-darken.ax-btn-hover-v1-bottom:before {
      background-color: #ab8e00;
      z-index: 1; }
  .ax-btn-warning-darken[class*="ax-btn-hover-v2"] {
    background-color: #9c8200; }
  .ax-btn-warning-darken:focus, .ax-btn-warning-darken.focus, .ax-btn-warning-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-warning-darken {
  color: #9c8200;
  background-color: transparent;
  background-image: none;
  border-color: #9c8200 !important; }
  .ax-btn-outline-warning-darken:hover {
    color: #ffffff;
    background-color: #9c8200;
    border-color: #9c8200; }
  .ax-btn-outline-warning-darken:focus, .ax-btn-outline-warning-darken.focus, .ax-btn-outline-warning-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-warning-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-warning-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-warning-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-warning-darken.ax-btn-hover-v1-bottom:before {
    background-color: #9c8200; }
.ax-btn-danger-lighten {
  background-color: #efaab2;
  color: #ffffff; }
  .ax-btn-danger-lighten:hover {
    color: #ffffff;
    background-color: #f3c0c5;
    border-color: #f1b7be; }
  .ax-btn-danger-lighten-h:hover {
    background-color: #efaab2 !important;
    color: #ffffff !important;
    border-color: #ec9da6 !important; }
  .ax-btn-danger-lighten.ax-btn-hover-v1-left, .ax-btn-danger-lighten.ax-btn-hover-v1-right, .ax-btn-danger-lighten.ax-btn-hover-v1-top, .ax-btn-danger-lighten.ax-btn-hover-v1-bottom {
    background-color: #efaab2; }
    .ax-btn-danger-lighten.ax-btn-hover-v1-left:before, .ax-btn-danger-lighten.ax-btn-hover-v1-right:before, .ax-btn-danger-lighten.ax-btn-hover-v1-top:before, .ax-btn-danger-lighten.ax-btn-hover-v1-bottom:before {
      background-color: #f1b7be;
      z-index: 1; }
  .ax-btn-danger-lighten[class*="ax-btn-hover-v2"] {
    background-color: #efaab2; }
  .ax-btn-danger-lighten:focus, .ax-btn-danger-lighten.focus, .ax-btn-danger-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-danger-lighten {
  color: #efaab2;
  background-color: transparent;
  background-image: none;
  border-color: #efaab2 !important; }
  .ax-btn-outline-danger-lighten:hover {
    color: #ffffff;
    background-color: #efaab2;
    border-color: #efaab2; }
  .ax-btn-outline-danger-lighten:focus, .ax-btn-outline-danger-lighten.focus, .ax-btn-outline-danger-lighten:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-danger-lighten.ax-btn-hover-v1-left:before, .ax-btn-outline-danger-lighten.ax-btn-hover-v1-right:before, .ax-btn-outline-danger-lighten.ax-btn-hover-v1-top:before, .ax-btn-outline-danger-lighten.ax-btn-hover-v1-bottom:before {
    background-color: #efaab2; }
.ax-btn-danger-darken {
  background-color: #4e0f16;
  color: #ffffff; }
  .ax-btn-danger-darken:hover {
    color: #ffffff;
    background-color: #63131c;
    border-color: #5b111a; }
  .ax-btn-danger-darken-h:hover {
    background-color: #4e0f16 !important;
    color: #ffffff !important;
    border-color: #410d12 !important; }
  .ax-btn-danger-darken.ax-btn-hover-v1-left, .ax-btn-danger-darken.ax-btn-hover-v1-right, .ax-btn-danger-darken.ax-btn-hover-v1-top, .ax-btn-danger-darken.ax-btn-hover-v1-bottom {
    background-color: #4e0f16; }
    .ax-btn-danger-darken.ax-btn-hover-v1-left:before, .ax-btn-danger-darken.ax-btn-hover-v1-right:before, .ax-btn-danger-darken.ax-btn-hover-v1-top:before, .ax-btn-danger-darken.ax-btn-hover-v1-bottom:before {
      background-color: #5b111a;
      z-index: 1; }
  .ax-btn-danger-darken[class*="ax-btn-hover-v2"] {
    background-color: #4e0f16; }
  .ax-btn-danger-darken:focus, .ax-btn-danger-darken.focus, .ax-btn-danger-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-danger-darken {
  color: #4e0f16;
  background-color: transparent;
  background-image: none;
  border-color: #4e0f16 !important; }
  .ax-btn-outline-danger-darken:hover {
    color: #ffffff;
    background-color: #4e0f16;
    border-color: #4e0f16; }
  .ax-btn-outline-danger-darken:focus, .ax-btn-outline-danger-darken.focus, .ax-btn-outline-danger-darken:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-danger-darken.ax-btn-hover-v1-left:before, .ax-btn-outline-danger-darken.ax-btn-hover-v1-right:before, .ax-btn-outline-danger-darken.ax-btn-hover-v1-top:before, .ax-btn-outline-danger-darken.ax-btn-hover-v1-bottom:before {
    background-color: #4e0f16; }
.ax-btn-gray-lighten-4 {
  background-color: #f9f9f9;
  color: #5e6373; }
  .ax-btn-gray-lighten-4:hover {
    color: #5e6373;
    background-color: white;
    border-color: white; }
  .ax-btn-gray-lighten-4-h:hover {
    background-color: #f9f9f9 !important;
    color: #5e6373 !important;
    border-color: #f1f1f1 !important; }
  .ax-btn-gray-lighten-4.ax-btn-hover-v1-left, .ax-btn-gray-lighten-4.ax-btn-hover-v1-right, .ax-btn-gray-lighten-4.ax-btn-hover-v1-top, .ax-btn-gray-lighten-4.ax-btn-hover-v1-bottom {
    background-color: #f9f9f9; }
    .ax-btn-gray-lighten-4.ax-btn-hover-v1-left:before, .ax-btn-gray-lighten-4.ax-btn-hover-v1-right:before, .ax-btn-gray-lighten-4.ax-btn-hover-v1-top:before, .ax-btn-gray-lighten-4.ax-btn-hover-v1-bottom:before {
      background-color: white;
      z-index: 1; }
  .ax-btn-gray-lighten-4[class*="ax-btn-hover-v2"] {
    background-color: #f9f9f9; }
  .ax-btn-gray-lighten-4:focus, .ax-btn-gray-lighten-4.focus, .ax-btn-gray-lighten-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-lighten-4 {
  color: #f9f9f9;
  background-color: transparent;
  background-image: none;
  border-color: #f9f9f9 !important; }
  .ax-btn-outline-gray-lighten-4:hover {
    color: #5e6373;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .ax-btn-outline-gray-lighten-4:focus, .ax-btn-outline-gray-lighten-4.focus, .ax-btn-outline-gray-lighten-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-lighten-4.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-lighten-4.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-lighten-4.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-lighten-4.ax-btn-hover-v1-bottom:before {
    background-color: #f9f9f9; }
.ax-btn-gray-lighten-3 {
  background-color: #f2f3f4;
  color: #5e6373; }
  .ax-btn-gray-lighten-3:hover {
    color: #5e6373;
    background-color: white;
    border-color: #fafbfb; }
  .ax-btn-gray-lighten-3-h:hover {
    background-color: #f2f3f4 !important;
    color: #5e6373 !important;
    border-color: #eaebed !important; }
  .ax-btn-gray-lighten-3.ax-btn-hover-v1-left, .ax-btn-gray-lighten-3.ax-btn-hover-v1-right, .ax-btn-gray-lighten-3.ax-btn-hover-v1-top, .ax-btn-gray-lighten-3.ax-btn-hover-v1-bottom {
    background-color: #f2f3f4; }
    .ax-btn-gray-lighten-3.ax-btn-hover-v1-left:before, .ax-btn-gray-lighten-3.ax-btn-hover-v1-right:before, .ax-btn-gray-lighten-3.ax-btn-hover-v1-top:before, .ax-btn-gray-lighten-3.ax-btn-hover-v1-bottom:before {
      background-color: #fafbfb;
      z-index: 1; }
  .ax-btn-gray-lighten-3[class*="ax-btn-hover-v2"] {
    background-color: #f2f3f4; }
  .ax-btn-gray-lighten-3:focus, .ax-btn-gray-lighten-3.focus, .ax-btn-gray-lighten-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-lighten-3 {
  color: #f2f3f4;
  background-color: transparent;
  background-image: none;
  border-color: #f2f3f4 !important; }
  .ax-btn-outline-gray-lighten-3:hover {
    color: #5e6373;
    background-color: #f2f3f4;
    border-color: #f2f3f4; }
  .ax-btn-outline-gray-lighten-3:focus, .ax-btn-outline-gray-lighten-3.focus, .ax-btn-outline-gray-lighten-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-lighten-3.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-lighten-3.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-lighten-3.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-lighten-3.ax-btn-hover-v1-bottom:before {
    background-color: #f2f3f4; }
.ax-btn-gray-lighten-2 {
  background-color: #e9eaeb;
  color: #5e6373; }
  .ax-btn-gray-lighten-2:hover {
    color: #5e6373;
    background-color: #f6f7f7;
    border-color: #f1f2f2; }
  .ax-btn-gray-lighten-2-h:hover {
    background-color: #e9eaeb !important;
    color: #5e6373 !important;
    border-color: #e1e2e4 !important; }
  .ax-btn-gray-lighten-2.ax-btn-hover-v1-left, .ax-btn-gray-lighten-2.ax-btn-hover-v1-right, .ax-btn-gray-lighten-2.ax-btn-hover-v1-top, .ax-btn-gray-lighten-2.ax-btn-hover-v1-bottom {
    background-color: #e9eaeb; }
    .ax-btn-gray-lighten-2.ax-btn-hover-v1-left:before, .ax-btn-gray-lighten-2.ax-btn-hover-v1-right:before, .ax-btn-gray-lighten-2.ax-btn-hover-v1-top:before, .ax-btn-gray-lighten-2.ax-btn-hover-v1-bottom:before {
      background-color: #f1f2f2;
      z-index: 1; }
  .ax-btn-gray-lighten-2[class*="ax-btn-hover-v2"] {
    background-color: #e9eaeb; }
  .ax-btn-gray-lighten-2:focus, .ax-btn-gray-lighten-2.focus, .ax-btn-gray-lighten-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-lighten-2 {
  color: #e9eaeb;
  background-color: transparent;
  background-image: none;
  border-color: #e9eaeb !important; }
  .ax-btn-outline-gray-lighten-2:hover {
    color: #5e6373;
    background-color: #e9eaeb;
    border-color: #e9eaeb; }
  .ax-btn-outline-gray-lighten-2:focus, .ax-btn-outline-gray-lighten-2.focus, .ax-btn-outline-gray-lighten-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-lighten-2.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-lighten-2.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-lighten-2.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-lighten-2.ax-btn-hover-v1-bottom:before {
    background-color: #e9eaeb; }
.ax-btn-gray-lighten-1 {
  background-color: #dadbdc;
  color: #5e6373; }
  .ax-btn-gray-lighten-1:hover {
    color: #5e6373;
    background-color: #e7e8e8;
    border-color: #e2e3e3; }
  .ax-btn-gray-lighten-1-h:hover {
    background-color: #dadbdc !important;
    color: #5e6373 !important;
    border-color: #d2d3d5 !important; }
  .ax-btn-gray-lighten-1.ax-btn-hover-v1-left, .ax-btn-gray-lighten-1.ax-btn-hover-v1-right, .ax-btn-gray-lighten-1.ax-btn-hover-v1-top, .ax-btn-gray-lighten-1.ax-btn-hover-v1-bottom {
    background-color: #dadbdc; }
    .ax-btn-gray-lighten-1.ax-btn-hover-v1-left:before, .ax-btn-gray-lighten-1.ax-btn-hover-v1-right:before, .ax-btn-gray-lighten-1.ax-btn-hover-v1-top:before, .ax-btn-gray-lighten-1.ax-btn-hover-v1-bottom:before {
      background-color: #e2e3e3;
      z-index: 1; }
  .ax-btn-gray-lighten-1[class*="ax-btn-hover-v2"] {
    background-color: #dadbdc; }
  .ax-btn-gray-lighten-1:focus, .ax-btn-gray-lighten-1.focus, .ax-btn-gray-lighten-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-lighten-1 {
  color: #dadbdc;
  background-color: transparent;
  background-image: none;
  border-color: #dadbdc !important; }
  .ax-btn-outline-gray-lighten-1:hover {
    color: #5e6373;
    background-color: #dadbdc;
    border-color: #dadbdc; }
  .ax-btn-outline-gray-lighten-1:focus, .ax-btn-outline-gray-lighten-1.focus, .ax-btn-outline-gray-lighten-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-lighten-1.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-lighten-1.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-lighten-1.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-lighten-1.ax-btn-hover-v1-bottom:before {
    background-color: #dadbdc; }
.ax-btn-gray {
  background-color: #afafaf;
  color: #ffffff; }
  .ax-btn-gray:hover {
    color: #ffffff;
    background-color: #bcbcbc;
    border-color: #b7b7b7; }
  .ax-btn-gray-h:hover {
    background-color: #afafaf !important;
    color: #ffffff !important;
    border-color: #a7a7a7 !important; }
  .ax-btn-gray.ax-btn-hover-v1-left, .ax-btn-gray.ax-btn-hover-v1-right, .ax-btn-gray.ax-btn-hover-v1-top, .ax-btn-gray.ax-btn-hover-v1-bottom {
    background-color: #afafaf; }
    .ax-btn-gray.ax-btn-hover-v1-left:before, .ax-btn-gray.ax-btn-hover-v1-right:before, .ax-btn-gray.ax-btn-hover-v1-top:before, .ax-btn-gray.ax-btn-hover-v1-bottom:before {
      background-color: #b7b7b7;
      z-index: 1; }
  .ax-btn-gray[class*="ax-btn-hover-v2"] {
    background-color: #afafaf; }
  .ax-btn-gray:focus, .ax-btn-gray.focus, .ax-btn-gray:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray {
  color: #afafaf;
  background-color: transparent;
  background-image: none;
  border-color: #afafaf !important; }
  .ax-btn-outline-gray:hover {
    color: #ffffff;
    background-color: #afafaf;
    border-color: #afafaf; }
  .ax-btn-outline-gray:focus, .ax-btn-outline-gray.focus, .ax-btn-outline-gray:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray.ax-btn-hover-v1-left:before, .ax-btn-outline-gray.ax-btn-hover-v1-right:before, .ax-btn-outline-gray.ax-btn-hover-v1-top:before, .ax-btn-outline-gray.ax-btn-hover-v1-bottom:before {
    background-color: #afafaf; }
.ax-btn-gray-darken-1 {
  background-color: #9b9b9b;
  color: #ffffff; }
  .ax-btn-gray-darken-1:hover {
    color: #ffffff;
    background-color: #a8a8a8;
    border-color: #a3a3a3; }
  .ax-btn-gray-darken-1-h:hover {
    background-color: #9b9b9b !important;
    color: #ffffff !important;
    border-color: #939393 !important; }
  .ax-btn-gray-darken-1.ax-btn-hover-v1-left, .ax-btn-gray-darken-1.ax-btn-hover-v1-right, .ax-btn-gray-darken-1.ax-btn-hover-v1-top, .ax-btn-gray-darken-1.ax-btn-hover-v1-bottom {
    background-color: #9b9b9b; }
    .ax-btn-gray-darken-1.ax-btn-hover-v1-left:before, .ax-btn-gray-darken-1.ax-btn-hover-v1-right:before, .ax-btn-gray-darken-1.ax-btn-hover-v1-top:before, .ax-btn-gray-darken-1.ax-btn-hover-v1-bottom:before {
      background-color: #a3a3a3;
      z-index: 1; }
  .ax-btn-gray-darken-1[class*="ax-btn-hover-v2"] {
    background-color: #9b9b9b; }
  .ax-btn-gray-darken-1:focus, .ax-btn-gray-darken-1.focus, .ax-btn-gray-darken-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-darken-1 {
  color: #9b9b9b;
  background-color: transparent;
  background-image: none;
  border-color: #9b9b9b !important; }
  .ax-btn-outline-gray-darken-1:hover {
    color: #ffffff;
    background-color: #9b9b9b;
    border-color: #9b9b9b; }
  .ax-btn-outline-gray-darken-1:focus, .ax-btn-outline-gray-darken-1.focus, .ax-btn-outline-gray-darken-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-darken-1.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-darken-1.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-darken-1.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-darken-1.ax-btn-hover-v1-bottom:before {
    background-color: #9b9b9b; }
.ax-btn-gray-darken-2 {
  background-color: #828282;
  color: #ffffff; }
  .ax-btn-gray-darken-2:hover {
    color: #ffffff;
    background-color: #8f8f8f;
    border-color: #8a8a8a; }
  .ax-btn-gray-darken-2-h:hover {
    background-color: #828282 !important;
    color: #ffffff !important;
    border-color: #7a7a7a !important; }
  .ax-btn-gray-darken-2.ax-btn-hover-v1-left, .ax-btn-gray-darken-2.ax-btn-hover-v1-right, .ax-btn-gray-darken-2.ax-btn-hover-v1-top, .ax-btn-gray-darken-2.ax-btn-hover-v1-bottom {
    background-color: #828282; }
    .ax-btn-gray-darken-2.ax-btn-hover-v1-left:before, .ax-btn-gray-darken-2.ax-btn-hover-v1-right:before, .ax-btn-gray-darken-2.ax-btn-hover-v1-top:before, .ax-btn-gray-darken-2.ax-btn-hover-v1-bottom:before {
      background-color: #8a8a8a;
      z-index: 1; }
  .ax-btn-gray-darken-2[class*="ax-btn-hover-v2"] {
    background-color: #828282; }
  .ax-btn-gray-darken-2:focus, .ax-btn-gray-darken-2.focus, .ax-btn-gray-darken-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-darken-2 {
  color: #828282;
  background-color: transparent;
  background-image: none;
  border-color: #828282 !important; }
  .ax-btn-outline-gray-darken-2:hover {
    color: #ffffff;
    background-color: #828282;
    border-color: #828282; }
  .ax-btn-outline-gray-darken-2:focus, .ax-btn-outline-gray-darken-2.focus, .ax-btn-outline-gray-darken-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-darken-2.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-darken-2.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-darken-2.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-darken-2.ax-btn-hover-v1-bottom:before {
    background-color: #828282; }
.ax-btn-gray-darken-3 {
  background-color: #696969;
  color: #ffffff; }
  .ax-btn-gray-darken-3:hover {
    color: #ffffff;
    background-color: #767676;
    border-color: #717171; }
  .ax-btn-gray-darken-3-h:hover {
    background-color: #696969 !important;
    color: #ffffff !important;
    border-color: #616161 !important; }
  .ax-btn-gray-darken-3.ax-btn-hover-v1-left, .ax-btn-gray-darken-3.ax-btn-hover-v1-right, .ax-btn-gray-darken-3.ax-btn-hover-v1-top, .ax-btn-gray-darken-3.ax-btn-hover-v1-bottom {
    background-color: #696969; }
    .ax-btn-gray-darken-3.ax-btn-hover-v1-left:before, .ax-btn-gray-darken-3.ax-btn-hover-v1-right:before, .ax-btn-gray-darken-3.ax-btn-hover-v1-top:before, .ax-btn-gray-darken-3.ax-btn-hover-v1-bottom:before {
      background-color: #717171;
      z-index: 1; }
  .ax-btn-gray-darken-3[class*="ax-btn-hover-v2"] {
    background-color: #696969; }
  .ax-btn-gray-darken-3:focus, .ax-btn-gray-darken-3.focus, .ax-btn-gray-darken-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-darken-3 {
  color: #696969;
  background-color: transparent;
  background-image: none;
  border-color: #696969 !important; }
  .ax-btn-outline-gray-darken-3:hover {
    color: #ffffff;
    background-color: #696969;
    border-color: #696969; }
  .ax-btn-outline-gray-darken-3:focus, .ax-btn-outline-gray-darken-3.focus, .ax-btn-outline-gray-darken-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-darken-3.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-darken-3.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-darken-3.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-darken-3.ax-btn-hover-v1-bottom:before {
    background-color: #696969; }
.ax-btn-gray-darken-4 {
  background-color: #505050;
  color: #ffffff; }
  .ax-btn-gray-darken-4:hover {
    color: #ffffff;
    background-color: #5d5d5d;
    border-color: #585858; }
  .ax-btn-gray-darken-4-h:hover {
    background-color: #505050 !important;
    color: #ffffff !important;
    border-color: #484848 !important; }
  .ax-btn-gray-darken-4.ax-btn-hover-v1-left, .ax-btn-gray-darken-4.ax-btn-hover-v1-right, .ax-btn-gray-darken-4.ax-btn-hover-v1-top, .ax-btn-gray-darken-4.ax-btn-hover-v1-bottom {
    background-color: #505050; }
    .ax-btn-gray-darken-4.ax-btn-hover-v1-left:before, .ax-btn-gray-darken-4.ax-btn-hover-v1-right:before, .ax-btn-gray-darken-4.ax-btn-hover-v1-top:before, .ax-btn-gray-darken-4.ax-btn-hover-v1-bottom:before {
      background-color: #585858;
      z-index: 1; }
  .ax-btn-gray-darken-4[class*="ax-btn-hover-v2"] {
    background-color: #505050; }
  .ax-btn-gray-darken-4:focus, .ax-btn-gray-darken-4.focus, .ax-btn-gray-darken-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-gray-darken-4 {
  color: #505050;
  background-color: transparent;
  background-image: none;
  border-color: #505050 !important; }
  .ax-btn-outline-gray-darken-4:hover {
    color: #ffffff;
    background-color: #505050;
    border-color: #505050; }
  .ax-btn-outline-gray-darken-4:focus, .ax-btn-outline-gray-darken-4.focus, .ax-btn-outline-gray-darken-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-gray-darken-4.ax-btn-hover-v1-left:before, .ax-btn-outline-gray-darken-4.ax-btn-hover-v1-right:before, .ax-btn-outline-gray-darken-4.ax-btn-hover-v1-top:before, .ax-btn-outline-gray-darken-4.ax-btn-hover-v1-bottom:before {
    background-color: #505050; }
.ax-btn-bluegray-lighten-4 {
  background-color: #cdd5e7;
  color: #5e6373; }
  .ax-btn-bluegray-lighten-4:hover {
    color: #5e6373;
    background-color: #dee3ef;
    border-color: #d7deec; }
  .ax-btn-bluegray-lighten-4-h:hover {
    background-color: #cdd5e7 !important;
    color: #5e6373 !important;
    border-color: #c3cce2 !important; }
  .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-left, .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-right, .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-top, .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-bottom {
    background-color: #cdd5e7; }
    .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-left:before, .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-right:before, .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-top:before, .ax-btn-bluegray-lighten-4.ax-btn-hover-v1-bottom:before {
      background-color: #d7deec;
      z-index: 1; }
  .ax-btn-bluegray-lighten-4[class*="ax-btn-hover-v2"] {
    background-color: #cdd5e7; }
  .ax-btn-bluegray-lighten-4:focus, .ax-btn-bluegray-lighten-4.focus, .ax-btn-bluegray-lighten-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-lighten-4 {
  color: #cdd5e7;
  background-color: transparent;
  background-image: none;
  border-color: #cdd5e7 !important; }
  .ax-btn-outline-bluegray-lighten-4:hover {
    color: #5e6373;
    background-color: #cdd5e7;
    border-color: #cdd5e7; }
  .ax-btn-outline-bluegray-lighten-4:focus, .ax-btn-outline-bluegray-lighten-4.focus, .ax-btn-outline-bluegray-lighten-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-lighten-4.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-lighten-4.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-lighten-4.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-lighten-4.ax-btn-hover-v1-bottom:before {
    background-color: #cdd5e7; }
.ax-btn-bluegray-lighten-3 {
  background-color: #bdc5d7;
  color: #ffffff; }
  .ax-btn-bluegray-lighten-3:hover {
    color: #ffffff;
    background-color: #cdd3e1;
    border-color: #c7cddd; }
  .ax-btn-bluegray-lighten-3-h:hover {
    background-color: #bdc5d7 !important;
    color: #ffffff !important;
    border-color: #b3bdd1 !important; }
  .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-left, .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-right, .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-top, .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-bottom {
    background-color: #bdc5d7; }
    .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-left:before, .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-right:before, .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-top:before, .ax-btn-bluegray-lighten-3.ax-btn-hover-v1-bottom:before {
      background-color: #c7cddd;
      z-index: 1; }
  .ax-btn-bluegray-lighten-3[class*="ax-btn-hover-v2"] {
    background-color: #bdc5d7; }
  .ax-btn-bluegray-lighten-3:focus, .ax-btn-bluegray-lighten-3.focus, .ax-btn-bluegray-lighten-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-lighten-3 {
  color: #bdc5d7;
  background-color: transparent;
  background-image: none;
  border-color: #bdc5d7 !important; }
  .ax-btn-outline-bluegray-lighten-3:hover {
    color: #ffffff;
    background-color: #bdc5d7;
    border-color: #bdc5d7; }
  .ax-btn-outline-bluegray-lighten-3:focus, .ax-btn-outline-bluegray-lighten-3.focus, .ax-btn-outline-bluegray-lighten-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-lighten-3.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-lighten-3.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-lighten-3.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-lighten-3.ax-btn-hover-v1-bottom:before {
    background-color: #bdc5d7; }
.ax-btn-bluegray-lighten-2 {
  background-color: #a5acbe;
  color: #ffffff; }
  .ax-btn-bluegray-lighten-2:hover {
    color: #ffffff;
    background-color: #b4bac9;
    border-color: #aeb4c4; }
  .ax-btn-bluegray-lighten-2-h:hover {
    background-color: #a5acbe !important;
    color: #ffffff !important;
    border-color: #9ca4b8 !important; }
  .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-left, .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-right, .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-top, .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-bottom {
    background-color: #a5acbe; }
    .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-left:before, .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-right:before, .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-top:before, .ax-btn-bluegray-lighten-2.ax-btn-hover-v1-bottom:before {
      background-color: #aeb4c4;
      z-index: 1; }
  .ax-btn-bluegray-lighten-2[class*="ax-btn-hover-v2"] {
    background-color: #a5acbe; }
  .ax-btn-bluegray-lighten-2:focus, .ax-btn-bluegray-lighten-2.focus, .ax-btn-bluegray-lighten-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-lighten-2 {
  color: #a5acbe;
  background-color: transparent;
  background-image: none;
  border-color: #a5acbe !important; }
  .ax-btn-outline-bluegray-lighten-2:hover {
    color: #ffffff;
    background-color: #a5acbe;
    border-color: #a5acbe; }
  .ax-btn-outline-bluegray-lighten-2:focus, .ax-btn-outline-bluegray-lighten-2.focus, .ax-btn-outline-bluegray-lighten-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-lighten-2.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-lighten-2.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-lighten-2.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-lighten-2.ax-btn-hover-v1-bottom:before {
    background-color: #a5acbe; }
.ax-btn-bluegray-lighten-1 {
  background-color: #8c93a5;
  color: #ffffff; }
  .ax-btn-bluegray-lighten-1:hover {
    color: #ffffff;
    background-color: #9aa0b0;
    border-color: #959bac; }
  .ax-btn-bluegray-lighten-1-h:hover {
    background-color: #8c93a5 !important;
    color: #ffffff !important;
    border-color: #838b9e !important; }
  .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-left, .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-right, .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-top, .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-bottom {
    background-color: #8c93a5; }
    .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-left:before, .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-right:before, .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-top:before, .ax-btn-bluegray-lighten-1.ax-btn-hover-v1-bottom:before {
      background-color: #959bac;
      z-index: 1; }
  .ax-btn-bluegray-lighten-1[class*="ax-btn-hover-v2"] {
    background-color: #8c93a5; }
  .ax-btn-bluegray-lighten-1:focus, .ax-btn-bluegray-lighten-1.focus, .ax-btn-bluegray-lighten-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-lighten-1 {
  color: #8c93a5;
  background-color: transparent;
  background-image: none;
  border-color: #8c93a5 !important; }
  .ax-btn-outline-bluegray-lighten-1:hover {
    color: #ffffff;
    background-color: #8c93a5;
    border-color: #8c93a5; }
  .ax-btn-outline-bluegray-lighten-1:focus, .ax-btn-outline-bluegray-lighten-1.focus, .ax-btn-outline-bluegray-lighten-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-lighten-1.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-lighten-1.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-lighten-1.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-lighten-1.ax-btn-hover-v1-bottom:before {
    background-color: #8c93a5; }
.ax-btn-bluegray {
  background-color: #747b8c;
  color: #ffffff; }
  .ax-btn-bluegray:hover {
    color: #ffffff;
    background-color: #828898;
    border-color: #7c8393; }
  .ax-btn-bluegray-h:hover {
    background-color: #747b8c !important;
    color: #ffffff !important;
    border-color: #6d7484 !important; }
  .ax-btn-bluegray.ax-btn-hover-v1-left, .ax-btn-bluegray.ax-btn-hover-v1-right, .ax-btn-bluegray.ax-btn-hover-v1-top, .ax-btn-bluegray.ax-btn-hover-v1-bottom {
    background-color: #747b8c; }
    .ax-btn-bluegray.ax-btn-hover-v1-left:before, .ax-btn-bluegray.ax-btn-hover-v1-right:before, .ax-btn-bluegray.ax-btn-hover-v1-top:before, .ax-btn-bluegray.ax-btn-hover-v1-bottom:before {
      background-color: #7c8393;
      z-index: 1; }
  .ax-btn-bluegray[class*="ax-btn-hover-v2"] {
    background-color: #747b8c; }
  .ax-btn-bluegray:focus, .ax-btn-bluegray.focus, .ax-btn-bluegray:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray {
  color: #747b8c;
  background-color: transparent;
  background-image: none;
  border-color: #747b8c !important; }
  .ax-btn-outline-bluegray:hover {
    color: #ffffff;
    background-color: #747b8c;
    border-color: #747b8c; }
  .ax-btn-outline-bluegray:focus, .ax-btn-outline-bluegray.focus, .ax-btn-outline-bluegray:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray.ax-btn-hover-v1-bottom:before {
    background-color: #747b8c; }
.ax-btn-bluegray-darken-1 {
  background-color: #5e6373;
  color: #ffffff; }
  .ax-btn-bluegray-darken-1:hover {
    color: #ffffff;
    background-color: #696f81;
    border-color: #656a7b; }
  .ax-btn-bluegray-darken-1-h:hover {
    background-color: #5e6373 !important;
    color: #ffffff !important;
    border-color: #575c6b !important; }
  .ax-btn-bluegray-darken-1.ax-btn-hover-v1-left, .ax-btn-bluegray-darken-1.ax-btn-hover-v1-right, .ax-btn-bluegray-darken-1.ax-btn-hover-v1-top, .ax-btn-bluegray-darken-1.ax-btn-hover-v1-bottom {
    background-color: #5e6373; }
    .ax-btn-bluegray-darken-1.ax-btn-hover-v1-left:before, .ax-btn-bluegray-darken-1.ax-btn-hover-v1-right:before, .ax-btn-bluegray-darken-1.ax-btn-hover-v1-top:before, .ax-btn-bluegray-darken-1.ax-btn-hover-v1-bottom:before {
      background-color: #656a7b;
      z-index: 1; }
  .ax-btn-bluegray-darken-1[class*="ax-btn-hover-v2"] {
    background-color: #5e6373; }
  .ax-btn-bluegray-darken-1:focus, .ax-btn-bluegray-darken-1.focus, .ax-btn-bluegray-darken-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-darken-1 {
  color: #5e6373;
  background-color: transparent;
  background-image: none;
  border-color: #5e6373 !important; }
  .ax-btn-outline-bluegray-darken-1:hover {
    color: #ffffff;
    background-color: #5e6373;
    border-color: #5e6373; }
  .ax-btn-outline-bluegray-darken-1:focus, .ax-btn-outline-bluegray-darken-1.focus, .ax-btn-outline-bluegray-darken-1:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-darken-1.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-darken-1.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-darken-1.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-darken-1.ax-btn-hover-v1-bottom:before {
    background-color: #5e6373; }
.ax-btn-bluegray-darken-2 {
  background-color: #464b5a;
  color: #ffffff; }
  .ax-btn-bluegray-darken-2:hover {
    color: #ffffff;
    background-color: #515768;
    border-color: #4d5263; }
  .ax-btn-bluegray-darken-2-h:hover {
    background-color: #464b5a !important;
    color: #ffffff !important;
    border-color: #3f4451 !important; }
  .ax-btn-bluegray-darken-2.ax-btn-hover-v1-left, .ax-btn-bluegray-darken-2.ax-btn-hover-v1-right, .ax-btn-bluegray-darken-2.ax-btn-hover-v1-top, .ax-btn-bluegray-darken-2.ax-btn-hover-v1-bottom {
    background-color: #464b5a; }
    .ax-btn-bluegray-darken-2.ax-btn-hover-v1-left:before, .ax-btn-bluegray-darken-2.ax-btn-hover-v1-right:before, .ax-btn-bluegray-darken-2.ax-btn-hover-v1-top:before, .ax-btn-bluegray-darken-2.ax-btn-hover-v1-bottom:before {
      background-color: #4d5263;
      z-index: 1; }
  .ax-btn-bluegray-darken-2[class*="ax-btn-hover-v2"] {
    background-color: #464b5a; }
  .ax-btn-bluegray-darken-2:focus, .ax-btn-bluegray-darken-2.focus, .ax-btn-bluegray-darken-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-darken-2 {
  color: #464b5a;
  background-color: transparent;
  background-image: none;
  border-color: #464b5a !important; }
  .ax-btn-outline-bluegray-darken-2:hover {
    color: #ffffff;
    background-color: #464b5a;
    border-color: #464b5a; }
  .ax-btn-outline-bluegray-darken-2:focus, .ax-btn-outline-bluegray-darken-2.focus, .ax-btn-outline-bluegray-darken-2:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-darken-2.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-darken-2.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-darken-2.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-darken-2.ax-btn-hover-v1-bottom:before {
    background-color: #464b5a; }
.ax-btn-bluegray-darken-3 {
  background-color: #2e3341;
  color: #ffffff; }
  .ax-btn-bluegray-darken-3:hover {
    color: #ffffff;
    background-color: #393f50;
    border-color: #343a4a; }
  .ax-btn-bluegray-darken-3-h:hover {
    background-color: #2e3341 !important;
    color: #ffffff !important;
    border-color: #282c38 !important; }
  .ax-btn-bluegray-darken-3.ax-btn-hover-v1-left, .ax-btn-bluegray-darken-3.ax-btn-hover-v1-right, .ax-btn-bluegray-darken-3.ax-btn-hover-v1-top, .ax-btn-bluegray-darken-3.ax-btn-hover-v1-bottom {
    background-color: #2e3341; }
    .ax-btn-bluegray-darken-3.ax-btn-hover-v1-left:before, .ax-btn-bluegray-darken-3.ax-btn-hover-v1-right:before, .ax-btn-bluegray-darken-3.ax-btn-hover-v1-top:before, .ax-btn-bluegray-darken-3.ax-btn-hover-v1-bottom:before {
      background-color: #343a4a;
      z-index: 1; }
  .ax-btn-bluegray-darken-3[class*="ax-btn-hover-v2"] {
    background-color: #2e3341; }
  .ax-btn-bluegray-darken-3:focus, .ax-btn-bluegray-darken-3.focus, .ax-btn-bluegray-darken-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-darken-3 {
  color: #2e3341;
  background-color: transparent;
  background-image: none;
  border-color: #2e3341 !important; }
  .ax-btn-outline-bluegray-darken-3:hover {
    color: #ffffff;
    background-color: #2e3341;
    border-color: #2e3341; }
  .ax-btn-outline-bluegray-darken-3:focus, .ax-btn-outline-bluegray-darken-3.focus, .ax-btn-outline-bluegray-darken-3:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-darken-3.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-darken-3.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-darken-3.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-darken-3.ax-btn-hover-v1-bottom:before {
    background-color: #2e3341; }
.ax-btn-bluegray-darken-4 {
  background-color: #252a37;
  color: #ffffff; }
  .ax-btn-bluegray-darken-4:hover {
    color: #ffffff;
    background-color: #2f3646;
    border-color: #2b3140; }
  .ax-btn-bluegray-darken-4-h:hover {
    background-color: #252a37 !important;
    color: #ffffff !important;
    border-color: #1f232e !important; }
  .ax-btn-bluegray-darken-4.ax-btn-hover-v1-left, .ax-btn-bluegray-darken-4.ax-btn-hover-v1-right, .ax-btn-bluegray-darken-4.ax-btn-hover-v1-top, .ax-btn-bluegray-darken-4.ax-btn-hover-v1-bottom {
    background-color: #252a37; }
    .ax-btn-bluegray-darken-4.ax-btn-hover-v1-left:before, .ax-btn-bluegray-darken-4.ax-btn-hover-v1-right:before, .ax-btn-bluegray-darken-4.ax-btn-hover-v1-top:before, .ax-btn-bluegray-darken-4.ax-btn-hover-v1-bottom:before {
      background-color: #2b3140;
      z-index: 1; }
  .ax-btn-bluegray-darken-4[class*="ax-btn-hover-v2"] {
    background-color: #252a37; }
  .ax-btn-bluegray-darken-4:focus, .ax-btn-bluegray-darken-4.focus, .ax-btn-bluegray-darken-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ax-btn-outline-bluegray-darken-4 {
  color: #252a37;
  background-color: transparent;
  background-image: none;
  border-color: #252a37 !important; }
  .ax-btn-outline-bluegray-darken-4:hover {
    color: #ffffff;
    background-color: #252a37;
    border-color: #252a37; }
  .ax-btn-outline-bluegray-darken-4:focus, .ax-btn-outline-bluegray-darken-4.focus, .ax-btn-outline-bluegray-darken-4:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .ax-btn-outline-bluegray-darken-4.ax-btn-hover-v1-left:before, .ax-btn-outline-bluegray-darken-4.ax-btn-hover-v1-right:before, .ax-btn-outline-bluegray-darken-4.ax-btn-hover-v1-top:before, .ax-btn-outline-bluegray-darken-4.ax-btn-hover-v1-bottom:before {
    background-color: #252a37; }
.ax-btn-blue:hover {
  color: #ffffff;
  background-color: #078ff5;
  border-color: #078ff5; }
.ax-btn-purple:hover {
  color: #ffffff;
  background-color: #745fb4;
  border-color: #745fb4; }
.ax-btn-red:hover {
  color: #ffffff;
  background-color: #ce283a;
  border-color: #ce283a; }
.ax-btn-orange:hover {
  color: #ffffff;
  background-color: #f59200;
  border-color: #f59200; }
.ax-btn-deep-orange:hover {
  color: #ffffff;
  background-color: #f74d1d;
  border-color: #f74d1d; }
.ax-btn-brown:hover {
  color: #ffffff;
  background-color: #93622e;
  border-color: #93622e; }
.ax-btn-yellow:hover {
  color: #5e6373;
  background-color: #ffdd36;
  border-color: #ffdd36; }
.ax-btn-green:hover {
  color: #ffffff;
  background-color: #00b66d;
  border-color: #00b66d; }
.ax-btn-teal:hover {
  color: #ffffff;
  background-color: #0cbd9e;
  border-color: #0cbd9e; }
.ax-btn-cyan:hover {
  color: #ffffff;
  background-color: #1bb2bf;
  border-color: #1bb2bf; }
.ax-btn-white {
  background-color: #ffffff;
  color: #111111; }
.ax-btn-black {
  background-color: #000000;
  color: #ffffff; }
.ax-btn-light:hover {
  background-color: #f1f1f1; }
[class*="ax-btn-outline"].ax-btn-hover-v1-left, [class*="ax-btn-outline"].ax-btn-hover-v1-right, [class*="ax-btn-outline"].ax-btn-hover-v1-top, [class*="ax-btn-outline"].ax-btn-hover-v1-bottom {
  background-color: transparent !important; }
[class*="ax-btn-hover"] {
  overflow: hidden !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 1; }
  [class*="ax-btn-hover"] span, [class*="ax-btn-hover"] i {
    z-index: 2;
    position: relative; }
  [class*="ax-btn-hover"]:before {
    content: "";
    position: absolute;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: -1; }
.ax-btn-hover-v1-left:before,
.ax-btn-hover-v1-right:before {
  width: 0%;
  height: 100%;
  top: 0; }
.ax-btn-hover-v1-left:hover:before,
.ax-btn-hover-v1-right:hover:before {
  width: 100%; }
.ax-btn-hover-v1-left:before {
  left: 0; }
.ax-btn-hover-v1-right:before {
  right: 0; }
.ax-btn-hover-v1-top:before,
.ax-btn-hover-v1-bottom:before {
  width: 100%;
  height: 0;
  left: 0; }
.ax-btn-hover-v1-top:hover:before,
.ax-btn-hover-v1-bottom:hover:before {
  height: 100%; }
.ax-btn-hover-v1-top:before {
  top: 0; }
.ax-btn-hover-v1-bottom:before {
  bottom: 0; }
[class*="ax-btn-hover-v2"]:before {
  height: 3px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 2;
  width: 0; }
[class*="ax-btn-hover-v2"]:hover:before {
  width: 100%; }
.ax-btn-hover-v2-center:before {
  bottom: 0;
  left: 50%; }
.ax-btn-hover-v2-center:hover:before {
  left: 0; }
.ax-btn-hover-v2-left:before {
  bottom: 0;
  left: 0; }
.ax-btn-hover-v2-left:hover:before {
  left: 0; }
.ax-btn-hover-v2-left-2:before {
  bottom: 0;
  right: 0;
  left: auto; }
.ax-btn-hover-v2-left-2:hover:before {
  left: 0; }
.ax-btn-hover-v2-right:before {
  bottom: 0;
  right: 0; }
.ax-btn-hover-v2-right-2:before {
  bottom: 0;
  left: 0;
  right: auto; }
.ax-btn-hover-v2-right-2:hover:before {
  left: auto;
  right: 0; }
.ax-btn-size-1, .ax-btn-group-size-1 > .btn {
  padding: 0.2rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem; }
.ax-btn-size-2, .ax-btn-group-size-2 > .btn {
  padding: 0.4rem 1.3rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem; }
.ax-btn-size-3, .ax-btn-group-size-3 > .btn {
  padding: 0.5rem 1.6rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem; }
.ax-btn-size-4, .ax-btn-group-size-4 > .btn {
  padding: 0.8rem 1.9rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem; }
.ax-btn-size-5, .ax-btn-group-size-5 > .btn {
  padding: 1rem 2.4rem;
  font-size: 0.935rem;
  line-height: 1.5;
  border-radius: 0.15rem; }
@media (min-width: 576px) {
  .ax-btn-sm-size-1 {
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-sm-size-2 {
    padding: 0.4rem 1.3rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-sm-size-3 {
    padding: 0.5rem 1.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-sm-size-4 {
    padding: 0.8rem 1.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-sm-size-5 {
    padding: 1rem 2.4rem;
    font-size: 0.935rem;
    line-height: 1.5;
    border-radius: 0.15rem; } }
@media (min-width: 768px) {
  .ax-btn-md-size-1 {
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-md-size-2 {
    padding: 0.4rem 1.3rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-md-size-3 {
    padding: 0.5rem 1.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-md-size-4 {
    padding: 0.8rem 1.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-md-size-5 {
    padding: 1rem 2.4rem;
    font-size: 0.935rem;
    line-height: 1.5;
    border-radius: 0.15rem; } }
@media (min-width: 992px) {
  .ax-btn-lg-size-1 {
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-lg-size-2 {
    padding: 0.4rem 1.3rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-lg-size-3 {
    padding: 0.5rem 1.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-lg-size-4 {
    padding: 0.8rem 1.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-lg-size-5 {
    padding: 1rem 2.4rem;
    font-size: 0.935rem;
    line-height: 1.5;
    border-radius: 0.15rem; } }
@media (min-width: 1250px) {
  .ax-btn-xl-size-1 {
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xl-size-2 {
    padding: 0.4rem 1.3rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xl-size-3 {
    padding: 0.5rem 1.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xl-size-4 {
    padding: 0.8rem 1.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xl-size-5 {
    padding: 1rem 2.4rem;
    font-size: 0.935rem;
    line-height: 1.5;
    border-radius: 0.15rem; } }
@media (min-width: 1480px) {
  .ax-btn-xxl-size-1 {
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xxl-size-2 {
    padding: 0.4rem 1.3rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xxl-size-3 {
    padding: 0.5rem 1.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xxl-size-4 {
    padding: 0.8rem 1.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.15rem; }
  .ax-btn-xxl-size-5 {
    padding: 1rem 2.4rem;
    font-size: 0.935rem;
    line-height: 1.5;
    border-radius: 0.15rem; } }
.facebook-btn {
  background-color: #4a6ea9;
  color: #ffffff; }
  .facebook-btn:hover {
    background-color: #44659b;
    color: #ffffff; }
.google-btn {
  background-color: #dd5044;
  color: #ffffff; }
  .google-btn:hover {
    background-color: #da4033;
    color: #ffffff; }
/*
    @
    @   26
    @   Button Scrollup / Scrolldown
    @
*/
#scrollUp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased; }
  #scrollUp span {
    color: #000000;
    font-size: 0.875rem;
    border: 1px solid #f1f1f1;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #scrollUp span:hover {
      background-color: #7a66b7;
      color: #ffffff;
      border: 1px solid #715cb2; }
.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: center;
  z-index: 99; }
  .scroll-btn .mouse-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 40px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 23px; }
    .scroll-btn .mouse-icon:hover, .scroll-btn .mouse-icon:focus, .scroll-btn .mouse-icon.active {
      color: #ffffff; }
    .scroll-btn .mouse-icon > .scroll-dot {
      position: absolute;
      display: block;
      top: 10%;
      left: 49%;
      width: 1px;
      height: 10px;
      margin: -1px 0 0 -1px;
      border: 1px solid rgba(0, 0, 0, 0.5);
      -webkit-animation: mouse-animation 1.5s linear infinite;
      animation: mouse-animation 1.5s linear infinite; }
    .scroll-btn .mouse-icon:after {
      position: absolute;
      top: -20px;
      bottom: 100%;
      left: 50%;
      width: 18px;
      height: 18px;
      content: '';
      margin-left: -3px;
      border-top: 2px solid rgba(0, 0, 0, 0.5);
      border-left: 2px solid rgba(0, 0, 0, 0.5);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-top-left-radius: 30px; }
@-webkit-keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 10%; }
  50% {
    opacity: 0;
    top: 60%; }
  100% {
    opacity: 0;
    top: 10%; } }
@keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 20%; }
  50% {
    opacity: 0;
    top: 60%; }
  100% {
    opacity: 0;
    top: 20%; } }
/*
    @
    @   27
    @   Tooltips
    @
*/
.bs-tooltip-top-demo .arrow,
.bs-tooltip-bottom-demo .arrow,
.bs-popover-top-demo .arrow,
.bs-popover-bottom-demo .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.bs-tooltip-left-demo .arrow,
.bs-tooltip-right-demo .arrow,
.bs-popover-left-demo .arrow,
.bs-popover-right-demo .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.static-tooltip-example .tooltip {
  display: inline-block;
  position: relative;
  margin: .5rem;
  opacity: 1; }
.static-popover-example .popover {
  display: block;
  position: relative;
  margin: .5rem;
  float: left; }
.tooltip {
  z-index: 100; }
  .tooltip .tooltip-inner {
    max-width: 200px;
    padding: 0.3rem 1rem;
    color: #ffffff !important;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    background-color: #252a37 !important;
    border-radius: 5px; }
/*
    @
    @   28
    @   List Group
    @
*/
ul.list-striped li:nth-of-type(odd) {
  background-color: #f7f8f9; }
.list-group-item {
  color: #111111; }
  .list-group-item:hover, .list-group-item:focus {
    color: #5e6373;
    background-color: #f9f9f9;
    border-color: #f4f4f4;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (prefers-reduced-motion: reduce) {
      .list-group-item:hover, .list-group-item:focus {
        -webkit-transition: none;
        transition: none; } }
  .list-group-item.active:hover, .list-group-item.active:focus {
    color: #ffffff;
    background-color: #7a66b7;
    border-color: #745fb4; }
  .list-group-item.active .bagde {
    background-color: #ffffff !important;
    color: #111111; }
  .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #828282;
    background-color: #e9eaeb;
    border-color: #e4e5e6; }
.nomarked-item {
  background-color: #f9f9f9; }
.dropdown-notifications.dropdown-menu {
  border-color: #f3f3f3; }
  .dropdown-notifications.dropdown-menu .dropdown-item {
    color: #5e6373;
    font-size: 14px; }
    .dropdown-notifications.dropdown-menu .dropdown-item:hover {
      background-color: #7a66b7;
      color: #ffffff; }
.list-group-colors .list-group-item {
  color: #252a37; }
  .list-group-colors .list-group-item:hover {
    border: 1px solid #eeeeee; }
  .list-group-colors .list-group-item.active, .list-group-colors .list-group-item:active {
    background-color: #252a37;
    color: #ffffff !important;
    border: 1px solid #252a37; }
.list-item-hoverable .list-actions {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.list-item-hoverable:hover .list-actions {
  opacity: 1;
  visibility: visible; }
/*
    @
    @   29
    @   Forms
    @
*/
.form-control {
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
  color: #5e6373;
  height: auto !important; }
  .form-control:disabled {
    background-color: #e9eaeb !important; }
  .form-control:focus {
    background-color: #ffffff !important; }
.ax-form-control-size-1 {
  padding: 0.4rem 0.65rem !important; }
.ax-form-control-size-2 {
  padding: 0.5rem 0.8rem !important; }
.ax-form-control-size-3 {
  padding: 0.8rem 0.95rem !important;
  font-size: 0.935rem; }
@media (min-width: 576px) {
  .ax-form-control-sm-size-1 {
    padding: 0.4rem 0.65rem !important; }
  .ax-form-control-sm-size-2 {
    padding: 0.5rem 0.8rem !important; }
  .ax-form-control-sm-size-3 {
    padding: 0.8rem 0.95rem !important;
    font-size: 0.935rem; } }
@media (min-width: 768px) {
  .ax-form-control-md-size-1 {
    padding: 0.4rem 0.65rem !important; }
  .ax-form-control-md-size-2 {
    padding: 0.5rem 0.8rem !important; }
  .ax-form-control-md-size-3 {
    padding: 0.8rem 0.95rem !important;
    font-size: 0.935rem; } }
@media (min-width: 992px) {
  .ax-form-control-lg-size-1 {
    padding: 0.4rem 0.65rem !important; }
  .ax-form-control-lg-size-2 {
    padding: 0.5rem 0.8rem !important; }
  .ax-form-control-lg-size-3 {
    padding: 0.8rem 0.95rem !important;
    font-size: 0.935rem; } }
@media (min-width: 1250px) {
  .ax-form-control-xl-size-1 {
    padding: 0.4rem 0.65rem !important; }
  .ax-form-control-xl-size-2 {
    padding: 0.5rem 0.8rem !important; }
  .ax-form-control-xl-size-3 {
    padding: 0.8rem 0.95rem !important;
    font-size: 0.935rem; } }
@media (min-width: 1480px) {
  .ax-form-control-xxl-size-1 {
    padding: 0.4rem 0.65rem !important; }
  .ax-form-control-xxl-size-2 {
    padding: 0.5rem 0.8rem !important; }
  .ax-form-control-xxl-size-3 {
    padding: 0.8rem 0.95rem !important;
    font-size: 0.935rem; } }
textarea {
  overflow-x: hidden; }
.textarea-resize-0 {
  resize: none; }
select.form-control:not([size]):not([multiple]) {
  height: auto !important; }
.form-group-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: none;
  border: 2px solid #eeeeee; }
  .form-group-v1 .form-control {
    background-color: transparent;
    border: 0 !important;
    height: 35px !important;
    padding-left: 20px !important; }
    .form-group-v1 .form-control:focus {
      background-color: transparent !important; }
  .form-group-v1 i {
    color: #8e8e8e; }
  .form-group-v1 .btn-circle {
    display: inline-block;
    padding: 0 !important;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 0;
    background-color: #eaeaea; }
  .form-group-v1 button, .form-group-v1 .btn {
    background-color: #f8f8f8;
    -webkit-transition: none;
    transition: none;
    color: #8c8c8c; }
    .form-group-v1 button i, .form-group-v1 .btn i {
      color: #8c8c8c; }
    .form-group-v1 button:hover, .form-group-v1 .btn:hover {
      background-color: #7a66b7;
      color: #ffffff; }
      .form-group-v1 button:hover i, .form-group-v1 .btn:hover i {
        color: #ffffff; }
  .form-group-v1.focused {
    border-color: #7a66b7 !important; }
    .form-group-v1.focused button {
      background-color: #7a66b7 !important;
      border-color: #7a66b7;
      color: #ffffff !important; }
      .form-group-v1.focused button i {
        color: #ffffff !important; }
  .form-group-v1.v1-primary {
    border-color: #7a66b7; }
    .form-group-v1.v1-primary .form-control {
      color: #8c93a5 !important; }
      .form-group-v1.v1-primary .form-control::-webkit-input-placeholder {
        color: #8c93a5 !important; }
      .form-group-v1.v1-primary .form-control::-moz-placeholder {
        color: #8c93a5 !important; }
      .form-group-v1.v1-primary .form-control::-ms-input-placeholder {
        color: #8c93a5 !important; }
      .form-group-v1.v1-primary .form-control::placeholder {
        color: #8c93a5 !important; }
    .form-group-v1.v1-primary button, .form-group-v1.v1-primary .btn {
      background-color: #7a66b7;
      color: #ffffff;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .form-group-v1.v1-primary button i, .form-group-v1.v1-primary .btn i {
        color: #ffffff; }
    .form-group-v1.v1-primary.focused {
      border-color: #7a66b7 !important; }
      .form-group-v1.v1-primary.focused button, .form-group-v1.v1-primary.focused .btn {
        padding-left: 50px !important;
        padding-right: 50px !important; }
  .form-group-v1.form-group-v1-dark .form-control {
    color: #8c93a5 !important; }
    .form-group-v1.form-group-v1-dark .form-control::-webkit-input-placeholder {
      color: #8c93a5 !important; }
    .form-group-v1.form-group-v1-dark .form-control::-moz-placeholder {
      color: #8c93a5 !important; }
    .form-group-v1.form-group-v1-dark .form-control::-ms-input-placeholder {
      color: #8c93a5 !important; }
    .form-group-v1.form-group-v1-dark .form-control::placeholder {
      color: #8c93a5 !important; }
  .form-group-v1.form-group-v1-dark button i {
    color: #8c93a5; }
/*
    @
    @   30
    @   Custom Forms
    @
*/
/*
    AMPREX CHECKBOXES
    -------------------------------------------------------------------------------------------------
*/
.ax-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 0px;
  margin-bottom: 0;
  white-space: nowrap; }
  .ax-checkbox .ax-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .ax-checkbox .ax-checkmark {
    display: inline-block;
    vertical-align: middle;
    min-width: 18px;
    width: 18px;
    height: 18px;
    background-color: #eeeeee;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 3px; }
  .ax-checkbox span {
    display: inline-block;
    vertical-align: middle; }
  .ax-checkbox:hover .ax-checkmark {
    background-color: #dddddd; }
  .ax-checkbox input + .ax-checkmark:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.2);
            transform: translate(-50%, -50%) rotate(-45deg) scale(0.2);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    top: 44%;
    left: 50%;
    opacity: 0;
    visibility: hidden; }
  .ax-checkbox input:checked + .ax-checkmark {
    background-color: #7a66b7; }
  .ax-checkbox input:checked + .ax-checkmark:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
            transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    opacity: 1;
    visibility: visible; }
  .ax-checkbox.ax-checkbox-v2 input:checked + .ax-checkmark {
    background-color: #ffffff;
    border: 1px solid #7a66b7; }
  .ax-checkbox.ax-checkbox-v2 input:checked + .ax-checkmark:after {
    border-color: #7a66b7; }
  .ax-checkbox.ax-checkbox-v3 input:checked + .ax-checkmark {
    background-color: #7a66b7; }
  .ax-checkbox.ax-checkbox-v3 input:checked + .ax-checkmark:after {
    opacity: 0;
    visibility: hidden; }
/*
    CUSTOM FILE INPUT
    -------------------------------------------------------------------------------------------------
*/
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 45px;
  margin-bottom: 0; }
.custom-file-control:before {
  font-size: 0.875rem; }
.custom-file-control:after {
  margin-left: -0.25rem;
  font-size: 0.875rem; }
.custom-file-input {
  width: 15rem;
  height: 45px;
  margin: 0;
  cursor: pointer; }
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #7a66b7;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #7a66b7; }
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0rem 1rem;
  z-index: 1;
  height: 45px;
  line-height: 45px;
  color: #252a37;
  background-color: #ffffff;
  border: 1px solid #e9eaeb;
  border-radius: 0; }
  .custom-file-label:after {
    height: auto !important;
    font-size: 0.875rem;
    padding-left: 2rem;
    padding-right: 2rem; }
.ax-custom-file-input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .ax-custom-file-input + label {
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 0; }
  .ax-custom-file-input + label {
    cursor: pointer; }
/*
    QUANTITIES
    -------------------------------------------------------------------------------------------------
*/
.quantities {
  min-width: 120px; }
  .quantities .quantity-minus,
  .quantities .quantity-plus {
    color: #252a37;
    padding: 4px 0px !important;
    width: 50px;
    background-color: #f9f9f9; }
    .quantities .quantity-minus:hover,
    .quantities .quantity-plus:hover {
      background-color: #f4f4f4; }
  .quantities .input-group-prepend,
  .quantities .input-group-append {
    font-size: 0.75rem !important; }
  .quantities .quantity {
    text-align: center;
    padding: 0.4rem 0.5rem;
    background-color: #ffffff; }
/*
    AMPREX RADIO BUTTONS
    -------------------------------------------------------------------------------------------------
*/
.ax-radio-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 0px;
  white-space: nowrap;
  margin-bottom: 0; }
  .ax-radio-button .ax-radio-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .ax-radio-button .ax-radio-handle {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: #eeeeee;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 50%; }
  .ax-radio-button span {
    display: inline-block;
    vertical-align: middle; }
  .ax-radio-button:hover .ax-radio-handle {
    background-color: #dddddd; }
  .ax-radio-button input:checked + .ax-radio-handle {
    background-color: #7a66b7; }
  .ax-radio-button input:checked + .ax-radio-handle:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ax-radio-button.ax-radio-v2 input:checked + .ax-radio-handle {
    background-color: #ffffff;
    border: 1px solid #7a66b7; }
  .ax-radio-button.ax-radio-v2 input:checked + .ax-radio-handle:after {
    width: 8px;
    height: 8px;
    background-color: #7a66b7; }
  .ax-radio-button.ax-radio-v3 input:checked + .ax-radio-handle:after {
    width: 8px;
    height: 8px;
    background-color: #ffffff; }
  .ax-radio-button.ax-radio-v4 input:checked + .ax-radio-handle {
    background-color: #7a66b7; }
  .ax-radio-button.ax-radio-v4 input:checked + .ax-radio-handle:after {
    background-color: transparent; }
.radio-switch {
  position: relative;
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .radio-switch .switch-box {
    position: relative;
    padding: 0 20px; }
  .radio-switch input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 50px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .radio-switch input:checked {
      z-index: 1; }
    .radio-switch input:checked + label {
      opacity: 1;
      cursor: default; }
  .radio-switch label {
    color: #b8bac0;
    cursor: pointer;
    font-size: 1rem;
    margin: 0;
    text-align: center; }
    .radio-switch label.radio-selected {
      color: #7a66b7; }
  .radio-switch .toggle-outside {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: 0.25s ease all;
    transition: 0.25s ease all;
    background: #eeeeee;
    width: 50px;
    height: 20px;
    margin: 0 5px;
    position: relative; }
  .radio-switch .toggle-inside {
    border-radius: 50%;
    background: #7a66b7;
    position: absolute;
    -webkit-transition: 0.25s ease all;
    transition: 0.25s ease all;
    height: 16px;
    width: 16px;
    margin-left: 2px;
    margin-top: 2px; }
  .radio-switch input:checked ~ .toggle-outside .toggle-inside {
    left: 0px; }
  .radio-switch input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 30px; }
/*
    TOGGLE / SWITCH
    -------------------------------------------------------------------------------------------------
*/
.toggle {
  position: relative;
  display: inline-block;
  min-width: 40px;
  height: 20px;
  margin-bottom: 0; }
  .toggle input {
    display: none; }
    .toggle input:checked + .toggle-handle {
      background-color: #7a66b7; }
      .toggle input:checked + .toggle-handle:before {
        -webkit-transform: translateX(20px);
        transform: translateX(20px); }
    .toggle input:focus + .toggle-handle {
      -webkit-box-shadow: 0 0 1px #7a66b7;
              box-shadow: 0 0 1px #7a66b7; }
  .toggle .toggle-handle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9e9;
    -webkit-transition: .1s;
    transition: .1s; }
    .toggle .toggle-handle:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 2px;
      bottom: 2px;
      background-color: #ffffff;
      -webkit-transition: .1s;
      transition: .1s;
      z-index: 10; }
    .toggle .toggle-handle.round {
      border-radius: 35px; }
      .toggle .toggle-handle.round:before {
        border-radius: 50%; }
  .toggle.toggle-v2 i {
    position: absolute;
    font-size: 12px;
    line-height: 21px; }
  .toggle.toggle-v2 .toggle-checked {
    margin-left: 5px;
    color: #ffffff; }
  .toggle.toggle-v2 .toggle-unchecked {
    right: 0;
    margin-right: 8px;
    color: #a0a0a0; }
.custom-control-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.98px) {
    .custom-control-inline {
      display: block; } }
/*
    @
    @   31
    @   Breadcrumb
    @
*/
.breadcrumb {
  background-color: transparent; }
  .breadcrumb.breadcrumb-light .breadcrumb-item a {
    color: #d1d5dc; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
/*
    @
    @   32
    @   Button Group
    @
*/
/*
    @
    @   33
    @   Input Groups
    @
*/
.input-group-prepend,
.input-group-append {
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border: 1px solid #e9eaeb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff; }
  @media (prefers-reduced-motion: reduce) {
    .input-group-prepend,
    .input-group-append {
      -webkit-transition: none;
      transition: none; } }
  .input-group-prepend a, .input-group-prepend .btn,
  .input-group-append a,
  .input-group-append .btn {
    border-radius: 0; }
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.4rem 1.3rem !important; }
.input-group-md > .form-control,
.input-group-md > .input-group-prepend > .input-group-text,
.input-group-md > .input-group-append > .input-group-text,
.input-group-md > .input-group-prepend > .btn,
.input-group-md > .input-group-append > .btn {
  padding: 0.5rem 1.6rem !important; }
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8rem 1.9rem !important; }
@media (min-width: 576px) {
  .input-group-sm-sm > .form-control,
  .input-group-sm-sm > .input-group-prepend > .input-group-text,
  .input-group-sm-sm > .input-group-append > .input-group-text,
  .input-group-sm-sm > .input-group-prepend > .btn,
  .input-group-sm-sm > .input-group-append > .btn {
    padding: 0.4rem 1.3rem !important; }
  .input-group-sm-md > .form-control,
  .input-group-sm-md > .input-group-prepend > .input-group-text,
  .input-group-sm-md > .input-group-append > .input-group-text,
  .input-group-sm-md > .input-group-prepend > .btn,
  .input-group-sm-md > .input-group-append > .btn {
    padding: 0.5rem 1.6rem !important; }
  .input-group-sm-lg > .form-control,
  .input-group-sm-lg > .input-group-prepend > .input-group-text,
  .input-group-sm-lg > .input-group-append > .input-group-text,
  .input-group-sm-lg > .input-group-prepend > .btn,
  .input-group-sm-lg > .input-group-append > .btn {
    padding: 0.8rem 1.9rem !important; } }
@media (min-width: 768px) {
  .input-group-md-sm > .form-control,
  .input-group-md-sm > .input-group-prepend > .input-group-text,
  .input-group-md-sm > .input-group-append > .input-group-text,
  .input-group-md-sm > .input-group-prepend > .btn,
  .input-group-md-sm > .input-group-append > .btn {
    padding: 0.4rem 1.3rem !important; }
  .input-group-md-md > .form-control,
  .input-group-md-md > .input-group-prepend > .input-group-text,
  .input-group-md-md > .input-group-append > .input-group-text,
  .input-group-md-md > .input-group-prepend > .btn,
  .input-group-md-md > .input-group-append > .btn {
    padding: 0.5rem 1.6rem !important; }
  .input-group-md-lg > .form-control,
  .input-group-md-lg > .input-group-prepend > .input-group-text,
  .input-group-md-lg > .input-group-append > .input-group-text,
  .input-group-md-lg > .input-group-prepend > .btn,
  .input-group-md-lg > .input-group-append > .btn {
    padding: 0.8rem 1.9rem !important; } }
@media (min-width: 992px) {
  .input-group-lg-sm > .form-control,
  .input-group-lg-sm > .input-group-prepend > .input-group-text,
  .input-group-lg-sm > .input-group-append > .input-group-text,
  .input-group-lg-sm > .input-group-prepend > .btn,
  .input-group-lg-sm > .input-group-append > .btn {
    padding: 0.4rem 1.3rem !important; }
  .input-group-lg-md > .form-control,
  .input-group-lg-md > .input-group-prepend > .input-group-text,
  .input-group-lg-md > .input-group-append > .input-group-text,
  .input-group-lg-md > .input-group-prepend > .btn,
  .input-group-lg-md > .input-group-append > .btn {
    padding: 0.5rem 1.6rem !important; }
  .input-group-lg-lg > .form-control,
  .input-group-lg-lg > .input-group-prepend > .input-group-text,
  .input-group-lg-lg > .input-group-append > .input-group-text,
  .input-group-lg-lg > .input-group-prepend > .btn,
  .input-group-lg-lg > .input-group-append > .btn {
    padding: 0.8rem 1.9rem !important; } }
@media (min-width: 1250px) {
  .input-group-xl-sm > .form-control,
  .input-group-xl-sm > .input-group-prepend > .input-group-text,
  .input-group-xl-sm > .input-group-append > .input-group-text,
  .input-group-xl-sm > .input-group-prepend > .btn,
  .input-group-xl-sm > .input-group-append > .btn {
    padding: 0.4rem 1.3rem !important; }
  .input-group-xl-md > .form-control,
  .input-group-xl-md > .input-group-prepend > .input-group-text,
  .input-group-xl-md > .input-group-append > .input-group-text,
  .input-group-xl-md > .input-group-prepend > .btn,
  .input-group-xl-md > .input-group-append > .btn {
    padding: 0.5rem 1.6rem !important; }
  .input-group-xl-lg > .form-control,
  .input-group-xl-lg > .input-group-prepend > .input-group-text,
  .input-group-xl-lg > .input-group-append > .input-group-text,
  .input-group-xl-lg > .input-group-prepend > .btn,
  .input-group-xl-lg > .input-group-append > .btn {
    padding: 0.8rem 1.9rem !important; } }
@media (min-width: 1480px) {
  .input-group-xxl-sm > .form-control,
  .input-group-xxl-sm > .input-group-prepend > .input-group-text,
  .input-group-xxl-sm > .input-group-append > .input-group-text,
  .input-group-xxl-sm > .input-group-prepend > .btn,
  .input-group-xxl-sm > .input-group-append > .btn {
    padding: 0.4rem 1.3rem !important; }
  .input-group-xxl-md > .form-control,
  .input-group-xxl-md > .input-group-prepend > .input-group-text,
  .input-group-xxl-md > .input-group-append > .input-group-text,
  .input-group-xxl-md > .input-group-prepend > .btn,
  .input-group-xxl-md > .input-group-append > .btn {
    padding: 0.5rem 1.6rem !important; }
  .input-group-xxl-lg > .form-control,
  .input-group-xxl-lg > .input-group-prepend > .input-group-text,
  .input-group-xxl-lg > .input-group-append > .input-group-text,
  .input-group-xxl-lg > .input-group-prepend > .btn,
  .input-group-xxl-lg > .input-group-append > .btn {
    padding: 0.8rem 1.9rem !important; } }
.focus-effect.focused .input-group-prepend,
.focus-effect.focused .input-group-append {
  border-color: #7a66b7 !important; }
.focus-effect.focus-v2.focused .input-group-prepend,
.focus-effect.focus-v2.focused .input-group-append {
  border-color: #7a66b7 !important;
  background-color: #7a66b7 !important;
  color: #ffffff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .focus-effect.focus-v2.focused .input-group-prepend a, .focus-effect.focus-v2.focused .input-group-prepend .btn,
  .focus-effect.focus-v2.focused .input-group-append a,
  .focus-effect.focus-v2.focused .input-group-append .btn {
    background-color: #7a66b7 !important;
    color: #ffffff !important; }
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  margin-left: 0px !important; }
/*
    @
    @   34
    @   Widgets
    @
*/
.widget .badge {
  font-size: 13px; }
.widget a {
  color: #111111; }
  .widget a .badge {
    margin-top: 4px; }
  .widget a:hover {
    color: #7a66b7; }
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none !important; }
.widget .widget-list li a {
  display: block;
  padding: 0px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  color: #464b5a;
  font-size: 14px; }
  .widget .widget-list li a:hover {
    color: #7a66b7;
    background: none; }
.widget .widget-list li i {
  color: #464b5a; }
.widget .widget-list.style2 li:hover a {
  color: #7a66b7;
  margin-left: 10px; }
/*
    26.1
    TAGS
    -------------------------------------------------------------------------------------------------
*/
.tags-widget a {
  padding: 3px 8px;
  margin-bottom: 4px;
  margin-right: 5px;
  display: inline-block;
  background-color: #464b5a;
  border: 1px solid #464b5a;
  color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  font-size: .75rem;
  border-radius: 20px;
  line-height: 1.5; }
  .tags-widget a:hover {
    background-color: #ffffff;
    color: #5e6373; }
/*
    26.2
    SLIDER RANGE
    -------------------------------------------------------------------------------------------------
*/
.slider-range,
.slider-range-2,
.slider-range-3 {
  margin-top: 20px; }
  .slider-range.ui-slider-horizontal,
  .slider-range-2.ui-slider-horizontal,
  .slider-range-3.ui-slider-horizontal {
    height: 5px !important;
    border: 1px solid #eeeeee !important; }
  .slider-range .ui-widget.ui-widget-content,
  .slider-range-2 .ui-widget.ui-widget-content,
  .slider-range-3 .ui-widget.ui-widget-content {
    background-color: #ffffff; }
  .slider-range .ui-slider-range,
  .slider-range-2 .ui-slider-range,
  .slider-range-3 .ui-slider-range {
    background-color: #7a66b7; }
  .slider-range .ui-slider-handle,
  .slider-range-2 .ui-slider-handle,
  .slider-range-3 .ui-slider-handle {
    border: 1px solid #7a66b7;
    border-radius: 50%;
    background-color: #ffffff;
    outline: 0;
    margin-top: -3px; }
    .slider-range .ui-slider-handle.ui-state-active,
    .slider-range-2 .ui-slider-handle.ui-state-active,
    .slider-range-3 .ui-slider-handle.ui-state-active {
      background-color: #7a66b7; }
.slider-range-2 .ui-slider-handle {
  border: 1px solid #7a66b7;
  border-radius: 0;
  background-color: #ffffff;
  outline: 0;
  margin-top: -3px; }
  .slider-range-2 .ui-slider-handle.ui-state-active {
    background-color: #7a66b7; }
.rating-stars i {
  color: #7a66b7;
  font-size: 1.1rem; }
/*
    @
    @   35
    @   Accordions
    @
*/
.accordion-active-border a {
  color: #252a37; }
.accordion-active-border .accordion-header [aria-expanded="true"] {
  border-color: #7a66b7 !important;
  color: #7a66b7 !important; }
  .accordion-active-border .accordion-header [aria-expanded="true"] .expand-icon {
    color: #7a66b7 !important; }
.accordion-text-primary-a .accordion-header [aria-expanded="true"] {
  color: #7a66b7 !important; }
.accordion-header [aria-expanded="true"] .expand-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
/*
    @
    @   36
    @   Progress Bars
    @
*/
.progress {
  height: 12px;
  margin-bottom: 30px;
  overflow: visible; }
  .progress .progress-bar {
    width: 0; }
  .progress.progress-rounded {
    border-radius: 50px; }
    .progress.progress-rounded .progress-bar {
      border-radius: 50px; }
  .progress.progress-v2 {
    padding: 3px;
    background-color: #252a37;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .progress.progress-v2.progress-size-1 {
      height: 3px; }
    .progress.progress-v2.progress-size-2 {
      height: 6px; }
    .progress.progress-v2.progress-size-3 {
      height: 9px; }
    .progress.progress-v2.progress-size-4 {
      height: 12px; }
    .progress.progress-v2.progress-size-5 {
      height: 15px; }
  .progress.progress-tooltip-v1 .progress-bar {
    position: relative; }
    .progress.progress-tooltip-v1 .progress-bar .tooltiptext {
      min-width: 60px;
      background-color: #252a37;
      color: #ffffff;
      text-align: center;
      padding: 5px 10px;
      font-size: 14px;
      position: absolute;
      z-index: 100;
      right: -30px !important;
      bottom: 100%;
      margin-bottom: 10px;
      opacity: 0; }
      .progress.progress-tooltip-v1 .progress-bar .tooltiptext:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #252a37 transparent transparent transparent; }
  .progress.progress-tooltip-v2 {
    position: relative; }
    .progress.progress-tooltip-v2 .progress-bar .tooltiptext {
      color: #333333;
      text-align: center;
      padding: 0;
      font-size: .875rem;
      position: absolute;
      z-index: 100;
      right: 0px !important;
      bottom: 100%;
      margin-bottom: 0px;
      border-radius: 5px; }
.progress.progress-size-1 {
  height: 3px; }
.progress.progress-size-2 {
  height: 6px; }
.progress.progress-size-3 {
  height: 9px; }
.progress.progress-size-4 {
  height: 12px; }
.progress.progress-size-5 {
  height: 15px; }
.progress-circle .circle {
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }
  .progress-circle .circle .circle-percentage {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -2px;
    font-size: 1.7rem; }
.step {
  width: 100%;
  position: relative;
  text-align: center; }
  .step .step-title {
    color: #545454; }
  .step .step-icon-wrap {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    z-index: 2; }
    .step .step-icon-wrap .step-icon {
      z-index: 2;
      background-color: #eaeaea;
      color: #65667a;
      position: relative;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .step .step-icon-wrap:before, .step .step-icon-wrap:after {
      position: absolute;
      top: 50%;
      margin-top: 0px;
      width: 50%;
      height: 2px;
      background-color: #eaeaea;
      content: '';
      z-index: -1; }
    .step .step-icon-wrap:before {
      left: 0; }
    .step .step-icon-wrap:after {
      right: 0; }
    @media (max-width: 767.98px) {
      .step .step-icon-wrap:before, .step .step-icon-wrap:after {
        display: none; } }
  .step:first-child .step-icon-wrap:before,
  .step:last-child .step-icon-wrap:after {
    display: none; }
  .step.completed .step-icon {
    background-color: #7a66b7 !important;
    border-color: #7a66b7 !important;
    color: #ffffff !important; }
    .step.completed .step-icon i {
      color: #ffffff !important; }
  .step.completed .step-icon-wrap:before,
  .step.completed .step-icon-wrap:after {
    background-color: #7a66b7; }
.progress-steps-v1 .step-item {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  z-index: 999;
  position: relative;
  border-radius: 20px;
  border: 1px solid #e9eaeb;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
.progress-steps-v1 .step-icon-wrap {
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  @media (max-width: 991.98px) {
    .progress-steps-v1 .step-icon-wrap:before, .progress-steps-v1 .step-icon-wrap:after {
      display: block;
      position: absolute;
      top: 100%;
      width: 3px;
      height: 50%;
      margin-left: -3px;
      background-color: #eeeeee;
      content: '';
      z-index: 1; }
    .progress-steps-v1 .step-icon-wrap:before {
      display: none; }
    .progress-steps-v1 .step-icon-wrap:after {
      left: 50%; } }
.progress-steps-v2 .step .step-icon-wrap:before,
.progress-steps-v2 .step .step-icon-wrap:after {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  width: 50%;
  border-bottom: 1px dashed #747b8c;
  background-color: transparent !important;
  content: '';
  z-index: -1; }
.progress-steps-v2 .step .step-icon-wrap:after {
  right: 3px; }
.progress-steps-v2 .step .step-icon {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: 1px dashed #747b8c;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer; }
  .progress-steps-v2 .step .step-icon i {
    font-size: 2rem;
    color: #747b8c; }
/*
    @
    @   38
    @   Paginations
    @
*/
.ax-pagination {
  display: block; }
  @media (max-width: 991.98px) {
    .ax-pagination {
      text-align: center; } }
  .ax-pagination .page-item {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px; }
    .ax-pagination .page-item .page-link {
      vertical-align: middle;
      border-radius: 3px;
      font-size: 0.875rem;
      display: block; }
      .ax-pagination .page-item .page-link:active {
        color: #ffffff; }
    .ax-pagination .page-item.active .page-link, .ax-pagination .page-item:active .page-link {
      background-color: #7a66b7; }
  @media (max-width: 575.98px) {
    .ax-pagination .previous-item,
    .ax-pagination .next-item {
      display: block;
      margin-top: 8px;
      margin-bottom: 8px;
      text-align: center; } }
  .ax-pagination .previous-item .page-link,
  .ax-pagination .next-item .page-link {
    position: relative; }
    .ax-pagination .previous-item .page-link i,
    .ax-pagination .next-item .page-link i {
      vertical-align: middle;
      font-size: 10px; }
  .ax-pagination .page-item-primary .page-link {
    background-color: #7a66b7;
    border-color: #7a66b7;
    color: #ffffff; }
    .ax-pagination .page-item-primary .page-link:hover {
      background-color: #806dba; }
  .ax-pagination.circle .page-link {
    border-radius: 40px !important; }
  .ax-pagination .pagination-sm .page-item:last-child .page-link,
  .ax-pagination .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .ax-pagination .pagination-sm .page-item:first-child .page-link,
  .ax-pagination .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .ax-pagination .pagination-sm .page-item .page-link {
    font-size: 0.75rem; }
/*
    @
    @   39
    @   Animations
    @
*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.wrap-hover {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
[class*="wrap-content"],
[class*="wrap-content-partially"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.wrap-content-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
.wrap-content-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.wrap-content-slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
.wrap-content-slide-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
.wrap-content-slide-up-v2 {
  top: auto !important;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
.wrap-content-partially-slide-up {
  top: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
  .wrap-content-partially-slide-up .wrap-visible {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding-left: inherit;
    padding-right: inherit;
    background: inherit; }
.wrap-content-partially-slide-down {
  bottom: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: visible; }
  .wrap-content-partially-slide-down .wrap-visible {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: inherit;
    padding-right: inherit;
    background: inherit; }
.wrap-hover:hover [class*="wrap-content-slide"],
.wrap-hover:hover [class*="wrap-content-partially"] {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.wrap-hover .wrap-content-fade {
  opacity: 0;
  z-index: 1; }
.wrap-hover:hover .wrap-content-fade {
  opacity: 1; }
.wrap-hover .wrap-hover-img-zoom {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.wrap-hover:hover .wrap-hover-img-zoom {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }
.typed-cursor {
  top: -2px;
  position: relative;
  font-weight: 100;
  opacity: 1;
  -webkit-animation: blink .7s infinite;
          animation: blink .7s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal; }
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
/*
    @
    @   40
    @   Ribbons
    @
*/
.recommended-plan {
  position: relative; }
  .recommended-plan .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    overflow: hidden;
    z-index: 1;
    width: 125px;
    height: 125px;
    text-align: right; }
    .recommended-plan .ribbon span {
      font-size: 12px;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 20px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 150px;
      display: block;
      position: absolute;
      top: 36px;
      right: -28px;
      background: #7a66b7;
      -webkit-box-shadow: 0 3px 10px -5px #696969;
              box-shadow: 0 3px 10px -5px #696969;
      z-index: 1; }
      .recommended-plan .ribbon span:before, .recommended-plan .ribbon span:after {
        content: "";
        position: absolute;
        top: 100%;
        z-index: -1; }
      .recommended-plan .ribbon span:before {
        left: 0px;
        border-left: 3px solid #696969;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #696969; }
      .recommended-plan .ribbon span:after {
        right: 0px;
        border-left: 3px solid transparent;
        border-right: 3px solid #696969;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #696969; }
/*
    @
    @   42
    @   General Utilities
    @
*/
.g-bg-white,
.g-bg-white-h:hover {
  background-color: #ffffff !important;
  color: #5e6373; }
.g-bg-white-opacity-0 {
  background-color: rgba(255, 255, 255, 0) !important; }
.g-bg-white-opacity-1 {
  background-color: rgba(255, 255, 255, 0.1) !important; }
.g-bg-white-opacity-2 {
  background-color: rgba(255, 255, 255, 0.2) !important; }
.g-bg-white-opacity-3 {
  background-color: rgba(255, 255, 255, 0.3) !important; }
.g-bg-white-opacity-4 {
  background-color: rgba(255, 255, 255, 0.4) !important; }
.g-bg-white-opacity-5 {
  background-color: rgba(255, 255, 255, 0.5) !important; }
.g-bg-white-opacity-6 {
  background-color: rgba(255, 255, 255, 0.6) !important; }
.g-bg-white-opacity-7 {
  background-color: rgba(255, 255, 255, 0.7) !important; }
.g-bg-white-opacity-8 {
  background-color: rgba(255, 255, 255, 0.8) !important; }
.g-bg-white-opacity-9 {
  background-color: rgba(255, 255, 255, 0.9) !important; }
.g-bg-black,
.g-bg-black-h:hover {
  background-color: #000000 !important;
  color: #ffffff; }
.g-bg-black-opacity-0 {
  background-color: rgba(0, 0, 0, 0) !important; }
.g-bg-black-opacity-1 {
  background-color: rgba(0, 0, 0, 0.1) !important; }
.g-bg-black-opacity-2 {
  background-color: rgba(0, 0, 0, 0.2) !important; }
.g-bg-black-opacity-3 {
  background-color: rgba(0, 0, 0, 0.3) !important; }
.g-bg-black-opacity-4 {
  background-color: rgba(0, 0, 0, 0.4) !important; }
.g-bg-black-opacity-5 {
  background-color: rgba(0, 0, 0, 0.5) !important; }
.g-bg-black-opacity-6 {
  background-color: rgba(0, 0, 0, 0.6) !important; }
.g-bg-black-opacity-7 {
  background-color: rgba(0, 0, 0, 0.7) !important; }
.g-bg-black-opacity-8 {
  background-color: rgba(0, 0, 0, 0.8) !important; }
.g-bg-black-opacity-9 {
  background-color: rgba(0, 0, 0, 0.9) !important; }
.g-opacity-0 {
  opacity: 0 !important; }
.g-opacity-1 {
  opacity: 1 !important; }
.g-bg-blue-lighten,
.g-bg-blue-lighten-h:hover,
a.g-bg-blue-lighten {
  background-color: #40aaf9 !important;
  color: #ffffff !important; }
a.g-bg-blue-lighten-active.active,
a.g-bg-blue-lighten-active:active,
a.g-bg-blue-lighten-collapse-active[aria-expanded="true"] {
  background-color: #40aaf9 !important;
  color: #ffffff !important; }
.g-bg-blue-darken,
.g-bg-blue-darken-h:hover,
a.g-bg-blue-darken {
  background-color: #0672c3 !important;
  color: #ffffff !important; }
a.g-bg-blue-darken-active.active,
a.g-bg-blue-darken-active:active,
a.g-bg-blue-darken-collapse-active[aria-expanded="true"] {
  background-color: #0672c3 !important;
  color: #ffffff !important; }
.g-bg-blue,
.g-bg-blue-h:hover,
a.g-bg-blue {
  background-color: #0e94f8 !important;
  color: #ffffff !important; }
a.g-bg-blue-active.active,
a.g-bg-blue-active:active,
a.g-bg-blue-collapse-active[aria-expanded="true"] {
  background-color: #0e94f8 !important;
  color: #ffffff !important; }
.g-bg-purple-lighten,
.g-bg-purple-lighten-h:hover,
a.g-bg-purple-lighten {
  background-color: #9889c7 !important;
  color: #ffffff !important; }
a.g-bg-purple-lighten-active.active,
a.g-bg-purple-lighten-active:active,
a.g-bg-purple-lighten-collapse-active[aria-expanded="true"] {
  background-color: #9889c7 !important;
  color: #ffffff !important; }
.g-bg-purple-darken,
.g-bg-purple-darken-h:hover,
a.g-bg-purple-darken {
  background-color: #5c4898 !important;
  color: #ffffff !important; }
a.g-bg-purple-darken-active.active,
a.g-bg-purple-darken-active:active,
a.g-bg-purple-darken-collapse-active[aria-expanded="true"] {
  background-color: #5c4898 !important;
  color: #ffffff !important; }
.g-bg-purple,
.g-bg-purple-h:hover,
a.g-bg-purple {
  background-color: #7a66b7 !important;
  color: #ffffff !important; }
a.g-bg-purple-active.active,
a.g-bg-purple-active:active,
a.g-bg-purple-collapse-active[aria-expanded="true"] {
  background-color: #7a66b7 !important;
  color: #ffffff !important; }
.g-bg-red-lighten,
.g-bg-red-lighten-h:hover,
a.g-bg-red-lighten {
  background-color: #de5564 !important;
  color: #ffffff !important; }
a.g-bg-red-lighten-active.active,
a.g-bg-red-lighten-active:active,
a.g-bg-red-lighten-collapse-active[aria-expanded="true"] {
  background-color: #de5564 !important;
  color: #ffffff !important; }
.g-bg-red-darken,
.g-bg-red-darken-h:hover,
a.g-bg-red-darken {
  background-color: #a31f2e !important;
  color: #ffffff !important; }
a.g-bg-red-darken-active.active,
a.g-bg-red-darken-active:active,
a.g-bg-red-darken-collapse-active[aria-expanded="true"] {
  background-color: #a31f2e !important;
  color: #ffffff !important; }
.g-bg-red,
.g-bg-red-h:hover,
a.g-bg-red {
  background-color: #d62a3d !important;
  color: #ffffff !important; }
a.g-bg-red-active.active,
a.g-bg-red-active:active,
a.g-bg-red-collapse-active[aria-expanded="true"] {
  background-color: #d62a3d !important;
  color: #ffffff !important; }
.g-bg-orange-lighten,
.g-bg-orange-lighten-h:hover,
a.g-bg-orange-lighten {
  background-color: #ffad33 !important;
  color: #ffffff !important; }
a.g-bg-orange-lighten-active.active,
a.g-bg-orange-lighten-active:active,
a.g-bg-orange-lighten-collapse-active[aria-expanded="true"] {
  background-color: #ffad33 !important;
  color: #ffffff !important; }
.g-bg-orange-darken,
.g-bg-orange-darken-h:hover,
a.g-bg-orange-darken {
  background-color: #c27400 !important;
  color: #ffffff !important; }
a.g-bg-orange-darken-active.active,
a.g-bg-orange-darken-active:active,
a.g-bg-orange-darken-collapse-active[aria-expanded="true"] {
  background-color: #c27400 !important;
  color: #ffffff !important; }
.g-bg-orange,
.g-bg-orange-h:hover,
a.g-bg-orange {
  background-color: #FF9800 !important;
  color: #ffffff !important; }
a.g-bg-orange-active.active,
a.g-bg-orange-active:active,
a.g-bg-orange-collapse-active[aria-expanded="true"] {
  background-color: #FF9800 !important;
  color: #ffffff !important; }
.g-bg-deep-orange-lighten,
.g-bg-deep-orange-lighten-h:hover,
a.g-bg-deep-orange-lighten {
  background-color: #f97c58 !important;
  color: #ffffff !important; }
a.g-bg-deep-orange-lighten-active.active,
a.g-bg-deep-orange-lighten-active:active,
a.g-bg-deep-orange-lighten-collapse-active[aria-expanded="true"] {
  background-color: #f97c58 !important;
  color: #ffffff !important; }
.g-bg-deep-orange-darken,
.g-bg-deep-orange-darken-h:hover,
a.g-bg-deep-orange-darken {
  background-color: #d93608 !important;
  color: #ffffff !important; }
a.g-bg-deep-orange-darken-active.active,
a.g-bg-deep-orange-darken-active:active,
a.g-bg-deep-orange-darken-collapse-active[aria-expanded="true"] {
  background-color: #d93608 !important;
  color: #ffffff !important; }
.g-bg-deep-orange,
.g-bg-deep-orange-h:hover,
a.g-bg-deep-orange {
  background-color: #f75527 !important;
  color: #ffffff !important; }
a.g-bg-deep-orange-active.active,
a.g-bg-deep-orange-active:active,
a.g-bg-deep-orange-collapse-active[aria-expanded="true"] {
  background-color: #f75527 !important;
  color: #ffffff !important; }
.g-bg-brown-lighten,
.g-bg-brown-lighten-h:hover,
a.g-bg-brown-lighten {
  background-color: #c2813c !important;
  color: #ffffff !important; }
a.g-bg-brown-lighten-active.active,
a.g-bg-brown-lighten-active:active,
a.g-bg-brown-lighten-collapse-active[aria-expanded="true"] {
  background-color: #c2813c !important;
  color: #ffffff !important; }
.g-bg-brown-darken,
.g-bg-brown-darken-h:hover,
a.g-bg-brown-darken {
  background-color: #6c4822 !important;
  color: #ffffff !important; }
a.g-bg-brown-darken-active.active,
a.g-bg-brown-darken-active:active,
a.g-bg-brown-darken-collapse-active[aria-expanded="true"] {
  background-color: #6c4822 !important;
  color: #ffffff !important; }
.g-bg-brown,
.g-bg-brown-h:hover,
a.g-bg-brown {
  background-color: #9b6730 !important;
  color: #ffffff !important; }
a.g-bg-brown-active.active,
a.g-bg-brown-active:active,
a.g-bg-brown-collapse-active[aria-expanded="true"] {
  background-color: #9b6730 !important;
  color: #ffffff !important; }
.g-bg-yellow-lighten,
.g-bg-yellow-lighten-h:hover,
a.g-bg-yellow-lighten {
  background-color: #ffe873 !important;
  color: #5e6373 !important; }
a.g-bg-yellow-lighten-active.active,
a.g-bg-yellow-lighten-active:active,
a.g-bg-yellow-lighten-collapse-active[aria-expanded="true"] {
  background-color: #ffe873 !important;
  color: #5e6373 !important; }
.g-bg-yellow-darken,
.g-bg-yellow-darken-h:hover,
a.g-bg-yellow-darken {
  background-color: #ffd503 !important;
  color: #5e6373 !important; }
a.g-bg-yellow-darken-active.active,
a.g-bg-yellow-darken-active:active,
a.g-bg-yellow-darken-collapse-active[aria-expanded="true"] {
  background-color: #ffd503 !important;
  color: #5e6373 !important; }
.g-bg-yellow,
.g-bg-yellow-h:hover,
a.g-bg-yellow {
  background-color: #ffdf40 !important;
  color: #5e6373 !important; }
a.g-bg-yellow-active.active,
a.g-bg-yellow-active:active,
a.g-bg-yellow-collapse-active[aria-expanded="true"] {
  background-color: #ffdf40 !important;
  color: #5e6373 !important; }
.g-bg-green-lighten,
.g-bg-green-lighten-h:hover,
a.g-bg-green-lighten {
  background-color: #00f392 !important;
  color: #ffffff !important; }
a.g-bg-green-lighten-active.active,
a.g-bg-green-lighten-active:active,
a.g-bg-green-lighten-collapse-active[aria-expanded="true"] {
  background-color: #00f392 !important;
  color: #ffffff !important; }
.g-bg-green-darken,
.g-bg-green-darken-h:hover,
a.g-bg-green-darken {
  background-color: #00834e !important;
  color: #ffffff !important; }
a.g-bg-green-darken-active.active,
a.g-bg-green-darken-active:active,
a.g-bg-green-darken-collapse-active[aria-expanded="true"] {
  background-color: #00834e !important;
  color: #ffffff !important; }
.g-bg-green,
.g-bg-green-h:hover,
a.g-bg-green {
  background-color: #00c073 !important;
  color: #ffffff !important; }
a.g-bg-green-active.active,
a.g-bg-green-active:active,
a.g-bg-green-collapse-active[aria-expanded="true"] {
  background-color: #00c073 !important;
  color: #ffffff !important; }
.g-bg-teal-lighten,
.g-bg-teal-lighten-h:hover,
a.g-bg-teal-lighten {
  background-color: #17f0c9 !important;
  color: #ffffff !important; }
a.g-bg-teal-lighten-active.active,
a.g-bg-teal-lighten-active:active,
a.g-bg-teal-lighten-collapse-active[aria-expanded="true"] {
  background-color: #17f0c9 !important;
  color: #ffffff !important; }
.g-bg-teal-darken,
.g-bg-teal-darken-h:hover,
a.g-bg-teal-darken {
  background-color: #098e76 !important;
  color: #ffffff !important; }
a.g-bg-teal-darken-active.active,
a.g-bg-teal-darken-active:active,
a.g-bg-teal-darken-collapse-active[aria-expanded="true"] {
  background-color: #098e76 !important;
  color: #ffffff !important; }
.g-bg-teal,
.g-bg-teal-h:hover,
a.g-bg-teal {
  background-color: #0dc7a6 !important;
  color: #ffffff !important; }
a.g-bg-teal-active.active,
a.g-bg-teal-active:active,
a.g-bg-teal-collapse-active[aria-expanded="true"] {
  background-color: #0dc7a6 !important;
  color: #ffffff !important; }
.g-bg-cyan-lighten,
.g-bg-cyan-lighten-h:hover,
a.g-bg-cyan-lighten {
  background-color: #34d4e3 !important;
  color: #ffffff !important; }
a.g-bg-cyan-lighten-active.active,
a.g-bg-cyan-lighten-active:active,
a.g-bg-cyan-lighten-collapse-active[aria-expanded="true"] {
  background-color: #34d4e3 !important;
  color: #ffffff !important; }
.g-bg-cyan-darken,
.g-bg-cyan-darken-h:hover,
a.g-bg-cyan-darken {
  background-color: #148892 !important;
  color: #ffffff !important; }
a.g-bg-cyan-darken-active.active,
a.g-bg-cyan-darken-active:active,
a.g-bg-cyan-darken-collapse-active[aria-expanded="true"] {
  background-color: #148892 !important;
  color: #ffffff !important; }
.g-bg-cyan,
.g-bg-cyan-h:hover,
a.g-bg-cyan {
  background-color: #1cbac8 !important;
  color: #ffffff !important; }
a.g-bg-cyan-active.active,
a.g-bg-cyan-active:active,
a.g-bg-cyan-collapse-active[aria-expanded="true"] {
  background-color: #1cbac8 !important;
  color: #ffffff !important; }
.g-bg-primary,
.g-bg-primary-h:hover,
a.g-bg-primary {
  background-color: #7a66b7 !important;
  color: #ffffff !important; }
a.g-bg-primary-active.active,
a.g-bg-primary-active:active,
a.g-bg-primary-collapse-active[aria-expanded="true"] {
  background-color: #7a66b7 !important;
  color: #ffffff !important; }
.g-bg-secondary,
.g-bg-secondary-h:hover,
a.g-bg-secondary {
  background-color: #757c88 !important;
  color: #ffffff !important; }
a.g-bg-secondary-active.active,
a.g-bg-secondary-active:active,
a.g-bg-secondary-collapse-active[aria-expanded="true"] {
  background-color: #757c88 !important;
  color: #ffffff !important; }
.g-bg-success,
.g-bg-success-h:hover,
a.g-bg-success {
  background-color: #00c073 !important;
  color: #ffffff !important; }
a.g-bg-success-active.active,
a.g-bg-success-active:active,
a.g-bg-success-collapse-active[aria-expanded="true"] {
  background-color: #00c073 !important;
  color: #ffffff !important; }
.g-bg-info,
.g-bg-info-h:hover,
a.g-bg-info {
  background-color: #1cbac8 !important;
  color: #ffffff !important; }
a.g-bg-info-active.active,
a.g-bg-info-active:active,
a.g-bg-info-collapse-active[aria-expanded="true"] {
  background-color: #1cbac8 !important;
  color: #ffffff !important; }
.g-bg-warning,
.g-bg-warning-h:hover,
a.g-bg-warning {
  background-color: #ffdf40 !important;
  color: #5e6373 !important; }
a.g-bg-warning-active.active,
a.g-bg-warning-active:active,
a.g-bg-warning-collapse-active[aria-expanded="true"] {
  background-color: #ffdf40 !important;
  color: #5e6373 !important; }
.g-bg-danger,
.g-bg-danger-h:hover,
a.g-bg-danger {
  background-color: #d62a3d !important;
  color: #ffffff !important; }
a.g-bg-danger-active.active,
a.g-bg-danger-active:active,
a.g-bg-danger-collapse-active[aria-expanded="true"] {
  background-color: #d62a3d !important;
  color: #ffffff !important; }
.g-bg-light,
.g-bg-light-h:hover,
a.g-bg-light {
  background-color: #f9f9f9 !important;
  color: #5e6373 !important; }
a.g-bg-light-active.active,
a.g-bg-light-active:active,
a.g-bg-light-collapse-active[aria-expanded="true"] {
  background-color: #f9f9f9 !important;
  color: #5e6373 !important; }
.g-bg-dark,
.g-bg-dark-h:hover,
a.g-bg-dark {
  background-color: #252a37 !important;
  color: #ffffff !important; }
a.g-bg-dark-active.active,
a.g-bg-dark-active:active,
a.g-bg-dark-collapse-active[aria-expanded="true"] {
  background-color: #252a37 !important;
  color: #ffffff !important; }
.g-bg-primary-lighten,
.g-bg-primary-lighten-h:hover,
a.g-bg-primary-lighten {
  background-color: #9889c7 !important;
  color: #ffffff !important; }
a.g-bg-primary-lighten-active.active,
a.g-bg-primary-lighten-active:active,
a.g-bg-primary-lighten-collapse-active[aria-expanded="true"] {
  background-color: #9889c7 !important;
  color: #ffffff !important; }
.g-bg-primary-darken,
.g-bg-primary-darken-h:hover,
a.g-bg-primary-darken {
  background-color: #5c4898 !important;
  color: #ffffff !important; }
a.g-bg-primary-darken-active.active,
a.g-bg-primary-darken-active:active,
a.g-bg-primary-darken-collapse-active[aria-expanded="true"] {
  background-color: #5c4898 !important;
  color: #ffffff !important; }
.g-bg-success-lighten,
.g-bg-success-lighten-h:hover,
a.g-bg-success-lighten {
  background-color: #00f392 !important;
  color: #ffffff !important; }
a.g-bg-success-lighten-active.active,
a.g-bg-success-lighten-active:active,
a.g-bg-success-lighten-collapse-active[aria-expanded="true"] {
  background-color: #00f392 !important;
  color: #ffffff !important; }
.g-bg-success-darken,
.g-bg-success-darken-h:hover,
a.g-bg-success-darken {
  background-color: #00834e !important;
  color: #ffffff !important; }
a.g-bg-success-darken-active.active,
a.g-bg-success-darken-active:active,
a.g-bg-success-darken-collapse-active[aria-expanded="true"] {
  background-color: #00834e !important;
  color: #ffffff !important; }
.g-bg-info-lighten,
.g-bg-info-lighten-h:hover,
a.g-bg-info-lighten {
  background-color: #34d4e3 !important;
  color: #ffffff !important; }
a.g-bg-info-lighten-active.active,
a.g-bg-info-lighten-active:active,
a.g-bg-info-lighten-collapse-active[aria-expanded="true"] {
  background-color: #34d4e3 !important;
  color: #ffffff !important; }
.g-bg-info-darken,
.g-bg-info-darken-h:hover,
a.g-bg-info-darken {
  background-color: #148892 !important;
  color: #ffffff !important; }
a.g-bg-info-darken-active.active,
a.g-bg-info-darken-active:active,
a.g-bg-info-darken-collapse-active[aria-expanded="true"] {
  background-color: #148892 !important;
  color: #ffffff !important; }
.g-bg-warning-lighten,
.g-bg-warning-lighten-h:hover,
a.g-bg-warning-lighten {
  background-color: #ffe873 !important;
  color: #5e6373 !important; }
a.g-bg-warning-lighten-active.active,
a.g-bg-warning-lighten-active:active,
a.g-bg-warning-lighten-collapse-active[aria-expanded="true"] {
  background-color: #ffe873 !important;
  color: #5e6373 !important; }
.g-bg-warning-darken,
.g-bg-warning-darken-h:hover,
a.g-bg-warning-darken {
  background-color: #ffd503 !important;
  color: #5e6373 !important; }
a.g-bg-warning-darken-active.active,
a.g-bg-warning-darken-active:active,
a.g-bg-warning-darken-collapse-active[aria-expanded="true"] {
  background-color: #ffd503 !important;
  color: #5e6373 !important; }
.g-bg-danger-lighten,
.g-bg-danger-lighten-h:hover,
a.g-bg-danger-lighten {
  background-color: #de5564 !important;
  color: #ffffff !important; }
a.g-bg-danger-lighten-active.active,
a.g-bg-danger-lighten-active:active,
a.g-bg-danger-lighten-collapse-active[aria-expanded="true"] {
  background-color: #de5564 !important;
  color: #ffffff !important; }
.g-bg-danger-darken,
.g-bg-danger-darken-h:hover,
a.g-bg-danger-darken {
  background-color: #a31f2e !important;
  color: #ffffff !important; }
a.g-bg-danger-darken-active.active,
a.g-bg-danger-darken-active:active,
a.g-bg-danger-darken-collapse-active[aria-expanded="true"] {
  background-color: #a31f2e !important;
  color: #ffffff !important; }
.g-bg-gray-lighten-4,
.g-bg-gray-lighten-4-h:hover,
a.g-bg-gray-lighten-4 {
  background-color: #f9f9f9 !important;
  color: #5e6373 !important; }
a.g-bg-gray-lighten-4-active.active,
a.g-bg-gray-lighten-4-active:active,
a.g-bg-gray-lighten-4-collapse-active[aria-expanded="true"] {
  background-color: #f9f9f9 !important;
  color: #5e6373 !important; }
.g-bg-gray-lighten-3,
.g-bg-gray-lighten-3-h:hover,
a.g-bg-gray-lighten-3 {
  background-color: #f2f3f4 !important;
  color: #5e6373 !important; }
a.g-bg-gray-lighten-3-active.active,
a.g-bg-gray-lighten-3-active:active,
a.g-bg-gray-lighten-3-collapse-active[aria-expanded="true"] {
  background-color: #f2f3f4 !important;
  color: #5e6373 !important; }
.g-bg-gray-lighten-2,
.g-bg-gray-lighten-2-h:hover,
a.g-bg-gray-lighten-2 {
  background-color: #e9eaeb !important;
  color: #5e6373 !important; }
a.g-bg-gray-lighten-2-active.active,
a.g-bg-gray-lighten-2-active:active,
a.g-bg-gray-lighten-2-collapse-active[aria-expanded="true"] {
  background-color: #e9eaeb !important;
  color: #5e6373 !important; }
.g-bg-gray-lighten-1,
.g-bg-gray-lighten-1-h:hover,
a.g-bg-gray-lighten-1 {
  background-color: #dadbdc !important;
  color: #5e6373 !important; }
a.g-bg-gray-lighten-1-active.active,
a.g-bg-gray-lighten-1-active:active,
a.g-bg-gray-lighten-1-collapse-active[aria-expanded="true"] {
  background-color: #dadbdc !important;
  color: #5e6373 !important; }
.g-bg-gray,
.g-bg-gray-h:hover,
a.g-bg-gray {
  background-color: #afafaf !important;
  color: #ffffff !important; }
a.g-bg-gray-active.active,
a.g-bg-gray-active:active,
a.g-bg-gray-collapse-active[aria-expanded="true"] {
  background-color: #afafaf !important;
  color: #ffffff !important; }
.g-bg-gray-darken-1,
.g-bg-gray-darken-1-h:hover,
a.g-bg-gray-darken-1 {
  background-color: #9b9b9b !important;
  color: #ffffff !important; }
a.g-bg-gray-darken-1-active.active,
a.g-bg-gray-darken-1-active:active,
a.g-bg-gray-darken-1-collapse-active[aria-expanded="true"] {
  background-color: #9b9b9b !important;
  color: #ffffff !important; }
.g-bg-gray-darken-2,
.g-bg-gray-darken-2-h:hover,
a.g-bg-gray-darken-2 {
  background-color: #828282 !important;
  color: #ffffff !important; }
a.g-bg-gray-darken-2-active.active,
a.g-bg-gray-darken-2-active:active,
a.g-bg-gray-darken-2-collapse-active[aria-expanded="true"] {
  background-color: #828282 !important;
  color: #ffffff !important; }
.g-bg-gray-darken-3,
.g-bg-gray-darken-3-h:hover,
a.g-bg-gray-darken-3 {
  background-color: #696969 !important;
  color: #ffffff !important; }
a.g-bg-gray-darken-3-active.active,
a.g-bg-gray-darken-3-active:active,
a.g-bg-gray-darken-3-collapse-active[aria-expanded="true"] {
  background-color: #696969 !important;
  color: #ffffff !important; }
.g-bg-gray-darken-4,
.g-bg-gray-darken-4-h:hover,
a.g-bg-gray-darken-4 {
  background-color: #505050 !important;
  color: #ffffff !important; }
a.g-bg-gray-darken-4-active.active,
a.g-bg-gray-darken-4-active:active,
a.g-bg-gray-darken-4-collapse-active[aria-expanded="true"] {
  background-color: #505050 !important;
  color: #ffffff !important; }
.g-bg-bluegray-lighten-4,
.g-bg-bluegray-lighten-4-h:hover,
a.g-bg-bluegray-lighten-4 {
  background-color: #cdd5e7 !important;
  color: #5e6373 !important; }
a.g-bg-bluegray-lighten-4-active.active,
a.g-bg-bluegray-lighten-4-active:active,
a.g-bg-bluegray-lighten-4-collapse-active[aria-expanded="true"] {
  background-color: #cdd5e7 !important;
  color: #5e6373 !important; }
.g-bg-bluegray-lighten-3,
.g-bg-bluegray-lighten-3-h:hover,
a.g-bg-bluegray-lighten-3 {
  background-color: #bdc5d7 !important;
  color: #ffffff !important; }
a.g-bg-bluegray-lighten-3-active.active,
a.g-bg-bluegray-lighten-3-active:active,
a.g-bg-bluegray-lighten-3-collapse-active[aria-expanded="true"] {
  background-color: #bdc5d7 !important;
  color: #ffffff !important; }
.g-bg-bluegray-lighten-2,
.g-bg-bluegray-lighten-2-h:hover,
a.g-bg-bluegray-lighten-2 {
  background-color: #a5acbe !important;
  color: #ffffff !important; }
a.g-bg-bluegray-lighten-2-active.active,
a.g-bg-bluegray-lighten-2-active:active,
a.g-bg-bluegray-lighten-2-collapse-active[aria-expanded="true"] {
  background-color: #a5acbe !important;
  color: #ffffff !important; }
.g-bg-bluegray-lighten-1,
.g-bg-bluegray-lighten-1-h:hover,
a.g-bg-bluegray-lighten-1 {
  background-color: #8c93a5 !important;
  color: #ffffff !important; }
a.g-bg-bluegray-lighten-1-active.active,
a.g-bg-bluegray-lighten-1-active:active,
a.g-bg-bluegray-lighten-1-collapse-active[aria-expanded="true"] {
  background-color: #8c93a5 !important;
  color: #ffffff !important; }
.g-bg-bluegray,
.g-bg-bluegray-h:hover,
a.g-bg-bluegray {
  background-color: #747b8c !important;
  color: #ffffff !important; }
a.g-bg-bluegray-active.active,
a.g-bg-bluegray-active:active,
a.g-bg-bluegray-collapse-active[aria-expanded="true"] {
  background-color: #747b8c !important;
  color: #ffffff !important; }
.g-bg-bluegray-darken-1,
.g-bg-bluegray-darken-1-h:hover,
a.g-bg-bluegray-darken-1 {
  background-color: #5e6373 !important;
  color: #ffffff !important; }
a.g-bg-bluegray-darken-1-active.active,
a.g-bg-bluegray-darken-1-active:active,
a.g-bg-bluegray-darken-1-collapse-active[aria-expanded="true"] {
  background-color: #5e6373 !important;
  color: #ffffff !important; }
.g-bg-bluegray-darken-2,
.g-bg-bluegray-darken-2-h:hover,
a.g-bg-bluegray-darken-2 {
  background-color: #464b5a !important;
  color: #ffffff !important; }
a.g-bg-bluegray-darken-2-active.active,
a.g-bg-bluegray-darken-2-active:active,
a.g-bg-bluegray-darken-2-collapse-active[aria-expanded="true"] {
  background-color: #464b5a !important;
  color: #ffffff !important; }
.g-bg-bluegray-darken-3,
.g-bg-bluegray-darken-3-h:hover,
a.g-bg-bluegray-darken-3 {
  background-color: #2e3341 !important;
  color: #ffffff !important; }
a.g-bg-bluegray-darken-3-active.active,
a.g-bg-bluegray-darken-3-active:active,
a.g-bg-bluegray-darken-3-collapse-active[aria-expanded="true"] {
  background-color: #2e3341 !important;
  color: #ffffff !important; }
.g-bg-bluegray-darken-4,
.g-bg-bluegray-darken-4-h:hover,
a.g-bg-bluegray-darken-4 {
  background-color: #252a37 !important;
  color: #ffffff !important; }
a.g-bg-bluegray-darken-4-active.active,
a.g-bg-bluegray-darken-4-active:active,
a.g-bg-bluegray-darken-4-collapse-active[aria-expanded="true"] {
  background-color: #252a37 !important;
  color: #ffffff !important; }
.g-bg-blue-opacity-0 {
  background-color: rgba(14, 148, 248, 0) !important; }
.g-bg-blue-opacity-1 {
  background-color: rgba(14, 148, 248, 0.1) !important; }
.g-bg-blue-opacity-2 {
  background-color: rgba(14, 148, 248, 0.2) !important; }
.g-bg-blue-opacity-3 {
  background-color: rgba(14, 148, 248, 0.3) !important; }
.g-bg-blue-opacity-4 {
  background-color: rgba(14, 148, 248, 0.4) !important; }
.g-bg-blue-opacity-5 {
  background-color: rgba(14, 148, 248, 0.5) !important; }
.g-bg-blue-opacity-6 {
  background-color: rgba(14, 148, 248, 0.6) !important; }
.g-bg-blue-opacity-7 {
  background-color: rgba(14, 148, 248, 0.7) !important; }
.g-bg-blue-opacity-8 {
  background-color: rgba(14, 148, 248, 0.8) !important; }
.g-bg-blue-opacity-9 {
  background-color: rgba(14, 148, 248, 0.9) !important; }
.g-bg-purple-opacity-0 {
  background-color: rgba(122, 102, 183, 0) !important; }
.g-bg-purple-opacity-1 {
  background-color: rgba(122, 102, 183, 0.1) !important; }
.g-bg-purple-opacity-2 {
  background-color: rgba(122, 102, 183, 0.2) !important; }
.g-bg-purple-opacity-3 {
  background-color: rgba(122, 102, 183, 0.3) !important; }
.g-bg-purple-opacity-4 {
  background-color: rgba(122, 102, 183, 0.4) !important; }
.g-bg-purple-opacity-5 {
  background-color: rgba(122, 102, 183, 0.5) !important; }
.g-bg-purple-opacity-6 {
  background-color: rgba(122, 102, 183, 0.6) !important; }
.g-bg-purple-opacity-7 {
  background-color: rgba(122, 102, 183, 0.7) !important; }
.g-bg-purple-opacity-8 {
  background-color: rgba(122, 102, 183, 0.8) !important; }
.g-bg-purple-opacity-9 {
  background-color: rgba(122, 102, 183, 0.9) !important; }
.g-bg-red-opacity-0 {
  background-color: rgba(214, 42, 61, 0) !important; }
.g-bg-red-opacity-1 {
  background-color: rgba(214, 42, 61, 0.1) !important; }
.g-bg-red-opacity-2 {
  background-color: rgba(214, 42, 61, 0.2) !important; }
.g-bg-red-opacity-3 {
  background-color: rgba(214, 42, 61, 0.3) !important; }
.g-bg-red-opacity-4 {
  background-color: rgba(214, 42, 61, 0.4) !important; }
.g-bg-red-opacity-5 {
  background-color: rgba(214, 42, 61, 0.5) !important; }
.g-bg-red-opacity-6 {
  background-color: rgba(214, 42, 61, 0.6) !important; }
.g-bg-red-opacity-7 {
  background-color: rgba(214, 42, 61, 0.7) !important; }
.g-bg-red-opacity-8 {
  background-color: rgba(214, 42, 61, 0.8) !important; }
.g-bg-red-opacity-9 {
  background-color: rgba(214, 42, 61, 0.9) !important; }
.g-bg-orange-opacity-0 {
  background-color: rgba(255, 152, 0, 0) !important; }
.g-bg-orange-opacity-1 {
  background-color: rgba(255, 152, 0, 0.1) !important; }
.g-bg-orange-opacity-2 {
  background-color: rgba(255, 152, 0, 0.2) !important; }
.g-bg-orange-opacity-3 {
  background-color: rgba(255, 152, 0, 0.3) !important; }
.g-bg-orange-opacity-4 {
  background-color: rgba(255, 152, 0, 0.4) !important; }
.g-bg-orange-opacity-5 {
  background-color: rgba(255, 152, 0, 0.5) !important; }
.g-bg-orange-opacity-6 {
  background-color: rgba(255, 152, 0, 0.6) !important; }
.g-bg-orange-opacity-7 {
  background-color: rgba(255, 152, 0, 0.7) !important; }
.g-bg-orange-opacity-8 {
  background-color: rgba(255, 152, 0, 0.8) !important; }
.g-bg-orange-opacity-9 {
  background-color: rgba(255, 152, 0, 0.9) !important; }
.g-bg-deep-orange-opacity-0 {
  background-color: rgba(247, 85, 39, 0) !important; }
.g-bg-deep-orange-opacity-1 {
  background-color: rgba(247, 85, 39, 0.1) !important; }
.g-bg-deep-orange-opacity-2 {
  background-color: rgba(247, 85, 39, 0.2) !important; }
.g-bg-deep-orange-opacity-3 {
  background-color: rgba(247, 85, 39, 0.3) !important; }
.g-bg-deep-orange-opacity-4 {
  background-color: rgba(247, 85, 39, 0.4) !important; }
.g-bg-deep-orange-opacity-5 {
  background-color: rgba(247, 85, 39, 0.5) !important; }
.g-bg-deep-orange-opacity-6 {
  background-color: rgba(247, 85, 39, 0.6) !important; }
.g-bg-deep-orange-opacity-7 {
  background-color: rgba(247, 85, 39, 0.7) !important; }
.g-bg-deep-orange-opacity-8 {
  background-color: rgba(247, 85, 39, 0.8) !important; }
.g-bg-deep-orange-opacity-9 {
  background-color: rgba(247, 85, 39, 0.9) !important; }
.g-bg-brown-opacity-0 {
  background-color: rgba(155, 103, 48, 0) !important; }
.g-bg-brown-opacity-1 {
  background-color: rgba(155, 103, 48, 0.1) !important; }
.g-bg-brown-opacity-2 {
  background-color: rgba(155, 103, 48, 0.2) !important; }
.g-bg-brown-opacity-3 {
  background-color: rgba(155, 103, 48, 0.3) !important; }
.g-bg-brown-opacity-4 {
  background-color: rgba(155, 103, 48, 0.4) !important; }
.g-bg-brown-opacity-5 {
  background-color: rgba(155, 103, 48, 0.5) !important; }
.g-bg-brown-opacity-6 {
  background-color: rgba(155, 103, 48, 0.6) !important; }
.g-bg-brown-opacity-7 {
  background-color: rgba(155, 103, 48, 0.7) !important; }
.g-bg-brown-opacity-8 {
  background-color: rgba(155, 103, 48, 0.8) !important; }
.g-bg-brown-opacity-9 {
  background-color: rgba(155, 103, 48, 0.9) !important; }
.g-bg-yellow-opacity-0 {
  background-color: rgba(255, 223, 64, 0) !important; }
.g-bg-yellow-opacity-1 {
  background-color: rgba(255, 223, 64, 0.1) !important; }
.g-bg-yellow-opacity-2 {
  background-color: rgba(255, 223, 64, 0.2) !important; }
.g-bg-yellow-opacity-3 {
  background-color: rgba(255, 223, 64, 0.3) !important; }
.g-bg-yellow-opacity-4 {
  background-color: rgba(255, 223, 64, 0.4) !important; }
.g-bg-yellow-opacity-5 {
  background-color: rgba(255, 223, 64, 0.5) !important; }
.g-bg-yellow-opacity-6 {
  background-color: rgba(255, 223, 64, 0.6) !important; }
.g-bg-yellow-opacity-7 {
  background-color: rgba(255, 223, 64, 0.7) !important; }
.g-bg-yellow-opacity-8 {
  background-color: rgba(255, 223, 64, 0.8) !important; }
.g-bg-yellow-opacity-9 {
  background-color: rgba(255, 223, 64, 0.9) !important; }
.g-bg-green-opacity-0 {
  background-color: rgba(0, 192, 115, 0) !important; }
.g-bg-green-opacity-1 {
  background-color: rgba(0, 192, 115, 0.1) !important; }
.g-bg-green-opacity-2 {
  background-color: rgba(0, 192, 115, 0.2) !important; }
.g-bg-green-opacity-3 {
  background-color: rgba(0, 192, 115, 0.3) !important; }
.g-bg-green-opacity-4 {
  background-color: rgba(0, 192, 115, 0.4) !important; }
.g-bg-green-opacity-5 {
  background-color: rgba(0, 192, 115, 0.5) !important; }
.g-bg-green-opacity-6 {
  background-color: rgba(0, 192, 115, 0.6) !important; }
.g-bg-green-opacity-7 {
  background-color: rgba(0, 192, 115, 0.7) !important; }
.g-bg-green-opacity-8 {
  background-color: rgba(0, 192, 115, 0.8) !important; }
.g-bg-green-opacity-9 {
  background-color: rgba(0, 192, 115, 0.9) !important; }
.g-bg-teal-opacity-0 {
  background-color: rgba(13, 199, 166, 0) !important; }
.g-bg-teal-opacity-1 {
  background-color: rgba(13, 199, 166, 0.1) !important; }
.g-bg-teal-opacity-2 {
  background-color: rgba(13, 199, 166, 0.2) !important; }
.g-bg-teal-opacity-3 {
  background-color: rgba(13, 199, 166, 0.3) !important; }
.g-bg-teal-opacity-4 {
  background-color: rgba(13, 199, 166, 0.4) !important; }
.g-bg-teal-opacity-5 {
  background-color: rgba(13, 199, 166, 0.5) !important; }
.g-bg-teal-opacity-6 {
  background-color: rgba(13, 199, 166, 0.6) !important; }
.g-bg-teal-opacity-7 {
  background-color: rgba(13, 199, 166, 0.7) !important; }
.g-bg-teal-opacity-8 {
  background-color: rgba(13, 199, 166, 0.8) !important; }
.g-bg-teal-opacity-9 {
  background-color: rgba(13, 199, 166, 0.9) !important; }
.g-bg-cyan-opacity-0 {
  background-color: rgba(28, 186, 200, 0) !important; }
.g-bg-cyan-opacity-1 {
  background-color: rgba(28, 186, 200, 0.1) !important; }
.g-bg-cyan-opacity-2 {
  background-color: rgba(28, 186, 200, 0.2) !important; }
.g-bg-cyan-opacity-3 {
  background-color: rgba(28, 186, 200, 0.3) !important; }
.g-bg-cyan-opacity-4 {
  background-color: rgba(28, 186, 200, 0.4) !important; }
.g-bg-cyan-opacity-5 {
  background-color: rgba(28, 186, 200, 0.5) !important; }
.g-bg-cyan-opacity-6 {
  background-color: rgba(28, 186, 200, 0.6) !important; }
.g-bg-cyan-opacity-7 {
  background-color: rgba(28, 186, 200, 0.7) !important; }
.g-bg-cyan-opacity-8 {
  background-color: rgba(28, 186, 200, 0.8) !important; }
.g-bg-cyan-opacity-9 {
  background-color: rgba(28, 186, 200, 0.9) !important; }
.g-bg-primary-opacity-0 {
  background-color: rgba(122, 102, 183, 0) !important; }
.g-bg-primary-opacity-1 {
  background-color: rgba(122, 102, 183, 0.1) !important; }
.g-bg-primary-opacity-2 {
  background-color: rgba(122, 102, 183, 0.2) !important; }
.g-bg-primary-opacity-3 {
  background-color: rgba(122, 102, 183, 0.3) !important; }
.g-bg-primary-opacity-4 {
  background-color: rgba(122, 102, 183, 0.4) !important; }
.g-bg-primary-opacity-5 {
  background-color: rgba(122, 102, 183, 0.5) !important; }
.g-bg-primary-opacity-6 {
  background-color: rgba(122, 102, 183, 0.6) !important; }
.g-bg-primary-opacity-7 {
  background-color: rgba(122, 102, 183, 0.7) !important; }
.g-bg-primary-opacity-8 {
  background-color: rgba(122, 102, 183, 0.8) !important; }
.g-bg-primary-opacity-9 {
  background-color: rgba(122, 102, 183, 0.9) !important; }
.g-bg-secondary-opacity-0 {
  background-color: rgba(117, 124, 136, 0) !important; }
.g-bg-secondary-opacity-1 {
  background-color: rgba(117, 124, 136, 0.1) !important; }
.g-bg-secondary-opacity-2 {
  background-color: rgba(117, 124, 136, 0.2) !important; }
.g-bg-secondary-opacity-3 {
  background-color: rgba(117, 124, 136, 0.3) !important; }
.g-bg-secondary-opacity-4 {
  background-color: rgba(117, 124, 136, 0.4) !important; }
.g-bg-secondary-opacity-5 {
  background-color: rgba(117, 124, 136, 0.5) !important; }
.g-bg-secondary-opacity-6 {
  background-color: rgba(117, 124, 136, 0.6) !important; }
.g-bg-secondary-opacity-7 {
  background-color: rgba(117, 124, 136, 0.7) !important; }
.g-bg-secondary-opacity-8 {
  background-color: rgba(117, 124, 136, 0.8) !important; }
.g-bg-secondary-opacity-9 {
  background-color: rgba(117, 124, 136, 0.9) !important; }
.g-bg-success-opacity-0 {
  background-color: rgba(0, 192, 115, 0) !important; }
.g-bg-success-opacity-1 {
  background-color: rgba(0, 192, 115, 0.1) !important; }
.g-bg-success-opacity-2 {
  background-color: rgba(0, 192, 115, 0.2) !important; }
.g-bg-success-opacity-3 {
  background-color: rgba(0, 192, 115, 0.3) !important; }
.g-bg-success-opacity-4 {
  background-color: rgba(0, 192, 115, 0.4) !important; }
.g-bg-success-opacity-5 {
  background-color: rgba(0, 192, 115, 0.5) !important; }
.g-bg-success-opacity-6 {
  background-color: rgba(0, 192, 115, 0.6) !important; }
.g-bg-success-opacity-7 {
  background-color: rgba(0, 192, 115, 0.7) !important; }
.g-bg-success-opacity-8 {
  background-color: rgba(0, 192, 115, 0.8) !important; }
.g-bg-success-opacity-9 {
  background-color: rgba(0, 192, 115, 0.9) !important; }
.g-bg-info-opacity-0 {
  background-color: rgba(28, 186, 200, 0) !important; }
.g-bg-info-opacity-1 {
  background-color: rgba(28, 186, 200, 0.1) !important; }
.g-bg-info-opacity-2 {
  background-color: rgba(28, 186, 200, 0.2) !important; }
.g-bg-info-opacity-3 {
  background-color: rgba(28, 186, 200, 0.3) !important; }
.g-bg-info-opacity-4 {
  background-color: rgba(28, 186, 200, 0.4) !important; }
.g-bg-info-opacity-5 {
  background-color: rgba(28, 186, 200, 0.5) !important; }
.g-bg-info-opacity-6 {
  background-color: rgba(28, 186, 200, 0.6) !important; }
.g-bg-info-opacity-7 {
  background-color: rgba(28, 186, 200, 0.7) !important; }
.g-bg-info-opacity-8 {
  background-color: rgba(28, 186, 200, 0.8) !important; }
.g-bg-info-opacity-9 {
  background-color: rgba(28, 186, 200, 0.9) !important; }
.g-bg-warning-opacity-0 {
  background-color: rgba(255, 223, 64, 0) !important; }
.g-bg-warning-opacity-1 {
  background-color: rgba(255, 223, 64, 0.1) !important; }
.g-bg-warning-opacity-2 {
  background-color: rgba(255, 223, 64, 0.2) !important; }
.g-bg-warning-opacity-3 {
  background-color: rgba(255, 223, 64, 0.3) !important; }
.g-bg-warning-opacity-4 {
  background-color: rgba(255, 223, 64, 0.4) !important; }
.g-bg-warning-opacity-5 {
  background-color: rgba(255, 223, 64, 0.5) !important; }
.g-bg-warning-opacity-6 {
  background-color: rgba(255, 223, 64, 0.6) !important; }
.g-bg-warning-opacity-7 {
  background-color: rgba(255, 223, 64, 0.7) !important; }
.g-bg-warning-opacity-8 {
  background-color: rgba(255, 223, 64, 0.8) !important; }
.g-bg-warning-opacity-9 {
  background-color: rgba(255, 223, 64, 0.9) !important; }
.g-bg-danger-opacity-0 {
  background-color: rgba(214, 42, 61, 0) !important; }
.g-bg-danger-opacity-1 {
  background-color: rgba(214, 42, 61, 0.1) !important; }
.g-bg-danger-opacity-2 {
  background-color: rgba(214, 42, 61, 0.2) !important; }
.g-bg-danger-opacity-3 {
  background-color: rgba(214, 42, 61, 0.3) !important; }
.g-bg-danger-opacity-4 {
  background-color: rgba(214, 42, 61, 0.4) !important; }
.g-bg-danger-opacity-5 {
  background-color: rgba(214, 42, 61, 0.5) !important; }
.g-bg-danger-opacity-6 {
  background-color: rgba(214, 42, 61, 0.6) !important; }
.g-bg-danger-opacity-7 {
  background-color: rgba(214, 42, 61, 0.7) !important; }
.g-bg-danger-opacity-8 {
  background-color: rgba(214, 42, 61, 0.8) !important; }
.g-bg-danger-opacity-9 {
  background-color: rgba(214, 42, 61, 0.9) !important; }
.g-bg-light-opacity-0 {
  background-color: rgba(249, 249, 249, 0) !important; }
.g-bg-light-opacity-1 {
  background-color: rgba(249, 249, 249, 0.1) !important; }
.g-bg-light-opacity-2 {
  background-color: rgba(249, 249, 249, 0.2) !important; }
.g-bg-light-opacity-3 {
  background-color: rgba(249, 249, 249, 0.3) !important; }
.g-bg-light-opacity-4 {
  background-color: rgba(249, 249, 249, 0.4) !important; }
.g-bg-light-opacity-5 {
  background-color: rgba(249, 249, 249, 0.5) !important; }
.g-bg-light-opacity-6 {
  background-color: rgba(249, 249, 249, 0.6) !important; }
.g-bg-light-opacity-7 {
  background-color: rgba(249, 249, 249, 0.7) !important; }
.g-bg-light-opacity-8 {
  background-color: rgba(249, 249, 249, 0.8) !important; }
.g-bg-light-opacity-9 {
  background-color: rgba(249, 249, 249, 0.9) !important; }
.g-bg-dark-opacity-0 {
  background-color: rgba(37, 42, 55, 0) !important; }
.g-bg-dark-opacity-1 {
  background-color: rgba(37, 42, 55, 0.1) !important; }
.g-bg-dark-opacity-2 {
  background-color: rgba(37, 42, 55, 0.2) !important; }
.g-bg-dark-opacity-3 {
  background-color: rgba(37, 42, 55, 0.3) !important; }
.g-bg-dark-opacity-4 {
  background-color: rgba(37, 42, 55, 0.4) !important; }
.g-bg-dark-opacity-5 {
  background-color: rgba(37, 42, 55, 0.5) !important; }
.g-bg-dark-opacity-6 {
  background-color: rgba(37, 42, 55, 0.6) !important; }
.g-bg-dark-opacity-7 {
  background-color: rgba(37, 42, 55, 0.7) !important; }
.g-bg-dark-opacity-8 {
  background-color: rgba(37, 42, 55, 0.8) !important; }
.g-bg-dark-opacity-9 {
  background-color: rgba(37, 42, 55, 0.9) !important; }
.g-bg-gradient-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #252a37), to(#364356));
  background-image: linear-gradient(to bottom, #252a37 10%, #364356 100%);
  color: #f2f2f2 !important; }
.g-bg-gradient-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #10b35d), to(#10c76e));
  background-image: linear-gradient(to bottom, #10b35d 10%, #10c76e 100%);
  color: #f2f2f2 !important; }
.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center; }
.bg-cover-top {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important; }
.bg-cover-bottom {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important; }
.bg-fixed {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-backface-visibility: hidden;
  /* add to fix webkit bug jitter */ }
.g-overflow-hidden {
  overflow: hidden !important; }
/*
    @
    @   --------------------------------------------------------------------------------------------
    @   GENERAL BORDERS ( top, right, bottom, left )
    @   --------------------------------------------------------------------------------------------
    @   Grid Breakpoints
    @   Colors
    @   Radius
    @   Width
    @   --------------------------------------------------------------------------------------------
    @
*/
.g-border {
  border: 1px solid transparent !important; }
.g-border-t {
  border-top: 1px solid transparent !important; }
.g-border-r {
  border-right: 1px solid transparent !important; }
.g-border-b {
  border-bottom: 1px solid transparent !important; }
.g-border-l {
  border-left: 1px solid transparent !important; }
.g-border-0 {
  border: 0 !important; }
.g-border-t-0 {
  border-top: 0 !important; }
.g-border-r-0 {
  border-right: 0 !important; }
.g-border-b-0 {
  border-bottom: 0 !important; }
.g-border-l-0 {
  border-left: 0 !important; }
.g-border-x-0 {
  border-left: 0 !important;
  border-right: 0 !important; }
.g-border-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important; }
.g-border-x {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important; }
.g-border-y {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important; }
@media (min-width: 576px) {
  .g-border-sm {
    border: 1px solid transparent !important; }
  .g-border-sm-t {
    border-top: 1px solid transparent !important; }
  .g-border-sm-r {
    border-right: 1px solid transparent !important; }
  .g-border-sm-b {
    border-bottom: 1px solid transparent !important; }
  .g-border-sm-l {
    border-left: 1px solid transparent !important; }
  .g-border-sm-0 {
    border: 0 !important; }
  .g-border-sm-t-0 {
    border-top: 0 !important; }
  .g-border-sm-r-0 {
    border-right: 0 !important; }
  .g-border-sm-b-0 {
    border-bottom: 0 !important; }
  .g-border-sm-l-0 {
    border-left: 0 !important; }
  .g-border-sm-x-0 {
    border-left: 0 !important;
    border-right: 0 !important; }
  .g-border-sm-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .g-border-sm-x {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }
  .g-border-sm-y {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important; } }
@media (min-width: 768px) {
  .g-border-md {
    border: 1px solid transparent !important; }
  .g-border-md-t {
    border-top: 1px solid transparent !important; }
  .g-border-md-r {
    border-right: 1px solid transparent !important; }
  .g-border-md-b {
    border-bottom: 1px solid transparent !important; }
  .g-border-md-l {
    border-left: 1px solid transparent !important; }
  .g-border-md-0 {
    border: 0 !important; }
  .g-border-md-t-0 {
    border-top: 0 !important; }
  .g-border-md-r-0 {
    border-right: 0 !important; }
  .g-border-md-b-0 {
    border-bottom: 0 !important; }
  .g-border-md-l-0 {
    border-left: 0 !important; }
  .g-border-md-x-0 {
    border-left: 0 !important;
    border-right: 0 !important; }
  .g-border-md-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .g-border-md-x {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }
  .g-border-md-y {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important; } }
@media (min-width: 992px) {
  .g-border-lg {
    border: 1px solid transparent !important; }
  .g-border-lg-t {
    border-top: 1px solid transparent !important; }
  .g-border-lg-r {
    border-right: 1px solid transparent !important; }
  .g-border-lg-b {
    border-bottom: 1px solid transparent !important; }
  .g-border-lg-l {
    border-left: 1px solid transparent !important; }
  .g-border-lg-0 {
    border: 0 !important; }
  .g-border-lg-t-0 {
    border-top: 0 !important; }
  .g-border-lg-r-0 {
    border-right: 0 !important; }
  .g-border-lg-b-0 {
    border-bottom: 0 !important; }
  .g-border-lg-l-0 {
    border-left: 0 !important; }
  .g-border-lg-x-0 {
    border-left: 0 !important;
    border-right: 0 !important; }
  .g-border-lg-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .g-border-lg-x {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }
  .g-border-lg-y {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important; } }
@media (min-width: 1250px) {
  .g-border-xl {
    border: 1px solid transparent !important; }
  .g-border-xl-t {
    border-top: 1px solid transparent !important; }
  .g-border-xl-r {
    border-right: 1px solid transparent !important; }
  .g-border-xl-b {
    border-bottom: 1px solid transparent !important; }
  .g-border-xl-l {
    border-left: 1px solid transparent !important; }
  .g-border-xl-0 {
    border: 0 !important; }
  .g-border-xl-t-0 {
    border-top: 0 !important; }
  .g-border-xl-r-0 {
    border-right: 0 !important; }
  .g-border-xl-b-0 {
    border-bottom: 0 !important; }
  .g-border-xl-l-0 {
    border-left: 0 !important; }
  .g-border-xl-x-0 {
    border-left: 0 !important;
    border-right: 0 !important; }
  .g-border-xl-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .g-border-xl-x {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }
  .g-border-xl-y {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important; } }
@media (min-width: 1480px) {
  .g-border-xxl {
    border: 1px solid transparent !important; }
  .g-border-xxl-t {
    border-top: 1px solid transparent !important; }
  .g-border-xxl-r {
    border-right: 1px solid transparent !important; }
  .g-border-xxl-b {
    border-bottom: 1px solid transparent !important; }
  .g-border-xxl-l {
    border-left: 1px solid transparent !important; }
  .g-border-xxl-0 {
    border: 0 !important; }
  .g-border-xxl-t-0 {
    border-top: 0 !important; }
  .g-border-xxl-r-0 {
    border-right: 0 !important; }
  .g-border-xxl-b-0 {
    border-bottom: 0 !important; }
  .g-border-xxl-l-0 {
    border-left: 0 !important; }
  .g-border-xxl-x-0 {
    border-left: 0 !important;
    border-right: 0 !important; }
  .g-border-xxl-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .g-border-xxl-x {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }
  .g-border-xxl-y {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important; } }
.g-border-blue-lighten {
  border-color: #40aaf9 !important; }
.g-border-t-blue-lighten {
  border-top-color: #40aaf9 !important; }
.g-border-r-blue-lighten {
  border-right-color: #40aaf9 !important; }
.g-border-b-blue-lighten {
  border-bottom-color: #40aaf9 !important; }
.g-border-l-blue-lighten {
  border-left-color: #40aaf9 !important; }
.g-border-blue-lighten-h:hover {
  border-color: #40aaf9 !important; }
.g-border-t-blue-lighten-h:hover {
  border-color: #40aaf9 !important; }
.g-border-r-blue-lighten-h:hover {
  border-color: #40aaf9 !important; }
.g-border-b-blue-lighten-h:hover {
  border-color: #40aaf9 !important; }
.g-border-l-blue-lighten-h:hover {
  border-color: #40aaf9 !important; }
.g-border-x-blue-lighten {
  border-left-color: #40aaf9 !important;
  border-right-color: #40aaf9 !important; }
.g-border-y-blue-lighten {
  border-top-color: #40aaf9 !important;
  border-bottom-color: #40aaf9 !important; }
.g-border-x-blue-lighten-h:hover {
  border-left-color: #40aaf9 !important;
  border-right-color: #40aaf9 !important; }
.g-border-y-blue-lighten-h:hover {
  border-top-color: #40aaf9 !important;
  border-bottom-color: #40aaf9 !important; }
.g-border-blue-darken {
  border-color: #0672c3 !important; }
.g-border-t-blue-darken {
  border-top-color: #0672c3 !important; }
.g-border-r-blue-darken {
  border-right-color: #0672c3 !important; }
.g-border-b-blue-darken {
  border-bottom-color: #0672c3 !important; }
.g-border-l-blue-darken {
  border-left-color: #0672c3 !important; }
.g-border-blue-darken-h:hover {
  border-color: #0672c3 !important; }
.g-border-t-blue-darken-h:hover {
  border-color: #0672c3 !important; }
.g-border-r-blue-darken-h:hover {
  border-color: #0672c3 !important; }
.g-border-b-blue-darken-h:hover {
  border-color: #0672c3 !important; }
.g-border-l-blue-darken-h:hover {
  border-color: #0672c3 !important; }
.g-border-x-blue-darken {
  border-left-color: #0672c3 !important;
  border-right-color: #0672c3 !important; }
.g-border-y-blue-darken {
  border-top-color: #0672c3 !important;
  border-bottom-color: #0672c3 !important; }
.g-border-x-blue-darken-h:hover {
  border-left-color: #0672c3 !important;
  border-right-color: #0672c3 !important; }
.g-border-y-blue-darken-h:hover {
  border-top-color: #0672c3 !important;
  border-bottom-color: #0672c3 !important; }
.g-border-blue {
  border-color: #0e94f8 !important; }
.g-border-t-blue {
  border-top-color: #0e94f8 !important; }
.g-border-r-blue {
  border-right-color: #0e94f8 !important; }
.g-border-b-blue {
  border-bottom-color: #0e94f8 !important; }
.g-border-l-blue {
  border-left-color: #0e94f8 !important; }
.g-border-blue-h:hover {
  border-color: #0e94f8 !important; }
.g-border-t-blue-h:hover {
  border-color: #0e94f8 !important; }
.g-border-r-blue-h:hover {
  border-color: #0e94f8 !important; }
.g-border-b-blue-h:hover {
  border-color: #0e94f8 !important; }
.g-border-l-blue-h:hover {
  border-color: #0e94f8 !important; }
.g-border-x-blue {
  border-left-color: #0e94f8 !important;
  border-right-color: #0e94f8 !important; }
.g-border-y-blue {
  border-top-color: #0e94f8 !important;
  border-bottom-color: #0e94f8 !important; }
.g-border-x-blue-h:hover {
  border-left-color: #0e94f8 !important;
  border-right-color: #0e94f8 !important; }
.g-border-y-blue-h:hover {
  border-top-color: #0e94f8 !important;
  border-bottom-color: #0e94f8 !important; }
.g-border-purple-lighten {
  border-color: #9889c7 !important; }
.g-border-t-purple-lighten {
  border-top-color: #9889c7 !important; }
.g-border-r-purple-lighten {
  border-right-color: #9889c7 !important; }
.g-border-b-purple-lighten {
  border-bottom-color: #9889c7 !important; }
.g-border-l-purple-lighten {
  border-left-color: #9889c7 !important; }
.g-border-purple-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-t-purple-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-r-purple-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-b-purple-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-l-purple-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-x-purple-lighten {
  border-left-color: #9889c7 !important;
  border-right-color: #9889c7 !important; }
.g-border-y-purple-lighten {
  border-top-color: #9889c7 !important;
  border-bottom-color: #9889c7 !important; }
.g-border-x-purple-lighten-h:hover {
  border-left-color: #9889c7 !important;
  border-right-color: #9889c7 !important; }
.g-border-y-purple-lighten-h:hover {
  border-top-color: #9889c7 !important;
  border-bottom-color: #9889c7 !important; }
.g-border-purple-darken {
  border-color: #5c4898 !important; }
.g-border-t-purple-darken {
  border-top-color: #5c4898 !important; }
.g-border-r-purple-darken {
  border-right-color: #5c4898 !important; }
.g-border-b-purple-darken {
  border-bottom-color: #5c4898 !important; }
.g-border-l-purple-darken {
  border-left-color: #5c4898 !important; }
.g-border-purple-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-t-purple-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-r-purple-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-b-purple-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-l-purple-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-x-purple-darken {
  border-left-color: #5c4898 !important;
  border-right-color: #5c4898 !important; }
.g-border-y-purple-darken {
  border-top-color: #5c4898 !important;
  border-bottom-color: #5c4898 !important; }
.g-border-x-purple-darken-h:hover {
  border-left-color: #5c4898 !important;
  border-right-color: #5c4898 !important; }
.g-border-y-purple-darken-h:hover {
  border-top-color: #5c4898 !important;
  border-bottom-color: #5c4898 !important; }
.g-border-purple {
  border-color: #7a66b7 !important; }
.g-border-t-purple {
  border-top-color: #7a66b7 !important; }
.g-border-r-purple {
  border-right-color: #7a66b7 !important; }
.g-border-b-purple {
  border-bottom-color: #7a66b7 !important; }
.g-border-l-purple {
  border-left-color: #7a66b7 !important; }
.g-border-purple-h:hover {
  border-color: #7a66b7 !important; }
.g-border-t-purple-h:hover {
  border-color: #7a66b7 !important; }
.g-border-r-purple-h:hover {
  border-color: #7a66b7 !important; }
.g-border-b-purple-h:hover {
  border-color: #7a66b7 !important; }
.g-border-l-purple-h:hover {
  border-color: #7a66b7 !important; }
.g-border-x-purple {
  border-left-color: #7a66b7 !important;
  border-right-color: #7a66b7 !important; }
.g-border-y-purple {
  border-top-color: #7a66b7 !important;
  border-bottom-color: #7a66b7 !important; }
.g-border-x-purple-h:hover {
  border-left-color: #7a66b7 !important;
  border-right-color: #7a66b7 !important; }
.g-border-y-purple-h:hover {
  border-top-color: #7a66b7 !important;
  border-bottom-color: #7a66b7 !important; }
.g-border-red-lighten {
  border-color: #de5564 !important; }
.g-border-t-red-lighten {
  border-top-color: #de5564 !important; }
.g-border-r-red-lighten {
  border-right-color: #de5564 !important; }
.g-border-b-red-lighten {
  border-bottom-color: #de5564 !important; }
.g-border-l-red-lighten {
  border-left-color: #de5564 !important; }
.g-border-red-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-t-red-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-r-red-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-b-red-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-l-red-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-x-red-lighten {
  border-left-color: #de5564 !important;
  border-right-color: #de5564 !important; }
.g-border-y-red-lighten {
  border-top-color: #de5564 !important;
  border-bottom-color: #de5564 !important; }
.g-border-x-red-lighten-h:hover {
  border-left-color: #de5564 !important;
  border-right-color: #de5564 !important; }
.g-border-y-red-lighten-h:hover {
  border-top-color: #de5564 !important;
  border-bottom-color: #de5564 !important; }
.g-border-red-darken {
  border-color: #a31f2e !important; }
.g-border-t-red-darken {
  border-top-color: #a31f2e !important; }
.g-border-r-red-darken {
  border-right-color: #a31f2e !important; }
.g-border-b-red-darken {
  border-bottom-color: #a31f2e !important; }
.g-border-l-red-darken {
  border-left-color: #a31f2e !important; }
.g-border-red-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-t-red-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-r-red-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-b-red-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-l-red-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-x-red-darken {
  border-left-color: #a31f2e !important;
  border-right-color: #a31f2e !important; }
.g-border-y-red-darken {
  border-top-color: #a31f2e !important;
  border-bottom-color: #a31f2e !important; }
.g-border-x-red-darken-h:hover {
  border-left-color: #a31f2e !important;
  border-right-color: #a31f2e !important; }
.g-border-y-red-darken-h:hover {
  border-top-color: #a31f2e !important;
  border-bottom-color: #a31f2e !important; }
.g-border-red {
  border-color: #d62a3d !important; }
.g-border-t-red {
  border-top-color: #d62a3d !important; }
.g-border-r-red {
  border-right-color: #d62a3d !important; }
.g-border-b-red {
  border-bottom-color: #d62a3d !important; }
.g-border-l-red {
  border-left-color: #d62a3d !important; }
.g-border-red-h:hover {
  border-color: #d62a3d !important; }
.g-border-t-red-h:hover {
  border-color: #d62a3d !important; }
.g-border-r-red-h:hover {
  border-color: #d62a3d !important; }
.g-border-b-red-h:hover {
  border-color: #d62a3d !important; }
.g-border-l-red-h:hover {
  border-color: #d62a3d !important; }
.g-border-x-red {
  border-left-color: #d62a3d !important;
  border-right-color: #d62a3d !important; }
.g-border-y-red {
  border-top-color: #d62a3d !important;
  border-bottom-color: #d62a3d !important; }
.g-border-x-red-h:hover {
  border-left-color: #d62a3d !important;
  border-right-color: #d62a3d !important; }
.g-border-y-red-h:hover {
  border-top-color: #d62a3d !important;
  border-bottom-color: #d62a3d !important; }
.g-border-orange-lighten {
  border-color: #ffad33 !important; }
.g-border-t-orange-lighten {
  border-top-color: #ffad33 !important; }
.g-border-r-orange-lighten {
  border-right-color: #ffad33 !important; }
.g-border-b-orange-lighten {
  border-bottom-color: #ffad33 !important; }
.g-border-l-orange-lighten {
  border-left-color: #ffad33 !important; }
.g-border-orange-lighten-h:hover {
  border-color: #ffad33 !important; }
.g-border-t-orange-lighten-h:hover {
  border-color: #ffad33 !important; }
.g-border-r-orange-lighten-h:hover {
  border-color: #ffad33 !important; }
.g-border-b-orange-lighten-h:hover {
  border-color: #ffad33 !important; }
.g-border-l-orange-lighten-h:hover {
  border-color: #ffad33 !important; }
.g-border-x-orange-lighten {
  border-left-color: #ffad33 !important;
  border-right-color: #ffad33 !important; }
.g-border-y-orange-lighten {
  border-top-color: #ffad33 !important;
  border-bottom-color: #ffad33 !important; }
.g-border-x-orange-lighten-h:hover {
  border-left-color: #ffad33 !important;
  border-right-color: #ffad33 !important; }
.g-border-y-orange-lighten-h:hover {
  border-top-color: #ffad33 !important;
  border-bottom-color: #ffad33 !important; }
.g-border-orange-darken {
  border-color: #c27400 !important; }
.g-border-t-orange-darken {
  border-top-color: #c27400 !important; }
.g-border-r-orange-darken {
  border-right-color: #c27400 !important; }
.g-border-b-orange-darken {
  border-bottom-color: #c27400 !important; }
.g-border-l-orange-darken {
  border-left-color: #c27400 !important; }
.g-border-orange-darken-h:hover {
  border-color: #c27400 !important; }
.g-border-t-orange-darken-h:hover {
  border-color: #c27400 !important; }
.g-border-r-orange-darken-h:hover {
  border-color: #c27400 !important; }
.g-border-b-orange-darken-h:hover {
  border-color: #c27400 !important; }
.g-border-l-orange-darken-h:hover {
  border-color: #c27400 !important; }
.g-border-x-orange-darken {
  border-left-color: #c27400 !important;
  border-right-color: #c27400 !important; }
.g-border-y-orange-darken {
  border-top-color: #c27400 !important;
  border-bottom-color: #c27400 !important; }
.g-border-x-orange-darken-h:hover {
  border-left-color: #c27400 !important;
  border-right-color: #c27400 !important; }
.g-border-y-orange-darken-h:hover {
  border-top-color: #c27400 !important;
  border-bottom-color: #c27400 !important; }
.g-border-orange {
  border-color: #FF9800 !important; }
.g-border-t-orange {
  border-top-color: #FF9800 !important; }
.g-border-r-orange {
  border-right-color: #FF9800 !important; }
.g-border-b-orange {
  border-bottom-color: #FF9800 !important; }
.g-border-l-orange {
  border-left-color: #FF9800 !important; }
.g-border-orange-h:hover {
  border-color: #FF9800 !important; }
.g-border-t-orange-h:hover {
  border-color: #FF9800 !important; }
.g-border-r-orange-h:hover {
  border-color: #FF9800 !important; }
.g-border-b-orange-h:hover {
  border-color: #FF9800 !important; }
.g-border-l-orange-h:hover {
  border-color: #FF9800 !important; }
.g-border-x-orange {
  border-left-color: #FF9800 !important;
  border-right-color: #FF9800 !important; }
.g-border-y-orange {
  border-top-color: #FF9800 !important;
  border-bottom-color: #FF9800 !important; }
.g-border-x-orange-h:hover {
  border-left-color: #FF9800 !important;
  border-right-color: #FF9800 !important; }
.g-border-y-orange-h:hover {
  border-top-color: #FF9800 !important;
  border-bottom-color: #FF9800 !important; }
.g-border-deep-orange-lighten {
  border-color: #f97c58 !important; }
.g-border-t-deep-orange-lighten {
  border-top-color: #f97c58 !important; }
.g-border-r-deep-orange-lighten {
  border-right-color: #f97c58 !important; }
.g-border-b-deep-orange-lighten {
  border-bottom-color: #f97c58 !important; }
.g-border-l-deep-orange-lighten {
  border-left-color: #f97c58 !important; }
.g-border-deep-orange-lighten-h:hover {
  border-color: #f97c58 !important; }
.g-border-t-deep-orange-lighten-h:hover {
  border-color: #f97c58 !important; }
.g-border-r-deep-orange-lighten-h:hover {
  border-color: #f97c58 !important; }
.g-border-b-deep-orange-lighten-h:hover {
  border-color: #f97c58 !important; }
.g-border-l-deep-orange-lighten-h:hover {
  border-color: #f97c58 !important; }
.g-border-x-deep-orange-lighten {
  border-left-color: #f97c58 !important;
  border-right-color: #f97c58 !important; }
.g-border-y-deep-orange-lighten {
  border-top-color: #f97c58 !important;
  border-bottom-color: #f97c58 !important; }
.g-border-x-deep-orange-lighten-h:hover {
  border-left-color: #f97c58 !important;
  border-right-color: #f97c58 !important; }
.g-border-y-deep-orange-lighten-h:hover {
  border-top-color: #f97c58 !important;
  border-bottom-color: #f97c58 !important; }
.g-border-deep-orange-darken {
  border-color: #d93608 !important; }
.g-border-t-deep-orange-darken {
  border-top-color: #d93608 !important; }
.g-border-r-deep-orange-darken {
  border-right-color: #d93608 !important; }
.g-border-b-deep-orange-darken {
  border-bottom-color: #d93608 !important; }
.g-border-l-deep-orange-darken {
  border-left-color: #d93608 !important; }
.g-border-deep-orange-darken-h:hover {
  border-color: #d93608 !important; }
.g-border-t-deep-orange-darken-h:hover {
  border-color: #d93608 !important; }
.g-border-r-deep-orange-darken-h:hover {
  border-color: #d93608 !important; }
.g-border-b-deep-orange-darken-h:hover {
  border-color: #d93608 !important; }
.g-border-l-deep-orange-darken-h:hover {
  border-color: #d93608 !important; }
.g-border-x-deep-orange-darken {
  border-left-color: #d93608 !important;
  border-right-color: #d93608 !important; }
.g-border-y-deep-orange-darken {
  border-top-color: #d93608 !important;
  border-bottom-color: #d93608 !important; }
.g-border-x-deep-orange-darken-h:hover {
  border-left-color: #d93608 !important;
  border-right-color: #d93608 !important; }
.g-border-y-deep-orange-darken-h:hover {
  border-top-color: #d93608 !important;
  border-bottom-color: #d93608 !important; }
.g-border-deep-orange {
  border-color: #f75527 !important; }
.g-border-t-deep-orange {
  border-top-color: #f75527 !important; }
.g-border-r-deep-orange {
  border-right-color: #f75527 !important; }
.g-border-b-deep-orange {
  border-bottom-color: #f75527 !important; }
.g-border-l-deep-orange {
  border-left-color: #f75527 !important; }
.g-border-deep-orange-h:hover {
  border-color: #f75527 !important; }
.g-border-t-deep-orange-h:hover {
  border-color: #f75527 !important; }
.g-border-r-deep-orange-h:hover {
  border-color: #f75527 !important; }
.g-border-b-deep-orange-h:hover {
  border-color: #f75527 !important; }
.g-border-l-deep-orange-h:hover {
  border-color: #f75527 !important; }
.g-border-x-deep-orange {
  border-left-color: #f75527 !important;
  border-right-color: #f75527 !important; }
.g-border-y-deep-orange {
  border-top-color: #f75527 !important;
  border-bottom-color: #f75527 !important; }
.g-border-x-deep-orange-h:hover {
  border-left-color: #f75527 !important;
  border-right-color: #f75527 !important; }
.g-border-y-deep-orange-h:hover {
  border-top-color: #f75527 !important;
  border-bottom-color: #f75527 !important; }
.g-border-brown-lighten {
  border-color: #c2813c !important; }
.g-border-t-brown-lighten {
  border-top-color: #c2813c !important; }
.g-border-r-brown-lighten {
  border-right-color: #c2813c !important; }
.g-border-b-brown-lighten {
  border-bottom-color: #c2813c !important; }
.g-border-l-brown-lighten {
  border-left-color: #c2813c !important; }
.g-border-brown-lighten-h:hover {
  border-color: #c2813c !important; }
.g-border-t-brown-lighten-h:hover {
  border-color: #c2813c !important; }
.g-border-r-brown-lighten-h:hover {
  border-color: #c2813c !important; }
.g-border-b-brown-lighten-h:hover {
  border-color: #c2813c !important; }
.g-border-l-brown-lighten-h:hover {
  border-color: #c2813c !important; }
.g-border-x-brown-lighten {
  border-left-color: #c2813c !important;
  border-right-color: #c2813c !important; }
.g-border-y-brown-lighten {
  border-top-color: #c2813c !important;
  border-bottom-color: #c2813c !important; }
.g-border-x-brown-lighten-h:hover {
  border-left-color: #c2813c !important;
  border-right-color: #c2813c !important; }
.g-border-y-brown-lighten-h:hover {
  border-top-color: #c2813c !important;
  border-bottom-color: #c2813c !important; }
.g-border-brown-darken {
  border-color: #6c4822 !important; }
.g-border-t-brown-darken {
  border-top-color: #6c4822 !important; }
.g-border-r-brown-darken {
  border-right-color: #6c4822 !important; }
.g-border-b-brown-darken {
  border-bottom-color: #6c4822 !important; }
.g-border-l-brown-darken {
  border-left-color: #6c4822 !important; }
.g-border-brown-darken-h:hover {
  border-color: #6c4822 !important; }
.g-border-t-brown-darken-h:hover {
  border-color: #6c4822 !important; }
.g-border-r-brown-darken-h:hover {
  border-color: #6c4822 !important; }
.g-border-b-brown-darken-h:hover {
  border-color: #6c4822 !important; }
.g-border-l-brown-darken-h:hover {
  border-color: #6c4822 !important; }
.g-border-x-brown-darken {
  border-left-color: #6c4822 !important;
  border-right-color: #6c4822 !important; }
.g-border-y-brown-darken {
  border-top-color: #6c4822 !important;
  border-bottom-color: #6c4822 !important; }
.g-border-x-brown-darken-h:hover {
  border-left-color: #6c4822 !important;
  border-right-color: #6c4822 !important; }
.g-border-y-brown-darken-h:hover {
  border-top-color: #6c4822 !important;
  border-bottom-color: #6c4822 !important; }
.g-border-brown {
  border-color: #9b6730 !important; }
.g-border-t-brown {
  border-top-color: #9b6730 !important; }
.g-border-r-brown {
  border-right-color: #9b6730 !important; }
.g-border-b-brown {
  border-bottom-color: #9b6730 !important; }
.g-border-l-brown {
  border-left-color: #9b6730 !important; }
.g-border-brown-h:hover {
  border-color: #9b6730 !important; }
.g-border-t-brown-h:hover {
  border-color: #9b6730 !important; }
.g-border-r-brown-h:hover {
  border-color: #9b6730 !important; }
.g-border-b-brown-h:hover {
  border-color: #9b6730 !important; }
.g-border-l-brown-h:hover {
  border-color: #9b6730 !important; }
.g-border-x-brown {
  border-left-color: #9b6730 !important;
  border-right-color: #9b6730 !important; }
.g-border-y-brown {
  border-top-color: #9b6730 !important;
  border-bottom-color: #9b6730 !important; }
.g-border-x-brown-h:hover {
  border-left-color: #9b6730 !important;
  border-right-color: #9b6730 !important; }
.g-border-y-brown-h:hover {
  border-top-color: #9b6730 !important;
  border-bottom-color: #9b6730 !important; }
.g-border-yellow-lighten {
  border-color: #ffe873 !important; }
.g-border-t-yellow-lighten {
  border-top-color: #ffe873 !important; }
.g-border-r-yellow-lighten {
  border-right-color: #ffe873 !important; }
.g-border-b-yellow-lighten {
  border-bottom-color: #ffe873 !important; }
.g-border-l-yellow-lighten {
  border-left-color: #ffe873 !important; }
.g-border-yellow-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-t-yellow-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-r-yellow-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-b-yellow-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-l-yellow-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-x-yellow-lighten {
  border-left-color: #ffe873 !important;
  border-right-color: #ffe873 !important; }
.g-border-y-yellow-lighten {
  border-top-color: #ffe873 !important;
  border-bottom-color: #ffe873 !important; }
.g-border-x-yellow-lighten-h:hover {
  border-left-color: #ffe873 !important;
  border-right-color: #ffe873 !important; }
.g-border-y-yellow-lighten-h:hover {
  border-top-color: #ffe873 !important;
  border-bottom-color: #ffe873 !important; }
.g-border-yellow-darken {
  border-color: #ffd503 !important; }
.g-border-t-yellow-darken {
  border-top-color: #ffd503 !important; }
.g-border-r-yellow-darken {
  border-right-color: #ffd503 !important; }
.g-border-b-yellow-darken {
  border-bottom-color: #ffd503 !important; }
.g-border-l-yellow-darken {
  border-left-color: #ffd503 !important; }
.g-border-yellow-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-t-yellow-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-r-yellow-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-b-yellow-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-l-yellow-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-x-yellow-darken {
  border-left-color: #ffd503 !important;
  border-right-color: #ffd503 !important; }
.g-border-y-yellow-darken {
  border-top-color: #ffd503 !important;
  border-bottom-color: #ffd503 !important; }
.g-border-x-yellow-darken-h:hover {
  border-left-color: #ffd503 !important;
  border-right-color: #ffd503 !important; }
.g-border-y-yellow-darken-h:hover {
  border-top-color: #ffd503 !important;
  border-bottom-color: #ffd503 !important; }
.g-border-yellow {
  border-color: #ffdf40 !important; }
.g-border-t-yellow {
  border-top-color: #ffdf40 !important; }
.g-border-r-yellow {
  border-right-color: #ffdf40 !important; }
.g-border-b-yellow {
  border-bottom-color: #ffdf40 !important; }
.g-border-l-yellow {
  border-left-color: #ffdf40 !important; }
.g-border-yellow-h:hover {
  border-color: #ffdf40 !important; }
.g-border-t-yellow-h:hover {
  border-color: #ffdf40 !important; }
.g-border-r-yellow-h:hover {
  border-color: #ffdf40 !important; }
.g-border-b-yellow-h:hover {
  border-color: #ffdf40 !important; }
.g-border-l-yellow-h:hover {
  border-color: #ffdf40 !important; }
.g-border-x-yellow {
  border-left-color: #ffdf40 !important;
  border-right-color: #ffdf40 !important; }
.g-border-y-yellow {
  border-top-color: #ffdf40 !important;
  border-bottom-color: #ffdf40 !important; }
.g-border-x-yellow-h:hover {
  border-left-color: #ffdf40 !important;
  border-right-color: #ffdf40 !important; }
.g-border-y-yellow-h:hover {
  border-top-color: #ffdf40 !important;
  border-bottom-color: #ffdf40 !important; }
.g-border-green-lighten {
  border-color: #00f392 !important; }
.g-border-t-green-lighten {
  border-top-color: #00f392 !important; }
.g-border-r-green-lighten {
  border-right-color: #00f392 !important; }
.g-border-b-green-lighten {
  border-bottom-color: #00f392 !important; }
.g-border-l-green-lighten {
  border-left-color: #00f392 !important; }
.g-border-green-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-t-green-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-r-green-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-b-green-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-l-green-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-x-green-lighten {
  border-left-color: #00f392 !important;
  border-right-color: #00f392 !important; }
.g-border-y-green-lighten {
  border-top-color: #00f392 !important;
  border-bottom-color: #00f392 !important; }
.g-border-x-green-lighten-h:hover {
  border-left-color: #00f392 !important;
  border-right-color: #00f392 !important; }
.g-border-y-green-lighten-h:hover {
  border-top-color: #00f392 !important;
  border-bottom-color: #00f392 !important; }
.g-border-green-darken {
  border-color: #00834e !important; }
.g-border-t-green-darken {
  border-top-color: #00834e !important; }
.g-border-r-green-darken {
  border-right-color: #00834e !important; }
.g-border-b-green-darken {
  border-bottom-color: #00834e !important; }
.g-border-l-green-darken {
  border-left-color: #00834e !important; }
.g-border-green-darken-h:hover {
  border-color: #00834e !important; }
.g-border-t-green-darken-h:hover {
  border-color: #00834e !important; }
.g-border-r-green-darken-h:hover {
  border-color: #00834e !important; }
.g-border-b-green-darken-h:hover {
  border-color: #00834e !important; }
.g-border-l-green-darken-h:hover {
  border-color: #00834e !important; }
.g-border-x-green-darken {
  border-left-color: #00834e !important;
  border-right-color: #00834e !important; }
.g-border-y-green-darken {
  border-top-color: #00834e !important;
  border-bottom-color: #00834e !important; }
.g-border-x-green-darken-h:hover {
  border-left-color: #00834e !important;
  border-right-color: #00834e !important; }
.g-border-y-green-darken-h:hover {
  border-top-color: #00834e !important;
  border-bottom-color: #00834e !important; }
.g-border-green {
  border-color: #00c073 !important; }
.g-border-t-green {
  border-top-color: #00c073 !important; }
.g-border-r-green {
  border-right-color: #00c073 !important; }
.g-border-b-green {
  border-bottom-color: #00c073 !important; }
.g-border-l-green {
  border-left-color: #00c073 !important; }
.g-border-green-h:hover {
  border-color: #00c073 !important; }
.g-border-t-green-h:hover {
  border-color: #00c073 !important; }
.g-border-r-green-h:hover {
  border-color: #00c073 !important; }
.g-border-b-green-h:hover {
  border-color: #00c073 !important; }
.g-border-l-green-h:hover {
  border-color: #00c073 !important; }
.g-border-x-green {
  border-left-color: #00c073 !important;
  border-right-color: #00c073 !important; }
.g-border-y-green {
  border-top-color: #00c073 !important;
  border-bottom-color: #00c073 !important; }
.g-border-x-green-h:hover {
  border-left-color: #00c073 !important;
  border-right-color: #00c073 !important; }
.g-border-y-green-h:hover {
  border-top-color: #00c073 !important;
  border-bottom-color: #00c073 !important; }
.g-border-teal-lighten {
  border-color: #17f0c9 !important; }
.g-border-t-teal-lighten {
  border-top-color: #17f0c9 !important; }
.g-border-r-teal-lighten {
  border-right-color: #17f0c9 !important; }
.g-border-b-teal-lighten {
  border-bottom-color: #17f0c9 !important; }
.g-border-l-teal-lighten {
  border-left-color: #17f0c9 !important; }
.g-border-teal-lighten-h:hover {
  border-color: #17f0c9 !important; }
.g-border-t-teal-lighten-h:hover {
  border-color: #17f0c9 !important; }
.g-border-r-teal-lighten-h:hover {
  border-color: #17f0c9 !important; }
.g-border-b-teal-lighten-h:hover {
  border-color: #17f0c9 !important; }
.g-border-l-teal-lighten-h:hover {
  border-color: #17f0c9 !important; }
.g-border-x-teal-lighten {
  border-left-color: #17f0c9 !important;
  border-right-color: #17f0c9 !important; }
.g-border-y-teal-lighten {
  border-top-color: #17f0c9 !important;
  border-bottom-color: #17f0c9 !important; }
.g-border-x-teal-lighten-h:hover {
  border-left-color: #17f0c9 !important;
  border-right-color: #17f0c9 !important; }
.g-border-y-teal-lighten-h:hover {
  border-top-color: #17f0c9 !important;
  border-bottom-color: #17f0c9 !important; }
.g-border-teal-darken {
  border-color: #098e76 !important; }
.g-border-t-teal-darken {
  border-top-color: #098e76 !important; }
.g-border-r-teal-darken {
  border-right-color: #098e76 !important; }
.g-border-b-teal-darken {
  border-bottom-color: #098e76 !important; }
.g-border-l-teal-darken {
  border-left-color: #098e76 !important; }
.g-border-teal-darken-h:hover {
  border-color: #098e76 !important; }
.g-border-t-teal-darken-h:hover {
  border-color: #098e76 !important; }
.g-border-r-teal-darken-h:hover {
  border-color: #098e76 !important; }
.g-border-b-teal-darken-h:hover {
  border-color: #098e76 !important; }
.g-border-l-teal-darken-h:hover {
  border-color: #098e76 !important; }
.g-border-x-teal-darken {
  border-left-color: #098e76 !important;
  border-right-color: #098e76 !important; }
.g-border-y-teal-darken {
  border-top-color: #098e76 !important;
  border-bottom-color: #098e76 !important; }
.g-border-x-teal-darken-h:hover {
  border-left-color: #098e76 !important;
  border-right-color: #098e76 !important; }
.g-border-y-teal-darken-h:hover {
  border-top-color: #098e76 !important;
  border-bottom-color: #098e76 !important; }
.g-border-teal {
  border-color: #0dc7a6 !important; }
.g-border-t-teal {
  border-top-color: #0dc7a6 !important; }
.g-border-r-teal {
  border-right-color: #0dc7a6 !important; }
.g-border-b-teal {
  border-bottom-color: #0dc7a6 !important; }
.g-border-l-teal {
  border-left-color: #0dc7a6 !important; }
.g-border-teal-h:hover {
  border-color: #0dc7a6 !important; }
.g-border-t-teal-h:hover {
  border-color: #0dc7a6 !important; }
.g-border-r-teal-h:hover {
  border-color: #0dc7a6 !important; }
.g-border-b-teal-h:hover {
  border-color: #0dc7a6 !important; }
.g-border-l-teal-h:hover {
  border-color: #0dc7a6 !important; }
.g-border-x-teal {
  border-left-color: #0dc7a6 !important;
  border-right-color: #0dc7a6 !important; }
.g-border-y-teal {
  border-top-color: #0dc7a6 !important;
  border-bottom-color: #0dc7a6 !important; }
.g-border-x-teal-h:hover {
  border-left-color: #0dc7a6 !important;
  border-right-color: #0dc7a6 !important; }
.g-border-y-teal-h:hover {
  border-top-color: #0dc7a6 !important;
  border-bottom-color: #0dc7a6 !important; }
.g-border-cyan-lighten {
  border-color: #34d4e3 !important; }
.g-border-t-cyan-lighten {
  border-top-color: #34d4e3 !important; }
.g-border-r-cyan-lighten {
  border-right-color: #34d4e3 !important; }
.g-border-b-cyan-lighten {
  border-bottom-color: #34d4e3 !important; }
.g-border-l-cyan-lighten {
  border-left-color: #34d4e3 !important; }
.g-border-cyan-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-t-cyan-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-r-cyan-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-b-cyan-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-l-cyan-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-x-cyan-lighten {
  border-left-color: #34d4e3 !important;
  border-right-color: #34d4e3 !important; }
.g-border-y-cyan-lighten {
  border-top-color: #34d4e3 !important;
  border-bottom-color: #34d4e3 !important; }
.g-border-x-cyan-lighten-h:hover {
  border-left-color: #34d4e3 !important;
  border-right-color: #34d4e3 !important; }
.g-border-y-cyan-lighten-h:hover {
  border-top-color: #34d4e3 !important;
  border-bottom-color: #34d4e3 !important; }
.g-border-cyan-darken {
  border-color: #148892 !important; }
.g-border-t-cyan-darken {
  border-top-color: #148892 !important; }
.g-border-r-cyan-darken {
  border-right-color: #148892 !important; }
.g-border-b-cyan-darken {
  border-bottom-color: #148892 !important; }
.g-border-l-cyan-darken {
  border-left-color: #148892 !important; }
.g-border-cyan-darken-h:hover {
  border-color: #148892 !important; }
.g-border-t-cyan-darken-h:hover {
  border-color: #148892 !important; }
.g-border-r-cyan-darken-h:hover {
  border-color: #148892 !important; }
.g-border-b-cyan-darken-h:hover {
  border-color: #148892 !important; }
.g-border-l-cyan-darken-h:hover {
  border-color: #148892 !important; }
.g-border-x-cyan-darken {
  border-left-color: #148892 !important;
  border-right-color: #148892 !important; }
.g-border-y-cyan-darken {
  border-top-color: #148892 !important;
  border-bottom-color: #148892 !important; }
.g-border-x-cyan-darken-h:hover {
  border-left-color: #148892 !important;
  border-right-color: #148892 !important; }
.g-border-y-cyan-darken-h:hover {
  border-top-color: #148892 !important;
  border-bottom-color: #148892 !important; }
.g-border-cyan {
  border-color: #1cbac8 !important; }
.g-border-t-cyan {
  border-top-color: #1cbac8 !important; }
.g-border-r-cyan {
  border-right-color: #1cbac8 !important; }
.g-border-b-cyan {
  border-bottom-color: #1cbac8 !important; }
.g-border-l-cyan {
  border-left-color: #1cbac8 !important; }
.g-border-cyan-h:hover {
  border-color: #1cbac8 !important; }
.g-border-t-cyan-h:hover {
  border-color: #1cbac8 !important; }
.g-border-r-cyan-h:hover {
  border-color: #1cbac8 !important; }
.g-border-b-cyan-h:hover {
  border-color: #1cbac8 !important; }
.g-border-l-cyan-h:hover {
  border-color: #1cbac8 !important; }
.g-border-x-cyan {
  border-left-color: #1cbac8 !important;
  border-right-color: #1cbac8 !important; }
.g-border-y-cyan {
  border-top-color: #1cbac8 !important;
  border-bottom-color: #1cbac8 !important; }
.g-border-x-cyan-h:hover {
  border-left-color: #1cbac8 !important;
  border-right-color: #1cbac8 !important; }
.g-border-y-cyan-h:hover {
  border-top-color: #1cbac8 !important;
  border-bottom-color: #1cbac8 !important; }
.g-border-primary {
  border-color: #7a66b7 !important; }
.g-border-t-primary {
  border-top-color: #7a66b7 !important; }
.g-border-r-primary {
  border-right-color: #7a66b7 !important; }
.g-border-b-primary {
  border-bottom-color: #7a66b7 !important; }
.g-border-l-primary {
  border-left-color: #7a66b7 !important; }
.g-border-primary-h:hover {
  border-color: #7a66b7 !important; }
.g-border-t-primary-h:hover {
  border-color: #7a66b7 !important; }
.g-border-r-primary-h:hover {
  border-color: #7a66b7 !important; }
.g-border-b-primary-h:hover {
  border-color: #7a66b7 !important; }
.g-border-l-primary-h:hover {
  border-color: #7a66b7 !important; }
.g-border-x-primary {
  border-left-color: #7a66b7 !important;
  border-right-color: #7a66b7 !important; }
.g-border-y-primary {
  border-top-color: #7a66b7 !important;
  border-bottom-color: #7a66b7 !important; }
.g-border-x-primary-h:hover {
  border-left-color: #7a66b7 !important;
  border-right-color: #7a66b7 !important; }
.g-border-y-primary-h:hover {
  border-top-color: #7a66b7 !important;
  border-bottom-color: #7a66b7 !important; }
.g-border-secondary {
  border-color: #757c88 !important; }
.g-border-t-secondary {
  border-top-color: #757c88 !important; }
.g-border-r-secondary {
  border-right-color: #757c88 !important; }
.g-border-b-secondary {
  border-bottom-color: #757c88 !important; }
.g-border-l-secondary {
  border-left-color: #757c88 !important; }
.g-border-secondary-h:hover {
  border-color: #757c88 !important; }
.g-border-t-secondary-h:hover {
  border-color: #757c88 !important; }
.g-border-r-secondary-h:hover {
  border-color: #757c88 !important; }
.g-border-b-secondary-h:hover {
  border-color: #757c88 !important; }
.g-border-l-secondary-h:hover {
  border-color: #757c88 !important; }
.g-border-x-secondary {
  border-left-color: #757c88 !important;
  border-right-color: #757c88 !important; }
.g-border-y-secondary {
  border-top-color: #757c88 !important;
  border-bottom-color: #757c88 !important; }
.g-border-x-secondary-h:hover {
  border-left-color: #757c88 !important;
  border-right-color: #757c88 !important; }
.g-border-y-secondary-h:hover {
  border-top-color: #757c88 !important;
  border-bottom-color: #757c88 !important; }
.g-border-success {
  border-color: #00c073 !important; }
.g-border-t-success {
  border-top-color: #00c073 !important; }
.g-border-r-success {
  border-right-color: #00c073 !important; }
.g-border-b-success {
  border-bottom-color: #00c073 !important; }
.g-border-l-success {
  border-left-color: #00c073 !important; }
.g-border-success-h:hover {
  border-color: #00c073 !important; }
.g-border-t-success-h:hover {
  border-color: #00c073 !important; }
.g-border-r-success-h:hover {
  border-color: #00c073 !important; }
.g-border-b-success-h:hover {
  border-color: #00c073 !important; }
.g-border-l-success-h:hover {
  border-color: #00c073 !important; }
.g-border-x-success {
  border-left-color: #00c073 !important;
  border-right-color: #00c073 !important; }
.g-border-y-success {
  border-top-color: #00c073 !important;
  border-bottom-color: #00c073 !important; }
.g-border-x-success-h:hover {
  border-left-color: #00c073 !important;
  border-right-color: #00c073 !important; }
.g-border-y-success-h:hover {
  border-top-color: #00c073 !important;
  border-bottom-color: #00c073 !important; }
.g-border-info {
  border-color: #1cbac8 !important; }
.g-border-t-info {
  border-top-color: #1cbac8 !important; }
.g-border-r-info {
  border-right-color: #1cbac8 !important; }
.g-border-b-info {
  border-bottom-color: #1cbac8 !important; }
.g-border-l-info {
  border-left-color: #1cbac8 !important; }
.g-border-info-h:hover {
  border-color: #1cbac8 !important; }
.g-border-t-info-h:hover {
  border-color: #1cbac8 !important; }
.g-border-r-info-h:hover {
  border-color: #1cbac8 !important; }
.g-border-b-info-h:hover {
  border-color: #1cbac8 !important; }
.g-border-l-info-h:hover {
  border-color: #1cbac8 !important; }
.g-border-x-info {
  border-left-color: #1cbac8 !important;
  border-right-color: #1cbac8 !important; }
.g-border-y-info {
  border-top-color: #1cbac8 !important;
  border-bottom-color: #1cbac8 !important; }
.g-border-x-info-h:hover {
  border-left-color: #1cbac8 !important;
  border-right-color: #1cbac8 !important; }
.g-border-y-info-h:hover {
  border-top-color: #1cbac8 !important;
  border-bottom-color: #1cbac8 !important; }
.g-border-warning {
  border-color: #ffdf40 !important; }
.g-border-t-warning {
  border-top-color: #ffdf40 !important; }
.g-border-r-warning {
  border-right-color: #ffdf40 !important; }
.g-border-b-warning {
  border-bottom-color: #ffdf40 !important; }
.g-border-l-warning {
  border-left-color: #ffdf40 !important; }
.g-border-warning-h:hover {
  border-color: #ffdf40 !important; }
.g-border-t-warning-h:hover {
  border-color: #ffdf40 !important; }
.g-border-r-warning-h:hover {
  border-color: #ffdf40 !important; }
.g-border-b-warning-h:hover {
  border-color: #ffdf40 !important; }
.g-border-l-warning-h:hover {
  border-color: #ffdf40 !important; }
.g-border-x-warning {
  border-left-color: #ffdf40 !important;
  border-right-color: #ffdf40 !important; }
.g-border-y-warning {
  border-top-color: #ffdf40 !important;
  border-bottom-color: #ffdf40 !important; }
.g-border-x-warning-h:hover {
  border-left-color: #ffdf40 !important;
  border-right-color: #ffdf40 !important; }
.g-border-y-warning-h:hover {
  border-top-color: #ffdf40 !important;
  border-bottom-color: #ffdf40 !important; }
.g-border-danger {
  border-color: #d62a3d !important; }
.g-border-t-danger {
  border-top-color: #d62a3d !important; }
.g-border-r-danger {
  border-right-color: #d62a3d !important; }
.g-border-b-danger {
  border-bottom-color: #d62a3d !important; }
.g-border-l-danger {
  border-left-color: #d62a3d !important; }
.g-border-danger-h:hover {
  border-color: #d62a3d !important; }
.g-border-t-danger-h:hover {
  border-color: #d62a3d !important; }
.g-border-r-danger-h:hover {
  border-color: #d62a3d !important; }
.g-border-b-danger-h:hover {
  border-color: #d62a3d !important; }
.g-border-l-danger-h:hover {
  border-color: #d62a3d !important; }
.g-border-x-danger {
  border-left-color: #d62a3d !important;
  border-right-color: #d62a3d !important; }
.g-border-y-danger {
  border-top-color: #d62a3d !important;
  border-bottom-color: #d62a3d !important; }
.g-border-x-danger-h:hover {
  border-left-color: #d62a3d !important;
  border-right-color: #d62a3d !important; }
.g-border-y-danger-h:hover {
  border-top-color: #d62a3d !important;
  border-bottom-color: #d62a3d !important; }
.g-border-light {
  border-color: #f9f9f9 !important; }
.g-border-t-light {
  border-top-color: #f9f9f9 !important; }
.g-border-r-light {
  border-right-color: #f9f9f9 !important; }
.g-border-b-light {
  border-bottom-color: #f9f9f9 !important; }
.g-border-l-light {
  border-left-color: #f9f9f9 !important; }
.g-border-light-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-t-light-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-r-light-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-b-light-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-l-light-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-x-light {
  border-left-color: #f9f9f9 !important;
  border-right-color: #f9f9f9 !important; }
.g-border-y-light {
  border-top-color: #f9f9f9 !important;
  border-bottom-color: #f9f9f9 !important; }
.g-border-x-light-h:hover {
  border-left-color: #f9f9f9 !important;
  border-right-color: #f9f9f9 !important; }
.g-border-y-light-h:hover {
  border-top-color: #f9f9f9 !important;
  border-bottom-color: #f9f9f9 !important; }
.g-border-dark {
  border-color: #252a37 !important; }
.g-border-t-dark {
  border-top-color: #252a37 !important; }
.g-border-r-dark {
  border-right-color: #252a37 !important; }
.g-border-b-dark {
  border-bottom-color: #252a37 !important; }
.g-border-l-dark {
  border-left-color: #252a37 !important; }
.g-border-dark-h:hover {
  border-color: #252a37 !important; }
.g-border-t-dark-h:hover {
  border-color: #252a37 !important; }
.g-border-r-dark-h:hover {
  border-color: #252a37 !important; }
.g-border-b-dark-h:hover {
  border-color: #252a37 !important; }
.g-border-l-dark-h:hover {
  border-color: #252a37 !important; }
.g-border-x-dark {
  border-left-color: #252a37 !important;
  border-right-color: #252a37 !important; }
.g-border-y-dark {
  border-top-color: #252a37 !important;
  border-bottom-color: #252a37 !important; }
.g-border-x-dark-h:hover {
  border-left-color: #252a37 !important;
  border-right-color: #252a37 !important; }
.g-border-y-dark-h:hover {
  border-top-color: #252a37 !important;
  border-bottom-color: #252a37 !important; }
.g-border-primary-lighten {
  border-color: #9889c7 !important; }
.g-border-t-primary-lighten {
  border-top-color: #9889c7 !important; }
.g-border-r-primary-lighten {
  border-right-color: #9889c7 !important; }
.g-border-b-primary-lighten {
  border-bottom-color: #9889c7 !important; }
.g-border-l-primary-lighten {
  border-left-color: #9889c7 !important; }
.g-border-primary-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-t-primary-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-r-primary-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-b-primary-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-l-primary-lighten-h:hover {
  border-color: #9889c7 !important; }
.g-border-x-primary-lighten {
  border-left-color: #9889c7 !important;
  border-right-color: #9889c7 !important; }
.g-border-y-primary-lighten {
  border-top-color: #9889c7 !important;
  border-bottom-color: #9889c7 !important; }
.g-border-x-primary-lighten-h:hover {
  border-left-color: #9889c7 !important;
  border-right-color: #9889c7 !important; }
.g-border-y-primary-lighten-h:hover {
  border-top-color: #9889c7 !important;
  border-bottom-color: #9889c7 !important; }
.g-border-primary-darken {
  border-color: #5c4898 !important; }
.g-border-t-primary-darken {
  border-top-color: #5c4898 !important; }
.g-border-r-primary-darken {
  border-right-color: #5c4898 !important; }
.g-border-b-primary-darken {
  border-bottom-color: #5c4898 !important; }
.g-border-l-primary-darken {
  border-left-color: #5c4898 !important; }
.g-border-primary-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-t-primary-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-r-primary-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-b-primary-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-l-primary-darken-h:hover {
  border-color: #5c4898 !important; }
.g-border-x-primary-darken {
  border-left-color: #5c4898 !important;
  border-right-color: #5c4898 !important; }
.g-border-y-primary-darken {
  border-top-color: #5c4898 !important;
  border-bottom-color: #5c4898 !important; }
.g-border-x-primary-darken-h:hover {
  border-left-color: #5c4898 !important;
  border-right-color: #5c4898 !important; }
.g-border-y-primary-darken-h:hover {
  border-top-color: #5c4898 !important;
  border-bottom-color: #5c4898 !important; }
.g-border-success-lighten {
  border-color: #00f392 !important; }
.g-border-t-success-lighten {
  border-top-color: #00f392 !important; }
.g-border-r-success-lighten {
  border-right-color: #00f392 !important; }
.g-border-b-success-lighten {
  border-bottom-color: #00f392 !important; }
.g-border-l-success-lighten {
  border-left-color: #00f392 !important; }
.g-border-success-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-t-success-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-r-success-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-b-success-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-l-success-lighten-h:hover {
  border-color: #00f392 !important; }
.g-border-x-success-lighten {
  border-left-color: #00f392 !important;
  border-right-color: #00f392 !important; }
.g-border-y-success-lighten {
  border-top-color: #00f392 !important;
  border-bottom-color: #00f392 !important; }
.g-border-x-success-lighten-h:hover {
  border-left-color: #00f392 !important;
  border-right-color: #00f392 !important; }
.g-border-y-success-lighten-h:hover {
  border-top-color: #00f392 !important;
  border-bottom-color: #00f392 !important; }
.g-border-success-darken {
  border-color: #00834e !important; }
.g-border-t-success-darken {
  border-top-color: #00834e !important; }
.g-border-r-success-darken {
  border-right-color: #00834e !important; }
.g-border-b-success-darken {
  border-bottom-color: #00834e !important; }
.g-border-l-success-darken {
  border-left-color: #00834e !important; }
.g-border-success-darken-h:hover {
  border-color: #00834e !important; }
.g-border-t-success-darken-h:hover {
  border-color: #00834e !important; }
.g-border-r-success-darken-h:hover {
  border-color: #00834e !important; }
.g-border-b-success-darken-h:hover {
  border-color: #00834e !important; }
.g-border-l-success-darken-h:hover {
  border-color: #00834e !important; }
.g-border-x-success-darken {
  border-left-color: #00834e !important;
  border-right-color: #00834e !important; }
.g-border-y-success-darken {
  border-top-color: #00834e !important;
  border-bottom-color: #00834e !important; }
.g-border-x-success-darken-h:hover {
  border-left-color: #00834e !important;
  border-right-color: #00834e !important; }
.g-border-y-success-darken-h:hover {
  border-top-color: #00834e !important;
  border-bottom-color: #00834e !important; }
.g-border-info-lighten {
  border-color: #34d4e3 !important; }
.g-border-t-info-lighten {
  border-top-color: #34d4e3 !important; }
.g-border-r-info-lighten {
  border-right-color: #34d4e3 !important; }
.g-border-b-info-lighten {
  border-bottom-color: #34d4e3 !important; }
.g-border-l-info-lighten {
  border-left-color: #34d4e3 !important; }
.g-border-info-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-t-info-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-r-info-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-b-info-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-l-info-lighten-h:hover {
  border-color: #34d4e3 !important; }
.g-border-x-info-lighten {
  border-left-color: #34d4e3 !important;
  border-right-color: #34d4e3 !important; }
.g-border-y-info-lighten {
  border-top-color: #34d4e3 !important;
  border-bottom-color: #34d4e3 !important; }
.g-border-x-info-lighten-h:hover {
  border-left-color: #34d4e3 !important;
  border-right-color: #34d4e3 !important; }
.g-border-y-info-lighten-h:hover {
  border-top-color: #34d4e3 !important;
  border-bottom-color: #34d4e3 !important; }
.g-border-info-darken {
  border-color: #148892 !important; }
.g-border-t-info-darken {
  border-top-color: #148892 !important; }
.g-border-r-info-darken {
  border-right-color: #148892 !important; }
.g-border-b-info-darken {
  border-bottom-color: #148892 !important; }
.g-border-l-info-darken {
  border-left-color: #148892 !important; }
.g-border-info-darken-h:hover {
  border-color: #148892 !important; }
.g-border-t-info-darken-h:hover {
  border-color: #148892 !important; }
.g-border-r-info-darken-h:hover {
  border-color: #148892 !important; }
.g-border-b-info-darken-h:hover {
  border-color: #148892 !important; }
.g-border-l-info-darken-h:hover {
  border-color: #148892 !important; }
.g-border-x-info-darken {
  border-left-color: #148892 !important;
  border-right-color: #148892 !important; }
.g-border-y-info-darken {
  border-top-color: #148892 !important;
  border-bottom-color: #148892 !important; }
.g-border-x-info-darken-h:hover {
  border-left-color: #148892 !important;
  border-right-color: #148892 !important; }
.g-border-y-info-darken-h:hover {
  border-top-color: #148892 !important;
  border-bottom-color: #148892 !important; }
.g-border-warning-lighten {
  border-color: #ffe873 !important; }
.g-border-t-warning-lighten {
  border-top-color: #ffe873 !important; }
.g-border-r-warning-lighten {
  border-right-color: #ffe873 !important; }
.g-border-b-warning-lighten {
  border-bottom-color: #ffe873 !important; }
.g-border-l-warning-lighten {
  border-left-color: #ffe873 !important; }
.g-border-warning-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-t-warning-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-r-warning-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-b-warning-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-l-warning-lighten-h:hover {
  border-color: #ffe873 !important; }
.g-border-x-warning-lighten {
  border-left-color: #ffe873 !important;
  border-right-color: #ffe873 !important; }
.g-border-y-warning-lighten {
  border-top-color: #ffe873 !important;
  border-bottom-color: #ffe873 !important; }
.g-border-x-warning-lighten-h:hover {
  border-left-color: #ffe873 !important;
  border-right-color: #ffe873 !important; }
.g-border-y-warning-lighten-h:hover {
  border-top-color: #ffe873 !important;
  border-bottom-color: #ffe873 !important; }
.g-border-warning-darken {
  border-color: #ffd503 !important; }
.g-border-t-warning-darken {
  border-top-color: #ffd503 !important; }
.g-border-r-warning-darken {
  border-right-color: #ffd503 !important; }
.g-border-b-warning-darken {
  border-bottom-color: #ffd503 !important; }
.g-border-l-warning-darken {
  border-left-color: #ffd503 !important; }
.g-border-warning-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-t-warning-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-r-warning-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-b-warning-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-l-warning-darken-h:hover {
  border-color: #ffd503 !important; }
.g-border-x-warning-darken {
  border-left-color: #ffd503 !important;
  border-right-color: #ffd503 !important; }
.g-border-y-warning-darken {
  border-top-color: #ffd503 !important;
  border-bottom-color: #ffd503 !important; }
.g-border-x-warning-darken-h:hover {
  border-left-color: #ffd503 !important;
  border-right-color: #ffd503 !important; }
.g-border-y-warning-darken-h:hover {
  border-top-color: #ffd503 !important;
  border-bottom-color: #ffd503 !important; }
.g-border-danger-lighten {
  border-color: #de5564 !important; }
.g-border-t-danger-lighten {
  border-top-color: #de5564 !important; }
.g-border-r-danger-lighten {
  border-right-color: #de5564 !important; }
.g-border-b-danger-lighten {
  border-bottom-color: #de5564 !important; }
.g-border-l-danger-lighten {
  border-left-color: #de5564 !important; }
.g-border-danger-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-t-danger-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-r-danger-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-b-danger-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-l-danger-lighten-h:hover {
  border-color: #de5564 !important; }
.g-border-x-danger-lighten {
  border-left-color: #de5564 !important;
  border-right-color: #de5564 !important; }
.g-border-y-danger-lighten {
  border-top-color: #de5564 !important;
  border-bottom-color: #de5564 !important; }
.g-border-x-danger-lighten-h:hover {
  border-left-color: #de5564 !important;
  border-right-color: #de5564 !important; }
.g-border-y-danger-lighten-h:hover {
  border-top-color: #de5564 !important;
  border-bottom-color: #de5564 !important; }
.g-border-danger-darken {
  border-color: #a31f2e !important; }
.g-border-t-danger-darken {
  border-top-color: #a31f2e !important; }
.g-border-r-danger-darken {
  border-right-color: #a31f2e !important; }
.g-border-b-danger-darken {
  border-bottom-color: #a31f2e !important; }
.g-border-l-danger-darken {
  border-left-color: #a31f2e !important; }
.g-border-danger-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-t-danger-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-r-danger-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-b-danger-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-l-danger-darken-h:hover {
  border-color: #a31f2e !important; }
.g-border-x-danger-darken {
  border-left-color: #a31f2e !important;
  border-right-color: #a31f2e !important; }
.g-border-y-danger-darken {
  border-top-color: #a31f2e !important;
  border-bottom-color: #a31f2e !important; }
.g-border-x-danger-darken-h:hover {
  border-left-color: #a31f2e !important;
  border-right-color: #a31f2e !important; }
.g-border-y-danger-darken-h:hover {
  border-top-color: #a31f2e !important;
  border-bottom-color: #a31f2e !important; }
.g-border-gray-lighten-4 {
  border-color: #f9f9f9 !important; }
.g-border-t-gray-lighten-4 {
  border-top-color: #f9f9f9 !important; }
.g-border-r-gray-lighten-4 {
  border-right-color: #f9f9f9 !important; }
.g-border-b-gray-lighten-4 {
  border-bottom-color: #f9f9f9 !important; }
.g-border-l-gray-lighten-4 {
  border-left-color: #f9f9f9 !important; }
.g-border-gray-lighten-4-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-t-gray-lighten-4-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-r-gray-lighten-4-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-b-gray-lighten-4-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-l-gray-lighten-4-h:hover {
  border-color: #f9f9f9 !important; }
.g-border-x-gray-lighten-4 {
  border-left-color: #f9f9f9 !important;
  border-right-color: #f9f9f9 !important; }
.g-border-y-gray-lighten-4 {
  border-top-color: #f9f9f9 !important;
  border-bottom-color: #f9f9f9 !important; }
.g-border-x-gray-lighten-4-h:hover {
  border-left-color: #f9f9f9 !important;
  border-right-color: #f9f9f9 !important; }
.g-border-y-gray-lighten-4-h:hover {
  border-top-color: #f9f9f9 !important;
  border-bottom-color: #f9f9f9 !important; }
.g-border-gray-lighten-3 {
  border-color: #f2f3f4 !important; }
.g-border-t-gray-lighten-3 {
  border-top-color: #f2f3f4 !important; }
.g-border-r-gray-lighten-3 {
  border-right-color: #f2f3f4 !important; }
.g-border-b-gray-lighten-3 {
  border-bottom-color: #f2f3f4 !important; }
.g-border-l-gray-lighten-3 {
  border-left-color: #f2f3f4 !important; }
.g-border-gray-lighten-3-h:hover {
  border-color: #f2f3f4 !important; }
.g-border-t-gray-lighten-3-h:hover {
  border-color: #f2f3f4 !important; }
.g-border-r-gray-lighten-3-h:hover {
  border-color: #f2f3f4 !important; }
.g-border-b-gray-lighten-3-h:hover {
  border-color: #f2f3f4 !important; }
.g-border-l-gray-lighten-3-h:hover {
  border-color: #f2f3f4 !important; }
.g-border-x-gray-lighten-3 {
  border-left-color: #f2f3f4 !important;
  border-right-color: #f2f3f4 !important; }
.g-border-y-gray-lighten-3 {
  border-top-color: #f2f3f4 !important;
  border-bottom-color: #f2f3f4 !important; }
.g-border-x-gray-lighten-3-h:hover {
  border-left-color: #f2f3f4 !important;
  border-right-color: #f2f3f4 !important; }
.g-border-y-gray-lighten-3-h:hover {
  border-top-color: #f2f3f4 !important;
  border-bottom-color: #f2f3f4 !important; }
.g-border-gray-lighten-2 {
  border-color: #e9eaeb !important; }
.g-border-t-gray-lighten-2 {
  border-top-color: #e9eaeb !important; }
.g-border-r-gray-lighten-2 {
  border-right-color: #e9eaeb !important; }
.g-border-b-gray-lighten-2 {
  border-bottom-color: #e9eaeb !important; }
.g-border-l-gray-lighten-2 {
  border-left-color: #e9eaeb !important; }
.g-border-gray-lighten-2-h:hover {
  border-color: #e9eaeb !important; }
.g-border-t-gray-lighten-2-h:hover {
  border-color: #e9eaeb !important; }
.g-border-r-gray-lighten-2-h:hover {
  border-color: #e9eaeb !important; }
.g-border-b-gray-lighten-2-h:hover {
  border-color: #e9eaeb !important; }
.g-border-l-gray-lighten-2-h:hover {
  border-color: #e9eaeb !important; }
.g-border-x-gray-lighten-2 {
  border-left-color: #e9eaeb !important;
  border-right-color: #e9eaeb !important; }
.g-border-y-gray-lighten-2 {
  border-top-color: #e9eaeb !important;
  border-bottom-color: #e9eaeb !important; }
.g-border-x-gray-lighten-2-h:hover {
  border-left-color: #e9eaeb !important;
  border-right-color: #e9eaeb !important; }
.g-border-y-gray-lighten-2-h:hover {
  border-top-color: #e9eaeb !important;
  border-bottom-color: #e9eaeb !important; }
.g-border-gray-lighten-1 {
  border-color: #dadbdc !important; }
.g-border-t-gray-lighten-1 {
  border-top-color: #dadbdc !important; }
.g-border-r-gray-lighten-1 {
  border-right-color: #dadbdc !important; }
.g-border-b-gray-lighten-1 {
  border-bottom-color: #dadbdc !important; }
.g-border-l-gray-lighten-1 {
  border-left-color: #dadbdc !important; }
.g-border-gray-lighten-1-h:hover {
  border-color: #dadbdc !important; }
.g-border-t-gray-lighten-1-h:hover {
  border-color: #dadbdc !important; }
.g-border-r-gray-lighten-1-h:hover {
  border-color: #dadbdc !important; }
.g-border-b-gray-lighten-1-h:hover {
  border-color: #dadbdc !important; }
.g-border-l-gray-lighten-1-h:hover {
  border-color: #dadbdc !important; }
.g-border-x-gray-lighten-1 {
  border-left-color: #dadbdc !important;
  border-right-color: #dadbdc !important; }
.g-border-y-gray-lighten-1 {
  border-top-color: #dadbdc !important;
  border-bottom-color: #dadbdc !important; }
.g-border-x-gray-lighten-1-h:hover {
  border-left-color: #dadbdc !important;
  border-right-color: #dadbdc !important; }
.g-border-y-gray-lighten-1-h:hover {
  border-top-color: #dadbdc !important;
  border-bottom-color: #dadbdc !important; }
.g-border-gray {
  border-color: #afafaf !important; }
.g-border-t-gray {
  border-top-color: #afafaf !important; }
.g-border-r-gray {
  border-right-color: #afafaf !important; }
.g-border-b-gray {
  border-bottom-color: #afafaf !important; }
.g-border-l-gray {
  border-left-color: #afafaf !important; }
.g-border-gray-h:hover {
  border-color: #afafaf !important; }
.g-border-t-gray-h:hover {
  border-color: #afafaf !important; }
.g-border-r-gray-h:hover {
  border-color: #afafaf !important; }
.g-border-b-gray-h:hover {
  border-color: #afafaf !important; }
.g-border-l-gray-h:hover {
  border-color: #afafaf !important; }
.g-border-x-gray {
  border-left-color: #afafaf !important;
  border-right-color: #afafaf !important; }
.g-border-y-gray {
  border-top-color: #afafaf !important;
  border-bottom-color: #afafaf !important; }
.g-border-x-gray-h:hover {
  border-left-color: #afafaf !important;
  border-right-color: #afafaf !important; }
.g-border-y-gray-h:hover {
  border-top-color: #afafaf !important;
  border-bottom-color: #afafaf !important; }
.g-border-gray-darken-1 {
  border-color: #9b9b9b !important; }
.g-border-t-gray-darken-1 {
  border-top-color: #9b9b9b !important; }
.g-border-r-gray-darken-1 {
  border-right-color: #9b9b9b !important; }
.g-border-b-gray-darken-1 {
  border-bottom-color: #9b9b9b !important; }
.g-border-l-gray-darken-1 {
  border-left-color: #9b9b9b !important; }
.g-border-gray-darken-1-h:hover {
  border-color: #9b9b9b !important; }
.g-border-t-gray-darken-1-h:hover {
  border-color: #9b9b9b !important; }
.g-border-r-gray-darken-1-h:hover {
  border-color: #9b9b9b !important; }
.g-border-b-gray-darken-1-h:hover {
  border-color: #9b9b9b !important; }
.g-border-l-gray-darken-1-h:hover {
  border-color: #9b9b9b !important; }
.g-border-x-gray-darken-1 {
  border-left-color: #9b9b9b !important;
  border-right-color: #9b9b9b !important; }
.g-border-y-gray-darken-1 {
  border-top-color: #9b9b9b !important;
  border-bottom-color: #9b9b9b !important; }
.g-border-x-gray-darken-1-h:hover {
  border-left-color: #9b9b9b !important;
  border-right-color: #9b9b9b !important; }
.g-border-y-gray-darken-1-h:hover {
  border-top-color: #9b9b9b !important;
  border-bottom-color: #9b9b9b !important; }
.g-border-gray-darken-2 {
  border-color: #828282 !important; }
.g-border-t-gray-darken-2 {
  border-top-color: #828282 !important; }
.g-border-r-gray-darken-2 {
  border-right-color: #828282 !important; }
.g-border-b-gray-darken-2 {
  border-bottom-color: #828282 !important; }
.g-border-l-gray-darken-2 {
  border-left-color: #828282 !important; }
.g-border-gray-darken-2-h:hover {
  border-color: #828282 !important; }
.g-border-t-gray-darken-2-h:hover {
  border-color: #828282 !important; }
.g-border-r-gray-darken-2-h:hover {
  border-color: #828282 !important; }
.g-border-b-gray-darken-2-h:hover {
  border-color: #828282 !important; }
.g-border-l-gray-darken-2-h:hover {
  border-color: #828282 !important; }
.g-border-x-gray-darken-2 {
  border-left-color: #828282 !important;
  border-right-color: #828282 !important; }
.g-border-y-gray-darken-2 {
  border-top-color: #828282 !important;
  border-bottom-color: #828282 !important; }
.g-border-x-gray-darken-2-h:hover {
  border-left-color: #828282 !important;
  border-right-color: #828282 !important; }
.g-border-y-gray-darken-2-h:hover {
  border-top-color: #828282 !important;
  border-bottom-color: #828282 !important; }
.g-border-gray-darken-3 {
  border-color: #696969 !important; }
.g-border-t-gray-darken-3 {
  border-top-color: #696969 !important; }
.g-border-r-gray-darken-3 {
  border-right-color: #696969 !important; }
.g-border-b-gray-darken-3 {
  border-bottom-color: #696969 !important; }
.g-border-l-gray-darken-3 {
  border-left-color: #696969 !important; }
.g-border-gray-darken-3-h:hover {
  border-color: #696969 !important; }
.g-border-t-gray-darken-3-h:hover {
  border-color: #696969 !important; }
.g-border-r-gray-darken-3-h:hover {
  border-color: #696969 !important; }
.g-border-b-gray-darken-3-h:hover {
  border-color: #696969 !important; }
.g-border-l-gray-darken-3-h:hover {
  border-color: #696969 !important; }
.g-border-x-gray-darken-3 {
  border-left-color: #696969 !important;
  border-right-color: #696969 !important; }
.g-border-y-gray-darken-3 {
  border-top-color: #696969 !important;
  border-bottom-color: #696969 !important; }
.g-border-x-gray-darken-3-h:hover {
  border-left-color: #696969 !important;
  border-right-color: #696969 !important; }
.g-border-y-gray-darken-3-h:hover {
  border-top-color: #696969 !important;
  border-bottom-color: #696969 !important; }
.g-border-gray-darken-4 {
  border-color: #505050 !important; }
.g-border-t-gray-darken-4 {
  border-top-color: #505050 !important; }
.g-border-r-gray-darken-4 {
  border-right-color: #505050 !important; }
.g-border-b-gray-darken-4 {
  border-bottom-color: #505050 !important; }
.g-border-l-gray-darken-4 {
  border-left-color: #505050 !important; }
.g-border-gray-darken-4-h:hover {
  border-color: #505050 !important; }
.g-border-t-gray-darken-4-h:hover {
  border-color: #505050 !important; }
.g-border-r-gray-darken-4-h:hover {
  border-color: #505050 !important; }
.g-border-b-gray-darken-4-h:hover {
  border-color: #505050 !important; }
.g-border-l-gray-darken-4-h:hover {
  border-color: #505050 !important; }
.g-border-x-gray-darken-4 {
  border-left-color: #505050 !important;
  border-right-color: #505050 !important; }
.g-border-y-gray-darken-4 {
  border-top-color: #505050 !important;
  border-bottom-color: #505050 !important; }
.g-border-x-gray-darken-4-h:hover {
  border-left-color: #505050 !important;
  border-right-color: #505050 !important; }
.g-border-y-gray-darken-4-h:hover {
  border-top-color: #505050 !important;
  border-bottom-color: #505050 !important; }
.g-border-bluegray-lighten-4 {
  border-color: #cdd5e7 !important; }
.g-border-t-bluegray-lighten-4 {
  border-top-color: #cdd5e7 !important; }
.g-border-r-bluegray-lighten-4 {
  border-right-color: #cdd5e7 !important; }
.g-border-b-bluegray-lighten-4 {
  border-bottom-color: #cdd5e7 !important; }
.g-border-l-bluegray-lighten-4 {
  border-left-color: #cdd5e7 !important; }
.g-border-bluegray-lighten-4-h:hover {
  border-color: #cdd5e7 !important; }
.g-border-t-bluegray-lighten-4-h:hover {
  border-color: #cdd5e7 !important; }
.g-border-r-bluegray-lighten-4-h:hover {
  border-color: #cdd5e7 !important; }
.g-border-b-bluegray-lighten-4-h:hover {
  border-color: #cdd5e7 !important; }
.g-border-l-bluegray-lighten-4-h:hover {
  border-color: #cdd5e7 !important; }
.g-border-x-bluegray-lighten-4 {
  border-left-color: #cdd5e7 !important;
  border-right-color: #cdd5e7 !important; }
.g-border-y-bluegray-lighten-4 {
  border-top-color: #cdd5e7 !important;
  border-bottom-color: #cdd5e7 !important; }
.g-border-x-bluegray-lighten-4-h:hover {
  border-left-color: #cdd5e7 !important;
  border-right-color: #cdd5e7 !important; }
.g-border-y-bluegray-lighten-4-h:hover {
  border-top-color: #cdd5e7 !important;
  border-bottom-color: #cdd5e7 !important; }
.g-border-bluegray-lighten-3 {
  border-color: #bdc5d7 !important; }
.g-border-t-bluegray-lighten-3 {
  border-top-color: #bdc5d7 !important; }
.g-border-r-bluegray-lighten-3 {
  border-right-color: #bdc5d7 !important; }
.g-border-b-bluegray-lighten-3 {
  border-bottom-color: #bdc5d7 !important; }
.g-border-l-bluegray-lighten-3 {
  border-left-color: #bdc5d7 !important; }
.g-border-bluegray-lighten-3-h:hover {
  border-color: #bdc5d7 !important; }
.g-border-t-bluegray-lighten-3-h:hover {
  border-color: #bdc5d7 !important; }
.g-border-r-bluegray-lighten-3-h:hover {
  border-color: #bdc5d7 !important; }
.g-border-b-bluegray-lighten-3-h:hover {
  border-color: #bdc5d7 !important; }
.g-border-l-bluegray-lighten-3-h:hover {
  border-color: #bdc5d7 !important; }
.g-border-x-bluegray-lighten-3 {
  border-left-color: #bdc5d7 !important;
  border-right-color: #bdc5d7 !important; }
.g-border-y-bluegray-lighten-3 {
  border-top-color: #bdc5d7 !important;
  border-bottom-color: #bdc5d7 !important; }
.g-border-x-bluegray-lighten-3-h:hover {
  border-left-color: #bdc5d7 !important;
  border-right-color: #bdc5d7 !important; }
.g-border-y-bluegray-lighten-3-h:hover {
  border-top-color: #bdc5d7 !important;
  border-bottom-color: #bdc5d7 !important; }
.g-border-bluegray-lighten-2 {
  border-color: #a5acbe !important; }
.g-border-t-bluegray-lighten-2 {
  border-top-color: #a5acbe !important; }
.g-border-r-bluegray-lighten-2 {
  border-right-color: #a5acbe !important; }
.g-border-b-bluegray-lighten-2 {
  border-bottom-color: #a5acbe !important; }
.g-border-l-bluegray-lighten-2 {
  border-left-color: #a5acbe !important; }
.g-border-bluegray-lighten-2-h:hover {
  border-color: #a5acbe !important; }
.g-border-t-bluegray-lighten-2-h:hover {
  border-color: #a5acbe !important; }
.g-border-r-bluegray-lighten-2-h:hover {
  border-color: #a5acbe !important; }
.g-border-b-bluegray-lighten-2-h:hover {
  border-color: #a5acbe !important; }
.g-border-l-bluegray-lighten-2-h:hover {
  border-color: #a5acbe !important; }
.g-border-x-bluegray-lighten-2 {
  border-left-color: #a5acbe !important;
  border-right-color: #a5acbe !important; }
.g-border-y-bluegray-lighten-2 {
  border-top-color: #a5acbe !important;
  border-bottom-color: #a5acbe !important; }
.g-border-x-bluegray-lighten-2-h:hover {
  border-left-color: #a5acbe !important;
  border-right-color: #a5acbe !important; }
.g-border-y-bluegray-lighten-2-h:hover {
  border-top-color: #a5acbe !important;
  border-bottom-color: #a5acbe !important; }
.g-border-bluegray-lighten-1 {
  border-color: #8c93a5 !important; }
.g-border-t-bluegray-lighten-1 {
  border-top-color: #8c93a5 !important; }
.g-border-r-bluegray-lighten-1 {
  border-right-color: #8c93a5 !important; }
.g-border-b-bluegray-lighten-1 {
  border-bottom-color: #8c93a5 !important; }
.g-border-l-bluegray-lighten-1 {
  border-left-color: #8c93a5 !important; }
.g-border-bluegray-lighten-1-h:hover {
  border-color: #8c93a5 !important; }
.g-border-t-bluegray-lighten-1-h:hover {
  border-color: #8c93a5 !important; }
.g-border-r-bluegray-lighten-1-h:hover {
  border-color: #8c93a5 !important; }
.g-border-b-bluegray-lighten-1-h:hover {
  border-color: #8c93a5 !important; }
.g-border-l-bluegray-lighten-1-h:hover {
  border-color: #8c93a5 !important; }
.g-border-x-bluegray-lighten-1 {
  border-left-color: #8c93a5 !important;
  border-right-color: #8c93a5 !important; }
.g-border-y-bluegray-lighten-1 {
  border-top-color: #8c93a5 !important;
  border-bottom-color: #8c93a5 !important; }
.g-border-x-bluegray-lighten-1-h:hover {
  border-left-color: #8c93a5 !important;
  border-right-color: #8c93a5 !important; }
.g-border-y-bluegray-lighten-1-h:hover {
  border-top-color: #8c93a5 !important;
  border-bottom-color: #8c93a5 !important; }
.g-border-bluegray {
  border-color: #747b8c !important; }
.g-border-t-bluegray {
  border-top-color: #747b8c !important; }
.g-border-r-bluegray {
  border-right-color: #747b8c !important; }
.g-border-b-bluegray {
  border-bottom-color: #747b8c !important; }
.g-border-l-bluegray {
  border-left-color: #747b8c !important; }
.g-border-bluegray-h:hover {
  border-color: #747b8c !important; }
.g-border-t-bluegray-h:hover {
  border-color: #747b8c !important; }
.g-border-r-bluegray-h:hover {
  border-color: #747b8c !important; }
.g-border-b-bluegray-h:hover {
  border-color: #747b8c !important; }
.g-border-l-bluegray-h:hover {
  border-color: #747b8c !important; }
.g-border-x-bluegray {
  border-left-color: #747b8c !important;
  border-right-color: #747b8c !important; }
.g-border-y-bluegray {
  border-top-color: #747b8c !important;
  border-bottom-color: #747b8c !important; }
.g-border-x-bluegray-h:hover {
  border-left-color: #747b8c !important;
  border-right-color: #747b8c !important; }
.g-border-y-bluegray-h:hover {
  border-top-color: #747b8c !important;
  border-bottom-color: #747b8c !important; }
.g-border-bluegray-darken-1 {
  border-color: #5e6373 !important; }
.g-border-t-bluegray-darken-1 {
  border-top-color: #5e6373 !important; }
.g-border-r-bluegray-darken-1 {
  border-right-color: #5e6373 !important; }
.g-border-b-bluegray-darken-1 {
  border-bottom-color: #5e6373 !important; }
.g-border-l-bluegray-darken-1 {
  border-left-color: #5e6373 !important; }
.g-border-bluegray-darken-1-h:hover {
  border-color: #5e6373 !important; }
.g-border-t-bluegray-darken-1-h:hover {
  border-color: #5e6373 !important; }
.g-border-r-bluegray-darken-1-h:hover {
  border-color: #5e6373 !important; }
.g-border-b-bluegray-darken-1-h:hover {
  border-color: #5e6373 !important; }
.g-border-l-bluegray-darken-1-h:hover {
  border-color: #5e6373 !important; }
.g-border-x-bluegray-darken-1 {
  border-left-color: #5e6373 !important;
  border-right-color: #5e6373 !important; }
.g-border-y-bluegray-darken-1 {
  border-top-color: #5e6373 !important;
  border-bottom-color: #5e6373 !important; }
.g-border-x-bluegray-darken-1-h:hover {
  border-left-color: #5e6373 !important;
  border-right-color: #5e6373 !important; }
.g-border-y-bluegray-darken-1-h:hover {
  border-top-color: #5e6373 !important;
  border-bottom-color: #5e6373 !important; }
.g-border-bluegray-darken-2 {
  border-color: #464b5a !important; }
.g-border-t-bluegray-darken-2 {
  border-top-color: #464b5a !important; }
.g-border-r-bluegray-darken-2 {
  border-right-color: #464b5a !important; }
.g-border-b-bluegray-darken-2 {
  border-bottom-color: #464b5a !important; }
.g-border-l-bluegray-darken-2 {
  border-left-color: #464b5a !important; }
.g-border-bluegray-darken-2-h:hover {
  border-color: #464b5a !important; }
.g-border-t-bluegray-darken-2-h:hover {
  border-color: #464b5a !important; }
.g-border-r-bluegray-darken-2-h:hover {
  border-color: #464b5a !important; }
.g-border-b-bluegray-darken-2-h:hover {
  border-color: #464b5a !important; }
.g-border-l-bluegray-darken-2-h:hover {
  border-color: #464b5a !important; }
.g-border-x-bluegray-darken-2 {
  border-left-color: #464b5a !important;
  border-right-color: #464b5a !important; }
.g-border-y-bluegray-darken-2 {
  border-top-color: #464b5a !important;
  border-bottom-color: #464b5a !important; }
.g-border-x-bluegray-darken-2-h:hover {
  border-left-color: #464b5a !important;
  border-right-color: #464b5a !important; }
.g-border-y-bluegray-darken-2-h:hover {
  border-top-color: #464b5a !important;
  border-bottom-color: #464b5a !important; }
.g-border-bluegray-darken-3 {
  border-color: #2e3341 !important; }
.g-border-t-bluegray-darken-3 {
  border-top-color: #2e3341 !important; }
.g-border-r-bluegray-darken-3 {
  border-right-color: #2e3341 !important; }
.g-border-b-bluegray-darken-3 {
  border-bottom-color: #2e3341 !important; }
.g-border-l-bluegray-darken-3 {
  border-left-color: #2e3341 !important; }
.g-border-bluegray-darken-3-h:hover {
  border-color: #2e3341 !important; }
.g-border-t-bluegray-darken-3-h:hover {
  border-color: #2e3341 !important; }
.g-border-r-bluegray-darken-3-h:hover {
  border-color: #2e3341 !important; }
.g-border-b-bluegray-darken-3-h:hover {
  border-color: #2e3341 !important; }
.g-border-l-bluegray-darken-3-h:hover {
  border-color: #2e3341 !important; }
.g-border-x-bluegray-darken-3 {
  border-left-color: #2e3341 !important;
  border-right-color: #2e3341 !important; }
.g-border-y-bluegray-darken-3 {
  border-top-color: #2e3341 !important;
  border-bottom-color: #2e3341 !important; }
.g-border-x-bluegray-darken-3-h:hover {
  border-left-color: #2e3341 !important;
  border-right-color: #2e3341 !important; }
.g-border-y-bluegray-darken-3-h:hover {
  border-top-color: #2e3341 !important;
  border-bottom-color: #2e3341 !important; }
.g-border-bluegray-darken-4 {
  border-color: #252a37 !important; }
.g-border-t-bluegray-darken-4 {
  border-top-color: #252a37 !important; }
.g-border-r-bluegray-darken-4 {
  border-right-color: #252a37 !important; }
.g-border-b-bluegray-darken-4 {
  border-bottom-color: #252a37 !important; }
.g-border-l-bluegray-darken-4 {
  border-left-color: #252a37 !important; }
.g-border-bluegray-darken-4-h:hover {
  border-color: #252a37 !important; }
.g-border-t-bluegray-darken-4-h:hover {
  border-color: #252a37 !important; }
.g-border-r-bluegray-darken-4-h:hover {
  border-color: #252a37 !important; }
.g-border-b-bluegray-darken-4-h:hover {
  border-color: #252a37 !important; }
.g-border-l-bluegray-darken-4-h:hover {
  border-color: #252a37 !important; }
.g-border-x-bluegray-darken-4 {
  border-left-color: #252a37 !important;
  border-right-color: #252a37 !important; }
.g-border-y-bluegray-darken-4 {
  border-top-color: #252a37 !important;
  border-bottom-color: #252a37 !important; }
.g-border-x-bluegray-darken-4-h:hover {
  border-left-color: #252a37 !important;
  border-right-color: #252a37 !important; }
.g-border-y-bluegray-darken-4-h:hover {
  border-top-color: #252a37 !important;
  border-bottom-color: #252a37 !important; }
.g-border-white {
  border-color: #ffffff !important; }
.g-border-black {
  border-color: #000000 !important; }
.g-rounded-0 {
  border-radius: 0px; }
.g-rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; }
.g-rounded-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
.g-rounded-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
.g-rounded-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }
.g-rounded-top-left-0 {
  border-top-left-radius: 0px !important; }
.g-rounded-top-right-0 {
  border-top-right-radius: 0px !important; }
.g-rounded-bottom-left-0 {
  border-bottom-left-radius: 0px !important; }
.g-rounded-bottom-right-0 {
  border-bottom-left-radius: 0px !important; }
.g-rounded-1 {
  border-radius: 1px; }
.g-rounded-top-1 {
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important; }
.g-rounded-right-1 {
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important; }
.g-rounded-bottom-1 {
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important; }
.g-rounded-left-1 {
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important; }
.g-rounded-top-left-1 {
  border-top-left-radius: 1px !important; }
.g-rounded-top-right-1 {
  border-top-right-radius: 1px !important; }
.g-rounded-bottom-left-1 {
  border-bottom-left-radius: 1px !important; }
.g-rounded-bottom-right-1 {
  border-bottom-left-radius: 1px !important; }
.g-rounded-2 {
  border-radius: 2px; }
.g-rounded-top-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important; }
.g-rounded-right-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }
.g-rounded-bottom-2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }
.g-rounded-left-2 {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }
.g-rounded-top-left-2 {
  border-top-left-radius: 2px !important; }
.g-rounded-top-right-2 {
  border-top-right-radius: 2px !important; }
.g-rounded-bottom-left-2 {
  border-bottom-left-radius: 2px !important; }
.g-rounded-bottom-right-2 {
  border-bottom-left-radius: 2px !important; }
.g-rounded-3 {
  border-radius: 3px; }
.g-rounded-top-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }
.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }
.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }
.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }
.g-rounded-top-left-3 {
  border-top-left-radius: 3px !important; }
.g-rounded-top-right-3 {
  border-top-right-radius: 3px !important; }
.g-rounded-bottom-left-3 {
  border-bottom-left-radius: 3px !important; }
.g-rounded-bottom-right-3 {
  border-bottom-left-radius: 3px !important; }
.g-rounded-4 {
  border-radius: 4px; }
.g-rounded-top-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }
.g-rounded-right-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }
.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }
.g-rounded-left-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }
.g-rounded-top-left-4 {
  border-top-left-radius: 4px !important; }
.g-rounded-top-right-4 {
  border-top-right-radius: 4px !important; }
.g-rounded-bottom-left-4 {
  border-bottom-left-radius: 4px !important; }
.g-rounded-bottom-right-4 {
  border-bottom-left-radius: 4px !important; }
.g-rounded-5 {
  border-radius: 5px; }
.g-rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important; }
.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }
.g-rounded-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }
.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }
.g-rounded-top-left-5 {
  border-top-left-radius: 5px !important; }
.g-rounded-top-right-5 {
  border-top-right-radius: 5px !important; }
.g-rounded-bottom-left-5 {
  border-bottom-left-radius: 5px !important; }
.g-rounded-bottom-right-5 {
  border-bottom-left-radius: 5px !important; }
.g-rounded-6 {
  border-radius: 6px; }
.g-rounded-top-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important; }
.g-rounded-right-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }
.g-rounded-bottom-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }
.g-rounded-left-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }
.g-rounded-top-left-6 {
  border-top-left-radius: 6px !important; }
.g-rounded-top-right-6 {
  border-top-right-radius: 6px !important; }
.g-rounded-bottom-left-6 {
  border-bottom-left-radius: 6px !important; }
.g-rounded-bottom-right-6 {
  border-bottom-left-radius: 6px !important; }
.g-rounded-7 {
  border-radius: 7px; }
.g-rounded-top-7 {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important; }
.g-rounded-right-7 {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important; }
.g-rounded-bottom-7 {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important; }
.g-rounded-left-7 {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important; }
.g-rounded-top-left-7 {
  border-top-left-radius: 7px !important; }
.g-rounded-top-right-7 {
  border-top-right-radius: 7px !important; }
.g-rounded-bottom-left-7 {
  border-bottom-left-radius: 7px !important; }
.g-rounded-bottom-right-7 {
  border-bottom-left-radius: 7px !important; }
.g-rounded-8 {
  border-radius: 8px; }
.g-rounded-top-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important; }
.g-rounded-right-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important; }
.g-rounded-bottom-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important; }
.g-rounded-left-8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }
.g-rounded-top-left-8 {
  border-top-left-radius: 8px !important; }
.g-rounded-top-right-8 {
  border-top-right-radius: 8px !important; }
.g-rounded-bottom-left-8 {
  border-bottom-left-radius: 8px !important; }
.g-rounded-bottom-right-8 {
  border-bottom-left-radius: 8px !important; }
.g-rounded-9 {
  border-radius: 9px; }
.g-rounded-top-9 {
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important; }
.g-rounded-right-9 {
  border-top-right-radius: 9px !important;
  border-bottom-right-radius: 9px !important; }
.g-rounded-bottom-9 {
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important; }
.g-rounded-left-9 {
  border-top-left-radius: 9px !important;
  border-bottom-left-radius: 9px !important; }
.g-rounded-top-left-9 {
  border-top-left-radius: 9px !important; }
.g-rounded-top-right-9 {
  border-top-right-radius: 9px !important; }
.g-rounded-bottom-left-9 {
  border-bottom-left-radius: 9px !important; }
.g-rounded-bottom-right-9 {
  border-bottom-left-radius: 9px !important; }
.g-rounded-0 {
  border-radius: 0px; }
.g-rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; }
.g-rounded-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
.g-rounded-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
.g-rounded-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }
.g-rounded-top-left-0 {
  border-top-left-radius: 0px !important; }
.g-rounded-top-right-0 {
  border-top-right-radius: 0px !important; }
.g-rounded-bottom-left-0 {
  border-bottom-left-radius: 0px !important; }
.g-rounded-bottom-right-0 {
  border-bottom-left-radius: 0px !important; }
.g-rounded-10 {
  border-radius: 10px; }
.g-rounded-top-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important; }
.g-rounded-right-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }
.g-rounded-bottom-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }
.g-rounded-left-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }
.g-rounded-top-left-10 {
  border-top-left-radius: 10px !important; }
.g-rounded-top-right-10 {
  border-top-right-radius: 10px !important; }
.g-rounded-bottom-left-10 {
  border-bottom-left-radius: 10px !important; }
.g-rounded-bottom-right-10 {
  border-bottom-left-radius: 10px !important; }
.g-rounded-20 {
  border-radius: 20px; }
.g-rounded-top-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important; }
.g-rounded-right-20 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important; }
.g-rounded-bottom-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important; }
.g-rounded-left-20 {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important; }
.g-rounded-top-left-20 {
  border-top-left-radius: 20px !important; }
.g-rounded-top-right-20 {
  border-top-right-radius: 20px !important; }
.g-rounded-bottom-left-20 {
  border-bottom-left-radius: 20px !important; }
.g-rounded-bottom-right-20 {
  border-bottom-left-radius: 20px !important; }
.g-rounded-30 {
  border-radius: 30px; }
.g-rounded-top-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important; }
.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important; }
.g-rounded-bottom-30 {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important; }
.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important; }
.g-rounded-top-left-30 {
  border-top-left-radius: 30px !important; }
.g-rounded-top-right-30 {
  border-top-right-radius: 30px !important; }
.g-rounded-bottom-left-30 {
  border-bottom-left-radius: 30px !important; }
.g-rounded-bottom-right-30 {
  border-bottom-left-radius: 30px !important; }
.g-rounded-40 {
  border-radius: 40px; }
.g-rounded-top-40 {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important; }
.g-rounded-right-40 {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important; }
.g-rounded-bottom-40 {
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important; }
.g-rounded-left-40 {
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important; }
.g-rounded-top-left-40 {
  border-top-left-radius: 40px !important; }
.g-rounded-top-right-40 {
  border-top-right-radius: 40px !important; }
.g-rounded-bottom-left-40 {
  border-bottom-left-radius: 40px !important; }
.g-rounded-bottom-right-40 {
  border-bottom-left-radius: 40px !important; }
.g-rounded-50 {
  border-radius: 50px; }
.g-rounded-top-50 {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important; }
.g-rounded-right-50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; }
.g-rounded-bottom-50 {
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important; }
.g-rounded-left-50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important; }
.g-rounded-top-left-50 {
  border-top-left-radius: 50px !important; }
.g-rounded-top-right-50 {
  border-top-right-radius: 50px !important; }
.g-rounded-bottom-left-50 {
  border-bottom-left-radius: 50px !important; }
.g-rounded-bottom-right-50 {
  border-bottom-left-radius: 50px !important; }
.g-border-1x {
  border-width: 1px !important; }
.g-border-t-1x {
  border-top-width: 1px !important; }
.g-border-r-1x {
  border-right-width: 1px !important; }
.g-border-b-1x {
  border-bottom-width: 1px !important; }
.g-border-l-1x {
  border-left-width: 1px !important; }
.g-border-2x {
  border-width: 2px !important; }
.g-border-t-2x {
  border-top-width: 2px !important; }
.g-border-r-2x {
  border-right-width: 2px !important; }
.g-border-b-2x {
  border-bottom-width: 2px !important; }
.g-border-l-2x {
  border-left-width: 2px !important; }
.g-border-3x {
  border-width: 3px !important; }
.g-border-t-3x {
  border-top-width: 3px !important; }
.g-border-r-3x {
  border-right-width: 3px !important; }
.g-border-b-3x {
  border-bottom-width: 3px !important; }
.g-border-l-3x {
  border-left-width: 3px !important; }
.g-border-4x {
  border-width: 4px !important; }
.g-border-t-4x {
  border-top-width: 4px !important; }
.g-border-r-4x {
  border-right-width: 4px !important; }
.g-border-b-4x {
  border-bottom-width: 4px !important; }
.g-border-l-4x {
  border-left-width: 4px !important; }
.g-border-5x {
  border-width: 5px !important; }
.g-border-t-5x {
  border-top-width: 5px !important; }
.g-border-r-5x {
  border-right-width: 5px !important; }
.g-border-b-5x {
  border-bottom-width: 5px !important; }
.g-border-l-5x {
  border-left-width: 5px !important; }
.g-border-6x {
  border-width: 6px !important; }
.g-border-t-6x {
  border-top-width: 6px !important; }
.g-border-r-6x {
  border-right-width: 6px !important; }
.g-border-b-6x {
  border-bottom-width: 6px !important; }
.g-border-l-6x {
  border-left-width: 6px !important; }
.g-border-7x {
  border-width: 7px !important; }
.g-border-t-7x {
  border-top-width: 7px !important; }
.g-border-r-7x {
  border-right-width: 7px !important; }
.g-border-b-7x {
  border-bottom-width: 7px !important; }
.g-border-l-7x {
  border-left-width: 7px !important; }
.g-border-8x {
  border-width: 8px !important; }
.g-border-t-8x {
  border-top-width: 8px !important; }
.g-border-r-8x {
  border-right-width: 8px !important; }
.g-border-b-8x {
  border-bottom-width: 8px !important; }
.g-border-l-8x {
  border-left-width: 8px !important; }
.g-border-9x {
  border-width: 9px !important; }
.g-border-t-9x {
  border-top-width: 9px !important; }
.g-border-r-9x {
  border-right-width: 9px !important; }
.g-border-b-9x {
  border-bottom-width: 9px !important; }
.g-border-l-9x {
  border-left-width: 9px !important; }
.g-border-10x {
  border-width: 10px !important; }
.g-border-t-10x {
  border-top-width: 10px !important; }
.g-border-r-10x {
  border-right-width: 10px !important; }
.g-border-b-10x {
  border-bottom-width: 10px !important; }
.g-border-l-10x {
  border-left-width: 10px !important; }
/*
    @
    @   SHADOWS
    @
*/
.g-shadow-v1 {
  -webkit-box-shadow: 0px 0px 10px 0px #e9eef5;
  box-shadow: 0px 0px 10px 0px #e9eef5; }
.g-shadow-v2 {
  -webkit-box-shadow: 1px 4px 10px 0px #e9eef5;
  box-shadow: 1px 4px 10px 0px #e9eef5; }
/*
    @
    @   FLEX VARIATIONS
    @
*/
.g-flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
.g-flex-middle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
@media (min-width: 576px) {
  .g-flex-sm-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .g-flex-sm-middle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; } }
@media (min-width: 768px) {
  .g-flex-md-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .g-flex-md-middle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; } }
@media (min-width: 992px) {
  .g-flex-lg-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .g-flex-lg-middle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; } }
@media (min-width: 1250px) {
  .g-flex-xl-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .g-flex-xl-middle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; } }
@media (min-width: 1480px) {
  .g-flex-xxl-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .g-flex-xxl-middle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; } }
.g-flex-self-center-top {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }
.g-flex-self-center-bottom {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }
.g-flex-fixed-middle {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 50%; }
/*
    @
    @   POSITIONS ( Vertical, Horizontal )
    @
*/
.g-absolute-center {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden; }
.g-absolute-x-center {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden; }
.g-absolute-y-center {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden; }
@media (min-width: 576px) {
  .g-absolute-center-sm {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-x-center-sm {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-y-center-sm {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 768px) {
  .g-absolute-center-md {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-x-center-md {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-y-center-md {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 992px) {
  .g-absolute-center-lg {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-x-center-lg {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-y-center-lg {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 1250px) {
  .g-absolute-center-xl {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-x-center-xl {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-y-center-xl {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 1480px) {
  .g-absolute-center-xxl {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-x-center-xxl {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-absolute-y-center-xxl {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
.g-relative-center {
  position: relative;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden; }
.g-relative-x-center {
  position: relative;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden; }
.g-relative-y-center {
  position: relative;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden; }
@media (min-width: 576px) {
  .g-relative-center-sm {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-x-center-sm {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-y-center-sm {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 768px) {
  .g-relative-center-md {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-x-center-md {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-y-center-md {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 992px) {
  .g-relative-center-lg {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-x-center-lg {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-y-center-lg {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 1250px) {
  .g-relative-center-xl {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-x-center-xl {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-y-center-xl {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
@media (min-width: 1480px) {
  .g-relative-center-xxl {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-x-center-xxl {
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden; }
  .g-relative-y-center-xxl {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden; } }
/*
    @
    @   GENERAL UTILITIES
    @   THEME MARGINS & PADDINGS
    @
*/
.g-m-0 {
  margin: 0rem !important; }
.g-mt-0,
.g-my-0 {
  margin-top: 0rem !important; }
.g-mr-0,
.g-mx-0 {
  margin-right: 0rem !important; }
.g-mb-0,
.g-my-0 {
  margin-bottom: 0rem !important; }
.g-ml-0,
.g-mx-0 {
  margin-left: 0rem !important; }
.g-m-1 {
  margin: 0.0625rem !important; }
.g-mt-1,
.g-my-1 {
  margin-top: 0.0625rem !important; }
.g-mr-1,
.g-mx-1 {
  margin-right: 0.0625rem !important; }
.g-mb-1,
.g-my-1 {
  margin-bottom: 0.0625rem !important; }
.g-ml-1,
.g-mx-1 {
  margin-left: 0.0625rem !important; }
.g-m-2 {
  margin: 0.125rem !important; }
.g-mt-2,
.g-my-2 {
  margin-top: 0.125rem !important; }
.g-mr-2,
.g-mx-2 {
  margin-right: 0.125rem !important; }
.g-mb-2,
.g-my-2 {
  margin-bottom: 0.125rem !important; }
.g-ml-2,
.g-mx-2 {
  margin-left: 0.125rem !important; }
.g-m-3 {
  margin: 0.1875rem !important; }
.g-mt-3,
.g-my-3 {
  margin-top: 0.1875rem !important; }
.g-mr-3,
.g-mx-3 {
  margin-right: 0.1875rem !important; }
.g-mb-3,
.g-my-3 {
  margin-bottom: 0.1875rem !important; }
.g-ml-3,
.g-mx-3 {
  margin-left: 0.1875rem !important; }
.g-m-4 {
  margin: 0.25rem !important; }
.g-mt-4,
.g-my-4 {
  margin-top: 0.25rem !important; }
.g-mr-4,
.g-mx-4 {
  margin-right: 0.25rem !important; }
.g-mb-4,
.g-my-4 {
  margin-bottom: 0.25rem !important; }
.g-ml-4,
.g-mx-4 {
  margin-left: 0.25rem !important; }
.g-m-5 {
  margin: 0.3125rem !important; }
.g-mt-5,
.g-my-5 {
  margin-top: 0.3125rem !important; }
.g-mr-5,
.g-mx-5 {
  margin-right: 0.3125rem !important; }
.g-mb-5,
.g-my-5 {
  margin-bottom: 0.3125rem !important; }
.g-ml-5,
.g-mx-5 {
  margin-left: 0.3125rem !important; }
.g-m-6 {
  margin: 0.375rem !important; }
.g-mt-6,
.g-my-6 {
  margin-top: 0.375rem !important; }
.g-mr-6,
.g-mx-6 {
  margin-right: 0.375rem !important; }
.g-mb-6,
.g-my-6 {
  margin-bottom: 0.375rem !important; }
.g-ml-6,
.g-mx-6 {
  margin-left: 0.375rem !important; }
.g-m-7 {
  margin: 0.4375rem !important; }
.g-mt-7,
.g-my-7 {
  margin-top: 0.4375rem !important; }
.g-mr-7,
.g-mx-7 {
  margin-right: 0.4375rem !important; }
.g-mb-7,
.g-my-7 {
  margin-bottom: 0.4375rem !important; }
.g-ml-7,
.g-mx-7 {
  margin-left: 0.4375rem !important; }
.g-m-8 {
  margin: 0.5rem !important; }
.g-mt-8,
.g-my-8 {
  margin-top: 0.5rem !important; }
.g-mr-8,
.g-mx-8 {
  margin-right: 0.5rem !important; }
.g-mb-8,
.g-my-8 {
  margin-bottom: 0.5rem !important; }
.g-ml-8,
.g-mx-8 {
  margin-left: 0.5rem !important; }
.g-m-9 {
  margin: 0.5625rem !important; }
.g-mt-9,
.g-my-9 {
  margin-top: 0.5625rem !important; }
.g-mr-9,
.g-mx-9 {
  margin-right: 0.5625rem !important; }
.g-mb-9,
.g-my-9 {
  margin-bottom: 0.5625rem !important; }
.g-ml-9,
.g-mx-9 {
  margin-left: 0.5625rem !important; }
.g-m-10 {
  margin: 0.625rem !important; }
.g-mt-10,
.g-my-10 {
  margin-top: 0.625rem !important; }
.g-mr-10,
.g-mx-10 {
  margin-right: 0.625rem !important; }
.g-mb-10,
.g-my-10 {
  margin-bottom: 0.625rem !important; }
.g-ml-10,
.g-mx-10 {
  margin-left: 0.625rem !important; }
.g-m-11 {
  margin: 0.6875rem !important; }
.g-mt-11,
.g-my-11 {
  margin-top: 0.6875rem !important; }
.g-mr-11,
.g-mx-11 {
  margin-right: 0.6875rem !important; }
.g-mb-11,
.g-my-11 {
  margin-bottom: 0.6875rem !important; }
.g-ml-11,
.g-mx-11 {
  margin-left: 0.6875rem !important; }
.g-m-12 {
  margin: 0.75rem !important; }
.g-mt-12,
.g-my-12 {
  margin-top: 0.75rem !important; }
.g-mr-12,
.g-mx-12 {
  margin-right: 0.75rem !important; }
.g-mb-12,
.g-my-12 {
  margin-bottom: 0.75rem !important; }
.g-ml-12,
.g-mx-12 {
  margin-left: 0.75rem !important; }
.g-m-13 {
  margin: 0.8125rem !important; }
.g-mt-13,
.g-my-13 {
  margin-top: 0.8125rem !important; }
.g-mr-13,
.g-mx-13 {
  margin-right: 0.8125rem !important; }
.g-mb-13,
.g-my-13 {
  margin-bottom: 0.8125rem !important; }
.g-ml-13,
.g-mx-13 {
  margin-left: 0.8125rem !important; }
.g-m-14 {
  margin: 0.875rem !important; }
.g-mt-14,
.g-my-14 {
  margin-top: 0.875rem !important; }
.g-mr-14,
.g-mx-14 {
  margin-right: 0.875rem !important; }
.g-mb-14,
.g-my-14 {
  margin-bottom: 0.875rem !important; }
.g-ml-14,
.g-mx-14 {
  margin-left: 0.875rem !important; }
.g-m-15 {
  margin: 0.9375rem !important; }
.g-mt-15,
.g-my-15 {
  margin-top: 0.9375rem !important; }
.g-mr-15,
.g-mx-15 {
  margin-right: 0.9375rem !important; }
.g-mb-15,
.g-my-15 {
  margin-bottom: 0.9375rem !important; }
.g-ml-15,
.g-mx-15 {
  margin-left: 0.9375rem !important; }
.g-m-16 {
  margin: 1rem !important; }
.g-mt-16,
.g-my-16 {
  margin-top: 1rem !important; }
.g-mr-16,
.g-mx-16 {
  margin-right: 1rem !important; }
.g-mb-16,
.g-my-16 {
  margin-bottom: 1rem !important; }
.g-ml-16,
.g-mx-16 {
  margin-left: 1rem !important; }
.g-m-17 {
  margin: 1.0625rem !important; }
.g-mt-17,
.g-my-17 {
  margin-top: 1.0625rem !important; }
.g-mr-17,
.g-mx-17 {
  margin-right: 1.0625rem !important; }
.g-mb-17,
.g-my-17 {
  margin-bottom: 1.0625rem !important; }
.g-ml-17,
.g-mx-17 {
  margin-left: 1.0625rem !important; }
.g-m-18 {
  margin: 1.125rem !important; }
.g-mt-18,
.g-my-18 {
  margin-top: 1.125rem !important; }
.g-mr-18,
.g-mx-18 {
  margin-right: 1.125rem !important; }
.g-mb-18,
.g-my-18 {
  margin-bottom: 1.125rem !important; }
.g-ml-18,
.g-mx-18 {
  margin-left: 1.125rem !important; }
.g-m-19 {
  margin: 1.1875rem !important; }
.g-mt-19,
.g-my-19 {
  margin-top: 1.1875rem !important; }
.g-mr-19,
.g-mx-19 {
  margin-right: 1.1875rem !important; }
.g-mb-19,
.g-my-19 {
  margin-bottom: 1.1875rem !important; }
.g-ml-19,
.g-mx-19 {
  margin-left: 1.1875rem !important; }
.g-m-20 {
  margin: 1.25rem !important; }
.g-mt-20,
.g-my-20 {
  margin-top: 1.25rem !important; }
.g-mr-20,
.g-mx-20 {
  margin-right: 1.25rem !important; }
.g-mb-20,
.g-my-20 {
  margin-bottom: 1.25rem !important; }
.g-ml-20,
.g-mx-20 {
  margin-left: 1.25rem !important; }
.g-m-25 {
  margin: 1.5625rem !important; }
.g-mt-25,
.g-my-25 {
  margin-top: 1.5625rem !important; }
.g-mr-25,
.g-mx-25 {
  margin-right: 1.5625rem !important; }
.g-mb-25,
.g-my-25 {
  margin-bottom: 1.5625rem !important; }
.g-ml-25,
.g-mx-25 {
  margin-left: 1.5625rem !important; }
.g-m-30 {
  margin: 1.875rem !important; }
.g-mt-30,
.g-my-30 {
  margin-top: 1.875rem !important; }
.g-mr-30,
.g-mx-30 {
  margin-right: 1.875rem !important; }
.g-mb-30,
.g-my-30 {
  margin-bottom: 1.875rem !important; }
.g-ml-30,
.g-mx-30 {
  margin-left: 1.875rem !important; }
.g-m-35 {
  margin: 2.1875rem !important; }
.g-mt-35,
.g-my-35 {
  margin-top: 2.1875rem !important; }
.g-mr-35,
.g-mx-35 {
  margin-right: 2.1875rem !important; }
.g-mb-35,
.g-my-35 {
  margin-bottom: 2.1875rem !important; }
.g-ml-35,
.g-mx-35 {
  margin-left: 2.1875rem !important; }
.g-m-40 {
  margin: 2.5rem !important; }
.g-mt-40,
.g-my-40 {
  margin-top: 2.5rem !important; }
.g-mr-40,
.g-mx-40 {
  margin-right: 2.5rem !important; }
.g-mb-40,
.g-my-40 {
  margin-bottom: 2.5rem !important; }
.g-ml-40,
.g-mx-40 {
  margin-left: 2.5rem !important; }
.g-m-45 {
  margin: 2.8125rem !important; }
.g-mt-45,
.g-my-45 {
  margin-top: 2.8125rem !important; }
.g-mr-45,
.g-mx-45 {
  margin-right: 2.8125rem !important; }
.g-mb-45,
.g-my-45 {
  margin-bottom: 2.8125rem !important; }
.g-ml-45,
.g-mx-45 {
  margin-left: 2.8125rem !important; }
.g-m-50 {
  margin: 3.125rem !important; }
.g-mt-50,
.g-my-50 {
  margin-top: 3.125rem !important; }
.g-mr-50,
.g-mx-50 {
  margin-right: 3.125rem !important; }
.g-mb-50,
.g-my-50 {
  margin-bottom: 3.125rem !important; }
.g-ml-50,
.g-mx-50 {
  margin-left: 3.125rem !important; }
.g-m-50 {
  margin: 3.125rem !important; }
.g-mt-50,
.g-my-50 {
  margin-top: 3.125rem !important; }
.g-mr-50,
.g-mx-50 {
  margin-right: 3.125rem !important; }
.g-mb-50,
.g-my-50 {
  margin-bottom: 3.125rem !important; }
.g-ml-50,
.g-mx-50 {
  margin-left: 3.125rem !important; }
.g-m-60 {
  margin: 3.75rem !important; }
.g-mt-60,
.g-my-60 {
  margin-top: 3.75rem !important; }
.g-mr-60,
.g-mx-60 {
  margin-right: 3.75rem !important; }
.g-mb-60,
.g-my-60 {
  margin-bottom: 3.75rem !important; }
.g-ml-60,
.g-mx-60 {
  margin-left: 3.75rem !important; }
.g-m-70 {
  margin: 4.375rem !important; }
.g-mt-70,
.g-my-70 {
  margin-top: 4.375rem !important; }
.g-mr-70,
.g-mx-70 {
  margin-right: 4.375rem !important; }
.g-mb-70,
.g-my-70 {
  margin-bottom: 4.375rem !important; }
.g-ml-70,
.g-mx-70 {
  margin-left: 4.375rem !important; }
.g-m-80 {
  margin: 5rem !important; }
.g-mt-80,
.g-my-80 {
  margin-top: 5rem !important; }
.g-mr-80,
.g-mx-80 {
  margin-right: 5rem !important; }
.g-mb-80,
.g-my-80 {
  margin-bottom: 5rem !important; }
.g-ml-80,
.g-mx-80 {
  margin-left: 5rem !important; }
.g-m-90 {
  margin: 5.625rem !important; }
.g-mt-90,
.g-my-90 {
  margin-top: 5.625rem !important; }
.g-mr-90,
.g-mx-90 {
  margin-right: 5.625rem !important; }
.g-mb-90,
.g-my-90 {
  margin-bottom: 5.625rem !important; }
.g-ml-90,
.g-mx-90 {
  margin-left: 5.625rem !important; }
.g-m-100 {
  margin: 6.25rem !important; }
.g-mt-100,
.g-my-100 {
  margin-top: 6.25rem !important; }
.g-mr-100,
.g-mx-100 {
  margin-right: 6.25rem !important; }
.g-mb-100,
.g-my-100 {
  margin-bottom: 6.25rem !important; }
.g-ml-100,
.g-mx-100 {
  margin-left: 6.25rem !important; }
.g-m-110 {
  margin: 6.875rem !important; }
.g-mt-110,
.g-my-110 {
  margin-top: 6.875rem !important; }
.g-mr-110,
.g-mx-110 {
  margin-right: 6.875rem !important; }
.g-mb-110,
.g-my-110 {
  margin-bottom: 6.875rem !important; }
.g-ml-110,
.g-mx-110 {
  margin-left: 6.875rem !important; }
.g-m-120 {
  margin: 7.5rem !important; }
.g-mt-120,
.g-my-120 {
  margin-top: 7.5rem !important; }
.g-mr-120,
.g-mx-120 {
  margin-right: 7.5rem !important; }
.g-mb-120,
.g-my-120 {
  margin-bottom: 7.5rem !important; }
.g-ml-120,
.g-mx-120 {
  margin-left: 7.5rem !important; }
.g-m-130 {
  margin: 8.125rem !important; }
.g-mt-130,
.g-my-130 {
  margin-top: 8.125rem !important; }
.g-mr-130,
.g-mx-130 {
  margin-right: 8.125rem !important; }
.g-mb-130,
.g-my-130 {
  margin-bottom: 8.125rem !important; }
.g-ml-130,
.g-mx-130 {
  margin-left: 8.125rem !important; }
.g-m-140 {
  margin: 8.75rem !important; }
.g-mt-140,
.g-my-140 {
  margin-top: 8.75rem !important; }
.g-mr-140,
.g-mx-140 {
  margin-right: 8.75rem !important; }
.g-mb-140,
.g-my-140 {
  margin-bottom: 8.75rem !important; }
.g-ml-140,
.g-mx-140 {
  margin-left: 8.75rem !important; }
.g-m-150 {
  margin: 9.375rem !important; }
.g-mt-150,
.g-my-150 {
  margin-top: 9.375rem !important; }
.g-mr-150,
.g-mx-150 {
  margin-right: 9.375rem !important; }
.g-mb-150,
.g-my-150 {
  margin-bottom: 9.375rem !important; }
.g-ml-150,
.g-mx-150 {
  margin-left: 9.375rem !important; }
.g-p-0 {
  padding: 0rem !important; }
.g-pt-0,
.g-py-0 {
  padding-top: 0rem !important; }
.g-pr-0,
.g-px-0 {
  padding-right: 0rem !important; }
.g-pb-0,
.g-py-0 {
  padding-bottom: 0rem !important; }
.g-pl-0,
.g-px-0 {
  padding-left: 0rem !important; }
.g-p-1 {
  padding: 0.0625rem !important; }
.g-pt-1,
.g-py-1 {
  padding-top: 0.0625rem !important; }
.g-pr-1,
.g-px-1 {
  padding-right: 0.0625rem !important; }
.g-pb-1,
.g-py-1 {
  padding-bottom: 0.0625rem !important; }
.g-pl-1,
.g-px-1 {
  padding-left: 0.0625rem !important; }
.g-p-2 {
  padding: 0.125rem !important; }
.g-pt-2,
.g-py-2 {
  padding-top: 0.125rem !important; }
.g-pr-2,
.g-px-2 {
  padding-right: 0.125rem !important; }
.g-pb-2,
.g-py-2 {
  padding-bottom: 0.125rem !important; }
.g-pl-2,
.g-px-2 {
  padding-left: 0.125rem !important; }
.g-p-3 {
  padding: 0.1875rem !important; }
.g-pt-3,
.g-py-3 {
  padding-top: 0.1875rem !important; }
.g-pr-3,
.g-px-3 {
  padding-right: 0.1875rem !important; }
.g-pb-3,
.g-py-3 {
  padding-bottom: 0.1875rem !important; }
.g-pl-3,
.g-px-3 {
  padding-left: 0.1875rem !important; }
.g-p-4 {
  padding: 0.25rem !important; }
.g-pt-4,
.g-py-4 {
  padding-top: 0.25rem !important; }
.g-pr-4,
.g-px-4 {
  padding-right: 0.25rem !important; }
.g-pb-4,
.g-py-4 {
  padding-bottom: 0.25rem !important; }
.g-pl-4,
.g-px-4 {
  padding-left: 0.25rem !important; }
.g-p-5 {
  padding: 0.3125rem !important; }
.g-pt-5,
.g-py-5 {
  padding-top: 0.3125rem !important; }
.g-pr-5,
.g-px-5 {
  padding-right: 0.3125rem !important; }
.g-pb-5,
.g-py-5 {
  padding-bottom: 0.3125rem !important; }
.g-pl-5,
.g-px-5 {
  padding-left: 0.3125rem !important; }
.g-p-6 {
  padding: 0.375rem !important; }
.g-pt-6,
.g-py-6 {
  padding-top: 0.375rem !important; }
.g-pr-6,
.g-px-6 {
  padding-right: 0.375rem !important; }
.g-pb-6,
.g-py-6 {
  padding-bottom: 0.375rem !important; }
.g-pl-6,
.g-px-6 {
  padding-left: 0.375rem !important; }
.g-p-7 {
  padding: 0.4375rem !important; }
.g-pt-7,
.g-py-7 {
  padding-top: 0.4375rem !important; }
.g-pr-7,
.g-px-7 {
  padding-right: 0.4375rem !important; }
.g-pb-7,
.g-py-7 {
  padding-bottom: 0.4375rem !important; }
.g-pl-7,
.g-px-7 {
  padding-left: 0.4375rem !important; }
.g-p-8 {
  padding: 0.5rem !important; }
.g-pt-8,
.g-py-8 {
  padding-top: 0.5rem !important; }
.g-pr-8,
.g-px-8 {
  padding-right: 0.5rem !important; }
.g-pb-8,
.g-py-8 {
  padding-bottom: 0.5rem !important; }
.g-pl-8,
.g-px-8 {
  padding-left: 0.5rem !important; }
.g-p-9 {
  padding: 0.5625rem !important; }
.g-pt-9,
.g-py-9 {
  padding-top: 0.5625rem !important; }
.g-pr-9,
.g-px-9 {
  padding-right: 0.5625rem !important; }
.g-pb-9,
.g-py-9 {
  padding-bottom: 0.5625rem !important; }
.g-pl-9,
.g-px-9 {
  padding-left: 0.5625rem !important; }
.g-p-10 {
  padding: 0.625rem !important; }
.g-pt-10,
.g-py-10 {
  padding-top: 0.625rem !important; }
.g-pr-10,
.g-px-10 {
  padding-right: 0.625rem !important; }
.g-pb-10,
.g-py-10 {
  padding-bottom: 0.625rem !important; }
.g-pl-10,
.g-px-10 {
  padding-left: 0.625rem !important; }
.g-p-11 {
  padding: 0.6875rem !important; }
.g-pt-11,
.g-py-11 {
  padding-top: 0.6875rem !important; }
.g-pr-11,
.g-px-11 {
  padding-right: 0.6875rem !important; }
.g-pb-11,
.g-py-11 {
  padding-bottom: 0.6875rem !important; }
.g-pl-11,
.g-px-11 {
  padding-left: 0.6875rem !important; }
.g-p-12 {
  padding: 0.75rem !important; }
.g-pt-12,
.g-py-12 {
  padding-top: 0.75rem !important; }
.g-pr-12,
.g-px-12 {
  padding-right: 0.75rem !important; }
.g-pb-12,
.g-py-12 {
  padding-bottom: 0.75rem !important; }
.g-pl-12,
.g-px-12 {
  padding-left: 0.75rem !important; }
.g-p-13 {
  padding: 0.8125rem !important; }
.g-pt-13,
.g-py-13 {
  padding-top: 0.8125rem !important; }
.g-pr-13,
.g-px-13 {
  padding-right: 0.8125rem !important; }
.g-pb-13,
.g-py-13 {
  padding-bottom: 0.8125rem !important; }
.g-pl-13,
.g-px-13 {
  padding-left: 0.8125rem !important; }
.g-p-14 {
  padding: 0.875rem !important; }
.g-pt-14,
.g-py-14 {
  padding-top: 0.875rem !important; }
.g-pr-14,
.g-px-14 {
  padding-right: 0.875rem !important; }
.g-pb-14,
.g-py-14 {
  padding-bottom: 0.875rem !important; }
.g-pl-14,
.g-px-14 {
  padding-left: 0.875rem !important; }
.g-p-15 {
  padding: 0.9375rem !important; }
.g-pt-15,
.g-py-15 {
  padding-top: 0.9375rem !important; }
.g-pr-15,
.g-px-15 {
  padding-right: 0.9375rem !important; }
.g-pb-15,
.g-py-15 {
  padding-bottom: 0.9375rem !important; }
.g-pl-15,
.g-px-15 {
  padding-left: 0.9375rem !important; }
.g-p-16 {
  padding: 1rem !important; }
.g-pt-16,
.g-py-16 {
  padding-top: 1rem !important; }
.g-pr-16,
.g-px-16 {
  padding-right: 1rem !important; }
.g-pb-16,
.g-py-16 {
  padding-bottom: 1rem !important; }
.g-pl-16,
.g-px-16 {
  padding-left: 1rem !important; }
.g-p-17 {
  padding: 1.0625rem !important; }
.g-pt-17,
.g-py-17 {
  padding-top: 1.0625rem !important; }
.g-pr-17,
.g-px-17 {
  padding-right: 1.0625rem !important; }
.g-pb-17,
.g-py-17 {
  padding-bottom: 1.0625rem !important; }
.g-pl-17,
.g-px-17 {
  padding-left: 1.0625rem !important; }
.g-p-18 {
  padding: 1.125rem !important; }
.g-pt-18,
.g-py-18 {
  padding-top: 1.125rem !important; }
.g-pr-18,
.g-px-18 {
  padding-right: 1.125rem !important; }
.g-pb-18,
.g-py-18 {
  padding-bottom: 1.125rem !important; }
.g-pl-18,
.g-px-18 {
  padding-left: 1.125rem !important; }
.g-p-19 {
  padding: 1.1875rem !important; }
.g-pt-19,
.g-py-19 {
  padding-top: 1.1875rem !important; }
.g-pr-19,
.g-px-19 {
  padding-right: 1.1875rem !important; }
.g-pb-19,
.g-py-19 {
  padding-bottom: 1.1875rem !important; }
.g-pl-19,
.g-px-19 {
  padding-left: 1.1875rem !important; }
.g-p-20 {
  padding: 1.25rem !important; }
.g-pt-20,
.g-py-20 {
  padding-top: 1.25rem !important; }
.g-pr-20,
.g-px-20 {
  padding-right: 1.25rem !important; }
.g-pb-20,
.g-py-20 {
  padding-bottom: 1.25rem !important; }
.g-pl-20,
.g-px-20 {
  padding-left: 1.25rem !important; }
.g-p-25 {
  padding: 1.5625rem !important; }
.g-pt-25,
.g-py-25 {
  padding-top: 1.5625rem !important; }
.g-pr-25,
.g-px-25 {
  padding-right: 1.5625rem !important; }
.g-pb-25,
.g-py-25 {
  padding-bottom: 1.5625rem !important; }
.g-pl-25,
.g-px-25 {
  padding-left: 1.5625rem !important; }
.g-p-30 {
  padding: 1.875rem !important; }
.g-pt-30,
.g-py-30 {
  padding-top: 1.875rem !important; }
.g-pr-30,
.g-px-30 {
  padding-right: 1.875rem !important; }
.g-pb-30,
.g-py-30 {
  padding-bottom: 1.875rem !important; }
.g-pl-30,
.g-px-30 {
  padding-left: 1.875rem !important; }
.g-p-35 {
  padding: 2.1875rem !important; }
.g-pt-35,
.g-py-35 {
  padding-top: 2.1875rem !important; }
.g-pr-35,
.g-px-35 {
  padding-right: 2.1875rem !important; }
.g-pb-35,
.g-py-35 {
  padding-bottom: 2.1875rem !important; }
.g-pl-35,
.g-px-35 {
  padding-left: 2.1875rem !important; }
.g-p-40 {
  padding: 2.5rem !important; }
.g-pt-40,
.g-py-40 {
  padding-top: 2.5rem !important; }
.g-pr-40,
.g-px-40 {
  padding-right: 2.5rem !important; }
.g-pb-40,
.g-py-40 {
  padding-bottom: 2.5rem !important; }
.g-pl-40,
.g-px-40 {
  padding-left: 2.5rem !important; }
.g-p-45 {
  padding: 2.8125rem !important; }
.g-pt-45,
.g-py-45 {
  padding-top: 2.8125rem !important; }
.g-pr-45,
.g-px-45 {
  padding-right: 2.8125rem !important; }
.g-pb-45,
.g-py-45 {
  padding-bottom: 2.8125rem !important; }
.g-pl-45,
.g-px-45 {
  padding-left: 2.8125rem !important; }
.g-p-50 {
  padding: 3.125rem !important; }
.g-pt-50,
.g-py-50 {
  padding-top: 3.125rem !important; }
.g-pr-50,
.g-px-50 {
  padding-right: 3.125rem !important; }
.g-pb-50,
.g-py-50 {
  padding-bottom: 3.125rem !important; }
.g-pl-50,
.g-px-50 {
  padding-left: 3.125rem !important; }
.g-p-50 {
  padding: 3.125rem !important; }
.g-pt-50,
.g-py-50 {
  padding-top: 3.125rem !important; }
.g-pr-50,
.g-px-50 {
  padding-right: 3.125rem !important; }
.g-pb-50,
.g-py-50 {
  padding-bottom: 3.125rem !important; }
.g-pl-50,
.g-px-50 {
  padding-left: 3.125rem !important; }
.g-p-60 {
  padding: 3.75rem !important; }
.g-pt-60,
.g-py-60 {
  padding-top: 3.75rem !important; }
.g-pr-60,
.g-px-60 {
  padding-right: 3.75rem !important; }
.g-pb-60,
.g-py-60 {
  padding-bottom: 3.75rem !important; }
.g-pl-60,
.g-px-60 {
  padding-left: 3.75rem !important; }
.g-p-70 {
  padding: 4.375rem !important; }
.g-pt-70,
.g-py-70 {
  padding-top: 4.375rem !important; }
.g-pr-70,
.g-px-70 {
  padding-right: 4.375rem !important; }
.g-pb-70,
.g-py-70 {
  padding-bottom: 4.375rem !important; }
.g-pl-70,
.g-px-70 {
  padding-left: 4.375rem !important; }
.g-p-80 {
  padding: 5rem !important; }
.g-pt-80,
.g-py-80 {
  padding-top: 5rem !important; }
.g-pr-80,
.g-px-80 {
  padding-right: 5rem !important; }
.g-pb-80,
.g-py-80 {
  padding-bottom: 5rem !important; }
.g-pl-80,
.g-px-80 {
  padding-left: 5rem !important; }
.g-p-90 {
  padding: 5.625rem !important; }
.g-pt-90,
.g-py-90 {
  padding-top: 5.625rem !important; }
.g-pr-90,
.g-px-90 {
  padding-right: 5.625rem !important; }
.g-pb-90,
.g-py-90 {
  padding-bottom: 5.625rem !important; }
.g-pl-90,
.g-px-90 {
  padding-left: 5.625rem !important; }
.g-p-100 {
  padding: 6.25rem !important; }
.g-pt-100,
.g-py-100 {
  padding-top: 6.25rem !important; }
.g-pr-100,
.g-px-100 {
  padding-right: 6.25rem !important; }
.g-pb-100,
.g-py-100 {
  padding-bottom: 6.25rem !important; }
.g-pl-100,
.g-px-100 {
  padding-left: 6.25rem !important; }
.g-p-110 {
  padding: 6.875rem !important; }
.g-pt-110,
.g-py-110 {
  padding-top: 6.875rem !important; }
.g-pr-110,
.g-px-110 {
  padding-right: 6.875rem !important; }
.g-pb-110,
.g-py-110 {
  padding-bottom: 6.875rem !important; }
.g-pl-110,
.g-px-110 {
  padding-left: 6.875rem !important; }
.g-p-120 {
  padding: 7.5rem !important; }
.g-pt-120,
.g-py-120 {
  padding-top: 7.5rem !important; }
.g-pr-120,
.g-px-120 {
  padding-right: 7.5rem !important; }
.g-pb-120,
.g-py-120 {
  padding-bottom: 7.5rem !important; }
.g-pl-120,
.g-px-120 {
  padding-left: 7.5rem !important; }
.g-p-130 {
  padding: 8.125rem !important; }
.g-pt-130,
.g-py-130 {
  padding-top: 8.125rem !important; }
.g-pr-130,
.g-px-130 {
  padding-right: 8.125rem !important; }
.g-pb-130,
.g-py-130 {
  padding-bottom: 8.125rem !important; }
.g-pl-130,
.g-px-130 {
  padding-left: 8.125rem !important; }
.g-p-140 {
  padding: 8.75rem !important; }
.g-pt-140,
.g-py-140 {
  padding-top: 8.75rem !important; }
.g-pr-140,
.g-px-140 {
  padding-right: 8.75rem !important; }
.g-pb-140,
.g-py-140 {
  padding-bottom: 8.75rem !important; }
.g-pl-140,
.g-px-140 {
  padding-left: 8.75rem !important; }
.g-p-150 {
  padding: 9.375rem !important; }
.g-pt-150,
.g-py-150 {
  padding-top: 9.375rem !important; }
.g-pr-150,
.g-px-150 {
  padding-right: 9.375rem !important; }
.g-pb-150,
.g-py-150 {
  padding-bottom: 9.375rem !important; }
.g-pl-150,
.g-px-150 {
  padding-left: 9.375rem !important; }
.g-mt-minus-1 {
  margin-top: -0.0625rem !important; }
.g-mr-minus-1 {
  margin-right: -0.0625rem !important; }
.g-mb-minus-1 {
  margin-bottom: -0.0625rem !important; }
.g-ml-minus-1 {
  margin-left: -0.0625rem !important; }
.g-mt-minus-2 {
  margin-top: -0.125rem !important; }
.g-mr-minus-2 {
  margin-right: -0.125rem !important; }
.g-mb-minus-2 {
  margin-bottom: -0.125rem !important; }
.g-ml-minus-2 {
  margin-left: -0.125rem !important; }
.g-mt-minus-3 {
  margin-top: -0.1875rem !important; }
.g-mr-minus-3 {
  margin-right: -0.1875rem !important; }
.g-mb-minus-3 {
  margin-bottom: -0.1875rem !important; }
.g-ml-minus-3 {
  margin-left: -0.1875rem !important; }
.g-mt-minus-4 {
  margin-top: -0.25rem !important; }
.g-mr-minus-4 {
  margin-right: -0.25rem !important; }
.g-mb-minus-4 {
  margin-bottom: -0.25rem !important; }
.g-ml-minus-4 {
  margin-left: -0.25rem !important; }
.g-mt-minus-5 {
  margin-top: -0.3125rem !important; }
.g-mr-minus-5 {
  margin-right: -0.3125rem !important; }
.g-mb-minus-5 {
  margin-bottom: -0.3125rem !important; }
.g-ml-minus-5 {
  margin-left: -0.3125rem !important; }
.g-mt-minus-6 {
  margin-top: -0.375rem !important; }
.g-mr-minus-6 {
  margin-right: -0.375rem !important; }
.g-mb-minus-6 {
  margin-bottom: -0.375rem !important; }
.g-ml-minus-6 {
  margin-left: -0.375rem !important; }
.g-mt-minus-7 {
  margin-top: -0.4375rem !important; }
.g-mr-minus-7 {
  margin-right: -0.4375rem !important; }
.g-mb-minus-7 {
  margin-bottom: -0.4375rem !important; }
.g-ml-minus-7 {
  margin-left: -0.4375rem !important; }
.g-mt-minus-8 {
  margin-top: -0.5rem !important; }
.g-mr-minus-8 {
  margin-right: -0.5rem !important; }
.g-mb-minus-8 {
  margin-bottom: -0.5rem !important; }
.g-ml-minus-8 {
  margin-left: -0.5rem !important; }
.g-mt-minus-9 {
  margin-top: -0.5625rem !important; }
.g-mr-minus-9 {
  margin-right: -0.5625rem !important; }
.g-mb-minus-9 {
  margin-bottom: -0.5625rem !important; }
.g-ml-minus-9 {
  margin-left: -0.5625rem !important; }
.g-mt-minus-10 {
  margin-top: -0.625rem !important; }
.g-mr-minus-10 {
  margin-right: -0.625rem !important; }
.g-mb-minus-10 {
  margin-bottom: -0.625rem !important; }
.g-ml-minus-10 {
  margin-left: -0.625rem !important; }
.g-mt-minus-11 {
  margin-top: -0.6875rem !important; }
.g-mr-minus-11 {
  margin-right: -0.6875rem !important; }
.g-mb-minus-11 {
  margin-bottom: -0.6875rem !important; }
.g-ml-minus-11 {
  margin-left: -0.6875rem !important; }
.g-mt-minus-12 {
  margin-top: -0.75rem !important; }
.g-mr-minus-12 {
  margin-right: -0.75rem !important; }
.g-mb-minus-12 {
  margin-bottom: -0.75rem !important; }
.g-ml-minus-12 {
  margin-left: -0.75rem !important; }
.g-mt-minus-13 {
  margin-top: -0.8125rem !important; }
.g-mr-minus-13 {
  margin-right: -0.8125rem !important; }
.g-mb-minus-13 {
  margin-bottom: -0.8125rem !important; }
.g-ml-minus-13 {
  margin-left: -0.8125rem !important; }
.g-mt-minus-14 {
  margin-top: -0.875rem !important; }
.g-mr-minus-14 {
  margin-right: -0.875rem !important; }
.g-mb-minus-14 {
  margin-bottom: -0.875rem !important; }
.g-ml-minus-14 {
  margin-left: -0.875rem !important; }
.g-mt-minus-15 {
  margin-top: -0.9375rem !important; }
.g-mr-minus-15 {
  margin-right: -0.9375rem !important; }
.g-mb-minus-15 {
  margin-bottom: -0.9375rem !important; }
.g-ml-minus-15 {
  margin-left: -0.9375rem !important; }
.g-mt-minus-16 {
  margin-top: -1rem !important; }
.g-mr-minus-16 {
  margin-right: -1rem !important; }
.g-mb-minus-16 {
  margin-bottom: -1rem !important; }
.g-ml-minus-16 {
  margin-left: -1rem !important; }
.g-mt-minus-17 {
  margin-top: -1.0625rem !important; }
.g-mr-minus-17 {
  margin-right: -1.0625rem !important; }
.g-mb-minus-17 {
  margin-bottom: -1.0625rem !important; }
.g-ml-minus-17 {
  margin-left: -1.0625rem !important; }
.g-mt-minus-18 {
  margin-top: -1.125rem !important; }
.g-mr-minus-18 {
  margin-right: -1.125rem !important; }
.g-mb-minus-18 {
  margin-bottom: -1.125rem !important; }
.g-ml-minus-18 {
  margin-left: -1.125rem !important; }
.g-mt-minus-19 {
  margin-top: -1.1875rem !important; }
.g-mr-minus-19 {
  margin-right: -1.1875rem !important; }
.g-mb-minus-19 {
  margin-bottom: -1.1875rem !important; }
.g-ml-minus-19 {
  margin-left: -1.1875rem !important; }
.g-mt-minus-20 {
  margin-top: -1.25rem !important; }
.g-mr-minus-20 {
  margin-right: -1.25rem !important; }
.g-mb-minus-20 {
  margin-bottom: -1.25rem !important; }
.g-ml-minus-20 {
  margin-left: -1.25rem !important; }
.g-mt-minus-25 {
  margin-top: -1.5625rem !important; }
.g-mr-minus-25 {
  margin-right: -1.5625rem !important; }
.g-mb-minus-25 {
  margin-bottom: -1.5625rem !important; }
.g-ml-minus-25 {
  margin-left: -1.5625rem !important; }
.g-mt-minus-30 {
  margin-top: -1.875rem !important; }
.g-mr-minus-30 {
  margin-right: -1.875rem !important; }
.g-mb-minus-30 {
  margin-bottom: -1.875rem !important; }
.g-ml-minus-30 {
  margin-left: -1.875rem !important; }
.g-mt-minus-35 {
  margin-top: -2.1875rem !important; }
.g-mr-minus-35 {
  margin-right: -2.1875rem !important; }
.g-mb-minus-35 {
  margin-bottom: -2.1875rem !important; }
.g-ml-minus-35 {
  margin-left: -2.1875rem !important; }
.g-mt-minus-40 {
  margin-top: -2.5rem !important; }
.g-mr-minus-40 {
  margin-right: -2.5rem !important; }
.g-mb-minus-40 {
  margin-bottom: -2.5rem !important; }
.g-ml-minus-40 {
  margin-left: -2.5rem !important; }
.g-mt-minus-45 {
  margin-top: -2.8125rem !important; }
.g-mr-minus-45 {
  margin-right: -2.8125rem !important; }
.g-mb-minus-45 {
  margin-bottom: -2.8125rem !important; }
.g-ml-minus-45 {
  margin-left: -2.8125rem !important; }
.g-mt-minus-50 {
  margin-top: -3.125rem !important; }
.g-mr-minus-50 {
  margin-right: -3.125rem !important; }
.g-mb-minus-50 {
  margin-bottom: -3.125rem !important; }
.g-ml-minus-50 {
  margin-left: -3.125rem !important; }
.g-mt-minus-50 {
  margin-top: -3.125rem !important; }
.g-mr-minus-50 {
  margin-right: -3.125rem !important; }
.g-mb-minus-50 {
  margin-bottom: -3.125rem !important; }
.g-ml-minus-50 {
  margin-left: -3.125rem !important; }
.g-mt-minus-60 {
  margin-top: -3.75rem !important; }
.g-mr-minus-60 {
  margin-right: -3.75rem !important; }
.g-mb-minus-60 {
  margin-bottom: -3.75rem !important; }
.g-ml-minus-60 {
  margin-left: -3.75rem !important; }
.g-mt-minus-70 {
  margin-top: -4.375rem !important; }
.g-mr-minus-70 {
  margin-right: -4.375rem !important; }
.g-mb-minus-70 {
  margin-bottom: -4.375rem !important; }
.g-ml-minus-70 {
  margin-left: -4.375rem !important; }
.g-mt-minus-80 {
  margin-top: -5rem !important; }
.g-mr-minus-80 {
  margin-right: -5rem !important; }
.g-mb-minus-80 {
  margin-bottom: -5rem !important; }
.g-ml-minus-80 {
  margin-left: -5rem !important; }
.g-mt-minus-90 {
  margin-top: -5.625rem !important; }
.g-mr-minus-90 {
  margin-right: -5.625rem !important; }
.g-mb-minus-90 {
  margin-bottom: -5.625rem !important; }
.g-ml-minus-90 {
  margin-left: -5.625rem !important; }
.g-mt-minus-100 {
  margin-top: -6.25rem !important; }
.g-mr-minus-100 {
  margin-right: -6.25rem !important; }
.g-mb-minus-100 {
  margin-bottom: -6.25rem !important; }
.g-ml-minus-100 {
  margin-left: -6.25rem !important; }
.g-mt-minus-110 {
  margin-top: -6.875rem !important; }
.g-mr-minus-110 {
  margin-right: -6.875rem !important; }
.g-mb-minus-110 {
  margin-bottom: -6.875rem !important; }
.g-ml-minus-110 {
  margin-left: -6.875rem !important; }
.g-mt-minus-120 {
  margin-top: -7.5rem !important; }
.g-mr-minus-120 {
  margin-right: -7.5rem !important; }
.g-mb-minus-120 {
  margin-bottom: -7.5rem !important; }
.g-ml-minus-120 {
  margin-left: -7.5rem !important; }
.g-mt-minus-130 {
  margin-top: -8.125rem !important; }
.g-mr-minus-130 {
  margin-right: -8.125rem !important; }
.g-mb-minus-130 {
  margin-bottom: -8.125rem !important; }
.g-ml-minus-130 {
  margin-left: -8.125rem !important; }
.g-mt-minus-140 {
  margin-top: -8.75rem !important; }
.g-mr-minus-140 {
  margin-right: -8.75rem !important; }
.g-mb-minus-140 {
  margin-bottom: -8.75rem !important; }
.g-ml-minus-140 {
  margin-left: -8.75rem !important; }
.g-mt-minus-150 {
  margin-top: -9.375rem !important; }
.g-mr-minus-150 {
  margin-right: -9.375rem !important; }
.g-mb-minus-150 {
  margin-bottom: -9.375rem !important; }
.g-ml-minus-150 {
  margin-left: -9.375rem !important; }
.g-mt-minus-150 {
  margin-top: -9.375rem !important; }
.g-mr-minus-150 {
  margin-right: -9.375rem !important; }
.g-mb-minus-150 {
  margin-bottom: -9.375rem !important; }
.g-ml-minus-150 {
  margin-left: -9.375rem !important; }
.g-mt-minus-175 {
  margin-top: -10.9375rem !important; }
.g-mr-minus-175 {
  margin-right: -10.9375rem !important; }
.g-mb-minus-175 {
  margin-bottom: -10.9375rem !important; }
.g-ml-minus-175 {
  margin-left: -10.9375rem !important; }
.g-mt-minus-200 {
  margin-top: -12.5rem !important; }
.g-mr-minus-200 {
  margin-right: -12.5rem !important; }
.g-mb-minus-200 {
  margin-bottom: -12.5rem !important; }
.g-ml-minus-200 {
  margin-left: -12.5rem !important; }
.g-mt-minus-225 {
  margin-top: -14.0625rem !important; }
.g-mr-minus-225 {
  margin-right: -14.0625rem !important; }
.g-mb-minus-225 {
  margin-bottom: -14.0625rem !important; }
.g-ml-minus-225 {
  margin-left: -14.0625rem !important; }
.g-mt-minus-250 {
  margin-top: -15.625rem !important; }
.g-mr-minus-250 {
  margin-right: -15.625rem !important; }
.g-mb-minus-250 {
  margin-bottom: -15.625rem !important; }
.g-ml-minus-250 {
  margin-left: -15.625rem !important; }
.g-mt-minus-275 {
  margin-top: -17.1875rem !important; }
.g-mr-minus-275 {
  margin-right: -17.1875rem !important; }
.g-mb-minus-275 {
  margin-bottom: -17.1875rem !important; }
.g-ml-minus-275 {
  margin-left: -17.1875rem !important; }
.g-mt-minus-300 {
  margin-top: -18.75rem !important; }
.g-mr-minus-300 {
  margin-right: -18.75rem !important; }
.g-mb-minus-300 {
  margin-bottom: -18.75rem !important; }
.g-ml-minus-300 {
  margin-left: -18.75rem !important; }
.g-mt-minus-325 {
  margin-top: -20.3125rem !important; }
.g-mr-minus-325 {
  margin-right: -20.3125rem !important; }
.g-mb-minus-325 {
  margin-bottom: -20.3125rem !important; }
.g-ml-minus-325 {
  margin-left: -20.3125rem !important; }
.g-mt-minus-350 {
  margin-top: -21.875rem !important; }
.g-mr-minus-350 {
  margin-right: -21.875rem !important; }
.g-mb-minus-350 {
  margin-bottom: -21.875rem !important; }
.g-ml-minus-350 {
  margin-left: -21.875rem !important; }
.g-mt-minus-375 {
  margin-top: -23.4375rem !important; }
.g-mr-minus-375 {
  margin-right: -23.4375rem !important; }
.g-mb-minus-375 {
  margin-bottom: -23.4375rem !important; }
.g-ml-minus-375 {
  margin-left: -23.4375rem !important; }
.g-mt-minus-400 {
  margin-top: -25rem !important; }
.g-mr-minus-400 {
  margin-right: -25rem !important; }
.g-mb-minus-400 {
  margin-bottom: -25rem !important; }
.g-ml-minus-400 {
  margin-left: -25rem !important; }
.g-mt-minus-425 {
  margin-top: -26.5625rem !important; }
.g-mr-minus-425 {
  margin-right: -26.5625rem !important; }
.g-mb-minus-425 {
  margin-bottom: -26.5625rem !important; }
.g-ml-minus-425 {
  margin-left: -26.5625rem !important; }
.g-mt-minus-450 {
  margin-top: -28.125rem !important; }
.g-mr-minus-450 {
  margin-right: -28.125rem !important; }
.g-mb-minus-450 {
  margin-bottom: -28.125rem !important; }
.g-ml-minus-450 {
  margin-left: -28.125rem !important; }
.g-mt-minus-475 {
  margin-top: -29.6875rem !important; }
.g-mr-minus-475 {
  margin-right: -29.6875rem !important; }
.g-mb-minus-475 {
  margin-bottom: -29.6875rem !important; }
.g-ml-minus-475 {
  margin-left: -29.6875rem !important; }
.g-top-0 {
  top: 0rem !important; }
.g-left-0 {
  left: 0rem !important; }
.g-right-0 {
  right: 0rem !important; }
.g-bottom-0 {
  bottom: 0rem !important; }
.g-top-1 {
  top: 0.0625rem !important; }
.g-left-1 {
  left: 0.0625rem !important; }
.g-right-1 {
  right: 0.0625rem !important; }
.g-bottom-1 {
  bottom: 0.0625rem !important; }
.g-top-2 {
  top: 0.125rem !important; }
.g-left-2 {
  left: 0.125rem !important; }
.g-right-2 {
  right: 0.125rem !important; }
.g-bottom-2 {
  bottom: 0.125rem !important; }
.g-top-3 {
  top: 0.1875rem !important; }
.g-left-3 {
  left: 0.1875rem !important; }
.g-right-3 {
  right: 0.1875rem !important; }
.g-bottom-3 {
  bottom: 0.1875rem !important; }
.g-top-4 {
  top: 0.25rem !important; }
.g-left-4 {
  left: 0.25rem !important; }
.g-right-4 {
  right: 0.25rem !important; }
.g-bottom-4 {
  bottom: 0.25rem !important; }
.g-top-5 {
  top: 0.3125rem !important; }
.g-left-5 {
  left: 0.3125rem !important; }
.g-right-5 {
  right: 0.3125rem !important; }
.g-bottom-5 {
  bottom: 0.3125rem !important; }
.g-top-6 {
  top: 0.375rem !important; }
.g-left-6 {
  left: 0.375rem !important; }
.g-right-6 {
  right: 0.375rem !important; }
.g-bottom-6 {
  bottom: 0.375rem !important; }
.g-top-7 {
  top: 0.4375rem !important; }
.g-left-7 {
  left: 0.4375rem !important; }
.g-right-7 {
  right: 0.4375rem !important; }
.g-bottom-7 {
  bottom: 0.4375rem !important; }
.g-top-8 {
  top: 0.5rem !important; }
.g-left-8 {
  left: 0.5rem !important; }
.g-right-8 {
  right: 0.5rem !important; }
.g-bottom-8 {
  bottom: 0.5rem !important; }
.g-top-9 {
  top: 0.5625rem !important; }
.g-left-9 {
  left: 0.5625rem !important; }
.g-right-9 {
  right: 0.5625rem !important; }
.g-bottom-9 {
  bottom: 0.5625rem !important; }
.g-top-10 {
  top: 0.625rem !important; }
.g-left-10 {
  left: 0.625rem !important; }
.g-right-10 {
  right: 0.625rem !important; }
.g-bottom-10 {
  bottom: 0.625rem !important; }
.g-top-11 {
  top: 0.6875rem !important; }
.g-left-11 {
  left: 0.6875rem !important; }
.g-right-11 {
  right: 0.6875rem !important; }
.g-bottom-11 {
  bottom: 0.6875rem !important; }
.g-top-12 {
  top: 0.75rem !important; }
.g-left-12 {
  left: 0.75rem !important; }
.g-right-12 {
  right: 0.75rem !important; }
.g-bottom-12 {
  bottom: 0.75rem !important; }
.g-top-13 {
  top: 0.8125rem !important; }
.g-left-13 {
  left: 0.8125rem !important; }
.g-right-13 {
  right: 0.8125rem !important; }
.g-bottom-13 {
  bottom: 0.8125rem !important; }
.g-top-14 {
  top: 0.875rem !important; }
.g-left-14 {
  left: 0.875rem !important; }
.g-right-14 {
  right: 0.875rem !important; }
.g-bottom-14 {
  bottom: 0.875rem !important; }
.g-top-15 {
  top: 0.9375rem !important; }
.g-left-15 {
  left: 0.9375rem !important; }
.g-right-15 {
  right: 0.9375rem !important; }
.g-bottom-15 {
  bottom: 0.9375rem !important; }
.g-top-16 {
  top: 1rem !important; }
.g-left-16 {
  left: 1rem !important; }
.g-right-16 {
  right: 1rem !important; }
.g-bottom-16 {
  bottom: 1rem !important; }
.g-top-17 {
  top: 1.0625rem !important; }
.g-left-17 {
  left: 1.0625rem !important; }
.g-right-17 {
  right: 1.0625rem !important; }
.g-bottom-17 {
  bottom: 1.0625rem !important; }
.g-top-18 {
  top: 1.125rem !important; }
.g-left-18 {
  left: 1.125rem !important; }
.g-right-18 {
  right: 1.125rem !important; }
.g-bottom-18 {
  bottom: 1.125rem !important; }
.g-top-19 {
  top: 1.1875rem !important; }
.g-left-19 {
  left: 1.1875rem !important; }
.g-right-19 {
  right: 1.1875rem !important; }
.g-bottom-19 {
  bottom: 1.1875rem !important; }
.g-top-20 {
  top: 1.25rem !important; }
.g-left-20 {
  left: 1.25rem !important; }
.g-right-20 {
  right: 1.25rem !important; }
.g-bottom-20 {
  bottom: 1.25rem !important; }
.g-top-minus-1 {
  top: -0.0625rem !important; }
.g-left-minus-1 {
  left: -0.0625rem !important; }
.g-right-minus-1 {
  right: -0.0625rem !important; }
.g-bottom-minus-1 {
  bottom: -0.0625rem !important; }
.g-top-minus-2 {
  top: -0.125rem !important; }
.g-left-minus-2 {
  left: -0.125rem !important; }
.g-right-minus-2 {
  right: -0.125rem !important; }
.g-bottom-minus-2 {
  bottom: -0.125rem !important; }
.g-top-minus-3 {
  top: -0.1875rem !important; }
.g-left-minus-3 {
  left: -0.1875rem !important; }
.g-right-minus-3 {
  right: -0.1875rem !important; }
.g-bottom-minus-3 {
  bottom: -0.1875rem !important; }
.g-top-minus-4 {
  top: -0.25rem !important; }
.g-left-minus-4 {
  left: -0.25rem !important; }
.g-right-minus-4 {
  right: -0.25rem !important; }
.g-bottom-minus-4 {
  bottom: -0.25rem !important; }
.g-top-minus-5 {
  top: -0.3125rem !important; }
.g-left-minus-5 {
  left: -0.3125rem !important; }
.g-right-minus-5 {
  right: -0.3125rem !important; }
.g-bottom-minus-5 {
  bottom: -0.3125rem !important; }
.g-top-minus-6 {
  top: -0.375rem !important; }
.g-left-minus-6 {
  left: -0.375rem !important; }
.g-right-minus-6 {
  right: -0.375rem !important; }
.g-bottom-minus-6 {
  bottom: -0.375rem !important; }
.g-top-minus-7 {
  top: -0.4375rem !important; }
.g-left-minus-7 {
  left: -0.4375rem !important; }
.g-right-minus-7 {
  right: -0.4375rem !important; }
.g-bottom-minus-7 {
  bottom: -0.4375rem !important; }
.g-top-minus-8 {
  top: -0.5rem !important; }
.g-left-minus-8 {
  left: -0.5rem !important; }
.g-right-minus-8 {
  right: -0.5rem !important; }
.g-bottom-minus-8 {
  bottom: -0.5rem !important; }
.g-top-minus-9 {
  top: -0.5625rem !important; }
.g-left-minus-9 {
  left: -0.5625rem !important; }
.g-right-minus-9 {
  right: -0.5625rem !important; }
.g-bottom-minus-9 {
  bottom: -0.5625rem !important; }
.g-top-minus-10 {
  top: -0.625rem !important; }
.g-left-minus-10 {
  left: -0.625rem !important; }
.g-right-minus-10 {
  right: -0.625rem !important; }
.g-bottom-minus-10 {
  bottom: -0.625rem !important; }
.g-top-minus-11 {
  top: -0.6875rem !important; }
.g-left-minus-11 {
  left: -0.6875rem !important; }
.g-right-minus-11 {
  right: -0.6875rem !important; }
.g-bottom-minus-11 {
  bottom: -0.6875rem !important; }
.g-top-minus-12 {
  top: -0.75rem !important; }
.g-left-minus-12 {
  left: -0.75rem !important; }
.g-right-minus-12 {
  right: -0.75rem !important; }
.g-bottom-minus-12 {
  bottom: -0.75rem !important; }
.g-top-minus-13 {
  top: -0.8125rem !important; }
.g-left-minus-13 {
  left: -0.8125rem !important; }
.g-right-minus-13 {
  right: -0.8125rem !important; }
.g-bottom-minus-13 {
  bottom: -0.8125rem !important; }
.g-top-minus-14 {
  top: -0.875rem !important; }
.g-left-minus-14 {
  left: -0.875rem !important; }
.g-right-minus-14 {
  right: -0.875rem !important; }
.g-bottom-minus-14 {
  bottom: -0.875rem !important; }
.g-top-minus-15 {
  top: -0.9375rem !important; }
.g-left-minus-15 {
  left: -0.9375rem !important; }
.g-right-minus-15 {
  right: -0.9375rem !important; }
.g-bottom-minus-15 {
  bottom: -0.9375rem !important; }
.g-top-minus-16 {
  top: -1rem !important; }
.g-left-minus-16 {
  left: -1rem !important; }
.g-right-minus-16 {
  right: -1rem !important; }
.g-bottom-minus-16 {
  bottom: -1rem !important; }
.g-top-minus-17 {
  top: -1.0625rem !important; }
.g-left-minus-17 {
  left: -1.0625rem !important; }
.g-right-minus-17 {
  right: -1.0625rem !important; }
.g-bottom-minus-17 {
  bottom: -1.0625rem !important; }
.g-top-minus-18 {
  top: -1.125rem !important; }
.g-left-minus-18 {
  left: -1.125rem !important; }
.g-right-minus-18 {
  right: -1.125rem !important; }
.g-bottom-minus-18 {
  bottom: -1.125rem !important; }
.g-top-minus-19 {
  top: -1.1875rem !important; }
.g-left-minus-19 {
  left: -1.1875rem !important; }
.g-right-minus-19 {
  right: -1.1875rem !important; }
.g-bottom-minus-19 {
  bottom: -1.1875rem !important; }
.g-top-minus-20 {
  top: -1.25rem !important; }
.g-left-minus-20 {
  left: -1.25rem !important; }
.g-right-minus-20 {
  right: -1.25rem !important; }
.g-bottom-minus-20 {
  bottom: -1.25rem !important; }
.g-top-25 {
  top: 1.5625rem !important; }
.g-left-25 {
  left: 1.5625rem !important; }
.g-right-25 {
  right: 1.5625rem !important; }
.g-bottom-25 {
  bottom: 1.5625rem !important; }
.g-top-minus-25 {
  top: -1.5625rem !important; }
.g-left-minus-25 {
  left: -1.5625rem !important; }
.g-right-minus-25 {
  right: -1.5625rem !important; }
.g-bottom-minus-25 {
  bottom: -1.5625rem !important; }
.g-top-30 {
  top: 1.875rem !important; }
.g-left-30 {
  left: 1.875rem !important; }
.g-right-30 {
  right: 1.875rem !important; }
.g-bottom-30 {
  bottom: 1.875rem !important; }
.g-top-minus-30 {
  top: -1.875rem !important; }
.g-left-minus-30 {
  left: -1.875rem !important; }
.g-right-minus-30 {
  right: -1.875rem !important; }
.g-bottom-minus-30 {
  bottom: -1.875rem !important; }
.g-top-35 {
  top: 2.1875rem !important; }
.g-left-35 {
  left: 2.1875rem !important; }
.g-right-35 {
  right: 2.1875rem !important; }
.g-bottom-35 {
  bottom: 2.1875rem !important; }
.g-top-minus-35 {
  top: -2.1875rem !important; }
.g-left-minus-35 {
  left: -2.1875rem !important; }
.g-right-minus-35 {
  right: -2.1875rem !important; }
.g-bottom-minus-35 {
  bottom: -2.1875rem !important; }
.g-top-40 {
  top: 2.5rem !important; }
.g-left-40 {
  left: 2.5rem !important; }
.g-right-40 {
  right: 2.5rem !important; }
.g-bottom-40 {
  bottom: 2.5rem !important; }
.g-top-minus-40 {
  top: -2.5rem !important; }
.g-left-minus-40 {
  left: -2.5rem !important; }
.g-right-minus-40 {
  right: -2.5rem !important; }
.g-bottom-minus-40 {
  bottom: -2.5rem !important; }
.g-top-45 {
  top: 2.8125rem !important; }
.g-left-45 {
  left: 2.8125rem !important; }
.g-right-45 {
  right: 2.8125rem !important; }
.g-bottom-45 {
  bottom: 2.8125rem !important; }
.g-top-minus-45 {
  top: -2.8125rem !important; }
.g-left-minus-45 {
  left: -2.8125rem !important; }
.g-right-minus-45 {
  right: -2.8125rem !important; }
.g-bottom-minus-45 {
  bottom: -2.8125rem !important; }
.g-top-50 {
  top: 3.125rem !important; }
.g-left-50 {
  left: 3.125rem !important; }
.g-right-50 {
  right: 3.125rem !important; }
.g-bottom-50 {
  bottom: 3.125rem !important; }
.g-top-minus-50 {
  top: -3.125rem !important; }
.g-left-minus-50 {
  left: -3.125rem !important; }
.g-right-minus-50 {
  right: -3.125rem !important; }
.g-bottom-minus-50 {
  bottom: -3.125rem !important; }
.g-top-50 {
  top: 3.125rem !important; }
.g-left-50 {
  left: 3.125rem !important; }
.g-right-50 {
  right: 3.125rem !important; }
.g-bottom-50 {
  bottom: 3.125rem !important; }
.g-top-minus-50 {
  top: -3.125rem !important; }
.g-left-minus-50 {
  left: -3.125rem !important; }
.g-right-minus-50 {
  right: -3.125rem !important; }
.g-bottom-minus-50 {
  bottom: -3.125rem !important; }
.g-top-60 {
  top: 3.75rem !important; }
.g-left-60 {
  left: 3.75rem !important; }
.g-right-60 {
  right: 3.75rem !important; }
.g-bottom-60 {
  bottom: 3.75rem !important; }
.g-top-minus-60 {
  top: -3.75rem !important; }
.g-left-minus-60 {
  left: -3.75rem !important; }
.g-right-minus-60 {
  right: -3.75rem !important; }
.g-bottom-minus-60 {
  bottom: -3.75rem !important; }
.g-top-70 {
  top: 4.375rem !important; }
.g-left-70 {
  left: 4.375rem !important; }
.g-right-70 {
  right: 4.375rem !important; }
.g-bottom-70 {
  bottom: 4.375rem !important; }
.g-top-minus-70 {
  top: -4.375rem !important; }
.g-left-minus-70 {
  left: -4.375rem !important; }
.g-right-minus-70 {
  right: -4.375rem !important; }
.g-bottom-minus-70 {
  bottom: -4.375rem !important; }
.g-top-80 {
  top: 5rem !important; }
.g-left-80 {
  left: 5rem !important; }
.g-right-80 {
  right: 5rem !important; }
.g-bottom-80 {
  bottom: 5rem !important; }
.g-top-minus-80 {
  top: -5rem !important; }
.g-left-minus-80 {
  left: -5rem !important; }
.g-right-minus-80 {
  right: -5rem !important; }
.g-bottom-minus-80 {
  bottom: -5rem !important; }
.g-top-90 {
  top: 5.625rem !important; }
.g-left-90 {
  left: 5.625rem !important; }
.g-right-90 {
  right: 5.625rem !important; }
.g-bottom-90 {
  bottom: 5.625rem !important; }
.g-top-minus-90 {
  top: -5.625rem !important; }
.g-left-minus-90 {
  left: -5.625rem !important; }
.g-right-minus-90 {
  right: -5.625rem !important; }
.g-bottom-minus-90 {
  bottom: -5.625rem !important; }
.g-top-100 {
  top: 6.25rem !important; }
.g-left-100 {
  left: 6.25rem !important; }
.g-right-100 {
  right: 6.25rem !important; }
.g-bottom-100 {
  bottom: 6.25rem !important; }
.g-top-minus-100 {
  top: -6.25rem !important; }
.g-left-minus-100 {
  left: -6.25rem !important; }
.g-right-minus-100 {
  right: -6.25rem !important; }
.g-bottom-minus-100 {
  bottom: -6.25rem !important; }
.g-top-110 {
  top: 6.875rem !important; }
.g-left-110 {
  left: 6.875rem !important; }
.g-right-110 {
  right: 6.875rem !important; }
.g-bottom-110 {
  bottom: 6.875rem !important; }
.g-top-minus-110 {
  top: -6.875rem !important; }
.g-left-minus-110 {
  left: -6.875rem !important; }
.g-right-minus-110 {
  right: -6.875rem !important; }
.g-bottom-minus-110 {
  bottom: -6.875rem !important; }
.g-top-120 {
  top: 7.5rem !important; }
.g-left-120 {
  left: 7.5rem !important; }
.g-right-120 {
  right: 7.5rem !important; }
.g-bottom-120 {
  bottom: 7.5rem !important; }
.g-top-minus-120 {
  top: -7.5rem !important; }
.g-left-minus-120 {
  left: -7.5rem !important; }
.g-right-minus-120 {
  right: -7.5rem !important; }
.g-bottom-minus-120 {
  bottom: -7.5rem !important; }
.g-top-130 {
  top: 8.125rem !important; }
.g-left-130 {
  left: 8.125rem !important; }
.g-right-130 {
  right: 8.125rem !important; }
.g-bottom-130 {
  bottom: 8.125rem !important; }
.g-top-minus-130 {
  top: -8.125rem !important; }
.g-left-minus-130 {
  left: -8.125rem !important; }
.g-right-minus-130 {
  right: -8.125rem !important; }
.g-bottom-minus-130 {
  bottom: -8.125rem !important; }
.g-top-140 {
  top: 8.75rem !important; }
.g-left-140 {
  left: 8.75rem !important; }
.g-right-140 {
  right: 8.75rem !important; }
.g-bottom-140 {
  bottom: 8.75rem !important; }
.g-top-minus-140 {
  top: -8.75rem !important; }
.g-left-minus-140 {
  left: -8.75rem !important; }
.g-right-minus-140 {
  right: -8.75rem !important; }
.g-bottom-minus-140 {
  bottom: -8.75rem !important; }
.g-top-150 {
  top: 9.375rem !important; }
.g-left-150 {
  left: 9.375rem !important; }
.g-right-150 {
  right: 9.375rem !important; }
.g-bottom-150 {
  bottom: 9.375rem !important; }
.g-top-minus-150 {
  top: -9.375rem !important; }
.g-left-minus-150 {
  left: -9.375rem !important; }
.g-right-minus-150 {
  right: -9.375rem !important; }
.g-bottom-minus-150 {
  bottom: -9.375rem !important; }
@media (min-width: 576px) {
  .g-m-sm-0 {
    margin: 0rem !important; }
  .g-mt-sm-0,
  .g-my-sm-0 {
    margin-top: 0rem !important; }
  .g-mr-sm-0,
  .g-mx-sm-0 {
    margin-right: 0rem !important; }
  .g-mb-sm-0,
  .g-my-sm-0 {
    margin-bottom: 0rem !important; }
  .g-ml-sm-0,
  .g-mx-sm-0 {
    margin-left: 0rem !important; }
  .g-m-sm-1 {
    margin: 0.0625rem !important; }
  .g-mt-sm-1,
  .g-my-sm-1 {
    margin-top: 0.0625rem !important; }
  .g-mr-sm-1,
  .g-mx-sm-1 {
    margin-right: 0.0625rem !important; }
  .g-mb-sm-1,
  .g-my-sm-1 {
    margin-bottom: 0.0625rem !important; }
  .g-ml-sm-1,
  .g-mx-sm-1 {
    margin-left: 0.0625rem !important; }
  .g-m-sm-2 {
    margin: 0.125rem !important; }
  .g-mt-sm-2,
  .g-my-sm-2 {
    margin-top: 0.125rem !important; }
  .g-mr-sm-2,
  .g-mx-sm-2 {
    margin-right: 0.125rem !important; }
  .g-mb-sm-2,
  .g-my-sm-2 {
    margin-bottom: 0.125rem !important; }
  .g-ml-sm-2,
  .g-mx-sm-2 {
    margin-left: 0.125rem !important; }
  .g-m-sm-3 {
    margin: 0.1875rem !important; }
  .g-mt-sm-3,
  .g-my-sm-3 {
    margin-top: 0.1875rem !important; }
  .g-mr-sm-3,
  .g-mx-sm-3 {
    margin-right: 0.1875rem !important; }
  .g-mb-sm-3,
  .g-my-sm-3 {
    margin-bottom: 0.1875rem !important; }
  .g-ml-sm-3,
  .g-mx-sm-3 {
    margin-left: 0.1875rem !important; }
  .g-m-sm-4 {
    margin: 0.25rem !important; }
  .g-mt-sm-4,
  .g-my-sm-4 {
    margin-top: 0.25rem !important; }
  .g-mr-sm-4,
  .g-mx-sm-4 {
    margin-right: 0.25rem !important; }
  .g-mb-sm-4,
  .g-my-sm-4 {
    margin-bottom: 0.25rem !important; }
  .g-ml-sm-4,
  .g-mx-sm-4 {
    margin-left: 0.25rem !important; }
  .g-m-sm-5 {
    margin: 0.3125rem !important; }
  .g-mt-sm-5,
  .g-my-sm-5 {
    margin-top: 0.3125rem !important; }
  .g-mr-sm-5,
  .g-mx-sm-5 {
    margin-right: 0.3125rem !important; }
  .g-mb-sm-5,
  .g-my-sm-5 {
    margin-bottom: 0.3125rem !important; }
  .g-ml-sm-5,
  .g-mx-sm-5 {
    margin-left: 0.3125rem !important; }
  .g-m-sm-6 {
    margin: 0.375rem !important; }
  .g-mt-sm-6,
  .g-my-sm-6 {
    margin-top: 0.375rem !important; }
  .g-mr-sm-6,
  .g-mx-sm-6 {
    margin-right: 0.375rem !important; }
  .g-mb-sm-6,
  .g-my-sm-6 {
    margin-bottom: 0.375rem !important; }
  .g-ml-sm-6,
  .g-mx-sm-6 {
    margin-left: 0.375rem !important; }
  .g-m-sm-7 {
    margin: 0.4375rem !important; }
  .g-mt-sm-7,
  .g-my-sm-7 {
    margin-top: 0.4375rem !important; }
  .g-mr-sm-7,
  .g-mx-sm-7 {
    margin-right: 0.4375rem !important; }
  .g-mb-sm-7,
  .g-my-sm-7 {
    margin-bottom: 0.4375rem !important; }
  .g-ml-sm-7,
  .g-mx-sm-7 {
    margin-left: 0.4375rem !important; }
  .g-m-sm-8 {
    margin: 0.5rem !important; }
  .g-mt-sm-8,
  .g-my-sm-8 {
    margin-top: 0.5rem !important; }
  .g-mr-sm-8,
  .g-mx-sm-8 {
    margin-right: 0.5rem !important; }
  .g-mb-sm-8,
  .g-my-sm-8 {
    margin-bottom: 0.5rem !important; }
  .g-ml-sm-8,
  .g-mx-sm-8 {
    margin-left: 0.5rem !important; }
  .g-m-sm-9 {
    margin: 0.5625rem !important; }
  .g-mt-sm-9,
  .g-my-sm-9 {
    margin-top: 0.5625rem !important; }
  .g-mr-sm-9,
  .g-mx-sm-9 {
    margin-right: 0.5625rem !important; }
  .g-mb-sm-9,
  .g-my-sm-9 {
    margin-bottom: 0.5625rem !important; }
  .g-ml-sm-9,
  .g-mx-sm-9 {
    margin-left: 0.5625rem !important; }
  .g-m-sm-10 {
    margin: 0.625rem !important; }
  .g-mt-sm-10,
  .g-my-sm-10 {
    margin-top: 0.625rem !important; }
  .g-mr-sm-10,
  .g-mx-sm-10 {
    margin-right: 0.625rem !important; }
  .g-mb-sm-10,
  .g-my-sm-10 {
    margin-bottom: 0.625rem !important; }
  .g-ml-sm-10,
  .g-mx-sm-10 {
    margin-left: 0.625rem !important; }
  .g-m-sm-11 {
    margin: 0.6875rem !important; }
  .g-mt-sm-11,
  .g-my-sm-11 {
    margin-top: 0.6875rem !important; }
  .g-mr-sm-11,
  .g-mx-sm-11 {
    margin-right: 0.6875rem !important; }
  .g-mb-sm-11,
  .g-my-sm-11 {
    margin-bottom: 0.6875rem !important; }
  .g-ml-sm-11,
  .g-mx-sm-11 {
    margin-left: 0.6875rem !important; }
  .g-m-sm-12 {
    margin: 0.75rem !important; }
  .g-mt-sm-12,
  .g-my-sm-12 {
    margin-top: 0.75rem !important; }
  .g-mr-sm-12,
  .g-mx-sm-12 {
    margin-right: 0.75rem !important; }
  .g-mb-sm-12,
  .g-my-sm-12 {
    margin-bottom: 0.75rem !important; }
  .g-ml-sm-12,
  .g-mx-sm-12 {
    margin-left: 0.75rem !important; }
  .g-m-sm-13 {
    margin: 0.8125rem !important; }
  .g-mt-sm-13,
  .g-my-sm-13 {
    margin-top: 0.8125rem !important; }
  .g-mr-sm-13,
  .g-mx-sm-13 {
    margin-right: 0.8125rem !important; }
  .g-mb-sm-13,
  .g-my-sm-13 {
    margin-bottom: 0.8125rem !important; }
  .g-ml-sm-13,
  .g-mx-sm-13 {
    margin-left: 0.8125rem !important; }
  .g-m-sm-14 {
    margin: 0.875rem !important; }
  .g-mt-sm-14,
  .g-my-sm-14 {
    margin-top: 0.875rem !important; }
  .g-mr-sm-14,
  .g-mx-sm-14 {
    margin-right: 0.875rem !important; }
  .g-mb-sm-14,
  .g-my-sm-14 {
    margin-bottom: 0.875rem !important; }
  .g-ml-sm-14,
  .g-mx-sm-14 {
    margin-left: 0.875rem !important; }
  .g-m-sm-15 {
    margin: 0.9375rem !important; }
  .g-mt-sm-15,
  .g-my-sm-15 {
    margin-top: 0.9375rem !important; }
  .g-mr-sm-15,
  .g-mx-sm-15 {
    margin-right: 0.9375rem !important; }
  .g-mb-sm-15,
  .g-my-sm-15 {
    margin-bottom: 0.9375rem !important; }
  .g-ml-sm-15,
  .g-mx-sm-15 {
    margin-left: 0.9375rem !important; }
  .g-m-sm-16 {
    margin: 1rem !important; }
  .g-mt-sm-16,
  .g-my-sm-16 {
    margin-top: 1rem !important; }
  .g-mr-sm-16,
  .g-mx-sm-16 {
    margin-right: 1rem !important; }
  .g-mb-sm-16,
  .g-my-sm-16 {
    margin-bottom: 1rem !important; }
  .g-ml-sm-16,
  .g-mx-sm-16 {
    margin-left: 1rem !important; }
  .g-m-sm-17 {
    margin: 1.0625rem !important; }
  .g-mt-sm-17,
  .g-my-sm-17 {
    margin-top: 1.0625rem !important; }
  .g-mr-sm-17,
  .g-mx-sm-17 {
    margin-right: 1.0625rem !important; }
  .g-mb-sm-17,
  .g-my-sm-17 {
    margin-bottom: 1.0625rem !important; }
  .g-ml-sm-17,
  .g-mx-sm-17 {
    margin-left: 1.0625rem !important; }
  .g-m-sm-18 {
    margin: 1.125rem !important; }
  .g-mt-sm-18,
  .g-my-sm-18 {
    margin-top: 1.125rem !important; }
  .g-mr-sm-18,
  .g-mx-sm-18 {
    margin-right: 1.125rem !important; }
  .g-mb-sm-18,
  .g-my-sm-18 {
    margin-bottom: 1.125rem !important; }
  .g-ml-sm-18,
  .g-mx-sm-18 {
    margin-left: 1.125rem !important; }
  .g-m-sm-19 {
    margin: 1.1875rem !important; }
  .g-mt-sm-19,
  .g-my-sm-19 {
    margin-top: 1.1875rem !important; }
  .g-mr-sm-19,
  .g-mx-sm-19 {
    margin-right: 1.1875rem !important; }
  .g-mb-sm-19,
  .g-my-sm-19 {
    margin-bottom: 1.1875rem !important; }
  .g-ml-sm-19,
  .g-mx-sm-19 {
    margin-left: 1.1875rem !important; }
  .g-m-sm-20 {
    margin: 1.25rem !important; }
  .g-mt-sm-20,
  .g-my-sm-20 {
    margin-top: 1.25rem !important; }
  .g-mr-sm-20,
  .g-mx-sm-20 {
    margin-right: 1.25rem !important; }
  .g-mb-sm-20,
  .g-my-sm-20 {
    margin-bottom: 1.25rem !important; }
  .g-ml-sm-20,
  .g-mx-sm-20 {
    margin-left: 1.25rem !important; }
  .g-m-sm-25 {
    margin: 1.5625rem !important; }
  .g-mt-sm-25,
  .g-my-sm-25 {
    margin-top: 1.5625rem !important; }
  .g-mr-sm-25,
  .g-mx-sm-25 {
    margin-right: 1.5625rem !important; }
  .g-mb-sm-25,
  .g-my-sm-25 {
    margin-bottom: 1.5625rem !important; }
  .g-ml-sm-25,
  .g-mx-sm-25 {
    margin-left: 1.5625rem !important; }
  .g-m-sm-30 {
    margin: 1.875rem !important; }
  .g-mt-sm-30,
  .g-my-sm-30 {
    margin-top: 1.875rem !important; }
  .g-mr-sm-30,
  .g-mx-sm-30 {
    margin-right: 1.875rem !important; }
  .g-mb-sm-30,
  .g-my-sm-30 {
    margin-bottom: 1.875rem !important; }
  .g-ml-sm-30,
  .g-mx-sm-30 {
    margin-left: 1.875rem !important; }
  .g-m-sm-35 {
    margin: 2.1875rem !important; }
  .g-mt-sm-35,
  .g-my-sm-35 {
    margin-top: 2.1875rem !important; }
  .g-mr-sm-35,
  .g-mx-sm-35 {
    margin-right: 2.1875rem !important; }
  .g-mb-sm-35,
  .g-my-sm-35 {
    margin-bottom: 2.1875rem !important; }
  .g-ml-sm-35,
  .g-mx-sm-35 {
    margin-left: 2.1875rem !important; }
  .g-m-sm-40 {
    margin: 2.5rem !important; }
  .g-mt-sm-40,
  .g-my-sm-40 {
    margin-top: 2.5rem !important; }
  .g-mr-sm-40,
  .g-mx-sm-40 {
    margin-right: 2.5rem !important; }
  .g-mb-sm-40,
  .g-my-sm-40 {
    margin-bottom: 2.5rem !important; }
  .g-ml-sm-40,
  .g-mx-sm-40 {
    margin-left: 2.5rem !important; }
  .g-m-sm-45 {
    margin: 2.8125rem !important; }
  .g-mt-sm-45,
  .g-my-sm-45 {
    margin-top: 2.8125rem !important; }
  .g-mr-sm-45,
  .g-mx-sm-45 {
    margin-right: 2.8125rem !important; }
  .g-mb-sm-45,
  .g-my-sm-45 {
    margin-bottom: 2.8125rem !important; }
  .g-ml-sm-45,
  .g-mx-sm-45 {
    margin-left: 2.8125rem !important; }
  .g-m-sm-50 {
    margin: 3.125rem !important; }
  .g-mt-sm-50,
  .g-my-sm-50 {
    margin-top: 3.125rem !important; }
  .g-mr-sm-50,
  .g-mx-sm-50 {
    margin-right: 3.125rem !important; }
  .g-mb-sm-50,
  .g-my-sm-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-sm-50,
  .g-mx-sm-50 {
    margin-left: 3.125rem !important; }
  .g-m-sm-50 {
    margin: 3.125rem !important; }
  .g-mt-sm-50,
  .g-my-sm-50 {
    margin-top: 3.125rem !important; }
  .g-mr-sm-50,
  .g-mx-sm-50 {
    margin-right: 3.125rem !important; }
  .g-mb-sm-50,
  .g-my-sm-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-sm-50,
  .g-mx-sm-50 {
    margin-left: 3.125rem !important; }
  .g-m-sm-60 {
    margin: 3.75rem !important; }
  .g-mt-sm-60,
  .g-my-sm-60 {
    margin-top: 3.75rem !important; }
  .g-mr-sm-60,
  .g-mx-sm-60 {
    margin-right: 3.75rem !important; }
  .g-mb-sm-60,
  .g-my-sm-60 {
    margin-bottom: 3.75rem !important; }
  .g-ml-sm-60,
  .g-mx-sm-60 {
    margin-left: 3.75rem !important; }
  .g-m-sm-70 {
    margin: 4.375rem !important; }
  .g-mt-sm-70,
  .g-my-sm-70 {
    margin-top: 4.375rem !important; }
  .g-mr-sm-70,
  .g-mx-sm-70 {
    margin-right: 4.375rem !important; }
  .g-mb-sm-70,
  .g-my-sm-70 {
    margin-bottom: 4.375rem !important; }
  .g-ml-sm-70,
  .g-mx-sm-70 {
    margin-left: 4.375rem !important; }
  .g-m-sm-80 {
    margin: 5rem !important; }
  .g-mt-sm-80,
  .g-my-sm-80 {
    margin-top: 5rem !important; }
  .g-mr-sm-80,
  .g-mx-sm-80 {
    margin-right: 5rem !important; }
  .g-mb-sm-80,
  .g-my-sm-80 {
    margin-bottom: 5rem !important; }
  .g-ml-sm-80,
  .g-mx-sm-80 {
    margin-left: 5rem !important; }
  .g-m-sm-90 {
    margin: 5.625rem !important; }
  .g-mt-sm-90,
  .g-my-sm-90 {
    margin-top: 5.625rem !important; }
  .g-mr-sm-90,
  .g-mx-sm-90 {
    margin-right: 5.625rem !important; }
  .g-mb-sm-90,
  .g-my-sm-90 {
    margin-bottom: 5.625rem !important; }
  .g-ml-sm-90,
  .g-mx-sm-90 {
    margin-left: 5.625rem !important; }
  .g-m-sm-100 {
    margin: 6.25rem !important; }
  .g-mt-sm-100,
  .g-my-sm-100 {
    margin-top: 6.25rem !important; }
  .g-mr-sm-100,
  .g-mx-sm-100 {
    margin-right: 6.25rem !important; }
  .g-mb-sm-100,
  .g-my-sm-100 {
    margin-bottom: 6.25rem !important; }
  .g-ml-sm-100,
  .g-mx-sm-100 {
    margin-left: 6.25rem !important; }
  .g-m-sm-110 {
    margin: 6.875rem !important; }
  .g-mt-sm-110,
  .g-my-sm-110 {
    margin-top: 6.875rem !important; }
  .g-mr-sm-110,
  .g-mx-sm-110 {
    margin-right: 6.875rem !important; }
  .g-mb-sm-110,
  .g-my-sm-110 {
    margin-bottom: 6.875rem !important; }
  .g-ml-sm-110,
  .g-mx-sm-110 {
    margin-left: 6.875rem !important; }
  .g-m-sm-120 {
    margin: 7.5rem !important; }
  .g-mt-sm-120,
  .g-my-sm-120 {
    margin-top: 7.5rem !important; }
  .g-mr-sm-120,
  .g-mx-sm-120 {
    margin-right: 7.5rem !important; }
  .g-mb-sm-120,
  .g-my-sm-120 {
    margin-bottom: 7.5rem !important; }
  .g-ml-sm-120,
  .g-mx-sm-120 {
    margin-left: 7.5rem !important; }
  .g-m-sm-130 {
    margin: 8.125rem !important; }
  .g-mt-sm-130,
  .g-my-sm-130 {
    margin-top: 8.125rem !important; }
  .g-mr-sm-130,
  .g-mx-sm-130 {
    margin-right: 8.125rem !important; }
  .g-mb-sm-130,
  .g-my-sm-130 {
    margin-bottom: 8.125rem !important; }
  .g-ml-sm-130,
  .g-mx-sm-130 {
    margin-left: 8.125rem !important; }
  .g-m-sm-140 {
    margin: 8.75rem !important; }
  .g-mt-sm-140,
  .g-my-sm-140 {
    margin-top: 8.75rem !important; }
  .g-mr-sm-140,
  .g-mx-sm-140 {
    margin-right: 8.75rem !important; }
  .g-mb-sm-140,
  .g-my-sm-140 {
    margin-bottom: 8.75rem !important; }
  .g-ml-sm-140,
  .g-mx-sm-140 {
    margin-left: 8.75rem !important; }
  .g-m-sm-150 {
    margin: 9.375rem !important; }
  .g-mt-sm-150,
  .g-my-sm-150 {
    margin-top: 9.375rem !important; }
  .g-mr-sm-150,
  .g-mx-sm-150 {
    margin-right: 9.375rem !important; }
  .g-mb-sm-150,
  .g-my-sm-150 {
    margin-bottom: 9.375rem !important; }
  .g-ml-sm-150,
  .g-mx-sm-150 {
    margin-left: 9.375rem !important; }
  .g-p-sm-0 {
    padding: 0rem !important; }
  .g-pt-sm-0,
  .g-py-sm-0 {
    padding-top: 0rem !important; }
  .g-pr-sm-0,
  .g-px-sm-0 {
    padding-right: 0rem !important; }
  .g-pb-sm-0,
  .g-py-sm-0 {
    padding-bottom: 0rem !important; }
  .g-pl-sm-0,
  .g-px-sm-0 {
    padding-left: 0rem !important; }
  .g-p-sm-1 {
    padding: 0.0625rem !important; }
  .g-pt-sm-1,
  .g-py-sm-1 {
    padding-top: 0.0625rem !important; }
  .g-pr-sm-1,
  .g-px-sm-1 {
    padding-right: 0.0625rem !important; }
  .g-pb-sm-1,
  .g-py-sm-1 {
    padding-bottom: 0.0625rem !important; }
  .g-pl-sm-1,
  .g-px-sm-1 {
    padding-left: 0.0625rem !important; }
  .g-p-sm-2 {
    padding: 0.125rem !important; }
  .g-pt-sm-2,
  .g-py-sm-2 {
    padding-top: 0.125rem !important; }
  .g-pr-sm-2,
  .g-px-sm-2 {
    padding-right: 0.125rem !important; }
  .g-pb-sm-2,
  .g-py-sm-2 {
    padding-bottom: 0.125rem !important; }
  .g-pl-sm-2,
  .g-px-sm-2 {
    padding-left: 0.125rem !important; }
  .g-p-sm-3 {
    padding: 0.1875rem !important; }
  .g-pt-sm-3,
  .g-py-sm-3 {
    padding-top: 0.1875rem !important; }
  .g-pr-sm-3,
  .g-px-sm-3 {
    padding-right: 0.1875rem !important; }
  .g-pb-sm-3,
  .g-py-sm-3 {
    padding-bottom: 0.1875rem !important; }
  .g-pl-sm-3,
  .g-px-sm-3 {
    padding-left: 0.1875rem !important; }
  .g-p-sm-4 {
    padding: 0.25rem !important; }
  .g-pt-sm-4,
  .g-py-sm-4 {
    padding-top: 0.25rem !important; }
  .g-pr-sm-4,
  .g-px-sm-4 {
    padding-right: 0.25rem !important; }
  .g-pb-sm-4,
  .g-py-sm-4 {
    padding-bottom: 0.25rem !important; }
  .g-pl-sm-4,
  .g-px-sm-4 {
    padding-left: 0.25rem !important; }
  .g-p-sm-5 {
    padding: 0.3125rem !important; }
  .g-pt-sm-5,
  .g-py-sm-5 {
    padding-top: 0.3125rem !important; }
  .g-pr-sm-5,
  .g-px-sm-5 {
    padding-right: 0.3125rem !important; }
  .g-pb-sm-5,
  .g-py-sm-5 {
    padding-bottom: 0.3125rem !important; }
  .g-pl-sm-5,
  .g-px-sm-5 {
    padding-left: 0.3125rem !important; }
  .g-p-sm-6 {
    padding: 0.375rem !important; }
  .g-pt-sm-6,
  .g-py-sm-6 {
    padding-top: 0.375rem !important; }
  .g-pr-sm-6,
  .g-px-sm-6 {
    padding-right: 0.375rem !important; }
  .g-pb-sm-6,
  .g-py-sm-6 {
    padding-bottom: 0.375rem !important; }
  .g-pl-sm-6,
  .g-px-sm-6 {
    padding-left: 0.375rem !important; }
  .g-p-sm-7 {
    padding: 0.4375rem !important; }
  .g-pt-sm-7,
  .g-py-sm-7 {
    padding-top: 0.4375rem !important; }
  .g-pr-sm-7,
  .g-px-sm-7 {
    padding-right: 0.4375rem !important; }
  .g-pb-sm-7,
  .g-py-sm-7 {
    padding-bottom: 0.4375rem !important; }
  .g-pl-sm-7,
  .g-px-sm-7 {
    padding-left: 0.4375rem !important; }
  .g-p-sm-8 {
    padding: 0.5rem !important; }
  .g-pt-sm-8,
  .g-py-sm-8 {
    padding-top: 0.5rem !important; }
  .g-pr-sm-8,
  .g-px-sm-8 {
    padding-right: 0.5rem !important; }
  .g-pb-sm-8,
  .g-py-sm-8 {
    padding-bottom: 0.5rem !important; }
  .g-pl-sm-8,
  .g-px-sm-8 {
    padding-left: 0.5rem !important; }
  .g-p-sm-9 {
    padding: 0.5625rem !important; }
  .g-pt-sm-9,
  .g-py-sm-9 {
    padding-top: 0.5625rem !important; }
  .g-pr-sm-9,
  .g-px-sm-9 {
    padding-right: 0.5625rem !important; }
  .g-pb-sm-9,
  .g-py-sm-9 {
    padding-bottom: 0.5625rem !important; }
  .g-pl-sm-9,
  .g-px-sm-9 {
    padding-left: 0.5625rem !important; }
  .g-p-sm-10 {
    padding: 0.625rem !important; }
  .g-pt-sm-10,
  .g-py-sm-10 {
    padding-top: 0.625rem !important; }
  .g-pr-sm-10,
  .g-px-sm-10 {
    padding-right: 0.625rem !important; }
  .g-pb-sm-10,
  .g-py-sm-10 {
    padding-bottom: 0.625rem !important; }
  .g-pl-sm-10,
  .g-px-sm-10 {
    padding-left: 0.625rem !important; }
  .g-p-sm-11 {
    padding: 0.6875rem !important; }
  .g-pt-sm-11,
  .g-py-sm-11 {
    padding-top: 0.6875rem !important; }
  .g-pr-sm-11,
  .g-px-sm-11 {
    padding-right: 0.6875rem !important; }
  .g-pb-sm-11,
  .g-py-sm-11 {
    padding-bottom: 0.6875rem !important; }
  .g-pl-sm-11,
  .g-px-sm-11 {
    padding-left: 0.6875rem !important; }
  .g-p-sm-12 {
    padding: 0.75rem !important; }
  .g-pt-sm-12,
  .g-py-sm-12 {
    padding-top: 0.75rem !important; }
  .g-pr-sm-12,
  .g-px-sm-12 {
    padding-right: 0.75rem !important; }
  .g-pb-sm-12,
  .g-py-sm-12 {
    padding-bottom: 0.75rem !important; }
  .g-pl-sm-12,
  .g-px-sm-12 {
    padding-left: 0.75rem !important; }
  .g-p-sm-13 {
    padding: 0.8125rem !important; }
  .g-pt-sm-13,
  .g-py-sm-13 {
    padding-top: 0.8125rem !important; }
  .g-pr-sm-13,
  .g-px-sm-13 {
    padding-right: 0.8125rem !important; }
  .g-pb-sm-13,
  .g-py-sm-13 {
    padding-bottom: 0.8125rem !important; }
  .g-pl-sm-13,
  .g-px-sm-13 {
    padding-left: 0.8125rem !important; }
  .g-p-sm-14 {
    padding: 0.875rem !important; }
  .g-pt-sm-14,
  .g-py-sm-14 {
    padding-top: 0.875rem !important; }
  .g-pr-sm-14,
  .g-px-sm-14 {
    padding-right: 0.875rem !important; }
  .g-pb-sm-14,
  .g-py-sm-14 {
    padding-bottom: 0.875rem !important; }
  .g-pl-sm-14,
  .g-px-sm-14 {
    padding-left: 0.875rem !important; }
  .g-p-sm-15 {
    padding: 0.9375rem !important; }
  .g-pt-sm-15,
  .g-py-sm-15 {
    padding-top: 0.9375rem !important; }
  .g-pr-sm-15,
  .g-px-sm-15 {
    padding-right: 0.9375rem !important; }
  .g-pb-sm-15,
  .g-py-sm-15 {
    padding-bottom: 0.9375rem !important; }
  .g-pl-sm-15,
  .g-px-sm-15 {
    padding-left: 0.9375rem !important; }
  .g-p-sm-16 {
    padding: 1rem !important; }
  .g-pt-sm-16,
  .g-py-sm-16 {
    padding-top: 1rem !important; }
  .g-pr-sm-16,
  .g-px-sm-16 {
    padding-right: 1rem !important; }
  .g-pb-sm-16,
  .g-py-sm-16 {
    padding-bottom: 1rem !important; }
  .g-pl-sm-16,
  .g-px-sm-16 {
    padding-left: 1rem !important; }
  .g-p-sm-17 {
    padding: 1.0625rem !important; }
  .g-pt-sm-17,
  .g-py-sm-17 {
    padding-top: 1.0625rem !important; }
  .g-pr-sm-17,
  .g-px-sm-17 {
    padding-right: 1.0625rem !important; }
  .g-pb-sm-17,
  .g-py-sm-17 {
    padding-bottom: 1.0625rem !important; }
  .g-pl-sm-17,
  .g-px-sm-17 {
    padding-left: 1.0625rem !important; }
  .g-p-sm-18 {
    padding: 1.125rem !important; }
  .g-pt-sm-18,
  .g-py-sm-18 {
    padding-top: 1.125rem !important; }
  .g-pr-sm-18,
  .g-px-sm-18 {
    padding-right: 1.125rem !important; }
  .g-pb-sm-18,
  .g-py-sm-18 {
    padding-bottom: 1.125rem !important; }
  .g-pl-sm-18,
  .g-px-sm-18 {
    padding-left: 1.125rem !important; }
  .g-p-sm-19 {
    padding: 1.1875rem !important; }
  .g-pt-sm-19,
  .g-py-sm-19 {
    padding-top: 1.1875rem !important; }
  .g-pr-sm-19,
  .g-px-sm-19 {
    padding-right: 1.1875rem !important; }
  .g-pb-sm-19,
  .g-py-sm-19 {
    padding-bottom: 1.1875rem !important; }
  .g-pl-sm-19,
  .g-px-sm-19 {
    padding-left: 1.1875rem !important; }
  .g-p-sm-20 {
    padding: 1.25rem !important; }
  .g-pt-sm-20,
  .g-py-sm-20 {
    padding-top: 1.25rem !important; }
  .g-pr-sm-20,
  .g-px-sm-20 {
    padding-right: 1.25rem !important; }
  .g-pb-sm-20,
  .g-py-sm-20 {
    padding-bottom: 1.25rem !important; }
  .g-pl-sm-20,
  .g-px-sm-20 {
    padding-left: 1.25rem !important; }
  .g-p-sm-25 {
    padding: 1.5625rem !important; }
  .g-pt-sm-25,
  .g-py-sm-25 {
    padding-top: 1.5625rem !important; }
  .g-pr-sm-25,
  .g-px-sm-25 {
    padding-right: 1.5625rem !important; }
  .g-pb-sm-25,
  .g-py-sm-25 {
    padding-bottom: 1.5625rem !important; }
  .g-pl-sm-25,
  .g-px-sm-25 {
    padding-left: 1.5625rem !important; }
  .g-p-sm-30 {
    padding: 1.875rem !important; }
  .g-pt-sm-30,
  .g-py-sm-30 {
    padding-top: 1.875rem !important; }
  .g-pr-sm-30,
  .g-px-sm-30 {
    padding-right: 1.875rem !important; }
  .g-pb-sm-30,
  .g-py-sm-30 {
    padding-bottom: 1.875rem !important; }
  .g-pl-sm-30,
  .g-px-sm-30 {
    padding-left: 1.875rem !important; }
  .g-p-sm-35 {
    padding: 2.1875rem !important; }
  .g-pt-sm-35,
  .g-py-sm-35 {
    padding-top: 2.1875rem !important; }
  .g-pr-sm-35,
  .g-px-sm-35 {
    padding-right: 2.1875rem !important; }
  .g-pb-sm-35,
  .g-py-sm-35 {
    padding-bottom: 2.1875rem !important; }
  .g-pl-sm-35,
  .g-px-sm-35 {
    padding-left: 2.1875rem !important; }
  .g-p-sm-40 {
    padding: 2.5rem !important; }
  .g-pt-sm-40,
  .g-py-sm-40 {
    padding-top: 2.5rem !important; }
  .g-pr-sm-40,
  .g-px-sm-40 {
    padding-right: 2.5rem !important; }
  .g-pb-sm-40,
  .g-py-sm-40 {
    padding-bottom: 2.5rem !important; }
  .g-pl-sm-40,
  .g-px-sm-40 {
    padding-left: 2.5rem !important; }
  .g-p-sm-45 {
    padding: 2.8125rem !important; }
  .g-pt-sm-45,
  .g-py-sm-45 {
    padding-top: 2.8125rem !important; }
  .g-pr-sm-45,
  .g-px-sm-45 {
    padding-right: 2.8125rem !important; }
  .g-pb-sm-45,
  .g-py-sm-45 {
    padding-bottom: 2.8125rem !important; }
  .g-pl-sm-45,
  .g-px-sm-45 {
    padding-left: 2.8125rem !important; }
  .g-p-sm-50 {
    padding: 3.125rem !important; }
  .g-pt-sm-50,
  .g-py-sm-50 {
    padding-top: 3.125rem !important; }
  .g-pr-sm-50,
  .g-px-sm-50 {
    padding-right: 3.125rem !important; }
  .g-pb-sm-50,
  .g-py-sm-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-sm-50,
  .g-px-sm-50 {
    padding-left: 3.125rem !important; }
  .g-p-sm-50 {
    padding: 3.125rem !important; }
  .g-pt-sm-50,
  .g-py-sm-50 {
    padding-top: 3.125rem !important; }
  .g-pr-sm-50,
  .g-px-sm-50 {
    padding-right: 3.125rem !important; }
  .g-pb-sm-50,
  .g-py-sm-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-sm-50,
  .g-px-sm-50 {
    padding-left: 3.125rem !important; }
  .g-p-sm-60 {
    padding: 3.75rem !important; }
  .g-pt-sm-60,
  .g-py-sm-60 {
    padding-top: 3.75rem !important; }
  .g-pr-sm-60,
  .g-px-sm-60 {
    padding-right: 3.75rem !important; }
  .g-pb-sm-60,
  .g-py-sm-60 {
    padding-bottom: 3.75rem !important; }
  .g-pl-sm-60,
  .g-px-sm-60 {
    padding-left: 3.75rem !important; }
  .g-p-sm-70 {
    padding: 4.375rem !important; }
  .g-pt-sm-70,
  .g-py-sm-70 {
    padding-top: 4.375rem !important; }
  .g-pr-sm-70,
  .g-px-sm-70 {
    padding-right: 4.375rem !important; }
  .g-pb-sm-70,
  .g-py-sm-70 {
    padding-bottom: 4.375rem !important; }
  .g-pl-sm-70,
  .g-px-sm-70 {
    padding-left: 4.375rem !important; }
  .g-p-sm-80 {
    padding: 5rem !important; }
  .g-pt-sm-80,
  .g-py-sm-80 {
    padding-top: 5rem !important; }
  .g-pr-sm-80,
  .g-px-sm-80 {
    padding-right: 5rem !important; }
  .g-pb-sm-80,
  .g-py-sm-80 {
    padding-bottom: 5rem !important; }
  .g-pl-sm-80,
  .g-px-sm-80 {
    padding-left: 5rem !important; }
  .g-p-sm-90 {
    padding: 5.625rem !important; }
  .g-pt-sm-90,
  .g-py-sm-90 {
    padding-top: 5.625rem !important; }
  .g-pr-sm-90,
  .g-px-sm-90 {
    padding-right: 5.625rem !important; }
  .g-pb-sm-90,
  .g-py-sm-90 {
    padding-bottom: 5.625rem !important; }
  .g-pl-sm-90,
  .g-px-sm-90 {
    padding-left: 5.625rem !important; }
  .g-p-sm-100 {
    padding: 6.25rem !important; }
  .g-pt-sm-100,
  .g-py-sm-100 {
    padding-top: 6.25rem !important; }
  .g-pr-sm-100,
  .g-px-sm-100 {
    padding-right: 6.25rem !important; }
  .g-pb-sm-100,
  .g-py-sm-100 {
    padding-bottom: 6.25rem !important; }
  .g-pl-sm-100,
  .g-px-sm-100 {
    padding-left: 6.25rem !important; }
  .g-p-sm-110 {
    padding: 6.875rem !important; }
  .g-pt-sm-110,
  .g-py-sm-110 {
    padding-top: 6.875rem !important; }
  .g-pr-sm-110,
  .g-px-sm-110 {
    padding-right: 6.875rem !important; }
  .g-pb-sm-110,
  .g-py-sm-110 {
    padding-bottom: 6.875rem !important; }
  .g-pl-sm-110,
  .g-px-sm-110 {
    padding-left: 6.875rem !important; }
  .g-p-sm-120 {
    padding: 7.5rem !important; }
  .g-pt-sm-120,
  .g-py-sm-120 {
    padding-top: 7.5rem !important; }
  .g-pr-sm-120,
  .g-px-sm-120 {
    padding-right: 7.5rem !important; }
  .g-pb-sm-120,
  .g-py-sm-120 {
    padding-bottom: 7.5rem !important; }
  .g-pl-sm-120,
  .g-px-sm-120 {
    padding-left: 7.5rem !important; }
  .g-p-sm-130 {
    padding: 8.125rem !important; }
  .g-pt-sm-130,
  .g-py-sm-130 {
    padding-top: 8.125rem !important; }
  .g-pr-sm-130,
  .g-px-sm-130 {
    padding-right: 8.125rem !important; }
  .g-pb-sm-130,
  .g-py-sm-130 {
    padding-bottom: 8.125rem !important; }
  .g-pl-sm-130,
  .g-px-sm-130 {
    padding-left: 8.125rem !important; }
  .g-p-sm-140 {
    padding: 8.75rem !important; }
  .g-pt-sm-140,
  .g-py-sm-140 {
    padding-top: 8.75rem !important; }
  .g-pr-sm-140,
  .g-px-sm-140 {
    padding-right: 8.75rem !important; }
  .g-pb-sm-140,
  .g-py-sm-140 {
    padding-bottom: 8.75rem !important; }
  .g-pl-sm-140,
  .g-px-sm-140 {
    padding-left: 8.75rem !important; }
  .g-p-sm-150 {
    padding: 9.375rem !important; }
  .g-pt-sm-150,
  .g-py-sm-150 {
    padding-top: 9.375rem !important; }
  .g-pr-sm-150,
  .g-px-sm-150 {
    padding-right: 9.375rem !important; }
  .g-pb-sm-150,
  .g-py-sm-150 {
    padding-bottom: 9.375rem !important; }
  .g-pl-sm-150,
  .g-px-sm-150 {
    padding-left: 9.375rem !important; }
  .g-mt-sm-minus-1 {
    margin-top: -0.0625rem !important; }
  .g-mr-sm-minus-1 {
    margin-right: -0.0625rem !important; }
  .g-mb-sm-minus-1 {
    margin-bottom: -0.0625rem !important; }
  .g-ml-sm-minus-1 {
    margin-left: -0.0625rem !important; }
  .g-mt-sm-minus-2 {
    margin-top: -0.125rem !important; }
  .g-mr-sm-minus-2 {
    margin-right: -0.125rem !important; }
  .g-mb-sm-minus-2 {
    margin-bottom: -0.125rem !important; }
  .g-ml-sm-minus-2 {
    margin-left: -0.125rem !important; }
  .g-mt-sm-minus-3 {
    margin-top: -0.1875rem !important; }
  .g-mr-sm-minus-3 {
    margin-right: -0.1875rem !important; }
  .g-mb-sm-minus-3 {
    margin-bottom: -0.1875rem !important; }
  .g-ml-sm-minus-3 {
    margin-left: -0.1875rem !important; }
  .g-mt-sm-minus-4 {
    margin-top: -0.25rem !important; }
  .g-mr-sm-minus-4 {
    margin-right: -0.25rem !important; }
  .g-mb-sm-minus-4 {
    margin-bottom: -0.25rem !important; }
  .g-ml-sm-minus-4 {
    margin-left: -0.25rem !important; }
  .g-mt-sm-minus-5 {
    margin-top: -0.3125rem !important; }
  .g-mr-sm-minus-5 {
    margin-right: -0.3125rem !important; }
  .g-mb-sm-minus-5 {
    margin-bottom: -0.3125rem !important; }
  .g-ml-sm-minus-5 {
    margin-left: -0.3125rem !important; }
  .g-mt-sm-minus-6 {
    margin-top: -0.375rem !important; }
  .g-mr-sm-minus-6 {
    margin-right: -0.375rem !important; }
  .g-mb-sm-minus-6 {
    margin-bottom: -0.375rem !important; }
  .g-ml-sm-minus-6 {
    margin-left: -0.375rem !important; }
  .g-mt-sm-minus-7 {
    margin-top: -0.4375rem !important; }
  .g-mr-sm-minus-7 {
    margin-right: -0.4375rem !important; }
  .g-mb-sm-minus-7 {
    margin-bottom: -0.4375rem !important; }
  .g-ml-sm-minus-7 {
    margin-left: -0.4375rem !important; }
  .g-mt-sm-minus-8 {
    margin-top: -0.5rem !important; }
  .g-mr-sm-minus-8 {
    margin-right: -0.5rem !important; }
  .g-mb-sm-minus-8 {
    margin-bottom: -0.5rem !important; }
  .g-ml-sm-minus-8 {
    margin-left: -0.5rem !important; }
  .g-mt-sm-minus-9 {
    margin-top: -0.5625rem !important; }
  .g-mr-sm-minus-9 {
    margin-right: -0.5625rem !important; }
  .g-mb-sm-minus-9 {
    margin-bottom: -0.5625rem !important; }
  .g-ml-sm-minus-9 {
    margin-left: -0.5625rem !important; }
  .g-mt-sm-minus-10 {
    margin-top: -0.625rem !important; }
  .g-mr-sm-minus-10 {
    margin-right: -0.625rem !important; }
  .g-mb-sm-minus-10 {
    margin-bottom: -0.625rem !important; }
  .g-ml-sm-minus-10 {
    margin-left: -0.625rem !important; }
  .g-mt-sm-minus-11 {
    margin-top: -0.6875rem !important; }
  .g-mr-sm-minus-11 {
    margin-right: -0.6875rem !important; }
  .g-mb-sm-minus-11 {
    margin-bottom: -0.6875rem !important; }
  .g-ml-sm-minus-11 {
    margin-left: -0.6875rem !important; }
  .g-mt-sm-minus-12 {
    margin-top: -0.75rem !important; }
  .g-mr-sm-minus-12 {
    margin-right: -0.75rem !important; }
  .g-mb-sm-minus-12 {
    margin-bottom: -0.75rem !important; }
  .g-ml-sm-minus-12 {
    margin-left: -0.75rem !important; }
  .g-mt-sm-minus-13 {
    margin-top: -0.8125rem !important; }
  .g-mr-sm-minus-13 {
    margin-right: -0.8125rem !important; }
  .g-mb-sm-minus-13 {
    margin-bottom: -0.8125rem !important; }
  .g-ml-sm-minus-13 {
    margin-left: -0.8125rem !important; }
  .g-mt-sm-minus-14 {
    margin-top: -0.875rem !important; }
  .g-mr-sm-minus-14 {
    margin-right: -0.875rem !important; }
  .g-mb-sm-minus-14 {
    margin-bottom: -0.875rem !important; }
  .g-ml-sm-minus-14 {
    margin-left: -0.875rem !important; }
  .g-mt-sm-minus-15 {
    margin-top: -0.9375rem !important; }
  .g-mr-sm-minus-15 {
    margin-right: -0.9375rem !important; }
  .g-mb-sm-minus-15 {
    margin-bottom: -0.9375rem !important; }
  .g-ml-sm-minus-15 {
    margin-left: -0.9375rem !important; }
  .g-mt-sm-minus-16 {
    margin-top: -1rem !important; }
  .g-mr-sm-minus-16 {
    margin-right: -1rem !important; }
  .g-mb-sm-minus-16 {
    margin-bottom: -1rem !important; }
  .g-ml-sm-minus-16 {
    margin-left: -1rem !important; }
  .g-mt-sm-minus-17 {
    margin-top: -1.0625rem !important; }
  .g-mr-sm-minus-17 {
    margin-right: -1.0625rem !important; }
  .g-mb-sm-minus-17 {
    margin-bottom: -1.0625rem !important; }
  .g-ml-sm-minus-17 {
    margin-left: -1.0625rem !important; }
  .g-mt-sm-minus-18 {
    margin-top: -1.125rem !important; }
  .g-mr-sm-minus-18 {
    margin-right: -1.125rem !important; }
  .g-mb-sm-minus-18 {
    margin-bottom: -1.125rem !important; }
  .g-ml-sm-minus-18 {
    margin-left: -1.125rem !important; }
  .g-mt-sm-minus-19 {
    margin-top: -1.1875rem !important; }
  .g-mr-sm-minus-19 {
    margin-right: -1.1875rem !important; }
  .g-mb-sm-minus-19 {
    margin-bottom: -1.1875rem !important; }
  .g-ml-sm-minus-19 {
    margin-left: -1.1875rem !important; }
  .g-mt-sm-minus-20 {
    margin-top: -1.25rem !important; }
  .g-mr-sm-minus-20 {
    margin-right: -1.25rem !important; }
  .g-mb-sm-minus-20 {
    margin-bottom: -1.25rem !important; }
  .g-ml-sm-minus-20 {
    margin-left: -1.25rem !important; }
  .g-mt-sm-minus-25 {
    margin-top: -1.5625rem !important; }
  .g-mr-sm-minus-25 {
    margin-right: -1.5625rem !important; }
  .g-mb-sm-minus-25 {
    margin-bottom: -1.5625rem !important; }
  .g-ml-sm-minus-25 {
    margin-left: -1.5625rem !important; }
  .g-mt-sm-minus-30 {
    margin-top: -1.875rem !important; }
  .g-mr-sm-minus-30 {
    margin-right: -1.875rem !important; }
  .g-mb-sm-minus-30 {
    margin-bottom: -1.875rem !important; }
  .g-ml-sm-minus-30 {
    margin-left: -1.875rem !important; }
  .g-mt-sm-minus-35 {
    margin-top: -2.1875rem !important; }
  .g-mr-sm-minus-35 {
    margin-right: -2.1875rem !important; }
  .g-mb-sm-minus-35 {
    margin-bottom: -2.1875rem !important; }
  .g-ml-sm-minus-35 {
    margin-left: -2.1875rem !important; }
  .g-mt-sm-minus-40 {
    margin-top: -2.5rem !important; }
  .g-mr-sm-minus-40 {
    margin-right: -2.5rem !important; }
  .g-mb-sm-minus-40 {
    margin-bottom: -2.5rem !important; }
  .g-ml-sm-minus-40 {
    margin-left: -2.5rem !important; }
  .g-mt-sm-minus-45 {
    margin-top: -2.8125rem !important; }
  .g-mr-sm-minus-45 {
    margin-right: -2.8125rem !important; }
  .g-mb-sm-minus-45 {
    margin-bottom: -2.8125rem !important; }
  .g-ml-sm-minus-45 {
    margin-left: -2.8125rem !important; }
  .g-mt-sm-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-sm-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-sm-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-sm-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-sm-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-sm-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-sm-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-sm-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-sm-minus-60 {
    margin-top: -3.75rem !important; }
  .g-mr-sm-minus-60 {
    margin-right: -3.75rem !important; }
  .g-mb-sm-minus-60 {
    margin-bottom: -3.75rem !important; }
  .g-ml-sm-minus-60 {
    margin-left: -3.75rem !important; }
  .g-mt-sm-minus-70 {
    margin-top: -4.375rem !important; }
  .g-mr-sm-minus-70 {
    margin-right: -4.375rem !important; }
  .g-mb-sm-minus-70 {
    margin-bottom: -4.375rem !important; }
  .g-ml-sm-minus-70 {
    margin-left: -4.375rem !important; }
  .g-mt-sm-minus-80 {
    margin-top: -5rem !important; }
  .g-mr-sm-minus-80 {
    margin-right: -5rem !important; }
  .g-mb-sm-minus-80 {
    margin-bottom: -5rem !important; }
  .g-ml-sm-minus-80 {
    margin-left: -5rem !important; }
  .g-mt-sm-minus-90 {
    margin-top: -5.625rem !important; }
  .g-mr-sm-minus-90 {
    margin-right: -5.625rem !important; }
  .g-mb-sm-minus-90 {
    margin-bottom: -5.625rem !important; }
  .g-ml-sm-minus-90 {
    margin-left: -5.625rem !important; }
  .g-mt-sm-minus-100 {
    margin-top: -6.25rem !important; }
  .g-mr-sm-minus-100 {
    margin-right: -6.25rem !important; }
  .g-mb-sm-minus-100 {
    margin-bottom: -6.25rem !important; }
  .g-ml-sm-minus-100 {
    margin-left: -6.25rem !important; }
  .g-mt-sm-minus-110 {
    margin-top: -6.875rem !important; }
  .g-mr-sm-minus-110 {
    margin-right: -6.875rem !important; }
  .g-mb-sm-minus-110 {
    margin-bottom: -6.875rem !important; }
  .g-ml-sm-minus-110 {
    margin-left: -6.875rem !important; }
  .g-mt-sm-minus-120 {
    margin-top: -7.5rem !important; }
  .g-mr-sm-minus-120 {
    margin-right: -7.5rem !important; }
  .g-mb-sm-minus-120 {
    margin-bottom: -7.5rem !important; }
  .g-ml-sm-minus-120 {
    margin-left: -7.5rem !important; }
  .g-mt-sm-minus-130 {
    margin-top: -8.125rem !important; }
  .g-mr-sm-minus-130 {
    margin-right: -8.125rem !important; }
  .g-mb-sm-minus-130 {
    margin-bottom: -8.125rem !important; }
  .g-ml-sm-minus-130 {
    margin-left: -8.125rem !important; }
  .g-mt-sm-minus-140 {
    margin-top: -8.75rem !important; }
  .g-mr-sm-minus-140 {
    margin-right: -8.75rem !important; }
  .g-mb-sm-minus-140 {
    margin-bottom: -8.75rem !important; }
  .g-ml-sm-minus-140 {
    margin-left: -8.75rem !important; }
  .g-mt-sm-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-sm-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-sm-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-sm-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-sm-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-sm-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-sm-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-sm-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-sm-minus-175 {
    margin-top: -10.9375rem !important; }
  .g-mr-sm-minus-175 {
    margin-right: -10.9375rem !important; }
  .g-mb-sm-minus-175 {
    margin-bottom: -10.9375rem !important; }
  .g-ml-sm-minus-175 {
    margin-left: -10.9375rem !important; }
  .g-mt-sm-minus-200 {
    margin-top: -12.5rem !important; }
  .g-mr-sm-minus-200 {
    margin-right: -12.5rem !important; }
  .g-mb-sm-minus-200 {
    margin-bottom: -12.5rem !important; }
  .g-ml-sm-minus-200 {
    margin-left: -12.5rem !important; }
  .g-mt-sm-minus-225 {
    margin-top: -14.0625rem !important; }
  .g-mr-sm-minus-225 {
    margin-right: -14.0625rem !important; }
  .g-mb-sm-minus-225 {
    margin-bottom: -14.0625rem !important; }
  .g-ml-sm-minus-225 {
    margin-left: -14.0625rem !important; }
  .g-mt-sm-minus-250 {
    margin-top: -15.625rem !important; }
  .g-mr-sm-minus-250 {
    margin-right: -15.625rem !important; }
  .g-mb-sm-minus-250 {
    margin-bottom: -15.625rem !important; }
  .g-ml-sm-minus-250 {
    margin-left: -15.625rem !important; }
  .g-mt-sm-minus-275 {
    margin-top: -17.1875rem !important; }
  .g-mr-sm-minus-275 {
    margin-right: -17.1875rem !important; }
  .g-mb-sm-minus-275 {
    margin-bottom: -17.1875rem !important; }
  .g-ml-sm-minus-275 {
    margin-left: -17.1875rem !important; }
  .g-mt-sm-minus-300 {
    margin-top: -18.75rem !important; }
  .g-mr-sm-minus-300 {
    margin-right: -18.75rem !important; }
  .g-mb-sm-minus-300 {
    margin-bottom: -18.75rem !important; }
  .g-ml-sm-minus-300 {
    margin-left: -18.75rem !important; }
  .g-mt-sm-minus-325 {
    margin-top: -20.3125rem !important; }
  .g-mr-sm-minus-325 {
    margin-right: -20.3125rem !important; }
  .g-mb-sm-minus-325 {
    margin-bottom: -20.3125rem !important; }
  .g-ml-sm-minus-325 {
    margin-left: -20.3125rem !important; }
  .g-mt-sm-minus-350 {
    margin-top: -21.875rem !important; }
  .g-mr-sm-minus-350 {
    margin-right: -21.875rem !important; }
  .g-mb-sm-minus-350 {
    margin-bottom: -21.875rem !important; }
  .g-ml-sm-minus-350 {
    margin-left: -21.875rem !important; }
  .g-mt-sm-minus-375 {
    margin-top: -23.4375rem !important; }
  .g-mr-sm-minus-375 {
    margin-right: -23.4375rem !important; }
  .g-mb-sm-minus-375 {
    margin-bottom: -23.4375rem !important; }
  .g-ml-sm-minus-375 {
    margin-left: -23.4375rem !important; }
  .g-mt-sm-minus-400 {
    margin-top: -25rem !important; }
  .g-mr-sm-minus-400 {
    margin-right: -25rem !important; }
  .g-mb-sm-minus-400 {
    margin-bottom: -25rem !important; }
  .g-ml-sm-minus-400 {
    margin-left: -25rem !important; }
  .g-mt-sm-minus-425 {
    margin-top: -26.5625rem !important; }
  .g-mr-sm-minus-425 {
    margin-right: -26.5625rem !important; }
  .g-mb-sm-minus-425 {
    margin-bottom: -26.5625rem !important; }
  .g-ml-sm-minus-425 {
    margin-left: -26.5625rem !important; }
  .g-mt-sm-minus-450 {
    margin-top: -28.125rem !important; }
  .g-mr-sm-minus-450 {
    margin-right: -28.125rem !important; }
  .g-mb-sm-minus-450 {
    margin-bottom: -28.125rem !important; }
  .g-ml-sm-minus-450 {
    margin-left: -28.125rem !important; }
  .g-mt-sm-minus-475 {
    margin-top: -29.6875rem !important; }
  .g-mr-sm-minus-475 {
    margin-right: -29.6875rem !important; }
  .g-mb-sm-minus-475 {
    margin-bottom: -29.6875rem !important; }
  .g-ml-sm-minus-475 {
    margin-left: -29.6875rem !important; }
  .g-top-sm-0 {
    top: 0rem !important; }
  .g-left-sm-0 {
    left: 0rem !important; }
  .g-right-sm-0 {
    right: 0rem !important; }
  .g-bottom-sm-0 {
    bottom: 0rem !important; }
  .g-top-sm-1 {
    top: 0.0625rem !important; }
  .g-left-sm-1 {
    left: 0.0625rem !important; }
  .g-right-sm-1 {
    right: 0.0625rem !important; }
  .g-bottom-sm-1 {
    bottom: 0.0625rem !important; }
  .g-top-sm-2 {
    top: 0.125rem !important; }
  .g-left-sm-2 {
    left: 0.125rem !important; }
  .g-right-sm-2 {
    right: 0.125rem !important; }
  .g-bottom-sm-2 {
    bottom: 0.125rem !important; }
  .g-top-sm-3 {
    top: 0.1875rem !important; }
  .g-left-sm-3 {
    left: 0.1875rem !important; }
  .g-right-sm-3 {
    right: 0.1875rem !important; }
  .g-bottom-sm-3 {
    bottom: 0.1875rem !important; }
  .g-top-sm-4 {
    top: 0.25rem !important; }
  .g-left-sm-4 {
    left: 0.25rem !important; }
  .g-right-sm-4 {
    right: 0.25rem !important; }
  .g-bottom-sm-4 {
    bottom: 0.25rem !important; }
  .g-top-sm-5 {
    top: 0.3125rem !important; }
  .g-left-sm-5 {
    left: 0.3125rem !important; }
  .g-right-sm-5 {
    right: 0.3125rem !important; }
  .g-bottom-sm-5 {
    bottom: 0.3125rem !important; }
  .g-top-sm-6 {
    top: 0.375rem !important; }
  .g-left-sm-6 {
    left: 0.375rem !important; }
  .g-right-sm-6 {
    right: 0.375rem !important; }
  .g-bottom-sm-6 {
    bottom: 0.375rem !important; }
  .g-top-sm-7 {
    top: 0.4375rem !important; }
  .g-left-sm-7 {
    left: 0.4375rem !important; }
  .g-right-sm-7 {
    right: 0.4375rem !important; }
  .g-bottom-sm-7 {
    bottom: 0.4375rem !important; }
  .g-top-sm-8 {
    top: 0.5rem !important; }
  .g-left-sm-8 {
    left: 0.5rem !important; }
  .g-right-sm-8 {
    right: 0.5rem !important; }
  .g-bottom-sm-8 {
    bottom: 0.5rem !important; }
  .g-top-sm-9 {
    top: 0.5625rem !important; }
  .g-left-sm-9 {
    left: 0.5625rem !important; }
  .g-right-sm-9 {
    right: 0.5625rem !important; }
  .g-bottom-sm-9 {
    bottom: 0.5625rem !important; }
  .g-top-sm-10 {
    top: 0.625rem !important; }
  .g-left-sm-10 {
    left: 0.625rem !important; }
  .g-right-sm-10 {
    right: 0.625rem !important; }
  .g-bottom-sm-10 {
    bottom: 0.625rem !important; }
  .g-top-sm-11 {
    top: 0.6875rem !important; }
  .g-left-sm-11 {
    left: 0.6875rem !important; }
  .g-right-sm-11 {
    right: 0.6875rem !important; }
  .g-bottom-sm-11 {
    bottom: 0.6875rem !important; }
  .g-top-sm-12 {
    top: 0.75rem !important; }
  .g-left-sm-12 {
    left: 0.75rem !important; }
  .g-right-sm-12 {
    right: 0.75rem !important; }
  .g-bottom-sm-12 {
    bottom: 0.75rem !important; }
  .g-top-sm-13 {
    top: 0.8125rem !important; }
  .g-left-sm-13 {
    left: 0.8125rem !important; }
  .g-right-sm-13 {
    right: 0.8125rem !important; }
  .g-bottom-sm-13 {
    bottom: 0.8125rem !important; }
  .g-top-sm-14 {
    top: 0.875rem !important; }
  .g-left-sm-14 {
    left: 0.875rem !important; }
  .g-right-sm-14 {
    right: 0.875rem !important; }
  .g-bottom-sm-14 {
    bottom: 0.875rem !important; }
  .g-top-sm-15 {
    top: 0.9375rem !important; }
  .g-left-sm-15 {
    left: 0.9375rem !important; }
  .g-right-sm-15 {
    right: 0.9375rem !important; }
  .g-bottom-sm-15 {
    bottom: 0.9375rem !important; }
  .g-top-sm-16 {
    top: 1rem !important; }
  .g-left-sm-16 {
    left: 1rem !important; }
  .g-right-sm-16 {
    right: 1rem !important; }
  .g-bottom-sm-16 {
    bottom: 1rem !important; }
  .g-top-sm-17 {
    top: 1.0625rem !important; }
  .g-left-sm-17 {
    left: 1.0625rem !important; }
  .g-right-sm-17 {
    right: 1.0625rem !important; }
  .g-bottom-sm-17 {
    bottom: 1.0625rem !important; }
  .g-top-sm-18 {
    top: 1.125rem !important; }
  .g-left-sm-18 {
    left: 1.125rem !important; }
  .g-right-sm-18 {
    right: 1.125rem !important; }
  .g-bottom-sm-18 {
    bottom: 1.125rem !important; }
  .g-top-sm-19 {
    top: 1.1875rem !important; }
  .g-left-sm-19 {
    left: 1.1875rem !important; }
  .g-right-sm-19 {
    right: 1.1875rem !important; }
  .g-bottom-sm-19 {
    bottom: 1.1875rem !important; }
  .g-top-sm-20 {
    top: 1.25rem !important; }
  .g-left-sm-20 {
    left: 1.25rem !important; }
  .g-right-sm-20 {
    right: 1.25rem !important; }
  .g-bottom-sm-20 {
    bottom: 1.25rem !important; }
  .g-top-minus-sm-1 {
    top: -0.0625rem !important; }
  .g-left-minus-sm-1 {
    left: -0.0625rem !important; }
  .g-right-minus-sm-1 {
    right: -0.0625rem !important; }
  .g-bottom-minus-sm-1 {
    bottom: -0.0625rem !important; }
  .g-top-minus-sm-2 {
    top: -0.125rem !important; }
  .g-left-minus-sm-2 {
    left: -0.125rem !important; }
  .g-right-minus-sm-2 {
    right: -0.125rem !important; }
  .g-bottom-minus-sm-2 {
    bottom: -0.125rem !important; }
  .g-top-minus-sm-3 {
    top: -0.1875rem !important; }
  .g-left-minus-sm-3 {
    left: -0.1875rem !important; }
  .g-right-minus-sm-3 {
    right: -0.1875rem !important; }
  .g-bottom-minus-sm-3 {
    bottom: -0.1875rem !important; }
  .g-top-minus-sm-4 {
    top: -0.25rem !important; }
  .g-left-minus-sm-4 {
    left: -0.25rem !important; }
  .g-right-minus-sm-4 {
    right: -0.25rem !important; }
  .g-bottom-minus-sm-4 {
    bottom: -0.25rem !important; }
  .g-top-minus-sm-5 {
    top: -0.3125rem !important; }
  .g-left-minus-sm-5 {
    left: -0.3125rem !important; }
  .g-right-minus-sm-5 {
    right: -0.3125rem !important; }
  .g-bottom-minus-sm-5 {
    bottom: -0.3125rem !important; }
  .g-top-minus-sm-6 {
    top: -0.375rem !important; }
  .g-left-minus-sm-6 {
    left: -0.375rem !important; }
  .g-right-minus-sm-6 {
    right: -0.375rem !important; }
  .g-bottom-minus-sm-6 {
    bottom: -0.375rem !important; }
  .g-top-minus-sm-7 {
    top: -0.4375rem !important; }
  .g-left-minus-sm-7 {
    left: -0.4375rem !important; }
  .g-right-minus-sm-7 {
    right: -0.4375rem !important; }
  .g-bottom-minus-sm-7 {
    bottom: -0.4375rem !important; }
  .g-top-minus-sm-8 {
    top: -0.5rem !important; }
  .g-left-minus-sm-8 {
    left: -0.5rem !important; }
  .g-right-minus-sm-8 {
    right: -0.5rem !important; }
  .g-bottom-minus-sm-8 {
    bottom: -0.5rem !important; }
  .g-top-minus-sm-9 {
    top: -0.5625rem !important; }
  .g-left-minus-sm-9 {
    left: -0.5625rem !important; }
  .g-right-minus-sm-9 {
    right: -0.5625rem !important; }
  .g-bottom-minus-sm-9 {
    bottom: -0.5625rem !important; }
  .g-top-minus-sm-10 {
    top: -0.625rem !important; }
  .g-left-minus-sm-10 {
    left: -0.625rem !important; }
  .g-right-minus-sm-10 {
    right: -0.625rem !important; }
  .g-bottom-minus-sm-10 {
    bottom: -0.625rem !important; }
  .g-top-minus-sm-11 {
    top: -0.6875rem !important; }
  .g-left-minus-sm-11 {
    left: -0.6875rem !important; }
  .g-right-minus-sm-11 {
    right: -0.6875rem !important; }
  .g-bottom-minus-sm-11 {
    bottom: -0.6875rem !important; }
  .g-top-minus-sm-12 {
    top: -0.75rem !important; }
  .g-left-minus-sm-12 {
    left: -0.75rem !important; }
  .g-right-minus-sm-12 {
    right: -0.75rem !important; }
  .g-bottom-minus-sm-12 {
    bottom: -0.75rem !important; }
  .g-top-minus-sm-13 {
    top: -0.8125rem !important; }
  .g-left-minus-sm-13 {
    left: -0.8125rem !important; }
  .g-right-minus-sm-13 {
    right: -0.8125rem !important; }
  .g-bottom-minus-sm-13 {
    bottom: -0.8125rem !important; }
  .g-top-minus-sm-14 {
    top: -0.875rem !important; }
  .g-left-minus-sm-14 {
    left: -0.875rem !important; }
  .g-right-minus-sm-14 {
    right: -0.875rem !important; }
  .g-bottom-minus-sm-14 {
    bottom: -0.875rem !important; }
  .g-top-minus-sm-15 {
    top: -0.9375rem !important; }
  .g-left-minus-sm-15 {
    left: -0.9375rem !important; }
  .g-right-minus-sm-15 {
    right: -0.9375rem !important; }
  .g-bottom-minus-sm-15 {
    bottom: -0.9375rem !important; }
  .g-top-minus-sm-16 {
    top: -1rem !important; }
  .g-left-minus-sm-16 {
    left: -1rem !important; }
  .g-right-minus-sm-16 {
    right: -1rem !important; }
  .g-bottom-minus-sm-16 {
    bottom: -1rem !important; }
  .g-top-minus-sm-17 {
    top: -1.0625rem !important; }
  .g-left-minus-sm-17 {
    left: -1.0625rem !important; }
  .g-right-minus-sm-17 {
    right: -1.0625rem !important; }
  .g-bottom-minus-sm-17 {
    bottom: -1.0625rem !important; }
  .g-top-minus-sm-18 {
    top: -1.125rem !important; }
  .g-left-minus-sm-18 {
    left: -1.125rem !important; }
  .g-right-minus-sm-18 {
    right: -1.125rem !important; }
  .g-bottom-minus-sm-18 {
    bottom: -1.125rem !important; }
  .g-top-minus-sm-19 {
    top: -1.1875rem !important; }
  .g-left-minus-sm-19 {
    left: -1.1875rem !important; }
  .g-right-minus-sm-19 {
    right: -1.1875rem !important; }
  .g-bottom-minus-sm-19 {
    bottom: -1.1875rem !important; }
  .g-top-minus-sm-20 {
    top: -1.25rem !important; }
  .g-left-minus-sm-20 {
    left: -1.25rem !important; }
  .g-right-minus-sm-20 {
    right: -1.25rem !important; }
  .g-bottom-minus-sm-20 {
    bottom: -1.25rem !important; }
  .g-top-sm-25 {
    top: 1.5625rem !important; }
  .g-left-sm-25 {
    left: 1.5625rem !important; }
  .g-right-sm-25 {
    right: 1.5625rem !important; }
  .g-bottom-sm-25 {
    bottom: 1.5625rem !important; }
  .g-top-minus-sm-25 {
    top: -1.5625rem !important; }
  .g-left-minus-sm-25 {
    left: -1.5625rem !important; }
  .g-right-minus-sm-25 {
    right: -1.5625rem !important; }
  .g-bottom-minus-sm-25 {
    bottom: -1.5625rem !important; }
  .g-top-sm-30 {
    top: 1.875rem !important; }
  .g-left-sm-30 {
    left: 1.875rem !important; }
  .g-right-sm-30 {
    right: 1.875rem !important; }
  .g-bottom-sm-30 {
    bottom: 1.875rem !important; }
  .g-top-minus-sm-30 {
    top: -1.875rem !important; }
  .g-left-minus-sm-30 {
    left: -1.875rem !important; }
  .g-right-minus-sm-30 {
    right: -1.875rem !important; }
  .g-bottom-minus-sm-30 {
    bottom: -1.875rem !important; }
  .g-top-sm-35 {
    top: 2.1875rem !important; }
  .g-left-sm-35 {
    left: 2.1875rem !important; }
  .g-right-sm-35 {
    right: 2.1875rem !important; }
  .g-bottom-sm-35 {
    bottom: 2.1875rem !important; }
  .g-top-minus-sm-35 {
    top: -2.1875rem !important; }
  .g-left-minus-sm-35 {
    left: -2.1875rem !important; }
  .g-right-minus-sm-35 {
    right: -2.1875rem !important; }
  .g-bottom-minus-sm-35 {
    bottom: -2.1875rem !important; }
  .g-top-sm-40 {
    top: 2.5rem !important; }
  .g-left-sm-40 {
    left: 2.5rem !important; }
  .g-right-sm-40 {
    right: 2.5rem !important; }
  .g-bottom-sm-40 {
    bottom: 2.5rem !important; }
  .g-top-minus-sm-40 {
    top: -2.5rem !important; }
  .g-left-minus-sm-40 {
    left: -2.5rem !important; }
  .g-right-minus-sm-40 {
    right: -2.5rem !important; }
  .g-bottom-minus-sm-40 {
    bottom: -2.5rem !important; }
  .g-top-sm-45 {
    top: 2.8125rem !important; }
  .g-left-sm-45 {
    left: 2.8125rem !important; }
  .g-right-sm-45 {
    right: 2.8125rem !important; }
  .g-bottom-sm-45 {
    bottom: 2.8125rem !important; }
  .g-top-minus-sm-45 {
    top: -2.8125rem !important; }
  .g-left-minus-sm-45 {
    left: -2.8125rem !important; }
  .g-right-minus-sm-45 {
    right: -2.8125rem !important; }
  .g-bottom-minus-sm-45 {
    bottom: -2.8125rem !important; }
  .g-top-sm-50 {
    top: 3.125rem !important; }
  .g-left-sm-50 {
    left: 3.125rem !important; }
  .g-right-sm-50 {
    right: 3.125rem !important; }
  .g-bottom-sm-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-sm-50 {
    top: -3.125rem !important; }
  .g-left-minus-sm-50 {
    left: -3.125rem !important; }
  .g-right-minus-sm-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-sm-50 {
    bottom: -3.125rem !important; }
  .g-top-sm-50 {
    top: 3.125rem !important; }
  .g-left-sm-50 {
    left: 3.125rem !important; }
  .g-right-sm-50 {
    right: 3.125rem !important; }
  .g-bottom-sm-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-sm-50 {
    top: -3.125rem !important; }
  .g-left-minus-sm-50 {
    left: -3.125rem !important; }
  .g-right-minus-sm-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-sm-50 {
    bottom: -3.125rem !important; }
  .g-top-sm-60 {
    top: 3.75rem !important; }
  .g-left-sm-60 {
    left: 3.75rem !important; }
  .g-right-sm-60 {
    right: 3.75rem !important; }
  .g-bottom-sm-60 {
    bottom: 3.75rem !important; }
  .g-top-minus-sm-60 {
    top: -3.75rem !important; }
  .g-left-minus-sm-60 {
    left: -3.75rem !important; }
  .g-right-minus-sm-60 {
    right: -3.75rem !important; }
  .g-bottom-minus-sm-60 {
    bottom: -3.75rem !important; }
  .g-top-sm-70 {
    top: 4.375rem !important; }
  .g-left-sm-70 {
    left: 4.375rem !important; }
  .g-right-sm-70 {
    right: 4.375rem !important; }
  .g-bottom-sm-70 {
    bottom: 4.375rem !important; }
  .g-top-minus-sm-70 {
    top: -4.375rem !important; }
  .g-left-minus-sm-70 {
    left: -4.375rem !important; }
  .g-right-minus-sm-70 {
    right: -4.375rem !important; }
  .g-bottom-minus-sm-70 {
    bottom: -4.375rem !important; }
  .g-top-sm-80 {
    top: 5rem !important; }
  .g-left-sm-80 {
    left: 5rem !important; }
  .g-right-sm-80 {
    right: 5rem !important; }
  .g-bottom-sm-80 {
    bottom: 5rem !important; }
  .g-top-minus-sm-80 {
    top: -5rem !important; }
  .g-left-minus-sm-80 {
    left: -5rem !important; }
  .g-right-minus-sm-80 {
    right: -5rem !important; }
  .g-bottom-minus-sm-80 {
    bottom: -5rem !important; }
  .g-top-sm-90 {
    top: 5.625rem !important; }
  .g-left-sm-90 {
    left: 5.625rem !important; }
  .g-right-sm-90 {
    right: 5.625rem !important; }
  .g-bottom-sm-90 {
    bottom: 5.625rem !important; }
  .g-top-minus-sm-90 {
    top: -5.625rem !important; }
  .g-left-minus-sm-90 {
    left: -5.625rem !important; }
  .g-right-minus-sm-90 {
    right: -5.625rem !important; }
  .g-bottom-minus-sm-90 {
    bottom: -5.625rem !important; }
  .g-top-sm-100 {
    top: 6.25rem !important; }
  .g-left-sm-100 {
    left: 6.25rem !important; }
  .g-right-sm-100 {
    right: 6.25rem !important; }
  .g-bottom-sm-100 {
    bottom: 6.25rem !important; }
  .g-top-minus-sm-100 {
    top: -6.25rem !important; }
  .g-left-minus-sm-100 {
    left: -6.25rem !important; }
  .g-right-minus-sm-100 {
    right: -6.25rem !important; }
  .g-bottom-minus-sm-100 {
    bottom: -6.25rem !important; }
  .g-top-sm-110 {
    top: 6.875rem !important; }
  .g-left-sm-110 {
    left: 6.875rem !important; }
  .g-right-sm-110 {
    right: 6.875rem !important; }
  .g-bottom-sm-110 {
    bottom: 6.875rem !important; }
  .g-top-minus-sm-110 {
    top: -6.875rem !important; }
  .g-left-minus-sm-110 {
    left: -6.875rem !important; }
  .g-right-minus-sm-110 {
    right: -6.875rem !important; }
  .g-bottom-minus-sm-110 {
    bottom: -6.875rem !important; }
  .g-top-sm-120 {
    top: 7.5rem !important; }
  .g-left-sm-120 {
    left: 7.5rem !important; }
  .g-right-sm-120 {
    right: 7.5rem !important; }
  .g-bottom-sm-120 {
    bottom: 7.5rem !important; }
  .g-top-minus-sm-120 {
    top: -7.5rem !important; }
  .g-left-minus-sm-120 {
    left: -7.5rem !important; }
  .g-right-minus-sm-120 {
    right: -7.5rem !important; }
  .g-bottom-minus-sm-120 {
    bottom: -7.5rem !important; }
  .g-top-sm-130 {
    top: 8.125rem !important; }
  .g-left-sm-130 {
    left: 8.125rem !important; }
  .g-right-sm-130 {
    right: 8.125rem !important; }
  .g-bottom-sm-130 {
    bottom: 8.125rem !important; }
  .g-top-minus-sm-130 {
    top: -8.125rem !important; }
  .g-left-minus-sm-130 {
    left: -8.125rem !important; }
  .g-right-minus-sm-130 {
    right: -8.125rem !important; }
  .g-bottom-minus-sm-130 {
    bottom: -8.125rem !important; }
  .g-top-sm-140 {
    top: 8.75rem !important; }
  .g-left-sm-140 {
    left: 8.75rem !important; }
  .g-right-sm-140 {
    right: 8.75rem !important; }
  .g-bottom-sm-140 {
    bottom: 8.75rem !important; }
  .g-top-minus-sm-140 {
    top: -8.75rem !important; }
  .g-left-minus-sm-140 {
    left: -8.75rem !important; }
  .g-right-minus-sm-140 {
    right: -8.75rem !important; }
  .g-bottom-minus-sm-140 {
    bottom: -8.75rem !important; }
  .g-top-sm-150 {
    top: 9.375rem !important; }
  .g-left-sm-150 {
    left: 9.375rem !important; }
  .g-right-sm-150 {
    right: 9.375rem !important; }
  .g-bottom-sm-150 {
    bottom: 9.375rem !important; }
  .g-top-minus-sm-150 {
    top: -9.375rem !important; }
  .g-left-minus-sm-150 {
    left: -9.375rem !important; }
  .g-right-minus-sm-150 {
    right: -9.375rem !important; }
  .g-bottom-minus-sm-150 {
    bottom: -9.375rem !important; } }
@media (min-width: 768px) {
  .g-m-md-0 {
    margin: 0rem !important; }
  .g-mt-md-0,
  .g-my-md-0 {
    margin-top: 0rem !important; }
  .g-mr-md-0,
  .g-mx-md-0 {
    margin-right: 0rem !important; }
  .g-mb-md-0,
  .g-my-md-0 {
    margin-bottom: 0rem !important; }
  .g-ml-md-0,
  .g-mx-md-0 {
    margin-left: 0rem !important; }
  .g-m-md-1 {
    margin: 0.0625rem !important; }
  .g-mt-md-1,
  .g-my-md-1 {
    margin-top: 0.0625rem !important; }
  .g-mr-md-1,
  .g-mx-md-1 {
    margin-right: 0.0625rem !important; }
  .g-mb-md-1,
  .g-my-md-1 {
    margin-bottom: 0.0625rem !important; }
  .g-ml-md-1,
  .g-mx-md-1 {
    margin-left: 0.0625rem !important; }
  .g-m-md-2 {
    margin: 0.125rem !important; }
  .g-mt-md-2,
  .g-my-md-2 {
    margin-top: 0.125rem !important; }
  .g-mr-md-2,
  .g-mx-md-2 {
    margin-right: 0.125rem !important; }
  .g-mb-md-2,
  .g-my-md-2 {
    margin-bottom: 0.125rem !important; }
  .g-ml-md-2,
  .g-mx-md-2 {
    margin-left: 0.125rem !important; }
  .g-m-md-3 {
    margin: 0.1875rem !important; }
  .g-mt-md-3,
  .g-my-md-3 {
    margin-top: 0.1875rem !important; }
  .g-mr-md-3,
  .g-mx-md-3 {
    margin-right: 0.1875rem !important; }
  .g-mb-md-3,
  .g-my-md-3 {
    margin-bottom: 0.1875rem !important; }
  .g-ml-md-3,
  .g-mx-md-3 {
    margin-left: 0.1875rem !important; }
  .g-m-md-4 {
    margin: 0.25rem !important; }
  .g-mt-md-4,
  .g-my-md-4 {
    margin-top: 0.25rem !important; }
  .g-mr-md-4,
  .g-mx-md-4 {
    margin-right: 0.25rem !important; }
  .g-mb-md-4,
  .g-my-md-4 {
    margin-bottom: 0.25rem !important; }
  .g-ml-md-4,
  .g-mx-md-4 {
    margin-left: 0.25rem !important; }
  .g-m-md-5 {
    margin: 0.3125rem !important; }
  .g-mt-md-5,
  .g-my-md-5 {
    margin-top: 0.3125rem !important; }
  .g-mr-md-5,
  .g-mx-md-5 {
    margin-right: 0.3125rem !important; }
  .g-mb-md-5,
  .g-my-md-5 {
    margin-bottom: 0.3125rem !important; }
  .g-ml-md-5,
  .g-mx-md-5 {
    margin-left: 0.3125rem !important; }
  .g-m-md-6 {
    margin: 0.375rem !important; }
  .g-mt-md-6,
  .g-my-md-6 {
    margin-top: 0.375rem !important; }
  .g-mr-md-6,
  .g-mx-md-6 {
    margin-right: 0.375rem !important; }
  .g-mb-md-6,
  .g-my-md-6 {
    margin-bottom: 0.375rem !important; }
  .g-ml-md-6,
  .g-mx-md-6 {
    margin-left: 0.375rem !important; }
  .g-m-md-7 {
    margin: 0.4375rem !important; }
  .g-mt-md-7,
  .g-my-md-7 {
    margin-top: 0.4375rem !important; }
  .g-mr-md-7,
  .g-mx-md-7 {
    margin-right: 0.4375rem !important; }
  .g-mb-md-7,
  .g-my-md-7 {
    margin-bottom: 0.4375rem !important; }
  .g-ml-md-7,
  .g-mx-md-7 {
    margin-left: 0.4375rem !important; }
  .g-m-md-8 {
    margin: 0.5rem !important; }
  .g-mt-md-8,
  .g-my-md-8 {
    margin-top: 0.5rem !important; }
  .g-mr-md-8,
  .g-mx-md-8 {
    margin-right: 0.5rem !important; }
  .g-mb-md-8,
  .g-my-md-8 {
    margin-bottom: 0.5rem !important; }
  .g-ml-md-8,
  .g-mx-md-8 {
    margin-left: 0.5rem !important; }
  .g-m-md-9 {
    margin: 0.5625rem !important; }
  .g-mt-md-9,
  .g-my-md-9 {
    margin-top: 0.5625rem !important; }
  .g-mr-md-9,
  .g-mx-md-9 {
    margin-right: 0.5625rem !important; }
  .g-mb-md-9,
  .g-my-md-9 {
    margin-bottom: 0.5625rem !important; }
  .g-ml-md-9,
  .g-mx-md-9 {
    margin-left: 0.5625rem !important; }
  .g-m-md-10 {
    margin: 0.625rem !important; }
  .g-mt-md-10,
  .g-my-md-10 {
    margin-top: 0.625rem !important; }
  .g-mr-md-10,
  .g-mx-md-10 {
    margin-right: 0.625rem !important; }
  .g-mb-md-10,
  .g-my-md-10 {
    margin-bottom: 0.625rem !important; }
  .g-ml-md-10,
  .g-mx-md-10 {
    margin-left: 0.625rem !important; }
  .g-m-md-11 {
    margin: 0.6875rem !important; }
  .g-mt-md-11,
  .g-my-md-11 {
    margin-top: 0.6875rem !important; }
  .g-mr-md-11,
  .g-mx-md-11 {
    margin-right: 0.6875rem !important; }
  .g-mb-md-11,
  .g-my-md-11 {
    margin-bottom: 0.6875rem !important; }
  .g-ml-md-11,
  .g-mx-md-11 {
    margin-left: 0.6875rem !important; }
  .g-m-md-12 {
    margin: 0.75rem !important; }
  .g-mt-md-12,
  .g-my-md-12 {
    margin-top: 0.75rem !important; }
  .g-mr-md-12,
  .g-mx-md-12 {
    margin-right: 0.75rem !important; }
  .g-mb-md-12,
  .g-my-md-12 {
    margin-bottom: 0.75rem !important; }
  .g-ml-md-12,
  .g-mx-md-12 {
    margin-left: 0.75rem !important; }
  .g-m-md-13 {
    margin: 0.8125rem !important; }
  .g-mt-md-13,
  .g-my-md-13 {
    margin-top: 0.8125rem !important; }
  .g-mr-md-13,
  .g-mx-md-13 {
    margin-right: 0.8125rem !important; }
  .g-mb-md-13,
  .g-my-md-13 {
    margin-bottom: 0.8125rem !important; }
  .g-ml-md-13,
  .g-mx-md-13 {
    margin-left: 0.8125rem !important; }
  .g-m-md-14 {
    margin: 0.875rem !important; }
  .g-mt-md-14,
  .g-my-md-14 {
    margin-top: 0.875rem !important; }
  .g-mr-md-14,
  .g-mx-md-14 {
    margin-right: 0.875rem !important; }
  .g-mb-md-14,
  .g-my-md-14 {
    margin-bottom: 0.875rem !important; }
  .g-ml-md-14,
  .g-mx-md-14 {
    margin-left: 0.875rem !important; }
  .g-m-md-15 {
    margin: 0.9375rem !important; }
  .g-mt-md-15,
  .g-my-md-15 {
    margin-top: 0.9375rem !important; }
  .g-mr-md-15,
  .g-mx-md-15 {
    margin-right: 0.9375rem !important; }
  .g-mb-md-15,
  .g-my-md-15 {
    margin-bottom: 0.9375rem !important; }
  .g-ml-md-15,
  .g-mx-md-15 {
    margin-left: 0.9375rem !important; }
  .g-m-md-16 {
    margin: 1rem !important; }
  .g-mt-md-16,
  .g-my-md-16 {
    margin-top: 1rem !important; }
  .g-mr-md-16,
  .g-mx-md-16 {
    margin-right: 1rem !important; }
  .g-mb-md-16,
  .g-my-md-16 {
    margin-bottom: 1rem !important; }
  .g-ml-md-16,
  .g-mx-md-16 {
    margin-left: 1rem !important; }
  .g-m-md-17 {
    margin: 1.0625rem !important; }
  .g-mt-md-17,
  .g-my-md-17 {
    margin-top: 1.0625rem !important; }
  .g-mr-md-17,
  .g-mx-md-17 {
    margin-right: 1.0625rem !important; }
  .g-mb-md-17,
  .g-my-md-17 {
    margin-bottom: 1.0625rem !important; }
  .g-ml-md-17,
  .g-mx-md-17 {
    margin-left: 1.0625rem !important; }
  .g-m-md-18 {
    margin: 1.125rem !important; }
  .g-mt-md-18,
  .g-my-md-18 {
    margin-top: 1.125rem !important; }
  .g-mr-md-18,
  .g-mx-md-18 {
    margin-right: 1.125rem !important; }
  .g-mb-md-18,
  .g-my-md-18 {
    margin-bottom: 1.125rem !important; }
  .g-ml-md-18,
  .g-mx-md-18 {
    margin-left: 1.125rem !important; }
  .g-m-md-19 {
    margin: 1.1875rem !important; }
  .g-mt-md-19,
  .g-my-md-19 {
    margin-top: 1.1875rem !important; }
  .g-mr-md-19,
  .g-mx-md-19 {
    margin-right: 1.1875rem !important; }
  .g-mb-md-19,
  .g-my-md-19 {
    margin-bottom: 1.1875rem !important; }
  .g-ml-md-19,
  .g-mx-md-19 {
    margin-left: 1.1875rem !important; }
  .g-m-md-20 {
    margin: 1.25rem !important; }
  .g-mt-md-20,
  .g-my-md-20 {
    margin-top: 1.25rem !important; }
  .g-mr-md-20,
  .g-mx-md-20 {
    margin-right: 1.25rem !important; }
  .g-mb-md-20,
  .g-my-md-20 {
    margin-bottom: 1.25rem !important; }
  .g-ml-md-20,
  .g-mx-md-20 {
    margin-left: 1.25rem !important; }
  .g-m-md-25 {
    margin: 1.5625rem !important; }
  .g-mt-md-25,
  .g-my-md-25 {
    margin-top: 1.5625rem !important; }
  .g-mr-md-25,
  .g-mx-md-25 {
    margin-right: 1.5625rem !important; }
  .g-mb-md-25,
  .g-my-md-25 {
    margin-bottom: 1.5625rem !important; }
  .g-ml-md-25,
  .g-mx-md-25 {
    margin-left: 1.5625rem !important; }
  .g-m-md-30 {
    margin: 1.875rem !important; }
  .g-mt-md-30,
  .g-my-md-30 {
    margin-top: 1.875rem !important; }
  .g-mr-md-30,
  .g-mx-md-30 {
    margin-right: 1.875rem !important; }
  .g-mb-md-30,
  .g-my-md-30 {
    margin-bottom: 1.875rem !important; }
  .g-ml-md-30,
  .g-mx-md-30 {
    margin-left: 1.875rem !important; }
  .g-m-md-35 {
    margin: 2.1875rem !important; }
  .g-mt-md-35,
  .g-my-md-35 {
    margin-top: 2.1875rem !important; }
  .g-mr-md-35,
  .g-mx-md-35 {
    margin-right: 2.1875rem !important; }
  .g-mb-md-35,
  .g-my-md-35 {
    margin-bottom: 2.1875rem !important; }
  .g-ml-md-35,
  .g-mx-md-35 {
    margin-left: 2.1875rem !important; }
  .g-m-md-40 {
    margin: 2.5rem !important; }
  .g-mt-md-40,
  .g-my-md-40 {
    margin-top: 2.5rem !important; }
  .g-mr-md-40,
  .g-mx-md-40 {
    margin-right: 2.5rem !important; }
  .g-mb-md-40,
  .g-my-md-40 {
    margin-bottom: 2.5rem !important; }
  .g-ml-md-40,
  .g-mx-md-40 {
    margin-left: 2.5rem !important; }
  .g-m-md-45 {
    margin: 2.8125rem !important; }
  .g-mt-md-45,
  .g-my-md-45 {
    margin-top: 2.8125rem !important; }
  .g-mr-md-45,
  .g-mx-md-45 {
    margin-right: 2.8125rem !important; }
  .g-mb-md-45,
  .g-my-md-45 {
    margin-bottom: 2.8125rem !important; }
  .g-ml-md-45,
  .g-mx-md-45 {
    margin-left: 2.8125rem !important; }
  .g-m-md-50 {
    margin: 3.125rem !important; }
  .g-mt-md-50,
  .g-my-md-50 {
    margin-top: 3.125rem !important; }
  .g-mr-md-50,
  .g-mx-md-50 {
    margin-right: 3.125rem !important; }
  .g-mb-md-50,
  .g-my-md-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-md-50,
  .g-mx-md-50 {
    margin-left: 3.125rem !important; }
  .g-m-md-50 {
    margin: 3.125rem !important; }
  .g-mt-md-50,
  .g-my-md-50 {
    margin-top: 3.125rem !important; }
  .g-mr-md-50,
  .g-mx-md-50 {
    margin-right: 3.125rem !important; }
  .g-mb-md-50,
  .g-my-md-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-md-50,
  .g-mx-md-50 {
    margin-left: 3.125rem !important; }
  .g-m-md-60 {
    margin: 3.75rem !important; }
  .g-mt-md-60,
  .g-my-md-60 {
    margin-top: 3.75rem !important; }
  .g-mr-md-60,
  .g-mx-md-60 {
    margin-right: 3.75rem !important; }
  .g-mb-md-60,
  .g-my-md-60 {
    margin-bottom: 3.75rem !important; }
  .g-ml-md-60,
  .g-mx-md-60 {
    margin-left: 3.75rem !important; }
  .g-m-md-70 {
    margin: 4.375rem !important; }
  .g-mt-md-70,
  .g-my-md-70 {
    margin-top: 4.375rem !important; }
  .g-mr-md-70,
  .g-mx-md-70 {
    margin-right: 4.375rem !important; }
  .g-mb-md-70,
  .g-my-md-70 {
    margin-bottom: 4.375rem !important; }
  .g-ml-md-70,
  .g-mx-md-70 {
    margin-left: 4.375rem !important; }
  .g-m-md-80 {
    margin: 5rem !important; }
  .g-mt-md-80,
  .g-my-md-80 {
    margin-top: 5rem !important; }
  .g-mr-md-80,
  .g-mx-md-80 {
    margin-right: 5rem !important; }
  .g-mb-md-80,
  .g-my-md-80 {
    margin-bottom: 5rem !important; }
  .g-ml-md-80,
  .g-mx-md-80 {
    margin-left: 5rem !important; }
  .g-m-md-90 {
    margin: 5.625rem !important; }
  .g-mt-md-90,
  .g-my-md-90 {
    margin-top: 5.625rem !important; }
  .g-mr-md-90,
  .g-mx-md-90 {
    margin-right: 5.625rem !important; }
  .g-mb-md-90,
  .g-my-md-90 {
    margin-bottom: 5.625rem !important; }
  .g-ml-md-90,
  .g-mx-md-90 {
    margin-left: 5.625rem !important; }
  .g-m-md-100 {
    margin: 6.25rem !important; }
  .g-mt-md-100,
  .g-my-md-100 {
    margin-top: 6.25rem !important; }
  .g-mr-md-100,
  .g-mx-md-100 {
    margin-right: 6.25rem !important; }
  .g-mb-md-100,
  .g-my-md-100 {
    margin-bottom: 6.25rem !important; }
  .g-ml-md-100,
  .g-mx-md-100 {
    margin-left: 6.25rem !important; }
  .g-m-md-110 {
    margin: 6.875rem !important; }
  .g-mt-md-110,
  .g-my-md-110 {
    margin-top: 6.875rem !important; }
  .g-mr-md-110,
  .g-mx-md-110 {
    margin-right: 6.875rem !important; }
  .g-mb-md-110,
  .g-my-md-110 {
    margin-bottom: 6.875rem !important; }
  .g-ml-md-110,
  .g-mx-md-110 {
    margin-left: 6.875rem !important; }
  .g-m-md-120 {
    margin: 7.5rem !important; }
  .g-mt-md-120,
  .g-my-md-120 {
    margin-top: 7.5rem !important; }
  .g-mr-md-120,
  .g-mx-md-120 {
    margin-right: 7.5rem !important; }
  .g-mb-md-120,
  .g-my-md-120 {
    margin-bottom: 7.5rem !important; }
  .g-ml-md-120,
  .g-mx-md-120 {
    margin-left: 7.5rem !important; }
  .g-m-md-130 {
    margin: 8.125rem !important; }
  .g-mt-md-130,
  .g-my-md-130 {
    margin-top: 8.125rem !important; }
  .g-mr-md-130,
  .g-mx-md-130 {
    margin-right: 8.125rem !important; }
  .g-mb-md-130,
  .g-my-md-130 {
    margin-bottom: 8.125rem !important; }
  .g-ml-md-130,
  .g-mx-md-130 {
    margin-left: 8.125rem !important; }
  .g-m-md-140 {
    margin: 8.75rem !important; }
  .g-mt-md-140,
  .g-my-md-140 {
    margin-top: 8.75rem !important; }
  .g-mr-md-140,
  .g-mx-md-140 {
    margin-right: 8.75rem !important; }
  .g-mb-md-140,
  .g-my-md-140 {
    margin-bottom: 8.75rem !important; }
  .g-ml-md-140,
  .g-mx-md-140 {
    margin-left: 8.75rem !important; }
  .g-m-md-150 {
    margin: 9.375rem !important; }
  .g-mt-md-150,
  .g-my-md-150 {
    margin-top: 9.375rem !important; }
  .g-mr-md-150,
  .g-mx-md-150 {
    margin-right: 9.375rem !important; }
  .g-mb-md-150,
  .g-my-md-150 {
    margin-bottom: 9.375rem !important; }
  .g-ml-md-150,
  .g-mx-md-150 {
    margin-left: 9.375rem !important; }
  .g-p-md-0 {
    padding: 0rem !important; }
  .g-pt-md-0,
  .g-py-md-0 {
    padding-top: 0rem !important; }
  .g-pr-md-0,
  .g-px-md-0 {
    padding-right: 0rem !important; }
  .g-pb-md-0,
  .g-py-md-0 {
    padding-bottom: 0rem !important; }
  .g-pl-md-0,
  .g-px-md-0 {
    padding-left: 0rem !important; }
  .g-p-md-1 {
    padding: 0.0625rem !important; }
  .g-pt-md-1,
  .g-py-md-1 {
    padding-top: 0.0625rem !important; }
  .g-pr-md-1,
  .g-px-md-1 {
    padding-right: 0.0625rem !important; }
  .g-pb-md-1,
  .g-py-md-1 {
    padding-bottom: 0.0625rem !important; }
  .g-pl-md-1,
  .g-px-md-1 {
    padding-left: 0.0625rem !important; }
  .g-p-md-2 {
    padding: 0.125rem !important; }
  .g-pt-md-2,
  .g-py-md-2 {
    padding-top: 0.125rem !important; }
  .g-pr-md-2,
  .g-px-md-2 {
    padding-right: 0.125rem !important; }
  .g-pb-md-2,
  .g-py-md-2 {
    padding-bottom: 0.125rem !important; }
  .g-pl-md-2,
  .g-px-md-2 {
    padding-left: 0.125rem !important; }
  .g-p-md-3 {
    padding: 0.1875rem !important; }
  .g-pt-md-3,
  .g-py-md-3 {
    padding-top: 0.1875rem !important; }
  .g-pr-md-3,
  .g-px-md-3 {
    padding-right: 0.1875rem !important; }
  .g-pb-md-3,
  .g-py-md-3 {
    padding-bottom: 0.1875rem !important; }
  .g-pl-md-3,
  .g-px-md-3 {
    padding-left: 0.1875rem !important; }
  .g-p-md-4 {
    padding: 0.25rem !important; }
  .g-pt-md-4,
  .g-py-md-4 {
    padding-top: 0.25rem !important; }
  .g-pr-md-4,
  .g-px-md-4 {
    padding-right: 0.25rem !important; }
  .g-pb-md-4,
  .g-py-md-4 {
    padding-bottom: 0.25rem !important; }
  .g-pl-md-4,
  .g-px-md-4 {
    padding-left: 0.25rem !important; }
  .g-p-md-5 {
    padding: 0.3125rem !important; }
  .g-pt-md-5,
  .g-py-md-5 {
    padding-top: 0.3125rem !important; }
  .g-pr-md-5,
  .g-px-md-5 {
    padding-right: 0.3125rem !important; }
  .g-pb-md-5,
  .g-py-md-5 {
    padding-bottom: 0.3125rem !important; }
  .g-pl-md-5,
  .g-px-md-5 {
    padding-left: 0.3125rem !important; }
  .g-p-md-6 {
    padding: 0.375rem !important; }
  .g-pt-md-6,
  .g-py-md-6 {
    padding-top: 0.375rem !important; }
  .g-pr-md-6,
  .g-px-md-6 {
    padding-right: 0.375rem !important; }
  .g-pb-md-6,
  .g-py-md-6 {
    padding-bottom: 0.375rem !important; }
  .g-pl-md-6,
  .g-px-md-6 {
    padding-left: 0.375rem !important; }
  .g-p-md-7 {
    padding: 0.4375rem !important; }
  .g-pt-md-7,
  .g-py-md-7 {
    padding-top: 0.4375rem !important; }
  .g-pr-md-7,
  .g-px-md-7 {
    padding-right: 0.4375rem !important; }
  .g-pb-md-7,
  .g-py-md-7 {
    padding-bottom: 0.4375rem !important; }
  .g-pl-md-7,
  .g-px-md-7 {
    padding-left: 0.4375rem !important; }
  .g-p-md-8 {
    padding: 0.5rem !important; }
  .g-pt-md-8,
  .g-py-md-8 {
    padding-top: 0.5rem !important; }
  .g-pr-md-8,
  .g-px-md-8 {
    padding-right: 0.5rem !important; }
  .g-pb-md-8,
  .g-py-md-8 {
    padding-bottom: 0.5rem !important; }
  .g-pl-md-8,
  .g-px-md-8 {
    padding-left: 0.5rem !important; }
  .g-p-md-9 {
    padding: 0.5625rem !important; }
  .g-pt-md-9,
  .g-py-md-9 {
    padding-top: 0.5625rem !important; }
  .g-pr-md-9,
  .g-px-md-9 {
    padding-right: 0.5625rem !important; }
  .g-pb-md-9,
  .g-py-md-9 {
    padding-bottom: 0.5625rem !important; }
  .g-pl-md-9,
  .g-px-md-9 {
    padding-left: 0.5625rem !important; }
  .g-p-md-10 {
    padding: 0.625rem !important; }
  .g-pt-md-10,
  .g-py-md-10 {
    padding-top: 0.625rem !important; }
  .g-pr-md-10,
  .g-px-md-10 {
    padding-right: 0.625rem !important; }
  .g-pb-md-10,
  .g-py-md-10 {
    padding-bottom: 0.625rem !important; }
  .g-pl-md-10,
  .g-px-md-10 {
    padding-left: 0.625rem !important; }
  .g-p-md-11 {
    padding: 0.6875rem !important; }
  .g-pt-md-11,
  .g-py-md-11 {
    padding-top: 0.6875rem !important; }
  .g-pr-md-11,
  .g-px-md-11 {
    padding-right: 0.6875rem !important; }
  .g-pb-md-11,
  .g-py-md-11 {
    padding-bottom: 0.6875rem !important; }
  .g-pl-md-11,
  .g-px-md-11 {
    padding-left: 0.6875rem !important; }
  .g-p-md-12 {
    padding: 0.75rem !important; }
  .g-pt-md-12,
  .g-py-md-12 {
    padding-top: 0.75rem !important; }
  .g-pr-md-12,
  .g-px-md-12 {
    padding-right: 0.75rem !important; }
  .g-pb-md-12,
  .g-py-md-12 {
    padding-bottom: 0.75rem !important; }
  .g-pl-md-12,
  .g-px-md-12 {
    padding-left: 0.75rem !important; }
  .g-p-md-13 {
    padding: 0.8125rem !important; }
  .g-pt-md-13,
  .g-py-md-13 {
    padding-top: 0.8125rem !important; }
  .g-pr-md-13,
  .g-px-md-13 {
    padding-right: 0.8125rem !important; }
  .g-pb-md-13,
  .g-py-md-13 {
    padding-bottom: 0.8125rem !important; }
  .g-pl-md-13,
  .g-px-md-13 {
    padding-left: 0.8125rem !important; }
  .g-p-md-14 {
    padding: 0.875rem !important; }
  .g-pt-md-14,
  .g-py-md-14 {
    padding-top: 0.875rem !important; }
  .g-pr-md-14,
  .g-px-md-14 {
    padding-right: 0.875rem !important; }
  .g-pb-md-14,
  .g-py-md-14 {
    padding-bottom: 0.875rem !important; }
  .g-pl-md-14,
  .g-px-md-14 {
    padding-left: 0.875rem !important; }
  .g-p-md-15 {
    padding: 0.9375rem !important; }
  .g-pt-md-15,
  .g-py-md-15 {
    padding-top: 0.9375rem !important; }
  .g-pr-md-15,
  .g-px-md-15 {
    padding-right: 0.9375rem !important; }
  .g-pb-md-15,
  .g-py-md-15 {
    padding-bottom: 0.9375rem !important; }
  .g-pl-md-15,
  .g-px-md-15 {
    padding-left: 0.9375rem !important; }
  .g-p-md-16 {
    padding: 1rem !important; }
  .g-pt-md-16,
  .g-py-md-16 {
    padding-top: 1rem !important; }
  .g-pr-md-16,
  .g-px-md-16 {
    padding-right: 1rem !important; }
  .g-pb-md-16,
  .g-py-md-16 {
    padding-bottom: 1rem !important; }
  .g-pl-md-16,
  .g-px-md-16 {
    padding-left: 1rem !important; }
  .g-p-md-17 {
    padding: 1.0625rem !important; }
  .g-pt-md-17,
  .g-py-md-17 {
    padding-top: 1.0625rem !important; }
  .g-pr-md-17,
  .g-px-md-17 {
    padding-right: 1.0625rem !important; }
  .g-pb-md-17,
  .g-py-md-17 {
    padding-bottom: 1.0625rem !important; }
  .g-pl-md-17,
  .g-px-md-17 {
    padding-left: 1.0625rem !important; }
  .g-p-md-18 {
    padding: 1.125rem !important; }
  .g-pt-md-18,
  .g-py-md-18 {
    padding-top: 1.125rem !important; }
  .g-pr-md-18,
  .g-px-md-18 {
    padding-right: 1.125rem !important; }
  .g-pb-md-18,
  .g-py-md-18 {
    padding-bottom: 1.125rem !important; }
  .g-pl-md-18,
  .g-px-md-18 {
    padding-left: 1.125rem !important; }
  .g-p-md-19 {
    padding: 1.1875rem !important; }
  .g-pt-md-19,
  .g-py-md-19 {
    padding-top: 1.1875rem !important; }
  .g-pr-md-19,
  .g-px-md-19 {
    padding-right: 1.1875rem !important; }
  .g-pb-md-19,
  .g-py-md-19 {
    padding-bottom: 1.1875rem !important; }
  .g-pl-md-19,
  .g-px-md-19 {
    padding-left: 1.1875rem !important; }
  .g-p-md-20 {
    padding: 1.25rem !important; }
  .g-pt-md-20,
  .g-py-md-20 {
    padding-top: 1.25rem !important; }
  .g-pr-md-20,
  .g-px-md-20 {
    padding-right: 1.25rem !important; }
  .g-pb-md-20,
  .g-py-md-20 {
    padding-bottom: 1.25rem !important; }
  .g-pl-md-20,
  .g-px-md-20 {
    padding-left: 1.25rem !important; }
  .g-p-md-25 {
    padding: 1.5625rem !important; }
  .g-pt-md-25,
  .g-py-md-25 {
    padding-top: 1.5625rem !important; }
  .g-pr-md-25,
  .g-px-md-25 {
    padding-right: 1.5625rem !important; }
  .g-pb-md-25,
  .g-py-md-25 {
    padding-bottom: 1.5625rem !important; }
  .g-pl-md-25,
  .g-px-md-25 {
    padding-left: 1.5625rem !important; }
  .g-p-md-30 {
    padding: 1.875rem !important; }
  .g-pt-md-30,
  .g-py-md-30 {
    padding-top: 1.875rem !important; }
  .g-pr-md-30,
  .g-px-md-30 {
    padding-right: 1.875rem !important; }
  .g-pb-md-30,
  .g-py-md-30 {
    padding-bottom: 1.875rem !important; }
  .g-pl-md-30,
  .g-px-md-30 {
    padding-left: 1.875rem !important; }
  .g-p-md-35 {
    padding: 2.1875rem !important; }
  .g-pt-md-35,
  .g-py-md-35 {
    padding-top: 2.1875rem !important; }
  .g-pr-md-35,
  .g-px-md-35 {
    padding-right: 2.1875rem !important; }
  .g-pb-md-35,
  .g-py-md-35 {
    padding-bottom: 2.1875rem !important; }
  .g-pl-md-35,
  .g-px-md-35 {
    padding-left: 2.1875rem !important; }
  .g-p-md-40 {
    padding: 2.5rem !important; }
  .g-pt-md-40,
  .g-py-md-40 {
    padding-top: 2.5rem !important; }
  .g-pr-md-40,
  .g-px-md-40 {
    padding-right: 2.5rem !important; }
  .g-pb-md-40,
  .g-py-md-40 {
    padding-bottom: 2.5rem !important; }
  .g-pl-md-40,
  .g-px-md-40 {
    padding-left: 2.5rem !important; }
  .g-p-md-45 {
    padding: 2.8125rem !important; }
  .g-pt-md-45,
  .g-py-md-45 {
    padding-top: 2.8125rem !important; }
  .g-pr-md-45,
  .g-px-md-45 {
    padding-right: 2.8125rem !important; }
  .g-pb-md-45,
  .g-py-md-45 {
    padding-bottom: 2.8125rem !important; }
  .g-pl-md-45,
  .g-px-md-45 {
    padding-left: 2.8125rem !important; }
  .g-p-md-50 {
    padding: 3.125rem !important; }
  .g-pt-md-50,
  .g-py-md-50 {
    padding-top: 3.125rem !important; }
  .g-pr-md-50,
  .g-px-md-50 {
    padding-right: 3.125rem !important; }
  .g-pb-md-50,
  .g-py-md-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-md-50,
  .g-px-md-50 {
    padding-left: 3.125rem !important; }
  .g-p-md-50 {
    padding: 3.125rem !important; }
  .g-pt-md-50,
  .g-py-md-50 {
    padding-top: 3.125rem !important; }
  .g-pr-md-50,
  .g-px-md-50 {
    padding-right: 3.125rem !important; }
  .g-pb-md-50,
  .g-py-md-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-md-50,
  .g-px-md-50 {
    padding-left: 3.125rem !important; }
  .g-p-md-60 {
    padding: 3.75rem !important; }
  .g-pt-md-60,
  .g-py-md-60 {
    padding-top: 3.75rem !important; }
  .g-pr-md-60,
  .g-px-md-60 {
    padding-right: 3.75rem !important; }
  .g-pb-md-60,
  .g-py-md-60 {
    padding-bottom: 3.75rem !important; }
  .g-pl-md-60,
  .g-px-md-60 {
    padding-left: 3.75rem !important; }
  .g-p-md-70 {
    padding: 4.375rem !important; }
  .g-pt-md-70,
  .g-py-md-70 {
    padding-top: 4.375rem !important; }
  .g-pr-md-70,
  .g-px-md-70 {
    padding-right: 4.375rem !important; }
  .g-pb-md-70,
  .g-py-md-70 {
    padding-bottom: 4.375rem !important; }
  .g-pl-md-70,
  .g-px-md-70 {
    padding-left: 4.375rem !important; }
  .g-p-md-80 {
    padding: 5rem !important; }
  .g-pt-md-80,
  .g-py-md-80 {
    padding-top: 5rem !important; }
  .g-pr-md-80,
  .g-px-md-80 {
    padding-right: 5rem !important; }
  .g-pb-md-80,
  .g-py-md-80 {
    padding-bottom: 5rem !important; }
  .g-pl-md-80,
  .g-px-md-80 {
    padding-left: 5rem !important; }
  .g-p-md-90 {
    padding: 5.625rem !important; }
  .g-pt-md-90,
  .g-py-md-90 {
    padding-top: 5.625rem !important; }
  .g-pr-md-90,
  .g-px-md-90 {
    padding-right: 5.625rem !important; }
  .g-pb-md-90,
  .g-py-md-90 {
    padding-bottom: 5.625rem !important; }
  .g-pl-md-90,
  .g-px-md-90 {
    padding-left: 5.625rem !important; }
  .g-p-md-100 {
    padding: 6.25rem !important; }
  .g-pt-md-100,
  .g-py-md-100 {
    padding-top: 6.25rem !important; }
  .g-pr-md-100,
  .g-px-md-100 {
    padding-right: 6.25rem !important; }
  .g-pb-md-100,
  .g-py-md-100 {
    padding-bottom: 6.25rem !important; }
  .g-pl-md-100,
  .g-px-md-100 {
    padding-left: 6.25rem !important; }
  .g-p-md-110 {
    padding: 6.875rem !important; }
  .g-pt-md-110,
  .g-py-md-110 {
    padding-top: 6.875rem !important; }
  .g-pr-md-110,
  .g-px-md-110 {
    padding-right: 6.875rem !important; }
  .g-pb-md-110,
  .g-py-md-110 {
    padding-bottom: 6.875rem !important; }
  .g-pl-md-110,
  .g-px-md-110 {
    padding-left: 6.875rem !important; }
  .g-p-md-120 {
    padding: 7.5rem !important; }
  .g-pt-md-120,
  .g-py-md-120 {
    padding-top: 7.5rem !important; }
  .g-pr-md-120,
  .g-px-md-120 {
    padding-right: 7.5rem !important; }
  .g-pb-md-120,
  .g-py-md-120 {
    padding-bottom: 7.5rem !important; }
  .g-pl-md-120,
  .g-px-md-120 {
    padding-left: 7.5rem !important; }
  .g-p-md-130 {
    padding: 8.125rem !important; }
  .g-pt-md-130,
  .g-py-md-130 {
    padding-top: 8.125rem !important; }
  .g-pr-md-130,
  .g-px-md-130 {
    padding-right: 8.125rem !important; }
  .g-pb-md-130,
  .g-py-md-130 {
    padding-bottom: 8.125rem !important; }
  .g-pl-md-130,
  .g-px-md-130 {
    padding-left: 8.125rem !important; }
  .g-p-md-140 {
    padding: 8.75rem !important; }
  .g-pt-md-140,
  .g-py-md-140 {
    padding-top: 8.75rem !important; }
  .g-pr-md-140,
  .g-px-md-140 {
    padding-right: 8.75rem !important; }
  .g-pb-md-140,
  .g-py-md-140 {
    padding-bottom: 8.75rem !important; }
  .g-pl-md-140,
  .g-px-md-140 {
    padding-left: 8.75rem !important; }
  .g-p-md-150 {
    padding: 9.375rem !important; }
  .g-pt-md-150,
  .g-py-md-150 {
    padding-top: 9.375rem !important; }
  .g-pr-md-150,
  .g-px-md-150 {
    padding-right: 9.375rem !important; }
  .g-pb-md-150,
  .g-py-md-150 {
    padding-bottom: 9.375rem !important; }
  .g-pl-md-150,
  .g-px-md-150 {
    padding-left: 9.375rem !important; }
  .g-mt-md-minus-1 {
    margin-top: -0.0625rem !important; }
  .g-mr-md-minus-1 {
    margin-right: -0.0625rem !important; }
  .g-mb-md-minus-1 {
    margin-bottom: -0.0625rem !important; }
  .g-ml-md-minus-1 {
    margin-left: -0.0625rem !important; }
  .g-mt-md-minus-2 {
    margin-top: -0.125rem !important; }
  .g-mr-md-minus-2 {
    margin-right: -0.125rem !important; }
  .g-mb-md-minus-2 {
    margin-bottom: -0.125rem !important; }
  .g-ml-md-minus-2 {
    margin-left: -0.125rem !important; }
  .g-mt-md-minus-3 {
    margin-top: -0.1875rem !important; }
  .g-mr-md-minus-3 {
    margin-right: -0.1875rem !important; }
  .g-mb-md-minus-3 {
    margin-bottom: -0.1875rem !important; }
  .g-ml-md-minus-3 {
    margin-left: -0.1875rem !important; }
  .g-mt-md-minus-4 {
    margin-top: -0.25rem !important; }
  .g-mr-md-minus-4 {
    margin-right: -0.25rem !important; }
  .g-mb-md-minus-4 {
    margin-bottom: -0.25rem !important; }
  .g-ml-md-minus-4 {
    margin-left: -0.25rem !important; }
  .g-mt-md-minus-5 {
    margin-top: -0.3125rem !important; }
  .g-mr-md-minus-5 {
    margin-right: -0.3125rem !important; }
  .g-mb-md-minus-5 {
    margin-bottom: -0.3125rem !important; }
  .g-ml-md-minus-5 {
    margin-left: -0.3125rem !important; }
  .g-mt-md-minus-6 {
    margin-top: -0.375rem !important; }
  .g-mr-md-minus-6 {
    margin-right: -0.375rem !important; }
  .g-mb-md-minus-6 {
    margin-bottom: -0.375rem !important; }
  .g-ml-md-minus-6 {
    margin-left: -0.375rem !important; }
  .g-mt-md-minus-7 {
    margin-top: -0.4375rem !important; }
  .g-mr-md-minus-7 {
    margin-right: -0.4375rem !important; }
  .g-mb-md-minus-7 {
    margin-bottom: -0.4375rem !important; }
  .g-ml-md-minus-7 {
    margin-left: -0.4375rem !important; }
  .g-mt-md-minus-8 {
    margin-top: -0.5rem !important; }
  .g-mr-md-minus-8 {
    margin-right: -0.5rem !important; }
  .g-mb-md-minus-8 {
    margin-bottom: -0.5rem !important; }
  .g-ml-md-minus-8 {
    margin-left: -0.5rem !important; }
  .g-mt-md-minus-9 {
    margin-top: -0.5625rem !important; }
  .g-mr-md-minus-9 {
    margin-right: -0.5625rem !important; }
  .g-mb-md-minus-9 {
    margin-bottom: -0.5625rem !important; }
  .g-ml-md-minus-9 {
    margin-left: -0.5625rem !important; }
  .g-mt-md-minus-10 {
    margin-top: -0.625rem !important; }
  .g-mr-md-minus-10 {
    margin-right: -0.625rem !important; }
  .g-mb-md-minus-10 {
    margin-bottom: -0.625rem !important; }
  .g-ml-md-minus-10 {
    margin-left: -0.625rem !important; }
  .g-mt-md-minus-11 {
    margin-top: -0.6875rem !important; }
  .g-mr-md-minus-11 {
    margin-right: -0.6875rem !important; }
  .g-mb-md-minus-11 {
    margin-bottom: -0.6875rem !important; }
  .g-ml-md-minus-11 {
    margin-left: -0.6875rem !important; }
  .g-mt-md-minus-12 {
    margin-top: -0.75rem !important; }
  .g-mr-md-minus-12 {
    margin-right: -0.75rem !important; }
  .g-mb-md-minus-12 {
    margin-bottom: -0.75rem !important; }
  .g-ml-md-minus-12 {
    margin-left: -0.75rem !important; }
  .g-mt-md-minus-13 {
    margin-top: -0.8125rem !important; }
  .g-mr-md-minus-13 {
    margin-right: -0.8125rem !important; }
  .g-mb-md-minus-13 {
    margin-bottom: -0.8125rem !important; }
  .g-ml-md-minus-13 {
    margin-left: -0.8125rem !important; }
  .g-mt-md-minus-14 {
    margin-top: -0.875rem !important; }
  .g-mr-md-minus-14 {
    margin-right: -0.875rem !important; }
  .g-mb-md-minus-14 {
    margin-bottom: -0.875rem !important; }
  .g-ml-md-minus-14 {
    margin-left: -0.875rem !important; }
  .g-mt-md-minus-15 {
    margin-top: -0.9375rem !important; }
  .g-mr-md-minus-15 {
    margin-right: -0.9375rem !important; }
  .g-mb-md-minus-15 {
    margin-bottom: -0.9375rem !important; }
  .g-ml-md-minus-15 {
    margin-left: -0.9375rem !important; }
  .g-mt-md-minus-16 {
    margin-top: -1rem !important; }
  .g-mr-md-minus-16 {
    margin-right: -1rem !important; }
  .g-mb-md-minus-16 {
    margin-bottom: -1rem !important; }
  .g-ml-md-minus-16 {
    margin-left: -1rem !important; }
  .g-mt-md-minus-17 {
    margin-top: -1.0625rem !important; }
  .g-mr-md-minus-17 {
    margin-right: -1.0625rem !important; }
  .g-mb-md-minus-17 {
    margin-bottom: -1.0625rem !important; }
  .g-ml-md-minus-17 {
    margin-left: -1.0625rem !important; }
  .g-mt-md-minus-18 {
    margin-top: -1.125rem !important; }
  .g-mr-md-minus-18 {
    margin-right: -1.125rem !important; }
  .g-mb-md-minus-18 {
    margin-bottom: -1.125rem !important; }
  .g-ml-md-minus-18 {
    margin-left: -1.125rem !important; }
  .g-mt-md-minus-19 {
    margin-top: -1.1875rem !important; }
  .g-mr-md-minus-19 {
    margin-right: -1.1875rem !important; }
  .g-mb-md-minus-19 {
    margin-bottom: -1.1875rem !important; }
  .g-ml-md-minus-19 {
    margin-left: -1.1875rem !important; }
  .g-mt-md-minus-20 {
    margin-top: -1.25rem !important; }
  .g-mr-md-minus-20 {
    margin-right: -1.25rem !important; }
  .g-mb-md-minus-20 {
    margin-bottom: -1.25rem !important; }
  .g-ml-md-minus-20 {
    margin-left: -1.25rem !important; }
  .g-mt-md-minus-25 {
    margin-top: -1.5625rem !important; }
  .g-mr-md-minus-25 {
    margin-right: -1.5625rem !important; }
  .g-mb-md-minus-25 {
    margin-bottom: -1.5625rem !important; }
  .g-ml-md-minus-25 {
    margin-left: -1.5625rem !important; }
  .g-mt-md-minus-30 {
    margin-top: -1.875rem !important; }
  .g-mr-md-minus-30 {
    margin-right: -1.875rem !important; }
  .g-mb-md-minus-30 {
    margin-bottom: -1.875rem !important; }
  .g-ml-md-minus-30 {
    margin-left: -1.875rem !important; }
  .g-mt-md-minus-35 {
    margin-top: -2.1875rem !important; }
  .g-mr-md-minus-35 {
    margin-right: -2.1875rem !important; }
  .g-mb-md-minus-35 {
    margin-bottom: -2.1875rem !important; }
  .g-ml-md-minus-35 {
    margin-left: -2.1875rem !important; }
  .g-mt-md-minus-40 {
    margin-top: -2.5rem !important; }
  .g-mr-md-minus-40 {
    margin-right: -2.5rem !important; }
  .g-mb-md-minus-40 {
    margin-bottom: -2.5rem !important; }
  .g-ml-md-minus-40 {
    margin-left: -2.5rem !important; }
  .g-mt-md-minus-45 {
    margin-top: -2.8125rem !important; }
  .g-mr-md-minus-45 {
    margin-right: -2.8125rem !important; }
  .g-mb-md-minus-45 {
    margin-bottom: -2.8125rem !important; }
  .g-ml-md-minus-45 {
    margin-left: -2.8125rem !important; }
  .g-mt-md-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-md-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-md-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-md-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-md-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-md-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-md-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-md-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-md-minus-60 {
    margin-top: -3.75rem !important; }
  .g-mr-md-minus-60 {
    margin-right: -3.75rem !important; }
  .g-mb-md-minus-60 {
    margin-bottom: -3.75rem !important; }
  .g-ml-md-minus-60 {
    margin-left: -3.75rem !important; }
  .g-mt-md-minus-70 {
    margin-top: -4.375rem !important; }
  .g-mr-md-minus-70 {
    margin-right: -4.375rem !important; }
  .g-mb-md-minus-70 {
    margin-bottom: -4.375rem !important; }
  .g-ml-md-minus-70 {
    margin-left: -4.375rem !important; }
  .g-mt-md-minus-80 {
    margin-top: -5rem !important; }
  .g-mr-md-minus-80 {
    margin-right: -5rem !important; }
  .g-mb-md-minus-80 {
    margin-bottom: -5rem !important; }
  .g-ml-md-minus-80 {
    margin-left: -5rem !important; }
  .g-mt-md-minus-90 {
    margin-top: -5.625rem !important; }
  .g-mr-md-minus-90 {
    margin-right: -5.625rem !important; }
  .g-mb-md-minus-90 {
    margin-bottom: -5.625rem !important; }
  .g-ml-md-minus-90 {
    margin-left: -5.625rem !important; }
  .g-mt-md-minus-100 {
    margin-top: -6.25rem !important; }
  .g-mr-md-minus-100 {
    margin-right: -6.25rem !important; }
  .g-mb-md-minus-100 {
    margin-bottom: -6.25rem !important; }
  .g-ml-md-minus-100 {
    margin-left: -6.25rem !important; }
  .g-mt-md-minus-110 {
    margin-top: -6.875rem !important; }
  .g-mr-md-minus-110 {
    margin-right: -6.875rem !important; }
  .g-mb-md-minus-110 {
    margin-bottom: -6.875rem !important; }
  .g-ml-md-minus-110 {
    margin-left: -6.875rem !important; }
  .g-mt-md-minus-120 {
    margin-top: -7.5rem !important; }
  .g-mr-md-minus-120 {
    margin-right: -7.5rem !important; }
  .g-mb-md-minus-120 {
    margin-bottom: -7.5rem !important; }
  .g-ml-md-minus-120 {
    margin-left: -7.5rem !important; }
  .g-mt-md-minus-130 {
    margin-top: -8.125rem !important; }
  .g-mr-md-minus-130 {
    margin-right: -8.125rem !important; }
  .g-mb-md-minus-130 {
    margin-bottom: -8.125rem !important; }
  .g-ml-md-minus-130 {
    margin-left: -8.125rem !important; }
  .g-mt-md-minus-140 {
    margin-top: -8.75rem !important; }
  .g-mr-md-minus-140 {
    margin-right: -8.75rem !important; }
  .g-mb-md-minus-140 {
    margin-bottom: -8.75rem !important; }
  .g-ml-md-minus-140 {
    margin-left: -8.75rem !important; }
  .g-mt-md-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-md-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-md-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-md-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-md-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-md-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-md-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-md-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-md-minus-175 {
    margin-top: -10.9375rem !important; }
  .g-mr-md-minus-175 {
    margin-right: -10.9375rem !important; }
  .g-mb-md-minus-175 {
    margin-bottom: -10.9375rem !important; }
  .g-ml-md-minus-175 {
    margin-left: -10.9375rem !important; }
  .g-mt-md-minus-200 {
    margin-top: -12.5rem !important; }
  .g-mr-md-minus-200 {
    margin-right: -12.5rem !important; }
  .g-mb-md-minus-200 {
    margin-bottom: -12.5rem !important; }
  .g-ml-md-minus-200 {
    margin-left: -12.5rem !important; }
  .g-mt-md-minus-225 {
    margin-top: -14.0625rem !important; }
  .g-mr-md-minus-225 {
    margin-right: -14.0625rem !important; }
  .g-mb-md-minus-225 {
    margin-bottom: -14.0625rem !important; }
  .g-ml-md-minus-225 {
    margin-left: -14.0625rem !important; }
  .g-mt-md-minus-250 {
    margin-top: -15.625rem !important; }
  .g-mr-md-minus-250 {
    margin-right: -15.625rem !important; }
  .g-mb-md-minus-250 {
    margin-bottom: -15.625rem !important; }
  .g-ml-md-minus-250 {
    margin-left: -15.625rem !important; }
  .g-mt-md-minus-275 {
    margin-top: -17.1875rem !important; }
  .g-mr-md-minus-275 {
    margin-right: -17.1875rem !important; }
  .g-mb-md-minus-275 {
    margin-bottom: -17.1875rem !important; }
  .g-ml-md-minus-275 {
    margin-left: -17.1875rem !important; }
  .g-mt-md-minus-300 {
    margin-top: -18.75rem !important; }
  .g-mr-md-minus-300 {
    margin-right: -18.75rem !important; }
  .g-mb-md-minus-300 {
    margin-bottom: -18.75rem !important; }
  .g-ml-md-minus-300 {
    margin-left: -18.75rem !important; }
  .g-mt-md-minus-325 {
    margin-top: -20.3125rem !important; }
  .g-mr-md-minus-325 {
    margin-right: -20.3125rem !important; }
  .g-mb-md-minus-325 {
    margin-bottom: -20.3125rem !important; }
  .g-ml-md-minus-325 {
    margin-left: -20.3125rem !important; }
  .g-mt-md-minus-350 {
    margin-top: -21.875rem !important; }
  .g-mr-md-minus-350 {
    margin-right: -21.875rem !important; }
  .g-mb-md-minus-350 {
    margin-bottom: -21.875rem !important; }
  .g-ml-md-minus-350 {
    margin-left: -21.875rem !important; }
  .g-mt-md-minus-375 {
    margin-top: -23.4375rem !important; }
  .g-mr-md-minus-375 {
    margin-right: -23.4375rem !important; }
  .g-mb-md-minus-375 {
    margin-bottom: -23.4375rem !important; }
  .g-ml-md-minus-375 {
    margin-left: -23.4375rem !important; }
  .g-mt-md-minus-400 {
    margin-top: -25rem !important; }
  .g-mr-md-minus-400 {
    margin-right: -25rem !important; }
  .g-mb-md-minus-400 {
    margin-bottom: -25rem !important; }
  .g-ml-md-minus-400 {
    margin-left: -25rem !important; }
  .g-mt-md-minus-425 {
    margin-top: -26.5625rem !important; }
  .g-mr-md-minus-425 {
    margin-right: -26.5625rem !important; }
  .g-mb-md-minus-425 {
    margin-bottom: -26.5625rem !important; }
  .g-ml-md-minus-425 {
    margin-left: -26.5625rem !important; }
  .g-mt-md-minus-450 {
    margin-top: -28.125rem !important; }
  .g-mr-md-minus-450 {
    margin-right: -28.125rem !important; }
  .g-mb-md-minus-450 {
    margin-bottom: -28.125rem !important; }
  .g-ml-md-minus-450 {
    margin-left: -28.125rem !important; }
  .g-mt-md-minus-475 {
    margin-top: -29.6875rem !important; }
  .g-mr-md-minus-475 {
    margin-right: -29.6875rem !important; }
  .g-mb-md-minus-475 {
    margin-bottom: -29.6875rem !important; }
  .g-ml-md-minus-475 {
    margin-left: -29.6875rem !important; }
  .g-top-md-0 {
    top: 0rem !important; }
  .g-left-md-0 {
    left: 0rem !important; }
  .g-right-md-0 {
    right: 0rem !important; }
  .g-bottom-md-0 {
    bottom: 0rem !important; }
  .g-top-md-1 {
    top: 0.0625rem !important; }
  .g-left-md-1 {
    left: 0.0625rem !important; }
  .g-right-md-1 {
    right: 0.0625rem !important; }
  .g-bottom-md-1 {
    bottom: 0.0625rem !important; }
  .g-top-md-2 {
    top: 0.125rem !important; }
  .g-left-md-2 {
    left: 0.125rem !important; }
  .g-right-md-2 {
    right: 0.125rem !important; }
  .g-bottom-md-2 {
    bottom: 0.125rem !important; }
  .g-top-md-3 {
    top: 0.1875rem !important; }
  .g-left-md-3 {
    left: 0.1875rem !important; }
  .g-right-md-3 {
    right: 0.1875rem !important; }
  .g-bottom-md-3 {
    bottom: 0.1875rem !important; }
  .g-top-md-4 {
    top: 0.25rem !important; }
  .g-left-md-4 {
    left: 0.25rem !important; }
  .g-right-md-4 {
    right: 0.25rem !important; }
  .g-bottom-md-4 {
    bottom: 0.25rem !important; }
  .g-top-md-5 {
    top: 0.3125rem !important; }
  .g-left-md-5 {
    left: 0.3125rem !important; }
  .g-right-md-5 {
    right: 0.3125rem !important; }
  .g-bottom-md-5 {
    bottom: 0.3125rem !important; }
  .g-top-md-6 {
    top: 0.375rem !important; }
  .g-left-md-6 {
    left: 0.375rem !important; }
  .g-right-md-6 {
    right: 0.375rem !important; }
  .g-bottom-md-6 {
    bottom: 0.375rem !important; }
  .g-top-md-7 {
    top: 0.4375rem !important; }
  .g-left-md-7 {
    left: 0.4375rem !important; }
  .g-right-md-7 {
    right: 0.4375rem !important; }
  .g-bottom-md-7 {
    bottom: 0.4375rem !important; }
  .g-top-md-8 {
    top: 0.5rem !important; }
  .g-left-md-8 {
    left: 0.5rem !important; }
  .g-right-md-8 {
    right: 0.5rem !important; }
  .g-bottom-md-8 {
    bottom: 0.5rem !important; }
  .g-top-md-9 {
    top: 0.5625rem !important; }
  .g-left-md-9 {
    left: 0.5625rem !important; }
  .g-right-md-9 {
    right: 0.5625rem !important; }
  .g-bottom-md-9 {
    bottom: 0.5625rem !important; }
  .g-top-md-10 {
    top: 0.625rem !important; }
  .g-left-md-10 {
    left: 0.625rem !important; }
  .g-right-md-10 {
    right: 0.625rem !important; }
  .g-bottom-md-10 {
    bottom: 0.625rem !important; }
  .g-top-md-11 {
    top: 0.6875rem !important; }
  .g-left-md-11 {
    left: 0.6875rem !important; }
  .g-right-md-11 {
    right: 0.6875rem !important; }
  .g-bottom-md-11 {
    bottom: 0.6875rem !important; }
  .g-top-md-12 {
    top: 0.75rem !important; }
  .g-left-md-12 {
    left: 0.75rem !important; }
  .g-right-md-12 {
    right: 0.75rem !important; }
  .g-bottom-md-12 {
    bottom: 0.75rem !important; }
  .g-top-md-13 {
    top: 0.8125rem !important; }
  .g-left-md-13 {
    left: 0.8125rem !important; }
  .g-right-md-13 {
    right: 0.8125rem !important; }
  .g-bottom-md-13 {
    bottom: 0.8125rem !important; }
  .g-top-md-14 {
    top: 0.875rem !important; }
  .g-left-md-14 {
    left: 0.875rem !important; }
  .g-right-md-14 {
    right: 0.875rem !important; }
  .g-bottom-md-14 {
    bottom: 0.875rem !important; }
  .g-top-md-15 {
    top: 0.9375rem !important; }
  .g-left-md-15 {
    left: 0.9375rem !important; }
  .g-right-md-15 {
    right: 0.9375rem !important; }
  .g-bottom-md-15 {
    bottom: 0.9375rem !important; }
  .g-top-md-16 {
    top: 1rem !important; }
  .g-left-md-16 {
    left: 1rem !important; }
  .g-right-md-16 {
    right: 1rem !important; }
  .g-bottom-md-16 {
    bottom: 1rem !important; }
  .g-top-md-17 {
    top: 1.0625rem !important; }
  .g-left-md-17 {
    left: 1.0625rem !important; }
  .g-right-md-17 {
    right: 1.0625rem !important; }
  .g-bottom-md-17 {
    bottom: 1.0625rem !important; }
  .g-top-md-18 {
    top: 1.125rem !important; }
  .g-left-md-18 {
    left: 1.125rem !important; }
  .g-right-md-18 {
    right: 1.125rem !important; }
  .g-bottom-md-18 {
    bottom: 1.125rem !important; }
  .g-top-md-19 {
    top: 1.1875rem !important; }
  .g-left-md-19 {
    left: 1.1875rem !important; }
  .g-right-md-19 {
    right: 1.1875rem !important; }
  .g-bottom-md-19 {
    bottom: 1.1875rem !important; }
  .g-top-md-20 {
    top: 1.25rem !important; }
  .g-left-md-20 {
    left: 1.25rem !important; }
  .g-right-md-20 {
    right: 1.25rem !important; }
  .g-bottom-md-20 {
    bottom: 1.25rem !important; }
  .g-top-minus-md-1 {
    top: -0.0625rem !important; }
  .g-left-minus-md-1 {
    left: -0.0625rem !important; }
  .g-right-minus-md-1 {
    right: -0.0625rem !important; }
  .g-bottom-minus-md-1 {
    bottom: -0.0625rem !important; }
  .g-top-minus-md-2 {
    top: -0.125rem !important; }
  .g-left-minus-md-2 {
    left: -0.125rem !important; }
  .g-right-minus-md-2 {
    right: -0.125rem !important; }
  .g-bottom-minus-md-2 {
    bottom: -0.125rem !important; }
  .g-top-minus-md-3 {
    top: -0.1875rem !important; }
  .g-left-minus-md-3 {
    left: -0.1875rem !important; }
  .g-right-minus-md-3 {
    right: -0.1875rem !important; }
  .g-bottom-minus-md-3 {
    bottom: -0.1875rem !important; }
  .g-top-minus-md-4 {
    top: -0.25rem !important; }
  .g-left-minus-md-4 {
    left: -0.25rem !important; }
  .g-right-minus-md-4 {
    right: -0.25rem !important; }
  .g-bottom-minus-md-4 {
    bottom: -0.25rem !important; }
  .g-top-minus-md-5 {
    top: -0.3125rem !important; }
  .g-left-minus-md-5 {
    left: -0.3125rem !important; }
  .g-right-minus-md-5 {
    right: -0.3125rem !important; }
  .g-bottom-minus-md-5 {
    bottom: -0.3125rem !important; }
  .g-top-minus-md-6 {
    top: -0.375rem !important; }
  .g-left-minus-md-6 {
    left: -0.375rem !important; }
  .g-right-minus-md-6 {
    right: -0.375rem !important; }
  .g-bottom-minus-md-6 {
    bottom: -0.375rem !important; }
  .g-top-minus-md-7 {
    top: -0.4375rem !important; }
  .g-left-minus-md-7 {
    left: -0.4375rem !important; }
  .g-right-minus-md-7 {
    right: -0.4375rem !important; }
  .g-bottom-minus-md-7 {
    bottom: -0.4375rem !important; }
  .g-top-minus-md-8 {
    top: -0.5rem !important; }
  .g-left-minus-md-8 {
    left: -0.5rem !important; }
  .g-right-minus-md-8 {
    right: -0.5rem !important; }
  .g-bottom-minus-md-8 {
    bottom: -0.5rem !important; }
  .g-top-minus-md-9 {
    top: -0.5625rem !important; }
  .g-left-minus-md-9 {
    left: -0.5625rem !important; }
  .g-right-minus-md-9 {
    right: -0.5625rem !important; }
  .g-bottom-minus-md-9 {
    bottom: -0.5625rem !important; }
  .g-top-minus-md-10 {
    top: -0.625rem !important; }
  .g-left-minus-md-10 {
    left: -0.625rem !important; }
  .g-right-minus-md-10 {
    right: -0.625rem !important; }
  .g-bottom-minus-md-10 {
    bottom: -0.625rem !important; }
  .g-top-minus-md-11 {
    top: -0.6875rem !important; }
  .g-left-minus-md-11 {
    left: -0.6875rem !important; }
  .g-right-minus-md-11 {
    right: -0.6875rem !important; }
  .g-bottom-minus-md-11 {
    bottom: -0.6875rem !important; }
  .g-top-minus-md-12 {
    top: -0.75rem !important; }
  .g-left-minus-md-12 {
    left: -0.75rem !important; }
  .g-right-minus-md-12 {
    right: -0.75rem !important; }
  .g-bottom-minus-md-12 {
    bottom: -0.75rem !important; }
  .g-top-minus-md-13 {
    top: -0.8125rem !important; }
  .g-left-minus-md-13 {
    left: -0.8125rem !important; }
  .g-right-minus-md-13 {
    right: -0.8125rem !important; }
  .g-bottom-minus-md-13 {
    bottom: -0.8125rem !important; }
  .g-top-minus-md-14 {
    top: -0.875rem !important; }
  .g-left-minus-md-14 {
    left: -0.875rem !important; }
  .g-right-minus-md-14 {
    right: -0.875rem !important; }
  .g-bottom-minus-md-14 {
    bottom: -0.875rem !important; }
  .g-top-minus-md-15 {
    top: -0.9375rem !important; }
  .g-left-minus-md-15 {
    left: -0.9375rem !important; }
  .g-right-minus-md-15 {
    right: -0.9375rem !important; }
  .g-bottom-minus-md-15 {
    bottom: -0.9375rem !important; }
  .g-top-minus-md-16 {
    top: -1rem !important; }
  .g-left-minus-md-16 {
    left: -1rem !important; }
  .g-right-minus-md-16 {
    right: -1rem !important; }
  .g-bottom-minus-md-16 {
    bottom: -1rem !important; }
  .g-top-minus-md-17 {
    top: -1.0625rem !important; }
  .g-left-minus-md-17 {
    left: -1.0625rem !important; }
  .g-right-minus-md-17 {
    right: -1.0625rem !important; }
  .g-bottom-minus-md-17 {
    bottom: -1.0625rem !important; }
  .g-top-minus-md-18 {
    top: -1.125rem !important; }
  .g-left-minus-md-18 {
    left: -1.125rem !important; }
  .g-right-minus-md-18 {
    right: -1.125rem !important; }
  .g-bottom-minus-md-18 {
    bottom: -1.125rem !important; }
  .g-top-minus-md-19 {
    top: -1.1875rem !important; }
  .g-left-minus-md-19 {
    left: -1.1875rem !important; }
  .g-right-minus-md-19 {
    right: -1.1875rem !important; }
  .g-bottom-minus-md-19 {
    bottom: -1.1875rem !important; }
  .g-top-minus-md-20 {
    top: -1.25rem !important; }
  .g-left-minus-md-20 {
    left: -1.25rem !important; }
  .g-right-minus-md-20 {
    right: -1.25rem !important; }
  .g-bottom-minus-md-20 {
    bottom: -1.25rem !important; }
  .g-top-md-25 {
    top: 1.5625rem !important; }
  .g-left-md-25 {
    left: 1.5625rem !important; }
  .g-right-md-25 {
    right: 1.5625rem !important; }
  .g-bottom-md-25 {
    bottom: 1.5625rem !important; }
  .g-top-minus-md-25 {
    top: -1.5625rem !important; }
  .g-left-minus-md-25 {
    left: -1.5625rem !important; }
  .g-right-minus-md-25 {
    right: -1.5625rem !important; }
  .g-bottom-minus-md-25 {
    bottom: -1.5625rem !important; }
  .g-top-md-30 {
    top: 1.875rem !important; }
  .g-left-md-30 {
    left: 1.875rem !important; }
  .g-right-md-30 {
    right: 1.875rem !important; }
  .g-bottom-md-30 {
    bottom: 1.875rem !important; }
  .g-top-minus-md-30 {
    top: -1.875rem !important; }
  .g-left-minus-md-30 {
    left: -1.875rem !important; }
  .g-right-minus-md-30 {
    right: -1.875rem !important; }
  .g-bottom-minus-md-30 {
    bottom: -1.875rem !important; }
  .g-top-md-35 {
    top: 2.1875rem !important; }
  .g-left-md-35 {
    left: 2.1875rem !important; }
  .g-right-md-35 {
    right: 2.1875rem !important; }
  .g-bottom-md-35 {
    bottom: 2.1875rem !important; }
  .g-top-minus-md-35 {
    top: -2.1875rem !important; }
  .g-left-minus-md-35 {
    left: -2.1875rem !important; }
  .g-right-minus-md-35 {
    right: -2.1875rem !important; }
  .g-bottom-minus-md-35 {
    bottom: -2.1875rem !important; }
  .g-top-md-40 {
    top: 2.5rem !important; }
  .g-left-md-40 {
    left: 2.5rem !important; }
  .g-right-md-40 {
    right: 2.5rem !important; }
  .g-bottom-md-40 {
    bottom: 2.5rem !important; }
  .g-top-minus-md-40 {
    top: -2.5rem !important; }
  .g-left-minus-md-40 {
    left: -2.5rem !important; }
  .g-right-minus-md-40 {
    right: -2.5rem !important; }
  .g-bottom-minus-md-40 {
    bottom: -2.5rem !important; }
  .g-top-md-45 {
    top: 2.8125rem !important; }
  .g-left-md-45 {
    left: 2.8125rem !important; }
  .g-right-md-45 {
    right: 2.8125rem !important; }
  .g-bottom-md-45 {
    bottom: 2.8125rem !important; }
  .g-top-minus-md-45 {
    top: -2.8125rem !important; }
  .g-left-minus-md-45 {
    left: -2.8125rem !important; }
  .g-right-minus-md-45 {
    right: -2.8125rem !important; }
  .g-bottom-minus-md-45 {
    bottom: -2.8125rem !important; }
  .g-top-md-50 {
    top: 3.125rem !important; }
  .g-left-md-50 {
    left: 3.125rem !important; }
  .g-right-md-50 {
    right: 3.125rem !important; }
  .g-bottom-md-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-md-50 {
    top: -3.125rem !important; }
  .g-left-minus-md-50 {
    left: -3.125rem !important; }
  .g-right-minus-md-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-md-50 {
    bottom: -3.125rem !important; }
  .g-top-md-50 {
    top: 3.125rem !important; }
  .g-left-md-50 {
    left: 3.125rem !important; }
  .g-right-md-50 {
    right: 3.125rem !important; }
  .g-bottom-md-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-md-50 {
    top: -3.125rem !important; }
  .g-left-minus-md-50 {
    left: -3.125rem !important; }
  .g-right-minus-md-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-md-50 {
    bottom: -3.125rem !important; }
  .g-top-md-60 {
    top: 3.75rem !important; }
  .g-left-md-60 {
    left: 3.75rem !important; }
  .g-right-md-60 {
    right: 3.75rem !important; }
  .g-bottom-md-60 {
    bottom: 3.75rem !important; }
  .g-top-minus-md-60 {
    top: -3.75rem !important; }
  .g-left-minus-md-60 {
    left: -3.75rem !important; }
  .g-right-minus-md-60 {
    right: -3.75rem !important; }
  .g-bottom-minus-md-60 {
    bottom: -3.75rem !important; }
  .g-top-md-70 {
    top: 4.375rem !important; }
  .g-left-md-70 {
    left: 4.375rem !important; }
  .g-right-md-70 {
    right: 4.375rem !important; }
  .g-bottom-md-70 {
    bottom: 4.375rem !important; }
  .g-top-minus-md-70 {
    top: -4.375rem !important; }
  .g-left-minus-md-70 {
    left: -4.375rem !important; }
  .g-right-minus-md-70 {
    right: -4.375rem !important; }
  .g-bottom-minus-md-70 {
    bottom: -4.375rem !important; }
  .g-top-md-80 {
    top: 5rem !important; }
  .g-left-md-80 {
    left: 5rem !important; }
  .g-right-md-80 {
    right: 5rem !important; }
  .g-bottom-md-80 {
    bottom: 5rem !important; }
  .g-top-minus-md-80 {
    top: -5rem !important; }
  .g-left-minus-md-80 {
    left: -5rem !important; }
  .g-right-minus-md-80 {
    right: -5rem !important; }
  .g-bottom-minus-md-80 {
    bottom: -5rem !important; }
  .g-top-md-90 {
    top: 5.625rem !important; }
  .g-left-md-90 {
    left: 5.625rem !important; }
  .g-right-md-90 {
    right: 5.625rem !important; }
  .g-bottom-md-90 {
    bottom: 5.625rem !important; }
  .g-top-minus-md-90 {
    top: -5.625rem !important; }
  .g-left-minus-md-90 {
    left: -5.625rem !important; }
  .g-right-minus-md-90 {
    right: -5.625rem !important; }
  .g-bottom-minus-md-90 {
    bottom: -5.625rem !important; }
  .g-top-md-100 {
    top: 6.25rem !important; }
  .g-left-md-100 {
    left: 6.25rem !important; }
  .g-right-md-100 {
    right: 6.25rem !important; }
  .g-bottom-md-100 {
    bottom: 6.25rem !important; }
  .g-top-minus-md-100 {
    top: -6.25rem !important; }
  .g-left-minus-md-100 {
    left: -6.25rem !important; }
  .g-right-minus-md-100 {
    right: -6.25rem !important; }
  .g-bottom-minus-md-100 {
    bottom: -6.25rem !important; }
  .g-top-md-110 {
    top: 6.875rem !important; }
  .g-left-md-110 {
    left: 6.875rem !important; }
  .g-right-md-110 {
    right: 6.875rem !important; }
  .g-bottom-md-110 {
    bottom: 6.875rem !important; }
  .g-top-minus-md-110 {
    top: -6.875rem !important; }
  .g-left-minus-md-110 {
    left: -6.875rem !important; }
  .g-right-minus-md-110 {
    right: -6.875rem !important; }
  .g-bottom-minus-md-110 {
    bottom: -6.875rem !important; }
  .g-top-md-120 {
    top: 7.5rem !important; }
  .g-left-md-120 {
    left: 7.5rem !important; }
  .g-right-md-120 {
    right: 7.5rem !important; }
  .g-bottom-md-120 {
    bottom: 7.5rem !important; }
  .g-top-minus-md-120 {
    top: -7.5rem !important; }
  .g-left-minus-md-120 {
    left: -7.5rem !important; }
  .g-right-minus-md-120 {
    right: -7.5rem !important; }
  .g-bottom-minus-md-120 {
    bottom: -7.5rem !important; }
  .g-top-md-130 {
    top: 8.125rem !important; }
  .g-left-md-130 {
    left: 8.125rem !important; }
  .g-right-md-130 {
    right: 8.125rem !important; }
  .g-bottom-md-130 {
    bottom: 8.125rem !important; }
  .g-top-minus-md-130 {
    top: -8.125rem !important; }
  .g-left-minus-md-130 {
    left: -8.125rem !important; }
  .g-right-minus-md-130 {
    right: -8.125rem !important; }
  .g-bottom-minus-md-130 {
    bottom: -8.125rem !important; }
  .g-top-md-140 {
    top: 8.75rem !important; }
  .g-left-md-140 {
    left: 8.75rem !important; }
  .g-right-md-140 {
    right: 8.75rem !important; }
  .g-bottom-md-140 {
    bottom: 8.75rem !important; }
  .g-top-minus-md-140 {
    top: -8.75rem !important; }
  .g-left-minus-md-140 {
    left: -8.75rem !important; }
  .g-right-minus-md-140 {
    right: -8.75rem !important; }
  .g-bottom-minus-md-140 {
    bottom: -8.75rem !important; }
  .g-top-md-150 {
    top: 9.375rem !important; }
  .g-left-md-150 {
    left: 9.375rem !important; }
  .g-right-md-150 {
    right: 9.375rem !important; }
  .g-bottom-md-150 {
    bottom: 9.375rem !important; }
  .g-top-minus-md-150 {
    top: -9.375rem !important; }
  .g-left-minus-md-150 {
    left: -9.375rem !important; }
  .g-right-minus-md-150 {
    right: -9.375rem !important; }
  .g-bottom-minus-md-150 {
    bottom: -9.375rem !important; } }
@media (min-width: 992px) {
  .g-m-lg-0 {
    margin: 0rem !important; }
  .g-mt-lg-0,
  .g-my-lg-0 {
    margin-top: 0rem !important; }
  .g-mr-lg-0,
  .g-mx-lg-0 {
    margin-right: 0rem !important; }
  .g-mb-lg-0,
  .g-my-lg-0 {
    margin-bottom: 0rem !important; }
  .g-ml-lg-0,
  .g-mx-lg-0 {
    margin-left: 0rem !important; }
  .g-m-lg-1 {
    margin: 0.0625rem !important; }
  .g-mt-lg-1,
  .g-my-lg-1 {
    margin-top: 0.0625rem !important; }
  .g-mr-lg-1,
  .g-mx-lg-1 {
    margin-right: 0.0625rem !important; }
  .g-mb-lg-1,
  .g-my-lg-1 {
    margin-bottom: 0.0625rem !important; }
  .g-ml-lg-1,
  .g-mx-lg-1 {
    margin-left: 0.0625rem !important; }
  .g-m-lg-2 {
    margin: 0.125rem !important; }
  .g-mt-lg-2,
  .g-my-lg-2 {
    margin-top: 0.125rem !important; }
  .g-mr-lg-2,
  .g-mx-lg-2 {
    margin-right: 0.125rem !important; }
  .g-mb-lg-2,
  .g-my-lg-2 {
    margin-bottom: 0.125rem !important; }
  .g-ml-lg-2,
  .g-mx-lg-2 {
    margin-left: 0.125rem !important; }
  .g-m-lg-3 {
    margin: 0.1875rem !important; }
  .g-mt-lg-3,
  .g-my-lg-3 {
    margin-top: 0.1875rem !important; }
  .g-mr-lg-3,
  .g-mx-lg-3 {
    margin-right: 0.1875rem !important; }
  .g-mb-lg-3,
  .g-my-lg-3 {
    margin-bottom: 0.1875rem !important; }
  .g-ml-lg-3,
  .g-mx-lg-3 {
    margin-left: 0.1875rem !important; }
  .g-m-lg-4 {
    margin: 0.25rem !important; }
  .g-mt-lg-4,
  .g-my-lg-4 {
    margin-top: 0.25rem !important; }
  .g-mr-lg-4,
  .g-mx-lg-4 {
    margin-right: 0.25rem !important; }
  .g-mb-lg-4,
  .g-my-lg-4 {
    margin-bottom: 0.25rem !important; }
  .g-ml-lg-4,
  .g-mx-lg-4 {
    margin-left: 0.25rem !important; }
  .g-m-lg-5 {
    margin: 0.3125rem !important; }
  .g-mt-lg-5,
  .g-my-lg-5 {
    margin-top: 0.3125rem !important; }
  .g-mr-lg-5,
  .g-mx-lg-5 {
    margin-right: 0.3125rem !important; }
  .g-mb-lg-5,
  .g-my-lg-5 {
    margin-bottom: 0.3125rem !important; }
  .g-ml-lg-5,
  .g-mx-lg-5 {
    margin-left: 0.3125rem !important; }
  .g-m-lg-6 {
    margin: 0.375rem !important; }
  .g-mt-lg-6,
  .g-my-lg-6 {
    margin-top: 0.375rem !important; }
  .g-mr-lg-6,
  .g-mx-lg-6 {
    margin-right: 0.375rem !important; }
  .g-mb-lg-6,
  .g-my-lg-6 {
    margin-bottom: 0.375rem !important; }
  .g-ml-lg-6,
  .g-mx-lg-6 {
    margin-left: 0.375rem !important; }
  .g-m-lg-7 {
    margin: 0.4375rem !important; }
  .g-mt-lg-7,
  .g-my-lg-7 {
    margin-top: 0.4375rem !important; }
  .g-mr-lg-7,
  .g-mx-lg-7 {
    margin-right: 0.4375rem !important; }
  .g-mb-lg-7,
  .g-my-lg-7 {
    margin-bottom: 0.4375rem !important; }
  .g-ml-lg-7,
  .g-mx-lg-7 {
    margin-left: 0.4375rem !important; }
  .g-m-lg-8 {
    margin: 0.5rem !important; }
  .g-mt-lg-8,
  .g-my-lg-8 {
    margin-top: 0.5rem !important; }
  .g-mr-lg-8,
  .g-mx-lg-8 {
    margin-right: 0.5rem !important; }
  .g-mb-lg-8,
  .g-my-lg-8 {
    margin-bottom: 0.5rem !important; }
  .g-ml-lg-8,
  .g-mx-lg-8 {
    margin-left: 0.5rem !important; }
  .g-m-lg-9 {
    margin: 0.5625rem !important; }
  .g-mt-lg-9,
  .g-my-lg-9 {
    margin-top: 0.5625rem !important; }
  .g-mr-lg-9,
  .g-mx-lg-9 {
    margin-right: 0.5625rem !important; }
  .g-mb-lg-9,
  .g-my-lg-9 {
    margin-bottom: 0.5625rem !important; }
  .g-ml-lg-9,
  .g-mx-lg-9 {
    margin-left: 0.5625rem !important; }
  .g-m-lg-10 {
    margin: 0.625rem !important; }
  .g-mt-lg-10,
  .g-my-lg-10 {
    margin-top: 0.625rem !important; }
  .g-mr-lg-10,
  .g-mx-lg-10 {
    margin-right: 0.625rem !important; }
  .g-mb-lg-10,
  .g-my-lg-10 {
    margin-bottom: 0.625rem !important; }
  .g-ml-lg-10,
  .g-mx-lg-10 {
    margin-left: 0.625rem !important; }
  .g-m-lg-11 {
    margin: 0.6875rem !important; }
  .g-mt-lg-11,
  .g-my-lg-11 {
    margin-top: 0.6875rem !important; }
  .g-mr-lg-11,
  .g-mx-lg-11 {
    margin-right: 0.6875rem !important; }
  .g-mb-lg-11,
  .g-my-lg-11 {
    margin-bottom: 0.6875rem !important; }
  .g-ml-lg-11,
  .g-mx-lg-11 {
    margin-left: 0.6875rem !important; }
  .g-m-lg-12 {
    margin: 0.75rem !important; }
  .g-mt-lg-12,
  .g-my-lg-12 {
    margin-top: 0.75rem !important; }
  .g-mr-lg-12,
  .g-mx-lg-12 {
    margin-right: 0.75rem !important; }
  .g-mb-lg-12,
  .g-my-lg-12 {
    margin-bottom: 0.75rem !important; }
  .g-ml-lg-12,
  .g-mx-lg-12 {
    margin-left: 0.75rem !important; }
  .g-m-lg-13 {
    margin: 0.8125rem !important; }
  .g-mt-lg-13,
  .g-my-lg-13 {
    margin-top: 0.8125rem !important; }
  .g-mr-lg-13,
  .g-mx-lg-13 {
    margin-right: 0.8125rem !important; }
  .g-mb-lg-13,
  .g-my-lg-13 {
    margin-bottom: 0.8125rem !important; }
  .g-ml-lg-13,
  .g-mx-lg-13 {
    margin-left: 0.8125rem !important; }
  .g-m-lg-14 {
    margin: 0.875rem !important; }
  .g-mt-lg-14,
  .g-my-lg-14 {
    margin-top: 0.875rem !important; }
  .g-mr-lg-14,
  .g-mx-lg-14 {
    margin-right: 0.875rem !important; }
  .g-mb-lg-14,
  .g-my-lg-14 {
    margin-bottom: 0.875rem !important; }
  .g-ml-lg-14,
  .g-mx-lg-14 {
    margin-left: 0.875rem !important; }
  .g-m-lg-15 {
    margin: 0.9375rem !important; }
  .g-mt-lg-15,
  .g-my-lg-15 {
    margin-top: 0.9375rem !important; }
  .g-mr-lg-15,
  .g-mx-lg-15 {
    margin-right: 0.9375rem !important; }
  .g-mb-lg-15,
  .g-my-lg-15 {
    margin-bottom: 0.9375rem !important; }
  .g-ml-lg-15,
  .g-mx-lg-15 {
    margin-left: 0.9375rem !important; }
  .g-m-lg-16 {
    margin: 1rem !important; }
  .g-mt-lg-16,
  .g-my-lg-16 {
    margin-top: 1rem !important; }
  .g-mr-lg-16,
  .g-mx-lg-16 {
    margin-right: 1rem !important; }
  .g-mb-lg-16,
  .g-my-lg-16 {
    margin-bottom: 1rem !important; }
  .g-ml-lg-16,
  .g-mx-lg-16 {
    margin-left: 1rem !important; }
  .g-m-lg-17 {
    margin: 1.0625rem !important; }
  .g-mt-lg-17,
  .g-my-lg-17 {
    margin-top: 1.0625rem !important; }
  .g-mr-lg-17,
  .g-mx-lg-17 {
    margin-right: 1.0625rem !important; }
  .g-mb-lg-17,
  .g-my-lg-17 {
    margin-bottom: 1.0625rem !important; }
  .g-ml-lg-17,
  .g-mx-lg-17 {
    margin-left: 1.0625rem !important; }
  .g-m-lg-18 {
    margin: 1.125rem !important; }
  .g-mt-lg-18,
  .g-my-lg-18 {
    margin-top: 1.125rem !important; }
  .g-mr-lg-18,
  .g-mx-lg-18 {
    margin-right: 1.125rem !important; }
  .g-mb-lg-18,
  .g-my-lg-18 {
    margin-bottom: 1.125rem !important; }
  .g-ml-lg-18,
  .g-mx-lg-18 {
    margin-left: 1.125rem !important; }
  .g-m-lg-19 {
    margin: 1.1875rem !important; }
  .g-mt-lg-19,
  .g-my-lg-19 {
    margin-top: 1.1875rem !important; }
  .g-mr-lg-19,
  .g-mx-lg-19 {
    margin-right: 1.1875rem !important; }
  .g-mb-lg-19,
  .g-my-lg-19 {
    margin-bottom: 1.1875rem !important; }
  .g-ml-lg-19,
  .g-mx-lg-19 {
    margin-left: 1.1875rem !important; }
  .g-m-lg-20 {
    margin: 1.25rem !important; }
  .g-mt-lg-20,
  .g-my-lg-20 {
    margin-top: 1.25rem !important; }
  .g-mr-lg-20,
  .g-mx-lg-20 {
    margin-right: 1.25rem !important; }
  .g-mb-lg-20,
  .g-my-lg-20 {
    margin-bottom: 1.25rem !important; }
  .g-ml-lg-20,
  .g-mx-lg-20 {
    margin-left: 1.25rem !important; }
  .g-m-lg-25 {
    margin: 1.5625rem !important; }
  .g-mt-lg-25,
  .g-my-lg-25 {
    margin-top: 1.5625rem !important; }
  .g-mr-lg-25,
  .g-mx-lg-25 {
    margin-right: 1.5625rem !important; }
  .g-mb-lg-25,
  .g-my-lg-25 {
    margin-bottom: 1.5625rem !important; }
  .g-ml-lg-25,
  .g-mx-lg-25 {
    margin-left: 1.5625rem !important; }
  .g-m-lg-30 {
    margin: 1.875rem !important; }
  .g-mt-lg-30,
  .g-my-lg-30 {
    margin-top: 1.875rem !important; }
  .g-mr-lg-30,
  .g-mx-lg-30 {
    margin-right: 1.875rem !important; }
  .g-mb-lg-30,
  .g-my-lg-30 {
    margin-bottom: 1.875rem !important; }
  .g-ml-lg-30,
  .g-mx-lg-30 {
    margin-left: 1.875rem !important; }
  .g-m-lg-35 {
    margin: 2.1875rem !important; }
  .g-mt-lg-35,
  .g-my-lg-35 {
    margin-top: 2.1875rem !important; }
  .g-mr-lg-35,
  .g-mx-lg-35 {
    margin-right: 2.1875rem !important; }
  .g-mb-lg-35,
  .g-my-lg-35 {
    margin-bottom: 2.1875rem !important; }
  .g-ml-lg-35,
  .g-mx-lg-35 {
    margin-left: 2.1875rem !important; }
  .g-m-lg-40 {
    margin: 2.5rem !important; }
  .g-mt-lg-40,
  .g-my-lg-40 {
    margin-top: 2.5rem !important; }
  .g-mr-lg-40,
  .g-mx-lg-40 {
    margin-right: 2.5rem !important; }
  .g-mb-lg-40,
  .g-my-lg-40 {
    margin-bottom: 2.5rem !important; }
  .g-ml-lg-40,
  .g-mx-lg-40 {
    margin-left: 2.5rem !important; }
  .g-m-lg-45 {
    margin: 2.8125rem !important; }
  .g-mt-lg-45,
  .g-my-lg-45 {
    margin-top: 2.8125rem !important; }
  .g-mr-lg-45,
  .g-mx-lg-45 {
    margin-right: 2.8125rem !important; }
  .g-mb-lg-45,
  .g-my-lg-45 {
    margin-bottom: 2.8125rem !important; }
  .g-ml-lg-45,
  .g-mx-lg-45 {
    margin-left: 2.8125rem !important; }
  .g-m-lg-50 {
    margin: 3.125rem !important; }
  .g-mt-lg-50,
  .g-my-lg-50 {
    margin-top: 3.125rem !important; }
  .g-mr-lg-50,
  .g-mx-lg-50 {
    margin-right: 3.125rem !important; }
  .g-mb-lg-50,
  .g-my-lg-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-lg-50,
  .g-mx-lg-50 {
    margin-left: 3.125rem !important; }
  .g-m-lg-50 {
    margin: 3.125rem !important; }
  .g-mt-lg-50,
  .g-my-lg-50 {
    margin-top: 3.125rem !important; }
  .g-mr-lg-50,
  .g-mx-lg-50 {
    margin-right: 3.125rem !important; }
  .g-mb-lg-50,
  .g-my-lg-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-lg-50,
  .g-mx-lg-50 {
    margin-left: 3.125rem !important; }
  .g-m-lg-60 {
    margin: 3.75rem !important; }
  .g-mt-lg-60,
  .g-my-lg-60 {
    margin-top: 3.75rem !important; }
  .g-mr-lg-60,
  .g-mx-lg-60 {
    margin-right: 3.75rem !important; }
  .g-mb-lg-60,
  .g-my-lg-60 {
    margin-bottom: 3.75rem !important; }
  .g-ml-lg-60,
  .g-mx-lg-60 {
    margin-left: 3.75rem !important; }
  .g-m-lg-70 {
    margin: 4.375rem !important; }
  .g-mt-lg-70,
  .g-my-lg-70 {
    margin-top: 4.375rem !important; }
  .g-mr-lg-70,
  .g-mx-lg-70 {
    margin-right: 4.375rem !important; }
  .g-mb-lg-70,
  .g-my-lg-70 {
    margin-bottom: 4.375rem !important; }
  .g-ml-lg-70,
  .g-mx-lg-70 {
    margin-left: 4.375rem !important; }
  .g-m-lg-80 {
    margin: 5rem !important; }
  .g-mt-lg-80,
  .g-my-lg-80 {
    margin-top: 5rem !important; }
  .g-mr-lg-80,
  .g-mx-lg-80 {
    margin-right: 5rem !important; }
  .g-mb-lg-80,
  .g-my-lg-80 {
    margin-bottom: 5rem !important; }
  .g-ml-lg-80,
  .g-mx-lg-80 {
    margin-left: 5rem !important; }
  .g-m-lg-90 {
    margin: 5.625rem !important; }
  .g-mt-lg-90,
  .g-my-lg-90 {
    margin-top: 5.625rem !important; }
  .g-mr-lg-90,
  .g-mx-lg-90 {
    margin-right: 5.625rem !important; }
  .g-mb-lg-90,
  .g-my-lg-90 {
    margin-bottom: 5.625rem !important; }
  .g-ml-lg-90,
  .g-mx-lg-90 {
    margin-left: 5.625rem !important; }
  .g-m-lg-100 {
    margin: 6.25rem !important; }
  .g-mt-lg-100,
  .g-my-lg-100 {
    margin-top: 6.25rem !important; }
  .g-mr-lg-100,
  .g-mx-lg-100 {
    margin-right: 6.25rem !important; }
  .g-mb-lg-100,
  .g-my-lg-100 {
    margin-bottom: 6.25rem !important; }
  .g-ml-lg-100,
  .g-mx-lg-100 {
    margin-left: 6.25rem !important; }
  .g-m-lg-110 {
    margin: 6.875rem !important; }
  .g-mt-lg-110,
  .g-my-lg-110 {
    margin-top: 6.875rem !important; }
  .g-mr-lg-110,
  .g-mx-lg-110 {
    margin-right: 6.875rem !important; }
  .g-mb-lg-110,
  .g-my-lg-110 {
    margin-bottom: 6.875rem !important; }
  .g-ml-lg-110,
  .g-mx-lg-110 {
    margin-left: 6.875rem !important; }
  .g-m-lg-120 {
    margin: 7.5rem !important; }
  .g-mt-lg-120,
  .g-my-lg-120 {
    margin-top: 7.5rem !important; }
  .g-mr-lg-120,
  .g-mx-lg-120 {
    margin-right: 7.5rem !important; }
  .g-mb-lg-120,
  .g-my-lg-120 {
    margin-bottom: 7.5rem !important; }
  .g-ml-lg-120,
  .g-mx-lg-120 {
    margin-left: 7.5rem !important; }
  .g-m-lg-130 {
    margin: 8.125rem !important; }
  .g-mt-lg-130,
  .g-my-lg-130 {
    margin-top: 8.125rem !important; }
  .g-mr-lg-130,
  .g-mx-lg-130 {
    margin-right: 8.125rem !important; }
  .g-mb-lg-130,
  .g-my-lg-130 {
    margin-bottom: 8.125rem !important; }
  .g-ml-lg-130,
  .g-mx-lg-130 {
    margin-left: 8.125rem !important; }
  .g-m-lg-140 {
    margin: 8.75rem !important; }
  .g-mt-lg-140,
  .g-my-lg-140 {
    margin-top: 8.75rem !important; }
  .g-mr-lg-140,
  .g-mx-lg-140 {
    margin-right: 8.75rem !important; }
  .g-mb-lg-140,
  .g-my-lg-140 {
    margin-bottom: 8.75rem !important; }
  .g-ml-lg-140,
  .g-mx-lg-140 {
    margin-left: 8.75rem !important; }
  .g-m-lg-150 {
    margin: 9.375rem !important; }
  .g-mt-lg-150,
  .g-my-lg-150 {
    margin-top: 9.375rem !important; }
  .g-mr-lg-150,
  .g-mx-lg-150 {
    margin-right: 9.375rem !important; }
  .g-mb-lg-150,
  .g-my-lg-150 {
    margin-bottom: 9.375rem !important; }
  .g-ml-lg-150,
  .g-mx-lg-150 {
    margin-left: 9.375rem !important; }
  .g-p-lg-0 {
    padding: 0rem !important; }
  .g-pt-lg-0,
  .g-py-lg-0 {
    padding-top: 0rem !important; }
  .g-pr-lg-0,
  .g-px-lg-0 {
    padding-right: 0rem !important; }
  .g-pb-lg-0,
  .g-py-lg-0 {
    padding-bottom: 0rem !important; }
  .g-pl-lg-0,
  .g-px-lg-0 {
    padding-left: 0rem !important; }
  .g-p-lg-1 {
    padding: 0.0625rem !important; }
  .g-pt-lg-1,
  .g-py-lg-1 {
    padding-top: 0.0625rem !important; }
  .g-pr-lg-1,
  .g-px-lg-1 {
    padding-right: 0.0625rem !important; }
  .g-pb-lg-1,
  .g-py-lg-1 {
    padding-bottom: 0.0625rem !important; }
  .g-pl-lg-1,
  .g-px-lg-1 {
    padding-left: 0.0625rem !important; }
  .g-p-lg-2 {
    padding: 0.125rem !important; }
  .g-pt-lg-2,
  .g-py-lg-2 {
    padding-top: 0.125rem !important; }
  .g-pr-lg-2,
  .g-px-lg-2 {
    padding-right: 0.125rem !important; }
  .g-pb-lg-2,
  .g-py-lg-2 {
    padding-bottom: 0.125rem !important; }
  .g-pl-lg-2,
  .g-px-lg-2 {
    padding-left: 0.125rem !important; }
  .g-p-lg-3 {
    padding: 0.1875rem !important; }
  .g-pt-lg-3,
  .g-py-lg-3 {
    padding-top: 0.1875rem !important; }
  .g-pr-lg-3,
  .g-px-lg-3 {
    padding-right: 0.1875rem !important; }
  .g-pb-lg-3,
  .g-py-lg-3 {
    padding-bottom: 0.1875rem !important; }
  .g-pl-lg-3,
  .g-px-lg-3 {
    padding-left: 0.1875rem !important; }
  .g-p-lg-4 {
    padding: 0.25rem !important; }
  .g-pt-lg-4,
  .g-py-lg-4 {
    padding-top: 0.25rem !important; }
  .g-pr-lg-4,
  .g-px-lg-4 {
    padding-right: 0.25rem !important; }
  .g-pb-lg-4,
  .g-py-lg-4 {
    padding-bottom: 0.25rem !important; }
  .g-pl-lg-4,
  .g-px-lg-4 {
    padding-left: 0.25rem !important; }
  .g-p-lg-5 {
    padding: 0.3125rem !important; }
  .g-pt-lg-5,
  .g-py-lg-5 {
    padding-top: 0.3125rem !important; }
  .g-pr-lg-5,
  .g-px-lg-5 {
    padding-right: 0.3125rem !important; }
  .g-pb-lg-5,
  .g-py-lg-5 {
    padding-bottom: 0.3125rem !important; }
  .g-pl-lg-5,
  .g-px-lg-5 {
    padding-left: 0.3125rem !important; }
  .g-p-lg-6 {
    padding: 0.375rem !important; }
  .g-pt-lg-6,
  .g-py-lg-6 {
    padding-top: 0.375rem !important; }
  .g-pr-lg-6,
  .g-px-lg-6 {
    padding-right: 0.375rem !important; }
  .g-pb-lg-6,
  .g-py-lg-6 {
    padding-bottom: 0.375rem !important; }
  .g-pl-lg-6,
  .g-px-lg-6 {
    padding-left: 0.375rem !important; }
  .g-p-lg-7 {
    padding: 0.4375rem !important; }
  .g-pt-lg-7,
  .g-py-lg-7 {
    padding-top: 0.4375rem !important; }
  .g-pr-lg-7,
  .g-px-lg-7 {
    padding-right: 0.4375rem !important; }
  .g-pb-lg-7,
  .g-py-lg-7 {
    padding-bottom: 0.4375rem !important; }
  .g-pl-lg-7,
  .g-px-lg-7 {
    padding-left: 0.4375rem !important; }
  .g-p-lg-8 {
    padding: 0.5rem !important; }
  .g-pt-lg-8,
  .g-py-lg-8 {
    padding-top: 0.5rem !important; }
  .g-pr-lg-8,
  .g-px-lg-8 {
    padding-right: 0.5rem !important; }
  .g-pb-lg-8,
  .g-py-lg-8 {
    padding-bottom: 0.5rem !important; }
  .g-pl-lg-8,
  .g-px-lg-8 {
    padding-left: 0.5rem !important; }
  .g-p-lg-9 {
    padding: 0.5625rem !important; }
  .g-pt-lg-9,
  .g-py-lg-9 {
    padding-top: 0.5625rem !important; }
  .g-pr-lg-9,
  .g-px-lg-9 {
    padding-right: 0.5625rem !important; }
  .g-pb-lg-9,
  .g-py-lg-9 {
    padding-bottom: 0.5625rem !important; }
  .g-pl-lg-9,
  .g-px-lg-9 {
    padding-left: 0.5625rem !important; }
  .g-p-lg-10 {
    padding: 0.625rem !important; }
  .g-pt-lg-10,
  .g-py-lg-10 {
    padding-top: 0.625rem !important; }
  .g-pr-lg-10,
  .g-px-lg-10 {
    padding-right: 0.625rem !important; }
  .g-pb-lg-10,
  .g-py-lg-10 {
    padding-bottom: 0.625rem !important; }
  .g-pl-lg-10,
  .g-px-lg-10 {
    padding-left: 0.625rem !important; }
  .g-p-lg-11 {
    padding: 0.6875rem !important; }
  .g-pt-lg-11,
  .g-py-lg-11 {
    padding-top: 0.6875rem !important; }
  .g-pr-lg-11,
  .g-px-lg-11 {
    padding-right: 0.6875rem !important; }
  .g-pb-lg-11,
  .g-py-lg-11 {
    padding-bottom: 0.6875rem !important; }
  .g-pl-lg-11,
  .g-px-lg-11 {
    padding-left: 0.6875rem !important; }
  .g-p-lg-12 {
    padding: 0.75rem !important; }
  .g-pt-lg-12,
  .g-py-lg-12 {
    padding-top: 0.75rem !important; }
  .g-pr-lg-12,
  .g-px-lg-12 {
    padding-right: 0.75rem !important; }
  .g-pb-lg-12,
  .g-py-lg-12 {
    padding-bottom: 0.75rem !important; }
  .g-pl-lg-12,
  .g-px-lg-12 {
    padding-left: 0.75rem !important; }
  .g-p-lg-13 {
    padding: 0.8125rem !important; }
  .g-pt-lg-13,
  .g-py-lg-13 {
    padding-top: 0.8125rem !important; }
  .g-pr-lg-13,
  .g-px-lg-13 {
    padding-right: 0.8125rem !important; }
  .g-pb-lg-13,
  .g-py-lg-13 {
    padding-bottom: 0.8125rem !important; }
  .g-pl-lg-13,
  .g-px-lg-13 {
    padding-left: 0.8125rem !important; }
  .g-p-lg-14 {
    padding: 0.875rem !important; }
  .g-pt-lg-14,
  .g-py-lg-14 {
    padding-top: 0.875rem !important; }
  .g-pr-lg-14,
  .g-px-lg-14 {
    padding-right: 0.875rem !important; }
  .g-pb-lg-14,
  .g-py-lg-14 {
    padding-bottom: 0.875rem !important; }
  .g-pl-lg-14,
  .g-px-lg-14 {
    padding-left: 0.875rem !important; }
  .g-p-lg-15 {
    padding: 0.9375rem !important; }
  .g-pt-lg-15,
  .g-py-lg-15 {
    padding-top: 0.9375rem !important; }
  .g-pr-lg-15,
  .g-px-lg-15 {
    padding-right: 0.9375rem !important; }
  .g-pb-lg-15,
  .g-py-lg-15 {
    padding-bottom: 0.9375rem !important; }
  .g-pl-lg-15,
  .g-px-lg-15 {
    padding-left: 0.9375rem !important; }
  .g-p-lg-16 {
    padding: 1rem !important; }
  .g-pt-lg-16,
  .g-py-lg-16 {
    padding-top: 1rem !important; }
  .g-pr-lg-16,
  .g-px-lg-16 {
    padding-right: 1rem !important; }
  .g-pb-lg-16,
  .g-py-lg-16 {
    padding-bottom: 1rem !important; }
  .g-pl-lg-16,
  .g-px-lg-16 {
    padding-left: 1rem !important; }
  .g-p-lg-17 {
    padding: 1.0625rem !important; }
  .g-pt-lg-17,
  .g-py-lg-17 {
    padding-top: 1.0625rem !important; }
  .g-pr-lg-17,
  .g-px-lg-17 {
    padding-right: 1.0625rem !important; }
  .g-pb-lg-17,
  .g-py-lg-17 {
    padding-bottom: 1.0625rem !important; }
  .g-pl-lg-17,
  .g-px-lg-17 {
    padding-left: 1.0625rem !important; }
  .g-p-lg-18 {
    padding: 1.125rem !important; }
  .g-pt-lg-18,
  .g-py-lg-18 {
    padding-top: 1.125rem !important; }
  .g-pr-lg-18,
  .g-px-lg-18 {
    padding-right: 1.125rem !important; }
  .g-pb-lg-18,
  .g-py-lg-18 {
    padding-bottom: 1.125rem !important; }
  .g-pl-lg-18,
  .g-px-lg-18 {
    padding-left: 1.125rem !important; }
  .g-p-lg-19 {
    padding: 1.1875rem !important; }
  .g-pt-lg-19,
  .g-py-lg-19 {
    padding-top: 1.1875rem !important; }
  .g-pr-lg-19,
  .g-px-lg-19 {
    padding-right: 1.1875rem !important; }
  .g-pb-lg-19,
  .g-py-lg-19 {
    padding-bottom: 1.1875rem !important; }
  .g-pl-lg-19,
  .g-px-lg-19 {
    padding-left: 1.1875rem !important; }
  .g-p-lg-20 {
    padding: 1.25rem !important; }
  .g-pt-lg-20,
  .g-py-lg-20 {
    padding-top: 1.25rem !important; }
  .g-pr-lg-20,
  .g-px-lg-20 {
    padding-right: 1.25rem !important; }
  .g-pb-lg-20,
  .g-py-lg-20 {
    padding-bottom: 1.25rem !important; }
  .g-pl-lg-20,
  .g-px-lg-20 {
    padding-left: 1.25rem !important; }
  .g-p-lg-25 {
    padding: 1.5625rem !important; }
  .g-pt-lg-25,
  .g-py-lg-25 {
    padding-top: 1.5625rem !important; }
  .g-pr-lg-25,
  .g-px-lg-25 {
    padding-right: 1.5625rem !important; }
  .g-pb-lg-25,
  .g-py-lg-25 {
    padding-bottom: 1.5625rem !important; }
  .g-pl-lg-25,
  .g-px-lg-25 {
    padding-left: 1.5625rem !important; }
  .g-p-lg-30 {
    padding: 1.875rem !important; }
  .g-pt-lg-30,
  .g-py-lg-30 {
    padding-top: 1.875rem !important; }
  .g-pr-lg-30,
  .g-px-lg-30 {
    padding-right: 1.875rem !important; }
  .g-pb-lg-30,
  .g-py-lg-30 {
    padding-bottom: 1.875rem !important; }
  .g-pl-lg-30,
  .g-px-lg-30 {
    padding-left: 1.875rem !important; }
  .g-p-lg-35 {
    padding: 2.1875rem !important; }
  .g-pt-lg-35,
  .g-py-lg-35 {
    padding-top: 2.1875rem !important; }
  .g-pr-lg-35,
  .g-px-lg-35 {
    padding-right: 2.1875rem !important; }
  .g-pb-lg-35,
  .g-py-lg-35 {
    padding-bottom: 2.1875rem !important; }
  .g-pl-lg-35,
  .g-px-lg-35 {
    padding-left: 2.1875rem !important; }
  .g-p-lg-40 {
    padding: 2.5rem !important; }
  .g-pt-lg-40,
  .g-py-lg-40 {
    padding-top: 2.5rem !important; }
  .g-pr-lg-40,
  .g-px-lg-40 {
    padding-right: 2.5rem !important; }
  .g-pb-lg-40,
  .g-py-lg-40 {
    padding-bottom: 2.5rem !important; }
  .g-pl-lg-40,
  .g-px-lg-40 {
    padding-left: 2.5rem !important; }
  .g-p-lg-45 {
    padding: 2.8125rem !important; }
  .g-pt-lg-45,
  .g-py-lg-45 {
    padding-top: 2.8125rem !important; }
  .g-pr-lg-45,
  .g-px-lg-45 {
    padding-right: 2.8125rem !important; }
  .g-pb-lg-45,
  .g-py-lg-45 {
    padding-bottom: 2.8125rem !important; }
  .g-pl-lg-45,
  .g-px-lg-45 {
    padding-left: 2.8125rem !important; }
  .g-p-lg-50 {
    padding: 3.125rem !important; }
  .g-pt-lg-50,
  .g-py-lg-50 {
    padding-top: 3.125rem !important; }
  .g-pr-lg-50,
  .g-px-lg-50 {
    padding-right: 3.125rem !important; }
  .g-pb-lg-50,
  .g-py-lg-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-lg-50,
  .g-px-lg-50 {
    padding-left: 3.125rem !important; }
  .g-p-lg-50 {
    padding: 3.125rem !important; }
  .g-pt-lg-50,
  .g-py-lg-50 {
    padding-top: 3.125rem !important; }
  .g-pr-lg-50,
  .g-px-lg-50 {
    padding-right: 3.125rem !important; }
  .g-pb-lg-50,
  .g-py-lg-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-lg-50,
  .g-px-lg-50 {
    padding-left: 3.125rem !important; }
  .g-p-lg-60 {
    padding: 3.75rem !important; }
  .g-pt-lg-60,
  .g-py-lg-60 {
    padding-top: 3.75rem !important; }
  .g-pr-lg-60,
  .g-px-lg-60 {
    padding-right: 3.75rem !important; }
  .g-pb-lg-60,
  .g-py-lg-60 {
    padding-bottom: 3.75rem !important; }
  .g-pl-lg-60,
  .g-px-lg-60 {
    padding-left: 3.75rem !important; }
  .g-p-lg-70 {
    padding: 4.375rem !important; }
  .g-pt-lg-70,
  .g-py-lg-70 {
    padding-top: 4.375rem !important; }
  .g-pr-lg-70,
  .g-px-lg-70 {
    padding-right: 4.375rem !important; }
  .g-pb-lg-70,
  .g-py-lg-70 {
    padding-bottom: 4.375rem !important; }
  .g-pl-lg-70,
  .g-px-lg-70 {
    padding-left: 4.375rem !important; }
  .g-p-lg-80 {
    padding: 5rem !important; }
  .g-pt-lg-80,
  .g-py-lg-80 {
    padding-top: 5rem !important; }
  .g-pr-lg-80,
  .g-px-lg-80 {
    padding-right: 5rem !important; }
  .g-pb-lg-80,
  .g-py-lg-80 {
    padding-bottom: 5rem !important; }
  .g-pl-lg-80,
  .g-px-lg-80 {
    padding-left: 5rem !important; }
  .g-p-lg-90 {
    padding: 5.625rem !important; }
  .g-pt-lg-90,
  .g-py-lg-90 {
    padding-top: 5.625rem !important; }
  .g-pr-lg-90,
  .g-px-lg-90 {
    padding-right: 5.625rem !important; }
  .g-pb-lg-90,
  .g-py-lg-90 {
    padding-bottom: 5.625rem !important; }
  .g-pl-lg-90,
  .g-px-lg-90 {
    padding-left: 5.625rem !important; }
  .g-p-lg-100 {
    padding: 6.25rem !important; }
  .g-pt-lg-100,
  .g-py-lg-100 {
    padding-top: 6.25rem !important; }
  .g-pr-lg-100,
  .g-px-lg-100 {
    padding-right: 6.25rem !important; }
  .g-pb-lg-100,
  .g-py-lg-100 {
    padding-bottom: 6.25rem !important; }
  .g-pl-lg-100,
  .g-px-lg-100 {
    padding-left: 6.25rem !important; }
  .g-p-lg-110 {
    padding: 6.875rem !important; }
  .g-pt-lg-110,
  .g-py-lg-110 {
    padding-top: 6.875rem !important; }
  .g-pr-lg-110,
  .g-px-lg-110 {
    padding-right: 6.875rem !important; }
  .g-pb-lg-110,
  .g-py-lg-110 {
    padding-bottom: 6.875rem !important; }
  .g-pl-lg-110,
  .g-px-lg-110 {
    padding-left: 6.875rem !important; }
  .g-p-lg-120 {
    padding: 7.5rem !important; }
  .g-pt-lg-120,
  .g-py-lg-120 {
    padding-top: 7.5rem !important; }
  .g-pr-lg-120,
  .g-px-lg-120 {
    padding-right: 7.5rem !important; }
  .g-pb-lg-120,
  .g-py-lg-120 {
    padding-bottom: 7.5rem !important; }
  .g-pl-lg-120,
  .g-px-lg-120 {
    padding-left: 7.5rem !important; }
  .g-p-lg-130 {
    padding: 8.125rem !important; }
  .g-pt-lg-130,
  .g-py-lg-130 {
    padding-top: 8.125rem !important; }
  .g-pr-lg-130,
  .g-px-lg-130 {
    padding-right: 8.125rem !important; }
  .g-pb-lg-130,
  .g-py-lg-130 {
    padding-bottom: 8.125rem !important; }
  .g-pl-lg-130,
  .g-px-lg-130 {
    padding-left: 8.125rem !important; }
  .g-p-lg-140 {
    padding: 8.75rem !important; }
  .g-pt-lg-140,
  .g-py-lg-140 {
    padding-top: 8.75rem !important; }
  .g-pr-lg-140,
  .g-px-lg-140 {
    padding-right: 8.75rem !important; }
  .g-pb-lg-140,
  .g-py-lg-140 {
    padding-bottom: 8.75rem !important; }
  .g-pl-lg-140,
  .g-px-lg-140 {
    padding-left: 8.75rem !important; }
  .g-p-lg-150 {
    padding: 9.375rem !important; }
  .g-pt-lg-150,
  .g-py-lg-150 {
    padding-top: 9.375rem !important; }
  .g-pr-lg-150,
  .g-px-lg-150 {
    padding-right: 9.375rem !important; }
  .g-pb-lg-150,
  .g-py-lg-150 {
    padding-bottom: 9.375rem !important; }
  .g-pl-lg-150,
  .g-px-lg-150 {
    padding-left: 9.375rem !important; }
  .g-mt-lg-minus-1 {
    margin-top: -0.0625rem !important; }
  .g-mr-lg-minus-1 {
    margin-right: -0.0625rem !important; }
  .g-mb-lg-minus-1 {
    margin-bottom: -0.0625rem !important; }
  .g-ml-lg-minus-1 {
    margin-left: -0.0625rem !important; }
  .g-mt-lg-minus-2 {
    margin-top: -0.125rem !important; }
  .g-mr-lg-minus-2 {
    margin-right: -0.125rem !important; }
  .g-mb-lg-minus-2 {
    margin-bottom: -0.125rem !important; }
  .g-ml-lg-minus-2 {
    margin-left: -0.125rem !important; }
  .g-mt-lg-minus-3 {
    margin-top: -0.1875rem !important; }
  .g-mr-lg-minus-3 {
    margin-right: -0.1875rem !important; }
  .g-mb-lg-minus-3 {
    margin-bottom: -0.1875rem !important; }
  .g-ml-lg-minus-3 {
    margin-left: -0.1875rem !important; }
  .g-mt-lg-minus-4 {
    margin-top: -0.25rem !important; }
  .g-mr-lg-minus-4 {
    margin-right: -0.25rem !important; }
  .g-mb-lg-minus-4 {
    margin-bottom: -0.25rem !important; }
  .g-ml-lg-minus-4 {
    margin-left: -0.25rem !important; }
  .g-mt-lg-minus-5 {
    margin-top: -0.3125rem !important; }
  .g-mr-lg-minus-5 {
    margin-right: -0.3125rem !important; }
  .g-mb-lg-minus-5 {
    margin-bottom: -0.3125rem !important; }
  .g-ml-lg-minus-5 {
    margin-left: -0.3125rem !important; }
  .g-mt-lg-minus-6 {
    margin-top: -0.375rem !important; }
  .g-mr-lg-minus-6 {
    margin-right: -0.375rem !important; }
  .g-mb-lg-minus-6 {
    margin-bottom: -0.375rem !important; }
  .g-ml-lg-minus-6 {
    margin-left: -0.375rem !important; }
  .g-mt-lg-minus-7 {
    margin-top: -0.4375rem !important; }
  .g-mr-lg-minus-7 {
    margin-right: -0.4375rem !important; }
  .g-mb-lg-minus-7 {
    margin-bottom: -0.4375rem !important; }
  .g-ml-lg-minus-7 {
    margin-left: -0.4375rem !important; }
  .g-mt-lg-minus-8 {
    margin-top: -0.5rem !important; }
  .g-mr-lg-minus-8 {
    margin-right: -0.5rem !important; }
  .g-mb-lg-minus-8 {
    margin-bottom: -0.5rem !important; }
  .g-ml-lg-minus-8 {
    margin-left: -0.5rem !important; }
  .g-mt-lg-minus-9 {
    margin-top: -0.5625rem !important; }
  .g-mr-lg-minus-9 {
    margin-right: -0.5625rem !important; }
  .g-mb-lg-minus-9 {
    margin-bottom: -0.5625rem !important; }
  .g-ml-lg-minus-9 {
    margin-left: -0.5625rem !important; }
  .g-mt-lg-minus-10 {
    margin-top: -0.625rem !important; }
  .g-mr-lg-minus-10 {
    margin-right: -0.625rem !important; }
  .g-mb-lg-minus-10 {
    margin-bottom: -0.625rem !important; }
  .g-ml-lg-minus-10 {
    margin-left: -0.625rem !important; }
  .g-mt-lg-minus-11 {
    margin-top: -0.6875rem !important; }
  .g-mr-lg-minus-11 {
    margin-right: -0.6875rem !important; }
  .g-mb-lg-minus-11 {
    margin-bottom: -0.6875rem !important; }
  .g-ml-lg-minus-11 {
    margin-left: -0.6875rem !important; }
  .g-mt-lg-minus-12 {
    margin-top: -0.75rem !important; }
  .g-mr-lg-minus-12 {
    margin-right: -0.75rem !important; }
  .g-mb-lg-minus-12 {
    margin-bottom: -0.75rem !important; }
  .g-ml-lg-minus-12 {
    margin-left: -0.75rem !important; }
  .g-mt-lg-minus-13 {
    margin-top: -0.8125rem !important; }
  .g-mr-lg-minus-13 {
    margin-right: -0.8125rem !important; }
  .g-mb-lg-minus-13 {
    margin-bottom: -0.8125rem !important; }
  .g-ml-lg-minus-13 {
    margin-left: -0.8125rem !important; }
  .g-mt-lg-minus-14 {
    margin-top: -0.875rem !important; }
  .g-mr-lg-minus-14 {
    margin-right: -0.875rem !important; }
  .g-mb-lg-minus-14 {
    margin-bottom: -0.875rem !important; }
  .g-ml-lg-minus-14 {
    margin-left: -0.875rem !important; }
  .g-mt-lg-minus-15 {
    margin-top: -0.9375rem !important; }
  .g-mr-lg-minus-15 {
    margin-right: -0.9375rem !important; }
  .g-mb-lg-minus-15 {
    margin-bottom: -0.9375rem !important; }
  .g-ml-lg-minus-15 {
    margin-left: -0.9375rem !important; }
  .g-mt-lg-minus-16 {
    margin-top: -1rem !important; }
  .g-mr-lg-minus-16 {
    margin-right: -1rem !important; }
  .g-mb-lg-minus-16 {
    margin-bottom: -1rem !important; }
  .g-ml-lg-minus-16 {
    margin-left: -1rem !important; }
  .g-mt-lg-minus-17 {
    margin-top: -1.0625rem !important; }
  .g-mr-lg-minus-17 {
    margin-right: -1.0625rem !important; }
  .g-mb-lg-minus-17 {
    margin-bottom: -1.0625rem !important; }
  .g-ml-lg-minus-17 {
    margin-left: -1.0625rem !important; }
  .g-mt-lg-minus-18 {
    margin-top: -1.125rem !important; }
  .g-mr-lg-minus-18 {
    margin-right: -1.125rem !important; }
  .g-mb-lg-minus-18 {
    margin-bottom: -1.125rem !important; }
  .g-ml-lg-minus-18 {
    margin-left: -1.125rem !important; }
  .g-mt-lg-minus-19 {
    margin-top: -1.1875rem !important; }
  .g-mr-lg-minus-19 {
    margin-right: -1.1875rem !important; }
  .g-mb-lg-minus-19 {
    margin-bottom: -1.1875rem !important; }
  .g-ml-lg-minus-19 {
    margin-left: -1.1875rem !important; }
  .g-mt-lg-minus-20 {
    margin-top: -1.25rem !important; }
  .g-mr-lg-minus-20 {
    margin-right: -1.25rem !important; }
  .g-mb-lg-minus-20 {
    margin-bottom: -1.25rem !important; }
  .g-ml-lg-minus-20 {
    margin-left: -1.25rem !important; }
  .g-mt-lg-minus-25 {
    margin-top: -1.5625rem !important; }
  .g-mr-lg-minus-25 {
    margin-right: -1.5625rem !important; }
  .g-mb-lg-minus-25 {
    margin-bottom: -1.5625rem !important; }
  .g-ml-lg-minus-25 {
    margin-left: -1.5625rem !important; }
  .g-mt-lg-minus-30 {
    margin-top: -1.875rem !important; }
  .g-mr-lg-minus-30 {
    margin-right: -1.875rem !important; }
  .g-mb-lg-minus-30 {
    margin-bottom: -1.875rem !important; }
  .g-ml-lg-minus-30 {
    margin-left: -1.875rem !important; }
  .g-mt-lg-minus-35 {
    margin-top: -2.1875rem !important; }
  .g-mr-lg-minus-35 {
    margin-right: -2.1875rem !important; }
  .g-mb-lg-minus-35 {
    margin-bottom: -2.1875rem !important; }
  .g-ml-lg-minus-35 {
    margin-left: -2.1875rem !important; }
  .g-mt-lg-minus-40 {
    margin-top: -2.5rem !important; }
  .g-mr-lg-minus-40 {
    margin-right: -2.5rem !important; }
  .g-mb-lg-minus-40 {
    margin-bottom: -2.5rem !important; }
  .g-ml-lg-minus-40 {
    margin-left: -2.5rem !important; }
  .g-mt-lg-minus-45 {
    margin-top: -2.8125rem !important; }
  .g-mr-lg-minus-45 {
    margin-right: -2.8125rem !important; }
  .g-mb-lg-minus-45 {
    margin-bottom: -2.8125rem !important; }
  .g-ml-lg-minus-45 {
    margin-left: -2.8125rem !important; }
  .g-mt-lg-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-lg-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-lg-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-lg-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-lg-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-lg-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-lg-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-lg-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-lg-minus-60 {
    margin-top: -3.75rem !important; }
  .g-mr-lg-minus-60 {
    margin-right: -3.75rem !important; }
  .g-mb-lg-minus-60 {
    margin-bottom: -3.75rem !important; }
  .g-ml-lg-minus-60 {
    margin-left: -3.75rem !important; }
  .g-mt-lg-minus-70 {
    margin-top: -4.375rem !important; }
  .g-mr-lg-minus-70 {
    margin-right: -4.375rem !important; }
  .g-mb-lg-minus-70 {
    margin-bottom: -4.375rem !important; }
  .g-ml-lg-minus-70 {
    margin-left: -4.375rem !important; }
  .g-mt-lg-minus-80 {
    margin-top: -5rem !important; }
  .g-mr-lg-minus-80 {
    margin-right: -5rem !important; }
  .g-mb-lg-minus-80 {
    margin-bottom: -5rem !important; }
  .g-ml-lg-minus-80 {
    margin-left: -5rem !important; }
  .g-mt-lg-minus-90 {
    margin-top: -5.625rem !important; }
  .g-mr-lg-minus-90 {
    margin-right: -5.625rem !important; }
  .g-mb-lg-minus-90 {
    margin-bottom: -5.625rem !important; }
  .g-ml-lg-minus-90 {
    margin-left: -5.625rem !important; }
  .g-mt-lg-minus-100 {
    margin-top: -6.25rem !important; }
  .g-mr-lg-minus-100 {
    margin-right: -6.25rem !important; }
  .g-mb-lg-minus-100 {
    margin-bottom: -6.25rem !important; }
  .g-ml-lg-minus-100 {
    margin-left: -6.25rem !important; }
  .g-mt-lg-minus-110 {
    margin-top: -6.875rem !important; }
  .g-mr-lg-minus-110 {
    margin-right: -6.875rem !important; }
  .g-mb-lg-minus-110 {
    margin-bottom: -6.875rem !important; }
  .g-ml-lg-minus-110 {
    margin-left: -6.875rem !important; }
  .g-mt-lg-minus-120 {
    margin-top: -7.5rem !important; }
  .g-mr-lg-minus-120 {
    margin-right: -7.5rem !important; }
  .g-mb-lg-minus-120 {
    margin-bottom: -7.5rem !important; }
  .g-ml-lg-minus-120 {
    margin-left: -7.5rem !important; }
  .g-mt-lg-minus-130 {
    margin-top: -8.125rem !important; }
  .g-mr-lg-minus-130 {
    margin-right: -8.125rem !important; }
  .g-mb-lg-minus-130 {
    margin-bottom: -8.125rem !important; }
  .g-ml-lg-minus-130 {
    margin-left: -8.125rem !important; }
  .g-mt-lg-minus-140 {
    margin-top: -8.75rem !important; }
  .g-mr-lg-minus-140 {
    margin-right: -8.75rem !important; }
  .g-mb-lg-minus-140 {
    margin-bottom: -8.75rem !important; }
  .g-ml-lg-minus-140 {
    margin-left: -8.75rem !important; }
  .g-mt-lg-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-lg-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-lg-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-lg-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-lg-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-lg-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-lg-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-lg-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-lg-minus-175 {
    margin-top: -10.9375rem !important; }
  .g-mr-lg-minus-175 {
    margin-right: -10.9375rem !important; }
  .g-mb-lg-minus-175 {
    margin-bottom: -10.9375rem !important; }
  .g-ml-lg-minus-175 {
    margin-left: -10.9375rem !important; }
  .g-mt-lg-minus-200 {
    margin-top: -12.5rem !important; }
  .g-mr-lg-minus-200 {
    margin-right: -12.5rem !important; }
  .g-mb-lg-minus-200 {
    margin-bottom: -12.5rem !important; }
  .g-ml-lg-minus-200 {
    margin-left: -12.5rem !important; }
  .g-mt-lg-minus-225 {
    margin-top: -14.0625rem !important; }
  .g-mr-lg-minus-225 {
    margin-right: -14.0625rem !important; }
  .g-mb-lg-minus-225 {
    margin-bottom: -14.0625rem !important; }
  .g-ml-lg-minus-225 {
    margin-left: -14.0625rem !important; }
  .g-mt-lg-minus-250 {
    margin-top: -15.625rem !important; }
  .g-mr-lg-minus-250 {
    margin-right: -15.625rem !important; }
  .g-mb-lg-minus-250 {
    margin-bottom: -15.625rem !important; }
  .g-ml-lg-minus-250 {
    margin-left: -15.625rem !important; }
  .g-mt-lg-minus-275 {
    margin-top: -17.1875rem !important; }
  .g-mr-lg-minus-275 {
    margin-right: -17.1875rem !important; }
  .g-mb-lg-minus-275 {
    margin-bottom: -17.1875rem !important; }
  .g-ml-lg-minus-275 {
    margin-left: -17.1875rem !important; }
  .g-mt-lg-minus-300 {
    margin-top: -18.75rem !important; }
  .g-mr-lg-minus-300 {
    margin-right: -18.75rem !important; }
  .g-mb-lg-minus-300 {
    margin-bottom: -18.75rem !important; }
  .g-ml-lg-minus-300 {
    margin-left: -18.75rem !important; }
  .g-mt-lg-minus-325 {
    margin-top: -20.3125rem !important; }
  .g-mr-lg-minus-325 {
    margin-right: -20.3125rem !important; }
  .g-mb-lg-minus-325 {
    margin-bottom: -20.3125rem !important; }
  .g-ml-lg-minus-325 {
    margin-left: -20.3125rem !important; }
  .g-mt-lg-minus-350 {
    margin-top: -21.875rem !important; }
  .g-mr-lg-minus-350 {
    margin-right: -21.875rem !important; }
  .g-mb-lg-minus-350 {
    margin-bottom: -21.875rem !important; }
  .g-ml-lg-minus-350 {
    margin-left: -21.875rem !important; }
  .g-mt-lg-minus-375 {
    margin-top: -23.4375rem !important; }
  .g-mr-lg-minus-375 {
    margin-right: -23.4375rem !important; }
  .g-mb-lg-minus-375 {
    margin-bottom: -23.4375rem !important; }
  .g-ml-lg-minus-375 {
    margin-left: -23.4375rem !important; }
  .g-mt-lg-minus-400 {
    margin-top: -25rem !important; }
  .g-mr-lg-minus-400 {
    margin-right: -25rem !important; }
  .g-mb-lg-minus-400 {
    margin-bottom: -25rem !important; }
  .g-ml-lg-minus-400 {
    margin-left: -25rem !important; }
  .g-mt-lg-minus-425 {
    margin-top: -26.5625rem !important; }
  .g-mr-lg-minus-425 {
    margin-right: -26.5625rem !important; }
  .g-mb-lg-minus-425 {
    margin-bottom: -26.5625rem !important; }
  .g-ml-lg-minus-425 {
    margin-left: -26.5625rem !important; }
  .g-mt-lg-minus-450 {
    margin-top: -28.125rem !important; }
  .g-mr-lg-minus-450 {
    margin-right: -28.125rem !important; }
  .g-mb-lg-minus-450 {
    margin-bottom: -28.125rem !important; }
  .g-ml-lg-minus-450 {
    margin-left: -28.125rem !important; }
  .g-mt-lg-minus-475 {
    margin-top: -29.6875rem !important; }
  .g-mr-lg-minus-475 {
    margin-right: -29.6875rem !important; }
  .g-mb-lg-minus-475 {
    margin-bottom: -29.6875rem !important; }
  .g-ml-lg-minus-475 {
    margin-left: -29.6875rem !important; }
  .g-top-lg-0 {
    top: 0rem !important; }
  .g-left-lg-0 {
    left: 0rem !important; }
  .g-right-lg-0 {
    right: 0rem !important; }
  .g-bottom-lg-0 {
    bottom: 0rem !important; }
  .g-top-lg-1 {
    top: 0.0625rem !important; }
  .g-left-lg-1 {
    left: 0.0625rem !important; }
  .g-right-lg-1 {
    right: 0.0625rem !important; }
  .g-bottom-lg-1 {
    bottom: 0.0625rem !important; }
  .g-top-lg-2 {
    top: 0.125rem !important; }
  .g-left-lg-2 {
    left: 0.125rem !important; }
  .g-right-lg-2 {
    right: 0.125rem !important; }
  .g-bottom-lg-2 {
    bottom: 0.125rem !important; }
  .g-top-lg-3 {
    top: 0.1875rem !important; }
  .g-left-lg-3 {
    left: 0.1875rem !important; }
  .g-right-lg-3 {
    right: 0.1875rem !important; }
  .g-bottom-lg-3 {
    bottom: 0.1875rem !important; }
  .g-top-lg-4 {
    top: 0.25rem !important; }
  .g-left-lg-4 {
    left: 0.25rem !important; }
  .g-right-lg-4 {
    right: 0.25rem !important; }
  .g-bottom-lg-4 {
    bottom: 0.25rem !important; }
  .g-top-lg-5 {
    top: 0.3125rem !important; }
  .g-left-lg-5 {
    left: 0.3125rem !important; }
  .g-right-lg-5 {
    right: 0.3125rem !important; }
  .g-bottom-lg-5 {
    bottom: 0.3125rem !important; }
  .g-top-lg-6 {
    top: 0.375rem !important; }
  .g-left-lg-6 {
    left: 0.375rem !important; }
  .g-right-lg-6 {
    right: 0.375rem !important; }
  .g-bottom-lg-6 {
    bottom: 0.375rem !important; }
  .g-top-lg-7 {
    top: 0.4375rem !important; }
  .g-left-lg-7 {
    left: 0.4375rem !important; }
  .g-right-lg-7 {
    right: 0.4375rem !important; }
  .g-bottom-lg-7 {
    bottom: 0.4375rem !important; }
  .g-top-lg-8 {
    top: 0.5rem !important; }
  .g-left-lg-8 {
    left: 0.5rem !important; }
  .g-right-lg-8 {
    right: 0.5rem !important; }
  .g-bottom-lg-8 {
    bottom: 0.5rem !important; }
  .g-top-lg-9 {
    top: 0.5625rem !important; }
  .g-left-lg-9 {
    left: 0.5625rem !important; }
  .g-right-lg-9 {
    right: 0.5625rem !important; }
  .g-bottom-lg-9 {
    bottom: 0.5625rem !important; }
  .g-top-lg-10 {
    top: 0.625rem !important; }
  .g-left-lg-10 {
    left: 0.625rem !important; }
  .g-right-lg-10 {
    right: 0.625rem !important; }
  .g-bottom-lg-10 {
    bottom: 0.625rem !important; }
  .g-top-lg-11 {
    top: 0.6875rem !important; }
  .g-left-lg-11 {
    left: 0.6875rem !important; }
  .g-right-lg-11 {
    right: 0.6875rem !important; }
  .g-bottom-lg-11 {
    bottom: 0.6875rem !important; }
  .g-top-lg-12 {
    top: 0.75rem !important; }
  .g-left-lg-12 {
    left: 0.75rem !important; }
  .g-right-lg-12 {
    right: 0.75rem !important; }
  .g-bottom-lg-12 {
    bottom: 0.75rem !important; }
  .g-top-lg-13 {
    top: 0.8125rem !important; }
  .g-left-lg-13 {
    left: 0.8125rem !important; }
  .g-right-lg-13 {
    right: 0.8125rem !important; }
  .g-bottom-lg-13 {
    bottom: 0.8125rem !important; }
  .g-top-lg-14 {
    top: 0.875rem !important; }
  .g-left-lg-14 {
    left: 0.875rem !important; }
  .g-right-lg-14 {
    right: 0.875rem !important; }
  .g-bottom-lg-14 {
    bottom: 0.875rem !important; }
  .g-top-lg-15 {
    top: 0.9375rem !important; }
  .g-left-lg-15 {
    left: 0.9375rem !important; }
  .g-right-lg-15 {
    right: 0.9375rem !important; }
  .g-bottom-lg-15 {
    bottom: 0.9375rem !important; }
  .g-top-lg-16 {
    top: 1rem !important; }
  .g-left-lg-16 {
    left: 1rem !important; }
  .g-right-lg-16 {
    right: 1rem !important; }
  .g-bottom-lg-16 {
    bottom: 1rem !important; }
  .g-top-lg-17 {
    top: 1.0625rem !important; }
  .g-left-lg-17 {
    left: 1.0625rem !important; }
  .g-right-lg-17 {
    right: 1.0625rem !important; }
  .g-bottom-lg-17 {
    bottom: 1.0625rem !important; }
  .g-top-lg-18 {
    top: 1.125rem !important; }
  .g-left-lg-18 {
    left: 1.125rem !important; }
  .g-right-lg-18 {
    right: 1.125rem !important; }
  .g-bottom-lg-18 {
    bottom: 1.125rem !important; }
  .g-top-lg-19 {
    top: 1.1875rem !important; }
  .g-left-lg-19 {
    left: 1.1875rem !important; }
  .g-right-lg-19 {
    right: 1.1875rem !important; }
  .g-bottom-lg-19 {
    bottom: 1.1875rem !important; }
  .g-top-lg-20 {
    top: 1.25rem !important; }
  .g-left-lg-20 {
    left: 1.25rem !important; }
  .g-right-lg-20 {
    right: 1.25rem !important; }
  .g-bottom-lg-20 {
    bottom: 1.25rem !important; }
  .g-top-minus-lg-1 {
    top: -0.0625rem !important; }
  .g-left-minus-lg-1 {
    left: -0.0625rem !important; }
  .g-right-minus-lg-1 {
    right: -0.0625rem !important; }
  .g-bottom-minus-lg-1 {
    bottom: -0.0625rem !important; }
  .g-top-minus-lg-2 {
    top: -0.125rem !important; }
  .g-left-minus-lg-2 {
    left: -0.125rem !important; }
  .g-right-minus-lg-2 {
    right: -0.125rem !important; }
  .g-bottom-minus-lg-2 {
    bottom: -0.125rem !important; }
  .g-top-minus-lg-3 {
    top: -0.1875rem !important; }
  .g-left-minus-lg-3 {
    left: -0.1875rem !important; }
  .g-right-minus-lg-3 {
    right: -0.1875rem !important; }
  .g-bottom-minus-lg-3 {
    bottom: -0.1875rem !important; }
  .g-top-minus-lg-4 {
    top: -0.25rem !important; }
  .g-left-minus-lg-4 {
    left: -0.25rem !important; }
  .g-right-minus-lg-4 {
    right: -0.25rem !important; }
  .g-bottom-minus-lg-4 {
    bottom: -0.25rem !important; }
  .g-top-minus-lg-5 {
    top: -0.3125rem !important; }
  .g-left-minus-lg-5 {
    left: -0.3125rem !important; }
  .g-right-minus-lg-5 {
    right: -0.3125rem !important; }
  .g-bottom-minus-lg-5 {
    bottom: -0.3125rem !important; }
  .g-top-minus-lg-6 {
    top: -0.375rem !important; }
  .g-left-minus-lg-6 {
    left: -0.375rem !important; }
  .g-right-minus-lg-6 {
    right: -0.375rem !important; }
  .g-bottom-minus-lg-6 {
    bottom: -0.375rem !important; }
  .g-top-minus-lg-7 {
    top: -0.4375rem !important; }
  .g-left-minus-lg-7 {
    left: -0.4375rem !important; }
  .g-right-minus-lg-7 {
    right: -0.4375rem !important; }
  .g-bottom-minus-lg-7 {
    bottom: -0.4375rem !important; }
  .g-top-minus-lg-8 {
    top: -0.5rem !important; }
  .g-left-minus-lg-8 {
    left: -0.5rem !important; }
  .g-right-minus-lg-8 {
    right: -0.5rem !important; }
  .g-bottom-minus-lg-8 {
    bottom: -0.5rem !important; }
  .g-top-minus-lg-9 {
    top: -0.5625rem !important; }
  .g-left-minus-lg-9 {
    left: -0.5625rem !important; }
  .g-right-minus-lg-9 {
    right: -0.5625rem !important; }
  .g-bottom-minus-lg-9 {
    bottom: -0.5625rem !important; }
  .g-top-minus-lg-10 {
    top: -0.625rem !important; }
  .g-left-minus-lg-10 {
    left: -0.625rem !important; }
  .g-right-minus-lg-10 {
    right: -0.625rem !important; }
  .g-bottom-minus-lg-10 {
    bottom: -0.625rem !important; }
  .g-top-minus-lg-11 {
    top: -0.6875rem !important; }
  .g-left-minus-lg-11 {
    left: -0.6875rem !important; }
  .g-right-minus-lg-11 {
    right: -0.6875rem !important; }
  .g-bottom-minus-lg-11 {
    bottom: -0.6875rem !important; }
  .g-top-minus-lg-12 {
    top: -0.75rem !important; }
  .g-left-minus-lg-12 {
    left: -0.75rem !important; }
  .g-right-minus-lg-12 {
    right: -0.75rem !important; }
  .g-bottom-minus-lg-12 {
    bottom: -0.75rem !important; }
  .g-top-minus-lg-13 {
    top: -0.8125rem !important; }
  .g-left-minus-lg-13 {
    left: -0.8125rem !important; }
  .g-right-minus-lg-13 {
    right: -0.8125rem !important; }
  .g-bottom-minus-lg-13 {
    bottom: -0.8125rem !important; }
  .g-top-minus-lg-14 {
    top: -0.875rem !important; }
  .g-left-minus-lg-14 {
    left: -0.875rem !important; }
  .g-right-minus-lg-14 {
    right: -0.875rem !important; }
  .g-bottom-minus-lg-14 {
    bottom: -0.875rem !important; }
  .g-top-minus-lg-15 {
    top: -0.9375rem !important; }
  .g-left-minus-lg-15 {
    left: -0.9375rem !important; }
  .g-right-minus-lg-15 {
    right: -0.9375rem !important; }
  .g-bottom-minus-lg-15 {
    bottom: -0.9375rem !important; }
  .g-top-minus-lg-16 {
    top: -1rem !important; }
  .g-left-minus-lg-16 {
    left: -1rem !important; }
  .g-right-minus-lg-16 {
    right: -1rem !important; }
  .g-bottom-minus-lg-16 {
    bottom: -1rem !important; }
  .g-top-minus-lg-17 {
    top: -1.0625rem !important; }
  .g-left-minus-lg-17 {
    left: -1.0625rem !important; }
  .g-right-minus-lg-17 {
    right: -1.0625rem !important; }
  .g-bottom-minus-lg-17 {
    bottom: -1.0625rem !important; }
  .g-top-minus-lg-18 {
    top: -1.125rem !important; }
  .g-left-minus-lg-18 {
    left: -1.125rem !important; }
  .g-right-minus-lg-18 {
    right: -1.125rem !important; }
  .g-bottom-minus-lg-18 {
    bottom: -1.125rem !important; }
  .g-top-minus-lg-19 {
    top: -1.1875rem !important; }
  .g-left-minus-lg-19 {
    left: -1.1875rem !important; }
  .g-right-minus-lg-19 {
    right: -1.1875rem !important; }
  .g-bottom-minus-lg-19 {
    bottom: -1.1875rem !important; }
  .g-top-minus-lg-20 {
    top: -1.25rem !important; }
  .g-left-minus-lg-20 {
    left: -1.25rem !important; }
  .g-right-minus-lg-20 {
    right: -1.25rem !important; }
  .g-bottom-minus-lg-20 {
    bottom: -1.25rem !important; }
  .g-top-lg-25 {
    top: 1.5625rem !important; }
  .g-left-lg-25 {
    left: 1.5625rem !important; }
  .g-right-lg-25 {
    right: 1.5625rem !important; }
  .g-bottom-lg-25 {
    bottom: 1.5625rem !important; }
  .g-top-minus-lg-25 {
    top: -1.5625rem !important; }
  .g-left-minus-lg-25 {
    left: -1.5625rem !important; }
  .g-right-minus-lg-25 {
    right: -1.5625rem !important; }
  .g-bottom-minus-lg-25 {
    bottom: -1.5625rem !important; }
  .g-top-lg-30 {
    top: 1.875rem !important; }
  .g-left-lg-30 {
    left: 1.875rem !important; }
  .g-right-lg-30 {
    right: 1.875rem !important; }
  .g-bottom-lg-30 {
    bottom: 1.875rem !important; }
  .g-top-minus-lg-30 {
    top: -1.875rem !important; }
  .g-left-minus-lg-30 {
    left: -1.875rem !important; }
  .g-right-minus-lg-30 {
    right: -1.875rem !important; }
  .g-bottom-minus-lg-30 {
    bottom: -1.875rem !important; }
  .g-top-lg-35 {
    top: 2.1875rem !important; }
  .g-left-lg-35 {
    left: 2.1875rem !important; }
  .g-right-lg-35 {
    right: 2.1875rem !important; }
  .g-bottom-lg-35 {
    bottom: 2.1875rem !important; }
  .g-top-minus-lg-35 {
    top: -2.1875rem !important; }
  .g-left-minus-lg-35 {
    left: -2.1875rem !important; }
  .g-right-minus-lg-35 {
    right: -2.1875rem !important; }
  .g-bottom-minus-lg-35 {
    bottom: -2.1875rem !important; }
  .g-top-lg-40 {
    top: 2.5rem !important; }
  .g-left-lg-40 {
    left: 2.5rem !important; }
  .g-right-lg-40 {
    right: 2.5rem !important; }
  .g-bottom-lg-40 {
    bottom: 2.5rem !important; }
  .g-top-minus-lg-40 {
    top: -2.5rem !important; }
  .g-left-minus-lg-40 {
    left: -2.5rem !important; }
  .g-right-minus-lg-40 {
    right: -2.5rem !important; }
  .g-bottom-minus-lg-40 {
    bottom: -2.5rem !important; }
  .g-top-lg-45 {
    top: 2.8125rem !important; }
  .g-left-lg-45 {
    left: 2.8125rem !important; }
  .g-right-lg-45 {
    right: 2.8125rem !important; }
  .g-bottom-lg-45 {
    bottom: 2.8125rem !important; }
  .g-top-minus-lg-45 {
    top: -2.8125rem !important; }
  .g-left-minus-lg-45 {
    left: -2.8125rem !important; }
  .g-right-minus-lg-45 {
    right: -2.8125rem !important; }
  .g-bottom-minus-lg-45 {
    bottom: -2.8125rem !important; }
  .g-top-lg-50 {
    top: 3.125rem !important; }
  .g-left-lg-50 {
    left: 3.125rem !important; }
  .g-right-lg-50 {
    right: 3.125rem !important; }
  .g-bottom-lg-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-lg-50 {
    top: -3.125rem !important; }
  .g-left-minus-lg-50 {
    left: -3.125rem !important; }
  .g-right-minus-lg-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-lg-50 {
    bottom: -3.125rem !important; }
  .g-top-lg-50 {
    top: 3.125rem !important; }
  .g-left-lg-50 {
    left: 3.125rem !important; }
  .g-right-lg-50 {
    right: 3.125rem !important; }
  .g-bottom-lg-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-lg-50 {
    top: -3.125rem !important; }
  .g-left-minus-lg-50 {
    left: -3.125rem !important; }
  .g-right-minus-lg-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-lg-50 {
    bottom: -3.125rem !important; }
  .g-top-lg-60 {
    top: 3.75rem !important; }
  .g-left-lg-60 {
    left: 3.75rem !important; }
  .g-right-lg-60 {
    right: 3.75rem !important; }
  .g-bottom-lg-60 {
    bottom: 3.75rem !important; }
  .g-top-minus-lg-60 {
    top: -3.75rem !important; }
  .g-left-minus-lg-60 {
    left: -3.75rem !important; }
  .g-right-minus-lg-60 {
    right: -3.75rem !important; }
  .g-bottom-minus-lg-60 {
    bottom: -3.75rem !important; }
  .g-top-lg-70 {
    top: 4.375rem !important; }
  .g-left-lg-70 {
    left: 4.375rem !important; }
  .g-right-lg-70 {
    right: 4.375rem !important; }
  .g-bottom-lg-70 {
    bottom: 4.375rem !important; }
  .g-top-minus-lg-70 {
    top: -4.375rem !important; }
  .g-left-minus-lg-70 {
    left: -4.375rem !important; }
  .g-right-minus-lg-70 {
    right: -4.375rem !important; }
  .g-bottom-minus-lg-70 {
    bottom: -4.375rem !important; }
  .g-top-lg-80 {
    top: 5rem !important; }
  .g-left-lg-80 {
    left: 5rem !important; }
  .g-right-lg-80 {
    right: 5rem !important; }
  .g-bottom-lg-80 {
    bottom: 5rem !important; }
  .g-top-minus-lg-80 {
    top: -5rem !important; }
  .g-left-minus-lg-80 {
    left: -5rem !important; }
  .g-right-minus-lg-80 {
    right: -5rem !important; }
  .g-bottom-minus-lg-80 {
    bottom: -5rem !important; }
  .g-top-lg-90 {
    top: 5.625rem !important; }
  .g-left-lg-90 {
    left: 5.625rem !important; }
  .g-right-lg-90 {
    right: 5.625rem !important; }
  .g-bottom-lg-90 {
    bottom: 5.625rem !important; }
  .g-top-minus-lg-90 {
    top: -5.625rem !important; }
  .g-left-minus-lg-90 {
    left: -5.625rem !important; }
  .g-right-minus-lg-90 {
    right: -5.625rem !important; }
  .g-bottom-minus-lg-90 {
    bottom: -5.625rem !important; }
  .g-top-lg-100 {
    top: 6.25rem !important; }
  .g-left-lg-100 {
    left: 6.25rem !important; }
  .g-right-lg-100 {
    right: 6.25rem !important; }
  .g-bottom-lg-100 {
    bottom: 6.25rem !important; }
  .g-top-minus-lg-100 {
    top: -6.25rem !important; }
  .g-left-minus-lg-100 {
    left: -6.25rem !important; }
  .g-right-minus-lg-100 {
    right: -6.25rem !important; }
  .g-bottom-minus-lg-100 {
    bottom: -6.25rem !important; }
  .g-top-lg-110 {
    top: 6.875rem !important; }
  .g-left-lg-110 {
    left: 6.875rem !important; }
  .g-right-lg-110 {
    right: 6.875rem !important; }
  .g-bottom-lg-110 {
    bottom: 6.875rem !important; }
  .g-top-minus-lg-110 {
    top: -6.875rem !important; }
  .g-left-minus-lg-110 {
    left: -6.875rem !important; }
  .g-right-minus-lg-110 {
    right: -6.875rem !important; }
  .g-bottom-minus-lg-110 {
    bottom: -6.875rem !important; }
  .g-top-lg-120 {
    top: 7.5rem !important; }
  .g-left-lg-120 {
    left: 7.5rem !important; }
  .g-right-lg-120 {
    right: 7.5rem !important; }
  .g-bottom-lg-120 {
    bottom: 7.5rem !important; }
  .g-top-minus-lg-120 {
    top: -7.5rem !important; }
  .g-left-minus-lg-120 {
    left: -7.5rem !important; }
  .g-right-minus-lg-120 {
    right: -7.5rem !important; }
  .g-bottom-minus-lg-120 {
    bottom: -7.5rem !important; }
  .g-top-lg-130 {
    top: 8.125rem !important; }
  .g-left-lg-130 {
    left: 8.125rem !important; }
  .g-right-lg-130 {
    right: 8.125rem !important; }
  .g-bottom-lg-130 {
    bottom: 8.125rem !important; }
  .g-top-minus-lg-130 {
    top: -8.125rem !important; }
  .g-left-minus-lg-130 {
    left: -8.125rem !important; }
  .g-right-minus-lg-130 {
    right: -8.125rem !important; }
  .g-bottom-minus-lg-130 {
    bottom: -8.125rem !important; }
  .g-top-lg-140 {
    top: 8.75rem !important; }
  .g-left-lg-140 {
    left: 8.75rem !important; }
  .g-right-lg-140 {
    right: 8.75rem !important; }
  .g-bottom-lg-140 {
    bottom: 8.75rem !important; }
  .g-top-minus-lg-140 {
    top: -8.75rem !important; }
  .g-left-minus-lg-140 {
    left: -8.75rem !important; }
  .g-right-minus-lg-140 {
    right: -8.75rem !important; }
  .g-bottom-minus-lg-140 {
    bottom: -8.75rem !important; }
  .g-top-lg-150 {
    top: 9.375rem !important; }
  .g-left-lg-150 {
    left: 9.375rem !important; }
  .g-right-lg-150 {
    right: 9.375rem !important; }
  .g-bottom-lg-150 {
    bottom: 9.375rem !important; }
  .g-top-minus-lg-150 {
    top: -9.375rem !important; }
  .g-left-minus-lg-150 {
    left: -9.375rem !important; }
  .g-right-minus-lg-150 {
    right: -9.375rem !important; }
  .g-bottom-minus-lg-150 {
    bottom: -9.375rem !important; } }
@media (min-width: 1250px) {
  .g-m-xl-0 {
    margin: 0rem !important; }
  .g-mt-xl-0,
  .g-my-xl-0 {
    margin-top: 0rem !important; }
  .g-mr-xl-0,
  .g-mx-xl-0 {
    margin-right: 0rem !important; }
  .g-mb-xl-0,
  .g-my-xl-0 {
    margin-bottom: 0rem !important; }
  .g-ml-xl-0,
  .g-mx-xl-0 {
    margin-left: 0rem !important; }
  .g-m-xl-1 {
    margin: 0.0625rem !important; }
  .g-mt-xl-1,
  .g-my-xl-1 {
    margin-top: 0.0625rem !important; }
  .g-mr-xl-1,
  .g-mx-xl-1 {
    margin-right: 0.0625rem !important; }
  .g-mb-xl-1,
  .g-my-xl-1 {
    margin-bottom: 0.0625rem !important; }
  .g-ml-xl-1,
  .g-mx-xl-1 {
    margin-left: 0.0625rem !important; }
  .g-m-xl-2 {
    margin: 0.125rem !important; }
  .g-mt-xl-2,
  .g-my-xl-2 {
    margin-top: 0.125rem !important; }
  .g-mr-xl-2,
  .g-mx-xl-2 {
    margin-right: 0.125rem !important; }
  .g-mb-xl-2,
  .g-my-xl-2 {
    margin-bottom: 0.125rem !important; }
  .g-ml-xl-2,
  .g-mx-xl-2 {
    margin-left: 0.125rem !important; }
  .g-m-xl-3 {
    margin: 0.1875rem !important; }
  .g-mt-xl-3,
  .g-my-xl-3 {
    margin-top: 0.1875rem !important; }
  .g-mr-xl-3,
  .g-mx-xl-3 {
    margin-right: 0.1875rem !important; }
  .g-mb-xl-3,
  .g-my-xl-3 {
    margin-bottom: 0.1875rem !important; }
  .g-ml-xl-3,
  .g-mx-xl-3 {
    margin-left: 0.1875rem !important; }
  .g-m-xl-4 {
    margin: 0.25rem !important; }
  .g-mt-xl-4,
  .g-my-xl-4 {
    margin-top: 0.25rem !important; }
  .g-mr-xl-4,
  .g-mx-xl-4 {
    margin-right: 0.25rem !important; }
  .g-mb-xl-4,
  .g-my-xl-4 {
    margin-bottom: 0.25rem !important; }
  .g-ml-xl-4,
  .g-mx-xl-4 {
    margin-left: 0.25rem !important; }
  .g-m-xl-5 {
    margin: 0.3125rem !important; }
  .g-mt-xl-5,
  .g-my-xl-5 {
    margin-top: 0.3125rem !important; }
  .g-mr-xl-5,
  .g-mx-xl-5 {
    margin-right: 0.3125rem !important; }
  .g-mb-xl-5,
  .g-my-xl-5 {
    margin-bottom: 0.3125rem !important; }
  .g-ml-xl-5,
  .g-mx-xl-5 {
    margin-left: 0.3125rem !important; }
  .g-m-xl-6 {
    margin: 0.375rem !important; }
  .g-mt-xl-6,
  .g-my-xl-6 {
    margin-top: 0.375rem !important; }
  .g-mr-xl-6,
  .g-mx-xl-6 {
    margin-right: 0.375rem !important; }
  .g-mb-xl-6,
  .g-my-xl-6 {
    margin-bottom: 0.375rem !important; }
  .g-ml-xl-6,
  .g-mx-xl-6 {
    margin-left: 0.375rem !important; }
  .g-m-xl-7 {
    margin: 0.4375rem !important; }
  .g-mt-xl-7,
  .g-my-xl-7 {
    margin-top: 0.4375rem !important; }
  .g-mr-xl-7,
  .g-mx-xl-7 {
    margin-right: 0.4375rem !important; }
  .g-mb-xl-7,
  .g-my-xl-7 {
    margin-bottom: 0.4375rem !important; }
  .g-ml-xl-7,
  .g-mx-xl-7 {
    margin-left: 0.4375rem !important; }
  .g-m-xl-8 {
    margin: 0.5rem !important; }
  .g-mt-xl-8,
  .g-my-xl-8 {
    margin-top: 0.5rem !important; }
  .g-mr-xl-8,
  .g-mx-xl-8 {
    margin-right: 0.5rem !important; }
  .g-mb-xl-8,
  .g-my-xl-8 {
    margin-bottom: 0.5rem !important; }
  .g-ml-xl-8,
  .g-mx-xl-8 {
    margin-left: 0.5rem !important; }
  .g-m-xl-9 {
    margin: 0.5625rem !important; }
  .g-mt-xl-9,
  .g-my-xl-9 {
    margin-top: 0.5625rem !important; }
  .g-mr-xl-9,
  .g-mx-xl-9 {
    margin-right: 0.5625rem !important; }
  .g-mb-xl-9,
  .g-my-xl-9 {
    margin-bottom: 0.5625rem !important; }
  .g-ml-xl-9,
  .g-mx-xl-9 {
    margin-left: 0.5625rem !important; }
  .g-m-xl-10 {
    margin: 0.625rem !important; }
  .g-mt-xl-10,
  .g-my-xl-10 {
    margin-top: 0.625rem !important; }
  .g-mr-xl-10,
  .g-mx-xl-10 {
    margin-right: 0.625rem !important; }
  .g-mb-xl-10,
  .g-my-xl-10 {
    margin-bottom: 0.625rem !important; }
  .g-ml-xl-10,
  .g-mx-xl-10 {
    margin-left: 0.625rem !important; }
  .g-m-xl-11 {
    margin: 0.6875rem !important; }
  .g-mt-xl-11,
  .g-my-xl-11 {
    margin-top: 0.6875rem !important; }
  .g-mr-xl-11,
  .g-mx-xl-11 {
    margin-right: 0.6875rem !important; }
  .g-mb-xl-11,
  .g-my-xl-11 {
    margin-bottom: 0.6875rem !important; }
  .g-ml-xl-11,
  .g-mx-xl-11 {
    margin-left: 0.6875rem !important; }
  .g-m-xl-12 {
    margin: 0.75rem !important; }
  .g-mt-xl-12,
  .g-my-xl-12 {
    margin-top: 0.75rem !important; }
  .g-mr-xl-12,
  .g-mx-xl-12 {
    margin-right: 0.75rem !important; }
  .g-mb-xl-12,
  .g-my-xl-12 {
    margin-bottom: 0.75rem !important; }
  .g-ml-xl-12,
  .g-mx-xl-12 {
    margin-left: 0.75rem !important; }
  .g-m-xl-13 {
    margin: 0.8125rem !important; }
  .g-mt-xl-13,
  .g-my-xl-13 {
    margin-top: 0.8125rem !important; }
  .g-mr-xl-13,
  .g-mx-xl-13 {
    margin-right: 0.8125rem !important; }
  .g-mb-xl-13,
  .g-my-xl-13 {
    margin-bottom: 0.8125rem !important; }
  .g-ml-xl-13,
  .g-mx-xl-13 {
    margin-left: 0.8125rem !important; }
  .g-m-xl-14 {
    margin: 0.875rem !important; }
  .g-mt-xl-14,
  .g-my-xl-14 {
    margin-top: 0.875rem !important; }
  .g-mr-xl-14,
  .g-mx-xl-14 {
    margin-right: 0.875rem !important; }
  .g-mb-xl-14,
  .g-my-xl-14 {
    margin-bottom: 0.875rem !important; }
  .g-ml-xl-14,
  .g-mx-xl-14 {
    margin-left: 0.875rem !important; }
  .g-m-xl-15 {
    margin: 0.9375rem !important; }
  .g-mt-xl-15,
  .g-my-xl-15 {
    margin-top: 0.9375rem !important; }
  .g-mr-xl-15,
  .g-mx-xl-15 {
    margin-right: 0.9375rem !important; }
  .g-mb-xl-15,
  .g-my-xl-15 {
    margin-bottom: 0.9375rem !important; }
  .g-ml-xl-15,
  .g-mx-xl-15 {
    margin-left: 0.9375rem !important; }
  .g-m-xl-16 {
    margin: 1rem !important; }
  .g-mt-xl-16,
  .g-my-xl-16 {
    margin-top: 1rem !important; }
  .g-mr-xl-16,
  .g-mx-xl-16 {
    margin-right: 1rem !important; }
  .g-mb-xl-16,
  .g-my-xl-16 {
    margin-bottom: 1rem !important; }
  .g-ml-xl-16,
  .g-mx-xl-16 {
    margin-left: 1rem !important; }
  .g-m-xl-17 {
    margin: 1.0625rem !important; }
  .g-mt-xl-17,
  .g-my-xl-17 {
    margin-top: 1.0625rem !important; }
  .g-mr-xl-17,
  .g-mx-xl-17 {
    margin-right: 1.0625rem !important; }
  .g-mb-xl-17,
  .g-my-xl-17 {
    margin-bottom: 1.0625rem !important; }
  .g-ml-xl-17,
  .g-mx-xl-17 {
    margin-left: 1.0625rem !important; }
  .g-m-xl-18 {
    margin: 1.125rem !important; }
  .g-mt-xl-18,
  .g-my-xl-18 {
    margin-top: 1.125rem !important; }
  .g-mr-xl-18,
  .g-mx-xl-18 {
    margin-right: 1.125rem !important; }
  .g-mb-xl-18,
  .g-my-xl-18 {
    margin-bottom: 1.125rem !important; }
  .g-ml-xl-18,
  .g-mx-xl-18 {
    margin-left: 1.125rem !important; }
  .g-m-xl-19 {
    margin: 1.1875rem !important; }
  .g-mt-xl-19,
  .g-my-xl-19 {
    margin-top: 1.1875rem !important; }
  .g-mr-xl-19,
  .g-mx-xl-19 {
    margin-right: 1.1875rem !important; }
  .g-mb-xl-19,
  .g-my-xl-19 {
    margin-bottom: 1.1875rem !important; }
  .g-ml-xl-19,
  .g-mx-xl-19 {
    margin-left: 1.1875rem !important; }
  .g-m-xl-20 {
    margin: 1.25rem !important; }
  .g-mt-xl-20,
  .g-my-xl-20 {
    margin-top: 1.25rem !important; }
  .g-mr-xl-20,
  .g-mx-xl-20 {
    margin-right: 1.25rem !important; }
  .g-mb-xl-20,
  .g-my-xl-20 {
    margin-bottom: 1.25rem !important; }
  .g-ml-xl-20,
  .g-mx-xl-20 {
    margin-left: 1.25rem !important; }
  .g-m-xl-25 {
    margin: 1.5625rem !important; }
  .g-mt-xl-25,
  .g-my-xl-25 {
    margin-top: 1.5625rem !important; }
  .g-mr-xl-25,
  .g-mx-xl-25 {
    margin-right: 1.5625rem !important; }
  .g-mb-xl-25,
  .g-my-xl-25 {
    margin-bottom: 1.5625rem !important; }
  .g-ml-xl-25,
  .g-mx-xl-25 {
    margin-left: 1.5625rem !important; }
  .g-m-xl-30 {
    margin: 1.875rem !important; }
  .g-mt-xl-30,
  .g-my-xl-30 {
    margin-top: 1.875rem !important; }
  .g-mr-xl-30,
  .g-mx-xl-30 {
    margin-right: 1.875rem !important; }
  .g-mb-xl-30,
  .g-my-xl-30 {
    margin-bottom: 1.875rem !important; }
  .g-ml-xl-30,
  .g-mx-xl-30 {
    margin-left: 1.875rem !important; }
  .g-m-xl-35 {
    margin: 2.1875rem !important; }
  .g-mt-xl-35,
  .g-my-xl-35 {
    margin-top: 2.1875rem !important; }
  .g-mr-xl-35,
  .g-mx-xl-35 {
    margin-right: 2.1875rem !important; }
  .g-mb-xl-35,
  .g-my-xl-35 {
    margin-bottom: 2.1875rem !important; }
  .g-ml-xl-35,
  .g-mx-xl-35 {
    margin-left: 2.1875rem !important; }
  .g-m-xl-40 {
    margin: 2.5rem !important; }
  .g-mt-xl-40,
  .g-my-xl-40 {
    margin-top: 2.5rem !important; }
  .g-mr-xl-40,
  .g-mx-xl-40 {
    margin-right: 2.5rem !important; }
  .g-mb-xl-40,
  .g-my-xl-40 {
    margin-bottom: 2.5rem !important; }
  .g-ml-xl-40,
  .g-mx-xl-40 {
    margin-left: 2.5rem !important; }
  .g-m-xl-45 {
    margin: 2.8125rem !important; }
  .g-mt-xl-45,
  .g-my-xl-45 {
    margin-top: 2.8125rem !important; }
  .g-mr-xl-45,
  .g-mx-xl-45 {
    margin-right: 2.8125rem !important; }
  .g-mb-xl-45,
  .g-my-xl-45 {
    margin-bottom: 2.8125rem !important; }
  .g-ml-xl-45,
  .g-mx-xl-45 {
    margin-left: 2.8125rem !important; }
  .g-m-xl-50 {
    margin: 3.125rem !important; }
  .g-mt-xl-50,
  .g-my-xl-50 {
    margin-top: 3.125rem !important; }
  .g-mr-xl-50,
  .g-mx-xl-50 {
    margin-right: 3.125rem !important; }
  .g-mb-xl-50,
  .g-my-xl-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-xl-50,
  .g-mx-xl-50 {
    margin-left: 3.125rem !important; }
  .g-m-xl-50 {
    margin: 3.125rem !important; }
  .g-mt-xl-50,
  .g-my-xl-50 {
    margin-top: 3.125rem !important; }
  .g-mr-xl-50,
  .g-mx-xl-50 {
    margin-right: 3.125rem !important; }
  .g-mb-xl-50,
  .g-my-xl-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-xl-50,
  .g-mx-xl-50 {
    margin-left: 3.125rem !important; }
  .g-m-xl-60 {
    margin: 3.75rem !important; }
  .g-mt-xl-60,
  .g-my-xl-60 {
    margin-top: 3.75rem !important; }
  .g-mr-xl-60,
  .g-mx-xl-60 {
    margin-right: 3.75rem !important; }
  .g-mb-xl-60,
  .g-my-xl-60 {
    margin-bottom: 3.75rem !important; }
  .g-ml-xl-60,
  .g-mx-xl-60 {
    margin-left: 3.75rem !important; }
  .g-m-xl-70 {
    margin: 4.375rem !important; }
  .g-mt-xl-70,
  .g-my-xl-70 {
    margin-top: 4.375rem !important; }
  .g-mr-xl-70,
  .g-mx-xl-70 {
    margin-right: 4.375rem !important; }
  .g-mb-xl-70,
  .g-my-xl-70 {
    margin-bottom: 4.375rem !important; }
  .g-ml-xl-70,
  .g-mx-xl-70 {
    margin-left: 4.375rem !important; }
  .g-m-xl-80 {
    margin: 5rem !important; }
  .g-mt-xl-80,
  .g-my-xl-80 {
    margin-top: 5rem !important; }
  .g-mr-xl-80,
  .g-mx-xl-80 {
    margin-right: 5rem !important; }
  .g-mb-xl-80,
  .g-my-xl-80 {
    margin-bottom: 5rem !important; }
  .g-ml-xl-80,
  .g-mx-xl-80 {
    margin-left: 5rem !important; }
  .g-m-xl-90 {
    margin: 5.625rem !important; }
  .g-mt-xl-90,
  .g-my-xl-90 {
    margin-top: 5.625rem !important; }
  .g-mr-xl-90,
  .g-mx-xl-90 {
    margin-right: 5.625rem !important; }
  .g-mb-xl-90,
  .g-my-xl-90 {
    margin-bottom: 5.625rem !important; }
  .g-ml-xl-90,
  .g-mx-xl-90 {
    margin-left: 5.625rem !important; }
  .g-m-xl-100 {
    margin: 6.25rem !important; }
  .g-mt-xl-100,
  .g-my-xl-100 {
    margin-top: 6.25rem !important; }
  .g-mr-xl-100,
  .g-mx-xl-100 {
    margin-right: 6.25rem !important; }
  .g-mb-xl-100,
  .g-my-xl-100 {
    margin-bottom: 6.25rem !important; }
  .g-ml-xl-100,
  .g-mx-xl-100 {
    margin-left: 6.25rem !important; }
  .g-m-xl-110 {
    margin: 6.875rem !important; }
  .g-mt-xl-110,
  .g-my-xl-110 {
    margin-top: 6.875rem !important; }
  .g-mr-xl-110,
  .g-mx-xl-110 {
    margin-right: 6.875rem !important; }
  .g-mb-xl-110,
  .g-my-xl-110 {
    margin-bottom: 6.875rem !important; }
  .g-ml-xl-110,
  .g-mx-xl-110 {
    margin-left: 6.875rem !important; }
  .g-m-xl-120 {
    margin: 7.5rem !important; }
  .g-mt-xl-120,
  .g-my-xl-120 {
    margin-top: 7.5rem !important; }
  .g-mr-xl-120,
  .g-mx-xl-120 {
    margin-right: 7.5rem !important; }
  .g-mb-xl-120,
  .g-my-xl-120 {
    margin-bottom: 7.5rem !important; }
  .g-ml-xl-120,
  .g-mx-xl-120 {
    margin-left: 7.5rem !important; }
  .g-m-xl-130 {
    margin: 8.125rem !important; }
  .g-mt-xl-130,
  .g-my-xl-130 {
    margin-top: 8.125rem !important; }
  .g-mr-xl-130,
  .g-mx-xl-130 {
    margin-right: 8.125rem !important; }
  .g-mb-xl-130,
  .g-my-xl-130 {
    margin-bottom: 8.125rem !important; }
  .g-ml-xl-130,
  .g-mx-xl-130 {
    margin-left: 8.125rem !important; }
  .g-m-xl-140 {
    margin: 8.75rem !important; }
  .g-mt-xl-140,
  .g-my-xl-140 {
    margin-top: 8.75rem !important; }
  .g-mr-xl-140,
  .g-mx-xl-140 {
    margin-right: 8.75rem !important; }
  .g-mb-xl-140,
  .g-my-xl-140 {
    margin-bottom: 8.75rem !important; }
  .g-ml-xl-140,
  .g-mx-xl-140 {
    margin-left: 8.75rem !important; }
  .g-m-xl-150 {
    margin: 9.375rem !important; }
  .g-mt-xl-150,
  .g-my-xl-150 {
    margin-top: 9.375rem !important; }
  .g-mr-xl-150,
  .g-mx-xl-150 {
    margin-right: 9.375rem !important; }
  .g-mb-xl-150,
  .g-my-xl-150 {
    margin-bottom: 9.375rem !important; }
  .g-ml-xl-150,
  .g-mx-xl-150 {
    margin-left: 9.375rem !important; }
  .g-p-xl-0 {
    padding: 0rem !important; }
  .g-pt-xl-0,
  .g-py-xl-0 {
    padding-top: 0rem !important; }
  .g-pr-xl-0,
  .g-px-xl-0 {
    padding-right: 0rem !important; }
  .g-pb-xl-0,
  .g-py-xl-0 {
    padding-bottom: 0rem !important; }
  .g-pl-xl-0,
  .g-px-xl-0 {
    padding-left: 0rem !important; }
  .g-p-xl-1 {
    padding: 0.0625rem !important; }
  .g-pt-xl-1,
  .g-py-xl-1 {
    padding-top: 0.0625rem !important; }
  .g-pr-xl-1,
  .g-px-xl-1 {
    padding-right: 0.0625rem !important; }
  .g-pb-xl-1,
  .g-py-xl-1 {
    padding-bottom: 0.0625rem !important; }
  .g-pl-xl-1,
  .g-px-xl-1 {
    padding-left: 0.0625rem !important; }
  .g-p-xl-2 {
    padding: 0.125rem !important; }
  .g-pt-xl-2,
  .g-py-xl-2 {
    padding-top: 0.125rem !important; }
  .g-pr-xl-2,
  .g-px-xl-2 {
    padding-right: 0.125rem !important; }
  .g-pb-xl-2,
  .g-py-xl-2 {
    padding-bottom: 0.125rem !important; }
  .g-pl-xl-2,
  .g-px-xl-2 {
    padding-left: 0.125rem !important; }
  .g-p-xl-3 {
    padding: 0.1875rem !important; }
  .g-pt-xl-3,
  .g-py-xl-3 {
    padding-top: 0.1875rem !important; }
  .g-pr-xl-3,
  .g-px-xl-3 {
    padding-right: 0.1875rem !important; }
  .g-pb-xl-3,
  .g-py-xl-3 {
    padding-bottom: 0.1875rem !important; }
  .g-pl-xl-3,
  .g-px-xl-3 {
    padding-left: 0.1875rem !important; }
  .g-p-xl-4 {
    padding: 0.25rem !important; }
  .g-pt-xl-4,
  .g-py-xl-4 {
    padding-top: 0.25rem !important; }
  .g-pr-xl-4,
  .g-px-xl-4 {
    padding-right: 0.25rem !important; }
  .g-pb-xl-4,
  .g-py-xl-4 {
    padding-bottom: 0.25rem !important; }
  .g-pl-xl-4,
  .g-px-xl-4 {
    padding-left: 0.25rem !important; }
  .g-p-xl-5 {
    padding: 0.3125rem !important; }
  .g-pt-xl-5,
  .g-py-xl-5 {
    padding-top: 0.3125rem !important; }
  .g-pr-xl-5,
  .g-px-xl-5 {
    padding-right: 0.3125rem !important; }
  .g-pb-xl-5,
  .g-py-xl-5 {
    padding-bottom: 0.3125rem !important; }
  .g-pl-xl-5,
  .g-px-xl-5 {
    padding-left: 0.3125rem !important; }
  .g-p-xl-6 {
    padding: 0.375rem !important; }
  .g-pt-xl-6,
  .g-py-xl-6 {
    padding-top: 0.375rem !important; }
  .g-pr-xl-6,
  .g-px-xl-6 {
    padding-right: 0.375rem !important; }
  .g-pb-xl-6,
  .g-py-xl-6 {
    padding-bottom: 0.375rem !important; }
  .g-pl-xl-6,
  .g-px-xl-6 {
    padding-left: 0.375rem !important; }
  .g-p-xl-7 {
    padding: 0.4375rem !important; }
  .g-pt-xl-7,
  .g-py-xl-7 {
    padding-top: 0.4375rem !important; }
  .g-pr-xl-7,
  .g-px-xl-7 {
    padding-right: 0.4375rem !important; }
  .g-pb-xl-7,
  .g-py-xl-7 {
    padding-bottom: 0.4375rem !important; }
  .g-pl-xl-7,
  .g-px-xl-7 {
    padding-left: 0.4375rem !important; }
  .g-p-xl-8 {
    padding: 0.5rem !important; }
  .g-pt-xl-8,
  .g-py-xl-8 {
    padding-top: 0.5rem !important; }
  .g-pr-xl-8,
  .g-px-xl-8 {
    padding-right: 0.5rem !important; }
  .g-pb-xl-8,
  .g-py-xl-8 {
    padding-bottom: 0.5rem !important; }
  .g-pl-xl-8,
  .g-px-xl-8 {
    padding-left: 0.5rem !important; }
  .g-p-xl-9 {
    padding: 0.5625rem !important; }
  .g-pt-xl-9,
  .g-py-xl-9 {
    padding-top: 0.5625rem !important; }
  .g-pr-xl-9,
  .g-px-xl-9 {
    padding-right: 0.5625rem !important; }
  .g-pb-xl-9,
  .g-py-xl-9 {
    padding-bottom: 0.5625rem !important; }
  .g-pl-xl-9,
  .g-px-xl-9 {
    padding-left: 0.5625rem !important; }
  .g-p-xl-10 {
    padding: 0.625rem !important; }
  .g-pt-xl-10,
  .g-py-xl-10 {
    padding-top: 0.625rem !important; }
  .g-pr-xl-10,
  .g-px-xl-10 {
    padding-right: 0.625rem !important; }
  .g-pb-xl-10,
  .g-py-xl-10 {
    padding-bottom: 0.625rem !important; }
  .g-pl-xl-10,
  .g-px-xl-10 {
    padding-left: 0.625rem !important; }
  .g-p-xl-11 {
    padding: 0.6875rem !important; }
  .g-pt-xl-11,
  .g-py-xl-11 {
    padding-top: 0.6875rem !important; }
  .g-pr-xl-11,
  .g-px-xl-11 {
    padding-right: 0.6875rem !important; }
  .g-pb-xl-11,
  .g-py-xl-11 {
    padding-bottom: 0.6875rem !important; }
  .g-pl-xl-11,
  .g-px-xl-11 {
    padding-left: 0.6875rem !important; }
  .g-p-xl-12 {
    padding: 0.75rem !important; }
  .g-pt-xl-12,
  .g-py-xl-12 {
    padding-top: 0.75rem !important; }
  .g-pr-xl-12,
  .g-px-xl-12 {
    padding-right: 0.75rem !important; }
  .g-pb-xl-12,
  .g-py-xl-12 {
    padding-bottom: 0.75rem !important; }
  .g-pl-xl-12,
  .g-px-xl-12 {
    padding-left: 0.75rem !important; }
  .g-p-xl-13 {
    padding: 0.8125rem !important; }
  .g-pt-xl-13,
  .g-py-xl-13 {
    padding-top: 0.8125rem !important; }
  .g-pr-xl-13,
  .g-px-xl-13 {
    padding-right: 0.8125rem !important; }
  .g-pb-xl-13,
  .g-py-xl-13 {
    padding-bottom: 0.8125rem !important; }
  .g-pl-xl-13,
  .g-px-xl-13 {
    padding-left: 0.8125rem !important; }
  .g-p-xl-14 {
    padding: 0.875rem !important; }
  .g-pt-xl-14,
  .g-py-xl-14 {
    padding-top: 0.875rem !important; }
  .g-pr-xl-14,
  .g-px-xl-14 {
    padding-right: 0.875rem !important; }
  .g-pb-xl-14,
  .g-py-xl-14 {
    padding-bottom: 0.875rem !important; }
  .g-pl-xl-14,
  .g-px-xl-14 {
    padding-left: 0.875rem !important; }
  .g-p-xl-15 {
    padding: 0.9375rem !important; }
  .g-pt-xl-15,
  .g-py-xl-15 {
    padding-top: 0.9375rem !important; }
  .g-pr-xl-15,
  .g-px-xl-15 {
    padding-right: 0.9375rem !important; }
  .g-pb-xl-15,
  .g-py-xl-15 {
    padding-bottom: 0.9375rem !important; }
  .g-pl-xl-15,
  .g-px-xl-15 {
    padding-left: 0.9375rem !important; }
  .g-p-xl-16 {
    padding: 1rem !important; }
  .g-pt-xl-16,
  .g-py-xl-16 {
    padding-top: 1rem !important; }
  .g-pr-xl-16,
  .g-px-xl-16 {
    padding-right: 1rem !important; }
  .g-pb-xl-16,
  .g-py-xl-16 {
    padding-bottom: 1rem !important; }
  .g-pl-xl-16,
  .g-px-xl-16 {
    padding-left: 1rem !important; }
  .g-p-xl-17 {
    padding: 1.0625rem !important; }
  .g-pt-xl-17,
  .g-py-xl-17 {
    padding-top: 1.0625rem !important; }
  .g-pr-xl-17,
  .g-px-xl-17 {
    padding-right: 1.0625rem !important; }
  .g-pb-xl-17,
  .g-py-xl-17 {
    padding-bottom: 1.0625rem !important; }
  .g-pl-xl-17,
  .g-px-xl-17 {
    padding-left: 1.0625rem !important; }
  .g-p-xl-18 {
    padding: 1.125rem !important; }
  .g-pt-xl-18,
  .g-py-xl-18 {
    padding-top: 1.125rem !important; }
  .g-pr-xl-18,
  .g-px-xl-18 {
    padding-right: 1.125rem !important; }
  .g-pb-xl-18,
  .g-py-xl-18 {
    padding-bottom: 1.125rem !important; }
  .g-pl-xl-18,
  .g-px-xl-18 {
    padding-left: 1.125rem !important; }
  .g-p-xl-19 {
    padding: 1.1875rem !important; }
  .g-pt-xl-19,
  .g-py-xl-19 {
    padding-top: 1.1875rem !important; }
  .g-pr-xl-19,
  .g-px-xl-19 {
    padding-right: 1.1875rem !important; }
  .g-pb-xl-19,
  .g-py-xl-19 {
    padding-bottom: 1.1875rem !important; }
  .g-pl-xl-19,
  .g-px-xl-19 {
    padding-left: 1.1875rem !important; }
  .g-p-xl-20 {
    padding: 1.25rem !important; }
  .g-pt-xl-20,
  .g-py-xl-20 {
    padding-top: 1.25rem !important; }
  .g-pr-xl-20,
  .g-px-xl-20 {
    padding-right: 1.25rem !important; }
  .g-pb-xl-20,
  .g-py-xl-20 {
    padding-bottom: 1.25rem !important; }
  .g-pl-xl-20,
  .g-px-xl-20 {
    padding-left: 1.25rem !important; }
  .g-p-xl-25 {
    padding: 1.5625rem !important; }
  .g-pt-xl-25,
  .g-py-xl-25 {
    padding-top: 1.5625rem !important; }
  .g-pr-xl-25,
  .g-px-xl-25 {
    padding-right: 1.5625rem !important; }
  .g-pb-xl-25,
  .g-py-xl-25 {
    padding-bottom: 1.5625rem !important; }
  .g-pl-xl-25,
  .g-px-xl-25 {
    padding-left: 1.5625rem !important; }
  .g-p-xl-30 {
    padding: 1.875rem !important; }
  .g-pt-xl-30,
  .g-py-xl-30 {
    padding-top: 1.875rem !important; }
  .g-pr-xl-30,
  .g-px-xl-30 {
    padding-right: 1.875rem !important; }
  .g-pb-xl-30,
  .g-py-xl-30 {
    padding-bottom: 1.875rem !important; }
  .g-pl-xl-30,
  .g-px-xl-30 {
    padding-left: 1.875rem !important; }
  .g-p-xl-35 {
    padding: 2.1875rem !important; }
  .g-pt-xl-35,
  .g-py-xl-35 {
    padding-top: 2.1875rem !important; }
  .g-pr-xl-35,
  .g-px-xl-35 {
    padding-right: 2.1875rem !important; }
  .g-pb-xl-35,
  .g-py-xl-35 {
    padding-bottom: 2.1875rem !important; }
  .g-pl-xl-35,
  .g-px-xl-35 {
    padding-left: 2.1875rem !important; }
  .g-p-xl-40 {
    padding: 2.5rem !important; }
  .g-pt-xl-40,
  .g-py-xl-40 {
    padding-top: 2.5rem !important; }
  .g-pr-xl-40,
  .g-px-xl-40 {
    padding-right: 2.5rem !important; }
  .g-pb-xl-40,
  .g-py-xl-40 {
    padding-bottom: 2.5rem !important; }
  .g-pl-xl-40,
  .g-px-xl-40 {
    padding-left: 2.5rem !important; }
  .g-p-xl-45 {
    padding: 2.8125rem !important; }
  .g-pt-xl-45,
  .g-py-xl-45 {
    padding-top: 2.8125rem !important; }
  .g-pr-xl-45,
  .g-px-xl-45 {
    padding-right: 2.8125rem !important; }
  .g-pb-xl-45,
  .g-py-xl-45 {
    padding-bottom: 2.8125rem !important; }
  .g-pl-xl-45,
  .g-px-xl-45 {
    padding-left: 2.8125rem !important; }
  .g-p-xl-50 {
    padding: 3.125rem !important; }
  .g-pt-xl-50,
  .g-py-xl-50 {
    padding-top: 3.125rem !important; }
  .g-pr-xl-50,
  .g-px-xl-50 {
    padding-right: 3.125rem !important; }
  .g-pb-xl-50,
  .g-py-xl-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-xl-50,
  .g-px-xl-50 {
    padding-left: 3.125rem !important; }
  .g-p-xl-50 {
    padding: 3.125rem !important; }
  .g-pt-xl-50,
  .g-py-xl-50 {
    padding-top: 3.125rem !important; }
  .g-pr-xl-50,
  .g-px-xl-50 {
    padding-right: 3.125rem !important; }
  .g-pb-xl-50,
  .g-py-xl-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-xl-50,
  .g-px-xl-50 {
    padding-left: 3.125rem !important; }
  .g-p-xl-60 {
    padding: 3.75rem !important; }
  .g-pt-xl-60,
  .g-py-xl-60 {
    padding-top: 3.75rem !important; }
  .g-pr-xl-60,
  .g-px-xl-60 {
    padding-right: 3.75rem !important; }
  .g-pb-xl-60,
  .g-py-xl-60 {
    padding-bottom: 3.75rem !important; }
  .g-pl-xl-60,
  .g-px-xl-60 {
    padding-left: 3.75rem !important; }
  .g-p-xl-70 {
    padding: 4.375rem !important; }
  .g-pt-xl-70,
  .g-py-xl-70 {
    padding-top: 4.375rem !important; }
  .g-pr-xl-70,
  .g-px-xl-70 {
    padding-right: 4.375rem !important; }
  .g-pb-xl-70,
  .g-py-xl-70 {
    padding-bottom: 4.375rem !important; }
  .g-pl-xl-70,
  .g-px-xl-70 {
    padding-left: 4.375rem !important; }
  .g-p-xl-80 {
    padding: 5rem !important; }
  .g-pt-xl-80,
  .g-py-xl-80 {
    padding-top: 5rem !important; }
  .g-pr-xl-80,
  .g-px-xl-80 {
    padding-right: 5rem !important; }
  .g-pb-xl-80,
  .g-py-xl-80 {
    padding-bottom: 5rem !important; }
  .g-pl-xl-80,
  .g-px-xl-80 {
    padding-left: 5rem !important; }
  .g-p-xl-90 {
    padding: 5.625rem !important; }
  .g-pt-xl-90,
  .g-py-xl-90 {
    padding-top: 5.625rem !important; }
  .g-pr-xl-90,
  .g-px-xl-90 {
    padding-right: 5.625rem !important; }
  .g-pb-xl-90,
  .g-py-xl-90 {
    padding-bottom: 5.625rem !important; }
  .g-pl-xl-90,
  .g-px-xl-90 {
    padding-left: 5.625rem !important; }
  .g-p-xl-100 {
    padding: 6.25rem !important; }
  .g-pt-xl-100,
  .g-py-xl-100 {
    padding-top: 6.25rem !important; }
  .g-pr-xl-100,
  .g-px-xl-100 {
    padding-right: 6.25rem !important; }
  .g-pb-xl-100,
  .g-py-xl-100 {
    padding-bottom: 6.25rem !important; }
  .g-pl-xl-100,
  .g-px-xl-100 {
    padding-left: 6.25rem !important; }
  .g-p-xl-110 {
    padding: 6.875rem !important; }
  .g-pt-xl-110,
  .g-py-xl-110 {
    padding-top: 6.875rem !important; }
  .g-pr-xl-110,
  .g-px-xl-110 {
    padding-right: 6.875rem !important; }
  .g-pb-xl-110,
  .g-py-xl-110 {
    padding-bottom: 6.875rem !important; }
  .g-pl-xl-110,
  .g-px-xl-110 {
    padding-left: 6.875rem !important; }
  .g-p-xl-120 {
    padding: 7.5rem !important; }
  .g-pt-xl-120,
  .g-py-xl-120 {
    padding-top: 7.5rem !important; }
  .g-pr-xl-120,
  .g-px-xl-120 {
    padding-right: 7.5rem !important; }
  .g-pb-xl-120,
  .g-py-xl-120 {
    padding-bottom: 7.5rem !important; }
  .g-pl-xl-120,
  .g-px-xl-120 {
    padding-left: 7.5rem !important; }
  .g-p-xl-130 {
    padding: 8.125rem !important; }
  .g-pt-xl-130,
  .g-py-xl-130 {
    padding-top: 8.125rem !important; }
  .g-pr-xl-130,
  .g-px-xl-130 {
    padding-right: 8.125rem !important; }
  .g-pb-xl-130,
  .g-py-xl-130 {
    padding-bottom: 8.125rem !important; }
  .g-pl-xl-130,
  .g-px-xl-130 {
    padding-left: 8.125rem !important; }
  .g-p-xl-140 {
    padding: 8.75rem !important; }
  .g-pt-xl-140,
  .g-py-xl-140 {
    padding-top: 8.75rem !important; }
  .g-pr-xl-140,
  .g-px-xl-140 {
    padding-right: 8.75rem !important; }
  .g-pb-xl-140,
  .g-py-xl-140 {
    padding-bottom: 8.75rem !important; }
  .g-pl-xl-140,
  .g-px-xl-140 {
    padding-left: 8.75rem !important; }
  .g-p-xl-150 {
    padding: 9.375rem !important; }
  .g-pt-xl-150,
  .g-py-xl-150 {
    padding-top: 9.375rem !important; }
  .g-pr-xl-150,
  .g-px-xl-150 {
    padding-right: 9.375rem !important; }
  .g-pb-xl-150,
  .g-py-xl-150 {
    padding-bottom: 9.375rem !important; }
  .g-pl-xl-150,
  .g-px-xl-150 {
    padding-left: 9.375rem !important; }
  .g-mt-xl-minus-1 {
    margin-top: -0.0625rem !important; }
  .g-mr-xl-minus-1 {
    margin-right: -0.0625rem !important; }
  .g-mb-xl-minus-1 {
    margin-bottom: -0.0625rem !important; }
  .g-ml-xl-minus-1 {
    margin-left: -0.0625rem !important; }
  .g-mt-xl-minus-2 {
    margin-top: -0.125rem !important; }
  .g-mr-xl-minus-2 {
    margin-right: -0.125rem !important; }
  .g-mb-xl-minus-2 {
    margin-bottom: -0.125rem !important; }
  .g-ml-xl-minus-2 {
    margin-left: -0.125rem !important; }
  .g-mt-xl-minus-3 {
    margin-top: -0.1875rem !important; }
  .g-mr-xl-minus-3 {
    margin-right: -0.1875rem !important; }
  .g-mb-xl-minus-3 {
    margin-bottom: -0.1875rem !important; }
  .g-ml-xl-minus-3 {
    margin-left: -0.1875rem !important; }
  .g-mt-xl-minus-4 {
    margin-top: -0.25rem !important; }
  .g-mr-xl-minus-4 {
    margin-right: -0.25rem !important; }
  .g-mb-xl-minus-4 {
    margin-bottom: -0.25rem !important; }
  .g-ml-xl-minus-4 {
    margin-left: -0.25rem !important; }
  .g-mt-xl-minus-5 {
    margin-top: -0.3125rem !important; }
  .g-mr-xl-minus-5 {
    margin-right: -0.3125rem !important; }
  .g-mb-xl-minus-5 {
    margin-bottom: -0.3125rem !important; }
  .g-ml-xl-minus-5 {
    margin-left: -0.3125rem !important; }
  .g-mt-xl-minus-6 {
    margin-top: -0.375rem !important; }
  .g-mr-xl-minus-6 {
    margin-right: -0.375rem !important; }
  .g-mb-xl-minus-6 {
    margin-bottom: -0.375rem !important; }
  .g-ml-xl-minus-6 {
    margin-left: -0.375rem !important; }
  .g-mt-xl-minus-7 {
    margin-top: -0.4375rem !important; }
  .g-mr-xl-minus-7 {
    margin-right: -0.4375rem !important; }
  .g-mb-xl-minus-7 {
    margin-bottom: -0.4375rem !important; }
  .g-ml-xl-minus-7 {
    margin-left: -0.4375rem !important; }
  .g-mt-xl-minus-8 {
    margin-top: -0.5rem !important; }
  .g-mr-xl-minus-8 {
    margin-right: -0.5rem !important; }
  .g-mb-xl-minus-8 {
    margin-bottom: -0.5rem !important; }
  .g-ml-xl-minus-8 {
    margin-left: -0.5rem !important; }
  .g-mt-xl-minus-9 {
    margin-top: -0.5625rem !important; }
  .g-mr-xl-minus-9 {
    margin-right: -0.5625rem !important; }
  .g-mb-xl-minus-9 {
    margin-bottom: -0.5625rem !important; }
  .g-ml-xl-minus-9 {
    margin-left: -0.5625rem !important; }
  .g-mt-xl-minus-10 {
    margin-top: -0.625rem !important; }
  .g-mr-xl-minus-10 {
    margin-right: -0.625rem !important; }
  .g-mb-xl-minus-10 {
    margin-bottom: -0.625rem !important; }
  .g-ml-xl-minus-10 {
    margin-left: -0.625rem !important; }
  .g-mt-xl-minus-11 {
    margin-top: -0.6875rem !important; }
  .g-mr-xl-minus-11 {
    margin-right: -0.6875rem !important; }
  .g-mb-xl-minus-11 {
    margin-bottom: -0.6875rem !important; }
  .g-ml-xl-minus-11 {
    margin-left: -0.6875rem !important; }
  .g-mt-xl-minus-12 {
    margin-top: -0.75rem !important; }
  .g-mr-xl-minus-12 {
    margin-right: -0.75rem !important; }
  .g-mb-xl-minus-12 {
    margin-bottom: -0.75rem !important; }
  .g-ml-xl-minus-12 {
    margin-left: -0.75rem !important; }
  .g-mt-xl-minus-13 {
    margin-top: -0.8125rem !important; }
  .g-mr-xl-minus-13 {
    margin-right: -0.8125rem !important; }
  .g-mb-xl-minus-13 {
    margin-bottom: -0.8125rem !important; }
  .g-ml-xl-minus-13 {
    margin-left: -0.8125rem !important; }
  .g-mt-xl-minus-14 {
    margin-top: -0.875rem !important; }
  .g-mr-xl-minus-14 {
    margin-right: -0.875rem !important; }
  .g-mb-xl-minus-14 {
    margin-bottom: -0.875rem !important; }
  .g-ml-xl-minus-14 {
    margin-left: -0.875rem !important; }
  .g-mt-xl-minus-15 {
    margin-top: -0.9375rem !important; }
  .g-mr-xl-minus-15 {
    margin-right: -0.9375rem !important; }
  .g-mb-xl-minus-15 {
    margin-bottom: -0.9375rem !important; }
  .g-ml-xl-minus-15 {
    margin-left: -0.9375rem !important; }
  .g-mt-xl-minus-16 {
    margin-top: -1rem !important; }
  .g-mr-xl-minus-16 {
    margin-right: -1rem !important; }
  .g-mb-xl-minus-16 {
    margin-bottom: -1rem !important; }
  .g-ml-xl-minus-16 {
    margin-left: -1rem !important; }
  .g-mt-xl-minus-17 {
    margin-top: -1.0625rem !important; }
  .g-mr-xl-minus-17 {
    margin-right: -1.0625rem !important; }
  .g-mb-xl-minus-17 {
    margin-bottom: -1.0625rem !important; }
  .g-ml-xl-minus-17 {
    margin-left: -1.0625rem !important; }
  .g-mt-xl-minus-18 {
    margin-top: -1.125rem !important; }
  .g-mr-xl-minus-18 {
    margin-right: -1.125rem !important; }
  .g-mb-xl-minus-18 {
    margin-bottom: -1.125rem !important; }
  .g-ml-xl-minus-18 {
    margin-left: -1.125rem !important; }
  .g-mt-xl-minus-19 {
    margin-top: -1.1875rem !important; }
  .g-mr-xl-minus-19 {
    margin-right: -1.1875rem !important; }
  .g-mb-xl-minus-19 {
    margin-bottom: -1.1875rem !important; }
  .g-ml-xl-minus-19 {
    margin-left: -1.1875rem !important; }
  .g-mt-xl-minus-20 {
    margin-top: -1.25rem !important; }
  .g-mr-xl-minus-20 {
    margin-right: -1.25rem !important; }
  .g-mb-xl-minus-20 {
    margin-bottom: -1.25rem !important; }
  .g-ml-xl-minus-20 {
    margin-left: -1.25rem !important; }
  .g-mt-xl-minus-25 {
    margin-top: -1.5625rem !important; }
  .g-mr-xl-minus-25 {
    margin-right: -1.5625rem !important; }
  .g-mb-xl-minus-25 {
    margin-bottom: -1.5625rem !important; }
  .g-ml-xl-minus-25 {
    margin-left: -1.5625rem !important; }
  .g-mt-xl-minus-30 {
    margin-top: -1.875rem !important; }
  .g-mr-xl-minus-30 {
    margin-right: -1.875rem !important; }
  .g-mb-xl-minus-30 {
    margin-bottom: -1.875rem !important; }
  .g-ml-xl-minus-30 {
    margin-left: -1.875rem !important; }
  .g-mt-xl-minus-35 {
    margin-top: -2.1875rem !important; }
  .g-mr-xl-minus-35 {
    margin-right: -2.1875rem !important; }
  .g-mb-xl-minus-35 {
    margin-bottom: -2.1875rem !important; }
  .g-ml-xl-minus-35 {
    margin-left: -2.1875rem !important; }
  .g-mt-xl-minus-40 {
    margin-top: -2.5rem !important; }
  .g-mr-xl-minus-40 {
    margin-right: -2.5rem !important; }
  .g-mb-xl-minus-40 {
    margin-bottom: -2.5rem !important; }
  .g-ml-xl-minus-40 {
    margin-left: -2.5rem !important; }
  .g-mt-xl-minus-45 {
    margin-top: -2.8125rem !important; }
  .g-mr-xl-minus-45 {
    margin-right: -2.8125rem !important; }
  .g-mb-xl-minus-45 {
    margin-bottom: -2.8125rem !important; }
  .g-ml-xl-minus-45 {
    margin-left: -2.8125rem !important; }
  .g-mt-xl-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-xl-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-xl-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-xl-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-xl-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-xl-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-xl-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-xl-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-xl-minus-60 {
    margin-top: -3.75rem !important; }
  .g-mr-xl-minus-60 {
    margin-right: -3.75rem !important; }
  .g-mb-xl-minus-60 {
    margin-bottom: -3.75rem !important; }
  .g-ml-xl-minus-60 {
    margin-left: -3.75rem !important; }
  .g-mt-xl-minus-70 {
    margin-top: -4.375rem !important; }
  .g-mr-xl-minus-70 {
    margin-right: -4.375rem !important; }
  .g-mb-xl-minus-70 {
    margin-bottom: -4.375rem !important; }
  .g-ml-xl-minus-70 {
    margin-left: -4.375rem !important; }
  .g-mt-xl-minus-80 {
    margin-top: -5rem !important; }
  .g-mr-xl-minus-80 {
    margin-right: -5rem !important; }
  .g-mb-xl-minus-80 {
    margin-bottom: -5rem !important; }
  .g-ml-xl-minus-80 {
    margin-left: -5rem !important; }
  .g-mt-xl-minus-90 {
    margin-top: -5.625rem !important; }
  .g-mr-xl-minus-90 {
    margin-right: -5.625rem !important; }
  .g-mb-xl-minus-90 {
    margin-bottom: -5.625rem !important; }
  .g-ml-xl-minus-90 {
    margin-left: -5.625rem !important; }
  .g-mt-xl-minus-100 {
    margin-top: -6.25rem !important; }
  .g-mr-xl-minus-100 {
    margin-right: -6.25rem !important; }
  .g-mb-xl-minus-100 {
    margin-bottom: -6.25rem !important; }
  .g-ml-xl-minus-100 {
    margin-left: -6.25rem !important; }
  .g-mt-xl-minus-110 {
    margin-top: -6.875rem !important; }
  .g-mr-xl-minus-110 {
    margin-right: -6.875rem !important; }
  .g-mb-xl-minus-110 {
    margin-bottom: -6.875rem !important; }
  .g-ml-xl-minus-110 {
    margin-left: -6.875rem !important; }
  .g-mt-xl-minus-120 {
    margin-top: -7.5rem !important; }
  .g-mr-xl-minus-120 {
    margin-right: -7.5rem !important; }
  .g-mb-xl-minus-120 {
    margin-bottom: -7.5rem !important; }
  .g-ml-xl-minus-120 {
    margin-left: -7.5rem !important; }
  .g-mt-xl-minus-130 {
    margin-top: -8.125rem !important; }
  .g-mr-xl-minus-130 {
    margin-right: -8.125rem !important; }
  .g-mb-xl-minus-130 {
    margin-bottom: -8.125rem !important; }
  .g-ml-xl-minus-130 {
    margin-left: -8.125rem !important; }
  .g-mt-xl-minus-140 {
    margin-top: -8.75rem !important; }
  .g-mr-xl-minus-140 {
    margin-right: -8.75rem !important; }
  .g-mb-xl-minus-140 {
    margin-bottom: -8.75rem !important; }
  .g-ml-xl-minus-140 {
    margin-left: -8.75rem !important; }
  .g-mt-xl-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-xl-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-xl-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-xl-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-xl-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-xl-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-xl-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-xl-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-xl-minus-175 {
    margin-top: -10.9375rem !important; }
  .g-mr-xl-minus-175 {
    margin-right: -10.9375rem !important; }
  .g-mb-xl-minus-175 {
    margin-bottom: -10.9375rem !important; }
  .g-ml-xl-minus-175 {
    margin-left: -10.9375rem !important; }
  .g-mt-xl-minus-200 {
    margin-top: -12.5rem !important; }
  .g-mr-xl-minus-200 {
    margin-right: -12.5rem !important; }
  .g-mb-xl-minus-200 {
    margin-bottom: -12.5rem !important; }
  .g-ml-xl-minus-200 {
    margin-left: -12.5rem !important; }
  .g-mt-xl-minus-225 {
    margin-top: -14.0625rem !important; }
  .g-mr-xl-minus-225 {
    margin-right: -14.0625rem !important; }
  .g-mb-xl-minus-225 {
    margin-bottom: -14.0625rem !important; }
  .g-ml-xl-minus-225 {
    margin-left: -14.0625rem !important; }
  .g-mt-xl-minus-250 {
    margin-top: -15.625rem !important; }
  .g-mr-xl-minus-250 {
    margin-right: -15.625rem !important; }
  .g-mb-xl-minus-250 {
    margin-bottom: -15.625rem !important; }
  .g-ml-xl-minus-250 {
    margin-left: -15.625rem !important; }
  .g-mt-xl-minus-275 {
    margin-top: -17.1875rem !important; }
  .g-mr-xl-minus-275 {
    margin-right: -17.1875rem !important; }
  .g-mb-xl-minus-275 {
    margin-bottom: -17.1875rem !important; }
  .g-ml-xl-minus-275 {
    margin-left: -17.1875rem !important; }
  .g-mt-xl-minus-300 {
    margin-top: -18.75rem !important; }
  .g-mr-xl-minus-300 {
    margin-right: -18.75rem !important; }
  .g-mb-xl-minus-300 {
    margin-bottom: -18.75rem !important; }
  .g-ml-xl-minus-300 {
    margin-left: -18.75rem !important; }
  .g-mt-xl-minus-325 {
    margin-top: -20.3125rem !important; }
  .g-mr-xl-minus-325 {
    margin-right: -20.3125rem !important; }
  .g-mb-xl-minus-325 {
    margin-bottom: -20.3125rem !important; }
  .g-ml-xl-minus-325 {
    margin-left: -20.3125rem !important; }
  .g-mt-xl-minus-350 {
    margin-top: -21.875rem !important; }
  .g-mr-xl-minus-350 {
    margin-right: -21.875rem !important; }
  .g-mb-xl-minus-350 {
    margin-bottom: -21.875rem !important; }
  .g-ml-xl-minus-350 {
    margin-left: -21.875rem !important; }
  .g-mt-xl-minus-375 {
    margin-top: -23.4375rem !important; }
  .g-mr-xl-minus-375 {
    margin-right: -23.4375rem !important; }
  .g-mb-xl-minus-375 {
    margin-bottom: -23.4375rem !important; }
  .g-ml-xl-minus-375 {
    margin-left: -23.4375rem !important; }
  .g-mt-xl-minus-400 {
    margin-top: -25rem !important; }
  .g-mr-xl-minus-400 {
    margin-right: -25rem !important; }
  .g-mb-xl-minus-400 {
    margin-bottom: -25rem !important; }
  .g-ml-xl-minus-400 {
    margin-left: -25rem !important; }
  .g-mt-xl-minus-425 {
    margin-top: -26.5625rem !important; }
  .g-mr-xl-minus-425 {
    margin-right: -26.5625rem !important; }
  .g-mb-xl-minus-425 {
    margin-bottom: -26.5625rem !important; }
  .g-ml-xl-minus-425 {
    margin-left: -26.5625rem !important; }
  .g-mt-xl-minus-450 {
    margin-top: -28.125rem !important; }
  .g-mr-xl-minus-450 {
    margin-right: -28.125rem !important; }
  .g-mb-xl-minus-450 {
    margin-bottom: -28.125rem !important; }
  .g-ml-xl-minus-450 {
    margin-left: -28.125rem !important; }
  .g-mt-xl-minus-475 {
    margin-top: -29.6875rem !important; }
  .g-mr-xl-minus-475 {
    margin-right: -29.6875rem !important; }
  .g-mb-xl-minus-475 {
    margin-bottom: -29.6875rem !important; }
  .g-ml-xl-minus-475 {
    margin-left: -29.6875rem !important; }
  .g-top-xl-0 {
    top: 0rem !important; }
  .g-left-xl-0 {
    left: 0rem !important; }
  .g-right-xl-0 {
    right: 0rem !important; }
  .g-bottom-xl-0 {
    bottom: 0rem !important; }
  .g-top-xl-1 {
    top: 0.0625rem !important; }
  .g-left-xl-1 {
    left: 0.0625rem !important; }
  .g-right-xl-1 {
    right: 0.0625rem !important; }
  .g-bottom-xl-1 {
    bottom: 0.0625rem !important; }
  .g-top-xl-2 {
    top: 0.125rem !important; }
  .g-left-xl-2 {
    left: 0.125rem !important; }
  .g-right-xl-2 {
    right: 0.125rem !important; }
  .g-bottom-xl-2 {
    bottom: 0.125rem !important; }
  .g-top-xl-3 {
    top: 0.1875rem !important; }
  .g-left-xl-3 {
    left: 0.1875rem !important; }
  .g-right-xl-3 {
    right: 0.1875rem !important; }
  .g-bottom-xl-3 {
    bottom: 0.1875rem !important; }
  .g-top-xl-4 {
    top: 0.25rem !important; }
  .g-left-xl-4 {
    left: 0.25rem !important; }
  .g-right-xl-4 {
    right: 0.25rem !important; }
  .g-bottom-xl-4 {
    bottom: 0.25rem !important; }
  .g-top-xl-5 {
    top: 0.3125rem !important; }
  .g-left-xl-5 {
    left: 0.3125rem !important; }
  .g-right-xl-5 {
    right: 0.3125rem !important; }
  .g-bottom-xl-5 {
    bottom: 0.3125rem !important; }
  .g-top-xl-6 {
    top: 0.375rem !important; }
  .g-left-xl-6 {
    left: 0.375rem !important; }
  .g-right-xl-6 {
    right: 0.375rem !important; }
  .g-bottom-xl-6 {
    bottom: 0.375rem !important; }
  .g-top-xl-7 {
    top: 0.4375rem !important; }
  .g-left-xl-7 {
    left: 0.4375rem !important; }
  .g-right-xl-7 {
    right: 0.4375rem !important; }
  .g-bottom-xl-7 {
    bottom: 0.4375rem !important; }
  .g-top-xl-8 {
    top: 0.5rem !important; }
  .g-left-xl-8 {
    left: 0.5rem !important; }
  .g-right-xl-8 {
    right: 0.5rem !important; }
  .g-bottom-xl-8 {
    bottom: 0.5rem !important; }
  .g-top-xl-9 {
    top: 0.5625rem !important; }
  .g-left-xl-9 {
    left: 0.5625rem !important; }
  .g-right-xl-9 {
    right: 0.5625rem !important; }
  .g-bottom-xl-9 {
    bottom: 0.5625rem !important; }
  .g-top-xl-10 {
    top: 0.625rem !important; }
  .g-left-xl-10 {
    left: 0.625rem !important; }
  .g-right-xl-10 {
    right: 0.625rem !important; }
  .g-bottom-xl-10 {
    bottom: 0.625rem !important; }
  .g-top-xl-11 {
    top: 0.6875rem !important; }
  .g-left-xl-11 {
    left: 0.6875rem !important; }
  .g-right-xl-11 {
    right: 0.6875rem !important; }
  .g-bottom-xl-11 {
    bottom: 0.6875rem !important; }
  .g-top-xl-12 {
    top: 0.75rem !important; }
  .g-left-xl-12 {
    left: 0.75rem !important; }
  .g-right-xl-12 {
    right: 0.75rem !important; }
  .g-bottom-xl-12 {
    bottom: 0.75rem !important; }
  .g-top-xl-13 {
    top: 0.8125rem !important; }
  .g-left-xl-13 {
    left: 0.8125rem !important; }
  .g-right-xl-13 {
    right: 0.8125rem !important; }
  .g-bottom-xl-13 {
    bottom: 0.8125rem !important; }
  .g-top-xl-14 {
    top: 0.875rem !important; }
  .g-left-xl-14 {
    left: 0.875rem !important; }
  .g-right-xl-14 {
    right: 0.875rem !important; }
  .g-bottom-xl-14 {
    bottom: 0.875rem !important; }
  .g-top-xl-15 {
    top: 0.9375rem !important; }
  .g-left-xl-15 {
    left: 0.9375rem !important; }
  .g-right-xl-15 {
    right: 0.9375rem !important; }
  .g-bottom-xl-15 {
    bottom: 0.9375rem !important; }
  .g-top-xl-16 {
    top: 1rem !important; }
  .g-left-xl-16 {
    left: 1rem !important; }
  .g-right-xl-16 {
    right: 1rem !important; }
  .g-bottom-xl-16 {
    bottom: 1rem !important; }
  .g-top-xl-17 {
    top: 1.0625rem !important; }
  .g-left-xl-17 {
    left: 1.0625rem !important; }
  .g-right-xl-17 {
    right: 1.0625rem !important; }
  .g-bottom-xl-17 {
    bottom: 1.0625rem !important; }
  .g-top-xl-18 {
    top: 1.125rem !important; }
  .g-left-xl-18 {
    left: 1.125rem !important; }
  .g-right-xl-18 {
    right: 1.125rem !important; }
  .g-bottom-xl-18 {
    bottom: 1.125rem !important; }
  .g-top-xl-19 {
    top: 1.1875rem !important; }
  .g-left-xl-19 {
    left: 1.1875rem !important; }
  .g-right-xl-19 {
    right: 1.1875rem !important; }
  .g-bottom-xl-19 {
    bottom: 1.1875rem !important; }
  .g-top-xl-20 {
    top: 1.25rem !important; }
  .g-left-xl-20 {
    left: 1.25rem !important; }
  .g-right-xl-20 {
    right: 1.25rem !important; }
  .g-bottom-xl-20 {
    bottom: 1.25rem !important; }
  .g-top-minus-xl-1 {
    top: -0.0625rem !important; }
  .g-left-minus-xl-1 {
    left: -0.0625rem !important; }
  .g-right-minus-xl-1 {
    right: -0.0625rem !important; }
  .g-bottom-minus-xl-1 {
    bottom: -0.0625rem !important; }
  .g-top-minus-xl-2 {
    top: -0.125rem !important; }
  .g-left-minus-xl-2 {
    left: -0.125rem !important; }
  .g-right-minus-xl-2 {
    right: -0.125rem !important; }
  .g-bottom-minus-xl-2 {
    bottom: -0.125rem !important; }
  .g-top-minus-xl-3 {
    top: -0.1875rem !important; }
  .g-left-minus-xl-3 {
    left: -0.1875rem !important; }
  .g-right-minus-xl-3 {
    right: -0.1875rem !important; }
  .g-bottom-minus-xl-3 {
    bottom: -0.1875rem !important; }
  .g-top-minus-xl-4 {
    top: -0.25rem !important; }
  .g-left-minus-xl-4 {
    left: -0.25rem !important; }
  .g-right-minus-xl-4 {
    right: -0.25rem !important; }
  .g-bottom-minus-xl-4 {
    bottom: -0.25rem !important; }
  .g-top-minus-xl-5 {
    top: -0.3125rem !important; }
  .g-left-minus-xl-5 {
    left: -0.3125rem !important; }
  .g-right-minus-xl-5 {
    right: -0.3125rem !important; }
  .g-bottom-minus-xl-5 {
    bottom: -0.3125rem !important; }
  .g-top-minus-xl-6 {
    top: -0.375rem !important; }
  .g-left-minus-xl-6 {
    left: -0.375rem !important; }
  .g-right-minus-xl-6 {
    right: -0.375rem !important; }
  .g-bottom-minus-xl-6 {
    bottom: -0.375rem !important; }
  .g-top-minus-xl-7 {
    top: -0.4375rem !important; }
  .g-left-minus-xl-7 {
    left: -0.4375rem !important; }
  .g-right-minus-xl-7 {
    right: -0.4375rem !important; }
  .g-bottom-minus-xl-7 {
    bottom: -0.4375rem !important; }
  .g-top-minus-xl-8 {
    top: -0.5rem !important; }
  .g-left-minus-xl-8 {
    left: -0.5rem !important; }
  .g-right-minus-xl-8 {
    right: -0.5rem !important; }
  .g-bottom-minus-xl-8 {
    bottom: -0.5rem !important; }
  .g-top-minus-xl-9 {
    top: -0.5625rem !important; }
  .g-left-minus-xl-9 {
    left: -0.5625rem !important; }
  .g-right-minus-xl-9 {
    right: -0.5625rem !important; }
  .g-bottom-minus-xl-9 {
    bottom: -0.5625rem !important; }
  .g-top-minus-xl-10 {
    top: -0.625rem !important; }
  .g-left-minus-xl-10 {
    left: -0.625rem !important; }
  .g-right-minus-xl-10 {
    right: -0.625rem !important; }
  .g-bottom-minus-xl-10 {
    bottom: -0.625rem !important; }
  .g-top-minus-xl-11 {
    top: -0.6875rem !important; }
  .g-left-minus-xl-11 {
    left: -0.6875rem !important; }
  .g-right-minus-xl-11 {
    right: -0.6875rem !important; }
  .g-bottom-minus-xl-11 {
    bottom: -0.6875rem !important; }
  .g-top-minus-xl-12 {
    top: -0.75rem !important; }
  .g-left-minus-xl-12 {
    left: -0.75rem !important; }
  .g-right-minus-xl-12 {
    right: -0.75rem !important; }
  .g-bottom-minus-xl-12 {
    bottom: -0.75rem !important; }
  .g-top-minus-xl-13 {
    top: -0.8125rem !important; }
  .g-left-minus-xl-13 {
    left: -0.8125rem !important; }
  .g-right-minus-xl-13 {
    right: -0.8125rem !important; }
  .g-bottom-minus-xl-13 {
    bottom: -0.8125rem !important; }
  .g-top-minus-xl-14 {
    top: -0.875rem !important; }
  .g-left-minus-xl-14 {
    left: -0.875rem !important; }
  .g-right-minus-xl-14 {
    right: -0.875rem !important; }
  .g-bottom-minus-xl-14 {
    bottom: -0.875rem !important; }
  .g-top-minus-xl-15 {
    top: -0.9375rem !important; }
  .g-left-minus-xl-15 {
    left: -0.9375rem !important; }
  .g-right-minus-xl-15 {
    right: -0.9375rem !important; }
  .g-bottom-minus-xl-15 {
    bottom: -0.9375rem !important; }
  .g-top-minus-xl-16 {
    top: -1rem !important; }
  .g-left-minus-xl-16 {
    left: -1rem !important; }
  .g-right-minus-xl-16 {
    right: -1rem !important; }
  .g-bottom-minus-xl-16 {
    bottom: -1rem !important; }
  .g-top-minus-xl-17 {
    top: -1.0625rem !important; }
  .g-left-minus-xl-17 {
    left: -1.0625rem !important; }
  .g-right-minus-xl-17 {
    right: -1.0625rem !important; }
  .g-bottom-minus-xl-17 {
    bottom: -1.0625rem !important; }
  .g-top-minus-xl-18 {
    top: -1.125rem !important; }
  .g-left-minus-xl-18 {
    left: -1.125rem !important; }
  .g-right-minus-xl-18 {
    right: -1.125rem !important; }
  .g-bottom-minus-xl-18 {
    bottom: -1.125rem !important; }
  .g-top-minus-xl-19 {
    top: -1.1875rem !important; }
  .g-left-minus-xl-19 {
    left: -1.1875rem !important; }
  .g-right-minus-xl-19 {
    right: -1.1875rem !important; }
  .g-bottom-minus-xl-19 {
    bottom: -1.1875rem !important; }
  .g-top-minus-xl-20 {
    top: -1.25rem !important; }
  .g-left-minus-xl-20 {
    left: -1.25rem !important; }
  .g-right-minus-xl-20 {
    right: -1.25rem !important; }
  .g-bottom-minus-xl-20 {
    bottom: -1.25rem !important; }
  .g-top-xl-25 {
    top: 1.5625rem !important; }
  .g-left-xl-25 {
    left: 1.5625rem !important; }
  .g-right-xl-25 {
    right: 1.5625rem !important; }
  .g-bottom-xl-25 {
    bottom: 1.5625rem !important; }
  .g-top-minus-xl-25 {
    top: -1.5625rem !important; }
  .g-left-minus-xl-25 {
    left: -1.5625rem !important; }
  .g-right-minus-xl-25 {
    right: -1.5625rem !important; }
  .g-bottom-minus-xl-25 {
    bottom: -1.5625rem !important; }
  .g-top-xl-30 {
    top: 1.875rem !important; }
  .g-left-xl-30 {
    left: 1.875rem !important; }
  .g-right-xl-30 {
    right: 1.875rem !important; }
  .g-bottom-xl-30 {
    bottom: 1.875rem !important; }
  .g-top-minus-xl-30 {
    top: -1.875rem !important; }
  .g-left-minus-xl-30 {
    left: -1.875rem !important; }
  .g-right-minus-xl-30 {
    right: -1.875rem !important; }
  .g-bottom-minus-xl-30 {
    bottom: -1.875rem !important; }
  .g-top-xl-35 {
    top: 2.1875rem !important; }
  .g-left-xl-35 {
    left: 2.1875rem !important; }
  .g-right-xl-35 {
    right: 2.1875rem !important; }
  .g-bottom-xl-35 {
    bottom: 2.1875rem !important; }
  .g-top-minus-xl-35 {
    top: -2.1875rem !important; }
  .g-left-minus-xl-35 {
    left: -2.1875rem !important; }
  .g-right-minus-xl-35 {
    right: -2.1875rem !important; }
  .g-bottom-minus-xl-35 {
    bottom: -2.1875rem !important; }
  .g-top-xl-40 {
    top: 2.5rem !important; }
  .g-left-xl-40 {
    left: 2.5rem !important; }
  .g-right-xl-40 {
    right: 2.5rem !important; }
  .g-bottom-xl-40 {
    bottom: 2.5rem !important; }
  .g-top-minus-xl-40 {
    top: -2.5rem !important; }
  .g-left-minus-xl-40 {
    left: -2.5rem !important; }
  .g-right-minus-xl-40 {
    right: -2.5rem !important; }
  .g-bottom-minus-xl-40 {
    bottom: -2.5rem !important; }
  .g-top-xl-45 {
    top: 2.8125rem !important; }
  .g-left-xl-45 {
    left: 2.8125rem !important; }
  .g-right-xl-45 {
    right: 2.8125rem !important; }
  .g-bottom-xl-45 {
    bottom: 2.8125rem !important; }
  .g-top-minus-xl-45 {
    top: -2.8125rem !important; }
  .g-left-minus-xl-45 {
    left: -2.8125rem !important; }
  .g-right-minus-xl-45 {
    right: -2.8125rem !important; }
  .g-bottom-minus-xl-45 {
    bottom: -2.8125rem !important; }
  .g-top-xl-50 {
    top: 3.125rem !important; }
  .g-left-xl-50 {
    left: 3.125rem !important; }
  .g-right-xl-50 {
    right: 3.125rem !important; }
  .g-bottom-xl-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-xl-50 {
    top: -3.125rem !important; }
  .g-left-minus-xl-50 {
    left: -3.125rem !important; }
  .g-right-minus-xl-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-xl-50 {
    bottom: -3.125rem !important; }
  .g-top-xl-50 {
    top: 3.125rem !important; }
  .g-left-xl-50 {
    left: 3.125rem !important; }
  .g-right-xl-50 {
    right: 3.125rem !important; }
  .g-bottom-xl-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-xl-50 {
    top: -3.125rem !important; }
  .g-left-minus-xl-50 {
    left: -3.125rem !important; }
  .g-right-minus-xl-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-xl-50 {
    bottom: -3.125rem !important; }
  .g-top-xl-60 {
    top: 3.75rem !important; }
  .g-left-xl-60 {
    left: 3.75rem !important; }
  .g-right-xl-60 {
    right: 3.75rem !important; }
  .g-bottom-xl-60 {
    bottom: 3.75rem !important; }
  .g-top-minus-xl-60 {
    top: -3.75rem !important; }
  .g-left-minus-xl-60 {
    left: -3.75rem !important; }
  .g-right-minus-xl-60 {
    right: -3.75rem !important; }
  .g-bottom-minus-xl-60 {
    bottom: -3.75rem !important; }
  .g-top-xl-70 {
    top: 4.375rem !important; }
  .g-left-xl-70 {
    left: 4.375rem !important; }
  .g-right-xl-70 {
    right: 4.375rem !important; }
  .g-bottom-xl-70 {
    bottom: 4.375rem !important; }
  .g-top-minus-xl-70 {
    top: -4.375rem !important; }
  .g-left-minus-xl-70 {
    left: -4.375rem !important; }
  .g-right-minus-xl-70 {
    right: -4.375rem !important; }
  .g-bottom-minus-xl-70 {
    bottom: -4.375rem !important; }
  .g-top-xl-80 {
    top: 5rem !important; }
  .g-left-xl-80 {
    left: 5rem !important; }
  .g-right-xl-80 {
    right: 5rem !important; }
  .g-bottom-xl-80 {
    bottom: 5rem !important; }
  .g-top-minus-xl-80 {
    top: -5rem !important; }
  .g-left-minus-xl-80 {
    left: -5rem !important; }
  .g-right-minus-xl-80 {
    right: -5rem !important; }
  .g-bottom-minus-xl-80 {
    bottom: -5rem !important; }
  .g-top-xl-90 {
    top: 5.625rem !important; }
  .g-left-xl-90 {
    left: 5.625rem !important; }
  .g-right-xl-90 {
    right: 5.625rem !important; }
  .g-bottom-xl-90 {
    bottom: 5.625rem !important; }
  .g-top-minus-xl-90 {
    top: -5.625rem !important; }
  .g-left-minus-xl-90 {
    left: -5.625rem !important; }
  .g-right-minus-xl-90 {
    right: -5.625rem !important; }
  .g-bottom-minus-xl-90 {
    bottom: -5.625rem !important; }
  .g-top-xl-100 {
    top: 6.25rem !important; }
  .g-left-xl-100 {
    left: 6.25rem !important; }
  .g-right-xl-100 {
    right: 6.25rem !important; }
  .g-bottom-xl-100 {
    bottom: 6.25rem !important; }
  .g-top-minus-xl-100 {
    top: -6.25rem !important; }
  .g-left-minus-xl-100 {
    left: -6.25rem !important; }
  .g-right-minus-xl-100 {
    right: -6.25rem !important; }
  .g-bottom-minus-xl-100 {
    bottom: -6.25rem !important; }
  .g-top-xl-110 {
    top: 6.875rem !important; }
  .g-left-xl-110 {
    left: 6.875rem !important; }
  .g-right-xl-110 {
    right: 6.875rem !important; }
  .g-bottom-xl-110 {
    bottom: 6.875rem !important; }
  .g-top-minus-xl-110 {
    top: -6.875rem !important; }
  .g-left-minus-xl-110 {
    left: -6.875rem !important; }
  .g-right-minus-xl-110 {
    right: -6.875rem !important; }
  .g-bottom-minus-xl-110 {
    bottom: -6.875rem !important; }
  .g-top-xl-120 {
    top: 7.5rem !important; }
  .g-left-xl-120 {
    left: 7.5rem !important; }
  .g-right-xl-120 {
    right: 7.5rem !important; }
  .g-bottom-xl-120 {
    bottom: 7.5rem !important; }
  .g-top-minus-xl-120 {
    top: -7.5rem !important; }
  .g-left-minus-xl-120 {
    left: -7.5rem !important; }
  .g-right-minus-xl-120 {
    right: -7.5rem !important; }
  .g-bottom-minus-xl-120 {
    bottom: -7.5rem !important; }
  .g-top-xl-130 {
    top: 8.125rem !important; }
  .g-left-xl-130 {
    left: 8.125rem !important; }
  .g-right-xl-130 {
    right: 8.125rem !important; }
  .g-bottom-xl-130 {
    bottom: 8.125rem !important; }
  .g-top-minus-xl-130 {
    top: -8.125rem !important; }
  .g-left-minus-xl-130 {
    left: -8.125rem !important; }
  .g-right-minus-xl-130 {
    right: -8.125rem !important; }
  .g-bottom-minus-xl-130 {
    bottom: -8.125rem !important; }
  .g-top-xl-140 {
    top: 8.75rem !important; }
  .g-left-xl-140 {
    left: 8.75rem !important; }
  .g-right-xl-140 {
    right: 8.75rem !important; }
  .g-bottom-xl-140 {
    bottom: 8.75rem !important; }
  .g-top-minus-xl-140 {
    top: -8.75rem !important; }
  .g-left-minus-xl-140 {
    left: -8.75rem !important; }
  .g-right-minus-xl-140 {
    right: -8.75rem !important; }
  .g-bottom-minus-xl-140 {
    bottom: -8.75rem !important; }
  .g-top-xl-150 {
    top: 9.375rem !important; }
  .g-left-xl-150 {
    left: 9.375rem !important; }
  .g-right-xl-150 {
    right: 9.375rem !important; }
  .g-bottom-xl-150 {
    bottom: 9.375rem !important; }
  .g-top-minus-xl-150 {
    top: -9.375rem !important; }
  .g-left-minus-xl-150 {
    left: -9.375rem !important; }
  .g-right-minus-xl-150 {
    right: -9.375rem !important; }
  .g-bottom-minus-xl-150 {
    bottom: -9.375rem !important; } }
@media (min-width: 1480px) {
  .g-m-xxl-0 {
    margin: 0rem !important; }
  .g-mt-xxl-0,
  .g-my-xxl-0 {
    margin-top: 0rem !important; }
  .g-mr-xxl-0,
  .g-mx-xxl-0 {
    margin-right: 0rem !important; }
  .g-mb-xxl-0,
  .g-my-xxl-0 {
    margin-bottom: 0rem !important; }
  .g-ml-xxl-0,
  .g-mx-xxl-0 {
    margin-left: 0rem !important; }
  .g-m-xxl-1 {
    margin: 0.0625rem !important; }
  .g-mt-xxl-1,
  .g-my-xxl-1 {
    margin-top: 0.0625rem !important; }
  .g-mr-xxl-1,
  .g-mx-xxl-1 {
    margin-right: 0.0625rem !important; }
  .g-mb-xxl-1,
  .g-my-xxl-1 {
    margin-bottom: 0.0625rem !important; }
  .g-ml-xxl-1,
  .g-mx-xxl-1 {
    margin-left: 0.0625rem !important; }
  .g-m-xxl-2 {
    margin: 0.125rem !important; }
  .g-mt-xxl-2,
  .g-my-xxl-2 {
    margin-top: 0.125rem !important; }
  .g-mr-xxl-2,
  .g-mx-xxl-2 {
    margin-right: 0.125rem !important; }
  .g-mb-xxl-2,
  .g-my-xxl-2 {
    margin-bottom: 0.125rem !important; }
  .g-ml-xxl-2,
  .g-mx-xxl-2 {
    margin-left: 0.125rem !important; }
  .g-m-xxl-3 {
    margin: 0.1875rem !important; }
  .g-mt-xxl-3,
  .g-my-xxl-3 {
    margin-top: 0.1875rem !important; }
  .g-mr-xxl-3,
  .g-mx-xxl-3 {
    margin-right: 0.1875rem !important; }
  .g-mb-xxl-3,
  .g-my-xxl-3 {
    margin-bottom: 0.1875rem !important; }
  .g-ml-xxl-3,
  .g-mx-xxl-3 {
    margin-left: 0.1875rem !important; }
  .g-m-xxl-4 {
    margin: 0.25rem !important; }
  .g-mt-xxl-4,
  .g-my-xxl-4 {
    margin-top: 0.25rem !important; }
  .g-mr-xxl-4,
  .g-mx-xxl-4 {
    margin-right: 0.25rem !important; }
  .g-mb-xxl-4,
  .g-my-xxl-4 {
    margin-bottom: 0.25rem !important; }
  .g-ml-xxl-4,
  .g-mx-xxl-4 {
    margin-left: 0.25rem !important; }
  .g-m-xxl-5 {
    margin: 0.3125rem !important; }
  .g-mt-xxl-5,
  .g-my-xxl-5 {
    margin-top: 0.3125rem !important; }
  .g-mr-xxl-5,
  .g-mx-xxl-5 {
    margin-right: 0.3125rem !important; }
  .g-mb-xxl-5,
  .g-my-xxl-5 {
    margin-bottom: 0.3125rem !important; }
  .g-ml-xxl-5,
  .g-mx-xxl-5 {
    margin-left: 0.3125rem !important; }
  .g-m-xxl-6 {
    margin: 0.375rem !important; }
  .g-mt-xxl-6,
  .g-my-xxl-6 {
    margin-top: 0.375rem !important; }
  .g-mr-xxl-6,
  .g-mx-xxl-6 {
    margin-right: 0.375rem !important; }
  .g-mb-xxl-6,
  .g-my-xxl-6 {
    margin-bottom: 0.375rem !important; }
  .g-ml-xxl-6,
  .g-mx-xxl-6 {
    margin-left: 0.375rem !important; }
  .g-m-xxl-7 {
    margin: 0.4375rem !important; }
  .g-mt-xxl-7,
  .g-my-xxl-7 {
    margin-top: 0.4375rem !important; }
  .g-mr-xxl-7,
  .g-mx-xxl-7 {
    margin-right: 0.4375rem !important; }
  .g-mb-xxl-7,
  .g-my-xxl-7 {
    margin-bottom: 0.4375rem !important; }
  .g-ml-xxl-7,
  .g-mx-xxl-7 {
    margin-left: 0.4375rem !important; }
  .g-m-xxl-8 {
    margin: 0.5rem !important; }
  .g-mt-xxl-8,
  .g-my-xxl-8 {
    margin-top: 0.5rem !important; }
  .g-mr-xxl-8,
  .g-mx-xxl-8 {
    margin-right: 0.5rem !important; }
  .g-mb-xxl-8,
  .g-my-xxl-8 {
    margin-bottom: 0.5rem !important; }
  .g-ml-xxl-8,
  .g-mx-xxl-8 {
    margin-left: 0.5rem !important; }
  .g-m-xxl-9 {
    margin: 0.5625rem !important; }
  .g-mt-xxl-9,
  .g-my-xxl-9 {
    margin-top: 0.5625rem !important; }
  .g-mr-xxl-9,
  .g-mx-xxl-9 {
    margin-right: 0.5625rem !important; }
  .g-mb-xxl-9,
  .g-my-xxl-9 {
    margin-bottom: 0.5625rem !important; }
  .g-ml-xxl-9,
  .g-mx-xxl-9 {
    margin-left: 0.5625rem !important; }
  .g-m-xxl-10 {
    margin: 0.625rem !important; }
  .g-mt-xxl-10,
  .g-my-xxl-10 {
    margin-top: 0.625rem !important; }
  .g-mr-xxl-10,
  .g-mx-xxl-10 {
    margin-right: 0.625rem !important; }
  .g-mb-xxl-10,
  .g-my-xxl-10 {
    margin-bottom: 0.625rem !important; }
  .g-ml-xxl-10,
  .g-mx-xxl-10 {
    margin-left: 0.625rem !important; }
  .g-m-xxl-11 {
    margin: 0.6875rem !important; }
  .g-mt-xxl-11,
  .g-my-xxl-11 {
    margin-top: 0.6875rem !important; }
  .g-mr-xxl-11,
  .g-mx-xxl-11 {
    margin-right: 0.6875rem !important; }
  .g-mb-xxl-11,
  .g-my-xxl-11 {
    margin-bottom: 0.6875rem !important; }
  .g-ml-xxl-11,
  .g-mx-xxl-11 {
    margin-left: 0.6875rem !important; }
  .g-m-xxl-12 {
    margin: 0.75rem !important; }
  .g-mt-xxl-12,
  .g-my-xxl-12 {
    margin-top: 0.75rem !important; }
  .g-mr-xxl-12,
  .g-mx-xxl-12 {
    margin-right: 0.75rem !important; }
  .g-mb-xxl-12,
  .g-my-xxl-12 {
    margin-bottom: 0.75rem !important; }
  .g-ml-xxl-12,
  .g-mx-xxl-12 {
    margin-left: 0.75rem !important; }
  .g-m-xxl-13 {
    margin: 0.8125rem !important; }
  .g-mt-xxl-13,
  .g-my-xxl-13 {
    margin-top: 0.8125rem !important; }
  .g-mr-xxl-13,
  .g-mx-xxl-13 {
    margin-right: 0.8125rem !important; }
  .g-mb-xxl-13,
  .g-my-xxl-13 {
    margin-bottom: 0.8125rem !important; }
  .g-ml-xxl-13,
  .g-mx-xxl-13 {
    margin-left: 0.8125rem !important; }
  .g-m-xxl-14 {
    margin: 0.875rem !important; }
  .g-mt-xxl-14,
  .g-my-xxl-14 {
    margin-top: 0.875rem !important; }
  .g-mr-xxl-14,
  .g-mx-xxl-14 {
    margin-right: 0.875rem !important; }
  .g-mb-xxl-14,
  .g-my-xxl-14 {
    margin-bottom: 0.875rem !important; }
  .g-ml-xxl-14,
  .g-mx-xxl-14 {
    margin-left: 0.875rem !important; }
  .g-m-xxl-15 {
    margin: 0.9375rem !important; }
  .g-mt-xxl-15,
  .g-my-xxl-15 {
    margin-top: 0.9375rem !important; }
  .g-mr-xxl-15,
  .g-mx-xxl-15 {
    margin-right: 0.9375rem !important; }
  .g-mb-xxl-15,
  .g-my-xxl-15 {
    margin-bottom: 0.9375rem !important; }
  .g-ml-xxl-15,
  .g-mx-xxl-15 {
    margin-left: 0.9375rem !important; }
  .g-m-xxl-16 {
    margin: 1rem !important; }
  .g-mt-xxl-16,
  .g-my-xxl-16 {
    margin-top: 1rem !important; }
  .g-mr-xxl-16,
  .g-mx-xxl-16 {
    margin-right: 1rem !important; }
  .g-mb-xxl-16,
  .g-my-xxl-16 {
    margin-bottom: 1rem !important; }
  .g-ml-xxl-16,
  .g-mx-xxl-16 {
    margin-left: 1rem !important; }
  .g-m-xxl-17 {
    margin: 1.0625rem !important; }
  .g-mt-xxl-17,
  .g-my-xxl-17 {
    margin-top: 1.0625rem !important; }
  .g-mr-xxl-17,
  .g-mx-xxl-17 {
    margin-right: 1.0625rem !important; }
  .g-mb-xxl-17,
  .g-my-xxl-17 {
    margin-bottom: 1.0625rem !important; }
  .g-ml-xxl-17,
  .g-mx-xxl-17 {
    margin-left: 1.0625rem !important; }
  .g-m-xxl-18 {
    margin: 1.125rem !important; }
  .g-mt-xxl-18,
  .g-my-xxl-18 {
    margin-top: 1.125rem !important; }
  .g-mr-xxl-18,
  .g-mx-xxl-18 {
    margin-right: 1.125rem !important; }
  .g-mb-xxl-18,
  .g-my-xxl-18 {
    margin-bottom: 1.125rem !important; }
  .g-ml-xxl-18,
  .g-mx-xxl-18 {
    margin-left: 1.125rem !important; }
  .g-m-xxl-19 {
    margin: 1.1875rem !important; }
  .g-mt-xxl-19,
  .g-my-xxl-19 {
    margin-top: 1.1875rem !important; }
  .g-mr-xxl-19,
  .g-mx-xxl-19 {
    margin-right: 1.1875rem !important; }
  .g-mb-xxl-19,
  .g-my-xxl-19 {
    margin-bottom: 1.1875rem !important; }
  .g-ml-xxl-19,
  .g-mx-xxl-19 {
    margin-left: 1.1875rem !important; }
  .g-m-xxl-20 {
    margin: 1.25rem !important; }
  .g-mt-xxl-20,
  .g-my-xxl-20 {
    margin-top: 1.25rem !important; }
  .g-mr-xxl-20,
  .g-mx-xxl-20 {
    margin-right: 1.25rem !important; }
  .g-mb-xxl-20,
  .g-my-xxl-20 {
    margin-bottom: 1.25rem !important; }
  .g-ml-xxl-20,
  .g-mx-xxl-20 {
    margin-left: 1.25rem !important; }
  .g-m-xxl-25 {
    margin: 1.5625rem !important; }
  .g-mt-xxl-25,
  .g-my-xxl-25 {
    margin-top: 1.5625rem !important; }
  .g-mr-xxl-25,
  .g-mx-xxl-25 {
    margin-right: 1.5625rem !important; }
  .g-mb-xxl-25,
  .g-my-xxl-25 {
    margin-bottom: 1.5625rem !important; }
  .g-ml-xxl-25,
  .g-mx-xxl-25 {
    margin-left: 1.5625rem !important; }
  .g-m-xxl-30 {
    margin: 1.875rem !important; }
  .g-mt-xxl-30,
  .g-my-xxl-30 {
    margin-top: 1.875rem !important; }
  .g-mr-xxl-30,
  .g-mx-xxl-30 {
    margin-right: 1.875rem !important; }
  .g-mb-xxl-30,
  .g-my-xxl-30 {
    margin-bottom: 1.875rem !important; }
  .g-ml-xxl-30,
  .g-mx-xxl-30 {
    margin-left: 1.875rem !important; }
  .g-m-xxl-35 {
    margin: 2.1875rem !important; }
  .g-mt-xxl-35,
  .g-my-xxl-35 {
    margin-top: 2.1875rem !important; }
  .g-mr-xxl-35,
  .g-mx-xxl-35 {
    margin-right: 2.1875rem !important; }
  .g-mb-xxl-35,
  .g-my-xxl-35 {
    margin-bottom: 2.1875rem !important; }
  .g-ml-xxl-35,
  .g-mx-xxl-35 {
    margin-left: 2.1875rem !important; }
  .g-m-xxl-40 {
    margin: 2.5rem !important; }
  .g-mt-xxl-40,
  .g-my-xxl-40 {
    margin-top: 2.5rem !important; }
  .g-mr-xxl-40,
  .g-mx-xxl-40 {
    margin-right: 2.5rem !important; }
  .g-mb-xxl-40,
  .g-my-xxl-40 {
    margin-bottom: 2.5rem !important; }
  .g-ml-xxl-40,
  .g-mx-xxl-40 {
    margin-left: 2.5rem !important; }
  .g-m-xxl-45 {
    margin: 2.8125rem !important; }
  .g-mt-xxl-45,
  .g-my-xxl-45 {
    margin-top: 2.8125rem !important; }
  .g-mr-xxl-45,
  .g-mx-xxl-45 {
    margin-right: 2.8125rem !important; }
  .g-mb-xxl-45,
  .g-my-xxl-45 {
    margin-bottom: 2.8125rem !important; }
  .g-ml-xxl-45,
  .g-mx-xxl-45 {
    margin-left: 2.8125rem !important; }
  .g-m-xxl-50 {
    margin: 3.125rem !important; }
  .g-mt-xxl-50,
  .g-my-xxl-50 {
    margin-top: 3.125rem !important; }
  .g-mr-xxl-50,
  .g-mx-xxl-50 {
    margin-right: 3.125rem !important; }
  .g-mb-xxl-50,
  .g-my-xxl-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-xxl-50,
  .g-mx-xxl-50 {
    margin-left: 3.125rem !important; }
  .g-m-xxl-50 {
    margin: 3.125rem !important; }
  .g-mt-xxl-50,
  .g-my-xxl-50 {
    margin-top: 3.125rem !important; }
  .g-mr-xxl-50,
  .g-mx-xxl-50 {
    margin-right: 3.125rem !important; }
  .g-mb-xxl-50,
  .g-my-xxl-50 {
    margin-bottom: 3.125rem !important; }
  .g-ml-xxl-50,
  .g-mx-xxl-50 {
    margin-left: 3.125rem !important; }
  .g-m-xxl-60 {
    margin: 3.75rem !important; }
  .g-mt-xxl-60,
  .g-my-xxl-60 {
    margin-top: 3.75rem !important; }
  .g-mr-xxl-60,
  .g-mx-xxl-60 {
    margin-right: 3.75rem !important; }
  .g-mb-xxl-60,
  .g-my-xxl-60 {
    margin-bottom: 3.75rem !important; }
  .g-ml-xxl-60,
  .g-mx-xxl-60 {
    margin-left: 3.75rem !important; }
  .g-m-xxl-70 {
    margin: 4.375rem !important; }
  .g-mt-xxl-70,
  .g-my-xxl-70 {
    margin-top: 4.375rem !important; }
  .g-mr-xxl-70,
  .g-mx-xxl-70 {
    margin-right: 4.375rem !important; }
  .g-mb-xxl-70,
  .g-my-xxl-70 {
    margin-bottom: 4.375rem !important; }
  .g-ml-xxl-70,
  .g-mx-xxl-70 {
    margin-left: 4.375rem !important; }
  .g-m-xxl-80 {
    margin: 5rem !important; }
  .g-mt-xxl-80,
  .g-my-xxl-80 {
    margin-top: 5rem !important; }
  .g-mr-xxl-80,
  .g-mx-xxl-80 {
    margin-right: 5rem !important; }
  .g-mb-xxl-80,
  .g-my-xxl-80 {
    margin-bottom: 5rem !important; }
  .g-ml-xxl-80,
  .g-mx-xxl-80 {
    margin-left: 5rem !important; }
  .g-m-xxl-90 {
    margin: 5.625rem !important; }
  .g-mt-xxl-90,
  .g-my-xxl-90 {
    margin-top: 5.625rem !important; }
  .g-mr-xxl-90,
  .g-mx-xxl-90 {
    margin-right: 5.625rem !important; }
  .g-mb-xxl-90,
  .g-my-xxl-90 {
    margin-bottom: 5.625rem !important; }
  .g-ml-xxl-90,
  .g-mx-xxl-90 {
    margin-left: 5.625rem !important; }
  .g-m-xxl-100 {
    margin: 6.25rem !important; }
  .g-mt-xxl-100,
  .g-my-xxl-100 {
    margin-top: 6.25rem !important; }
  .g-mr-xxl-100,
  .g-mx-xxl-100 {
    margin-right: 6.25rem !important; }
  .g-mb-xxl-100,
  .g-my-xxl-100 {
    margin-bottom: 6.25rem !important; }
  .g-ml-xxl-100,
  .g-mx-xxl-100 {
    margin-left: 6.25rem !important; }
  .g-m-xxl-110 {
    margin: 6.875rem !important; }
  .g-mt-xxl-110,
  .g-my-xxl-110 {
    margin-top: 6.875rem !important; }
  .g-mr-xxl-110,
  .g-mx-xxl-110 {
    margin-right: 6.875rem !important; }
  .g-mb-xxl-110,
  .g-my-xxl-110 {
    margin-bottom: 6.875rem !important; }
  .g-ml-xxl-110,
  .g-mx-xxl-110 {
    margin-left: 6.875rem !important; }
  .g-m-xxl-120 {
    margin: 7.5rem !important; }
  .g-mt-xxl-120,
  .g-my-xxl-120 {
    margin-top: 7.5rem !important; }
  .g-mr-xxl-120,
  .g-mx-xxl-120 {
    margin-right: 7.5rem !important; }
  .g-mb-xxl-120,
  .g-my-xxl-120 {
    margin-bottom: 7.5rem !important; }
  .g-ml-xxl-120,
  .g-mx-xxl-120 {
    margin-left: 7.5rem !important; }
  .g-m-xxl-130 {
    margin: 8.125rem !important; }
  .g-mt-xxl-130,
  .g-my-xxl-130 {
    margin-top: 8.125rem !important; }
  .g-mr-xxl-130,
  .g-mx-xxl-130 {
    margin-right: 8.125rem !important; }
  .g-mb-xxl-130,
  .g-my-xxl-130 {
    margin-bottom: 8.125rem !important; }
  .g-ml-xxl-130,
  .g-mx-xxl-130 {
    margin-left: 8.125rem !important; }
  .g-m-xxl-140 {
    margin: 8.75rem !important; }
  .g-mt-xxl-140,
  .g-my-xxl-140 {
    margin-top: 8.75rem !important; }
  .g-mr-xxl-140,
  .g-mx-xxl-140 {
    margin-right: 8.75rem !important; }
  .g-mb-xxl-140,
  .g-my-xxl-140 {
    margin-bottom: 8.75rem !important; }
  .g-ml-xxl-140,
  .g-mx-xxl-140 {
    margin-left: 8.75rem !important; }
  .g-m-xxl-150 {
    margin: 9.375rem !important; }
  .g-mt-xxl-150,
  .g-my-xxl-150 {
    margin-top: 9.375rem !important; }
  .g-mr-xxl-150,
  .g-mx-xxl-150 {
    margin-right: 9.375rem !important; }
  .g-mb-xxl-150,
  .g-my-xxl-150 {
    margin-bottom: 9.375rem !important; }
  .g-ml-xxl-150,
  .g-mx-xxl-150 {
    margin-left: 9.375rem !important; }
  .g-p-xxl-0 {
    padding: 0rem !important; }
  .g-pt-xxl-0,
  .g-py-xxl-0 {
    padding-top: 0rem !important; }
  .g-pr-xxl-0,
  .g-px-xxl-0 {
    padding-right: 0rem !important; }
  .g-pb-xxl-0,
  .g-py-xxl-0 {
    padding-bottom: 0rem !important; }
  .g-pl-xxl-0,
  .g-px-xxl-0 {
    padding-left: 0rem !important; }
  .g-p-xxl-1 {
    padding: 0.0625rem !important; }
  .g-pt-xxl-1,
  .g-py-xxl-1 {
    padding-top: 0.0625rem !important; }
  .g-pr-xxl-1,
  .g-px-xxl-1 {
    padding-right: 0.0625rem !important; }
  .g-pb-xxl-1,
  .g-py-xxl-1 {
    padding-bottom: 0.0625rem !important; }
  .g-pl-xxl-1,
  .g-px-xxl-1 {
    padding-left: 0.0625rem !important; }
  .g-p-xxl-2 {
    padding: 0.125rem !important; }
  .g-pt-xxl-2,
  .g-py-xxl-2 {
    padding-top: 0.125rem !important; }
  .g-pr-xxl-2,
  .g-px-xxl-2 {
    padding-right: 0.125rem !important; }
  .g-pb-xxl-2,
  .g-py-xxl-2 {
    padding-bottom: 0.125rem !important; }
  .g-pl-xxl-2,
  .g-px-xxl-2 {
    padding-left: 0.125rem !important; }
  .g-p-xxl-3 {
    padding: 0.1875rem !important; }
  .g-pt-xxl-3,
  .g-py-xxl-3 {
    padding-top: 0.1875rem !important; }
  .g-pr-xxl-3,
  .g-px-xxl-3 {
    padding-right: 0.1875rem !important; }
  .g-pb-xxl-3,
  .g-py-xxl-3 {
    padding-bottom: 0.1875rem !important; }
  .g-pl-xxl-3,
  .g-px-xxl-3 {
    padding-left: 0.1875rem !important; }
  .g-p-xxl-4 {
    padding: 0.25rem !important; }
  .g-pt-xxl-4,
  .g-py-xxl-4 {
    padding-top: 0.25rem !important; }
  .g-pr-xxl-4,
  .g-px-xxl-4 {
    padding-right: 0.25rem !important; }
  .g-pb-xxl-4,
  .g-py-xxl-4 {
    padding-bottom: 0.25rem !important; }
  .g-pl-xxl-4,
  .g-px-xxl-4 {
    padding-left: 0.25rem !important; }
  .g-p-xxl-5 {
    padding: 0.3125rem !important; }
  .g-pt-xxl-5,
  .g-py-xxl-5 {
    padding-top: 0.3125rem !important; }
  .g-pr-xxl-5,
  .g-px-xxl-5 {
    padding-right: 0.3125rem !important; }
  .g-pb-xxl-5,
  .g-py-xxl-5 {
    padding-bottom: 0.3125rem !important; }
  .g-pl-xxl-5,
  .g-px-xxl-5 {
    padding-left: 0.3125rem !important; }
  .g-p-xxl-6 {
    padding: 0.375rem !important; }
  .g-pt-xxl-6,
  .g-py-xxl-6 {
    padding-top: 0.375rem !important; }
  .g-pr-xxl-6,
  .g-px-xxl-6 {
    padding-right: 0.375rem !important; }
  .g-pb-xxl-6,
  .g-py-xxl-6 {
    padding-bottom: 0.375rem !important; }
  .g-pl-xxl-6,
  .g-px-xxl-6 {
    padding-left: 0.375rem !important; }
  .g-p-xxl-7 {
    padding: 0.4375rem !important; }
  .g-pt-xxl-7,
  .g-py-xxl-7 {
    padding-top: 0.4375rem !important; }
  .g-pr-xxl-7,
  .g-px-xxl-7 {
    padding-right: 0.4375rem !important; }
  .g-pb-xxl-7,
  .g-py-xxl-7 {
    padding-bottom: 0.4375rem !important; }
  .g-pl-xxl-7,
  .g-px-xxl-7 {
    padding-left: 0.4375rem !important; }
  .g-p-xxl-8 {
    padding: 0.5rem !important; }
  .g-pt-xxl-8,
  .g-py-xxl-8 {
    padding-top: 0.5rem !important; }
  .g-pr-xxl-8,
  .g-px-xxl-8 {
    padding-right: 0.5rem !important; }
  .g-pb-xxl-8,
  .g-py-xxl-8 {
    padding-bottom: 0.5rem !important; }
  .g-pl-xxl-8,
  .g-px-xxl-8 {
    padding-left: 0.5rem !important; }
  .g-p-xxl-9 {
    padding: 0.5625rem !important; }
  .g-pt-xxl-9,
  .g-py-xxl-9 {
    padding-top: 0.5625rem !important; }
  .g-pr-xxl-9,
  .g-px-xxl-9 {
    padding-right: 0.5625rem !important; }
  .g-pb-xxl-9,
  .g-py-xxl-9 {
    padding-bottom: 0.5625rem !important; }
  .g-pl-xxl-9,
  .g-px-xxl-9 {
    padding-left: 0.5625rem !important; }
  .g-p-xxl-10 {
    padding: 0.625rem !important; }
  .g-pt-xxl-10,
  .g-py-xxl-10 {
    padding-top: 0.625rem !important; }
  .g-pr-xxl-10,
  .g-px-xxl-10 {
    padding-right: 0.625rem !important; }
  .g-pb-xxl-10,
  .g-py-xxl-10 {
    padding-bottom: 0.625rem !important; }
  .g-pl-xxl-10,
  .g-px-xxl-10 {
    padding-left: 0.625rem !important; }
  .g-p-xxl-11 {
    padding: 0.6875rem !important; }
  .g-pt-xxl-11,
  .g-py-xxl-11 {
    padding-top: 0.6875rem !important; }
  .g-pr-xxl-11,
  .g-px-xxl-11 {
    padding-right: 0.6875rem !important; }
  .g-pb-xxl-11,
  .g-py-xxl-11 {
    padding-bottom: 0.6875rem !important; }
  .g-pl-xxl-11,
  .g-px-xxl-11 {
    padding-left: 0.6875rem !important; }
  .g-p-xxl-12 {
    padding: 0.75rem !important; }
  .g-pt-xxl-12,
  .g-py-xxl-12 {
    padding-top: 0.75rem !important; }
  .g-pr-xxl-12,
  .g-px-xxl-12 {
    padding-right: 0.75rem !important; }
  .g-pb-xxl-12,
  .g-py-xxl-12 {
    padding-bottom: 0.75rem !important; }
  .g-pl-xxl-12,
  .g-px-xxl-12 {
    padding-left: 0.75rem !important; }
  .g-p-xxl-13 {
    padding: 0.8125rem !important; }
  .g-pt-xxl-13,
  .g-py-xxl-13 {
    padding-top: 0.8125rem !important; }
  .g-pr-xxl-13,
  .g-px-xxl-13 {
    padding-right: 0.8125rem !important; }
  .g-pb-xxl-13,
  .g-py-xxl-13 {
    padding-bottom: 0.8125rem !important; }
  .g-pl-xxl-13,
  .g-px-xxl-13 {
    padding-left: 0.8125rem !important; }
  .g-p-xxl-14 {
    padding: 0.875rem !important; }
  .g-pt-xxl-14,
  .g-py-xxl-14 {
    padding-top: 0.875rem !important; }
  .g-pr-xxl-14,
  .g-px-xxl-14 {
    padding-right: 0.875rem !important; }
  .g-pb-xxl-14,
  .g-py-xxl-14 {
    padding-bottom: 0.875rem !important; }
  .g-pl-xxl-14,
  .g-px-xxl-14 {
    padding-left: 0.875rem !important; }
  .g-p-xxl-15 {
    padding: 0.9375rem !important; }
  .g-pt-xxl-15,
  .g-py-xxl-15 {
    padding-top: 0.9375rem !important; }
  .g-pr-xxl-15,
  .g-px-xxl-15 {
    padding-right: 0.9375rem !important; }
  .g-pb-xxl-15,
  .g-py-xxl-15 {
    padding-bottom: 0.9375rem !important; }
  .g-pl-xxl-15,
  .g-px-xxl-15 {
    padding-left: 0.9375rem !important; }
  .g-p-xxl-16 {
    padding: 1rem !important; }
  .g-pt-xxl-16,
  .g-py-xxl-16 {
    padding-top: 1rem !important; }
  .g-pr-xxl-16,
  .g-px-xxl-16 {
    padding-right: 1rem !important; }
  .g-pb-xxl-16,
  .g-py-xxl-16 {
    padding-bottom: 1rem !important; }
  .g-pl-xxl-16,
  .g-px-xxl-16 {
    padding-left: 1rem !important; }
  .g-p-xxl-17 {
    padding: 1.0625rem !important; }
  .g-pt-xxl-17,
  .g-py-xxl-17 {
    padding-top: 1.0625rem !important; }
  .g-pr-xxl-17,
  .g-px-xxl-17 {
    padding-right: 1.0625rem !important; }
  .g-pb-xxl-17,
  .g-py-xxl-17 {
    padding-bottom: 1.0625rem !important; }
  .g-pl-xxl-17,
  .g-px-xxl-17 {
    padding-left: 1.0625rem !important; }
  .g-p-xxl-18 {
    padding: 1.125rem !important; }
  .g-pt-xxl-18,
  .g-py-xxl-18 {
    padding-top: 1.125rem !important; }
  .g-pr-xxl-18,
  .g-px-xxl-18 {
    padding-right: 1.125rem !important; }
  .g-pb-xxl-18,
  .g-py-xxl-18 {
    padding-bottom: 1.125rem !important; }
  .g-pl-xxl-18,
  .g-px-xxl-18 {
    padding-left: 1.125rem !important; }
  .g-p-xxl-19 {
    padding: 1.1875rem !important; }
  .g-pt-xxl-19,
  .g-py-xxl-19 {
    padding-top: 1.1875rem !important; }
  .g-pr-xxl-19,
  .g-px-xxl-19 {
    padding-right: 1.1875rem !important; }
  .g-pb-xxl-19,
  .g-py-xxl-19 {
    padding-bottom: 1.1875rem !important; }
  .g-pl-xxl-19,
  .g-px-xxl-19 {
    padding-left: 1.1875rem !important; }
  .g-p-xxl-20 {
    padding: 1.25rem !important; }
  .g-pt-xxl-20,
  .g-py-xxl-20 {
    padding-top: 1.25rem !important; }
  .g-pr-xxl-20,
  .g-px-xxl-20 {
    padding-right: 1.25rem !important; }
  .g-pb-xxl-20,
  .g-py-xxl-20 {
    padding-bottom: 1.25rem !important; }
  .g-pl-xxl-20,
  .g-px-xxl-20 {
    padding-left: 1.25rem !important; }
  .g-p-xxl-25 {
    padding: 1.5625rem !important; }
  .g-pt-xxl-25,
  .g-py-xxl-25 {
    padding-top: 1.5625rem !important; }
  .g-pr-xxl-25,
  .g-px-xxl-25 {
    padding-right: 1.5625rem !important; }
  .g-pb-xxl-25,
  .g-py-xxl-25 {
    padding-bottom: 1.5625rem !important; }
  .g-pl-xxl-25,
  .g-px-xxl-25 {
    padding-left: 1.5625rem !important; }
  .g-p-xxl-30 {
    padding: 1.875rem !important; }
  .g-pt-xxl-30,
  .g-py-xxl-30 {
    padding-top: 1.875rem !important; }
  .g-pr-xxl-30,
  .g-px-xxl-30 {
    padding-right: 1.875rem !important; }
  .g-pb-xxl-30,
  .g-py-xxl-30 {
    padding-bottom: 1.875rem !important; }
  .g-pl-xxl-30,
  .g-px-xxl-30 {
    padding-left: 1.875rem !important; }
  .g-p-xxl-35 {
    padding: 2.1875rem !important; }
  .g-pt-xxl-35,
  .g-py-xxl-35 {
    padding-top: 2.1875rem !important; }
  .g-pr-xxl-35,
  .g-px-xxl-35 {
    padding-right: 2.1875rem !important; }
  .g-pb-xxl-35,
  .g-py-xxl-35 {
    padding-bottom: 2.1875rem !important; }
  .g-pl-xxl-35,
  .g-px-xxl-35 {
    padding-left: 2.1875rem !important; }
  .g-p-xxl-40 {
    padding: 2.5rem !important; }
  .g-pt-xxl-40,
  .g-py-xxl-40 {
    padding-top: 2.5rem !important; }
  .g-pr-xxl-40,
  .g-px-xxl-40 {
    padding-right: 2.5rem !important; }
  .g-pb-xxl-40,
  .g-py-xxl-40 {
    padding-bottom: 2.5rem !important; }
  .g-pl-xxl-40,
  .g-px-xxl-40 {
    padding-left: 2.5rem !important; }
  .g-p-xxl-45 {
    padding: 2.8125rem !important; }
  .g-pt-xxl-45,
  .g-py-xxl-45 {
    padding-top: 2.8125rem !important; }
  .g-pr-xxl-45,
  .g-px-xxl-45 {
    padding-right: 2.8125rem !important; }
  .g-pb-xxl-45,
  .g-py-xxl-45 {
    padding-bottom: 2.8125rem !important; }
  .g-pl-xxl-45,
  .g-px-xxl-45 {
    padding-left: 2.8125rem !important; }
  .g-p-xxl-50 {
    padding: 3.125rem !important; }
  .g-pt-xxl-50,
  .g-py-xxl-50 {
    padding-top: 3.125rem !important; }
  .g-pr-xxl-50,
  .g-px-xxl-50 {
    padding-right: 3.125rem !important; }
  .g-pb-xxl-50,
  .g-py-xxl-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-xxl-50,
  .g-px-xxl-50 {
    padding-left: 3.125rem !important; }
  .g-p-xxl-50 {
    padding: 3.125rem !important; }
  .g-pt-xxl-50,
  .g-py-xxl-50 {
    padding-top: 3.125rem !important; }
  .g-pr-xxl-50,
  .g-px-xxl-50 {
    padding-right: 3.125rem !important; }
  .g-pb-xxl-50,
  .g-py-xxl-50 {
    padding-bottom: 3.125rem !important; }
  .g-pl-xxl-50,
  .g-px-xxl-50 {
    padding-left: 3.125rem !important; }
  .g-p-xxl-60 {
    padding: 3.75rem !important; }
  .g-pt-xxl-60,
  .g-py-xxl-60 {
    padding-top: 3.75rem !important; }
  .g-pr-xxl-60,
  .g-px-xxl-60 {
    padding-right: 3.75rem !important; }
  .g-pb-xxl-60,
  .g-py-xxl-60 {
    padding-bottom: 3.75rem !important; }
  .g-pl-xxl-60,
  .g-px-xxl-60 {
    padding-left: 3.75rem !important; }
  .g-p-xxl-70 {
    padding: 4.375rem !important; }
  .g-pt-xxl-70,
  .g-py-xxl-70 {
    padding-top: 4.375rem !important; }
  .g-pr-xxl-70,
  .g-px-xxl-70 {
    padding-right: 4.375rem !important; }
  .g-pb-xxl-70,
  .g-py-xxl-70 {
    padding-bottom: 4.375rem !important; }
  .g-pl-xxl-70,
  .g-px-xxl-70 {
    padding-left: 4.375rem !important; }
  .g-p-xxl-80 {
    padding: 5rem !important; }
  .g-pt-xxl-80,
  .g-py-xxl-80 {
    padding-top: 5rem !important; }
  .g-pr-xxl-80,
  .g-px-xxl-80 {
    padding-right: 5rem !important; }
  .g-pb-xxl-80,
  .g-py-xxl-80 {
    padding-bottom: 5rem !important; }
  .g-pl-xxl-80,
  .g-px-xxl-80 {
    padding-left: 5rem !important; }
  .g-p-xxl-90 {
    padding: 5.625rem !important; }
  .g-pt-xxl-90,
  .g-py-xxl-90 {
    padding-top: 5.625rem !important; }
  .g-pr-xxl-90,
  .g-px-xxl-90 {
    padding-right: 5.625rem !important; }
  .g-pb-xxl-90,
  .g-py-xxl-90 {
    padding-bottom: 5.625rem !important; }
  .g-pl-xxl-90,
  .g-px-xxl-90 {
    padding-left: 5.625rem !important; }
  .g-p-xxl-100 {
    padding: 6.25rem !important; }
  .g-pt-xxl-100,
  .g-py-xxl-100 {
    padding-top: 6.25rem !important; }
  .g-pr-xxl-100,
  .g-px-xxl-100 {
    padding-right: 6.25rem !important; }
  .g-pb-xxl-100,
  .g-py-xxl-100 {
    padding-bottom: 6.25rem !important; }
  .g-pl-xxl-100,
  .g-px-xxl-100 {
    padding-left: 6.25rem !important; }
  .g-p-xxl-110 {
    padding: 6.875rem !important; }
  .g-pt-xxl-110,
  .g-py-xxl-110 {
    padding-top: 6.875rem !important; }
  .g-pr-xxl-110,
  .g-px-xxl-110 {
    padding-right: 6.875rem !important; }
  .g-pb-xxl-110,
  .g-py-xxl-110 {
    padding-bottom: 6.875rem !important; }
  .g-pl-xxl-110,
  .g-px-xxl-110 {
    padding-left: 6.875rem !important; }
  .g-p-xxl-120 {
    padding: 7.5rem !important; }
  .g-pt-xxl-120,
  .g-py-xxl-120 {
    padding-top: 7.5rem !important; }
  .g-pr-xxl-120,
  .g-px-xxl-120 {
    padding-right: 7.5rem !important; }
  .g-pb-xxl-120,
  .g-py-xxl-120 {
    padding-bottom: 7.5rem !important; }
  .g-pl-xxl-120,
  .g-px-xxl-120 {
    padding-left: 7.5rem !important; }
  .g-p-xxl-130 {
    padding: 8.125rem !important; }
  .g-pt-xxl-130,
  .g-py-xxl-130 {
    padding-top: 8.125rem !important; }
  .g-pr-xxl-130,
  .g-px-xxl-130 {
    padding-right: 8.125rem !important; }
  .g-pb-xxl-130,
  .g-py-xxl-130 {
    padding-bottom: 8.125rem !important; }
  .g-pl-xxl-130,
  .g-px-xxl-130 {
    padding-left: 8.125rem !important; }
  .g-p-xxl-140 {
    padding: 8.75rem !important; }
  .g-pt-xxl-140,
  .g-py-xxl-140 {
    padding-top: 8.75rem !important; }
  .g-pr-xxl-140,
  .g-px-xxl-140 {
    padding-right: 8.75rem !important; }
  .g-pb-xxl-140,
  .g-py-xxl-140 {
    padding-bottom: 8.75rem !important; }
  .g-pl-xxl-140,
  .g-px-xxl-140 {
    padding-left: 8.75rem !important; }
  .g-p-xxl-150 {
    padding: 9.375rem !important; }
  .g-pt-xxl-150,
  .g-py-xxl-150 {
    padding-top: 9.375rem !important; }
  .g-pr-xxl-150,
  .g-px-xxl-150 {
    padding-right: 9.375rem !important; }
  .g-pb-xxl-150,
  .g-py-xxl-150 {
    padding-bottom: 9.375rem !important; }
  .g-pl-xxl-150,
  .g-px-xxl-150 {
    padding-left: 9.375rem !important; }
  .g-mt-xxl-minus-1 {
    margin-top: -0.0625rem !important; }
  .g-mr-xxl-minus-1 {
    margin-right: -0.0625rem !important; }
  .g-mb-xxl-minus-1 {
    margin-bottom: -0.0625rem !important; }
  .g-ml-xxl-minus-1 {
    margin-left: -0.0625rem !important; }
  .g-mt-xxl-minus-2 {
    margin-top: -0.125rem !important; }
  .g-mr-xxl-minus-2 {
    margin-right: -0.125rem !important; }
  .g-mb-xxl-minus-2 {
    margin-bottom: -0.125rem !important; }
  .g-ml-xxl-minus-2 {
    margin-left: -0.125rem !important; }
  .g-mt-xxl-minus-3 {
    margin-top: -0.1875rem !important; }
  .g-mr-xxl-minus-3 {
    margin-right: -0.1875rem !important; }
  .g-mb-xxl-minus-3 {
    margin-bottom: -0.1875rem !important; }
  .g-ml-xxl-minus-3 {
    margin-left: -0.1875rem !important; }
  .g-mt-xxl-minus-4 {
    margin-top: -0.25rem !important; }
  .g-mr-xxl-minus-4 {
    margin-right: -0.25rem !important; }
  .g-mb-xxl-minus-4 {
    margin-bottom: -0.25rem !important; }
  .g-ml-xxl-minus-4 {
    margin-left: -0.25rem !important; }
  .g-mt-xxl-minus-5 {
    margin-top: -0.3125rem !important; }
  .g-mr-xxl-minus-5 {
    margin-right: -0.3125rem !important; }
  .g-mb-xxl-minus-5 {
    margin-bottom: -0.3125rem !important; }
  .g-ml-xxl-minus-5 {
    margin-left: -0.3125rem !important; }
  .g-mt-xxl-minus-6 {
    margin-top: -0.375rem !important; }
  .g-mr-xxl-minus-6 {
    margin-right: -0.375rem !important; }
  .g-mb-xxl-minus-6 {
    margin-bottom: -0.375rem !important; }
  .g-ml-xxl-minus-6 {
    margin-left: -0.375rem !important; }
  .g-mt-xxl-minus-7 {
    margin-top: -0.4375rem !important; }
  .g-mr-xxl-minus-7 {
    margin-right: -0.4375rem !important; }
  .g-mb-xxl-minus-7 {
    margin-bottom: -0.4375rem !important; }
  .g-ml-xxl-minus-7 {
    margin-left: -0.4375rem !important; }
  .g-mt-xxl-minus-8 {
    margin-top: -0.5rem !important; }
  .g-mr-xxl-minus-8 {
    margin-right: -0.5rem !important; }
  .g-mb-xxl-minus-8 {
    margin-bottom: -0.5rem !important; }
  .g-ml-xxl-minus-8 {
    margin-left: -0.5rem !important; }
  .g-mt-xxl-minus-9 {
    margin-top: -0.5625rem !important; }
  .g-mr-xxl-minus-9 {
    margin-right: -0.5625rem !important; }
  .g-mb-xxl-minus-9 {
    margin-bottom: -0.5625rem !important; }
  .g-ml-xxl-minus-9 {
    margin-left: -0.5625rem !important; }
  .g-mt-xxl-minus-10 {
    margin-top: -0.625rem !important; }
  .g-mr-xxl-minus-10 {
    margin-right: -0.625rem !important; }
  .g-mb-xxl-minus-10 {
    margin-bottom: -0.625rem !important; }
  .g-ml-xxl-minus-10 {
    margin-left: -0.625rem !important; }
  .g-mt-xxl-minus-11 {
    margin-top: -0.6875rem !important; }
  .g-mr-xxl-minus-11 {
    margin-right: -0.6875rem !important; }
  .g-mb-xxl-minus-11 {
    margin-bottom: -0.6875rem !important; }
  .g-ml-xxl-minus-11 {
    margin-left: -0.6875rem !important; }
  .g-mt-xxl-minus-12 {
    margin-top: -0.75rem !important; }
  .g-mr-xxl-minus-12 {
    margin-right: -0.75rem !important; }
  .g-mb-xxl-minus-12 {
    margin-bottom: -0.75rem !important; }
  .g-ml-xxl-minus-12 {
    margin-left: -0.75rem !important; }
  .g-mt-xxl-minus-13 {
    margin-top: -0.8125rem !important; }
  .g-mr-xxl-minus-13 {
    margin-right: -0.8125rem !important; }
  .g-mb-xxl-minus-13 {
    margin-bottom: -0.8125rem !important; }
  .g-ml-xxl-minus-13 {
    margin-left: -0.8125rem !important; }
  .g-mt-xxl-minus-14 {
    margin-top: -0.875rem !important; }
  .g-mr-xxl-minus-14 {
    margin-right: -0.875rem !important; }
  .g-mb-xxl-minus-14 {
    margin-bottom: -0.875rem !important; }
  .g-ml-xxl-minus-14 {
    margin-left: -0.875rem !important; }
  .g-mt-xxl-minus-15 {
    margin-top: -0.9375rem !important; }
  .g-mr-xxl-minus-15 {
    margin-right: -0.9375rem !important; }
  .g-mb-xxl-minus-15 {
    margin-bottom: -0.9375rem !important; }
  .g-ml-xxl-minus-15 {
    margin-left: -0.9375rem !important; }
  .g-mt-xxl-minus-16 {
    margin-top: -1rem !important; }
  .g-mr-xxl-minus-16 {
    margin-right: -1rem !important; }
  .g-mb-xxl-minus-16 {
    margin-bottom: -1rem !important; }
  .g-ml-xxl-minus-16 {
    margin-left: -1rem !important; }
  .g-mt-xxl-minus-17 {
    margin-top: -1.0625rem !important; }
  .g-mr-xxl-minus-17 {
    margin-right: -1.0625rem !important; }
  .g-mb-xxl-minus-17 {
    margin-bottom: -1.0625rem !important; }
  .g-ml-xxl-minus-17 {
    margin-left: -1.0625rem !important; }
  .g-mt-xxl-minus-18 {
    margin-top: -1.125rem !important; }
  .g-mr-xxl-minus-18 {
    margin-right: -1.125rem !important; }
  .g-mb-xxl-minus-18 {
    margin-bottom: -1.125rem !important; }
  .g-ml-xxl-minus-18 {
    margin-left: -1.125rem !important; }
  .g-mt-xxl-minus-19 {
    margin-top: -1.1875rem !important; }
  .g-mr-xxl-minus-19 {
    margin-right: -1.1875rem !important; }
  .g-mb-xxl-minus-19 {
    margin-bottom: -1.1875rem !important; }
  .g-ml-xxl-minus-19 {
    margin-left: -1.1875rem !important; }
  .g-mt-xxl-minus-20 {
    margin-top: -1.25rem !important; }
  .g-mr-xxl-minus-20 {
    margin-right: -1.25rem !important; }
  .g-mb-xxl-minus-20 {
    margin-bottom: -1.25rem !important; }
  .g-ml-xxl-minus-20 {
    margin-left: -1.25rem !important; }
  .g-mt-xxl-minus-25 {
    margin-top: -1.5625rem !important; }
  .g-mr-xxl-minus-25 {
    margin-right: -1.5625rem !important; }
  .g-mb-xxl-minus-25 {
    margin-bottom: -1.5625rem !important; }
  .g-ml-xxl-minus-25 {
    margin-left: -1.5625rem !important; }
  .g-mt-xxl-minus-30 {
    margin-top: -1.875rem !important; }
  .g-mr-xxl-minus-30 {
    margin-right: -1.875rem !important; }
  .g-mb-xxl-minus-30 {
    margin-bottom: -1.875rem !important; }
  .g-ml-xxl-minus-30 {
    margin-left: -1.875rem !important; }
  .g-mt-xxl-minus-35 {
    margin-top: -2.1875rem !important; }
  .g-mr-xxl-minus-35 {
    margin-right: -2.1875rem !important; }
  .g-mb-xxl-minus-35 {
    margin-bottom: -2.1875rem !important; }
  .g-ml-xxl-minus-35 {
    margin-left: -2.1875rem !important; }
  .g-mt-xxl-minus-40 {
    margin-top: -2.5rem !important; }
  .g-mr-xxl-minus-40 {
    margin-right: -2.5rem !important; }
  .g-mb-xxl-minus-40 {
    margin-bottom: -2.5rem !important; }
  .g-ml-xxl-minus-40 {
    margin-left: -2.5rem !important; }
  .g-mt-xxl-minus-45 {
    margin-top: -2.8125rem !important; }
  .g-mr-xxl-minus-45 {
    margin-right: -2.8125rem !important; }
  .g-mb-xxl-minus-45 {
    margin-bottom: -2.8125rem !important; }
  .g-ml-xxl-minus-45 {
    margin-left: -2.8125rem !important; }
  .g-mt-xxl-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-xxl-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-xxl-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-xxl-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-xxl-minus-50 {
    margin-top: -3.125rem !important; }
  .g-mr-xxl-minus-50 {
    margin-right: -3.125rem !important; }
  .g-mb-xxl-minus-50 {
    margin-bottom: -3.125rem !important; }
  .g-ml-xxl-minus-50 {
    margin-left: -3.125rem !important; }
  .g-mt-xxl-minus-60 {
    margin-top: -3.75rem !important; }
  .g-mr-xxl-minus-60 {
    margin-right: -3.75rem !important; }
  .g-mb-xxl-minus-60 {
    margin-bottom: -3.75rem !important; }
  .g-ml-xxl-minus-60 {
    margin-left: -3.75rem !important; }
  .g-mt-xxl-minus-70 {
    margin-top: -4.375rem !important; }
  .g-mr-xxl-minus-70 {
    margin-right: -4.375rem !important; }
  .g-mb-xxl-minus-70 {
    margin-bottom: -4.375rem !important; }
  .g-ml-xxl-minus-70 {
    margin-left: -4.375rem !important; }
  .g-mt-xxl-minus-80 {
    margin-top: -5rem !important; }
  .g-mr-xxl-minus-80 {
    margin-right: -5rem !important; }
  .g-mb-xxl-minus-80 {
    margin-bottom: -5rem !important; }
  .g-ml-xxl-minus-80 {
    margin-left: -5rem !important; }
  .g-mt-xxl-minus-90 {
    margin-top: -5.625rem !important; }
  .g-mr-xxl-minus-90 {
    margin-right: -5.625rem !important; }
  .g-mb-xxl-minus-90 {
    margin-bottom: -5.625rem !important; }
  .g-ml-xxl-minus-90 {
    margin-left: -5.625rem !important; }
  .g-mt-xxl-minus-100 {
    margin-top: -6.25rem !important; }
  .g-mr-xxl-minus-100 {
    margin-right: -6.25rem !important; }
  .g-mb-xxl-minus-100 {
    margin-bottom: -6.25rem !important; }
  .g-ml-xxl-minus-100 {
    margin-left: -6.25rem !important; }
  .g-mt-xxl-minus-110 {
    margin-top: -6.875rem !important; }
  .g-mr-xxl-minus-110 {
    margin-right: -6.875rem !important; }
  .g-mb-xxl-minus-110 {
    margin-bottom: -6.875rem !important; }
  .g-ml-xxl-minus-110 {
    margin-left: -6.875rem !important; }
  .g-mt-xxl-minus-120 {
    margin-top: -7.5rem !important; }
  .g-mr-xxl-minus-120 {
    margin-right: -7.5rem !important; }
  .g-mb-xxl-minus-120 {
    margin-bottom: -7.5rem !important; }
  .g-ml-xxl-minus-120 {
    margin-left: -7.5rem !important; }
  .g-mt-xxl-minus-130 {
    margin-top: -8.125rem !important; }
  .g-mr-xxl-minus-130 {
    margin-right: -8.125rem !important; }
  .g-mb-xxl-minus-130 {
    margin-bottom: -8.125rem !important; }
  .g-ml-xxl-minus-130 {
    margin-left: -8.125rem !important; }
  .g-mt-xxl-minus-140 {
    margin-top: -8.75rem !important; }
  .g-mr-xxl-minus-140 {
    margin-right: -8.75rem !important; }
  .g-mb-xxl-minus-140 {
    margin-bottom: -8.75rem !important; }
  .g-ml-xxl-minus-140 {
    margin-left: -8.75rem !important; }
  .g-mt-xxl-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-xxl-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-xxl-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-xxl-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-xxl-minus-150 {
    margin-top: -9.375rem !important; }
  .g-mr-xxl-minus-150 {
    margin-right: -9.375rem !important; }
  .g-mb-xxl-minus-150 {
    margin-bottom: -9.375rem !important; }
  .g-ml-xxl-minus-150 {
    margin-left: -9.375rem !important; }
  .g-mt-xxl-minus-175 {
    margin-top: -10.9375rem !important; }
  .g-mr-xxl-minus-175 {
    margin-right: -10.9375rem !important; }
  .g-mb-xxl-minus-175 {
    margin-bottom: -10.9375rem !important; }
  .g-ml-xxl-minus-175 {
    margin-left: -10.9375rem !important; }
  .g-mt-xxl-minus-200 {
    margin-top: -12.5rem !important; }
  .g-mr-xxl-minus-200 {
    margin-right: -12.5rem !important; }
  .g-mb-xxl-minus-200 {
    margin-bottom: -12.5rem !important; }
  .g-ml-xxl-minus-200 {
    margin-left: -12.5rem !important; }
  .g-mt-xxl-minus-225 {
    margin-top: -14.0625rem !important; }
  .g-mr-xxl-minus-225 {
    margin-right: -14.0625rem !important; }
  .g-mb-xxl-minus-225 {
    margin-bottom: -14.0625rem !important; }
  .g-ml-xxl-minus-225 {
    margin-left: -14.0625rem !important; }
  .g-mt-xxl-minus-250 {
    margin-top: -15.625rem !important; }
  .g-mr-xxl-minus-250 {
    margin-right: -15.625rem !important; }
  .g-mb-xxl-minus-250 {
    margin-bottom: -15.625rem !important; }
  .g-ml-xxl-minus-250 {
    margin-left: -15.625rem !important; }
  .g-mt-xxl-minus-275 {
    margin-top: -17.1875rem !important; }
  .g-mr-xxl-minus-275 {
    margin-right: -17.1875rem !important; }
  .g-mb-xxl-minus-275 {
    margin-bottom: -17.1875rem !important; }
  .g-ml-xxl-minus-275 {
    margin-left: -17.1875rem !important; }
  .g-mt-xxl-minus-300 {
    margin-top: -18.75rem !important; }
  .g-mr-xxl-minus-300 {
    margin-right: -18.75rem !important; }
  .g-mb-xxl-minus-300 {
    margin-bottom: -18.75rem !important; }
  .g-ml-xxl-minus-300 {
    margin-left: -18.75rem !important; }
  .g-mt-xxl-minus-325 {
    margin-top: -20.3125rem !important; }
  .g-mr-xxl-minus-325 {
    margin-right: -20.3125rem !important; }
  .g-mb-xxl-minus-325 {
    margin-bottom: -20.3125rem !important; }
  .g-ml-xxl-minus-325 {
    margin-left: -20.3125rem !important; }
  .g-mt-xxl-minus-350 {
    margin-top: -21.875rem !important; }
  .g-mr-xxl-minus-350 {
    margin-right: -21.875rem !important; }
  .g-mb-xxl-minus-350 {
    margin-bottom: -21.875rem !important; }
  .g-ml-xxl-minus-350 {
    margin-left: -21.875rem !important; }
  .g-mt-xxl-minus-375 {
    margin-top: -23.4375rem !important; }
  .g-mr-xxl-minus-375 {
    margin-right: -23.4375rem !important; }
  .g-mb-xxl-minus-375 {
    margin-bottom: -23.4375rem !important; }
  .g-ml-xxl-minus-375 {
    margin-left: -23.4375rem !important; }
  .g-mt-xxl-minus-400 {
    margin-top: -25rem !important; }
  .g-mr-xxl-minus-400 {
    margin-right: -25rem !important; }
  .g-mb-xxl-minus-400 {
    margin-bottom: -25rem !important; }
  .g-ml-xxl-minus-400 {
    margin-left: -25rem !important; }
  .g-mt-xxl-minus-425 {
    margin-top: -26.5625rem !important; }
  .g-mr-xxl-minus-425 {
    margin-right: -26.5625rem !important; }
  .g-mb-xxl-minus-425 {
    margin-bottom: -26.5625rem !important; }
  .g-ml-xxl-minus-425 {
    margin-left: -26.5625rem !important; }
  .g-mt-xxl-minus-450 {
    margin-top: -28.125rem !important; }
  .g-mr-xxl-minus-450 {
    margin-right: -28.125rem !important; }
  .g-mb-xxl-minus-450 {
    margin-bottom: -28.125rem !important; }
  .g-ml-xxl-minus-450 {
    margin-left: -28.125rem !important; }
  .g-mt-xxl-minus-475 {
    margin-top: -29.6875rem !important; }
  .g-mr-xxl-minus-475 {
    margin-right: -29.6875rem !important; }
  .g-mb-xxl-minus-475 {
    margin-bottom: -29.6875rem !important; }
  .g-ml-xxl-minus-475 {
    margin-left: -29.6875rem !important; }
  .g-top-xxl-0 {
    top: 0rem !important; }
  .g-left-xxl-0 {
    left: 0rem !important; }
  .g-right-xxl-0 {
    right: 0rem !important; }
  .g-bottom-xxl-0 {
    bottom: 0rem !important; }
  .g-top-xxl-1 {
    top: 0.0625rem !important; }
  .g-left-xxl-1 {
    left: 0.0625rem !important; }
  .g-right-xxl-1 {
    right: 0.0625rem !important; }
  .g-bottom-xxl-1 {
    bottom: 0.0625rem !important; }
  .g-top-xxl-2 {
    top: 0.125rem !important; }
  .g-left-xxl-2 {
    left: 0.125rem !important; }
  .g-right-xxl-2 {
    right: 0.125rem !important; }
  .g-bottom-xxl-2 {
    bottom: 0.125rem !important; }
  .g-top-xxl-3 {
    top: 0.1875rem !important; }
  .g-left-xxl-3 {
    left: 0.1875rem !important; }
  .g-right-xxl-3 {
    right: 0.1875rem !important; }
  .g-bottom-xxl-3 {
    bottom: 0.1875rem !important; }
  .g-top-xxl-4 {
    top: 0.25rem !important; }
  .g-left-xxl-4 {
    left: 0.25rem !important; }
  .g-right-xxl-4 {
    right: 0.25rem !important; }
  .g-bottom-xxl-4 {
    bottom: 0.25rem !important; }
  .g-top-xxl-5 {
    top: 0.3125rem !important; }
  .g-left-xxl-5 {
    left: 0.3125rem !important; }
  .g-right-xxl-5 {
    right: 0.3125rem !important; }
  .g-bottom-xxl-5 {
    bottom: 0.3125rem !important; }
  .g-top-xxl-6 {
    top: 0.375rem !important; }
  .g-left-xxl-6 {
    left: 0.375rem !important; }
  .g-right-xxl-6 {
    right: 0.375rem !important; }
  .g-bottom-xxl-6 {
    bottom: 0.375rem !important; }
  .g-top-xxl-7 {
    top: 0.4375rem !important; }
  .g-left-xxl-7 {
    left: 0.4375rem !important; }
  .g-right-xxl-7 {
    right: 0.4375rem !important; }
  .g-bottom-xxl-7 {
    bottom: 0.4375rem !important; }
  .g-top-xxl-8 {
    top: 0.5rem !important; }
  .g-left-xxl-8 {
    left: 0.5rem !important; }
  .g-right-xxl-8 {
    right: 0.5rem !important; }
  .g-bottom-xxl-8 {
    bottom: 0.5rem !important; }
  .g-top-xxl-9 {
    top: 0.5625rem !important; }
  .g-left-xxl-9 {
    left: 0.5625rem !important; }
  .g-right-xxl-9 {
    right: 0.5625rem !important; }
  .g-bottom-xxl-9 {
    bottom: 0.5625rem !important; }
  .g-top-xxl-10 {
    top: 0.625rem !important; }
  .g-left-xxl-10 {
    left: 0.625rem !important; }
  .g-right-xxl-10 {
    right: 0.625rem !important; }
  .g-bottom-xxl-10 {
    bottom: 0.625rem !important; }
  .g-top-xxl-11 {
    top: 0.6875rem !important; }
  .g-left-xxl-11 {
    left: 0.6875rem !important; }
  .g-right-xxl-11 {
    right: 0.6875rem !important; }
  .g-bottom-xxl-11 {
    bottom: 0.6875rem !important; }
  .g-top-xxl-12 {
    top: 0.75rem !important; }
  .g-left-xxl-12 {
    left: 0.75rem !important; }
  .g-right-xxl-12 {
    right: 0.75rem !important; }
  .g-bottom-xxl-12 {
    bottom: 0.75rem !important; }
  .g-top-xxl-13 {
    top: 0.8125rem !important; }
  .g-left-xxl-13 {
    left: 0.8125rem !important; }
  .g-right-xxl-13 {
    right: 0.8125rem !important; }
  .g-bottom-xxl-13 {
    bottom: 0.8125rem !important; }
  .g-top-xxl-14 {
    top: 0.875rem !important; }
  .g-left-xxl-14 {
    left: 0.875rem !important; }
  .g-right-xxl-14 {
    right: 0.875rem !important; }
  .g-bottom-xxl-14 {
    bottom: 0.875rem !important; }
  .g-top-xxl-15 {
    top: 0.9375rem !important; }
  .g-left-xxl-15 {
    left: 0.9375rem !important; }
  .g-right-xxl-15 {
    right: 0.9375rem !important; }
  .g-bottom-xxl-15 {
    bottom: 0.9375rem !important; }
  .g-top-xxl-16 {
    top: 1rem !important; }
  .g-left-xxl-16 {
    left: 1rem !important; }
  .g-right-xxl-16 {
    right: 1rem !important; }
  .g-bottom-xxl-16 {
    bottom: 1rem !important; }
  .g-top-xxl-17 {
    top: 1.0625rem !important; }
  .g-left-xxl-17 {
    left: 1.0625rem !important; }
  .g-right-xxl-17 {
    right: 1.0625rem !important; }
  .g-bottom-xxl-17 {
    bottom: 1.0625rem !important; }
  .g-top-xxl-18 {
    top: 1.125rem !important; }
  .g-left-xxl-18 {
    left: 1.125rem !important; }
  .g-right-xxl-18 {
    right: 1.125rem !important; }
  .g-bottom-xxl-18 {
    bottom: 1.125rem !important; }
  .g-top-xxl-19 {
    top: 1.1875rem !important; }
  .g-left-xxl-19 {
    left: 1.1875rem !important; }
  .g-right-xxl-19 {
    right: 1.1875rem !important; }
  .g-bottom-xxl-19 {
    bottom: 1.1875rem !important; }
  .g-top-xxl-20 {
    top: 1.25rem !important; }
  .g-left-xxl-20 {
    left: 1.25rem !important; }
  .g-right-xxl-20 {
    right: 1.25rem !important; }
  .g-bottom-xxl-20 {
    bottom: 1.25rem !important; }
  .g-top-minus-xxl-1 {
    top: -0.0625rem !important; }
  .g-left-minus-xxl-1 {
    left: -0.0625rem !important; }
  .g-right-minus-xxl-1 {
    right: -0.0625rem !important; }
  .g-bottom-minus-xxl-1 {
    bottom: -0.0625rem !important; }
  .g-top-minus-xxl-2 {
    top: -0.125rem !important; }
  .g-left-minus-xxl-2 {
    left: -0.125rem !important; }
  .g-right-minus-xxl-2 {
    right: -0.125rem !important; }
  .g-bottom-minus-xxl-2 {
    bottom: -0.125rem !important; }
  .g-top-minus-xxl-3 {
    top: -0.1875rem !important; }
  .g-left-minus-xxl-3 {
    left: -0.1875rem !important; }
  .g-right-minus-xxl-3 {
    right: -0.1875rem !important; }
  .g-bottom-minus-xxl-3 {
    bottom: -0.1875rem !important; }
  .g-top-minus-xxl-4 {
    top: -0.25rem !important; }
  .g-left-minus-xxl-4 {
    left: -0.25rem !important; }
  .g-right-minus-xxl-4 {
    right: -0.25rem !important; }
  .g-bottom-minus-xxl-4 {
    bottom: -0.25rem !important; }
  .g-top-minus-xxl-5 {
    top: -0.3125rem !important; }
  .g-left-minus-xxl-5 {
    left: -0.3125rem !important; }
  .g-right-minus-xxl-5 {
    right: -0.3125rem !important; }
  .g-bottom-minus-xxl-5 {
    bottom: -0.3125rem !important; }
  .g-top-minus-xxl-6 {
    top: -0.375rem !important; }
  .g-left-minus-xxl-6 {
    left: -0.375rem !important; }
  .g-right-minus-xxl-6 {
    right: -0.375rem !important; }
  .g-bottom-minus-xxl-6 {
    bottom: -0.375rem !important; }
  .g-top-minus-xxl-7 {
    top: -0.4375rem !important; }
  .g-left-minus-xxl-7 {
    left: -0.4375rem !important; }
  .g-right-minus-xxl-7 {
    right: -0.4375rem !important; }
  .g-bottom-minus-xxl-7 {
    bottom: -0.4375rem !important; }
  .g-top-minus-xxl-8 {
    top: -0.5rem !important; }
  .g-left-minus-xxl-8 {
    left: -0.5rem !important; }
  .g-right-minus-xxl-8 {
    right: -0.5rem !important; }
  .g-bottom-minus-xxl-8 {
    bottom: -0.5rem !important; }
  .g-top-minus-xxl-9 {
    top: -0.5625rem !important; }
  .g-left-minus-xxl-9 {
    left: -0.5625rem !important; }
  .g-right-minus-xxl-9 {
    right: -0.5625rem !important; }
  .g-bottom-minus-xxl-9 {
    bottom: -0.5625rem !important; }
  .g-top-minus-xxl-10 {
    top: -0.625rem !important; }
  .g-left-minus-xxl-10 {
    left: -0.625rem !important; }
  .g-right-minus-xxl-10 {
    right: -0.625rem !important; }
  .g-bottom-minus-xxl-10 {
    bottom: -0.625rem !important; }
  .g-top-minus-xxl-11 {
    top: -0.6875rem !important; }
  .g-left-minus-xxl-11 {
    left: -0.6875rem !important; }
  .g-right-minus-xxl-11 {
    right: -0.6875rem !important; }
  .g-bottom-minus-xxl-11 {
    bottom: -0.6875rem !important; }
  .g-top-minus-xxl-12 {
    top: -0.75rem !important; }
  .g-left-minus-xxl-12 {
    left: -0.75rem !important; }
  .g-right-minus-xxl-12 {
    right: -0.75rem !important; }
  .g-bottom-minus-xxl-12 {
    bottom: -0.75rem !important; }
  .g-top-minus-xxl-13 {
    top: -0.8125rem !important; }
  .g-left-minus-xxl-13 {
    left: -0.8125rem !important; }
  .g-right-minus-xxl-13 {
    right: -0.8125rem !important; }
  .g-bottom-minus-xxl-13 {
    bottom: -0.8125rem !important; }
  .g-top-minus-xxl-14 {
    top: -0.875rem !important; }
  .g-left-minus-xxl-14 {
    left: -0.875rem !important; }
  .g-right-minus-xxl-14 {
    right: -0.875rem !important; }
  .g-bottom-minus-xxl-14 {
    bottom: -0.875rem !important; }
  .g-top-minus-xxl-15 {
    top: -0.9375rem !important; }
  .g-left-minus-xxl-15 {
    left: -0.9375rem !important; }
  .g-right-minus-xxl-15 {
    right: -0.9375rem !important; }
  .g-bottom-minus-xxl-15 {
    bottom: -0.9375rem !important; }
  .g-top-minus-xxl-16 {
    top: -1rem !important; }
  .g-left-minus-xxl-16 {
    left: -1rem !important; }
  .g-right-minus-xxl-16 {
    right: -1rem !important; }
  .g-bottom-minus-xxl-16 {
    bottom: -1rem !important; }
  .g-top-minus-xxl-17 {
    top: -1.0625rem !important; }
  .g-left-minus-xxl-17 {
    left: -1.0625rem !important; }
  .g-right-minus-xxl-17 {
    right: -1.0625rem !important; }
  .g-bottom-minus-xxl-17 {
    bottom: -1.0625rem !important; }
  .g-top-minus-xxl-18 {
    top: -1.125rem !important; }
  .g-left-minus-xxl-18 {
    left: -1.125rem !important; }
  .g-right-minus-xxl-18 {
    right: -1.125rem !important; }
  .g-bottom-minus-xxl-18 {
    bottom: -1.125rem !important; }
  .g-top-minus-xxl-19 {
    top: -1.1875rem !important; }
  .g-left-minus-xxl-19 {
    left: -1.1875rem !important; }
  .g-right-minus-xxl-19 {
    right: -1.1875rem !important; }
  .g-bottom-minus-xxl-19 {
    bottom: -1.1875rem !important; }
  .g-top-minus-xxl-20 {
    top: -1.25rem !important; }
  .g-left-minus-xxl-20 {
    left: -1.25rem !important; }
  .g-right-minus-xxl-20 {
    right: -1.25rem !important; }
  .g-bottom-minus-xxl-20 {
    bottom: -1.25rem !important; }
  .g-top-xxl-25 {
    top: 1.5625rem !important; }
  .g-left-xxl-25 {
    left: 1.5625rem !important; }
  .g-right-xxl-25 {
    right: 1.5625rem !important; }
  .g-bottom-xxl-25 {
    bottom: 1.5625rem !important; }
  .g-top-minus-xxl-25 {
    top: -1.5625rem !important; }
  .g-left-minus-xxl-25 {
    left: -1.5625rem !important; }
  .g-right-minus-xxl-25 {
    right: -1.5625rem !important; }
  .g-bottom-minus-xxl-25 {
    bottom: -1.5625rem !important; }
  .g-top-xxl-30 {
    top: 1.875rem !important; }
  .g-left-xxl-30 {
    left: 1.875rem !important; }
  .g-right-xxl-30 {
    right: 1.875rem !important; }
  .g-bottom-xxl-30 {
    bottom: 1.875rem !important; }
  .g-top-minus-xxl-30 {
    top: -1.875rem !important; }
  .g-left-minus-xxl-30 {
    left: -1.875rem !important; }
  .g-right-minus-xxl-30 {
    right: -1.875rem !important; }
  .g-bottom-minus-xxl-30 {
    bottom: -1.875rem !important; }
  .g-top-xxl-35 {
    top: 2.1875rem !important; }
  .g-left-xxl-35 {
    left: 2.1875rem !important; }
  .g-right-xxl-35 {
    right: 2.1875rem !important; }
  .g-bottom-xxl-35 {
    bottom: 2.1875rem !important; }
  .g-top-minus-xxl-35 {
    top: -2.1875rem !important; }
  .g-left-minus-xxl-35 {
    left: -2.1875rem !important; }
  .g-right-minus-xxl-35 {
    right: -2.1875rem !important; }
  .g-bottom-minus-xxl-35 {
    bottom: -2.1875rem !important; }
  .g-top-xxl-40 {
    top: 2.5rem !important; }
  .g-left-xxl-40 {
    left: 2.5rem !important; }
  .g-right-xxl-40 {
    right: 2.5rem !important; }
  .g-bottom-xxl-40 {
    bottom: 2.5rem !important; }
  .g-top-minus-xxl-40 {
    top: -2.5rem !important; }
  .g-left-minus-xxl-40 {
    left: -2.5rem !important; }
  .g-right-minus-xxl-40 {
    right: -2.5rem !important; }
  .g-bottom-minus-xxl-40 {
    bottom: -2.5rem !important; }
  .g-top-xxl-45 {
    top: 2.8125rem !important; }
  .g-left-xxl-45 {
    left: 2.8125rem !important; }
  .g-right-xxl-45 {
    right: 2.8125rem !important; }
  .g-bottom-xxl-45 {
    bottom: 2.8125rem !important; }
  .g-top-minus-xxl-45 {
    top: -2.8125rem !important; }
  .g-left-minus-xxl-45 {
    left: -2.8125rem !important; }
  .g-right-minus-xxl-45 {
    right: -2.8125rem !important; }
  .g-bottom-minus-xxl-45 {
    bottom: -2.8125rem !important; }
  .g-top-xxl-50 {
    top: 3.125rem !important; }
  .g-left-xxl-50 {
    left: 3.125rem !important; }
  .g-right-xxl-50 {
    right: 3.125rem !important; }
  .g-bottom-xxl-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-xxl-50 {
    top: -3.125rem !important; }
  .g-left-minus-xxl-50 {
    left: -3.125rem !important; }
  .g-right-minus-xxl-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-xxl-50 {
    bottom: -3.125rem !important; }
  .g-top-xxl-50 {
    top: 3.125rem !important; }
  .g-left-xxl-50 {
    left: 3.125rem !important; }
  .g-right-xxl-50 {
    right: 3.125rem !important; }
  .g-bottom-xxl-50 {
    bottom: 3.125rem !important; }
  .g-top-minus-xxl-50 {
    top: -3.125rem !important; }
  .g-left-minus-xxl-50 {
    left: -3.125rem !important; }
  .g-right-minus-xxl-50 {
    right: -3.125rem !important; }
  .g-bottom-minus-xxl-50 {
    bottom: -3.125rem !important; }
  .g-top-xxl-60 {
    top: 3.75rem !important; }
  .g-left-xxl-60 {
    left: 3.75rem !important; }
  .g-right-xxl-60 {
    right: 3.75rem !important; }
  .g-bottom-xxl-60 {
    bottom: 3.75rem !important; }
  .g-top-minus-xxl-60 {
    top: -3.75rem !important; }
  .g-left-minus-xxl-60 {
    left: -3.75rem !important; }
  .g-right-minus-xxl-60 {
    right: -3.75rem !important; }
  .g-bottom-minus-xxl-60 {
    bottom: -3.75rem !important; }
  .g-top-xxl-70 {
    top: 4.375rem !important; }
  .g-left-xxl-70 {
    left: 4.375rem !important; }
  .g-right-xxl-70 {
    right: 4.375rem !important; }
  .g-bottom-xxl-70 {
    bottom: 4.375rem !important; }
  .g-top-minus-xxl-70 {
    top: -4.375rem !important; }
  .g-left-minus-xxl-70 {
    left: -4.375rem !important; }
  .g-right-minus-xxl-70 {
    right: -4.375rem !important; }
  .g-bottom-minus-xxl-70 {
    bottom: -4.375rem !important; }
  .g-top-xxl-80 {
    top: 5rem !important; }
  .g-left-xxl-80 {
    left: 5rem !important; }
  .g-right-xxl-80 {
    right: 5rem !important; }
  .g-bottom-xxl-80 {
    bottom: 5rem !important; }
  .g-top-minus-xxl-80 {
    top: -5rem !important; }
  .g-left-minus-xxl-80 {
    left: -5rem !important; }
  .g-right-minus-xxl-80 {
    right: -5rem !important; }
  .g-bottom-minus-xxl-80 {
    bottom: -5rem !important; }
  .g-top-xxl-90 {
    top: 5.625rem !important; }
  .g-left-xxl-90 {
    left: 5.625rem !important; }
  .g-right-xxl-90 {
    right: 5.625rem !important; }
  .g-bottom-xxl-90 {
    bottom: 5.625rem !important; }
  .g-top-minus-xxl-90 {
    top: -5.625rem !important; }
  .g-left-minus-xxl-90 {
    left: -5.625rem !important; }
  .g-right-minus-xxl-90 {
    right: -5.625rem !important; }
  .g-bottom-minus-xxl-90 {
    bottom: -5.625rem !important; }
  .g-top-xxl-100 {
    top: 6.25rem !important; }
  .g-left-xxl-100 {
    left: 6.25rem !important; }
  .g-right-xxl-100 {
    right: 6.25rem !important; }
  .g-bottom-xxl-100 {
    bottom: 6.25rem !important; }
  .g-top-minus-xxl-100 {
    top: -6.25rem !important; }
  .g-left-minus-xxl-100 {
    left: -6.25rem !important; }
  .g-right-minus-xxl-100 {
    right: -6.25rem !important; }
  .g-bottom-minus-xxl-100 {
    bottom: -6.25rem !important; }
  .g-top-xxl-110 {
    top: 6.875rem !important; }
  .g-left-xxl-110 {
    left: 6.875rem !important; }
  .g-right-xxl-110 {
    right: 6.875rem !important; }
  .g-bottom-xxl-110 {
    bottom: 6.875rem !important; }
  .g-top-minus-xxl-110 {
    top: -6.875rem !important; }
  .g-left-minus-xxl-110 {
    left: -6.875rem !important; }
  .g-right-minus-xxl-110 {
    right: -6.875rem !important; }
  .g-bottom-minus-xxl-110 {
    bottom: -6.875rem !important; }
  .g-top-xxl-120 {
    top: 7.5rem !important; }
  .g-left-xxl-120 {
    left: 7.5rem !important; }
  .g-right-xxl-120 {
    right: 7.5rem !important; }
  .g-bottom-xxl-120 {
    bottom: 7.5rem !important; }
  .g-top-minus-xxl-120 {
    top: -7.5rem !important; }
  .g-left-minus-xxl-120 {
    left: -7.5rem !important; }
  .g-right-minus-xxl-120 {
    right: -7.5rem !important; }
  .g-bottom-minus-xxl-120 {
    bottom: -7.5rem !important; }
  .g-top-xxl-130 {
    top: 8.125rem !important; }
  .g-left-xxl-130 {
    left: 8.125rem !important; }
  .g-right-xxl-130 {
    right: 8.125rem !important; }
  .g-bottom-xxl-130 {
    bottom: 8.125rem !important; }
  .g-top-minus-xxl-130 {
    top: -8.125rem !important; }
  .g-left-minus-xxl-130 {
    left: -8.125rem !important; }
  .g-right-minus-xxl-130 {
    right: -8.125rem !important; }
  .g-bottom-minus-xxl-130 {
    bottom: -8.125rem !important; }
  .g-top-xxl-140 {
    top: 8.75rem !important; }
  .g-left-xxl-140 {
    left: 8.75rem !important; }
  .g-right-xxl-140 {
    right: 8.75rem !important; }
  .g-bottom-xxl-140 {
    bottom: 8.75rem !important; }
  .g-top-minus-xxl-140 {
    top: -8.75rem !important; }
  .g-left-minus-xxl-140 {
    left: -8.75rem !important; }
  .g-right-minus-xxl-140 {
    right: -8.75rem !important; }
  .g-bottom-minus-xxl-140 {
    bottom: -8.75rem !important; }
  .g-top-xxl-150 {
    top: 9.375rem !important; }
  .g-left-xxl-150 {
    left: 9.375rem !important; }
  .g-right-xxl-150 {
    right: 9.375rem !important; }
  .g-bottom-xxl-150 {
    bottom: 9.375rem !important; }
  .g-top-minus-xxl-150 {
    top: -9.375rem !important; }
  .g-left-minus-xxl-150 {
    left: -9.375rem !important; }
  .g-right-minus-xxl-150 {
    right: -9.375rem !important; }
  .g-bottom-minus-xxl-150 {
    bottom: -9.375rem !important; } }
.g-top-25x {
  top: 25% !important; }
.g-top-50x {
  top: 50% !important; }
.g-top-75x {
  top: 75% !important; }
.g-top-100x {
  top: 100% !important; }
.g-right-25x {
  right: 25% !important; }
.g-right-50x {
  right: 50% !important; }
.g-right-75x {
  right: 75% !important; }
.g-right-100x {
  right: 100% !important; }
.g-bottom-25x {
  bottom: 25% !important; }
.g-bottom-50x {
  bottom: 50% !important; }
.g-bottom-75x {
  bottom: 75% !important; }
.g-bottom-100x {
  bottom: 100% !important; }
.g-left-25x {
  left: 25% !important; }
.g-left-50x {
  left: 50% !important; }
.g-left-75x {
  left: 75% !important; }
.g-left-100x {
  left: 100% !important; }
/*
    @
    @   THEME TEXT VARIANTS
    @
*/
.g-font-size-10 {
  font-size: 0.625rem !important; }
.g-font-size-11 {
  font-size: 0.6875rem !important; }
.g-font-size-12 {
  font-size: 0.75rem !important; }
.g-font-size-13 {
  font-size: 0.8125rem !important; }
.g-font-size-14 {
  font-size: 0.875rem !important; }
.g-font-size-15 {
  font-size: 0.9375rem !important; }
.g-font-size-16 {
  font-size: 1rem !important; }
.g-font-size-17 {
  font-size: 1.0625rem !important; }
.g-font-size-18 {
  font-size: 1.125rem !important; }
.g-font-size-19 {
  font-size: 1.1875rem !important; }
.g-font-size-20 {
  font-size: 1.25rem !important; }
.g-font-size-21 {
  font-size: 1.3125rem !important; }
.g-font-size-22 {
  font-size: 1.375rem !important; }
.g-font-size-23 {
  font-size: 1.4375rem !important; }
.g-font-size-24 {
  font-size: 1.5rem !important; }
.g-font-size-25 {
  font-size: 1.5625rem !important; }
.g-font-size-30 {
  font-size: 1.875rem !important; }
.g-font-size-35 {
  font-size: 2.1875rem !important; }
.g-font-size-40 {
  font-size: 2.5rem !important; }
.g-font-size-45 {
  font-size: 2.8125rem !important; }
.g-font-size-50 {
  font-size: 3.125rem !important; }
.g-font-size-55 {
  font-size: 3.4375rem !important; }
.g-font-size-60 {
  font-size: 3.75rem !important; }
.g-font-size-65 {
  font-size: 4.063rem !important; }
.g-font-size-70 {
  font-size: 4.375rem !important; }
@media (min-width: 576px) {
  .g-font-size-sm-10 {
    font-size: 0.625rem !important; }
  .g-font-size-sm-11 {
    font-size: 0.6875rem !important; }
  .g-font-size-sm-12 {
    font-size: 0.75rem !important; }
  .g-font-size-sm-13 {
    font-size: 0.8125rem !important; }
  .g-font-size-sm-14 {
    font-size: 0.875rem !important; }
  .g-font-size-sm-15 {
    font-size: 0.9375rem !important; }
  .g-font-size-sm-16 {
    font-size: 1rem !important; }
  .g-font-size-sm-17 {
    font-size: 1.0625rem !important; }
  .g-font-size-sm-18 {
    font-size: 1.125rem !important; }
  .g-font-size-sm-19 {
    font-size: 1.1875rem !important; }
  .g-font-size-sm-20 {
    font-size: 1.25rem !important; }
  .g-font-size-sm-21 {
    font-size: 1.3125rem !important; }
  .g-font-size-sm-22 {
    font-size: 1.375rem !important; }
  .g-font-size-sm-23 {
    font-size: 1.4375rem !important; }
  .g-font-size-sm-24 {
    font-size: 1.5rem !important; }
  .g-font-size-sm-25 {
    font-size: 1.5625rem !important; }
  .g-font-size-sm-30 {
    font-size: 1.875rem !important; }
  .g-font-size-sm-35 {
    font-size: 2.1875rem !important; }
  .g-font-size-sm-40 {
    font-size: 2.5rem !important; }
  .g-font-size-sm-45 {
    font-size: 2.8125rem !important; }
  .g-font-size-sm-50 {
    font-size: 3.125rem !important; }
  .g-font-size-sm-55 {
    font-size: 3.4375rem !important; }
  .g-font-size-sm-60 {
    font-size: 3.75rem !important; }
  .g-font-size-sm-65 {
    font-size: 4.063rem !important; }
  .g-font-size-sm-70 {
    font-size: 4.375rem !important; } }
@media (min-width: 768px) {
  .g-font-size-md-10 {
    font-size: 0.625rem !important; }
  .g-font-size-md-11 {
    font-size: 0.6875rem !important; }
  .g-font-size-md-12 {
    font-size: 0.75rem !important; }
  .g-font-size-md-13 {
    font-size: 0.8125rem !important; }
  .g-font-size-md-14 {
    font-size: 0.875rem !important; }
  .g-font-size-md-15 {
    font-size: 0.9375rem !important; }
  .g-font-size-md-16 {
    font-size: 1rem !important; }
  .g-font-size-md-17 {
    font-size: 1.0625rem !important; }
  .g-font-size-md-18 {
    font-size: 1.125rem !important; }
  .g-font-size-md-19 {
    font-size: 1.1875rem !important; }
  .g-font-size-md-20 {
    font-size: 1.25rem !important; }
  .g-font-size-md-21 {
    font-size: 1.3125rem !important; }
  .g-font-size-md-22 {
    font-size: 1.375rem !important; }
  .g-font-size-md-23 {
    font-size: 1.4375rem !important; }
  .g-font-size-md-24 {
    font-size: 1.5rem !important; }
  .g-font-size-md-25 {
    font-size: 1.5625rem !important; }
  .g-font-size-md-30 {
    font-size: 1.875rem !important; }
  .g-font-size-md-35 {
    font-size: 2.1875rem !important; }
  .g-font-size-md-40 {
    font-size: 2.5rem !important; }
  .g-font-size-md-45 {
    font-size: 2.8125rem !important; }
  .g-font-size-md-50 {
    font-size: 3.125rem !important; }
  .g-font-size-md-55 {
    font-size: 3.4375rem !important; }
  .g-font-size-md-60 {
    font-size: 3.75rem !important; }
  .g-font-size-md-65 {
    font-size: 4.063rem !important; }
  .g-font-size-md-70 {
    font-size: 4.375rem !important; } }
@media (min-width: 992px) {
  .g-font-size-lg-10 {
    font-size: 0.625rem !important; }
  .g-font-size-lg-11 {
    font-size: 0.6875rem !important; }
  .g-font-size-lg-12 {
    font-size: 0.75rem !important; }
  .g-font-size-lg-13 {
    font-size: 0.8125rem !important; }
  .g-font-size-lg-14 {
    font-size: 0.875rem !important; }
  .g-font-size-lg-15 {
    font-size: 0.9375rem !important; }
  .g-font-size-lg-16 {
    font-size: 1rem !important; }
  .g-font-size-lg-17 {
    font-size: 1.0625rem !important; }
  .g-font-size-lg-18 {
    font-size: 1.125rem !important; }
  .g-font-size-lg-19 {
    font-size: 1.1875rem !important; }
  .g-font-size-lg-20 {
    font-size: 1.25rem !important; }
  .g-font-size-lg-21 {
    font-size: 1.3125rem !important; }
  .g-font-size-lg-22 {
    font-size: 1.375rem !important; }
  .g-font-size-lg-23 {
    font-size: 1.4375rem !important; }
  .g-font-size-lg-24 {
    font-size: 1.5rem !important; }
  .g-font-size-lg-25 {
    font-size: 1.5625rem !important; }
  .g-font-size-lg-30 {
    font-size: 1.875rem !important; }
  .g-font-size-lg-35 {
    font-size: 2.1875rem !important; }
  .g-font-size-lg-40 {
    font-size: 2.5rem !important; }
  .g-font-size-lg-45 {
    font-size: 2.8125rem !important; }
  .g-font-size-lg-50 {
    font-size: 3.125rem !important; }
  .g-font-size-lg-55 {
    font-size: 3.4375rem !important; }
  .g-font-size-lg-60 {
    font-size: 3.75rem !important; }
  .g-font-size-lg-65 {
    font-size: 4.063rem !important; }
  .g-font-size-lg-70 {
    font-size: 4.375rem !important; } }
@media (min-width: 1250px) {
  .g-font-size-xl-10 {
    font-size: 0.625rem !important; }
  .g-font-size-xl-11 {
    font-size: 0.6875rem !important; }
  .g-font-size-xl-12 {
    font-size: 0.75rem !important; }
  .g-font-size-xl-13 {
    font-size: 0.8125rem !important; }
  .g-font-size-xl-14 {
    font-size: 0.875rem !important; }
  .g-font-size-xl-15 {
    font-size: 0.9375rem !important; }
  .g-font-size-xl-16 {
    font-size: 1rem !important; }
  .g-font-size-xl-17 {
    font-size: 1.0625rem !important; }
  .g-font-size-xl-18 {
    font-size: 1.125rem !important; }
  .g-font-size-xl-19 {
    font-size: 1.1875rem !important; }
  .g-font-size-xl-20 {
    font-size: 1.25rem !important; }
  .g-font-size-xl-21 {
    font-size: 1.3125rem !important; }
  .g-font-size-xl-22 {
    font-size: 1.375rem !important; }
  .g-font-size-xl-23 {
    font-size: 1.4375rem !important; }
  .g-font-size-xl-24 {
    font-size: 1.5rem !important; }
  .g-font-size-xl-25 {
    font-size: 1.5625rem !important; }
  .g-font-size-xl-30 {
    font-size: 1.875rem !important; }
  .g-font-size-xl-35 {
    font-size: 2.1875rem !important; }
  .g-font-size-xl-40 {
    font-size: 2.5rem !important; }
  .g-font-size-xl-45 {
    font-size: 2.8125rem !important; }
  .g-font-size-xl-50 {
    font-size: 3.125rem !important; }
  .g-font-size-xl-55 {
    font-size: 3.4375rem !important; }
  .g-font-size-xl-60 {
    font-size: 3.75rem !important; }
  .g-font-size-xl-65 {
    font-size: 4.063rem !important; }
  .g-font-size-xl-70 {
    font-size: 4.375rem !important; } }
@media (min-width: 1480px) {
  .g-font-size-xxl-10 {
    font-size: 0.625rem !important; }
  .g-font-size-xxl-11 {
    font-size: 0.6875rem !important; }
  .g-font-size-xxl-12 {
    font-size: 0.75rem !important; }
  .g-font-size-xxl-13 {
    font-size: 0.8125rem !important; }
  .g-font-size-xxl-14 {
    font-size: 0.875rem !important; }
  .g-font-size-xxl-15 {
    font-size: 0.9375rem !important; }
  .g-font-size-xxl-16 {
    font-size: 1rem !important; }
  .g-font-size-xxl-17 {
    font-size: 1.0625rem !important; }
  .g-font-size-xxl-18 {
    font-size: 1.125rem !important; }
  .g-font-size-xxl-19 {
    font-size: 1.1875rem !important; }
  .g-font-size-xxl-20 {
    font-size: 1.25rem !important; }
  .g-font-size-xxl-21 {
    font-size: 1.3125rem !important; }
  .g-font-size-xxl-22 {
    font-size: 1.375rem !important; }
  .g-font-size-xxl-23 {
    font-size: 1.4375rem !important; }
  .g-font-size-xxl-24 {
    font-size: 1.5rem !important; }
  .g-font-size-xxl-25 {
    font-size: 1.5625rem !important; }
  .g-font-size-xxl-30 {
    font-size: 1.875rem !important; }
  .g-font-size-xxl-35 {
    font-size: 2.1875rem !important; }
  .g-font-size-xxl-40 {
    font-size: 2.5rem !important; }
  .g-font-size-xxl-45 {
    font-size: 2.8125rem !important; }
  .g-font-size-xxl-50 {
    font-size: 3.125rem !important; }
  .g-font-size-xxl-55 {
    font-size: 3.4375rem !important; }
  .g-font-size-xxl-60 {
    font-size: 3.75rem !important; }
  .g-font-size-xxl-65 {
    font-size: 4.063rem !important; }
  .g-font-size-xxl-70 {
    font-size: 4.375rem !important; } }
.g-text-white {
  color: #ffffff !important; }
.g-text-black {
  color: #000000 !important; }
.g-parent-text-h:hover .g-text-white-parent-h {
  color: #ffffff !important; }
.g-parent-text-h:hover .g-text-black-parent-h {
  color: #000000 !important; }
.g-text-blue-lighten {
  color: #40aaf9 !important; }
  .g-text-blue-lighten-h:hover {
    color: #40aaf9 !important; }
.g-parent-text-h:hover .g-text-blue-lighten-parent-h {
  color: #40aaf9 !important; }
a.g-text-blue-lighten:hover, a.g-text-blue-lighten:focus {
  color: #36a6f9; }
.g-text-blue-darken {
  color: #0672c3 !important; }
  .g-text-blue-darken-h:hover {
    color: #0672c3 !important; }
.g-parent-text-h:hover .g-text-blue-darken-parent-h {
  color: #0672c3 !important; }
a.g-text-blue-darken:hover, a.g-text-blue-darken:focus {
  color: #056cb9; }
.g-text-blue {
  color: #0e94f8 !important; }
  .g-text-blue-h:hover {
    color: #0e94f8 !important; }
.g-parent-text-h:hover .g-text-blue-parent-h {
  color: #0e94f8 !important; }
a.g-text-blue:hover, a.g-text-blue:focus {
  color: #078ff5; }
.g-text-purple-lighten {
  color: #9889c7 !important; }
  .g-text-purple-lighten-h:hover {
    color: #9889c7 !important; }
.g-parent-text-h:hover .g-text-purple-lighten-parent-h {
  color: #9889c7 !important; }
a.g-text-purple-lighten:hover, a.g-text-purple-lighten:focus {
  color: #9282c4; }
.g-text-purple-darken {
  color: #5c4898 !important; }
  .g-text-purple-darken-h:hover {
    color: #5c4898 !important; }
.g-parent-text-h:hover .g-text-purple-darken-parent-h {
  color: #5c4898 !important; }
a.g-text-purple-darken:hover, a.g-text-purple-darken:focus {
  color: #574491; }
.g-text-purple {
  color: #7a66b7 !important; }
  .g-text-purple-h:hover {
    color: #7a66b7 !important; }
.g-parent-text-h:hover .g-text-purple-parent-h {
  color: #7a66b7 !important; }
a.g-text-purple:hover, a.g-text-purple:focus {
  color: #745fb4; }
.g-text-red-lighten {
  color: #de5564 !important; }
  .g-text-red-lighten-h:hover {
    color: #de5564 !important; }
.g-parent-text-h:hover .g-text-red-lighten-parent-h {
  color: #de5564 !important; }
a.g-text-red-lighten:hover, a.g-text-red-lighten:focus {
  color: #dd4c5c; }
.g-text-red-darken {
  color: #a31f2e !important; }
  .g-text-red-darken-h:hover {
    color: #a31f2e !important; }
.g-parent-text-h:hover .g-text-red-darken-parent-h {
  color: #a31f2e !important; }
a.g-text-red-darken:hover, a.g-text-red-darken:focus {
  color: #9b1e2c; }
.g-text-red {
  color: #d62a3d !important; }
  .g-text-red-h:hover {
    color: #d62a3d !important; }
.g-parent-text-h:hover .g-text-red-parent-h {
  color: #d62a3d !important; }
a.g-text-red:hover, a.g-text-red:focus {
  color: #ce283a; }
.g-text-orange-lighten {
  color: #ffad33 !important; }
  .g-text-orange-lighten-h:hover {
    color: #ffad33 !important; }
.g-parent-text-h:hover .g-text-orange-lighten-parent-h {
  color: #ffad33 !important; }
a.g-text-orange-lighten:hover, a.g-text-orange-lighten:focus {
  color: #ffa829; }
.g-text-orange-darken {
  color: #c27400 !important; }
  .g-text-orange-darken-h:hover {
    color: #c27400 !important; }
.g-parent-text-h:hover .g-text-orange-darken-parent-h {
  color: #c27400 !important; }
a.g-text-orange-darken:hover, a.g-text-orange-darken:focus {
  color: #b86d00; }
.g-text-orange {
  color: #FF9800 !important; }
  .g-text-orange-h:hover {
    color: #FF9800 !important; }
.g-parent-text-h:hover .g-text-orange-parent-h {
  color: #FF9800 !important; }
a.g-text-orange:hover, a.g-text-orange:focus {
  color: #f59200; }
.g-text-deep-orange-lighten {
  color: #f97c58 !important; }
  .g-text-deep-orange-lighten-h:hover {
    color: #f97c58 !important; }
.g-parent-text-h:hover .g-text-deep-orange-lighten-parent-h {
  color: #f97c58 !important; }
a.g-text-deep-orange-lighten:hover, a.g-text-deep-orange-lighten:focus {
  color: #f8744e; }
.g-text-deep-orange-darken {
  color: #d93608 !important; }
  .g-text-deep-orange-darken-h:hover {
    color: #d93608 !important; }
.g-parent-text-h:hover .g-text-deep-orange-darken-parent-h {
  color: #d93608 !important; }
a.g-text-deep-orange-darken:hover, a.g-text-deep-orange-darken:focus {
  color: #cf3408; }
.g-text-deep-orange {
  color: #f75527 !important; }
  .g-text-deep-orange-h:hover {
    color: #f75527 !important; }
.g-parent-text-h:hover .g-text-deep-orange-parent-h {
  color: #f75527 !important; }
a.g-text-deep-orange:hover, a.g-text-deep-orange:focus {
  color: #f74d1d; }
.g-text-brown-lighten {
  color: #c2813c !important; }
  .g-text-brown-lighten-h:hover {
    color: #c2813c !important; }
.g-parent-text-h:hover .g-text-brown-lighten-parent-h {
  color: #c2813c !important; }
a.g-text-brown-lighten:hover, a.g-text-brown-lighten:focus {
  color: #ba7c3a; }
.g-text-brown-darken {
  color: #6c4822 !important; }
  .g-text-brown-darken-h:hover {
    color: #6c4822 !important; }
.g-parent-text-h:hover .g-text-brown-darken-parent-h {
  color: #6c4822 !important; }
a.g-text-brown-darken:hover, a.g-text-brown-darken:focus {
  color: #64431f; }
.g-text-brown {
  color: #9b6730 !important; }
  .g-text-brown-h:hover {
    color: #9b6730 !important; }
.g-parent-text-h:hover .g-text-brown-parent-h {
  color: #9b6730 !important; }
a.g-text-brown:hover, a.g-text-brown:focus {
  color: #93622e; }
.g-text-yellow-lighten {
  color: #ffe873 !important; }
  .g-text-yellow-lighten-h:hover {
    color: #ffe873 !important; }
.g-parent-text-h:hover .g-text-yellow-lighten-parent-h {
  color: #ffe873 !important; }
a.g-text-yellow-lighten:hover, a.g-text-yellow-lighten:focus {
  color: #ffe669; }
.g-text-yellow-darken {
  color: #ffd503 !important; }
  .g-text-yellow-darken-h:hover {
    color: #ffd503 !important; }
.g-parent-text-h:hover .g-text-yellow-darken-parent-h {
  color: #ffd503 !important; }
a.g-text-yellow-darken:hover, a.g-text-yellow-darken:focus {
  color: #f8ce00; }
.g-text-yellow {
  color: #ffdf40 !important; }
  .g-text-yellow-h:hover {
    color: #ffdf40 !important; }
.g-parent-text-h:hover .g-text-yellow-parent-h {
  color: #ffdf40 !important; }
a.g-text-yellow:hover, a.g-text-yellow:focus {
  color: #ffdd36; }
.g-text-green-lighten {
  color: #00f392 !important; }
  .g-text-green-lighten-h:hover {
    color: #00f392 !important; }
.g-parent-text-h:hover .g-text-green-lighten-parent-h {
  color: #00f392 !important; }
a.g-text-green-lighten:hover, a.g-text-green-lighten:focus {
  color: #00e98b; }
.g-text-green-darken {
  color: #00834e !important; }
  .g-text-green-darken-h:hover {
    color: #00834e !important; }
.g-parent-text-h:hover .g-text-green-darken-parent-h {
  color: #00834e !important; }
a.g-text-green-darken:hover, a.g-text-green-darken:focus {
  color: #007948; }
.g-text-green {
  color: #00c073 !important; }
  .g-text-green-h:hover {
    color: #00c073 !important; }
.g-parent-text-h:hover .g-text-green-parent-h {
  color: #00c073 !important; }
a.g-text-green:hover, a.g-text-green:focus {
  color: #00b66d; }
.g-text-teal-lighten {
  color: #17f0c9 !important; }
  .g-text-teal-lighten-h:hover {
    color: #17f0c9 !important; }
.g-parent-text-h:hover .g-text-teal-lighten-parent-h {
  color: #17f0c9 !important; }
a.g-text-teal-lighten:hover, a.g-text-teal-lighten:focus {
  color: #10edc6; }
.g-text-teal-darken {
  color: #098e76 !important; }
  .g-text-teal-darken-h:hover {
    color: #098e76 !important; }
.g-parent-text-h:hover .g-text-teal-darken-parent-h {
  color: #098e76 !important; }
a.g-text-teal-darken:hover, a.g-text-teal-darken:focus {
  color: #09846e; }
.g-text-teal {
  color: #0dc7a6 !important; }
  .g-text-teal-h:hover {
    color: #0dc7a6 !important; }
.g-parent-text-h:hover .g-text-teal-parent-h {
  color: #0dc7a6 !important; }
a.g-text-teal:hover, a.g-text-teal:focus {
  color: #0cbd9e; }
.g-text-cyan-lighten {
  color: #34d4e3 !important; }
  .g-text-cyan-lighten-h:hover {
    color: #34d4e3 !important; }
.g-parent-text-h:hover .g-text-cyan-lighten-parent-h {
  color: #34d4e3 !important; }
a.g-text-cyan-lighten:hover, a.g-text-cyan-lighten:focus {
  color: #2bd3e1; }
.g-text-cyan-darken {
  color: #148892 !important; }
  .g-text-cyan-darken-h:hover {
    color: #148892 !important; }
.g-parent-text-h:hover .g-text-cyan-darken-parent-h {
  color: #148892 !important; }
a.g-text-cyan-darken:hover, a.g-text-cyan-darken:focus {
  color: #138089; }
.g-text-cyan {
  color: #1cbac8 !important; }
  .g-text-cyan-h:hover {
    color: #1cbac8 !important; }
.g-parent-text-h:hover .g-text-cyan-parent-h {
  color: #1cbac8 !important; }
a.g-text-cyan:hover, a.g-text-cyan:focus {
  color: #1bb2bf; }
.g-text-primary-lighten {
  color: #9889c7 !important; }
  .g-text-primary-lighten-h:hover {
    color: #9889c7 !important; }
.g-parent-text-h:hover .g-text-primary-lighten-parent-h {
  color: #9889c7 !important; }
a.g-text-primary-lighten:hover, a.g-text-primary-lighten:focus {
  color: #9282c4; }
.g-text-primary-darken {
  color: #5c4898 !important; }
  .g-text-primary-darken-h:hover {
    color: #5c4898 !important; }
.g-parent-text-h:hover .g-text-primary-darken-parent-h {
  color: #5c4898 !important; }
a.g-text-primary-darken:hover, a.g-text-primary-darken:focus {
  color: #574491; }
.g-text-primary {
  color: #7a66b7 !important; }
  .g-text-primary-h:hover {
    color: #7a66b7 !important; }
.g-parent-text-h:hover .g-text-primary-parent-h {
  color: #7a66b7 !important; }
a.g-text-primary:hover, a.g-text-primary:focus {
  color: #745fb4; }
.g-text-success-lighten {
  color: #00f392 !important; }
  .g-text-success-lighten-h:hover {
    color: #00f392 !important; }
.g-parent-text-h:hover .g-text-success-lighten-parent-h {
  color: #00f392 !important; }
a.g-text-success-lighten:hover, a.g-text-success-lighten:focus {
  color: #00e98b; }
.g-text-success-darken {
  color: #00834e !important; }
  .g-text-success-darken-h:hover {
    color: #00834e !important; }
.g-parent-text-h:hover .g-text-success-darken-parent-h {
  color: #00834e !important; }
a.g-text-success-darken:hover, a.g-text-success-darken:focus {
  color: #007948; }
.g-text-success {
  color: #00c073 !important; }
  .g-text-success-h:hover {
    color: #00c073 !important; }
.g-parent-text-h:hover .g-text-success-parent-h {
  color: #00c073 !important; }
a.g-text-success:hover, a.g-text-success:focus {
  color: #00b66d; }
.g-text-info-lighten {
  color: #34d4e3 !important; }
  .g-text-info-lighten-h:hover {
    color: #34d4e3 !important; }
.g-parent-text-h:hover .g-text-info-lighten-parent-h {
  color: #34d4e3 !important; }
a.g-text-info-lighten:hover, a.g-text-info-lighten:focus {
  color: #2bd3e1; }
.g-text-info-darken {
  color: #148892 !important; }
  .g-text-info-darken-h:hover {
    color: #148892 !important; }
.g-parent-text-h:hover .g-text-info-darken-parent-h {
  color: #148892 !important; }
a.g-text-info-darken:hover, a.g-text-info-darken:focus {
  color: #138089; }
.g-text-info {
  color: #1cbac8 !important; }
  .g-text-info-h:hover {
    color: #1cbac8 !important; }
.g-parent-text-h:hover .g-text-info-parent-h {
  color: #1cbac8 !important; }
a.g-text-info:hover, a.g-text-info:focus {
  color: #1bb2bf; }
.g-text-warning-lighten {
  color: #ffe873 !important; }
  .g-text-warning-lighten-h:hover {
    color: #ffe873 !important; }
.g-parent-text-h:hover .g-text-warning-lighten-parent-h {
  color: #ffe873 !important; }
a.g-text-warning-lighten:hover, a.g-text-warning-lighten:focus {
  color: #ffe669; }
.g-text-warning-darken {
  color: #ffd503 !important; }
  .g-text-warning-darken-h:hover {
    color: #ffd503 !important; }
.g-parent-text-h:hover .g-text-warning-darken-parent-h {
  color: #ffd503 !important; }
a.g-text-warning-darken:hover, a.g-text-warning-darken:focus {
  color: #f8ce00; }
.g-text-warning {
  color: #ffdf40 !important; }
  .g-text-warning-h:hover {
    color: #ffdf40 !important; }
.g-parent-text-h:hover .g-text-warning-parent-h {
  color: #ffdf40 !important; }
a.g-text-warning:hover, a.g-text-warning:focus {
  color: #ffdd36; }
.g-text-danger-lighten {
  color: #de5564 !important; }
  .g-text-danger-lighten-h:hover {
    color: #de5564 !important; }
.g-parent-text-h:hover .g-text-danger-lighten-parent-h {
  color: #de5564 !important; }
a.g-text-danger-lighten:hover, a.g-text-danger-lighten:focus {
  color: #dd4c5c; }
.g-text-danger-darken {
  color: #a31f2e !important; }
  .g-text-danger-darken-h:hover {
    color: #a31f2e !important; }
.g-parent-text-h:hover .g-text-danger-darken-parent-h {
  color: #a31f2e !important; }
a.g-text-danger-darken:hover, a.g-text-danger-darken:focus {
  color: #9b1e2c; }
.g-text-danger {
  color: #d62a3d !important; }
  .g-text-danger-h:hover {
    color: #d62a3d !important; }
.g-parent-text-h:hover .g-text-danger-parent-h {
  color: #d62a3d !important; }
a.g-text-danger:hover, a.g-text-danger:focus {
  color: #ce283a; }
.g-text-secondary {
  color: #757c88 !important; }
  .g-text-secondary-h:hover {
    color: #757c88 !important; }
.g-parent-text-h:hover .g-text-secondary-parent-h {
  color: #757c88 !important; }
a.g-text-secondary:hover, a.g-text-secondary:focus {
  color: #707783; }
.g-text-light {
  color: #f9f9f9 !important; }
  .g-text-light-h:hover {
    color: #f9f9f9 !important; }
.g-parent-text-h:hover .g-text-light-parent-h {
  color: #f9f9f9 !important; }
a.g-text-light:hover, a.g-text-light:focus {
  color: #f4f4f4; }
.g-text-dark {
  color: #252a37 !important; }
  .g-text-dark-h:hover {
    color: #252a37 !important; }
.g-parent-text-h:hover .g-text-dark-parent-h {
  color: #252a37 !important; }
a.g-text-dark:hover, a.g-text-dark:focus {
  color: #212531; }
.g-text-gray-lighten-4 {
  color: #f9f9f9 !important; }
  .g-text-gray-lighten-4-h:hover {
    color: #f9f9f9 !important; }
.g-parent-text-h:hover .g-text-gray-lighten-4-parent-h {
  color: #f9f9f9 !important; }
a.g-text-gray-lighten-4:hover, a.g-text-gray-lighten-4:focus {
  color: #f4f4f4; }
.g-text-gray-lighten-3 {
  color: #f2f3f4 !important; }
  .g-text-gray-lighten-3-h:hover {
    color: #f2f3f4 !important; }
.g-parent-text-h:hover .g-text-gray-lighten-3-parent-h {
  color: #f2f3f4 !important; }
a.g-text-gray-lighten-3:hover, a.g-text-gray-lighten-3:focus {
  color: #eceeef; }
.g-text-gray-lighten-2 {
  color: #e9eaeb !important; }
  .g-text-gray-lighten-2-h:hover {
    color: #e9eaeb !important; }
.g-parent-text-h:hover .g-text-gray-lighten-2-parent-h {
  color: #e9eaeb !important; }
a.g-text-gray-lighten-2:hover, a.g-text-gray-lighten-2:focus {
  color: #e4e5e6; }
.g-text-gray-lighten-1 {
  color: #dadbdc !important; }
  .g-text-gray-lighten-1-h:hover {
    color: #dadbdc !important; }
.g-parent-text-h:hover .g-text-gray-lighten-1-parent-h {
  color: #dadbdc !important; }
a.g-text-gray-lighten-1:hover, a.g-text-gray-lighten-1:focus {
  color: #d5d6d7; }
.g-text-gray {
  color: #afafaf !important; }
  .g-text-gray-h:hover {
    color: #afafaf !important; }
.g-parent-text-h:hover .g-text-gray-parent-h {
  color: #afafaf !important; }
a.g-text-gray:hover, a.g-text-gray:focus {
  color: #aaaaaa; }
.g-text-gray-darken-1 {
  color: #9b9b9b !important; }
  .g-text-gray-darken-1-h:hover {
    color: #9b9b9b !important; }
.g-parent-text-h:hover .g-text-gray-darken-1-parent-h {
  color: #9b9b9b !important; }
a.g-text-gray-darken-1:hover, a.g-text-gray-darken-1:focus {
  color: #969696; }
.g-text-gray-darken-2 {
  color: #828282 !important; }
  .g-text-gray-darken-2-h:hover {
    color: #828282 !important; }
.g-parent-text-h:hover .g-text-gray-darken-2-parent-h {
  color: #828282 !important; }
a.g-text-gray-darken-2:hover, a.g-text-gray-darken-2:focus {
  color: #7d7d7d; }
.g-text-gray-darken-3 {
  color: #696969 !important; }
  .g-text-gray-darken-3-h:hover {
    color: #696969 !important; }
.g-parent-text-h:hover .g-text-gray-darken-3-parent-h {
  color: #696969 !important; }
a.g-text-gray-darken-3:hover, a.g-text-gray-darken-3:focus {
  color: #646464; }
.g-text-gray-darken-4 {
  color: #505050 !important; }
  .g-text-gray-darken-4-h:hover {
    color: #505050 !important; }
.g-parent-text-h:hover .g-text-gray-darken-4-parent-h {
  color: #505050 !important; }
a.g-text-gray-darken-4:hover, a.g-text-gray-darken-4:focus {
  color: #4b4b4b; }
.g-text-bluegray-lighten-4 {
  color: #cdd5e7 !important; }
  .g-text-bluegray-lighten-4-h:hover {
    color: #cdd5e7 !important; }
.g-parent-text-h:hover .g-text-bluegray-lighten-4-parent-h {
  color: #cdd5e7 !important; }
a.g-text-bluegray-lighten-4:hover, a.g-text-bluegray-lighten-4:focus {
  color: #c6cfe4; }
.g-text-bluegray-lighten-3 {
  color: #bdc5d7 !important; }
  .g-text-bluegray-lighten-3-h:hover {
    color: #bdc5d7 !important; }
.g-parent-text-h:hover .g-text-bluegray-lighten-3-parent-h {
  color: #bdc5d7 !important; }
a.g-text-bluegray-lighten-3:hover, a.g-text-bluegray-lighten-3:focus {
  color: #b7bfd3; }
.g-text-bluegray-lighten-2 {
  color: #a5acbe !important; }
  .g-text-bluegray-lighten-2-h:hover {
    color: #a5acbe !important; }
.g-parent-text-h:hover .g-text-bluegray-lighten-2-parent-h {
  color: #a5acbe !important; }
a.g-text-bluegray-lighten-2:hover, a.g-text-bluegray-lighten-2:focus {
  color: #9fa7ba; }
.g-text-bluegray-lighten-1 {
  color: #8c93a5 !important; }
  .g-text-bluegray-lighten-1-h:hover {
    color: #8c93a5 !important; }
.g-parent-text-h:hover .g-text-bluegray-lighten-1-parent-h {
  color: #8c93a5 !important; }
a.g-text-bluegray-lighten-1:hover, a.g-text-bluegray-lighten-1:focus {
  color: #868ea1; }
.g-text-bluegray {
  color: #747b8c !important; }
  .g-text-bluegray-h:hover {
    color: #747b8c !important; }
.g-parent-text-h:hover .g-text-bluegray-parent-h {
  color: #747b8c !important; }
a.g-text-bluegray:hover, a.g-text-bluegray:focus {
  color: #6f7687; }
.g-text-bluegray-darken-1 {
  color: #5e6373 !important; }
  .g-text-bluegray-darken-1-h:hover {
    color: #5e6373 !important; }
.g-parent-text-h:hover .g-text-bluegray-darken-1-parent-h {
  color: #5e6373 !important; }
a.g-text-bluegray-darken-1:hover, a.g-text-bluegray-darken-1:focus {
  color: #595e6d; }
.g-text-bluegray-darken-2 {
  color: #464b5a !important; }
  .g-text-bluegray-darken-2-h:hover {
    color: #464b5a !important; }
.g-parent-text-h:hover .g-text-bluegray-darken-2-parent-h {
  color: #464b5a !important; }
a.g-text-bluegray-darken-2:hover, a.g-text-bluegray-darken-2:focus {
  color: #424654; }
.g-text-bluegray-darken-3 {
  color: #2e3341 !important; }
  .g-text-bluegray-darken-3-h:hover {
    color: #2e3341 !important; }
.g-parent-text-h:hover .g-text-bluegray-darken-3-parent-h {
  color: #2e3341 !important; }
a.g-text-bluegray-darken-3:hover, a.g-text-bluegray-darken-3:focus {
  color: #2a2e3b; }
.g-text-bluegray-darken-4 {
  color: #252a37 !important; }
  .g-text-bluegray-darken-4-h:hover {
    color: #252a37 !important; }
.g-parent-text-h:hover .g-text-bluegray-darken-4-parent-h {
  color: #252a37 !important; }
a.g-text-bluegray-darken-4:hover, a.g-text-bluegray-darken-4:focus {
  color: #212531; }
.font-montserrat {
  font-family: 'Montserrat', sans-serif; }
.font-prompt {
  font-family: "Prompt",  sans-serif !important; }
.font-nunito {
  font-family: "Nunito",  sans-serif !important; }
.font-quicksand {
  font-family: "Quicksand", sans-serif; }
.font-weight-medium {
  font-weight: 500 !important; }
.font-weight-semibold {
  font-weight: 600 !important; }
.font-weight-extrabold {
  font-weight: 800 !important; }
.text-cutted {
  text-decoration: line-through; }
.text-lead {
  font-size: 20px; }
/*
    @
    @   GENERAL UTILITIES
    @   Widts and Heights
    @
*/
.g-w10 {
  width: 10px !important; }
.g-w20 {
  width: 20px !important; }
.g-w30 {
  width: 30px !important; }
.g-w40 {
  width: 40px !important; }
.g-w50 {
  width: 50px !important; }
.g-w60 {
  width: 60px !important; }
.g-w70 {
  width: 70px !important; }
.g-w80 {
  width: 80px !important; }
.g-w90 {
  width: 90px !important; }
.g-w100 {
  width: 100px !important; }
.g-w110 {
  width: 110px !important; }
.g-w120 {
  width: 120px !important; }
.g-w130 {
  width: 130px !important; }
.g-w140 {
  width: 140px !important; }
.g-w150 {
  width: 150px !important; }
.g-w160 {
  width: 160px !important; }
.g-w170 {
  width: 170px !important; }
.g-w180 {
  width: 180px !important; }
.g-w190 {
  width: 190px !important; }
.g-w200 {
  width: 200px !important; }
.g-w210 {
  width: 210px !important; }
.g-w220 {
  width: 220px !important; }
.g-w230 {
  width: 230px !important; }
.g-w240 {
  width: 240px !important; }
.g-w250 {
  width: 250px !important; }
.g-w300 {
  width: 300px !important; }
.g-w350 {
  width: 350px !important; }
.g-w400 {
  width: 400px !important; }
.g-w450 {
  width: 450px !important; }
.g-w500 {
  width: 500px !important; }
.g-min-width-0 {
  min-width: 0; }
@media (min-width: 576px) {
  .g-sm-w10 {
    width: 10px !important; }
  .g-sm-w20 {
    width: 20px !important; }
  .g-sm-w30 {
    width: 30px !important; }
  .g-sm-w40 {
    width: 40px !important; }
  .g-sm-w50 {
    width: 50px !important; }
  .g-sm-w60 {
    width: 60px !important; }
  .g-sm-w70 {
    width: 70px !important; }
  .g-sm-w80 {
    width: 80px !important; }
  .g-sm-w90 {
    width: 90px !important; }
  .g-sm-w100 {
    width: 100px !important; }
  .g-sm-w110 {
    width: 110px !important; }
  .g-sm-w120 {
    width: 120px !important; }
  .g-sm-w130 {
    width: 130px !important; }
  .g-sm-w140 {
    width: 140px !important; }
  .g-sm-w150 {
    width: 150px !important; }
  .g-sm-w160 {
    width: 160px !important; }
  .g-sm-w170 {
    width: 170px !important; }
  .g-sm-w180 {
    width: 180px !important; }
  .g-sm-w190 {
    width: 190px !important; }
  .g-sm-w200 {
    width: 200px !important; }
  .g-sm-w210 {
    width: 210px !important; }
  .g-sm-w220 {
    width: 220px !important; }
  .g-sm-w230 {
    width: 230px !important; }
  .g-sm-w240 {
    width: 240px !important; }
  .g-sm-w250 {
    width: 250px !important; }
  .g-sm-w300 {
    width: 300px !important; }
  .g-sm-w350 {
    width: 350px !important; }
  .g-sm-w400 {
    width: 400px !important; }
  .g-sm-w450 {
    width: 450px !important; }
  .g-sm-w500 {
    width: 500px !important; }
  .g-min-width-sm-0 {
    min-width: 0; } }
@media (min-width: 768px) {
  .g-md-w10 {
    width: 10px !important; }
  .g-md-w20 {
    width: 20px !important; }
  .g-md-w30 {
    width: 30px !important; }
  .g-md-w40 {
    width: 40px !important; }
  .g-md-w50 {
    width: 50px !important; }
  .g-md-w60 {
    width: 60px !important; }
  .g-md-w70 {
    width: 70px !important; }
  .g-md-w80 {
    width: 80px !important; }
  .g-md-w90 {
    width: 90px !important; }
  .g-md-w100 {
    width: 100px !important; }
  .g-md-w110 {
    width: 110px !important; }
  .g-md-w120 {
    width: 120px !important; }
  .g-md-w130 {
    width: 130px !important; }
  .g-md-w140 {
    width: 140px !important; }
  .g-md-w150 {
    width: 150px !important; }
  .g-md-w160 {
    width: 160px !important; }
  .g-md-w170 {
    width: 170px !important; }
  .g-md-w180 {
    width: 180px !important; }
  .g-md-w190 {
    width: 190px !important; }
  .g-md-w200 {
    width: 200px !important; }
  .g-md-w210 {
    width: 210px !important; }
  .g-md-w220 {
    width: 220px !important; }
  .g-md-w230 {
    width: 230px !important; }
  .g-md-w240 {
    width: 240px !important; }
  .g-md-w250 {
    width: 250px !important; }
  .g-md-w300 {
    width: 300px !important; }
  .g-md-w350 {
    width: 350px !important; }
  .g-md-w400 {
    width: 400px !important; }
  .g-md-w450 {
    width: 450px !important; }
  .g-md-w500 {
    width: 500px !important; }
  .g-min-width-md-0 {
    min-width: 0; } }
@media (min-width: 992px) {
  .g-lg-w10 {
    width: 10px !important; }
  .g-lg-w20 {
    width: 20px !important; }
  .g-lg-w30 {
    width: 30px !important; }
  .g-lg-w40 {
    width: 40px !important; }
  .g-lg-w50 {
    width: 50px !important; }
  .g-lg-w60 {
    width: 60px !important; }
  .g-lg-w70 {
    width: 70px !important; }
  .g-lg-w80 {
    width: 80px !important; }
  .g-lg-w90 {
    width: 90px !important; }
  .g-lg-w100 {
    width: 100px !important; }
  .g-lg-w110 {
    width: 110px !important; }
  .g-lg-w120 {
    width: 120px !important; }
  .g-lg-w130 {
    width: 130px !important; }
  .g-lg-w140 {
    width: 140px !important; }
  .g-lg-w150 {
    width: 150px !important; }
  .g-lg-w160 {
    width: 160px !important; }
  .g-lg-w170 {
    width: 170px !important; }
  .g-lg-w180 {
    width: 180px !important; }
  .g-lg-w190 {
    width: 190px !important; }
  .g-lg-w200 {
    width: 200px !important; }
  .g-lg-w210 {
    width: 210px !important; }
  .g-lg-w220 {
    width: 220px !important; }
  .g-lg-w230 {
    width: 230px !important; }
  .g-lg-w240 {
    width: 240px !important; }
  .g-lg-w250 {
    width: 250px !important; }
  .g-lg-w300 {
    width: 300px !important; }
  .g-lg-w350 {
    width: 350px !important; }
  .g-lg-w400 {
    width: 400px !important; }
  .g-lg-w450 {
    width: 450px !important; }
  .g-lg-w500 {
    width: 500px !important; }
  .g-min-width-lg-0 {
    min-width: 0; } }
@media (min-width: 1250px) {
  .g-xl-w10 {
    width: 10px !important; }
  .g-xl-w20 {
    width: 20px !important; }
  .g-xl-w30 {
    width: 30px !important; }
  .g-xl-w40 {
    width: 40px !important; }
  .g-xl-w50 {
    width: 50px !important; }
  .g-xl-w60 {
    width: 60px !important; }
  .g-xl-w70 {
    width: 70px !important; }
  .g-xl-w80 {
    width: 80px !important; }
  .g-xl-w90 {
    width: 90px !important; }
  .g-xl-w100 {
    width: 100px !important; }
  .g-xl-w110 {
    width: 110px !important; }
  .g-xl-w120 {
    width: 120px !important; }
  .g-xl-w130 {
    width: 130px !important; }
  .g-xl-w140 {
    width: 140px !important; }
  .g-xl-w150 {
    width: 150px !important; }
  .g-xl-w160 {
    width: 160px !important; }
  .g-xl-w170 {
    width: 170px !important; }
  .g-xl-w180 {
    width: 180px !important; }
  .g-xl-w190 {
    width: 190px !important; }
  .g-xl-w200 {
    width: 200px !important; }
  .g-xl-w210 {
    width: 210px !important; }
  .g-xl-w220 {
    width: 220px !important; }
  .g-xl-w230 {
    width: 230px !important; }
  .g-xl-w240 {
    width: 240px !important; }
  .g-xl-w250 {
    width: 250px !important; }
  .g-xl-w300 {
    width: 300px !important; }
  .g-xl-w350 {
    width: 350px !important; }
  .g-xl-w400 {
    width: 400px !important; }
  .g-xl-w450 {
    width: 450px !important; }
  .g-xl-w500 {
    width: 500px !important; }
  .g-min-width-xl-0 {
    min-width: 0; } }
@media (min-width: 1480px) {
  .g-xxl-w10 {
    width: 10px !important; }
  .g-xxl-w20 {
    width: 20px !important; }
  .g-xxl-w30 {
    width: 30px !important; }
  .g-xxl-w40 {
    width: 40px !important; }
  .g-xxl-w50 {
    width: 50px !important; }
  .g-xxl-w60 {
    width: 60px !important; }
  .g-xxl-w70 {
    width: 70px !important; }
  .g-xxl-w80 {
    width: 80px !important; }
  .g-xxl-w90 {
    width: 90px !important; }
  .g-xxl-w100 {
    width: 100px !important; }
  .g-xxl-w110 {
    width: 110px !important; }
  .g-xxl-w120 {
    width: 120px !important; }
  .g-xxl-w130 {
    width: 130px !important; }
  .g-xxl-w140 {
    width: 140px !important; }
  .g-xxl-w150 {
    width: 150px !important; }
  .g-xxl-w160 {
    width: 160px !important; }
  .g-xxl-w170 {
    width: 170px !important; }
  .g-xxl-w180 {
    width: 180px !important; }
  .g-xxl-w190 {
    width: 190px !important; }
  .g-xxl-w200 {
    width: 200px !important; }
  .g-xxl-w210 {
    width: 210px !important; }
  .g-xxl-w220 {
    width: 220px !important; }
  .g-xxl-w230 {
    width: 230px !important; }
  .g-xxl-w240 {
    width: 240px !important; }
  .g-xxl-w250 {
    width: 250px !important; }
  .g-xxl-w300 {
    width: 300px !important; }
  .g-xxl-w350 {
    width: 350px !important; }
  .g-xxl-w400 {
    width: 400px !important; }
  .g-xxl-w450 {
    width: 450px !important; }
  .g-xxl-w500 {
    width: 500px !important; }
  .g-min-width-xxl-0 {
    min-width: 0; } }
.g-h10 {
  height: 10px !important; }
.g-h20 {
  height: 20px !important; }
.g-h30 {
  height: 30px !important; }
.g-h40 {
  height: 40px !important; }
.g-h50 {
  height: 50px !important; }
.g-h60 {
  height: 60px !important; }
.g-h70 {
  height: 70px !important; }
.g-h80 {
  height: 80px !important; }
.g-h90 {
  height: 90px !important; }
.g-h100 {
  height: 100px !important; }
.g-h150 {
  height: 150px !important; }
.g-h200 {
  height: 200px !important; }
.g-h250 {
  height: 250px !important; }
.g-h300 {
  height: 300px !important; }
.g-h350 {
  height: 350px !important; }
.g-h400 {
  height: 400px !important; }
.g-h450 {
  height: 450px !important; }
.g-h500 {
  height: 500px !important; }
.g-h550 {
  height: 550px !important; }
.g-h600 {
  height: 600px !important; }
.g-h650 {
  height: 650px !important; }
.g-h700 {
  height: 700px !important; }
.g-h750 {
  height: 750px !important; }
.g-h800 {
  height: 800px !important; }
.g-min-height-100 {
  min-height: 100%; }
.g-h-auto {
  height: auto !important; }
@media (min-width: 576px) {
  .g-sm-h10 {
    height: 10px !important; }
  .g-sm-h20 {
    height: 20px !important; }
  .g-sm-h30 {
    height: 30px !important; }
  .g-sm-h40 {
    height: 40px !important; }
  .g-sm-h50 {
    height: 50px !important; }
  .g-sm-h60 {
    height: 60px !important; }
  .g-sm-h70 {
    height: 70px !important; }
  .g-sm-h80 {
    height: 80px !important; }
  .g-sm-h90 {
    height: 90px !important; }
  .g-sm-h100 {
    height: 100px !important; }
  .g-sm-h150 {
    height: 150px !important; }
  .g-sm-h200 {
    height: 200px !important; }
  .g-sm-h250 {
    height: 250px !important; }
  .g-sm-h300 {
    height: 300px !important; }
  .g-sm-h350 {
    height: 350px !important; }
  .g-sm-h400 {
    height: 400px !important; }
  .g-sm-h450 {
    height: 450px !important; }
  .g-sm-h500 {
    height: 500px !important; }
  .g-sm-h550 {
    height: 550px !important; }
  .g-sm-h600 {
    height: 600px !important; }
  .g-sm-h650 {
    height: 650px !important; }
  .g-sm-h700 {
    height: 700px !important; }
  .g-sm-h750 {
    height: 750px !important; }
  .g-sm-h800 {
    height: 800px !important; }
  .g-min-height-sm-100 {
    min-height: 100%; }
  .g-sm-h-auto {
    height: auto !important; } }
@media (min-width: 768px) {
  .g-md-h10 {
    height: 10px !important; }
  .g-md-h20 {
    height: 20px !important; }
  .g-md-h30 {
    height: 30px !important; }
  .g-md-h40 {
    height: 40px !important; }
  .g-md-h50 {
    height: 50px !important; }
  .g-md-h60 {
    height: 60px !important; }
  .g-md-h70 {
    height: 70px !important; }
  .g-md-h80 {
    height: 80px !important; }
  .g-md-h90 {
    height: 90px !important; }
  .g-md-h100 {
    height: 100px !important; }
  .g-md-h150 {
    height: 150px !important; }
  .g-md-h200 {
    height: 200px !important; }
  .g-md-h250 {
    height: 250px !important; }
  .g-md-h300 {
    height: 300px !important; }
  .g-md-h350 {
    height: 350px !important; }
  .g-md-h400 {
    height: 400px !important; }
  .g-md-h450 {
    height: 450px !important; }
  .g-md-h500 {
    height: 500px !important; }
  .g-md-h550 {
    height: 550px !important; }
  .g-md-h600 {
    height: 600px !important; }
  .g-md-h650 {
    height: 650px !important; }
  .g-md-h700 {
    height: 700px !important; }
  .g-md-h750 {
    height: 750px !important; }
  .g-md-h800 {
    height: 800px !important; }
  .g-min-height-md-100 {
    min-height: 100%; }
  .g-md-h-auto {
    height: auto !important; } }
@media (min-width: 992px) {
  .g-lg-h10 {
    height: 10px !important; }
  .g-lg-h20 {
    height: 20px !important; }
  .g-lg-h30 {
    height: 30px !important; }
  .g-lg-h40 {
    height: 40px !important; }
  .g-lg-h50 {
    height: 50px !important; }
  .g-lg-h60 {
    height: 60px !important; }
  .g-lg-h70 {
    height: 70px !important; }
  .g-lg-h80 {
    height: 80px !important; }
  .g-lg-h90 {
    height: 90px !important; }
  .g-lg-h100 {
    height: 100px !important; }
  .g-lg-h150 {
    height: 150px !important; }
  .g-lg-h200 {
    height: 200px !important; }
  .g-lg-h250 {
    height: 250px !important; }
  .g-lg-h300 {
    height: 300px !important; }
  .g-lg-h350 {
    height: 350px !important; }
  .g-lg-h400 {
    height: 400px !important; }
  .g-lg-h450 {
    height: 450px !important; }
  .g-lg-h500 {
    height: 500px !important; }
  .g-lg-h550 {
    height: 550px !important; }
  .g-lg-h600 {
    height: 600px !important; }
  .g-lg-h650 {
    height: 650px !important; }
  .g-lg-h700 {
    height: 700px !important; }
  .g-lg-h750 {
    height: 750px !important; }
  .g-lg-h800 {
    height: 800px !important; }
  .g-min-height-lg-100 {
    min-height: 100%; }
  .g-lg-h-auto {
    height: auto !important; } }
@media (min-width: 1250px) {
  .g-xl-h10 {
    height: 10px !important; }
  .g-xl-h20 {
    height: 20px !important; }
  .g-xl-h30 {
    height: 30px !important; }
  .g-xl-h40 {
    height: 40px !important; }
  .g-xl-h50 {
    height: 50px !important; }
  .g-xl-h60 {
    height: 60px !important; }
  .g-xl-h70 {
    height: 70px !important; }
  .g-xl-h80 {
    height: 80px !important; }
  .g-xl-h90 {
    height: 90px !important; }
  .g-xl-h100 {
    height: 100px !important; }
  .g-xl-h150 {
    height: 150px !important; }
  .g-xl-h200 {
    height: 200px !important; }
  .g-xl-h250 {
    height: 250px !important; }
  .g-xl-h300 {
    height: 300px !important; }
  .g-xl-h350 {
    height: 350px !important; }
  .g-xl-h400 {
    height: 400px !important; }
  .g-xl-h450 {
    height: 450px !important; }
  .g-xl-h500 {
    height: 500px !important; }
  .g-xl-h550 {
    height: 550px !important; }
  .g-xl-h600 {
    height: 600px !important; }
  .g-xl-h650 {
    height: 650px !important; }
  .g-xl-h700 {
    height: 700px !important; }
  .g-xl-h750 {
    height: 750px !important; }
  .g-xl-h800 {
    height: 800px !important; }
  .g-min-height-xl-100 {
    min-height: 100%; }
  .g-xl-h-auto {
    height: auto !important; } }
@media (min-width: 1480px) {
  .g-xxl-h10 {
    height: 10px !important; }
  .g-xxl-h20 {
    height: 20px !important; }
  .g-xxl-h30 {
    height: 30px !important; }
  .g-xxl-h40 {
    height: 40px !important; }
  .g-xxl-h50 {
    height: 50px !important; }
  .g-xxl-h60 {
    height: 60px !important; }
  .g-xxl-h70 {
    height: 70px !important; }
  .g-xxl-h80 {
    height: 80px !important; }
  .g-xxl-h90 {
    height: 90px !important; }
  .g-xxl-h100 {
    height: 100px !important; }
  .g-xxl-h150 {
    height: 150px !important; }
  .g-xxl-h200 {
    height: 200px !important; }
  .g-xxl-h250 {
    height: 250px !important; }
  .g-xxl-h300 {
    height: 300px !important; }
  .g-xxl-h350 {
    height: 350px !important; }
  .g-xxl-h400 {
    height: 400px !important; }
  .g-xxl-h450 {
    height: 450px !important; }
  .g-xxl-h500 {
    height: 500px !important; }
  .g-xxl-h550 {
    height: 550px !important; }
  .g-xxl-h600 {
    height: 600px !important; }
  .g-xxl-h650 {
    height: 650px !important; }
  .g-xxl-h700 {
    height: 700px !important; }
  .g-xxl-h750 {
    height: 750px !important; }
  .g-xxl-h800 {
    height: 800px !important; }
  .g-min-height-xxl-100 {
    min-height: 100%; }
  .g-xxl-h-auto {
    height: auto !important; } }
/*
    @
    @   1.
    @   --------------------------------------------------------------------------------------------
    @   Animations / Effect Variants
    @   --------------------------------------------------------------------------------------------
    @
*/
.pointarrow {
  -webkit-animation: arrowAnim 3s infinite;
  animation: arrowAnim 3s infinite; }
@-webkit-keyframes arrowAnim {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }
@keyframes arrowAnim {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }
.animation-translate-y {
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }
  .animation-translate-y:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
.zoom {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  position: relative; }
  .zoom:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
    .zoom:hover .caption-default:after {
      opacity: 1; }
/*
    @
    @   2.
    @   --------------------------------------------------------------------------------------------
    @   Owl Carousels
    @   --------------------------------------------------------------------------------------------
    @
*/
.upcoming-events-section .upcoming-events-carousel .owl-nav .owl-prev,
.upcoming-events-section .upcoming-events-carousel .owl-nav .owl-next {
  font-size: 2.5rem; }
.upcoming-events-section .upcoming-events-carousel .owl-nav .owl-prev {
  margin-left: -30px; }
.upcoming-events-section .upcoming-events-carousel .owl-nav .owl-next {
  margin-right: -30px; }
.upcoming-events-section .people-going-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none; }
  .upcoming-events-section .people-going-list li {
    margin-right: -20px; }
    .upcoming-events-section .people-going-list li .user img {
      width: 40px;
      height: 40px; }
    .upcoming-events-section .people-going-list li .users {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      padding: 0 1rem;
      background-color: #252a37;
      color: #ffffff;
      font-size: 13px; }
@media (max-width: 991.98px) {
  .owl-carousel .owl-nav {
    display: none !important; } }
.owl-carousel .owl-dots {
  left: 0;
  right: 0; }
/*
    @
    @   3.
    @   --------------------------------------------------------------------------------------------
    @   Countdown / Counter
    @   --------------------------------------------------------------------------------------------
    @
*/
.countdown-box {
  position: relative;
  text-align: center; }
  .countdown-box .countdown {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .countdown-box .countdown .date-box {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 100px;
      color: #afafaf;
      text-align: center;
      font-size: 0.875rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .countdown-box .countdown .date-box .date-box-inner .date-time {
        color: #252a37;
        font-size: 1.8rem;
        display: block; }
      .countdown-box .countdown .date-box:not(:last-child):after {
        content: ":";
        z-index: 99;
        font-size: 2rem;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #dddddd; }
/*
    @
    @   4.
    @   --------------------------------------------------------------------------------------------
    @   Google Map
    @   --------------------------------------------------------------------------------------------
    @   Map
    @   Popup / Infobox Custom
    @   Custom Zoom IN / OUT Buttons
    @   --------------------------------------------------------------------------------------------
    @
*/
.fixed-map {
  position: relative;
  height: 500px; }
  .fixed-map #map {
    height: 500px; }
  @media (min-width: 992px) {
    .fixed-map {
      max-width: inherit;
      width: 100%;
      height: 100vh;
      position: fixed;
      z-index: 1;
      top: 0;
      bottom: 0; }
      .fixed-map #map {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0; } }
.infoBox .map-popup-wrap {
  position: relative;
  display: block;
  width: 300px !important;
  font-size: 14px; }
  .infoBox .map-popup-wrap:before {
    border-color: transparent;
    border-top-color: #ffffff;
    border-style: solid;
    border-width: 15px;
    margin-left: -15px;
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -1px;
    z-index: 20; }
  .infoBox .map-popup-wrap .infoBox-close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #252a37;
    background-color: #ffffff;
    text-align: center;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 20;
    cursor: pointer; }
    .infoBox .map-popup-wrap .infoBox-close i {
      vertical-align: middle;
      font-size: 16px; }
    .infoBox .map-popup-wrap .infoBox-close:hover {
      background-color: #7a66b7;
      color: #ffffff; }
  .infoBox .map-popup-wrap .map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
            box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15); }
  .infoBox .map-popup-wrap hr {
    margin: 10px 0 10px;
    border-color: #f2f3f4; }
  .infoBox .map-popup-wrap .listing-img-content {
    overflow: hidden; }
    .infoBox .map-popup-wrap .listing-img-content img {
      width: 100%; }
  .infoBox .map-popup-wrap .listing-item-content {
    padding: 15px;
    background-color: #ffffff; }
    .infoBox .map-popup-wrap .listing-item-content .listing-title {
      margin-bottom: 10px; }
    .infoBox .map-popup-wrap .listing-item-content .location-info,
    .infoBox .map-popup-wrap .listing-item-content .location-phone {
      color: #747b8c; }
    .infoBox .map-popup-wrap .listing-item-content .listing-item-footer .list-rating {
      display: block;
      padding: 0.2rem 0.5rem;
      background-color: #747b8c;
      color: #ffffff;
      text-align: center;
      border-radius: 5px;
      vertical-align: middle;
      font-size: 13px; }
.mapzoom-in,
.mapzoom-out {
  position: fixed;
  z-index: 50;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  line-height: 41px;
  margin-top: -20px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
  -webkit-transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  color: #5e6373; }
.mapzoom-in,
.mapzoom-out {
  position: absolute;
  right: 20px; }
  .mapzoom-in:hover,
  .mapzoom-out:hover {
    background-color: #7a66b7;
    color: #ffffff; }
  .mapzoom-in:before,
  .mapzoom-out:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f068"; }
.mapzoom-in {
  margin-top: -70px; }
  .mapzoom-in:before {
    content: "\f067"; }
/*
    @
    @   5.
    @   --------------------------------------------------------------------------------------------
    @   Dashboard Page
    @   --------------------------------------------------------------------------------------------
    @
*/
body.dashboard-page .main-content {
  padding-top: 70px;
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.dashboard-page .main-content .app-content-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    body.dashboard-page .main-content .app-content-right .app-content-wrapper {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
body.dashboard-page .app-content-right {
  margin-left: 250px;
  background-color: #f2f3f4;
  width: calc(100% - 250px);
  padding: 0px !important;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -webkit-backface-visibility: hidden; }
  body.dashboard-page .app-content-right .app-content-wrapper {
    padding: 20px; }
    @media (max-width: 991.98px) {
      body.dashboard-page .app-content-right .app-content-wrapper {
        padding: 20px 10px; } }
  body.dashboard-page .app-content-right.active {
    margin-left: 0px;
    width: 100%; }
  @media (max-width: 1249.98px) {
    body.dashboard-page .app-content-right {
      margin-left: 0px;
      width: 100%; } }
/*
    @
    @   6.
    @   --------------------------------------------------------------------------------------------
    @   Dashboard Navbar
    @   --------------------------------------------------------------------------------------------
    @
*/
.dashboard-navbar {
  width: 100%;
  background-color: #252a37;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2100;
  left: 0;
  right: 0;
  height: 70px;
  max-height: 70px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-box-shadow: 1px 6px 10px 0px rgba(208, 216, 231, 0.3);
          box-shadow: 1px 6px 10px 0px rgba(208, 216, 231, 0.3);
  font-family: sans-serif; }
  .dashboard-navbar .navbar-brand-wrapper {
    height: 100%;
    padding-left: 20px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-color: #252a37;
    position: relative;
    overflow: hidden; }
    .dashboard-navbar .navbar-brand-wrapper img {
      width: 120px; }
    @media (min-width: 992px) {
      .dashboard-navbar .navbar-brand-wrapper {
        width: 250px;
        min-width: 250px; } }
    @media (min-width: 576px) {
      .dashboard-navbar .navbar-brand-wrapper {
        border-right: 1px solid #313849; } }
  .dashboard-navbar .navbar-nav .nav-link {
    padding: 1.6rem 1rem;
    color: #a5acbe;
    font-size: 0.85rem;
    text-transform: normal;
    font-weight: 400; }
    .dashboard-navbar .navbar-nav .nav-link:hover {
      color: #7a66b7; }
    .dashboard-navbar .navbar-nav .nav-link.active {
      color: #7a66b7; }
  .dashboard-navbar .navbar-right-list .nav-profile-link {
    color: #a5acbe; }
  @media (max-width: 1249.98px) {
    .dashboard-navbar .navbar-right-list .nav-profile-link {
      color: #464b5a !important;
      display: none !important; } }
  .dashboard-navbar .navbar-toggler-icon {
    color: #a5acbe; }
.dashboard-page #side-menu {
  margin-top: 70px !important; }
/*
    @
    @   7.
    @   --------------------------------------------------------------------------------------------
    @   Dashboard Left Sidebar
    @   --------------------------------------------------------------------------------------------
    @
*/
.left-sidebar {
  width: 250px;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 9999;
  height: 100%;
  padding-bottom: 100px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  color: #464b5a;
  padding-top: 20px; }
  .left-sidebar.active {
    margin-left: -250px; }
  .left-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .left-sidebar .sidebar-menu li a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 0.5rem 1rem;
    padding-left: 1.2rem !important;
    white-space: nowrap;
    color: #464b5a;
    border-bottom: 1px solid #f8f8f8; }
    .left-sidebar .sidebar-menu li a .sidebar-left-icon {
      display: inline-block;
      margin-right: 5px; }
      .left-sidebar .sidebar-menu li a .sidebar-left-icon i {
        font-size: 18px;
        color: #8c93a5; }
    .left-sidebar .sidebar-menu li a:hover {
      color: #7a66b7; }
      .left-sidebar .sidebar-menu li a:hover i {
        color: #7a66b7; }
    .left-sidebar .sidebar-menu li a.active {
      background-color: #f8f8f8;
      color: #7a66b7 !important; }
      .left-sidebar .sidebar-menu li a.active i {
        color: #7a66b7 !important; }
      .left-sidebar .sidebar-menu li a.active .sidebar-left-icon {
        color: #7a66b7; }
  .left-sidebar .sidebar-menu li.has-submenu > a[aria-expanded="true"] {
    background-color: #f9f9f9;
    color: #464b5a; }
    .left-sidebar .sidebar-menu li.has-submenu > a[aria-expanded="true"]:after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      color: #464b5a; }
  .left-sidebar .sidebar-menu li.has-submenu > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .left-sidebar .sidebar-menu li .submenu a {
    background-color: #2e3341;
    border-bottom: 0; }
    .left-sidebar .sidebar-menu li .submenu a:hover {
      background-color: #2e3341;
      color: #7a66b7; }
      .left-sidebar .sidebar-menu li .submenu a:hover .sidebar-left-icon {
        color: #7a66b7; }
    .left-sidebar .sidebar-menu li .submenu a.active {
      background-color: #2e3341;
      color: #7a66b7 !important; }
      .left-sidebar .sidebar-menu li .submenu a.active .sidebar-left-icon {
        color: #7a66b7; }
  .left-sidebar .sidebar-menu .sidebar-header {
    padding: 1.2rem 1.4rem;
    color: #464b5a;
    text-transform: uppercase; }
  @media (max-width: 1249.98px) {
    .left-sidebar {
      margin-left: -250px; }
      .left-sidebar.active {
        margin-left: 0; }
      .left-sidebar #sidebarCollapse span {
        display: none; } }
@media (max-width: 1249.98px) {
  .dashboard-sidebar-overlay {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    visibility: hidden;
    opacity: 0; }
    .dashboard-sidebar-overlay.show {
      visibility: visible;
      opacity: 1;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; } }
.collapsing {
  -webkit-transition: height .2s ease;
  transition: height .2s ease; }
/*
    @
    @   8.
    @   --------------------------------------------------------------------------------------------
    @   Custom Bootstrap Datepicker
    @   --------------------------------------------------------------------------------------------
    @
*/
.datepicker {
  padding: 1rem; }
  .datepicker table td {
    padding: 6px 10px; }
    .datepicker table td.active {
      background-image: none !important;
      background-color: #7a66b7 !important; }
  .datepicker.datepicker-orient-top:before {
    border-top-color: #dddddd; }
/*
    @
    @   9.
    @   --------------------------------------------------------------------------------------------
    @   Dropdowns / Bootstrap Select
    @   --------------------------------------------------------------------------------------------
    @
*/
.bootstrap-select .dropdown-menu {
  border-radius: 0px;
  padding: 10px 0; }
  .bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:active, .bootstrap-select .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #7a66b7 !important; }
  .bootstrap-select .dropdown-menu .dropdown-item {
    padding: 0.3rem 1rem;
    color: #747b8c !important; }
.bootstrap-select button.dropdown-toggle {
  background-color: #ffffff;
  border: 1px solid #e9eaeb; }
.bootstrap-select .inner {
  margin-top: 5px; }
.bootstrap-select.show .dropdown-menu .form-control {
  border-color: transparent;
  border-bottom: 1px solid #eaeaea; }
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #bdbdc5; }
.main-search-wrapper .bootstrap-select button.dropdown-toggle {
  background-color: #ffffff; }
.main-search-wrapper .bootstrap-select .dropdown-menu {
  top: 20px !important;
  border-radius: 0px; }
/*
    @
    @   10.
    @   --------------------------------------------------------------------------------------------
    @   Dropzone
    @   --------------------------------------------------------------------------------------------
    @
*/
.dropzone {
  border: 2px dashed #dddddd;
  background-color: #fcfcfc;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #c3c3c3;
  height: auto !important;
  padding: 4rem 1rem; }
  .dropzone .dz-message {
    font-size: 1rem;
    margin: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .dropzone .dropzone-icon i {
    color: #c3c3c3;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 2rem; }
  .dropzone:hover {
    border-color: #7a66b7;
    background-color: rgba(122, 102, 183, 0.05); }
    .dropzone:hover .dz-message,
    .dropzone:hover .dropzone-icon i {
      color: #7a66b7; }
.dropzone .dz-preview .dz-error-message {
  z-index: 100;
  position: absolute;
  border-radius: 8px;
  font-size: 13px;
  top: -60px;
  width: 160px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #be2626;
    border-bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  margin-top: -35px; }
/*
    @
    @   11.
    @   --------------------------------------------------------------------------------------------
    @   Footer
    @   --------------------------------------------------------------------------------------------
    @
*/
footer a, footer li, footer p {
  color: #8c93a5; }
footer .title {
  color: #bdc5d7; }
footer i {
  color: #5e6373; }
footer hr {
  border-color: #2e3341; }
footer .footer-list i {
  font-size: 12px; }
@media (max-width: 991.98px) {
  footer .footer-list i {
    display: none; } }
footer .ax-icon-v1 {
  background-color: #2e3341;
  border: 1px solid #2e3341; }
  footer .ax-icon-v1 i {
    color: #8c93a5; }
  footer .ax-icon-v1:hover {
    background-color: #7a66b7;
    border: 1px solid #7a66b7; }
    footer .ax-icon-v1:hover i {
      color: #ffffff; }
/*
    @
    @   12.
    @   --------------------------------------------------------------------------------------------
    @   Forms - [ Banner ] Main Search
    @   --------------------------------------------------------------------------------------------
    @
*/
.main-search-wrapper {
  background-color: #ffffff;
  border: 1px solid #f3f3f3; }
  @media (min-width: 992px) {
    .main-search-wrapper {
      -webkit-box-shadow: 0px 0px 10px 0px #e9eef5;
              box-shadow: 0px 0px 10px 0px #e9eef5; } }
  @media (max-width: 991.98px) {
    .main-search-wrapper {
      background-color: transparent;
      border: none; } }
  .main-search-wrapper .form-group {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .main-search-wrapper .form-group input {
        background-color: transparent; }
      .main-search-wrapper .form-group.location-form-group {
        padding: 0 10px;
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3; }
      .main-search-wrapper .form-group.category-form-group .btn {
        background-color: transparent; } }
    .main-search-wrapper .form-group.category-form-group .btn {
      border: none; }
    @media (max-width: 991.98px) {
      .main-search-wrapper .form-group {
        margin-bottom: 15px; }
        .main-search-wrapper .form-group .form-control {
          border: 1px solid #eeeeee !important;
          padding-left: 25px !important; }
          .main-search-wrapper .form-group .form-control:focus {
            border-color: #7a66b7 !important; }
        .main-search-wrapper .form-group.category-form-group .btn {
          border: 1px solid #eeeeee !important;
          padding-left: 25px !important; }
        .main-search-wrapper .form-group.category-form-group .bootstrap-select.show .btn {
          border-color: #7a66b7 !important; } }
.single-blog-tags .tag-name {
  border: 1px solid #dddddd;
  color: #97979a;
  padding: 0.2rem 1rem;
  border-radius: 30px;
  font-size: 13px; }
  .single-blog-tags .tag-name:hover {
    background-color: #7a66b7;
    border: 1px solid #7a66b7;
    color: #ffffff; }
/*
    @
    @   13.
    @   --------------------------------------------------------------------------------------------
    @   Listings
    @   --------------------------------------------------------------------------------------------
    @
*/
.listing-image {
  height: 100%; }
  @media (max-width: 767.98px) {
    .listing-image {
      height: 250px; } }
  .listing-image.half-screen-layout {
    height: 200px; }
    @media (min-width: 768px) {
      .listing-image.half-screen-layout {
        height: 100%; } }
    @media (min-width: 992px) {
      .listing-image.half-screen-layout {
        height: 200px; } }
    @media (min-width: 1250px) {
      .listing-image.half-screen-layout {
        height: 100%; } }
.listing-details-categories .category-box {
  border-bottom: 1px solid transparent;
  position: relative; }
  .listing-details-categories .category-box:before {
    content: "";
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    bottom: 0;
    left: 50%;
    height: 2px;
    border-radius: 5px;
    background-color: #7a66b7;
    z-index: 2;
    width: 0; }
  .listing-details-categories .category-box:hover:before {
    left: 0;
    width: 100%; }
.recent-listings .listing-type-icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
.recent-listings .wrap-hover:hover .listing-type-icon {
  opacity: 1;
  visibility: visible; }
.recent-listings .wrap-hover:hover .btn-read-more {
  background-color: #7a66b7 !important;
  border-color: #7a66b7 !important;
  color: #ffffff !important; }
/*
    @
    @   14.
    @   --------------------------------------------------------------------------------------------
    @   Mix of elements
    @   --------------------------------------------------------------------------------------------
    @
*/
.breadcrumb-wrapper {
  background-color: #f5f5f5; }
.banner-categories .category-block {
  border: 1px solid #f7f7f7;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #7a66b7;
  position: relative; }
  .banner-categories .category-block span, .banner-categories .category-block p, .banner-categories .category-block i {
    z-index: 2;
    position: relative; }
  .banner-categories .category-block i {
    color: #747b8c; }
  .banner-categories .category-block .category-title {
    color: #8c93a5; }
  .banner-categories .category-block:before {
    height: 0%;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    z-index: 1; }
  .banner-categories .category-block:hover span, .banner-categories .category-block:hover p, .banner-categories .category-block:hover i {
    color: #ffffff; }
  .banner-categories .category-block:hover:before {
    height: 100%;
    bottom: 0;
    background-color: #7a66b7; }
  @media (max-width: 767.98px) {
    .banner-categories .category-block {
      margin-bottom: 10px;
      padding: 1rem !important; }
      .banner-categories .category-block i {
        font-size: 20px !important; } }
.category-block-v2 {
  cursor: pointer;
  text-align: center; }
  @media (min-width: 768px) {
    .category-block-v2 {
      margin-right: 5px; } }
.categories-v2-wrapper [class*="col-"]:nth-child(odd) .category-block-v2 {
  background-color: #ffffff;
  color: #5e6373; }
  .categories-v2-wrapper [class*="col-"]:nth-child(odd) .category-block-v2 i {
    color: #8c93a5; }
  .categories-v2-wrapper [class*="col-"]:nth-child(odd) .category-block-v2:hover {
    background-color: #f2f3f4;
    color: #747b8c; }
    .categories-v2-wrapper [class*="col-"]:nth-child(odd) .category-block-v2:hover i {
      color: #5e6373; }
  @media (max-width: 767.98px) {
    .categories-v2-wrapper [class*="col-"]:nth-child(odd) .category-block-v2 {
      margin-right: 10px; } }
.categories-v2-wrapper [class*="col-"]:nth-child(even) .category-block-v2 {
  background-color: #7a66b7;
  color: #ffffff; }
  .categories-v2-wrapper [class*="col-"]:nth-child(even) .category-block-v2 i {
    color: #ffffff; }
  .categories-v2-wrapper [class*="col-"]:nth-child(even) .category-block-v2:hover {
    background-color: #745fb4; }
.listing-details-header {
  height: auto;
  padding-top: 100px;
  position: relative; }
  @media (min-width: 992px) {
    .listing-details-header {
      height: 500px;
      padding-top: 100px; } }
  .listing-details-header .listing-details-content {
    position: relative;
    width: 100%;
    bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .listing-details-header .listing-details-content {
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute; } }
.content-box,
.sidebar-detail-widget {
  -webkit-box-shadow: 0px 0px 10px 0px #e9eef5;
  box-shadow: 0px 0px 10px 0px #e9eef5;
  background-color: #ffffff;
  margin-bottom: 30px; }
.amenities-wrapper .amenitie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #464b5a; }
  .amenities-wrapper .amenitie .ax-icon-amenitie {
    background-color: transparent;
    width: 35px;
    height: 35px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px dashed #dddddd; }
    .amenities-wrapper .amenitie .ax-icon-amenitie i {
      color: #afafaf;
      font-size: 18px; }
    .amenities-wrapper .amenitie .ax-icon-amenitie.ax-icon-amenitie-success {
      background-color: transparent;
      border: 2px dashed #7a66b7; }
      .amenities-wrapper .amenitie .ax-icon-amenitie.ax-icon-amenitie-success i {
        color: #7a66b7; }
.dark-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#424450), color-stop(40%, rgba(66, 68, 80, 0.4)), to(rgba(0, 0, 0, 0))) !important;
  background-image: linear-gradient(to bottom, #424450 0%, rgba(66, 68, 80, 0.4) 40%, rgba(0, 0, 0, 0) 100%) !important;
  width: 101%; }
.light-gradient {
  width: 101%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(13%, white), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(90%, #f9f9f9), to(#f9f9f9));
  background: linear-gradient(to bottom, white 0%, white 13%, rgba(255, 255, 255, 0.9) 50%, #f9f9f9 90%, #f9f9f9 100%); }
/*
    @
    @   15.
    @   --------------------------------------------------------------------------------------------
    @   NAVBAR
    @   --------------------------------------------------------------------------------------------
    @
*/
.ax-navbar-dark-color .navbar-right-list .nav-profile-link {
  color: #5e6373; }
.ax-navbar-white-color .navbar-right-list .nav-profile-link {
  color: #ffffff; }
.ax-navbar-light-color .navbar-right-list .nav-profile-link {
  color: #d0dce4; }
.navbar .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7a66b7; }
#side-menu {
  overflow-y: hidden;
  z-index: 2045;
  height: 100% !important; }
  #side-menu .nav-item {
    padding: 0 !important; }
    #side-menu .nav-item .nav-link {
      font-weight: normal;
      font-size: 14px;
      color: #464b5a; }
    #side-menu .nav-item.dropdown .dropdown-menu {
      position: relative !important;
      margin-top: 0;
      padding-left: 0px;
      -webkit-transform: none !important;
              transform: none !important;
      border: none;
      border-left: 2px solid #7a66b7; }
      #side-menu .nav-item.dropdown .dropdown-menu .dropdown-submenu {
        position: relative;
        margin-left: 0; }
        #side-menu .nav-item.dropdown .dropdown-menu .dropdown-submenu i {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          margin-left: 5px; }
        #side-menu .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
          margin-left: 10px;
          display: block;
          border: none;
          background-color: #f8f8f8; }
      #side-menu .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px; }
        #side-menu .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          background-color: transparent;
          color: #7a66b7; }
    #side-menu .nav-item .nav-link.dropdown-toggle:after,
    #side-menu .nav-item .dropdown-item.dropdown-toggle:after {
      display: none !important; }
  @media (max-width: 1249.98px) {
    #side-menu .nav-profile-link {
      color: #464b5a !important;
      font-size: 1rem; } }
  #side-menu .col-home-img {
    display: none; }
.side-menu-overlay {
  z-index: 1900; }
/*
    @
    @   16.
    @   --------------------------------------------------------------------------------------------
    @   [ Section ] Triangle Shape
    @   --------------------------------------------------------------------------------------------
    @
*/
.triangle-shape:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid transparent;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }
.triangle-shape.dark-shape:before {
  border-top-color: #252a37 !important; }
.triangle-shape.white-shape:before {
  border-top-color: #ffffff !important; }
.triangle-shape.light-shape:before {
  border-top-color: #f9f9f9 !important; }
@media (max-width: 767.98px) {
  .triangle-shape:before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid transparent;
    bottom: -50px; } }
.triangle-shape.shape-bottom:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }
.triangle-shape.shape-bottom.white-shape:before {
  border-bottom-color: #ffffff !important;
  border-top-color: transparent !important; }
@media (max-width: 767.98px) {
  .triangle-shape.shape-bottom:before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent; } }
/*
    @
    @   17.
    @   --------------------------------------------------------------------------------------------
    @   Rating Stars
    @   --------------------------------------------------------------------------------------------
    @
*/
.star-rating-wrapper .star-rating-label {
  float: right;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  cursor: pointer;
  color: #7a66b7; }
.star-rating-wrapper .star-rating-input {
  display: none; }
.star-rating-wrapper .fa-star-o:before {
  font-size: 16px; }
.star-rating-wrapper .star-rating-label:hover:before,
.star-rating-wrapper .star-rating-label:hover ~ .star-rating-label:before,
.star-rating-wrapper .star-rating-input:checked ~ .star-rating-label:before {
  content: "\f005"; }
.user-rating {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  background-color: #7a66b7;
  color: #ffffff;
  font-size: 13px;
  text-align: center; }
/*
    @
    @   18.
    @   --------------------------------------------------------------------------------------------
    @   Tabs - [ Banner Homepage 2 ]
    @   --------------------------------------------------------------------------------------------
    @
*/
.banner-search-tabs .form-control {
  border: 0;
  border-bottom: 1px solid #e4e4e4; }
.banner-search-tabs .bootstrap-select .btn {
  border: 0;
  border-bottom: 1px solid #e4e4e4; }
.banner-search-tabs .nav-tabs .nav-link {
  border: 0; }
  .banner-search-tabs .nav-tabs .nav-link.active {
    border-bottom: 1px solid #7a66b7; }
.banner-search-tabs .tab-content {
  padding: 1rem 0 0;
  border: 0; }
/*
    @
    @   19.
    @   --------------------------------------------------------------------------------------------
    @   Testimonials
    @   --------------------------------------------------------------------------------------------
    @
*/
.testimonial-section .testimonial {
  text-align: center; }
  .testimonial-section .testimonial .testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%; }
