@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6921B0;
  --pink: #e83e8c;
  --red: #FF0000;
  --orange: #EC9737;
  --yellow: #ffc107;
  --green: #F3C529;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3b8ea0;
  --secondary: #545454;
  --success: #F3C529;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #FF0000;
  --light: #f8f9fa;
  --dark: #343a40;
  --cluster: #16384E;
  --white: #ffffff;
  --black: #0e1111;
  --brand1: #3b8ea0;
  --brand2: #545454;
  --lightbg: #E5F4F3;
  --lightbg2: #E5F4F3;
  --highlight: #F4C529;
  --highlight1: #4ac3cd;
  --highlight2: #ebc54f;
  --mage: #EC5C00;
  --go: #FFD400;
  --darkblue: #16384E;
  --enviro: #F3C529;
  --reseller: #0A5672;
  --red: #FF0000;
  --light1: #C3DCE1;
  --light2: #B3CBD0;
  --light3: #E5E5E5;
  --light4: #F2F2F2;
  --orange: #EC9737;
  --purple: #6921B0;
  --transparent: transparent;
  --cpanel: #FE6C2C;
  --optweb: #002436;
  --footer: #8EE3F6;
  --green: #F3C529;
  --darkbg: #1D1D25;
  --none: rgba(0, 0, 0, 0);
  --darkopac: rgba(0, 0, 0, 0.5);
  --greeneco: #6E9F44;
  --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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(14, 17, 17, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[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: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3b8ea0;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #265c68;
    text-decoration: underline; }

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 {
  background-color: #cccccc;
  padding:20px;
  border: 1px solid #545454;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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-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: 1rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

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(14, 17, 17, 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: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .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: rgba(14, 17, 17, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(14, 17, 17, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8dfe4; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #99c4ce; }

.table-hover .table-primary:hover {
  background-color: #b7d5dc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b7d5dc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfcfcf; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a6a6a6; }

.table-hover .table-secondary:hover {
  background-color: #c2c2c2; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c2c2c2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #fcefc3; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #f9e190; }

.table-hover .table-success:hover {
  background-color: #fbe9ab; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #fbe9ab; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8b8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a7a; }

.table-hover .table-danger:hover {
  background-color: #ff9f9f; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ff9f9f; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-cluster,
.table-cluster > th,
.table-cluster > td {
  background-color: #bec7cd; }

.table-cluster th,
.table-cluster td,
.table-cluster thead th,
.table-cluster tbody + tbody {
  border-color: #8698a3; }

.table-hover .table-cluster:hover {
  background-color: #b0bbc2; }
  .table-hover .table-cluster:hover > td,
  .table-hover .table-cluster:hover > th {
    background-color: #b0bbc2; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #bcbcbc; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #828383; }

.table-hover .table-black:hover {
  background-color: #afafaf; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #afafaf; }

.table-brand1,
.table-brand1 > th,
.table-brand1 > td {
  background-color: #c8dfe4; }

.table-brand1 th,
.table-brand1 td,
.table-brand1 thead th,
.table-brand1 tbody + tbody {
  border-color: #99c4ce; }

.table-hover .table-brand1:hover {
  background-color: #b7d5dc; }
  .table-hover .table-brand1:hover > td,
  .table-hover .table-brand1:hover > th {
    background-color: #b7d5dc; }

.table-brand2,
.table-brand2 > th,
.table-brand2 > td {
  background-color: #cfcfcf; }

.table-brand2 th,
.table-brand2 td,
.table-brand2 thead th,
.table-brand2 tbody + tbody {
  border-color: #a6a6a6; }

.table-hover .table-brand2:hover {
  background-color: #c2c2c2; }
  .table-hover .table-brand2:hover > td,
  .table-hover .table-brand2:hover > th {
    background-color: #c2c2c2; }

.table-lightbg,
.table-lightbg > th,
.table-lightbg > td {
  background-color: #f8fcfc; }

.table-lightbg th,
.table-lightbg td,
.table-lightbg thead th,
.table-lightbg tbody + tbody {
  border-color: #f1f9f9; }

.table-hover .table-lightbg:hover {
  background-color: #e6f4f4; }
  .table-hover .table-lightbg:hover > td,
  .table-hover .table-lightbg:hover > th {
    background-color: #e6f4f4; }

.table-lightbg2,
.table-lightbg2 > th,
.table-lightbg2 > td {
  background-color: #f8fcfc; }

.table-lightbg2 th,
.table-lightbg2 td,
.table-lightbg2 thead th,
.table-lightbg2 tbody + tbody {
  border-color: #f1f9f9; }

.table-hover .table-lightbg2:hover {
  background-color: #e6f4f4; }
  .table-hover .table-lightbg2:hover > td,
  .table-hover .table-lightbg2:hover > th {
    background-color: #e6f4f4; }

.table-highlight,
.table-highlight > th,
.table-highlight > td {
  background-color: #fcefc3; }

.table-highlight th,
.table-highlight td,
.table-highlight thead th,
.table-highlight tbody + tbody {
  border-color: #f9e190; }

.table-hover .table-highlight:hover {
  background-color: #fbe9ab; }
  .table-hover .table-highlight:hover > td,
  .table-hover .table-highlight:hover > th {
    background-color: #fbe9ab; }

.table-highlight1,
.table-highlight1 > th,
.table-highlight1 > td {
  background-color: #cceef1; }

.table-highlight1 th,
.table-highlight1 td,
.table-highlight1 thead th,
.table-highlight1 tbody + tbody {
  border-color: #a1e0e5; }

.table-hover .table-highlight1:hover {
  background-color: #b8e7ec; }
  .table-hover .table-highlight1:hover > td,
  .table-hover .table-highlight1:hover > th {
    background-color: #b8e7ec; }

.table-highlight2,
.table-highlight2 > th,
.table-highlight2 > td {
  background-color: #f9efce; }

.table-highlight2 th,
.table-highlight2 td,
.table-highlight2 thead th,
.table-highlight2 tbody + tbody {
  border-color: #f5e1a3; }

.table-hover .table-highlight2:hover {
  background-color: #f6e8b7; }
  .table-hover .table-highlight2:hover > td,
  .table-hover .table-highlight2:hover > th {
    background-color: #f6e8b7; }

.table-mage,
.table-mage > th,
.table-mage > td {
  background-color: #fad1b8; }

.table-mage th,
.table-mage td,
.table-mage thead th,
.table-mage tbody + tbody {
  border-color: #f5aa7a; }

.table-hover .table-mage:hover {
  background-color: #f8c2a0; }
  .table-hover .table-mage:hover > td,
  .table-hover .table-mage:hover > th {
    background-color: #f8c2a0; }

.table-go,
.table-go > th,
.table-go > td {
  background-color: #fff3b8; }

.table-go th,
.table-go td,
.table-go thead th,
.table-go tbody + tbody {
  border-color: #ffe97a; }

.table-hover .table-go:hover {
  background-color: #ffef9f; }
  .table-hover .table-go:hover > td,
  .table-hover .table-go:hover > th {
    background-color: #ffef9f; }

.table-darkblue,
.table-darkblue > th,
.table-darkblue > td {
  background-color: #bec7cd; }

.table-darkblue th,
.table-darkblue td,
.table-darkblue thead th,
.table-darkblue tbody + tbody {
  border-color: #8698a3; }

.table-hover .table-darkblue:hover {
  background-color: #b0bbc2; }
  .table-hover .table-darkblue:hover > td,
  .table-hover .table-darkblue:hover > th {
    background-color: #b0bbc2; }

.table-enviro,
.table-enviro > th,
.table-enviro > td {
  background-color: #fcefc3; }

.table-enviro th,
.table-enviro td,
.table-enviro thead th,
.table-enviro tbody + tbody {
  border-color: #f9e190; }

.table-hover .table-enviro:hover {
  background-color: #fbe9ab; }
  .table-hover .table-enviro:hover > td,
  .table-hover .table-enviro:hover > th {
    background-color: #fbe9ab; }

.table-reseller,
.table-reseller > th,
.table-reseller > td {
  background-color: #bad0d8; }

.table-reseller th,
.table-reseller td,
.table-reseller thead th,
.table-reseller tbody + tbody {
  border-color: #80a7b6; }

.table-hover .table-reseller:hover {
  background-color: #aac5cf; }
  .table-hover .table-reseller:hover > td,
  .table-hover .table-reseller:hover > th {
    background-color: #aac5cf; }

.table-red,
.table-red > th,
.table-red > td {
  background-color: #ffb8b8; }

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #ff7a7a; }

.table-hover .table-red:hover {
  background-color: #ff9f9f; }
  .table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #ff9f9f; }

.table-light1,
.table-light1 > th,
.table-light1 > td {
  background-color: #eef5f7; }

.table-light1 th,
.table-light1 td,
.table-light1 thead th,
.table-light1 tbody + tbody {
  border-color: #e0edef; }

.table-hover .table-light1:hover {
  background-color: #ddebef; }
  .table-hover .table-light1:hover > td,
  .table-hover .table-light1:hover > th {
    background-color: #ddebef; }

.table-light2,
.table-light2 > th,
.table-light2 > td {
  background-color: #eaf0f2; }

.table-light2 th,
.table-light2 td,
.table-light2 thead th,
.table-light2 tbody + tbody {
  border-color: #d7e4e7; }

.table-hover .table-light2:hover {
  background-color: #dae5e8; }
  .table-hover .table-light2:hover > td,
  .table-hover .table-light2:hover > th {
    background-color: #dae5e8; }

.table-light3,
.table-light3 > th,
.table-light3 > td {
  background-color: #f8f8f8; }

.table-light3 th,
.table-light3 td,
.table-light3 thead th,
.table-light3 tbody + tbody {
  border-color: #f1f1f1; }

.table-hover .table-light3:hover {
  background-color: #ebebeb; }
  .table-hover .table-light3:hover > td,
  .table-hover .table-light3:hover > th {
    background-color: #ebebeb; }

.table-light4,
.table-light4 > th,
.table-light4 > td {
  background-color: #fbfbfb; }

.table-light4 th,
.table-light4 td,
.table-light4 thead th,
.table-light4 tbody + tbody {
  border-color: #f8f8f8; }

.table-hover .table-light4:hover {
  background-color: #eeeeee; }
  .table-hover .table-light4:hover > td,
  .table-hover .table-light4:hover > th {
    background-color: #eeeeee; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fae2c7; }

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f5c997; }

.table-hover .table-orange:hover {
  background-color: #f8d6b0; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #f8d6b0; }

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d5c1e9; }

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b18cd6; }

.table-hover .table-purple:hover {
  background-color: #c8aee2; }
  .table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #c8aee2; }

.table-transparent,
.table-transparent > th,
.table-transparent > td {
  background-color: rgba(255, 255, 255, 0.72); }

.table-transparent th,
.table-transparent td,
.table-transparent thead th,
.table-transparent tbody + tbody {
  border-color: rgba(255, 255, 255, 0.48); }

.table-hover .table-transparent:hover {
  background-color: rgba(242, 242, 242, 0.72); }
  .table-hover .table-transparent:hover > td,
  .table-hover .table-transparent:hover > th {
    background-color: rgba(242, 242, 242, 0.72); }

.table-cpanel,
.table-cpanel > th,
.table-cpanel > td {
  background-color: #ffd6c4; }

.table-cpanel th,
.table-cpanel td,
.table-cpanel thead th,
.table-cpanel tbody + tbody {
  border-color: #feb391; }

.table-hover .table-cpanel:hover {
  background-color: #ffc4ab; }
  .table-hover .table-cpanel:hover > td,
  .table-hover .table-cpanel:hover > th {
    background-color: #ffc4ab; }

.table-optweb,
.table-optweb > th,
.table-optweb > td {
  background-color: #b8c2c7; }

.table-optweb th,
.table-optweb td,
.table-optweb thead th,
.table-optweb tbody + tbody {
  border-color: #7a8d96; }

.table-hover .table-optweb:hover {
  background-color: #aab6bc; }
  .table-hover .table-optweb:hover > td,
  .table-hover .table-optweb:hover > th {
    background-color: #aab6bc; }

.table-footer,
.table-footer > th,
.table-footer > td {
  background-color: #dff7fc; }

.table-footer th,
.table-footer td,
.table-footer thead th,
.table-footer tbody + tbody {
  border-color: #c4f0fa; }

.table-hover .table-footer:hover {
  background-color: #c8f1fa; }
  .table-hover .table-footer:hover > td,
  .table-hover .table-footer:hover > th {
    background-color: #c8f1fa; }

.table-green,
.table-green > th,
.table-green > td {
  background-color: #fcefc3; }

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #f9e190; }

.table-hover .table-green:hover {
  background-color: #fbe9ab; }
  .table-hover .table-green:hover > td,
  .table-hover .table-green:hover > th {
    background-color: #fbe9ab; }

.table-darkbg,
.table-darkbg > th,
.table-darkbg > td {
  background-color: #c0c0c2; }

.table-darkbg th,
.table-darkbg td,
.table-darkbg thead th,
.table-darkbg tbody + tbody {
  border-color: #89898e; }

.table-hover .table-darkbg:hover {
  background-color: #b3b3b5; }
  .table-hover .table-darkbg:hover > td,
  .table-hover .table-darkbg:hover > th {
    background-color: #b3b3b5; }

.table-none,
.table-none > th,
.table-none > td {
  background-color: rgba(255, 255, 255, 0.72); }

.table-none th,
.table-none td,
.table-none thead th,
.table-none tbody + tbody {
  border-color: rgba(255, 255, 255, 0.48); }

.table-hover .table-none:hover {
  background-color: rgba(242, 242, 242, 0.72); }
  .table-hover .table-none:hover > td,
  .table-hover .table-none:hover > th {
    background-color: rgba(242, 242, 242, 0.72); }

.table-darkopac,
.table-darkopac > th,
.table-darkopac > td {
  background-color: rgba(226, 226, 226, 0.86); }

.table-darkopac th,
.table-darkopac td,
.table-darkopac thead th,
.table-darkopac tbody + tbody {
  border-color: rgba(187, 187, 187, 0.74); }

.table-hover .table-darkopac:hover {
  background-color: rgba(213, 213, 213, 0.86); }
  .table-hover .table-darkopac:hover > td,
  .table-hover .table-darkopac:hover > th {
    background-color: rgba(213, 213, 213, 0.86); }

.table-greeneco,
.table-greeneco > th,
.table-greeneco > td {
  background-color: #d6e4cb; }

.table-greeneco th,
.table-greeneco td,
.table-greeneco thead th,
.table-greeneco tbody + tbody {
  border-color: #b4cd9e; }

.table-hover .table-greeneco:hover {
  background-color: #c9dbba; }
  .table-hover .table-greeneco:hover > td,
  .table-hover .table-greeneco:hover > th {
    background-color: #c9dbba; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(14, 17, 17, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(2, 3, 3, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(2, 3, 3, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #88c6d3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.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: #F3C529; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(243, 197, 41, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #F3C529;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23F3C529' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #F3C529;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 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 {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #F3C529;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23F3C529' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #F3C529;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.25); }
  .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: #F3C529; }

.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: #F3C529; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #F3C529; }

.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 {
  border-color: #f6d259;
  background-color: #f6d259; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F3C529; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #F3C529; }

.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 {
  border-color: #F3C529;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF0000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF0000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF0000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #FF0000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 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 {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF0000;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF0000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #FF0000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .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: #FF0000; }

.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: #FF0000; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #FF0000; }

.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 {
  border-color: #ff3333;
  background-color: #ff3333; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0000; }

.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 {
  border-color: #FF0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #3b8ea0;
  border-color: #3b8ea0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #317584;
    border-color: #2d6d7b; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 159, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 159, 174, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3b8ea0;
    border-color: #3b8ea0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d6d7b;
    border-color: #2a6571; }
    .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(88, 159, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(88, 159, 174, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #414141;
    border-color: #3b3b3b; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #545454;
    border-color: #545454; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #343434; }
    .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(110, 110, 110, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

.btn-success {
  color: #212529;
  background-color: #F3C529;
  border-color: #F3C529; }
  .btn-success:hover {
    color: #212529;
    background-color: #e9b70d;
    border-color: #ddad0c; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #ddad0c;
    border-color: #d1a40c; }
    .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(212, 173, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .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(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .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(255, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .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(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .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(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-cluster {
  color: #fff;
  background-color: #16384E;
  border-color: #16384E; }
  .btn-cluster:hover {
    color: #fff;
    background-color: #0e2330;
    border-color: #0b1b26; }
  .btn-cluster:focus, .btn-cluster.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5); }
  .btn-cluster.disabled, .btn-cluster:disabled {
    color: #fff;
    background-color: #16384E;
    border-color: #16384E; }
  .btn-cluster:not(:disabled):not(.disabled):active, .btn-cluster:not(:disabled):not(.disabled).active,
  .show > .btn-cluster.dropdown-toggle {
    color: #fff;
    background-color: #0b1b26;
    border-color: #08141c; }
    .btn-cluster:not(:disabled):not(.disabled):active:focus, .btn-cluster:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cluster.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5); }

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-black {
  color: #fff;
  background-color: #0e1111;
  border-color: #0e1111; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 53, 53, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(50, 53, 53, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #0e1111;
    border-color: #0e1111; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 53, 53, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(50, 53, 53, 0.5); }

.btn-brand1 {
  color: #fff;
  background-color: #3b8ea0;
  border-color: #3b8ea0; }
  .btn-brand1:hover {
    color: #fff;
    background-color: #317584;
    border-color: #2d6d7b; }
  .btn-brand1:focus, .btn-brand1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 159, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 159, 174, 0.5); }
  .btn-brand1.disabled, .btn-brand1:disabled {
    color: #fff;
    background-color: #3b8ea0;
    border-color: #3b8ea0; }
  .btn-brand1:not(:disabled):not(.disabled):active, .btn-brand1:not(:disabled):not(.disabled).active,
  .show > .btn-brand1.dropdown-toggle {
    color: #fff;
    background-color: #2d6d7b;
    border-color: #2a6571; }
    .btn-brand1:not(:disabled):not(.disabled):active:focus, .btn-brand1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brand1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 159, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(88, 159, 174, 0.5); }

.btn-brand2 {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }
  .btn-brand2:hover {
    color: #fff;
    background-color: #414141;
    border-color: #3b3b3b; }
  .btn-brand2:focus, .btn-brand2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }
  .btn-brand2.disabled, .btn-brand2:disabled {
    color: #fff;
    background-color: #545454;
    border-color: #545454; }
  .btn-brand2:not(:disabled):not(.disabled):active, .btn-brand2:not(:disabled):not(.disabled).active,
  .show > .btn-brand2.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #343434; }
    .btn-brand2:not(:disabled):not(.disabled):active:focus, .btn-brand2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brand2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

.btn-lightbg {
  color: #212529;
  background-color: #E5F4F3;
  border-color: #E5F4F3; }
  .btn-lightbg:hover {
    color: #212529;
    background-color: #cae9e7;
    border-color: #c1e5e2; }
  .btn-lightbg:focus, .btn-lightbg.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5); }
  .btn-lightbg.disabled, .btn-lightbg:disabled {
    color: #212529;
    background-color: #E5F4F3;
    border-color: #E5F4F3; }
  .btn-lightbg:not(:disabled):not(.disabled):active, .btn-lightbg:not(:disabled):not(.disabled).active,
  .show > .btn-lightbg.dropdown-toggle {
    color: #212529;
    background-color: #c1e5e2;
    border-color: #b8e1de; }
    .btn-lightbg:not(:disabled):not(.disabled):active:focus, .btn-lightbg:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightbg.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5); }

.btn-lightbg2 {
  color: #212529;
  background-color: #E5F4F3;
  border-color: #E5F4F3; }
  .btn-lightbg2:hover {
    color: #212529;
    background-color: #cae9e7;
    border-color: #c1e5e2; }
  .btn-lightbg2:focus, .btn-lightbg2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5); }
  .btn-lightbg2.disabled, .btn-lightbg2:disabled {
    color: #212529;
    background-color: #E5F4F3;
    border-color: #E5F4F3; }
  .btn-lightbg2:not(:disabled):not(.disabled):active, .btn-lightbg2:not(:disabled):not(.disabled).active,
  .show > .btn-lightbg2.dropdown-toggle {
    color: #212529;
    background-color: #c1e5e2;
    border-color: #b8e1de; }
    .btn-lightbg2:not(:disabled):not(.disabled):active:focus, .btn-lightbg2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightbg2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 213, 213, 0.5); }

.btn-highlight {
  color: #212529;
  background-color: #F4C529;
  border-color: #F4C529; }
  .btn-highlight:hover {
    color: #212529;
    background-color: #ebb70c;
    border-color: #dfae0b; }
  .btn-highlight:focus, .btn-highlight.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }
  .btn-highlight.disabled, .btn-highlight:disabled {
    color: #212529;
    background-color: #F4C529;
    border-color: #F4C529; }
  .btn-highlight:not(:disabled):not(.disabled):active, .btn-highlight:not(:disabled):not(.disabled).active,
  .show > .btn-highlight.dropdown-toggle {
    color: #212529;
    background-color: #dfae0b;
    border-color: #d2a40b; }
    .btn-highlight:not(:disabled):not(.disabled):active:focus, .btn-highlight:not(:disabled):not(.disabled).active:focus,
    .show > .btn-highlight.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }

.btn-highlight1 {
  color: #212529;
  background-color: #4ac3cd;
  border-color: #4ac3cd; }
  .btn-highlight1:hover {
    color: #fff;
    background-color: #34b2bd;
    border-color: #31a9b3; }
  .btn-highlight1:focus, .btn-highlight1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 171, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(68, 171, 180, 0.5); }
  .btn-highlight1.disabled, .btn-highlight1:disabled {
    color: #212529;
    background-color: #4ac3cd;
    border-color: #4ac3cd; }
  .btn-highlight1:not(:disabled):not(.disabled):active, .btn-highlight1:not(:disabled):not(.disabled).active,
  .show > .btn-highlight1.dropdown-toggle {
    color: #fff;
    background-color: #31a9b3;
    border-color: #2f9fa9; }
    .btn-highlight1:not(:disabled):not(.disabled):active:focus, .btn-highlight1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-highlight1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 171, 180, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(68, 171, 180, 0.5); }

.btn-highlight2 {
  color: #212529;
  background-color: #ebc54f;
  border-color: #ebc54f; }
  .btn-highlight2:hover {
    color: #212529;
    background-color: #e7ba2d;
    border-color: #e6b621; }
  .btn-highlight2:focus, .btn-highlight2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 173, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(205, 173, 73, 0.5); }
  .btn-highlight2.disabled, .btn-highlight2:disabled {
    color: #212529;
    background-color: #ebc54f;
    border-color: #ebc54f; }
  .btn-highlight2:not(:disabled):not(.disabled):active, .btn-highlight2:not(:disabled):not(.disabled).active,
  .show > .btn-highlight2.dropdown-toggle {
    color: #212529;
    background-color: #e6b621;
    border-color: #e1b01a; }
    .btn-highlight2:not(:disabled):not(.disabled):active:focus, .btn-highlight2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-highlight2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 173, 73, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(205, 173, 73, 0.5); }

.btn-mage {
  color: #fff;
  background-color: #EC5C00;
  border-color: #EC5C00; }
  .btn-mage:hover {
    color: #fff;
    background-color: #c64d00;
    border-color: #b94800; }
  .btn-mage:focus, .btn-mage.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 116, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 116, 38, 0.5); }
  .btn-mage.disabled, .btn-mage:disabled {
    color: #fff;
    background-color: #EC5C00;
    border-color: #EC5C00; }
  .btn-mage:not(:disabled):not(.disabled):active, .btn-mage:not(:disabled):not(.disabled).active,
  .show > .btn-mage.dropdown-toggle {
    color: #fff;
    background-color: #b94800;
    border-color: #ac4300; }
    .btn-mage:not(:disabled):not(.disabled):active:focus, .btn-mage:not(:disabled):not(.disabled).active:focus,
    .show > .btn-mage.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 116, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(239, 116, 38, 0.5); }

.btn-go {
  color: #212529;
  background-color: #FFD400;
  border-color: #FFD400; }
  .btn-go:hover {
    color: #212529;
    background-color: #d9b400;
    border-color: #ccaa00; }
  .btn-go:focus, .btn-go.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 186, 6, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 186, 6, 0.5); }
  .btn-go.disabled, .btn-go:disabled {
    color: #212529;
    background-color: #FFD400;
    border-color: #FFD400; }
  .btn-go:not(:disabled):not(.disabled):active, .btn-go:not(:disabled):not(.disabled).active,
  .show > .btn-go.dropdown-toggle {
    color: #212529;
    background-color: #ccaa00;
    border-color: #bf9f00; }
    .btn-go:not(:disabled):not(.disabled):active:focus, .btn-go:not(:disabled):not(.disabled).active:focus,
    .show > .btn-go.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 186, 6, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 186, 6, 0.5); }

.btn-darkblue {
  color: #fff;
  background-color: #16384E;
  border-color: #16384E; }
  .btn-darkblue:hover {
    color: #fff;
    background-color: #0e2330;
    border-color: #0b1b26; }
  .btn-darkblue:focus, .btn-darkblue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5); }
  .btn-darkblue.disabled, .btn-darkblue:disabled {
    color: #fff;
    background-color: #16384E;
    border-color: #16384E; }
  .btn-darkblue:not(:disabled):not(.disabled):active, .btn-darkblue:not(:disabled):not(.disabled).active,
  .show > .btn-darkblue.dropdown-toggle {
    color: #fff;
    background-color: #0b1b26;
    border-color: #08141c; }
    .btn-darkblue:not(:disabled):not(.disabled):active:focus, .btn-darkblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darkblue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(57, 86, 105, 0.5); }

.btn-enviro {
  color: #212529;
  background-color: #F3C529;
  border-color: #F3C529; }
  .btn-enviro:hover {
    color: #212529;
    background-color: #e9b70d;
    border-color: #ddad0c; }
  .btn-enviro:focus, .btn-enviro.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }
  .btn-enviro.disabled, .btn-enviro:disabled {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
  .btn-enviro:not(:disabled):not(.disabled):active, .btn-enviro:not(:disabled):not(.disabled).active,
  .show > .btn-enviro.dropdown-toggle {
    color: #212529;
    background-color: #ddad0c;
    border-color: #d1a40c; }
    .btn-enviro:not(:disabled):not(.disabled):active:focus, .btn-enviro:not(:disabled):not(.disabled).active:focus,
    .show > .btn-enviro.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }

.btn-reseller {
  color: #fff;
  background-color: #0A5672;
  border-color: #0A5672; }
  .btn-reseller:hover {
    color: #fff;
    background-color: #073b4f;
    border-color: #063343; }
  .btn-reseller:focus, .btn-reseller.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 111, 135, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(47, 111, 135, 0.5); }
  .btn-reseller.disabled, .btn-reseller:disabled {
    color: #fff;
    background-color: #0A5672;
    border-color: #0A5672; }
  .btn-reseller:not(:disabled):not(.disabled):active, .btn-reseller:not(:disabled):not(.disabled).active,
  .show > .btn-reseller.dropdown-toggle {
    color: #fff;
    background-color: #063343;
    border-color: #052a37; }
    .btn-reseller:not(:disabled):not(.disabled):active:focus, .btn-reseller:not(:disabled):not(.disabled).active:focus,
    .show > .btn-reseller.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 111, 135, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(47, 111, 135, 0.5); }

.btn-red {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000; }
  .btn-red:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-red:focus, .btn-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-light1 {
  color: #212529;
  background-color: #C3DCE1;
  border-color: #C3DCE1; }
  .btn-light1:hover {
    color: #212529;
    background-color: #aacdd4;
    border-color: #a1c8d0; }
  .btn-light1:focus, .btn-light1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 193, 197, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(171, 193, 197, 0.5); }
  .btn-light1.disabled, .btn-light1:disabled {
    color: #212529;
    background-color: #C3DCE1;
    border-color: #C3DCE1; }
  .btn-light1:not(:disabled):not(.disabled):active, .btn-light1:not(:disabled):not(.disabled).active,
  .show > .btn-light1.dropdown-toggle {
    color: #212529;
    background-color: #a1c8d0;
    border-color: #99c3cc; }
    .btn-light1:not(:disabled):not(.disabled):active:focus, .btn-light1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 193, 197, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(171, 193, 197, 0.5); }

.btn-light2 {
  color: #212529;
  background-color: #B3CBD0;
  border-color: #B3CBD0; }
  .btn-light2:hover {
    color: #212529;
    background-color: #9bbbc1;
    border-color: #93b5bd; }
  .btn-light2:focus, .btn-light2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(157, 178, 183, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(157, 178, 183, 0.5); }
  .btn-light2.disabled, .btn-light2:disabled {
    color: #212529;
    background-color: #B3CBD0;
    border-color: #B3CBD0; }
  .btn-light2:not(:disabled):not(.disabled):active, .btn-light2:not(:disabled):not(.disabled).active,
  .show > .btn-light2.dropdown-toggle {
    color: #212529;
    background-color: #93b5bd;
    border-color: #8cb0b8; }
    .btn-light2:not(:disabled):not(.disabled):active:focus, .btn-light2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(157, 178, 183, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(157, 178, 183, 0.5); }

.btn-light3 {
  color: #212529;
  background-color: #E5E5E5;
  border-color: #E5E5E5; }
  .btn-light3:hover {
    color: #212529;
    background-color: #d2d2d2;
    border-color: #cccccc; }
  .btn-light3:focus, .btn-light3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5); }
  .btn-light3.disabled, .btn-light3:disabled {
    color: #212529;
    background-color: #E5E5E5;
    border-color: #E5E5E5; }
  .btn-light3:not(:disabled):not(.disabled):active, .btn-light3:not(:disabled):not(.disabled).active,
  .show > .btn-light3.dropdown-toggle {
    color: #212529;
    background-color: #cccccc;
    border-color: #c5c5c5; }
    .btn-light3:not(:disabled):not(.disabled):active:focus, .btn-light3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5); }

.btn-light4 {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2; }
  .btn-light4:hover {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d9d9d9; }
  .btn-light4:focus, .btn-light4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5); }
  .btn-light4.disabled, .btn-light4:disabled {
    color: #212529;
    background-color: #F2F2F2;
    border-color: #F2F2F2; }
  .btn-light4:not(:disabled):not(.disabled):active, .btn-light4:not(:disabled):not(.disabled).active,
  .show > .btn-light4.dropdown-toggle {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d2d2d2; }
    .btn-light4:not(:disabled):not(.disabled):active:focus, .btn-light4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5); }

.btn-orange {
  color: #212529;
  background-color: #EC9737;
  border-color: #EC9737; }
  .btn-orange:hover {
    color: #fff;
    background-color: #e78516;
    border-color: #db7e15; }
  .btn-orange:focus, .btn-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 134, 53, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 134, 53, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #EC9737;
    border-color: #EC9737; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #db7e15;
    border-color: #d07714; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 134, 53, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(206, 134, 53, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #6921B0;
  border-color: #6921B0; }
  .btn-purple:hover {
    color: #fff;
    background-color: #561b90;
    border-color: #4f1985; }
  .btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 66, 188, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(128, 66, 188, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #6921B0;
    border-color: #6921B0; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4f1985;
    border-color: #49177a; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 66, 188, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(128, 66, 188, 0.5); }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .btn-transparent:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-transparent:focus, .btn-transparent.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-transparent.disabled, .btn-transparent:disabled {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-transparent.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-cpanel {
  color: #fff;
  background-color: #FE6C2C;
  border-color: #FE6C2C; }
  .btn-cpanel:hover {
    color: #fff;
    background-color: #fe5106;
    border-color: #f64c01; }
  .btn-cpanel:focus, .btn-cpanel.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 130, 76, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 130, 76, 0.5); }
  .btn-cpanel.disabled, .btn-cpanel:disabled {
    color: #fff;
    background-color: #FE6C2C;
    border-color: #FE6C2C; }
  .btn-cpanel:not(:disabled):not(.disabled):active, .btn-cpanel:not(:disabled):not(.disabled).active,
  .show > .btn-cpanel.dropdown-toggle {
    color: #fff;
    background-color: #f64c01;
    border-color: #e94801; }
    .btn-cpanel:not(:disabled):not(.disabled):active:focus, .btn-cpanel:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cpanel.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 130, 76, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 130, 76, 0.5); }

.btn-optweb {
  color: #fff;
  background-color: #002436;
  border-color: #002436; }
  .btn-optweb:hover {
    color: #fff;
    background-color: #000b10;
    border-color: #000203; }
  .btn-optweb:focus, .btn-optweb.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 69, 84, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 69, 84, 0.5); }
  .btn-optweb.disabled, .btn-optweb:disabled {
    color: #fff;
    background-color: #002436;
    border-color: #002436; }
  .btn-optweb:not(:disabled):not(.disabled):active, .btn-optweb:not(:disabled):not(.disabled).active,
  .show > .btn-optweb.dropdown-toggle {
    color: #fff;
    background-color: #000203;
    border-color: black; }
    .btn-optweb:not(:disabled):not(.disabled):active:focus, .btn-optweb:not(:disabled):not(.disabled).active:focus,
    .show > .btn-optweb.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 69, 84, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 69, 84, 0.5); }

.btn-footer {
  color: #212529;
  background-color: #8EE3F6;
  border-color: #8EE3F6; }
  .btn-footer:hover {
    color: #212529;
    background-color: #6bdaf3;
    border-color: #5fd7f2; }
  .btn-footer:focus, .btn-footer.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 199, 215, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(126, 199, 215, 0.5); }
  .btn-footer.disabled, .btn-footer:disabled {
    color: #212529;
    background-color: #8EE3F6;
    border-color: #8EE3F6; }
  .btn-footer:not(:disabled):not(.disabled):active, .btn-footer:not(:disabled):not(.disabled).active,
  .show > .btn-footer.dropdown-toggle {
    color: #212529;
    background-color: #5fd7f2;
    border-color: #53d4f1; }
    .btn-footer:not(:disabled):not(.disabled):active:focus, .btn-footer:not(:disabled):not(.disabled).active:focus,
    .show > .btn-footer.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 199, 215, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(126, 199, 215, 0.5); }

.btn-green {
  color: #212529;
  background-color: #F3C529;
  border-color: #F3C529; }
  .btn-green:hover {
    color: #212529;
    background-color: #e9b70d;
    border-color: #ddad0c; }
  .btn-green:focus, .btn-green.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #212529;
    background-color: #ddad0c;
    border-color: #d1a40c; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(212, 173, 41, 0.5); }

.btn-darkbg {
  color: #fff;
  background-color: #1D1D25;
  border-color: #1D1D25; }
  .btn-darkbg:hover {
    color: #fff;
    background-color: #0c0c10;
    border-color: #070708; }
  .btn-darkbg:focus, .btn-darkbg.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 63, 70, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(63, 63, 70, 0.5); }
  .btn-darkbg.disabled, .btn-darkbg:disabled {
    color: #fff;
    background-color: #1D1D25;
    border-color: #1D1D25; }
  .btn-darkbg:not(:disabled):not(.disabled):active, .btn-darkbg:not(:disabled):not(.disabled).active,
  .show > .btn-darkbg.dropdown-toggle {
    color: #fff;
    background-color: #070708;
    border-color: #010101; }
    .btn-darkbg:not(:disabled):not(.disabled):active:focus, .btn-darkbg:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darkbg.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 63, 70, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(63, 63, 70, 0.5); }

.btn-none {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0); }
  .btn-none:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-none:focus, .btn-none.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-none.disabled, .btn-none:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-none:not(:disabled):not(.disabled):active, .btn-none:not(:disabled):not(.disabled).active,
  .show > .btn-none.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-none:not(:disabled):not(.disabled):active:focus, .btn-none:not(:disabled):not(.disabled).active:focus,
    .show > .btn-none.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-darkopac {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5); }
  .btn-darkopac:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
  .btn-darkopac:focus, .btn-darkopac.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }
  .btn-darkopac.disabled, .btn-darkopac:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
  .btn-darkopac:not(:disabled):not(.disabled):active, .btn-darkopac:not(:disabled):not(.disabled).active,
  .show > .btn-darkopac.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
    .btn-darkopac:not(:disabled):not(.disabled):active:focus, .btn-darkopac:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darkopac.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }

.btn-greeneco {
  color: #fff;
  background-color: #6E9F44;
  border-color: #6E9F44; }
  .btn-greeneco:hover {
    color: #fff;
    background-color: #5b8439;
    border-color: #557b35; }
  .btn-greeneco:focus, .btn-greeneco.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 173, 96, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(132, 173, 96, 0.5); }
  .btn-greeneco.disabled, .btn-greeneco:disabled {
    color: #fff;
    background-color: #6E9F44;
    border-color: #6E9F44; }
  .btn-greeneco:not(:disabled):not(.disabled):active, .btn-greeneco:not(:disabled):not(.disabled).active,
  .show > .btn-greeneco.dropdown-toggle {
    color: #fff;
    background-color: #557b35;
    border-color: #4f7231; }
    .btn-greeneco:not(:disabled):not(.disabled):active:focus, .btn-greeneco:not(:disabled):not(.disabled).active:focus,
    .show > .btn-greeneco.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(132, 173, 96, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(132, 173, 96, 0.5); }

.btn-outline-primary {
  color: #3b8ea0;
  border-color: #3b8ea0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3b8ea0;
    border-color: #3b8ea0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3b8ea0;
    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: #fff;
    background-color: #3b8ea0;
    border-color: #3b8ea0; }
    .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(59, 142, 160, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.5); }

.btn-outline-secondary {
  color: #545454;
  border-color: #545454; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #545454;
    border-color: #545454; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #545454;
    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: #fff;
    background-color: #545454;
    border-color: #545454; }
    .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(84, 84, 84, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

.btn-outline-success {
  color: #F3C529;
  border-color: #F3C529; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #F3C529;
    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: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
    .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(243, 197, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    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: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .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(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .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, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #FF0000;
  border-color: #FF0000; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF0000;
    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: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
    .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(255, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    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: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .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(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    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: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .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(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-cluster {
  color: #16384E;
  border-color: #16384E; }
  .btn-outline-cluster:hover {
    color: #fff;
    background-color: #16384E;
    border-color: #16384E; }
  .btn-outline-cluster:focus, .btn-outline-cluster.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5); }
  .btn-outline-cluster.disabled, .btn-outline-cluster:disabled {
    color: #16384E;
    background-color: transparent; }
  .btn-outline-cluster:not(:disabled):not(.disabled):active, .btn-outline-cluster:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cluster.dropdown-toggle {
    color: #fff;
    background-color: #16384E;
    border-color: #16384E; }
    .btn-outline-cluster:not(:disabled):not(.disabled):active:focus, .btn-outline-cluster:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cluster.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5); }

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-black {
  color: #0e1111;
  border-color: #0e1111; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #0e1111;
    border-color: #0e1111; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 17, 17, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(14, 17, 17, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #0e1111;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #0e1111;
    border-color: #0e1111; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 17, 17, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(14, 17, 17, 0.5); }

.btn-outline-brand1 {
  color: #3b8ea0;
  border-color: #3b8ea0; }
  .btn-outline-brand1:hover {
    color: #fff;
    background-color: #3b8ea0;
    border-color: #3b8ea0; }
  .btn-outline-brand1:focus, .btn-outline-brand1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.5); }
  .btn-outline-brand1.disabled, .btn-outline-brand1:disabled {
    color: #3b8ea0;
    background-color: transparent; }
  .btn-outline-brand1:not(:disabled):not(.disabled):active, .btn-outline-brand1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brand1.dropdown-toggle {
    color: #fff;
    background-color: #3b8ea0;
    border-color: #3b8ea0; }
    .btn-outline-brand1:not(:disabled):not(.disabled):active:focus, .btn-outline-brand1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brand1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.5); }

.btn-outline-brand2 {
  color: #545454;
  border-color: #545454; }
  .btn-outline-brand2:hover {
    color: #fff;
    background-color: #545454;
    border-color: #545454; }
  .btn-outline-brand2:focus, .btn-outline-brand2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }
  .btn-outline-brand2.disabled, .btn-outline-brand2:disabled {
    color: #545454;
    background-color: transparent; }
  .btn-outline-brand2:not(:disabled):not(.disabled):active, .btn-outline-brand2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brand2.dropdown-toggle {
    color: #fff;
    background-color: #545454;
    border-color: #545454; }
    .btn-outline-brand2:not(:disabled):not(.disabled):active:focus, .btn-outline-brand2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brand2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

.btn-outline-lightbg {
  color: #E5F4F3;
  border-color: #E5F4F3; }
  .btn-outline-lightbg:hover {
    color: #212529;
    background-color: #E5F4F3;
    border-color: #E5F4F3; }
  .btn-outline-lightbg:focus, .btn-outline-lightbg.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5); }
  .btn-outline-lightbg.disabled, .btn-outline-lightbg:disabled {
    color: #E5F4F3;
    background-color: transparent; }
  .btn-outline-lightbg:not(:disabled):not(.disabled):active, .btn-outline-lightbg:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightbg.dropdown-toggle {
    color: #212529;
    background-color: #E5F4F3;
    border-color: #E5F4F3; }
    .btn-outline-lightbg:not(:disabled):not(.disabled):active:focus, .btn-outline-lightbg:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightbg.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5); }

.btn-outline-lightbg2 {
  color: #E5F4F3;
  border-color: #E5F4F3; }
  .btn-outline-lightbg2:hover {
    color: #212529;
    background-color: #E5F4F3;
    border-color: #E5F4F3; }
  .btn-outline-lightbg2:focus, .btn-outline-lightbg2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5); }
  .btn-outline-lightbg2.disabled, .btn-outline-lightbg2:disabled {
    color: #E5F4F3;
    background-color: transparent; }
  .btn-outline-lightbg2:not(:disabled):not(.disabled):active, .btn-outline-lightbg2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightbg2.dropdown-toggle {
    color: #212529;
    background-color: #E5F4F3;
    border-color: #E5F4F3; }
    .btn-outline-lightbg2:not(:disabled):not(.disabled):active:focus, .btn-outline-lightbg2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightbg2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(229, 244, 243, 0.5); }

.btn-outline-highlight {
  color: #F4C529;
  border-color: #F4C529; }
  .btn-outline-highlight:hover {
    color: #212529;
    background-color: #F4C529;
    border-color: #F4C529; }
  .btn-outline-highlight:focus, .btn-outline-highlight.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 197, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 197, 41, 0.5); }
  .btn-outline-highlight.disabled, .btn-outline-highlight:disabled {
    color: #F4C529;
    background-color: transparent; }
  .btn-outline-highlight:not(:disabled):not(.disabled):active, .btn-outline-highlight:not(:disabled):not(.disabled).active,
  .show > .btn-outline-highlight.dropdown-toggle {
    color: #212529;
    background-color: #F4C529;
    border-color: #F4C529; }
    .btn-outline-highlight:not(:disabled):not(.disabled):active:focus, .btn-outline-highlight:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-highlight.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 197, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(244, 197, 41, 0.5); }

.btn-outline-highlight1 {
  color: #4ac3cd;
  border-color: #4ac3cd; }
  .btn-outline-highlight1:hover {
    color: #212529;
    background-color: #4ac3cd;
    border-color: #4ac3cd; }
  .btn-outline-highlight1:focus, .btn-outline-highlight1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 195, 205, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(74, 195, 205, 0.5); }
  .btn-outline-highlight1.disabled, .btn-outline-highlight1:disabled {
    color: #4ac3cd;
    background-color: transparent; }
  .btn-outline-highlight1:not(:disabled):not(.disabled):active, .btn-outline-highlight1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-highlight1.dropdown-toggle {
    color: #212529;
    background-color: #4ac3cd;
    border-color: #4ac3cd; }
    .btn-outline-highlight1:not(:disabled):not(.disabled):active:focus, .btn-outline-highlight1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-highlight1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 195, 205, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(74, 195, 205, 0.5); }

.btn-outline-highlight2 {
  color: #ebc54f;
  border-color: #ebc54f; }
  .btn-outline-highlight2:hover {
    color: #212529;
    background-color: #ebc54f;
    border-color: #ebc54f; }
  .btn-outline-highlight2:focus, .btn-outline-highlight2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 197, 79, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 197, 79, 0.5); }
  .btn-outline-highlight2.disabled, .btn-outline-highlight2:disabled {
    color: #ebc54f;
    background-color: transparent; }
  .btn-outline-highlight2:not(:disabled):not(.disabled):active, .btn-outline-highlight2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-highlight2.dropdown-toggle {
    color: #212529;
    background-color: #ebc54f;
    border-color: #ebc54f; }
    .btn-outline-highlight2:not(:disabled):not(.disabled):active:focus, .btn-outline-highlight2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-highlight2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 197, 79, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(235, 197, 79, 0.5); }

.btn-outline-mage {
  color: #EC5C00;
  border-color: #EC5C00; }
  .btn-outline-mage:hover {
    color: #fff;
    background-color: #EC5C00;
    border-color: #EC5C00; }
  .btn-outline-mage:focus, .btn-outline-mage.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 92, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 92, 0, 0.5); }
  .btn-outline-mage.disabled, .btn-outline-mage:disabled {
    color: #EC5C00;
    background-color: transparent; }
  .btn-outline-mage:not(:disabled):not(.disabled):active, .btn-outline-mage:not(:disabled):not(.disabled).active,
  .show > .btn-outline-mage.dropdown-toggle {
    color: #fff;
    background-color: #EC5C00;
    border-color: #EC5C00; }
    .btn-outline-mage:not(:disabled):not(.disabled):active:focus, .btn-outline-mage:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-mage.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 92, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 92, 0, 0.5); }

.btn-outline-go {
  color: #FFD400;
  border-color: #FFD400; }
  .btn-outline-go:hover {
    color: #212529;
    background-color: #FFD400;
    border-color: #FFD400; }
  .btn-outline-go:focus, .btn-outline-go.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.5); }
  .btn-outline-go.disabled, .btn-outline-go:disabled {
    color: #FFD400;
    background-color: transparent; }
  .btn-outline-go:not(:disabled):not(.disabled):active, .btn-outline-go:not(:disabled):not(.disabled).active,
  .show > .btn-outline-go.dropdown-toggle {
    color: #212529;
    background-color: #FFD400;
    border-color: #FFD400; }
    .btn-outline-go:not(:disabled):not(.disabled):active:focus, .btn-outline-go:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-go.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.5); }

.btn-outline-darkblue {
  color: #16384E;
  border-color: #16384E; }
  .btn-outline-darkblue:hover {
    color: #fff;
    background-color: #16384E;
    border-color: #16384E; }
  .btn-outline-darkblue:focus, .btn-outline-darkblue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5); }
  .btn-outline-darkblue.disabled, .btn-outline-darkblue:disabled {
    color: #16384E;
    background-color: transparent; }
  .btn-outline-darkblue:not(:disabled):not(.disabled):active, .btn-outline-darkblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darkblue.dropdown-toggle {
    color: #fff;
    background-color: #16384E;
    border-color: #16384E; }
    .btn-outline-darkblue:not(:disabled):not(.disabled):active:focus, .btn-outline-darkblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darkblue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(22, 56, 78, 0.5); }

.btn-outline-enviro {
  color: #F3C529;
  border-color: #F3C529; }
  .btn-outline-enviro:hover {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
  .btn-outline-enviro:focus, .btn-outline-enviro.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5); }
  .btn-outline-enviro.disabled, .btn-outline-enviro:disabled {
    color: #F3C529;
    background-color: transparent; }
  .btn-outline-enviro:not(:disabled):not(.disabled):active, .btn-outline-enviro:not(:disabled):not(.disabled).active,
  .show > .btn-outline-enviro.dropdown-toggle {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
    .btn-outline-enviro:not(:disabled):not(.disabled):active:focus, .btn-outline-enviro:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-enviro.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5); }

.btn-outline-reseller {
  color: #0A5672;
  border-color: #0A5672; }
  .btn-outline-reseller:hover {
    color: #fff;
    background-color: #0A5672;
    border-color: #0A5672; }
  .btn-outline-reseller:focus, .btn-outline-reseller.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 86, 114, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(10, 86, 114, 0.5); }
  .btn-outline-reseller.disabled, .btn-outline-reseller:disabled {
    color: #0A5672;
    background-color: transparent; }
  .btn-outline-reseller:not(:disabled):not(.disabled):active, .btn-outline-reseller:not(:disabled):not(.disabled).active,
  .show > .btn-outline-reseller.dropdown-toggle {
    color: #fff;
    background-color: #0A5672;
    border-color: #0A5672; }
    .btn-outline-reseller:not(:disabled):not(.disabled):active:focus, .btn-outline-reseller:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-reseller.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 86, 114, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(10, 86, 114, 0.5); }

.btn-outline-red {
  color: #FF0000;
  border-color: #FF0000; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #FF0000;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-light1 {
  color: #C3DCE1;
  border-color: #C3DCE1; }
  .btn-outline-light1:hover {
    color: #212529;
    background-color: #C3DCE1;
    border-color: #C3DCE1; }
  .btn-outline-light1:focus, .btn-outline-light1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 220, 225, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(195, 220, 225, 0.5); }
  .btn-outline-light1.disabled, .btn-outline-light1:disabled {
    color: #C3DCE1;
    background-color: transparent; }
  .btn-outline-light1:not(:disabled):not(.disabled):active, .btn-outline-light1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light1.dropdown-toggle {
    color: #212529;
    background-color: #C3DCE1;
    border-color: #C3DCE1; }
    .btn-outline-light1:not(:disabled):not(.disabled):active:focus, .btn-outline-light1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 220, 225, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(195, 220, 225, 0.5); }

.btn-outline-light2 {
  color: #B3CBD0;
  border-color: #B3CBD0; }
  .btn-outline-light2:hover {
    color: #212529;
    background-color: #B3CBD0;
    border-color: #B3CBD0; }
  .btn-outline-light2:focus, .btn-outline-light2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 203, 208, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(179, 203, 208, 0.5); }
  .btn-outline-light2.disabled, .btn-outline-light2:disabled {
    color: #B3CBD0;
    background-color: transparent; }
  .btn-outline-light2:not(:disabled):not(.disabled):active, .btn-outline-light2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light2.dropdown-toggle {
    color: #212529;
    background-color: #B3CBD0;
    border-color: #B3CBD0; }
    .btn-outline-light2:not(:disabled):not(.disabled):active:focus, .btn-outline-light2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 203, 208, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(179, 203, 208, 0.5); }

.btn-outline-light3 {
  color: #E5E5E5;
  border-color: #E5E5E5; }
  .btn-outline-light3:hover {
    color: #212529;
    background-color: #E5E5E5;
    border-color: #E5E5E5; }
  .btn-outline-light3:focus, .btn-outline-light3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }
  .btn-outline-light3.disabled, .btn-outline-light3:disabled {
    color: #E5E5E5;
    background-color: transparent; }
  .btn-outline-light3:not(:disabled):not(.disabled):active, .btn-outline-light3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light3.dropdown-toggle {
    color: #212529;
    background-color: #E5E5E5;
    border-color: #E5E5E5; }
    .btn-outline-light3:not(:disabled):not(.disabled):active:focus, .btn-outline-light3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }

.btn-outline-light4 {
  color: #F2F2F2;
  border-color: #F2F2F2; }
  .btn-outline-light4:hover {
    color: #212529;
    background-color: #F2F2F2;
    border-color: #F2F2F2; }
  .btn-outline-light4:focus, .btn-outline-light4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }
  .btn-outline-light4.disabled, .btn-outline-light4:disabled {
    color: #F2F2F2;
    background-color: transparent; }
  .btn-outline-light4:not(:disabled):not(.disabled):active, .btn-outline-light4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light4.dropdown-toggle {
    color: #212529;
    background-color: #F2F2F2;
    border-color: #F2F2F2; }
    .btn-outline-light4:not(:disabled):not(.disabled):active:focus, .btn-outline-light4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

.btn-outline-orange {
  color: #EC9737;
  border-color: #EC9737; }
  .btn-outline-orange:hover {
    color: #212529;
    background-color: #EC9737;
    border-color: #EC9737; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 151, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 151, 55, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #EC9737;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #EC9737;
    border-color: #EC9737; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 151, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 151, 55, 0.5); }

.btn-outline-purple {
  color: #6921B0;
  border-color: #6921B0; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #6921B0;
    border-color: #6921B0; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 33, 176, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(105, 33, 176, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #6921B0;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6921B0;
    border-color: #6921B0; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 33, 176, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(105, 33, 176, 0.5); }

.btn-outline-transparent {
  color: transparent;
  border-color: transparent; }
  .btn-outline-transparent:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-transparent:focus, .btn-outline-transparent.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
    color: transparent;
    background-color: transparent; }
  .btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-outline-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
    .btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-transparent.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-cpanel {
  color: #FE6C2C;
  border-color: #FE6C2C; }
  .btn-outline-cpanel:hover {
    color: #fff;
    background-color: #FE6C2C;
    border-color: #FE6C2C; }
  .btn-outline-cpanel:focus, .btn-outline-cpanel.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 108, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 108, 44, 0.5); }
  .btn-outline-cpanel.disabled, .btn-outline-cpanel:disabled {
    color: #FE6C2C;
    background-color: transparent; }
  .btn-outline-cpanel:not(:disabled):not(.disabled):active, .btn-outline-cpanel:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cpanel.dropdown-toggle {
    color: #fff;
    background-color: #FE6C2C;
    border-color: #FE6C2C; }
    .btn-outline-cpanel:not(:disabled):not(.disabled):active:focus, .btn-outline-cpanel:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cpanel.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 108, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 108, 44, 0.5); }

.btn-outline-optweb {
  color: #002436;
  border-color: #002436; }
  .btn-outline-optweb:hover {
    color: #fff;
    background-color: #002436;
    border-color: #002436; }
  .btn-outline-optweb:focus, .btn-outline-optweb.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 36, 54, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 36, 54, 0.5); }
  .btn-outline-optweb.disabled, .btn-outline-optweb:disabled {
    color: #002436;
    background-color: transparent; }
  .btn-outline-optweb:not(:disabled):not(.disabled):active, .btn-outline-optweb:not(:disabled):not(.disabled).active,
  .show > .btn-outline-optweb.dropdown-toggle {
    color: #fff;
    background-color: #002436;
    border-color: #002436; }
    .btn-outline-optweb:not(:disabled):not(.disabled):active:focus, .btn-outline-optweb:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-optweb.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 36, 54, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 36, 54, 0.5); }

.btn-outline-footer {
  color: #8EE3F6;
  border-color: #8EE3F6; }
  .btn-outline-footer:hover {
    color: #212529;
    background-color: #8EE3F6;
    border-color: #8EE3F6; }
  .btn-outline-footer:focus, .btn-outline-footer.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 227, 246, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(142, 227, 246, 0.5); }
  .btn-outline-footer.disabled, .btn-outline-footer:disabled {
    color: #8EE3F6;
    background-color: transparent; }
  .btn-outline-footer:not(:disabled):not(.disabled):active, .btn-outline-footer:not(:disabled):not(.disabled).active,
  .show > .btn-outline-footer.dropdown-toggle {
    color: #212529;
    background-color: #8EE3F6;
    border-color: #8EE3F6; }
    .btn-outline-footer:not(:disabled):not(.disabled):active:focus, .btn-outline-footer:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-footer.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 227, 246, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(142, 227, 246, 0.5); }

.btn-outline-green {
  color: #F3C529;
  border-color: #F3C529; }
  .btn-outline-green:hover {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #F3C529;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #212529;
    background-color: #F3C529;
    border-color: #F3C529; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(243, 197, 41, 0.5); }

.btn-outline-darkbg {
  color: #1D1D25;
  border-color: #1D1D25; }
  .btn-outline-darkbg:hover {
    color: #fff;
    background-color: #1D1D25;
    border-color: #1D1D25; }
  .btn-outline-darkbg:focus, .btn-outline-darkbg.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 37, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 29, 37, 0.5); }
  .btn-outline-darkbg.disabled, .btn-outline-darkbg:disabled {
    color: #1D1D25;
    background-color: transparent; }
  .btn-outline-darkbg:not(:disabled):not(.disabled):active, .btn-outline-darkbg:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darkbg.dropdown-toggle {
    color: #fff;
    background-color: #1D1D25;
    border-color: #1D1D25; }
    .btn-outline-darkbg:not(:disabled):not(.disabled):active:focus, .btn-outline-darkbg:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darkbg.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 37, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(29, 29, 37, 0.5); }

.btn-outline-none {
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0); }
  .btn-outline-none:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-outline-none:focus, .btn-outline-none.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-none.disabled, .btn-outline-none:disabled {
    color: rgba(0, 0, 0, 0);
    background-color: transparent; }
  .btn-outline-none:not(:disabled):not(.disabled):active, .btn-outline-none:not(:disabled):not(.disabled).active,
  .show > .btn-outline-none.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-outline-none:not(:disabled):not(.disabled):active:focus, .btn-outline-none:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-none.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-darkopac {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5); }
  .btn-outline-darkopac:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
  .btn-outline-darkopac:focus, .btn-outline-darkopac.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-darkopac.disabled, .btn-outline-darkopac:disabled {
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent; }
  .btn-outline-darkopac:not(:disabled):not(.disabled):active, .btn-outline-darkopac:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darkopac.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5); }
    .btn-outline-darkopac:not(:disabled):not(.disabled):active:focus, .btn-outline-darkopac:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darkopac.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-greeneco {
  color: #6E9F44;
  border-color: #6E9F44; }
  .btn-outline-greeneco:hover {
    color: #fff;
    background-color: #6E9F44;
    border-color: #6E9F44; }
  .btn-outline-greeneco:focus, .btn-outline-greeneco.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 159, 68, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(110, 159, 68, 0.5); }
  .btn-outline-greeneco.disabled, .btn-outline-greeneco:disabled {
    color: #6E9F44;
    background-color: transparent; }
  .btn-outline-greeneco:not(:disabled):not(.disabled):active, .btn-outline-greeneco:not(:disabled):not(.disabled).active,
  .show > .btn-outline-greeneco.dropdown-toggle {
    color: #fff;
    background-color: #6E9F44;
    border-color: #6E9F44; }
    .btn-outline-greeneco:not(:disabled):not(.disabled):active:focus, .btn-outline-greeneco:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-greeneco.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 159, 68, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(110, 159, 68, 0.5); }

.btn-link {
  font-weight: 400;
  color: #3b8ea0;
  text-decoration: none; }
  .btn-link:hover {
    color: #265c68;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(14, 17, 17, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3b8ea0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.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: #fff;
    border-color: #3b8ea0;
    background-color: #3b8ea0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #88c6d3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #add7e1;
    border-color: #add7e1; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3b8ea0;
  background-color: #3b8ea0; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(59, 142, 160, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(59, 142, 160, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(59, 142, 160, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(59, 142, 160, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #88c6d3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #88c6d3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(59, 142, 160, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(59, 142, 160, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3b8ea0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #add7e1; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3b8ea0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #add7e1; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #3b8ea0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #add7e1; }
  .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: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3b8ea0; }

.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.5rem 1rem; }
  .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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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: rgba(14, 17, 17, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(14, 17, 17, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(14, 17, 17, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(14, 17, 17, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(14, 17, 17, 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: rgba(14, 17, 17, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(14, 17, 17, 0.5);
  border-color: rgba(14, 17, 17, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(14, 17, 17, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(14, 17, 17, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(14, 17, 17, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(14, 17, 17, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.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: #fff; }

.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,%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: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(14, 17, 17, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -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(14, 17, 17, 0.03);
  border-bottom: 1px solid rgba(14, 17, 17, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(14, 17, 17, 0.03);
  border-top: 1px solid rgba(14, 17, 17, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 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: 15px; }
  @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: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.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: 15px; }
  @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:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    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; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.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: #25525b;
  background-color: #d8e8ec;
  border-color: #c8dfe4; }
  .alert-primary hr {
    border-top-color: #b7d5dc; }
  .alert-primary .alert-link {
    color: #163137; }

.alert-secondary {
  color: #323434;
  background-color: #dddddd;
  border-color: #cfcfcf; }
  .alert-secondary hr {
    border-top-color: #c2c2c2; }
  .alert-secondary .alert-link {
    color: #191a1a; }

.alert-success {
  color: #856f1d;
  background-color: #fdf3d4;
  border-color: #fcefc3; }
  .alert-success hr {
    border-top-color: #fbe9ab; }
  .alert-success .alert-link {
    color: #5b4c14; }

.alert-info {
  color: #135c68;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #0b363d; }

.alert-warning {
  color: #8b6d0c;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #5c4808; }

.alert-danger {
  color: #8b0808;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-danger hr {
    border-top-color: #ff9f9f; }
  .alert-danger .alert-link {
    color: #5b0505; }

.alert-light {
  color: #888a8a;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #6f7070; }

.alert-dark {
  color: #222629;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #0b0c0d; }

.alert-cluster {
  color: #122531;
  background-color: #d0d7dc;
  border-color: #bec7cd; }
  .alert-cluster hr {
    border-top-color: #b0bbc2; }
  .alert-cluster .alert-link {
    color: #04090c; }

.alert-white {
  color: #8b8d8d;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #727373; }

.alert-black {
  color: #0e1111;
  background-color: #cfcfcf;
  border-color: #bcbcbc; }
  .alert-black hr {
    border-top-color: #afafaf; }
  .alert-black .alert-link {
    color: black; }

.alert-brand1 {
  color: #25525b;
  background-color: #d8e8ec;
  border-color: #c8dfe4; }
  .alert-brand1 hr {
    border-top-color: #b7d5dc; }
  .alert-brand1 .alert-link {
    color: #163137; }

.alert-brand2 {
  color: #323434;
  background-color: #dddddd;
  border-color: #cfcfcf; }
  .alert-brand2 hr {
    border-top-color: #c2c2c2; }
  .alert-brand2 .alert-link {
    color: #191a1a; }

.alert-lightbg {
  color: #7e8787;
  background-color: #fafdfd;
  border-color: #f8fcfc; }
  .alert-lightbg hr {
    border-top-color: #e6f4f4; }
  .alert-lightbg .alert-link {
    color: #656d6d; }

.alert-lightbg2 {
  color: #7e8787;
  background-color: #fafdfd;
  border-color: #f8fcfc; }
  .alert-lightbg2 hr {
    border-top-color: #e6f4f4; }
  .alert-lightbg2 .alert-link {
    color: #656d6d; }

.alert-highlight {
  color: #866f1d;
  background-color: #fdf3d4;
  border-color: #fcefc3; }
  .alert-highlight hr {
    border-top-color: #fbe9ab; }
  .alert-highlight .alert-link {
    color: #5c4c14; }

.alert-highlight1 {
  color: #2d6e73;
  background-color: #dbf3f5;
  border-color: #cceef1; }
  .alert-highlight1 hr {
    border-top-color: #b8e7ec; }
  .alert-highlight1 .alert-link {
    color: #1f4b4e; }

.alert-highlight2 {
  color: #816f31;
  background-color: #fbf3dc;
  border-color: #f9efce; }
  .alert-highlight2 hr {
    border-top-color: #f6e8b7; }
  .alert-highlight2 .alert-link {
    color: #5c4f23; }

.alert-mage {
  color: #813808;
  background-color: #fbdecc;
  border-color: #fad1b8; }
  .alert-mage hr {
    border-top-color: #f8c2a0; }
  .alert-mage .alert-link {
    color: #512305; }

.alert-go {
  color: #8b7608;
  background-color: #fff6cc;
  border-color: #fff3b8; }
  .alert-go hr {
    border-top-color: #ffef9f; }
  .alert-go .alert-link {
    color: #5b4d05; }

.alert-darkblue {
  color: #122531;
  background-color: #d0d7dc;
  border-color: #bec7cd; }
  .alert-darkblue hr {
    border-top-color: #b0bbc2; }
  .alert-darkblue .alert-link {
    color: #04090c; }

.alert-enviro {
  color: #856f1d;
  background-color: #fdf3d4;
  border-color: #fcefc3; }
  .alert-enviro hr {
    border-top-color: #fbe9ab; }
  .alert-enviro .alert-link {
    color: #5b4c14; }

.alert-reseller {
  color: #0c3543;
  background-color: #cedde3;
  border-color: #bad0d8; }
  .alert-reseller hr {
    border-top-color: #aac5cf; }
  .alert-reseller .alert-link {
    color: #041318; }

.alert-red {
  color: #8b0808;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-red hr {
    border-top-color: #ff9f9f; }
  .alert-red .alert-link {
    color: #5b0505; }

.alert-light1 {
  color: #6c7b7d;
  background-color: #f3f8f9;
  border-color: #eef5f7; }
  .alert-light1 hr {
    border-top-color: #ddebef; }
  .alert-light1 .alert-link {
    color: #546062; }

.alert-light2 {
  color: #647274;
  background-color: #f0f5f6;
  border-color: #eaf0f2; }
  .alert-light2 hr {
    border-top-color: #dae5e8; }
  .alert-light2 .alert-link {
    color: #4c5759; }

.alert-light3 {
  color: #7e7f7f;
  background-color: #fafafa;
  border-color: #f8f8f8; }
  .alert-light3 hr {
    border-top-color: #ebebeb; }
  .alert-light3 .alert-link {
    color: #656565; }

.alert-light4 {
  color: #858686;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light4 hr {
    border-top-color: #eeeeee; }
  .alert-light4 .alert-link {
    color: #6c6c6c; }

.alert-orange {
  color: #815725;
  background-color: #fbead7;
  border-color: #fae2c7; }
  .alert-orange hr {
    border-top-color: #f8d6b0; }
  .alert-orange .alert-link {
    color: #593c1a; }

.alert-purple {
  color: #3d1964;
  background-color: #e1d3ef;
  border-color: #d5c1e9; }
  .alert-purple hr {
    border-top-color: #c8aee2; }
  .alert-purple .alert-link {
    color: #240f3b; }

.alert-transparent {
  color: rgba(14, 17, 17, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72); }
  .alert-transparent hr {
    border-top-color: rgba(242, 242, 242, 0.72); }
  .alert-transparent .alert-link {
    color: rgba(0, 0, 0, 0.48); }

.alert-cpanel {
  color: #8b401f;
  background-color: #ffe2d5;
  border-color: #ffd6c4; }
  .alert-cpanel hr {
    border-top-color: #ffc4ab; }
  .alert-cpanel .alert-link {
    color: #612d16; }

.alert-optweb {
  color: #071b24;
  background-color: #ccd3d7;
  border-color: #b8c2c7; }
  .alert-optweb hr {
    border-top-color: #aab6bc; }
  .alert-optweb .alert-link {
    color: black; }

.alert-footer {
  color: #517e88;
  background-color: #e8f9fd;
  border-color: #dff7fc; }
  .alert-footer hr {
    border-top-color: #c8f1fa; }
  .alert-footer .alert-link {
    color: #3e6068; }

.alert-green {
  color: #856f1d;
  background-color: #fdf3d4;
  border-color: #fcefc3; }
  .alert-green hr {
    border-top-color: #fbe9ab; }
  .alert-green .alert-link {
    color: #5b4c14; }

.alert-darkbg {
  color: #16171b;
  background-color: #d2d2d3;
  border-color: #c0c0c2; }
  .alert-darkbg hr {
    border-top-color: #b3b3b5; }
  .alert-darkbg .alert-link {
    color: black; }

.alert-none {
  color: rgba(14, 17, 17, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72); }
  .alert-none hr {
    border-top-color: rgba(242, 242, 242, 0.72); }
  .alert-none .alert-link {
    color: rgba(0, 0, 0, 0.48); }

.alert-darkopac {
  color: rgba(10, 12, 12, 0.74);
  background-color: rgba(235, 235, 235, 0.9);
  border-color: rgba(226, 226, 226, 0.86); }
  .alert-darkopac hr {
    border-top-color: rgba(213, 213, 213, 0.86); }
  .alert-darkopac .alert-link {
    color: rgba(0, 0, 0, 0.74); }

.alert-greeneco {
  color: #405b2c;
  background-color: #e2ecda;
  border-color: #d6e4cb; }
  .alert-greeneco hr {
    border-top-color: #c9dbba; }
  .alert-greeneco .alert-link {
    color: #28391b; }

.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: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(14, 17, 17, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3b8ea0;
    border-color: #3b8ea0; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #25525b;
  background-color: #c8dfe4; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #25525b;
    background-color: #b7d5dc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #25525b;
    border-color: #25525b; }

.list-group-item-secondary {
  color: #323434;
  background-color: #cfcfcf; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #323434;
    background-color: #c2c2c2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #323434;
    border-color: #323434; }

.list-group-item-success {
  color: #856f1d;
  background-color: #fcefc3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #856f1d;
    background-color: #fbe9ab; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #856f1d;
    border-color: #856f1d; }

.list-group-item-info {
  color: #135c68;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #135c68;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #135c68;
    border-color: #135c68; }

.list-group-item-warning {
  color: #8b6d0c;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #8b6d0c;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #8b6d0c;
    border-color: #8b6d0c; }

.list-group-item-danger {
  color: #8b0808;
  background-color: #ffb8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #8b0808;
    background-color: #ff9f9f; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8b0808;
    border-color: #8b0808; }

.list-group-item-light {
  color: #888a8a;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #888a8a;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #888a8a;
    border-color: #888a8a; }

.list-group-item-dark {
  color: #222629;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #222629;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #222629;
    border-color: #222629; }

.list-group-item-cluster {
  color: #122531;
  background-color: #bec7cd; }
  .list-group-item-cluster.list-group-item-action:hover, .list-group-item-cluster.list-group-item-action:focus {
    color: #122531;
    background-color: #b0bbc2; }
  .list-group-item-cluster.list-group-item-action.active {
    color: #fff;
    background-color: #122531;
    border-color: #122531; }

.list-group-item-white {
  color: #8b8d8d;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #8b8d8d;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #8b8d8d;
    border-color: #8b8d8d; }

.list-group-item-black {
  color: #0e1111;
  background-color: #bcbcbc; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #0e1111;
    background-color: #afafaf; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #0e1111;
    border-color: #0e1111; }

.list-group-item-brand1 {
  color: #25525b;
  background-color: #c8dfe4; }
  .list-group-item-brand1.list-group-item-action:hover, .list-group-item-brand1.list-group-item-action:focus {
    color: #25525b;
    background-color: #b7d5dc; }
  .list-group-item-brand1.list-group-item-action.active {
    color: #fff;
    background-color: #25525b;
    border-color: #25525b; }

.list-group-item-brand2 {
  color: #323434;
  background-color: #cfcfcf; }
  .list-group-item-brand2.list-group-item-action:hover, .list-group-item-brand2.list-group-item-action:focus {
    color: #323434;
    background-color: #c2c2c2; }
  .list-group-item-brand2.list-group-item-action.active {
    color: #fff;
    background-color: #323434;
    border-color: #323434; }

.list-group-item-lightbg {
  color: #7e8787;
  background-color: #f8fcfc; }
  .list-group-item-lightbg.list-group-item-action:hover, .list-group-item-lightbg.list-group-item-action:focus {
    color: #7e8787;
    background-color: #e6f4f4; }
  .list-group-item-lightbg.list-group-item-action.active {
    color: #fff;
    background-color: #7e8787;
    border-color: #7e8787; }

.list-group-item-lightbg2 {
  color: #7e8787;
  background-color: #f8fcfc; }
  .list-group-item-lightbg2.list-group-item-action:hover, .list-group-item-lightbg2.list-group-item-action:focus {
    color: #7e8787;
    background-color: #e6f4f4; }
  .list-group-item-lightbg2.list-group-item-action.active {
    color: #fff;
    background-color: #7e8787;
    border-color: #7e8787; }

.list-group-item-highlight {
  color: #866f1d;
  background-color: #fcefc3; }
  .list-group-item-highlight.list-group-item-action:hover, .list-group-item-highlight.list-group-item-action:focus {
    color: #866f1d;
    background-color: #fbe9ab; }
  .list-group-item-highlight.list-group-item-action.active {
    color: #fff;
    background-color: #866f1d;
    border-color: #866f1d; }

.list-group-item-highlight1 {
  color: #2d6e73;
  background-color: #cceef1; }
  .list-group-item-highlight1.list-group-item-action:hover, .list-group-item-highlight1.list-group-item-action:focus {
    color: #2d6e73;
    background-color: #b8e7ec; }
  .list-group-item-highlight1.list-group-item-action.active {
    color: #fff;
    background-color: #2d6e73;
    border-color: #2d6e73; }

.list-group-item-highlight2 {
  color: #816f31;
  background-color: #f9efce; }
  .list-group-item-highlight2.list-group-item-action:hover, .list-group-item-highlight2.list-group-item-action:focus {
    color: #816f31;
    background-color: #f6e8b7; }
  .list-group-item-highlight2.list-group-item-action.active {
    color: #fff;
    background-color: #816f31;
    border-color: #816f31; }

.list-group-item-mage {
  color: #813808;
  background-color: #fad1b8; }
  .list-group-item-mage.list-group-item-action:hover, .list-group-item-mage.list-group-item-action:focus {
    color: #813808;
    background-color: #f8c2a0; }
  .list-group-item-mage.list-group-item-action.active {
    color: #fff;
    background-color: #813808;
    border-color: #813808; }

.list-group-item-go {
  color: #8b7608;
  background-color: #fff3b8; }
  .list-group-item-go.list-group-item-action:hover, .list-group-item-go.list-group-item-action:focus {
    color: #8b7608;
    background-color: #ffef9f; }
  .list-group-item-go.list-group-item-action.active {
    color: #fff;
    background-color: #8b7608;
    border-color: #8b7608; }

.list-group-item-darkblue {
  color: #122531;
  background-color: #bec7cd; }
  .list-group-item-darkblue.list-group-item-action:hover, .list-group-item-darkblue.list-group-item-action:focus {
    color: #122531;
    background-color: #b0bbc2; }
  .list-group-item-darkblue.list-group-item-action.active {
    color: #fff;
    background-color: #122531;
    border-color: #122531; }

.list-group-item-enviro {
  color: #856f1d;
  background-color: #fcefc3; }
  .list-group-item-enviro.list-group-item-action:hover, .list-group-item-enviro.list-group-item-action:focus {
    color: #856f1d;
    background-color: #fbe9ab; }
  .list-group-item-enviro.list-group-item-action.active {
    color: #fff;
    background-color: #856f1d;
    border-color: #856f1d; }

.list-group-item-reseller {
  color: #0c3543;
  background-color: #bad0d8; }
  .list-group-item-reseller.list-group-item-action:hover, .list-group-item-reseller.list-group-item-action:focus {
    color: #0c3543;
    background-color: #aac5cf; }
  .list-group-item-reseller.list-group-item-action.active {
    color: #fff;
    background-color: #0c3543;
    border-color: #0c3543; }

.list-group-item-red {
  color: #8b0808;
  background-color: #ffb8b8; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #8b0808;
    background-color: #ff9f9f; }
  .list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #8b0808;
    border-color: #8b0808; }

.list-group-item-light1 {
  color: #6c7b7d;
  background-color: #eef5f7; }
  .list-group-item-light1.list-group-item-action:hover, .list-group-item-light1.list-group-item-action:focus {
    color: #6c7b7d;
    background-color: #ddebef; }
  .list-group-item-light1.list-group-item-action.active {
    color: #fff;
    background-color: #6c7b7d;
    border-color: #6c7b7d; }

.list-group-item-light2 {
  color: #647274;
  background-color: #eaf0f2; }
  .list-group-item-light2.list-group-item-action:hover, .list-group-item-light2.list-group-item-action:focus {
    color: #647274;
    background-color: #dae5e8; }
  .list-group-item-light2.list-group-item-action.active {
    color: #fff;
    background-color: #647274;
    border-color: #647274; }

.list-group-item-light3 {
  color: #7e7f7f;
  background-color: #f8f8f8; }
  .list-group-item-light3.list-group-item-action:hover, .list-group-item-light3.list-group-item-action:focus {
    color: #7e7f7f;
    background-color: #ebebeb; }
  .list-group-item-light3.list-group-item-action.active {
    color: #fff;
    background-color: #7e7f7f;
    border-color: #7e7f7f; }

.list-group-item-light4 {
  color: #858686;
  background-color: #fbfbfb; }
  .list-group-item-light4.list-group-item-action:hover, .list-group-item-light4.list-group-item-action:focus {
    color: #858686;
    background-color: #eeeeee; }
  .list-group-item-light4.list-group-item-action.active {
    color: #fff;
    background-color: #858686;
    border-color: #858686; }

.list-group-item-orange {
  color: #815725;
  background-color: #fae2c7; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #815725;
    background-color: #f8d6b0; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #815725;
    border-color: #815725; }

.list-group-item-purple {
  color: #3d1964;
  background-color: #d5c1e9; }
  .list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #3d1964;
    background-color: #c8aee2; }
  .list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #3d1964;
    border-color: #3d1964; }

.list-group-item-transparent {
  color: rgba(14, 17, 17, 0.48);
  background-color: rgba(255, 255, 255, 0.72); }
  .list-group-item-transparent.list-group-item-action:hover, .list-group-item-transparent.list-group-item-action:focus {
    color: rgba(14, 17, 17, 0.48);
    background-color: rgba(242, 242, 242, 0.72); }
  .list-group-item-transparent.list-group-item-action.active {
    color: #fff;
    background-color: rgba(14, 17, 17, 0.48);
    border-color: rgba(14, 17, 17, 0.48); }

.list-group-item-cpanel {
  color: #8b401f;
  background-color: #ffd6c4; }
  .list-group-item-cpanel.list-group-item-action:hover, .list-group-item-cpanel.list-group-item-action:focus {
    color: #8b401f;
    background-color: #ffc4ab; }
  .list-group-item-cpanel.list-group-item-action.active {
    color: #fff;
    background-color: #8b401f;
    border-color: #8b401f; }

.list-group-item-optweb {
  color: #071b24;
  background-color: #b8c2c7; }
  .list-group-item-optweb.list-group-item-action:hover, .list-group-item-optweb.list-group-item-action:focus {
    color: #071b24;
    background-color: #aab6bc; }
  .list-group-item-optweb.list-group-item-action.active {
    color: #fff;
    background-color: #071b24;
    border-color: #071b24; }

.list-group-item-footer {
  color: #517e88;
  background-color: #dff7fc; }
  .list-group-item-footer.list-group-item-action:hover, .list-group-item-footer.list-group-item-action:focus {
    color: #517e88;
    background-color: #c8f1fa; }
  .list-group-item-footer.list-group-item-action.active {
    color: #fff;
    background-color: #517e88;
    border-color: #517e88; }

.list-group-item-green {
  color: #856f1d;
  background-color: #fcefc3; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #856f1d;
    background-color: #fbe9ab; }
  .list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #856f1d;
    border-color: #856f1d; }

.list-group-item-darkbg {
  color: #16171b;
  background-color: #c0c0c2; }
  .list-group-item-darkbg.list-group-item-action:hover, .list-group-item-darkbg.list-group-item-action:focus {
    color: #16171b;
    background-color: #b3b3b5; }
  .list-group-item-darkbg.list-group-item-action.active {
    color: #fff;
    background-color: #16171b;
    border-color: #16171b; }

.list-group-item-none {
  color: rgba(14, 17, 17, 0.48);
  background-color: rgba(255, 255, 255, 0.72); }
  .list-group-item-none.list-group-item-action:hover, .list-group-item-none.list-group-item-action:focus {
    color: rgba(14, 17, 17, 0.48);
    background-color: rgba(242, 242, 242, 0.72); }
  .list-group-item-none.list-group-item-action.active {
    color: #fff;
    background-color: rgba(14, 17, 17, 0.48);
    border-color: rgba(14, 17, 17, 0.48); }

.list-group-item-darkopac {
  color: rgba(10, 12, 12, 0.74);
  background-color: rgba(226, 226, 226, 0.86); }
  .list-group-item-darkopac.list-group-item-action:hover, .list-group-item-darkopac.list-group-item-action:focus {
    color: rgba(10, 12, 12, 0.74);
    background-color: rgba(213, 213, 213, 0.86); }
  .list-group-item-darkopac.list-group-item-action.active {
    color: #fff;
    background-color: rgba(10, 12, 12, 0.74);
    border-color: rgba(10, 12, 12, 0.74); }

.list-group-item-greeneco {
  color: #405b2c;
  background-color: #d6e4cb; }
  .list-group-item-greeneco.list-group-item-action:hover, .list-group-item-greeneco.list-group-item-action:focus {
    color: #405b2c;
    background-color: #c9dbba; }
  .list-group-item-greeneco.list-group-item-action.active {
    color: #fff;
    background-color: #405b2c;
    border-color: #405b2c; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0e1111;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #0e1111;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(14, 17, 17, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0e1111; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 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: 0.4rem 0.4rem 0;
      border-top-color: #0e1111; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #0e1111; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 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 0.4rem 0.4rem;
      border-bottom-color: #0e1111; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #0e1111; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #0e1111;
  border-radius: 0.25rem; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: #3b8ea0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2d6d7b !important; }

.bg-secondary {
  background-color: #545454 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3b3b3b !important; }

.bg-success {
  background-color: #F3C529 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #ddad0c !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #FF0000 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-cluster {
  background-color: #16384E !important; }

a.bg-cluster:hover, a.bg-cluster:focus,
button.bg-cluster:hover,
button.bg-cluster:focus {
  background-color: #0b1b26 !important; }

.bg-white {
  background-color: #ffffff !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-black {
  background-color: #0e1111 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-brand1 {
  background-color: #3b8ea0 !important; }

a.bg-brand1:hover, a.bg-brand1:focus,
button.bg-brand1:hover,
button.bg-brand1:focus {
  background-color: #2d6d7b !important; }

.bg-brand2 {
  background-color: #545454 !important; }

a.bg-brand2:hover, a.bg-brand2:focus,
button.bg-brand2:hover,
button.bg-brand2:focus {
  background-color: #3b3b3b !important; }

.bg-lightbg {
  background-color: #E5F4F3 !important; }

a.bg-lightbg:hover, a.bg-lightbg:focus,
button.bg-lightbg:hover,
button.bg-lightbg:focus {
  background-color: #c1e5e2 !important; }

.bg-lightbg2 {
  background-color: #E5F4F3 !important; }

a.bg-lightbg2:hover, a.bg-lightbg2:focus,
button.bg-lightbg2:hover,
button.bg-lightbg2:focus {
  background-color: #c1e5e2 !important; }

.bg-highlight {
  background-color: #F4C529 !important; }

a.bg-highlight:hover, a.bg-highlight:focus,
button.bg-highlight:hover,
button.bg-highlight:focus {
  background-color: #dfae0b !important; }

.bg-highlight1 {
  background-color: #4ac3cd !important; }

a.bg-highlight1:hover, a.bg-highlight1:focus,
button.bg-highlight1:hover,
button.bg-highlight1:focus {
  background-color: #31a9b3 !important; }

.bg-highlight2 {
  background-color: #ebc54f !important; }

a.bg-highlight2:hover, a.bg-highlight2:focus,
button.bg-highlight2:hover,
button.bg-highlight2:focus {
  background-color: #e6b621 !important; }

.bg-mage {
  background-color: #EC5C00 !important; }

a.bg-mage:hover, a.bg-mage:focus,
button.bg-mage:hover,
button.bg-mage:focus {
  background-color: #b94800 !important; }

.bg-go {
  background-color: #FFD400 !important; }

a.bg-go:hover, a.bg-go:focus,
button.bg-go:hover,
button.bg-go:focus {
  background-color: #ccaa00 !important; }

.bg-darkblue {
  background-color: #16384E !important; }

a.bg-darkblue:hover, a.bg-darkblue:focus,
button.bg-darkblue:hover,
button.bg-darkblue:focus {
  background-color: #0b1b26 !important; }

.bg-enviro {
  background-color: #F3C529 !important; }

a.bg-enviro:hover, a.bg-enviro:focus,
button.bg-enviro:hover,
button.bg-enviro:focus {
  background-color: #ddad0c !important; }

.bg-reseller {
  background-color: #0A5672 !important; }

a.bg-reseller:hover, a.bg-reseller:focus,
button.bg-reseller:hover,
button.bg-reseller:focus {
  background-color: #063343 !important; }

.bg-red {
  background-color: #FF0000 !important; }

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #cc0000 !important; }

.bg-light1 {
  background-color: #C3DCE1 !important; }

a.bg-light1:hover, a.bg-light1:focus,
button.bg-light1:hover,
button.bg-light1:focus {
  background-color: #a1c8d0 !important; }

.bg-light2 {
  background-color: #B3CBD0 !important; }

a.bg-light2:hover, a.bg-light2:focus,
button.bg-light2:hover,
button.bg-light2:focus {
  background-color: #93b5bd !important; }

.bg-light3 {
  background-color: #E5E5E5 !important; }

a.bg-light3:hover, a.bg-light3:focus,
button.bg-light3:hover,
button.bg-light3:focus {
  background-color: #cccccc !important; }

.bg-light4 {
  background-color: #F2F2F2 !important; }

a.bg-light4:hover, a.bg-light4:focus,
button.bg-light4:hover,
button.bg-light4:focus {
  background-color: #d9d9d9 !important; }

.bg-orange {
  background-color: #EC9737 !important; }

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #db7e15 !important; }

.bg-purple {
  background-color: #6921B0 !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4f1985 !important; }

.bg-transparent {
  background-color: transparent !important; }

a.bg-transparent:hover, a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-cpanel {
  background-color: #FE6C2C !important; }

a.bg-cpanel:hover, a.bg-cpanel:focus,
button.bg-cpanel:hover,
button.bg-cpanel:focus {
  background-color: #f64c01 !important; }

.bg-optweb {
  background-color: #002436 !important; }

a.bg-optweb:hover, a.bg-optweb:focus,
button.bg-optweb:hover,
button.bg-optweb:focus {
  background-color: #000203 !important; }

.bg-footer {
  background-color: #8EE3F6 !important; }

a.bg-footer:hover, a.bg-footer:focus,
button.bg-footer:hover,
button.bg-footer:focus {
  background-color: #5fd7f2 !important; }

.bg-green {
  background-color: #F3C529 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #ddad0c !important; }

.bg-darkbg {
  background-color: #1D1D25 !important; }

a.bg-darkbg:hover, a.bg-darkbg:focus,
button.bg-darkbg:hover,
button.bg-darkbg:focus {
  background-color: #070708 !important; }

.bg-none {
  background-color: rgba(0, 0, 0, 0) !important; }

a.bg-none:hover, a.bg-none:focus,
button.bg-none:hover,
button.bg-none:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-darkopac {
  background-color: rgba(0, 0, 0, 0.5) !important; }

a.bg-darkopac:hover, a.bg-darkopac:focus,
button.bg-darkopac:hover,
button.bg-darkopac:focus {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-greeneco {
  background-color: #6E9F44 !important; }

a.bg-greeneco:hover, a.bg-greeneco:focus,
button.bg-greeneco:hover,
button.bg-greeneco:focus {
  background-color: #557b35 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !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: #3b8ea0 !important; }

.border-secondary {
  border-color: #545454 !important; }

.border-success {
  border-color: #F3C529 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #FF0000 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-cluster {
  border-color: #16384E !important; }

.border-white {
  border-color: #ffffff !important; }

.border-black {
  border-color: #0e1111 !important; }

.border-brand1 {
  border-color: #3b8ea0 !important; }

.border-brand2 {
  border-color: #545454 !important; }

.border-lightbg {
  border-color: #E5F4F3 !important; }

.border-lightbg2 {
  border-color: #E5F4F3 !important; }

.border-highlight {
  border-color: #F4C529 !important; }

.border-highlight1 {
  border-color: #4ac3cd !important; }

.border-highlight2 {
  border-color: #ebc54f !important; }

.border-mage {
  border-color: #EC5C00 !important; }

.border-go {
  border-color: #FFD400 !important; }

.border-darkblue {
  border-color: #16384E !important; }

.border-enviro {
  border-color: #F3C529 !important; }

.border-reseller {
  border-color: #0A5672 !important; }

.border-red {
  border-color: #FF0000 !important; }

.border-light1 {
  border-color: #C3DCE1 !important; }

.border-light2 {
  border-color: #B3CBD0 !important; }

.border-light3 {
  border-color: #E5E5E5 !important; }

.border-light4 {
  border-color: #F2F2F2 !important; }

.border-orange {
  border-color: #EC9737 !important; }

.border-purple {
  border-color: #6921B0 !important; }

.border-transparent {
  border-color: transparent !important; }

.border-cpanel {
  border-color: #FE6C2C !important; }

.border-optweb {
  border-color: #002436 !important; }

.border-footer {
  border-color: #8EE3F6 !important; }

.border-green {
  border-color: #F3C529 !important; }

.border-darkbg {
  border-color: #1D1D25 !important; }

.border-none {
  border-color: rgba(0, 0, 0, 0) !important; }

.border-darkopac {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.border-greeneco {
  border-color: #6E9F44 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 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; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -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, .screen-reader-text {
  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(14, 17, 17, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(14, 17, 17, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(14, 17, 17, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(14, 17, 17, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(14, 17, 17, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(14, 17, 17, 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; }

.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; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto,
.aligncenter {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto,
.aligncenter {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #3b8ea0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #265c68 !important; }

.text-secondary {
  color: #545454 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #2e2e2e !important; }

.text-success {
  color: #F3C529 !important; }

a.text-success:hover, a.text-success:focus {
  color: #c49a0b !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #FF0000 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b30000 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-cluster {
  color: #16384E !important; }

a.text-cluster:hover, a.text-cluster:focus {
  color: #050d12 !important; }

.text-white {
  color: #ffffff !important; }

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-black {
  color: #0e1111 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-brand1 {
  color: #3b8ea0 !important; }

a.text-brand1:hover, a.text-brand1:focus {
  color: #265c68 !important; }

.text-brand2 {
  color: #545454 !important; }

a.text-brand2:hover, a.text-brand2:focus {
  color: #2e2e2e !important; }

.text-lightbg {
  color: #E5F4F3 !important; }

a.text-lightbg:hover, a.text-lightbg:focus {
  color: #afddda !important; }

.text-lightbg2 {
  color: #E5F4F3 !important; }

a.text-lightbg2:hover, a.text-lightbg2:focus {
  color: #afddda !important; }

.text-highlight {
  color: #F4C529 !important; }

a.text-highlight:hover, a.text-highlight:focus {
  color: #c69b0a !important; }

.text-highlight1 {
  color: #4ac3cd !important; }

a.text-highlight1:hover, a.text-highlight1:focus {
  color: #2c969f !important; }

.text-highlight2 {
  color: #ebc54f !important; }

a.text-highlight2:hover, a.text-highlight2:focus {
  color: #d5a718 !important; }

.text-mage {
  color: #EC5C00 !important; }

a.text-mage:hover, a.text-mage:focus {
  color: #a03e00 !important; }

.text-go {
  color: #FFD400 !important; }

a.text-go:hover, a.text-go:focus {
  color: #b39400 !important; }

.text-darkblue {
  color: #16384E !important; }

a.text-darkblue:hover, a.text-darkblue:focus {
  color: #050d12 !important; }

.text-enviro {
  color: #F3C529 !important; }

a.text-enviro:hover, a.text-enviro:focus {
  color: #c49a0b !important; }

.text-reseller {
  color: #0A5672 !important; }

a.text-reseller:hover, a.text-reseller:focus {
  color: #04212c !important; }

.text-red {
  color: #FF0000 !important; }

a.text-red:hover, a.text-red:focus {
  color: #b30000 !important; }

.text-light1 {
  color: #C3DCE1 !important; }

a.text-light1:hover, a.text-light1:focus {
  color: #90bec8 !important; }

.text-light2 {
  color: #B3CBD0 !important; }

a.text-light2:hover, a.text-light2:focus {
  color: #84abb3 !important; }

.text-light3 {
  color: #E5E5E5 !important; }

a.text-light3:hover, a.text-light3:focus {
  color: #bfbfbf !important; }

.text-light4 {
  color: #F2F2F2 !important; }

a.text-light4:hover, a.text-light4:focus {
  color: #cccccc !important; }

.text-orange {
  color: #EC9737 !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #c47113 !important; }

.text-purple {
  color: #6921B0 !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #431570 !important; }

.text-transparent {
  color: transparent !important; }

a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-cpanel {
  color: #FE6C2C !important; }

a.text-cpanel:hover, a.text-cpanel:focus {
  color: #dc4401 !important; }

.text-optweb {
  color: #002436 !important; }

a.text-optweb:hover, a.text-optweb:focus {
  color: black !important; }

.text-footer {
  color: #8EE3F6 !important; }

a.text-footer:hover, a.text-footer:focus {
  color: #47d1f0 !important; }

.text-green {
  color: #F3C529 !important; }

a.text-green:hover, a.text-green:focus {
  color: #c49a0b !important; }

.text-darkbg {
  color: #1D1D25 !important; }

a.text-darkbg:hover, a.text-darkbg:focus {
  color: black !important; }

.text-none {
  color: rgba(0, 0, 0, 0) !important; }

a.text-none:hover, a.text-none:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-darkopac {
  color: rgba(0, 0, 0, 0.5) !important; }

a.text-darkopac:hover, a.text-darkopac:focus {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-greeneco {
  color: #6E9F44 !important; }

a.text-greeneco:hover, a.text-greeneco:focus {
  color: #49692d !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(14, 17, 17, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

#wrapper-hero {
  padding: 0px !important; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6; }

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.entry-footer span {
  padding-right: 10px; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px; }

.jumbotron {
  margin-bottom: 0px; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #3b8ea0; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #6c757d !important;
    background-color: transparent; }

.navbar-light .navbar-brand a {
  color: rgba(14, 17, 17, 0.9); }
  .navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
    color: rgba(14, 17, 17, 0.9); }

.navbar-dark .navbar-brand a {
  color: #fff; }
  .navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
    color: #fff; }

.navbar h1 {
  font-weight: 400; }

.woocommerce-input-wrapper {
  width: 100%; }

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important; }

@media (min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important; } }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Typography SASS Styling */
* {
  font-display: swap; }

@font-face {
  font-display: swap; }

html, body {
  font-size: 16px;
  max-width: 100%; }

p {
  font-size: 16px;
  font-size: 1rem;
  max-width: 98% !important; }

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
  max-width: 98%; }

h2, .h2 {
  font-size: 36px;
  font-size: 2.25rem;
  max-width: 98%; }

h3, .h3 {
  font-size: 30px;
  font-size: 1.87rem;
  max-width: 98%; }

h4, .h4 {
  font-size: 26px;
  font-size: 1.62rem;
  max-width: 98%; }

h5, .h5 {
  font-size: 22px;
  font-size: 1.37rem;
  max-width: 98%; }

h6, .h6 {
  font-size: 18px;
  font-size: 1.12rem;
  max-width: 98%; }

.small-text {
  font-size: 14px;
  font-size: 0.8rem;
  max-width: 98%; }

.smaller-text {
  font-size: 12px;
  font-size: 0.6rem;
  max-width: 98%; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

p[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

a:hover {
  text-decoration: none;
  opacity: 1; }

.text-bold {
  font-weight: bold; }

.lh-100 {
  line-height: 100% !important; }

.lh-110 {
  line-height: 110% !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-400 {
  font-weight: 400 !important; }

/* Header SASS Styling */
#header {
  height: 118px; }

@media (min-width: 576px) and (max-width: 1024px) {
  #header {
    height: 118px; } }

@media (min-width: 1024px) {
  #header {
    height: 118px; } }

#subHeaderBar {
  font-size: 13px;
  height: 30px;
  z-index: 6;
  background-color: #E5F4F3; }
  #subHeaderBar p, #subHeaderBar a, #subHeaderBar i {
    font-size: 13px; }
  #subHeaderBar section {
    max-width: 300px; }

/* Main Nav from Include File */
.uppermenu a {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.upper-menu ul li {
  margin-right: 10px; }

.collapse .row div {
  color: #fff; }

@media (min-width: 0px) and (max-width: 1024px) {
  .icon-cpanel {
    font-size: 30px; } }

/* Menu Help */
.menuHelp {
  font-size: 26px; }

@media (min-width: 0px) and (max-width: 768px) {
  .menuHelp {
    font-size: 22px; } }

.icon-star {
  color: #95c85d !important;
  opacity: 1;
  margin: 5px; }

.menuLists {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none; }
  .menuLists li {
    list-style: none; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #3b8ea0; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #3b8ea0; }

.megaMenuOption {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 20px 0px 20px 0px;
  border-radius: 15px; }

.subNav {
  position: absolute;
  z-index: 400;
  width: 100%;
  margin-top: -4px;
  background-color: #3b8ea0; }

.menuBtnWrap {
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  min-height: 100px;
  width: 100%; }

.menuBtnWrap:hover {
  background-color: #3b8ea0; }

.appMenu {
  list-style: none;
  margin: 20px 0px 20px 30px;
  padding: 0px; }
  .appMenu li {
    list-style: none; }
  .appMenu li a:hover {
    opacity: 0.5; }
  .appMenu li ::before {
    content: "\f138";
    font-family: "FontAwesome";
    margin-right: 5px;
    margin-left: -22px;
    color: #ffffff; }

.pageMarker {
  width: 100%;
  height: 4px;
  background-color: #3b8ea0; }

.pageMarkerOptWeb {
  width: 100%;
  height: 4px;
  background-color: #002436; }

.pageMarkerShared {
  width: 100%;
  height: 4px;
  background-color: #FCE94D; }

.pageMarkerReseller {
  width: 100%;
  height: 4px;
  background-color: #0A5672; }

.pageMarkerCloud {
  width: 100%;
  height: 4px;
  background-color: #525557; }

.pageMarkerEmail {
  width: 100%;
  height: 4px;
  background-color: #FF9A00; }

.pageMarkerDomains {
  width: 100%;
  height: 4px;
  background-color: #716F64; }

/* Header, Nav and Menu Styling */
.subHeaderBar {
  font-size: 13px;
  height: 30px;
  z-index: 6;
  background-color: #e5f4f3; }

/* Mobile Nav SASS Styling */
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  color: #3b8ea0;
  z-index: 400; }

.nav-side-menu .brand {
  line-height: 50px;
  font-size: 14px; }

.nav-side-menu .toggle-btn {
  display: none; }

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  z-index: 400; }

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  float: right; }

.nav-side-menu ul .active,
.nav-side-menu li .active {
  background-color: #4f5b69; }

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d; }

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d; }

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #545454;
  border: none;
  margin-left: 0px;
  width: 100%; }

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203; }

.nav-side-menu li {
  padding-left: 0px;
  border-bottom: 1px solid #fff; }

.nav-side-menu li a {
  text-decoration: none;
  color: #fff;
  padding: 10PX; }

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px; }

.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69; }

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer; } }

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block; } }

#header {
  height: 118px; }

@media (min-width: 576px) and (max-width: 1024px) {
  #header {
    height: 118px; } }

@media (min-width: 1024px) {
  #header {
    height: 118px; } }

/* Main Nav from Include File */
.uppermenu a {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.upper-menu ul li {
  margin-right: 10px; }

.clookNav .subNav {
  color: #fff; }

@media (min-width: 0px) and (max-width: 1024px) {
  .icon-cpanel {
    font-size: 30px; } }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #3b8ea0; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #3b8ea0; }

.megaMenuOption {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 20px 0px 20px 0px;
  border-radius: 15px; }

.subNav {
  position: absolute;
  z-index: 400;
  width: 100%;
  margin-top: -4px; }

.menuBtnWrap {
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  min-height: 100px;
  width: 100%; }

.menuBtnWrap:hover {
  background-color: #3b8ea0; }

#header {
  height: 116px;
  border-bottom: 4px solid #3b8ea0; }

.headerNav {
  width: 750px;
  margin-top: 11px; }

@media (min-width: 0px) and (max-width: 1024px) {
  #header {
    height: 110px;
    border-bottom: 4px solid #3b8ea0; } }

.upper-menu {
  max-width: 500px;
  background-color: #e7f4f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  padding-left: 10px; }
  .upper-menu ul {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px; }
  .upper-menu ul li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    line-height: 27px;
    color: #1f8fa0;
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    -webkit-margin-after: 0px;
            margin-block-end: 0px; }

.upper-menu ul li i {
  color: #0a8090;
  margin-right: 4px;
  font-size: 14px; }

.upper-menu ul li a {
  color: #1f8fa0; }

@media (min-width: 0px) and (max-width: 768px) {
  .upper-menu {
    float: right;
    background-color: #e7f4f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .upper-menu ul li {
      list-style: none;
      font-size: 12px;
      line-height: 27px;
      color: #1f8fa0;
      float: left;
      margin-left: 6px; }
  .upper-menu ul li i {
    color: #0a8090;
    margin-right: 4px;
    font-size: 10px; }
  .upper-menu ul li a {
    color: #1f8fa0; } }

/* Main Nav from Inlcude File */
.clookNav a {
  text-align: center;
  display: inline-block;
  font-weight: bold; }

.clookNav a:hover {
  text-decoration: none; }

.mainNav {
  margin: 0px 20px 0px 20px; }

@media (max-width: 768px) {
  .mainNav {
    margin: 0px 5px 0px 5px; } }

.uppermenu a {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.upper-menu ul li {
  margin-right: 10px; }

.clookNav .subNav {
  color: #fff; }

/* Icons */
.icon-cpanel {
  font-size: 60px; }

@media (min-width: 0px) and (max-width: 1024px) {
  .icon-cpanel {
    font-size: 30px; } }

/* Menu Help */
.menuHelp {
  font-size: 26px; }

@media (min-width: 0px) and (max-width: 768px) {
  .menuHelp {
    font-size: 22px; } }

.icon-star {
  color: #95c85d !important;
  opacity: 1;
  margin: 5px; }

.menuLists {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none; }
  .menuLists li {
    list-style: none; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #3b8ea0; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #3b8ea0; }

.clookNav a {
  text-align: center;
  display: inline-block;
  font-weight: 400; }

.menu_Managed_Cloud_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff; }

@media (min-width: 576px) {
  .menu_Managed_Cloud_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

.menu_Managed_Cluster_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff; }

@media (min-width: 576px) {
  .menu_Managed_Cluster_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

.menu_Website_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff; }

@media (min-width: 576px) {
  .menu_Website_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

.menu_Reseller_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #fff; }

@media (min-width: 576px) {
  .menu_Reseller_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 0px solid #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; } }

.menu_Optweb_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff; }

@media (min-width: 576px) {
  .menu_Optweb_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

/* Green Clook */
.greenClookTab {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 999;
  top: 40px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  right: 0px;
  background-color: #6E9E44;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }

@media (min-width: 768px) and (max-width: 1024px) {
  .greenClookTab {
    top: 60px; } }

.greenClookTab:hover {
  background-color: #3b8ea0; }

/* Nav SASS Styling */
#header {
  height: 110px;
  border-bottom: 4px solid #3b8ea0; }

.headerNav {
  width: 750px;
  margin-top: 11px; }

@media (min-width: 0px) and (max-width: 1024px) {
  #header {
    height: 120px;
    border-bottom: 4px solid #3b8ea0; } }

.upper-menu {
  max-width: 500px;
  background-color: #e7f4f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  padding-left: 10px; }
  .upper-menu ul {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px; }
  .upper-menu ul li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    line-height: 27px;
    color: #1f8fa0;
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    -webkit-margin-after: 0px;
            margin-block-end: 0px; }

.upper-menu ul li i {
  color: #0a8090;
  margin-right: 4px;
  font-size: 14px; }

.upper-menu ul li a {
  color: #1f8fa0; }

@media (min-width: 0px) and (max-width: 768px) {
  .upper-menu {
    float: right;
    background-color: #e7f4f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .upper-menu ul li {
      list-style: none;
      font-size: 12px;
      line-height: 27px;
      color: #1f8fa0;
      float: left;
      margin-left: 6px; }
  .upper-menu ul li i {
    color: #0a8090;
    margin-right: 4px;
    font-size: 10px; }
  .upper-menu ul li a {
    color: #1f8fa0; } }

/* Main Nav from Inlcude File */
.clookNav a {
  text-align: center;
  display: inline-block;
  font-weight: bold; }

.clookNav a:hover {
  text-decoration: none; }

.uppermenu a {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.upper-menu ul li {
  margin-right: 10px; }

.clookNav .subNav {
  color: #fff; }

/* Icons */
.icon-cpanel {
  font-size: 60px; }

@media (min-width: 0px) and (max-width: 1024px) {
  .icon-cpanel {
    font-size: 30px; } }

/* Menu Help */
.menuHelp {
  font-size: 26px; }

@media (min-width: 0px) and (max-width: 768px) {
  .menuHelp {
    font-size: 22px; } }

.icon-star {
  color: #95c85d !important;
  opacity: 1;
  margin: 5px; }

.menuLists {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none; }
  .menuLists li {
    list-style: none; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #3b8ea0; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #3b8ea0; }

.clookNav a {
  text-align: center;
  display: inline-block;
  font-weight: 400; }

.menu_Managed_Cloud_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

@media (min-width: 576px) {
  .menu_Managed_Cluster_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

.menu_Website_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

@media (min-width: 576px) {
  .menu_Website_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

.menu_Reseller_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

@media (min-width: 576px) {
  .menu_Reseller_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

.menu_Optweb_Hosting a.nav-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

@media (min-width: 576px) {
  .menu_Optweb_Hosting a.nav-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; } }

.menu_Managed_Cloud_Hosting {
  display: inline-block;
  width: 350px;
  margin: 15px 15px 0; }

.menu_Managed_Cloud_Hosting a.nav-link {
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  font-size: 18px;
  weight: 800 !important; }

@media (min-width: 576px) {
  .menu_Managed_Cloud_Hosting a.nav-link {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 24px;
    weight: 800 !important; } }

.menu_Managed_Cloud_Hosting :before {
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: auto auto; }

@media (min-width: 576px) {
  .menu_Managed_Cloud_Hosting :before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/clustered-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: auto auto; } }

.menu_Managed_Cluster_Hosting {
  display: inline-block;
  width: 350px;
  margin: 15px 15px 0; }

.menu_Managed_Cluster_Hosting a.nav-link {
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  font-size: 18px;
  weight: 800 !important; }

@media (min-width: 576px) {
  .menu_Managed_Cluster_Hosting a.nav-link {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 24px;
    weight: 800 !important; } }

.menu_Managed_Cluster_Hosting :before {
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: auto auto; }

@media (min-width: 576px) {
  .menu_Managed_Cluster_Hosting :before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/cloud-icon-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: auto auto; } }

.menu_Website_Hosting {
  display: inline-block;
  width: 350px;
  margin: 15px 15px 0; }

.menu_Website_Hosting a.nav-link {
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  font-size: 18px;
  weight: 800 !important; }

@media (min-width: 576px) {
  .menu_Website_Hosting a.nav-link {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 24px;
    weight: 800 !important; } }

.menu_Website_Hosting :before {
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: auto auto; }

@media (min-width: 576px) {
  .menu_Website_Hosting :before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/hosting-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: auto auto; } }

.menu_Reseller_Hosting {
  display: inline-block;
  width: 350px;
  margin: 15px 15px 0; }

.menu_Reseller_Hosting a.nav-link {
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  font-size: 18px;
  weight: 800 !important; }

@media (min-width: 576px) {
  .menu_Reseller_Hosting a.nav-link {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 24px;
    weight: 800 !important; } }

.menu_Reseller_Hosting :before {
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: auto auto; }

@media (min-width: 576px) {
  .menu_Reseller_Hosting :before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/reseller-icon-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: auto auto; } }

.menu_Optweb_Hosting {
  display: inline-block;
  width: 350px;
  margin: 15px 15px 0; }

.menu_Optweb_Hosting a.nav-link {
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  font-size: 18px;
  weight: 800 !important; }

@media (min-width: 576px) {
  .menu_Optweb_Hosting a.nav-link {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 24px;
    weight: 800 !important; } }

.menu_Optweb_Hosting :before {
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: auto auto; }

@media (min-width: 576px) {
  .menu_Optweb_Hosting :before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/optweb-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: auto auto; } }

.menu_Dedicated_Hosting {
  display: inline-block;
  width: 350px;
  margin: 15px 15px 0; }

.menu_Dedicated_Hosting a.nav-link {
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  font-size: 18px;
  weight: 800 !important;
  color: #fff; }

@media (min-width: 576px) {
  .menu_Dedicated_Hosting a.nav-link {
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 24px;
    weight: 800 !important;
    color: #fff; } }

.menu_Dedicated_Hosting :before {
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: auto auto; }

@media (min-width: 576px) {
  .menu_Dedicated_Hosting :before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/dedicated-icon-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    margin: auto auto; } }

#menu-managed-servers, #menu-website-hosting, #menu-hosting-packages {
  list-style: none; }

#menu-managed-servers li, #menu-website-hosting li, #menu-hosting-packages li {
  display: inline; }

.clookNav a {
  text-align: center;
  display: inline-block;
  font-weight: 700; }

.clookNav a:hover {
  text-decoration: none; }

/* Mobile Nav SASS Styling */
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #3b8ea0; }

.nav-side-menu .brand {
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px; }

.nav-side-menu .toggle-btn {
  display: none; }

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/ }

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right; }

.nav-side-menu ul .active,
.nav-side-menu li .active {
  background-color: #4f5b69; }

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d; }

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d; }

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #545454;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  margin-left: 0px; }

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203; }

.nav-side-menu li {
  padding-left: 0px;
  border-bottom: 1px solid #fff; }

.nav-side-menu li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 19px;
  padding: 10PX; }

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px; }

.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #fff;
    color: #3b8ea0;
    width: 40px;
    text-align: center; }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important; } }

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block; } }

.mobileCta {
  border-bottom: 1px solid #fff; }
  .mobileCta p {
    font-size: 20px;
    line-height: normal; }
  .mobileCta .mobNo {
    font-size: 26px;
    font-weight: bold; }

/* Home SASS Styling */
.homeIntroTitle {
  font-size: 30px;
  text-align: center; }

.homeIntroCta1 {
  text-align: center; }

.homeIntroCta2 {
  text-align: center; }

@media (min-width: 769px) {
  .homeIntroTitle {
    font-size: 40px;
    text-align: left; }
  .homeIntroCta1 {
    text-align: left; }
  .homeIntroCta2 {
    text-align: left; } }

/* Home Feature */
#homeFeature {
  height: 390px;
  background-color: #3b8ea0; }

@media (min-width: 768px) and (max-width: 1024px) {
  #homeFeature {
    height: 450px; } }

@media (min-width: 1024px) {
  #homeFeature {
    height: 450px; } }

html, body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

#uuid-7fb8f0c4-fe2b-4dcb-8e04-2ea31aafbf04 {
  -webkit-animation: rotation 4s infinite linear;
          animation: rotation 4s infinite linear;
  position: absolute;
  width: 300px;
  left: 10%;
  top: 4%; }

.card-header {
  cursor: pointer; }

.homePackages {
  margin-top: 0px; }

@media (min-width: 1024px) {
  .homePackages {
    margin-top: -80px; }
  .homeProdCard {
    margin-bottom: 20px; } }

.shadowCard {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 225px; }

.engineerRack {
  background-image: url("");
  background-color: #3b8ea0;
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat; }

@media (min-width: 769px) {
  .engineerRack {
    background-image: url("../images/engineerRack.webp");
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat; } }

.tealLaptop {
  background-image: url("../images/devs-brand-overlay.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.dataCentre {
  background-image: url("../images/dataCentre.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.components {
  background-image: url("../images/components.webp");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.chrisDesk {
  background-image: url("../images/chris-office-bg.webp");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.laptopCode {
  background-image: url("../images/laptop-bg.webp");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.happyGroup {
  background-image: url("../images/happy-websites.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.componentsAngled {
  background-image: url("../images/component-bkg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.darkHoneycomb {
  background-image: url("../images/dark-honeycomb.png");
  background-attachment: fixed; }

.componentsAngled2 {
  background-image: url("../images/code-bkg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.blackGrid {
  background-image: url("../images/repeated-square-dark.webp");
  background-attachment: fixed; }

.engineerRack2 {
  background-image: url("../images/engineer-bkg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.rackLights {
  background-image: url("../images/server-rack-bw.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.diagonalRectangles {
  background-image: url("../images/reseller-intro-background.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.lineDots {
  background-image: url("../images/technology-network-background.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.clientexecFade {
  background: #012171;
  background: linear-gradient(315deg, #012171 0%, #208fa0 100%); }

.bkgGrad1 {
  background: #208fa0;
  background: linear-gradient(40deg, rgba(32, 143, 160, 0.2) 0%, #e5f4f3 100%); }

.bkgGrad2 {
  background: #e5f4f3;
  background: linear-gradient(40deg, #e5f4f3 0%, rgba(32, 143, 160, 0.1) 100%); }

.btn {
  text-align: center;
  font-weight: 700;
  margin: auto auto; }

.btn:hover {
  background-color: #545454;
  border-color: #545454;
  color: #fff; }

.btn-group .turnMonthly, .btn-group .turnAnnual {
  border: 2px solid #fff !important; }

.btn-group .turnMonthly.disabled, .btn-group .turnMonthly:disabled {
  color: #fff !important;
  background-color: #545454 !important;
  border: 2px solid #fff !important;
  opacity: 1 !important; }

.btn-group .turnAnnual.disabled, .btn-group .turnAnnual:disabled {
  color: #fff !important;
  background-color: #545454 !important;
  border: 2px solid #fff !important;
  opacity: 1 !important; }

.btn, .wpcf7 input[type=submit] {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

/* Products SASS Styling */
.sProdPop {
  -webkit-transition: .5s;
  transition: .5s; }

.sProdPop:hover .prodBoxPrice {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }

.sProdPop:hover .prodNameOrderBox {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }

.sProdPop:hover .sProdFeats {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }

.sProdPop:hover .sProdLiteSpeedSection {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }

.prodBoxPrice {
  background-color: #fff;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  z-index: 4;
  position: inherit;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }

.prodBoxPriceOptWeb {
  width: 175px;
  height: 175px;
  background-image: url("");
  background-color: #0e1111;
  background-attachment: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: contain;
  text-align: center;
  z-index: 4;
  position: inherit; }

@media (min-width: 576px) {
  .prodBoxPriceOptWeb {
    width: 175px;
    height: 175px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/optwebBkg.svg");
    background-attachment: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: contain;
    text-align: center;
    z-index: 4;
    position: inherit; } }

.sProdPrice {
  font-size: 46px;
  font-weight: 700;
  color: #0e1111;
  padding: 0;
  margin: 0;
  line-height: 90%; }

.sProdPriceOptWeb {
  font-size: 20px;
  font-weight: 700;
  color: #0e1111;
  padding: 0;
  margin: 0;
  line-height: 130%; }

.sProdTerm {
  font-size: 20px;
  font-weight: 700;
  color: #545454;
  padding: 0;
  margin: 0; }

.sProdMPrice {
  font-size: 18px;
  font-weight: 400;
  color: #3b8ea0;
  padding: 0;
  margin: 0; }

.prodNameOrderBox {
  width: 100%;
  height: 215px;
  background: #3b8ea0;
  background: linear-gradient(133deg, #208fa0 0%, #055d66 100%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 10px;
  margin-top: -102px;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }

.prodNameOrderBox {
  width: 100%;
  height: 215px;
  background: #3b8ea0;
  background: linear-gradient(133deg, #208fa0 0%, #055d66 100%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 10px;
  margin-top: -102px;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }

.Opt {
  background: #012f4a !important;
  background: linear-gradient(123deg, #012f4a 0%, #0f1111 100%) !important; }

.sProdOrderBtnOptWeb {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  display: block;
  background-color: #0e1111;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #fff; }

.sProdOrderBtnOptWeb:hover {
  background-color: #545454;
  color: #fff; }

.sProdName {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  color: #fff; }

.sProdOrderBtn {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  display: block;
  background-color: #ffd400;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #0e1111; }

.sProdOrderBtn:hover {
  background-color: #545454;
  color: #fff; }

.sProdFeats {
  width: 90%;
  margin: auto auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: inherit;
  z-index: 3; }

.sProdFeats ul {
  margin: 0 0 20px;
  padding: 0; }

.sProdFeats ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #208fa0; }

.sProdFeats ul li {
  list-style: none; }

@media (min-width: 426px) and (max-width: 768px) {
  .sProdFeats ul li {
    font-size: 14px; } }

@media (min-width: 768px) {
  .sProdPop {
    -webkit-transition: .5s;
    transition: .5s; }
  .sProdPop:hover .prodBoxPrice {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }
  .sProdPop:hover .prodNameOrderBox {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }
  .sProdPop:hover .sProdFeats {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }
  .sProdPop:hover .sProdLiteSpeedSection {
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }
  .prodBoxPrice {
    background-color: #fff;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    z-index: 4;
    position: inherit;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }
  .prodBoxPriceOptWeb {
    width: 175px;
    height: 175px;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/optwebBkg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    text-align: center;
    z-index: 4;
    position: inherit; }
  .sProdPrice {
    font-size: 46px;
    font-weight: 700;
    color: #0e1111;
    padding: 0;
    margin: 0;
    line-height: 90%; }
  .sProdPriceOptWeb {
    font-size: 20px;
    font-weight: 700;
    color: #0e1111;
    padding: 0;
    margin: 0;
    line-height: 130%; }
  .sProdTerm {
    font-size: 20px;
    font-weight: 700;
    color: #545454;
    padding: 0;
    margin: 0; }
  .sProdMPrice {
    font-size: 18px;
    font-weight: 400;
    color: #3b8ea0;
    padding: 0;
    margin: 0; }
  .prodNameOrderBox {
    width: 100%;
    height: 215px;
    background: #3b8ea0;
    background: linear-gradient(133deg, #208fa0 0%, #055d66 100%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 10px;
    margin-top: -102px;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }
  .prodNameOrderBoxOptWeb {
    width: 100%;
    height: 215px;
    background-color: #000000;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/technology-network-background.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 10px;
    margin-top: -102px;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }
  .sProdOrderBtnOptWeb {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    display: block;
    background-color: #0e1111;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff; }
  .sProdOrderBtnOptWeb:hover {
    background-color: #545454;
    color: #fff; }
  .sProdName {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #fff; }
  .sProdOrderBtn {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    display: block;
    background-color: #ffd400;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #0e1111; }
  .sProdOrderBtn:hover {
    background-color: #545454;
    color: #fff; }
  .sProdFeats {
    width: 90%;
    margin: auto auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: inherit;
    z-index: 3; }
  .sProdFeats ul {
    margin: 0 0 20px;
    padding: 0; }
  .sProdFeats ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-right: 5px;
    color: #208fa0; }
  .sProdFeats ul li {
    list-style: none; } }

@media (min-width: 768px) and (min-width: 426px) and (max-width: 768px) {
  .sProdFeats ul li {
    font-size: 14px; } }

.sProdLiteSpeedSection {
  width: 90%;
  margin: auto auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 40px 10px 20px;
  position: inherit;
  z-index: 2;
  margin-top: -20px; }

.sProdMostPop {
  width: 90%;
  margin: auto auto;
  background-color: #545454;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px 0 10px;
  position: inherit;
  z-index: 1;
  margin-top: -20px; }

.sProdMostPop p {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 22px; }

.prodNameOrderBoxOptWeb {
  width: 100%;
  height: 215px;
  background-color: #000000;
  background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/technology-network-background.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 10px;
  margin-top: -102px;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }

/* Patterns SASS Styling */
.geoPattern {
  background-image: url("../images/what-the-hex.png"); }

.geoBoxPattern {
  background-image: url("../images/qbkls.png"); }

.geoBoxPatternLight {
  background-image: url("../images/qbkls.png"); }

.dotPattern {
  background-image: url("../images/dot-grid.png"); }

.spigsBkg {
  background-image: url("../images/double-bubble-outline.png"); }

.gradGeo {
  background-image: url("../images/headerBkgShared.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0; }

@media (min-width: 0px) and (max-width: 576px) {
  .geoPattern {
    background-image: none; }
  .geoBoxPattern {
    background-image: none; }
  .dotPattern {
    background-image: none; }
  .spigsBkg {
    background-image: none; }
  .gradGeo {
    background-image: url("../images/headerBkgShared.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0; } }

.speedBar1 {
  width: 100%;
  background-color: #ccc;
  height: 60px;
  margin-bottom: 10px; }

.speedBar2 {
  width: 100%;
  background-color: #ccc;
  height: 60px;
  margin-bottom: 10px; }

.speedBar3 {
  width: 100%;
  background-color: #ccc;
  height: 60px;
  margin-bottom: 10px; }

.speedBar1inner {
  width: 25%;
  background-color: #545454;
  height: 30px; }

.speedBar2inner {
  width: 50%;
  background-color: #545454;
  height: 30px; }

.speedBar3inner {
  width: 67%;
  background-color: #545454;
  height: 30px; }

.speedBar1innerclook {
  width: 90%;
  background-color: #3b8ea0;
  height: 30px;
  margin-bottom: 10px; }

.speedBar2innerclook {
  width: 95%;
  background-color: #3b8ea0;
  height: 30px;
  margin-bottom: 10px; }

.speedBar3innerclook {
  width: 87%;
  background-color: #3b8ea0;
  height: 30px;
  margin-bottom: 10px; }

.xActive1:after {
  top: 0px;
  content: '10x FASTER';
  position: absolute;
  right: 15px;
  background-color: #3b8ea0;
  font-weight: 800;
  padding: 5px;
  -webkit-transition: width 1s;
  transition: width 1s; }

.xActive2:after {
  top: 0px;
  content: '16x FASTER';
  position: absolute;
  right: 15px;
  background-color: #3b8ea0;
  font-weight: 800;
  padding: 5px;
  -webkit-transition: width 1s;
  transition: width 1s; }

.xActive3:after {
  top: 0px;
  content: '8x FASTER';
  position: absolute;
  right: 15px;
  background-color: #3b8ea0;
  font-weight: 800;
  padding: 5px;
  -webkit-transition: width 1s;
  transition: width 1s; }

#clookStat-1 {
  background-color: #fcd000;
  font-weight: 800;
  padding: 5px;
  width: 50%;
  -webkit-transition: width 1s;
  transition: width 1s; }

#clookStat-2 {
  background-color: #fcd000;
  font-weight: 800;
  padding: 5px;
  width: 50%;
  -webkit-transition: width 1s;
  transition: width 1s; }

#clookStat-3 {
  background-color: #fcd000;
  font-weight: 800;
  padding: 5px;
  width: 50%;
  -webkit-transition: width 1s;
  transition: width 1s; }

.fancyTickList ul {
  margin: 20px 0 20px 30px;
  padding: 0; }

.fancyTickList ul li {
  list-style: none; }

.fancyTickList ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 5px;
  margin-left: -22px;
  color: #ebc54f; }

.fancyTickListBlue ul {
  margin: 20px 0 20px 30px;
  padding: 0; }

.fancyTickListBlue ul li {
  list-style: none;
  margin-left: 10px; }

.fancyTickListBlue ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 5px;
  margin-left: -22px;
  color: #3c8da0; }

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

.comparisonTable thead {
  border-color: #fff !important; }

.comparisonTable th {
  border: 1px solid #fff;
  width: 20%; }

.comparisonTable td {
  border: 1px solid #ccc;
  background-color: #e7f4f5;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden; }

.comparisonTable td:first-child {
  background-color: #3c3c3b;
  color: #fff;
  text-align: center;
  max-width: 140px; }

.comparisonTable .orderBtn {
  display: block;
  background-color: #ffd400;
  text-align: center;
  font-weight: 700;
  color: #0e1111;
  font-size: 26px;
  height: 41px;
  padding: 0;
  margin: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }

.comparisonTable .orderBtn:hover {
  background-color: #545454;
  color: #fff; }

.comparisonTable thead th {
  vertical-align: bottom;
  border-bottom: 0 solid #dee2e6; }

.comparisonTable .tooltip {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 3px !important; }

.compTMonth {
  color: #fff; }

.topBorderRadius {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.bottomBorderRadius {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #3c3c3b; }

.comparisonTopHeader3 {
  padding: 0 !important;
  vertical-align: bottom !important;
  font-size: 22px;
  font-weight: 900; }

.comparisonBottomHeader3 {
  padding: 0 !important;
  vertical-align: bottom !important;
  font-size: 22px;
  font-weight: 900; }

.comparisonHeader1 {
  background-color: #ececec;
  height: 180px;
  padding: 0 !important;
  vertical-align: middle !important;
  border-top-left-radius: 15px;
  border-left: 0px !important;
  border-top: 0px !important; }

.comparisonHeader2 {
  background-color: #208fa0;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff; }

.comparisonHeader2 .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader2 .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader3 {
  background-color: #3c3c3b;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff; }

.comparisonHeader3 .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader3 .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader4 {
  background-color: #208fa0;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff; }

.comparisonHeader4 .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader4 .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader5 {
  background-color: #208fa0;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff;
  border-top-right-radius: 15px; }

.comparisonHeader5 .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader5 .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

@media (min-width: 0px) and (max-width: 768px) {
  .comparisonHeader1, .comparisonHeader2, .comparisonHeader3, .comparisonHeader4, .comparisonHeader5 {
    padding: 5px !important; } }

.comparisonHeader1bt {
  background-color: #ececec;
  height: 180px;
  padding: 0 !important;
  vertical-align: middle !important;
  border-bottom-left-radius: 15px;
  border-left: 0px solid #000 !important; }

.comparisonHeader2bt {
  background-color: #208fa0;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff; }

.comparisonHeader2bt .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader2bt .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader3bt {
  background-color: #3c3c3b;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff; }

.comparisonHeader3bt .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader3bt .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader4bt {
  background-color: #208fa0;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff; }

.comparisonHeader4bt .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader4bt .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader5bt {
  background-color: #208fa0;
  height: 180px;
  padding: 0 !important;
  text-align: center;
  color: #fff; }

.comparisonHeader5bt .prodPrice {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.comparisonHeader5bt .prodName {
  font-size: 26px;
  font-weight: 700;
  color: #fff; }

.bottomLeftBorderRad {
  border-bottom-left-radius: 15px !important; }

.bottomRightBorderRad {
  border-bottom-right-radius: 15px !important; }

.topLeftBorderRad {
  border-top-left-radius: 15px !important; }

.topRightBorderRad {
  border-top-right-radius: 15px !important; }

.addFeaturesTitle {
  font-size: 24px; }

#additionalFeatsTabs .prodVertTab {
  background-color: #3c3c3b;
  color: #fff;
  text-align: center;
  position: relative;
  height: 76px;
  margin-bottom: 1px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  border-radius: 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;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }

#additionalFeatsTabs .prodVertTab:last-child {
  margin-bottom: 0; }

#additionalFeatsTabs .prodVertTab:first-child {
  margin-top: 1px; }

#additionalFeatsTabs .prodVertTab:hover {
  background-color: #ffd400;
  opacity: 1;
  color: #0e1111 !important; }

#additionalFeatsTabs .tab-content {
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #e7f4f5;
  background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/tab-background.png");
  background-repeat: no-repeat;
  background-size: cover; }

#additionalFeatsTabs .nav-pills .active {
  background-color: #ffd400;
  color: #0e1111 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right; }

@media (min-width: 0px) and (max-width: 576px) {
  #additionalFeatsTabs .prodVertTab {
    background-color: #3c3c3b;
    color: #fff;
    text-align: center;
    position: relative;
    height: 40px;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 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;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0; }
  #additionalFeatsTabs .prodVertTab:last-child {
    margin-bottom: 0;
    border-radius: 0 !important; }
  #additionalFeatsTabs .prodVertTab:first-child {
    margin-top: 1px; }
  #additionalFeatsTabs .prodVertTab:hover {
    background-color: #ffd400;
    opacity: 1;
    color: #0e1111 !important; }
  #additionalFeatsTabs .tab-content {
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: #e7f4f5; }
  #additionalFeatsTabs .nav-pills .active {
    background-color: #ffd400;
    color: #0e1111 !important;
    background-image: url("https://www.clook.net/wp-content/themes/clook-2023-V2/images/chevron-tab.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right; } }

@media (min-width: 577px) and (max-width: 576px) {
  #additionalFeatsTabs .prodVertTab {
    background-color: #3c3c3b;
    color: #fff;
    text-align: center;
    position: relative;
    height: 100px;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 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;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0; }
  #additionalFeatsTabs .prodVertTab:last-child {
    margin-top: -1px; }
  #additionalFeatsTabs .prodVertTab:last-child {
    margin-bottom: 0;
    border-radius: 0 !important; }
  #additionalFeatsTabs .prodVertTab:first-child {
    margin-top: 1px; }
  #additionalFeatsTabs .prodVertTab:hover {
    background-color: #ffd400;
    opacity: 1;
    color: #0e1111 !important; }
  #additionalFeatsTabs .tab-content {
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: #e7f4f5; }
  #additionalFeatsTabs .nav-pills .active {
    background-color: #ffd400;
    color: #0e1111 !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right; } }

.tab-pane {
  height: 100%;
  width: 100%;
  padding: 5%;
  border-bottom-right-radius: 15px; }

.tabPaneWP {
  background: #21759a;
  background: linear-gradient(135deg, #21759a 0%, #145978 100%); }

.tabPaneSRVOPT {
  background: #0f3374;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f3374), to(#000));
  background: linear-gradient(180deg, #0f3374 0%, #000 100%); }

.tabPaneBackups {
  background: #5794fd;
  background: linear-gradient(128deg, #5794fd 0%, #459cab 100%); }

.tabPaneMigration {
  background: #5794fd;
  background: linear-gradient(128deg, #5794fd 0%, #459cab 60%); }

.liteSpeedFlash {
  background: #5e8cda;
  background: -webkit-gradient(linear, left top, right top, from(#5e8cda), to(#093071));
  background: linear-gradient(90deg, #5e8cda 0%, #093071 100%);
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 20px; }

listLogos {
  list-style: none; }

.listLogos li {
  padding-top: 20px;
  font-weight: 700;
  font-size: 21px;
  margin-left: 15px;
  list-style: none; }

listLogos2 {
  list-style: none; }

.listLogos2 li {
  padding-top: 8px;
  font-weight: 700;
  font-size: 19px;
  margin-left: 0px;
  list-style: none; }

.drupal:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_drupal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.joomla:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_joomla.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.wordpress:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_wordpress.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.wordpress-w:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_wordpress_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.smf:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_smf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.prestashop:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_prestashop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.phpbb:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_phpbb.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.concrete5:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_concrete5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.zencart:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_zencart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.plus:before {
  content: ' ';
  width: 28px;
  height: 28px;
  background-image: url("../images/icon_plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.magento:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_magento.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px; }

.featPill {
  background-color: #3b8ea0;
  padding: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #fff;
  font-weight: 900;
  border: 5px solid #fff; }

#contentTabbedSection ul li.nav-item {
  width: 100%;
  text-align: center; }

#contentTabbedSection ul li.nav-item .nav-link {
  border: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
  display: block;
  background-color: #ccc;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  width: 100%; }

@media (min-width: 769px) {
  #contentTabbedSection ul li.nav-item {
    width: 20%;
    text-align: center; }
  #contentTabbedSection ul li.nav-item .nav-link {
    border: 1px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    display: block;
    background-color: #ccc;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    width: 100%; } }

#contentTabbedSection ul li.nav-item .nav-link.active {
  background-color: #208fa0;
  color: #fff; }

#contentTabbedSection .tab-pane {
  border: 1px solid #fff;
  background-color: #f7f6fa;
  padding: 0; }

.chatModal {
  max-width: 400px;
  background-color: #208fa0;
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 99999;
  padding: 10px;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25); }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px*2));
            transform: translateX(calc(-250px*2)); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px*2));
            transform: translateX(calc(-250px*2)); } }

.sliderTst {
  width: 100%;
  overflow: hidden; }

.slide-trackTst {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(400px*14); }

.slideTst {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  margin: 30px;
  padding: 20px;
  -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2); }

.slideTst:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.vpurc {
  padding: 2px 10px;
  border-radius: 15px;
  border: 1px solid #208fa0 !important;
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #208fa0; }

.whiteBorder {
  border: 5px solid #fff; }

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=submit], .wpcf7 textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.wpcf7 input[type=text]::-ms-expand, .wpcf7 input[type=email]::-ms-expand, .wpcf7 input[type=submit]::-ms-expand, .wpcf7 textarea::-ms-expand {
  background-color: transparent;
  border: 0; }

.wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=submit]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=submit]::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.wpcf7 textarea {
  height: auto; }

.form-check-label {
  margin-bottom: 0; }

.wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem; }

#wrap404 .wpcf7-submit {
  background-color: #ffd400;
  padding: 5px 10px;
  color: #0e1111;
  font-weight: 800; }

.card-header button {
  background-color: transparent; }

.modernBkg1 {
  background-image: url("../images/modernBkg1.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }

.modernBkg2 {
  background-image: url("../images/modernBkg2.jpg");
  background-attachment: fixed;
  background-position: top center;
  background-size: cover; }

.fixedBkgs {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media (min-height: 768px) {
  .fixedBkgs {
    position: fixed;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (min-height: 1024px) {
  .fixedBkgs {
    position: fixed;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (min-height: 1300px) {
  .fixedBkgs {
    position: fixed; } }

.zIndex100 {
  z-index: 100; }

.zIndex200 {
  z-index: 200; }

.zIndex300 {
  z-index: 300; }

.zIndex400 {
  z-index: 400; }

.zIndex500 {
  z-index: 500; }

.h-768 {
  height: auto; }

@media (min-width: 1024px) {
  .h-768 {
    height: 768px; } }

.h-1080 {
  height: auto; }

.h-1300 {
  height: auto; }

@media (min-width: 576px) {
  .h-768 {
    height: 768px; }
  .h-1080 {
    height: 1080px; }
  .h-1300 {
    height: 1300px; } }

.featHeight {
  height: calc(100vh - 50px); }

@-webkit-keyframes pulse-fade {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes pulse-fade {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.pulse {
  -webkit-animation: pulse-fade 2s ease-in-out infinite;
          animation: pulse-fade 2s ease-in-out infinite; }

.wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #FFD400;
  border: 1px solid #FFD400;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.headerPromo {
  height: 50px;
  padding-top: 5px; }
  .headerPromo p {
    width: 260px; }
  .headerPromo a {
    margin-left: 30px; }

.mapcontainer {
  display: grid;
  grid-template-columns: repeat(55, 1fr);
  grid-template-rows: repeat(35, 1fr); }

.cell {
  width: .6em;
  height: .6em; }

.cell:nth-child(19) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.332s;
  animation-delay: -3.332s; }

.cell:nth-child(20) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.191s;
  animation-delay: -.191s; }

.cell:nth-child(21) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.117s;
  animation-delay: -1.117s; }

.cell:nth-child(73) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.933s;
  animation-delay: -2.933s; }

.cell:nth-child(74) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.333s;
  animation-delay: -.333s; }

.cell:nth-child(75) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.111s;
  animation-delay: -1.111s; }

.cell:nth-child(76) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.88s;
  animation-delay: -3.88s; }

.cell:nth-child(77) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.875s;
  animation-delay: -.875s; }

.cell:nth-child(123) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.394s;
  animation-delay: -2.394s; }

.cell:nth-child(124) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.635s;
  animation-delay: -3.635s; }

.cell:nth-child(127) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -14ms;
  animation-delay: -14ms; }

.cell:nth-child(128) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.964s;
  animation-delay: -3.964s; }

.cell:nth-child(129) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.239s;
  animation-delay: -3.239s; }

.cell:nth-child(130) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.406s;
  animation-delay: -2.406s; }

.cell:nth-child(131) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.428s;
  animation-delay: -.428s; }

.cell:nth-child(132) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.416s;
  animation-delay: -3.416s; }

.cell:nth-child(177) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.844s;
  animation-delay: -2.844s; }

.cell:nth-child(178) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.857s;
  animation-delay: -2.857s; }

.cell:nth-child(179) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.779s;
  animation-delay: -.779s; }

.cell:nth-child(181) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.46s;
  animation-delay: -.46s; }

.cell:nth-child(182) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.255s;
  animation-delay: -.255s; }

.cell:nth-child(183) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.277s;
  animation-delay: -2.277s; }

.cell:nth-child(184) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.384s;
  animation-delay: -2.384s; }

.cell:nth-child(185) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.682s;
  animation-delay: -1.682s; }

.cell:nth-child(186) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.445s;
  animation-delay: -3.445s; }

.cell:nth-child(187) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -5ms;
  animation-delay: -5ms; }

.cell:nth-child(188) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.633s;
  animation-delay: -.633s; }

.cell:nth-child(228) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.393s;
  animation-delay: -.393s; }

.cell:nth-child(229) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.465s;
  animation-delay: -3.465s; }

.cell:nth-child(230) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.303s;
  animation-delay: -3.303s; }

.cell:nth-child(231) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.353s;
  animation-delay: -2.353s; }

.cell:nth-child(232) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.601s;
  animation-delay: -3.601s; }

.cell:nth-child(233) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.288s;
  animation-delay: -.288s; }

.cell:nth-child(234) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.723s;
  animation-delay: -3.723s; }

.cell:nth-child(237) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.903s;
  animation-delay: -1.903s; }

.cell:nth-child(238) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.029s;
  animation-delay: -1.029s; }

.cell:nth-child(239) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.696s;
  animation-delay: -1.696s; }

.cell:nth-child(240) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.99s;
  animation-delay: -2.99s; }

.cell:nth-child(241) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.285s;
  animation-delay: -3.285s; }

.cell:nth-child(242) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.474s;
  animation-delay: -3.474s; }

.cell:nth-child(243) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.703s;
  animation-delay: -1.703s; }

.cell:nth-child(283) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.041s;
  animation-delay: -2.041s; }

.cell:nth-child(284) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.478s;
  animation-delay: -2.478s; }

.cell:nth-child(285) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.57s;
  animation-delay: -3.57s; }

.cell:nth-child(286) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.728s;
  animation-delay: -3.728s; }

.cell:nth-child(287) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.083s;
  animation-delay: -3.083s; }

.cell:nth-child(288) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.357s;
  animation-delay: -2.357s; }

.cell:nth-child(289) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.494s;
  animation-delay: -2.494s; }

.cell:nth-child(293) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -86ms;
  animation-delay: -86ms; }

.cell:nth-child(294) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.708s;
  animation-delay: -.708s; }

.cell:nth-child(295) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.668s;
  animation-delay: -2.668s; }

.cell:nth-child(296) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.48s;
  animation-delay: -2.48s; }

.cell:nth-child(297) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.975s;
  animation-delay: -3.975s; }

.cell:nth-child(332) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.004s;
  animation-delay: -3.004s; }

.cell:nth-child(333) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.63s;
  animation-delay: -1.63s; }

.cell:nth-child(334) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.695s;
  animation-delay: -.695s; }

.cell:nth-child(337) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.264s;
  animation-delay: -3.264s; }

.cell:nth-child(339) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.287s;
  animation-delay: -3.287s; }

.cell:nth-child(340) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.865s;
  animation-delay: -2.865s; }

.cell:nth-child(341) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.904s;
  animation-delay: -2.904s; }

.cell:nth-child(342) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.19s;
  animation-delay: -3.19s; }

.cell:nth-child(343) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.013s;
  animation-delay: -3.013s; }

.cell:nth-child(348) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.963s;
  animation-delay: -.963s; }

.cell:nth-child(349) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.542s;
  animation-delay: -2.542s; }

.cell:nth-child(350) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.173s;
  animation-delay: -1.173s; }

.cell:nth-child(351) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -18ms;
  animation-delay: -18ms; }

.cell:nth-child(352) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.127s;
  animation-delay: -3.127s; }

.cell:nth-child(387) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.279s;
  animation-delay: -2.279s; }

.cell:nth-child(388) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.447s;
  animation-delay: -1.447s; }

.cell:nth-child(389) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.181s;
  animation-delay: -3.181s; }

.cell:nth-child(390) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.011s;
  animation-delay: -1.011s; }

.cell:nth-child(391) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.691s;
  animation-delay: -1.691s; }

.cell:nth-child(392) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.738s;
  animation-delay: -1.738s; }

.cell:nth-child(393) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.751s;
  animation-delay: -.751s; }

.cell:nth-child(394) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.446s;
  animation-delay: -1.446s; }

.cell:nth-child(395) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.049s;
  animation-delay: -1.049s; }

.cell:nth-child(396) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.413s;
  animation-delay: -2.413s; }

.cell:nth-child(397) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.337s;
  animation-delay: -1.337s; }

.cell:nth-child(398) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.903s;
  animation-delay: -3.903s; }

.cell:nth-child(399) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.223s;
  animation-delay: -.223s; }

.cell:nth-child(404) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.71s;
  animation-delay: -1.71s; }

.cell:nth-child(405) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.746s;
  animation-delay: -2.746s; }

.cell:nth-child(406) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.491s;
  animation-delay: -2.491s; }

.cell:nth-child(407) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.531s;
  animation-delay: -1.531s; }

.cell:nth-child(441) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.89s;
  animation-delay: -2.89s; }

.cell:nth-child(442) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.845s;
  animation-delay: -.845s; }

.cell:nth-child(443) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.909s;
  animation-delay: -1.909s; }

.cell:nth-child(444) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.752s;
  animation-delay: -2.752s; }

.cell:nth-child(445) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.107s;
  animation-delay: -2.107s; }

.cell:nth-child(446) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.863s;
  animation-delay: -3.863s; }

.cell:nth-child(447) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.76s;
  animation-delay: -1.76s; }

.cell:nth-child(448) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.378s;
  animation-delay: -.378s; }

.cell:nth-child(449) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.825s;
  animation-delay: -1.825s; }

.cell:nth-child(450) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.21s;
  animation-delay: -3.21s; }

.cell:nth-child(451) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.252s;
  animation-delay: -3.252s; }

.cell:nth-child(452) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.953s;
  animation-delay: -3.953s; }

.cell:nth-child(453) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.797s;
  animation-delay: -2.797s; }

.cell:nth-child(454) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.982s;
  animation-delay: -1.982s; }

.cell:nth-child(455) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.144s;
  animation-delay: -.144s; }

.cell:nth-child(459) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.038s;
  animation-delay: -3.038s; }

.cell:nth-child(460) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.831s;
  animation-delay: -3.831s; }

.cell:nth-child(497) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.466s;
  animation-delay: -3.466s; }

.cell:nth-child(498) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.259s;
  animation-delay: -3.259s; }

.cell:nth-child(499) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.772s;
  animation-delay: -3.772s; }

.cell:nth-child(500) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.115s;
  animation-delay: -1.115s; }

.cell:nth-child(501) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.656s;
  animation-delay: -1.656s; }

.cell:nth-child(502) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.29s;
  animation-delay: -.29s; }

.cell:nth-child(503) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

.cell:nth-child(504) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.37s;
  animation-delay: -1.37s; }

.cell:nth-child(505) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.579s;
  animation-delay: -1.579s; }

.cell:nth-child(506) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.192s;
  animation-delay: -2.192s; }

.cell:nth-child(507) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.852s;
  animation-delay: -2.852s; }

.cell:nth-child(509) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.384s;
  animation-delay: -.384s; }

.cell:nth-child(510) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.288s;
  animation-delay: -3.288s; }

.cell:nth-child(511) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.501s;
  animation-delay: -2.501s; }

.cell:nth-child(514) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.085s;
  animation-delay: -3.085s; }

.cell:nth-child(552) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.874s;
  animation-delay: -.874s; }

.cell:nth-child(553) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.244s;
  animation-delay: -2.244s; }

.cell:nth-child(554) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.91s;
  animation-delay: -1.91s; }

.cell:nth-child(555) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.523s;
  animation-delay: -3.523s; }

.cell:nth-child(556) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.783s;
  animation-delay: -.783s; }

.cell:nth-child(557) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.196s;
  animation-delay: -3.196s; }

.cell:nth-child(558) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.304s;
  animation-delay: -2.304s; }

.cell:nth-child(559) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.196s;
  animation-delay: -3.196s; }

.cell:nth-child(560) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.133s;
  animation-delay: -.133s; }

.cell:nth-child(561) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.908s;
  animation-delay: -1.908s; }

.cell:nth-child(562) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.296s;
  animation-delay: -1.296s; }

.cell:nth-child(564) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.522s;
  animation-delay: -3.522s; }

.cell:nth-child(565) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.984s;
  animation-delay: -1.984s; }

.cell:nth-child(566) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.471s;
  animation-delay: -1.471s; }

.cell:nth-child(607) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.502s;
  animation-delay: -3.502s; }

.cell:nth-child(610) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.887s;
  animation-delay: -1.887s; }

.cell:nth-child(611) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.259s;
  animation-delay: -1.259s; }

.cell:nth-child(612) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.294s;
  animation-delay: -.294s; }

.cell:nth-child(613) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.639s;
  animation-delay: -1.639s; }

.cell:nth-child(614) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.373s;
  animation-delay: -2.373s; }

.cell:nth-child(615) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.674s;
  animation-delay: -.674s; }

.cell:nth-child(616) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.521s;
  animation-delay: -1.521s; }

.cell:nth-child(619) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.466s;
  animation-delay: -2.466s; }

.cell:nth-child(620) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.371s;
  animation-delay: -3.371s; }

.cell:nth-child(621) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.89s;
  animation-delay: -.89s; }

.cell:nth-child(622) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.502s;
  animation-delay: -3.502s; }

.cell:nth-child(666) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.552s;
  animation-delay: -1.552s; }

.cell:nth-child(667) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.49s;
  animation-delay: -.49s; }

.cell:nth-child(668) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.569s;
  animation-delay: -.569s; }

.cell:nth-child(669) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.173s;
  animation-delay: -.173s; }

.cell:nth-child(670) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.078s;
  animation-delay: -2.078s; }

.cell:nth-child(671) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.897s;
  animation-delay: -2.897s; }

.cell:nth-child(672) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.19s;
  animation-delay: -2.19s; }

.cell:nth-child(674) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.497s;
  animation-delay: -2.497s; }

.cell:nth-child(675) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.521s;
  animation-delay: -.521s; }

.cell:nth-child(676) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.557s;
  animation-delay: -3.557s; }

.cell:nth-child(722) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.104s;
  animation-delay: -.104s; }

.cell:nth-child(723) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.148s;
  animation-delay: -3.148s; }

.cell:nth-child(724) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.03s;
  animation-delay: -1.03s; }

.cell:nth-child(725) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.674s;
  animation-delay: -3.674s; }

.cell:nth-child(726) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.655s;
  animation-delay: -1.655s; }

.cell:nth-child(727) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.869s;
  animation-delay: -3.869s; }

.cell:nth-child(728) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.664s;
  animation-delay: -3.664s; }

.cell:nth-child(729) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.188s;
  animation-delay: -.188s; }

.cell:nth-child(730) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.543s;
  animation-delay: -1.543s; }

.cell:nth-child(731) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.268s;
  animation-delay: -2.268s; }

.cell:nth-child(778) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.434s;
  animation-delay: -.434s; }

.cell:nth-child(779) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.603s;
  animation-delay: -.603s; }

.cell:nth-child(780) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.686s;
  animation-delay: -.686s; }

.cell:nth-child(781) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.337s;
  animation-delay: -.337s; }

.cell:nth-child(782) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.922s;
  animation-delay: -1.922s; }

.cell:nth-child(783) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.502s;
  animation-delay: -1.502s; }

.cell:nth-child(784) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.578s;
  animation-delay: -3.578s; }

.cell:nth-child(785) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.046s;
  animation-delay: -1.046s; }

.cell:nth-child(786) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.477s;
  animation-delay: -1.477s; }

.cell:nth-child(834) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.555s;
  animation-delay: -1.555s; }

.cell:nth-child(835) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.39s;
  animation-delay: -2.39s; }

.cell:nth-child(836) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.82s;
  animation-delay: -.82s; }

.cell:nth-child(837) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.912s;
  animation-delay: -.912s; }

.cell:nth-child(838) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.857s;
  animation-delay: -.857s; }

.cell:nth-child(839) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.336s;
  animation-delay: -1.336s; }

.cell:nth-child(889) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.31s;
  animation-delay: -2.31s; }

.cell:nth-child(890) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.456s;
  animation-delay: -2.456s; }

.cell:nth-child(891) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.224s;
  animation-delay: -1.224s; }

.cell:nth-child(892) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.138s;
  animation-delay: -.138s; }

.cell:nth-child(893) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.622s;
  animation-delay: -1.622s; }

.cell:nth-child(894) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.898s;
  animation-delay: -3.898s; }

.cell:nth-child(944) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.37s;
  animation-delay: -1.37s; }

.cell:nth-child(945) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.618s;
  animation-delay: -.618s; }

.cell:nth-child(946) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.111s;
  animation-delay: -.111s; }

.cell:nth-child(947) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.909s;
  animation-delay: -3.909s; }

.cell:nth-child(948) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.36s;
  animation-delay: -2.36s; }

.cell:nth-child(949) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.432s;
  animation-delay: -3.432s; }

.cell:nth-child(1000) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.679s;
  animation-delay: -2.679s; }

.cell:nth-child(1001) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.594s;
  animation-delay: -3.594s; }

.cell:nth-child(1002) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.892s;
  animation-delay: -3.892s; }

.cell:nth-child(1005) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -1.588s;
  animation-delay: -1.588s; }

.cell:nth-child(1056) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.197s;
  animation-delay: -3.197s; }

.cell:nth-child(1057) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.333s;
  animation-delay: -.333s; }

.cell:nth-child(1112) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -3.971s;
  animation-delay: -3.971s; }

.cell:nth-child(1113) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.187s;
  animation-delay: -2.187s; }

.cell:nth-child(1114) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -.554s;
  animation-delay: -.554s; }

.cell:nth-child(1169) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: north-america 4s linear infinite;
  animation: north-america 4s linear infinite;
  -webkit-animation-delay: -2.472s;
  animation-delay: -2.472s; }

.cell:nth-child(1225) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.412s;
  animation-delay: -.412s; }

.cell:nth-child(1226) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.103s;
  animation-delay: -2.103s; }

.cell:nth-child(1227) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.529s;
  animation-delay: -1.529s; }

.cell:nth-child(1228) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.694s;
  animation-delay: -2.694s; }

.cell:nth-child(1229) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -39ms;
  animation-delay: -39ms; }

.cell:nth-child(1281) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.24s;
  animation-delay: -.24s; }

.cell:nth-child(1282) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.993s;
  animation-delay: -1.993s; }

.cell:nth-child(1283) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.378s;
  animation-delay: -1.378s; }

.cell:nth-child(1284) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.28s;
  animation-delay: -1.28s; }

.cell:nth-child(1285) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.675s;
  animation-delay: -1.675s; }

.cell:nth-child(1335) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.694s;
  animation-delay: -2.694s; }

.cell:nth-child(1336) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.273s;
  animation-delay: -2.273s; }

.cell:nth-child(1337) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.48s;
  animation-delay: -1.48s; }

.cell:nth-child(1338) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.525s;
  animation-delay: -2.525s; }

.cell:nth-child(1339) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.785s;
  animation-delay: -2.785s; }

.cell:nth-child(1340) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.551s;
  animation-delay: -.551s; }

.cell:nth-child(1341) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.888s;
  animation-delay: -1.888s; }

.cell:nth-child(1342) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.656s;
  animation-delay: -2.656s; }

.cell:nth-child(1390) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.078s;
  animation-delay: -2.078s; }

.cell:nth-child(1391) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.155s;
  animation-delay: -1.155s; }

.cell:nth-child(1392) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.163s;
  animation-delay: -.163s; }

.cell:nth-child(1393) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.102s;
  animation-delay: -2.102s; }

.cell:nth-child(1394) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.743s;
  animation-delay: -2.743s; }

.cell:nth-child(1395) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.383s;
  animation-delay: -.383s; }

.cell:nth-child(1396) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.209s;
  animation-delay: -.209s; }

.cell:nth-child(1397) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.758s;
  animation-delay: -1.758s; }

.cell:nth-child(1446) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.579s;
  animation-delay: -.579s; }

.cell:nth-child(1447) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.288s;
  animation-delay: -2.288s; }

.cell:nth-child(1448) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.281s;
  animation-delay: -1.281s; }

.cell:nth-child(1449) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.393s;
  animation-delay: -2.393s; }

.cell:nth-child(1450) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.753s;
  animation-delay: -1.753s; }

.cell:nth-child(1451) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.56s;
  animation-delay: -1.56s; }

.cell:nth-child(1502) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.863s;
  animation-delay: -1.863s; }

.cell:nth-child(1503) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.888s;
  animation-delay: -1.888s; }

.cell:nth-child(1504) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.171s;
  animation-delay: -1.171s; }

.cell:nth-child(1505) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.341s;
  animation-delay: -1.341s; }

.cell:nth-child(1506) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.563s;
  animation-delay: -1.563s; }

.cell:nth-child(1557) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s; }

.cell:nth-child(1558) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.329s;
  animation-delay: -.329s; }

.cell:nth-child(1559) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.843s;
  animation-delay: -2.843s; }

.cell:nth-child(1560) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.596s;
  animation-delay: -1.596s; }

.cell:nth-child(1612) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.834s;
  animation-delay: -1.834s; }

.cell:nth-child(1613) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.421s;
  animation-delay: -2.421s; }

.cell:nth-child(1614) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.391s;
  animation-delay: -2.391s; }

.cell:nth-child(1666) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.427s;
  animation-delay: -2.427s; }

.cell:nth-child(1667) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.665s;
  animation-delay: -2.665s; }

.cell:nth-child(1668) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -2.608s;
  animation-delay: -2.608s; }

.cell:nth-child(1721) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.08s;
  animation-delay: -1.08s; }

.cell:nth-child(1722) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -30ms;
  animation-delay: -30ms; }

.cell:nth-child(1776) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.06s;
  animation-delay: -1.06s; }

.cell:nth-child(1777) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.57s;
  animation-delay: -.57s; }

.cell:nth-child(1831) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -1.457s;
  animation-delay: -1.457s; }

.cell:nth-child(1832) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.364s;
  animation-delay: -.364s; }

.cell:nth-child(1887) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: south-america 3s linear infinite;
  animation: south-america 3s linear infinite;
  -webkit-animation-delay: -.226s;
  animation-delay: -.226s; }

.cell:nth-child(361) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.104s;
  animation-delay: -.104s; }

.cell:nth-child(362) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.763s;
  animation-delay: -1.763s; }

.cell:nth-child(415) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.699s;
  animation-delay: -.699s; }

.cell:nth-child(416) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.267s;
  animation-delay: -.267s; }

.cell:nth-child(417) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.765s;
  animation-delay: -1.765s; }

.cell:nth-child(469) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.418s;
  animation-delay: -1.418s; }

.cell:nth-child(470) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.975s;
  animation-delay: -.975s; }

.cell:nth-child(471) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.224s;
  animation-delay: -1.224s; }

.cell:nth-child(472) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.788s;
  animation-delay: -.788s; }

.cell:nth-child(523) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.557s;
  animation-delay: -1.557s; }

.cell:nth-child(524) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.828s;
  animation-delay: -2.828s; }

.cell:nth-child(525) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.303s;
  animation-delay: -1.303s; }

.cell:nth-child(527) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.763s;
  animation-delay: -2.763s; }

.cell:nth-child(582) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.385s;
  animation-delay: -2.385s; }

.cell:nth-child(580) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.866s;
  animation-delay: -1.866s; }

.cell:nth-child(579) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.996s;
  animation-delay: -1.996s; }

.cell:nth-child(578) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.831s;
  animation-delay: -.831s; }

.cell:nth-child(632) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.953s;
  animation-delay: -1.953s; }

.cell:nth-child(634) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.854s;
  animation-delay: -2.854s; }

.cell:nth-child(636) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2ms;
  animation-delay: -2ms; }

.cell:nth-child(631) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.787s;
  animation-delay: -2.787s; }

.cell:nth-child(311) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.961s;
  animation-delay: -1.961s; }

.cell:nth-child(312) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.341s;
  animation-delay: -2.341s; }

.cell:nth-child(251) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.214s;
  animation-delay: -.214s; }

.cell:nth-child(519) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.341s;
  animation-delay: -.341s; }

.cell:nth-child(520) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.729s;
  animation-delay: -2.729s; }

.cell:nth-child(686) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.071s;
  animation-delay: -1.071s; }

.cell:nth-child(687) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.463s;
  animation-delay: -.463s; }

.cell:nth-child(689) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.749s;
  animation-delay: -1.749s; }

.cell:nth-child(688) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.271s;
  animation-delay: -.271s; }

.cell:nth-child(690) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.401s;
  animation-delay: -1.401s; }

.cell:nth-child(691) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.836s;
  animation-delay: -.836s; }

.cell:nth-child(692) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.763s;
  animation-delay: -1.763s; }

.cell:nth-child(637) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.876s;
  animation-delay: -1.876s; }

.cell:nth-child(638) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.628s;
  animation-delay: -2.628s; }

.cell:nth-child(583) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.301s;
  animation-delay: -1.301s; }

.cell:nth-child(528) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.842s;
  animation-delay: -2.842s; }

.cell:nth-child(473) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.742s;
  animation-delay: -.742s; }

.cell:nth-child(418) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.061s;
  animation-delay: -2.061s; }

.cell:nth-child(474) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.534s;
  animation-delay: -1.534s; }

.cell:nth-child(475) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.403s;
  animation-delay: -2.403s; }

.cell:nth-child(365) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.157s;
  animation-delay: -1.157s; }

.cell:nth-child(421) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.111s;
  animation-delay: -2.111s; }

.cell:nth-child(476) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.29s;
  animation-delay: -.29s; }

.cell:nth-child(477) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.373s;
  animation-delay: -2.373s; }

.cell:nth-child(531) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.677s;
  animation-delay: -.677s; }

.cell:nth-child(530) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.759s;
  animation-delay: -2.759s; }

.cell:nth-child(529) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.431s;
  animation-delay: -2.431s; }

.cell:nth-child(584) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.646s;
  animation-delay: -.646s; }

.cell:nth-child(585) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.997s;
  animation-delay: -.997s; }

.cell:nth-child(586) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.764s;
  animation-delay: -.764s; }

.cell:nth-child(639) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.032s;
  animation-delay: -1.032s; }

.cell:nth-child(640) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.047s;
  animation-delay: -2.047s; }

.cell:nth-child(641) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.693s;
  animation-delay: -2.693s; }

.cell:nth-child(693) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.384s;
  animation-delay: -1.384s; }

.cell:nth-child(694) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.728s;
  animation-delay: -2.728s; }

.cell:nth-child(695) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.301s;
  animation-delay: -2.301s; }

.cell:nth-child(696) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.844s;
  animation-delay: -2.844s; }

.cell:nth-child(795) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.312s;
  animation-delay: -.312s; }

.cell:nth-child(796) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.211s;
  animation-delay: -2.211s; }

.cell:nth-child(850) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.209s;
  animation-delay: -2.209s; }

.cell:nth-child(851) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.782s;
  animation-delay: -2.782s; }

.cell:nth-child(797) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.119s;
  animation-delay: -1.119s; }

.cell:nth-child(742) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.754s;
  animation-delay: -.754s; }

.cell:nth-child(743) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.322s;
  animation-delay: -.322s; }

.cell:nth-child(744) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.066s;
  animation-delay: -1.066s; }

.cell:nth-child(745) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.572s;
  animation-delay: -2.572s; }

.cell:nth-child(746) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.457s;
  animation-delay: -.457s; }

.cell:nth-child(747) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.879s;
  animation-delay: -.879s; }

.cell:nth-child(748) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.715s;
  animation-delay: -1.715s; }

.cell:nth-child(749) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.642s;
  animation-delay: -2.642s; }

.cell:nth-child(750) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.647s;
  animation-delay: -1.647s; }

.cell:nth-child(751) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.277s;
  animation-delay: -2.277s; }

.cell:nth-child(805) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.73s;
  animation-delay: -1.73s; }

.cell:nth-child(804) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.185s;
  animation-delay: -2.185s; }

.cell:nth-child(803) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.613s;
  animation-delay: -2.613s; }

.cell:nth-child(802) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.274s;
  animation-delay: -.274s; }

.cell:nth-child(801) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s; }

.cell:nth-child(799) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -57ms;
  animation-delay: -57ms; }

.cell:nth-child(798) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.168s;
  animation-delay: -.168s; }

.cell:nth-child(800) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.346s;
  animation-delay: -1.346s; }

.cell:nth-child(854) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.818s;
  animation-delay: -1.818s; }

.cell:nth-child(856) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -1.499s;
  animation-delay: -1.499s; }

.cell:nth-child(857) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -.754s;
  animation-delay: -.754s; }

.cell:nth-child(911) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: europe 3s linear infinite;
  animation: europe 3s linear infinite;
  -webkit-animation-delay: -2.82s;
  animation-delay: -2.82s; }

.cell:nth-child(961) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.107s;
  animation-delay: -2.107s; }

.cell:nth-child(962) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.109s;
  animation-delay: -.109s; }

.cell:nth-child(963) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.387s;
  animation-delay: -1.387s; }

.cell:nth-child(965) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.771s;
  animation-delay: -1.771s; }

.cell:nth-child(1020) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.288s;
  animation-delay: -.288s; }

.cell:nth-child(1021) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.948s;
  animation-delay: -.948s; }

.cell:nth-child(1019) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.885s;
  animation-delay: -.885s; }

.cell:nth-child(1018) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.67s;
  animation-delay: -.67s; }

.cell:nth-child(1017) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.208s;
  animation-delay: -3.208s; }

.cell:nth-child(1016) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.508s;
  animation-delay: -.508s; }

.cell:nth-child(1015) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.809s;
  animation-delay: -1.809s; }

.cell:nth-child(1069) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.112s;
  animation-delay: -1.112s; }

.cell:nth-child(1070) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.852s;
  animation-delay: -1.852s; }

.cell:nth-child(1071) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.319s;
  animation-delay: -.319s; }

.cell:nth-child(1072) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.688s;
  animation-delay: -.688s; }

.cell:nth-child(1073) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.958s;
  animation-delay: -2.958s; }

.cell:nth-child(1074) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.476s;
  animation-delay: -.476s; }

.cell:nth-child(1075) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.369s;
  animation-delay: -.369s; }

.cell:nth-child(1076) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.818s;
  animation-delay: -1.818s; }

.cell:nth-child(1077) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.466s;
  animation-delay: -1.466s; }

.cell:nth-child(1124) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.284s;
  animation-delay: -.284s; }

.cell:nth-child(1125) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.519s;
  animation-delay: -.519s; }

.cell:nth-child(1126) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.946s;
  animation-delay: -1.946s; }

.cell:nth-child(1127) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.195s;
  animation-delay: -3.195s; }

.cell:nth-child(1128) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.583s;
  animation-delay: -1.583s; }

.cell:nth-child(1129) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.469s;
  animation-delay: -3.469s; }

.cell:nth-child(1130) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.87s;
  animation-delay: -.87s; }

.cell:nth-child(1131) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.115s;
  animation-delay: -.115s; }

.cell:nth-child(1132) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.776s;
  animation-delay: -3.776s; }

.cell:nth-child(1133) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.147s;
  animation-delay: -1.147s; }

.cell:nth-child(1179) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.505s;
  animation-delay: -1.505s; }

.cell:nth-child(1180) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.49s;
  animation-delay: -2.49s; }

.cell:nth-child(1181) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.739s;
  animation-delay: -1.739s; }

.cell:nth-child(1182) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.008s;
  animation-delay: -2.008s; }

.cell:nth-child(1183) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.712s;
  animation-delay: -1.712s; }

.cell:nth-child(1184) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.755s;
  animation-delay: -2.755s; }

.cell:nth-child(1185) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.549s;
  animation-delay: -2.549s; }

.cell:nth-child(1186) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.542s;
  animation-delay: -1.542s; }

.cell:nth-child(1187) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.209s;
  animation-delay: -2.209s; }

.cell:nth-child(1188) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.178s;
  animation-delay: -1.178s; }

.cell:nth-child(1189) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.183s;
  animation-delay: -2.183s; }

.cell:nth-child(1235) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.482s;
  animation-delay: -3.482s; }

.cell:nth-child(1236) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.569s;
  animation-delay: -1.569s; }

.cell:nth-child(1237) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.331s;
  animation-delay: -.331s; }

.cell:nth-child(1238) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.81s;
  animation-delay: -1.81s; }

.cell:nth-child(1239) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.822s;
  animation-delay: -2.822s; }

.cell:nth-child(1240) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.876s;
  animation-delay: -1.876s; }

.cell:nth-child(1241) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.976s;
  animation-delay: -2.976s; }

.cell:nth-child(1242) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -80ms;
  animation-delay: -80ms; }

.cell:nth-child(1243) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.133s;
  animation-delay: -1.133s; }

.cell:nth-child(1244) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.001s;
  animation-delay: -2.001s; }

.cell:nth-child(1293) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.613s;
  animation-delay: -1.613s; }

.cell:nth-child(1294) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.529s;
  animation-delay: -.529s; }

.cell:nth-child(1295) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.588s;
  animation-delay: -3.588s; }

.cell:nth-child(1296) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.991s;
  animation-delay: -2.991s; }

.cell:nth-child(1297) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.995s;
  animation-delay: -3.995s; }

.cell:nth-child(1298) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.11s;
  animation-delay: -2.11s; }

.cell:nth-child(1348) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.243s;
  animation-delay: -.243s; }

.cell:nth-child(1349) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.536s;
  animation-delay: -2.536s; }

.cell:nth-child(1350) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.555s;
  animation-delay: -.555s; }

.cell:nth-child(1351) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.835s;
  animation-delay: -2.835s; }

.cell:nth-child(1352) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.489s;
  animation-delay: -2.489s; }

.cell:nth-child(1404) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.742s;
  animation-delay: -.742s; }

.cell:nth-child(1405) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.902s;
  animation-delay: -3.902s; }

.cell:nth-child(1406) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.478s;
  animation-delay: -2.478s; }

.cell:nth-child(1407) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -13ms;
  animation-delay: -13ms; }

.cell:nth-child(1459) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.575s;
  animation-delay: -1.575s; }

.cell:nth-child(1460) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.75s;
  animation-delay: -3.75s; }

.cell:nth-child(1461) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.737s;
  animation-delay: -3.737s; }

.cell:nth-child(1462) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.046s;
  animation-delay: -2.046s; }

.cell:nth-child(1514) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -1.738s;
  animation-delay: -1.738s; }

.cell:nth-child(1515) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.083s;
  animation-delay: -2.083s; }

.cell:nth-child(1516) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.104s;
  animation-delay: -2.104s; }

.cell:nth-child(1518) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.619s;
  animation-delay: -.619s; }

.cell:nth-child(1573) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -3.22s;
  animation-delay: -3.22s; }

.cell:nth-child(1569) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.757s;
  animation-delay: -.757s; }

.cell:nth-child(1570) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.955s;
  animation-delay: -.955s; }

.cell:nth-child(1571) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -.299s;
  animation-delay: -.299s; }

.cell:nth-child(1624) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -2.01s;
  animation-delay: -2.01s; }

.cell:nth-child(1625) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: africa 4s linear infinite;
  animation: africa 4s linear infinite;
  -webkit-animation-delay: -24ms;
  animation-delay: -24ms; }

.cell:nth-child(154) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.128s;
  animation-delay: -3.128s; }

.cell:nth-child(208) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.302s;
  animation-delay: -3.302s; }

.cell:nth-child(209) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.671s;
  animation-delay: -.671s; }

.cell:nth-child(210) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.854s;
  animation-delay: -.854s; }

.cell:nth-child(262) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.497s;
  animation-delay: -3.497s; }

.cell:nth-child(263) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.854s;
  animation-delay: -3.854s; }

.cell:nth-child(264) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.741s;
  animation-delay: -.741s; }

.cell:nth-child(265) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.406s;
  animation-delay: -.406s; }

.cell:nth-child(314) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.249s;
  animation-delay: -2.249s; }

.cell:nth-child(315) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.32s;
  animation-delay: -4.32s; }

.cell:nth-child(316) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.098s;
  animation-delay: -4.098s; }

.cell:nth-child(317) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.409s;
  animation-delay: -1.409s; }

.cell:nth-child(318) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.741s;
  animation-delay: -3.741s; }

.cell:nth-child(319) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.438s;
  animation-delay: -4.438s; }

.cell:nth-child(320) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.641s;
  animation-delay: -2.641s; }

.cell:nth-child(321) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.951s;
  animation-delay: -1.951s; }

.cell:nth-child(322) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.182s;
  animation-delay: -1.182s; }

.cell:nth-child(323) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.191s;
  animation-delay: -4.191s; }

.cell:nth-child(325) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.446s;
  animation-delay: -.446s; }

.cell:nth-child(326) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.797s;
  animation-delay: -1.797s; }

.cell:nth-child(369) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.554s;
  animation-delay: -.554s; }

.cell:nth-child(370) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.348s;
  animation-delay: -4.348s; }

.cell:nth-child(371) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.78s;
  animation-delay: -1.78s; }

.cell:nth-child(372) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.351s;
  animation-delay: -3.351s; }

.cell:nth-child(373) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.713s;
  animation-delay: -1.713s; }

.cell:nth-child(374) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.128s;
  animation-delay: -2.128s; }

.cell:nth-child(375) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.37s;
  animation-delay: -4.37s; }

.cell:nth-child(376) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.508s;
  animation-delay: -1.508s; }

.cell:nth-child(377) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.575s;
  animation-delay: -1.575s; }

.cell:nth-child(378) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.618s;
  animation-delay: -.618s; }

.cell:nth-child(379) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.242s;
  animation-delay: -4.242s; }

.cell:nth-child(380) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.34s;
  animation-delay: -1.34s; }

.cell:nth-child(381) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.891s;
  animation-delay: -4.891s; }

.cell:nth-child(382) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.15s;
  animation-delay: -4.15s; }

.cell:nth-child(423) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.808s;
  animation-delay: -4.808s; }

.cell:nth-child(424) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.448s;
  animation-delay: -2.448s; }

.cell:nth-child(425) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.63s;
  animation-delay: -4.63s; }

.cell:nth-child(426) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.888s;
  animation-delay: -3.888s; }

.cell:nth-child(427) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.488s;
  animation-delay: -3.488s; }

.cell:nth-child(428) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.082s;
  animation-delay: -4.082s; }

.cell:nth-child(429) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.639s;
  animation-delay: -3.639s; }

.cell:nth-child(430) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.573s;
  animation-delay: -2.573s; }

.cell:nth-child(431) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.197s;
  animation-delay: -3.197s; }

.cell:nth-child(432) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.14s;
  animation-delay: -.14s; }

.cell:nth-child(433) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.357s;
  animation-delay: -3.357s; }

.cell:nth-child(434) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.842s;
  animation-delay: -3.842s; }

.cell:nth-child(435) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.71s;
  animation-delay: -3.71s; }

.cell:nth-child(436) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.208s;
  animation-delay: -2.208s; }

.cell:nth-child(437) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.398s;
  animation-delay: -3.398s; }

.cell:nth-child(438) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.596s;
  animation-delay: -.596s; }

.cell:nth-child(439) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.56s;
  animation-delay: -3.56s; }

.cell:nth-child(440) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.397s;
  animation-delay: -2.397s; }

.cell:nth-child(478) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.636s;
  animation-delay: -2.636s; }

.cell:nth-child(479) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.91s;
  animation-delay: -.91s; }

.cell:nth-child(480) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.833s;
  animation-delay: -2.833s; }

.cell:nth-child(481) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.446s;
  animation-delay: -3.446s; }

.cell:nth-child(482) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.647s;
  animation-delay: -4.647s; }

.cell:nth-child(483) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.012s;
  animation-delay: -3.012s; }

.cell:nth-child(484) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.733s;
  animation-delay: -4.733s; }

.cell:nth-child(485) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.129s;
  animation-delay: -3.129s; }

.cell:nth-child(486) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.705s;
  animation-delay: -.705s; }

.cell:nth-child(487) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.294s;
  animation-delay: -4.294s; }

.cell:nth-child(488) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.276s;
  animation-delay: -1.276s; }

.cell:nth-child(489) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.868s;
  animation-delay: -4.868s; }

.cell:nth-child(490) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.455s;
  animation-delay: -1.455s; }

.cell:nth-child(491) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.937s;
  animation-delay: -2.937s; }

.cell:nth-child(492) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.329s;
  animation-delay: -1.329s; }

.cell:nth-child(493) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.244s;
  animation-delay: -2.244s; }

.cell:nth-child(494) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.465s;
  animation-delay: -4.465s; }

.cell:nth-child(495) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.796s;
  animation-delay: -3.796s; }

.cell:nth-child(532) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.539s;
  animation-delay: -4.539s; }

.cell:nth-child(533) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.65s;
  animation-delay: -.65s; }

.cell:nth-child(534) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.65s;
  animation-delay: -.65s; }

.cell:nth-child(535) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.999s;
  animation-delay: -1.999s; }

.cell:nth-child(536) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.183s;
  animation-delay: -4.183s; }

.cell:nth-child(537) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.835s;
  animation-delay: -1.835s; }

.cell:nth-child(538) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.615s;
  animation-delay: -1.615s; }

.cell:nth-child(539) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.902s;
  animation-delay: -.902s; }

.cell:nth-child(540) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.735s;
  animation-delay: -4.735s; }

.cell:nth-child(541) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.699s;
  animation-delay: -.699s; }

.cell:nth-child(542) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.184s;
  animation-delay: -2.184s; }

.cell:nth-child(543) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.727s;
  animation-delay: -1.727s; }

.cell:nth-child(544) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.065s;
  animation-delay: -2.065s; }

.cell:nth-child(545) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.585s;
  animation-delay: -2.585s; }

.cell:nth-child(546) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.167s;
  animation-delay: -4.167s; }

.cell:nth-child(547) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.269s;
  animation-delay: -1.269s; }

.cell:nth-child(548) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.72s;
  animation-delay: -.72s; }

.cell:nth-child(549) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.491s;
  animation-delay: -2.491s; }

.cell:nth-child(550) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.497s;
  animation-delay: -1.497s; }

.cell:nth-child(587) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.023s;
  animation-delay: -2.023s; }

.cell:nth-child(588) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.031s;
  animation-delay: -3.031s; }

.cell:nth-child(589) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.527s;
  animation-delay: -4.527s; }

.cell:nth-child(590) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.795s;
  animation-delay: -.795s; }

.cell:nth-child(591) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.644s;
  animation-delay: -.644s; }

.cell:nth-child(592) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.115s;
  animation-delay: -.115s; }

.cell:nth-child(593) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.303s;
  animation-delay: -2.303s; }

.cell:nth-child(594) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.657s;
  animation-delay: -4.657s; }

.cell:nth-child(595) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.594s;
  animation-delay: -2.594s; }

.cell:nth-child(596) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.107s;
  animation-delay: -3.107s; }

.cell:nth-child(597) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.334s;
  animation-delay: -1.334s; }

.cell:nth-child(598) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.919s;
  animation-delay: -1.919s; }

.cell:nth-child(599) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.046s;
  animation-delay: -2.046s; }

.cell:nth-child(600) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.341s;
  animation-delay: -1.341s; }

.cell:nth-child(601) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.498s;
  animation-delay: -3.498s; }

.cell:nth-child(603) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.874s;
  animation-delay: -2.874s; }

.cell:nth-child(642) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.485s;
  animation-delay: -3.485s; }

.cell:nth-child(643) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.991s;
  animation-delay: -4.991s; }

.cell:nth-child(644) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.741s;
  animation-delay: -3.741s; }

.cell:nth-child(645) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.462s;
  animation-delay: -.462s; }

.cell:nth-child(646) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.223s;
  animation-delay: -1.223s; }

.cell:nth-child(647) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.339s;
  animation-delay: -4.339s; }

.cell:nth-child(648) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.593s;
  animation-delay: -2.593s; }

