/*
    @
    @   ----------------------------------- CNOTE MAIN ----------------------------------------
    @   --------------------------------------------------------------------------------------------
    @   CNOTE RESPONSIVE TEMPLATE - Version 1.0.0
    @   URL  ( http://theme-aspect.com/cnote-v1.0 )
    @   --------------------------------------------------------------------------------------------
    @   MAIN SCSS - imported SCSS partials
    @   general components + general utilities
    @   --------------------------------------------------------------------------------------------
    @
    @   1. Functions
    @   2. Variables
    @   3. Bootstrap ( node_modules )
    @   4. Mixins
    @       4.1 - Backgrounds
    @       4.2 - Text
    @       4.3 - Borders
    @       4.4 - Buttons
    @       4.5 - Icons
    @   5. Reboot
    @   6. Preloader
    @   7. Navbar
    @       7.1 Topbar
    @       7.2 Cnote Header ( Navbar )
    @       7.3 Dropdown ( Menu - Submenu )
    @   8. Navs
    @       8.1 Nav Gallery
    @       8.2 Cnote Nav Tabs
    @   9. Alerts
    @   10. Badges
    @   11. Footers
    @   12. Carousels
    @       12.1 Testimonials Carousel
    @   13. Counters
    @       13.1 Countdown
    @       13.2 Count Up
    @   14. Gallery-Images
    @       14.1 Magnific Popup
    @       14.2 Magnific Popup - Horizontal effect
    @       14.3 Magnific Popup - Vertical effect
    @   15. Masonry-Grid
    @   16. Titles
    @   17. Timelines
    @   18. Icons
    @   19. Profile
    @   20. Buttons
    @       20.1 Colors
    @       20.2 Hover effect
    @       20.3 Hover effect v1
    @       20.4 Hover effect v2
    @       20.5 Sizes
    @   21. Tooltips + Popovers
    @   22. List / List-Groups
    @   23. Forms
    @   24. Custom-Forms
    @       24.1 Custom File Input
    @       24.2 Custom Checkbox
    @       24.3 Custom Checkbox v2
    @       24.4 Custom Checkbox v3
    @       24.5 Custom Radio v1
    @       24.6 Custom Radio v2
    @       24.7 Custom Radio v3
    @       24.8 Quantities
    @       24.9 Toggle / Switch
    @   25. Breadcrumb
    @   26. Widgets
    @       26.1 Tags
    @       26.2 Slider Range
    @   27. Accordions
    @   28. Progress-Bars
    @       28.1 Style 1
    @       28.2 Style 2
    @       28.3 Sizes
    @       28.4 Circles
    @       28.5 Progress Steps
    @   29. Paginations
    @   30. Animations
    @       30.1 Left / Top ( Overlay + Push )
    @       30.2 Top Reveal
    @       30.3 Bottom Reveal
    @       30.4 Bottom Slide
    @       30.5 Zoom
    @       30.5 Fade In
    @       30.6 Scroll Down ( Button )
    @       30.7 Scroll Up ( Button )
    @       30.8 Typed ( cursor ) Blink
    @   31. Ribbons
    @   32. Generals ( general utilities )
*/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #2680e4;
  --indigo: #3F51B5;
  --purple: #9053b7;
  --pink: #eb408d;
  --red: #eb2a2f;
  --orange: #FF9800;
  --yellow: #ffd716;
  --green: #10c76e;
  --teal: #34c3ab;
  --cyan: #13c3c0;
  --white: #ffffff;
  --gray: #7d7d7d;
  --gray-dark: #2d2d2d;
  --primary: #13c3c0;
  --secondary: #e3e4e6;
  --success: #10c76e;
  --info: #13c3c0;
  --warning: #ffd716;
  --danger: #eb2a2f;
  --light: #f9f9f9;
  --dark: #1e2428;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #403e44;
  text-align: left;
  background-color: #fdfdfd; }

[tabindex="-1"]:focus {
  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; }

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; }

dfn {
  font-style: italic; }

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: #13c3c0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #12bab7;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7d7d7d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.2rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  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: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7d7d7d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fdfdfd;
  border: 1px solid #eeeff0;
  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: #7d7d7d; }

code {
  font-size: 87.5%;
  color: #eb408d;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212121;
  border-radius: 0.1rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212121; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #ffffff; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eeeff0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eeeff0; }
  .table tbody + tbody {
    border-top: 2px solid #eeeff0; }
  .table .table {
    background-color: #fdfdfd; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eeeff0; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eeeff0; }
  .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: #f4f5f6; }

.table-hover tbody tr:hover {
  background-color: #f9f9f9; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdeeed; }

.table-hover .table-primary:hover {
  background-color: #a9e9e7; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a9e9e7; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7f7f8; }

.table-hover .table-secondary:hover {
  background-color: #e9e9ec; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e9e9ec; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bcefd6; }

.table-hover .table-success:hover {
  background-color: #a7eac9; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a7eac9; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bdeeed; }

.table-hover .table-info:hover {
  background-color: #a9e9e7; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a9e9e7; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff4be; }

.table-hover .table-warning:hover {
  background-color: #fff0a5; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fff0a5; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9c3c5; }

.table-hover .table-danger:hover {
  background-color: #f7acaf; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f7acaf; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd; }

.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: #c0c2c3; }

.table-hover .table-dark:hover {
  background-color: #b3b5b7; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b3b5b7; }

.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: #fdfdfd;
  background-color: #2a3237;
  border-color: #353f45; }

.table .thead-light th {
  color: #4b4b4b;
  background-color: #eeeff0;
  border-color: #eeeff0; }

.table-dark {
  color: #fdfdfd;
  background-color: #2a3237; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #353f45; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #3d464b; }
  .table-dark.table-hover tbody tr:hover {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1.8rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  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 screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #2d2d2d;
    background-color: #ffffff;
    border-color: #13c3c0;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #7d7d7d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #7d7d7d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #7d7d7d;
    opacity: 1; }
  .form-control::placeholder {
    color: #7d7d7d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f4f5f6;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.7rem + 2px); }

select.form-control:focus::-ms-value {
  color: #2d2d2d;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 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-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #403e44;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .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.4rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.1125rem + 2px); }

.form-control-lg, .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 2.2rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.2875rem + 2px); }

.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 {
    color: #7d7d7d; }

.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: 80%;
  color: #10c76e; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(16, 199, 110, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #10c76e; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #10c76e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #10c76e; }

.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: #10c76e; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #64f3ad; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #1ded88; }

.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 1px #fdfdfd, 0 0 0 0.2rem rgba(16, 199, 110, 0.25);
          box-shadow: 0 0 0 1px #fdfdfd, 0 0 0 0.2rem rgba(16, 199, 110, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #10c76e; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #eb2a2f; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(235, 42, 47, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #eb2a2f; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #eb2a2f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #eb2a2f; }

.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: #eb2a2f; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f69fa1; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ef595d; }

.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 1px #fdfdfd, 0 0 0 0.2rem rgba(235, 42, 47, 0.25);
          box-shadow: 0 0 0 1px #fdfdfd, 0 0 0 0.2rem rgba(235, 42, 47, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #eb2a2f; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 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;
      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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.8rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  -webkit-transition: background-color 0.1s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.1s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.1s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.1s 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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #13c3c0;
  border-color: #13c3c0; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #10a09e;
    border-color: #0e9592; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0e9592;
    border-color: #0d8987; }
    .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(19, 195, 192, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }

.btn-secondary {
  color: #212121;
  background-color: #e3e4e6;
  border-color: #e3e4e6; }
  .btn-secondary:hover {
    color: #212121;
    background-color: #cfd1d4;
    border-color: #c8cace; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 228, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 228, 230, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212121;
    background-color: #e3e4e6;
    border-color: #e3e4e6; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212121;
    background-color: #c8cace;
    border-color: #c1c4c8; }
    .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(227, 228, 230, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 228, 230, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #10c76e;
  border-color: #10c76e; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #0da45a;
    border-color: #0c9854; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #10c76e;
    border-color: #10c76e; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #0c9854;
    border-color: #0b8c4d; }
    .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(16, 199, 110, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #13c3c0;
  border-color: #13c3c0; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #10a09e;
    border-color: #0e9592; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0e9592;
    border-color: #0d8987; }
    .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(19, 195, 192, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }

.btn-warning {
  color: #212121;
  background-color: #ffd716;
  border-color: #ffd716; }
  .btn-warning:hover {
    color: #212121;
    background-color: #efc600;
    border-color: #e2bb00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 215, 22, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 215, 22, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212121;
    background-color: #ffd716;
    border-color: #ffd716; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212121;
    background-color: #e2bb00;
    border-color: #d5b100; }
    .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(255, 215, 22, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 215, 22, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #eb2a2f;
  border-color: #eb2a2f; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #da141a;
    border-color: #cf1318; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #eb2a2f;
    border-color: #eb2a2f; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #cf1318;
    border-color: #c31217; }
    .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(235, 42, 47, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.5); }

.btn-light {
  color: #212121;
  background-color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-light:hover {
    color: #212121;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-light:focus, .btn-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-light.disabled, .btn-light:disabled {
    color: #212121;
    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: #212121;
    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(249, 249, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #1e2428;
  border-color: #1e2428; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #0e1012;
    border-color: #080a0b; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 36, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(30, 36, 40, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #1e2428;
    border-color: #1e2428; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #080a0b;
    border-color: #030304; }
    .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(30, 36, 40, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(30, 36, 40, 0.5); }

.btn-outline-primary {
  color: #13c3c0;
  background-color: transparent;
  background-image: none;
  border-color: #13c3c0; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #13c3c0;
    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: #13c3c0;
    border-color: #13c3c0; }
    .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(19, 195, 192, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }

.btn-outline-secondary {
  color: #e3e4e6;
  background-color: transparent;
  background-image: none;
  border-color: #e3e4e6; }
  .btn-outline-secondary:hover {
    color: #212121;
    background-color: #e3e4e6;
    border-color: #e3e4e6; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 228, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 228, 230, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e3e4e6;
    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: #212121;
    background-color: #e3e4e6;
    border-color: #e3e4e6; }
    .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(227, 228, 230, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 228, 230, 0.5); }

.btn-outline-success {
  color: #10c76e;
  background-color: transparent;
  background-image: none;
  border-color: #10c76e; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #10c76e;
    border-color: #10c76e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #10c76e;
    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: #10c76e;
    border-color: #10c76e; }
    .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(16, 199, 110, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(16, 199, 110, 0.5); }

.btn-outline-info {
  color: #13c3c0;
  background-color: transparent;
  background-image: none;
  border-color: #13c3c0; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #13c3c0;
    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: #13c3c0;
    border-color: #13c3c0; }
    .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(19, 195, 192, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(19, 195, 192, 0.5); }

.btn-outline-warning {
  color: #ffd716;
  background-color: transparent;
  background-image: none;
  border-color: #ffd716; }
  .btn-outline-warning:hover {
    color: #212121;
    background-color: #ffd716;
    border-color: #ffd716; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 215, 22, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 215, 22, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffd716;
    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: #212121;
    background-color: #ffd716;
    border-color: #ffd716; }
    .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, 215, 22, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 215, 22, 0.5); }

.btn-outline-danger {
  color: #eb2a2f;
  background-color: transparent;
  background-image: none;
  border-color: #eb2a2f; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #eb2a2f;
    border-color: #eb2a2f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #eb2a2f;
    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: #eb2a2f;
    border-color: #eb2a2f; }
    .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(235, 42, 47, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(235, 42, 47, 0.5); }

.btn-outline-light {
  color: #f9f9f9;
  background-color: transparent;
  background-image: none;
  border-color: #f9f9f9; }
  .btn-outline-light:hover {
    color: #212121;
    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: #212121;
    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: #1e2428;
  background-color: transparent;
  background-image: none;
  border-color: #1e2428; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #1e2428;
    border-color: #1e2428; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 36, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(30, 36, 40, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1e2428;
    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: #1e2428;
    border-color: #1e2428; }
    .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(30, 36, 40, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(30, 36, 40, 0.5); }

.btn-link {
  font-weight: 400;
  color: #13c3c0;
  background-color: transparent; }
  .btn-link:hover {
    color: #12bab7;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #7d7d7d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 1.4rem;
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: 0rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #403e44;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: 0.15rem; }

.dropdown-menu-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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.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 #f4f5f6; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #13c3c0; }
  .dropdown-item.active, .dropdown-item:active {
    color: #13c3c0;
    text-decoration: none;
    background-color: #13c3c0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #7d7d7d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #7d7d7d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #212121; }

.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: 0;
        -ms-flex: 0 1 auto;
            flex: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.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:first-child {
  margin-left: 0; }

.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.35rem;
  padding-left: 1.35rem; }
  .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: 1.05rem;
  padding-left: 1.05rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.65rem;
  padding-left: 1.65rem; }

.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 + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .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 > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .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-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 + .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.6rem 1.8rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2d;
  text-align: center;
  white-space: nowrap;
  background-color: #f9f9f9;
  border: 1px solid #e3e4e6;
  border-radius: 0.15rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #13c3c0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fdfdfd, none;
            box-shadow: 0 0 0 1px #fdfdfd, none; }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #94f5f3; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #b9b9b9; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f4f5f6; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #eeeff0; }
  .custom-control-label::after {
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13c3c0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #13c3c0; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 195, 192, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(19, 195, 192, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13c3c0; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(19, 195, 192, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.7rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #2d2d2d;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%232d2d2d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e8e8e8;
  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: #2d2d2d;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #7d7d7d;
    background-color: #f4f5f6; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.1125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.2875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #13c3c0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #13c3c0; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0rem 1rem;
  line-height: 40px;
  color: #2d2d2d;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0.15rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.7rem;
    padding: 0rem 1rem;
    line-height: 40px;
    color: #2d2d2d;
    content: "Browse";
    background-color: #f9f9f9;
    border-left: 1px solid #e8e8e8;
    border-radius: 0 0.15rem 0.15rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #13c3c0;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
            appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 1px #fdfdfd, none;
              box-shadow: 0 0 0 1px #fdfdfd, none; }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #94f5f3; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eeeff0;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #13c3c0;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
         appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fdfdfd, none; }
    .custom-range::-moz-range-thumb:active {
      background-color: #94f5f3; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eeeff0;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #13c3c0;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fdfdfd, none; }
    .custom-range::-ms-thumb:active {
      background-color: #94f5f3; }
  .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: #eeeff0;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #eeeff0;
    border-radius: 1rem; }

.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: #7d7d7d; }

.nav-tabs {
  border-bottom: 1px solid #eeeff0; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    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 {
      border-color: #eeeff0; }
    .nav-tabs .nav-link.disabled {
      color: #7d7d7d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #13c3c0;
    background-color: #fff;
    border-color: #eeeff0; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.15rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #13c3c0; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.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 {
    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.40625rem;
  padding-bottom: 0.40625rem;
  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:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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 {
    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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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 {
    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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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; } }

.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 {
    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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .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: #13c3c0; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #13c3c0; }

.navbar-light .navbar-nav .nav-link {
  color: black; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #13c3c0; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.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: #13c3c0; }

.navbar-light .navbar-toggler {
  color: black;
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: black; }
  .navbar-light .navbar-text a {
    color: #13c3c0; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #13c3c0; }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.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: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.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:first-child .list-group-item:first-child {
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
    border-top: 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; }

.card-img {
  width: 100%;
  border-radius: calc(0.15rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 5px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -5px;
      margin-left: -5px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 5px;
        margin-bottom: 0;
        margin-left: 5px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 5px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.15rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.15rem;
            border-top-right-radius: 0.15rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.15rem;
            border-bottom-left-radius: 0.15rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.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 {
    display: inline-block;
    padding-right: 0.5rem;
    color: #7d7d7d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #13c3c0; }

.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.8rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #ddd; }
  .page-link:hover {
    z-index: 2;
    color: #12bab7;
    text-decoration: none;
    background-color: #f9f9f9;
    border-color: #ebebeb; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 1;
  color: #ffffff;
  background-color: #13c3c0;
  border-color: #13c3c0; }

.page-item.disabled .page-link {
  color: #b9b9b9;
  pointer-events: none;
  cursor: auto;
  background-color: #f4f5f6;
  border-color: #eeeff0; }

.pagination-lg .page-link {
  padding: 0.5rem 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.2rem 0.6rem;
  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; }
  .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: #13c3c0; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0e9592; }

.badge-secondary {
  color: #212121;
  background-color: #e3e4e6; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212121;
    text-decoration: none;
    background-color: #c8cace; }

.badge-success {
  color: #ffffff;
  background-color: #10c76e; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0c9854; }

.badge-info {
  color: #ffffff;
  background-color: #13c3c0; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0e9592; }

.badge-warning {
  color: #212121;
  background-color: #ffd716; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212121;
    text-decoration: none;
    background-color: #e2bb00; }

.badge-danger {
  color: #ffffff;
  background-color: #eb2a2f; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #cf1318; }

.badge-light {
  color: #212121;
  background-color: #f9f9f9; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212121;
    text-decoration: none;
    background-color: #e0e0e0; }

.badge-dark {
  color: #ffffff;
  background-color: #1e2428; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #080a0b; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f4f5f6;
  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: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0a6564;
  background-color: #d0f3f2;
  border-color: #bdeeed; }
  .alert-primary hr {
    border-top-color: #a9e9e7; }
  .alert-primary .alert-link {
    color: #053736; }

.alert-secondary {
  color: #767778;
  background-color: #f9fafa;
  border-color: #f7f7f8; }
  .alert-secondary hr {
    border-top-color: #e9e9ec; }
  .alert-secondary .alert-link {
    color: #5d5e5e; }

.alert-success {
  color: #086739;
  background-color: #cff4e2;
  border-color: #bcefd6; }
  .alert-success hr {
    border-top-color: #a7eac9; }
  .alert-success .alert-link {
    color: #04381f; }

.alert-info {
  color: #0a6564;
  background-color: #d0f3f2;
  border-color: #bdeeed; }
  .alert-info hr {
    border-top-color: #a9e9e7; }
  .alert-info .alert-link {
    color: #053736; }

.alert-warning {
  color: #85700b;
  background-color: #fff7d0;
  border-color: #fff4be; }
  .alert-warning hr {
    border-top-color: #fff0a5; }
  .alert-warning .alert-link {
    color: #564807; }

.alert-danger {
  color: #7a1618;
  background-color: #fbd4d5;
  border-color: #f9c3c5; }
  .alert-danger hr {
    border-top-color: #f7acaf; }
  .alert-danger .alert-link {
    color: #4f0e10; }

.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd; }
  .alert-light hr {
    border-top-color: #f0f0f0; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #101315;
  background-color: #d2d3d4;
  border-color: #c0c2c3; }
  .alert-dark hr {
    border-top-color: #b3b5b7; }
  .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;
  font-size: 0.75rem;
  background-color: #f4f5f6;
  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;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #13c3c0;
  -webkit-transition: none;
  transition: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -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: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.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; }

.list-group-item-action {
  width: 100%;
  color: #4b4b4b;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #4b4b4b;
    text-decoration: none;
    background-color: #f9f9f9; }
  .list-group-item-action:active {
    color: #403e44;
    background-color: #f4f5f6; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #eeeff0; }
  .list-group-item:first-child {
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #4b4b4b;
    background-color: #eeeff0; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #0a6564;
  background-color: #bdeeed; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0a6564;
    background-color: #a9e9e7; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0a6564;
    border-color: #0a6564; }

.list-group-item-secondary {
  color: #767778;
  background-color: #f7f7f8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #767778;
    background-color: #e9e9ec; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #767778;
    border-color: #767778; }

.list-group-item-success {
  color: #086739;
  background-color: #bcefd6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #086739;
    background-color: #a7eac9; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #086739;
    border-color: #086739; }

.list-group-item-info {
  color: #0a6564;
  background-color: #bdeeed; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0a6564;
    background-color: #a9e9e7; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0a6564;
    border-color: #0a6564; }

.list-group-item-warning {
  color: #85700b;
  background-color: #fff4be; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #85700b;
    background-color: #fff0a5; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #85700b;
    border-color: #85700b; }

.list-group-item-danger {
  color: #7a1618;
  background-color: #f9c3c5; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7a1618;
    background-color: #f7acaf; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #7a1618;
    border-color: #7a1618; }

.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: #101315;
  background-color: #c0c2c3; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #101315;
    background-color: #b3b5b7; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #101315;
    border-color: #101315; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.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, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.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% - (0.5rem * 2)); }

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .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;
  border-bottom: 1px solid #f4f5f6;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }
  .modal-header .close {
    padding: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #f4f5f6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.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;
  word-spacing: normal;
  white-space: 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: 5px;
    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 2.5px 0;
      border-top-color: #000; }

.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: 5px; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 2.5px 5px 2.5px 0;
      border-right-color: #000; }

.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 2.5px 5px;
      border-bottom-color: #000; }

.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: 5px; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 2.5px 0 2.5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.15rem; }

.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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e3e4e6;
  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) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.4rem 0.4rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: #e3e4e6; }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    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) * -1);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.2rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.4rem 0.4rem 0.4rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: #e3e4e6; }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    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) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.4rem 0.4rem 0.4rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: #e3e4e6; }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    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) * -1);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.2rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.4rem 0 0.4rem 0.4rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: #e3e4e6; }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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: #403e44; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  @media screen and (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,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.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: #13c3c0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e9592 !important; }

.bg-secondary {
  background-color: #e3e4e6 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c8cace !important; }

.bg-success {
  background-color: #10c76e !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0c9854 !important; }

.bg-info {
  background-color: #13c3c0 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0e9592 !important; }

.bg-warning {
  background-color: #ffd716 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e2bb00 !important; }

.bg-danger {
  background-color: #eb2a2f !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cf1318 !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: #1e2428 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080a0b !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: #13c3c0 !important; }

.border-secondary {
  border-color: #e3e4e6 !important; }

.border-success {
  border-color: #10c76e !important; }

.border-info {
  border-color: #13c3c0 !important; }

.border-warning {
  border-color: #ffd716 !important; }

.border-danger {
  border-color: #eb2a2f !important; }

.border-light {
  border-color: #f9f9f9 !important; }

.border-dark {
  border-color: #1e2428 !important; }

.border-white {
  border-color: #ffffff !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-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.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: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        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; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !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: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #13c3c0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0e9592 !important; }

.text-secondary {
  color: #e3e4e6 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #c8cace !important; }

.text-success {
  color: #10c76e !important; }

a.text-success:hover, a.text-success:focus {
  color: #0c9854 !important; }

.text-info {
  color: #13c3c0 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0e9592 !important; }

.text-warning {
  color: #ffd716 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e2bb00 !important; }

.text-danger {
  color: #eb2a2f !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #cf1318 !important; }

.text-light {
  color: #f9f9f9 !important; }

a.text-light:hover, a.text-light:focus {
  color: #e0e0e0 !important; }

.text-dark {
  color: #1e2428 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #080a0b !important; }

.text-body {
  color: #403e44 !important; }

.text-muted {
  color: #7d7d7d !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; }

.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 #b9b9b9;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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 #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eeeff0 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #eeeff0; }
  .table .thead-dark th {
    color: inherit;
    border-color: #eeeff0; } }

/*
    @
    @   5.  REBOOT
    @
*/
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

body, html {
  height: 100%; }

#main-content {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 0;
  position: relative; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.check-list li:before {
  content: "\e080";
  font-family: 'simple-line-icons';
  display: inline-block;
  margin-left: -25px;
  width: 25px;
  color: #13c3c0; }

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-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.04rem; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

ul, ol {
  padding-left: 30px;
  margin: 0; }

.list-style-inside {
  list-style-position: inside; }

.breadcrumb {
  padding-left: 0; }

.jumbotron {
  margin-bottom: 0; }

::-moz-selection {
  color: #ffffff;
  background-color: #13c3c0; }

::selection {
  color: #ffffff;
  background-color: #13c3c0; }

blockquote,
figure {
  margin-bottom: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset; }
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 100px white inset; }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .banner-text {
    z-index: 1; }

#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; }

/*
    @
    @   6.  PRELOADER
    @
*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #ffffff; }
  #preloader .ring, #preloader .ring2 {
    border: 5px solid #13c3c0;
    border-top: 5px solid #f2f2f2;
    border-left: 5px solid #f2f2f2;
    border-radius: 50%; }
  #preloader .ring {
    position: relative;
    width: 150px;
    height: 150px;
    -moz-animation: spin .6s infinite linear;
    -webkit-animation: spin .6s infinite linear; }
  #preloader .ring2 {
    position: absolute;
    width: 120px;
    height: 120px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

/*
    @
    @   7.  NAVBAR
    @       7.1 TOPBAR
    @       7.2 CNOTE HEADER ( NAVBAR )
    @       7.3 DROPDOWN ( MENU - SUBMENU )
*/
.no-caret.dropdown-toggle::after {
  display: none; }

/*
    7.1.
    TOPBAR ( used for ecommerce demo )
    -------------------------------------------------------------------------------------------------
*/
.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; }

/*
    7.2.
    CNOTE HEADER ( NAVBAR )
    -------------------------------------------------------------------------------------------------
*/
.cn-header {
  z-index: 1999;
  right: 0;
  left: 0; }
  .cn-header .cn-navbar-wrapper {
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden; }
    .cn-header .cn-navbar-wrapper .navbar {
      padding: 0 0;
      font-family: "Nunito", sans-serif; }
      .cn-header .cn-navbar-wrapper .navbar ul, .cn-header .cn-navbar-wrapper .navbar ol {
        list-style: none; }
      .cn-header .cn-navbar-wrapper .navbar .navbar-toggler {
        outline: 0; }
        .cn-header .cn-navbar-wrapper .navbar .navbar-toggler:hover .navbar-toggler-icon {
          color: #000000; }
      .cn-header .cn-navbar-wrapper .navbar .logo-wrapper img {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .cn-header .cn-navbar-wrapper .navbar .navbar-nav .nav-link {
        padding: 1.7rem 0.8rem;
        color: black;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-weight: 700; }
        .cn-header .cn-navbar-wrapper .navbar .navbar-nav .nav-link:hover {
          color: #13c3c0; }
        .cn-header .cn-navbar-wrapper .navbar .navbar-nav .nav-link.active {
          color: #13c3c0; }
      .cn-header .cn-navbar-wrapper .navbar .navbar-nav .dropdown-toggle:after {
        color: #c5c5c5; }
      .cn-header .cn-navbar-wrapper .navbar .navbar-nav li:first-of-type .nav-link.active {
        background-color: transparent;
        color: #111111; }
        .cn-header .cn-navbar-wrapper .navbar .navbar-nav li:first-of-type .nav-link.active:hover {
          color: #13c3c0; }
      .cn-header .cn-navbar-wrapper .navbar .navbar-nav li:first-of-type .nav-link.active {
        color: #111111; }
      @media (max-width: 767.98px) {
        .cn-header .cn-navbar-wrapper .navbar {
          display: block; } }
    .cn-header .cn-navbar-wrapper.sticky-navbar {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-animation: showStickyNav 0.5s ease-in-out;
              animation: showStickyNav 0.5s ease-in-out;
      background-color: #ffffff !important;
      border-bottom: 1px solid #eeeeee; }
      @media (max-width: 1199.98px) {
        .cn-header .cn-navbar-wrapper.sticky-navbar .navbar-collapse.collapse.show {
          max-height: 350px;
          overflow-y: auto; } }
    .cn-header .cn-navbar-wrapper.cn-navbar-dark-color .navbar .nav-link {
      color: #111111; }
    .cn-header .cn-navbar-wrapper.cn-navbar-dark-color .navbar .dropdown-toggle::after {
      color: rgba(0, 0, 0, 0.5); }
    .cn-header .cn-navbar-wrapper.cn-navbar-dark-color .navbar .navbar-toggler .navbar-toggler-icon {
      color: #111111; }
    .cn-header .cn-navbar-wrapper.cn-navbar-dark-color .navbar li:first-of-type .nav-link.active {
      color: #111111; }
    .cn-header .cn-navbar-wrapper.cn-navbar-white-color .navbar .nav-link {
      color: #ffffff; }
    .cn-header .cn-navbar-wrapper.cn-navbar-white-color .navbar .dropdown-toggle::after {
      color: rgba(255, 255, 255, 0.4); }
    .cn-header .cn-navbar-wrapper.cn-navbar-white-color .navbar .navbar-toggler .navbar-toggler-icon {
      color: #ffffff; }
    .cn-header .cn-navbar-wrapper.cn-navbar-white-color .navbar li:first-of-type .nav-link.active {
      color: #ffffff; }
    .cn-header .cn-navbar-wrapper.cn-navbar-white-color.sticky-navbar {
      background-color: #ffffff;
      border-bottom: 1px solid #eeeeee; }
      .cn-header .cn-navbar-wrapper.cn-navbar-white-color.sticky-navbar .navbar .nav-link {
        color: #222222; }
        .cn-header .cn-navbar-wrapper.cn-navbar-white-color.sticky-navbar .navbar .nav-link.active {
          color: #13c3c0 !important; }
      .cn-header .cn-navbar-wrapper.cn-navbar-white-color.sticky-navbar .navbar .dropdown-toggle::after {
        color: rgba(0, 0, 0, 0.5); }
      .cn-header .cn-navbar-wrapper.cn-navbar-white-color.sticky-navbar .navbar .navbar-toggler .navbar-toggler-icon {
        color: #000000; }
      .cn-header .cn-navbar-wrapper.cn-navbar-white-color.sticky-navbar .navbar li:first-of-type .nav-link.active {
        color: #222222; }
    @media (min-width: 992px) {
      .cn-header .cn-navbar-wrapper.cn-navbar-logo-center .logo-wrapper {
        display: none; } }
    @media (max-width: 991.98px) {
      .cn-header .cn-navbar-wrapper.cn-navbar-logo-center .logo-item {
        display: none; } }

@-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); } }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    min-width: 100%; }
  .navbar-expand-sm .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.7rem 1.2rem !important; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    min-width: 100%; }
  .navbar-expand-md .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.7rem 1.2rem !important; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    min-width: 100%; }
  .navbar-expand-lg .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.7rem 1.2rem !important; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    min-width: 100%; }
  .navbar-expand-xl .logo-wrapper {
    padding: 0rem 1rem; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.7rem 1.2rem !important; } }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
  min-width: 100%; }

.navbar-expand .logo-wrapper {
  padding: 0rem 1rem; }

.navbar-expand .navbar-nav .nav-link {
  padding: 0.7rem 1.2rem !important; }

@media (max-width: 575.98px) {
  .cn-navbar-wrapper .navbar-expand-sm .navbar-collapse {
    border-bottom: 2px solid #dddddd;
    text-align: center; }
    .cn-navbar-wrapper .navbar-expand-sm .navbar-collapse .dropdown-item {
      text-align: center; } }

@media (max-width: 767.98px) {
  .cn-navbar-wrapper .navbar-expand-md .navbar-collapse {
    border-bottom: 2px solid #dddddd;
    text-align: center; }
    .cn-navbar-wrapper .navbar-expand-md .navbar-collapse .dropdown-item {
      text-align: center; } }

@media (max-width: 991.98px) {
  .cn-navbar-wrapper .navbar-expand-lg .navbar-collapse {
    border-bottom: 2px solid #dddddd;
    text-align: center; }
    .cn-navbar-wrapper .navbar-expand-lg .navbar-collapse .dropdown-item {
      text-align: center; } }

@media (max-width: 1199.98px) {
  .cn-navbar-wrapper .navbar-expand-xl .navbar-collapse {
    border-bottom: 2px solid #dddddd;
    text-align: center; }
    .cn-navbar-wrapper .navbar-expand-xl .navbar-collapse .dropdown-item {
      text-align: center; } }

.cn-navbar-wrapper .navbar-expand .navbar-collapse {
  border-bottom: 2px solid #dddddd;
  text-align: center; }
  .cn-navbar-wrapper .navbar-expand .navbar-collapse .dropdown-item {
    text-align: center; }

@media (max-width: 575.98px) {
  .cn-navbar-wrapper.bg-transparent .navbar-expand-sm .navbar-collapse {
    background-color: #1e2428 !important; }
    .cn-navbar-wrapper.bg-transparent .navbar-expand-sm .navbar-collapse .nav-link {
      color: #ffffff !important; }
      .cn-navbar-wrapper.bg-transparent .navbar-expand-sm .navbar-collapse .nav-link:hover {
        color: #13c3c0 !important; } }

@media (max-width: 767.98px) {
  .cn-navbar-wrapper.bg-transparent .navbar-expand-md .navbar-collapse {
    background-color: #1e2428 !important; }
    .cn-navbar-wrapper.bg-transparent .navbar-expand-md .navbar-collapse .nav-link {
      color: #ffffff !important; }
      .cn-navbar-wrapper.bg-transparent .navbar-expand-md .navbar-collapse .nav-link:hover {
        color: #13c3c0 !important; } }

@media (max-width: 991.98px) {
  .cn-navbar-wrapper.bg-transparent .navbar-expand-lg .navbar-collapse {
    background-color: #1e2428 !important; }
    .cn-navbar-wrapper.bg-transparent .navbar-expand-lg .navbar-collapse .nav-link {
      color: #ffffff !important; }
      .cn-navbar-wrapper.bg-transparent .navbar-expand-lg .navbar-collapse .nav-link:hover {
        color: #13c3c0 !important; } }

@media (max-width: 1199.98px) {
  .cn-navbar-wrapper.bg-transparent .navbar-expand-xl .navbar-collapse {
    background-color: #1e2428 !important; }
    .cn-navbar-wrapper.bg-transparent .navbar-expand-xl .navbar-collapse .nav-link {
      color: #ffffff !important; }
      .cn-navbar-wrapper.bg-transparent .navbar-expand-xl .navbar-collapse .nav-link:hover {
        color: #13c3c0 !important; } }

.cn-navbar-wrapper.bg-transparent .navbar-expand .navbar-collapse {
  background-color: #1e2428 !important; }
  .cn-navbar-wrapper.bg-transparent .navbar-expand .navbar-collapse .nav-link {
    color: #ffffff !important; }
    .cn-navbar-wrapper.bg-transparent .navbar-expand .navbar-collapse .nav-link:hover {
      color: #13c3c0 !important; }

/*
    7.3.
    DROPDOWN ( MENU - SUBMENU )
    -------------------------------------------------------------------------------------------------
*/
.dropdown.mega-dropdown {
  position: static !important; }
  .dropdown.mega-dropdown .dropdown-menu {
    width: 100% !important;
    margin-top: 0; }

.dropdown-menu {
  padding: 0rem 0rem !important;
  z-index: 9999;
  min-width: 15rem;
  border-color: #eeeeee;
  border-bottom: 2px solid #13c3c0;
  border-radius: 0;
  margin-top: 0px; }
  .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4rem;
    border-bottom: 1px solid #f0f0f0;
    position: relative; }
    .dropdown-menu .dropdown-item:after {
      color: #9b9b9b !important; }
    .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
      background-color: #13c3c0;
      color: #ffffff; }
      .dropdown-menu .dropdown-item.active:after, .dropdown-menu .dropdown-item:active:after, .dropdown-menu .dropdown-item:hover:after {
        color: #ffffff !important; }
  .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item {
    position: relative; }
    .dropdown-submenu .dropdown-item:focus {
      background-color: #13c3c0;
      color: #ffffff; }
      .dropdown-submenu .dropdown-item:focus:after {
        color: #ffffff !important; }
    .dropdown-submenu .dropdown-item:after {
      position: absolute;
      top: 47%;
      right: 10px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media (max-width: 991.98px) {
        .dropdown-submenu .dropdown-item:after {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); } }
  .dropdown-submenu .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-left: 0; }

/*
    @
    @   8. NAVS
    @       8.1 NAV GALLERY
    @       8.2 CNOTE NAV TABS
    @
*/
/*
    8.1
    NAV GALLERY
    -------------------------------------------------------------------------------------------------
*/
.nav-gallery .nav-link {
  background-color: #ffffff;
  border: 1px solid #eeeff0;
  color: #111111; }
  .nav-gallery .nav-link.active {
    background-color: #13c3c0;
    color: #ffffff; }

/*
    8.2
    CNOTE NAV TABS
    -------------------------------------------------------------------------------------------------
*/
.nav-tabs .nav-link:after {
  display: none; }

.cn-nav-tabs.nav-tabs {
  border-bottom: none; }
  .cn-nav-tabs.nav-tabs .nav-item {
    margin-bottom: -1px; }
  .cn-nav-tabs.nav-tabs .nav-link {
    color: #2d2d2d;
    padding: 0.8rem 2rem;
    border: 1px solid transparent;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
    .cn-nav-tabs.nav-tabs .nav-link:hover, .cn-nav-tabs.nav-tabs .nav-link:focus {
      border-color: #eeeff0 #eeeff0 #eeeff0; }
    .cn-nav-tabs.nav-tabs .nav-link.disabled {
      color: #7d7d7d;
      background-color: transparent;
      border-color: transparent; }
  .cn-nav-tabs.nav-tabs .nav-link.active,
  .cn-nav-tabs.nav-tabs .nav-item.show .nav-link {
    color: #13c3c0;
    background-color: #fff;
    border-color: #eeeff0 #eeeff0 transparent; }
  .cn-nav-tabs.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .cn-nav-tabs.nav-tabs.primary-active .nav-link:hover, .cn-nav-tabs.nav-tabs.primary-active .nav-link:focus {
    border-color: #13c3c0 #13c3c0 transparent; }
  .cn-nav-tabs.nav-tabs.primary-active .nav-link.active,
  .cn-nav-tabs.nav-tabs.primary-active .nav-item.show .nav-link {
    border-color: #13c3c0 #13c3c0 transparent; }
  .cn-nav-tabs.nav-tabs.primary-active ~ .tab-content {
    border-color: #13c3c0; }

.cn-nav-tabs.nav-pills .nav-link {
  color: #2d2d2d;
  padding: 0.8rem 2rem;
  background-color: #ffffff;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .cn-nav-tabs.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #13c3c0; }

.cn-nav-tabs.nav-pills ~ .tab-content {
  border-color: #eeeff0;
  background-color: #ffffff; }

.cn-nav-tabs.nav-pills.primary-active .nav-link {
  padding: 0.8rem 2rem;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.cn-nav-tabs.nav-pills.primary-active ~ .tab-content {
  border-color: #13c3c0; }

.cn-nav-tabs.nav-justified .nav-link {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767.98px) {
  .cn-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; }
    .cn-nav-tabs .nav-item .nav-link {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .cn-nav-tabs .tab-name {
    display: none; } }

.tab-content {
  padding: 1rem;
  border: 1px solid #eeeff0; }

/*
    @
    @   9.  ALERTS
    @
*/
.alert-dismissible {
  position: relative; }
  .alert-dismissible .close {
    top: 0px;
    right: 10px;
    padding: .4rem;
    position: absolute;
    height: 100%; }
    .alert-dismissible .close span {
      text-shadow: none; }

/*
    @
    @   10. BADGES
    @
*/
.badge {
  background-color: #f4f5f6;
  color: #111111;
  padding: .4rem .5rem; }

[class*="cn-badge"] {
  text-align: center;
  font-size: .875rem;
  position: relative;
  background-color: #e6e6e6;
  color: #111111;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding-left: 3px;
  padding-right: 3px;
  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; }

.cn-icon [class*="cn-badge"] {
  position: absolute !important;
  z-index: 10; }

.cn-icon .cn-badge-sm {
  min-width: 1.2rem;
  min-height: 1.2rem;
  font-size: .75rem; }

.cn-icon .cn-badge-lg {
  min-width: 1.6rem;
  min-height: 1.6rem; }

.cn-icon .cn-badge-xl {
  min-width: 1.7rem;
  min-height: 1.7rem; }

.cn-badge-top-right {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.cn-badge-top-left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cn-badge-bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.cn-badge-bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

/*
    @
    @   11. FOOTER
    @
*/
footer {
  background-color: #2a3237;
  font-size: 0.875rem; }
  footer .footer-logo {
    width: 120px; }
  footer a:hover {
    text-decoration: underline !important;
    color: #13c3c0; }
  footer ul, footer ol {
    margin: 0;
    padding: 0;
    list-style: none; }
  footer li, footer a, footer p {
    color: #b0b9be; }
  footer hr {
    border-color: #3d464b; }
  footer form input {
    background-color: transparent; }
  footer form button {
    background-color: #3d464b;
    color: #b0b9be; }
  footer .widget a {
    color: #b0b9be; }
  footer .widget .widget-title {
    color: #ced7dc;
    border-bottom: 2px solid #3d464b; }
  footer .widget .widget-list li a {
    display: block;
    padding: .5rem 0; }
  footer .widget .widget-list li:not(:last-of-type) a {
    border-bottom: 1px solid #3d464b; }
  footer .widget.newsletter-widget .form-control {
    background-color: #1e2428;
    border-color: #3d464b;
    color: #b0b9be; }
    footer .widget.newsletter-widget .form-control:focus {
      background-color: #1e2428;
      border-color: #13c3c0;
      color: #b0b9be; }
  footer .widget.newsletter-widget .input-group-prepend,
  footer .widget.newsletter-widget .input-group-append {
    border-color: #3d464b; }
  footer .widget.newsletter-widget .btn {
    background-color: #3d464b;
    color: #ffffff;
    border-radius: 0; }
    footer .widget.newsletter-widget .btn:hover {
      background-color: #13c3c0; }
  footer .cn-icon {
    background-color: #3d464b;
    color: #ffffff !important; }
    footer .cn-icon:hover {
      background-color: #13c3c0;
      color: #ffffff; }
  footer .copyright-container {
    background-color: #1e2428; }
  footer.footer-light {
    background-color: #f4f5f6; }
    footer.footer-light li, footer.footer-light a, footer.footer-light p {
      color: #2a3237; }
    footer.footer-light hr {
      border-color: #e3e4e6; }
    footer.footer-light form input {
      background-color: #ffffff; }
    footer.footer-light form button {
      background-color: #e3e4e6;
      color: #2a3237; }
    footer.footer-light .widget .widget-title {
      color: #2d2d2d;
      border-bottom: 2px solid #e3e4e6; }
    footer.footer-light .widget .widget-list li, footer.footer-light .widget .widget-list a {
      color: #2a3237; }
    footer.footer-light .widget.footer-links-widget li:not(:last-of-type) a {
      border-bottom: 1px solid #e3e4e6; }
    footer.footer-light .widget.newsletter-widget .form-control {
      background-color: #ffffff;
      border-color: #e3e4e6;
      color: #2a3237; }
      footer.footer-light .widget.newsletter-widget .form-control:focus {
        border-color: #13c3c0; }
    footer.footer-light .widget.newsletter-widget .input-group-prepend,
    footer.footer-light .widget.newsletter-widget .input-group-append {
      border-color: #e3e4e6; }
    footer.footer-light .widget.newsletter-widget .btn {
      background-color: #e3e4e6;
      color: #111111;
      border-radius: 0; }
      footer.footer-light .widget.newsletter-widget .btn:hover {
        background-color: #13c3c0;
        color: #ffffff; }
    footer.footer-light .cn-icon {
      background-color: #e3e4e6;
      color: #111111 !important; }
      footer.footer-light .cn-icon:hover {
        background-color: #13c3c0;
        color: #ffffff !important; }
    footer.footer-light .copyright-container {
      background-color: #eeeff0; }
  @media (max-width: 991.98px) {
    footer {
      text-align: center; } }

/*
    @
    @   12. CAROUSELS
    @       12.1 TESTIMONIALS CAROUSEL
    @
*/
/*
    Align middle all carousel items
*/
.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 .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: #1e2428; }
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    color: #131719; }

.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: #13c3c0; }
  .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(30, 36, 40, 0.6); }
  .owl-carousel.dark-nav .owl-prev:hover, .owl-carousel.dark-nav .owl-next:hover {
    color: #13c3c0; }

.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 {
  text-align: center;
  margin-top: 10px;
  width: 100%; }
  .owl-carousel .owl-dots .owl-dot {
    border-radius: 50px;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #f4f5f6;
    border: 1px solid #e1e1e1;
    margin-left: 5px;
    margin-right: 5px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #13c3c0;
      border: 1px solid #13c3c0; }

.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: #2d2d2d;
  cursor: pointer;
  color: #ffffff;
  border: none; }
  .owl-carousel-custom-nav .owl-prev:hover,
  .owl-carousel-custom-nav .owl-next:hover {
    background-color: #13c3c0; }

.owl-carousel-custom-nav .owl-next {
  margin-left: auto; }

/*
    12.1
    TESTIMONIALS CAROUSELS
    -------------------------------------------------------------------------------------------------
*/
.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: #f4f5f6;
  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 #f4f5f6; }

.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: #2d2d2d;
    margin: 2px; }
    .testimonials-section .testimonials-carousel.style2 .testimonials-box .social-links a:hover {
      background-color: #141414; }
    .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: #4b4b4b;
    background-color: #f4f5f6;
    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: #4b4b4b; }
  @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; }

/*
    @
    @   13. COUNTERS
    @       13.1 COUNTDOWN
    @       13.2 COUNT UP
    @
*/
/*
    13.1
    COUNTDOWN ( used in ecommerce demo )
    -------------------------------------------------------------------------------------------------
*/
.countdown-box {
  margin-top: -25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 576px) {
    .countdown-box {
      margin-top: -40px; } }
  @media (min-width: 768px) {
    .countdown-box {
      margin-top: -60px; } }
  .countdown-box .countdown {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .countdown-box .countdown .date-block {
      height: 50px;
      background-color: #ffffff;
      color: #111111;
      border: 1px solid #f3f3f3;
      -webkit-box-shadow: 1px 7px 10px -4px #eeeeee;
              box-shadow: 1px 7px 10px -4px #eeeeee;
      border-radius: 5px;
      margin: 0px 3px;
      padding: 0 4px;
      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;
      font-size: 0.875rem; }
      .countdown-box .countdown .date-block .date-time {
        color: #13c3c0;
        margin-right: 5px;
        font-weight: bold; }
      @media (min-width: 576px) {
        .countdown-box .countdown .date-block {
          width: 120px;
          height: 80px;
          margin: 0px 10px; }
          .countdown-box .countdown .date-block .date-time,
          .countdown-box .countdown .date-block .date-text {
            font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .countdown-box .countdown .date-block {
          width: 180px;
          height: 120px; }
          .countdown-box .countdown .date-block .date-time {
            color: #13c3c0;
            text-align: center;
            font-size: 2.5rem;
            font-weight: normal; } }

/*
    13.2
    COUNT UP
    -------------------------------------------------------------------------------------------------
*/
.counters.v1 .counter-wrapper {
  background-color: transparent;
  position: relative;
  width: 140px;
  height: 140px;
  border: 1px solid #b9b9b9;
  margin: 0 auto; }
  .counters.v1 .counter-wrapper .counter-icon {
    position: relative;
    top: -20px;
    height: 50px;
    line-height: 50px; }
  .counters.v1 .counter-wrapper .counter-text {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*
    @
    @   14. GALLERY IMAGES
    @       14.1 MAGNIFIC POPUP
    @       14.2 MAGNIFIC POPUP - HORIZONTAL EFFECT
    @       14.3 MAGNIFIC POPUP - VERTICAL EFFECT
    @
*/
.gallery img {
  width: 100%; }

.partner img {
  width: 120px !important; }

.img-grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }
  .img-grayscale:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0); }

/*
    14.1
    MAGNIFIC POPUP
    -------------------------------------------------------------------------------------------------
*/
.mfp-bg,
.mfp-wrap {
  z-index: 2000; }

.mfp-arrow {
  background-color: #f1c800;
  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; }

/*
    @
    @   15. MASONRY GRID
    @
*/
.grid.gutter .grid-item {
  margin-bottom: 20px;
  padding: 0 10px; }

@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.3333333%; }

.grid-item-w-40 {
  width: 40%; }

.grid-item-w-50 {
  width: 50%; }

.grid-item-w-60 {
  width: 60%; }

.grid-box {
  position: relative;
  overflow: hidden; }
  .grid-box .grid-caption {
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
  .grid-box .overlay {
    background-color: rgba(19, 195, 192, 0.9);
    opacity: 0;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    color: #ffffff; }
  .grid-box:hover .grid-caption {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.4; }
  .grid-box:hover .overlay {
    opacity: 1; }

/*
    @
    @   16. TITLES
    @
*/
[class*="cn-heading-v1"]:after {
  content: "";
  display: block;
  color: #13c3c0;
  width: 50px;
  height: 2px;
  background-color: #13c3c0;
  margin: 10px 0; }

.cn-heading-v1:after {
  margin: 10px 0; }

.cn-heading-v1-center:after {
  margin: 10px auto; }

.cn-heading-v1-right:after {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.cn-heading-v2 {
  display: inline-block;
  position: relative; }
  .cn-heading-v2:before, .cn-heading-v2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #13c3c0;
    top: 48%; }
  .cn-heading-v2:before {
    margin-left: -60px; }
  .cn-heading-v2:after {
    margin-left: 10px; }
  @media (max-width: 575.98px) {
    .cn-heading-v2:before {
      display: none; }
    .cn-heading-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }

@media (min-width: 576px) {
  .cn-heading-sm-v1:after {
    margin: 10px 0; }
  .cn-heading-sm-v1-center:after {
    margin: 10px auto; }
  .cn-heading-sm-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .cn-heading-sm-v2 {
    display: inline-block;
    position: relative; }
    .cn-heading-sm-v2:before, .cn-heading-sm-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #13c3c0;
      top: 48%; }
    .cn-heading-sm-v2:before {
      margin-left: -60px; }
    .cn-heading-sm-v2:after {
      margin-left: 10px; } }
  @media (min-width: 576px) and (max-width: 575.98px) {
    .cn-heading-sm-v2:before {
      display: none; }
    .cn-heading-sm-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }

@media (min-width: 768px) {
  .cn-heading-md-v1:after {
    margin: 10px 0; }
  .cn-heading-md-v1-center:after {
    margin: 10px auto; }
  .cn-heading-md-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .cn-heading-md-v2 {
    display: inline-block;
    position: relative; }
    .cn-heading-md-v2:before, .cn-heading-md-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #13c3c0;
      top: 48%; }
    .cn-heading-md-v2:before {
      margin-left: -60px; }
    .cn-heading-md-v2:after {
      margin-left: 10px; } }
  @media (min-width: 768px) and (max-width: 575.98px) {
    .cn-heading-md-v2:before {
      display: none; }
    .cn-heading-md-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }

@media (min-width: 992px) {
  .cn-heading-lg-v1:after {
    margin: 10px 0; }
  .cn-heading-lg-v1-center:after {
    margin: 10px auto; }
  .cn-heading-lg-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .cn-heading-lg-v2 {
    display: inline-block;
    position: relative; }
    .cn-heading-lg-v2:before, .cn-heading-lg-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #13c3c0;
      top: 48%; }
    .cn-heading-lg-v2:before {
      margin-left: -60px; }
    .cn-heading-lg-v2:after {
      margin-left: 10px; } }
  @media (min-width: 992px) and (max-width: 575.98px) {
    .cn-heading-lg-v2:before {
      display: none; }
    .cn-heading-lg-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }

@media (min-width: 1200px) {
  .cn-heading-xl-v1:after {
    margin: 10px 0; }
  .cn-heading-xl-v1-center:after {
    margin: 10px auto; }
  .cn-heading-xl-v1-right:after {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .cn-heading-xl-v2 {
    display: inline-block;
    position: relative; }
    .cn-heading-xl-v2:before, .cn-heading-xl-v2:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #13c3c0;
      top: 48%; }
    .cn-heading-xl-v2:before {
      margin-left: -60px; }
    .cn-heading-xl-v2:after {
      margin-left: 10px; } }
  @media (min-width: 1200px) and (max-width: 575.98px) {
    .cn-heading-xl-v2:before {
      display: none; }
    .cn-heading-xl-v2:after {
      margin: 10px auto;
      display: block;
      position: relative; } }

/*
    @
    @   17. TIMELINES
    @
*/
.timeline-item {
  position: relative;
  z-index: 1; }
  .timeline-item .timeline-date {
    margin-left: 70px;
    z-index: 20;
    height: 50px;
    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: #13c3c0;
      color: #ffffff;
      padding: 0.1rem 1.7rem;
      font-size: 0.875rem;
      border-radius: 8px; }
  .timeline-item .timeline-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    display: inline-block;
    text-align: center;
    background-color: #1e2428;
    color: #ffffff;
    border-radius: 50%; }
  @media (min-width: 768px) {
    .timeline-item.left-item .timeline-date {
      left: 50%;
      margin-left: 33.33333px; }
      .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 #13c3c0 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: 25px;
      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: 25px;
        top: 0px;
        border-width: 0 0px 15px 15px;
        border-color: transparent transparent #1e2428 transparent; } }
  @media (min-width: 768px) {
    .timeline-item.right-item .timeline-date {
      right: 50%;
      margin-right: 33.33333px; }
      .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 #13c3c0;
        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: 25px; } }
  @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: 25px;
        top: 0px;
        border-width: 0px 15px 15px 0px;
        border-color: transparent transparent #1e2428 transparent; } }
  .timeline-item .timeline-content {
    z-index: 1;
    position: relative;
    width: auto;
    margin-left: 50px; }
    .timeline-item .timeline-content:before {
      background-color: #e3e4e6;
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 1px;
      z-index: 10;
      left: -25px; }

/*
    @
    @   18. ICONS
    @
*/
.cn-icon {
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  display: inline-block;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  width: 50px;
  height: 50px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .cn-icon {
      -webkit-transition: none;
      transition: none; } }
  .cn-icon > i {
    line-height: 49px;
    font-size: 1rem; }

.cn-icon-xs {
  width: 30px;
  height: 30px; }
  .cn-icon-xs > i {
    line-height: 29px;
    font-size: 0.75rem; }

.cn-icon-sm {
  width: 40px;
  height: 40px; }
  .cn-icon-sm > i {
    line-height: 39px;
    font-size: 0.875rem; }

.cn-icon-lg {
  width: 60px;
  height: 60px; }
  .cn-icon-lg > i {
    line-height: 59px;
    font-size: 1rem; }

.cn-icon-xl {
  width: 70px;
  height: 70px; }
  .cn-icon-xl > i {
    line-height: 69px;
    font-size: 1rem; }

.cn-icon-primary {
  color: #ffffff !important;
  background-color: #13c3c0 !important;
  border-color: #13c3c0 !important; }

.cn-icon-primary-h:hover.cn-icon,
.cn-icon-primary-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #13c3c0 !important;
  border-color: #13c3c0 !important; }

.pulse-primary-effect:hover .cn-icon, .pulse-primary-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(19, 195, 192, 0.7);
          box-shadow: 0 0 0 0 rgba(19, 195, 192, 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); }

.cn-icon-secondary {
  color: #212121 !important;
  background-color: #e3e4e6 !important;
  border-color: #e3e4e6 !important; }

.cn-icon-secondary-h:hover.cn-icon,
.cn-icon-secondary-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #e3e4e6 !important;
  border-color: #e3e4e6 !important; }

.pulse-secondary-effect:hover .cn-icon, .pulse-secondary-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(227, 228, 230, 0.7);
          box-shadow: 0 0 0 0 rgba(227, 228, 230, 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); }

.cn-icon-success {
  color: #ffffff !important;
  background-color: #10c76e !important;
  border-color: #10c76e !important; }

.cn-icon-success-h:hover.cn-icon,
.cn-icon-success-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #10c76e !important;
  border-color: #10c76e !important; }

.pulse-success-effect:hover .cn-icon, .pulse-success-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(16, 199, 110, 0.7);
          box-shadow: 0 0 0 0 rgba(16, 199, 110, 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); }

.cn-icon-info {
  color: #ffffff !important;
  background-color: #13c3c0 !important;
  border-color: #13c3c0 !important; }

.cn-icon-info-h:hover.cn-icon,
.cn-icon-info-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #13c3c0 !important;
  border-color: #13c3c0 !important; }

.pulse-info-effect:hover .cn-icon, .pulse-info-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(19, 195, 192, 0.7);
          box-shadow: 0 0 0 0 rgba(19, 195, 192, 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); }

.cn-icon-warning {
  color: #212121 !important;
  background-color: #ffd716 !important;
  border-color: #ffd716 !important; }

.cn-icon-warning-h:hover.cn-icon,
.cn-icon-warning-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #ffd716 !important;
  border-color: #ffd716 !important; }

.pulse-warning-effect:hover .cn-icon, .pulse-warning-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 22, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 215, 22, 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); }

.cn-icon-danger {
  color: #ffffff !important;
  background-color: #eb2a2f !important;
  border-color: #eb2a2f !important; }

.cn-icon-danger-h:hover.cn-icon,
.cn-icon-danger-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #eb2a2f !important;
  border-color: #eb2a2f !important; }

.pulse-danger-effect:hover .cn-icon, .pulse-danger-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(235, 42, 47, 0.7);
          box-shadow: 0 0 0 0 rgba(235, 42, 47, 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); }

.cn-icon-light {
  color: #212121 !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important; }

.cn-icon-light-h:hover.cn-icon,
.cn-icon-light-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important; }

.pulse-light-effect:hover .cn-icon, .pulse-light-effect:hover.cn-icon {
  position: relative;
  -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); }

.cn-icon-dark {
  color: #ffffff !important;
  background-color: #1e2428 !important;
  border-color: #1e2428 !important; }

.cn-icon-dark-h:hover.cn-icon,
.cn-icon-dark-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #1e2428 !important;
  border-color: #1e2428 !important; }

.pulse-dark-effect:hover .cn-icon, .pulse-dark-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(30, 36, 40, 0.7);
          box-shadow: 0 0 0 0 rgba(30, 36, 40, 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); }

.cn-icon-blue {
  color: #ffffff !important;
  background-color: #2680e4 !important;
  border-color: #2680e4 !important; }

.cn-icon-blue-h:hover.cn-icon,
.cn-icon-blue-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #2680e4 !important;
  border-color: #2680e4 !important; }

.pulse-blue-effect:hover .cn-icon, .pulse-blue-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 128, 228, 0.7);
          box-shadow: 0 0 0 0 rgba(38, 128, 228, 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); }

.cn-icon-indigo {
  color: #ffffff !important;
  background-color: #3F51B5 !important;
  border-color: #3F51B5 !important; }

.cn-icon-indigo-h:hover.cn-icon,
.cn-icon-indigo-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #3F51B5 !important;
  border-color: #3F51B5 !important; }

.pulse-indigo-effect:hover .cn-icon, .pulse-indigo-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.7);
          box-shadow: 0 0 0 0 rgba(63, 81, 181, 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); }

.cn-icon-purple {
  color: #ffffff !important;
  background-color: #9053b7 !important;
  border-color: #9053b7 !important; }

.cn-icon-purple-h:hover.cn-icon,
.cn-icon-purple-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #9053b7 !important;
  border-color: #9053b7 !important; }

.pulse-purple-effect:hover .cn-icon, .pulse-purple-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(144, 83, 183, 0.7);
          box-shadow: 0 0 0 0 rgba(144, 83, 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); }

.cn-icon-pink {
  color: #ffffff !important;
  background-color: #eb408d !important;
  border-color: #eb408d !important; }

.cn-icon-pink-h:hover.cn-icon,
.cn-icon-pink-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #eb408d !important;
  border-color: #eb408d !important; }

.pulse-pink-effect:hover .cn-icon, .pulse-pink-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(235, 64, 141, 0.7);
          box-shadow: 0 0 0 0 rgba(235, 64, 141, 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); }

.cn-icon-red {
  color: #ffffff !important;
  background-color: #eb2a2f !important;
  border-color: #eb2a2f !important; }

.cn-icon-red-h:hover.cn-icon,
.cn-icon-red-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #eb2a2f !important;
  border-color: #eb2a2f !important; }

.pulse-red-effect:hover .cn-icon, .pulse-red-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(235, 42, 47, 0.7);
          box-shadow: 0 0 0 0 rgba(235, 42, 47, 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); }

.cn-icon-orange {
  color: #212121 !important;
  background-color: #FF9800 !important;
  border-color: #FF9800 !important; }

.cn-icon-orange-h:hover.cn-icon,
.cn-icon-orange-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #FF9800 !important;
  border-color: #FF9800 !important; }

.pulse-orange-effect:hover .cn-icon, .pulse-orange-effect:hover.cn-icon {
  position: relative;
  -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); }

.cn-icon-deep-orange {
  color: #ffffff !important;
  background-color: #eb602c !important;
  border-color: #eb602c !important; }

.cn-icon-deep-orange-h:hover.cn-icon,
.cn-icon-deep-orange-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #eb602c !important;
  border-color: #eb602c !important; }

.pulse-deep-orange-effect:hover .cn-icon, .pulse-deep-orange-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(235, 96, 44, 0.7);
          box-shadow: 0 0 0 0 rgba(235, 96, 44, 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); }

.cn-icon-brown {
  color: #ffffff !important;
  background-color: #9b6730 !important;
  border-color: #9b6730 !important; }

.cn-icon-brown-h:hover.cn-icon,
.cn-icon-brown-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #9b6730 !important;
  border-color: #9b6730 !important; }

.pulse-brown-effect:hover .cn-icon, .pulse-brown-effect:hover.cn-icon {
  position: relative;
  -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); }

.cn-icon-yellow {
  color: #212121 !important;
  background-color: #ffd716 !important;
  border-color: #ffd716 !important; }

.cn-icon-yellow-h:hover.cn-icon,
.cn-icon-yellow-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #ffd716 !important;
  border-color: #ffd716 !important; }

.pulse-yellow-effect:hover .cn-icon, .pulse-yellow-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 22, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 215, 22, 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); }

.cn-icon-green {
  color: #ffffff !important;
  background-color: #10c76e !important;
  border-color: #10c76e !important; }

.cn-icon-green-h:hover.cn-icon,
.cn-icon-green-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #10c76e !important;
  border-color: #10c76e !important; }

.pulse-green-effect:hover .cn-icon, .pulse-green-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(16, 199, 110, 0.7);
          box-shadow: 0 0 0 0 rgba(16, 199, 110, 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); }

.cn-icon-teal {
  color: #ffffff !important;
  background-color: #34c3ab !important;
  border-color: #34c3ab !important; }

.cn-icon-teal-h:hover.cn-icon,
.cn-icon-teal-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #34c3ab !important;
  border-color: #34c3ab !important; }

.pulse-teal-effect:hover .cn-icon, .pulse-teal-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 195, 171, 0.7);
          box-shadow: 0 0 0 0 rgba(52, 195, 171, 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); }

.cn-icon-cyan {
  color: #ffffff !important;
  background-color: #13c3c0 !important;
  border-color: #13c3c0 !important; }

.cn-icon-cyan-h:hover.cn-icon,
.cn-icon-cyan-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #13c3c0 !important;
  border-color: #13c3c0 !important; }

.pulse-cyan-effect:hover .cn-icon, .pulse-cyan-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(19, 195, 192, 0.7);
          box-shadow: 0 0 0 0 rgba(19, 195, 192, 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); }

.cn-icon-gray-100 {
  color: #212121 !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important; }

.cn-icon-gray-100-h:hover.cn-icon,
.cn-icon-gray-100-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important; }

.pulse-gray-100-effect:hover .cn-icon, .pulse-gray-100-effect:hover.cn-icon {
  position: relative;
  -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); }

.cn-icon-gray-200 {
  color: #212121 !important;
  background-color: #f4f5f6 !important;
  border-color: #f4f5f6 !important; }

.cn-icon-gray-200-h:hover.cn-icon,
.cn-icon-gray-200-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #f4f5f6 !important;
  border-color: #f4f5f6 !important; }

.pulse-gray-200-effect:hover .cn-icon, .pulse-gray-200-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(244, 245, 246, 0.7);
          box-shadow: 0 0 0 0 rgba(244, 245, 246, 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); }

.cn-icon-gray-300 {
  color: #212121 !important;
  background-color: #eeeff0 !important;
  border-color: #eeeff0 !important; }

.cn-icon-gray-300-h:hover.cn-icon,
.cn-icon-gray-300-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #eeeff0 !important;
  border-color: #eeeff0 !important; }

.pulse-gray-300-effect:hover .cn-icon, .pulse-gray-300-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(238, 239, 240, 0.7);
          box-shadow: 0 0 0 0 rgba(238, 239, 240, 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); }

.cn-icon-gray-400 {
  color: #212121 !important;
  background-color: #e3e4e6 !important;
  border-color: #e3e4e6 !important; }

.cn-icon-gray-400-h:hover.cn-icon,
.cn-icon-gray-400-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #e3e4e6 !important;
  border-color: #e3e4e6 !important; }

.pulse-gray-400-effect:hover .cn-icon, .pulse-gray-400-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(227, 228, 230, 0.7);
          box-shadow: 0 0 0 0 rgba(227, 228, 230, 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); }

.cn-icon-gray-500 {
  color: #212121 !important;
  background-color: #b9b9b9 !important;
  border-color: #b9b9b9 !important; }

.cn-icon-gray-500-h:hover.cn-icon,
.cn-icon-gray-500-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #b9b9b9 !important;
  border-color: #b9b9b9 !important; }

.pulse-gray-500-effect:hover .cn-icon, .pulse-gray-500-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(185, 185, 185, 0.7);
          box-shadow: 0 0 0 0 rgba(185, 185, 185, 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); }

.cn-icon-gray-600 {
  color: #ffffff !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important; }

.cn-icon-gray-600-h:hover.cn-icon,
.cn-icon-gray-600-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important; }

.pulse-gray-600-effect:hover .cn-icon, .pulse-gray-600-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(125, 125, 125, 0.7);
          box-shadow: 0 0 0 0 rgba(125, 125, 125, 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); }

.cn-icon-gray-700 {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important; }

.cn-icon-gray-700-h:hover.cn-icon,
.cn-icon-gray-700-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important; }

.pulse-gray-700-effect:hover .cn-icon, .pulse-gray-700-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(75, 75, 75, 0.7);
          box-shadow: 0 0 0 0 rgba(75, 75, 75, 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); }

.cn-icon-gray-800 {
  color: #ffffff !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important; }

.cn-icon-gray-800-h:hover.cn-icon,
.cn-icon-gray-800-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important; }

.pulse-gray-800-effect:hover .cn-icon, .pulse-gray-800-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(45, 45, 45, 0.7);
          box-shadow: 0 0 0 0 rgba(45, 45, 45, 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); }

.cn-icon-gray-900 {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important; }

.cn-icon-gray-900-h:hover.cn-icon,
.cn-icon-gray-900-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important; }

.pulse-gray-900-effect:hover .cn-icon, .pulse-gray-900-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(33, 33, 33, 0.7);
          box-shadow: 0 0 0 0 rgba(33, 33, 33, 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); }

.cn-icon-bluegray-100 {
  color: #212121 !important;
  background-color: #f1f8fa !important;
  border-color: #f1f8fa !important; }

.cn-icon-bluegray-100-h:hover.cn-icon,
.cn-icon-bluegray-100-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #f1f8fa !important;
  border-color: #f1f8fa !important; }

.pulse-bluegray-100-effect:hover .cn-icon, .pulse-bluegray-100-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(241, 248, 250, 0.7);
          box-shadow: 0 0 0 0 rgba(241, 248, 250, 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); }

.cn-icon-bluegray-200 {
  color: #212121 !important;
  background-color: #e6eff4 !important;
  border-color: #e6eff4 !important; }

.cn-icon-bluegray-200-h:hover.cn-icon,
.cn-icon-bluegray-200-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #e6eff4 !important;
  border-color: #e6eff4 !important; }

.pulse-bluegray-200-effect:hover .cn-icon, .pulse-bluegray-200-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(230, 239, 244, 0.7);
          box-shadow: 0 0 0 0 rgba(230, 239, 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); }

.cn-icon-bluegray-300 {
  color: #212121 !important;
  background-color: #ced7dc !important;
  border-color: #ced7dc !important; }

.cn-icon-bluegray-300-h:hover.cn-icon,
.cn-icon-bluegray-300-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #ced7dc !important;
  border-color: #ced7dc !important; }

.pulse-bluegray-300-effect:hover .cn-icon, .pulse-bluegray-300-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(206, 215, 220, 0.7);
          box-shadow: 0 0 0 0 rgba(206, 215, 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); }

.cn-icon-bluegray-400 {
  color: #212121 !important;
  background-color: #b0b9be !important;
  border-color: #b0b9be !important; }

.cn-icon-bluegray-400-h:hover.cn-icon,
.cn-icon-bluegray-400-h:hover .cn-icon {
  color: #212121 !important;
  background-color: #b0b9be !important;
  border-color: #b0b9be !important; }

.pulse-bluegray-400-effect:hover .cn-icon, .pulse-bluegray-400-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(176, 185, 190, 0.7);
          box-shadow: 0 0 0 0 rgba(176, 185, 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); }

.cn-icon-bluegray-500 {
  color: #ffffff !important;
  background-color: #838c91 !important;
  border-color: #838c91 !important; }

.cn-icon-bluegray-500-h:hover.cn-icon,
.cn-icon-bluegray-500-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #838c91 !important;
  border-color: #838c91 !important; }

.pulse-bluegray-500-effect:hover .cn-icon, .pulse-bluegray-500-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(131, 140, 145, 0.7);
          box-shadow: 0 0 0 0 rgba(131, 140, 145, 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); }

.cn-icon-bluegray-600 {
  color: #ffffff !important;
  background-color: #5b6469 !important;
  border-color: #5b6469 !important; }

.cn-icon-bluegray-600-h:hover.cn-icon,
.cn-icon-bluegray-600-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #5b6469 !important;
  border-color: #5b6469 !important; }

.pulse-bluegray-600-effect:hover .cn-icon, .pulse-bluegray-600-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(91, 100, 105, 0.7);
          box-shadow: 0 0 0 0 rgba(91, 100, 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); }

.cn-icon-bluegray-700 {
  color: #ffffff !important;
  background-color: #3d464b !important;
  border-color: #3d464b !important; }

.cn-icon-bluegray-700-h:hover.cn-icon,
.cn-icon-bluegray-700-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #3d464b !important;
  border-color: #3d464b !important; }

.pulse-bluegray-700-effect:hover .cn-icon, .pulse-bluegray-700-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(61, 70, 75, 0.7);
          box-shadow: 0 0 0 0 rgba(61, 70, 75, 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); }

.cn-icon-bluegray-800 {
  color: #ffffff !important;
  background-color: #2a3237 !important;
  border-color: #2a3237 !important; }

.cn-icon-bluegray-800-h:hover.cn-icon,
.cn-icon-bluegray-800-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #2a3237 !important;
  border-color: #2a3237 !important; }

.pulse-bluegray-800-effect:hover .cn-icon, .pulse-bluegray-800-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(42, 50, 55, 0.7);
          box-shadow: 0 0 0 0 rgba(42, 50, 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); }

.cn-icon-bluegray-900 {
  color: #ffffff !important;
  background-color: #1e2428 !important;
  border-color: #1e2428 !important; }

.cn-icon-bluegray-900-h:hover.cn-icon,
.cn-icon-bluegray-900-h:hover .cn-icon {
  color: #ffffff !important;
  background-color: #1e2428 !important;
  border-color: #1e2428 !important; }

.pulse-bluegray-900-effect:hover .cn-icon, .pulse-bluegray-900-effect:hover.cn-icon {
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(30, 36, 40, 0.7);
          box-shadow: 0 0 0 0 rgba(30, 36, 40, 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); }

.cn-icon-outline-primary {
  color: #13c3c0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #13c3c0; }

.cn-icon-outline-primary-h:hover.cn-icon,
.cn-icon-outline-primary-h:hover .cn-icon {
  color: #13c3c0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #13c3c0; }

.cn-icon-outline-secondary {
  color: #e3e4e6 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #e3e4e6; }

.cn-icon-outline-secondary-h:hover.cn-icon,
.cn-icon-outline-secondary-h:hover .cn-icon {
  color: #e3e4e6 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #e3e4e6; }

.cn-icon-outline-success {
  color: #10c76e !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #10c76e; }

.cn-icon-outline-success-h:hover.cn-icon,
.cn-icon-outline-success-h:hover .cn-icon {
  color: #10c76e !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #10c76e; }

.cn-icon-outline-info {
  color: #13c3c0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #13c3c0; }

.cn-icon-outline-info-h:hover.cn-icon,
.cn-icon-outline-info-h:hover .cn-icon {
  color: #13c3c0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #13c3c0; }

.cn-icon-outline-warning {
  color: #ffd716 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #ffd716; }

.cn-icon-outline-warning-h:hover.cn-icon,
.cn-icon-outline-warning-h:hover .cn-icon {
  color: #ffd716 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #ffd716; }

.cn-icon-outline-danger {
  color: #eb2a2f !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb2a2f; }

.cn-icon-outline-danger-h:hover.cn-icon,
.cn-icon-outline-danger-h:hover .cn-icon {
  color: #eb2a2f !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb2a2f; }

.cn-icon-outline-light {
  color: #f9f9f9 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f9f9f9; }

.cn-icon-outline-light-h:hover.cn-icon,
.cn-icon-outline-light-h:hover .cn-icon {
  color: #f9f9f9 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f9f9f9; }

.cn-icon-outline-dark {
  color: #1e2428 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #1e2428; }

.cn-icon-outline-dark-h:hover.cn-icon,
.cn-icon-outline-dark-h:hover .cn-icon {
  color: #1e2428 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #1e2428; }

.cn-icon-outline-blue {
  color: #2680e4 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #2680e4; }

.cn-icon-outline-blue-h:hover.cn-icon,
.cn-icon-outline-blue-h:hover .cn-icon {
  color: #2680e4 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #2680e4; }

.cn-icon-outline-indigo {
  color: #3F51B5 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #3F51B5; }

.cn-icon-outline-indigo-h:hover.cn-icon,
.cn-icon-outline-indigo-h:hover .cn-icon {
  color: #3F51B5 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #3F51B5; }

.cn-icon-outline-purple {
  color: #9053b7 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #9053b7; }

.cn-icon-outline-purple-h:hover.cn-icon,
.cn-icon-outline-purple-h:hover .cn-icon {
  color: #9053b7 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #9053b7; }

.cn-icon-outline-pink {
  color: #eb408d !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb408d; }

.cn-icon-outline-pink-h:hover.cn-icon,
.cn-icon-outline-pink-h:hover .cn-icon {
  color: #eb408d !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb408d; }

.cn-icon-outline-red {
  color: #eb2a2f !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb2a2f; }

.cn-icon-outline-red-h:hover.cn-icon,
.cn-icon-outline-red-h:hover .cn-icon {
  color: #eb2a2f !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb2a2f; }

.cn-icon-outline-orange {
  color: #FF9800 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #FF9800; }

.cn-icon-outline-orange-h:hover.cn-icon,
.cn-icon-outline-orange-h:hover .cn-icon {
  color: #FF9800 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #FF9800; }

.cn-icon-outline-deep-orange {
  color: #eb602c !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb602c; }

.cn-icon-outline-deep-orange-h:hover.cn-icon,
.cn-icon-outline-deep-orange-h:hover .cn-icon {
  color: #eb602c !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eb602c; }

.cn-icon-outline-brown {
  color: #9b6730 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #9b6730; }

.cn-icon-outline-brown-h:hover.cn-icon,
.cn-icon-outline-brown-h:hover .cn-icon {
  color: #9b6730 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #9b6730; }

.cn-icon-outline-yellow {
  color: #ffd716 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #ffd716; }

.cn-icon-outline-yellow-h:hover.cn-icon,
.cn-icon-outline-yellow-h:hover .cn-icon {
  color: #ffd716 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #ffd716; }

.cn-icon-outline-green {
  color: #10c76e !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #10c76e; }

.cn-icon-outline-green-h:hover.cn-icon,
.cn-icon-outline-green-h:hover .cn-icon {
  color: #10c76e !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #10c76e; }

.cn-icon-outline-teal {
  color: #34c3ab !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #34c3ab; }

.cn-icon-outline-teal-h:hover.cn-icon,
.cn-icon-outline-teal-h:hover .cn-icon {
  color: #34c3ab !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #34c3ab; }

.cn-icon-outline-cyan {
  color: #13c3c0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #13c3c0; }

.cn-icon-outline-cyan-h:hover.cn-icon,
.cn-icon-outline-cyan-h:hover .cn-icon {
  color: #13c3c0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #13c3c0; }

.cn-icon-outline-gray-100 {
  color: #f9f9f9 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f9f9f9; }

.cn-icon-outline-gray-100-h:hover.cn-icon,
.cn-icon-outline-gray-100-h:hover .cn-icon {
  color: #f9f9f9 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f9f9f9; }

.cn-icon-outline-gray-200 {
  color: #f4f5f6 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f4f5f6; }

.cn-icon-outline-gray-200-h:hover.cn-icon,
.cn-icon-outline-gray-200-h:hover .cn-icon {
  color: #f4f5f6 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f4f5f6; }

.cn-icon-outline-gray-300 {
  color: #eeeff0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eeeff0; }

.cn-icon-outline-gray-300-h:hover.cn-icon,
.cn-icon-outline-gray-300-h:hover .cn-icon {
  color: #eeeff0 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #eeeff0; }

.cn-icon-outline-gray-400 {
  color: #e3e4e6 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #e3e4e6; }

.cn-icon-outline-gray-400-h:hover.cn-icon,
.cn-icon-outline-gray-400-h:hover .cn-icon {
  color: #e3e4e6 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #e3e4e6; }

.cn-icon-outline-gray-500 {
  color: #b9b9b9 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #b9b9b9; }

.cn-icon-outline-gray-500-h:hover.cn-icon,
.cn-icon-outline-gray-500-h:hover .cn-icon {
  color: #b9b9b9 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #b9b9b9; }

.cn-icon-outline-gray-600 {
  color: #7d7d7d !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #7d7d7d; }

.cn-icon-outline-gray-600-h:hover.cn-icon,
.cn-icon-outline-gray-600-h:hover .cn-icon {
  color: #7d7d7d !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #7d7d7d; }

.cn-icon-outline-gray-700 {
  color: #4b4b4b !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #4b4b4b; }

.cn-icon-outline-gray-700-h:hover.cn-icon,
.cn-icon-outline-gray-700-h:hover .cn-icon {
  color: #4b4b4b !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #4b4b4b; }

.cn-icon-outline-gray-800 {
  color: #2d2d2d !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #2d2d2d; }

.cn-icon-outline-gray-800-h:hover.cn-icon,
.cn-icon-outline-gray-800-h:hover .cn-icon {
  color: #2d2d2d !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #2d2d2d; }

.cn-icon-outline-gray-900 {
  color: #212121 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #212121; }

.cn-icon-outline-gray-900-h:hover.cn-icon,
.cn-icon-outline-gray-900-h:hover .cn-icon {
  color: #212121 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #212121; }

.cn-icon-outline-bluegray-100 {
  color: #f1f8fa !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f1f8fa; }

.cn-icon-outline-bluegray-100-h:hover.cn-icon,
.cn-icon-outline-bluegray-100-h:hover .cn-icon {
  color: #f1f8fa !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #f1f8fa; }

.cn-icon-outline-bluegray-200 {
  color: #e6eff4 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #e6eff4; }

.cn-icon-outline-bluegray-200-h:hover.cn-icon,
.cn-icon-outline-bluegray-200-h:hover .cn-icon {
  color: #e6eff4 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #e6eff4; }

.cn-icon-outline-bluegray-300 {
  color: #ced7dc !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #ced7dc; }

.cn-icon-outline-bluegray-300-h:hover.cn-icon,
.cn-icon-outline-bluegray-300-h:hover .cn-icon {
  color: #ced7dc !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #ced7dc; }

.cn-icon-outline-bluegray-400 {
  color: #b0b9be !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #b0b9be; }

.cn-icon-outline-bluegray-400-h:hover.cn-icon,
.cn-icon-outline-bluegray-400-h:hover .cn-icon {
  color: #b0b9be !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #b0b9be; }

.cn-icon-outline-bluegray-500 {
  color: #838c91 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #838c91; }

.cn-icon-outline-bluegray-500-h:hover.cn-icon,
.cn-icon-outline-bluegray-500-h:hover .cn-icon {
  color: #838c91 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #838c91; }

.cn-icon-outline-bluegray-600 {
  color: #5b6469 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #5b6469; }

.cn-icon-outline-bluegray-600-h:hover.cn-icon,
.cn-icon-outline-bluegray-600-h:hover .cn-icon {
  color: #5b6469 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #5b6469; }

.cn-icon-outline-bluegray-700 {
  color: #3d464b !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #3d464b; }

.cn-icon-outline-bluegray-700-h:hover.cn-icon,
.cn-icon-outline-bluegray-700-h:hover .cn-icon {
  color: #3d464b !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #3d464b; }

.cn-icon-outline-bluegray-800 {
  color: #2a3237 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #2a3237; }

.cn-icon-outline-bluegray-800-h:hover.cn-icon,
.cn-icon-outline-bluegray-800-h:hover .cn-icon {
  color: #2a3237 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #2a3237; }

.cn-icon-outline-bluegray-900 {
  color: #1e2428 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #1e2428; }

.cn-icon-outline-bluegray-900-h:hover.cn-icon,
.cn-icon-outline-bluegray-900-h:hover .cn-icon {
  color: #1e2428 !important;
  background-color: transparent !important;
  background-image: none;
  border-color: #1e2428; }

/*
    ICON PULSE KEYFRAME
    -------------------------------------------------------------------------------------------------
    -------------------------------------------------------------------------------------------------
*/
@-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); } }

/*
    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; }

/*
    @
    @   19. PROFILE
    @
*/
.user-img {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 50%; }
  .user-img img {
    border: 4px solid #ffffff; }

.change-user-img {
  position: absolute;
  background-color: #ffffff;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e3e4e6;
  text-align: center;
  bottom: 5px;
  right: 10px; }
  .change-user-img:hover {
    background-color: #1e2428;
    border: #1e2428; }
    .change-user-img:hover i {
      color: #ffffff; }
  .change-user-img i {
    line-height: 35px;
    color: #2d2d2d; }

.user-upload-label {
  width: 100%; }

/*
    @
    @   20. BUTTONS
    @       20.1 COLORS
    @       20.2 HOVER EFFECT
    @       20.3 HOVER EFFECT V1
    @       20.4 HOVER EFFECT V2
    @       20.5 SIZES
    @
*/
.btn {
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  line-height: 1.5; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

/*
    20.1
    COLORS
    -------------------------------------------------------------------------------------------------
*/
.cn-btn-blue-100 {
  background-color: #c9e0f8;
  color: #212121; }
  .cn-btn-blue-100:hover {
    color: #212121;
    background-color: #e0edfb;
    border-color: #d7e8fa; }
  .cn-btn-blue-100-h:hover {
    background-color: #c9e0f8 !important;
    color: #212121 !important;
    border-color: #bcd8f7 !important; }
  .cn-btn-blue-100.cn-btn-hover-v1-left, .cn-btn-blue-100.cn-btn-hover-v1-right, .cn-btn-blue-100.cn-btn-hover-v1-top, .cn-btn-blue-100.cn-btn-hover-v1-bottom {
    background-color: #c9e0f8; }
    .cn-btn-blue-100.cn-btn-hover-v1-left:before, .cn-btn-blue-100.cn-btn-hover-v1-right:before, .cn-btn-blue-100.cn-btn-hover-v1-top:before, .cn-btn-blue-100.cn-btn-hover-v1-bottom:before {
      background-color: #d7e8fa;
      z-index: 1; }
  .cn-btn-blue-100[class*="cn-btn-hover-v2"] {
    background-color: #c9e0f8; }

.cn-btn-outline-blue-100 {
  color: #c9e0f8;
  background-color: transparent;
  background-image: none;
  border-color: #c9e0f8 !important; }
  .cn-btn-outline-blue-100:hover {
    color: #212121;
    background-color: #c9e0f8;
    border-color: #c9e0f8; }
  .cn-btn-outline-blue-100:focus, .cn-btn-outline-blue-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-100.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-100.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-100.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-100.cn-btn-hover-v1-bottom:before {
    background-color: #c9e0f8; }

.cn-btn-blue-900 {
  background-color: #092849;
  color: #ffffff; }
  .cn-btn-blue-900:hover {
    color: #ffffff;
    background-color: #0c3460;
    border-color: #0b2f57; }
  .cn-btn-blue-900-h:hover {
    background-color: #092849 !important;
    color: #ffffff !important;
    border-color: #07203c !important; }
  .cn-btn-blue-900.cn-btn-hover-v1-left, .cn-btn-blue-900.cn-btn-hover-v1-right, .cn-btn-blue-900.cn-btn-hover-v1-top, .cn-btn-blue-900.cn-btn-hover-v1-bottom {
    background-color: #092849; }
    .cn-btn-blue-900.cn-btn-hover-v1-left:before, .cn-btn-blue-900.cn-btn-hover-v1-right:before, .cn-btn-blue-900.cn-btn-hover-v1-top:before, .cn-btn-blue-900.cn-btn-hover-v1-bottom:before {
      background-color: #0b2f57;
      z-index: 1; }
  .cn-btn-blue-900[class*="cn-btn-hover-v2"] {
    background-color: #092849; }

.cn-btn-outline-blue-900 {
  color: #092849;
  background-color: transparent;
  background-image: none;
  border-color: #092849 !important; }
  .cn-btn-outline-blue-900:hover {
    color: #ffffff;
    background-color: #092849;
    border-color: #092849; }
  .cn-btn-outline-blue-900:focus, .cn-btn-outline-blue-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-900.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-900.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-900.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-900.cn-btn-hover-v1-bottom:before {
    background-color: #092849; }

.cn-btn-blue-200 {
  background-color: #a0c8f3;
  color: #212121; }
  .cn-btn-blue-200:hover {
    color: #212121;
    background-color: #b7d5f6;
    border-color: #aed0f5; }
  .cn-btn-blue-200-h:hover {
    background-color: #a0c8f3 !important;
    color: #212121 !important;
    border-color: #93c0f2 !important; }
  .cn-btn-blue-200.cn-btn-hover-v1-left, .cn-btn-blue-200.cn-btn-hover-v1-right, .cn-btn-blue-200.cn-btn-hover-v1-top, .cn-btn-blue-200.cn-btn-hover-v1-bottom {
    background-color: #a0c8f3; }
    .cn-btn-blue-200.cn-btn-hover-v1-left:before, .cn-btn-blue-200.cn-btn-hover-v1-right:before, .cn-btn-blue-200.cn-btn-hover-v1-top:before, .cn-btn-blue-200.cn-btn-hover-v1-bottom:before {
      background-color: #aed0f5;
      z-index: 1; }
  .cn-btn-blue-200[class*="cn-btn-hover-v2"] {
    background-color: #a0c8f3; }

.cn-btn-outline-blue-200 {
  color: #a0c8f3;
  background-color: transparent;
  background-image: none;
  border-color: #a0c8f3 !important; }
  .cn-btn-outline-blue-200:hover {
    color: #212121;
    background-color: #a0c8f3;
    border-color: #a0c8f3; }
  .cn-btn-outline-blue-200:focus, .cn-btn-outline-blue-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-200.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-200.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-200.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-200.cn-btn-hover-v1-bottom:before {
    background-color: #a0c8f3; }

.cn-btn-blue-800 {
  background-color: #0e3e72;
  color: #ffffff; }
  .cn-btn-blue-800:hover {
    color: #ffffff;
    background-color: #114a89;
    border-color: #104580; }
  .cn-btn-blue-800-h:hover {
    background-color: #0e3e72 !important;
    color: #ffffff !important;
    border-color: #0d3664 !important; }
  .cn-btn-blue-800.cn-btn-hover-v1-left, .cn-btn-blue-800.cn-btn-hover-v1-right, .cn-btn-blue-800.cn-btn-hover-v1-top, .cn-btn-blue-800.cn-btn-hover-v1-bottom {
    background-color: #0e3e72; }
    .cn-btn-blue-800.cn-btn-hover-v1-left:before, .cn-btn-blue-800.cn-btn-hover-v1-right:before, .cn-btn-blue-800.cn-btn-hover-v1-top:before, .cn-btn-blue-800.cn-btn-hover-v1-bottom:before {
      background-color: #104580;
      z-index: 1; }
  .cn-btn-blue-800[class*="cn-btn-hover-v2"] {
    background-color: #0e3e72; }

.cn-btn-outline-blue-800 {
  color: #0e3e72;
  background-color: transparent;
  background-image: none;
  border-color: #0e3e72 !important; }
  .cn-btn-outline-blue-800:hover {
    color: #ffffff;
    background-color: #0e3e72;
    border-color: #0e3e72; }
  .cn-btn-outline-blue-800:focus, .cn-btn-outline-blue-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-800.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-800.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-800.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-800.cn-btn-hover-v1-bottom:before {
    background-color: #0e3e72; }

.cn-btn-blue-300 {
  background-color: #78b0ee;
  color: #212121; }
  .cn-btn-blue-300:hover {
    color: #212121;
    background-color: #8ebdf1;
    border-color: #85b8f0; }
  .cn-btn-blue-300-h:hover {
    background-color: #78b0ee !important;
    color: #212121 !important;
    border-color: #6aa8ec !important; }
  .cn-btn-blue-300.cn-btn-hover-v1-left, .cn-btn-blue-300.cn-btn-hover-v1-right, .cn-btn-blue-300.cn-btn-hover-v1-top, .cn-btn-blue-300.cn-btn-hover-v1-bottom {
    background-color: #78b0ee; }
    .cn-btn-blue-300.cn-btn-hover-v1-left:before, .cn-btn-blue-300.cn-btn-hover-v1-right:before, .cn-btn-blue-300.cn-btn-hover-v1-top:before, .cn-btn-blue-300.cn-btn-hover-v1-bottom:before {
      background-color: #85b8f0;
      z-index: 1; }
  .cn-btn-blue-300[class*="cn-btn-hover-v2"] {
    background-color: #78b0ee; }

.cn-btn-outline-blue-300 {
  color: #78b0ee;
  background-color: transparent;
  background-image: none;
  border-color: #78b0ee !important; }
  .cn-btn-outline-blue-300:hover {
    color: #212121;
    background-color: #78b0ee;
    border-color: #78b0ee; }
  .cn-btn-outline-blue-300:focus, .cn-btn-outline-blue-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-300.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-300.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-300.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-300.cn-btn-hover-v1-bottom:before {
    background-color: #78b0ee; }

.cn-btn-blue-700 {
  background-color: #13549b;
  color: #ffffff; }
  .cn-btn-blue-700:hover {
    color: #ffffff;
    background-color: #1660b2;
    border-color: #155ba9; }
  .cn-btn-blue-700-h:hover {
    background-color: #13549b !important;
    color: #ffffff !important;
    border-color: #124c8d !important; }
  .cn-btn-blue-700.cn-btn-hover-v1-left, .cn-btn-blue-700.cn-btn-hover-v1-right, .cn-btn-blue-700.cn-btn-hover-v1-top, .cn-btn-blue-700.cn-btn-hover-v1-bottom {
    background-color: #13549b; }
    .cn-btn-blue-700.cn-btn-hover-v1-left:before, .cn-btn-blue-700.cn-btn-hover-v1-right:before, .cn-btn-blue-700.cn-btn-hover-v1-top:before, .cn-btn-blue-700.cn-btn-hover-v1-bottom:before {
      background-color: #155ba9;
      z-index: 1; }
  .cn-btn-blue-700[class*="cn-btn-hover-v2"] {
    background-color: #13549b; }

.cn-btn-outline-blue-700 {
  color: #13549b;
  background-color: transparent;
  background-image: none;
  border-color: #13549b !important; }
  .cn-btn-outline-blue-700:hover {
    color: #ffffff;
    background-color: #13549b;
    border-color: #13549b; }
  .cn-btn-outline-blue-700:focus, .cn-btn-outline-blue-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-700.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-700.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-700.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-700.cn-btn-hover-v1-bottom:before {
    background-color: #13549b; }

.cn-btn-blue-400 {
  background-color: #4f98e9;
  color: #ffffff; }
  .cn-btn-blue-400:hover {
    color: #ffffff;
    background-color: #65a5ec;
    border-color: #5ca0eb; }
  .cn-btn-blue-400-h:hover {
    background-color: #4f98e9 !important;
    color: #ffffff !important;
    border-color: #4190e7 !important; }
  .cn-btn-blue-400.cn-btn-hover-v1-left, .cn-btn-blue-400.cn-btn-hover-v1-right, .cn-btn-blue-400.cn-btn-hover-v1-top, .cn-btn-blue-400.cn-btn-hover-v1-bottom {
    background-color: #4f98e9; }
    .cn-btn-blue-400.cn-btn-hover-v1-left:before, .cn-btn-blue-400.cn-btn-hover-v1-right:before, .cn-btn-blue-400.cn-btn-hover-v1-top:before, .cn-btn-blue-400.cn-btn-hover-v1-bottom:before {
      background-color: #5ca0eb;
      z-index: 1; }
  .cn-btn-blue-400[class*="cn-btn-hover-v2"] {
    background-color: #4f98e9; }

.cn-btn-outline-blue-400 {
  color: #4f98e9;
  background-color: transparent;
  background-image: none;
  border-color: #4f98e9 !important; }
  .cn-btn-outline-blue-400:hover {
    color: #ffffff;
    background-color: #4f98e9;
    border-color: #4f98e9; }
  .cn-btn-outline-blue-400:focus, .cn-btn-outline-blue-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-400.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-400.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-400.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-400.cn-btn-hover-v1-bottom:before {
    background-color: #4f98e9; }

.cn-btn-blue-600 {
  background-color: #186ac4;
  color: #ffffff; }
  .cn-btn-blue-600:hover {
    color: #ffffff;
    background-color: #1b76da;
    border-color: #1a71d1; }
  .cn-btn-blue-600-h:hover {
    background-color: #186ac4 !important;
    color: #ffffff !important;
    border-color: #1762b6 !important; }
  .cn-btn-blue-600.cn-btn-hover-v1-left, .cn-btn-blue-600.cn-btn-hover-v1-right, .cn-btn-blue-600.cn-btn-hover-v1-top, .cn-btn-blue-600.cn-btn-hover-v1-bottom {
    background-color: #186ac4; }
    .cn-btn-blue-600.cn-btn-hover-v1-left:before, .cn-btn-blue-600.cn-btn-hover-v1-right:before, .cn-btn-blue-600.cn-btn-hover-v1-top:before, .cn-btn-blue-600.cn-btn-hover-v1-bottom:before {
      background-color: #1a71d1;
      z-index: 1; }
  .cn-btn-blue-600[class*="cn-btn-hover-v2"] {
    background-color: #186ac4; }

.cn-btn-outline-blue-600 {
  color: #186ac4;
  background-color: transparent;
  background-image: none;
  border-color: #186ac4 !important; }
  .cn-btn-outline-blue-600:hover {
    color: #ffffff;
    background-color: #186ac4;
    border-color: #186ac4; }
  .cn-btn-outline-blue-600:focus, .cn-btn-outline-blue-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-600.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-600.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-600.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-600.cn-btn-hover-v1-bottom:before {
    background-color: #186ac4; }

.cn-btn-blue-500 {
  background-color: #2680e4;
  color: #ffffff; }
  .cn-btn-blue-500:hover {
    color: #ffffff;
    background-color: #3d8de7;
    border-color: #3488e6; }
  .cn-btn-blue-500-h:hover {
    background-color: #2680e4 !important;
    color: #ffffff !important;
    border-color: #1c78df !important; }
  .cn-btn-blue-500.cn-btn-hover-v1-left, .cn-btn-blue-500.cn-btn-hover-v1-right, .cn-btn-blue-500.cn-btn-hover-v1-top, .cn-btn-blue-500.cn-btn-hover-v1-bottom {
    background-color: #2680e4; }
    .cn-btn-blue-500.cn-btn-hover-v1-left:before, .cn-btn-blue-500.cn-btn-hover-v1-right:before, .cn-btn-blue-500.cn-btn-hover-v1-top:before, .cn-btn-blue-500.cn-btn-hover-v1-bottom:before {
      background-color: #3488e6;
      z-index: 1; }
  .cn-btn-blue-500[class*="cn-btn-hover-v2"] {
    background-color: #2680e4; }

.cn-btn-outline-blue-500 {
  color: #2680e4;
  background-color: transparent;
  background-image: none;
  border-color: #2680e4 !important; }
  .cn-btn-outline-blue-500:hover {
    color: #ffffff;
    background-color: #2680e4;
    border-color: #2680e4; }
  .cn-btn-outline-blue-500:focus, .cn-btn-outline-blue-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue-500.cn-btn-hover-v1-left:before, .cn-btn-outline-blue-500.cn-btn-hover-v1-right:before, .cn-btn-outline-blue-500.cn-btn-hover-v1-top:before, .cn-btn-outline-blue-500.cn-btn-hover-v1-bottom:before {
    background-color: #2680e4; }

.cn-btn-blue {
  background-color: #2680e4;
  color: #ffffff; }
  .cn-btn-blue:hover {
    color: #ffffff;
    background-color: #3d8de7;
    border-color: #3488e6; }
  .cn-btn-blue-h:hover {
    background-color: #2680e4 !important;
    color: #ffffff !important;
    border-color: #1c78df !important; }
  .cn-btn-blue.cn-btn-hover-v1-left, .cn-btn-blue.cn-btn-hover-v1-right, .cn-btn-blue.cn-btn-hover-v1-top, .cn-btn-blue.cn-btn-hover-v1-bottom {
    background-color: #2680e4; }
    .cn-btn-blue.cn-btn-hover-v1-left:before, .cn-btn-blue.cn-btn-hover-v1-right:before, .cn-btn-blue.cn-btn-hover-v1-top:before, .cn-btn-blue.cn-btn-hover-v1-bottom:before {
      background-color: #3488e6;
      z-index: 1; }
  .cn-btn-blue[class*="cn-btn-hover-v2"] {
    background-color: #2680e4; }

.cn-btn-outline-blue {
  color: #2680e4;
  background-color: transparent;
  background-image: none;
  border-color: #2680e4 !important; }
  .cn-btn-outline-blue:hover {
    color: #ffffff;
    background-color: #2680e4;
    border-color: #2680e4; }
  .cn-btn-outline-blue:focus, .cn-btn-outline-blue.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-blue.cn-btn-hover-v1-left:before, .cn-btn-outline-blue.cn-btn-hover-v1-right:before, .cn-btn-outline-blue.cn-btn-hover-v1-top:before, .cn-btn-outline-blue.cn-btn-hover-v1-bottom:before {
    background-color: #2680e4; }

.cn-btn-indigo-100 {
  background-color: #c2c8ea;
  color: #212121; }
  .cn-btn-indigo-100:hover {
    color: #212121;
    background-color: #d5d9f0;
    border-color: #cdd2ee; }
  .cn-btn-indigo-100-h:hover {
    background-color: #c2c8ea !important;
    color: #212121 !important;
    border-color: #b7bee6 !important; }
  .cn-btn-indigo-100.cn-btn-hover-v1-left, .cn-btn-indigo-100.cn-btn-hover-v1-right, .cn-btn-indigo-100.cn-btn-hover-v1-top, .cn-btn-indigo-100.cn-btn-hover-v1-bottom {
    background-color: #c2c8ea; }
    .cn-btn-indigo-100.cn-btn-hover-v1-left:before, .cn-btn-indigo-100.cn-btn-hover-v1-right:before, .cn-btn-indigo-100.cn-btn-hover-v1-top:before, .cn-btn-indigo-100.cn-btn-hover-v1-bottom:before {
      background-color: #cdd2ee;
      z-index: 1; }
  .cn-btn-indigo-100[class*="cn-btn-hover-v2"] {
    background-color: #c2c8ea; }

.cn-btn-outline-indigo-100 {
  color: #c2c8ea;
  background-color: transparent;
  background-image: none;
  border-color: #c2c8ea !important; }
  .cn-btn-outline-indigo-100:hover {
    color: #212121;
    background-color: #c2c8ea;
    border-color: #c2c8ea; }
  .cn-btn-outline-indigo-100:focus, .cn-btn-outline-indigo-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-100.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-100.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-100.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-100.cn-btn-hover-v1-bottom:before {
    background-color: #c2c8ea; }

.cn-btn-indigo-900 {
  background-color: #10142d;
  color: #ffffff; }
  .cn-btn-indigo-900:hover {
    color: #ffffff;
    background-color: #161d40;
    border-color: #141938; }
  .cn-btn-indigo-900-h:hover {
    background-color: #10142d !important;
    color: #ffffff !important;
    border-color: #0c0f21 !important; }
  .cn-btn-indigo-900.cn-btn-hover-v1-left, .cn-btn-indigo-900.cn-btn-hover-v1-right, .cn-btn-indigo-900.cn-btn-hover-v1-top, .cn-btn-indigo-900.cn-btn-hover-v1-bottom {
    background-color: #10142d; }
    .cn-btn-indigo-900.cn-btn-hover-v1-left:before, .cn-btn-indigo-900.cn-btn-hover-v1-right:before, .cn-btn-indigo-900.cn-btn-hover-v1-top:before, .cn-btn-indigo-900.cn-btn-hover-v1-bottom:before {
      background-color: #141938;
      z-index: 1; }
  .cn-btn-indigo-900[class*="cn-btn-hover-v2"] {
    background-color: #10142d; }

.cn-btn-outline-indigo-900 {
  color: #10142d;
  background-color: transparent;
  background-image: none;
  border-color: #10142d !important; }
  .cn-btn-outline-indigo-900:hover {
    color: #ffffff;
    background-color: #10142d;
    border-color: #10142d; }
  .cn-btn-outline-indigo-900:focus, .cn-btn-outline-indigo-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-900.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-900.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-900.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-900.cn-btn-hover-v1-bottom:before {
    background-color: #10142d; }

.cn-btn-indigo-200 {
  background-color: #a0a9de;
  color: #212121; }
  .cn-btn-indigo-200:hover {
    color: #212121;
    background-color: #b3bae4;
    border-color: #abb4e2; }
  .cn-btn-indigo-200-h:hover {
    background-color: #a0a9de !important;
    color: #212121 !important;
    border-color: #949fda !important; }
  .cn-btn-indigo-200.cn-btn-hover-v1-left, .cn-btn-indigo-200.cn-btn-hover-v1-right, .cn-btn-indigo-200.cn-btn-hover-v1-top, .cn-btn-indigo-200.cn-btn-hover-v1-bottom {
    background-color: #a0a9de; }
    .cn-btn-indigo-200.cn-btn-hover-v1-left:before, .cn-btn-indigo-200.cn-btn-hover-v1-right:before, .cn-btn-indigo-200.cn-btn-hover-v1-top:before, .cn-btn-indigo-200.cn-btn-hover-v1-bottom:before {
      background-color: #abb4e2;
      z-index: 1; }
  .cn-btn-indigo-200[class*="cn-btn-hover-v2"] {
    background-color: #a0a9de; }

.cn-btn-outline-indigo-200 {
  color: #a0a9de;
  background-color: transparent;
  background-image: none;
  border-color: #a0a9de !important; }
  .cn-btn-outline-indigo-200:hover {
    color: #212121;
    background-color: #a0a9de;
    border-color: #a0a9de; }
  .cn-btn-outline-indigo-200:focus, .cn-btn-outline-indigo-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-200.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-200.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-200.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-200.cn-btn-hover-v1-bottom:before {
    background-color: #a0a9de; }

.cn-btn-indigo-800 {
  background-color: #1b234f;
  color: #ffffff; }
  .cn-btn-indigo-800:hover {
    color: #ffffff;
    background-color: #222c62;
    border-color: #1f285a; }
  .cn-btn-indigo-800-h:hover {
    background-color: #1b234f !important;
    color: #ffffff !important;
    border-color: #171e44 !important; }
  .cn-btn-indigo-800.cn-btn-hover-v1-left, .cn-btn-indigo-800.cn-btn-hover-v1-right, .cn-btn-indigo-800.cn-btn-hover-v1-top, .cn-btn-indigo-800.cn-btn-hover-v1-bottom {
    background-color: #1b234f; }
    .cn-btn-indigo-800.cn-btn-hover-v1-left:before, .cn-btn-indigo-800.cn-btn-hover-v1-right:before, .cn-btn-indigo-800.cn-btn-hover-v1-top:before, .cn-btn-indigo-800.cn-btn-hover-v1-bottom:before {
      background-color: #1f285a;
      z-index: 1; }
  .cn-btn-indigo-800[class*="cn-btn-hover-v2"] {
    background-color: #1b234f; }

.cn-btn-outline-indigo-800 {
  color: #1b234f;
  background-color: transparent;
  background-image: none;
  border-color: #1b234f !important; }
  .cn-btn-outline-indigo-800:hover {
    color: #ffffff;
    background-color: #1b234f;
    border-color: #1b234f; }
  .cn-btn-outline-indigo-800:focus, .cn-btn-outline-indigo-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-800.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-800.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-800.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-800.cn-btn-hover-v1-bottom:before {
    background-color: #1b234f; }

.cn-btn-indigo-300 {
  background-color: #7e8bd2;
  color: #ffffff; }
  .cn-btn-indigo-300:hover {
    color: #ffffff;
    background-color: #919cd9;
    border-color: #8995d6; }
  .cn-btn-indigo-300-h:hover {
    background-color: #7e8bd2 !important;
    color: #ffffff !important;
    border-color: #7280ce !important; }
  .cn-btn-indigo-300.cn-btn-hover-v1-left, .cn-btn-indigo-300.cn-btn-hover-v1-right, .cn-btn-indigo-300.cn-btn-hover-v1-top, .cn-btn-indigo-300.cn-btn-hover-v1-bottom {
    background-color: #7e8bd2; }
    .cn-btn-indigo-300.cn-btn-hover-v1-left:before, .cn-btn-indigo-300.cn-btn-hover-v1-right:before, .cn-btn-indigo-300.cn-btn-hover-v1-top:before, .cn-btn-indigo-300.cn-btn-hover-v1-bottom:before {
      background-color: #8995d6;
      z-index: 1; }
  .cn-btn-indigo-300[class*="cn-btn-hover-v2"] {
    background-color: #7e8bd2; }

.cn-btn-outline-indigo-300 {
  color: #7e8bd2;
  background-color: transparent;
  background-image: none;
  border-color: #7e8bd2 !important; }
  .cn-btn-outline-indigo-300:hover {
    color: #ffffff;
    background-color: #7e8bd2;
    border-color: #7e8bd2; }
  .cn-btn-outline-indigo-300:focus, .cn-btn-outline-indigo-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-300.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-300.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-300.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-300.cn-btn-hover-v1-bottom:before {
    background-color: #7e8bd2; }

.cn-btn-indigo-700 {
  background-color: #273371;
  color: #ffffff; }
  .cn-btn-indigo-700:hover {
    color: #ffffff;
    background-color: #2e3b84;
    border-color: #2b387c; }
  .cn-btn-indigo-700-h:hover {
    background-color: #273371 !important;
    color: #ffffff !important;
    border-color: #232d66 !important; }
  .cn-btn-indigo-700.cn-btn-hover-v1-left, .cn-btn-indigo-700.cn-btn-hover-v1-right, .cn-btn-indigo-700.cn-btn-hover-v1-top, .cn-btn-indigo-700.cn-btn-hover-v1-bottom {
    background-color: #273371; }
    .cn-btn-indigo-700.cn-btn-hover-v1-left:before, .cn-btn-indigo-700.cn-btn-hover-v1-right:before, .cn-btn-indigo-700.cn-btn-hover-v1-top:before, .cn-btn-indigo-700.cn-btn-hover-v1-bottom:before {
      background-color: #2b387c;
      z-index: 1; }
  .cn-btn-indigo-700[class*="cn-btn-hover-v2"] {
    background-color: #273371; }

.cn-btn-outline-indigo-700 {
  color: #273371;
  background-color: transparent;
  background-image: none;
  border-color: #273371 !important; }
  .cn-btn-outline-indigo-700:hover {
    color: #ffffff;
    background-color: #273371;
    border-color: #273371; }
  .cn-btn-outline-indigo-700:focus, .cn-btn-outline-indigo-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-700.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-700.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-700.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-700.cn-btn-hover-v1-bottom:before {
    background-color: #273371; }

.cn-btn-indigo-400 {
  background-color: #5c6cc6;
  color: #ffffff; }
  .cn-btn-indigo-400:hover {
    color: #ffffff;
    background-color: #6f7dcd;
    border-color: #6776ca; }
  .cn-btn-indigo-400-h:hover {
    background-color: #5c6cc6 !important;
    color: #ffffff !important;
    border-color: #5062c2 !important; }
  .cn-btn-indigo-400.cn-btn-hover-v1-left, .cn-btn-indigo-400.cn-btn-hover-v1-right, .cn-btn-indigo-400.cn-btn-hover-v1-top, .cn-btn-indigo-400.cn-btn-hover-v1-bottom {
    background-color: #5c6cc6; }
    .cn-btn-indigo-400.cn-btn-hover-v1-left:before, .cn-btn-indigo-400.cn-btn-hover-v1-right:before, .cn-btn-indigo-400.cn-btn-hover-v1-top:before, .cn-btn-indigo-400.cn-btn-hover-v1-bottom:before {
      background-color: #6776ca;
      z-index: 1; }
  .cn-btn-indigo-400[class*="cn-btn-hover-v2"] {
    background-color: #5c6cc6; }

.cn-btn-outline-indigo-400 {
  color: #5c6cc6;
  background-color: transparent;
  background-image: none;
  border-color: #5c6cc6 !important; }
  .cn-btn-outline-indigo-400:hover {
    color: #ffffff;
    background-color: #5c6cc6;
    border-color: #5c6cc6; }
  .cn-btn-outline-indigo-400:focus, .cn-btn-outline-indigo-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-400.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-400.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-400.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-400.cn-btn-hover-v1-bottom:before {
    background-color: #5c6cc6; }

.cn-btn-indigo-600 {
  background-color: #334293;
  color: #ffffff; }
  .cn-btn-indigo-600:hover {
    color: #ffffff;
    background-color: #3a4aa6;
    border-color: #37479e; }
  .cn-btn-indigo-600-h:hover {
    background-color: #334293 !important;
    color: #ffffff !important;
    border-color: #2f3d88 !important; }
  .cn-btn-indigo-600.cn-btn-hover-v1-left, .cn-btn-indigo-600.cn-btn-hover-v1-right, .cn-btn-indigo-600.cn-btn-hover-v1-top, .cn-btn-indigo-600.cn-btn-hover-v1-bottom {
    background-color: #334293; }
    .cn-btn-indigo-600.cn-btn-hover-v1-left:before, .cn-btn-indigo-600.cn-btn-hover-v1-right:before, .cn-btn-indigo-600.cn-btn-hover-v1-top:before, .cn-btn-indigo-600.cn-btn-hover-v1-bottom:before {
      background-color: #37479e;
      z-index: 1; }
  .cn-btn-indigo-600[class*="cn-btn-hover-v2"] {
    background-color: #334293; }

.cn-btn-outline-indigo-600 {
  color: #334293;
  background-color: transparent;
  background-image: none;
  border-color: #334293 !important; }
  .cn-btn-outline-indigo-600:hover {
    color: #ffffff;
    background-color: #334293;
    border-color: #334293; }
  .cn-btn-outline-indigo-600:focus, .cn-btn-outline-indigo-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-600.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-600.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-600.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-600.cn-btn-hover-v1-bottom:before {
    background-color: #334293; }

.cn-btn-indigo-500 {
  background-color: #3F51B5;
  color: #ffffff; }
  .cn-btn-indigo-500:hover {
    color: #ffffff;
    background-color: #4d5ec1;
    border-color: #4558be; }
  .cn-btn-indigo-500-h:hover {
    background-color: #3F51B5 !important;
    color: #ffffff !important;
    border-color: #3b4caa !important; }
  .cn-btn-indigo-500.cn-btn-hover-v1-left, .cn-btn-indigo-500.cn-btn-hover-v1-right, .cn-btn-indigo-500.cn-btn-hover-v1-top, .cn-btn-indigo-500.cn-btn-hover-v1-bottom {
    background-color: #3F51B5; }
    .cn-btn-indigo-500.cn-btn-hover-v1-left:before, .cn-btn-indigo-500.cn-btn-hover-v1-right:before, .cn-btn-indigo-500.cn-btn-hover-v1-top:before, .cn-btn-indigo-500.cn-btn-hover-v1-bottom:before {
      background-color: #4558be;
      z-index: 1; }
  .cn-btn-indigo-500[class*="cn-btn-hover-v2"] {
    background-color: #3F51B5; }

.cn-btn-outline-indigo-500 {
  color: #3F51B5;
  background-color: transparent;
  background-image: none;
  border-color: #3F51B5 !important; }
  .cn-btn-outline-indigo-500:hover {
    color: #ffffff;
    background-color: #3F51B5;
    border-color: #3F51B5; }
  .cn-btn-outline-indigo-500:focus, .cn-btn-outline-indigo-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo-500.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo-500.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo-500.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo-500.cn-btn-hover-v1-bottom:before {
    background-color: #3F51B5; }

.cn-btn-indigo {
  background-color: #3F51B5;
  color: #ffffff; }
  .cn-btn-indigo:hover {
    color: #ffffff;
    background-color: #4d5ec1;
    border-color: #4558be; }
  .cn-btn-indigo-h:hover {
    background-color: #3F51B5 !important;
    color: #ffffff !important;
    border-color: #3b4caa !important; }
  .cn-btn-indigo.cn-btn-hover-v1-left, .cn-btn-indigo.cn-btn-hover-v1-right, .cn-btn-indigo.cn-btn-hover-v1-top, .cn-btn-indigo.cn-btn-hover-v1-bottom {
    background-color: #3F51B5; }
    .cn-btn-indigo.cn-btn-hover-v1-left:before, .cn-btn-indigo.cn-btn-hover-v1-right:before, .cn-btn-indigo.cn-btn-hover-v1-top:before, .cn-btn-indigo.cn-btn-hover-v1-bottom:before {
      background-color: #4558be;
      z-index: 1; }
  .cn-btn-indigo[class*="cn-btn-hover-v2"] {
    background-color: #3F51B5; }

.cn-btn-outline-indigo {
  color: #3F51B5;
  background-color: transparent;
  background-image: none;
  border-color: #3F51B5 !important; }
  .cn-btn-outline-indigo:hover {
    color: #ffffff;
    background-color: #3F51B5;
    border-color: #3F51B5; }
  .cn-btn-outline-indigo:focus, .cn-btn-outline-indigo.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-indigo.cn-btn-hover-v1-left:before, .cn-btn-outline-indigo.cn-btn-hover-v1-right:before, .cn-btn-outline-indigo.cn-btn-hover-v1-top:before, .cn-btn-outline-indigo.cn-btn-hover-v1-bottom:before {
    background-color: #3F51B5; }

.cn-btn-purple-100 {
  background-color: #e4d4ed;
  color: #212121; }
  .cn-btn-purple-100:hover {
    color: #212121;
    background-color: #efe6f5;
    border-color: #eadff2; }
  .cn-btn-purple-100-h:hover {
    background-color: #e4d4ed !important;
    color: #212121 !important;
    border-color: #ddcae9 !important; }
  .cn-btn-purple-100.cn-btn-hover-v1-left, .cn-btn-purple-100.cn-btn-hover-v1-right, .cn-btn-purple-100.cn-btn-hover-v1-top, .cn-btn-purple-100.cn-btn-hover-v1-bottom {
    background-color: #e4d4ed; }
    .cn-btn-purple-100.cn-btn-hover-v1-left:before, .cn-btn-purple-100.cn-btn-hover-v1-right:before, .cn-btn-purple-100.cn-btn-hover-v1-top:before, .cn-btn-purple-100.cn-btn-hover-v1-bottom:before {
      background-color: #eadff2;
      z-index: 1; }
  .cn-btn-purple-100[class*="cn-btn-hover-v2"] {
    background-color: #e4d4ed; }

.cn-btn-outline-purple-100 {
  color: #e4d4ed;
  background-color: transparent;
  background-image: none;
  border-color: #e4d4ed !important; }
  .cn-btn-outline-purple-100:hover {
    color: #212121;
    background-color: #e4d4ed;
    border-color: #e4d4ed; }
  .cn-btn-outline-purple-100:focus, .cn-btn-outline-purple-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-100.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-100.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-100.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-100.cn-btn-hover-v1-bottom:before {
    background-color: #e4d4ed; }

.cn-btn-purple-900 {
  background-color: #2d183a;
  color: #ffffff; }
  .cn-btn-purple-900:hover {
    color: #ffffff;
    background-color: #3b204c;
    border-color: #351d45; }
  .cn-btn-purple-900-h:hover {
    background-color: #2d183a !important;
    color: #ffffff !important;
    border-color: #25142f !important; }
  .cn-btn-purple-900.cn-btn-hover-v1-left, .cn-btn-purple-900.cn-btn-hover-v1-right, .cn-btn-purple-900.cn-btn-hover-v1-top, .cn-btn-purple-900.cn-btn-hover-v1-bottom {
    background-color: #2d183a; }
    .cn-btn-purple-900.cn-btn-hover-v1-left:before, .cn-btn-purple-900.cn-btn-hover-v1-right:before, .cn-btn-purple-900.cn-btn-hover-v1-top:before, .cn-btn-purple-900.cn-btn-hover-v1-bottom:before {
      background-color: #351d45;
      z-index: 1; }
  .cn-btn-purple-900[class*="cn-btn-hover-v2"] {
    background-color: #2d183a; }

.cn-btn-outline-purple-900 {
  color: #2d183a;
  background-color: transparent;
  background-image: none;
  border-color: #2d183a !important; }
  .cn-btn-outline-purple-900:hover {
    color: #ffffff;
    background-color: #2d183a;
    border-color: #2d183a; }
  .cn-btn-outline-purple-900:focus, .cn-btn-outline-purple-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-900.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-900.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-900.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-900.cn-btn-hover-v1-bottom:before {
    background-color: #2d183a; }

.cn-btn-purple-200 {
  background-color: #cfb4e0;
  color: #212121; }
  .cn-btn-purple-200:hover {
    color: #212121;
    background-color: #dac6e7;
    border-color: #d6bfe4; }
  .cn-btn-purple-200-h:hover {
    background-color: #cfb4e0 !important;
    color: #212121 !important;
    border-color: #c8a9db !important; }
  .cn-btn-purple-200.cn-btn-hover-v1-left, .cn-btn-purple-200.cn-btn-hover-v1-right, .cn-btn-purple-200.cn-btn-hover-v1-top, .cn-btn-purple-200.cn-btn-hover-v1-bottom {
    background-color: #cfb4e0; }
    .cn-btn-purple-200.cn-btn-hover-v1-left:before, .cn-btn-purple-200.cn-btn-hover-v1-right:before, .cn-btn-purple-200.cn-btn-hover-v1-top:before, .cn-btn-purple-200.cn-btn-hover-v1-bottom:before {
      background-color: #d6bfe4;
      z-index: 1; }
  .cn-btn-purple-200[class*="cn-btn-hover-v2"] {
    background-color: #cfb4e0; }

.cn-btn-outline-purple-200 {
  color: #cfb4e0;
  background-color: transparent;
  background-image: none;
  border-color: #cfb4e0 !important; }
  .cn-btn-outline-purple-200:hover {
    color: #212121;
    background-color: #cfb4e0;
    border-color: #cfb4e0; }
  .cn-btn-outline-purple-200:focus, .cn-btn-outline-purple-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-200.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-200.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-200.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-200.cn-btn-hover-v1-bottom:before {
    background-color: #cfb4e0; }

.cn-btn-purple-800 {
  background-color: #46265a;
  color: #ffffff; }
  .cn-btn-purple-800:hover {
    color: #ffffff;
    background-color: #542d6c;
    border-color: #4e2a65; }
  .cn-btn-purple-800-h:hover {
    background-color: #46265a !important;
    color: #ffffff !important;
    border-color: #3e2150 !important; }
  .cn-btn-purple-800.cn-btn-hover-v1-left, .cn-btn-purple-800.cn-btn-hover-v1-right, .cn-btn-purple-800.cn-btn-hover-v1-top, .cn-btn-purple-800.cn-btn-hover-v1-bottom {
    background-color: #46265a; }
    .cn-btn-purple-800.cn-btn-hover-v1-left:before, .cn-btn-purple-800.cn-btn-hover-v1-right:before, .cn-btn-purple-800.cn-btn-hover-v1-top:before, .cn-btn-purple-800.cn-btn-hover-v1-bottom:before {
      background-color: #4e2a65;
      z-index: 1; }
  .cn-btn-purple-800[class*="cn-btn-hover-v2"] {
    background-color: #46265a; }

.cn-btn-outline-purple-800 {
  color: #46265a;
  background-color: transparent;
  background-image: none;
  border-color: #46265a !important; }
  .cn-btn-outline-purple-800:hover {
    color: #ffffff;
    background-color: #46265a;
    border-color: #46265a; }
  .cn-btn-outline-purple-800:focus, .cn-btn-outline-purple-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-800.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-800.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-800.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-800.cn-btn-hover-v1-bottom:before {
    background-color: #46265a; }

.cn-btn-purple-300 {
  background-color: #ba94d2;
  color: #212121; }
  .cn-btn-purple-300:hover {
    color: #212121;
    background-color: #c5a6da;
    border-color: #c19ed7; }
  .cn-btn-purple-300-h:hover {
    background-color: #ba94d2 !important;
    color: #212121 !important;
    border-color: #b389ce !important; }
  .cn-btn-purple-300.cn-btn-hover-v1-left, .cn-btn-purple-300.cn-btn-hover-v1-right, .cn-btn-purple-300.cn-btn-hover-v1-top, .cn-btn-purple-300.cn-btn-hover-v1-bottom {
    background-color: #ba94d2; }
    .cn-btn-purple-300.cn-btn-hover-v1-left:before, .cn-btn-purple-300.cn-btn-hover-v1-right:before, .cn-btn-purple-300.cn-btn-hover-v1-top:before, .cn-btn-purple-300.cn-btn-hover-v1-bottom:before {
      background-color: #c19ed7;
      z-index: 1; }
  .cn-btn-purple-300[class*="cn-btn-hover-v2"] {
    background-color: #ba94d2; }

.cn-btn-outline-purple-300 {
  color: #ba94d2;
  background-color: transparent;
  background-image: none;
  border-color: #ba94d2 !important; }
  .cn-btn-outline-purple-300:hover {
    color: #212121;
    background-color: #ba94d2;
    border-color: #ba94d2; }
  .cn-btn-outline-purple-300:focus, .cn-btn-outline-purple-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-300.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-300.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-300.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-300.cn-btn-hover-v1-bottom:before {
    background-color: #ba94d2; }

.cn-btn-purple-700 {
  background-color: #5f337b;
  color: #ffffff; }
  .cn-btn-purple-700:hover {
    color: #ffffff;
    background-color: #6d3b8d;
    border-color: #673886; }
  .cn-btn-purple-700-h:hover {
    background-color: #5f337b !important;
    color: #ffffff !important;
    border-color: #572f70 !important; }
  .cn-btn-purple-700.cn-btn-hover-v1-left, .cn-btn-purple-700.cn-btn-hover-v1-right, .cn-btn-purple-700.cn-btn-hover-v1-top, .cn-btn-purple-700.cn-btn-hover-v1-bottom {
    background-color: #5f337b; }
    .cn-btn-purple-700.cn-btn-hover-v1-left:before, .cn-btn-purple-700.cn-btn-hover-v1-right:before, .cn-btn-purple-700.cn-btn-hover-v1-top:before, .cn-btn-purple-700.cn-btn-hover-v1-bottom:before {
      background-color: #673886;
      z-index: 1; }
  .cn-btn-purple-700[class*="cn-btn-hover-v2"] {
    background-color: #5f337b; }

.cn-btn-outline-purple-700 {
  color: #5f337b;
  background-color: transparent;
  background-image: none;
  border-color: #5f337b !important; }
  .cn-btn-outline-purple-700:hover {
    color: #ffffff;
    background-color: #5f337b;
    border-color: #5f337b; }
  .cn-btn-outline-purple-700:focus, .cn-btn-outline-purple-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-700.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-700.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-700.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-700.cn-btn-hover-v1-bottom:before {
    background-color: #5f337b; }

.cn-btn-purple-400 {
  background-color: #a573c5;
  color: #ffffff; }
  .cn-btn-purple-400:hover {
    color: #ffffff;
    background-color: #b085cc;
    border-color: #ac7ec9; }
  .cn-btn-purple-400-h:hover {
    background-color: #a573c5 !important;
    color: #ffffff !important;
    border-color: #9e69c0 !important; }
  .cn-btn-purple-400.cn-btn-hover-v1-left, .cn-btn-purple-400.cn-btn-hover-v1-right, .cn-btn-purple-400.cn-btn-hover-v1-top, .cn-btn-purple-400.cn-btn-hover-v1-bottom {
    background-color: #a573c5; }
    .cn-btn-purple-400.cn-btn-hover-v1-left:before, .cn-btn-purple-400.cn-btn-hover-v1-right:before, .cn-btn-purple-400.cn-btn-hover-v1-top:before, .cn-btn-purple-400.cn-btn-hover-v1-bottom:before {
      background-color: #ac7ec9;
      z-index: 1; }
  .cn-btn-purple-400[class*="cn-btn-hover-v2"] {
    background-color: #a573c5; }

.cn-btn-outline-purple-400 {
  color: #a573c5;
  background-color: transparent;
  background-image: none;
  border-color: #a573c5 !important; }
  .cn-btn-outline-purple-400:hover {
    color: #ffffff;
    background-color: #a573c5;
    border-color: #a573c5; }
  .cn-btn-outline-purple-400:focus, .cn-btn-outline-purple-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-400.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-400.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-400.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-400.cn-btn-hover-v1-bottom:before {
    background-color: #a573c5; }

.cn-btn-purple-600 {
  background-color: #78419b;
  color: #ffffff; }
  .cn-btn-purple-600:hover {
    color: #ffffff;
    background-color: #8648ad;
    border-color: #8045a6; }
  .cn-btn-purple-600-h:hover {
    background-color: #78419b !important;
    color: #ffffff !important;
    border-color: #703c90 !important; }
  .cn-btn-purple-600.cn-btn-hover-v1-left, .cn-btn-purple-600.cn-btn-hover-v1-right, .cn-btn-purple-600.cn-btn-hover-v1-top, .cn-btn-purple-600.cn-btn-hover-v1-bottom {
    background-color: #78419b; }
    .cn-btn-purple-600.cn-btn-hover-v1-left:before, .cn-btn-purple-600.cn-btn-hover-v1-right:before, .cn-btn-purple-600.cn-btn-hover-v1-top:before, .cn-btn-purple-600.cn-btn-hover-v1-bottom:before {
      background-color: #8045a6;
      z-index: 1; }
  .cn-btn-purple-600[class*="cn-btn-hover-v2"] {
    background-color: #78419b; }

.cn-btn-outline-purple-600 {
  color: #78419b;
  background-color: transparent;
  background-image: none;
  border-color: #78419b !important; }
  .cn-btn-outline-purple-600:hover {
    color: #ffffff;
    background-color: #78419b;
    border-color: #78419b; }
  .cn-btn-outline-purple-600:focus, .cn-btn-outline-purple-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-600.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-600.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-600.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-600.cn-btn-hover-v1-bottom:before {
    background-color: #78419b; }

.cn-btn-purple-500 {
  background-color: #9053b7;
  color: #ffffff; }
  .cn-btn-purple-500:hover {
    color: #ffffff;
    background-color: #9c65bf;
    border-color: #975ebc; }
  .cn-btn-purple-500-h:hover {
    background-color: #9053b7 !important;
    color: #ffffff !important;
    border-color: #894ab1 !important; }
  .cn-btn-purple-500.cn-btn-hover-v1-left, .cn-btn-purple-500.cn-btn-hover-v1-right, .cn-btn-purple-500.cn-btn-hover-v1-top, .cn-btn-purple-500.cn-btn-hover-v1-bottom {
    background-color: #9053b7; }
    .cn-btn-purple-500.cn-btn-hover-v1-left:before, .cn-btn-purple-500.cn-btn-hover-v1-right:before, .cn-btn-purple-500.cn-btn-hover-v1-top:before, .cn-btn-purple-500.cn-btn-hover-v1-bottom:before {
      background-color: #975ebc;
      z-index: 1; }
  .cn-btn-purple-500[class*="cn-btn-hover-v2"] {
    background-color: #9053b7; }

.cn-btn-outline-purple-500 {
  color: #9053b7;
  background-color: transparent;
  background-image: none;
  border-color: #9053b7 !important; }
  .cn-btn-outline-purple-500:hover {
    color: #ffffff;
    background-color: #9053b7;
    border-color: #9053b7; }
  .cn-btn-outline-purple-500:focus, .cn-btn-outline-purple-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple-500.cn-btn-hover-v1-left:before, .cn-btn-outline-purple-500.cn-btn-hover-v1-right:before, .cn-btn-outline-purple-500.cn-btn-hover-v1-top:before, .cn-btn-outline-purple-500.cn-btn-hover-v1-bottom:before {
    background-color: #9053b7; }

.cn-btn-purple {
  background-color: #9053b7;
  color: #ffffff; }
  .cn-btn-purple:hover {
    color: #ffffff;
    background-color: #9c65bf;
    border-color: #975ebc; }
  .cn-btn-purple-h:hover {
    background-color: #9053b7 !important;
    color: #ffffff !important;
    border-color: #894ab1 !important; }
  .cn-btn-purple.cn-btn-hover-v1-left, .cn-btn-purple.cn-btn-hover-v1-right, .cn-btn-purple.cn-btn-hover-v1-top, .cn-btn-purple.cn-btn-hover-v1-bottom {
    background-color: #9053b7; }
    .cn-btn-purple.cn-btn-hover-v1-left:before, .cn-btn-purple.cn-btn-hover-v1-right:before, .cn-btn-purple.cn-btn-hover-v1-top:before, .cn-btn-purple.cn-btn-hover-v1-bottom:before {
      background-color: #975ebc;
      z-index: 1; }
  .cn-btn-purple[class*="cn-btn-hover-v2"] {
    background-color: #9053b7; }

.cn-btn-outline-purple {
  color: #9053b7;
  background-color: transparent;
  background-image: none;
  border-color: #9053b7 !important; }
  .cn-btn-outline-purple:hover {
    color: #ffffff;
    background-color: #9053b7;
    border-color: #9053b7; }
  .cn-btn-outline-purple:focus, .cn-btn-outline-purple.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-purple.cn-btn-hover-v1-left:before, .cn-btn-outline-purple.cn-btn-hover-v1-right:before, .cn-btn-outline-purple.cn-btn-hover-v1-top:before, .cn-btn-outline-purple.cn-btn-hover-v1-bottom:before {
    background-color: #9053b7; }

.cn-btn-pink-100 {
  background-color: #fce6f0;
  color: #212121; }
  .cn-btn-pink-100:hover {
    color: #212121;
    background-color: #fffdfe;
    border-color: #fef4f8; }
  .cn-btn-pink-100-h:hover {
    background-color: #fce6f0 !important;
    color: #212121 !important;
    border-color: #fbd8e8 !important; }
  .cn-btn-pink-100.cn-btn-hover-v1-left, .cn-btn-pink-100.cn-btn-hover-v1-right, .cn-btn-pink-100.cn-btn-hover-v1-top, .cn-btn-pink-100.cn-btn-hover-v1-bottom {
    background-color: #fce6f0; }
    .cn-btn-pink-100.cn-btn-hover-v1-left:before, .cn-btn-pink-100.cn-btn-hover-v1-right:before, .cn-btn-pink-100.cn-btn-hover-v1-top:before, .cn-btn-pink-100.cn-btn-hover-v1-bottom:before {
      background-color: #fef4f8;
      z-index: 1; }
  .cn-btn-pink-100[class*="cn-btn-hover-v2"] {
    background-color: #fce6f0; }

.cn-btn-outline-pink-100 {
  color: #fce6f0;
  background-color: transparent;
  background-image: none;
  border-color: #fce6f0 !important; }
  .cn-btn-outline-pink-100:hover {
    color: #212121;
    background-color: #fce6f0;
    border-color: #fce6f0; }
  .cn-btn-outline-pink-100:focus, .cn-btn-outline-pink-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-100.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-100.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-100.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-100.cn-btn-hover-v1-bottom:before {
    background-color: #fce6f0; }

.cn-btn-pink-900 {
  background-color: #680b35;
  color: #ffffff; }
  .cn-btn-pink-900:hover {
    color: #ffffff;
    background-color: #800d41;
    border-color: #760c3c; }
  .cn-btn-pink-900-h:hover {
    background-color: #680b35 !important;
    color: #ffffff !important;
    border-color: #5b092e !important; }
  .cn-btn-pink-900.cn-btn-hover-v1-left, .cn-btn-pink-900.cn-btn-hover-v1-right, .cn-btn-pink-900.cn-btn-hover-v1-top, .cn-btn-pink-900.cn-btn-hover-v1-bottom {
    background-color: #680b35; }
    .cn-btn-pink-900.cn-btn-hover-v1-left:before, .cn-btn-pink-900.cn-btn-hover-v1-right:before, .cn-btn-pink-900.cn-btn-hover-v1-top:before, .cn-btn-pink-900.cn-btn-hover-v1-bottom:before {
      background-color: #760c3c;
      z-index: 1; }
  .cn-btn-pink-900[class*="cn-btn-hover-v2"] {
    background-color: #680b35; }

.cn-btn-outline-pink-900 {
  color: #680b35;
  background-color: transparent;
  background-image: none;
  border-color: #680b35 !important; }
  .cn-btn-outline-pink-900:hover {
    color: #ffffff;
    background-color: #680b35;
    border-color: #680b35; }
  .cn-btn-outline-pink-900:focus, .cn-btn-outline-pink-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-900.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-900.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-900.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-900.cn-btn-hover-v1-bottom:before {
    background-color: #680b35; }

.cn-btn-pink-200 {
  background-color: #f8bdd7;
  color: #212121; }
  .cn-btn-pink-200:hover {
    color: #212121;
    background-color: #fad4e5;
    border-color: #facae0; }
  .cn-btn-pink-200-h:hover {
    background-color: #f8bdd7 !important;
    color: #212121 !important;
    border-color: #f7afcf !important; }
  .cn-btn-pink-200.cn-btn-hover-v1-left, .cn-btn-pink-200.cn-btn-hover-v1-right, .cn-btn-pink-200.cn-btn-hover-v1-top, .cn-btn-pink-200.cn-btn-hover-v1-bottom {
    background-color: #f8bdd7; }
    .cn-btn-pink-200.cn-btn-hover-v1-left:before, .cn-btn-pink-200.cn-btn-hover-v1-right:before, .cn-btn-pink-200.cn-btn-hover-v1-top:before, .cn-btn-pink-200.cn-btn-hover-v1-bottom:before {
      background-color: #facae0;
      z-index: 1; }
  .cn-btn-pink-200[class*="cn-btn-hover-v2"] {
    background-color: #f8bdd7; }

.cn-btn-outline-pink-200 {
  color: #f8bdd7;
  background-color: transparent;
  background-image: none;
  border-color: #f8bdd7 !important; }
  .cn-btn-outline-pink-200:hover {
    color: #212121;
    background-color: #f8bdd7;
    border-color: #f8bdd7; }
  .cn-btn-outline-pink-200:focus, .cn-btn-outline-pink-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-200.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-200.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-200.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-200.cn-btn-hover-v1-bottom:before {
    background-color: #f8bdd7; }

.cn-btn-pink-800 {
  background-color: #920f4a;
  color: #ffffff; }
  .cn-btn-pink-800:hover {
    color: #ffffff;
    background-color: #a91256;
    border-color: #a01151; }
  .cn-btn-pink-800-h:hover {
    background-color: #920f4a !important;
    color: #ffffff !important;
    border-color: #840e43 !important; }
  .cn-btn-pink-800.cn-btn-hover-v1-left, .cn-btn-pink-800.cn-btn-hover-v1-right, .cn-btn-pink-800.cn-btn-hover-v1-top, .cn-btn-pink-800.cn-btn-hover-v1-bottom {
    background-color: #920f4a; }
    .cn-btn-pink-800.cn-btn-hover-v1-left:before, .cn-btn-pink-800.cn-btn-hover-v1-right:before, .cn-btn-pink-800.cn-btn-hover-v1-top:before, .cn-btn-pink-800.cn-btn-hover-v1-bottom:before {
      background-color: #a01151;
      z-index: 1; }
  .cn-btn-pink-800[class*="cn-btn-hover-v2"] {
    background-color: #920f4a; }

.cn-btn-outline-pink-800 {
  color: #920f4a;
  background-color: transparent;
  background-image: none;
  border-color: #920f4a !important; }
  .cn-btn-outline-pink-800:hover {
    color: #ffffff;
    background-color: #920f4a;
    border-color: #920f4a; }
  .cn-btn-outline-pink-800:focus, .cn-btn-outline-pink-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-800.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-800.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-800.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-800.cn-btn-hover-v1-bottom:before {
    background-color: #920f4a; }

.cn-btn-pink-300 {
  background-color: #f493bf;
  color: #212121; }
  .cn-btn-pink-300:hover {
    color: #212121;
    background-color: #f6aacc;
    border-color: #f5a1c7; }
  .cn-btn-pink-300-h:hover {
    background-color: #f493bf !important;
    color: #212121 !important;
    border-color: #f285b6 !important; }
  .cn-btn-pink-300.cn-btn-hover-v1-left, .cn-btn-pink-300.cn-btn-hover-v1-right, .cn-btn-pink-300.cn-btn-hover-v1-top, .cn-btn-pink-300.cn-btn-hover-v1-bottom {
    background-color: #f493bf; }
    .cn-btn-pink-300.cn-btn-hover-v1-left:before, .cn-btn-pink-300.cn-btn-hover-v1-right:before, .cn-btn-pink-300.cn-btn-hover-v1-top:before, .cn-btn-pink-300.cn-btn-hover-v1-bottom:before {
      background-color: #f5a1c7;
      z-index: 1; }
  .cn-btn-pink-300[class*="cn-btn-hover-v2"] {
    background-color: #f493bf; }

.cn-btn-outline-pink-300 {
  color: #f493bf;
  background-color: transparent;
  background-image: none;
  border-color: #f493bf !important; }
  .cn-btn-outline-pink-300:hover {
    color: #212121;
    background-color: #f493bf;
    border-color: #f493bf; }
  .cn-btn-outline-pink-300:focus, .cn-btn-outline-pink-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-300.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-300.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-300.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-300.cn-btn-hover-v1-bottom:before {
    background-color: #f493bf; }

.cn-btn-pink-700 {
  background-color: #bc145f;
  color: #ffffff; }
  .cn-btn-pink-700:hover {
    color: #ffffff;
    background-color: #d3166b;
    border-color: #c91566; }
  .cn-btn-pink-700-h:hover {
    background-color: #bc145f !important;
    color: #ffffff !important;
    border-color: #ae1258 !important; }
  .cn-btn-pink-700.cn-btn-hover-v1-left, .cn-btn-pink-700.cn-btn-hover-v1-right, .cn-btn-pink-700.cn-btn-hover-v1-top, .cn-btn-pink-700.cn-btn-hover-v1-bottom {
    background-color: #bc145f; }
    .cn-btn-pink-700.cn-btn-hover-v1-left:before, .cn-btn-pink-700.cn-btn-hover-v1-right:before, .cn-btn-pink-700.cn-btn-hover-v1-top:before, .cn-btn-pink-700.cn-btn-hover-v1-bottom:before {
      background-color: #c91566;
      z-index: 1; }
  .cn-btn-pink-700[class*="cn-btn-hover-v2"] {
    background-color: #bc145f; }

.cn-btn-outline-pink-700 {
  color: #bc145f;
  background-color: transparent;
  background-image: none;
  border-color: #bc145f !important; }
  .cn-btn-outline-pink-700:hover {
    color: #ffffff;
    background-color: #bc145f;
    border-color: #bc145f; }
  .cn-btn-outline-pink-700:focus, .cn-btn-outline-pink-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-700.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-700.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-700.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-700.cn-btn-hover-v1-bottom:before {
    background-color: #bc145f; }

.cn-btn-pink-400 {
  background-color: #ef6aa6;
  color: #212121; }
  .cn-btn-pink-400:hover {
    color: #212121;
    background-color: #f281b4;
    border-color: #f177ae; }
  .cn-btn-pink-400-h:hover {
    background-color: #ef6aa6 !important;
    color: #212121 !important;
    border-color: #ee5c9e !important; }
  .cn-btn-pink-400.cn-btn-hover-v1-left, .cn-btn-pink-400.cn-btn-hover-v1-right, .cn-btn-pink-400.cn-btn-hover-v1-top, .cn-btn-pink-400.cn-btn-hover-v1-bottom {
    background-color: #ef6aa6; }
    .cn-btn-pink-400.cn-btn-hover-v1-left:before, .cn-btn-pink-400.cn-btn-hover-v1-right:before, .cn-btn-pink-400.cn-btn-hover-v1-top:before, .cn-btn-pink-400.cn-btn-hover-v1-bottom:before {
      background-color: #f177ae;
      z-index: 1; }
  .cn-btn-pink-400[class*="cn-btn-hover-v2"] {
    background-color: #ef6aa6; }

.cn-btn-outline-pink-400 {
  color: #ef6aa6;
  background-color: transparent;
  background-image: none;
  border-color: #ef6aa6 !important; }
  .cn-btn-outline-pink-400:hover {
    color: #212121;
    background-color: #ef6aa6;
    border-color: #ef6aa6; }
  .cn-btn-outline-pink-400:focus, .cn-btn-outline-pink-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-400.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-400.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-400.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-400.cn-btn-hover-v1-bottom:before {
    background-color: #ef6aa6; }

.cn-btn-pink-600 {
  background-color: #e51874;
  color: #ffffff; }
  .cn-btn-pink-600:hover {
    color: #ffffff;
    background-color: #e92e82;
    border-color: #e8247c; }
  .cn-btn-pink-600-h:hover {
    background-color: #e51874 !important;
    color: #ffffff !important;
    border-color: #d7176d !important; }
  .cn-btn-pink-600.cn-btn-hover-v1-left, .cn-btn-pink-600.cn-btn-hover-v1-right, .cn-btn-pink-600.cn-btn-hover-v1-top, .cn-btn-pink-600.cn-btn-hover-v1-bottom {
    background-color: #e51874; }
    .cn-btn-pink-600.cn-btn-hover-v1-left:before, .cn-btn-pink-600.cn-btn-hover-v1-right:before, .cn-btn-pink-600.cn-btn-hover-v1-top:before, .cn-btn-pink-600.cn-btn-hover-v1-bottom:before {
      background-color: #e8247c;
      z-index: 1; }
  .cn-btn-pink-600[class*="cn-btn-hover-v2"] {
    background-color: #e51874; }

.cn-btn-outline-pink-600 {
  color: #e51874;
  background-color: transparent;
  background-image: none;
  border-color: #e51874 !important; }
  .cn-btn-outline-pink-600:hover {
    color: #ffffff;
    background-color: #e51874;
    border-color: #e51874; }
  .cn-btn-outline-pink-600:focus, .cn-btn-outline-pink-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-600.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-600.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-600.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-600.cn-btn-hover-v1-bottom:before {
    background-color: #e51874; }

.cn-btn-pink-500 {
  background-color: #eb408d;
  color: #ffffff; }
  .cn-btn-pink-500:hover {
    color: #ffffff;
    background-color: #ed579b;
    border-color: #ec4e95; }
  .cn-btn-pink-500-h:hover {
    background-color: #eb408d !important;
    color: #ffffff !important;
    border-color: #ea3285 !important; }
  .cn-btn-pink-500.cn-btn-hover-v1-left, .cn-btn-pink-500.cn-btn-hover-v1-right, .cn-btn-pink-500.cn-btn-hover-v1-top, .cn-btn-pink-500.cn-btn-hover-v1-bottom {
    background-color: #eb408d; }
    .cn-btn-pink-500.cn-btn-hover-v1-left:before, .cn-btn-pink-500.cn-btn-hover-v1-right:before, .cn-btn-pink-500.cn-btn-hover-v1-top:before, .cn-btn-pink-500.cn-btn-hover-v1-bottom:before {
      background-color: #ec4e95;
      z-index: 1; }
  .cn-btn-pink-500[class*="cn-btn-hover-v2"] {
    background-color: #eb408d; }

.cn-btn-outline-pink-500 {
  color: #eb408d;
  background-color: transparent;
  background-image: none;
  border-color: #eb408d !important; }
  .cn-btn-outline-pink-500:hover {
    color: #ffffff;
    background-color: #eb408d;
    border-color: #eb408d; }
  .cn-btn-outline-pink-500:focus, .cn-btn-outline-pink-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink-500.cn-btn-hover-v1-left:before, .cn-btn-outline-pink-500.cn-btn-hover-v1-right:before, .cn-btn-outline-pink-500.cn-btn-hover-v1-top:before, .cn-btn-outline-pink-500.cn-btn-hover-v1-bottom:before {
    background-color: #eb408d; }

.cn-btn-pink {
  background-color: #eb408d;
  color: #ffffff; }
  .cn-btn-pink:hover {
    color: #ffffff;
    background-color: #ed579b;
    border-color: #ec4e95; }
  .cn-btn-pink-h:hover {
    background-color: #eb408d !important;
    color: #ffffff !important;
    border-color: #ea3285 !important; }
  .cn-btn-pink.cn-btn-hover-v1-left, .cn-btn-pink.cn-btn-hover-v1-right, .cn-btn-pink.cn-btn-hover-v1-top, .cn-btn-pink.cn-btn-hover-v1-bottom {
    background-color: #eb408d; }
    .cn-btn-pink.cn-btn-hover-v1-left:before, .cn-btn-pink.cn-btn-hover-v1-right:before, .cn-btn-pink.cn-btn-hover-v1-top:before, .cn-btn-pink.cn-btn-hover-v1-bottom:before {
      background-color: #ec4e95;
      z-index: 1; }
  .cn-btn-pink[class*="cn-btn-hover-v2"] {
    background-color: #eb408d; }

.cn-btn-outline-pink {
  color: #eb408d;
  background-color: transparent;
  background-image: none;
  border-color: #eb408d !important; }
  .cn-btn-outline-pink:hover {
    color: #ffffff;
    background-color: #eb408d;
    border-color: #eb408d; }
  .cn-btn-outline-pink:focus, .cn-btn-outline-pink.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-pink.cn-btn-hover-v1-left:before, .cn-btn-outline-pink.cn-btn-hover-v1-right:before, .cn-btn-outline-pink.cn-btn-hover-v1-top:before, .cn-btn-outline-pink.cn-btn-hover-v1-bottom:before {
    background-color: #eb408d; }

.cn-btn-red-100 {
  background-color: #fbd2d3;
  color: #212121; }
  .cn-btn-red-100:hover {
    color: #212121;
    background-color: #fde9ea;
    border-color: #fce0e1; }
  .cn-btn-red-100-h:hover {
    background-color: #fbd2d3 !important;
    color: #212121 !important;
    border-color: #f9c4c5 !important; }
  .cn-btn-red-100.cn-btn-hover-v1-left, .cn-btn-red-100.cn-btn-hover-v1-right, .cn-btn-red-100.cn-btn-hover-v1-top, .cn-btn-red-100.cn-btn-hover-v1-bottom {
    background-color: #fbd2d3; }
    .cn-btn-red-100.cn-btn-hover-v1-left:before, .cn-btn-red-100.cn-btn-hover-v1-right:before, .cn-btn-red-100.cn-btn-hover-v1-top:before, .cn-btn-red-100.cn-btn-hover-v1-bottom:before {
      background-color: #fce0e1;
      z-index: 1; }
  .cn-btn-red-100[class*="cn-btn-hover-v2"] {
    background-color: #fbd2d3; }

.cn-btn-outline-red-100 {
  color: #fbd2d3;
  background-color: transparent;
  background-image: none;
  border-color: #fbd2d3 !important; }
  .cn-btn-outline-red-100:hover {
    color: #212121;
    background-color: #fbd2d3;
    border-color: #fbd2d3; }
  .cn-btn-outline-red-100:focus, .cn-btn-outline-red-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-100.cn-btn-hover-v1-left:before, .cn-btn-outline-red-100.cn-btn-hover-v1-right:before, .cn-btn-outline-red-100.cn-btn-hover-v1-top:before, .cn-btn-outline-red-100.cn-btn-hover-v1-bottom:before {
    background-color: #fbd2d3; }

.cn-btn-red-900 {
  background-color: #55080a;
  color: #ffffff; }
  .cn-btn-red-900:hover {
    color: #ffffff;
    background-color: #6d0a0d;
    border-color: #63090c; }
  .cn-btn-red-900-h:hover {
    background-color: #55080a !important;
    color: #ffffff !important;
    border-color: #470708 !important; }
  .cn-btn-red-900.cn-btn-hover-v1-left, .cn-btn-red-900.cn-btn-hover-v1-right, .cn-btn-red-900.cn-btn-hover-v1-top, .cn-btn-red-900.cn-btn-hover-v1-bottom {
    background-color: #55080a; }
    .cn-btn-red-900.cn-btn-hover-v1-left:before, .cn-btn-red-900.cn-btn-hover-v1-right:before, .cn-btn-red-900.cn-btn-hover-v1-top:before, .cn-btn-red-900.cn-btn-hover-v1-bottom:before {
      background-color: #63090c;
      z-index: 1; }
  .cn-btn-red-900[class*="cn-btn-hover-v2"] {
    background-color: #55080a; }

.cn-btn-outline-red-900 {
  color: #55080a;
  background-color: transparent;
  background-image: none;
  border-color: #55080a !important; }
  .cn-btn-outline-red-900:hover {
    color: #ffffff;
    background-color: #55080a;
    border-color: #55080a; }
  .cn-btn-outline-red-900:focus, .cn-btn-outline-red-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-900.cn-btn-hover-v1-left:before, .cn-btn-outline-red-900.cn-btn-hover-v1-right:before, .cn-btn-outline-red-900.cn-btn-hover-v1-top:before, .cn-btn-outline-red-900.cn-btn-hover-v1-bottom:before {
    background-color: #55080a; }

.cn-btn-red-200 {
  background-color: #f7a8aa;
  color: #212121; }
  .cn-btn-red-200:hover {
    color: #212121;
    background-color: #f9bfc1;
    border-color: #f8b6b8; }
  .cn-btn-red-200-h:hover {
    background-color: #f7a8aa !important;
    color: #212121 !important;
    border-color: #f69a9c !important; }
  .cn-btn-red-200.cn-btn-hover-v1-left, .cn-btn-red-200.cn-btn-hover-v1-right, .cn-btn-red-200.cn-btn-hover-v1-top, .cn-btn-red-200.cn-btn-hover-v1-bottom {
    background-color: #f7a8aa; }
    .cn-btn-red-200.cn-btn-hover-v1-left:before, .cn-btn-red-200.cn-btn-hover-v1-right:before, .cn-btn-red-200.cn-btn-hover-v1-top:before, .cn-btn-red-200.cn-btn-hover-v1-bottom:before {
      background-color: #f8b6b8;
      z-index: 1; }
  .cn-btn-red-200[class*="cn-btn-hover-v2"] {
    background-color: #f7a8aa; }

.cn-btn-outline-red-200 {
  color: #f7a8aa;
  background-color: transparent;
  background-image: none;
  border-color: #f7a8aa !important; }
  .cn-btn-outline-red-200:hover {
    color: #212121;
    background-color: #f7a8aa;
    border-color: #f7a8aa; }
  .cn-btn-outline-red-200:focus, .cn-btn-outline-red-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-200.cn-btn-hover-v1-left:before, .cn-btn-outline-red-200.cn-btn-hover-v1-right:before, .cn-btn-outline-red-200.cn-btn-hover-v1-top:before, .cn-btn-outline-red-200.cn-btn-hover-v1-bottom:before {
    background-color: #f7a8aa; }

.cn-btn-red-800 {
  background-color: #7f0c0f;
  color: #ffffff; }
  .cn-btn-red-800:hover {
    color: #ffffff;
    background-color: #970e12;
    border-color: #8d0d11; }
  .cn-btn-red-800-h:hover {
    background-color: #7f0c0f !important;
    color: #ffffff !important;
    border-color: #710b0d !important; }
  .cn-btn-red-800.cn-btn-hover-v1-left, .cn-btn-red-800.cn-btn-hover-v1-right, .cn-btn-red-800.cn-btn-hover-v1-top, .cn-btn-red-800.cn-btn-hover-v1-bottom {
    background-color: #7f0c0f; }
    .cn-btn-red-800.cn-btn-hover-v1-left:before, .cn-btn-red-800.cn-btn-hover-v1-right:before, .cn-btn-red-800.cn-btn-hover-v1-top:before, .cn-btn-red-800.cn-btn-hover-v1-bottom:before {
      background-color: #8d0d11;
      z-index: 1; }
  .cn-btn-red-800[class*="cn-btn-hover-v2"] {
    background-color: #7f0c0f; }

.cn-btn-outline-red-800 {
  color: #7f0c0f;
  background-color: transparent;
  background-image: none;
  border-color: #7f0c0f !important; }
  .cn-btn-outline-red-800:hover {
    color: #ffffff;
    background-color: #7f0c0f;
    border-color: #7f0c0f; }
  .cn-btn-outline-red-800:focus, .cn-btn-outline-red-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-800.cn-btn-hover-v1-left:before, .cn-btn-outline-red-800.cn-btn-hover-v1-right:before, .cn-btn-outline-red-800.cn-btn-hover-v1-top:before, .cn-btn-outline-red-800.cn-btn-hover-v1-bottom:before {
    background-color: #7f0c0f; }

.cn-btn-red-300 {
  background-color: #f37e81;
  color: #212121; }
  .cn-btn-red-300:hover {
    color: #212121;
    background-color: #f59598;
    border-color: #f48c8f; }
  .cn-btn-red-300-h:hover {
    background-color: #f37e81 !important;
    color: #212121 !important;
    border-color: #f27073 !important; }
  .cn-btn-red-300.cn-btn-hover-v1-left, .cn-btn-red-300.cn-btn-hover-v1-right, .cn-btn-red-300.cn-btn-hover-v1-top, .cn-btn-red-300.cn-btn-hover-v1-bottom {
    background-color: #f37e81; }
    .cn-btn-red-300.cn-btn-hover-v1-left:before, .cn-btn-red-300.cn-btn-hover-v1-right:before, .cn-btn-red-300.cn-btn-hover-v1-top:before, .cn-btn-red-300.cn-btn-hover-v1-bottom:before {
      background-color: #f48c8f;
      z-index: 1; }
  .cn-btn-red-300[class*="cn-btn-hover-v2"] {
    background-color: #f37e81; }

.cn-btn-outline-red-300 {
  color: #f37e81;
  background-color: transparent;
  background-image: none;
  border-color: #f37e81 !important; }
  .cn-btn-outline-red-300:hover {
    color: #212121;
    background-color: #f37e81;
    border-color: #f37e81; }
  .cn-btn-outline-red-300:focus, .cn-btn-outline-red-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-300.cn-btn-hover-v1-left:before, .cn-btn-outline-red-300.cn-btn-hover-v1-right:before, .cn-btn-outline-red-300.cn-btn-hover-v1-top:before, .cn-btn-outline-red-300.cn-btn-hover-v1-bottom:before {
    background-color: #f37e81; }

.cn-btn-red-700 {
  background-color: #a91014;
  color: #ffffff; }
  .cn-btn-red-700:hover {
    color: #ffffff;
    background-color: #c11217;
    border-color: #b71116; }
  .cn-btn-red-700-h:hover {
    background-color: #a91014 !important;
    color: #ffffff !important;
    border-color: #9b0f12 !important; }
  .cn-btn-red-700.cn-btn-hover-v1-left, .cn-btn-red-700.cn-btn-hover-v1-right, .cn-btn-red-700.cn-btn-hover-v1-top, .cn-btn-red-700.cn-btn-hover-v1-bottom {
    background-color: #a91014; }
    .cn-btn-red-700.cn-btn-hover-v1-left:before, .cn-btn-red-700.cn-btn-hover-v1-right:before, .cn-btn-red-700.cn-btn-hover-v1-top:before, .cn-btn-red-700.cn-btn-hover-v1-bottom:before {
      background-color: #b71116;
      z-index: 1; }
  .cn-btn-red-700[class*="cn-btn-hover-v2"] {
    background-color: #a91014; }

.cn-btn-outline-red-700 {
  color: #a91014;
  background-color: transparent;
  background-image: none;
  border-color: #a91014 !important; }
  .cn-btn-outline-red-700:hover {
    color: #ffffff;
    background-color: #a91014;
    border-color: #a91014; }
  .cn-btn-outline-red-700:focus, .cn-btn-outline-red-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-700.cn-btn-hover-v1-left:before, .cn-btn-outline-red-700.cn-btn-hover-v1-right:before, .cn-btn-outline-red-700.cn-btn-hover-v1-top:before, .cn-btn-outline-red-700.cn-btn-hover-v1-bottom:before {
    background-color: #a91014; }

.cn-btn-red-400 {
  background-color: #ef5458;
  color: #ffffff; }
  .cn-btn-red-400:hover {
    color: #ffffff;
    background-color: #f16b6f;
    border-color: #f06266; }
  .cn-btn-red-400-h:hover {
    background-color: #ef5458 !important;
    color: #ffffff !important;
    border-color: #ee464a !important; }
  .cn-btn-red-400.cn-btn-hover-v1-left, .cn-btn-red-400.cn-btn-hover-v1-right, .cn-btn-red-400.cn-btn-hover-v1-top, .cn-btn-red-400.cn-btn-hover-v1-bottom {
    background-color: #ef5458; }
    .cn-btn-red-400.cn-btn-hover-v1-left:before, .cn-btn-red-400.cn-btn-hover-v1-right:before, .cn-btn-red-400.cn-btn-hover-v1-top:before, .cn-btn-red-400.cn-btn-hover-v1-bottom:before {
      background-color: #f06266;
      z-index: 1; }
  .cn-btn-red-400[class*="cn-btn-hover-v2"] {
    background-color: #ef5458; }

.cn-btn-outline-red-400 {
  color: #ef5458;
  background-color: transparent;
  background-image: none;
  border-color: #ef5458 !important; }
  .cn-btn-outline-red-400:hover {
    color: #ffffff;
    background-color: #ef5458;
    border-color: #ef5458; }
  .cn-btn-outline-red-400:focus, .cn-btn-outline-red-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-400.cn-btn-hover-v1-left:before, .cn-btn-outline-red-400.cn-btn-hover-v1-right:before, .cn-btn-outline-red-400.cn-btn-hover-v1-top:before, .cn-btn-outline-red-400.cn-btn-hover-v1-bottom:before {
    background-color: #ef5458; }

.cn-btn-red-600 {
  background-color: #d31419;
  color: #ffffff; }
  .cn-btn-red-600:hover {
    color: #ffffff;
    background-color: #e9171d;
    border-color: #e1151a; }
  .cn-btn-red-600-h:hover {
    background-color: #d31419 !important;
    color: #ffffff !important;
    border-color: #c51317 !important; }
  .cn-btn-red-600.cn-btn-hover-v1-left, .cn-btn-red-600.cn-btn-hover-v1-right, .cn-btn-red-600.cn-btn-hover-v1-top, .cn-btn-red-600.cn-btn-hover-v1-bottom {
    background-color: #d31419; }
    .cn-btn-red-600.cn-btn-hover-v1-left:before, .cn-btn-red-600.cn-btn-hover-v1-right:before, .cn-btn-red-600.cn-btn-hover-v1-top:before, .cn-btn-red-600.cn-btn-hover-v1-bottom:before {
      background-color: #e1151a;
      z-index: 1; }
  .cn-btn-red-600[class*="cn-btn-hover-v2"] {
    background-color: #d31419; }

.cn-btn-outline-red-600 {
  color: #d31419;
  background-color: transparent;
  background-image: none;
  border-color: #d31419 !important; }
  .cn-btn-outline-red-600:hover {
    color: #ffffff;
    background-color: #d31419;
    border-color: #d31419; }
  .cn-btn-outline-red-600:focus, .cn-btn-outline-red-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-600.cn-btn-hover-v1-left:before, .cn-btn-outline-red-600.cn-btn-hover-v1-right:before, .cn-btn-outline-red-600.cn-btn-hover-v1-top:before, .cn-btn-outline-red-600.cn-btn-hover-v1-bottom:before {
    background-color: #d31419; }

.cn-btn-red-500 {
  background-color: #eb2a2f;
  color: #ffffff; }
  .cn-btn-red-500:hover {
    color: #ffffff;
    background-color: #ed4146;
    border-color: #ec383d; }
  .cn-btn-red-500-h:hover {
    background-color: #eb2a2f !important;
    color: #ffffff !important;
    border-color: #ea1c21 !important; }
  .cn-btn-red-500.cn-btn-hover-v1-left, .cn-btn-red-500.cn-btn-hover-v1-right, .cn-btn-red-500.cn-btn-hover-v1-top, .cn-btn-red-500.cn-btn-hover-v1-bottom {
    background-color: #eb2a2f; }
    .cn-btn-red-500.cn-btn-hover-v1-left:before, .cn-btn-red-500.cn-btn-hover-v1-right:before, .cn-btn-red-500.cn-btn-hover-v1-top:before, .cn-btn-red-500.cn-btn-hover-v1-bottom:before {
      background-color: #ec383d;
      z-index: 1; }
  .cn-btn-red-500[class*="cn-btn-hover-v2"] {
    background-color: #eb2a2f; }

.cn-btn-outline-red-500 {
  color: #eb2a2f;
  background-color: transparent;
  background-image: none;
  border-color: #eb2a2f !important; }
  .cn-btn-outline-red-500:hover {
    color: #ffffff;
    background-color: #eb2a2f;
    border-color: #eb2a2f; }
  .cn-btn-outline-red-500:focus, .cn-btn-outline-red-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red-500.cn-btn-hover-v1-left:before, .cn-btn-outline-red-500.cn-btn-hover-v1-right:before, .cn-btn-outline-red-500.cn-btn-hover-v1-top:before, .cn-btn-outline-red-500.cn-btn-hover-v1-bottom:before {
    background-color: #eb2a2f; }

.cn-btn-red {
  background-color: #eb2a2f;
  color: #ffffff; }
  .cn-btn-red:hover {
    color: #ffffff;
    background-color: #ed4146;
    border-color: #ec383d; }
  .cn-btn-red-h:hover {
    background-color: #eb2a2f !important;
    color: #ffffff !important;
    border-color: #ea1c21 !important; }
  .cn-btn-red.cn-btn-hover-v1-left, .cn-btn-red.cn-btn-hover-v1-right, .cn-btn-red.cn-btn-hover-v1-top, .cn-btn-red.cn-btn-hover-v1-bottom {
    background-color: #eb2a2f; }
    .cn-btn-red.cn-btn-hover-v1-left:before, .cn-btn-red.cn-btn-hover-v1-right:before, .cn-btn-red.cn-btn-hover-v1-top:before, .cn-btn-red.cn-btn-hover-v1-bottom:before {
      background-color: #ec383d;
      z-index: 1; }
  .cn-btn-red[class*="cn-btn-hover-v2"] {
    background-color: #eb2a2f; }

.cn-btn-outline-red {
  color: #eb2a2f;
  background-color: transparent;
  background-image: none;
  border-color: #eb2a2f !important; }
  .cn-btn-outline-red:hover {
    color: #ffffff;
    background-color: #eb2a2f;
    border-color: #eb2a2f; }
  .cn-btn-outline-red:focus, .cn-btn-outline-red.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-red.cn-btn-hover-v1-left:before, .cn-btn-outline-red.cn-btn-hover-v1-right:before, .cn-btn-outline-red.cn-btn-hover-v1-top:before, .cn-btn-outline-red.cn-btn-hover-v1-bottom:before {
    background-color: #eb2a2f; }

.cn-btn-orange-100 {
  background-color: #ffe2b8;
  color: #212121; }
  .cn-btn-orange-100:hover {
    color: #212121;
    background-color: #ffecd1;
    border-color: #ffe8c7; }
  .cn-btn-orange-100-h:hover {
    background-color: #ffe2b8 !important;
    color: #212121 !important;
    border-color: #ffdca8 !important; }
  .cn-btn-orange-100.cn-btn-hover-v1-left, .cn-btn-orange-100.cn-btn-hover-v1-right, .cn-btn-orange-100.cn-btn-hover-v1-top, .cn-btn-orange-100.cn-btn-hover-v1-bottom {
    background-color: #ffe2b8; }
    .cn-btn-orange-100.cn-btn-hover-v1-left:before, .cn-btn-orange-100.cn-btn-hover-v1-right:before, .cn-btn-orange-100.cn-btn-hover-v1-top:before, .cn-btn-orange-100.cn-btn-hover-v1-bottom:before {
      background-color: #ffe8c7;
      z-index: 1; }
  .cn-btn-orange-100[class*="cn-btn-hover-v2"] {
    background-color: #ffe2b8; }

.cn-btn-outline-orange-100 {
  color: #ffe2b8;
  background-color: transparent;
  background-image: none;
  border-color: #ffe2b8 !important; }
  .cn-btn-outline-orange-100:hover {
    color: #212121;
    background-color: #ffe2b8;
    border-color: #ffe2b8; }
  .cn-btn-outline-orange-100:focus, .cn-btn-outline-orange-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-100.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-100.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-100.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-100.cn-btn-hover-v1-bottom:before {
    background-color: #ffe2b8; }

.cn-btn-orange-900 {
  background-color: #472b00;
  color: #ffffff; }
  .cn-btn-orange-900:hover {
    color: #ffffff;
    background-color: #613a00;
    border-color: #573400; }
  .cn-btn-orange-900-h:hover {
    background-color: #472b00 !important;
    color: #ffffff !important;
    border-color: #382100 !important; }
  .cn-btn-orange-900.cn-btn-hover-v1-left, .cn-btn-orange-900.cn-btn-hover-v1-right, .cn-btn-orange-900.cn-btn-hover-v1-top, .cn-btn-orange-900.cn-btn-hover-v1-bottom {
    background-color: #472b00; }
    .cn-btn-orange-900.cn-btn-hover-v1-left:before, .cn-btn-orange-900.cn-btn-hover-v1-right:before, .cn-btn-orange-900.cn-btn-hover-v1-top:before, .cn-btn-orange-900.cn-btn-hover-v1-bottom:before {
      background-color: #573400;
      z-index: 1; }
  .cn-btn-orange-900[class*="cn-btn-hover-v2"] {
    background-color: #472b00; }

.cn-btn-outline-orange-900 {
  color: #472b00;
  background-color: transparent;
  background-image: none;
  border-color: #472b00 !important; }
  .cn-btn-outline-orange-900:hover {
    color: #ffffff;
    background-color: #472b00;
    border-color: #472b00; }
  .cn-btn-outline-orange-900:focus, .cn-btn-outline-orange-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-900.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-900.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-900.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-900.cn-btn-hover-v1-bottom:before {
    background-color: #472b00; }

.cn-btn-orange-200 {
  background-color: #ffd08a;
  color: #212121; }
  .cn-btn-orange-200:hover {
    color: #212121;
    background-color: #ffdaa3;
    border-color: #ffd699; }
  .cn-btn-orange-200-h:hover {
    background-color: #ffd08a !important;
    color: #212121 !important;
    border-color: #ffc97a !important; }
  .cn-btn-orange-200.cn-btn-hover-v1-left, .cn-btn-orange-200.cn-btn-hover-v1-right, .cn-btn-orange-200.cn-btn-hover-v1-top, .cn-btn-orange-200.cn-btn-hover-v1-bottom {
    background-color: #ffd08a; }
    .cn-btn-orange-200.cn-btn-hover-v1-left:before, .cn-btn-orange-200.cn-btn-hover-v1-right:before, .cn-btn-orange-200.cn-btn-hover-v1-top:before, .cn-btn-orange-200.cn-btn-hover-v1-bottom:before {
      background-color: #ffd699;
      z-index: 1; }
  .cn-btn-orange-200[class*="cn-btn-hover-v2"] {
    background-color: #ffd08a; }

.cn-btn-outline-orange-200 {
  color: #ffd08a;
  background-color: transparent;
  background-image: none;
  border-color: #ffd08a !important; }
  .cn-btn-outline-orange-200:hover {
    color: #212121;
    background-color: #ffd08a;
    border-color: #ffd08a; }
  .cn-btn-outline-orange-200:focus, .cn-btn-outline-orange-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-200.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-200.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-200.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-200.cn-btn-hover-v1-bottom:before {
    background-color: #ffd08a; }

.cn-btn-orange-800 {
  background-color: #754600;
  color: #ffffff; }
  .cn-btn-orange-800:hover {
    color: #ffffff;
    background-color: #8f5500;
    border-color: #854f00; }
  .cn-btn-orange-800-h:hover {
    background-color: #754600 !important;
    color: #ffffff !important;
    border-color: #663d00 !important; }
  .cn-btn-orange-800.cn-btn-hover-v1-left, .cn-btn-orange-800.cn-btn-hover-v1-right, .cn-btn-orange-800.cn-btn-hover-v1-top, .cn-btn-orange-800.cn-btn-hover-v1-bottom {
    background-color: #754600; }
    .cn-btn-orange-800.cn-btn-hover-v1-left:before, .cn-btn-orange-800.cn-btn-hover-v1-right:before, .cn-btn-orange-800.cn-btn-hover-v1-top:before, .cn-btn-orange-800.cn-btn-hover-v1-bottom:before {
      background-color: #854f00;
      z-index: 1; }
  .cn-btn-orange-800[class*="cn-btn-hover-v2"] {
    background-color: #754600; }

.cn-btn-outline-orange-800 {
  color: #754600;
  background-color: transparent;
  background-image: none;
  border-color: #754600 !important; }
  .cn-btn-outline-orange-800:hover {
    color: #ffffff;
    background-color: #754600;
    border-color: #754600; }
  .cn-btn-outline-orange-800:focus, .cn-btn-outline-orange-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-800.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-800.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-800.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-800.cn-btn-hover-v1-bottom:before {
    background-color: #754600; }

.cn-btn-orange-300 {
  background-color: #ffbd5c;
  color: #212121; }
  .cn-btn-orange-300:hover {
    color: #212121;
    background-color: #ffc775;
    border-color: #ffc36b; }
  .cn-btn-orange-300-h:hover {
    background-color: #ffbd5c !important;
    color: #212121 !important;
    border-color: #ffb74d !important; }
  .cn-btn-orange-300.cn-btn-hover-v1-left, .cn-btn-orange-300.cn-btn-hover-v1-right, .cn-btn-orange-300.cn-btn-hover-v1-top, .cn-btn-orange-300.cn-btn-hover-v1-bottom {
    background-color: #ffbd5c; }
    .cn-btn-orange-300.cn-btn-hover-v1-left:before, .cn-btn-orange-300.cn-btn-hover-v1-right:before, .cn-btn-orange-300.cn-btn-hover-v1-top:before, .cn-btn-orange-300.cn-btn-hover-v1-bottom:before {
      background-color: #ffc36b;
      z-index: 1; }
  .cn-btn-orange-300[class*="cn-btn-hover-v2"] {
    background-color: #ffbd5c; }

.cn-btn-outline-orange-300 {
  color: #ffbd5c;
  background-color: transparent;
  background-image: none;
  border-color: #ffbd5c !important; }
  .cn-btn-outline-orange-300:hover {
    color: #212121;
    background-color: #ffbd5c;
    border-color: #ffbd5c; }
  .cn-btn-outline-orange-300:focus, .cn-btn-outline-orange-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-300.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-300.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-300.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-300.cn-btn-hover-v1-bottom:before {
    background-color: #ffbd5c; }

.cn-btn-orange-700 {
  background-color: #a36100;
  color: #ffffff; }
  .cn-btn-orange-700:hover {
    color: #ffffff;
    background-color: #bd7000;
    border-color: #b36a00; }
  .cn-btn-orange-700-h:hover {
    background-color: #a36100 !important;
    color: #ffffff !important;
    border-color: #945800 !important; }
  .cn-btn-orange-700.cn-btn-hover-v1-left, .cn-btn-orange-700.cn-btn-hover-v1-right, .cn-btn-orange-700.cn-btn-hover-v1-top, .cn-btn-orange-700.cn-btn-hover-v1-bottom {
    background-color: #a36100; }
    .cn-btn-orange-700.cn-btn-hover-v1-left:before, .cn-btn-orange-700.cn-btn-hover-v1-right:before, .cn-btn-orange-700.cn-btn-hover-v1-top:before, .cn-btn-orange-700.cn-btn-hover-v1-bottom:before {
      background-color: #b36a00;
      z-index: 1; }
  .cn-btn-orange-700[class*="cn-btn-hover-v2"] {
    background-color: #a36100; }

.cn-btn-outline-orange-700 {
  color: #a36100;
  background-color: transparent;
  background-image: none;
  border-color: #a36100 !important; }
  .cn-btn-outline-orange-700:hover {
    color: #ffffff;
    background-color: #a36100;
    border-color: #a36100; }
  .cn-btn-outline-orange-700:focus, .cn-btn-outline-orange-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-700.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-700.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-700.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-700.cn-btn-hover-v1-bottom:before {
    background-color: #a36100; }

.cn-btn-orange-400 {
  background-color: #ffab2e;
  color: #212121; }
  .cn-btn-orange-400:hover {
    color: #212121;
    background-color: #ffb547;
    border-color: #ffb13d; }
  .cn-btn-orange-400-h:hover {
    background-color: #ffab2e !important;
    color: #212121 !important;
    border-color: #ffa41f !important; }
  .cn-btn-orange-400.cn-btn-hover-v1-left, .cn-btn-orange-400.cn-btn-hover-v1-right, .cn-btn-orange-400.cn-btn-hover-v1-top, .cn-btn-orange-400.cn-btn-hover-v1-bottom {
    background-color: #ffab2e; }
    .cn-btn-orange-400.cn-btn-hover-v1-left:before, .cn-btn-orange-400.cn-btn-hover-v1-right:before, .cn-btn-orange-400.cn-btn-hover-v1-top:before, .cn-btn-orange-400.cn-btn-hover-v1-bottom:before {
      background-color: #ffb13d;
      z-index: 1; }
  .cn-btn-orange-400[class*="cn-btn-hover-v2"] {
    background-color: #ffab2e; }

.cn-btn-outline-orange-400 {
  color: #ffab2e;
  background-color: transparent;
  background-image: none;
  border-color: #ffab2e !important; }
  .cn-btn-outline-orange-400:hover {
    color: #212121;
    background-color: #ffab2e;
    border-color: #ffab2e; }
  .cn-btn-outline-orange-400:focus, .cn-btn-outline-orange-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-400.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-400.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-400.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-400.cn-btn-hover-v1-bottom:before {
    background-color: #ffab2e; }

.cn-btn-orange-600 {
  background-color: #d17d00;
  color: #ffffff; }
  .cn-btn-orange-600:hover {
    color: #ffffff;
    background-color: #eb8c00;
    border-color: #e08600; }
  .cn-btn-orange-600-h:hover {
    background-color: #d17d00 !important;
    color: #ffffff !important;
    border-color: #c27400 !important; }
  .cn-btn-orange-600.cn-btn-hover-v1-left, .cn-btn-orange-600.cn-btn-hover-v1-right, .cn-btn-orange-600.cn-btn-hover-v1-top, .cn-btn-orange-600.cn-btn-hover-v1-bottom {
    background-color: #d17d00; }
    .cn-btn-orange-600.cn-btn-hover-v1-left:before, .cn-btn-orange-600.cn-btn-hover-v1-right:before, .cn-btn-orange-600.cn-btn-hover-v1-top:before, .cn-btn-orange-600.cn-btn-hover-v1-bottom:before {
      background-color: #e08600;
      z-index: 1; }
  .cn-btn-orange-600[class*="cn-btn-hover-v2"] {
    background-color: #d17d00; }

.cn-btn-outline-orange-600 {
  color: #d17d00;
  background-color: transparent;
  background-image: none;
  border-color: #d17d00 !important; }
  .cn-btn-outline-orange-600:hover {
    color: #ffffff;
    background-color: #d17d00;
    border-color: #d17d00; }
  .cn-btn-outline-orange-600:focus, .cn-btn-outline-orange-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-600.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-600.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-600.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-600.cn-btn-hover-v1-bottom:before {
    background-color: #d17d00; }

.cn-btn-orange-500 {
  background-color: #FF9800;
  color: #212121; }
  .cn-btn-orange-500:hover {
    color: #212121;
    background-color: #ffa21a;
    border-color: #ff9e0f; }
  .cn-btn-orange-500-h:hover {
    background-color: #FF9800 !important;
    color: #212121 !important;
    border-color: #f08f00 !important; }
  .cn-btn-orange-500.cn-btn-hover-v1-left, .cn-btn-orange-500.cn-btn-hover-v1-right, .cn-btn-orange-500.cn-btn-hover-v1-top, .cn-btn-orange-500.cn-btn-hover-v1-bottom {
    background-color: #FF9800; }
    .cn-btn-orange-500.cn-btn-hover-v1-left:before, .cn-btn-orange-500.cn-btn-hover-v1-right:before, .cn-btn-orange-500.cn-btn-hover-v1-top:before, .cn-btn-orange-500.cn-btn-hover-v1-bottom:before {
      background-color: #ff9e0f;
      z-index: 1; }
  .cn-btn-orange-500[class*="cn-btn-hover-v2"] {
    background-color: #FF9800; }

.cn-btn-outline-orange-500 {
  color: #FF9800;
  background-color: transparent;
  background-image: none;
  border-color: #FF9800 !important; }
  .cn-btn-outline-orange-500:hover {
    color: #212121;
    background-color: #FF9800;
    border-color: #FF9800; }
  .cn-btn-outline-orange-500:focus, .cn-btn-outline-orange-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange-500.cn-btn-hover-v1-left:before, .cn-btn-outline-orange-500.cn-btn-hover-v1-right:before, .cn-btn-outline-orange-500.cn-btn-hover-v1-top:before, .cn-btn-outline-orange-500.cn-btn-hover-v1-bottom:before {
    background-color: #FF9800; }

.cn-btn-orange {
  background-color: #FF9800;
  color: #212121; }
  .cn-btn-orange:hover {
    color: #212121;
    background-color: #ffa21a;
    border-color: #ff9e0f; }
  .cn-btn-orange-h:hover {
    background-color: #FF9800 !important;
    color: #212121 !important;
    border-color: #f08f00 !important; }
  .cn-btn-orange.cn-btn-hover-v1-left, .cn-btn-orange.cn-btn-hover-v1-right, .cn-btn-orange.cn-btn-hover-v1-top, .cn-btn-orange.cn-btn-hover-v1-bottom {
    background-color: #FF9800; }
    .cn-btn-orange.cn-btn-hover-v1-left:before, .cn-btn-orange.cn-btn-hover-v1-right:before, .cn-btn-orange.cn-btn-hover-v1-top:before, .cn-btn-orange.cn-btn-hover-v1-bottom:before {
      background-color: #ff9e0f;
      z-index: 1; }
  .cn-btn-orange[class*="cn-btn-hover-v2"] {
    background-color: #FF9800; }

.cn-btn-outline-orange {
  color: #FF9800;
  background-color: transparent;
  background-image: none;
  border-color: #FF9800 !important; }
  .cn-btn-outline-orange:hover {
    color: #212121;
    background-color: #FF9800;
    border-color: #FF9800; }
  .cn-btn-outline-orange:focus, .cn-btn-outline-orange.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-orange.cn-btn-hover-v1-left:before, .cn-btn-outline-orange.cn-btn-hover-v1-right:before, .cn-btn-outline-orange.cn-btn-hover-v1-top:before, .cn-btn-outline-orange.cn-btn-hover-v1-bottom:before {
    background-color: #FF9800; }

.cn-btn-deep-orange-100 {
  background-color: #fbded4;
  color: #212121; }
  .cn-btn-deep-orange-100:hover {
    color: #212121;
    background-color: #fdf0eb;
    border-color: #fce9e2; }
  .cn-btn-deep-orange-100-h:hover {
    background-color: #fbded4 !important;
    color: #212121 !important;
    border-color: #fad4c6 !important; }
  .cn-btn-deep-orange-100.cn-btn-hover-v1-left, .cn-btn-deep-orange-100.cn-btn-hover-v1-right, .cn-btn-deep-orange-100.cn-btn-hover-v1-top, .cn-btn-deep-orange-100.cn-btn-hover-v1-bottom {
    background-color: #fbded4; }
    .cn-btn-deep-orange-100.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-100.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-100.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-100.cn-btn-hover-v1-bottom:before {
      background-color: #fce9e2;
      z-index: 1; }
  .cn-btn-deep-orange-100[class*="cn-btn-hover-v2"] {
    background-color: #fbded4; }

.cn-btn-outline-deep-orange-100 {
  color: #fbded4;
  background-color: transparent;
  background-image: none;
  border-color: #fbded4 !important; }
  .cn-btn-outline-deep-orange-100:hover {
    color: #212121;
    background-color: #fbded4;
    border-color: #fbded4; }
  .cn-btn-outline-deep-orange-100:focus, .cn-btn-outline-deep-orange-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-100.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-100.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-100.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-100.cn-btn-hover-v1-bottom:before {
    background-color: #fbded4; }

.cn-btn-deep-orange-900 {
  background-color: #571e08;
  color: #ffffff; }
  .cn-btn-deep-orange-900:hover {
    color: #ffffff;
    background-color: #6e260a;
    border-color: #65230a; }
  .cn-btn-deep-orange-900-h:hover {
    background-color: #571e08 !important;
    color: #ffffff !important;
    border-color: #491907 !important; }
  .cn-btn-deep-orange-900.cn-btn-hover-v1-left, .cn-btn-deep-orange-900.cn-btn-hover-v1-right, .cn-btn-deep-orange-900.cn-btn-hover-v1-top, .cn-btn-deep-orange-900.cn-btn-hover-v1-bottom {
    background-color: #571e08; }
    .cn-btn-deep-orange-900.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-900.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-900.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-900.cn-btn-hover-v1-bottom:before {
      background-color: #65230a;
      z-index: 1; }
  .cn-btn-deep-orange-900[class*="cn-btn-hover-v2"] {
    background-color: #571e08; }

.cn-btn-outline-deep-orange-900 {
  color: #571e08;
  background-color: transparent;
  background-image: none;
  border-color: #571e08 !important; }
  .cn-btn-outline-deep-orange-900:hover {
    color: #ffffff;
    background-color: #571e08;
    border-color: #571e08; }
  .cn-btn-outline-deep-orange-900:focus, .cn-btn-outline-deep-orange-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-900.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-900.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-900.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-900.cn-btn-hover-v1-bottom:before {
    background-color: #571e08; }

.cn-btn-deep-orange-200 {
  background-color: #f7bfaa;
  color: #212121; }
  .cn-btn-deep-orange-200:hover {
    color: #212121;
    background-color: #f9d0c1;
    border-color: #f8c9b8; }
  .cn-btn-deep-orange-200-h:hover {
    background-color: #f7bfaa !important;
    color: #212121 !important;
    border-color: #f6b49c !important; }
  .cn-btn-deep-orange-200.cn-btn-hover-v1-left, .cn-btn-deep-orange-200.cn-btn-hover-v1-right, .cn-btn-deep-orange-200.cn-btn-hover-v1-top, .cn-btn-deep-orange-200.cn-btn-hover-v1-bottom {
    background-color: #f7bfaa; }
    .cn-btn-deep-orange-200.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-200.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-200.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-200.cn-btn-hover-v1-bottom:before {
      background-color: #f8c9b8;
      z-index: 1; }
  .cn-btn-deep-orange-200[class*="cn-btn-hover-v2"] {
    background-color: #f7bfaa; }

.cn-btn-outline-deep-orange-200 {
  color: #f7bfaa;
  background-color: transparent;
  background-image: none;
  border-color: #f7bfaa !important; }
  .cn-btn-outline-deep-orange-200:hover {
    color: #212121;
    background-color: #f7bfaa;
    border-color: #f7bfaa; }
  .cn-btn-outline-deep-orange-200:focus, .cn-btn-outline-deep-orange-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-200.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-200.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-200.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-200.cn-btn-hover-v1-bottom:before {
    background-color: #f7bfaa; }

.cn-btn-deep-orange-800 {
  background-color: #812c0c;
  color: #ffffff; }
  .cn-btn-deep-orange-800:hover {
    color: #ffffff;
    background-color: #98340e;
    border-color: #8f310e; }
  .cn-btn-deep-orange-800-h:hover {
    background-color: #812c0c !important;
    color: #ffffff !important;
    border-color: #73270b !important; }
  .cn-btn-deep-orange-800.cn-btn-hover-v1-left, .cn-btn-deep-orange-800.cn-btn-hover-v1-right, .cn-btn-deep-orange-800.cn-btn-hover-v1-top, .cn-btn-deep-orange-800.cn-btn-hover-v1-bottom {
    background-color: #812c0c; }
    .cn-btn-deep-orange-800.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-800.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-800.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-800.cn-btn-hover-v1-bottom:before {
      background-color: #8f310e;
      z-index: 1; }
  .cn-btn-deep-orange-800[class*="cn-btn-hover-v2"] {
    background-color: #812c0c; }

.cn-btn-outline-deep-orange-800 {
  color: #812c0c;
  background-color: transparent;
  background-image: none;
  border-color: #812c0c !important; }
  .cn-btn-outline-deep-orange-800:hover {
    color: #ffffff;
    background-color: #812c0c;
    border-color: #812c0c; }
  .cn-btn-outline-deep-orange-800:focus, .cn-btn-outline-deep-orange-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-800.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-800.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-800.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-800.cn-btn-hover-v1-bottom:before {
    background-color: #812c0c; }

.cn-btn-deep-orange-300 {
  background-color: #f39f80;
  color: #212121; }
  .cn-btn-deep-orange-300:hover {
    color: #212121;
    background-color: #f5b197;
    border-color: #f4aa8e; }
  .cn-btn-deep-orange-300-h:hover {
    background-color: #f39f80 !important;
    color: #212121 !important;
    border-color: #f29572 !important; }
  .cn-btn-deep-orange-300.cn-btn-hover-v1-left, .cn-btn-deep-orange-300.cn-btn-hover-v1-right, .cn-btn-deep-orange-300.cn-btn-hover-v1-top, .cn-btn-deep-orange-300.cn-btn-hover-v1-bottom {
    background-color: #f39f80; }
    .cn-btn-deep-orange-300.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-300.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-300.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-300.cn-btn-hover-v1-bottom:before {
      background-color: #f4aa8e;
      z-index: 1; }
  .cn-btn-deep-orange-300[class*="cn-btn-hover-v2"] {
    background-color: #f39f80; }

.cn-btn-outline-deep-orange-300 {
  color: #f39f80;
  background-color: transparent;
  background-image: none;
  border-color: #f39f80 !important; }
  .cn-btn-outline-deep-orange-300:hover {
    color: #212121;
    background-color: #f39f80;
    border-color: #f39f80; }
  .cn-btn-outline-deep-orange-300:focus, .cn-btn-outline-deep-orange-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-300.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-300.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-300.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-300.cn-btn-hover-v1-bottom:before {
    background-color: #f39f80; }

.cn-btn-deep-orange-700 {
  background-color: #ab3a10;
  color: #ffffff; }
  .cn-btn-deep-orange-700:hover {
    color: #ffffff;
    background-color: #c24212;
    border-color: #b93f12; }
  .cn-btn-deep-orange-700-h:hover {
    background-color: #ab3a10 !important;
    color: #ffffff !important;
    border-color: #9d360f !important; }
  .cn-btn-deep-orange-700.cn-btn-hover-v1-left, .cn-btn-deep-orange-700.cn-btn-hover-v1-right, .cn-btn-deep-orange-700.cn-btn-hover-v1-top, .cn-btn-deep-orange-700.cn-btn-hover-v1-bottom {
    background-color: #ab3a10; }
    .cn-btn-deep-orange-700.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-700.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-700.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-700.cn-btn-hover-v1-bottom:before {
      background-color: #b93f12;
      z-index: 1; }
  .cn-btn-deep-orange-700[class*="cn-btn-hover-v2"] {
    background-color: #ab3a10; }

.cn-btn-outline-deep-orange-700 {
  color: #ab3a10;
  background-color: transparent;
  background-image: none;
  border-color: #ab3a10 !important; }
  .cn-btn-outline-deep-orange-700:hover {
    color: #ffffff;
    background-color: #ab3a10;
    border-color: #ab3a10; }
  .cn-btn-outline-deep-orange-700:focus, .cn-btn-outline-deep-orange-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-700.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-700.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-700.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-700.cn-btn-hover-v1-bottom:before {
    background-color: #ab3a10; }

.cn-btn-deep-orange-400 {
  background-color: #ef8056;
  color: #212121; }
  .cn-btn-deep-orange-400:hover {
    color: #212121;
    background-color: #f1916d;
    border-color: #f08a64; }
  .cn-btn-deep-orange-400-h:hover {
    background-color: #ef8056 !important;
    color: #212121 !important;
    border-color: #ee7548 !important; }
  .cn-btn-deep-orange-400.cn-btn-hover-v1-left, .cn-btn-deep-orange-400.cn-btn-hover-v1-right, .cn-btn-deep-orange-400.cn-btn-hover-v1-top, .cn-btn-deep-orange-400.cn-btn-hover-v1-bottom {
    background-color: #ef8056; }
    .cn-btn-deep-orange-400.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-400.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-400.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-400.cn-btn-hover-v1-bottom:before {
      background-color: #f08a64;
      z-index: 1; }
  .cn-btn-deep-orange-400[class*="cn-btn-hover-v2"] {
    background-color: #ef8056; }

.cn-btn-outline-deep-orange-400 {
  color: #ef8056;
  background-color: transparent;
  background-image: none;
  border-color: #ef8056 !important; }
  .cn-btn-outline-deep-orange-400:hover {
    color: #212121;
    background-color: #ef8056;
    border-color: #ef8056; }
  .cn-btn-outline-deep-orange-400:focus, .cn-btn-outline-deep-orange-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-400.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-400.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-400.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-400.cn-btn-hover-v1-bottom:before {
    background-color: #ef8056; }

.cn-btn-deep-orange-600 {
  background-color: #d54914;
  color: #ffffff; }
  .cn-btn-deep-orange-600:hover {
    color: #ffffff;
    background-color: #e95219;
    border-color: #e34d16; }
  .cn-btn-deep-orange-600-h:hover {
    background-color: #d54914 !important;
    color: #ffffff !important;
    border-color: #c74413 !important; }
  .cn-btn-deep-orange-600.cn-btn-hover-v1-left, .cn-btn-deep-orange-600.cn-btn-hover-v1-right, .cn-btn-deep-orange-600.cn-btn-hover-v1-top, .cn-btn-deep-orange-600.cn-btn-hover-v1-bottom {
    background-color: #d54914; }
    .cn-btn-deep-orange-600.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-600.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-600.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-600.cn-btn-hover-v1-bottom:before {
      background-color: #e34d16;
      z-index: 1; }
  .cn-btn-deep-orange-600[class*="cn-btn-hover-v2"] {
    background-color: #d54914; }

.cn-btn-outline-deep-orange-600 {
  color: #d54914;
  background-color: transparent;
  background-image: none;
  border-color: #d54914 !important; }
  .cn-btn-outline-deep-orange-600:hover {
    color: #ffffff;
    background-color: #d54914;
    border-color: #d54914; }
  .cn-btn-outline-deep-orange-600:focus, .cn-btn-outline-deep-orange-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-600.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-600.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-600.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-600.cn-btn-hover-v1-bottom:before {
    background-color: #d54914; }

.cn-btn-deep-orange-500 {
  background-color: #eb602c;
  color: #ffffff; }
  .cn-btn-deep-orange-500:hover {
    color: #ffffff;
    background-color: #ed7243;
    border-color: #ec6b3a; }
  .cn-btn-deep-orange-500-h:hover {
    background-color: #eb602c !important;
    color: #ffffff !important;
    border-color: #ea551e !important; }
  .cn-btn-deep-orange-500.cn-btn-hover-v1-left, .cn-btn-deep-orange-500.cn-btn-hover-v1-right, .cn-btn-deep-orange-500.cn-btn-hover-v1-top, .cn-btn-deep-orange-500.cn-btn-hover-v1-bottom {
    background-color: #eb602c; }
    .cn-btn-deep-orange-500.cn-btn-hover-v1-left:before, .cn-btn-deep-orange-500.cn-btn-hover-v1-right:before, .cn-btn-deep-orange-500.cn-btn-hover-v1-top:before, .cn-btn-deep-orange-500.cn-btn-hover-v1-bottom:before {
      background-color: #ec6b3a;
      z-index: 1; }
  .cn-btn-deep-orange-500[class*="cn-btn-hover-v2"] {
    background-color: #eb602c; }

.cn-btn-outline-deep-orange-500 {
  color: #eb602c;
  background-color: transparent;
  background-image: none;
  border-color: #eb602c !important; }
  .cn-btn-outline-deep-orange-500:hover {
    color: #ffffff;
    background-color: #eb602c;
    border-color: #eb602c; }
  .cn-btn-outline-deep-orange-500:focus, .cn-btn-outline-deep-orange-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange-500.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange-500.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange-500.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange-500.cn-btn-hover-v1-bottom:before {
    background-color: #eb602c; }

.cn-btn-deep-orange {
  background-color: #eb602c;
  color: #ffffff; }
  .cn-btn-deep-orange:hover {
    color: #ffffff;
    background-color: #ed7243;
    border-color: #ec6b3a; }
  .cn-btn-deep-orange-h:hover {
    background-color: #eb602c !important;
    color: #ffffff !important;
    border-color: #ea551e !important; }
  .cn-btn-deep-orange.cn-btn-hover-v1-left, .cn-btn-deep-orange.cn-btn-hover-v1-right, .cn-btn-deep-orange.cn-btn-hover-v1-top, .cn-btn-deep-orange.cn-btn-hover-v1-bottom {
    background-color: #eb602c; }
    .cn-btn-deep-orange.cn-btn-hover-v1-left:before, .cn-btn-deep-orange.cn-btn-hover-v1-right:before, .cn-btn-deep-orange.cn-btn-hover-v1-top:before, .cn-btn-deep-orange.cn-btn-hover-v1-bottom:before {
      background-color: #ec6b3a;
      z-index: 1; }
  .cn-btn-deep-orange[class*="cn-btn-hover-v2"] {
    background-color: #eb602c; }

.cn-btn-outline-deep-orange {
  color: #eb602c;
  background-color: transparent;
  background-image: none;
  border-color: #eb602c !important; }
  .cn-btn-outline-deep-orange:hover {
    color: #ffffff;
    background-color: #eb602c;
    border-color: #eb602c; }
  .cn-btn-outline-deep-orange:focus, .cn-btn-outline-deep-orange.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-deep-orange.cn-btn-hover-v1-left:before, .cn-btn-outline-deep-orange.cn-btn-hover-v1-right:before, .cn-btn-outline-deep-orange.cn-btn-hover-v1-top:before, .cn-btn-outline-deep-orange.cn-btn-hover-v1-bottom:before {
    background-color: #eb602c; }

.cn-btn-brown-100 {
  background-color: #e2c2a1;
  color: #212121; }
  .cn-btn-brown-100:hover {
    color: #212121;
    background-color: #e8cfb4;
    border-color: #e5caac; }
  .cn-btn-brown-100-h:hover {
    background-color: #e2c2a1 !important;
    color: #212121 !important;
    border-color: #debb95 !important; }
  .cn-btn-brown-100.cn-btn-hover-v1-left, .cn-btn-brown-100.cn-btn-hover-v1-right, .cn-btn-brown-100.cn-btn-hover-v1-top, .cn-btn-brown-100.cn-btn-hover-v1-bottom {
    background-color: #e2c2a1; }
    .cn-btn-brown-100.cn-btn-hover-v1-left:before, .cn-btn-brown-100.cn-btn-hover-v1-right:before, .cn-btn-brown-100.cn-btn-hover-v1-top:before, .cn-btn-brown-100.cn-btn-hover-v1-bottom:before {
      background-color: #e5caac;
      z-index: 1; }
  .cn-btn-brown-100[class*="cn-btn-hover-v2"] {
    background-color: #e2c2a1; }

.cn-btn-outline-brown-100 {
  color: #e2c2a1;
  background-color: transparent;
  background-image: none;
  border-color: #e2c2a1 !important; }
  .cn-btn-outline-brown-100:hover {
    color: #212121;
    background-color: #e2c2a1;
    border-color: #e2c2a1; }
  .cn-btn-outline-brown-100:focus, .cn-btn-outline-brown-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-100.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-100.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-100.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-100.cn-btn-hover-v1-bottom:before {
    background-color: #e2c2a1; }

.cn-btn-brown-900 {
  background-color: #0f0a05;
  color: #ffffff; }
  .cn-btn-brown-900:hover {
    color: #ffffff;
    background-color: #22170b;
    border-color: #1a1208; }
  .cn-btn-brown-900-h:hover {
    background-color: #0f0a05 !important;
    color: #ffffff !important;
    border-color: #030201 !important; }
  .cn-btn-brown-900.cn-btn-hover-v1-left, .cn-btn-brown-900.cn-btn-hover-v1-right, .cn-btn-brown-900.cn-btn-hover-v1-top, .cn-btn-brown-900.cn-btn-hover-v1-bottom {
    background-color: #0f0a05; }
    .cn-btn-brown-900.cn-btn-hover-v1-left:before, .cn-btn-brown-900.cn-btn-hover-v1-right:before, .cn-btn-brown-900.cn-btn-hover-v1-top:before, .cn-btn-brown-900.cn-btn-hover-v1-bottom:before {
      background-color: #1a1208;
      z-index: 1; }
  .cn-btn-brown-900[class*="cn-btn-hover-v2"] {
    background-color: #0f0a05; }

.cn-btn-outline-brown-900 {
  color: #0f0a05;
  background-color: transparent;
  background-image: none;
  border-color: #0f0a05 !important; }
  .cn-btn-outline-brown-900:hover {
    color: #ffffff;
    background-color: #0f0a05;
    border-color: #0f0a05; }
  .cn-btn-outline-brown-900:focus, .cn-btn-outline-brown-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-900.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-900.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-900.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-900.cn-btn-hover-v1-bottom:before {
    background-color: #0f0a05; }

.cn-btn-brown-200 {
  background-color: #d7ac7e;
  color: #212121; }
  .cn-btn-brown-200:hover {
    color: #212121;
    background-color: #ddb891;
    border-color: #dbb389; }
  .cn-btn-brown-200-h:hover {
    background-color: #d7ac7e !important;
    color: #212121 !important;
    border-color: #d3a472 !important; }
  .cn-btn-brown-200.cn-btn-hover-v1-left, .cn-btn-brown-200.cn-btn-hover-v1-right, .cn-btn-brown-200.cn-btn-hover-v1-top, .cn-btn-brown-200.cn-btn-hover-v1-bottom {
    background-color: #d7ac7e; }
    .cn-btn-brown-200.cn-btn-hover-v1-left:before, .cn-btn-brown-200.cn-btn-hover-v1-right:before, .cn-btn-brown-200.cn-btn-hover-v1-top:before, .cn-btn-brown-200.cn-btn-hover-v1-bottom:before {
      background-color: #dbb389;
      z-index: 1; }
  .cn-btn-brown-200[class*="cn-btn-hover-v2"] {
    background-color: #d7ac7e; }

.cn-btn-outline-brown-200 {
  color: #d7ac7e;
  background-color: transparent;
  background-image: none;
  border-color: #d7ac7e !important; }
  .cn-btn-outline-brown-200:hover {
    color: #212121;
    background-color: #d7ac7e;
    border-color: #d7ac7e; }
  .cn-btn-outline-brown-200:focus, .cn-btn-outline-brown-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-200.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-200.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-200.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-200.cn-btn-hover-v1-bottom:before {
    background-color: #d7ac7e; }

.cn-btn-brown-800 {
  background-color: #32210f;
  color: #ffffff; }
  .cn-btn-brown-800:hover {
    color: #ffffff;
    background-color: #452e15;
    border-color: #3e2913; }
  .cn-btn-brown-800-h:hover {
    background-color: #32210f !important;
    color: #ffffff !important;
    border-color: #26190c !important; }
  .cn-btn-brown-800.cn-btn-hover-v1-left, .cn-btn-brown-800.cn-btn-hover-v1-right, .cn-btn-brown-800.cn-btn-hover-v1-top, .cn-btn-brown-800.cn-btn-hover-v1-bottom {
    background-color: #32210f; }
    .cn-btn-brown-800.cn-btn-hover-v1-left:before, .cn-btn-brown-800.cn-btn-hover-v1-right:before, .cn-btn-brown-800.cn-btn-hover-v1-top:before, .cn-btn-brown-800.cn-btn-hover-v1-bottom:before {
      background-color: #3e2913;
      z-index: 1; }
  .cn-btn-brown-800[class*="cn-btn-hover-v2"] {
    background-color: #32210f; }

.cn-btn-outline-brown-800 {
  color: #32210f;
  background-color: transparent;
  background-image: none;
  border-color: #32210f !important; }
  .cn-btn-outline-brown-800:hover {
    color: #ffffff;
    background-color: #32210f;
    border-color: #32210f; }
  .cn-btn-outline-brown-800:focus, .cn-btn-outline-brown-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-800.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-800.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-800.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-800.cn-btn-hover-v1-bottom:before {
    background-color: #32210f; }

.cn-btn-brown-300 {
  background-color: #cc955b;
  color: #212121; }
  .cn-btn-brown-300:hover {
    color: #212121;
    background-color: #d2a26e;
    border-color: #d09d66; }
  .cn-btn-brown-300-h:hover {
    background-color: #cc955b !important;
    color: #212121 !important;
    border-color: #c88d4f !important; }
  .cn-btn-brown-300.cn-btn-hover-v1-left, .cn-btn-brown-300.cn-btn-hover-v1-right, .cn-btn-brown-300.cn-btn-hover-v1-top, .cn-btn-brown-300.cn-btn-hover-v1-bottom {
    background-color: #cc955b; }
    .cn-btn-brown-300.cn-btn-hover-v1-left:before, .cn-btn-brown-300.cn-btn-hover-v1-right:before, .cn-btn-brown-300.cn-btn-hover-v1-top:before, .cn-btn-brown-300.cn-btn-hover-v1-bottom:before {
      background-color: #d09d66;
      z-index: 1; }
  .cn-btn-brown-300[class*="cn-btn-hover-v2"] {
    background-color: #cc955b; }

.cn-btn-outline-brown-300 {
  color: #cc955b;
  background-color: transparent;
  background-image: none;
  border-color: #cc955b !important; }
  .cn-btn-outline-brown-300:hover {
    color: #212121;
    background-color: #cc955b;
    border-color: #cc955b; }
  .cn-btn-outline-brown-300:focus, .cn-btn-outline-brown-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-300.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-300.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-300.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-300.cn-btn-hover-v1-bottom:before {
    background-color: #cc955b; }

.cn-btn-brown-700 {
  background-color: #55381a;
  color: #ffffff; }
  .cn-btn-brown-700:hover {
    color: #ffffff;
    background-color: #684520;
    border-color: #61401e; }
  .cn-btn-brown-700-h:hover {
    background-color: #55381a !important;
    color: #ffffff !important;
    border-color: #493117 !important; }
  .cn-btn-brown-700.cn-btn-hover-v1-left, .cn-btn-brown-700.cn-btn-hover-v1-right, .cn-btn-brown-700.cn-btn-hover-v1-top, .cn-btn-brown-700.cn-btn-hover-v1-bottom {
    background-color: #55381a; }
    .cn-btn-brown-700.cn-btn-hover-v1-left:before, .cn-btn-brown-700.cn-btn-hover-v1-right:before, .cn-btn-brown-700.cn-btn-hover-v1-top:before, .cn-btn-brown-700.cn-btn-hover-v1-bottom:before {
      background-color: #61401e;
      z-index: 1; }
  .cn-btn-brown-700[class*="cn-btn-hover-v2"] {
    background-color: #55381a; }

.cn-btn-outline-brown-700 {
  color: #55381a;
  background-color: transparent;
  background-image: none;
  border-color: #55381a !important; }
  .cn-btn-outline-brown-700:hover {
    color: #ffffff;
    background-color: #55381a;
    border-color: #55381a; }
  .cn-btn-outline-brown-700:focus, .cn-btn-outline-brown-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-700.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-700.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-700.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-700.cn-btn-hover-v1-bottom:before {
    background-color: #55381a; }

.cn-btn-brown-400 {
  background-color: #be7e3b;
  color: #ffffff; }
  .cn-btn-brown-400:hover {
    color: #ffffff;
    background-color: #c78b4b;
    border-color: #c58643; }
  .cn-btn-brown-400-h:hover {
    background-color: #be7e3b !important;
    color: #ffffff !important;
    border-color: #b27737 !important; }
  .cn-btn-brown-400.cn-btn-hover-v1-left, .cn-btn-brown-400.cn-btn-hover-v1-right, .cn-btn-brown-400.cn-btn-hover-v1-top, .cn-btn-brown-400.cn-btn-hover-v1-bottom {
    background-color: #be7e3b; }
    .cn-btn-brown-400.cn-btn-hover-v1-left:before, .cn-btn-brown-400.cn-btn-hover-v1-right:before, .cn-btn-brown-400.cn-btn-hover-v1-top:before, .cn-btn-brown-400.cn-btn-hover-v1-bottom:before {
      background-color: #c58643;
      z-index: 1; }
  .cn-btn-brown-400[class*="cn-btn-hover-v2"] {
    background-color: #be7e3b; }

.cn-btn-outline-brown-400 {
  color: #be7e3b;
  background-color: transparent;
  background-image: none;
  border-color: #be7e3b !important; }
  .cn-btn-outline-brown-400:hover {
    color: #ffffff;
    background-color: #be7e3b;
    border-color: #be7e3b; }
  .cn-btn-outline-brown-400:focus, .cn-btn-outline-brown-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-400.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-400.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-400.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-400.cn-btn-hover-v1-bottom:before {
    background-color: #be7e3b; }

.cn-btn-brown-600 {
  background-color: #785025;
  color: #ffffff; }
  .cn-btn-brown-600:hover {
    color: #ffffff;
    background-color: #8b5d2b;
    border-color: #845729; }
  .cn-btn-brown-600-h:hover {
    background-color: #785025 !important;
    color: #ffffff !important;
    border-color: #6c4822 !important; }
  .cn-btn-brown-600.cn-btn-hover-v1-left, .cn-btn-brown-600.cn-btn-hover-v1-right, .cn-btn-brown-600.cn-btn-hover-v1-top, .cn-btn-brown-600.cn-btn-hover-v1-bottom {
    background-color: #785025; }
    .cn-btn-brown-600.cn-btn-hover-v1-left:before, .cn-btn-brown-600.cn-btn-hover-v1-right:before, .cn-btn-brown-600.cn-btn-hover-v1-top:before, .cn-btn-brown-600.cn-btn-hover-v1-bottom:before {
      background-color: #845729;
      z-index: 1; }
  .cn-btn-brown-600[class*="cn-btn-hover-v2"] {
    background-color: #785025; }

.cn-btn-outline-brown-600 {
  color: #785025;
  background-color: transparent;
  background-image: none;
  border-color: #785025 !important; }
  .cn-btn-outline-brown-600:hover {
    color: #ffffff;
    background-color: #785025;
    border-color: #785025; }
  .cn-btn-outline-brown-600:focus, .cn-btn-outline-brown-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-600.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-600.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-600.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-600.cn-btn-hover-v1-bottom:before {
    background-color: #785025; }

.cn-btn-brown-500 {
  background-color: #9b6730;
  color: #ffffff; }
  .cn-btn-brown-500:hover {
    color: #ffffff;
    background-color: #ae7436;
    border-color: #a76f34; }
  .cn-btn-brown-500-h:hover {
    background-color: #9b6730 !important;
    color: #ffffff !important;
    border-color: #8f5f2c !important; }
  .cn-btn-brown-500.cn-btn-hover-v1-left, .cn-btn-brown-500.cn-btn-hover-v1-right, .cn-btn-brown-500.cn-btn-hover-v1-top, .cn-btn-brown-500.cn-btn-hover-v1-bottom {
    background-color: #9b6730; }
    .cn-btn-brown-500.cn-btn-hover-v1-left:before, .cn-btn-brown-500.cn-btn-hover-v1-right:before, .cn-btn-brown-500.cn-btn-hover-v1-top:before, .cn-btn-brown-500.cn-btn-hover-v1-bottom:before {
      background-color: #a76f34;
      z-index: 1; }
  .cn-btn-brown-500[class*="cn-btn-hover-v2"] {
    background-color: #9b6730; }

.cn-btn-outline-brown-500 {
  color: #9b6730;
  background-color: transparent;
  background-image: none;
  border-color: #9b6730 !important; }
  .cn-btn-outline-brown-500:hover {
    color: #ffffff;
    background-color: #9b6730;
    border-color: #9b6730; }
  .cn-btn-outline-brown-500:focus, .cn-btn-outline-brown-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown-500.cn-btn-hover-v1-left:before, .cn-btn-outline-brown-500.cn-btn-hover-v1-right:before, .cn-btn-outline-brown-500.cn-btn-hover-v1-top:before, .cn-btn-outline-brown-500.cn-btn-hover-v1-bottom:before {
    background-color: #9b6730; }

.cn-btn-brown {
  background-color: #9b6730;
  color: #ffffff; }
  .cn-btn-brown:hover {
    color: #ffffff;
    background-color: #ae7436;
    border-color: #a76f34; }
  .cn-btn-brown-h:hover {
    background-color: #9b6730 !important;
    color: #ffffff !important;
    border-color: #8f5f2c !important; }
  .cn-btn-brown.cn-btn-hover-v1-left, .cn-btn-brown.cn-btn-hover-v1-right, .cn-btn-brown.cn-btn-hover-v1-top, .cn-btn-brown.cn-btn-hover-v1-bottom {
    background-color: #9b6730; }
    .cn-btn-brown.cn-btn-hover-v1-left:before, .cn-btn-brown.cn-btn-hover-v1-right:before, .cn-btn-brown.cn-btn-hover-v1-top:before, .cn-btn-brown.cn-btn-hover-v1-bottom:before {
      background-color: #a76f34;
      z-index: 1; }
  .cn-btn-brown[class*="cn-btn-hover-v2"] {
    background-color: #9b6730; }

.cn-btn-outline-brown {
  color: #9b6730;
  background-color: transparent;
  background-image: none;
  border-color: #9b6730 !important; }
  .cn-btn-outline-brown:hover {
    color: #ffffff;
    background-color: #9b6730;
    border-color: #9b6730; }
  .cn-btn-outline-brown:focus, .cn-btn-outline-brown.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-brown.cn-btn-hover-v1-left:before, .cn-btn-outline-brown.cn-btn-hover-v1-right:before, .cn-btn-outline-brown.cn-btn-hover-v1-top:before, .cn-btn-outline-brown.cn-btn-hover-v1-bottom:before {
    background-color: #9b6730; }

.cn-btn-yellow-100 {
  background-color: #fff7ce;
  color: #212121; }
  .cn-btn-yellow-100:hover {
    color: #212121;
    background-color: #fffbe7;
    border-color: #fff9dd; }
  .cn-btn-yellow-100-h:hover {
    background-color: #fff7ce !important;
    color: #212121 !important;
    border-color: #fff4be !important; }
  .cn-btn-yellow-100.cn-btn-hover-v1-left, .cn-btn-yellow-100.cn-btn-hover-v1-right, .cn-btn-yellow-100.cn-btn-hover-v1-top, .cn-btn-yellow-100.cn-btn-hover-v1-bottom {
    background-color: #fff7ce; }
    .cn-btn-yellow-100.cn-btn-hover-v1-left:before, .cn-btn-yellow-100.cn-btn-hover-v1-right:before, .cn-btn-yellow-100.cn-btn-hover-v1-top:before, .cn-btn-yellow-100.cn-btn-hover-v1-bottom:before {
      background-color: #fff9dd;
      z-index: 1; }
  .cn-btn-yellow-100[class*="cn-btn-hover-v2"] {
    background-color: #fff7ce; }

.cn-btn-outline-yellow-100 {
  color: #fff7ce;
  background-color: transparent;
  background-image: none;
  border-color: #fff7ce !important; }
  .cn-btn-outline-yellow-100:hover {
    color: #212121;
    background-color: #fff7ce;
    border-color: #fff7ce; }
  .cn-btn-outline-yellow-100:focus, .cn-btn-outline-yellow-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-100.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-100.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-100.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-100.cn-btn-hover-v1-bottom:before {
    background-color: #fff7ce; }

.cn-btn-yellow-900 {
  background-color: #5d4d00;
  color: #ffffff; }
  .cn-btn-yellow-900:hover {
    color: #ffffff;
    background-color: #776200;
    border-color: #6d5a00; }
  .cn-btn-yellow-900-h:hover {
    background-color: #5d4d00 !important;
    color: #ffffff !important;
    border-color: #4e4100 !important; }
  .cn-btn-yellow-900.cn-btn-hover-v1-left, .cn-btn-yellow-900.cn-btn-hover-v1-right, .cn-btn-yellow-900.cn-btn-hover-v1-top, .cn-btn-yellow-900.cn-btn-hover-v1-bottom {
    background-color: #5d4d00; }
    .cn-btn-yellow-900.cn-btn-hover-v1-left:before, .cn-btn-yellow-900.cn-btn-hover-v1-right:before, .cn-btn-yellow-900.cn-btn-hover-v1-top:before, .cn-btn-yellow-900.cn-btn-hover-v1-bottom:before {
      background-color: #6d5a00;
      z-index: 1; }
  .cn-btn-yellow-900[class*="cn-btn-hover-v2"] {
    background-color: #5d4d00; }

.cn-btn-outline-yellow-900 {
  color: #5d4d00;
  background-color: transparent;
  background-image: none;
  border-color: #5d4d00 !important; }
  .cn-btn-outline-yellow-900:hover {
    color: #ffffff;
    background-color: #5d4d00;
    border-color: #5d4d00; }
  .cn-btn-outline-yellow-900:focus, .cn-btn-outline-yellow-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-900.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-900.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-900.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-900.cn-btn-hover-v1-bottom:before {
    background-color: #5d4d00; }

.cn-btn-yellow-200 {
  background-color: #ffefa0;
  color: #212121; }
  .cn-btn-yellow-200:hover {
    color: #212121;
    background-color: #fff3b9;
    border-color: #fff1af; }
  .cn-btn-yellow-200-h:hover {
    background-color: #ffefa0 !important;
    color: #212121 !important;
    border-color: #ffec90 !important; }
  .cn-btn-yellow-200.cn-btn-hover-v1-left, .cn-btn-yellow-200.cn-btn-hover-v1-right, .cn-btn-yellow-200.cn-btn-hover-v1-top, .cn-btn-yellow-200.cn-btn-hover-v1-bottom {
    background-color: #ffefa0; }
    .cn-btn-yellow-200.cn-btn-hover-v1-left:before, .cn-btn-yellow-200.cn-btn-hover-v1-right:before, .cn-btn-yellow-200.cn-btn-hover-v1-top:before, .cn-btn-yellow-200.cn-btn-hover-v1-bottom:before {
      background-color: #fff1af;
      z-index: 1; }
  .cn-btn-yellow-200[class*="cn-btn-hover-v2"] {
    background-color: #ffefa0; }

.cn-btn-outline-yellow-200 {
  color: #ffefa0;
  background-color: transparent;
  background-image: none;
  border-color: #ffefa0 !important; }
  .cn-btn-outline-yellow-200:hover {
    color: #212121;
    background-color: #ffefa0;
    border-color: #ffefa0; }
  .cn-btn-outline-yellow-200:focus, .cn-btn-outline-yellow-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-200.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-200.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-200.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-200.cn-btn-hover-v1-bottom:before {
    background-color: #ffefa0; }

.cn-btn-yellow-800 {
  background-color: #8b7300;
  color: #ffffff; }
  .cn-btn-yellow-800:hover {
    color: #ffffff;
    background-color: #a58900;
    border-color: #9b8000; }
  .cn-btn-yellow-800-h:hover {
    background-color: #8b7300 !important;
    color: #ffffff !important;
    border-color: #7c6700 !important; }
  .cn-btn-yellow-800.cn-btn-hover-v1-left, .cn-btn-yellow-800.cn-btn-hover-v1-right, .cn-btn-yellow-800.cn-btn-hover-v1-top, .cn-btn-yellow-800.cn-btn-hover-v1-bottom {
    background-color: #8b7300; }
    .cn-btn-yellow-800.cn-btn-hover-v1-left:before, .cn-btn-yellow-800.cn-btn-hover-v1-right:before, .cn-btn-yellow-800.cn-btn-hover-v1-top:before, .cn-btn-yellow-800.cn-btn-hover-v1-bottom:before {
      background-color: #9b8000;
      z-index: 1; }
  .cn-btn-yellow-800[class*="cn-btn-hover-v2"] {
    background-color: #8b7300; }

.cn-btn-outline-yellow-800 {
  color: #8b7300;
  background-color: transparent;
  background-image: none;
  border-color: #8b7300 !important; }
  .cn-btn-outline-yellow-800:hover {
    color: #ffffff;
    background-color: #8b7300;
    border-color: #8b7300; }
  .cn-btn-outline-yellow-800:focus, .cn-btn-outline-yellow-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-800.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-800.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-800.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-800.cn-btn-hover-v1-bottom:before {
    background-color: #8b7300; }

.cn-btn-yellow-300 {
  background-color: #ffe772;
  color: #212121; }
  .cn-btn-yellow-300:hover {
    color: #212121;
    background-color: #ffeb8b;
    border-color: #ffe981; }
  .cn-btn-yellow-300-h:hover {
    background-color: #ffe772 !important;
    color: #212121 !important;
    border-color: #ffe463 !important; }
  .cn-btn-yellow-300.cn-btn-hover-v1-left, .cn-btn-yellow-300.cn-btn-hover-v1-right, .cn-btn-yellow-300.cn-btn-hover-v1-top, .cn-btn-yellow-300.cn-btn-hover-v1-bottom {
    background-color: #ffe772; }
    .cn-btn-yellow-300.cn-btn-hover-v1-left:before, .cn-btn-yellow-300.cn-btn-hover-v1-right:before, .cn-btn-yellow-300.cn-btn-hover-v1-top:before, .cn-btn-yellow-300.cn-btn-hover-v1-bottom:before {
      background-color: #ffe981;
      z-index: 1; }
  .cn-btn-yellow-300[class*="cn-btn-hover-v2"] {
    background-color: #ffe772; }

.cn-btn-outline-yellow-300 {
  color: #ffe772;
  background-color: transparent;
  background-image: none;
  border-color: #ffe772 !important; }
  .cn-btn-outline-yellow-300:hover {
    color: #212121;
    background-color: #ffe772;
    border-color: #ffe772; }
  .cn-btn-outline-yellow-300:focus, .cn-btn-outline-yellow-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-300.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-300.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-300.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-300.cn-btn-hover-v1-bottom:before {
    background-color: #ffe772; }

.cn-btn-yellow-700 {
  background-color: #b99900;
  color: #ffffff; }
  .cn-btn-yellow-700:hover {
    color: #ffffff;
    background-color: #d3af00;
    border-color: #c9a600; }
  .cn-btn-yellow-700-h:hover {
    background-color: #b99900 !important;
    color: #ffffff !important;
    border-color: #aa8d00 !important; }
  .cn-btn-yellow-700.cn-btn-hover-v1-left, .cn-btn-yellow-700.cn-btn-hover-v1-right, .cn-btn-yellow-700.cn-btn-hover-v1-top, .cn-btn-yellow-700.cn-btn-hover-v1-bottom {
    background-color: #b99900; }
    .cn-btn-yellow-700.cn-btn-hover-v1-left:before, .cn-btn-yellow-700.cn-btn-hover-v1-right:before, .cn-btn-yellow-700.cn-btn-hover-v1-top:before, .cn-btn-yellow-700.cn-btn-hover-v1-bottom:before {
      background-color: #c9a600;
      z-index: 1; }
  .cn-btn-yellow-700[class*="cn-btn-hover-v2"] {
    background-color: #b99900; }

.cn-btn-outline-yellow-700 {
  color: #b99900;
  background-color: transparent;
  background-image: none;
  border-color: #b99900 !important; }
  .cn-btn-outline-yellow-700:hover {
    color: #ffffff;
    background-color: #b99900;
    border-color: #b99900; }
  .cn-btn-outline-yellow-700:focus, .cn-btn-outline-yellow-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-700.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-700.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-700.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-700.cn-btn-hover-v1-bottom:before {
    background-color: #b99900; }

.cn-btn-yellow-400 {
  background-color: #ffdf44;
  color: #212121; }
  .cn-btn-yellow-400:hover {
    color: #212121;
    background-color: #ffe35d;
    border-color: #ffe253; }
  .cn-btn-yellow-400-h:hover {
    background-color: #ffdf44 !important;
    color: #212121 !important;
    border-color: #ffdc35 !important; }
  .cn-btn-yellow-400.cn-btn-hover-v1-left, .cn-btn-yellow-400.cn-btn-hover-v1-right, .cn-btn-yellow-400.cn-btn-hover-v1-top, .cn-btn-yellow-400.cn-btn-hover-v1-bottom {
    background-color: #ffdf44; }
    .cn-btn-yellow-400.cn-btn-hover-v1-left:before, .cn-btn-yellow-400.cn-btn-hover-v1-right:before, .cn-btn-yellow-400.cn-btn-hover-v1-top:before, .cn-btn-yellow-400.cn-btn-hover-v1-bottom:before {
      background-color: #ffe253;
      z-index: 1; }
  .cn-btn-yellow-400[class*="cn-btn-hover-v2"] {
    background-color: #ffdf44; }

.cn-btn-outline-yellow-400 {
  color: #ffdf44;
  background-color: transparent;
  background-image: none;
  border-color: #ffdf44 !important; }
  .cn-btn-outline-yellow-400:hover {
    color: #212121;
    background-color: #ffdf44;
    border-color: #ffdf44; }
  .cn-btn-outline-yellow-400:focus, .cn-btn-outline-yellow-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-400.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-400.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-400.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-400.cn-btn-hover-v1-bottom:before {
    background-color: #ffdf44; }

.cn-btn-yellow-600 {
  background-color: #e7bf00;
  color: #212121; }
  .cn-btn-yellow-600:hover {
    color: #212121;
    background-color: #ffd302;
    border-color: #f6cc00; }
  .cn-btn-yellow-600-h:hover {
    background-color: #e7bf00 !important;
    color: #212121 !important;
    border-color: #d8b300 !important; }
  .cn-btn-yellow-600.cn-btn-hover-v1-left, .cn-btn-yellow-600.cn-btn-hover-v1-right, .cn-btn-yellow-600.cn-btn-hover-v1-top, .cn-btn-yellow-600.cn-btn-hover-v1-bottom {
    background-color: #e7bf00; }
    .cn-btn-yellow-600.cn-btn-hover-v1-left:before, .cn-btn-yellow-600.cn-btn-hover-v1-right:before, .cn-btn-yellow-600.cn-btn-hover-v1-top:before, .cn-btn-yellow-600.cn-btn-hover-v1-bottom:before {
      background-color: #f6cc00;
      z-index: 1; }
  .cn-btn-yellow-600[class*="cn-btn-hover-v2"] {
    background-color: #e7bf00; }

.cn-btn-outline-yellow-600 {
  color: #e7bf00;
  background-color: transparent;
  background-image: none;
  border-color: #e7bf00 !important; }
  .cn-btn-outline-yellow-600:hover {
    color: #212121;
    background-color: #e7bf00;
    border-color: #e7bf00; }
  .cn-btn-outline-yellow-600:focus, .cn-btn-outline-yellow-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-600.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-600.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-600.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-600.cn-btn-hover-v1-bottom:before {
    background-color: #e7bf00; }

.cn-btn-yellow-500 {
  background-color: #ffd716;
  color: #212121; }
  .cn-btn-yellow-500:hover {
    color: #212121;
    background-color: #ffdb30;
    border-color: #ffda25; }
  .cn-btn-yellow-500-h:hover {
    background-color: #ffd716 !important;
    color: #212121 !important;
    border-color: #ffd407 !important; }
  .cn-btn-yellow-500.cn-btn-hover-v1-left, .cn-btn-yellow-500.cn-btn-hover-v1-right, .cn-btn-yellow-500.cn-btn-hover-v1-top, .cn-btn-yellow-500.cn-btn-hover-v1-bottom {
    background-color: #ffd716; }
    .cn-btn-yellow-500.cn-btn-hover-v1-left:before, .cn-btn-yellow-500.cn-btn-hover-v1-right:before, .cn-btn-yellow-500.cn-btn-hover-v1-top:before, .cn-btn-yellow-500.cn-btn-hover-v1-bottom:before {
      background-color: #ffda25;
      z-index: 1; }
  .cn-btn-yellow-500[class*="cn-btn-hover-v2"] {
    background-color: #ffd716; }

.cn-btn-outline-yellow-500 {
  color: #ffd716;
  background-color: transparent;
  background-image: none;
  border-color: #ffd716 !important; }
  .cn-btn-outline-yellow-500:hover {
    color: #212121;
    background-color: #ffd716;
    border-color: #ffd716; }
  .cn-btn-outline-yellow-500:focus, .cn-btn-outline-yellow-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow-500.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow-500.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow-500.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow-500.cn-btn-hover-v1-bottom:before {
    background-color: #ffd716; }

.cn-btn-yellow {
  background-color: #ffd716;
  color: #212121; }
  .cn-btn-yellow:hover {
    color: #212121;
    background-color: #ffdb30;
    border-color: #ffda25; }
  .cn-btn-yellow-h:hover {
    background-color: #ffd716 !important;
    color: #212121 !important;
    border-color: #ffd407 !important; }
  .cn-btn-yellow.cn-btn-hover-v1-left, .cn-btn-yellow.cn-btn-hover-v1-right, .cn-btn-yellow.cn-btn-hover-v1-top, .cn-btn-yellow.cn-btn-hover-v1-bottom {
    background-color: #ffd716; }
    .cn-btn-yellow.cn-btn-hover-v1-left:before, .cn-btn-yellow.cn-btn-hover-v1-right:before, .cn-btn-yellow.cn-btn-hover-v1-top:before, .cn-btn-yellow.cn-btn-hover-v1-bottom:before {
      background-color: #ffda25;
      z-index: 1; }
  .cn-btn-yellow[class*="cn-btn-hover-v2"] {
    background-color: #ffd716; }

.cn-btn-outline-yellow {
  color: #ffd716;
  background-color: transparent;
  background-image: none;
  border-color: #ffd716 !important; }
  .cn-btn-outline-yellow:hover {
    color: #212121;
    background-color: #ffd716;
    border-color: #ffd716; }
  .cn-btn-outline-yellow:focus, .cn-btn-outline-yellow.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-yellow.cn-btn-hover-v1-left:before, .cn-btn-outline-yellow.cn-btn-hover-v1-right:before, .cn-btn-outline-yellow.cn-btn-hover-v1-top:before, .cn-btn-outline-yellow.cn-btn-hover-v1-bottom:before {
    background-color: #ffd716; }

.cn-btn-green-100 {
  background-color: #98f7c9;
  color: #212121; }
  .cn-btn-green-100:hover {
    color: #212121;
    background-color: #aff9d5;
    border-color: #a6f8d0; }
  .cn-btn-green-100-h:hover {
    background-color: #98f7c9 !important;
    color: #212121 !important;
    border-color: #8af6c1 !important; }
  .cn-btn-green-100.cn-btn-hover-v1-left, .cn-btn-green-100.cn-btn-hover-v1-right, .cn-btn-green-100.cn-btn-hover-v1-top, .cn-btn-green-100.cn-btn-hover-v1-bottom {
    background-color: #98f7c9; }
    .cn-btn-green-100.cn-btn-hover-v1-left:before, .cn-btn-green-100.cn-btn-hover-v1-right:before, .cn-btn-green-100.cn-btn-hover-v1-top:before, .cn-btn-green-100.cn-btn-hover-v1-bottom:before {
      background-color: #a6f8d0;
      z-index: 1; }
  .cn-btn-green-100[class*="cn-btn-hover-v2"] {
    background-color: #98f7c9; }

.cn-btn-outline-green-100 {
  color: #98f7c9;
  background-color: transparent;
  background-image: none;
  border-color: #98f7c9 !important; }
  .cn-btn-outline-green-100:hover {
    color: #212121;
    background-color: #98f7c9;
    border-color: #98f7c9; }
  .cn-btn-outline-green-100:focus, .cn-btn-outline-green-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-100.cn-btn-hover-v1-left:before, .cn-btn-outline-green-100.cn-btn-hover-v1-right:before, .cn-btn-outline-green-100.cn-btn-hover-v1-top:before, .cn-btn-outline-green-100.cn-btn-hover-v1-bottom:before {
    background-color: #98f7c9; }

.cn-btn-green-900 {
  background-color: #021d10;
  color: #ffffff; }
  .cn-btn-green-900:hover {
    color: #ffffff;
    background-color: #04351d;
    border-color: #032b18; }
  .cn-btn-green-900-h:hover {
    background-color: #021d10 !important;
    color: #ffffff !important;
    border-color: #010f08 !important; }
  .cn-btn-green-900.cn-btn-hover-v1-left, .cn-btn-green-900.cn-btn-hover-v1-right, .cn-btn-green-900.cn-btn-hover-v1-top, .cn-btn-green-900.cn-btn-hover-v1-bottom {
    background-color: #021d10; }
    .cn-btn-green-900.cn-btn-hover-v1-left:before, .cn-btn-green-900.cn-btn-hover-v1-right:before, .cn-btn-green-900.cn-btn-hover-v1-top:before, .cn-btn-green-900.cn-btn-hover-v1-bottom:before {
      background-color: #032b18;
      z-index: 1; }
  .cn-btn-green-900[class*="cn-btn-hover-v2"] {
    background-color: #021d10; }

.cn-btn-outline-green-900 {
  color: #021d10;
  background-color: transparent;
  background-image: none;
  border-color: #021d10 !important; }
  .cn-btn-outline-green-900:hover {
    color: #ffffff;
    background-color: #021d10;
    border-color: #021d10; }
  .cn-btn-outline-green-900:focus, .cn-btn-outline-green-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-900.cn-btn-hover-v1-left:before, .cn-btn-outline-green-900.cn-btn-hover-v1-right:before, .cn-btn-outline-green-900.cn-btn-hover-v1-top:before, .cn-btn-outline-green-900.cn-btn-hover-v1-bottom:before {
    background-color: #021d10; }

.cn-btn-green-200 {
  background-color: #6df3b2;
  color: #212121; }
  .cn-btn-green-200:hover {
    color: #212121;
    background-color: #85f5bf;
    border-color: #7cf4ba; }
  .cn-btn-green-200-h:hover {
    background-color: #6df3b2 !important;
    color: #212121 !important;
    border-color: #5ff2ab !important; }
  .cn-btn-green-200.cn-btn-hover-v1-left, .cn-btn-green-200.cn-btn-hover-v1-right, .cn-btn-green-200.cn-btn-hover-v1-top, .cn-btn-green-200.cn-btn-hover-v1-bottom {
    background-color: #6df3b2; }
    .cn-btn-green-200.cn-btn-hover-v1-left:before, .cn-btn-green-200.cn-btn-hover-v1-right:before, .cn-btn-green-200.cn-btn-hover-v1-top:before, .cn-btn-green-200.cn-btn-hover-v1-bottom:before {
      background-color: #7cf4ba;
      z-index: 1; }
  .cn-btn-green-200[class*="cn-btn-hover-v2"] {
    background-color: #6df3b2; }

.cn-btn-outline-green-200 {
  color: #6df3b2;
  background-color: transparent;
  background-image: none;
  border-color: #6df3b2 !important; }
  .cn-btn-outline-green-200:hover {
    color: #212121;
    background-color: #6df3b2;
    border-color: #6df3b2; }
  .cn-btn-outline-green-200:focus, .cn-btn-outline-green-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-200.cn-btn-hover-v1-left:before, .cn-btn-outline-green-200.cn-btn-hover-v1-right:before, .cn-btn-outline-green-200.cn-btn-hover-v1-top:before, .cn-btn-outline-green-200.cn-btn-hover-v1-bottom:before {
    background-color: #6df3b2; }

.cn-btn-green-800 {
  background-color: #064828;
  color: #ffffff; }
  .cn-btn-green-800:hover {
    color: #ffffff;
    background-color: #085f35;
    border-color: #07562f; }
  .cn-btn-green-800-h:hover {
    background-color: #064828 !important;
    color: #ffffff !important;
    border-color: #053920 !important; }
  .cn-btn-green-800.cn-btn-hover-v1-left, .cn-btn-green-800.cn-btn-hover-v1-right, .cn-btn-green-800.cn-btn-hover-v1-top, .cn-btn-green-800.cn-btn-hover-v1-bottom {
    background-color: #064828; }
    .cn-btn-green-800.cn-btn-hover-v1-left:before, .cn-btn-green-800.cn-btn-hover-v1-right:before, .cn-btn-green-800.cn-btn-hover-v1-top:before, .cn-btn-green-800.cn-btn-hover-v1-bottom:before {
      background-color: #07562f;
      z-index: 1; }
  .cn-btn-green-800[class*="cn-btn-hover-v2"] {
    background-color: #064828; }

.cn-btn-outline-green-800 {
  color: #064828;
  background-color: transparent;
  background-image: none;
  border-color: #064828 !important; }
  .cn-btn-outline-green-800:hover {
    color: #ffffff;
    background-color: #064828;
    border-color: #064828; }
  .cn-btn-outline-green-800:focus, .cn-btn-outline-green-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-800.cn-btn-hover-v1-left:before, .cn-btn-outline-green-800.cn-btn-hover-v1-right:before, .cn-btn-outline-green-800.cn-btn-hover-v1-top:before, .cn-btn-outline-green-800.cn-btn-hover-v1-bottom:before {
    background-color: #064828; }

.cn-btn-green-300 {
  background-color: #43f09c;
  color: #212121; }
  .cn-btn-green-300:hover {
    color: #212121;
    background-color: #5bf2a8;
    border-color: #51f1a3; }
  .cn-btn-green-300-h:hover {
    background-color: #43f09c !important;
    color: #212121 !important;
    border-color: #35ef94 !important; }
  .cn-btn-green-300.cn-btn-hover-v1-left, .cn-btn-green-300.cn-btn-hover-v1-right, .cn-btn-green-300.cn-btn-hover-v1-top, .cn-btn-green-300.cn-btn-hover-v1-bottom {
    background-color: #43f09c; }
    .cn-btn-green-300.cn-btn-hover-v1-left:before, .cn-btn-green-300.cn-btn-hover-v1-right:before, .cn-btn-green-300.cn-btn-hover-v1-top:before, .cn-btn-green-300.cn-btn-hover-v1-bottom:before {
      background-color: #51f1a3;
      z-index: 1; }
  .cn-btn-green-300[class*="cn-btn-hover-v2"] {
    background-color: #43f09c; }

.cn-btn-outline-green-300 {
  color: #43f09c;
  background-color: transparent;
  background-image: none;
  border-color: #43f09c !important; }
  .cn-btn-outline-green-300:hover {
    color: #212121;
    background-color: #43f09c;
    border-color: #43f09c; }
  .cn-btn-outline-green-300:focus, .cn-btn-outline-green-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-300.cn-btn-hover-v1-left:before, .cn-btn-outline-green-300.cn-btn-hover-v1-right:before, .cn-btn-outline-green-300.cn-btn-hover-v1-top:before, .cn-btn-outline-green-300.cn-btn-hover-v1-bottom:before {
    background-color: #43f09c; }

.cn-btn-green-700 {
  background-color: #09723f;
  color: #ffffff; }
  .cn-btn-green-700:hover {
    color: #ffffff;
    background-color: #0b8a4c;
    border-color: #0a8047; }
  .cn-btn-green-700-h:hover {
    background-color: #09723f !important;
    color: #ffffff !important;
    border-color: #086437 !important; }
  .cn-btn-green-700.cn-btn-hover-v1-left, .cn-btn-green-700.cn-btn-hover-v1-right, .cn-btn-green-700.cn-btn-hover-v1-top, .cn-btn-green-700.cn-btn-hover-v1-bottom {
    background-color: #09723f; }
    .cn-btn-green-700.cn-btn-hover-v1-left:before, .cn-btn-green-700.cn-btn-hover-v1-right:before, .cn-btn-green-700.cn-btn-hover-v1-top:before, .cn-btn-green-700.cn-btn-hover-v1-bottom:before {
      background-color: #0a8047;
      z-index: 1; }
  .cn-btn-green-700[class*="cn-btn-hover-v2"] {
    background-color: #09723f; }

.cn-btn-outline-green-700 {
  color: #09723f;
  background-color: transparent;
  background-image: none;
  border-color: #09723f !important; }
  .cn-btn-outline-green-700:hover {
    color: #ffffff;
    background-color: #09723f;
    border-color: #09723f; }
  .cn-btn-outline-green-700:focus, .cn-btn-outline-green-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-700.cn-btn-hover-v1-left:before, .cn-btn-outline-green-700.cn-btn-hover-v1-right:before, .cn-btn-outline-green-700.cn-btn-hover-v1-top:before, .cn-btn-outline-green-700.cn-btn-hover-v1-bottom:before {
    background-color: #09723f; }

.cn-btn-green-400 {
  background-color: #18ec85;
  color: #212121; }
  .cn-btn-green-400:hover {
    color: #212121;
    background-color: #30ee92;
    border-color: #27ee8d; }
  .cn-btn-green-400-h:hover {
    background-color: #18ec85 !important;
    color: #212121 !important;
    border-color: #12e37e !important; }
  .cn-btn-green-400.cn-btn-hover-v1-left, .cn-btn-green-400.cn-btn-hover-v1-right, .cn-btn-green-400.cn-btn-hover-v1-top, .cn-btn-green-400.cn-btn-hover-v1-bottom {
    background-color: #18ec85; }
    .cn-btn-green-400.cn-btn-hover-v1-left:before, .cn-btn-green-400.cn-btn-hover-v1-right:before, .cn-btn-green-400.cn-btn-hover-v1-top:before, .cn-btn-green-400.cn-btn-hover-v1-bottom:before {
      background-color: #27ee8d;
      z-index: 1; }
  .cn-btn-green-400[class*="cn-btn-hover-v2"] {
    background-color: #18ec85; }

.cn-btn-outline-green-400 {
  color: #18ec85;
  background-color: transparent;
  background-image: none;
  border-color: #18ec85 !important; }
  .cn-btn-outline-green-400:hover {
    color: #212121;
    background-color: #18ec85;
    border-color: #18ec85; }
  .cn-btn-outline-green-400:focus, .cn-btn-outline-green-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-400.cn-btn-hover-v1-left:before, .cn-btn-outline-green-400.cn-btn-hover-v1-right:before, .cn-btn-outline-green-400.cn-btn-hover-v1-top:before, .cn-btn-outline-green-400.cn-btn-hover-v1-bottom:before {
    background-color: #18ec85; }

.cn-btn-green-600 {
  background-color: #0d9d57;
  color: #ffffff; }
  .cn-btn-green-600:hover {
    color: #ffffff;
    background-color: #0eb464;
    border-color: #0eab5e; }
  .cn-btn-green-600-h:hover {
    background-color: #0d9d57 !important;
    color: #ffffff !important;
    border-color: #0b8e4f !important; }
  .cn-btn-green-600.cn-btn-hover-v1-left, .cn-btn-green-600.cn-btn-hover-v1-right, .cn-btn-green-600.cn-btn-hover-v1-top, .cn-btn-green-600.cn-btn-hover-v1-bottom {
    background-color: #0d9d57; }
    .cn-btn-green-600.cn-btn-hover-v1-left:before, .cn-btn-green-600.cn-btn-hover-v1-right:before, .cn-btn-green-600.cn-btn-hover-v1-top:before, .cn-btn-green-600.cn-btn-hover-v1-bottom:before {
      background-color: #0eab5e;
      z-index: 1; }
  .cn-btn-green-600[class*="cn-btn-hover-v2"] {
    background-color: #0d9d57; }

.cn-btn-outline-green-600 {
  color: #0d9d57;
  background-color: transparent;
  background-image: none;
  border-color: #0d9d57 !important; }
  .cn-btn-outline-green-600:hover {
    color: #ffffff;
    background-color: #0d9d57;
    border-color: #0d9d57; }
  .cn-btn-outline-green-600:focus, .cn-btn-outline-green-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-600.cn-btn-hover-v1-left:before, .cn-btn-outline-green-600.cn-btn-hover-v1-right:before, .cn-btn-outline-green-600.cn-btn-hover-v1-top:before, .cn-btn-outline-green-600.cn-btn-hover-v1-bottom:before {
    background-color: #0d9d57; }

.cn-btn-green-500 {
  background-color: #10c76e;
  color: #ffffff; }
  .cn-btn-green-500:hover {
    color: #ffffff;
    background-color: #12df7b;
    border-color: #11d576; }
  .cn-btn-green-500-h:hover {
    background-color: #10c76e !important;
    color: #ffffff !important;
    border-color: #0fb966 !important; }
  .cn-btn-green-500.cn-btn-hover-v1-left, .cn-btn-green-500.cn-btn-hover-v1-right, .cn-btn-green-500.cn-btn-hover-v1-top, .cn-btn-green-500.cn-btn-hover-v1-bottom {
    background-color: #10c76e; }
    .cn-btn-green-500.cn-btn-hover-v1-left:before, .cn-btn-green-500.cn-btn-hover-v1-right:before, .cn-btn-green-500.cn-btn-hover-v1-top:before, .cn-btn-green-500.cn-btn-hover-v1-bottom:before {
      background-color: #11d576;
      z-index: 1; }
  .cn-btn-green-500[class*="cn-btn-hover-v2"] {
    background-color: #10c76e; }

.cn-btn-outline-green-500 {
  color: #10c76e;
  background-color: transparent;
  background-image: none;
  border-color: #10c76e !important; }
  .cn-btn-outline-green-500:hover {
    color: #ffffff;
    background-color: #10c76e;
    border-color: #10c76e; }
  .cn-btn-outline-green-500:focus, .cn-btn-outline-green-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green-500.cn-btn-hover-v1-left:before, .cn-btn-outline-green-500.cn-btn-hover-v1-right:before, .cn-btn-outline-green-500.cn-btn-hover-v1-top:before, .cn-btn-outline-green-500.cn-btn-hover-v1-bottom:before {
    background-color: #10c76e; }

.cn-btn-green {
  background-color: #10c76e;
  color: #ffffff; }
  .cn-btn-green:hover {
    color: #ffffff;
    background-color: #12df7b;
    border-color: #11d576; }
  .cn-btn-green-h:hover {
    background-color: #10c76e !important;
    color: #ffffff !important;
    border-color: #0fb966 !important; }
  .cn-btn-green.cn-btn-hover-v1-left, .cn-btn-green.cn-btn-hover-v1-right, .cn-btn-green.cn-btn-hover-v1-top, .cn-btn-green.cn-btn-hover-v1-bottom {
    background-color: #10c76e; }
    .cn-btn-green.cn-btn-hover-v1-left:before, .cn-btn-green.cn-btn-hover-v1-right:before, .cn-btn-green.cn-btn-hover-v1-top:before, .cn-btn-green.cn-btn-hover-v1-bottom:before {
      background-color: #11d576;
      z-index: 1; }
  .cn-btn-green[class*="cn-btn-hover-v2"] {
    background-color: #10c76e; }

.cn-btn-outline-green {
  color: #10c76e;
  background-color: transparent;
  background-image: none;
  border-color: #10c76e !important; }
  .cn-btn-outline-green:hover {
    color: #ffffff;
    background-color: #10c76e;
    border-color: #10c76e; }
  .cn-btn-outline-green:focus, .cn-btn-outline-green.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-green.cn-btn-hover-v1-left:before, .cn-btn-outline-green.cn-btn-hover-v1-right:before, .cn-btn-outline-green.cn-btn-hover-v1-top:before, .cn-btn-outline-green.cn-btn-hover-v1-bottom:before {
    background-color: #10c76e; }

.cn-btn-teal-100 {
  background-color: #c0eee7;
  color: #212121; }
  .cn-btn-teal-100:hover {
    color: #212121;
    background-color: #d4f4ee;
    border-color: #ccf2eb; }
  .cn-btn-teal-100-h:hover {
    background-color: #c0eee7 !important;
    color: #212121 !important;
    border-color: #b4ebe2 !important; }
  .cn-btn-teal-100.cn-btn-hover-v1-left, .cn-btn-teal-100.cn-btn-hover-v1-right, .cn-btn-teal-100.cn-btn-hover-v1-top, .cn-btn-teal-100.cn-btn-hover-v1-bottom {
    background-color: #c0eee7; }
    .cn-btn-teal-100.cn-btn-hover-v1-left:before, .cn-btn-teal-100.cn-btn-hover-v1-right:before, .cn-btn-teal-100.cn-btn-hover-v1-top:before, .cn-btn-teal-100.cn-btn-hover-v1-bottom:before {
      background-color: #ccf2eb;
      z-index: 1; }
  .cn-btn-teal-100[class*="cn-btn-hover-v2"] {
    background-color: #c0eee7; }

.cn-btn-outline-teal-100 {
  color: #c0eee7;
  background-color: transparent;
  background-image: none;
  border-color: #c0eee7 !important; }
  .cn-btn-outline-teal-100:hover {
    color: #212121;
    background-color: #c0eee7;
    border-color: #c0eee7; }
  .cn-btn-outline-teal-100:focus, .cn-btn-outline-teal-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-100.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-100.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-100.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-100.cn-btn-hover-v1-bottom:before {
    background-color: #c0eee7; }

.cn-btn-teal-900 {
  background-color: #0d322c;
  color: #ffffff; }
  .cn-btn-teal-900:hover {
    color: #ffffff;
    background-color: #13463e;
    border-color: #113e36; }
  .cn-btn-teal-900-h:hover {
    background-color: #0d322c !important;
    color: #ffffff !important;
    border-color: #0a2621 !important; }
  .cn-btn-teal-900.cn-btn-hover-v1-left, .cn-btn-teal-900.cn-btn-hover-v1-right, .cn-btn-teal-900.cn-btn-hover-v1-top, .cn-btn-teal-900.cn-btn-hover-v1-bottom {
    background-color: #0d322c; }
    .cn-btn-teal-900.cn-btn-hover-v1-left:before, .cn-btn-teal-900.cn-btn-hover-v1-right:before, .cn-btn-teal-900.cn-btn-hover-v1-top:before, .cn-btn-teal-900.cn-btn-hover-v1-bottom:before {
      background-color: #113e36;
      z-index: 1; }
  .cn-btn-teal-900[class*="cn-btn-hover-v2"] {
    background-color: #0d322c; }

.cn-btn-outline-teal-900 {
  color: #0d322c;
  background-color: transparent;
  background-image: none;
  border-color: #0d322c !important; }
  .cn-btn-outline-teal-900:hover {
    color: #ffffff;
    background-color: #0d322c;
    border-color: #0d322c; }
  .cn-btn-outline-teal-900:focus, .cn-btn-outline-teal-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-900.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-900.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-900.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-900.cn-btn-hover-v1-bottom:before {
    background-color: #0d322c; }

.cn-btn-teal-200 {
  background-color: #9ce5d8;
  color: #212121; }
  .cn-btn-teal-200:hover {
    color: #212121;
    background-color: #b0eae0;
    border-color: #a8e8dd; }
  .cn-btn-teal-200-h:hover {
    background-color: #9ce5d8 !important;
    color: #212121 !important;
    border-color: #90e1d4 !important; }
  .cn-btn-teal-200.cn-btn-hover-v1-left, .cn-btn-teal-200.cn-btn-hover-v1-right, .cn-btn-teal-200.cn-btn-hover-v1-top, .cn-btn-teal-200.cn-btn-hover-v1-bottom {
    background-color: #9ce5d8; }
    .cn-btn-teal-200.cn-btn-hover-v1-left:before, .cn-btn-teal-200.cn-btn-hover-v1-right:before, .cn-btn-teal-200.cn-btn-hover-v1-top:before, .cn-btn-teal-200.cn-btn-hover-v1-bottom:before {
      background-color: #a8e8dd;
      z-index: 1; }
  .cn-btn-teal-200[class*="cn-btn-hover-v2"] {
    background-color: #9ce5d8; }

.cn-btn-outline-teal-200 {
  color: #9ce5d8;
  background-color: transparent;
  background-image: none;
  border-color: #9ce5d8 !important; }
  .cn-btn-outline-teal-200:hover {
    color: #212121;
    background-color: #9ce5d8;
    border-color: #9ce5d8; }
  .cn-btn-outline-teal-200:focus, .cn-btn-outline-teal-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-200.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-200.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-200.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-200.cn-btn-hover-v1-bottom:before {
    background-color: #9ce5d8; }

.cn-btn-teal-800 {
  background-color: #17564c;
  color: #ffffff; }
  .cn-btn-teal-800:hover {
    color: #ffffff;
    background-color: #1c6a5d;
    border-color: #1a6256; }
  .cn-btn-teal-800-h:hover {
    background-color: #17564c !important;
    color: #ffffff !important;
    border-color: #144a41 !important; }
  .cn-btn-teal-800.cn-btn-hover-v1-left, .cn-btn-teal-800.cn-btn-hover-v1-right, .cn-btn-teal-800.cn-btn-hover-v1-top, .cn-btn-teal-800.cn-btn-hover-v1-bottom {
    background-color: #17564c; }
    .cn-btn-teal-800.cn-btn-hover-v1-left:before, .cn-btn-teal-800.cn-btn-hover-v1-right:before, .cn-btn-teal-800.cn-btn-hover-v1-top:before, .cn-btn-teal-800.cn-btn-hover-v1-bottom:before {
      background-color: #1a6256;
      z-index: 1; }
  .cn-btn-teal-800[class*="cn-btn-hover-v2"] {
    background-color: #17564c; }

.cn-btn-outline-teal-800 {
  color: #17564c;
  background-color: transparent;
  background-image: none;
  border-color: #17564c !important; }
  .cn-btn-outline-teal-800:hover {
    color: #ffffff;
    background-color: #17564c;
    border-color: #17564c; }
  .cn-btn-outline-teal-800:focus, .cn-btn-outline-teal-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-800.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-800.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-800.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-800.cn-btn-hover-v1-bottom:before {
    background-color: #17564c; }

.cn-btn-teal-300 {
  background-color: #78dbca;
  color: #212121; }
  .cn-btn-teal-300:hover {
    color: #212121;
    background-color: #8ce0d2;
    border-color: #84decf; }
  .cn-btn-teal-300-h:hover {
    background-color: #78dbca !important;
    color: #212121 !important;
    border-color: #6cd8c6 !important; }
  .cn-btn-teal-300.cn-btn-hover-v1-left, .cn-btn-teal-300.cn-btn-hover-v1-right, .cn-btn-teal-300.cn-btn-hover-v1-top, .cn-btn-teal-300.cn-btn-hover-v1-bottom {
    background-color: #78dbca; }
    .cn-btn-teal-300.cn-btn-hover-v1-left:before, .cn-btn-teal-300.cn-btn-hover-v1-right:before, .cn-btn-teal-300.cn-btn-hover-v1-top:before, .cn-btn-teal-300.cn-btn-hover-v1-bottom:before {
      background-color: #84decf;
      z-index: 1; }
  .cn-btn-teal-300[class*="cn-btn-hover-v2"] {
    background-color: #78dbca; }

.cn-btn-outline-teal-300 {
  color: #78dbca;
  background-color: transparent;
  background-image: none;
  border-color: #78dbca !important; }
  .cn-btn-outline-teal-300:hover {
    color: #212121;
    background-color: #78dbca;
    border-color: #78dbca; }
  .cn-btn-outline-teal-300:focus, .cn-btn-outline-teal-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-300.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-300.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-300.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-300.cn-btn-hover-v1-bottom:before {
    background-color: #78dbca; }

.cn-btn-teal-700 {
  background-color: #217b6b;
  color: #ffffff; }
  .cn-btn-teal-700:hover {
    color: #ffffff;
    background-color: #268f7d;
    border-color: #248776; }
  .cn-btn-teal-700-h:hover {
    background-color: #217b6b !important;
    color: #ffffff !important;
    border-color: #1d6e61 !important; }
  .cn-btn-teal-700.cn-btn-hover-v1-left, .cn-btn-teal-700.cn-btn-hover-v1-right, .cn-btn-teal-700.cn-btn-hover-v1-top, .cn-btn-teal-700.cn-btn-hover-v1-bottom {
    background-color: #217b6b; }
    .cn-btn-teal-700.cn-btn-hover-v1-left:before, .cn-btn-teal-700.cn-btn-hover-v1-right:before, .cn-btn-teal-700.cn-btn-hover-v1-top:before, .cn-btn-teal-700.cn-btn-hover-v1-bottom:before {
      background-color: #248776;
      z-index: 1; }
  .cn-btn-teal-700[class*="cn-btn-hover-v2"] {
    background-color: #217b6b; }

.cn-btn-outline-teal-700 {
  color: #217b6b;
  background-color: transparent;
  background-image: none;
  border-color: #217b6b !important; }
  .cn-btn-outline-teal-700:hover {
    color: #ffffff;
    background-color: #217b6b;
    border-color: #217b6b; }
  .cn-btn-outline-teal-700:focus, .cn-btn-outline-teal-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-700.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-700.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-700.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-700.cn-btn-hover-v1-bottom:before {
    background-color: #217b6b; }

.cn-btn-teal-400 {
  background-color: #54d1bc;
  color: #212121; }
  .cn-btn-teal-400:hover {
    color: #212121;
    background-color: #68d7c4;
    border-color: #60d5c1; }
  .cn-btn-teal-400-h:hover {
    background-color: #54d1bc !important;
    color: #212121 !important;
    border-color: #48ceb7 !important; }
  .cn-btn-teal-400.cn-btn-hover-v1-left, .cn-btn-teal-400.cn-btn-hover-v1-right, .cn-btn-teal-400.cn-btn-hover-v1-top, .cn-btn-teal-400.cn-btn-hover-v1-bottom {
    background-color: #54d1bc; }
    .cn-btn-teal-400.cn-btn-hover-v1-left:before, .cn-btn-teal-400.cn-btn-hover-v1-right:before, .cn-btn-teal-400.cn-btn-hover-v1-top:before, .cn-btn-teal-400.cn-btn-hover-v1-bottom:before {
      background-color: #60d5c1;
      z-index: 1; }
  .cn-btn-teal-400[class*="cn-btn-hover-v2"] {
    background-color: #54d1bc; }

.cn-btn-outline-teal-400 {
  color: #54d1bc;
  background-color: transparent;
  background-image: none;
  border-color: #54d1bc !important; }
  .cn-btn-outline-teal-400:hover {
    color: #212121;
    background-color: #54d1bc;
    border-color: #54d1bc; }
  .cn-btn-outline-teal-400:focus, .cn-btn-outline-teal-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-400.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-400.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-400.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-400.cn-btn-hover-v1-bottom:before {
    background-color: #54d1bc; }

.cn-btn-teal-600 {
  background-color: #2a9f8b;
  color: #ffffff; }
  .cn-btn-teal-600:hover {
    color: #ffffff;
    background-color: #30b39d;
    border-color: #2eab96; }
  .cn-btn-teal-600-h:hover {
    background-color: #2a9f8b !important;
    color: #ffffff !important;
    border-color: #279381 !important; }
  .cn-btn-teal-600.cn-btn-hover-v1-left, .cn-btn-teal-600.cn-btn-hover-v1-right, .cn-btn-teal-600.cn-btn-hover-v1-top, .cn-btn-teal-600.cn-btn-hover-v1-bottom {
    background-color: #2a9f8b; }
    .cn-btn-teal-600.cn-btn-hover-v1-left:before, .cn-btn-teal-600.cn-btn-hover-v1-right:before, .cn-btn-teal-600.cn-btn-hover-v1-top:before, .cn-btn-teal-600.cn-btn-hover-v1-bottom:before {
      background-color: #2eab96;
      z-index: 1; }
  .cn-btn-teal-600[class*="cn-btn-hover-v2"] {
    background-color: #2a9f8b; }

.cn-btn-outline-teal-600 {
  color: #2a9f8b;
  background-color: transparent;
  background-image: none;
  border-color: #2a9f8b !important; }
  .cn-btn-outline-teal-600:hover {
    color: #ffffff;
    background-color: #2a9f8b;
    border-color: #2a9f8b; }
  .cn-btn-outline-teal-600:focus, .cn-btn-outline-teal-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-600.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-600.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-600.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-600.cn-btn-hover-v1-bottom:before {
    background-color: #2a9f8b; }

.cn-btn-teal-500 {
  background-color: #34c3ab;
  color: #ffffff; }
  .cn-btn-teal-500:hover {
    color: #ffffff;
    background-color: #44cdb6;
    border-color: #3bcbb3; }
  .cn-btn-teal-500-h:hover {
    background-color: #34c3ab !important;
    color: #ffffff !important;
    border-color: #31b7a0 !important; }
  .cn-btn-teal-500.cn-btn-hover-v1-left, .cn-btn-teal-500.cn-btn-hover-v1-right, .cn-btn-teal-500.cn-btn-hover-v1-top, .cn-btn-teal-500.cn-btn-hover-v1-bottom {
    background-color: #34c3ab; }
    .cn-btn-teal-500.cn-btn-hover-v1-left:before, .cn-btn-teal-500.cn-btn-hover-v1-right:before, .cn-btn-teal-500.cn-btn-hover-v1-top:before, .cn-btn-teal-500.cn-btn-hover-v1-bottom:before {
      background-color: #3bcbb3;
      z-index: 1; }
  .cn-btn-teal-500[class*="cn-btn-hover-v2"] {
    background-color: #34c3ab; }

.cn-btn-outline-teal-500 {
  color: #34c3ab;
  background-color: transparent;
  background-image: none;
  border-color: #34c3ab !important; }
  .cn-btn-outline-teal-500:hover {
    color: #ffffff;
    background-color: #34c3ab;
    border-color: #34c3ab; }
  .cn-btn-outline-teal-500:focus, .cn-btn-outline-teal-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal-500.cn-btn-hover-v1-left:before, .cn-btn-outline-teal-500.cn-btn-hover-v1-right:before, .cn-btn-outline-teal-500.cn-btn-hover-v1-top:before, .cn-btn-outline-teal-500.cn-btn-hover-v1-bottom:before {
    background-color: #34c3ab; }

.cn-btn-teal {
  background-color: #34c3ab;
  color: #ffffff; }
  .cn-btn-teal:hover {
    color: #ffffff;
    background-color: #44cdb6;
    border-color: #3bcbb3; }
  .cn-btn-teal-h:hover {
    background-color: #34c3ab !important;
    color: #ffffff !important;
    border-color: #31b7a0 !important; }
  .cn-btn-teal.cn-btn-hover-v1-left, .cn-btn-teal.cn-btn-hover-v1-right, .cn-btn-teal.cn-btn-hover-v1-top, .cn-btn-teal.cn-btn-hover-v1-bottom {
    background-color: #34c3ab; }
    .cn-btn-teal.cn-btn-hover-v1-left:before, .cn-btn-teal.cn-btn-hover-v1-right:before, .cn-btn-teal.cn-btn-hover-v1-top:before, .cn-btn-teal.cn-btn-hover-v1-bottom:before {
      background-color: #3bcbb3;
      z-index: 1; }
  .cn-btn-teal[class*="cn-btn-hover-v2"] {
    background-color: #34c3ab; }

.cn-btn-outline-teal {
  color: #34c3ab;
  background-color: transparent;
  background-image: none;
  border-color: #34c3ab !important; }
  .cn-btn-outline-teal:hover {
    color: #ffffff;
    background-color: #34c3ab;
    border-color: #34c3ab; }
  .cn-btn-outline-teal:focus, .cn-btn-outline-teal.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-teal.cn-btn-hover-v1-left:before, .cn-btn-outline-teal.cn-btn-hover-v1-right:before, .cn-btn-outline-teal.cn-btn-hover-v1-top:before, .cn-btn-outline-teal.cn-btn-hover-v1-bottom:before {
    background-color: #34c3ab; }

.cn-btn-cyan-100 {
  background-color: #99f5f3;
  color: #212121; }
  .cn-btn-cyan-100:hover {
    color: #212121;
    background-color: #b0f7f6;
    border-color: #a7f6f5; }
  .cn-btn-cyan-100-h:hover {
    background-color: #99f5f3 !important;
    color: #212121 !important;
    border-color: #8bf4f2 !important; }
  .cn-btn-cyan-100.cn-btn-hover-v1-left, .cn-btn-cyan-100.cn-btn-hover-v1-right, .cn-btn-cyan-100.cn-btn-hover-v1-top, .cn-btn-cyan-100.cn-btn-hover-v1-bottom {
    background-color: #99f5f3; }
    .cn-btn-cyan-100.cn-btn-hover-v1-left:before, .cn-btn-cyan-100.cn-btn-hover-v1-right:before, .cn-btn-cyan-100.cn-btn-hover-v1-top:before, .cn-btn-cyan-100.cn-btn-hover-v1-bottom:before {
      background-color: #a7f6f5;
      z-index: 1; }
  .cn-btn-cyan-100[class*="cn-btn-hover-v2"] {
    background-color: #99f5f3; }

.cn-btn-outline-cyan-100 {
  color: #99f5f3;
  background-color: transparent;
  background-image: none;
  border-color: #99f5f3 !important; }
  .cn-btn-outline-cyan-100:hover {
    color: #212121;
    background-color: #99f5f3;
    border-color: #99f5f3; }
  .cn-btn-outline-cyan-100:focus, .cn-btn-outline-cyan-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-100.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-100.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-100.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-100.cn-btn-hover-v1-bottom:before {
    background-color: #99f5f3; }

.cn-btn-cyan-900 {
  background-color: #031c1b;
  color: #ffffff; }
  .cn-btn-cyan-900:hover {
    color: #ffffff;
    background-color: #053332;
    border-color: #042a29; }
  .cn-btn-cyan-900-h:hover {
    background-color: #031c1b !important;
    color: #ffffff !important;
    border-color: #010e0e !important; }
  .cn-btn-cyan-900.cn-btn-hover-v1-left, .cn-btn-cyan-900.cn-btn-hover-v1-right, .cn-btn-cyan-900.cn-btn-hover-v1-top, .cn-btn-cyan-900.cn-btn-hover-v1-bottom {
    background-color: #031c1b; }
    .cn-btn-cyan-900.cn-btn-hover-v1-left:before, .cn-btn-cyan-900.cn-btn-hover-v1-right:before, .cn-btn-cyan-900.cn-btn-hover-v1-top:before, .cn-btn-cyan-900.cn-btn-hover-v1-bottom:before {
      background-color: #042a29;
      z-index: 1; }
  .cn-btn-cyan-900[class*="cn-btn-hover-v2"] {
    background-color: #031c1b; }

.cn-btn-outline-cyan-900 {
  color: #031c1b;
  background-color: transparent;
  background-image: none;
  border-color: #031c1b !important; }
  .cn-btn-outline-cyan-900:hover {
    color: #ffffff;
    background-color: #031c1b;
    border-color: #031c1b; }
  .cn-btn-outline-cyan-900:focus, .cn-btn-outline-cyan-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-900.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-900.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-900.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-900.cn-btn-hover-v1-bottom:before {
    background-color: #031c1b; }

.cn-btn-cyan-200 {
  background-color: #6ff1ef;
  color: #212121; }
  .cn-btn-cyan-200:hover {
    color: #212121;
    background-color: #86f3f1;
    border-color: #7df2f0; }
  .cn-btn-cyan-200-h:hover {
    background-color: #6ff1ef !important;
    color: #212121 !important;
    border-color: #61f0ed !important; }
  .cn-btn-cyan-200.cn-btn-hover-v1-left, .cn-btn-cyan-200.cn-btn-hover-v1-right, .cn-btn-cyan-200.cn-btn-hover-v1-top, .cn-btn-cyan-200.cn-btn-hover-v1-bottom {
    background-color: #6ff1ef; }
    .cn-btn-cyan-200.cn-btn-hover-v1-left:before, .cn-btn-cyan-200.cn-btn-hover-v1-right:before, .cn-btn-cyan-200.cn-btn-hover-v1-top:before, .cn-btn-cyan-200.cn-btn-hover-v1-bottom:before {
      background-color: #7df2f0;
      z-index: 1; }
  .cn-btn-cyan-200[class*="cn-btn-hover-v2"] {
    background-color: #6ff1ef; }

.cn-btn-outline-cyan-200 {
  color: #6ff1ef;
  background-color: transparent;
  background-image: none;
  border-color: #6ff1ef !important; }
  .cn-btn-outline-cyan-200:hover {
    color: #212121;
    background-color: #6ff1ef;
    border-color: #6ff1ef; }
  .cn-btn-outline-cyan-200:focus, .cn-btn-outline-cyan-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-200.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-200.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-200.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-200.cn-btn-hover-v1-bottom:before {
    background-color: #6ff1ef; }

.cn-btn-cyan-800 {
  background-color: #074644;
  color: #ffffff; }
  .cn-btn-cyan-800:hover {
    color: #ffffff;
    background-color: #095d5b;
    border-color: #085352; }
  .cn-btn-cyan-800-h:hover {
    background-color: #074644 !important;
    color: #ffffff !important;
    border-color: #053837 !important; }
  .cn-btn-cyan-800.cn-btn-hover-v1-left, .cn-btn-cyan-800.cn-btn-hover-v1-right, .cn-btn-cyan-800.cn-btn-hover-v1-top, .cn-btn-cyan-800.cn-btn-hover-v1-bottom {
    background-color: #074644; }
    .cn-btn-cyan-800.cn-btn-hover-v1-left:before, .cn-btn-cyan-800.cn-btn-hover-v1-right:before, .cn-btn-cyan-800.cn-btn-hover-v1-top:before, .cn-btn-cyan-800.cn-btn-hover-v1-bottom:before {
      background-color: #085352;
      z-index: 1; }
  .cn-btn-cyan-800[class*="cn-btn-hover-v2"] {
    background-color: #074644; }

.cn-btn-outline-cyan-800 {
  color: #074644;
  background-color: transparent;
  background-image: none;
  border-color: #074644 !important; }
  .cn-btn-outline-cyan-800:hover {
    color: #ffffff;
    background-color: #074644;
    border-color: #074644; }
  .cn-btn-outline-cyan-800:focus, .cn-btn-outline-cyan-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-800.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-800.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-800.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-800.cn-btn-hover-v1-bottom:before {
    background-color: #074644; }

.cn-btn-cyan-300 {
  background-color: #45edea;
  color: #212121; }
  .cn-btn-cyan-300:hover {
    color: #212121;
    background-color: #5cefed;
    border-color: #53eeec; }
  .cn-btn-cyan-300-h:hover {
    background-color: #45edea !important;
    color: #212121 !important;
    border-color: #37ece8 !important; }
  .cn-btn-cyan-300.cn-btn-hover-v1-left, .cn-btn-cyan-300.cn-btn-hover-v1-right, .cn-btn-cyan-300.cn-btn-hover-v1-top, .cn-btn-cyan-300.cn-btn-hover-v1-bottom {
    background-color: #45edea; }
    .cn-btn-cyan-300.cn-btn-hover-v1-left:before, .cn-btn-cyan-300.cn-btn-hover-v1-right:before, .cn-btn-cyan-300.cn-btn-hover-v1-top:before, .cn-btn-cyan-300.cn-btn-hover-v1-bottom:before {
      background-color: #53eeec;
      z-index: 1; }
  .cn-btn-cyan-300[class*="cn-btn-hover-v2"] {
    background-color: #45edea; }

.cn-btn-outline-cyan-300 {
  color: #45edea;
  background-color: transparent;
  background-image: none;
  border-color: #45edea !important; }
  .cn-btn-outline-cyan-300:hover {
    color: #212121;
    background-color: #45edea;
    border-color: #45edea; }
  .cn-btn-outline-cyan-300:focus, .cn-btn-outline-cyan-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-300.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-300.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-300.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-300.cn-btn-hover-v1-bottom:before {
    background-color: #45edea; }

.cn-btn-cyan-700 {
  background-color: #0b6f6e;
  color: #ffffff; }
  .cn-btn-cyan-700:hover {
    color: #ffffff;
    background-color: #0d8785;
    border-color: #0c7d7b; }
  .cn-btn-cyan-700-h:hover {
    background-color: #0b6f6e !important;
    color: #ffffff !important;
    border-color: #096160 !important; }
  .cn-btn-cyan-700.cn-btn-hover-v1-left, .cn-btn-cyan-700.cn-btn-hover-v1-right, .cn-btn-cyan-700.cn-btn-hover-v1-top, .cn-btn-cyan-700.cn-btn-hover-v1-bottom {
    background-color: #0b6f6e; }
    .cn-btn-cyan-700.cn-btn-hover-v1-left:before, .cn-btn-cyan-700.cn-btn-hover-v1-right:before, .cn-btn-cyan-700.cn-btn-hover-v1-top:before, .cn-btn-cyan-700.cn-btn-hover-v1-bottom:before {
      background-color: #0c7d7b;
      z-index: 1; }
  .cn-btn-cyan-700[class*="cn-btn-hover-v2"] {
    background-color: #0b6f6e; }

.cn-btn-outline-cyan-700 {
  color: #0b6f6e;
  background-color: transparent;
  background-image: none;
  border-color: #0b6f6e !important; }
  .cn-btn-outline-cyan-700:hover {
    color: #ffffff;
    background-color: #0b6f6e;
    border-color: #0b6f6e; }
  .cn-btn-outline-cyan-700:focus, .cn-btn-outline-cyan-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-700.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-700.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-700.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-700.cn-btn-hover-v1-bottom:before {
    background-color: #0b6f6e; }

.cn-btn-cyan-400 {
  background-color: #1be9e5;
  color: #212121; }
  .cn-btn-cyan-400:hover {
    color: #212121;
    background-color: #32ebe8;
    border-color: #29eae7; }
  .cn-btn-cyan-400-h:hover {
    background-color: #1be9e5 !important;
    color: #212121 !important;
    border-color: #16dfdb !important; }
  .cn-btn-cyan-400.cn-btn-hover-v1-left, .cn-btn-cyan-400.cn-btn-hover-v1-right, .cn-btn-cyan-400.cn-btn-hover-v1-top, .cn-btn-cyan-400.cn-btn-hover-v1-bottom {
    background-color: #1be9e5; }
    .cn-btn-cyan-400.cn-btn-hover-v1-left:before, .cn-btn-cyan-400.cn-btn-hover-v1-right:before, .cn-btn-cyan-400.cn-btn-hover-v1-top:before, .cn-btn-cyan-400.cn-btn-hover-v1-bottom:before {
      background-color: #29eae7;
      z-index: 1; }
  .cn-btn-cyan-400[class*="cn-btn-hover-v2"] {
    background-color: #1be9e5; }

.cn-btn-outline-cyan-400 {
  color: #1be9e5;
  background-color: transparent;
  background-image: none;
  border-color: #1be9e5 !important; }
  .cn-btn-outline-cyan-400:hover {
    color: #212121;
    background-color: #1be9e5;
    border-color: #1be9e5; }
  .cn-btn-outline-cyan-400:focus, .cn-btn-outline-cyan-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-400.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-400.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-400.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-400.cn-btn-hover-v1-bottom:before {
    background-color: #1be9e5; }

.cn-btn-cyan-600 {
  background-color: #0f9997;
  color: #ffffff; }
  .cn-btn-cyan-600:hover {
    color: #ffffff;
    background-color: #11b0ae;
    border-color: #10a7a5; }
  .cn-btn-cyan-600-h:hover {
    background-color: #0f9997 !important;
    color: #ffffff !important;
    border-color: #0e8b89 !important; }
  .cn-btn-cyan-600.cn-btn-hover-v1-left, .cn-btn-cyan-600.cn-btn-hover-v1-right, .cn-btn-cyan-600.cn-btn-hover-v1-top, .cn-btn-cyan-600.cn-btn-hover-v1-bottom {
    background-color: #0f9997; }
    .cn-btn-cyan-600.cn-btn-hover-v1-left:before, .cn-btn-cyan-600.cn-btn-hover-v1-right:before, .cn-btn-cyan-600.cn-btn-hover-v1-top:before, .cn-btn-cyan-600.cn-btn-hover-v1-bottom:before {
      background-color: #10a7a5;
      z-index: 1; }
  .cn-btn-cyan-600[class*="cn-btn-hover-v2"] {
    background-color: #0f9997; }

.cn-btn-outline-cyan-600 {
  color: #0f9997;
  background-color: transparent;
  background-image: none;
  border-color: #0f9997 !important; }
  .cn-btn-outline-cyan-600:hover {
    color: #ffffff;
    background-color: #0f9997;
    border-color: #0f9997; }
  .cn-btn-outline-cyan-600:focus, .cn-btn-outline-cyan-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-600.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-600.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-600.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-600.cn-btn-hover-v1-bottom:before {
    background-color: #0f9997; }

.cn-btn-cyan-500 {
  background-color: #13c3c0;
  color: #ffffff; }
  .cn-btn-cyan-500:hover {
    color: #ffffff;
    background-color: #15dad7;
    border-color: #14d1ce; }
  .cn-btn-cyan-500-h:hover {
    background-color: #13c3c0 !important;
    color: #ffffff !important;
    border-color: #12b5b2 !important; }
  .cn-btn-cyan-500.cn-btn-hover-v1-left, .cn-btn-cyan-500.cn-btn-hover-v1-right, .cn-btn-cyan-500.cn-btn-hover-v1-top, .cn-btn-cyan-500.cn-btn-hover-v1-bottom {
    background-color: #13c3c0; }
    .cn-btn-cyan-500.cn-btn-hover-v1-left:before, .cn-btn-cyan-500.cn-btn-hover-v1-right:before, .cn-btn-cyan-500.cn-btn-hover-v1-top:before, .cn-btn-cyan-500.cn-btn-hover-v1-bottom:before {
      background-color: #14d1ce;
      z-index: 1; }
  .cn-btn-cyan-500[class*="cn-btn-hover-v2"] {
    background-color: #13c3c0; }

.cn-btn-outline-cyan-500 {
  color: #13c3c0;
  background-color: transparent;
  background-image: none;
  border-color: #13c3c0 !important; }
  .cn-btn-outline-cyan-500:hover {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .cn-btn-outline-cyan-500:focus, .cn-btn-outline-cyan-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan-500.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan-500.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan-500.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan-500.cn-btn-hover-v1-bottom:before {
    background-color: #13c3c0; }

.cn-btn-cyan {
  background-color: #13c3c0;
  color: #ffffff; }
  .cn-btn-cyan:hover {
    color: #ffffff;
    background-color: #15dad7;
    border-color: #14d1ce; }
  .cn-btn-cyan-h:hover {
    background-color: #13c3c0 !important;
    color: #ffffff !important;
    border-color: #12b5b2 !important; }
  .cn-btn-cyan.cn-btn-hover-v1-left, .cn-btn-cyan.cn-btn-hover-v1-right, .cn-btn-cyan.cn-btn-hover-v1-top, .cn-btn-cyan.cn-btn-hover-v1-bottom {
    background-color: #13c3c0; }
    .cn-btn-cyan.cn-btn-hover-v1-left:before, .cn-btn-cyan.cn-btn-hover-v1-right:before, .cn-btn-cyan.cn-btn-hover-v1-top:before, .cn-btn-cyan.cn-btn-hover-v1-bottom:before {
      background-color: #14d1ce;
      z-index: 1; }
  .cn-btn-cyan[class*="cn-btn-hover-v2"] {
    background-color: #13c3c0; }

.cn-btn-outline-cyan {
  color: #13c3c0;
  background-color: transparent;
  background-image: none;
  border-color: #13c3c0 !important; }
  .cn-btn-outline-cyan:hover {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .cn-btn-outline-cyan:focus, .cn-btn-outline-cyan.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-cyan.cn-btn-hover-v1-left:before, .cn-btn-outline-cyan.cn-btn-hover-v1-right:before, .cn-btn-outline-cyan.cn-btn-hover-v1-top:before, .cn-btn-outline-cyan.cn-btn-hover-v1-bottom:before {
    background-color: #13c3c0; }

.cn-btn-primary {
  background-color: #13c3c0;
  color: #ffffff; }
  .cn-btn-primary:hover {
    color: #ffffff;
    background-color: #15dad7;
    border-color: #14d1ce; }
  .cn-btn-primary-h:hover {
    background-color: #13c3c0 !important;
    color: #ffffff !important;
    border-color: #12b5b2 !important; }
  .cn-btn-primary.cn-btn-hover-v1-left, .cn-btn-primary.cn-btn-hover-v1-right, .cn-btn-primary.cn-btn-hover-v1-top, .cn-btn-primary.cn-btn-hover-v1-bottom {
    background-color: #13c3c0; }
    .cn-btn-primary.cn-btn-hover-v1-left:before, .cn-btn-primary.cn-btn-hover-v1-right:before, .cn-btn-primary.cn-btn-hover-v1-top:before, .cn-btn-primary.cn-btn-hover-v1-bottom:before {
      background-color: #14d1ce;
      z-index: 1; }
  .cn-btn-primary[class*="cn-btn-hover-v2"] {
    background-color: #13c3c0; }

.cn-btn-outline-primary {
  color: #13c3c0;
  background-color: transparent;
  background-image: none;
  border-color: #13c3c0 !important; }
  .cn-btn-outline-primary:hover {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .cn-btn-outline-primary:focus, .cn-btn-outline-primary.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-primary.cn-btn-hover-v1-left:before, .cn-btn-outline-primary.cn-btn-hover-v1-right:before, .cn-btn-outline-primary.cn-btn-hover-v1-top:before, .cn-btn-outline-primary.cn-btn-hover-v1-bottom:before {
    background-color: #13c3c0; }

.cn-btn-secondary {
  background-color: #e3e4e6;
  color: #212121; }
  .cn-btn-secondary:hover {
    color: #212121;
    background-color: #f0f1f2;
    border-color: #ebeced; }
  .cn-btn-secondary-h:hover {
    background-color: #e3e4e6 !important;
    color: #212121 !important;
    border-color: #dbdcdf !important; }
  .cn-btn-secondary.cn-btn-hover-v1-left, .cn-btn-secondary.cn-btn-hover-v1-right, .cn-btn-secondary.cn-btn-hover-v1-top, .cn-btn-secondary.cn-btn-hover-v1-bottom {
    background-color: #e3e4e6; }
    .cn-btn-secondary.cn-btn-hover-v1-left:before, .cn-btn-secondary.cn-btn-hover-v1-right:before, .cn-btn-secondary.cn-btn-hover-v1-top:before, .cn-btn-secondary.cn-btn-hover-v1-bottom:before {
      background-color: #ebeced;
      z-index: 1; }
  .cn-btn-secondary[class*="cn-btn-hover-v2"] {
    background-color: #e3e4e6; }

.cn-btn-outline-secondary {
  color: #e3e4e6;
  background-color: transparent;
  background-image: none;
  border-color: #e3e4e6 !important; }
  .cn-btn-outline-secondary:hover {
    color: #212121;
    background-color: #e3e4e6;
    border-color: #e3e4e6; }
  .cn-btn-outline-secondary:focus, .cn-btn-outline-secondary.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-secondary.cn-btn-hover-v1-left:before, .cn-btn-outline-secondary.cn-btn-hover-v1-right:before, .cn-btn-outline-secondary.cn-btn-hover-v1-top:before, .cn-btn-outline-secondary.cn-btn-hover-v1-bottom:before {
    background-color: #e3e4e6; }

.cn-btn-success {
  background-color: #10c76e;
  color: #ffffff; }
  .cn-btn-success:hover {
    color: #ffffff;
    background-color: #12df7b;
    border-color: #11d576; }
  .cn-btn-success-h:hover {
    background-color: #10c76e !important;
    color: #ffffff !important;
    border-color: #0fb966 !important; }
  .cn-btn-success.cn-btn-hover-v1-left, .cn-btn-success.cn-btn-hover-v1-right, .cn-btn-success.cn-btn-hover-v1-top, .cn-btn-success.cn-btn-hover-v1-bottom {
    background-color: #10c76e; }
    .cn-btn-success.cn-btn-hover-v1-left:before, .cn-btn-success.cn-btn-hover-v1-right:before, .cn-btn-success.cn-btn-hover-v1-top:before, .cn-btn-success.cn-btn-hover-v1-bottom:before {
      background-color: #11d576;
      z-index: 1; }
  .cn-btn-success[class*="cn-btn-hover-v2"] {
    background-color: #10c76e; }

.cn-btn-outline-success {
  color: #10c76e;
  background-color: transparent;
  background-image: none;
  border-color: #10c76e !important; }
  .cn-btn-outline-success:hover {
    color: #ffffff;
    background-color: #10c76e;
    border-color: #10c76e; }
  .cn-btn-outline-success:focus, .cn-btn-outline-success.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-success.cn-btn-hover-v1-left:before, .cn-btn-outline-success.cn-btn-hover-v1-right:before, .cn-btn-outline-success.cn-btn-hover-v1-top:before, .cn-btn-outline-success.cn-btn-hover-v1-bottom:before {
    background-color: #10c76e; }

.cn-btn-info {
  background-color: #13c3c0;
  color: #ffffff; }
  .cn-btn-info:hover {
    color: #ffffff;
    background-color: #15dad7;
    border-color: #14d1ce; }
  .cn-btn-info-h:hover {
    background-color: #13c3c0 !important;
    color: #ffffff !important;
    border-color: #12b5b2 !important; }
  .cn-btn-info.cn-btn-hover-v1-left, .cn-btn-info.cn-btn-hover-v1-right, .cn-btn-info.cn-btn-hover-v1-top, .cn-btn-info.cn-btn-hover-v1-bottom {
    background-color: #13c3c0; }
    .cn-btn-info.cn-btn-hover-v1-left:before, .cn-btn-info.cn-btn-hover-v1-right:before, .cn-btn-info.cn-btn-hover-v1-top:before, .cn-btn-info.cn-btn-hover-v1-bottom:before {
      background-color: #14d1ce;
      z-index: 1; }
  .cn-btn-info[class*="cn-btn-hover-v2"] {
    background-color: #13c3c0; }

.cn-btn-outline-info {
  color: #13c3c0;
  background-color: transparent;
  background-image: none;
  border-color: #13c3c0 !important; }
  .cn-btn-outline-info:hover {
    color: #ffffff;
    background-color: #13c3c0;
    border-color: #13c3c0; }
  .cn-btn-outline-info:focus, .cn-btn-outline-info.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-info.cn-btn-hover-v1-left:before, .cn-btn-outline-info.cn-btn-hover-v1-right:before, .cn-btn-outline-info.cn-btn-hover-v1-top:before, .cn-btn-outline-info.cn-btn-hover-v1-bottom:before {
    background-color: #13c3c0; }

.cn-btn-warning {
  background-color: #ffd716;
  color: #212121; }
  .cn-btn-warning:hover {
    color: #212121;
    background-color: #ffdb30;
    border-color: #ffda25; }
  .cn-btn-warning-h:hover {
    background-color: #ffd716 !important;
    color: #212121 !important;
    border-color: #ffd407 !important; }
  .cn-btn-warning.cn-btn-hover-v1-left, .cn-btn-warning.cn-btn-hover-v1-right, .cn-btn-warning.cn-btn-hover-v1-top, .cn-btn-warning.cn-btn-hover-v1-bottom {
    background-color: #ffd716; }
    .cn-btn-warning.cn-btn-hover-v1-left:before, .cn-btn-warning.cn-btn-hover-v1-right:before, .cn-btn-warning.cn-btn-hover-v1-top:before, .cn-btn-warning.cn-btn-hover-v1-bottom:before {
      background-color: #ffda25;
      z-index: 1; }
  .cn-btn-warning[class*="cn-btn-hover-v2"] {
    background-color: #ffd716; }

.cn-btn-outline-warning {
  color: #ffd716;
  background-color: transparent;
  background-image: none;
  border-color: #ffd716 !important; }
  .cn-btn-outline-warning:hover {
    color: #212121;
    background-color: #ffd716;
    border-color: #ffd716; }
  .cn-btn-outline-warning:focus, .cn-btn-outline-warning.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-warning.cn-btn-hover-v1-left:before, .cn-btn-outline-warning.cn-btn-hover-v1-right:before, .cn-btn-outline-warning.cn-btn-hover-v1-top:before, .cn-btn-outline-warning.cn-btn-hover-v1-bottom:before {
    background-color: #ffd716; }

.cn-btn-danger {
  background-color: #eb2a2f;
  color: #ffffff; }
  .cn-btn-danger:hover {
    color: #ffffff;
    background-color: #ed4146;
    border-color: #ec383d; }
  .cn-btn-danger-h:hover {
    background-color: #eb2a2f !important;
    color: #ffffff !important;
    border-color: #ea1c21 !important; }
  .cn-btn-danger.cn-btn-hover-v1-left, .cn-btn-danger.cn-btn-hover-v1-right, .cn-btn-danger.cn-btn-hover-v1-top, .cn-btn-danger.cn-btn-hover-v1-bottom {
    background-color: #eb2a2f; }
    .cn-btn-danger.cn-btn-hover-v1-left:before, .cn-btn-danger.cn-btn-hover-v1-right:before, .cn-btn-danger.cn-btn-hover-v1-top:before, .cn-btn-danger.cn-btn-hover-v1-bottom:before {
      background-color: #ec383d;
      z-index: 1; }
  .cn-btn-danger[class*="cn-btn-hover-v2"] {
    background-color: #eb2a2f; }

.cn-btn-outline-danger {
  color: #eb2a2f;
  background-color: transparent;
  background-image: none;
  border-color: #eb2a2f !important; }
  .cn-btn-outline-danger:hover {
    color: #ffffff;
    background-color: #eb2a2f;
    border-color: #eb2a2f; }
  .cn-btn-outline-danger:focus, .cn-btn-outline-danger.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-danger.cn-btn-hover-v1-left:before, .cn-btn-outline-danger.cn-btn-hover-v1-right:before, .cn-btn-outline-danger.cn-btn-hover-v1-top:before, .cn-btn-outline-danger.cn-btn-hover-v1-bottom:before {
    background-color: #eb2a2f; }

.cn-btn-light {
  background-color: #f9f9f9;
  color: #212121; }
  .cn-btn-light:hover {
    color: #212121;
    background-color: white;
    border-color: white; }
  .cn-btn-light-h:hover {
    background-color: #f9f9f9 !important;
    color: #212121 !important;
    border-color: #f1f1f1 !important; }
  .cn-btn-light.cn-btn-hover-v1-left, .cn-btn-light.cn-btn-hover-v1-right, .cn-btn-light.cn-btn-hover-v1-top, .cn-btn-light.cn-btn-hover-v1-bottom {
    background-color: #f9f9f9; }
    .cn-btn-light.cn-btn-hover-v1-left:before, .cn-btn-light.cn-btn-hover-v1-right:before, .cn-btn-light.cn-btn-hover-v1-top:before, .cn-btn-light.cn-btn-hover-v1-bottom:before {
      background-color: white;
      z-index: 1; }
  .cn-btn-light[class*="cn-btn-hover-v2"] {
    background-color: #f9f9f9; }

.cn-btn-outline-light {
  color: #f9f9f9;
  background-color: transparent;
  background-image: none;
  border-color: #f9f9f9 !important; }
  .cn-btn-outline-light:hover {
    color: #212121;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .cn-btn-outline-light:focus, .cn-btn-outline-light.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-light.cn-btn-hover-v1-left:before, .cn-btn-outline-light.cn-btn-hover-v1-right:before, .cn-btn-outline-light.cn-btn-hover-v1-top:before, .cn-btn-outline-light.cn-btn-hover-v1-bottom:before {
    background-color: #f9f9f9; }

.cn-btn-dark {
  background-color: #1e2428;
  color: #ffffff; }
  .cn-btn-dark:hover {
    color: #ffffff;
    background-color: #293137;
    border-color: #252c31; }
  .cn-btn-dark-h:hover {
    background-color: #1e2428 !important;
    color: #ffffff !important;
    border-color: #171c1f !important; }
  .cn-btn-dark.cn-btn-hover-v1-left, .cn-btn-dark.cn-btn-hover-v1-right, .cn-btn-dark.cn-btn-hover-v1-top, .cn-btn-dark.cn-btn-hover-v1-bottom {
    background-color: #1e2428; }
    .cn-btn-dark.cn-btn-hover-v1-left:before, .cn-btn-dark.cn-btn-hover-v1-right:before, .cn-btn-dark.cn-btn-hover-v1-top:before, .cn-btn-dark.cn-btn-hover-v1-bottom:before {
      background-color: #252c31;
      z-index: 1; }
  .cn-btn-dark[class*="cn-btn-hover-v2"] {
    background-color: #1e2428; }

.cn-btn-outline-dark {
  color: #1e2428;
  background-color: transparent;
  background-image: none;
  border-color: #1e2428 !important; }
  .cn-btn-outline-dark:hover {
    color: #ffffff;
    background-color: #1e2428;
    border-color: #1e2428; }
  .cn-btn-outline-dark:focus, .cn-btn-outline-dark.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-dark.cn-btn-hover-v1-left:before, .cn-btn-outline-dark.cn-btn-hover-v1-right:before, .cn-btn-outline-dark.cn-btn-hover-v1-top:before, .cn-btn-outline-dark.cn-btn-hover-v1-bottom:before {
    background-color: #1e2428; }

.cn-btn-gray-100 {
  background-color: #f9f9f9;
  color: #212121; }
  .cn-btn-gray-100:hover {
    color: #212121;
    background-color: white;
    border-color: white; }
  .cn-btn-gray-100-h:hover {
    background-color: #f9f9f9 !important;
    color: #212121 !important;
    border-color: #f1f1f1 !important; }
  .cn-btn-gray-100.cn-btn-hover-v1-left, .cn-btn-gray-100.cn-btn-hover-v1-right, .cn-btn-gray-100.cn-btn-hover-v1-top, .cn-btn-gray-100.cn-btn-hover-v1-bottom {
    background-color: #f9f9f9; }
    .cn-btn-gray-100.cn-btn-hover-v1-left:before, .cn-btn-gray-100.cn-btn-hover-v1-right:before, .cn-btn-gray-100.cn-btn-hover-v1-top:before, .cn-btn-gray-100.cn-btn-hover-v1-bottom:before {
      background-color: white;
      z-index: 1; }
  .cn-btn-gray-100[class*="cn-btn-hover-v2"] {
    background-color: #f9f9f9; }

.cn-btn-outline-gray-100 {
  color: #f9f9f9;
  background-color: transparent;
  background-image: none;
  border-color: #f9f9f9 !important; }
  .cn-btn-outline-gray-100:hover {
    color: #212121;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .cn-btn-outline-gray-100:focus, .cn-btn-outline-gray-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-100.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-100.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-100.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-100.cn-btn-hover-v1-bottom:before {
    background-color: #f9f9f9; }

.cn-btn-gray-200 {
  background-color: #f4f5f6;
  color: #212121; }
  .cn-btn-gray-200:hover {
    color: #212121;
    background-color: white;
    border-color: #fcfdfd; }
  .cn-btn-gray-200-h:hover {
    background-color: #f4f5f6 !important;
    color: #212121 !important;
    border-color: #ecedef !important; }
  .cn-btn-gray-200.cn-btn-hover-v1-left, .cn-btn-gray-200.cn-btn-hover-v1-right, .cn-btn-gray-200.cn-btn-hover-v1-top, .cn-btn-gray-200.cn-btn-hover-v1-bottom {
    background-color: #f4f5f6; }
    .cn-btn-gray-200.cn-btn-hover-v1-left:before, .cn-btn-gray-200.cn-btn-hover-v1-right:before, .cn-btn-gray-200.cn-btn-hover-v1-top:before, .cn-btn-gray-200.cn-btn-hover-v1-bottom:before {
      background-color: #fcfdfd;
      z-index: 1; }
  .cn-btn-gray-200[class*="cn-btn-hover-v2"] {
    background-color: #f4f5f6; }

.cn-btn-outline-gray-200 {
  color: #f4f5f6;
  background-color: transparent;
  background-image: none;
  border-color: #f4f5f6 !important; }
  .cn-btn-outline-gray-200:hover {
    color: #212121;
    background-color: #f4f5f6;
    border-color: #f4f5f6; }
  .cn-btn-outline-gray-200:focus, .cn-btn-outline-gray-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-200.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-200.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-200.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-200.cn-btn-hover-v1-bottom:before {
    background-color: #f4f5f6; }

.cn-btn-gray-300 {
  background-color: #eeeff0;
  color: #212121; }
  .cn-btn-gray-300:hover {
    color: #212121;
    background-color: #fcfcfc;
    border-color: #f6f7f7; }
  .cn-btn-gray-300-h:hover {
    background-color: #eeeff0 !important;
    color: #212121 !important;
    border-color: #e6e7e9 !important; }
  .cn-btn-gray-300.cn-btn-hover-v1-left, .cn-btn-gray-300.cn-btn-hover-v1-right, .cn-btn-gray-300.cn-btn-hover-v1-top, .cn-btn-gray-300.cn-btn-hover-v1-bottom {
    background-color: #eeeff0; }
    .cn-btn-gray-300.cn-btn-hover-v1-left:before, .cn-btn-gray-300.cn-btn-hover-v1-right:before, .cn-btn-gray-300.cn-btn-hover-v1-top:before, .cn-btn-gray-300.cn-btn-hover-v1-bottom:before {
      background-color: #f6f7f7;
      z-index: 1; }
  .cn-btn-gray-300[class*="cn-btn-hover-v2"] {
    background-color: #eeeff0; }

.cn-btn-outline-gray-300 {
  color: #eeeff0;
  background-color: transparent;
  background-image: none;
  border-color: #eeeff0 !important; }
  .cn-btn-outline-gray-300:hover {
    color: #212121;
    background-color: #eeeff0;
    border-color: #eeeff0; }
  .cn-btn-outline-gray-300:focus, .cn-btn-outline-gray-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-300.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-300.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-300.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-300.cn-btn-hover-v1-bottom:before {
    background-color: #eeeff0; }

.cn-btn-gray-400 {
  background-color: #e3e4e6;
  color: #212121; }
  .cn-btn-gray-400:hover {
    color: #212121;
    background-color: #f0f1f2;
    border-color: #ebeced; }
  .cn-btn-gray-400-h:hover {
    background-color: #e3e4e6 !important;
    color: #212121 !important;
    border-color: #dbdcdf !important; }
  .cn-btn-gray-400.cn-btn-hover-v1-left, .cn-btn-gray-400.cn-btn-hover-v1-right, .cn-btn-gray-400.cn-btn-hover-v1-top, .cn-btn-gray-400.cn-btn-hover-v1-bottom {
    background-color: #e3e4e6; }
    .cn-btn-gray-400.cn-btn-hover-v1-left:before, .cn-btn-gray-400.cn-btn-hover-v1-right:before, .cn-btn-gray-400.cn-btn-hover-v1-top:before, .cn-btn-gray-400.cn-btn-hover-v1-bottom:before {
      background-color: #ebeced;
      z-index: 1; }
  .cn-btn-gray-400[class*="cn-btn-hover-v2"] {
    background-color: #e3e4e6; }

.cn-btn-outline-gray-400 {
  color: #e3e4e6;
  background-color: transparent;
  background-image: none;
  border-color: #e3e4e6 !important; }
  .cn-btn-outline-gray-400:hover {
    color: #212121;
    background-color: #e3e4e6;
    border-color: #e3e4e6; }
  .cn-btn-outline-gray-400:focus, .cn-btn-outline-gray-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-400.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-400.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-400.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-400.cn-btn-hover-v1-bottom:before {
    background-color: #e3e4e6; }

.cn-btn-gray-500 {
  background-color: #b9b9b9;
  color: #212121; }
  .cn-btn-gray-500:hover {
    color: #212121;
    background-color: #c6c6c6;
    border-color: #c1c1c1; }
  .cn-btn-gray-500-h:hover {
    background-color: #b9b9b9 !important;
    color: #212121 !important;
    border-color: #b1b1b1 !important; }
  .cn-btn-gray-500.cn-btn-hover-v1-left, .cn-btn-gray-500.cn-btn-hover-v1-right, .cn-btn-gray-500.cn-btn-hover-v1-top, .cn-btn-gray-500.cn-btn-hover-v1-bottom {
    background-color: #b9b9b9; }
    .cn-btn-gray-500.cn-btn-hover-v1-left:before, .cn-btn-gray-500.cn-btn-hover-v1-right:before, .cn-btn-gray-500.cn-btn-hover-v1-top:before, .cn-btn-gray-500.cn-btn-hover-v1-bottom:before {
      background-color: #c1c1c1;
      z-index: 1; }
  .cn-btn-gray-500[class*="cn-btn-hover-v2"] {
    background-color: #b9b9b9; }

.cn-btn-outline-gray-500 {
  color: #b9b9b9;
  background-color: transparent;
  background-image: none;
  border-color: #b9b9b9 !important; }
  .cn-btn-outline-gray-500:hover {
    color: #212121;
    background-color: #b9b9b9;
    border-color: #b9b9b9; }
  .cn-btn-outline-gray-500:focus, .cn-btn-outline-gray-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-500.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-500.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-500.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-500.cn-btn-hover-v1-bottom:before {
    background-color: #b9b9b9; }

.cn-btn-gray-600 {
  background-color: #7d7d7d;
  color: #ffffff; }
  .cn-btn-gray-600:hover {
    color: #ffffff;
    background-color: #8a8a8a;
    border-color: #858585; }
  .cn-btn-gray-600-h:hover {
    background-color: #7d7d7d !important;
    color: #ffffff !important;
    border-color: #757575 !important; }
  .cn-btn-gray-600.cn-btn-hover-v1-left, .cn-btn-gray-600.cn-btn-hover-v1-right, .cn-btn-gray-600.cn-btn-hover-v1-top, .cn-btn-gray-600.cn-btn-hover-v1-bottom {
    background-color: #7d7d7d; }
    .cn-btn-gray-600.cn-btn-hover-v1-left:before, .cn-btn-gray-600.cn-btn-hover-v1-right:before, .cn-btn-gray-600.cn-btn-hover-v1-top:before, .cn-btn-gray-600.cn-btn-hover-v1-bottom:before {
      background-color: #858585;
      z-index: 1; }
  .cn-btn-gray-600[class*="cn-btn-hover-v2"] {
    background-color: #7d7d7d; }

.cn-btn-outline-gray-600 {
  color: #7d7d7d;
  background-color: transparent;
  background-image: none;
  border-color: #7d7d7d !important; }
  .cn-btn-outline-gray-600:hover {
    color: #ffffff;
    background-color: #7d7d7d;
    border-color: #7d7d7d; }
  .cn-btn-outline-gray-600:focus, .cn-btn-outline-gray-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-600.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-600.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-600.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-600.cn-btn-hover-v1-bottom:before {
    background-color: #7d7d7d; }

.cn-btn-gray-700 {
  background-color: #4b4b4b;
  color: #ffffff; }
  .cn-btn-gray-700:hover {
    color: #ffffff;
    background-color: #585858;
    border-color: #535353; }
  .cn-btn-gray-700-h:hover {
    background-color: #4b4b4b !important;
    color: #ffffff !important;
    border-color: #434343 !important; }
  .cn-btn-gray-700.cn-btn-hover-v1-left, .cn-btn-gray-700.cn-btn-hover-v1-right, .cn-btn-gray-700.cn-btn-hover-v1-top, .cn-btn-gray-700.cn-btn-hover-v1-bottom {
    background-color: #4b4b4b; }
    .cn-btn-gray-700.cn-btn-hover-v1-left:before, .cn-btn-gray-700.cn-btn-hover-v1-right:before, .cn-btn-gray-700.cn-btn-hover-v1-top:before, .cn-btn-gray-700.cn-btn-hover-v1-bottom:before {
      background-color: #535353;
      z-index: 1; }
  .cn-btn-gray-700[class*="cn-btn-hover-v2"] {
    background-color: #4b4b4b; }

.cn-btn-outline-gray-700 {
  color: #4b4b4b;
  background-color: transparent;
  background-image: none;
  border-color: #4b4b4b !important; }
  .cn-btn-outline-gray-700:hover {
    color: #ffffff;
    background-color: #4b4b4b;
    border-color: #4b4b4b; }
  .cn-btn-outline-gray-700:focus, .cn-btn-outline-gray-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-700.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-700.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-700.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-700.cn-btn-hover-v1-bottom:before {
    background-color: #4b4b4b; }

.cn-btn-gray-800 {
  background-color: #2d2d2d;
  color: #ffffff; }
  .cn-btn-gray-800:hover {
    color: #ffffff;
    background-color: #3a3a3a;
    border-color: #353535; }
  .cn-btn-gray-800-h:hover {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
    border-color: #252525 !important; }
  .cn-btn-gray-800.cn-btn-hover-v1-left, .cn-btn-gray-800.cn-btn-hover-v1-right, .cn-btn-gray-800.cn-btn-hover-v1-top, .cn-btn-gray-800.cn-btn-hover-v1-bottom {
    background-color: #2d2d2d; }
    .cn-btn-gray-800.cn-btn-hover-v1-left:before, .cn-btn-gray-800.cn-btn-hover-v1-right:before, .cn-btn-gray-800.cn-btn-hover-v1-top:before, .cn-btn-gray-800.cn-btn-hover-v1-bottom:before {
      background-color: #353535;
      z-index: 1; }
  .cn-btn-gray-800[class*="cn-btn-hover-v2"] {
    background-color: #2d2d2d; }

.cn-btn-outline-gray-800 {
  color: #2d2d2d;
  background-color: transparent;
  background-image: none;
  border-color: #2d2d2d !important; }
  .cn-btn-outline-gray-800:hover {
    color: #ffffff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }
  .cn-btn-outline-gray-800:focus, .cn-btn-outline-gray-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-800.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-800.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-800.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-800.cn-btn-hover-v1-bottom:before {
    background-color: #2d2d2d; }

.cn-btn-gray-900 {
  background-color: #212121;
  color: #ffffff; }
  .cn-btn-gray-900:hover {
    color: #ffffff;
    background-color: #2e2e2e;
    border-color: #292929; }
  .cn-btn-gray-900-h:hover {
    background-color: #212121 !important;
    color: #ffffff !important;
    border-color: #191919 !important; }
  .cn-btn-gray-900.cn-btn-hover-v1-left, .cn-btn-gray-900.cn-btn-hover-v1-right, .cn-btn-gray-900.cn-btn-hover-v1-top, .cn-btn-gray-900.cn-btn-hover-v1-bottom {
    background-color: #212121; }
    .cn-btn-gray-900.cn-btn-hover-v1-left:before, .cn-btn-gray-900.cn-btn-hover-v1-right:before, .cn-btn-gray-900.cn-btn-hover-v1-top:before, .cn-btn-gray-900.cn-btn-hover-v1-bottom:before {
      background-color: #292929;
      z-index: 1; }
  .cn-btn-gray-900[class*="cn-btn-hover-v2"] {
    background-color: #212121; }

.cn-btn-outline-gray-900 {
  color: #212121;
  background-color: transparent;
  background-image: none;
  border-color: #212121 !important; }
  .cn-btn-outline-gray-900:hover {
    color: #ffffff;
    background-color: #212121;
    border-color: #212121; }
  .cn-btn-outline-gray-900:focus, .cn-btn-outline-gray-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-gray-900.cn-btn-hover-v1-left:before, .cn-btn-outline-gray-900.cn-btn-hover-v1-right:before, .cn-btn-outline-gray-900.cn-btn-hover-v1-top:before, .cn-btn-outline-gray-900.cn-btn-hover-v1-bottom:before {
    background-color: #212121; }

.cn-btn-bluegray-100 {
  background-color: #f1f8fa;
  color: #212121; }
  .cn-btn-bluegray-100:hover {
    color: #212121;
    background-color: white;
    border-color: #fcfefe; }
  .cn-btn-bluegray-100-h:hover {
    background-color: #f1f8fa !important;
    color: #212121 !important;
    border-color: #e6f2f6 !important; }
  .cn-btn-bluegray-100.cn-btn-hover-v1-left, .cn-btn-bluegray-100.cn-btn-hover-v1-right, .cn-btn-bluegray-100.cn-btn-hover-v1-top, .cn-btn-bluegray-100.cn-btn-hover-v1-bottom {
    background-color: #f1f8fa; }
    .cn-btn-bluegray-100.cn-btn-hover-v1-left:before, .cn-btn-bluegray-100.cn-btn-hover-v1-right:before, .cn-btn-bluegray-100.cn-btn-hover-v1-top:before, .cn-btn-bluegray-100.cn-btn-hover-v1-bottom:before {
      background-color: #fcfefe;
      z-index: 1; }
  .cn-btn-bluegray-100[class*="cn-btn-hover-v2"] {
    background-color: #f1f8fa; }

.cn-btn-outline-bluegray-100 {
  color: #f1f8fa;
  background-color: transparent;
  background-image: none;
  border-color: #f1f8fa !important; }
  .cn-btn-outline-bluegray-100:hover {
    color: #212121;
    background-color: #f1f8fa;
    border-color: #f1f8fa; }
  .cn-btn-outline-bluegray-100:focus, .cn-btn-outline-bluegray-100.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-100.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-100.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-100.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-100.cn-btn-hover-v1-bottom:before {
    background-color: #f1f8fa; }

.cn-btn-bluegray-200 {
  background-color: #e6eff4;
  color: #212121; }
  .cn-btn-bluegray-200:hover {
    color: #212121;
    background-color: #f8fafc;
    border-color: #f1f6f9; }
  .cn-btn-bluegray-200-h:hover {
    background-color: #e6eff4 !important;
    color: #212121 !important;
    border-color: #dbe8ef !important; }
  .cn-btn-bluegray-200.cn-btn-hover-v1-left, .cn-btn-bluegray-200.cn-btn-hover-v1-right, .cn-btn-bluegray-200.cn-btn-hover-v1-top, .cn-btn-bluegray-200.cn-btn-hover-v1-bottom {
    background-color: #e6eff4; }
    .cn-btn-bluegray-200.cn-btn-hover-v1-left:before, .cn-btn-bluegray-200.cn-btn-hover-v1-right:before, .cn-btn-bluegray-200.cn-btn-hover-v1-top:before, .cn-btn-bluegray-200.cn-btn-hover-v1-bottom:before {
      background-color: #f1f6f9;
      z-index: 1; }
  .cn-btn-bluegray-200[class*="cn-btn-hover-v2"] {
    background-color: #e6eff4; }

.cn-btn-outline-bluegray-200 {
  color: #e6eff4;
  background-color: transparent;
  background-image: none;
  border-color: #e6eff4 !important; }
  .cn-btn-outline-bluegray-200:hover {
    color: #212121;
    background-color: #e6eff4;
    border-color: #e6eff4; }
  .cn-btn-outline-bluegray-200:focus, .cn-btn-outline-bluegray-200.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-200.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-200.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-200.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-200.cn-btn-hover-v1-bottom:before {
    background-color: #e6eff4; }

.cn-btn-bluegray-300 {
  background-color: #ced7dc;
  color: #212121; }
  .cn-btn-bluegray-300:hover {
    color: #212121;
    background-color: #dde3e7;
    border-color: #d7dee2; }
  .cn-btn-bluegray-300-h:hover {
    background-color: #ced7dc !important;
    color: #212121 !important;
    border-color: #c5d0d6 !important; }
  .cn-btn-bluegray-300.cn-btn-hover-v1-left, .cn-btn-bluegray-300.cn-btn-hover-v1-right, .cn-btn-bluegray-300.cn-btn-hover-v1-top, .cn-btn-bluegray-300.cn-btn-hover-v1-bottom {
    background-color: #ced7dc; }
    .cn-btn-bluegray-300.cn-btn-hover-v1-left:before, .cn-btn-bluegray-300.cn-btn-hover-v1-right:before, .cn-btn-bluegray-300.cn-btn-hover-v1-top:before, .cn-btn-bluegray-300.cn-btn-hover-v1-bottom:before {
      background-color: #d7dee2;
      z-index: 1; }
  .cn-btn-bluegray-300[class*="cn-btn-hover-v2"] {
    background-color: #ced7dc; }

.cn-btn-outline-bluegray-300 {
  color: #ced7dc;
  background-color: transparent;
  background-image: none;
  border-color: #ced7dc !important; }
  .cn-btn-outline-bluegray-300:hover {
    color: #212121;
    background-color: #ced7dc;
    border-color: #ced7dc; }
  .cn-btn-outline-bluegray-300:focus, .cn-btn-outline-bluegray-300.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-300.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-300.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-300.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-300.cn-btn-hover-v1-bottom:before {
    background-color: #ced7dc; }

.cn-btn-bluegray-400 {
  background-color: #b0b9be;
  color: #212121; }
  .cn-btn-bluegray-400:hover {
    color: #212121;
    background-color: #bec5ca;
    border-color: #b8c0c5; }
  .cn-btn-bluegray-400-h:hover {
    background-color: #b0b9be !important;
    color: #212121 !important;
    border-color: #a8b2b7 !important; }
  .cn-btn-bluegray-400.cn-btn-hover-v1-left, .cn-btn-bluegray-400.cn-btn-hover-v1-right, .cn-btn-bluegray-400.cn-btn-hover-v1-top, .cn-btn-bluegray-400.cn-btn-hover-v1-bottom {
    background-color: #b0b9be; }
    .cn-btn-bluegray-400.cn-btn-hover-v1-left:before, .cn-btn-bluegray-400.cn-btn-hover-v1-right:before, .cn-btn-bluegray-400.cn-btn-hover-v1-top:before, .cn-btn-bluegray-400.cn-btn-hover-v1-bottom:before {
      background-color: #b8c0c5;
      z-index: 1; }
  .cn-btn-bluegray-400[class*="cn-btn-hover-v2"] {
    background-color: #b0b9be; }

.cn-btn-outline-bluegray-400 {
  color: #b0b9be;
  background-color: transparent;
  background-image: none;
  border-color: #b0b9be !important; }
  .cn-btn-outline-bluegray-400:hover {
    color: #212121;
    background-color: #b0b9be;
    border-color: #b0b9be; }
  .cn-btn-outline-bluegray-400:focus, .cn-btn-outline-bluegray-400.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-400.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-400.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-400.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-400.cn-btn-hover-v1-bottom:before {
    background-color: #b0b9be; }

.cn-btn-bluegray-500 {
  background-color: #838c91;
  color: #ffffff; }
  .cn-btn-bluegray-500:hover {
    color: #ffffff;
    background-color: #91999d;
    border-color: #8b9498; }
  .cn-btn-bluegray-500-h:hover {
    background-color: #838c91 !important;
    color: #ffffff !important;
    border-color: #7b848a !important; }
  .cn-btn-bluegray-500.cn-btn-hover-v1-left, .cn-btn-bluegray-500.cn-btn-hover-v1-right, .cn-btn-bluegray-500.cn-btn-hover-v1-top, .cn-btn-bluegray-500.cn-btn-hover-v1-bottom {
    background-color: #838c91; }
    .cn-btn-bluegray-500.cn-btn-hover-v1-left:before, .cn-btn-bluegray-500.cn-btn-hover-v1-right:before, .cn-btn-bluegray-500.cn-btn-hover-v1-top:before, .cn-btn-bluegray-500.cn-btn-hover-v1-bottom:before {
      background-color: #8b9498;
      z-index: 1; }
  .cn-btn-bluegray-500[class*="cn-btn-hover-v2"] {
    background-color: #838c91; }

.cn-btn-outline-bluegray-500 {
  color: #838c91;
  background-color: transparent;
  background-image: none;
  border-color: #838c91 !important; }
  .cn-btn-outline-bluegray-500:hover {
    color: #ffffff;
    background-color: #838c91;
    border-color: #838c91; }
  .cn-btn-outline-bluegray-500:focus, .cn-btn-outline-bluegray-500.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-500.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-500.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-500.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-500.cn-btn-hover-v1-bottom:before {
    background-color: #838c91; }

.cn-btn-bluegray-600 {
  background-color: #5b6469;
  color: #ffffff; }
  .cn-btn-bluegray-600:hover {
    color: #ffffff;
    background-color: #677177;
    border-color: #626c71; }
  .cn-btn-bluegray-600-h:hover {
    background-color: #5b6469 !important;
    color: #ffffff !important;
    border-color: #545c61 !important; }
  .cn-btn-bluegray-600.cn-btn-hover-v1-left, .cn-btn-bluegray-600.cn-btn-hover-v1-right, .cn-btn-bluegray-600.cn-btn-hover-v1-top, .cn-btn-bluegray-600.cn-btn-hover-v1-bottom {
    background-color: #5b6469; }
    .cn-btn-bluegray-600.cn-btn-hover-v1-left:before, .cn-btn-bluegray-600.cn-btn-hover-v1-right:before, .cn-btn-bluegray-600.cn-btn-hover-v1-top:before, .cn-btn-bluegray-600.cn-btn-hover-v1-bottom:before {
      background-color: #626c71;
      z-index: 1; }
  .cn-btn-bluegray-600[class*="cn-btn-hover-v2"] {
    background-color: #5b6469; }

.cn-btn-outline-bluegray-600 {
  color: #5b6469;
  background-color: transparent;
  background-image: none;
  border-color: #5b6469 !important; }
  .cn-btn-outline-bluegray-600:hover {
    color: #ffffff;
    background-color: #5b6469;
    border-color: #5b6469; }
  .cn-btn-outline-bluegray-600:focus, .cn-btn-outline-bluegray-600.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-600.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-600.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-600.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-600.cn-btn-hover-v1-bottom:before {
    background-color: #5b6469; }

.cn-btn-bluegray-700 {
  background-color: #3d464b;
  color: #ffffff; }
  .cn-btn-bluegray-700:hover {
    color: #ffffff;
    background-color: #485359;
    border-color: #444e53; }
  .cn-btn-bluegray-700-h:hover {
    background-color: #3d464b !important;
    color: #ffffff !important;
    border-color: #363e43 !important; }
  .cn-btn-bluegray-700.cn-btn-hover-v1-left, .cn-btn-bluegray-700.cn-btn-hover-v1-right, .cn-btn-bluegray-700.cn-btn-hover-v1-top, .cn-btn-bluegray-700.cn-btn-hover-v1-bottom {
    background-color: #3d464b; }
    .cn-btn-bluegray-700.cn-btn-hover-v1-left:before, .cn-btn-bluegray-700.cn-btn-hover-v1-right:before, .cn-btn-bluegray-700.cn-btn-hover-v1-top:before, .cn-btn-bluegray-700.cn-btn-hover-v1-bottom:before {
      background-color: #444e53;
      z-index: 1; }
  .cn-btn-bluegray-700[class*="cn-btn-hover-v2"] {
    background-color: #3d464b; }

.cn-btn-outline-bluegray-700 {
  color: #3d464b;
  background-color: transparent;
  background-image: none;
  border-color: #3d464b !important; }
  .cn-btn-outline-bluegray-700:hover {
    color: #ffffff;
    background-color: #3d464b;
    border-color: #3d464b; }
  .cn-btn-outline-bluegray-700:focus, .cn-btn-outline-bluegray-700.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-700.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-700.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-700.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-700.cn-btn-hover-v1-bottom:before {
    background-color: #3d464b; }

.cn-btn-bluegray-800 {
  background-color: #2a3237;
  color: #ffffff; }
  .cn-btn-bluegray-800:hover {
    color: #ffffff;
    background-color: #353f45;
    border-color: #313a40; }
  .cn-btn-bluegray-800-h:hover {
    background-color: #2a3237 !important;
    color: #ffffff !important;
    border-color: #232a2e !important; }
  .cn-btn-bluegray-800.cn-btn-hover-v1-left, .cn-btn-bluegray-800.cn-btn-hover-v1-right, .cn-btn-bluegray-800.cn-btn-hover-v1-top, .cn-btn-bluegray-800.cn-btn-hover-v1-bottom {
    background-color: #2a3237; }
    .cn-btn-bluegray-800.cn-btn-hover-v1-left:before, .cn-btn-bluegray-800.cn-btn-hover-v1-right:before, .cn-btn-bluegray-800.cn-btn-hover-v1-top:before, .cn-btn-bluegray-800.cn-btn-hover-v1-bottom:before {
      background-color: #313a40;
      z-index: 1; }
  .cn-btn-bluegray-800[class*="cn-btn-hover-v2"] {
    background-color: #2a3237; }

.cn-btn-outline-bluegray-800 {
  color: #2a3237;
  background-color: transparent;
  background-image: none;
  border-color: #2a3237 !important; }
  .cn-btn-outline-bluegray-800:hover {
    color: #ffffff;
    background-color: #2a3237;
    border-color: #2a3237; }
  .cn-btn-outline-bluegray-800:focus, .cn-btn-outline-bluegray-800.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-800.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-800.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-800.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-800.cn-btn-hover-v1-bottom:before {
    background-color: #2a3237; }

.cn-btn-bluegray-900 {
  background-color: #1e2428;
  color: #ffffff; }
  .cn-btn-bluegray-900:hover {
    color: #ffffff;
    background-color: #293137;
    border-color: #252c31; }
  .cn-btn-bluegray-900-h:hover {
    background-color: #1e2428 !important;
    color: #ffffff !important;
    border-color: #171c1f !important; }
  .cn-btn-bluegray-900.cn-btn-hover-v1-left, .cn-btn-bluegray-900.cn-btn-hover-v1-right, .cn-btn-bluegray-900.cn-btn-hover-v1-top, .cn-btn-bluegray-900.cn-btn-hover-v1-bottom {
    background-color: #1e2428; }
    .cn-btn-bluegray-900.cn-btn-hover-v1-left:before, .cn-btn-bluegray-900.cn-btn-hover-v1-right:before, .cn-btn-bluegray-900.cn-btn-hover-v1-top:before, .cn-btn-bluegray-900.cn-btn-hover-v1-bottom:before {
      background-color: #252c31;
      z-index: 1; }
  .cn-btn-bluegray-900[class*="cn-btn-hover-v2"] {
    background-color: #1e2428; }

.cn-btn-outline-bluegray-900 {
  color: #1e2428;
  background-color: transparent;
  background-image: none;
  border-color: #1e2428 !important; }
  .cn-btn-outline-bluegray-900:hover {
    color: #ffffff;
    background-color: #1e2428;
    border-color: #1e2428; }
  .cn-btn-outline-bluegray-900:focus, .cn-btn-outline-bluegray-900.focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cn-btn-outline-bluegray-900.cn-btn-hover-v1-left:before, .cn-btn-outline-bluegray-900.cn-btn-hover-v1-right:before, .cn-btn-outline-bluegray-900.cn-btn-hover-v1-top:before, .cn-btn-outline-bluegray-900.cn-btn-hover-v1-bottom:before {
    background-color: #1e2428; }

.cn-btn-gray-100:hover {
  color: #212121;
  background-color: #f4f4f4;
  border-color: #f4f4f4; }

.cn-btn-gray-200:hover {
  color: #212121;
  background-color: #eef0f1;
  border-color: #eef0f1; }

.cn-btn-gray-300:hover {
  color: #212121;
  background-color: #e9eaeb;
  border-color: #e9eaeb; }

.cn-btn-gray-400:hover {
  color: #212121;
  background-color: #dedfe1;
  border-color: #dedfe1; }

.cn-btn-gray-500:hover {
  color: #212121;
  background-color: #b4b4b4;
  border-color: #b4b4b4; }

.cn-btn-gray-600:hover {
  color: #ffffff;
  background-color: #787878;
  border-color: #787878; }

.cn-btn-gray-700:hover {
  color: #ffffff;
  background-color: #464646;
  border-color: #464646; }

.cn-btn-gray-800:hover {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828; }

.cn-btn-gray-900:hover {
  color: #ffffff;
  background-color: #1c1c1c;
  border-color: #1c1c1c; }

.cn-btn-bluegray-100:hover {
  color: #212121;
  background-color: #e9f4f7;
  border-color: #e9f4f7; }

.cn-btn-bluegray-200:hover {
  color: #212121;
  background-color: #dfeaf1;
  border-color: #dfeaf1; }

.cn-btn-bluegray-300:hover {
  color: #212121;
  background-color: #c8d2d8;
  border-color: #c8d2d8; }

.cn-btn-bluegray-400:hover {
  color: #212121;
  background-color: #aab4b9;
  border-color: #aab4b9; }

.cn-btn-bluegray-500:hover {
  color: #ffffff;
  background-color: #7e878c;
  border-color: #7e878c; }

.cn-btn-bluegray-600:hover {
  color: #ffffff;
  background-color: #565f64;
  border-color: #565f64; }

.cn-btn-bluegray-700:hover {
  color: #ffffff;
  background-color: #384145;
  border-color: #384145; }

.cn-btn-bluegray-800:hover {
  color: #ffffff;
  background-color: #262d31;
  border-color: #262d31; }

.cn-btn-bluegray-900:hover {
  color: #ffffff;
  background-color: #1a1f22;
  border-color: #1a1f22; }

.cn-btn-white {
  background-color: #ffffff;
  color: #111111; }

.cn-btn-black {
  background-color: #000000;
  color: #ffffff; }

.cn-btn-light:hover {
  background-color: #f1f1f1; }

/*
    20.2
    HOVER EFFECT
    -------------------------------------------------------------------------------------------------
*/
[class*="cn-btn-outline"].cn-btn-hover-v1-left, [class*="cn-btn-outline"].cn-btn-hover-v1-right, [class*="cn-btn-outline"].cn-btn-hover-v1-top, [class*="cn-btn-outline"].cn-btn-hover-v1-bottom {
  background-color: transparent !important; }

[class*="cn-btn-hover"] {
  overflow: hidden !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 1; }
  [class*="cn-btn-hover"] span, [class*="cn-btn-hover"] i {
    z-index: 2;
    position: relative; }
  [class*="cn-btn-hover"]:before {
    content: "";
    position: absolute;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: -1; }

/*
    20.3
    HOVER EFFECT 1
    -------------------------------------------------------------------------------------------------
*/
.cn-btn-hover-v1-left:before,
.cn-btn-hover-v1-right:before {
  width: 0%;
  height: 100%;
  top: 0; }

.cn-btn-hover-v1-left:hover:before,
.cn-btn-hover-v1-right:hover:before {
  width: 100%; }

.cn-btn-hover-v1-left:before {
  left: 0; }

.cn-btn-hover-v1-right:before {
  right: 0; }

.cn-btn-hover-v1-top:before,
.cn-btn-hover-v1-bottom:before {
  width: 100%;
  height: 0;
  left: 0; }

.cn-btn-hover-v1-top:hover:before,
.cn-btn-hover-v1-bottom:hover:before {
  height: 100%; }

.cn-btn-hover-v1-top:before {
  top: 0; }

.cn-btn-hover-v1-bottom:before {
  bottom: 0; }

/*
    20.4
    HOVER EFFECT 2
    -------------------------------------------------------------------------------------------------
*/
[class*="cn-btn-hover-v2"]:before {
  height: 3px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 2;
  width: 0; }

[class*="cn-btn-hover-v2"]:hover:before {
  width: 100%; }

.cn-btn-hover-v2-center:before {
  bottom: 0;
  left: 50%; }

.cn-btn-hover-v2-center:hover:before {
  left: 0; }

.cn-btn-hover-v2-left:before {
  bottom: 0;
  left: 0; }

.cn-btn-hover-v2-left:hover:before {
  left: 0; }

.cn-btn-hover-v2-left-2:before {
  bottom: 0;
  right: 0;
  left: auto; }

.cn-btn-hover-v2-left-2:hover:before {
  left: 0; }

.cn-btn-hover-v2-right:before {
  bottom: 0;
  right: 0; }

.cn-btn-hover-v2-right-2:before {
  bottom: 0;
  left: 0;
  right: auto; }

.cn-btn-hover-v2-right-2:hover:before {
  left: auto;
  right: 0; }

/*
    20.5
    SIZES
    -------------------------------------------------------------------------------------------------
*/
.btn-xs {
  padding: 0.2rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

.btn-xlg {
  padding: 1rem 2.6rem;
  font-size: 1rem;
  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; }

@media (max-width: 991.98px) {
  .btn {
    padding: 0.3rem 1.2rem;
    font-size: 0.875rem; } }

/*
    @
    @   21. TOOLTIPS + POPOVERS
    @
*/
.tooltip {
  z-index: 5555; }

.bs-tooltip-top-demo .arrow,
.bs-tooltip-bottom-demo .arrow,
.bs-popover-top-demo .arrow,
.bs-popover-bottom-demo .arrow {
  left: 48%; }

.bs-tooltip-left-demo .arrow,
.bs-tooltip-right-demo .arrow,
.bs-popover-left-demo .arrow,
.bs-popover-right-demo .arrow {
  top: 48%; }

.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; }

/*

    @
    @   22. LIST / LIST-GROUPS
    @
    
*/
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: #212121;
    background-color: #f9f9f9;
    border-color: #f4f4f4;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media screen and (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: #13c3c0;
    border-color: #12bab7; }
  .list-group-item.active .bagde {
    background-color: #ffffff !important;
    color: #111111; }
  .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #4b4b4b;
    background-color: #eeeff0;
    border-color: #e9eaeb; }

/*
    @
    @   23. FORMS
    @
*/
.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 #e3e4e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (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; }

.form-control {
  font-size: 0.875rem; }

.input-group-focus.focused .input-group-prepend,
.input-group-focus.focused .input-group-append {
  border-color: #13c3c0; }

.input-group-focus-v2.focused .input-group-prepend,
.input-group-focus-v2.focused .input-group-append {
  border-color: #13c3c0 !important;
  background-color: #13c3c0 !important;
  color: #ffffff !important; }
  .input-group-focus-v2.focused .input-group-prepend a, .input-group-focus-v2.focused .input-group-prepend .btn,
  .input-group-focus-v2.focused .input-group-append a,
  .input-group-focus-v2.focused .input-group-append .btn {
    background-color: #13c3c0 !important;
    color: #ffffff !important; }

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  margin-left: 0px !important; }

.form-control {
  padding: 0.6rem 0.9rem; }

.form-control-sm, .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 0.7rem; }

.form-control-lg, .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.1rem; }

.contact-section .form-control-lg, .contact-section .input-group-lg > .form-control,
.contact-section .input-group-lg > .input-group-prepend > .input-group-text,
.contact-section .input-group-lg > .input-group-append > .input-group-text,
.contact-section .input-group-lg > .input-group-prepend > .btn,
.contact-section .input-group-lg > .input-group-append > .btn {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.875rem; }

textarea {
  overflow-x: hidden; }

.textarea-resize-0 {
  resize: none; }

select.form-control:not([size]):not([multiple]) {
  height: auto !important; }

/*
    @
    @   24. CUSTOM FORMS
    @       24.1 CUSTOM FILE INPUT
    @       24.2 CUSTOM CHECKBOX
    @       24.3 CUSTOM CHECKBOX V2
    @       24.4 CUSTOM CHECKBOX V3
    @       24.5 CUSTOM RADIO V1
    @       24.6 CUSTOM RADIO V2
    @       24.7 CUSTOM RADIO V3
    @       24.8 QUANTITIES
    @       24.9 TOGGLE / SWITCH
    @
*/
/*
    24.1
    CUSTOM FILE INPUT
    -------------------------------------------------------------------------------------------------
*/
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 40px;
  margin-bottom: 0; }

.custom-file-control:before {
  font-size: 0.875rem; }

.custom-file-control:after {
  margin-left: -0.3rem;
  font-size: 0.875rem; }

.custom-file-input {
  width: 15rem;
  height: 40px;
  margin: 0;
  cursor: pointer; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #13c3c0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #13c3c0; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0rem 1rem;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  color: #2d2d2d;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0.15rem; }

.cn-custom-file-input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .cn-custom-file-input + label {
    font-size: 0.875rem;
    background-color: #f4f5f6;
    color: #222222;
    display: inline-block;
    padding: .6rem 1.1rem; }
  .cn-custom-file-input:focus + label,
  .cn-custom-file-input + label:hover {
    background-color: #eeeff0; }
  .cn-custom-file-input + label {
    cursor: pointer; }

.form-control-xs {
  padding: 0.2rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

.custom-control-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.98px) {
    .custom-control-inline {
      display: block; } }

/*
    24.2
    CUSTOM CHECKBOX
    -------------------------------------------------------------------------------------------------
*/
[class*="cn-custom-checkbox"] {
  padding-left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  [class*="cn-custom-checkbox"] .custom-control-label::before {
    border-radius: 0.15rem; }
    [class*="cn-custom-checkbox"] .custom-control-label::before::after, [class*="cn-custom-checkbox"] .custom-control-label::before::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  [class*="cn-custom-checkbox"] .custom-control-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    [class*="cn-custom-checkbox"] .custom-control-label span {
      margin-right: 0.5rem; }

.cn-custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.cn-custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13c3c0;
  border: 1px solid #13c3c0; }

.cn-custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 70% 70%; }

/*
    24.3
    CUSTOM CHECKBOX V2
    -------------------------------------------------------------------------------------------------
*/
.cn-custom-checkbox-v2 .custom-control-input:checked ~ .custom-control-label::before {
  color: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2313c3c0' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.cn-custom-checkbox-v2 .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  border: 1px solid #13c3c0; }

.cn-custom-checkbox-v2 .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2313c3c0' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 70% 70%; }

/*
    24.4
    CUSTOM CHECKBOX V3
    -------------------------------------------------------------------------------------------------
*/
.cn-custom-checkbox-v3 .custom-control-input:checked ~ .custom-control-label::before {
  color: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2313c3c0' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.cn-custom-checkbox-v3 .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13c3c0;
  border: 1px solid #13c3c0; }

.cn-custom-checkbox-v3 .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2313c3c0' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 70% 70%; }

/*
    24.5
    CUSTOM RADIO V1
    -------------------------------------------------------------------------------------------------
*/
[class*="cn-custom-radio"] .custom-control-label::before {
  border-radius: 50%; }

.cn-custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13c3c0; }

.cn-custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 80%; }

/*
    24.6
    CUSTOM RADIO V2
    -------------------------------------------------------------------------------------------------
*/
.cn-custom-radio-v2 .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13c3c0;
  border: 1px solid #13c3c0;
  background-color: #ffffff; }

.cn-custom-radio-v2 .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2313c3c0'/%3E%3C/svg%3E");
  background-size: 60%; }

/*
    24.7
    CUSTOM RADIO V3
    -------------------------------------------------------------------------------------------------
*/
.cn-custom-radio-v3 .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13c3c0; }

.cn-custom-radio-v3 .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-size: 0%; }

/*
    24.8
    QUANTITIES
    -------------------------------------------------------------------------------------------------
*/
.quantities {
  min-width: 100px; }
  .quantities .quantity-minus,
  .quantities .quantity-plus {
    color: #7d7d7d;
    padding: 5px 8px; }
  .quantities .input-group-prepend,
  .quantities .input-group-append {
    font-size: 0.75rem !important; }
  .quantities .quantity {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px; }

/*
    24.9
    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: #13c3c0; }
      .toggle input:checked + .toggle-handle:before {
        -webkit-transform: translateX(20px);
        transform: translateX(20px); }
    .toggle input:focus + .toggle-handle {
      -webkit-box-shadow: 0 0 1px #13c3c0;
              box-shadow: 0 0 1px #13c3c0; }
  .toggle .toggle-handle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    -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; }

/*
    @
    @   25. BREADCRUMB
    @
*/
.breadcrumb {
  background-color: transparent; }
  .breadcrumb .breadcrumb-item a {
    color: #333333; }

/*
    @
    @   26. WIDGETS
    @       26. 1 TAGS
    @       26. 2 SLIDER RANGE
    @
*/
.widget .widget-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px;
  border-bottom: 2px solid #eeeff0;
  color: #4b4b4b; }

.widget a {
  color: #111111; }
  .widget a .badge {
    margin-top: 4px; }
  .widget a:hover {
    color: #13c3c0; }

.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none !important; }

.widget.latest-posts-widget img {
  width: 65px; }

.widget .widget-list li a {
  display: block;
  padding: 0px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }
  .widget .widget-list li a:hover {
    color: #13c3c0;
    background: none; }

.widget .widget-list.style2 li:hover a {
  color: #13c3c0;
  margin-left: 10px; }

.widget .widget-list i {
  color: #d8d8d8; }

/*
    26.1
    TAGS
    -------------------------------------------------------------------------------------------------
*/
.tags-widget a {
  padding: 3px 8px;
  margin-bottom: 4px;
  display: inline-block;
  background-color: #13c3c0;
  border: 1px solid #13c3c0;
  color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  font-size: .75rem;
  border-radius: 3px;
  line-height: 1.5; }
  .tags-widget a:hover {
    background-color: #ffffff;
    color: #13c3c0; }

/*
    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: #13c3c0; }
  .slider-range .ui-slider-handle,
  .slider-range-2 .ui-slider-handle,
  .slider-range-3 .ui-slider-handle {
    border: 1px solid #13c3c0;
    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: #13c3c0; }

.slider-range-2 .ui-slider-handle {
  border: 1px solid #13c3c0;
  border-radius: 0;
  background-color: #ffffff;
  outline: 0;
  margin-top: -3px; }
  .slider-range-2 .ui-slider-handle.ui-state-active {
    background-color: #13c3c0; }

.rating-stars i {
  color: #13c3c0;
  font-size: 1.1rem; }

/*
    @
    @   27. ACCORDIONS
    @
*/
.accordion-active-border .accordion-header [aria-expanded="true"] {
  border-color: #13c3c0 !important; }
  .accordion-active-border .accordion-header [aria-expanded="true"] .fa-chevron-right {
    color: #13c3c0 !important; }

.accordion-text-primary-a .accordion-header [aria-expanded="true"] {
  color: #13c3c0 !important; }

.accordion-text-primary-a .accordion-header [aria-expanded="true"] {
  color: #13c3c0 !important; }

.accordion-header [aria-expanded="true"] .fa-chevron-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/*
    @
    @   28. PROGRESS BAR
    @       27.1 STYLE 1
    @       27.2 STYLE 2
    @       27.3 SIZES
    @       27.4 CIRCLES
    @       27.5 PROGRESS STEPS
    @
*/
.progress {
  height: 12px;
  margin-bottom: 30px;
  overflow: visible;
  /*
        27.1
        STYLE 1
        ---------------------------------------------------------------------------------------------
    */
  /*
         27.2
         STYLE 2
         ---------------------------------------------------------------------------------------------
    */ }
  .progress .progress-bar {
    width: 0; }
  .progress.progress-rounded {
    border-radius: 15px; }
    .progress.progress-rounded .progress-bar {
      border-radius: 15px; }
  .progress.style1 .progress-bar {
    position: relative; }
    .progress.style1 .progress-bar .tooltiptext {
      min-width: 60px;
      background-color: #2d2d2d;
      color: #ffffff;
      text-align: center;
      padding: 5px 10px;
      font-size: .875rem;
      position: absolute;
      z-index: 100;
      right: -30px !important;
      bottom: 100%;
      margin-bottom: 10px;
      border-radius: 5px;
      opacity: 0; }
      .progress.style1 .progress-bar .tooltiptext:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #2d2d2d transparent transparent transparent; }
  .progress.style2 {
    position: relative; }
    .progress.style2 .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; }

/*
    27.3
    SIZES
    -------------------------------------------------------------------------------------------------
 */
.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; }

/*
    27.4
    CIRCLES
    -------------------------------------------------------------------------------------------------
*/
.progress-circle .circle {
  position: relative; }
  .progress-circle .circle .circle-percentage {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.7rem; }
    .progress-circle .circle .circle-percentage .perc {
      font-size: 1.3rem; }

/*
    27.5
    PROGRESS STEPS
    -------------------------------------------------------------------------------------------------
*/
.step {
  display: block;
  width: 100%;
  text-align: center; }

.step-icon-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 15px; }
  .step-icon-wrap .cn-icon,
  .step-icon-wrap .step-icon {
    z-index: 5;
    background-color: #ffffff; }
  .step-icon-wrap:before, .step-icon-wrap:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #eeeeee;
    content: '';
    z-index: 1; }
  .step-icon-wrap:before {
    left: 0; }
  .step-icon-wrap:after {
    right: 0; }

.step:first-child .step-icon-wrap:before,
.step:last-child .step-icon-wrap:after {
  display: none; }

.step.completed .step-icon-wrap:before,
.step.completed .step-icon-wrap:after {
  background-color: #13c3c0; }

@media (max-width: 767.98px) {
  .step .step-icon-wrap:before, .step .step-icon-wrap:after {
    display: none; } }

.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 #eeeff0;
  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%; } }

/*
    @
    @   29. PAGINATION
    @
*/
.cn-pagination {
  display: block; }
  .cn-pagination .page-item {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px; }
    .cn-pagination .page-item.active .page-link, .cn-pagination .page-item:active .page-link {
      background-color: #13c3c0;
      border-color: #12b5b2; }
  @media (max-width: 767.98px) {
    .cn-pagination .previous-item,
    .cn-pagination .next-item {
      display: block;
      margin-top: 8px;
      margin-bottom: 8px;
      text-align: center; } }
  .cn-pagination .previous-item .page-link,
  .cn-pagination .next-item .page-link {
    padding-left: 30px;
    padding-right: 30px; }
  .cn-pagination .page-link {
    border-radius: .2rem;
    font-size: 0.875rem !important;
    display: block; }
    .cn-pagination .page-link:active {
      color: #ffffff; }
  .cn-pagination.circle .page-link {
    border-radius: 30px !important; }

/*
    @
    @   30. ANIMATIONS
    @       30.1 LEFT / TOP ( OVERLAY + PUSH )
    @       30.2 TOP REVEAL
    @       30.3 BOTTOM REVEAL
    @       30.4 BOTTOM SLIDE
    @       30.5 ZOOM
    @       30.5 FADE IN
    @       30.6 SCROLL DOWN ( BUTTON )
    @       30.7 SCROLL UP ( BUTTON )
    @       30.8 TYPED ( CURSOR ) BLINK
    @
*/
.caption {
  overflow: hidden;
  position: relative; }
  .caption .caption-default, .caption .caption-active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-font-smoothing: antialiased; }
  .caption .caption-active {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20; }

/*
    30.1
    LEFT / TOP ( OVERLAY + PUSH )
    -------------------------------------------------------------------------------------------------
*/
.left-overlay .caption .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0);
  position: relative; }

.left-overlay .caption .caption-active {
  top: 0;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%); }

.left-overlay .caption:hover .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0); }

.left-overlay .caption:hover .caption-active {
  -webkit-transform: translate(0);
          transform: translate(0); }

.top-overlay .caption .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0);
  position: relative; }

.top-overlay .caption .caption-active {
  top: 0;
  -webkit-transform: translateY(-102%);
          transform: translateY(-102%); }

.top-overlay .caption:hover .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0); }

.top-overlay .caption:hover .caption-active {
  -webkit-transform: translate(0);
          transform: translate(0); }

.left-push .caption .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0);
  position: relative; }

.left-push .caption .caption-active {
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.left-push .caption:hover .caption-default {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.left-push .caption:hover .caption-active {
  -webkit-transform: translate(0);
          transform: translate(0); }

.top-push .caption .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0);
  position: relative; }

.top-push .caption .caption-active {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.top-push .caption:hover .caption-default {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.top-push .caption:hover .caption-active {
  -webkit-transform: translate(0);
          transform: translate(0); }

/*
    30.1
    TOP REVEAL
    -------------------------------------------------------------------------------------------------
*/
.top-reveal .caption .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 2;
  position: relative; }

.top-reveal .caption .caption-active {
  top: 0;
  height: 50%;
  -webkit-transform: translate(0%);
          transform: translate(0%);
  z-index: 1; }

.top-reveal .caption:hover .caption-default {
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.top-reveal .caption:hover .caption-active {
  -webkit-transform: translate(0);
          transform: translate(0); }

/*
    30.2
    BOTTOM REVEAL
    -------------------------------------------------------------------------------------------------
*/
.bottom-reveal .caption .caption-default {
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 2;
  position: relative; }

.bottom-reveal .caption .caption-active {
  top: auto !important;
  bottom: 0;
  height: 50%;
  -webkit-transform: translate(0%);
          transform: translate(0%);
  z-index: 1; }

.bottom-reveal .caption:hover .caption-default {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.bottom-reveal .caption:hover .caption-active {
  -webkit-transform: translate(0);
          transform: translate(0); }

/*
    30.3
    BOTTOM SLIDE
    -------------------------------------------------------------------------------------------------
*/
.bottom-slide .caption {
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  .bottom-slide .caption .caption-default {
    -webkit-transform: translate(0);
            transform: translate(0); }
  .bottom-slide .caption .caption-active {
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(102%);
            transform: translateY(102%); }
  .bottom-slide .caption:hover .caption-active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }

/*
    30.4
    ZOOM
    -------------------------------------------------------------------------------------------------
*/
.zoom .caption .caption-default {
  position: relative; }

.zoom .caption .caption-active {
  background-color: rgba(19, 195, 192, 0.8);
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.zoom .caption:hover .caption-default {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }
  .zoom .caption:hover .caption-default:after {
    opacity: 1; }

.zoom .caption:hover .caption-active {
  opacity: 1; }

/*
    30.5
    FADE IN
    -------------------------------------------------------------------------------------------------
*/
.fadein .caption .caption-active {
  background-color: rgba(19, 195, 192, 0.8);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fadein .caption:hover .caption-active {
  opacity: 1; }

/*
    30.6
    SCROLL DOWN ( BUTTON )
    -------------------------------------------------------------------------------------------------
*/
.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%; } }

/*
    30.7
    SCROLL UP ( BUTTON )
    -------------------------------------------------------------------------------------------------
*/
#scrollUp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased; }
  #scrollUp span {
    padding: 10px;
    color: #000000;
    font-size: 0.875rem;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    background-color: #ebebeb; }
    #scrollUp span:hover {
      background-color: #13c3c0;
      color: #ffffff;
      border: 1px solid #12b5b2; }

/*
    30.8
    TYPED ( CURSOR ) BLINK
    -------------------------------------------------------------------------------------------------
*/
.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; } }

/*
    @
    @   31. 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: #13c3c0;
      -webkit-box-shadow: 0 3px 10px -5px #2d2d2d;
              box-shadow: 0 3px 10px -5px #2d2d2d;
      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 #7d7d7d;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #7d7d7d; }
      .recommended-plan .ribbon span:after {
        right: 0px;
        border-left: 3px solid transparent;
        border-right: 3px solid #7d7d7d;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #7d7d7d; }

/*
    @
    @   CNOTE GENERALS
    @
*/
.g-bg-white,
.g-bg-white-h:hover {
  background-color: #fdfdfd !important;
  color: #403e44; }

.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-bg-blue-100,
.g-bg-blue-100-h:hover,
a.g-bg-blue-100 {
  background-color: #c9e0f8 !important;
  color: #212121 !important; }

a.g-bg-blue-100-active:active,
a.g-bg-blue-100-collapse-active[aria-expanded="true"] {
  background-color: #c9e0f8 !important;
  color: #212121 !important; }

.g-bg-blue-900,
.g-bg-blue-900-h:hover,
a.g-bg-blue-900 {
  background-color: #092849 !important;
  color: #ffffff !important; }

a.g-bg-blue-900-active:active,
a.g-bg-blue-900-collapse-active[aria-expanded="true"] {
  background-color: #092849 !important;
  color: #ffffff !important; }

.g-bg-blue-200,
.g-bg-blue-200-h:hover,
a.g-bg-blue-200 {
  background-color: #a0c8f3 !important;
  color: #212121 !important; }

a.g-bg-blue-200-active:active,
a.g-bg-blue-200-collapse-active[aria-expanded="true"] {
  background-color: #a0c8f3 !important;
  color: #212121 !important; }

.g-bg-blue-800,
.g-bg-blue-800-h:hover,
a.g-bg-blue-800 {
  background-color: #0e3e72 !important;
  color: #ffffff !important; }

a.g-bg-blue-800-active:active,
a.g-bg-blue-800-collapse-active[aria-expanded="true"] {
  background-color: #0e3e72 !important;
  color: #ffffff !important; }

.g-bg-blue-300,
.g-bg-blue-300-h:hover,
a.g-bg-blue-300 {
  background-color: #78b0ee !important;
  color: #212121 !important; }

a.g-bg-blue-300-active:active,
a.g-bg-blue-300-collapse-active[aria-expanded="true"] {
  background-color: #78b0ee !important;
  color: #212121 !important; }

.g-bg-blue-700,
.g-bg-blue-700-h:hover,
a.g-bg-blue-700 {
  background-color: #13549b !important;
  color: #ffffff !important; }

a.g-bg-blue-700-active:active,
a.g-bg-blue-700-collapse-active[aria-expanded="true"] {
  background-color: #13549b !important;
  color: #ffffff !important; }

.g-bg-blue-400,
.g-bg-blue-400-h:hover,
a.g-bg-blue-400 {
  background-color: #4f98e9 !important;
  color: #ffffff !important; }

a.g-bg-blue-400-active:active,
a.g-bg-blue-400-collapse-active[aria-expanded="true"] {
  background-color: #4f98e9 !important;
  color: #ffffff !important; }

.g-bg-blue-600,
.g-bg-blue-600-h:hover,
a.g-bg-blue-600 {
  background-color: #186ac4 !important;
  color: #ffffff !important; }

a.g-bg-blue-600-active:active,
a.g-bg-blue-600-collapse-active[aria-expanded="true"] {
  background-color: #186ac4 !important;
  color: #ffffff !important; }

.g-bg-blue-500,
.g-bg-blue-500-h:hover,
a.g-bg-blue-500 {
  background-color: #2680e4 !important;
  color: #ffffff !important; }

a.g-bg-blue-500-active:active,
a.g-bg-blue-500-collapse-active[aria-expanded="true"] {
  background-color: #2680e4 !important;
  color: #ffffff !important; }

.g-bg-blue,
.g-bg-blue-h:hover,
a.g-bg-blue {
  background-color: #2680e4 !important;
  color: #ffffff !important; }

a.g-bg-blue-active:active,
a.g-bg-blue-collapse-active[aria-expanded="true"] {
  background-color: #2680e4 !important;
  color: #ffffff !important; }

.g-bg-indigo-100,
.g-bg-indigo-100-h:hover,
a.g-bg-indigo-100 {
  background-color: #c2c8ea !important;
  color: #212121 !important; }

a.g-bg-indigo-100-active:active,
a.g-bg-indigo-100-collapse-active[aria-expanded="true"] {
  background-color: #c2c8ea !important;
  color: #212121 !important; }

.g-bg-indigo-900,
.g-bg-indigo-900-h:hover,
a.g-bg-indigo-900 {
  background-color: #10142d !important;
  color: #ffffff !important; }

a.g-bg-indigo-900-active:active,
a.g-bg-indigo-900-collapse-active[aria-expanded="true"] {
  background-color: #10142d !important;
  color: #ffffff !important; }

.g-bg-indigo-200,
.g-bg-indigo-200-h:hover,
a.g-bg-indigo-200 {
  background-color: #a0a9de !important;
  color: #212121 !important; }

a.g-bg-indigo-200-active:active,
a.g-bg-indigo-200-collapse-active[aria-expanded="true"] {
  background-color: #a0a9de !important;
  color: #212121 !important; }

.g-bg-indigo-800,
.g-bg-indigo-800-h:hover,
a.g-bg-indigo-800 {
  background-color: #1b234f !important;
  color: #ffffff !important; }

a.g-bg-indigo-800-active:active,
a.g-bg-indigo-800-collapse-active[aria-expanded="true"] {
  background-color: #1b234f !important;
  color: #ffffff !important; }

.g-bg-indigo-300,
.g-bg-indigo-300-h:hover,
a.g-bg-indigo-300 {
  background-color: #7e8bd2 !important;
  color: #ffffff !important; }

a.g-bg-indigo-300-active:active,
a.g-bg-indigo-300-collapse-active[aria-expanded="true"] {
  background-color: #7e8bd2 !important;
  color: #ffffff !important; }

.g-bg-indigo-700,
.g-bg-indigo-700-h:hover,
a.g-bg-indigo-700 {
  background-color: #273371 !important;
  color: #ffffff !important; }

a.g-bg-indigo-700-active:active,
a.g-bg-indigo-700-collapse-active[aria-expanded="true"] {
  background-color: #273371 !important;
  color: #ffffff !important; }

.g-bg-indigo-400,
.g-bg-indigo-400-h:hover,
a.g-bg-indigo-400 {
  background-color: #5c6cc6 !important;
  color: #ffffff !important; }

a.g-bg-indigo-400-active:active,
a.g-bg-indigo-400-collapse-active[aria-expanded="true"] {
  background-color: #5c6cc6 !important;
  color: #ffffff !important; }

.g-bg-indigo-600,
.g-bg-indigo-600-h:hover,
a.g-bg-indigo-600 {
  background-color: #334293 !important;
  color: #ffffff !important; }

a.g-bg-indigo-600-active:active,
a.g-bg-indigo-600-collapse-active[aria-expanded="true"] {
  background-color: #334293 !important;
  color: #ffffff !important; }

.g-bg-indigo-500,
.g-bg-indigo-500-h:hover,
a.g-bg-indigo-500 {
  background-color: #3F51B5 !important;
  color: #ffffff !important; }

a.g-bg-indigo-500-active:active,
a.g-bg-indigo-500-collapse-active[aria-expanded="true"] {
  background-color: #3F51B5 !important;
  color: #ffffff !important; }

.g-bg-indigo,
.g-bg-indigo-h:hover,
a.g-bg-indigo {
  background-color: #3F51B5 !important;
  color: #ffffff !important; }

a.g-bg-indigo-active:active,
a.g-bg-indigo-collapse-active[aria-expanded="true"] {
  background-color: #3F51B5 !important;
  color: #ffffff !important; }

.g-bg-purple-100,
.g-bg-purple-100-h:hover,
a.g-bg-purple-100 {
  background-color: #e4d4ed !important;
  color: #212121 !important; }

a.g-bg-purple-100-active:active,
a.g-bg-purple-100-collapse-active[aria-expanded="true"] {
  background-color: #e4d4ed !important;
  color: #212121 !important; }

.g-bg-purple-900,
.g-bg-purple-900-h:hover,
a.g-bg-purple-900 {
  background-color: #2d183a !important;
  color: #ffffff !important; }

a.g-bg-purple-900-active:active,
a.g-bg-purple-900-collapse-active[aria-expanded="true"] {
  background-color: #2d183a !important;
  color: #ffffff !important; }

.g-bg-purple-200,
.g-bg-purple-200-h:hover,
a.g-bg-purple-200 {
  background-color: #cfb4e0 !important;
  color: #212121 !important; }

a.g-bg-purple-200-active:active,
a.g-bg-purple-200-collapse-active[aria-expanded="true"] {
  background-color: #cfb4e0 !important;
  color: #212121 !important; }

.g-bg-purple-800,
.g-bg-purple-800-h:hover,
a.g-bg-purple-800 {
  background-color: #46265a !important;
  color: #ffffff !important; }

a.g-bg-purple-800-active:active,
a.g-bg-purple-800-collapse-active[aria-expanded="true"] {
  background-color: #46265a !important;
  color: #ffffff !important; }

.g-bg-purple-300,
.g-bg-purple-300-h:hover,
a.g-bg-purple-300 {
  background-color: #ba94d2 !important;
  color: #212121 !important; }

a.g-bg-purple-300-active:active,
a.g-bg-purple-300-collapse-active[aria-expanded="true"] {
  background-color: #ba94d2 !important;
  color: #212121 !important; }

.g-bg-purple-700,
.g-bg-purple-700-h:hover,
a.g-bg-purple-700 {
  background-color: #5f337b !important;
  color: #ffffff !important; }

a.g-bg-purple-700-active:active,
a.g-bg-purple-700-collapse-active[aria-expanded="true"] {
  background-color: #5f337b !important;
  color: #ffffff !important; }

.g-bg-purple-400,
.g-bg-purple-400-h:hover,
a.g-bg-purple-400 {
  background-color: #a573c5 !important;
  color: #ffffff !important; }

a.g-bg-purple-400-active:active,
a.g-bg-purple-400-collapse-active[aria-expanded="true"] {
  background-color: #a573c5 !important;
  color: #ffffff !important; }

.g-bg-purple-600,
.g-bg-purple-600-h:hover,
a.g-bg-purple-600 {
  background-color: #78419b !important;
  color: #ffffff !important; }

a.g-bg-purple-600-active:active,
a.g-bg-purple-600-collapse-active[aria-expanded="true"] {
  background-color: #78419b !important;
  color: #ffffff !important; }

.g-bg-purple-500,
.g-bg-purple-500-h:hover,
a.g-bg-purple-500 {
  background-color: #9053b7 !important;
  color: #ffffff !important; }

a.g-bg-purple-500-active:active,
a.g-bg-purple-500-collapse-active[aria-expanded="true"] {
  background-color: #9053b7 !important;
  color: #ffffff !important; }

.g-bg-purple,
.g-bg-purple-h:hover,
a.g-bg-purple {
  background-color: #9053b7 !important;
  color: #ffffff !important; }

a.g-bg-purple-active:active,
a.g-bg-purple-collapse-active[aria-expanded="true"] {
  background-color: #9053b7 !important;
  color: #ffffff !important; }

.g-bg-pink-100,
.g-bg-pink-100-h:hover,
a.g-bg-pink-100 {
  background-color: #fce6f0 !important;
  color: #212121 !important; }

a.g-bg-pink-100-active:active,
a.g-bg-pink-100-collapse-active[aria-expanded="true"] {
  background-color: #fce6f0 !important;
  color: #212121 !important; }

.g-bg-pink-900,
.g-bg-pink-900-h:hover,
a.g-bg-pink-900 {
  background-color: #680b35 !important;
  color: #ffffff !important; }

a.g-bg-pink-900-active:active,
a.g-bg-pink-900-collapse-active[aria-expanded="true"] {
  background-color: #680b35 !important;
  color: #ffffff !important; }

.g-bg-pink-200,
.g-bg-pink-200-h:hover,
a.g-bg-pink-200 {
  background-color: #f8bdd7 !important;
  color: #212121 !important; }

a.g-bg-pink-200-active:active,
a.g-bg-pink-200-collapse-active[aria-expanded="true"] {
  background-color: #f8bdd7 !important;
  color: #212121 !important; }

.g-bg-pink-800,
.g-bg-pink-800-h:hover,
a.g-bg-pink-800 {
  background-color: #920f4a !important;
  color: #ffffff !important; }

a.g-bg-pink-800-active:active,
a.g-bg-pink-800-collapse-active[aria-expanded="true"] {
  background-color: #920f4a !important;
  color: #ffffff !important; }

.g-bg-pink-300,
.g-bg-pink-300-h:hover,
a.g-bg-pink-300 {
  background-color: #f493bf !important;
  color: #212121 !important; }

a.g-bg-pink-300-active:active,
a.g-bg-pink-300-collapse-active[aria-expanded="true"] {
  background-color: #f493bf !important;
  color: #212121 !important; }

.g-bg-pink-700,
.g-bg-pink-700-h:hover,
a.g-bg-pink-700 {
  background-color: #bc145f !important;
  color: #ffffff !important; }

a.g-bg-pink-700-active:active,
a.g-bg-pink-700-collapse-active[aria-expanded="true"] {
  background-color: #bc145f !important;
  color: #ffffff !important; }

.g-bg-pink-400,
.g-bg-pink-400-h:hover,
a.g-bg-pink-400 {
  background-color: #ef6aa6 !important;
  color: #212121 !important; }

a.g-bg-pink-400-active:active,
a.g-bg-pink-400-collapse-active[aria-expanded="true"] {
  background-color: #ef6aa6 !important;
  color: #212121 !important; }

.g-bg-pink-600,
.g-bg-pink-600-h:hover,
a.g-bg-pink-600 {
  background-color: #e51874 !important;
  color: #ffffff !important; }

a.g-bg-pink-600-active:active,
a.g-bg-pink-600-collapse-active[aria-expanded="true"] {
  background-color: #e51874 !important;
  color: #ffffff !important; }

.g-bg-pink-500,
.g-bg-pink-500-h:hover,
a.g-bg-pink-500 {
  background-color: #eb408d !important;
  color: #ffffff !important; }

a.g-bg-pink-500-active:active,
a.g-bg-pink-500-collapse-active[aria-expanded="true"] {
  background-color: #eb408d !important;
  color: #ffffff !important; }

.g-bg-pink,
.g-bg-pink-h:hover,
a.g-bg-pink {
  background-color: #eb408d !important;
  color: #ffffff !important; }

a.g-bg-pink-active:active,
a.g-bg-pink-collapse-active[aria-expanded="true"] {
  background-color: #eb408d !important;
  color: #ffffff !important; }

.g-bg-red-100,
.g-bg-red-100-h:hover,
a.g-bg-red-100 {
  background-color: #fbd2d3 !important;
  color: #212121 !important; }

a.g-bg-red-100-active:active,
a.g-bg-red-100-collapse-active[aria-expanded="true"] {
  background-color: #fbd2d3 !important;
  color: #212121 !important; }

.g-bg-red-900,
.g-bg-red-900-h:hover,
a.g-bg-red-900 {
  background-color: #55080a !important;
  color: #ffffff !important; }

a.g-bg-red-900-active:active,
a.g-bg-red-900-collapse-active[aria-expanded="true"] {
  background-color: #55080a !important;
  color: #ffffff !important; }

.g-bg-red-200,
.g-bg-red-200-h:hover,
a.g-bg-red-200 {
  background-color: #f7a8aa !important;
  color: #212121 !important; }

a.g-bg-red-200-active:active,
a.g-bg-red-200-collapse-active[aria-expanded="true"] {
  background-color: #f7a8aa !important;
  color: #212121 !important; }

.g-bg-red-800,
.g-bg-red-800-h:hover,
a.g-bg-red-800 {
  background-color: #7f0c0f !important;
  color: #ffffff !important; }

a.g-bg-red-800-active:active,
a.g-bg-red-800-collapse-active[aria-expanded="true"] {
  background-color: #7f0c0f !important;
  color: #ffffff !important; }

.g-bg-red-300,
.g-bg-red-300-h:hover,
a.g-bg-red-300 {
  background-color: #f37e81 !important;
  color: #212121 !important; }

a.g-bg-red-300-active:active,
a.g-bg-red-300-collapse-active[aria-expanded="true"] {
  background-color: #f37e81 !important;
  color: #212121 !important; }

.g-bg-red-700,
.g-bg-red-700-h:hover,
a.g-bg-red-700 {
  background-color: #a91014 !important;
  color: #ffffff !important; }

a.g-bg-red-700-active:active,
a.g-bg-red-700-collapse-active[aria-expanded="true"] {
  background-color: #a91014 !important;
  color: #ffffff !important; }

.g-bg-red-400,
.g-bg-red-400-h:hover,
a.g-bg-red-400 {
  background-color: #ef5458 !important;
  color: #ffffff !important; }

a.g-bg-red-400-active:active,
a.g-bg-red-400-collapse-active[aria-expanded="true"] {
  background-color: #ef5458 !important;
  color: #ffffff !important; }

.g-bg-red-600,
.g-bg-red-600-h:hover,
a.g-bg-red-600 {
  background-color: #d31419 !important;
  color: #ffffff !important; }

a.g-bg-red-600-active:active,
a.g-bg-red-600-collapse-active[aria-expanded="true"] {
  background-color: #d31419 !important;
  color: #ffffff !important; }

.g-bg-red-500,
.g-bg-red-500-h:hover,
a.g-bg-red-500 {
  background-color: #eb2a2f !important;
  color: #ffffff !important; }

a.g-bg-red-500-active:active,
a.g-bg-red-500-collapse-active[aria-expanded="true"] {
  background-color: #eb2a2f !important;
  color: #ffffff !important; }

.g-bg-red,
.g-bg-red-h:hover,
a.g-bg-red {
  background-color: #eb2a2f !important;
  color: #ffffff !important; }

a.g-bg-red-active:active,
a.g-bg-red-collapse-active[aria-expanded="true"] {
  background-color: #eb2a2f !important;
  color: #ffffff !important; }

.g-bg-orange-100,
.g-bg-orange-100-h:hover,
a.g-bg-orange-100 {
  background-color: #ffe2b8 !important;
  color: #212121 !important; }

a.g-bg-orange-100-active:active,
a.g-bg-orange-100-collapse-active[aria-expanded="true"] {
  background-color: #ffe2b8 !important;
  color: #212121 !important; }

.g-bg-orange-900,
.g-bg-orange-900-h:hover,
a.g-bg-orange-900 {
  background-color: #472b00 !important;
  color: #ffffff !important; }

a.g-bg-orange-900-active:active,
a.g-bg-orange-900-collapse-active[aria-expanded="true"] {
  background-color: #472b00 !important;
  color: #ffffff !important; }

.g-bg-orange-200,
.g-bg-orange-200-h:hover,
a.g-bg-orange-200 {
  background-color: #ffd08a !important;
  color: #212121 !important; }

a.g-bg-orange-200-active:active,
a.g-bg-orange-200-collapse-active[aria-expanded="true"] {
  background-color: #ffd08a !important;
  color: #212121 !important; }

.g-bg-orange-800,
.g-bg-orange-800-h:hover,
a.g-bg-orange-800 {
  background-color: #754600 !important;
  color: #ffffff !important; }

a.g-bg-orange-800-active:active,
a.g-bg-orange-800-collapse-active[aria-expanded="true"] {
  background-color: #754600 !important;
  color: #ffffff !important; }

.g-bg-orange-300,
.g-bg-orange-300-h:hover,
a.g-bg-orange-300 {
  background-color: #ffbd5c !important;
  color: #212121 !important; }

a.g-bg-orange-300-active:active,
a.g-bg-orange-300-collapse-active[aria-expanded="true"] {
  background-color: #ffbd5c !important;
  color: #212121 !important; }

.g-bg-orange-700,
.g-bg-orange-700-h:hover,
a.g-bg-orange-700 {
  background-color: #a36100 !important;
  color: #ffffff !important; }

a.g-bg-orange-700-active:active,
a.g-bg-orange-700-collapse-active[aria-expanded="true"] {
  background-color: #a36100 !important;
  color: #ffffff !important; }

.g-bg-orange-400,
.g-bg-orange-400-h:hover,
a.g-bg-orange-400 {
  background-color: #ffab2e !important;
  color: #212121 !important; }

a.g-bg-orange-400-active:active,
a.g-bg-orange-400-collapse-active[aria-expanded="true"] {
  background-color: #ffab2e !important;
  color: #212121 !important; }

.g-bg-orange-600,
.g-bg-orange-600-h:hover,
a.g-bg-orange-600 {
  background-color: #d17d00 !important;
  color: #ffffff !important; }

a.g-bg-orange-600-active:active,
a.g-bg-orange-600-collapse-active[aria-expanded="true"] {
  background-color: #d17d00 !important;
  color: #ffffff !important; }

.g-bg-orange-500,
.g-bg-orange-500-h:hover,
a.g-bg-orange-500 {
  background-color: #FF9800 !important;
  color: #212121 !important; }

a.g-bg-orange-500-active:active,
a.g-bg-orange-500-collapse-active[aria-expanded="true"] {
  background-color: #FF9800 !important;
  color: #212121 !important; }

.g-bg-orange,
.g-bg-orange-h:hover,
a.g-bg-orange {
  background-color: #FF9800 !important;
  color: #212121 !important; }

a.g-bg-orange-active:active,
a.g-bg-orange-collapse-active[aria-expanded="true"] {
  background-color: #FF9800 !important;
  color: #212121 !important; }

.g-bg-deep-orange-100,
.g-bg-deep-orange-100-h:hover,
a.g-bg-deep-orange-100 {
  background-color: #fbded4 !important;
  color: #212121 !important; }

a.g-bg-deep-orange-100-active:active,
a.g-bg-deep-orange-100-collapse-active[aria-expanded="true"] {
  background-color: #fbded4 !important;
  color: #212121 !important; }

.g-bg-deep-orange-900,
.g-bg-deep-orange-900-h:hover,
a.g-bg-deep-orange-900 {
  background-color: #571e08 !important;
  color: #ffffff !important; }

a.g-bg-deep-orange-900-active:active,
a.g-bg-deep-orange-900-collapse-active[aria-expanded="true"] {
  background-color: #571e08 !important;
  color: #ffffff !important; }

.g-bg-deep-orange-200,
.g-bg-deep-orange-200-h:hover,
a.g-bg-deep-orange-200 {
  background-color: #f7bfaa !important;
  color: #212121 !important; }

a.g-bg-deep-orange-200-active:active,
a.g-bg-deep-orange-200-collapse-active[aria-expanded="true"] {
  background-color: #f7bfaa !important;
  color: #212121 !important; }

.g-bg-deep-orange-800,
.g-bg-deep-orange-800-h:hover,
a.g-bg-deep-orange-800 {
  background-color: #812c0c !important;
  color: #ffffff !important; }

a.g-bg-deep-orange-800-active:active,
a.g-bg-deep-orange-800-collapse-active[aria-expanded="true"] {
  background-color: #812c0c !important;
  color: #ffffff !important; }

.g-bg-deep-orange-300,
.g-bg-deep-orange-300-h:hover,
a.g-bg-deep-orange-300 {
  background-color: #f39f80 !important;
  color: #212121 !important; }

a.g-bg-deep-orange-300-active:active,
a.g-bg-deep-orange-300-collapse-active[aria-expanded="true"] {
  background-color: #f39f80 !important;
  color: #212121 !important; }

.g-bg-deep-orange-700,
.g-bg-deep-orange-700-h:hover,
a.g-bg-deep-orange-700 {
  background-color: #ab3a10 !important;
  color: #ffffff !important; }

a.g-bg-deep-orange-700-active:active,
a.g-bg-deep-orange-700-collapse-active[aria-expanded="true"] {
  background-color: #ab3a10 !important;
  color: #ffffff !important; }

.g-bg-deep-orange-400,
.g-bg-deep-orange-400-h:hover,
a.g-bg-deep-orange-400 {
  background-color: #ef8056 !important;
  color: #212121 !important; }

a.g-bg-deep-orange-400-active:active,
a.g-bg-deep-orange-400-collapse-active[aria-expanded="true"] {
  background-color: #ef8056 !important;
  color: #212121 !important; }

.g-bg-deep-orange-600,
.g-bg-deep-orange-600-h:hover,
a.g-bg-deep-orange-600 {
  background-color: #d54914 !important;
  color: #ffffff !important; }

a.g-bg-deep-orange-600-active:active,
a.g-bg-deep-orange-600-collapse-active[aria-expanded="true"] {
  background-color: #d54914 !important;
  color: #ffffff !important; }

.g-bg-deep-orange-500,
.g-bg-deep-orange-500-h:hover,
a.g-bg-deep-orange-500 {
  background-color: #eb602c !important;
  color: #ffffff !important; }

a.g-bg-deep-orange-500-active:active,
a.g-bg-deep-orange-500-collapse-active[aria-expanded="true"] {
  background-color: #eb602c !important;
  color: #ffffff !important; }

.g-bg-deep-orange,
.g-bg-deep-orange-h:hover,
a.g-bg-deep-orange {
  background-color: #eb602c !important;
  color: #ffffff !important; }

a.g-bg-deep-orange-active:active,
a.g-bg-deep-orange-collapse-active[aria-expanded="true"] {
  background-color: #eb602c !important;
  color: #ffffff !important; }

.g-bg-brown-100,
.g-bg-brown-100-h:hover,
a.g-bg-brown-100 {
  background-color: #e2c2a1 !important;
  color: #212121 !important; }

a.g-bg-brown-100-active:active,
a.g-bg-brown-100-collapse-active[aria-expanded="true"] {
  background-color: #e2c2a1 !important;
  color: #212121 !important; }

.g-bg-brown-900,
.g-bg-brown-900-h:hover,
a.g-bg-brown-900 {
  background-color: #0f0a05 !important;
  color: #ffffff !important; }

a.g-bg-brown-900-active:active,
a.g-bg-brown-900-collapse-active[aria-expanded="true"] {
  background-color: #0f0a05 !important;
  color: #ffffff !important; }

.g-bg-brown-200,
.g-bg-brown-200-h:hover,
a.g-bg-brown-200 {
  background-color: #d7ac7e !important;
  color: #212121 !important; }

a.g-bg-brown-200-active:active,
a.g-bg-brown-200-collapse-active[aria-expanded="true"] {
  background-color: #d7ac7e !important;
  color: #212121 !important; }

.g-bg-brown-800,
.g-bg-brown-800-h:hover,
a.g-bg-brown-800 {
  background-color: #32210f !important;
  color: #ffffff !important; }

a.g-bg-brown-800-active:active,
a.g-bg-brown-800-collapse-active[aria-expanded="true"] {
  background-color: #32210f !important;
  color: #ffffff !important; }

.g-bg-brown-300,
.g-bg-brown-300-h:hover,
a.g-bg-brown-300 {
  background-color: #cc955b !important;
  color: #212121 !important; }

a.g-bg-brown-300-active:active,
a.g-bg-brown-300-collapse-active[aria-expanded="true"] {
  background-color: #cc955b !important;
  color: #212121 !important; }

.g-bg-brown-700,
.g-bg-brown-700-h:hover,
a.g-bg-brown-700 {
  background-color: #55381a !important;
  color: #ffffff !important; }

a.g-bg-brown-700-active:active,
a.g-bg-brown-700-collapse-active[aria-expanded="true"] {
  background-color: #55381a !important;
  color: #ffffff !important; }

.g-bg-brown-400,
.g-bg-brown-400-h:hover,
a.g-bg-brown-400 {
  background-color: #be7e3b !important;
  color: #ffffff !important; }

a.g-bg-brown-400-active:active,
a.g-bg-brown-400-collapse-active[aria-expanded="true"] {
  background-color: #be7e3b !important;
  color: #ffffff !important; }

.g-bg-brown-600,
.g-bg-brown-600-h:hover,
a.g-bg-brown-600 {
  background-color: #785025 !important;
  color: #ffffff !important; }

a.g-bg-brown-600-active:active,
a.g-bg-brown-600-collapse-active[aria-expanded="true"] {
  background-color: #785025 !important;
  color: #ffffff !important; }

.g-bg-brown-500,
.g-bg-brown-500-h:hover,
a.g-bg-brown-500 {
  background-color: #9b6730 !important;
  color: #ffffff !important; }

a.g-bg-brown-500-active:active,
a.g-bg-brown-500-collapse-active[aria-expanded="true"] {
  background-color: #9b6730 !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-collapse-active[aria-expanded="true"] {
  background-color: #9b6730 !important;
  color: #ffffff !important; }

.g-bg-yellow-100,
.g-bg-yellow-100-h:hover,
a.g-bg-yellow-100 {
  background-color: #fff7ce !important;
  color: #212121 !important; }

a.g-bg-yellow-100-active:active,
a.g-bg-yellow-100-collapse-active[aria-expanded="true"] {
  background-color: #fff7ce !important;
  color: #212121 !important; }

.g-bg-yellow-900,
.g-bg-yellow-900-h:hover,
a.g-bg-yellow-900 {
  background-color: #5d4d00 !important;
  color: #ffffff !important; }

a.g-bg-yellow-900-active:active,
a.g-bg-yellow-900-collapse-active[aria-expanded="true"] {
  background-color: #5d4d00 !important;
  color: #ffffff !important; }

.g-bg-yellow-200,
.g-bg-yellow-200-h:hover,
a.g-bg-yellow-200 {
  background-color: #ffefa0 !important;
  color: #212121 !important; }

a.g-bg-yellow-200-active:active,
a.g-bg-yellow-200-collapse-active[aria-expanded="true"] {
  background-color: #ffefa0 !important;
  color: #212121 !important; }

.g-bg-yellow-800,
.g-bg-yellow-800-h:hover,
a.g-bg-yellow-800 {
  background-color: #8b7300 !important;
  color: #ffffff !important; }

a.g-bg-yellow-800-active:active,
a.g-bg-yellow-800-collapse-active[aria-expanded="true"] {
  background-color: #8b7300 !important;
  color: #ffffff !important; }

.g-bg-yellow-300,
.g-bg-yellow-300-h:hover,
a.g-bg-yellow-300 {
  background-color: #ffe772 !important;
  color: #212121 !important; }

a.g-bg-yellow-300-active:active,
a.g-bg-yellow-300-collapse-active[aria-expanded="true"] {
  background-color: #ffe772 !important;
  color: #212121 !important; }

.g-bg-yellow-700,
.g-bg-yellow-700-h:hover,
a.g-bg-yellow-700 {
  background-color: #b99900 !important;
  color: #ffffff !important; }

a.g-bg-yellow-700-active:active,
a.g-bg-yellow-700-collapse-active[aria-expanded="true"] {
  background-color: #b99900 !important;
  color: #ffffff !important; }

.g-bg-yellow-400,
.g-bg-yellow-400-h:hover,
a.g-bg-yellow-400 {
  background-color: #ffdf44 !important;
  color: #212121 !important; }

a.g-bg-yellow-400-active:active,
a.g-bg-yellow-400-collapse-active[aria-expanded="true"] {
  background-color: #ffdf44 !important;
  color: #212121 !important; }

.g-bg-yellow-600,
.g-bg-yellow-600-h:hover,
a.g-bg-yellow-600 {
  background-color: #e7bf00 !important;
  color: #212121 !important; }

a.g-bg-yellow-600-active:active,
a.g-bg-yellow-600-collapse-active[aria-expanded="true"] {
  background-color: #e7bf00 !important;
  color: #212121 !important; }

.g-bg-yellow-500,
.g-bg-yellow-500-h:hover,
a.g-bg-yellow-500 {
  background-color: #ffd716 !important;
  color: #212121 !important; }

a.g-bg-yellow-500-active:active,
a.g-bg-yellow-500-collapse-active[aria-expanded="true"] {
  background-color: #ffd716 !important;
  color: #212121 !important; }

.g-bg-yellow,
.g-bg-yellow-h:hover,
a.g-bg-yellow {
  background-color: #ffd716 !important;
  color: #212121 !important; }

a.g-bg-yellow-active:active,
a.g-bg-yellow-collapse-active[aria-expanded="true"] {
  background-color: #ffd716 !important;
  color: #212121 !important; }

.g-bg-green-100,
.g-bg-green-100-h:hover,
a.g-bg-green-100 {
  background-color: #98f7c9 !important;
  color: #212121 !important; }

a.g-bg-green-100-active:active,
a.g-bg-green-100-collapse-active[aria-expanded="true"] {
  background-color: #98f7c9 !important;
  color: #212121 !important; }

.g-bg-green-900,
.g-bg-green-900-h:hover,
a.g-bg-green-900 {
  background-color: #021d10 !important;
  color: #ffffff !important; }

a.g-bg-green-900-active:active,
a.g-bg-green-900-collapse-active[aria-expanded="true"] {
  background-color: #021d10 !important;
  color: #ffffff !important; }

.g-bg-green-200,
.g-bg-green-200-h:hover,
a.g-bg-green-200 {
  background-color: #6df3b2 !important;
  color: #212121 !important; }

a.g-bg-green-200-active:active,
a.g-bg-green-200-collapse-active[aria-expanded="true"] {
  background-color: #6df3b2 !important;
  color: #212121 !important; }

.g-bg-green-800,
.g-bg-green-800-h:hover,
a.g-bg-green-800 {
  background-color: #064828 !important;
  color: #ffffff !important; }

a.g-bg-green-800-active:active,
a.g-bg-green-800-collapse-active[aria-expanded="true"] {
  background-color: #064828 !important;
  color: #ffffff !important; }

.g-bg-green-300,
.g-bg-green-300-h:hover,
a.g-bg-green-300 {
  background-color: #43f09c !important;
  color: #212121 !important; }

a.g-bg-green-300-active:active,
a.g-bg-green-300-collapse-active[aria-expanded="true"] {
  background-color: #43f09c !important;
  color: #212121 !important; }

.g-bg-green-700,
.g-bg-green-700-h:hover,
a.g-bg-green-700 {
  background-color: #09723f !important;
  color: #ffffff !important; }

a.g-bg-green-700-active:active,
a.g-bg-green-700-collapse-active[aria-expanded="true"] {
  background-color: #09723f !important;
  color: #ffffff !important; }

.g-bg-green-400,
.g-bg-green-400-h:hover,
a.g-bg-green-400 {
  background-color: #18ec85 !important;
  color: #212121 !important; }

a.g-bg-green-400-active:active,
a.g-bg-green-400-collapse-active[aria-expanded="true"] {
  background-color: #18ec85 !important;
  color: #212121 !important; }

.g-bg-green-600,
.g-bg-green-600-h:hover,
a.g-bg-green-600 {
  background-color: #0d9d57 !important;
  color: #ffffff !important; }

a.g-bg-green-600-active:active,
a.g-bg-green-600-collapse-active[aria-expanded="true"] {
  background-color: #0d9d57 !important;
  color: #ffffff !important; }

.g-bg-green-500,
.g-bg-green-500-h:hover,
a.g-bg-green-500 {
  background-color: #10c76e !important;
  color: #ffffff !important; }

a.g-bg-green-500-active:active,
a.g-bg-green-500-collapse-active[aria-expanded="true"] {
  background-color: #10c76e !important;
  color: #ffffff !important; }

.g-bg-green,
.g-bg-green-h:hover,
a.g-bg-green {
  background-color: #10c76e !important;
  color: #ffffff !important; }

a.g-bg-green-active:active,
a.g-bg-green-collapse-active[aria-expanded="true"] {
  background-color: #10c76e !important;
  color: #ffffff !important; }

.g-bg-teal-100,
.g-bg-teal-100-h:hover,
a.g-bg-teal-100 {
  background-color: #c0eee7 !important;
  color: #212121 !important; }

a.g-bg-teal-100-active:active,
a.g-bg-teal-100-collapse-active[aria-expanded="true"] {
  background-color: #c0eee7 !important;
  color: #212121 !important; }

.g-bg-teal-900,
.g-bg-teal-900-h:hover,
a.g-bg-teal-900 {
  background-color: #0d322c !important;
  color: #ffffff !important; }

a.g-bg-teal-900-active:active,
a.g-bg-teal-900-collapse-active[aria-expanded="true"] {
  background-color: #0d322c !important;
  color: #ffffff !important; }

.g-bg-teal-200,
.g-bg-teal-200-h:hover,
a.g-bg-teal-200 {
  background-color: #9ce5d8 !important;
  color: #212121 !important; }

a.g-bg-teal-200-active:active,
a.g-bg-teal-200-collapse-active[aria-expanded="true"] {
  background-color: #9ce5d8 !important;
  color: #212121 !important; }

.g-bg-teal-800,
.g-bg-teal-800-h:hover,
a.g-bg-teal-800 {
  background-color: #17564c !important;
  color: #ffffff !important; }

a.g-bg-teal-800-active:active,
a.g-bg-teal-800-collapse-active[aria-expanded="true"] {
  background-color: #17564c !important;
  color: #ffffff !important; }

.g-bg-teal-300,
.g-bg-teal-300-h:hover,
a.g-bg-teal-300 {
  background-color: #78dbca !important;
  color: #212121 !important; }

a.g-bg-teal-300-active:active,
a.g-bg-teal-300-collapse-active[aria-expanded="true"] {
  background-color: #78dbca !important;
  color: #212121 !important; }

.g-bg-teal-700,
.g-bg-teal-700-h:hover,
a.g-bg-teal-700 {
  background-color: #217b6b !important;
  color: #ffffff !important; }

a.g-bg-teal-700-active:active,
a.g-bg-teal-700-collapse-active[aria-expanded="true"] {
  background-color: #217b6b !important;
  color: #ffffff !important; }

.g-bg-teal-400,
.g-bg-teal-400-h:hover,
a.g-bg-teal-400 {
  background-color: #54d1bc !important;
  color: #212121 !important; }

a.g-bg-teal-400-active:active,
a.g-bg-teal-400-collapse-active[aria-expanded="true"] {
  background-color: #54d1bc !important;
  color: #212121 !important; }

.g-bg-teal-600,
.g-bg-teal-600-h:hover,
a.g-bg-teal-600 {
  background-color: #2a9f8b !important;
  color: #ffffff !important; }

a.g-bg-teal-600-active:active,
a.g-bg-teal-600-collapse-active[aria-expanded="true"] {
  background-color: #2a9f8b !important;
  color: #ffffff !important; }

.g-bg-teal-500,
.g-bg-teal-500-h:hover,
a.g-bg-teal-500 {
  background-color: #34c3ab !important;
  color: #ffffff !important; }

a.g-bg-teal-500-active:active,
a.g-bg-teal-500-collapse-active[aria-expanded="true"] {
  background-color: #34c3ab !important;
  color: #ffffff !important; }

.g-bg-teal,
.g-bg-teal-h:hover,
a.g-bg-teal {
  background-color: #34c3ab !important;
  color: #ffffff !important; }

a.g-bg-teal-active:active,
a.g-bg-teal-collapse-active[aria-expanded="true"] {
  background-color: #34c3ab !important;
  color: #ffffff !important; }

.g-bg-cyan-100,
.g-bg-cyan-100-h:hover,
a.g-bg-cyan-100 {
  background-color: #99f5f3 !important;
  color: #212121 !important; }

a.g-bg-cyan-100-active:active,
a.g-bg-cyan-100-collapse-active[aria-expanded="true"] {
  background-color: #99f5f3 !important;
  color: #212121 !important; }

.g-bg-cyan-900,
.g-bg-cyan-900-h:hover,
a.g-bg-cyan-900 {
  background-color: #031c1b !important;
  color: #ffffff !important; }

a.g-bg-cyan-900-active:active,
a.g-bg-cyan-900-collapse-active[aria-expanded="true"] {
  background-color: #031c1b !important;
  color: #ffffff !important; }

.g-bg-cyan-200,
.g-bg-cyan-200-h:hover,
a.g-bg-cyan-200 {
  background-color: #6ff1ef !important;
  color: #212121 !important; }

a.g-bg-cyan-200-active:active,
a.g-bg-cyan-200-collapse-active[aria-expanded="true"] {
  background-color: #6ff1ef !important;
  color: #212121 !important; }

.g-bg-cyan-800,
.g-bg-cyan-800-h:hover,
a.g-bg-cyan-800 {
  background-color: #074644 !important;
  color: #ffffff !important; }

a.g-bg-cyan-800-active:active,
a.g-bg-cyan-800-collapse-active[aria-expanded="true"] {
  background-color: #074644 !important;
  color: #ffffff !important; }

.g-bg-cyan-300,
.g-bg-cyan-300-h:hover,
a.g-bg-cyan-300 {
  background-color: #45edea !important;
  color: #212121 !important; }

a.g-bg-cyan-300-active:active,
a.g-bg-cyan-300-collapse-active[aria-expanded="true"] {
  background-color: #45edea !important;
  color: #212121 !important; }

.g-bg-cyan-700,
.g-bg-cyan-700-h:hover,
a.g-bg-cyan-700 {
  background-color: #0b6f6e !important;
  color: #ffffff !important; }

a.g-bg-cyan-700-active:active,
a.g-bg-cyan-700-collapse-active[aria-expanded="true"] {
  background-color: #0b6f6e !important;
  color: #ffffff !important; }

.g-bg-cyan-400,
.g-bg-cyan-400-h:hover,
a.g-bg-cyan-400 {
  background-color: #1be9e5 !important;
  color: #212121 !important; }

a.g-bg-cyan-400-active:active,
a.g-bg-cyan-400-collapse-active[aria-expanded="true"] {
  background-color: #1be9e5 !important;
  color: #212121 !important; }

.g-bg-cyan-600,
.g-bg-cyan-600-h:hover,
a.g-bg-cyan-600 {
  background-color: #0f9997 !important;
  color: #ffffff !important; }

a.g-bg-cyan-600-active:active,
a.g-bg-cyan-600-collapse-active[aria-expanded="true"] {
  background-color: #0f9997 !important;
  color: #ffffff !important; }

.g-bg-cyan-500,
.g-bg-cyan-500-h:hover,
a.g-bg-cyan-500 {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

a.g-bg-cyan-500-active:active,
a.g-bg-cyan-500-collapse-active[aria-expanded="true"] {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

.g-bg-cyan,
.g-bg-cyan-h:hover,
a.g-bg-cyan {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

a.g-bg-cyan-active:active,
a.g-bg-cyan-collapse-active[aria-expanded="true"] {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

.g-bg-primary,
.g-bg-primary-h:hover,
a.g-bg-primary {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

a.g-bg-primary-active:active,
a.g-bg-primary-collapse-active[aria-expanded="true"] {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

.g-bg-secondary,
.g-bg-secondary-h:hover,
a.g-bg-secondary {
  background-color: #e3e4e6 !important;
  color: #212121 !important; }

a.g-bg-secondary-active:active,
a.g-bg-secondary-collapse-active[aria-expanded="true"] {
  background-color: #e3e4e6 !important;
  color: #212121 !important; }

.g-bg-success,
.g-bg-success-h:hover,
a.g-bg-success {
  background-color: #10c76e !important;
  color: #ffffff !important; }

a.g-bg-success-active:active,
a.g-bg-success-collapse-active[aria-expanded="true"] {
  background-color: #10c76e !important;
  color: #ffffff !important; }

.g-bg-info,
.g-bg-info-h:hover,
a.g-bg-info {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

a.g-bg-info-active:active,
a.g-bg-info-collapse-active[aria-expanded="true"] {
  background-color: #13c3c0 !important;
  color: #ffffff !important; }

.g-bg-warning,
.g-bg-warning-h:hover,
a.g-bg-warning {
  background-color: #ffd716 !important;
  color: #212121 !important; }

a.g-bg-warning-active:active,
a.g-bg-warning-collapse-active[aria-expanded="true"] {
  background-color: #ffd716 !important;
  color: #212121 !important; }

.g-bg-danger,
.g-bg-danger-h:hover,
a.g-bg-danger {
  background-color: #eb2a2f !important;
  color: #ffffff !important; }

a.g-bg-danger-active:active,
a.g-bg-danger-collapse-active[aria-expanded="true"] {
  background-color: #eb2a2f !important;
  color: #ffffff !important; }

.g-bg-light,
.g-bg-light-h:hover,
a.g-bg-light {
  background-color: #f9f9f9 !important;
  color: #212121 !important; }

a.g-bg-light-active:active,
a.g-bg-light-collapse-active[aria-expanded="true"] {
  background-color: #f9f9f9 !important;
  color: #212121 !important; }

.g-bg-dark,
.g-bg-dark-h:hover,
a.g-bg-dark {
  background-color: #1e2428 !important;
  color: #ffffff !important; }

a.g-bg-dark-active:active,
a.g-bg-dark-collapse-active[aria-expanded="true"] {
  background-color: #1e2428 !important;
  color: #ffffff !important; }

.g-bg-gray-100,
.g-bg-gray-100-h:hover {
  background-color: #f9f9f9 !important;
  color: #212121 !important; }

.g-bg-gray-200,
.g-bg-gray-200-h:hover {
  background-color: #f4f5f6 !important;
  color: #212121 !important; }

.g-bg-gray-300,
.g-bg-gray-300-h:hover {
  background-color: #eeeff0 !important;
  color: #212121 !important; }

.g-bg-gray-400,
.g-bg-gray-400-h:hover {
  background-color: #e3e4e6 !important;
  color: #212121 !important; }

.g-bg-gray-500,
.g-bg-gray-500-h:hover {
  background-color: #b9b9b9 !important;
  color: #212121 !important; }

.g-bg-gray-600,
.g-bg-gray-600-h:hover {
  background-color: #7d7d7d !important;
  color: #ffffff !important; }

.g-bg-gray-700,
.g-bg-gray-700-h:hover {
  background-color: #4b4b4b !important;
  color: #ffffff !important; }

.g-bg-gray-800,
.g-bg-gray-800-h:hover {
  background-color: #2d2d2d !important;
  color: #ffffff !important; }

.g-bg-gray-900,
.g-bg-gray-900-h:hover {
  background-color: #212121 !important;
  color: #ffffff !important; }

.g-bg-bluegray-100,
.g-bg-bluegray-100-h:hover {
  background-color: #f1f8fa !important;
  color: #212121 !important; }

.g-bg-bluegray-200,
.g-bg-bluegray-200-h:hover {
  background-color: #e6eff4 !important;
  color: #212121 !important; }

.g-bg-bluegray-300,
.g-bg-bluegray-300-h:hover {
  background-color: #ced7dc !important;
  color: #212121 !important; }

.g-bg-bluegray-400,
.g-bg-bluegray-400-h:hover {
  background-color: #b0b9be !important;
  color: #212121 !important; }

.g-bg-bluegray-500,
.g-bg-bluegray-500-h:hover {
  background-color: #838c91 !important;
  color: #ffffff !important; }

.g-bg-bluegray-600,
.g-bg-bluegray-600-h:hover {
  background-color: #5b6469 !important;
  color: #ffffff !important; }

.g-bg-bluegray-700,
.g-bg-bluegray-700-h:hover {
  background-color: #3d464b !important;
  color: #ffffff !important; }

.g-bg-bluegray-800,
.g-bg-bluegray-800-h:hover {
  background-color: #2a3237 !important;
  color: #ffffff !important; }

.g-bg-bluegray-900,
.g-bg-bluegray-900-h:hover {
  background-color: #1e2428 !important;
  color: #ffffff !important; }

.g-bg-blue-opacity-0 {
  background-color: rgba(38, 128, 228, 0) !important; }

.g-bg-blue-opacity-1 {
  background-color: rgba(38, 128, 228, 0.1) !important; }

.g-bg-blue-opacity-2 {
  background-color: rgba(38, 128, 228, 0.2) !important; }

.g-bg-blue-opacity-3 {
  background-color: rgba(38, 128, 228, 0.3) !important; }

.g-bg-blue-opacity-4 {
  background-color: rgba(38, 128, 228, 0.4) !important; }

.g-bg-blue-opacity-5 {
  background-color: rgba(38, 128, 228, 0.5) !important; }

.g-bg-blue-opacity-6 {
  background-color: rgba(38, 128, 228, 0.6) !important; }

.g-bg-blue-opacity-7 {
  background-color: rgba(38, 128, 228, 0.7) !important; }

.g-bg-blue-opacity-8 {
  background-color: rgba(38, 128, 228, 0.8) !important; }

.g-bg-blue-opacity-9 {
  background-color: rgba(38, 128, 228, 0.9) !important; }

.g-bg-indigo-opacity-0 {
  background-color: rgba(63, 81, 181, 0) !important; }

.g-bg-indigo-opacity-1 {
  background-color: rgba(63, 81, 181, 0.1) !important; }

.g-bg-indigo-opacity-2 {
  background-color: rgba(63, 81, 181, 0.2) !important; }

.g-bg-indigo-opacity-3 {
  background-color: rgba(63, 81, 181, 0.3) !important; }

.g-bg-indigo-opacity-4 {
  background-color: rgba(63, 81, 181, 0.4) !important; }

.g-bg-indigo-opacity-5 {
  background-color: rgba(63, 81, 181, 0.5) !important; }

.g-bg-indigo-opacity-6 {
  background-color: rgba(63, 81, 181, 0.6) !important; }

.g-bg-indigo-opacity-7 {
  background-color: rgba(63, 81, 181, 0.7) !important; }

.g-bg-indigo-opacity-8 {
  background-color: rgba(63, 81, 181, 0.8) !important; }

.g-bg-indigo-opacity-9 {
  background-color: rgba(63, 81, 181, 0.9) !important; }

.g-bg-purple-opacity-0 {
  background-color: rgba(144, 83, 183, 0) !important; }

.g-bg-purple-opacity-1 {
  background-color: rgba(144, 83, 183, 0.1) !important; }

.g-bg-purple-opacity-2 {
  background-color: rgba(144, 83, 183, 0.2) !important; }

.g-bg-purple-opacity-3 {
  background-color: rgba(144, 83, 183, 0.3) !important; }

.g-bg-purple-opacity-4 {
  background-color: rgba(144, 83, 183, 0.4) !important; }

.g-bg-purple-opacity-5 {
  background-color: rgba(144, 83, 183, 0.5) !important; }

.g-bg-purple-opacity-6 {
  background-color: rgba(144, 83, 183, 0.6) !important; }

.g-bg-purple-opacity-7 {
  background-color: rgba(144, 83, 183, 0.7) !important; }

.g-bg-purple-opacity-8 {
  background-color: rgba(144, 83, 183, 0.8) !important; }

.g-bg-purple-opacity-9 {
  background-color: rgba(144, 83, 183, 0.9) !important; }

.g-bg-pink-opacity-0 {
  background-color: rgba(235, 64, 141, 0) !important; }

.g-bg-pink-opacity-1 {
  background-color: rgba(235, 64, 141, 0.1) !important; }

.g-bg-pink-opacity-2 {
  background-color: rgba(235, 64, 141, 0.2) !important; }

.g-bg-pink-opacity-3 {
  background-color: rgba(235, 64, 141, 0.3) !important; }

.g-bg-pink-opacity-4 {
  background-color: rgba(235, 64, 141, 0.4) !important; }

.g-bg-pink-opacity-5 {
  background-color: rgba(235, 64, 141, 0.5) !important; }

.g-bg-pink-opacity-6 {
  background-color: rgba(235, 64, 141, 0.6) !important; }

.g-bg-pink-opacity-7 {
  background-color: rgba(235, 64, 141, 0.7) !important; }

.g-bg-pink-opacity-8 {
  background-color: rgba(235, 64, 141, 0.8) !important; }

.g-bg-pink-opacity-9 {
  background-color: rgba(235, 64, 141, 0.9) !important; }

.g-bg-red-opacity-0 {
  background-color: rgba(235, 42, 47, 0) !important; }

.g-bg-red-opacity-1 {
  background-color: rgba(235, 42, 47, 0.1) !important; }

.g-bg-red-opacity-2 {
  background-color: rgba(235, 42, 47, 0.2) !important; }

.g-bg-red-opacity-3 {
  background-color: rgba(235, 42, 47, 0.3) !important; }

.g-bg-red-opacity-4 {
  background-color: rgba(235, 42, 47, 0.4) !important; }

.g-bg-red-opacity-5 {
  background-color: rgba(235, 42, 47, 0.5) !important; }

.g-bg-red-opacity-6 {
  background-color: rgba(235, 42, 47, 0.6) !important; }

.g-bg-red-opacity-7 {
  background-color: rgba(235, 42, 47, 0.7) !important; }

.g-bg-red-opacity-8 {
  background-color: rgba(235, 42, 47, 0.8) !important; }

.g-bg-red-opacity-9 {
  background-color: rgba(235, 42, 47, 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(235, 96, 44, 0) !important; }

.g-bg-deep-orange-opacity-1 {
  background-color: rgba(235, 96, 44, 0.1) !important; }

.g-bg-deep-orange-opacity-2 {
  background-color: rgba(235, 96, 44, 0.2) !important; }

.g-bg-deep-orange-opacity-3 {
  background-color: rgba(235, 96, 44, 0.3) !important; }

.g-bg-deep-orange-opacity-4 {
  background-color: rgba(235, 96, 44, 0.4) !important; }

.g-bg-deep-orange-opacity-5 {
  background-color: rgba(235, 96, 44, 0.5) !important; }

.g-bg-deep-orange-opacity-6 {
  background-color: rgba(235, 96, 44, 0.6) !important; }

.g-bg-deep-orange-opacity-7 {
  background-color: rgba(235, 96, 44, 0.7) !important; }

.g-bg-deep-orange-opacity-8 {
  background-color: rgba(235, 96, 44, 0.8) !important; }

.g-bg-deep-orange-opacity-9 {
  background-color: rgba(235, 96, 44, 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, 215, 22, 0) !important; }

.g-bg-yellow-opacity-1 {
  background-color: rgba(255, 215, 22, 0.1) !important; }

.g-bg-yellow-opacity-2 {
  background-color: rgba(255, 215, 22, 0.2) !important; }

.g-bg-yellow-opacity-3 {
  background-color: rgba(255, 215, 22, 0.3) !important; }

.g-bg-yellow-opacity-4 {
  background-color: rgba(255, 215, 22, 0.4) !important; }

.g-bg-yellow-opacity-5 {
  background-color: rgba(255, 215, 22, 0.5) !important; }

.g-bg-yellow-opacity-6 {
  background-color: rgba(255, 215, 22, 0.6) !important; }

.g-bg-yellow-opacity-7 {
  background-color: rgba(255, 215, 22, 0.7) !important; }

.g-bg-yellow-opacity-8 {
  background-color: rgba(255, 215, 22, 0.8) !important; }

.g-bg-yellow-opacity-9 {
  background-color: rgba(255, 215, 22, 0.9) !important; }

.g-bg-green-opacity-0 {
  background-color: rgba(16, 199, 110, 0) !important; }

.g-bg-green-opacity-1 {
  background-color: rgba(16, 199, 110, 0.1) !important; }

.g-bg-green-opacity-2 {
  background-color: rgba(16, 199, 110, 0.2) !important; }

.g-bg-green-opacity-3 {
  background-color: rgba(16, 199, 110, 0.3) !important; }

.g-bg-green-opacity-4 {
  background-color: rgba(16, 199, 110, 0.4) !important; }

.g-bg-green-opacity-5 {
  background-color: rgba(16, 199, 110, 0.5) !important; }

.g-bg-green-opacity-6 {
  background-color: rgba(16, 199, 110, 0.6) !important; }

.g-bg-green-opacity-7 {
  background-color: rgba(16, 199, 110, 0.7) !important; }

.g-bg-green-opacity-8 {
  background-color: rgba(16, 199, 110, 0.8) !important; }

.g-bg-green-opacity-9 {
  background-color: rgba(16, 199, 110, 0.9) !important; }

.g-bg-teal-opacity-0 {
  background-color: rgba(52, 195, 171, 0) !important; }

.g-bg-teal-opacity-1 {
  background-color: rgba(52, 195, 171, 0.1) !important; }

.g-bg-teal-opacity-2 {
  background-color: rgba(52, 195, 171, 0.2) !important; }

.g-bg-teal-opacity-3 {
  background-color: rgba(52, 195, 171, 0.3) !important; }

.g-bg-teal-opacity-4 {
  background-color: rgba(52, 195, 171, 0.4) !important; }

.g-bg-teal-opacity-5 {
  background-color: rgba(52, 195, 171, 0.5) !important; }

.g-bg-teal-opacity-6 {
  background-color: rgba(52, 195, 171, 0.6) !important; }

.g-bg-teal-opacity-7 {
  background-color: rgba(52, 195, 171, 0.7) !important; }

.g-bg-teal-opacity-8 {
  background-color: rgba(52, 195, 171, 0.8) !important; }

.g-bg-teal-opacity-9 {
  background-color: rgba(52, 195, 171, 0.9) !important; }

.g-bg-cyan-opacity-0 {
  background-color: rgba(19, 195, 192, 0) !important; }

.g-bg-cyan-opacity-1 {
  background-color: rgba(19, 195, 192, 0.1) !important; }

.g-bg-cyan-opacity-2 {
  background-color: rgba(19, 195, 192, 0.2) !important; }

.g-bg-cyan-opacity-3 {
  background-color: rgba(19, 195, 192, 0.3) !important; }

.g-bg-cyan-opacity-4 {
  background-color: rgba(19, 195, 192, 0.4) !important; }

.g-bg-cyan-opacity-5 {
  background-color: rgba(19, 195, 192, 0.5) !important; }

.g-bg-cyan-opacity-6 {
  background-color: rgba(19, 195, 192, 0.6) !important; }

.g-bg-cyan-opacity-7 {
  background-color: rgba(19, 195, 192, 0.7) !important; }

.g-bg-cyan-opacity-8 {
  background-color: rgba(19, 195, 192, 0.8) !important; }

.g-bg-cyan-opacity-9 {
  background-color: rgba(19, 195, 192, 0.9) !important; }

.g-bg-primary-opacity-0 {
  background-color: rgba(19, 195, 192, 0) !important; }

.g-bg-primary-opacity-1 {
  background-color: rgba(19, 195, 192, 0.1) !important; }

.g-bg-primary-opacity-2 {
  background-color: rgba(19, 195, 192, 0.2) !important; }

.g-bg-primary-opacity-3 {
  background-color: rgba(19, 195, 192, 0.3) !important; }

.g-bg-primary-opacity-4 {
  background-color: rgba(19, 195, 192, 0.4) !important; }

.g-bg-primary-opacity-5 {
  background-color: rgba(19, 195, 192, 0.5) !important; }

.g-bg-primary-opacity-6 {
  background-color: rgba(19, 195, 192, 0.6) !important; }

.g-bg-primary-opacity-7 {
  background-color: rgba(19, 195, 192, 0.7) !important; }

.g-bg-primary-opacity-8 {
  background-color: rgba(19, 195, 192, 0.8) !important; }

.g-bg-primary-opacity-9 {
  background-color: rgba(19, 195, 192, 0.9) !important; }

.g-bg-secondary-opacity-0 {
  background-color: rgba(227, 228, 230, 0) !important; }

.g-bg-secondary-opacity-1 {
  background-color: rgba(227, 228, 230, 0.1) !important; }

.g-bg-secondary-opacity-2 {
  background-color: rgba(227, 228, 230, 0.2) !important; }

.g-bg-secondary-opacity-3 {
  background-color: rgba(227, 228, 230, 0.3) !important; }

.g-bg-secondary-opacity-4 {
  background-color: rgba(227, 228, 230, 0.4) !important; }

.g-bg-secondary-opacity-5 {
  background-color: rgba(227, 228, 230, 0.5) !important; }

.g-bg-secondary-opacity-6 {
  background-color: rgba(227, 228, 230, 0.6) !important; }

.g-bg-secondary-opacity-7 {
  background-color: rgba(227, 228, 230, 0.7) !important; }

.g-bg-secondary-opacity-8 {
  background-color: rgba(227, 228, 230, 0.8) !important; }

.g-bg-secondary-opacity-9 {
  background-color: rgba(227, 228, 230, 0.9) !important; }

.g-bg-success-opacity-0 {
  background-color: rgba(16, 199, 110, 0) !important; }

.g-bg-success-opacity-1 {
  background-color: rgba(16, 199, 110, 0.1) !important; }

.g-bg-success-opacity-2 {
  background-color: rgba(16, 199, 110, 0.2) !important; }

.g-bg-success-opacity-3 {
  background-color: rgba(16, 199, 110, 0.3) !important; }

.g-bg-success-opacity-4 {
  background-color: rgba(16, 199, 110, 0.4) !important; }

.g-bg-success-opacity-5 {
  background-color: rgba(16, 199, 110, 0.5) !important; }

.g-bg-success-opacity-6 {
  background-color: rgba(16, 199, 110, 0.6) !important; }

.g-bg-success-opacity-7 {
  background-color: rgba(16, 199, 110, 0.7) !important; }

.g-bg-success-opacity-8 {
  background-color: rgba(16, 199, 110, 0.8) !important; }

.g-bg-success-opacity-9 {
  background-color: rgba(16, 199, 110, 0.9) !important; }

.g-bg-info-opacity-0 {
  background-color: rgba(19, 195, 192, 0) !important; }

.g-bg-info-opacity-1 {
  background-color: rgba(19, 195, 192, 0.1) !important; }

.g-bg-info-opacity-2 {
  background-color: rgba(19, 195, 192, 0.2) !important; }

.g-bg-info-opacity-3 {
  background-color: rgba(19, 195, 192, 0.3) !important; }

.g-bg-info-opacity-4 {
  background-color: rgba(19, 195, 192, 0.4) !important; }

.g-bg-info-opacity-5 {
  background-color: rgba(19, 195, 192, 0.5) !important; }

.g-bg-info-opacity-6 {
  background-color: rgba(19, 195, 192, 0.6) !important; }

.g-bg-info-opacity-7 {
  background-color: rgba(19, 195, 192, 0.7) !important; }

.g-bg-info-opacity-8 {
  background-color: rgba(19, 195, 192, 0.8) !important; }

.g-bg-info-opacity-9 {
  background-color: rgba(19, 195, 192, 0.9) !important; }

.g-bg-warning-opacity-0 {
  background-color: rgba(255, 215, 22, 0) !important; }

.g-bg-warning-opacity-1 {
  background-color: rgba(255, 215, 22, 0.1) !important; }

.g-bg-warning-opacity-2 {
  background-color: rgba(255, 215, 22, 0.2) !important; }

.g-bg-warning-opacity-3 {
  background-color: rgba(255, 215, 22, 0.3) !important; }

.g-bg-warning-opacity-4 {
  background-color: rgba(255, 215, 22, 0.4) !important; }

.g-bg-warning-opacity-5 {
  background-color: rgba(255, 215, 22, 0.5) !important; }

.g-bg-warning-opacity-6 {
  background-color: rgba(255, 215, 22, 0.6) !important; }

.g-bg-warning-opacity-7 {
  background-color: rgba(255, 215, 22, 0.7) !important; }

.g-bg-warning-opacity-8 {
  background-color: rgba(255, 215, 22, 0.8) !important; }

.g-bg-warning-opacity-9 {
  background-color: rgba(255, 215, 22, 0.9) !important; }

.g-bg-danger-opacity-0 {
  background-color: rgba(235, 42, 47, 0) !important; }

.g-bg-danger-opacity-1 {
  background-color: rgba(235, 42, 47, 0.1) !important; }

.g-bg-danger-opacity-2 {
  background-color: rgba(235, 42, 47, 0.2) !important; }

.g-bg-danger-opacity-3 {
  background-color: rgba(235, 42, 47, 0.3) !important; }

.g-bg-danger-opacity-4 {
  background-color: rgba(235, 42, 47, 0.4) !important; }

.g-bg-danger-opacity-5 {
  background-color: rgba(235, 42, 47, 0.5) !important; }

.g-bg-danger-opacity-6 {
  background-color: rgba(235, 42, 47, 0.6) !important; }

.g-bg-danger-opacity-7 {
  background-color: rgba(235, 42, 47, 0.7) !important; }

.g-bg-danger-opacity-8 {
  background-color: rgba(235, 42, 47, 0.8) !important; }

.g-bg-danger-opacity-9 {
  background-color: rgba(235, 42, 47, 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(30, 36, 40, 0) !important; }

.g-bg-dark-opacity-1 {
  background-color: rgba(30, 36, 40, 0.1) !important; }

.g-bg-dark-opacity-2 {
  background-color: rgba(30, 36, 40, 0.2) !important; }

.g-bg-dark-opacity-3 {
  background-color: rgba(30, 36, 40, 0.3) !important; }

.g-bg-dark-opacity-4 {
  background-color: rgba(30, 36, 40, 0.4) !important; }

.g-bg-dark-opacity-5 {
  background-color: rgba(30, 36, 40, 0.5) !important; }

.g-bg-dark-opacity-6 {
  background-color: rgba(30, 36, 40, 0.6) !important; }

.g-bg-dark-opacity-7 {
  background-color: rgba(30, 36, 40, 0.7) !important; }

.g-bg-dark-opacity-8 {
  background-color: rgba(30, 36, 40, 0.8) !important; }

.g-bg-dark-opacity-9 {
  background-color: rgba(30, 36, 40, 0.9) !important; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-cover-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.bg-cover-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }

/*
    @
    @   --------------------------------------------------------------------------------------------
    @   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: 1200px) {
  .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; } }

.g-border-blue {
  border-color: #2680e4 !important; }

.g-border-t-blue {
  border-top-color: #2680e4 !important; }

.g-border-r-blue {
  border-right-color: #2680e4 !important; }

.g-border-b-blue {
  border-bottom-color: #2680e4 !important; }

.g-border-l-blue {
  border-left-color: #2680e4 !important; }

.g-border-blue-h:hover {
  border-color: #2680e4 !important; }

.g-border-t-blue-h:hover {
  border-color: #2680e4 !important; }

.g-border-r-blue-h:hover {
  border-color: #2680e4 !important; }

.g-border-b-blue-h:hover {
  border-color: #2680e4 !important; }

.g-border-l-blue-h:hover {
  border-color: #2680e4 !important; }

.g-border-x-blue {
  border-left-color: #2680e4 !important;
  border-right-color: #2680e4 !important; }

.g-border-y-blue {
  border-top-color: #2680e4 !important;
  border-bottom-color: #2680e4 !important; }

.g-border-x-blue-h:hover {
  border-left-color: #2680e4 !important;
  border-right-color: #2680e4 !important; }

.g-border-y-blue-h:hover {
  border-top-color: #2680e4 !important;
  border-bottom-color: #2680e4 !important; }

.g-border-indigo {
  border-color: #3F51B5 !important; }

.g-border-t-indigo {
  border-top-color: #3F51B5 !important; }

.g-border-r-indigo {
  border-right-color: #3F51B5 !important; }

.g-border-b-indigo {
  border-bottom-color: #3F51B5 !important; }

.g-border-l-indigo {
  border-left-color: #3F51B5 !important; }

.g-border-indigo-h:hover {
  border-color: #3F51B5 !important; }

.g-border-t-indigo-h:hover {
  border-color: #3F51B5 !important; }

.g-border-r-indigo-h:hover {
  border-color: #3F51B5 !important; }

.g-border-b-indigo-h:hover {
  border-color: #3F51B5 !important; }

.g-border-l-indigo-h:hover {
  border-color: #3F51B5 !important; }

.g-border-x-indigo {
  border-left-color: #3F51B5 !important;
  border-right-color: #3F51B5 !important; }

.g-border-y-indigo {
  border-top-color: #3F51B5 !important;
  border-bottom-color: #3F51B5 !important; }

.g-border-x-indigo-h:hover {
  border-left-color: #3F51B5 !important;
  border-right-color: #3F51B5 !important; }

.g-border-y-indigo-h:hover {
  border-top-color: #3F51B5 !important;
  border-bottom-color: #3F51B5 !important; }

.g-border-purple {
  border-color: #9053b7 !important; }

.g-border-t-purple {
  border-top-color: #9053b7 !important; }

.g-border-r-purple {
  border-right-color: #9053b7 !important; }

.g-border-b-purple {
  border-bottom-color: #9053b7 !important; }

.g-border-l-purple {
  border-left-color: #9053b7 !important; }

.g-border-purple-h:hover {
  border-color: #9053b7 !important; }

.g-border-t-purple-h:hover {
  border-color: #9053b7 !important; }

.g-border-r-purple-h:hover {
  border-color: #9053b7 !important; }

.g-border-b-purple-h:hover {
  border-color: #9053b7 !important; }

.g-border-l-purple-h:hover {
  border-color: #9053b7 !important; }

.g-border-x-purple {
  border-left-color: #9053b7 !important;
  border-right-color: #9053b7 !important; }

.g-border-y-purple {
  border-top-color: #9053b7 !important;
  border-bottom-color: #9053b7 !important; }

.g-border-x-purple-h:hover {
  border-left-color: #9053b7 !important;
  border-right-color: #9053b7 !important; }

.g-border-y-purple-h:hover {
  border-top-color: #9053b7 !important;
  border-bottom-color: #9053b7 !important; }

.g-border-pink {
  border-color: #eb408d !important; }

.g-border-t-pink {
  border-top-color: #eb408d !important; }

.g-border-r-pink {
  border-right-color: #eb408d !important; }

.g-border-b-pink {
  border-bottom-color: #eb408d !important; }

.g-border-l-pink {
  border-left-color: #eb408d !important; }

.g-border-pink-h:hover {
  border-color: #eb408d !important; }

.g-border-t-pink-h:hover {
  border-color: #eb408d !important; }

.g-border-r-pink-h:hover {
  border-color: #eb408d !important; }

.g-border-b-pink-h:hover {
  border-color: #eb408d !important; }

.g-border-l-pink-h:hover {
  border-color: #eb408d !important; }

.g-border-x-pink {
  border-left-color: #eb408d !important;
  border-right-color: #eb408d !important; }

.g-border-y-pink {
  border-top-color: #eb408d !important;
  border-bottom-color: #eb408d !important; }

.g-border-x-pink-h:hover {
  border-left-color: #eb408d !important;
  border-right-color: #eb408d !important; }

.g-border-y-pink-h:hover {
  border-top-color: #eb408d !important;
  border-bottom-color: #eb408d !important; }

.g-border-red {
  border-color: #eb2a2f !important; }

.g-border-t-red {
  border-top-color: #eb2a2f !important; }

.g-border-r-red {
  border-right-color: #eb2a2f !important; }

.g-border-b-red {
  border-bottom-color: #eb2a2f !important; }

.g-border-l-red {
  border-left-color: #eb2a2f !important; }

.g-border-red-h:hover {
  border-color: #eb2a2f !important; }

.g-border-t-red-h:hover {
  border-color: #eb2a2f !important; }

.g-border-r-red-h:hover {
  border-color: #eb2a2f !important; }

.g-border-b-red-h:hover {
  border-color: #eb2a2f !important; }

.g-border-l-red-h:hover {
  border-color: #eb2a2f !important; }

.g-border-x-red {
  border-left-color: #eb2a2f !important;
  border-right-color: #eb2a2f !important; }

.g-border-y-red {
  border-top-color: #eb2a2f !important;
  border-bottom-color: #eb2a2f !important; }

.g-border-x-red-h:hover {
  border-left-color: #eb2a2f !important;
  border-right-color: #eb2a2f !important; }

.g-border-y-red-h:hover {
  border-top-color: #eb2a2f !important;
  border-bottom-color: #eb2a2f !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 {
  border-color: #eb602c !important; }

.g-border-t-deep-orange {
  border-top-color: #eb602c !important; }

.g-border-r-deep-orange {
  border-right-color: #eb602c !important; }

.g-border-b-deep-orange {
  border-bottom-color: #eb602c !important; }

.g-border-l-deep-orange {
  border-left-color: #eb602c !important; }

.g-border-deep-orange-h:hover {
  border-color: #eb602c !important; }

.g-border-t-deep-orange-h:hover {
  border-color: #eb602c !important; }

.g-border-r-deep-orange-h:hover {
  border-color: #eb602c !important; }

.g-border-b-deep-orange-h:hover {
  border-color: #eb602c !important; }

.g-border-l-deep-orange-h:hover {
  border-color: #eb602c !important; }

.g-border-x-deep-orange {
  border-left-color: #eb602c !important;
  border-right-color: #eb602c !important; }

.g-border-y-deep-orange {
  border-top-color: #eb602c !important;
  border-bottom-color: #eb602c !important; }

.g-border-x-deep-orange-h:hover {
  border-left-color: #eb602c !important;
  border-right-color: #eb602c !important; }

.g-border-y-deep-orange-h:hover {
  border-top-color: #eb602c !important;
  border-bottom-color: #eb602c !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 {
  border-color: #ffd716 !important; }

.g-border-t-yellow {
  border-top-color: #ffd716 !important; }

.g-border-r-yellow {
  border-right-color: #ffd716 !important; }

.g-border-b-yellow {
  border-bottom-color: #ffd716 !important; }

.g-border-l-yellow {
  border-left-color: #ffd716 !important; }

.g-border-yellow-h:hover {
  border-color: #ffd716 !important; }

.g-border-t-yellow-h:hover {
  border-color: #ffd716 !important; }

.g-border-r-yellow-h:hover {
  border-color: #ffd716 !important; }

.g-border-b-yellow-h:hover {
  border-color: #ffd716 !important; }

.g-border-l-yellow-h:hover {
  border-color: #ffd716 !important; }

.g-border-x-yellow {
  border-left-color: #ffd716 !important;
  border-right-color: #ffd716 !important; }

.g-border-y-yellow {
  border-top-color: #ffd716 !important;
  border-bottom-color: #ffd716 !important; }

.g-border-x-yellow-h:hover {
  border-left-color: #ffd716 !important;
  border-right-color: #ffd716 !important; }

.g-border-y-yellow-h:hover {
  border-top-color: #ffd716 !important;
  border-bottom-color: #ffd716 !important; }

.g-border-green {
  border-color: #10c76e !important; }

.g-border-t-green {
  border-top-color: #10c76e !important; }

.g-border-r-green {
  border-right-color: #10c76e !important; }

.g-border-b-green {
  border-bottom-color: #10c76e !important; }

.g-border-l-green {
  border-left-color: #10c76e !important; }

.g-border-green-h:hover {
  border-color: #10c76e !important; }

.g-border-t-green-h:hover {
  border-color: #10c76e !important; }

.g-border-r-green-h:hover {
  border-color: #10c76e !important; }

.g-border-b-green-h:hover {
  border-color: #10c76e !important; }

.g-border-l-green-h:hover {
  border-color: #10c76e !important; }

.g-border-x-green {
  border-left-color: #10c76e !important;
  border-right-color: #10c76e !important; }

.g-border-y-green {
  border-top-color: #10c76e !important;
  border-bottom-color: #10c76e !important; }

.g-border-x-green-h:hover {
  border-left-color: #10c76e !important;
  border-right-color: #10c76e !important; }

.g-border-y-green-h:hover {
  border-top-color: #10c76e !important;
  border-bottom-color: #10c76e !important; }

.g-border-teal {
  border-color: #34c3ab !important; }

.g-border-t-teal {
  border-top-color: #34c3ab !important; }

.g-border-r-teal {
  border-right-color: #34c3ab !important; }

.g-border-b-teal {
  border-bottom-color: #34c3ab !important; }

.g-border-l-teal {
  border-left-color: #34c3ab !important; }

.g-border-teal-h:hover {
  border-color: #34c3ab !important; }

.g-border-t-teal-h:hover {
  border-color: #34c3ab !important; }

.g-border-r-teal-h:hover {
  border-color: #34c3ab !important; }

.g-border-b-teal-h:hover {
  border-color: #34c3ab !important; }

.g-border-l-teal-h:hover {
  border-color: #34c3ab !important; }

.g-border-x-teal {
  border-left-color: #34c3ab !important;
  border-right-color: #34c3ab !important; }

.g-border-y-teal {
  border-top-color: #34c3ab !important;
  border-bottom-color: #34c3ab !important; }

.g-border-x-teal-h:hover {
  border-left-color: #34c3ab !important;
  border-right-color: #34c3ab !important; }

.g-border-y-teal-h:hover {
  border-top-color: #34c3ab !important;
  border-bottom-color: #34c3ab !important; }

.g-border-cyan {
  border-color: #13c3c0 !important; }

.g-border-t-cyan {
  border-top-color: #13c3c0 !important; }

.g-border-r-cyan {
  border-right-color: #13c3c0 !important; }

.g-border-b-cyan {
  border-bottom-color: #13c3c0 !important; }

.g-border-l-cyan {
  border-left-color: #13c3c0 !important; }

.g-border-cyan-h:hover {
  border-color: #13c3c0 !important; }

.g-border-t-cyan-h:hover {
  border-color: #13c3c0 !important; }

.g-border-r-cyan-h:hover {
  border-color: #13c3c0 !important; }

.g-border-b-cyan-h:hover {
  border-color: #13c3c0 !important; }

.g-border-l-cyan-h:hover {
  border-color: #13c3c0 !important; }

.g-border-x-cyan {
  border-left-color: #13c3c0 !important;
  border-right-color: #13c3c0 !important; }

.g-border-y-cyan {
  border-top-color: #13c3c0 !important;
  border-bottom-color: #13c3c0 !important; }

.g-border-x-cyan-h:hover {
  border-left-color: #13c3c0 !important;
  border-right-color: #13c3c0 !important; }

.g-border-y-cyan-h:hover {
  border-top-color: #13c3c0 !important;
  border-bottom-color: #13c3c0 !important; }

.g-border-primary {
  border-color: #13c3c0 !important; }

.g-border-t-primary {
  border-top-color: #13c3c0 !important; }

.g-border-r-primary {
  border-right-color: #13c3c0 !important; }

.g-border-b-primary {
  border-bottom-color: #13c3c0 !important; }

.g-border-l-primary {
  border-left-color: #13c3c0 !important; }

.g-border-primary-h:hover {
  border-color: #13c3c0 !important; }

.g-border-t-primary-h:hover {
  border-color: #13c3c0 !important; }

.g-border-r-primary-h:hover {
  border-color: #13c3c0 !important; }

.g-border-b-primary-h:hover {
  border-color: #13c3c0 !important; }

.g-border-l-primary-h:hover {
  border-color: #13c3c0 !important; }

.g-border-x-primary {
  border-left-color: #13c3c0 !important;
  border-right-color: #13c3c0 !important; }

.g-border-y-primary {
  border-top-color: #13c3c0 !important;
  border-bottom-color: #13c3c0 !important; }

.g-border-x-primary-h:hover {
  border-left-color: #13c3c0 !important;
  border-right-color: #13c3c0 !important; }

.g-border-y-primary-h:hover {
  border-top-color: #13c3c0 !important;
  border-bottom-color: #13c3c0 !important; }

.g-border-secondary {
  border-color: #e3e4e6 !important; }

.g-border-t-secondary {
  border-top-color: #e3e4e6 !important; }

.g-border-r-secondary {
  border-right-color: #e3e4e6 !important; }

.g-border-b-secondary {
  border-bottom-color: #e3e4e6 !important; }

.g-border-l-secondary {
  border-left-color: #e3e4e6 !important; }

.g-border-secondary-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-t-secondary-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-r-secondary-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-b-secondary-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-l-secondary-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-x-secondary {
  border-left-color: #e3e4e6 !important;
  border-right-color: #e3e4e6 !important; }

.g-border-y-secondary {
  border-top-color: #e3e4e6 !important;
  border-bottom-color: #e3e4e6 !important; }

.g-border-x-secondary-h:hover {
  border-left-color: #e3e4e6 !important;
  border-right-color: #e3e4e6 !important; }

.g-border-y-secondary-h:hover {
  border-top-color: #e3e4e6 !important;
  border-bottom-color: #e3e4e6 !important; }

.g-border-success {
  border-color: #10c76e !important; }

.g-border-t-success {
  border-top-color: #10c76e !important; }

.g-border-r-success {
  border-right-color: #10c76e !important; }

.g-border-b-success {
  border-bottom-color: #10c76e !important; }

.g-border-l-success {
  border-left-color: #10c76e !important; }

.g-border-success-h:hover {
  border-color: #10c76e !important; }

.g-border-t-success-h:hover {
  border-color: #10c76e !important; }

.g-border-r-success-h:hover {
  border-color: #10c76e !important; }

.g-border-b-success-h:hover {
  border-color: #10c76e !important; }

.g-border-l-success-h:hover {
  border-color: #10c76e !important; }

.g-border-x-success {
  border-left-color: #10c76e !important;
  border-right-color: #10c76e !important; }

.g-border-y-success {
  border-top-color: #10c76e !important;
  border-bottom-color: #10c76e !important; }

.g-border-x-success-h:hover {
  border-left-color: #10c76e !important;
  border-right-color: #10c76e !important; }

.g-border-y-success-h:hover {
  border-top-color: #10c76e !important;
  border-bottom-color: #10c76e !important; }

.g-border-info {
  border-color: #13c3c0 !important; }

.g-border-t-info {
  border-top-color: #13c3c0 !important; }

.g-border-r-info {
  border-right-color: #13c3c0 !important; }

.g-border-b-info {
  border-bottom-color: #13c3c0 !important; }

.g-border-l-info {
  border-left-color: #13c3c0 !important; }

.g-border-info-h:hover {
  border-color: #13c3c0 !important; }

.g-border-t-info-h:hover {
  border-color: #13c3c0 !important; }

.g-border-r-info-h:hover {
  border-color: #13c3c0 !important; }

.g-border-b-info-h:hover {
  border-color: #13c3c0 !important; }

.g-border-l-info-h:hover {
  border-color: #13c3c0 !important; }

.g-border-x-info {
  border-left-color: #13c3c0 !important;
  border-right-color: #13c3c0 !important; }

.g-border-y-info {
  border-top-color: #13c3c0 !important;
  border-bottom-color: #13c3c0 !important; }

.g-border-x-info-h:hover {
  border-left-color: #13c3c0 !important;
  border-right-color: #13c3c0 !important; }

.g-border-y-info-h:hover {
  border-top-color: #13c3c0 !important;
  border-bottom-color: #13c3c0 !important; }

.g-border-warning {
  border-color: #ffd716 !important; }

.g-border-t-warning {
  border-top-color: #ffd716 !important; }

.g-border-r-warning {
  border-right-color: #ffd716 !important; }

.g-border-b-warning {
  border-bottom-color: #ffd716 !important; }

.g-border-l-warning {
  border-left-color: #ffd716 !important; }

.g-border-warning-h:hover {
  border-color: #ffd716 !important; }

.g-border-t-warning-h:hover {
  border-color: #ffd716 !important; }

.g-border-r-warning-h:hover {
  border-color: #ffd716 !important; }

.g-border-b-warning-h:hover {
  border-color: #ffd716 !important; }

.g-border-l-warning-h:hover {
  border-color: #ffd716 !important; }

.g-border-x-warning {
  border-left-color: #ffd716 !important;
  border-right-color: #ffd716 !important; }

.g-border-y-warning {
  border-top-color: #ffd716 !important;
  border-bottom-color: #ffd716 !important; }

.g-border-x-warning-h:hover {
  border-left-color: #ffd716 !important;
  border-right-color: #ffd716 !important; }

.g-border-y-warning-h:hover {
  border-top-color: #ffd716 !important;
  border-bottom-color: #ffd716 !important; }

.g-border-danger {
  border-color: #eb2a2f !important; }

.g-border-t-danger {
  border-top-color: #eb2a2f !important; }

.g-border-r-danger {
  border-right-color: #eb2a2f !important; }

.g-border-b-danger {
  border-bottom-color: #eb2a2f !important; }

.g-border-l-danger {
  border-left-color: #eb2a2f !important; }

.g-border-danger-h:hover {
  border-color: #eb2a2f !important; }

.g-border-t-danger-h:hover {
  border-color: #eb2a2f !important; }

.g-border-r-danger-h:hover {
  border-color: #eb2a2f !important; }

.g-border-b-danger-h:hover {
  border-color: #eb2a2f !important; }

.g-border-l-danger-h:hover {
  border-color: #eb2a2f !important; }

.g-border-x-danger {
  border-left-color: #eb2a2f !important;
  border-right-color: #eb2a2f !important; }

.g-border-y-danger {
  border-top-color: #eb2a2f !important;
  border-bottom-color: #eb2a2f !important; }

.g-border-x-danger-h:hover {
  border-left-color: #eb2a2f !important;
  border-right-color: #eb2a2f !important; }

.g-border-y-danger-h:hover {
  border-top-color: #eb2a2f !important;
  border-bottom-color: #eb2a2f !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: #1e2428 !important; }

.g-border-t-dark {
  border-top-color: #1e2428 !important; }

.g-border-r-dark {
  border-right-color: #1e2428 !important; }

.g-border-b-dark {
  border-bottom-color: #1e2428 !important; }

.g-border-l-dark {
  border-left-color: #1e2428 !important; }

.g-border-dark-h:hover {
  border-color: #1e2428 !important; }

.g-border-t-dark-h:hover {
  border-color: #1e2428 !important; }

.g-border-r-dark-h:hover {
  border-color: #1e2428 !important; }

.g-border-b-dark-h:hover {
  border-color: #1e2428 !important; }

.g-border-l-dark-h:hover {
  border-color: #1e2428 !important; }

.g-border-x-dark {
  border-left-color: #1e2428 !important;
  border-right-color: #1e2428 !important; }

.g-border-y-dark {
  border-top-color: #1e2428 !important;
  border-bottom-color: #1e2428 !important; }

.g-border-x-dark-h:hover {
  border-left-color: #1e2428 !important;
  border-right-color: #1e2428 !important; }

.g-border-y-dark-h:hover {
  border-top-color: #1e2428 !important;
  border-bottom-color: #1e2428 !important; }

.g-border-gray-100 {
  border-color: #f9f9f9 !important; }

.g-border-t-gray-100 {
  border-top-color: #f9f9f9 !important; }

.g-border-r-gray-100 {
  border-right-color: #f9f9f9 !important; }

.g-border-b-gray-100 {
  border-bottom-color: #f9f9f9 !important; }

.g-border-l-gray-100 {
  border-left-color: #f9f9f9 !important; }

.g-border-gray-100-h:hover {
  border-color: #f9f9f9 !important; }

.g-border-t-gray-100-h:hover {
  border-color: #f9f9f9 !important; }

.g-border-r-gray-100-h:hover {
  border-color: #f9f9f9 !important; }

.g-border-b-gray-100-h:hover {
  border-color: #f9f9f9 !important; }

.g-border-l-gray-100-h:hover {
  border-color: #f9f9f9 !important; }

.g-border-x-gray-100 {
  border-left-color: #f9f9f9 !important;
  border-right-color: #f9f9f9 !important; }

.g-border-y-gray-100 {
  border-top-color: #f9f9f9 !important;
  border-bottom-color: #f9f9f9 !important; }

.g-border-x-gray-100-h:hover {
  border-left-color: #f9f9f9 !important;
  border-right-color: #f9f9f9 !important; }

.g-border-y-gray-100-h:hover {
  border-top-color: #f9f9f9 !important;
  border-bottom-color: #f9f9f9 !important; }

.g-border-gray-200 {
  border-color: #f4f5f6 !important; }

.g-border-t-gray-200 {
  border-top-color: #f4f5f6 !important; }

.g-border-r-gray-200 {
  border-right-color: #f4f5f6 !important; }

.g-border-b-gray-200 {
  border-bottom-color: #f4f5f6 !important; }

.g-border-l-gray-200 {
  border-left-color: #f4f5f6 !important; }

.g-border-gray-200-h:hover {
  border-color: #f4f5f6 !important; }

.g-border-t-gray-200-h:hover {
  border-color: #f4f5f6 !important; }

.g-border-r-gray-200-h:hover {
  border-color: #f4f5f6 !important; }

.g-border-b-gray-200-h:hover {
  border-color: #f4f5f6 !important; }

.g-border-l-gray-200-h:hover {
  border-color: #f4f5f6 !important; }

.g-border-x-gray-200 {
  border-left-color: #f4f5f6 !important;
  border-right-color: #f4f5f6 !important; }

.g-border-y-gray-200 {
  border-top-color: #f4f5f6 !important;
  border-bottom-color: #f4f5f6 !important; }

.g-border-x-gray-200-h:hover {
  border-left-color: #f4f5f6 !important;
  border-right-color: #f4f5f6 !important; }

.g-border-y-gray-200-h:hover {
  border-top-color: #f4f5f6 !important;
  border-bottom-color: #f4f5f6 !important; }

.g-border-gray-300 {
  border-color: #eeeff0 !important; }

.g-border-t-gray-300 {
  border-top-color: #eeeff0 !important; }

.g-border-r-gray-300 {
  border-right-color: #eeeff0 !important; }

.g-border-b-gray-300 {
  border-bottom-color: #eeeff0 !important; }

.g-border-l-gray-300 {
  border-left-color: #eeeff0 !important; }

.g-border-gray-300-h:hover {
  border-color: #eeeff0 !important; }

.g-border-t-gray-300-h:hover {
  border-color: #eeeff0 !important; }

.g-border-r-gray-300-h:hover {
  border-color: #eeeff0 !important; }

.g-border-b-gray-300-h:hover {
  border-color: #eeeff0 !important; }

.g-border-l-gray-300-h:hover {
  border-color: #eeeff0 !important; }

.g-border-x-gray-300 {
  border-left-color: #eeeff0 !important;
  border-right-color: #eeeff0 !important; }

.g-border-y-gray-300 {
  border-top-color: #eeeff0 !important;
  border-bottom-color: #eeeff0 !important; }

.g-border-x-gray-300-h:hover {
  border-left-color: #eeeff0 !important;
  border-right-color: #eeeff0 !important; }

.g-border-y-gray-300-h:hover {
  border-top-color: #eeeff0 !important;
  border-bottom-color: #eeeff0 !important; }

.g-border-gray-400 {
  border-color: #e3e4e6 !important; }

.g-border-t-gray-400 {
  border-top-color: #e3e4e6 !important; }

.g-border-r-gray-400 {
  border-right-color: #e3e4e6 !important; }

.g-border-b-gray-400 {
  border-bottom-color: #e3e4e6 !important; }

.g-border-l-gray-400 {
  border-left-color: #e3e4e6 !important; }

.g-border-gray-400-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-t-gray-400-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-r-gray-400-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-b-gray-400-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-l-gray-400-h:hover {
  border-color: #e3e4e6 !important; }

.g-border-x-gray-400 {
  border-left-color: #e3e4e6 !important;
  border-right-color: #e3e4e6 !important; }

.g-border-y-gray-400 {
  border-top-color: #e3e4e6 !important;
  border-bottom-color: #e3e4e6 !important; }

.g-border-x-gray-400-h:hover {
  border-left-color: #e3e4e6 !important;
  border-right-color: #e3e4e6 !important; }

.g-border-y-gray-400-h:hover {
  border-top-color: #e3e4e6 !important;
  border-bottom-color: #e3e4e6 !important; }

.g-border-gray-500 {
  border-color: #b9b9b9 !important; }

.g-border-t-gray-500 {
  border-top-color: #b9b9b9 !important; }

.g-border-r-gray-500 {
  border-right-color: #b9b9b9 !important; }

.g-border-b-gray-500 {
  border-bottom-color: #b9b9b9 !important; }

.g-border-l-gray-500 {
  border-left-color: #b9b9b9 !important; }

.g-border-gray-500-h:hover {
  border-color: #b9b9b9 !important; }

.g-border-t-gray-500-h:hover {
  border-color: #b9b9b9 !important; }

.g-border-r-gray-500-h:hover {
  border-color: #b9b9b9 !important; }

.g-border-b-gray-500-h:hover {
  border-color: #b9b9b9 !important; }

.g-border-l-gray-500-h:hover {
  border-color: #b9b9b9 !important; }

.g-border-x-gray-500 {
  border-left-color: #b9b9b9 !important;
  border-right-color: #b9b9b9 !important; }

.g-border-y-gray-500 {
  border-top-color: #b9b9b9 !important;
  border-bottom-color: #b9b9b9 !important; }

.g-border-x-gray-500-h:hover {
  border-left-color: #b9b9b9 !important;
  border-right-color: #b9b9b9 !important; }

.g-border-y-gray-500-h:hover {
  border-top-color: #b9b9b9 !important;
  border-bottom-color: #b9b9b9 !important; }

.g-border-gray-600 {
  border-color: #7d7d7d !important; }

.g-border-t-gray-600 {
  border-top-color: #7d7d7d !important; }

.g-border-r-gray-600 {
  border-right-color: #7d7d7d !important; }

.g-border-b-gray-600 {
  border-bottom-color: #7d7d7d !important; }

.g-border-l-gray-600 {
  border-left-color: #7d7d7d !important; }

.g-border-gray-600-h:hover {
  border-color: #7d7d7d !important; }

.g-border-t-gray-600-h:hover {
  border-color: #7d7d7d !important; }

.g-border-r-gray-600-h:hover {
  border-color: #7d7d7d !important; }

.g-border-b-gray-600-h:hover {
  border-color: #7d7d7d !important; }

.g-border-l-gray-600-h:hover {
  border-color: #7d7d7d !important; }

.g-border-x-gray-600 {
  border-left-color: #7d7d7d !important;
  border-right-color: #7d7d7d !important; }

.g-border-y-gray-600 {
  border-top-color: #7d7d7d !important;
  border-bottom-color: #7d7d7d !important; }

.g-border-x-gray-600-h:hover {
  border-left-color: #7d7d7d !important;
  border-right-color: #7d7d7d !important; }

.g-border-y-gray-600-h:hover {
  border-top-color: #7d7d7d !important;
  border-bottom-color: #7d7d7d !important; }

.g-border-gray-700 {
  border-color: #4b4b4b !important; }

.g-border-t-gray-700 {
  border-top-color: #4b4b4b !important; }

.g-border-r-gray-700 {
  border-right-color: #4b4b4b !important; }

.g-border-b-gray-700 {
  border-bottom-color: #4b4b4b !important; }

.g-border-l-gray-700 {
  border-left-color: #4b4b4b !important; }

.g-border-gray-700-h:hover {
  border-color: #4b4b4b !important; }

.g-border-t-gray-700-h:hover {
  border-color: #4b4b4b !important; }

.g-border-r-gray-700-h:hover {
  border-color: #4b4b4b !important; }

.g-border-b-gray-700-h:hover {
  border-color: #4b4b4b !important; }

.g-border-l-gray-700-h:hover {
  border-color: #4b4b4b !important; }

.g-border-x-gray-700 {
  border-left-color: #4b4b4b !important;
  border-right-color: #4b4b4b !important; }

.g-border-y-gray-700 {
  border-top-color: #4b4b4b !important;
  border-bottom-color: #4b4b4b !important; }

.g-border-x-gray-700-h:hover {
  border-left-color: #4b4b4b !important;
  border-right-color: #4b4b4b !important; }

.g-border-y-gray-700-h:hover {
  border-top-color: #4b4b4b !important;
  border-bottom-color: #4b4b4b !important; }

.g-border-gray-800 {
  border-color: #2d2d2d !important; }

.g-border-t-gray-800 {
  border-top-color: #2d2d2d !important; }

.g-border-r-gray-800 {
  border-right-color: #2d2d2d !important; }

.g-border-b-gray-800 {
  border-bottom-color: #2d2d2d !important; }

.g-border-l-gray-800 {
  border-left-color: #2d2d2d !important; }

.g-border-gray-800-h:hover {
  border-color: #2d2d2d !important; }

.g-border-t-gray-800-h:hover {
  border-color: #2d2d2d !important; }

.g-border-r-gray-800-h:hover {
  border-color: #2d2d2d !important; }

.g-border-b-gray-800-h:hover {
  border-color: #2d2d2d !important; }

.g-border-l-gray-800-h:hover {
  border-color: #2d2d2d !important; }

.g-border-x-gray-800 {
  border-left-color: #2d2d2d !important;
  border-right-color: #2d2d2d !important; }

.g-border-y-gray-800 {
  border-top-color: #2d2d2d !important;
  border-bottom-color: #2d2d2d !important; }

.g-border-x-gray-800-h:hover {
  border-left-color: #2d2d2d !important;
  border-right-color: #2d2d2d !important; }

.g-border-y-gray-800-h:hover {
  border-top-color: #2d2d2d !important;
  border-bottom-color: #2d2d2d !important; }

.g-border-gray-900 {
  border-color: #212121 !important; }

.g-border-t-gray-900 {
  border-top-color: #212121 !important; }

.g-border-r-gray-900 {
  border-right-color: #212121 !important; }

.g-border-b-gray-900 {
  border-bottom-color: #212121 !important; }

.g-border-l-gray-900 {
  border-left-color: #212121 !important; }

.g-border-gray-900-h:hover {
  border-color: #212121 !important; }

.g-border-t-gray-900-h:hover {
  border-color: #212121 !important; }

.g-border-r-gray-900-h:hover {
  border-color: #212121 !important; }

.g-border-b-gray-900-h:hover {
  border-color: #212121 !important; }

.g-border-l-gray-900-h:hover {
  border-color: #212121 !important; }

.g-border-x-gray-900 {
  border-left-color: #212121 !important;
  border-right-color: #212121 !important; }

.g-border-y-gray-900 {
  border-top-color: #212121 !important;
  border-bottom-color: #212121 !important; }

.g-border-x-gray-900-h:hover {
  border-left-color: #212121 !important;
  border-right-color: #212121 !important; }

.g-border-y-gray-900-h:hover {
  border-top-color: #212121 !important;
  border-bottom-color: #212121 !important; }

.g-border-bluegray-100 {
  border-color: #f1f8fa !important; }

.g-border-t-bluegray-100 {
  border-top-color: #f1f8fa !important; }

.g-border-r-bluegray-100 {
  border-right-color: #f1f8fa !important; }

.g-border-b-bluegray-100 {
  border-bottom-color: #f1f8fa !important; }

.g-border-l-bluegray-100 {
  border-left-color: #f1f8fa !important; }

.g-border-bluegray-100-h:hover {
  border-color: #f1f8fa !important; }

.g-border-t-bluegray-100-h:hover {
  border-color: #f1f8fa !important; }

.g-border-r-bluegray-100-h:hover {
  border-color: #f1f8fa !important; }

.g-border-b-bluegray-100-h:hover {
  border-color: #f1f8fa !important; }

.g-border-l-bluegray-100-h:hover {
  border-color: #f1f8fa !important; }

.g-border-x-bluegray-100 {
  border-left-color: #f1f8fa !important;
  border-right-color: #f1f8fa !important; }

.g-border-y-bluegray-100 {
  border-top-color: #f1f8fa !important;
  border-bottom-color: #f1f8fa !important; }

.g-border-x-bluegray-100-h:hover {
  border-left-color: #f1f8fa !important;
  border-right-color: #f1f8fa !important; }

.g-border-y-bluegray-100-h:hover {
  border-top-color: #f1f8fa !important;
  border-bottom-color: #f1f8fa !important; }

.g-border-bluegray-200 {
  border-color: #e6eff4 !important; }

.g-border-t-bluegray-200 {
  border-top-color: #e6eff4 !important; }

.g-border-r-bluegray-200 {
  border-right-color: #e6eff4 !important; }

.g-border-b-bluegray-200 {
  border-bottom-color: #e6eff4 !important; }

.g-border-l-bluegray-200 {
  border-left-color: #e6eff4 !important; }

.g-border-bluegray-200-h:hover {
  border-color: #e6eff4 !important; }

.g-border-t-bluegray-200-h:hover {
  border-color: #e6eff4 !important; }

.g-border-r-bluegray-200-h:hover {
  border-color: #e6eff4 !important; }

.g-border-b-bluegray-200-h:hover {
  border-color: #e6eff4 !important; }

.g-border-l-bluegray-200-h:hover {
  border-color: #e6eff4 !important; }

.g-border-x-bluegray-200 {
  border-left-color: #e6eff4 !important;
  border-right-color: #e6eff4 !important; }

.g-border-y-bluegray-200 {
  border-top-color: #e6eff4 !important;
  border-bottom-color: #e6eff4 !important; }

.g-border-x-bluegray-200-h:hover {
  border-left-color: #e6eff4 !important;
  border-right-color: #e6eff4 !important; }

.g-border-y-bluegray-200-h:hover {
  border-top-color: #e6eff4 !important;
  border-bottom-color: #e6eff4 !important; }

.g-border-bluegray-300 {
  border-color: #ced7dc !important; }

.g-border-t-bluegray-300 {
  border-top-color: #ced7dc !important; }

.g-border-r-bluegray-300 {
  border-right-color: #ced7dc !important; }

.g-border-b-bluegray-300 {
  border-bottom-color: #ced7dc !important; }

.g-border-l-bluegray-300 {
  border-left-color: #ced7dc !important; }

.g-border-bluegray-300-h:hover {
  border-color: #ced7dc !important; }

.g-border-t-bluegray-300-h:hover {
  border-color: #ced7dc !important; }

.g-border-r-bluegray-300-h:hover {
  border-color: #ced7dc !important; }

.g-border-b-bluegray-300-h:hover {
  border-color: #ced7dc !important; }

.g-border-l-bluegray-300-h:hover {
  border-color: #ced7dc !important; }

.g-border-x-bluegray-300 {
  border-left-color: #ced7dc !important;
  border-right-color: #ced7dc !important; }

.g-border-y-bluegray-300 {
  border-top-color: #ced7dc !important;
  border-bottom-color: #ced7dc !important; }

.g-border-x-bluegray-300-h:hover {
  border-left-color: #ced7dc !important;
  border-right-color: #ced7dc !important; }

.g-border-y-bluegray-300-h:hover {
  border-top-color: #ced7dc !important;
  border-bottom-color: #ced7dc !important; }

.g-border-bluegray-400 {
  border-color: #b0b9be !important; }

.g-border-t-bluegray-400 {
  border-top-color: #b0b9be !important; }

.g-border-r-bluegray-400 {
  border-right-color: #b0b9be !important; }

.g-border-b-bluegray-400 {
  border-bottom-color: #b0b9be !important; }

.g-border-l-bluegray-400 {
  border-left-color: #b0b9be !important; }

.g-border-bluegray-400-h:hover {
  border-color: #b0b9be !important; }

.g-border-t-bluegray-400-h:hover {
  border-color: #b0b9be !important; }

.g-border-r-bluegray-400-h:hover {
  border-color: #b0b9be !important; }

.g-border-b-bluegray-400-h:hover {
  border-color: #b0b9be !important; }

.g-border-l-bluegray-400-h:hover {
  border-color: #b0b9be !important; }

.g-border-x-bluegray-400 {
  border-left-color: #b0b9be !important;
  border-right-color: #b0b9be !important; }

.g-border-y-bluegray-400 {
  border-top-color: #b0b9be !important;
  border-bottom-color: #b0b9be !important; }

.g-border-x-bluegray-400-h:hover {
  border-left-color: #b0b9be !important;
  border-right-color: #b0b9be !important; }

.g-border-y-bluegray-400-h:hover {
  border-top-color: #b0b9be !important;
  border-bottom-color: #b0b9be !important; }

.g-border-bluegray-500 {
  border-color: #838c91 !important; }

.g-border-t-bluegray-500 {
  border-top-color: #838c91 !important; }

.g-border-r-bluegray-500 {
  border-right-color: #838c91 !important; }

.g-border-b-bluegray-500 {
  border-bottom-color: #838c91 !important; }

.g-border-l-bluegray-500 {
  border-left-color: #838c91 !important; }

.g-border-bluegray-500-h:hover {
  border-color: #838c91 !important; }

.g-border-t-bluegray-500-h:hover {
  border-color: #838c91 !important; }

.g-border-r-bluegray-500-h:hover {
  border-color: #838c91 !important; }

.g-border-b-bluegray-500-h:hover {
  border-color: #838c91 !important; }

.g-border-l-bluegray-500-h:hover {
  border-color: #838c91 !important; }

.g-border-x-bluegray-500 {
  border-left-color: #838c91 !important;
  border-right-color: #838c91 !important; }

.g-border-y-bluegray-500 {
  border-top-color: #838c91 !important;
  border-bottom-color: #838c91 !important; }

.g-border-x-bluegray-500-h:hover {
  border-left-color: #838c91 !important;
  border-right-color: #838c91 !important; }

.g-border-y-bluegray-500-h:hover {
  border-top-color: #838c91 !important;
  border-bottom-color: #838c91 !important; }

.g-border-bluegray-600 {
  border-color: #5b6469 !important; }

.g-border-t-bluegray-600 {
  border-top-color: #5b6469 !important; }

.g-border-r-bluegray-600 {
  border-right-color: #5b6469 !important; }

.g-border-b-bluegray-600 {
  border-bottom-color: #5b6469 !important; }

.g-border-l-bluegray-600 {
  border-left-color: #5b6469 !important; }

.g-border-bluegray-600-h:hover {
  border-color: #5b6469 !important; }

.g-border-t-bluegray-600-h:hover {
  border-color: #5b6469 !important; }

.g-border-r-bluegray-600-h:hover {
  border-color: #5b6469 !important; }

.g-border-b-bluegray-600-h:hover {
  border-color: #5b6469 !important; }

.g-border-l-bluegray-600-h:hover {
  border-color: #5b6469 !important; }

.g-border-x-bluegray-600 {
  border-left-color: #5b6469 !important;
  border-right-color: #5b6469 !important; }

.g-border-y-bluegray-600 {
  border-top-color: #5b6469 !important;
  border-bottom-color: #5b6469 !important; }

.g-border-x-bluegray-600-h:hover {
  border-left-color: #5b6469 !important;
  border-right-color: #5b6469 !important; }

.g-border-y-bluegray-600-h:hover {
  border-top-color: #5b6469 !important;
  border-bottom-color: #5b6469 !important; }

.g-border-bluegray-700 {
  border-color: #3d464b !important; }

.g-border-t-bluegray-700 {
  border-top-color: #3d464b !important; }

.g-border-r-bluegray-700 {
  border-right-color: #3d464b !important; }

.g-border-b-bluegray-700 {
  border-bottom-color: #3d464b !important; }

.g-border-l-bluegray-700 {
  border-left-color: #3d464b !important; }

.g-border-bluegray-700-h:hover {
  border-color: #3d464b !important; }

.g-border-t-bluegray-700-h:hover {
  border-color: #3d464b !important; }

.g-border-r-bluegray-700-h:hover {
  border-color: #3d464b !important; }

.g-border-b-bluegray-700-h:hover {
  border-color: #3d464b !important; }

.g-border-l-bluegray-700-h:hover {
  border-color: #3d464b !important; }

.g-border-x-bluegray-700 {
  border-left-color: #3d464b !important;
  border-right-color: #3d464b !important; }

.g-border-y-bluegray-700 {
  border-top-color: #3d464b !important;
  border-bottom-color: #3d464b !important; }

.g-border-x-bluegray-700-h:hover {
  border-left-color: #3d464b !important;
  border-right-color: #3d464b !important; }

.g-border-y-bluegray-700-h:hover {
  border-top-color: #3d464b !important;
  border-bottom-color: #3d464b !important; }

.g-border-bluegray-800 {
  border-color: #2a3237 !important; }

.g-border-t-bluegray-800 {
  border-top-color: #2a3237 !important; }

.g-border-r-bluegray-800 {
  border-right-color: #2a3237 !important; }

.g-border-b-bluegray-800 {
  border-bottom-color: #2a3237 !important; }

.g-border-l-bluegray-800 {
  border-left-color: #2a3237 !important; }

.g-border-bluegray-800-h:hover {
  border-color: #2a3237 !important; }

.g-border-t-bluegray-800-h:hover {
  border-color: #2a3237 !important; }

.g-border-r-bluegray-800-h:hover {
  border-color: #2a3237 !important; }

.g-border-b-bluegray-800-h:hover {
  border-color: #2a3237 !important; }

.g-border-l-bluegray-800-h:hover {
  border-color: #2a3237 !important; }

.g-border-x-bluegray-800 {
  border-left-color: #2a3237 !important;
  border-right-color: #2a3237 !important; }

.g-border-y-bluegray-800 {
  border-top-color: #2a3237 !important;
  border-bottom-color: #2a3237 !important; }

.g-border-x-bluegray-800-h:hover {
  border-left-color: #2a3237 !important;
  border-right-color: #2a3237 !important; }

.g-border-y-bluegray-800-h:hover {
  border-top-color: #2a3237 !important;
  border-bottom-color: #2a3237 !important; }

.g-border-bluegray-900 {
  border-color: #1e2428 !important; }

.g-border-t-bluegray-900 {
  border-top-color: #1e2428 !important; }

.g-border-r-bluegray-900 {
  border-right-color: #1e2428 !important; }

.g-border-b-bluegray-900 {
  border-bottom-color: #1e2428 !important; }

.g-border-l-bluegray-900 {
  border-left-color: #1e2428 !important; }

.g-border-bluegray-900-h:hover {
  border-color: #1e2428 !important; }

.g-border-t-bluegray-900-h:hover {
  border-color: #1e2428 !important; }

.g-border-r-bluegray-900-h:hover {
  border-color: #1e2428 !important; }

.g-border-b-bluegray-900-h:hover {
  border-color: #1e2428 !important; }

.g-border-l-bluegray-900-h:hover {
  border-color: #1e2428 !important; }

.g-border-x-bluegray-900 {
  border-left-color: #1e2428 !important;
  border-right-color: #1e2428 !important; }

.g-border-y-bluegray-900 {
  border-top-color: #1e2428 !important;
  border-bottom-color: #1e2428 !important; }

.g-border-x-bluegray-900-h:hover {
  border-left-color: #1e2428 !important;
  border-right-color: #1e2428 !important; }

.g-border-y-bluegray-900-h:hover {
  border-top-color: #1e2428 !important;
  border-bottom-color: #1e2428 !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; }

.bottom-arrow {
  position: relative; }
  .bottom-arrow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff; }

/*
    @
    @   THEME BOX SHADOWS
    @
*/
.g-shadow-v1 {
  -webkit-box-shadow: 0 0 15px 0px #eeeeee;
          box-shadow: 0 0 15px 0px #eeeeee; }

.g-shadow-v2 {
  -webkit-box-shadow: 1px 6px 10px 0px #eeeeee;
          box-shadow: 1px 6px 10px 0px #eeeeee; }

/*
    @
    @   THEME FLEX VARIATIONS
    @
*/
/*
    ----------------------------------
    [[ ----- FLEX CENTER ----- ]]
    ----------------------------------
*/
.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: 1200px) {
  .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; } }

/*
    --------------------------------------------
    [[ ----- FLEX ALIGN SELF TOP ----- ]]
    --------------------------------------------
*/
.g-flex-self-center-top {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/*
    --------------------------------------------------
    [[ ----- FLEX ALIGN SELF BOTTOM ----- ]]
    --------------------------------------------------
*/
.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%; }

/*
    @
    @   THEME POSITIONS ( Vertical, Horizontal )
    @
*/
/*
    ----- Absolute Center
    ----- Absolute X Center
    ----- Absolute Y Center
*/
.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: 1200px) {
  .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; } }

/*
    ----- Relative Center
    ----- Relative X Center
    ----- Relative Y Center
*/
.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: 1200px) {
  .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; } }

/*
    @
    @   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: 1200px) {
  .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; } }

.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-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; }

@media (min-width: 576px) {
  .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; } }

@media (min-width: 768px) {
  .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; } }

@media (min-width: 992px) {
  .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; } }

@media (min-width: 1200px) {
  .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-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-100 {
  color: #c9e0f8; }
  .g-text-blue-100-h:hover {
    color: #c9e0f8 !important; }

.g-parent-text-h:hover .g-text-blue-100-parent-h {
  color: #c9e0f8 !important; }

a.g-text-blue-100:hover, a.g-text-blue-100:focus {
  color: #c0daf7; }

.g-text-blue-900 {
  color: #092849; }
  .g-text-blue-900-h:hover {
    color: #092849 !important; }

.g-parent-text-h:hover .g-text-blue-900-parent-h {
  color: #092849 !important; }

a.g-text-blue-900:hover, a.g-text-blue-900:focus {
  color: #082340; }

.g-text-blue-200 {
  color: #a0c8f3; }
  .g-text-blue-200-h:hover {
    color: #a0c8f3 !important; }

.g-parent-text-h:hover .g-text-blue-200-parent-h {
  color: #a0c8f3 !important; }

a.g-text-blue-200:hover, a.g-text-blue-200:focus {
  color: #97c2f2; }

.g-text-blue-800 {
  color: #0e3e72; }
  .g-text-blue-800-h:hover {
    color: #0e3e72 !important; }

.g-parent-text-h:hover .g-text-blue-800-parent-h {
  color: #0e3e72 !important; }

a.g-text-blue-800:hover, a.g-text-blue-800:focus {
  color: #0d3969; }

.g-text-blue-300 {
  color: #78b0ee; }
  .g-text-blue-300-h:hover {
    color: #78b0ee !important; }

.g-parent-text-h:hover .g-text-blue-300-parent-h {
  color: #78b0ee !important; }

a.g-text-blue-300:hover, a.g-text-blue-300:focus {
  color: #6faaed; }

.g-text-blue-700 {
  color: #13549b; }
  .g-text-blue-700-h:hover {
    color: #13549b !important; }

.g-parent-text-h:hover .g-text-blue-700-parent-h {
  color: #13549b !important; }

a.g-text-blue-700:hover, a.g-text-blue-700:focus {
  color: #124f92; }

.g-text-blue-400 {
  color: #4f98e9; }
  .g-text-blue-400-h:hover {
    color: #4f98e9 !important; }

.g-parent-text-h:hover .g-text-blue-400-parent-h {
  color: #4f98e9 !important; }

a.g-text-blue-400:hover, a.g-text-blue-400:focus {
  color: #4693e8; }

.g-text-blue-600 {
  color: #186ac4; }
  .g-text-blue-600-h:hover {
    color: #186ac4 !important; }

.g-parent-text-h:hover .g-text-blue-600-parent-h {
  color: #186ac4 !important; }

a.g-text-blue-600:hover, a.g-text-blue-600:focus {
  color: #1765bb; }

.g-text-blue-500 {
  color: #2680e4; }
  .g-text-blue-500-h:hover {
    color: #2680e4 !important; }

.g-parent-text-h:hover .g-text-blue-500-parent-h {
  color: #2680e4 !important; }

a.g-text-blue-500:hover, a.g-text-blue-500:focus {
  color: #1d7be3; }

.g-text-blue {
  color: #2680e4; }
  .g-text-blue-h:hover {
    color: #2680e4 !important; }

.g-parent-text-h:hover .g-text-blue-parent-h {
  color: #2680e4 !important; }

a.g-text-blue:hover, a.g-text-blue:focus {
  color: #1d7be3; }

.g-text-indigo-100 {
  color: #c2c8ea; }
  .g-text-indigo-100-h:hover {
    color: #c2c8ea !important; }

.g-parent-text-h:hover .g-text-indigo-100-parent-h {
  color: #c2c8ea !important; }

a.g-text-indigo-100:hover, a.g-text-indigo-100:focus {
  color: #bac1e7; }

.g-text-indigo-900 {
  color: #10142d; }
  .g-text-indigo-900-h:hover {
    color: #10142d !important; }

.g-parent-text-h:hover .g-text-indigo-900-parent-h {
  color: #10142d !important; }

a.g-text-indigo-900:hover, a.g-text-indigo-900:focus {
  color: #0d1125; }

.g-text-indigo-200 {
  color: #a0a9de; }
  .g-text-indigo-200-h:hover {
    color: #a0a9de !important; }

.g-parent-text-h:hover .g-text-indigo-200-parent-h {
  color: #a0a9de !important; }

a.g-text-indigo-200:hover, a.g-text-indigo-200:focus {
  color: #98a2db; }

.g-text-indigo-800 {
  color: #1b234f; }
  .g-text-indigo-800-h:hover {
    color: #1b234f !important; }

.g-parent-text-h:hover .g-text-indigo-800-parent-h {
  color: #1b234f !important; }

a.g-text-indigo-800:hover, a.g-text-indigo-800:focus {
  color: #192047; }

.g-text-indigo-300 {
  color: #7e8bd2; }
  .g-text-indigo-300-h:hover {
    color: #7e8bd2 !important; }

.g-parent-text-h:hover .g-text-indigo-300-parent-h {
  color: #7e8bd2 !important; }

a.g-text-indigo-300:hover, a.g-text-indigo-300:focus {
  color: #7684cf; }

.g-text-indigo-700 {
  color: #273371; }
  .g-text-indigo-700-h:hover {
    color: #273371 !important; }

.g-parent-text-h:hover .g-text-indigo-700-parent-h {
  color: #273371 !important; }

a.g-text-indigo-700:hover, a.g-text-indigo-700:focus {
  color: #252f69; }

.g-text-indigo-400 {
  color: #5c6cc6; }
  .g-text-indigo-400-h:hover {
    color: #5c6cc6 !important; }

.g-parent-text-h:hover .g-text-indigo-400-parent-h {
  color: #5c6cc6 !important; }

a.g-text-indigo-400:hover, a.g-text-indigo-400:focus {
  color: #5465c4; }

.g-text-indigo-600 {
  color: #334293; }
  .g-text-indigo-600-h:hover {
    color: #334293 !important; }

.g-parent-text-h:hover .g-text-indigo-600-parent-h {
  color: #334293 !important; }

a.g-text-indigo-600:hover, a.g-text-indigo-600:focus {
  color: #313e8b; }

.g-text-indigo-500 {
  color: #3F51B5; }
  .g-text-indigo-500-h:hover {
    color: #3F51B5 !important; }

.g-parent-text-h:hover .g-text-indigo-500-parent-h {
  color: #3F51B5 !important; }

a.g-text-indigo-500:hover, a.g-text-indigo-500:focus {
  color: #3c4ead; }

.g-text-indigo {
  color: #3F51B5; }
  .g-text-indigo-h:hover {
    color: #3F51B5 !important; }

.g-parent-text-h:hover .g-text-indigo-parent-h {
  color: #3F51B5 !important; }

a.g-text-indigo:hover, a.g-text-indigo:focus {
  color: #3c4ead; }

.g-text-purple-100 {
  color: #e4d4ed; }
  .g-text-purple-100-h:hover {
    color: #e4d4ed !important; }

.g-parent-text-h:hover .g-text-purple-100-parent-h {
  color: #e4d4ed !important; }

a.g-text-purple-100:hover, a.g-text-purple-100:focus {
  color: #dfcdea; }

.g-text-purple-900 {
  color: #2d183a; }
  .g-text-purple-900-h:hover {
    color: #2d183a !important; }

.g-parent-text-h:hover .g-text-purple-900-parent-h {
  color: #2d183a !important; }

a.g-text-purple-900:hover, a.g-text-purple-900:focus {
  color: #271533; }

.g-text-purple-200 {
  color: #cfb4e0; }
  .g-text-purple-200-h:hover {
    color: #cfb4e0 !important; }

.g-parent-text-h:hover .g-text-purple-200-parent-h {
  color: #cfb4e0 !important; }

a.g-text-purple-200:hover, a.g-text-purple-200:focus {
  color: #caaddd; }

.g-text-purple-800 {
  color: #46265a; }
  .g-text-purple-800-h:hover {
    color: #46265a !important; }

.g-parent-text-h:hover .g-text-purple-800-parent-h {
  color: #46265a !important; }

a.g-text-purple-800:hover, a.g-text-purple-800:focus {
  color: #402353; }

.g-text-purple-300 {
  color: #ba94d2; }
  .g-text-purple-300-h:hover {
    color: #ba94d2 !important; }

.g-parent-text-h:hover .g-text-purple-300-parent-h {
  color: #ba94d2 !important; }

a.g-text-purple-300:hover, a.g-text-purple-300:focus {
  color: #b58dcf; }

.g-text-purple-700 {
  color: #5f337b; }
  .g-text-purple-700-h:hover {
    color: #5f337b !important; }

.g-parent-text-h:hover .g-text-purple-700-parent-h {
  color: #5f337b !important; }

a.g-text-purple-700:hover, a.g-text-purple-700:focus {
  color: #593074; }

.g-text-purple-400 {
  color: #a573c5; }
  .g-text-purple-400-h:hover {
    color: #a573c5 !important; }

.g-parent-text-h:hover .g-text-purple-400-parent-h {
  color: #a573c5 !important; }

a.g-text-purple-400:hover, a.g-text-purple-400:focus {
  color: #a06cc2; }

.g-text-purple-600 {
  color: #78419b; }
  .g-text-purple-600-h:hover {
    color: #78419b !important; }

.g-parent-text-h:hover .g-text-purple-600-parent-h {
  color: #78419b !important; }

a.g-text-purple-600:hover, a.g-text-purple-600:focus {
  color: #723e94; }

.g-text-purple-500 {
  color: #9053b7; }
  .g-text-purple-500-h:hover {
    color: #9053b7 !important; }

.g-parent-text-h:hover .g-text-purple-500-parent-h {
  color: #9053b7 !important; }

a.g-text-purple-500:hover, a.g-text-purple-500:focus {
  color: #8b4cb4; }

.g-text-purple {
  color: #9053b7; }
  .g-text-purple-h:hover {
    color: #9053b7 !important; }

.g-parent-text-h:hover .g-text-purple-parent-h {
  color: #9053b7 !important; }

a.g-text-purple:hover, a.g-text-purple:focus {
  color: #8b4cb4; }

.g-text-pink-100 {
  color: #fce6f0; }
  .g-text-pink-100-h:hover {
    color: #fce6f0 !important; }

.g-parent-text-h:hover .g-text-pink-100-parent-h {
  color: #fce6f0 !important; }

a.g-text-pink-100:hover, a.g-text-pink-100:focus {
  color: #fbddeb; }

.g-text-pink-900 {
  color: #680b35; }
  .g-text-pink-900-h:hover {
    color: #680b35 !important; }

.g-parent-text-h:hover .g-text-pink-900-parent-h {
  color: #680b35 !important; }

a.g-text-pink-900:hover, a.g-text-pink-900:focus {
  color: #5f0a30; }

.g-text-pink-200 {
  color: #f8bdd7; }
  .g-text-pink-200-h:hover {
    color: #f8bdd7 !important; }

.g-parent-text-h:hover .g-text-pink-200-parent-h {
  color: #f8bdd7 !important; }

a.g-text-pink-200:hover, a.g-text-pink-200:focus {
  color: #f7b3d2; }

.g-text-pink-800 {
  color: #920f4a; }
  .g-text-pink-800-h:hover {
    color: #920f4a !important; }

.g-parent-text-h:hover .g-text-pink-800-parent-h {
  color: #920f4a !important; }

a.g-text-pink-800:hover, a.g-text-pink-800:focus {
  color: #890e45; }

.g-text-pink-300 {
  color: #f493bf; }
  .g-text-pink-300-h:hover {
    color: #f493bf !important; }

.g-parent-text-h:hover .g-text-pink-300-parent-h {
  color: #f493bf !important; }

a.g-text-pink-300:hover, a.g-text-pink-300:focus {
  color: #f38ab9; }

.g-text-pink-700 {
  color: #bc145f; }
  .g-text-pink-700-h:hover {
    color: #bc145f !important; }

.g-parent-text-h:hover .g-text-pink-700-parent-h {
  color: #bc145f !important; }

a.g-text-pink-700:hover, a.g-text-pink-700:focus {
  color: #b2135b; }

.g-text-pink-400 {
  color: #ef6aa6; }
  .g-text-pink-400-h:hover {
    color: #ef6aa6 !important; }

.g-parent-text-h:hover .g-text-pink-400-parent-h {
  color: #ef6aa6 !important; }

a.g-text-pink-400:hover, a.g-text-pink-400:focus {
  color: #ee60a0; }

.g-text-pink-600 {
  color: #e51874; }
  .g-text-pink-600-h:hover {
    color: #e51874 !important; }

.g-parent-text-h:hover .g-text-pink-600-parent-h {
  color: #e51874 !important; }

a.g-text-pink-600:hover, a.g-text-pink-600:focus {
  color: #dc1770; }

.g-text-pink-500 {
  color: #eb408d; }
  .g-text-pink-500-h:hover {
    color: #eb408d !important; }

.g-parent-text-h:hover .g-text-pink-500-parent-h {
  color: #eb408d !important; }

a.g-text-pink-500:hover, a.g-text-pink-500:focus {
  color: #ea3787; }

.g-text-pink {
  color: #eb408d; }
  .g-text-pink-h:hover {
    color: #eb408d !important; }

.g-parent-text-h:hover .g-text-pink-parent-h {
  color: #eb408d !important; }

a.g-text-pink:hover, a.g-text-pink:focus {
  color: #ea3787; }

.g-text-red-100 {
  color: #fbd2d3; }
  .g-text-red-100-h:hover {
    color: #fbd2d3 !important; }

.g-parent-text-h:hover .g-text-red-100-parent-h {
  color: #fbd2d3 !important; }

a.g-text-red-100:hover, a.g-text-red-100:focus {
  color: #fac9ca; }

.g-text-red-900 {
  color: #55080a; }
  .g-text-red-900-h:hover {
    color: #55080a !important; }

.g-parent-text-h:hover .g-text-red-900-parent-h {
  color: #55080a !important; }

a.g-text-red-900:hover, a.g-text-red-900:focus {
  color: #4c0709; }

.g-text-red-200 {
  color: #f7a8aa; }
  .g-text-red-200-h:hover {
    color: #f7a8aa !important; }

.g-parent-text-h:hover .g-text-red-200-parent-h {
  color: #f7a8aa !important; }

a.g-text-red-200:hover, a.g-text-red-200:focus {
  color: #f69fa1; }

.g-text-red-800 {
  color: #7f0c0f; }
  .g-text-red-800-h:hover {
    color: #7f0c0f !important; }

.g-parent-text-h:hover .g-text-red-800-parent-h {
  color: #7f0c0f !important; }

a.g-text-red-800:hover, a.g-text-red-800:focus {
  color: #760b0e; }

.g-text-red-300 {
  color: #f37e81; }
  .g-text-red-300-h:hover {
    color: #f37e81 !important; }

.g-parent-text-h:hover .g-text-red-300-parent-h {
  color: #f37e81 !important; }

a.g-text-red-300:hover, a.g-text-red-300:focus {
  color: #f27578; }

.g-text-red-700 {
  color: #a91014; }
  .g-text-red-700-h:hover {
    color: #a91014 !important; }

.g-parent-text-h:hover .g-text-red-700-parent-h {
  color: #a91014 !important; }

a.g-text-red-700:hover, a.g-text-red-700:focus {
  color: #a00f13; }

.g-text-red-400 {
  color: #ef5458; }
  .g-text-red-400-h:hover {
    color: #ef5458 !important; }

.g-parent-text-h:hover .g-text-red-400-parent-h {
  color: #ef5458 !important; }

a.g-text-red-400:hover, a.g-text-red-400:focus {
  color: #ee4b4f; }

.g-text-red-600 {
  color: #d31419; }
  .g-text-red-600-h:hover {
    color: #d31419 !important; }

.g-parent-text-h:hover .g-text-red-600-parent-h {
  color: #d31419 !important; }

a.g-text-red-600:hover, a.g-text-red-600:focus {
  color: #ca1318; }

.g-text-red-500 {
  color: #eb2a2f; }
  .g-text-red-500-h:hover {
    color: #eb2a2f !important; }

.g-parent-text-h:hover .g-text-red-500-parent-h {
  color: #eb2a2f !important; }

a.g-text-red-500:hover, a.g-text-red-500:focus {
  color: #ea2126; }

.g-text-red {
  color: #eb2a2f; }
  .g-text-red-h:hover {
    color: #eb2a2f !important; }

.g-parent-text-h:hover .g-text-red-parent-h {
  color: #eb2a2f !important; }

a.g-text-red:hover, a.g-text-red:focus {
  color: #ea2126; }

.g-text-orange-100 {
  color: #ffe2b8; }
  .g-text-orange-100-h:hover {
    color: #ffe2b8 !important; }

.g-parent-text-h:hover .g-text-orange-100-parent-h {
  color: #ffe2b8 !important; }

a.g-text-orange-100:hover, a.g-text-orange-100:focus {
  color: navajowhite; }

.g-text-orange-900 {
  color: #472b00; }
  .g-text-orange-900-h:hover {
    color: #472b00 !important; }

.g-parent-text-h:hover .g-text-orange-900-parent-h {
  color: #472b00 !important; }

a.g-text-orange-900:hover, a.g-text-orange-900:focus {
  color: #3d2400; }

.g-text-orange-200 {
  color: #ffd08a; }
  .g-text-orange-200-h:hover {
    color: #ffd08a !important; }

.g-parent-text-h:hover .g-text-orange-200-parent-h {
  color: #ffd08a !important; }

a.g-text-orange-200:hover, a.g-text-orange-200:focus {
  color: #ffcc80; }

.g-text-orange-800 {
  color: #754600; }
  .g-text-orange-800-h:hover {
    color: #754600 !important; }

.g-parent-text-h:hover .g-text-orange-800-parent-h {
  color: #754600 !important; }

a.g-text-orange-800:hover, a.g-text-orange-800:focus {
  color: #6b4000; }

.g-text-orange-300 {
  color: #ffbd5c; }
  .g-text-orange-300-h:hover {
    color: #ffbd5c !important; }

.g-parent-text-h:hover .g-text-orange-300-parent-h {
  color: #ffbd5c !important; }

a.g-text-orange-300:hover, a.g-text-orange-300:focus {
  color: #ffb952; }

.g-text-orange-700 {
  color: #a36100; }
  .g-text-orange-700-h:hover {
    color: #a36100 !important; }

.g-parent-text-h:hover .g-text-orange-700-parent-h {
  color: #a36100 !important; }

a.g-text-orange-700:hover, a.g-text-orange-700:focus {
  color: #995b00; }

.g-text-orange-400 {
  color: #ffab2e; }
  .g-text-orange-400-h:hover {
    color: #ffab2e !important; }

.g-parent-text-h:hover .g-text-orange-400-parent-h {
  color: #ffab2e !important; }

a.g-text-orange-400:hover, a.g-text-orange-400:focus {
  color: #ffa624; }

.g-text-orange-600 {
  color: #d17d00; }
  .g-text-orange-600-h:hover {
    color: #d17d00 !important; }

.g-parent-text-h:hover .g-text-orange-600-parent-h {
  color: #d17d00 !important; }

a.g-text-orange-600:hover, a.g-text-orange-600:focus {
  color: #c77700; }

.g-text-orange-500 {
  color: #FF9800; }
  .g-text-orange-500-h:hover {
    color: #FF9800 !important; }

.g-parent-text-h:hover .g-text-orange-500-parent-h {
  color: #FF9800 !important; }

a.g-text-orange-500:hover, a.g-text-orange-500:focus {
  color: #f59200; }

.g-text-orange {
  color: #FF9800; }
  .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-100 {
  color: #fbded4; }
  .g-text-deep-orange-100-h:hover {
    color: #fbded4 !important; }

.g-parent-text-h:hover .g-text-deep-orange-100-parent-h {
  color: #fbded4 !important; }

a.g-text-deep-orange-100:hover, a.g-text-deep-orange-100:focus {
  color: #fad7ca; }

.g-text-deep-orange-900 {
  color: #571e08; }
  .g-text-deep-orange-900-h:hover {
    color: #571e08 !important; }

.g-parent-text-h:hover .g-text-deep-orange-900-parent-h {
  color: #571e08 !important; }

a.g-text-deep-orange-900:hover, a.g-text-deep-orange-900:focus {
  color: #4e1b07; }

.g-text-deep-orange-200 {
  color: #f7bfaa; }
  .g-text-deep-orange-200-h:hover {
    color: #f7bfaa !important; }

.g-parent-text-h:hover .g-text-deep-orange-200-parent-h {
  color: #f7bfaa !important; }

a.g-text-deep-orange-200:hover, a.g-text-deep-orange-200:focus {
  color: #f6b8a0; }

.g-text-deep-orange-800 {
  color: #812c0c; }
  .g-text-deep-orange-800-h:hover {
    color: #812c0c !important; }

.g-parent-text-h:hover .g-text-deep-orange-800-parent-h {
  color: #812c0c !important; }

a.g-text-deep-orange-800:hover, a.g-text-deep-orange-800:focus {
  color: #78290b; }

.g-text-deep-orange-300 {
  color: #f39f80; }
  .g-text-deep-orange-300-h:hover {
    color: #f39f80 !important; }

.g-parent-text-h:hover .g-text-deep-orange-300-parent-h {
  color: #f39f80 !important; }

a.g-text-deep-orange-300:hover, a.g-text-deep-orange-300:focus {
  color: #f29877; }

.g-text-deep-orange-700 {
  color: #ab3a10; }
  .g-text-deep-orange-700-h:hover {
    color: #ab3a10 !important; }

.g-parent-text-h:hover .g-text-deep-orange-700-parent-h {
  color: #ab3a10 !important; }

a.g-text-deep-orange-700:hover, a.g-text-deep-orange-700:focus {
  color: #a2370f; }

.g-text-deep-orange-400 {
  color: #ef8056; }
  .g-text-deep-orange-400-h:hover {
    color: #ef8056 !important; }

.g-parent-text-h:hover .g-text-deep-orange-400-parent-h {
  color: #ef8056 !important; }

a.g-text-deep-orange-400:hover, a.g-text-deep-orange-400:focus {
  color: #ee794d; }

.g-text-deep-orange-600 {
  color: #d54914; }
  .g-text-deep-orange-600-h:hover {
    color: #d54914 !important; }

.g-parent-text-h:hover .g-text-deep-orange-600-parent-h {
  color: #d54914 !important; }

a.g-text-deep-orange-600:hover, a.g-text-deep-orange-600:focus {
  color: #cc4513; }

.g-text-deep-orange-500 {
  color: #eb602c; }
  .g-text-deep-orange-500-h:hover {
    color: #eb602c !important; }

.g-parent-text-h:hover .g-text-deep-orange-500-parent-h {
  color: #eb602c !important; }

a.g-text-deep-orange-500:hover, a.g-text-deep-orange-500:focus {
  color: #ea5923; }

.g-text-deep-orange {
  color: #eb602c; }
  .g-text-deep-orange-h:hover {
    color: #eb602c !important; }

.g-parent-text-h:hover .g-text-deep-orange-parent-h {
  color: #eb602c !important; }

a.g-text-deep-orange:hover, a.g-text-deep-orange:focus {
  color: #ea5923; }

.g-text-brown-100 {
  color: #e2c2a1; }
  .g-text-brown-100-h:hover {
    color: #e2c2a1 !important; }

.g-parent-text-h:hover .g-text-brown-100-parent-h {
  color: #e2c2a1 !important; }

a.g-text-brown-100:hover, a.g-text-brown-100:focus {
  color: #dfbd99; }

.g-text-brown-900 {
  color: #0f0a05; }
  .g-text-brown-900-h:hover {
    color: #0f0a05 !important; }

.g-parent-text-h:hover .g-text-brown-900-parent-h {
  color: #0f0a05 !important; }

a.g-text-brown-900:hover, a.g-text-brown-900:focus {
  color: #070502; }

.g-text-brown-200 {
  color: #d7ac7e; }
  .g-text-brown-200-h:hover {
    color: #d7ac7e !important; }

.g-parent-text-h:hover .g-text-brown-200-parent-h {
  color: #d7ac7e !important; }

a.g-text-brown-200:hover, a.g-text-brown-200:focus {
  color: #d5a776; }

.g-text-brown-800 {
  color: #32210f; }
  .g-text-brown-800-h:hover {
    color: #32210f !important; }

.g-parent-text-h:hover .g-text-brown-800-parent-h {
  color: #32210f !important; }

a.g-text-brown-800:hover, a.g-text-brown-800:focus {
  color: #2a1c0d; }

.g-text-brown-300 {
  color: #cc955b; }
  .g-text-brown-300-h:hover {
    color: #cc955b !important; }

.g-parent-text-h:hover .g-text-brown-300-parent-h {
  color: #cc955b !important; }

a.g-text-brown-300:hover, a.g-text-brown-300:focus {
  color: #ca9053; }

.g-text-brown-700 {
  color: #55381a; }
  .g-text-brown-700-h:hover {
    color: #55381a !important; }

.g-parent-text-h:hover .g-text-brown-700-parent-h {
  color: #55381a !important; }

a.g-text-brown-700:hover, a.g-text-brown-700:focus {
  color: #4d3318; }

.g-text-brown-400 {
  color: #be7e3b; }
  .g-text-brown-400-h:hover {
    color: #be7e3b !important; }

.g-parent-text-h:hover .g-text-brown-400-parent-h {
  color: #be7e3b !important; }

a.g-text-brown-400:hover, a.g-text-brown-400:focus {
  color: #b67938; }

.g-text-brown-600 {
  color: #785025; }
  .g-text-brown-600-h:hover {
    color: #785025 !important; }

.g-parent-text-h:hover .g-text-brown-600-parent-h {
  color: #785025 !important; }

a.g-text-brown-600:hover, a.g-text-brown-600:focus {
  color: #704b23; }

.g-text-brown-500 {
  color: #9b6730; }
  .g-text-brown-500-h:hover {
    color: #9b6730 !important; }

.g-parent-text-h:hover .g-text-brown-500-parent-h {
  color: #9b6730 !important; }

a.g-text-brown-500:hover, a.g-text-brown-500:focus {
  color: #93622e; }

.g-text-brown {
  color: #9b6730; }
  .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-100 {
  color: #fff7ce; }
  .g-text-yellow-100-h:hover {
    color: #fff7ce !important; }

.g-parent-text-h:hover .g-text-yellow-100-parent-h {
  color: #fff7ce !important; }

a.g-text-yellow-100:hover, a.g-text-yellow-100:focus {
  color: #fff5c3; }

.g-text-yellow-900 {
  color: #5d4d00; }
  .g-text-yellow-900-h:hover {
    color: #5d4d00 !important; }

.g-parent-text-h:hover .g-text-yellow-900-parent-h {
  color: #5d4d00 !important; }

a.g-text-yellow-900:hover, a.g-text-yellow-900:focus {
  color: #534500; }

.g-text-yellow-200 {
  color: #ffefa0; }
  .g-text-yellow-200-h:hover {
    color: #ffefa0 !important; }

.g-parent-text-h:hover .g-text-yellow-200-parent-h {
  color: #ffefa0 !important; }

a.g-text-yellow-200:hover, a.g-text-yellow-200:focus {
  color: #ffed96; }

.g-text-yellow-800 {
  color: #8b7300; }
  .g-text-yellow-800-h:hover {
    color: #8b7300 !important; }

.g-parent-text-h:hover .g-text-yellow-800-parent-h {
  color: #8b7300 !important; }

a.g-text-yellow-800:hover, a.g-text-yellow-800:focus {
  color: #816b00; }

.g-text-yellow-300 {
  color: #ffe772; }
  .g-text-yellow-300-h:hover {
    color: #ffe772 !important; }

.g-parent-text-h:hover .g-text-yellow-300-parent-h {
  color: #ffe772 !important; }

a.g-text-yellow-300:hover, a.g-text-yellow-300:focus {
  color: #ffe568; }

.g-text-yellow-700 {
  color: #b99900; }
  .g-text-yellow-700-h:hover {
    color: #b99900 !important; }

.g-parent-text-h:hover .g-text-yellow-700-parent-h {
  color: #b99900 !important; }

a.g-text-yellow-700:hover, a.g-text-yellow-700:focus {
  color: #af9100; }

.g-text-yellow-400 {
  color: #ffdf44; }
  .g-text-yellow-400-h:hover {
    color: #ffdf44 !important; }

.g-parent-text-h:hover .g-text-yellow-400-parent-h {
  color: #ffdf44 !important; }

a.g-text-yellow-400:hover, a.g-text-yellow-400:focus {
  color: #ffdd3a; }

.g-text-yellow-600 {
  color: #e7bf00; }
  .g-text-yellow-600-h:hover {
    color: #e7bf00 !important; }

.g-parent-text-h:hover .g-text-yellow-600-parent-h {
  color: #e7bf00 !important; }

a.g-text-yellow-600:hover, a.g-text-yellow-600:focus {
  color: #ddb700; }

.g-text-yellow-500 {
  color: #ffd716; }
  .g-text-yellow-500-h:hover {
    color: #ffd716 !important; }

.g-parent-text-h:hover .g-text-yellow-500-parent-h {
  color: #ffd716 !important; }

a.g-text-yellow-500:hover, a.g-text-yellow-500:focus {
  color: #ffd50c; }

.g-text-yellow {
  color: #ffd716; }
  .g-text-yellow-h:hover {
    color: #ffd716 !important; }

.g-parent-text-h:hover .g-text-yellow-parent-h {
  color: #ffd716 !important; }

a.g-text-yellow:hover, a.g-text-yellow:focus {
  color: #ffd50c; }

.g-text-green-100 {
  color: #98f7c9; }
  .g-text-green-100-h:hover {
    color: #98f7c9 !important; }

.g-parent-text-h:hover .g-text-green-100-parent-h {
  color: #98f7c9 !important; }

a.g-text-green-100:hover, a.g-text-green-100:focus {
  color: #8ef6c4; }

.g-text-green-900 {
  color: #021d10; }
  .g-text-green-900-h:hover {
    color: #021d10 !important; }

.g-parent-text-h:hover .g-text-green-900-parent-h {
  color: #021d10 !important; }

a.g-text-green-900:hover, a.g-text-green-900:focus {
  color: #02140b; }

.g-text-green-200 {
  color: #6df3b2; }
  .g-text-green-200-h:hover {
    color: #6df3b2 !important; }

.g-parent-text-h:hover .g-text-green-200-parent-h {
  color: #6df3b2 !important; }

a.g-text-green-200:hover, a.g-text-green-200:focus {
  color: #64f3ad; }

.g-text-green-800 {
  color: #064828; }
  .g-text-green-800-h:hover {
    color: #064828 !important; }

.g-parent-text-h:hover .g-text-green-800-parent-h {
  color: #064828 !important; }

a.g-text-green-800:hover, a.g-text-green-800:focus {
  color: #053e22; }

.g-text-green-300 {
  color: #43f09c; }
  .g-text-green-300-h:hover {
    color: #43f09c !important; }

.g-parent-text-h:hover .g-text-green-300-parent-h {
  color: #43f09c !important; }

a.g-text-green-300:hover, a.g-text-green-300:focus {
  color: #39ef97; }

.g-text-green-700 {
  color: #09723f; }
  .g-text-green-700-h:hover {
    color: #09723f !important; }

.g-parent-text-h:hover .g-text-green-700-parent-h {
  color: #09723f !important; }

a.g-text-green-700:hover, a.g-text-green-700:focus {
  color: #08693a; }

.g-text-green-400 {
  color: #18ec85; }
  .g-text-green-400-h:hover {
    color: #18ec85 !important; }

.g-parent-text-h:hover .g-text-green-400-parent-h {
  color: #18ec85 !important; }

a.g-text-green-400:hover, a.g-text-green-400:focus {
  color: #13e880; }

.g-text-green-600 {
  color: #0d9d57; }
  .g-text-green-600-h:hover {
    color: #0d9d57 !important; }

.g-parent-text-h:hover .g-text-green-600-parent-h {
  color: #0d9d57 !important; }

a.g-text-green-600:hover, a.g-text-green-600:focus {
  color: #0c9351; }

.g-text-green-500 {
  color: #10c76e; }
  .g-text-green-500-h:hover {
    color: #10c76e !important; }

.g-parent-text-h:hover .g-text-green-500-parent-h {
  color: #10c76e !important; }

a.g-text-green-500:hover, a.g-text-green-500:focus {
  color: #0fbe69; }

.g-text-green {
  color: #10c76e; }
  .g-text-green-h:hover {
    color: #10c76e !important; }

.g-parent-text-h:hover .g-text-green-parent-h {
  color: #10c76e !important; }

a.g-text-green:hover, a.g-text-green:focus {
  color: #0fbe69; }

.g-text-teal-100 {
  color: #c0eee7; }
  .g-text-teal-100-h:hover {
    color: #c0eee7 !important; }

.g-parent-text-h:hover .g-text-teal-100-parent-h {
  color: #c0eee7 !important; }

a.g-text-teal-100:hover, a.g-text-teal-100:focus {
  color: #b8ece3; }

.g-text-teal-900 {
  color: #0d322c; }
  .g-text-teal-900-h:hover {
    color: #0d322c !important; }

.g-parent-text-h:hover .g-text-teal-900-parent-h {
  color: #0d322c !important; }

a.g-text-teal-900:hover, a.g-text-teal-900:focus {
  color: #0b2a25; }

.g-text-teal-200 {
  color: #9ce5d8; }
  .g-text-teal-200-h:hover {
    color: #9ce5d8 !important; }

.g-parent-text-h:hover .g-text-teal-200-parent-h {
  color: #9ce5d8 !important; }

a.g-text-teal-200:hover, a.g-text-teal-200:focus {
  color: #94e2d5; }

.g-text-teal-800 {
  color: #17564c; }
  .g-text-teal-800-h:hover {
    color: #17564c !important; }

.g-parent-text-h:hover .g-text-teal-800-parent-h {
  color: #17564c !important; }

a.g-text-teal-800:hover, a.g-text-teal-800:focus {
  color: #154e45; }

.g-text-teal-300 {
  color: #78dbca; }
  .g-text-teal-300-h:hover {
    color: #78dbca !important; }

.g-parent-text-h:hover .g-text-teal-300-parent-h {
  color: #78dbca !important; }

a.g-text-teal-300:hover, a.g-text-teal-300:focus {
  color: #70d9c7; }

.g-text-teal-700 {
  color: #217b6b; }
  .g-text-teal-700-h:hover {
    color: #217b6b !important; }

.g-parent-text-h:hover .g-text-teal-700-parent-h {
  color: #217b6b !important; }

a.g-text-teal-700:hover, a.g-text-teal-700:focus {
  color: #1f7264; }

.g-text-teal-400 {
  color: #54d1bc; }
  .g-text-teal-400-h:hover {
    color: #54d1bc !important; }

.g-parent-text-h:hover .g-text-teal-400-parent-h {
  color: #54d1bc !important; }

a.g-text-teal-400:hover, a.g-text-teal-400:focus {
  color: #4ccfb9; }

.g-text-teal-600 {
  color: #2a9f8b; }
  .g-text-teal-600-h:hover {
    color: #2a9f8b !important; }

.g-parent-text-h:hover .g-text-teal-600-parent-h {
  color: #2a9f8b !important; }

a.g-text-teal-600:hover, a.g-text-teal-600:focus {
  color: #289784; }

.g-text-teal-500 {
  color: #34c3ab; }
  .g-text-teal-500-h:hover {
    color: #34c3ab !important; }

.g-parent-text-h:hover .g-text-teal-500-parent-h {
  color: #34c3ab !important; }

a.g-text-teal-500:hover, a.g-text-teal-500:focus {
  color: #32bba4; }

.g-text-teal {
  color: #34c3ab; }
  .g-text-teal-h:hover {
    color: #34c3ab !important; }

.g-parent-text-h:hover .g-text-teal-parent-h {
  color: #34c3ab !important; }

a.g-text-teal:hover, a.g-text-teal:focus {
  color: #32bba4; }

.g-text-cyan-100 {
  color: #99f5f3; }
  .g-text-cyan-100-h:hover {
    color: #99f5f3 !important; }

.g-parent-text-h:hover .g-text-cyan-100-parent-h {
  color: #99f5f3 !important; }

a.g-text-cyan-100:hover, a.g-text-cyan-100:focus {
  color: #8ff4f2; }

.g-text-cyan-900 {
  color: #031c1b; }
  .g-text-cyan-900-h:hover {
    color: #031c1b !important; }

.g-parent-text-h:hover .g-text-cyan-900-parent-h {
  color: #031c1b !important; }

a.g-text-cyan-900:hover, a.g-text-cyan-900:focus {
  color: #021212; }

.g-text-cyan-200 {
  color: #6ff1ef; }
  .g-text-cyan-200-h:hover {
    color: #6ff1ef !important; }

.g-parent-text-h:hover .g-text-cyan-200-parent-h {
  color: #6ff1ef !important; }

a.g-text-cyan-200:hover, a.g-text-cyan-200:focus {
  color: #65f0ee; }

.g-text-cyan-800 {
  color: #074644; }
  .g-text-cyan-800-h:hover {
    color: #074644 !important; }

.g-parent-text-h:hover .g-text-cyan-800-parent-h {
  color: #074644 !important; }

a.g-text-cyan-800:hover, a.g-text-cyan-800:focus {
  color: #063c3b; }

.g-text-cyan-300 {
  color: #45edea; }
  .g-text-cyan-300-h:hover {
    color: #45edea !important; }

.g-parent-text-h:hover .g-text-cyan-300-parent-h {
  color: #45edea !important; }

a.g-text-cyan-300:hover, a.g-text-cyan-300:focus {
  color: #3cece9; }

.g-text-cyan-700 {
  color: #0b6f6e; }
  .g-text-cyan-700-h:hover {
    color: #0b6f6e !important; }

.g-parent-text-h:hover .g-text-cyan-700-parent-h {
  color: #0b6f6e !important; }

a.g-text-cyan-700:hover, a.g-text-cyan-700:focus {
  color: #0a6664; }

.g-text-cyan-400 {
  color: #1be9e5; }
  .g-text-cyan-400-h:hover {
    color: #1be9e5 !important; }

.g-parent-text-h:hover .g-text-cyan-400-parent-h {
  color: #1be9e5 !important; }

a.g-text-cyan-400:hover, a.g-text-cyan-400:focus {
  color: #16e4e0; }

.g-text-cyan-600 {
  color: #0f9997; }
  .g-text-cyan-600-h:hover {
    color: #0f9997 !important; }

.g-parent-text-h:hover .g-text-cyan-600-parent-h {
  color: #0f9997 !important; }

a.g-text-cyan-600:hover, a.g-text-cyan-600:focus {
  color: #0e908e; }

.g-text-cyan-500 {
  color: #13c3c0; }
  .g-text-cyan-500-h:hover {
    color: #13c3c0 !important; }

.g-parent-text-h:hover .g-text-cyan-500-parent-h {
  color: #13c3c0 !important; }

a.g-text-cyan-500:hover, a.g-text-cyan-500:focus {
  color: #12bab7; }

.g-text-cyan {
  color: #13c3c0; }
  .g-text-cyan-h:hover {
    color: #13c3c0 !important; }

.g-parent-text-h:hover .g-text-cyan-parent-h {
  color: #13c3c0 !important; }

a.g-text-cyan:hover, a.g-text-cyan:focus {
  color: #12bab7; }

.g-text-primary {
  color: #13c3c0; }
  .g-text-primary-h:hover {
    color: #13c3c0 !important; }

.g-parent-text-h:hover .g-text-primary-parent-h {
  color: #13c3c0 !important; }

a.g-text-primary:hover, a.g-text-primary:focus {
  color: #12bab7; }

.g-text-secondary {
  color: #e3e4e6; }
  .g-text-secondary-h:hover {
    color: #e3e4e6 !important; }

.g-parent-text-h:hover .g-text-secondary-parent-h {
  color: #e3e4e6 !important; }

a.g-text-secondary:hover, a.g-text-secondary:focus {
  color: #dedfe1; }

.g-text-success {
  color: #10c76e; }
  .g-text-success-h:hover {
    color: #10c76e !important; }

.g-parent-text-h:hover .g-text-success-parent-h {
  color: #10c76e !important; }

a.g-text-success:hover, a.g-text-success:focus {
  color: #0fbe69; }

.g-text-info {
  color: #13c3c0; }
  .g-text-info-h:hover {
    color: #13c3c0 !important; }

.g-parent-text-h:hover .g-text-info-parent-h {
  color: #13c3c0 !important; }

a.g-text-info:hover, a.g-text-info:focus {
  color: #12bab7; }

.g-text-warning {
  color: #ffd716; }
  .g-text-warning-h:hover {
    color: #ffd716 !important; }

.g-parent-text-h:hover .g-text-warning-parent-h {
  color: #ffd716 !important; }

a.g-text-warning:hover, a.g-text-warning:focus {
  color: #ffd50c; }

.g-text-danger {
  color: #eb2a2f; }
  .g-text-danger-h:hover {
    color: #eb2a2f !important; }

.g-parent-text-h:hover .g-text-danger-parent-h {
  color: #eb2a2f !important; }

a.g-text-danger:hover, a.g-text-danger:focus {
  color: #ea2126; }

.g-text-light {
  color: #f9f9f9; }
  .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: #1e2428; }
  .g-text-dark-h:hover {
    color: #1e2428 !important; }

.g-parent-text-h:hover .g-text-dark-parent-h {
  color: #1e2428 !important; }

a.g-text-dark:hover, a.g-text-dark:focus {
  color: #1a1f22; }

.g-text-gray-100 {
  color: #f9f9f9; }
  .g-text-gray-100-h:hover {
    color: #f9f9f9 !important; }

.g-parent-text-h:hover .g-text-gray-100-parent-h {
  color: #f9f9f9 !important; }

a.g-text-gray-100:hover, a.g-text-gray-100:focus {
  color: #f4f4f4; }

.g-text-gray-200 {
  color: #f4f5f6; }
  .g-text-gray-200-h:hover {
    color: #f4f5f6 !important; }

.g-parent-text-h:hover .g-text-gray-200-parent-h {
  color: #f4f5f6 !important; }

a.g-text-gray-200:hover, a.g-text-gray-200:focus {
  color: #eef0f1; }

.g-text-gray-300 {
  color: #eeeff0; }
  .g-text-gray-300-h:hover {
    color: #eeeff0 !important; }

.g-parent-text-h:hover .g-text-gray-300-parent-h {
  color: #eeeff0 !important; }

a.g-text-gray-300:hover, a.g-text-gray-300:focus {
  color: #e9eaeb; }

.g-text-gray-400 {
  color: #e3e4e6; }
  .g-text-gray-400-h:hover {
    color: #e3e4e6 !important; }

.g-parent-text-h:hover .g-text-gray-400-parent-h {
  color: #e3e4e6 !important; }

a.g-text-gray-400:hover, a.g-text-gray-400:focus {
  color: #dedfe1; }

.g-text-gray-500 {
  color: #b9b9b9; }
  .g-text-gray-500-h:hover {
    color: #b9b9b9 !important; }

.g-parent-text-h:hover .g-text-gray-500-parent-h {
  color: #b9b9b9 !important; }

a.g-text-gray-500:hover, a.g-text-gray-500:focus {
  color: #b4b4b4; }

.g-text-gray-600 {
  color: #7d7d7d; }
  .g-text-gray-600-h:hover {
    color: #7d7d7d !important; }

.g-parent-text-h:hover .g-text-gray-600-parent-h {
  color: #7d7d7d !important; }

a.g-text-gray-600:hover, a.g-text-gray-600:focus {
  color: #787878; }

.g-text-gray-700 {
  color: #4b4b4b; }
  .g-text-gray-700-h:hover {
    color: #4b4b4b !important; }

.g-parent-text-h:hover .g-text-gray-700-parent-h {
  color: #4b4b4b !important; }

a.g-text-gray-700:hover, a.g-text-gray-700:focus {
  color: #464646; }

.g-text-gray-800 {
  color: #2d2d2d; }
  .g-text-gray-800-h:hover {
    color: #2d2d2d !important; }

.g-parent-text-h:hover .g-text-gray-800-parent-h {
  color: #2d2d2d !important; }

a.g-text-gray-800:hover, a.g-text-gray-800:focus {
  color: #282828; }

.g-text-gray-900 {
  color: #212121; }
  .g-text-gray-900-h:hover {
    color: #212121 !important; }

.g-parent-text-h:hover .g-text-gray-900-parent-h {
  color: #212121 !important; }

a.g-text-gray-900:hover, a.g-text-gray-900:focus {
  color: #1c1c1c; }

.g-text-bluegray-100 {
  color: #f1f8fa; }
  .g-text-bluegray-100-h:hover {
    color: #f1f8fa !important; }

.g-parent-text-h:hover .g-text-bluegray-100-parent-h {
  color: #f1f8fa !important; }

a.g-text-bluegray-100:hover, a.g-text-bluegray-100:focus {
  color: #e9f4f7; }

.g-text-bluegray-200 {
  color: #e6eff4; }
  .g-text-bluegray-200-h:hover {
    color: #e6eff4 !important; }

.g-parent-text-h:hover .g-text-bluegray-200-parent-h {
  color: #e6eff4 !important; }

a.g-text-bluegray-200:hover, a.g-text-bluegray-200:focus {
  color: #dfeaf1; }

.g-text-bluegray-300 {
  color: #ced7dc; }
  .g-text-bluegray-300-h:hover {
    color: #ced7dc !important; }

.g-parent-text-h:hover .g-text-bluegray-300-parent-h {
  color: #ced7dc !important; }

a.g-text-bluegray-300:hover, a.g-text-bluegray-300:focus {
  color: #c8d2d8; }

.g-text-bluegray-400 {
  color: #b0b9be; }
  .g-text-bluegray-400-h:hover {
    color: #b0b9be !important; }

.g-parent-text-h:hover .g-text-bluegray-400-parent-h {
  color: #b0b9be !important; }

a.g-text-bluegray-400:hover, a.g-text-bluegray-400:focus {
  color: #aab4b9; }

.g-text-bluegray-500 {
  color: #838c91; }
  .g-text-bluegray-500-h:hover {
    color: #838c91 !important; }

.g-parent-text-h:hover .g-text-bluegray-500-parent-h {
  color: #838c91 !important; }

a.g-text-bluegray-500:hover, a.g-text-bluegray-500:focus {
  color: #7e878c; }

.g-text-bluegray-600 {
  color: #5b6469; }
  .g-text-bluegray-600-h:hover {
    color: #5b6469 !important; }

.g-parent-text-h:hover .g-text-bluegray-600-parent-h {
  color: #5b6469 !important; }

a.g-text-bluegray-600:hover, a.g-text-bluegray-600:focus {
  color: #565f64; }

.g-text-bluegray-700 {
  color: #3d464b; }
  .g-text-bluegray-700-h:hover {
    color: #3d464b !important; }

.g-parent-text-h:hover .g-text-bluegray-700-parent-h {
  color: #3d464b !important; }

a.g-text-bluegray-700:hover, a.g-text-bluegray-700:focus {
  color: #384145; }

.g-text-bluegray-800 {
  color: #2a3237; }
  .g-text-bluegray-800-h:hover {
    color: #2a3237 !important; }

.g-parent-text-h:hover .g-text-bluegray-800-parent-h {
  color: #2a3237 !important; }

a.g-text-bluegray-800:hover, a.g-text-bluegray-800:focus {
  color: #262d31; }

.g-text-bluegray-900 {
  color: #1e2428; }
  .g-text-bluegray-900-h:hover {
    color: #1e2428 !important; }

.g-parent-text-h:hover .g-text-bluegray-900-parent-h {
  color: #1e2428 !important; }

a.g-text-bluegray-900:hover, a.g-text-bluegray-900:focus {
  color: #1a1f22; }

.font-montserrat {
  font-family: 'Montserrat', sans-serif; }

.font-prompt {
  font-family: "Prompt",  sans-serif !important; }

.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
    @   THEME WIDTH & HEIGHT
    @
*/
.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; }

@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; } }

@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; } }

@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; } }

@media (min-width: 1200px) {
  .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-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; }

@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; } }

@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; } }

@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; } }

@media (min-width: 1200px) {
  .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; } }