.cell:nth-child(649) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.377s;
  animation-delay: -1.377s; }

.cell:nth-child(650) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.699s;
  animation-delay: -3.699s; }

.cell:nth-child(651) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.043s;
  animation-delay: -3.043s; }

.cell:nth-child(652) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -11ms;
  animation-delay: -11ms; }

.cell:nth-child(653) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.901s;
  animation-delay: -3.901s; }

.cell:nth-child(654) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.064s;
  animation-delay: -3.064s; }

.cell:nth-child(657) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.303s;
  animation-delay: -.303s; }

.cell:nth-child(658) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.433s;
  animation-delay: -.433s; }

.cell:nth-child(697) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.921s;
  animation-delay: -4.921s; }

.cell:nth-child(698) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.501s;
  animation-delay: -2.501s; }

.cell:nth-child(699) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.165s;
  animation-delay: -4.165s; }

.cell:nth-child(700) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.765s;
  animation-delay: -3.765s; }

.cell:nth-child(701) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.588s;
  animation-delay: -1.588s; }

.cell:nth-child(702) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.578s;
  animation-delay: -2.578s; }

.cell:nth-child(703) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.706s;
  animation-delay: -4.706s; }

.cell:nth-child(704) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -46ms;
  animation-delay: -46ms; }

.cell:nth-child(705) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.633s;
  animation-delay: -4.633s; }

.cell:nth-child(706) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.802s;
  animation-delay: -3.802s; }

.cell:nth-child(707) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -49ms;
  animation-delay: -49ms; }

.cell:nth-child(708) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.623s;
  animation-delay: -3.623s; }

.cell:nth-child(709) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.861s;
  animation-delay: -2.861s; }

.cell:nth-child(712) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.25s;
  animation-delay: -3.25s; }

.cell:nth-child(752) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.963s;
  animation-delay: -4.963s; }

.cell:nth-child(753) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.371s;
  animation-delay: -.371s; }

.cell:nth-child(754) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.867s;
  animation-delay: -4.867s; }

.cell:nth-child(755) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.149s;
  animation-delay: -1.149s; }

.cell:nth-child(756) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.764s;
  animation-delay: -4.764s; }

.cell:nth-child(757) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.022s;
  animation-delay: -2.022s; }

.cell:nth-child(758) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.587s;
  animation-delay: -2.587s; }

.cell:nth-child(759) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.024s;
  animation-delay: -3.024s; }

.cell:nth-child(760) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.969s;
  animation-delay: -4.969s; }

.cell:nth-child(761) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.015s;
  animation-delay: -3.015s; }

.cell:nth-child(762) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.545s;
  animation-delay: -1.545s; }

.cell:nth-child(763) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.662s;
  animation-delay: -4.662s; }

.cell:nth-child(764) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.648s;
  animation-delay: -4.648s; }

.cell:nth-child(807) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.888s;
  animation-delay: -2.888s; }

.cell:nth-child(808) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.933s;
  animation-delay: -4.933s; }

.cell:nth-child(809) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.086s;
  animation-delay: -1.086s; }

.cell:nth-child(810) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.51s;
  animation-delay: -3.51s; }

.cell:nth-child(811) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.711s;
  animation-delay: -2.711s; }

.cell:nth-child(812) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.229s;
  animation-delay: -3.229s; }

.cell:nth-child(813) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.121s;
  animation-delay: -1.121s; }

.cell:nth-child(814) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.778s;
  animation-delay: -2.778s; }

.cell:nth-child(815) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.572s;
  animation-delay: -1.572s; }

.cell:nth-child(816) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.804s;
  animation-delay: -1.804s; }

.cell:nth-child(817) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.881s;
  animation-delay: -.881s; }

.cell:nth-child(818) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.691s;
  animation-delay: -.691s; }

.cell:nth-child(819) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.676s;
  animation-delay: -4.676s; }

.cell:nth-child(821) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.299s;
  animation-delay: -.299s; }

.cell:nth-child(859) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.064s;
  animation-delay: -4.064s; }

.cell:nth-child(860) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.628s;
  animation-delay: -1.628s; }

.cell:nth-child(861) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.403s;
  animation-delay: -3.403s; }

.cell:nth-child(862) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.321s;
  animation-delay: -3.321s; }

.cell:nth-child(863) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.957s;
  animation-delay: -1.957s; }

.cell:nth-child(864) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.809s;
  animation-delay: -.809s; }

.cell:nth-child(865) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.279s;
  animation-delay: -1.279s; }

.cell:nth-child(866) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.183s;
  animation-delay: -1.183s; }

.cell:nth-child(867) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.58s;
  animation-delay: -.58s; }

.cell:nth-child(868) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.466s;
  animation-delay: -.466s; }

.cell:nth-child(869) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.29s;
  animation-delay: -2.29s; }

.cell:nth-child(870) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.34s;
  animation-delay: -2.34s; }

.cell:nth-child(871) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.746s;
  animation-delay: -1.746s; }

.cell:nth-child(872) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.249s;
  animation-delay: -4.249s; }

.cell:nth-child(873) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.817s;
  animation-delay: -4.817s; }

.cell:nth-child(876) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.428s;
  animation-delay: -1.428s; }

.cell:nth-child(913) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.857s;
  animation-delay: -.857s; }

.cell:nth-child(914) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.791s;
  animation-delay: -3.791s; }

.cell:nth-child(916) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.701s;
  animation-delay: -2.701s; }

.cell:nth-child(917) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.574s;
  animation-delay: -1.574s; }

.cell:nth-child(918) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.028s;
  animation-delay: -3.028s; }

.cell:nth-child(919) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.31s;
  animation-delay: -2.31s; }

.cell:nth-child(920) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.296s;
  animation-delay: -3.296s; }

.cell:nth-child(921) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.794s;
  animation-delay: -4.794s; }

.cell:nth-child(922) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.736s;
  animation-delay: -.736s; }

.cell:nth-child(923) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.042s;
  animation-delay: -2.042s; }

.cell:nth-child(924) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.86s;
  animation-delay: -4.86s; }

.cell:nth-child(925) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.496s;
  animation-delay: -.496s; }

.cell:nth-child(926) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.987s;
  animation-delay: -2.987s; }

.cell:nth-child(928) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.906s;
  animation-delay: -1.906s; }

.cell:nth-child(930) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.636s;
  animation-delay: -4.636s; }

.cell:nth-child(967) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.426s;
  animation-delay: -2.426s; }

.cell:nth-child(968) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.032s;
  animation-delay: -1.032s; }

.cell:nth-child(969) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.133s;
  animation-delay: -.133s; }

.cell:nth-child(970) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.808s;
  animation-delay: -.808s; }

.cell:nth-child(972) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.773s;
  animation-delay: -4.773s; }

.cell:nth-child(973) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.353s;
  animation-delay: -2.353s; }

.cell:nth-child(974) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.295s;
  animation-delay: -2.295s; }

.cell:nth-child(975) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.468s;
  animation-delay: -3.468s; }

.cell:nth-child(976) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.057s;
  animation-delay: -4.057s; }

.cell:nth-child(977) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.568s;
  animation-delay: -.568s; }

.cell:nth-child(978) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.825s;
  animation-delay: -1.825s; }

.cell:nth-child(979) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.949s;
  animation-delay: -.949s; }

.cell:nth-child(980) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.831s;
  animation-delay: -3.831s; }

.cell:nth-child(981) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.988s;
  animation-delay: -1.988s; }

.cell:nth-child(982) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.384s;
  animation-delay: -1.384s; }

.cell:nth-child(1022) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.499s;
  animation-delay: -4.499s; }

.cell:nth-child(1023) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.104s;
  animation-delay: -3.104s; }

.cell:nth-child(1024) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.995s;
  animation-delay: -3.995s; }

.cell:nth-child(1025) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.445s;
  animation-delay: -4.445s; }

.cell:nth-child(1026) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.117s;
  animation-delay: -1.117s; }

.cell:nth-child(1027) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.367s;
  animation-delay: -2.367s; }

.cell:nth-child(1029) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.463s;
  animation-delay: -4.463s; }

.cell:nth-child(1030) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.492s;
  animation-delay: -2.492s; }

.cell:nth-child(1031) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.394s;
  animation-delay: -.394s; }

.cell:nth-child(1034) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.093s;
  animation-delay: -4.093s; }

.cell:nth-child(1035) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.949s;
  animation-delay: -2.949s; }

.cell:nth-child(1036) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.685s;
  animation-delay: -1.685s; }

.cell:nth-child(1037) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.224s;
  animation-delay: -1.224s; }

.cell:nth-child(1079) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.622s;
  animation-delay: -4.622s; }

.cell:nth-child(1080) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.922s;
  animation-delay: -1.922s; }

.cell:nth-child(1081) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -1.054s;
  animation-delay: -1.054s; }

.cell:nth-child(1085) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.011s;
  animation-delay: -2.011s; }

.cell:nth-child(1089) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.249s;
  animation-delay: -3.249s; }

.cell:nth-child(1090) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.397s;
  animation-delay: -.397s; }

.cell:nth-child(1135) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.782s;
  animation-delay: -3.782s; }

.cell:nth-child(1144) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -2.904s;
  animation-delay: -2.904s; }

.cell:nth-child(1145) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.408s;
  animation-delay: -3.408s; }

.cell:nth-child(1200) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -.541s;
  animation-delay: -.541s; }

.cell:nth-child(1202) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.003s;
  animation-delay: -3.003s; }

.cell:nth-child(1203) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.378s;
  animation-delay: -3.378s; }

.cell:nth-child(1255) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.2s;
  animation-delay: -4.2s; }

.cell:nth-child(1256) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.506s;
  animation-delay: -3.506s; }

.cell:nth-child(1257) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -3.596s;
  animation-delay: -3.596s; }

.cell:nth-child(1311) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: asia 5s linear infinite;
  animation: asia 5s linear infinite;
  -webkit-animation-delay: -4.213s;
  animation-delay: -4.213s; }

.cell:nth-child(1206) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.038s;
  animation-delay: -1.038s; }

.cell:nth-child(1262) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.143s;
  animation-delay: -1.143s; }

.cell:nth-child(1263) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.137s;
  animation-delay: -1.137s; }

.cell:nth-child(1317) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.605s;
  animation-delay: -1.605s; }

.cell:nth-child(1369) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -27ms;
  animation-delay: -27ms; }

.cell:nth-child(1370) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.37s;
  animation-delay: -.37s; }

.cell:nth-child(1372) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.792s;
  animation-delay: -.792s; }

.cell:nth-child(1422) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.34s;
  animation-delay: -1.34s; }

.cell:nth-child(1423) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.607s;
  animation-delay: -.607s; }

.cell:nth-child(1424) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.389s;
  animation-delay: -1.389s; }

.cell:nth-child(1425) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.237s;
  animation-delay: -1.237s; }

.cell:nth-child(1426) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.274s;
  animation-delay: -.274s; }

.cell:nth-child(1427) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.613s;
  animation-delay: -1.613s; }

.cell:nth-child(1428) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.888s;
  animation-delay: -1.888s; }

.cell:nth-child(1476) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.969s;
  animation-delay: -.969s; }

.cell:nth-child(1477) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.821s;
  animation-delay: -.821s; }

.cell:nth-child(1478) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.457s;
  animation-delay: -1.457s; }

.cell:nth-child(1479) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s; }

.cell:nth-child(1480) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.997s;
  animation-delay: -.997s; }

.cell:nth-child(1481) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.869s;
  animation-delay: -.869s; }

.cell:nth-child(1482) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.494s;
  animation-delay: -1.494s; }

.cell:nth-child(1483) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.736s;
  animation-delay: -1.736s; }

.cell:nth-child(1531) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.165s;
  animation-delay: -.165s; }

.cell:nth-child(1532) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.173s;
  animation-delay: -1.173s; }

.cell:nth-child(1533) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.33s;
  animation-delay: -.33s; }

.cell:nth-child(1534) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -50ms;
  animation-delay: -50ms; }

.cell:nth-child(1535) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.965s;
  animation-delay: -1.965s; }

.cell:nth-child(1536) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.143s;
  animation-delay: -.143s; }

.cell:nth-child(1537) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.263s;
  animation-delay: -1.263s; }

.cell:nth-child(1538) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.277s;
  animation-delay: -1.277s; }

.cell:nth-child(1586) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.938s;
  animation-delay: -.938s; }

.cell:nth-child(1587) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.581s;
  animation-delay: -1.581s; }

.cell:nth-child(1590) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.54s;
  animation-delay: -1.54s; }

.cell:nth-child(1591) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.949s;
  animation-delay: -.949s; }

.cell:nth-child(1592) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.591s;
  animation-delay: -1.591s; }

.cell:nth-child(1645) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.723s;
  animation-delay: -.723s; }

.cell:nth-child(1646) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -.791s;
  animation-delay: -.791s; }

.cell:nth-child(1650) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.093s;
  animation-delay: -1.093s; }

.cell:nth-child(1705) {
  background-color: #222;
  font-size: .5em;
  border-radius: 50%;
  -webkit-animation: australia 2s linear infinite;
  animation: australia 2s linear infinite;
  -webkit-animation-delay: -1.174s;
  animation-delay: -1.174s; }

@-webkit-keyframes north-america {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@keyframes north-america {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@-webkit-keyframes south-america {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@keyframes south-america {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@-webkit-keyframes africa {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@keyframes africa {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@-webkit-keyframes europe {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@keyframes europe {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@-webkit-keyframes asia {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@keyframes asia {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@-webkit-keyframes australia {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

@keyframes australia {
  0% {
    background-color: #fff; }
  100% {
    background-color: #fcd000; } }

.mapnotes {
  background-color: rgba(32, 143, 160, 0.9);
  position: absolute;
  color: Â  #fff;
  padding: 10px;
  width: 200px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.mn1 {
  top: 220px;
  left: 170px; }

.mn2 {
  top: 20px;
  right: 0; }

.mn3 {
  top: 60px;
  left: 30px; }

@media (max-width: 769px) {
  .mn1 {
    top: 210px;
    left: 200px; }
  .mn2 {
    top: 20px;
    right: 0; }
  .mn3 {
    top: 160px;
    left: -10px; } }

/* Footer SASS Styling */
#footerLinks ul {
  margin-left: 0px !important;
  padding-left: 0px !important; }

#footerLinks li {
  list-style: none !important; }

#footerLinks a {
  font-weight: normal !important;
  color: #8EE3F6 !important; }

#footerLinks a:hover {
  font-weight: normal !important;
  color: #FFD400 !important; }

#footerLinks .nav-link {
  margin-left: 0px !important;
  padding: 0px !important;
  color: #8EE3F6 !important; }

#menu-footer-products, #menu-footer-support, #menu-footer-company {
  margin-left: 0px;
  padding-left: 0px; }
  #menu-footer-products li, #menu-footer-support li, #menu-footer-company li {
    list-style: none; }

/* Footer */
.list-group-item p {
  color: #545454 !important; }

.list-group-item {
  border: 0px;
  padding: 0px;
  margin: 0px; }

.footer-links a {
  color: #545454;
  font-size: 12px; }

/* Pagination */
.pagination {

}

.page-numbers {
  padding: 10px;
  border: 1px solid #208fa0;
  border-radius: 10px;
  margin-right: 5px;
}

.page-numbers:hover {
  background-color: #208fa0;
  color:#ffffff;
}

/* Category Section */
#categories {

}

#categories ul {
  margin-left: 0px;
  padding-left: 0px;
}


#categories ul li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

/* Hamburger Menu */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
 
 /* Blog Buttons */
 .wp-block-button a {
     background-color: #fcd000;
     padding: 10px;
     color: #000000;
     border-radius: 15px;
     font-size: 20px;
 }
 
 .wp-block-separator {
    padding: 15px 0px 15px 0px;
    margin-top: 15px;
    display: block;
 }
 
 /* HR Styling */
 .is-style-dots {
    width: 10%;
    border-style: dotted none none;
    border-width: 13px;
    border-color: #208fa0;
    margin-top: 50px;
    margin-bottom: 25px;
    opacity: 50%;
 }
 
 /* Styling For Comment Section */
 /* Main comment list */
.comments-area {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

/* Individual Comments */
.comment {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Comment Meta */
.comment-meta {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 10px;
}

/* Comment Author */
.comment-author {
  font-weight: bold;
}

/* Comment Text */
.comment-content {
  margin-top: 10px;
}

/* Nested comments */
.children {
  margin-left: 30px;
  margin-top: 20px;
}

/* Reply link */
.comment-reply-link {
  background-color: #0073aa;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.8em;
  text-decoration: none;
}

.comment-reply-link:hover {
  background-color: #005177;
}

.commentlist {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.children {
  margin-left: 0px;
  padding-left: 0px;
}

.children li {
  list-style: none;
}
 
.avatar {
  display: none;
}

.comment-form-comment label{
  display: block;
}

.required-field-message {
  display: block;
  color: #545454;
}

.form-submit .submit {
  border: 0px solid;
  border-radius: 5px;
  background-color: #fcd000;
  color: #000000;
  font-weight: 800;
  padding: 10px;
}

.comment-reply-link {
  display: none;
}

/*# sourceMappingURL=theme.css.map */
