@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);/*!
 * 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: #00c9eb;
  --indigo: #6610f2;
  --purple: #a44dff;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #00dbff;
  --green: #28e048;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00dbff;
  --secondary: #00c9eb;
  --success: #28e048;
  --info: #17a2b8;
  --warning: #00dbff;
  --danger: #dc3545;
  --light: #f5f;
  --dark: #023;
  --white: #fff;
  --space-shuttle: #023;
  --hurricane: #023;
  --boulder: #767676;
  --blue: #00c9eb;
  --black: #023;
  --gray-lighter: #f5f5f5;
  --gray-light: #cfcfcf;
  --gray: #979797;
  --gray-darker: #4d5451;
  --gray-dove: #6a6a6a;
  --brown: #023;
  --gray-light-2: #dedede;
  --yellow-mustard: #e6a441;
  --blue-light: #0adbe3;
  --brown-darker: #023;
  --brown-dark: #332f2b;
  --brown-lighter: #57514e;
  --blue-chill: #0d729c;
  --gray-dark: #4d4641;
  --purple: #a44dff;
  --magenta: #fb0058;
  --green: #28e048;
  --event: #0adbe3;
  --event-alt: #a44dff;
  --petroleo: #023;
  --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(0,34,51,0);
}

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

body {
  margin: 0;
  font-family: "TOTVS",sans-serif;
  font-size: 0.9rem;
  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: .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;
  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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00dbff;
  text-decoration: none;
  background-color: rgba(0,0,0,0);
}

a:hover {
  color: rgb(0,153.3,178.5);
  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 {
  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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .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: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h2,
.h2 {
  font-size: 1.625rem;
}

h3,
.h3 {
  font-size: 1.375rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4.8125rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 4.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,34,51,.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled,
.comment-list {
  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: .5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: .5rem;
  line-height: 1;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  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.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: .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: .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(0,34,51,.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,34,51,.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: rgb(183.6,244.92,255);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: rgb(122.4,236.28,255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1,241.32,255);
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: rgb(158.1,241.32,255);
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: rgb(183.6,239.88,249.4);
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: rgb(122.4,226.92,244.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: rgb(194.8,246.32,203.76);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: rgb(143.2,238.88,159.84);
}

.table-hover .table-success:hover {
  background-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: rgb(190.04,228.96,235.12);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: rgb(134.36,206.64,218.08);
}

.table-hover .table-info:hover {
  background-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: rgb(183.6,244.92,255);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: rgb(122.4,236.28,255);
}

.table-hover .table-warning:hover {
  background-color: rgb(158.1,241.32,255);
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: rgb(158.1,241.32,255);
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: rgb(245.2,198.44,202.92);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: rgb(236.8,149.96,158.28);
}

.table-hover .table-danger:hover {
  background-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: rgb(255,207.4,255);
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: rgb(255,166.6,255);
}

.table-hover .table-light:hover {
  background-color: rgb(255,181.9,255);
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: rgb(255,181.9,255);
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: rgb(183.6,193.12,197.88);
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: rgb(122.4,140.08,148.92);
}

.table-hover .table-dark:hover {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: hsl(200,11.1111111111%,69.8%);
}

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

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

.table-hover .table-white:hover {
  background-color: hsl(0,0%,95%);
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
  background-color: hsl(0,0%,95%);
}

.table-space-shuttle,
.table-space-shuttle>th,
.table-space-shuttle>td {
  background-color: rgb(183.6,193.12,197.88);
}

.table-space-shuttle th,
.table-space-shuttle td,
.table-space-shuttle thead th,
.table-space-shuttle tbody+tbody {
  border-color: rgb(122.4,140.08,148.92);
}

.table-hover .table-space-shuttle:hover {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hover .table-space-shuttle:hover>td,
.table-hover .table-space-shuttle:hover>th {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hurricane,
.table-hurricane>th,
.table-hurricane>td {
  background-color: rgb(183.6,193.12,197.88);
}

.table-hurricane th,
.table-hurricane td,
.table-hurricane thead th,
.table-hurricane tbody+tbody {
  border-color: rgb(122.4,140.08,148.92);
}

.table-hover .table-hurricane:hover {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hover .table-hurricane:hover>td,
.table-hover .table-hurricane:hover>th {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-boulder,
.table-boulder>th,
.table-boulder>td {
  background-color: hsl(0,0%,84.9568627451%);
}

.table-boulder th,
.table-boulder td,
.table-boulder thead th,
.table-boulder tbody+tbody {
  border-color: hsl(0,0%,72.062745098%);
}

.table-hover .table-boulder:hover {
  background-color: hsl(0,0%,79.9568627451%);
}

.table-hover .table-boulder:hover>td,
.table-hover .table-boulder:hover>th {
  background-color: hsl(0,0%,79.9568627451%);
}

.table-blue,
.table-blue>th,
.table-blue>td {
  background-color: rgb(183.6,239.88,249.4);
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody+tbody {
  border-color: rgb(122.4,226.92,244.6);
}

.table-hover .table-blue:hover {
  background-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
  background-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.table-black,
.table-black>th,
.table-black>td {
  background-color: rgb(183.6,193.12,197.88);
}

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody+tbody {
  border-color: rgb(122.4,140.08,148.92);
}

.table-hover .table-black:hover {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-gray-lighter,
.table-gray-lighter>th,
.table-gray-lighter>td {
  background-color: rgb(252.2,252.2,252.2);
}

.table-gray-lighter th,
.table-gray-lighter td,
.table-gray-lighter thead th,
.table-gray-lighter tbody+tbody {
  border-color: rgb(249.8,249.8,249.8);
}

.table-hover .table-gray-lighter:hover {
  background-color: hsl(0,0%,93.9019607843%);
}

.table-hover .table-gray-lighter:hover>td,
.table-hover .table-gray-lighter:hover>th {
  background-color: hsl(0,0%,93.9019607843%);
}

.table-gray-light,
.table-gray-light>th,
.table-gray-light>td {
  background-color: hsl(0,0%,94.7294117647%);
}

.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody+tbody {
  border-color: hsl(0,0%,90.2117647059%);
}

.table-hover .table-gray-light:hover {
  background-color: hsl(0,0%,89.7294117647%);
}

.table-hover .table-gray-light:hover>td,
.table-hover .table-gray-light:hover>th {
  background-color: hsl(0,0%,89.7294117647%);
}

.table-gray,
.table-gray>th,
.table-gray>td {
  background-color: hsl(0,0%,88.5803921569%);
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody+tbody {
  border-color: hsl(0,0%,78.7921568627%);
}

.table-hover .table-gray:hover {
  background-color: hsl(0,0%,83.5803921569%);
}

.table-hover .table-gray:hover>td,
.table-hover .table-gray:hover>th {
  background-color: hsl(0,0%,83.5803921569%);
}

.table-gray-darker,
.table-gray-darker>th,
.table-gray-darker>td {
  background-color: rgb(205.16,207.12,206.28);
}

.table-gray-darker th,
.table-gray-darker td,
.table-gray-darker thead th,
.table-gray-darker tbody+tbody {
  border-color: rgb(162.44,166.08,164.52);
}

.table-hover .table-gray-darker:hover {
  background-color: rgb(192.154269341,194.625730659,193.5665329513);
}

.table-hover .table-gray-darker:hover>td,
.table-hover .table-gray-darker:hover>th {
  background-color: rgb(192.154269341,194.625730659,193.5665329513);
}

.table-gray-dove,
.table-gray-dove>th,
.table-gray-dove>td {
  background-color: hsl(0,0%,83.6392156863%);
}

.table-gray-dove th,
.table-gray-dove td,
.table-gray-dove thead th,
.table-gray-dove tbody+tbody {
  border-color: hsl(0,0%,69.6156862745%);
}

.table-hover .table-gray-dove:hover {
  background-color: hsl(0,0%,78.6392156863%);
}

.table-hover .table-gray-dove:hover>td,
.table-hover .table-gray-dove:hover>th {
  background-color: hsl(0,0%,78.6392156863%);
}

.table-brown,
.table-brown>th,
.table-brown>td {
  background-color: rgb(183.6,193.12,197.88);
}

.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody+tbody {
  border-color: rgb(122.4,140.08,148.92);
}

.table-hover .table-brown:hover {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hover .table-brown:hover>td,
.table-hover .table-brown:hover>th {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-gray-light-2,
.table-gray-light-2>th,
.table-gray-light-2>td {
  background-color: hsl(0,0%,96.3764705882%);
}

.table-gray-light-2 th,
.table-gray-light-2 td,
.table-gray-light-2 thead th,
.table-gray-light-2 tbody+tbody {
  border-color: hsl(0,0%,93.2705882353%);
}

.table-hover .table-gray-light-2:hover {
  background-color: hsl(0,0%,91.3764705882%);
}

.table-hover .table-gray-light-2:hover>td,
.table-hover .table-gray-light-2:hover>th {
  background-color: hsl(0,0%,91.3764705882%);
}

.table-yellow-mustard,
.table-yellow-mustard>th,
.table-yellow-mustard>td {
  background-color: rgb(248,229.52,201.8);
}

.table-yellow-mustard th,
.table-yellow-mustard td,
.table-yellow-mustard thead th,
.table-yellow-mustard tbody+tbody {
  border-color: rgb(242,207.68,156.2);
}

.table-hover .table-yellow-mustard:hover {
  background-color: hsl(36,76.7441860465%,83.1960784314%);
}

.table-hover .table-yellow-mustard:hover>td,
.table-hover .table-yellow-mustard:hover>th {
  background-color: hsl(36,76.7441860465%,83.1960784314%);
}

.table-blue-light,
.table-blue-light>th,
.table-blue-light>td {
  background-color: rgb(186.4,244.92,247.16);
}

.table-blue-light th,
.table-blue-light td,
.table-blue-light thead th,
.table-blue-light tbody+tbody {
  border-color: rgb(127.6,236.28,240.44);
}

.table-hover .table-blue-light:hover {
  background-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.table-hover .table-blue-light:hover>td,
.table-hover .table-blue-light:hover>th {
  background-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.table-brown-darker,
.table-brown-darker>th,
.table-brown-darker>td {
  background-color: rgb(183.6,193.12,197.88);
}

.table-brown-darker th,
.table-brown-darker td,
.table-brown-darker thead th,
.table-brown-darker tbody+tbody {
  border-color: rgb(122.4,140.08,148.92);
}

.table-hover .table-brown-darker:hover {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hover .table-brown-darker:hover>td,
.table-hover .table-brown-darker:hover>th {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-brown-dark,
.table-brown-dark>th,
.table-brown-dark>td {
  background-color: rgb(197.88,196.76,195.64);
}

.table-brown-dark th,
.table-brown-dark td,
.table-brown-dark thead th,
.table-brown-dark tbody+tbody {
  border-color: rgb(148.92,146.84,144.76);
}

.table-hover .table-brown-dark:hover {
  background-color: hsl(30,1.9230769231%,72.1607843137%);
}

.table-hover .table-brown-dark:hover>td,
.table-hover .table-brown-dark:hover>th {
  background-color: hsl(30,1.9230769231%,72.1607843137%);
}

.table-brown-lighter,
.table-brown-lighter>th,
.table-brown-lighter>td {
  background-color: rgb(207.96,206.28,205.44);
}

.table-brown-lighter th,
.table-brown-lighter td,
.table-brown-lighter thead th,
.table-brown-lighter tbody+tbody {
  border-color: rgb(167.64,164.52,162.96);
}

.table-hover .table-brown-lighter:hover {
  background-color: hsl(20,2.6086956522%,76.0588235294%);
}

.table-hover .table-brown-lighter:hover>td,
.table-hover .table-brown-lighter:hover>th {
  background-color: hsl(20,2.6086956522%,76.0588235294%);
}

.table-blue-chill,
.table-blue-chill>th,
.table-blue-chill>td {
  background-color: rgb(187.24,215.52,227.28);
}

.table-blue-chill th,
.table-blue-chill td,
.table-blue-chill thead th,
.table-blue-chill tbody+tbody {
  border-color: rgb(129.16,181.68,203.52);
}

.table-hover .table-blue-chill:hover {
  background-color: hsl(197.6223776224,41.935483871%,76.2784313725%);
}

.table-hover .table-blue-chill:hover>td,
.table-hover .table-blue-chill:hover>th {
  background-color: hsl(197.6223776224,41.935483871%,76.2784313725%);
}

.table-gray-dark,
.table-gray-dark>th,
.table-gray-dark>td {
  background-color: rgb(205.16,203.2,201.8);
}

.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody+tbody {
  border-color: rgb(162.44,158.8,156.2);
}

.table-hover .table-gray-dark:hover {
  background-color: hsl(25,3.2608695652%,74.7960784314%);
}

.table-hover .table-gray-dark:hover>td,
.table-hover .table-gray-dark:hover>th {
  background-color: hsl(25,3.2608695652%,74.7960784314%);
}

.table-purple,
.table-purple>th,
.table-purple>td {
  background-color: rgb(229.52,205.16,255);
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody+tbody {
  border-color: rgb(207.68,162.44,255);
}

.table-hover .table-purple:hover {
  background-color: rgb(216.4834831461,179.66,255);
}

.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
  background-color: rgb(216.4834831461,179.66,255);
}

.table-magenta,
.table-magenta>th,
.table-magenta>td {
  background-color: rgb(253.88,183.6,208.24);
}

.table-magenta th,
.table-magenta td,
.table-magenta thead th,
.table-magenta tbody+tbody {
  border-color: rgb(252.92,122.4,168.16);
}

.table-hover .table-magenta:hover {
  background-color: rgb(253.4861776062,158.4938223938,191.7979150579);
}

.table-hover .table-magenta:hover>td,
.table-hover .table-magenta:hover>th {
  background-color: rgb(253.4861776062,158.4938223938,191.7979150579);
}

.table-green,
.table-green>th,
.table-green>td {
  background-color: rgb(194.8,246.32,203.76);
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody+tbody {
  border-color: rgb(143.2,238.88,159.84);
}

.table-hover .table-green:hover {
  background-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
  background-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.table-event,
.table-event>th,
.table-event>td {
  background-color: rgb(186.4,244.92,247.16);
}

.table-event th,
.table-event td,
.table-event thead th,
.table-event tbody+tbody {
  border-color: rgb(127.6,236.28,240.44);
}

.table-hover .table-event:hover {
  background-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.table-hover .table-event:hover>td,
.table-hover .table-event:hover>th {
  background-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.table-event-alt,
.table-event-alt>th,
.table-event-alt>td {
  background-color: rgb(229.52,205.16,255);
}

.table-event-alt th,
.table-event-alt td,
.table-event-alt thead th,
.table-event-alt tbody+tbody {
  border-color: rgb(207.68,162.44,255);
}

.table-hover .table-event-alt:hover {
  background-color: rgb(216.4834831461,179.66,255);
}

.table-hover .table-event-alt:hover>td,
.table-hover .table-event-alt:hover>th {
  background-color: rgb(216.4834831461,179.66,255);
}

.table-petroleo,
.table-petroleo>th,
.table-petroleo>td {
  background-color: rgb(183.6,193.12,197.88);
}

.table-petroleo th,
.table-petroleo td,
.table-petroleo thead th,
.table-petroleo tbody+tbody {
  border-color: rgb(122.4,140.08,148.92);
}

.table-hover .table-petroleo:hover {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-hover .table-petroleo:hover>td,
.table-hover .table-petroleo:hover>th {
  background-color: hsl(200,11.1111111111%,69.8%);
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0,34,51,.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0,17,25.5,.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0,17,25.5,.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: hsl(210,10.3448275862%,30.2450980392%);
}

.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: hsl(210,10.3448275862%,30.2450980392%);
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0,0%,100%,.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0,0%,100%,.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,
.search-form .search-field,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control,
  .search-form .search-field,
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,
.search-form .search-field::-ms-expand,
.comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: rgba(0,0,0,0);
  border: 0;
}

.form-control:focus,
.search-form .search-field:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5,237,255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
}

.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder,
.search-form .search-field::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder,
.comment-form input[type=text]::-ms-input-placeholder,
.comment-form input[type=email]::-ms-input-placeholder,
.comment-form input[type=url]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.search-form .search-field::placeholder,
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.search-form .search-field:disabled,
.comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled,
.form-control[readonly],
.search-form [readonly].search-field,
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value,
.search-form select.search-field: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.125rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(0,0,0,0);
  border: solid rgba(0,0,0,0);
  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: .25rem .5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

textarea.form-control,
.search-form textarea.search-field,
.comment-form textarea {
  height: auto;
}

.form-group,
.search-form label,
.comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .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: .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: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28e048;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(40,224,72,.9);
  border-radius: .25rem;
}

.was-validated .form-control:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.was-validated .comment-form input[type=text]:valid,
.comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.form-control.is-valid,
.search-form .is-valid.search-field,
.comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #28e048;
  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='%2328e048' 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,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.was-validated .comment-form input[type=text]:valid:focus,
.comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.form-control.is-valid:focus,
.search-form .is-valid.search-field:focus,
.comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #28e048;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.25);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .search-form .search-field:valid~.valid-feedback,
.search-form .was-validated .search-field:valid~.valid-feedback,
.was-validated .comment-form input[type=text]:valid~.valid-feedback,
.comment-form .was-validated input[type=text]:valid~.valid-feedback,
.was-validated .comment-form input[type=email]:valid~.valid-feedback,
.comment-form .was-validated input[type=email]:valid~.valid-feedback,
.was-validated .comment-form input[type=url]:valid~.valid-feedback,
.comment-form .was-validated input[type=url]:valid~.valid-feedback,
.was-validated .comment-form textarea:valid~.valid-feedback,
.comment-form .was-validated textarea:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .search-form .search-field:valid~.valid-tooltip,
.search-form .was-validated .search-field:valid~.valid-tooltip,
.was-validated .comment-form input[type=text]:valid~.valid-tooltip,
.comment-form .was-validated input[type=text]:valid~.valid-tooltip,
.was-validated .comment-form input[type=email]:valid~.valid-tooltip,
.comment-form .was-validated input[type=email]:valid~.valid-tooltip,
.was-validated .comment-form input[type=url]:valid~.valid-tooltip,
.comment-form .was-validated input[type=url]:valid~.valid-tooltip,
.was-validated .comment-form textarea:valid~.valid-tooltip,
.comment-form .was-validated textarea:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.search-form .is-valid.search-field~.valid-feedback,
.comment-form input.is-valid[type=text]~.valid-feedback,
.comment-form input.is-valid[type=email]~.valid-feedback,
.comment-form input.is-valid[type=url]~.valid-feedback,
.comment-form textarea.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.search-form .is-valid.search-field~.valid-tooltip,
.comment-form input.is-valid[type=text]~.valid-tooltip,
.comment-form input.is-valid[type=email]~.valid-tooltip,
.comment-form input.is-valid[type=url]~.valid-tooltip,
.comment-form textarea.is-valid~.valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated .search-form textarea.search-field:valid,
.search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
textarea.form-control.is-valid,
.search-form textarea.is-valid.search-field,
.comment-form textarea.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: #28e048;
  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 .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='%2328e048' 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: #28e048;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.25);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.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: #28e048;
}

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

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28e048;
}

.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: rgb(84.5731707317,230.4268292683,109.9390243902);
  background-color: rgb(84.5731707317,230.4268292683,109.9390243902);
}

.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 .2rem rgba(40,224,72,.25);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.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: #28e048;
}

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

.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: #28e048;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.25);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220,53,69,.9);
  border-radius: .25rem;
}

.was-validated .form-control:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.was-validated .comment-form input[type=text]:invalid,
.comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.form-control.is-invalid,
.search-form .is-invalid.search-field,
.comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.was-validated .comment-form input[type=text]:invalid:focus,
.comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.form-control.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .search-form .search-field:invalid~.invalid-feedback,
.search-form .was-validated .search-field:invalid~.invalid-feedback,
.was-validated .comment-form input[type=text]:invalid~.invalid-feedback,
.comment-form .was-validated input[type=text]:invalid~.invalid-feedback,
.was-validated .comment-form input[type=email]:invalid~.invalid-feedback,
.comment-form .was-validated input[type=email]:invalid~.invalid-feedback,
.was-validated .comment-form input[type=url]:invalid~.invalid-feedback,
.comment-form .was-validated input[type=url]:invalid~.invalid-feedback,
.was-validated .comment-form textarea:invalid~.invalid-feedback,
.comment-form .was-validated textarea:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .search-form .search-field:invalid~.invalid-tooltip,
.search-form .was-validated .search-field:invalid~.invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid~.invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid~.invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid~.invalid-tooltip,
.comment-form .was-validated input[type=email]:invalid~.invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid~.invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid~.invalid-tooltip,
.was-validated .comment-form textarea:invalid~.invalid-tooltip,
.comment-form .was-validated textarea:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.search-form .is-invalid.search-field~.invalid-feedback,
.comment-form input.is-invalid[type=text]~.invalid-feedback,
.comment-form input.is-invalid[type=email]~.invalid-feedback,
.comment-form input.is-invalid[type=url]~.invalid-feedback,
.comment-form textarea.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.search-form .is-invalid.search-field~.invalid-tooltip,
.comment-form input.is-invalid[type=text]~.invalid-tooltip,
.comment-form input.is-invalid[type=email]~.invalid-tooltip,
.comment-form input.is-invalid[type=url]~.invalid-tooltip,
.comment-form textarea.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated .search-form textarea.search-field:invalid,
.search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
textarea.form-control.is-invalid,
.search-form textarea.is-invalid.search-field,
.comment-form textarea.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: #dc3545;
  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 .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,.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: #dc3545;
}

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

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.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: rgb(227.5316455696,96.4683544304,109.0253164557);
  background-color: rgb(227.5316455696,96.4683544304,109.0253164557);
}

.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 .2rem rgba(220,53,69,.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,.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: #dc3545;
}

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

.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: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline,
.search-form {
  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,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form 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,
  .search-form .form-group,
  .search-form label,
  .form-inline .comment-form p,
  .search-form .comment-form p,
  .comment-form .form-inline p,
  .comment-form .search-form p {
    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,
  .search-form .form-control,
  .search-form .search-field,
  .form-inline .comment-form input[type=text],
  .search-form .comment-form input[type=text],
  .comment-form .form-inline input[type=text],
  .comment-form .search-form input[type=text],
  .form-inline .comment-form input[type=email],
  .search-form .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .comment-form .search-form input[type=email],
  .form-inline .comment-form input[type=url],
  .search-form .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .comment-form .search-form input[type=url],
  .form-inline .comment-form textarea,
  .search-form .comment-form textarea,
  .comment-form .form-inline textarea,
  .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  .form-inline .form-check,
  .search-form .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,
  .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .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,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .comment-reply-link,
.single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.search-form .search-submit,
.comment-form input[type=submit] {
  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: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  padding: .375rem .75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .comment-reply-link,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .search-form .search-submit,
  .comment-form input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.single-post .comments .comment-form .form-submit .submit:hover,
.single-post .comments .comment-list .comment-edit-link:hover,
.single-post .comments .comment-list .comment-reply-link:hover,
.single-post .comments-new .comment-form .form-submit .submit:hover,
.single-post .comments-new .comment-list .comment-edit-link:hover,
.single-post .comments-new .comment-list .comment-reply-link:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
.search-form .search-submit:hover,
.comment-form input[type=submit]:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.single-post .comments .comment-form .form-submit .submit:focus,
.single-post .comments .comment-list .comment-edit-link:focus,
.single-post .comments .comment-list .comment-reply-link:focus,
.single-post .comments-new .comment-form .form-submit .submit:focus,
.single-post .comments-new .comment-list .comment-edit-link:focus,
.single-post .comments-new .comment-list .comment-reply-link:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:focus,
.search-form .search-submit:focus,
.comment-form input[type=submit]:focus,
.btn.focus,
.single-post .comments .comment-form .form-submit .focus.submit,
.single-post .comments .comment-list .focus.comment-edit-link,
.single-post .comments .comment-list .focus.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .focus.submit,
.single-post .comments-new .comment-list .focus.comment-edit-link,
.single-post .comments-new .comment-list .focus.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .focus.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .focus.hs-button,
.search-form .focus.search-submit,
.comment-form input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
}

.btn.disabled,
.single-post .comments .comment-form .form-submit .disabled.submit,
.single-post .comments .comment-list .disabled.comment-edit-link,
.single-post .comments .comment-list .disabled.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .disabled.submit,
.single-post .comments-new .comment-list .disabled.comment-edit-link,
.single-post .comments-new .comment-list .disabled.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .disabled.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .disabled.hs-button,
.search-form .disabled.search-submit,
.comment-form input.disabled[type=submit],
.btn.btn-disabled,
.single-post .comments .comment-form .form-submit .btn-disabled.submit,
.single-post .comments .comment-list .btn-disabled.comment-edit-link,
.single-post .comments .comment-list .btn-disabled.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-disabled.submit,
.single-post .comments-new .comment-list .btn-disabled.comment-edit-link,
.single-post .comments-new .comment-list .btn-disabled.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-disabled.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-disabled.hs-button,
.search-form .btn-disabled.search-submit,
.comment-form input.btn-disabled[type=submit],
.btn[href="#off"],
.single-post .comments .comment-form .form-submit [href="#off"].submit,
.single-post .comments .comment-list [href="#off"].comment-edit-link,
.single-post .comments .comment-list [href="#off"].comment-reply-link,
.single-post .comments-new .comment-form .form-submit [href="#off"].submit,
.single-post .comments-new .comment-list [href="#off"].comment-edit-link,
.single-post .comments-new .comment-list [href="#off"].comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions [href="#off"].hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions [href="#off"].hs-button,
.search-form [href="#off"].search-submit,
.comment-form input[href="#off"][type=submit],
.btn:disabled,
.single-post .comments .comment-form .form-submit .submit:disabled,
.single-post .comments .comment-list .comment-edit-link:disabled,
.single-post .comments .comment-list .comment-reply-link:disabled,
.single-post .comments-new .comment-form .form-submit .submit:disabled,
.single-post .comments-new .comment-list .comment-edit-link:disabled,
.single-post .comments-new .comment-list .comment-reply-link:disabled,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:disabled,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:disabled,
.search-form .search-submit:disabled,
.comment-form input[type=submit]:disabled {
  opacity: .65;
}

a.btn.disabled,
.single-post .comments .comment-form .form-submit a.disabled.submit,
.single-post .comments .comment-list a.disabled.comment-edit-link,
.single-post .comments .comment-list a.disabled.comment-reply-link,
.single-post .comments-new .comment-form .form-submit a.disabled.submit,
.single-post .comments-new .comment-list a.disabled.comment-edit-link,
.single-post .comments-new .comment-list a.disabled.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions a.disabled.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions a.disabled.hs-button,
.search-form a.disabled.search-submit,
a.btn.btn-disabled,
.single-post .comments .comment-form .form-submit a.btn-disabled.submit,
.single-post .comments .comment-list a.btn-disabled.comment-edit-link,
.single-post .comments .comment-list a.btn-disabled.comment-reply-link,
.single-post .comments-new .comment-form .form-submit a.btn-disabled.submit,
.single-post .comments-new .comment-list a.btn-disabled.comment-edit-link,
.single-post .comments-new .comment-list a.btn-disabled.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions a.btn-disabled.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions a.btn-disabled.hs-button,
.search-form a.btn-disabled.search-submit,
a.btn[href="#off"],
.single-post .comments .comment-form .form-submit a[href="#off"].submit,
.single-post .comments .comment-list a[href="#off"].comment-edit-link,
.single-post .comments .comment-list a[href="#off"].comment-reply-link,
.single-post .comments-new .comment-form .form-submit a[href="#off"].submit,
.single-post .comments-new .comment-list a[href="#off"].comment-edit-link,
.single-post .comments-new .comment-list a[href="#off"].comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions a[href="#off"].hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions a[href="#off"].hs-button,
.search-form a[href="#off"].search-submit,
fieldset:disabled a.btn,
fieldset:disabled .single-post .comments .comment-form .form-submit a.submit,
.single-post .comments .comment-form .form-submit fieldset:disabled a.submit,
fieldset:disabled .single-post .comments .comment-list a.comment-edit-link,
.single-post .comments .comment-list fieldset:disabled a.comment-edit-link,
fieldset:disabled .single-post .comments .comment-list a.comment-reply-link,
.single-post .comments .comment-list fieldset:disabled a.comment-reply-link,
fieldset:disabled .single-post .comments-new .comment-form .form-submit a.submit,
.single-post .comments-new .comment-form .form-submit fieldset:disabled a.submit,
fieldset:disabled .single-post .comments-new .comment-list a.comment-edit-link,
.single-post .comments-new .comment-list fieldset:disabled a.comment-edit-link,
fieldset:disabled .single-post .comments-new .comment-list a.comment-reply-link,
.single-post .comments-new .comment-list fieldset:disabled a.comment-reply-link,
fieldset:disabled .modal-form-pop-up .hbspt-form form.hs-form .actions a.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions fieldset:disabled a.hs-button,
fieldset:disabled .newsletter-form .hbspt-form form.hs-form .hs_submit .actions a.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions fieldset:disabled a.hs-button,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary,
.single-post .comments .comment-form .form-submit .submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.btn-gradient-primary {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-primary:hover,
.single-post .comments .comment-form .form-submit .submit:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
.btn-gradient-primary:hover {
  color: #fff;
  background-color: rgb(0,186.15,216.75);
  border-color: rgb(0,175.2,204);
}

.btn-primary:focus,
.single-post .comments .comment-form .form-submit .submit:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:focus,
.btn-gradient-primary:focus,
.btn-primary.focus,
.single-post .comments .comment-form .form-submit .focus.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .focus.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .focus.hs-button,
.focus.btn-gradient-primary {
  -webkit-box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
}

.btn-primary.disabled,
.single-post .comments .comment-form .form-submit .disabled.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .disabled.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .disabled.hs-button,
.disabled.btn-gradient-primary,
.btn-primary.btn-disabled,
.single-post .comments .comment-form .form-submit .btn-disabled.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-disabled.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-disabled.hs-button,
.btn-disabled.btn-gradient-primary,
.btn-primary[href="#off"],
.single-post .comments .comment-form .form-submit [href="#off"].submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions [href="#off"].hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions [href="#off"].hs-button,
[href="#off"].btn-gradient-primary,
.btn-primary:disabled,
.single-post .comments .comment-form .form-submit .submit:disabled,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:disabled,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:disabled,
.btn-gradient-primary:disabled {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.single-post .comments .comment-form .form-submit .submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gradient-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.single-post .comments .comment-form .form-submit .submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.btn-gradient-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-primary.dropdown-toggle,
.single-post .comments .comment-form .form-submit .show>.dropdown-toggle.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .show>.dropdown-toggle.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .show>.dropdown-toggle.hs-button,
.show>.dropdown-toggle.btn-gradient-primary {
  color: #fff;
  background-color: rgb(0,175.2,204);
  border-color: rgb(0,164.25,191.25);
}

.btn-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.single-post .comments .comment-form .form-submit .submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gradient-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.single-post .comments .comment-form .form-submit .submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.btn-gradient-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.single-post .comments .comment-form .form-submit .show>.dropdown-toggle.submit:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .show>.dropdown-toggle.hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .show>.dropdown-toggle.hs-button:focus,
.show>.dropdown-toggle.btn-gradient-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
}

.btn-secondary,
.search-form .search-submit,
.comment-form input[type=submit] {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-secondary:hover,
.search-form .search-submit:hover,
.comment-form input[type=submit]:hover {
  color: #fff;
  background-color: rgb(0,168.2840425532,196.75);
  border-color: rgb(0,157.3787234043,184);
}

.btn-secondary:focus,
.search-form .search-submit:focus,
.comment-form input[type=submit]:focus,
.btn-secondary.focus,
.search-form .focus.search-submit,
.comment-form input.focus[type=submit] {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
}

.btn-secondary.disabled,
.search-form .disabled.search-submit,
.comment-form input.disabled[type=submit],
.btn-secondary.btn-disabled,
.search-form .btn-disabled.search-submit,
.comment-form input.btn-disabled[type=submit],
.btn-secondary[href="#off"],
.search-form [href="#off"].search-submit,
.comment-form input[href="#off"][type=submit],
.btn-secondary:disabled,
.search-form .search-submit:disabled,
.comment-form input[type=submit]:disabled {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.search-form .search-submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.comment-form input[type=submit]:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.search-form .search-submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.comment-form input[type=submit]:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-secondary.dropdown-toggle,
.search-form .show>.dropdown-toggle.search-submit,
.comment-form .show>input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: rgb(0,157.3787234043,184);
  border-color: rgb(0,146.4734042553,171.25);
}

.btn-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.search-form .search-submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.search-form .search-submit:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.search-form .show>.dropdown-toggle.search-submit:focus,
.comment-form .show>input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
}

.btn-success {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(28.4481707317,197.3018292683,57.8140243902);
  border-color: rgb(26.8414634146,186.1585365854,54.5487804878);
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
          box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
}

.btn-success.disabled,
.btn-success.btn-disabled,
.btn-success[href="#off"],
.btn-success:disabled {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.8414634146,186.1585365854,54.5487804878);
  border-color: rgb(25.2347560976,175.0152439024,51.2835365854);
}

.btn-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
          box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75,132.0652173913,150);
  border-color: rgb(17.3333333333,122.0869565217,138.6666666667);
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(57.8,175.95,194.65,.5);
          box-shadow: 0 0 0 .2rem rgba(57.8,175.95,194.65,.5);
}

.btn-info.disabled,
.btn-info.btn-disabled,
.btn-info[href="#off"],
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667);
  border-color: rgb(15.9166666667,112.1086956522,127.3333333333);
}

.btn-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(57.8,175.95,194.65,.5);
          box-shadow: 0 0 0 .2rem rgba(57.8,175.95,194.65,.5);
}

.btn-warning {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-warning:hover {
  color: #fff;
  background-color: rgb(0,186.15,216.75);
  border-color: rgb(0,175.2,204);
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
}

.btn-warning.disabled,
.btn-warning.btn-disabled,
.btn-warning[href="#off"],
.btn-warning:disabled {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(0,175.2,204);
  border-color: rgb(0,164.25,191.25);
}

.btn-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(4.95,191.7,222.9,.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481,34.667721519,50.5158227848);
  border-color: rgb(189.2151898734,32.7848101266,47.7721518987);
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(225.25,83.3,96.9,.5);
          box-shadow: 0 0 0 .2rem rgba(225.25,83.3,96.9,.5);
}

.btn-danger.disabled,
.btn-danger.btn-disabled,
.btn-danger[href="#off"],
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987);
  border-color: rgb(178.3481012658,30.9018987342,45.0284810127);
}

.btn-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(225.25,83.3,96.9,.5);
          box-shadow: 0 0 0 .2rem rgba(225.25,83.3,96.9,.5);
}

.btn-light {
  color: #212529;
  background-color: #f5f;
  border-color: #f5f;
}

.btn-light:hover {
  color: #fff;
  background-color: rgb(255,46.75,255);
  border-color: #f2f;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(221.7,77.8,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(221.7,77.8,222.9,.5);
}

.btn-light.disabled,
.btn-light.btn-disabled,
.btn-light[href="#off"],
.btn-light:disabled {
  color: #212529;
  background-color: #f5f;
  border-color: #f5f;
}

.btn-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: #f2f;
  border-color: rgb(255,21.25,255);
}

.btn-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(221.7,77.8,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(221.7,77.8,222.9,.5);
}

.btn-dark {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-dark:hover {
  color: #fff;
  background-color: rgb(0,8.5,12.75);
  border-color: #000;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-dark.disabled,
.btn-dark.btn-disabled,
.btn-dark[href="#off"],
.btn-dark:disabled {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: hsl(0,0%,92.5%);
  border-color: hsl(0,0%,90%);
}

.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(221.7,222.3,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(221.7,222.3,222.9,.5);
}

.btn-white.disabled,
.btn-white.btn-disabled,
.btn-white[href="#off"],
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-white.dropdown-toggle {
  color: #212529;
  background-color: hsl(0,0%,90%);
  border-color: hsl(0,0%,87.5%);
}

.btn-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(221.7,222.3,222.9,.5);
          box-shadow: 0 0 0 .2rem rgba(221.7,222.3,222.9,.5);
}

.btn-space-shuttle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-space-shuttle:hover {
  color: #fff;
  background-color: rgb(0,8.5,12.75);
  border-color: #000;
}

.btn-space-shuttle:focus,
.btn-space-shuttle.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-space-shuttle.disabled,
.btn-space-shuttle.btn-disabled,
.btn-space-shuttle[href="#off"],
.btn-space-shuttle:disabled {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-space-shuttle.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-space-shuttle.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-hurricane {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-hurricane:hover {
  color: #fff;
  background-color: rgb(0,8.5,12.75);
  border-color: #000;
}

.btn-hurricane:focus,
.btn-hurricane.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-hurricane.disabled,
.btn-hurricane.btn-disabled,
.btn-hurricane[href="#off"],
.btn-hurricane:disabled {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-hurricane.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-hurricane.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-boulder {
  color: #fff;
  background-color: #767676;
  border-color: #767676;
}

.btn-boulder:hover {
  color: #fff;
  background-color: hsl(0,0%,38.7745098039%);
  border-color: rgb(92.5,92.5,92.5);
}

.btn-boulder:focus,
.btn-boulder.focus {
  -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,54.3333333333%,.5);
          box-shadow: 0 0 0 .2rem hsla(0,0%,54.3333333333%,.5);
}

.btn-boulder.disabled,
.btn-boulder.btn-disabled,
.btn-boulder[href="#off"],
.btn-boulder:disabled {
  color: #fff;
  background-color: #767676;
  border-color: #767676;
}

.btn-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-boulder.dropdown-toggle {
  color: #fff;
  background-color: rgb(92.5,92.5,92.5);
  border-color: hsl(0,0%,33.7745098039%);
}

.btn-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-boulder.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,54.3333333333%,.5);
          box-shadow: 0 0 0 .2rem hsla(0,0%,54.3333333333%,.5);
}

.btn-blue {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-blue:hover {
  color: #fff;
  background-color: rgb(0,168.2840425532,196.75);
  border-color: rgb(0,157.3787234043,184);
}

.btn-blue:focus,
.btn-blue.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
}

.btn-blue.disabled,
.btn-blue.btn-disabled,
.btn-blue[href="#off"],
.btn-blue:disabled {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(0,157.3787234043,184);
  border-color: rgb(0,146.4734042553,171.25);
}

.btn-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,209.1,238,.5);
}

.btn-black {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-black:hover {
  color: #fff;
  background-color: rgb(0,8.5,12.75);
  border-color: #000;
}

.btn-black:focus,
.btn-black.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-black.disabled,
.btn-black.btn-disabled,
.btn-black[href="#off"],
.btn-black:disabled {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-gray-lighter {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-gray-lighter:hover {
  color: #212529;
  background-color: hsl(0,0%,88.5784313725%);
  border-color: rgb(219.5,219.5,219.5);
}

.btn-gray-lighter:focus,
.btn-gray-lighter.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(213.2,213.8,214.4,.5);
          box-shadow: 0 0 0 .2rem rgba(213.2,213.8,214.4,.5);
}

.btn-gray-lighter.disabled,
.btn-gray-lighter.btn-disabled,
.btn-gray-lighter[href="#off"],
.btn-gray-lighter:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-gray-lighter.dropdown-toggle {
  color: #212529;
  background-color: rgb(219.5,219.5,219.5);
  border-color: hsl(0,0%,83.5784313725%);
}

.btn-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-gray-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(213.2,213.8,214.4,.5);
          box-shadow: 0 0 0 .2rem rgba(213.2,213.8,214.4,.5);
}

.btn-gray-light {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.btn-gray-light:hover {
  color: #212529;
  background-color: hsl(0,0%,73.6764705882%);
  border-color: rgb(181.5,181.5,181.5);
}

.btn-gray-light:focus,
.btn-gray-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(180.9,181.5,182.1,.5);
          box-shadow: 0 0 0 .2rem rgba(180.9,181.5,182.1,.5);
}

.btn-gray-light.disabled,
.btn-gray-light.btn-disabled,
.btn-gray-light[href="#off"],
.btn-gray-light:disabled {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.btn-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-gray-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(181.5,181.5,181.5);
  border-color: hsl(0,0%,68.6764705882%);
}

.btn-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(180.9,181.5,182.1,.5);
          box-shadow: 0 0 0 .2rem rgba(180.9,181.5,182.1,.5);
}

.btn-gray {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-gray:hover {
  color: #fff;
  background-color: hsl(0,0%,51.7156862745%);
  border-color: rgb(125.5,125.5,125.5);
}

.btn-gray:focus,
.btn-gray.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(133.3,133.9,134.5,.5);
          box-shadow: 0 0 0 .2rem rgba(133.3,133.9,134.5,.5);
}

.btn-gray.disabled,
.btn-gray.btn-disabled,
.btn-gray[href="#off"],
.btn-gray:disabled {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(125.5,125.5,125.5);
  border-color: hsl(0,0%,46.7156862745%);
}

.btn-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(133.3,133.9,134.5,.5);
          box-shadow: 0 0 0 .2rem rgba(133.3,133.9,134.5,.5);
}

.btn-gray-darker {
  color: #fff;
  background-color: #4d5451;
  border-color: #4d5451;
}

.btn-gray-darker:hover {
  color: #fff;
  background-color: rgb(58.7065217391,64.0434782609,61.7562111801);
  border-color: rgb(52.6086956522,57.3913043478,55.3416149068);
}

.btn-gray-darker:focus,
.btn-gray-darker.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(103.7,109.65,107.1,.5);
          box-shadow: 0 0 0 .2rem rgba(103.7,109.65,107.1,.5);
}

.btn-gray-darker.disabled,
.btn-gray-darker.btn-disabled,
.btn-gray-darker[href="#off"],
.btn-gray-darker:disabled {
  color: #fff;
  background-color: #4d5451;
  border-color: #4d5451;
}

.btn-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-gray-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(52.6086956522,57.3913043478,55.3416149068);
  border-color: rgb(46.5108695652,50.7391304348,48.9270186335);
}

.btn-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-gray-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(103.7,109.65,107.1,.5);
          box-shadow: 0 0 0 .2rem rgba(103.7,109.65,107.1,.5);
}

.btn-gray-dove {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.btn-gray-dove:hover {
  color: #fff;
  background-color: hsl(0,0%,34.068627451%);
  border-color: rgb(80.5,80.5,80.5);
}

.btn-gray-dove:focus,
.btn-gray-dove.focus {
  -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,50.3333333333%,.5);
          box-shadow: 0 0 0 .2rem hsla(0,0%,50.3333333333%,.5);
}

.btn-gray-dove.disabled,
.btn-gray-dove.btn-disabled,
.btn-gray-dove[href="#off"],
.btn-gray-dove:disabled {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.btn-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-gray-dove.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.5,80.5,80.5);
  border-color: hsl(0,0%,29.068627451%);
}

.btn-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-gray-dove.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,50.3333333333%,.5);
          box-shadow: 0 0 0 .2rem hsla(0,0%,50.3333333333%,.5);
}

.btn-brown {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-brown:hover {
  color: #fff;
  background-color: rgb(0,8.5,12.75);
  border-color: #000;
}

.btn-brown:focus,
.btn-brown.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-brown.disabled,
.btn-brown.btn-disabled,
.btn-brown[href="#off"],
.btn-brown:disabled {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-brown.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-gray-light-2 {
  color: #212529;
  background-color: #dedede;
  border-color: #dedede;
}

.btn-gray-light-2:hover {
  color: #212529;
  background-color: hsl(0,0%,79.5588235294%);
  border-color: rgb(196.5,196.5,196.5);
}

.btn-gray-light-2:focus,
.btn-gray-light-2.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(193.65,194.25,194.85,.5);
          box-shadow: 0 0 0 .2rem rgba(193.65,194.25,194.85,.5);
}

.btn-gray-light-2.disabled,
.btn-gray-light-2.btn-disabled,
.btn-gray-light-2[href="#off"],
.btn-gray-light-2:disabled {
  color: #212529;
  background-color: #dedede;
  border-color: #dedede;
}

.btn-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-gray-light-2.dropdown-toggle {
  color: #212529;
  background-color: rgb(196.5,196.5,196.5);
  border-color: hsl(0,0%,74.5588235294%);
}

.btn-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-gray-light-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(193.65,194.25,194.85,.5);
          box-shadow: 0 0 0 .2rem rgba(193.65,194.25,194.85,.5);
}

.btn-yellow-mustard {
  color: #212529;
  background-color: #e6a441;
  border-color: #e6a441;
}

.btn-yellow-mustard:hover {
  color: #212529;
  background-color: hsl(36,76.7441860465%,50.3431372549%);
  border-color: hsl(36,76.7441860465%,47.8431372549%);
}

.btn-yellow-mustard:focus,
.btn-yellow-mustard.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(200.45,144.95,61.4,.5);
          box-shadow: 0 0 0 .2rem rgba(200.45,144.95,61.4,.5);
}

.btn-yellow-mustard.disabled,
.btn-yellow-mustard.btn-disabled,
.btn-yellow-mustard[href="#off"],
.btn-yellow-mustard:disabled {
  color: #212529;
  background-color: #e6a441;
  border-color: #e6a441;
}

.btn-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-yellow-mustard.dropdown-toggle {
  color: #212529;
  background-color: hsl(36,76.7441860465%,47.8431372549%);
  border-color: hsl(36,76.7441860465%,45.3431372549%);
}

.btn-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-yellow-mustard.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(200.45,144.95,61.4,.5);
          box-shadow: 0 0 0 .2rem rgba(200.45,144.95,61.4,.5);
}

.btn-blue-light {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-blue-light:hover {
  color: #fff;
  background-color: rgb(8.3860759494,183.6550632911,190.3639240506);
  border-color: rgb(7.8481012658,171.8734177215,178.1518987342);
}

.btn-blue-light:focus,
.btn-blue-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
          box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
}

.btn-blue-light.disabled,
.btn-blue-light.btn-disabled,
.btn-blue-light[href="#off"],
.btn-blue-light:disabled {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-blue-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(7.8481012658,171.8734177215,178.1518987342);
  border-color: rgb(7.3101265823,160.0917721519,165.9398734177);
}

.btn-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-blue-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
          box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
}

.btn-brown-darker {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-brown-darker:hover {
  color: #fff;
  background-color: rgb(0,8.5,12.75);
  border-color: #000;
}

.btn-brown-darker:focus,
.btn-brown-darker.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-brown-darker.disabled,
.btn-brown-darker.btn-disabled,
.btn-brown-darker[href="#off"],
.btn-brown-darker:disabled {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-brown-darker.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-brown-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-brown-dark {
  color: #fff;
  background-color: #332f2b;
  border-color: #332f2b;
}

.btn-brown-dark:hover {
  color: #fff;
  background-color: hsl(30,8.5106382979%,10.931372549%);
  border-color: hsl(30,8.5106382979%,8.431372549%);
}

.btn-brown-dark:focus,
.btn-brown-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(81.6,78.2,74.8,.5);
          box-shadow: 0 0 0 .2rem rgba(81.6,78.2,74.8,.5);
}

.btn-brown-dark.disabled,
.btn-brown-dark.btn-disabled,
.btn-brown-dark[href="#off"],
.btn-brown-dark:disabled {
  color: #fff;
  background-color: #332f2b;
  border-color: #332f2b;
}

.btn-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-brown-dark.dropdown-toggle {
  color: #fff;
  background-color: hsl(30,8.5106382979%,8.431372549%);
  border-color: hsl(30,8.5106382979%,5.931372549%);
}

.btn-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-brown-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(81.6,78.2,74.8,.5);
          box-shadow: 0 0 0 .2rem rgba(81.6,78.2,74.8,.5);
}

.btn-brown-lighter {
  color: #fff;
  background-color: #57514e;
  border-color: #57514e;
}

.btn-brown-lighter:hover {
  color: #fff;
  background-color: hsl(20,5.4545454545%,24.8529411765%);
  border-color: hsl(20,5.4545454545%,22.3529411765%);
}

.btn-brown-lighter:focus,
.btn-brown-lighter.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(112.2,107.1,104.55,.5);
          box-shadow: 0 0 0 .2rem rgba(112.2,107.1,104.55,.5);
}

.btn-brown-lighter.disabled,
.btn-brown-lighter.btn-disabled,
.btn-brown-lighter[href="#off"],
.btn-brown-lighter:disabled {
  color: #fff;
  background-color: #57514e;
  border-color: #57514e;
}

.btn-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-brown-lighter.dropdown-toggle {
  color: #fff;
  background-color: hsl(20,5.4545454545%,22.3529411765%);
  border-color: hsl(20,5.4545454545%,19.8529411765%);
}

.btn-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-brown-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(112.2,107.1,104.55,.5);
          box-shadow: 0 0 0 .2rem rgba(112.2,107.1,104.55,.5);
}

.btn-blue-chill {
  color: #fff;
  background-color: #0d729c;
  border-color: #0d729c;
}

.btn-blue-chill:hover {
  color: #fff;
  background-color: rgb(10.0576923077,88.1982248521,120.6923076923);
  border-color: rgb(9.0769230769,79.5976331361,108.9230769231);
}

.btn-blue-chill:focus,
.btn-blue-chill.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(49.3,135.15,170.85,.5);
          box-shadow: 0 0 0 .2rem rgba(49.3,135.15,170.85,.5);
}

.btn-blue-chill.disabled,
.btn-blue-chill.btn-disabled,
.btn-blue-chill[href="#off"],
.btn-blue-chill:disabled {
  color: #fff;
  background-color: #0d729c;
  border-color: #0d729c;
}

.btn-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-blue-chill.dropdown-toggle {
  color: #fff;
  background-color: rgb(9.0769230769,79.5976331361,108.9230769231);
  border-color: rgb(8.0961538462,70.9970414201,97.1538461538);
}

.btn-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-blue-chill.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(49.3,135.15,170.85,.5);
          box-shadow: 0 0 0 .2rem rgba(49.3,135.15,170.85,.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: #4d4641;
  border-color: #4d4641;
}

.btn-gray-dark:hover {
  color: #fff;
  background-color: hsl(25,8.4507042254%,20.3431372549%);
  border-color: hsl(25,8.4507042254%,17.8431372549%);
}

.btn-gray-dark:focus,
.btn-gray-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(103.7,97.75,93.5,.5);
          box-shadow: 0 0 0 .2rem rgba(103.7,97.75,93.5,.5);
}

.btn-gray-dark.disabled,
.btn-gray-dark.btn-disabled,
.btn-gray-dark[href="#off"],
.btn-gray-dark:disabled {
  color: #fff;
  background-color: #4d4641;
  border-color: #4d4641;
}

.btn-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: hsl(25,8.4507042254%,17.8431372549%);
  border-color: hsl(25,8.4507042254%,15.3431372549%);
}

.btn-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(103.7,97.75,93.5,.5);
          box-shadow: 0 0 0 .2rem rgba(103.7,97.75,93.5,.5);
}

.btn-purple {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-purple:hover {
  color: #fff;
  background-color: rgb(144.4452247191,38.75,255);
  border-color: rgb(137.9269662921,26,255);
}

.btn-purple:focus,
.btn-purple.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
          box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
}

.btn-purple.disabled,
.btn-purple.btn-disabled,
.btn-purple[href="#off"],
.btn-purple:disabled {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-purple.dropdown-toggle {
  color: #fff;
  background-color: rgb(137.9269662921,26,255);
  border-color: rgb(131.4087078652,13.25,255);
}

.btn-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
          box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
}

.btn-magenta {
  color: #fff;
  background-color: #fb0058;
  border-color: #fb0058;
}

.btn-magenta:hover {
  color: #fff;
  background-color: rgb(212.75,0,74.5896414343);
  border-color: rgb(200,0,70.1195219124);
}

.btn-magenta:focus,
.btn-magenta.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(251.6,38.25,113.05,.5);
          box-shadow: 0 0 0 .2rem rgba(251.6,38.25,113.05,.5);
}

.btn-magenta.disabled,
.btn-magenta.btn-disabled,
.btn-magenta[href="#off"],
.btn-magenta:disabled {
  color: #fff;
  background-color: #fb0058;
  border-color: #fb0058;
}

.btn-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-magenta.dropdown-toggle {
  color: #fff;
  background-color: rgb(200,0,70.1195219124);
  border-color: rgb(187.25,0,65.6494023904);
}

.btn-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-magenta.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(251.6,38.25,113.05,.5);
          box-shadow: 0 0 0 .2rem rgba(251.6,38.25,113.05,.5);
}

.btn-green {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-green:hover {
  color: #fff;
  background-color: rgb(28.4481707317,197.3018292683,57.8140243902);
  border-color: rgb(26.8414634146,186.1585365854,54.5487804878);
}

.btn-green:focus,
.btn-green.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
          box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
}

.btn-green.disabled,
.btn-green.btn-disabled,
.btn-green[href="#off"],
.btn-green:disabled {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.8414634146,186.1585365854,54.5487804878);
  border-color: rgb(25.2347560976,175.0152439024,51.2835365854);
}

.btn-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
          box-shadow: 0 0 0 .2rem rgba(38.95,195.95,67.35,.5);
}

.btn-event {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-event:hover {
  color: #fff;
  background-color: rgb(8.3860759494,183.6550632911,190.3639240506);
  border-color: rgb(7.8481012658,171.8734177215,178.1518987342);
}

.btn-event:focus,
.btn-event.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
          box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
}

.btn-event.disabled,
.btn-event.btn-disabled,
.btn-event[href="#off"],
.btn-event:disabled {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-event.dropdown-toggle {
  color: #fff;
  background-color: rgb(7.8481012658,171.8734177215,178.1518987342);
  border-color: rgb(7.3101265823,160.0917721519,165.9398734177);
}

.btn-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-event.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
          box-shadow: 0 0 0 .2rem rgba(13.45,191.7,199.1,.5);
}

.btn-event-alt {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-event-alt:hover {
  color: #fff;
  background-color: rgb(144.4452247191,38.75,255);
  border-color: rgb(137.9269662921,26,255);
}

.btn-event-alt:focus,
.btn-event-alt.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
          box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
}

.btn-event-alt.disabled,
.btn-event-alt.btn-disabled,
.btn-event-alt[href="#off"],
.btn-event-alt:disabled {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-event-alt.dropdown-toggle {
  color: #fff;
  background-color: rgb(137.9269662921,26,255);
  border-color: rgb(131.4087078652,13.25,255);
}

.btn-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-event-alt.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
          box-shadow: 0 0 0 .2rem rgba(177.65,103.7,255,.5);
}

.btn-petroleo {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-petroleo:hover {
  color: #fff;
  background-color: rgb(0,8.5,12.75);
  border-color: #000;
}

.btn-petroleo:focus,
.btn-petroleo.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-petroleo.disabled,
.btn-petroleo.btn-disabled,
.btn-petroleo[href="#off"],
.btn-petroleo:disabled {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-petroleo.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-petroleo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
          box-shadow: 0 0 0 .2rem rgba(38.25,67.15,81.6,.5);
}

.btn-outline-primary {
  color: #00dbff;
  border-color: #00dbff;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary.btn-disabled,
.btn-outline-primary[href="#off"],
.btn-outline-primary:disabled {
  color: #00dbff;
  background-color: rgba(0,0,0,0);
}

.btn-outline-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-outline-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
}

.btn-outline-secondary {
  color: #00c9eb;
  border-color: #00c9eb;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
          box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary.btn-disabled,
.btn-outline-secondary[href="#off"],
.btn-outline-secondary:disabled {
  color: #00c9eb;
  background-color: rgba(0,0,0,0);
}

.btn-outline-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-outline-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
          box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
}

.btn-outline-success {
  color: #28e048;
  border-color: #28e048;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
}

.btn-outline-success.disabled,
.btn-outline-success.btn-disabled,
.btn-outline-success[href="#off"],
.btn-outline-success:disabled {
  color: #28e048;
  background-color: rgba(0,0,0,0);
}

.btn-outline-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-outline-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-success:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.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 .2rem rgba(23,162,184,.5);
          box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-info.disabled,
.btn-outline-info.btn-disabled,
.btn-outline-info[href="#off"],
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0,0,0,0);
}

.btn-outline-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-info:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
          box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning {
  color: #00dbff;
  border-color: #00dbff;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning.btn-disabled,
.btn-outline-warning[href="#off"],
.btn-outline-warning:disabled {
  color: #00dbff;
  background-color: rgba(0,0,0,0);
}

.btn-outline-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #00dbff;
  border-color: #00dbff;
}

.btn-outline-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger.btn-disabled,
.btn-outline-danger[href="#off"],
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: rgba(0,0,0,0);
}

.btn-outline-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-light {
  color: #f5f;
  border-color: #f5f;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f5f;
  border-color: #f5f;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255,85,255,.5);
          box-shadow: 0 0 0 .2rem rgba(255,85,255,.5);
}

.btn-outline-light.disabled,
.btn-outline-light.btn-disabled,
.btn-outline-light[href="#off"],
.btn-outline-light:disabled {
  color: #f5f;
  background-color: rgba(0,0,0,0);
}

.btn-outline-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f5f;
  border-color: #f5f;
}

.btn-outline-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255,85,255,.5);
          box-shadow: 0 0 0 .2rem rgba(255,85,255,.5);
}

.btn-outline-dark {
  color: #023;
  border-color: #023;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark.btn-disabled,
.btn-outline-dark[href="#off"],
.btn-outline-dark:disabled {
  color: #023;
  background-color: rgba(0,0,0,0);
}

.btn-outline-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

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

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
          box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
}

.btn-outline-white.disabled,
.btn-outline-white.btn-disabled,
.btn-outline-white[href="#off"],
.btn-outline-white:disabled {
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.btn-outline-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-white:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
          box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
}

.btn-outline-space-shuttle {
  color: #023;
  border-color: #023;
}

.btn-outline-space-shuttle:hover {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-space-shuttle:focus,
.btn-outline-space-shuttle.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-space-shuttle.disabled,
.btn-outline-space-shuttle.btn-disabled,
.btn-outline-space-shuttle[href="#off"],
.btn-outline-space-shuttle:disabled {
  color: #023;
  background-color: rgba(0,0,0,0);
}

.btn-outline-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-space-shuttle.dropdown-toggle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-space-shuttle:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-space-shuttle.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-hurricane {
  color: #023;
  border-color: #023;
}

.btn-outline-hurricane:hover {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-hurricane:focus,
.btn-outline-hurricane.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-hurricane.disabled,
.btn-outline-hurricane.btn-disabled,
.btn-outline-hurricane[href="#off"],
.btn-outline-hurricane:disabled {
  color: #023;
  background-color: rgba(0,0,0,0);
}

.btn-outline-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-hurricane.dropdown-toggle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-hurricane:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-hurricane.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-boulder {
  color: #767676;
  border-color: #767676;
}

.btn-outline-boulder:hover {
  color: #fff;
  background-color: #767676;
  border-color: #767676;
}

.btn-outline-boulder:focus,
.btn-outline-boulder.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(118,118,118,.5);
          box-shadow: 0 0 0 .2rem rgba(118,118,118,.5);
}

.btn-outline-boulder.disabled,
.btn-outline-boulder.btn-disabled,
.btn-outline-boulder[href="#off"],
.btn-outline-boulder:disabled {
  color: #767676;
  background-color: rgba(0,0,0,0);
}

.btn-outline-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-boulder.dropdown-toggle {
  color: #fff;
  background-color: #767676;
  border-color: #767676;
}

.btn-outline-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-boulder:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-boulder.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(118,118,118,.5);
          box-shadow: 0 0 0 .2rem rgba(118,118,118,.5);
}

.btn-outline-blue {
  color: #00c9eb;
  border-color: #00c9eb;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
          box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue.btn-disabled,
.btn-outline-blue[href="#off"],
.btn-outline-blue:disabled {
  color: #00c9eb;
  background-color: rgba(0,0,0,0);
}

.btn-outline-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #00c9eb;
  border-color: #00c9eb;
}

.btn-outline-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
          box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
}

.btn-outline-black {
  color: #023;
  border-color: #023;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-black:focus,
.btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-black.disabled,
.btn-outline-black.btn-disabled,
.btn-outline-black[href="#off"],
.btn-outline-black:disabled {
  color: #023;
  background-color: rgba(0,0,0,0);
}

.btn-outline-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-black:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-gray-lighter {
  color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-gray-lighter:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-gray-lighter:focus,
.btn-outline-gray-lighter.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(245,245,245,.5);
          box-shadow: 0 0 0 .2rem rgba(245,245,245,.5);
}

.btn-outline-gray-lighter.disabled,
.btn-outline-gray-lighter.btn-disabled,
.btn-outline-gray-lighter[href="#off"],
.btn-outline-gray-lighter:disabled {
  color: #f5f5f5;
  background-color: rgba(0,0,0,0);
}

.btn-outline-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-gray-lighter.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-gray-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-gray-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(245,245,245,.5);
          box-shadow: 0 0 0 .2rem rgba(245,245,245,.5);
}

.btn-outline-gray-light {
  color: #cfcfcf;
  border-color: #cfcfcf;
}

.btn-outline-gray-light:hover {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.btn-outline-gray-light:focus,
.btn-outline-gray-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(207,207,207,.5);
          box-shadow: 0 0 0 .2rem rgba(207,207,207,.5);
}

.btn-outline-gray-light.disabled,
.btn-outline-gray-light.btn-disabled,
.btn-outline-gray-light[href="#off"],
.btn-outline-gray-light:disabled {
  color: #cfcfcf;
  background-color: rgba(0,0,0,0);
}

.btn-outline-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(207,207,207,.5);
          box-shadow: 0 0 0 .2rem rgba(207,207,207,.5);
}

.btn-outline-gray {
  color: #979797;
  border-color: #979797;
}

.btn-outline-gray:hover {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(151,151,151,.5);
          box-shadow: 0 0 0 .2rem rgba(151,151,151,.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray.btn-disabled,
.btn-outline-gray[href="#off"],
.btn-outline-gray:disabled {
  color: #979797;
  background-color: rgba(0,0,0,0);
}

.btn-outline-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #979797;
  border-color: #979797;
}

.btn-outline-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(151,151,151,.5);
          box-shadow: 0 0 0 .2rem rgba(151,151,151,.5);
}

.btn-outline-gray-darker {
  color: #4d5451;
  border-color: #4d5451;
}

.btn-outline-gray-darker:hover {
  color: #fff;
  background-color: #4d5451;
  border-color: #4d5451;
}

.btn-outline-gray-darker:focus,
.btn-outline-gray-darker.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(77,84,81,.5);
          box-shadow: 0 0 0 .2rem rgba(77,84,81,.5);
}

.btn-outline-gray-darker.disabled,
.btn-outline-gray-darker.btn-disabled,
.btn-outline-gray-darker[href="#off"],
.btn-outline-gray-darker:disabled {
  color: #4d5451;
  background-color: rgba(0,0,0,0);
}

.btn-outline-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-gray-darker.dropdown-toggle {
  color: #fff;
  background-color: #4d5451;
  border-color: #4d5451;
}

.btn-outline-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-gray-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-gray-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(77,84,81,.5);
          box-shadow: 0 0 0 .2rem rgba(77,84,81,.5);
}

.btn-outline-gray-dove {
  color: #6a6a6a;
  border-color: #6a6a6a;
}

.btn-outline-gray-dove:hover {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.btn-outline-gray-dove:focus,
.btn-outline-gray-dove.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(106,106,106,.5);
          box-shadow: 0 0 0 .2rem rgba(106,106,106,.5);
}

.btn-outline-gray-dove.disabled,
.btn-outline-gray-dove.btn-disabled,
.btn-outline-gray-dove[href="#off"],
.btn-outline-gray-dove:disabled {
  color: #6a6a6a;
  background-color: rgba(0,0,0,0);
}

.btn-outline-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-gray-dove.dropdown-toggle {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.btn-outline-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-gray-dove:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-gray-dove.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(106,106,106,.5);
          box-shadow: 0 0 0 .2rem rgba(106,106,106,.5);
}

.btn-outline-brown {
  color: #023;
  border-color: #023;
}

.btn-outline-brown:hover {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-brown:focus,
.btn-outline-brown.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-brown.disabled,
.btn-outline-brown.btn-disabled,
.btn-outline-brown[href="#off"],
.btn-outline-brown:disabled {
  color: #023;
  background-color: rgba(0,0,0,0);
}

.btn-outline-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-brown:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-brown.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-gray-light-2 {
  color: #dedede;
  border-color: #dedede;
}

.btn-outline-gray-light-2:hover {
  color: #212529;
  background-color: #dedede;
  border-color: #dedede;
}

.btn-outline-gray-light-2:focus,
.btn-outline-gray-light-2.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222,222,222,.5);
          box-shadow: 0 0 0 .2rem rgba(222,222,222,.5);
}

.btn-outline-gray-light-2.disabled,
.btn-outline-gray-light-2.btn-disabled,
.btn-outline-gray-light-2[href="#off"],
.btn-outline-gray-light-2:disabled {
  color: #dedede;
  background-color: rgba(0,0,0,0);
}

.btn-outline-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-gray-light-2.dropdown-toggle {
  color: #212529;
  background-color: #dedede;
  border-color: #dedede;
}

.btn-outline-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-gray-light-2:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-gray-light-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222,222,222,.5);
          box-shadow: 0 0 0 .2rem rgba(222,222,222,.5);
}

.btn-outline-yellow-mustard {
  color: #e6a441;
  border-color: #e6a441;
}

.btn-outline-yellow-mustard:hover {
  color: #212529;
  background-color: #e6a441;
  border-color: #e6a441;
}

.btn-outline-yellow-mustard:focus,
.btn-outline-yellow-mustard.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(230,164,65,.5);
          box-shadow: 0 0 0 .2rem rgba(230,164,65,.5);
}

.btn-outline-yellow-mustard.disabled,
.btn-outline-yellow-mustard.btn-disabled,
.btn-outline-yellow-mustard[href="#off"],
.btn-outline-yellow-mustard:disabled {
  color: #e6a441;
  background-color: rgba(0,0,0,0);
}

.btn-outline-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-yellow-mustard.dropdown-toggle {
  color: #212529;
  background-color: #e6a441;
  border-color: #e6a441;
}

.btn-outline-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-yellow-mustard:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-yellow-mustard.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(230,164,65,.5);
          box-shadow: 0 0 0 .2rem rgba(230,164,65,.5);
}

.btn-outline-blue-light {
  color: #0adbe3;
  border-color: #0adbe3;
}

.btn-outline-blue-light:hover {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-outline-blue-light:focus,
.btn-outline-blue-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
          box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
}

.btn-outline-blue-light.disabled,
.btn-outline-blue-light.btn-disabled,
.btn-outline-blue-light[href="#off"],
.btn-outline-blue-light:disabled {
  color: #0adbe3;
  background-color: rgba(0,0,0,0);
}

.btn-outline-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-blue-light.dropdown-toggle {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-outline-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-blue-light:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-blue-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
          box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
}

.btn-outline-brown-darker {
  color: #023;
  border-color: #023;
}

.btn-outline-brown-darker:hover {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-brown-darker:focus,
.btn-outline-brown-darker.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-brown-darker.disabled,
.btn-outline-brown-darker.btn-disabled,
.btn-outline-brown-darker[href="#off"],
.btn-outline-brown-darker:disabled {
  color: #023;
  background-color: rgba(0,0,0,0);
}

.btn-outline-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-brown-darker.dropdown-toggle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-brown-darker:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-brown-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-brown-dark {
  color: #332f2b;
  border-color: #332f2b;
}

.btn-outline-brown-dark:hover {
  color: #fff;
  background-color: #332f2b;
  border-color: #332f2b;
}

.btn-outline-brown-dark:focus,
.btn-outline-brown-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(51,47,43,.5);
          box-shadow: 0 0 0 .2rem rgba(51,47,43,.5);
}

.btn-outline-brown-dark.disabled,
.btn-outline-brown-dark.btn-disabled,
.btn-outline-brown-dark[href="#off"],
.btn-outline-brown-dark:disabled {
  color: #332f2b;
  background-color: rgba(0,0,0,0);
}

.btn-outline-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-brown-dark.dropdown-toggle {
  color: #fff;
  background-color: #332f2b;
  border-color: #332f2b;
}

.btn-outline-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-brown-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-brown-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(51,47,43,.5);
          box-shadow: 0 0 0 .2rem rgba(51,47,43,.5);
}

.btn-outline-brown-lighter {
  color: #57514e;
  border-color: #57514e;
}

.btn-outline-brown-lighter:hover {
  color: #fff;
  background-color: #57514e;
  border-color: #57514e;
}

.btn-outline-brown-lighter:focus,
.btn-outline-brown-lighter.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(87,81,78,.5);
          box-shadow: 0 0 0 .2rem rgba(87,81,78,.5);
}

.btn-outline-brown-lighter.disabled,
.btn-outline-brown-lighter.btn-disabled,
.btn-outline-brown-lighter[href="#off"],
.btn-outline-brown-lighter:disabled {
  color: #57514e;
  background-color: rgba(0,0,0,0);
}

.btn-outline-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-brown-lighter.dropdown-toggle {
  color: #fff;
  background-color: #57514e;
  border-color: #57514e;
}

.btn-outline-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-brown-lighter:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-brown-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(87,81,78,.5);
          box-shadow: 0 0 0 .2rem rgba(87,81,78,.5);
}

.btn-outline-blue-chill {
  color: #0d729c;
  border-color: #0d729c;
}

.btn-outline-blue-chill:hover {
  color: #fff;
  background-color: #0d729c;
  border-color: #0d729c;
}

.btn-outline-blue-chill:focus,
.btn-outline-blue-chill.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(13,114,156,.5);
          box-shadow: 0 0 0 .2rem rgba(13,114,156,.5);
}

.btn-outline-blue-chill.disabled,
.btn-outline-blue-chill.btn-disabled,
.btn-outline-blue-chill[href="#off"],
.btn-outline-blue-chill:disabled {
  color: #0d729c;
  background-color: rgba(0,0,0,0);
}

.btn-outline-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-blue-chill.dropdown-toggle {
  color: #fff;
  background-color: #0d729c;
  border-color: #0d729c;
}

.btn-outline-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-blue-chill:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-blue-chill.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(13,114,156,.5);
          box-shadow: 0 0 0 .2rem rgba(13,114,156,.5);
}

.btn-outline-gray-dark {
  color: #4d4641;
  border-color: #4d4641;
}

.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #4d4641;
  border-color: #4d4641;
}

.btn-outline-gray-dark:focus,
.btn-outline-gray-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(77,70,65,.5);
          box-shadow: 0 0 0 .2rem rgba(77,70,65,.5);
}

.btn-outline-gray-dark.disabled,
.btn-outline-gray-dark.btn-disabled,
.btn-outline-gray-dark[href="#off"],
.btn-outline-gray-dark:disabled {
  color: #4d4641;
  background-color: rgba(0,0,0,0);
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #4d4641;
  border-color: #4d4641;
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-gray-dark:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(77,70,65,.5);
          box-shadow: 0 0 0 .2rem rgba(77,70,65,.5);
}

.btn-outline-purple {
  color: #a44dff;
  border-color: #a44dff;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
          box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple.btn-disabled,
.btn-outline-purple[href="#off"],
.btn-outline-purple:disabled {
  color: #a44dff;
  background-color: rgba(0,0,0,0);
}

.btn-outline-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-outline-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
          box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
}

.btn-outline-magenta {
  color: #fb0058;
  border-color: #fb0058;
}

.btn-outline-magenta:hover {
  color: #fff;
  background-color: #fb0058;
  border-color: #fb0058;
}

.btn-outline-magenta:focus,
.btn-outline-magenta.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(251,0,88,.5);
          box-shadow: 0 0 0 .2rem rgba(251,0,88,.5);
}

.btn-outline-magenta.disabled,
.btn-outline-magenta.btn-disabled,
.btn-outline-magenta[href="#off"],
.btn-outline-magenta:disabled {
  color: #fb0058;
  background-color: rgba(0,0,0,0);
}

.btn-outline-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-magenta.dropdown-toggle {
  color: #fff;
  background-color: #fb0058;
  border-color: #fb0058;
}

.btn-outline-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-magenta:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-magenta.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(251,0,88,.5);
          box-shadow: 0 0 0 .2rem rgba(251,0,88,.5);
}

.btn-outline-green {
  color: #28e048;
  border-color: #28e048;
}

.btn-outline-green:hover {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
}

.btn-outline-green.disabled,
.btn-outline-green.btn-disabled,
.btn-outline-green[href="#off"],
.btn-outline-green:disabled {
  color: #28e048;
  background-color: rgba(0,0,0,0);
}

.btn-outline-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #28e048;
  border-color: #28e048;
}

.btn-outline-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-green:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
}

.btn-outline-event {
  color: #0adbe3;
  border-color: #0adbe3;
}

.btn-outline-event:hover {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-outline-event:focus,
.btn-outline-event.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
          box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
}

.btn-outline-event.disabled,
.btn-outline-event.btn-disabled,
.btn-outline-event[href="#off"],
.btn-outline-event:disabled {
  color: #0adbe3;
  background-color: rgba(0,0,0,0);
}

.btn-outline-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-event.dropdown-toggle {
  color: #212529;
  background-color: #0adbe3;
  border-color: #0adbe3;
}

.btn-outline-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-event:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-event.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
          box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
}

.btn-outline-event-alt {
  color: #a44dff;
  border-color: #a44dff;
}

.btn-outline-event-alt:hover {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-outline-event-alt:focus,
.btn-outline-event-alt.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
          box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
}

.btn-outline-event-alt.disabled,
.btn-outline-event-alt.btn-disabled,
.btn-outline-event-alt[href="#off"],
.btn-outline-event-alt:disabled {
  color: #a44dff;
  background-color: rgba(0,0,0,0);
}

.btn-outline-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-event-alt.dropdown-toggle {
  color: #fff;
  background-color: #a44dff;
  border-color: #a44dff;
}

.btn-outline-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-event-alt:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-event-alt.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
          box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
}

.btn-outline-petroleo {
  color: #023;
  border-color: #023;
}

.btn-outline-petroleo:hover {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-petroleo:focus,
.btn-outline-petroleo.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-outline-petroleo.disabled,
.btn-outline-petroleo.btn-disabled,
.btn-outline-petroleo[href="#off"],
.btn-outline-petroleo:disabled {
  color: #023;
  background-color: rgba(0,0,0,0);
}

.btn-outline-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active,
.btn-outline-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active,
.show>.btn-outline-petroleo.dropdown-toggle {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.btn-outline-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):active:focus,
.btn-outline-petroleo:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]).active:focus,
.show>.btn-outline-petroleo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.btn-link,
.single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .comment-reply-link {
  font-weight: 400;
  color: #00dbff;
  text-decoration: none;
}

.btn-link:hover,
.single-post .comments .comment-list .comment-edit-link:hover,
.single-post .comments .comment-list .comment-reply-link:hover,
.single-post .comments-new .comment-list .comment-edit-link:hover,
.single-post .comments-new .comment-list .comment-reply-link:hover {
  color: rgb(0,153.3,178.5);
  text-decoration: underline;
}

.btn-link:focus,
.single-post .comments .comment-list .comment-edit-link:focus,
.single-post .comments .comment-list .comment-reply-link:focus,
.single-post .comments-new .comment-list .comment-edit-link:focus,
.single-post .comments-new .comment-list .comment-reply-link:focus,
.btn-link.focus,
.single-post .comments .comment-list .focus.comment-edit-link,
.single-post .comments .comment-list .focus.comment-reply-link,
.single-post .comments-new .comment-list .focus.comment-edit-link,
.single-post .comments-new .comment-list .focus.comment-reply-link {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.single-post .comments .comment-list .comment-edit-link:disabled,
.single-post .comments .comment-list .comment-reply-link:disabled,
.single-post .comments-new .comment-list .comment-edit-link:disabled,
.single-post .comments-new .comment-list .comment-reply-link:disabled,
.btn-link.disabled,
.single-post .comments .comment-list .disabled.comment-edit-link,
.single-post .comments .comment-list .disabled.comment-reply-link,
.single-post .comments-new .comment-list .disabled.comment-edit-link,
.single-post .comments-new .comment-list .disabled.comment-reply-link,
.btn-link.btn-disabled,
.single-post .comments .comment-list .btn-disabled.comment-edit-link,
.single-post .comments .comment-list .btn-disabled.comment-reply-link,
.single-post .comments-new .comment-list .btn-disabled.comment-edit-link,
.single-post .comments-new .comment-list .btn-disabled.comment-reply-link,
.btn-link[href="#off"],
.single-post .comments .comment-list [href="#off"].comment-edit-link,
.single-post .comments .comment-list [href="#off"].comment-reply-link,
.single-post .comments-new .comment-list [href="#off"].comment-edit-link,
.single-post .comments-new .comment-list [href="#off"].comment-reply-link {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.single-post .comments-new .comment-form .form-submit .submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.btn-group-lg>.btn,
.single-post .comments .comment-form .form-submit .btn-group-lg>.submit,
.single-post .comments .comment-list .btn-group-lg>.comment-edit-link,
.single-post .comments .comment-list .btn-group-lg>.comment-reply-link,
.single-post .comments-new .comment-list .btn-group-lg>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-lg>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-lg>.hs-button,
.search-form .btn-group-lg>.search-submit,
.comment-form .btn-group-lg>input[type=submit] {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-sm,
.btn-group-sm>.btn,
.single-post .comments .comment-form .form-submit .btn-group-sm>.submit,
.single-post .comments .comment-list .btn-group-sm>.comment-edit-link,
.single-post .comments .comment-list .btn-group-sm>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-sm>.submit,
.single-post .comments-new .comment-list .btn-group-sm>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-sm>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-sm>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-sm>.hs-button,
.search-form .btn-group-sm>.search-submit,
.comment-form .btn-group-sm>input[type=submit] {
  padding: .25rem .5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button {
  display: block;
  width: 100%;
}

.btn-block+.btn-block,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.btn-block,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-block+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.hs-button {
  margin-top: .5rem;
}

input[type=submit].btn-block,
.modal-form-pop-up .hbspt-form form.hs-form .actions input[type=submit].hs-button,
input[type=reset].btn-block,
.modal-form-pop-up .hbspt-form form.hs-form .actions input[type=reset].hs-button,
input[type=button].btn-block,
.modal-form-pop-up .hbspt-form form.hs-form .actions input[type=button].hs-button {
  width: 100%;
}

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid rgba(0,0,0,0);
  border-bottom: 0;
  border-left: .3em solid rgba(0,0,0,0);
}

.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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,34,51,.15);
  border-radius: .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: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid rgba(0,0,0,0);
  border-bottom: .3em solid;
  border-left: .3em solid rgba(0,0,0,0);
}

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

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

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0,0,0,0);
  border-right: 0;
  border-bottom: .3em solid rgba(0,0,0,0);
  border-left: .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: .125rem;
}

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0,0,0,0);
  border-right: .3em solid;
  border-bottom: .3em solid rgba(0,0,0,0);
}

.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: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0,0,0,0);
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: hsl(210,10.8108108108%,9.5098039216%);
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00dbff;
}

.dropdown-item.disabled,
.dropdown-item.btn-disabled,
.dropdown-item[href="#off"],
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: rgba(0,0,0,0);
}

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

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

.dropdown-item-text {
  display: block;
  padding: .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,
.single-post .comments .comment-form .form-submit .btn-group>.submit,
.single-post .comments .comment-list .btn-group>.comment-edit-link,
.single-post .comments .comment-list .btn-group>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group>.submit,
.single-post .comments-new .comment-list .btn-group>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.hs-button,
.search-form .btn-group>.search-submit,
.comment-form .btn-group>input[type=submit],
.btn-group-vertical>.btn,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit,
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link,
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button,
.search-form .btn-group-vertical>.search-submit,
.comment-form .btn-group-vertical>input[type=submit] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group>.btn:hover,
.single-post .comments .comment-form .form-submit .btn-group>.submit:hover,
.single-post .comments .comment-list .btn-group>.comment-edit-link:hover,
.single-post .comments .comment-list .btn-group>.comment-reply-link:hover,
.single-post .comments-new .comment-form .form-submit .btn-group>.submit:hover,
.single-post .comments-new .comment-list .btn-group>.comment-edit-link:hover,
.single-post .comments-new .comment-list .btn-group>.comment-reply-link:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.hs-button:hover,
.search-form .btn-group>.search-submit:hover,
.comment-form .btn-group>input[type=submit]:hover,
.btn-group-vertical>.btn:hover,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit:hover,
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link:hover,
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link:hover,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit:hover,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link:hover,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button:hover,
.search-form .btn-group-vertical>.search-submit:hover,
.comment-form .btn-group-vertical>input[type=submit]:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.single-post .comments .comment-form .form-submit .btn-group>.submit:focus,
.single-post .comments .comment-list .btn-group>.comment-edit-link:focus,
.single-post .comments .comment-list .btn-group>.comment-reply-link:focus,
.single-post .comments-new .comment-form .form-submit .btn-group>.submit:focus,
.single-post .comments-new .comment-list .btn-group>.comment-edit-link:focus,
.single-post .comments-new .comment-list .btn-group>.comment-reply-link:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.hs-button:focus,
.search-form .btn-group>.search-submit:focus,
.comment-form .btn-group>input[type=submit]:focus,
.btn-group>.btn:active,
.single-post .comments .comment-form .form-submit .btn-group>.submit:active,
.single-post .comments .comment-list .btn-group>.comment-edit-link:active,
.single-post .comments .comment-list .btn-group>.comment-reply-link:active,
.single-post .comments-new .comment-form .form-submit .btn-group>.submit:active,
.single-post .comments-new .comment-list .btn-group>.comment-edit-link:active,
.single-post .comments-new .comment-list .btn-group>.comment-reply-link:active,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.hs-button:active,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.hs-button:active,
.search-form .btn-group>.search-submit:active,
.comment-form .btn-group>input[type=submit]:active,
.btn-group>.btn.active,
.single-post .comments .comment-form .form-submit .btn-group>.active.submit,
.single-post .comments .comment-list .btn-group>.active.comment-edit-link,
.single-post .comments .comment-list .btn-group>.active.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group>.active.submit,
.single-post .comments-new .comment-list .btn-group>.active.comment-edit-link,
.single-post .comments-new .comment-list .btn-group>.active.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.active.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.active.hs-button,
.search-form .btn-group>.active.search-submit,
.comment-form .btn-group>input.active[type=submit],
.btn-group-vertical>.btn:focus,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit:focus,
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link:focus,
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link:focus,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit:focus,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link:focus,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button:focus,
.search-form .btn-group-vertical>.search-submit:focus,
.comment-form .btn-group-vertical>input[type=submit]:focus,
.btn-group-vertical>.btn:active,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit:active,
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link:active,
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link:active,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit:active,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link:active,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link:active,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button:active,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button:active,
.search-form .btn-group-vertical>.search-submit:active,
.comment-form .btn-group-vertical>input[type=submit]:active,
.btn-group-vertical>.btn.active,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.active.submit,
.single-post .comments .comment-list .btn-group-vertical>.active.comment-edit-link,
.single-post .comments .comment-list .btn-group-vertical>.active.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.active.submit,
.single-post .comments-new .comment-list .btn-group-vertical>.active.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-vertical>.active.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.active.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.active.hs-button,
.search-form .btn-group-vertical>.active.search-submit,
.comment-form .btn-group-vertical>input.active[type=submit] {
  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),
.single-post .comments .comment-form .form-submit .btn-group>.submit:not(:first-child),
.single-post .comments .comment-list .btn-group>.comment-edit-link:not(:first-child),
.single-post .comments .comment-list .btn-group>.comment-reply-link:not(:first-child),
.single-post .comments-new .comment-form .form-submit .btn-group>.submit:not(:first-child),
.single-post .comments-new .comment-list .btn-group>.comment-edit-link:not(:first-child),
.single-post .comments-new .comment-list .btn-group>.comment-reply-link:not(:first-child),
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.hs-button:not(:first-child),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.hs-button:not(:first-child),
.search-form .btn-group>.search-submit:not(:first-child),
.comment-form .btn-group>input[type=submit]:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-form .form-submit .btn-group>.submit:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-list .btn-group>.comment-edit-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-list .btn-group>.comment-reply-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-form .form-submit .btn-group>.submit:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-list .btn-group>.comment-edit-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-list .btn-group>.comment-reply-link:not(:last-child):not(.dropdown-toggle),
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.hs-button:not(:last-child):not(.dropdown-toggle),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.hs-button:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group>.search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.single-post .comments .comment-form .form-submit .btn-group>.btn-group:not(:last-child)>.submit,
.single-post .comments .comment-list .btn-group>.btn-group:not(:last-child)>.comment-edit-link,
.single-post .comments .comment-list .btn-group>.btn-group:not(:last-child)>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group>.btn-group:not(:last-child)>.submit,
.single-post .comments-new .comment-list .btn-group>.btn-group:not(:last-child)>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group>.btn-group:not(:last-child)>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.btn-group:not(:last-child)>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.btn-group:not(:last-child)>.hs-button,
.search-form .btn-group>.btn-group:not(:last-child)>.search-submit,
.comment-form .btn-group>.btn-group:not(:last-child)>input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.single-post .comments .comment-form .form-submit .btn-group>.submit:not(:first-child),
.single-post .comments .comment-list .btn-group>.comment-edit-link:not(:first-child),
.single-post .comments .comment-list .btn-group>.comment-reply-link:not(:first-child),
.single-post .comments-new .comment-form .form-submit .btn-group>.submit:not(:first-child),
.single-post .comments-new .comment-list .btn-group>.comment-edit-link:not(:first-child),
.single-post .comments-new .comment-list .btn-group>.comment-reply-link:not(:first-child),
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.hs-button:not(:first-child),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.hs-button:not(:first-child),
.search-form .btn-group>.search-submit:not(:first-child),
.comment-form .btn-group>input[type=submit]:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.single-post .comments .comment-form .form-submit .btn-group>.btn-group:not(:first-child)>.submit,
.single-post .comments .comment-list .btn-group>.btn-group:not(:first-child)>.comment-edit-link,
.single-post .comments .comment-list .btn-group>.btn-group:not(:first-child)>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group>.btn-group:not(:first-child)>.submit,
.single-post .comments-new .comment-list .btn-group>.btn-group:not(:first-child)>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group>.btn-group:not(:first-child)>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group>.btn-group:not(:first-child)>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group>.btn-group:not(:first-child)>.hs-button,
.search-form .btn-group>.btn-group:not(:first-child)>.search-submit,
.comment-form .btn-group>.btn-group:not(:first-child)>input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .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,
.single-post .comments .comment-form .form-submit .btn-group-sm>.submit+.dropdown-toggle-split,
.single-post .comments .comment-list .btn-group-sm>.comment-edit-link+.dropdown-toggle-split,
.single-post .comments .comment-list .btn-group-sm>.comment-reply-link+.dropdown-toggle-split,
.single-post .comments-new .comment-form .form-submit .btn-group-sm>.submit+.dropdown-toggle-split,
.single-post .comments-new .comment-list .btn-group-sm>.comment-edit-link+.dropdown-toggle-split,
.single-post .comments-new .comment-list .btn-group-sm>.comment-reply-link+.dropdown-toggle-split,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-sm>.hs-button+.dropdown-toggle-split,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-sm>.hs-button+.dropdown-toggle-split,
.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split,
.comment-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split,
.single-post .comments-new .comment-form .form-submit .submit+.dropdown-toggle-split,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.single-post .comments .comment-form .form-submit .btn-group-lg>.submit+.dropdown-toggle-split,
.single-post .comments .comment-list .btn-group-lg>.comment-edit-link+.dropdown-toggle-split,
.single-post .comments .comment-list .btn-group-lg>.comment-reply-link+.dropdown-toggle-split,
.single-post .comments-new .comment-list .btn-group-lg>.comment-edit-link+.dropdown-toggle-split,
.single-post .comments-new .comment-list .btn-group-lg>.comment-reply-link+.dropdown-toggle-split,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-lg>.hs-button+.dropdown-toggle-split,
.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split,
.comment-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .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,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit,
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link,
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button,
.search-form .btn-group-vertical>.search-submit,
.comment-form .btn-group-vertical>input[type=submit],
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit:not(:first-child),
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link:not(:first-child),
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link:not(:first-child),
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit:not(:first-child),
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link:not(:first-child),
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link:not(:first-child),
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button:not(:first-child),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button:not(:first-child),
.search-form .btn-group-vertical>.search-submit:not(:first-child),
.comment-form .btn-group-vertical>input[type=submit]:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link:not(:last-child):not(.dropdown-toggle),
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button:not(:last-child):not(.dropdown-toggle),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group-vertical>.search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.btn-group:not(:last-child)>.submit,
.single-post .comments .comment-list .btn-group-vertical>.btn-group:not(:last-child)>.comment-edit-link,
.single-post .comments .comment-list .btn-group-vertical>.btn-group:not(:last-child)>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.btn-group:not(:last-child)>.submit,
.single-post .comments-new .comment-list .btn-group-vertical>.btn-group:not(:last-child)>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-vertical>.btn-group:not(:last-child)>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.btn-group:not(:last-child)>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.btn-group:not(:last-child)>.hs-button,
.search-form .btn-group-vertical>.btn-group:not(:last-child)>.search-submit,
.comment-form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.single-post .comments .comment-form .form-submit .btn-group-vertical>.submit:not(:first-child),
.single-post .comments .comment-list .btn-group-vertical>.comment-edit-link:not(:first-child),
.single-post .comments .comment-list .btn-group-vertical>.comment-reply-link:not(:first-child),
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.submit:not(:first-child),
.single-post .comments-new .comment-list .btn-group-vertical>.comment-edit-link:not(:first-child),
.single-post .comments-new .comment-list .btn-group-vertical>.comment-reply-link:not(:first-child),
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.hs-button:not(:first-child),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.hs-button:not(:first-child),
.search-form .btn-group-vertical>.search-submit:not(:first-child),
.comment-form .btn-group-vertical>input[type=submit]:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.single-post .comments .comment-form .form-submit .btn-group-vertical>.btn-group:not(:first-child)>.submit,
.single-post .comments .comment-list .btn-group-vertical>.btn-group:not(:first-child)>.comment-edit-link,
.single-post .comments .comment-list .btn-group-vertical>.btn-group:not(:first-child)>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-vertical>.btn-group:not(:first-child)>.submit,
.single-post .comments-new .comment-list .btn-group-vertical>.btn-group:not(:first-child)>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-vertical>.btn-group:not(:first-child)>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-vertical>.btn-group:not(:first-child)>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-vertical>.btn-group:not(:first-child)>.hs-button,
.search-form .btn-group-vertical>.btn-group:not(:first-child)>.search-submit,
.comment-form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.single-post .comments .comment-form .form-submit .btn-group-toggle>.submit,
.single-post .comments .comment-list .btn-group-toggle>.comment-edit-link,
.single-post .comments .comment-list .btn-group-toggle>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-toggle>.submit,
.single-post .comments-new .comment-list .btn-group-toggle>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-toggle>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-toggle>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-toggle>.hs-button,
.search-form .btn-group-toggle>.search-submit,
.comment-form .btn-group-toggle>input[type=submit],
.btn-group-toggle>.btn-group>.btn,
.single-post .comments .comment-form .form-submit .btn-group-toggle>.btn-group>.submit,
.single-post .comments .comment-list .btn-group-toggle>.btn-group>.comment-edit-link,
.single-post .comments .comment-list .btn-group-toggle>.btn-group>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-toggle>.btn-group>.submit,
.single-post .comments-new .comment-list .btn-group-toggle>.btn-group>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-toggle>.btn-group>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-toggle>.btn-group>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-toggle>.btn-group>.hs-button,
.search-form .btn-group-toggle>.btn-group>.search-submit,
.comment-form .btn-group-toggle>.btn-group>input[type=submit] {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=radio],
.single-post .comments .comment-form .form-submit .btn-group-toggle>.submit input[type=radio],
.single-post .comments .comment-list .btn-group-toggle>.comment-edit-link input[type=radio],
.single-post .comments .comment-list .btn-group-toggle>.comment-reply-link input[type=radio],
.single-post .comments-new .comment-form .form-submit .btn-group-toggle>.submit input[type=radio],
.single-post .comments-new .comment-list .btn-group-toggle>.comment-edit-link input[type=radio],
.single-post .comments-new .comment-list .btn-group-toggle>.comment-reply-link input[type=radio],
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-toggle>.hs-button input[type=radio],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-toggle>.hs-button input[type=radio],
.search-form .btn-group-toggle>.search-submit input[type=radio],
.comment-form .btn-group-toggle>input[type=submit] input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.single-post .comments .comment-form .form-submit .btn-group-toggle>.submit input[type=checkbox],
.single-post .comments .comment-list .btn-group-toggle>.comment-edit-link input[type=checkbox],
.single-post .comments .comment-list .btn-group-toggle>.comment-reply-link input[type=checkbox],
.single-post .comments-new .comment-form .form-submit .btn-group-toggle>.submit input[type=checkbox],
.single-post .comments-new .comment-list .btn-group-toggle>.comment-edit-link input[type=checkbox],
.single-post .comments-new .comment-list .btn-group-toggle>.comment-reply-link input[type=checkbox],
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-toggle>.hs-button input[type=checkbox],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-toggle>.hs-button input[type=checkbox],
.search-form .btn-group-toggle>.search-submit input[type=checkbox],
.comment-form .btn-group-toggle>input[type=submit] input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.single-post .comments .comment-form .form-submit .btn-group-toggle>.btn-group>.submit input[type=radio],
.single-post .comments .comment-list .btn-group-toggle>.btn-group>.comment-edit-link input[type=radio],
.single-post .comments .comment-list .btn-group-toggle>.btn-group>.comment-reply-link input[type=radio],
.single-post .comments-new .comment-form .form-submit .btn-group-toggle>.btn-group>.submit input[type=radio],
.single-post .comments-new .comment-list .btn-group-toggle>.btn-group>.comment-edit-link input[type=radio],
.single-post .comments-new .comment-list .btn-group-toggle>.btn-group>.comment-reply-link input[type=radio],
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-toggle>.btn-group>.hs-button input[type=radio],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-toggle>.btn-group>.hs-button input[type=radio],
.search-form .btn-group-toggle>.btn-group>.search-submit input[type=radio],
.comment-form .btn-group-toggle>.btn-group>input[type=submit] input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.single-post .comments .comment-form .form-submit .btn-group-toggle>.btn-group>.submit input[type=checkbox],
.single-post .comments .comment-list .btn-group-toggle>.btn-group>.comment-edit-link input[type=checkbox],
.single-post .comments .comment-list .btn-group-toggle>.btn-group>.comment-reply-link input[type=checkbox],
.single-post .comments-new .comment-form .form-submit .btn-group-toggle>.btn-group>.submit input[type=checkbox],
.single-post .comments-new .comment-list .btn-group-toggle>.btn-group>.comment-edit-link input[type=checkbox],
.single-post .comments-new .comment-list .btn-group-toggle>.btn-group>.comment-reply-link input[type=checkbox],
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-toggle>.btn-group>.hs-button input[type=checkbox],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-toggle>.btn-group>.hs-button input[type=checkbox],
.search-form .btn-group-toggle>.btn-group>.search-submit input[type=checkbox],
.comment-form .btn-group-toggle>.btn-group>input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.search-form .input-group>.search-field,
.comment-form .input-group>input[type=text],
.comment-form .input-group>input[type=email],
.comment-form .input-group>input[type=url],
.comment-form .input-group>textarea,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.search-form .input-group>.search-field+.form-control,
.search-form .input-group>.form-control+.search-field,
.search-form .input-group>.search-field+.search-field,
.comment-form .input-group>input[type=text]+.form-control,
.comment-form .search-form .input-group>input[type=text]+.search-field,
.search-form .comment-form .input-group>input[type=text]+.search-field,
.comment-form .input-group>input[type=email]+.form-control,
.comment-form .search-form .input-group>input[type=email]+.search-field,
.search-form .comment-form .input-group>input[type=email]+.search-field,
.comment-form .input-group>input[type=url]+.form-control,
.comment-form .search-form .input-group>input[type=url]+.search-field,
.search-form .comment-form .input-group>input[type=url]+.search-field,
.comment-form .input-group>textarea+.form-control,
.comment-form .search-form .input-group>textarea+.search-field,
.search-form .comment-form .input-group>textarea+.search-field,
.comment-form .input-group>.form-control+input[type=text],
.comment-form .search-form .input-group>.search-field+input[type=text],
.search-form .comment-form .input-group>.search-field+input[type=text],
.comment-form .input-group>input[type=text]+input[type=text],
.comment-form .input-group>input[type=email]+input[type=text],
.comment-form .input-group>input[type=url]+input[type=text],
.comment-form .input-group>textarea+input[type=text],
.comment-form .input-group>.form-control+input[type=email],
.comment-form .search-form .input-group>.search-field+input[type=email],
.search-form .comment-form .input-group>.search-field+input[type=email],
.comment-form .input-group>input[type=text]+input[type=email],
.comment-form .input-group>input[type=email]+input[type=email],
.comment-form .input-group>input[type=url]+input[type=email],
.comment-form .input-group>textarea+input[type=email],
.comment-form .input-group>.form-control+input[type=url],
.comment-form .search-form .input-group>.search-field+input[type=url],
.search-form .comment-form .input-group>.search-field+input[type=url],
.comment-form .input-group>input[type=text]+input[type=url],
.comment-form .input-group>input[type=email]+input[type=url],
.comment-form .input-group>input[type=url]+input[type=url],
.comment-form .input-group>textarea+input[type=url],
.comment-form .input-group>.form-control+textarea,
.comment-form .search-form .input-group>.search-field+textarea,
.search-form .comment-form .input-group>.search-field+textarea,
.comment-form .input-group>input[type=text]+textarea,
.comment-form .input-group>input[type=email]+textarea,
.comment-form .input-group>input[type=url]+textarea,
.comment-form .input-group>textarea+textarea,
.input-group>.form-control+.custom-select,
.search-form .input-group>.search-field+.custom-select,
.comment-form .input-group>input[type=text]+.custom-select,
.comment-form .input-group>input[type=email]+.custom-select,
.comment-form .input-group>input[type=url]+.custom-select,
.comment-form .input-group>textarea+.custom-select,
.input-group>.form-control+.custom-file,
.search-form .input-group>.search-field+.custom-file,
.comment-form .input-group>input[type=text]+.custom-file,
.comment-form .input-group>input[type=email]+.custom-file,
.comment-form .input-group>input[type=url]+.custom-file,
.comment-form .input-group>textarea+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.search-form .input-group>.form-control-plaintext+.search-field,
.comment-form .input-group>.form-control-plaintext+input[type=text],
.comment-form .input-group>.form-control-plaintext+input[type=email],
.comment-form .input-group>.form-control-plaintext+input[type=url],
.comment-form .input-group>.form-control-plaintext+textarea,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.search-form .input-group>.custom-select+.search-field,
.comment-form .input-group>.custom-select+input[type=text],
.comment-form .input-group>.custom-select+input[type=email],
.comment-form .input-group>.custom-select+input[type=url],
.comment-form .input-group>.custom-select+textarea,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.search-form .input-group>.custom-file+.search-field,
.comment-form .input-group>.custom-file+input[type=text],
.comment-form .input-group>.custom-file+input[type=email],
.comment-form .input-group>.custom-file+input[type=url],
.comment-form .input-group>.custom-file+textarea,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:focus,
.search-form .input-group>.search-field:focus,
.comment-form .input-group>input[type=text]:focus,
.comment-form .input-group>input[type=email]:focus,
.comment-form .input-group>input[type=url]:focus,
.comment-form .input-group>textarea:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:last-child),
.search-form .input-group>.search-field:not(:last-child),
.comment-form .input-group>input[type=text]:not(:last-child),
.comment-form .input-group>input[type=email]:not(:last-child),
.comment-form .input-group>input[type=url]:not(:last-child),
.comment-form .input-group>textarea:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.search-form .input-group>.search-field:not(:first-child),
.comment-form .input-group>input[type=text]:not(:first-child),
.comment-form .input-group>input[type=email]:not(:first-child),
.comment-form .input-group>input[type=url]:not(:first-child),
.comment-form .input-group>textarea:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .submit,
.input-group-prepend .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .comment-edit-link,
.input-group-prepend .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .submit,
.input-group-prepend .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-reply-link,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button,
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-prepend .comment-form input[type=submit],
.comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .input-group-append .submit,
.input-group-append .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .input-group-append .comment-edit-link,
.input-group-append .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .input-group-append .comment-reply-link,
.input-group-append .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .submit,
.input-group-append .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .comment-edit-link,
.input-group-append .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comment-reply-link,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-prepend .single-post .comments .comment-form .form-submit .submit:focus,
.single-post .comments .comment-form .form-submit .input-group-prepend .submit:focus,
.input-group-prepend .single-post .comments .comment-list .comment-edit-link:focus,
.single-post .comments .comment-list .input-group-prepend .comment-edit-link:focus,
.input-group-prepend .single-post .comments .comment-list .comment-reply-link:focus,
.single-post .comments .comment-list .input-group-prepend .comment-reply-link:focus,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .submit:focus,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .submit:focus,
.input-group-prepend .single-post .comments-new .comment-list .comment-edit-link:focus,
.single-post .comments-new .comment-list .input-group-prepend .comment-edit-link:focus,
.input-group-prepend .single-post .comments-new .comment-list .comment-reply-link:focus,
.single-post .comments-new .comment-list .input-group-prepend .comment-reply-link:focus,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button:focus,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button:focus,
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-prepend .comment-form input[type=submit]:focus,
.comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .single-post .comments .comment-form .form-submit .submit:focus,
.single-post .comments .comment-form .form-submit .input-group-append .submit:focus,
.input-group-append .single-post .comments .comment-list .comment-edit-link:focus,
.single-post .comments .comment-list .input-group-append .comment-edit-link:focus,
.input-group-append .single-post .comments .comment-list .comment-reply-link:focus,
.single-post .comments .comment-list .input-group-append .comment-reply-link:focus,
.input-group-append .single-post .comments-new .comment-form .form-submit .submit:focus,
.single-post .comments-new .comment-form .form-submit .input-group-append .submit:focus,
.input-group-append .single-post .comments-new .comment-list .comment-edit-link:focus,
.single-post .comments-new .comment-list .input-group-append .comment-edit-link:focus,
.input-group-append .single-post .comments-new .comment-list .comment-reply-link:focus,
.single-post .comments-new .comment-list .input-group-append .comment-reply-link:focus,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button:focus,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button:focus,
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.input-group-append .comment-form input[type=submit]:focus,
.comment-form .input-group-append input[type=submit]:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .single-post .comments .comment-form .form-submit .submit+.btn,
.single-post .comments .comment-form .form-submit .input-group-prepend .submit+.btn,
.input-group-prepend .single-post .comments .comment-form .form-submit .btn+.submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .btn+.submit,
.input-group-prepend .single-post .comments .comment-form .form-submit .submit+.submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .submit+.submit,
.input-group-prepend .single-post .comments .comment-list .comment-edit-link+.btn,
.input-group-prepend .single-post .comments .comment-list .comment-form .form-submit .comment-edit-link+.submit,
.input-group-prepend .single-post .comments .comment-form .form-submit .comment-list .comment-edit-link+.submit,
.single-post .comments .comment-list .input-group-prepend .comment-edit-link+.btn,
.single-post .comments .comment-list .input-group-prepend .comment-form .form-submit .comment-edit-link+.submit,
.single-post .comments .comment-form .form-submit .comment-list .input-group-prepend .comment-edit-link+.submit,
.input-group-prepend .single-post .comments .comment-list .comment-reply-link+.btn,
.input-group-prepend .single-post .comments .comment-list .comment-form .form-submit .comment-reply-link+.submit,
.input-group-prepend .single-post .comments .comment-form .form-submit .comment-list .comment-reply-link+.submit,
.single-post .comments .comment-list .input-group-prepend .comment-reply-link+.btn,
.single-post .comments .comment-list .input-group-prepend .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments .comment-form .form-submit .comment-list .input-group-prepend .comment-reply-link+.submit,
.input-group-prepend .single-post .comments .comment-list .btn+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-list .comment-form .form-submit .submit+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-form .form-submit .comment-list .submit+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .btn+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .comment-form .form-submit .submit+.comment-edit-link,
.single-post .comments .comment-form .form-submit .comment-list .input-group-prepend .submit+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-list .comment-edit-link+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .comment-edit-link+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-list .comment-reply-link+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .comment-reply-link+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-list .btn+.comment-reply-link,
.input-group-prepend .single-post .comments .comment-list .comment-form .form-submit .submit+.comment-reply-link,
.input-group-prepend .single-post .comments .comment-form .form-submit .comment-list .submit+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .btn+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments .comment-form .form-submit .comment-list .input-group-prepend .submit+.comment-reply-link,
.input-group-prepend .single-post .comments .comment-list .comment-edit-link+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .comment-edit-link+.comment-reply-link,
.input-group-prepend .single-post .comments .comment-list .comment-reply-link+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .comment-reply-link+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .submit+.btn,
.input-group-prepend .single-post .comments-new .comments .comment-form .form-submit .submit+.submit,
.input-group-prepend .single-post .comments .comments-new .comment-form .form-submit .submit+.submit,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comments .comment-list .submit+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-list .comments-new .comment-form .form-submit .submit+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comments .comment-list .submit+.comment-reply-link,
.input-group-prepend .single-post .comments .comment-list .comments-new .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .submit+.btn,
.single-post .comments-new .comments .comment-form .form-submit .input-group-prepend .submit+.submit,
.single-post .comments .comments-new .comment-form .form-submit .input-group-prepend .submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .comments .comment-list .submit+.comment-edit-link,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-prepend .submit+.comment-edit-link,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .comments .comment-list .submit+.comment-reply-link,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-prepend .submit+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .btn+.submit,
.input-group-prepend .single-post .comments-new .comments .comment-form .form-submit .submit+.submit,
.input-group-prepend .single-post .comments .comments-new .comment-form .form-submit .submit+.submit,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comments .comment-list .comment-edit-link+.submit,
.input-group-prepend .single-post .comments .comment-list .comments-new .comment-form .form-submit .comment-edit-link+.submit,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comments .comment-list .comment-reply-link+.submit,
.input-group-prepend .single-post .comments .comment-list .comments-new .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .btn+.submit,
.single-post .comments-new .comments .comment-form .form-submit .input-group-prepend .submit+.submit,
.single-post .comments .comments-new .comment-form .form-submit .input-group-prepend .submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .comments .comment-list .comment-edit-link+.submit,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-prepend .comment-edit-link+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .comments .comment-list .comment-reply-link+.submit,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-prepend .comment-reply-link+.submit,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .submit+.submit,
.input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+.btn,
.input-group-prepend .single-post .comments-new .comment-list .comments .comment-form .form-submit .comment-edit-link+.submit,
.input-group-prepend .single-post .comments .comment-form .form-submit .comments-new .comment-list .comment-edit-link+.submit,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-edit-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-reply-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-form .form-submit .comment-edit-link+.submit,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comment-list .comment-edit-link+.submit,
.single-post .comments-new .comment-list .input-group-prepend .comment-edit-link+.btn,
.single-post .comments-new .comment-list .input-group-prepend .comments .comment-form .form-submit .comment-edit-link+.submit,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-prepend .comment-edit-link+.submit,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-edit-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-edit-link+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-edit-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-edit-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-form .form-submit .comment-edit-link+.submit,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-prepend .comment-edit-link+.submit,
.input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+.btn,
.input-group-prepend .single-post .comments-new .comment-list .comments .comment-form .form-submit .comment-reply-link+.submit,
.input-group-prepend .single-post .comments .comment-form .form-submit .comments-new .comment-list .comment-reply-link+.submit,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-edit-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-reply-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-form .form-submit .comment-reply-link+.submit,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comment-list .comment-reply-link+.submit,
.single-post .comments-new .comment-list .input-group-prepend .comment-reply-link+.btn,
.single-post .comments-new .comment-list .input-group-prepend .comments .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-prepend .comment-reply-link+.submit,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-reply-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-reply-link+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-reply-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-reply-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-prepend .comment-reply-link+.submit,
.input-group-prepend .single-post .comments-new .comment-list .btn+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-list .comments .comment-form .form-submit .submit+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-form .form-submit .comments-new .comment-list .submit+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-edit-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-edit-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-form .form-submit .submit+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comment-list .submit+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .btn+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .comments .comment-form .form-submit .submit+.comment-edit-link,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-prepend .submit+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-edit-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-edit-link+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-reply-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-reply-link+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-form .form-submit .submit+.comment-edit-link,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-prepend .submit+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-edit-link+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-reply-link+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-list .btn+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-list .comments .comment-form .form-submit .submit+.comment-reply-link,
.input-group-prepend .single-post .comments .comment-form .form-submit .comments-new .comment-list .submit+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-reply-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-reply-link,
.input-group-prepend .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-form .form-submit .submit+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .comment-list .submit+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .btn+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comments .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-prepend .submit+.comment-reply-link,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-edit-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-edit-link+.comment-reply-link,
.single-post .comments-new .comments .comment-list .input-group-prepend .comment-reply-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-prepend .comment-reply-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-prepend .submit+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-edit-link+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-reply-link+.comment-reply-link,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.btn,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.submit,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-edit-link,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-reply-link,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.submit,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-edit-link,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.btn,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.comment-edit-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.comment-edit-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.comment-reply-link,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .btn+.hs-button,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .submit+.hs-button,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-edit-link+.hs-button,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-reply-link+.hs-button,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .submit+.hs-button,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-edit-link+.hs-button,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-reply-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .btn+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .comment-edit-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .comment-reply-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .comment-edit-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .comment-reply-link+.hs-button,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.btn,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.submit,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-edit-link,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-reply-link,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.submit,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-edit-link,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-reply-link,
.input-group-prepend .newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.modal-form-pop-up .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.btn,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.comment-edit-link,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.comment-reply-link,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.comment-edit-link,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.comment-reply-link,
.newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.hs-button,
.modal-form-pop-up .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .submit+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-edit-link+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-reply-link+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .submit+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-edit-link+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-reply-link+.hs-button,
.input-group-prepend .newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.modal-form-pop-up .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .btn+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .comment-edit-link+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .comment-reply-link+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .comment-edit-link+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .comment-reply-link+.hs-button,
.newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.hs-button,
.modal-form-pop-up .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.hs-button,
.input-group-prepend .search-form .search-submit+.btn,
.input-group-prepend .search-form .single-post .comments .comment-form .form-submit .search-submit+.submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .search-form .search-submit+.submit,
.input-group-prepend .search-form .single-post .comments .comment-list .search-submit+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .search-form .search-submit+.comment-edit-link,
.input-group-prepend .search-form .single-post .comments .comment-list .search-submit+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .search-form .search-submit+.comment-reply-link,
.input-group-prepend .search-form .single-post .comments-new .comment-form .form-submit .search-submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .search-form .search-submit+.submit,
.input-group-prepend .search-form .single-post .comments-new .comment-list .search-submit+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .search-form .search-submit+.comment-edit-link,
.input-group-prepend .search-form .single-post .comments-new .comment-list .search-submit+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .search-form .search-submit+.comment-reply-link,
.input-group-prepend .search-form .modal-form-pop-up .hbspt-form form.hs-form .actions .search-submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .search-form .search-submit+.hs-button,
.input-group-prepend .search-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .search-form .search-submit+.hs-button,
.search-form .input-group-prepend .search-submit+.btn,
.search-form .input-group-prepend .single-post .comments .comment-form .form-submit .search-submit+.submit,
.single-post .comments .comment-form .form-submit .search-form .input-group-prepend .search-submit+.submit,
.search-form .input-group-prepend .single-post .comments .comment-list .search-submit+.comment-edit-link,
.single-post .comments .comment-list .search-form .input-group-prepend .search-submit+.comment-edit-link,
.search-form .input-group-prepend .single-post .comments .comment-list .search-submit+.comment-reply-link,
.single-post .comments .comment-list .search-form .input-group-prepend .search-submit+.comment-reply-link,
.search-form .input-group-prepend .single-post .comments-new .comment-form .form-submit .search-submit+.submit,
.single-post .comments-new .comment-form .form-submit .search-form .input-group-prepend .search-submit+.submit,
.search-form .input-group-prepend .single-post .comments-new .comment-list .search-submit+.comment-edit-link,
.single-post .comments-new .comment-list .search-form .input-group-prepend .search-submit+.comment-edit-link,
.search-form .input-group-prepend .single-post .comments-new .comment-list .search-submit+.comment-reply-link,
.single-post .comments-new .comment-list .search-form .input-group-prepend .search-submit+.comment-reply-link,
.search-form .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .search-submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .search-form .input-group-prepend .search-submit+.hs-button,
.search-form .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-form .input-group-prepend .search-submit+.hs-button,
.input-group-prepend .search-form .btn+.search-submit,
.input-group-prepend .search-form .single-post .comments .comment-form .form-submit .submit+.search-submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .search-form .submit+.search-submit,
.input-group-prepend .search-form .single-post .comments .comment-list .comment-edit-link+.search-submit,
.single-post .comments .comment-list .input-group-prepend .search-form .comment-edit-link+.search-submit,
.input-group-prepend .search-form .single-post .comments .comment-list .comment-reply-link+.search-submit,
.single-post .comments .comment-list .input-group-prepend .search-form .comment-reply-link+.search-submit,
.input-group-prepend .search-form .single-post .comments-new .comment-form .form-submit .submit+.search-submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .search-form .submit+.search-submit,
.input-group-prepend .search-form .single-post .comments-new .comment-list .comment-edit-link+.search-submit,
.single-post .comments-new .comment-list .input-group-prepend .search-form .comment-edit-link+.search-submit,
.input-group-prepend .search-form .single-post .comments-new .comment-list .comment-reply-link+.search-submit,
.single-post .comments-new .comment-list .input-group-prepend .search-form .comment-reply-link+.search-submit,
.input-group-prepend .search-form .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.search-submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .search-form .hs-button+.search-submit,
.input-group-prepend .search-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.search-submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .search-form .hs-button+.search-submit,
.search-form .input-group-prepend .btn+.search-submit,
.search-form .input-group-prepend .single-post .comments .comment-form .form-submit .submit+.search-submit,
.single-post .comments .comment-form .form-submit .search-form .input-group-prepend .submit+.search-submit,
.search-form .input-group-prepend .single-post .comments .comment-list .comment-edit-link+.search-submit,
.single-post .comments .comment-list .search-form .input-group-prepend .comment-edit-link+.search-submit,
.search-form .input-group-prepend .single-post .comments .comment-list .comment-reply-link+.search-submit,
.single-post .comments .comment-list .search-form .input-group-prepend .comment-reply-link+.search-submit,
.search-form .input-group-prepend .single-post .comments-new .comment-form .form-submit .submit+.search-submit,
.single-post .comments-new .comment-form .form-submit .search-form .input-group-prepend .submit+.search-submit,
.search-form .input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+.search-submit,
.single-post .comments-new .comment-list .search-form .input-group-prepend .comment-edit-link+.search-submit,
.search-form .input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+.search-submit,
.single-post .comments-new .comment-list .search-form .input-group-prepend .comment-reply-link+.search-submit,
.search-form .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.search-submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .search-form .input-group-prepend .hs-button+.search-submit,
.search-form .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.search-submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-form .input-group-prepend .hs-button+.search-submit,
.input-group-prepend .search-form .search-submit+.search-submit,
.search-form .input-group-prepend .search-submit+.search-submit,
.input-group-prepend .comment-form input[type=submit]+.btn,
.input-group-prepend .single-post .comments .comment-form .form-submit input[type=submit]+.submit,
.single-post .comments .input-group-prepend .comment-form .form-submit input[type=submit]+.submit,
.input-group-prepend .comment-form .single-post .comments .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .comment-form input[type=submit]+.comment-edit-link,
.input-group-prepend .comment-form .single-post .comments .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .comment-form input[type=submit]+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit input[type=submit]+.submit,
.single-post .comments-new .input-group-prepend .comment-form .form-submit input[type=submit]+.submit,
.input-group-prepend .comment-form .single-post .comments-new .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-form input[type=submit]+.comment-edit-link,
.input-group-prepend .comment-form .single-post .comments-new .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .comment-form input[type=submit]+.comment-reply-link,
.input-group-prepend .comment-form .modal-form-pop-up .hbspt-form form.hs-form .actions input[type=submit]+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .comment-form input[type=submit]+.hs-button,
.input-group-prepend .comment-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions input[type=submit]+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .comment-form input[type=submit]+.hs-button,
.input-group-prepend .comment-form .search-form input[type=submit]+.search-submit,
.search-form .input-group-prepend .comment-form input[type=submit]+.search-submit,
.comment-form .input-group-prepend input[type=submit]+.btn,
.single-post .comments .comment-form .input-group-prepend .form-submit input[type=submit]+.submit,
.single-post .comments .comment-form .form-submit .input-group-prepend input[type=submit]+.submit,
.comment-form .input-group-prepend .single-post .comments .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments .comment-list .comment-form .input-group-prepend input[type=submit]+.comment-edit-link,
.comment-form .input-group-prepend .single-post .comments .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments .comment-list .comment-form .input-group-prepend input[type=submit]+.comment-reply-link,
.single-post .comments-new .comment-form .input-group-prepend .form-submit input[type=submit]+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend input[type=submit]+.submit,
.comment-form .input-group-prepend .single-post .comments-new .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments-new .comment-list .comment-form .input-group-prepend input[type=submit]+.comment-edit-link,
.comment-form .input-group-prepend .single-post .comments-new .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments-new .comment-list .comment-form .input-group-prepend input[type=submit]+.comment-reply-link,
.comment-form .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions input[type=submit]+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .comment-form .input-group-prepend input[type=submit]+.hs-button,
.comment-form .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions input[type=submit]+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-form .input-group-prepend input[type=submit]+.hs-button,
.comment-form .input-group-prepend .search-form input[type=submit]+.search-submit,
.search-form .comment-form .input-group-prepend input[type=submit]+.search-submit,
.input-group-prepend .comment-form .btn+input[type=submit],
.input-group-prepend .single-post .comments .comment-form .form-submit .submit+input[type=submit],
.single-post .comments .input-group-prepend .comment-form .form-submit .submit+input[type=submit],
.input-group-prepend .comment-form .single-post .comments .comment-list .comment-edit-link+input[type=submit],
.single-post .comments .comment-list .input-group-prepend .comment-form .comment-edit-link+input[type=submit],
.input-group-prepend .comment-form .single-post .comments .comment-list .comment-reply-link+input[type=submit],
.single-post .comments .comment-list .input-group-prepend .comment-form .comment-reply-link+input[type=submit],
.input-group-prepend .single-post .comments-new .comment-form .form-submit .submit+input[type=submit],
.single-post .comments-new .input-group-prepend .comment-form .form-submit .submit+input[type=submit],
.input-group-prepend .comment-form .single-post .comments-new .comment-list .comment-edit-link+input[type=submit],
.single-post .comments-new .comment-list .input-group-prepend .comment-form .comment-edit-link+input[type=submit],
.input-group-prepend .comment-form .single-post .comments-new .comment-list .comment-reply-link+input[type=submit],
.single-post .comments-new .comment-list .input-group-prepend .comment-form .comment-reply-link+input[type=submit],
.input-group-prepend .comment-form .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+input[type=submit],
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .comment-form .hs-button+input[type=submit],
.input-group-prepend .comment-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+input[type=submit],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .comment-form .hs-button+input[type=submit],
.input-group-prepend .comment-form .search-form .search-submit+input[type=submit],
.search-form .input-group-prepend .comment-form .search-submit+input[type=submit],
.comment-form .input-group-prepend .btn+input[type=submit],
.single-post .comments .comment-form .input-group-prepend .form-submit .submit+input[type=submit],
.single-post .comments .comment-form .form-submit .input-group-prepend .submit+input[type=submit],
.comment-form .input-group-prepend .single-post .comments .comment-list .comment-edit-link+input[type=submit],
.single-post .comments .comment-list .comment-form .input-group-prepend .comment-edit-link+input[type=submit],
.comment-form .input-group-prepend .single-post .comments .comment-list .comment-reply-link+input[type=submit],
.single-post .comments .comment-list .comment-form .input-group-prepend .comment-reply-link+input[type=submit],
.single-post .comments-new .comment-form .input-group-prepend .form-submit .submit+input[type=submit],
.single-post .comments-new .comment-form .form-submit .input-group-prepend .submit+input[type=submit],
.comment-form .input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+input[type=submit],
.single-post .comments-new .comment-list .comment-form .input-group-prepend .comment-edit-link+input[type=submit],
.comment-form .input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+input[type=submit],
.single-post .comments-new .comment-list .comment-form .input-group-prepend .comment-reply-link+input[type=submit],
.comment-form .input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+input[type=submit],
.modal-form-pop-up .hbspt-form form.hs-form .actions .comment-form .input-group-prepend .hs-button+input[type=submit],
.comment-form .input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+input[type=submit],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-form .input-group-prepend .hs-button+input[type=submit],
.comment-form .input-group-prepend .search-form .search-submit+input[type=submit],
.search-form .comment-form .input-group-prepend .search-submit+input[type=submit],
.input-group-prepend .comment-form input[type=submit]+input[type=submit],
.comment-form .input-group-prepend input[type=submit]+input[type=submit],
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .single-post .comments .comment-form .form-submit .submit+.input-group-text,
.single-post .comments .comment-form .form-submit .input-group-prepend .submit+.input-group-text,
.input-group-prepend .single-post .comments .comment-list .comment-edit-link+.input-group-text,
.single-post .comments .comment-list .input-group-prepend .comment-edit-link+.input-group-text,
.input-group-prepend .single-post .comments .comment-list .comment-reply-link+.input-group-text,
.single-post .comments .comment-list .input-group-prepend .comment-reply-link+.input-group-text,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .submit+.input-group-text,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .submit+.input-group-text,
.input-group-prepend .single-post .comments-new .comment-list .comment-edit-link+.input-group-text,
.single-post .comments-new .comment-list .input-group-prepend .comment-edit-link+.input-group-text,
.input-group-prepend .single-post .comments-new .comment-list .comment-reply-link+.input-group-text,
.single-post .comments-new .comment-list .input-group-prepend .comment-reply-link+.input-group-text,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.input-group-text,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .hs-button+.input-group-text,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.input-group-text,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .hs-button+.input-group-text,
.input-group-prepend .search-form .search-submit+.input-group-text,
.search-form .input-group-prepend .search-submit+.input-group-text,
.input-group-prepend .comment-form input[type=submit]+.input-group-text,
.comment-form .input-group-prepend input[type=submit]+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .single-post .comments .comment-form .form-submit .input-group-text+.submit,
.single-post .comments .comment-form .form-submit .input-group-prepend .input-group-text+.submit,
.input-group-prepend .single-post .comments .comment-list .input-group-text+.comment-edit-link,
.single-post .comments .comment-list .input-group-prepend .input-group-text+.comment-edit-link,
.input-group-prepend .single-post .comments .comment-list .input-group-text+.comment-reply-link,
.single-post .comments .comment-list .input-group-prepend .input-group-text+.comment-reply-link,
.input-group-prepend .single-post .comments-new .comment-form .form-submit .input-group-text+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-prepend .input-group-text+.submit,
.input-group-prepend .single-post .comments-new .comment-list .input-group-text+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-prepend .input-group-text+.comment-edit-link,
.input-group-prepend .single-post .comments-new .comment-list .input-group-text+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-prepend .input-group-text+.comment-reply-link,
.input-group-prepend .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-text+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-prepend .input-group-text+.hs-button,
.input-group-prepend .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-text+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-prepend .input-group-text+.hs-button,
.input-group-prepend .search-form .input-group-text+.search-submit,
.search-form .input-group-prepend .input-group-text+.search-submit,
.input-group-prepend .comment-form .input-group-text+input[type=submit],
.comment-form .input-group-prepend .input-group-text+input[type=submit],
.input-group-append .btn+.btn,
.input-group-append .single-post .comments .comment-form .form-submit .submit+.btn,
.single-post .comments .comment-form .form-submit .input-group-append .submit+.btn,
.input-group-append .single-post .comments .comment-form .form-submit .btn+.submit,
.single-post .comments .comment-form .form-submit .input-group-append .btn+.submit,
.input-group-append .single-post .comments .comment-form .form-submit .submit+.submit,
.single-post .comments .comment-form .form-submit .input-group-append .submit+.submit,
.input-group-append .single-post .comments .comment-list .comment-edit-link+.btn,
.input-group-append .single-post .comments .comment-list .comment-form .form-submit .comment-edit-link+.submit,
.input-group-append .single-post .comments .comment-form .form-submit .comment-list .comment-edit-link+.submit,
.single-post .comments .comment-list .input-group-append .comment-edit-link+.btn,
.single-post .comments .comment-list .input-group-append .comment-form .form-submit .comment-edit-link+.submit,
.single-post .comments .comment-form .form-submit .comment-list .input-group-append .comment-edit-link+.submit,
.input-group-append .single-post .comments .comment-list .comment-reply-link+.btn,
.input-group-append .single-post .comments .comment-list .comment-form .form-submit .comment-reply-link+.submit,
.input-group-append .single-post .comments .comment-form .form-submit .comment-list .comment-reply-link+.submit,
.single-post .comments .comment-list .input-group-append .comment-reply-link+.btn,
.single-post .comments .comment-list .input-group-append .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments .comment-form .form-submit .comment-list .input-group-append .comment-reply-link+.submit,
.input-group-append .single-post .comments .comment-list .btn+.comment-edit-link,
.input-group-append .single-post .comments .comment-list .comment-form .form-submit .submit+.comment-edit-link,
.input-group-append .single-post .comments .comment-form .form-submit .comment-list .submit+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .btn+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .comment-form .form-submit .submit+.comment-edit-link,
.single-post .comments .comment-form .form-submit .comment-list .input-group-append .submit+.comment-edit-link,
.input-group-append .single-post .comments .comment-list .comment-edit-link+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .comment-edit-link+.comment-edit-link,
.input-group-append .single-post .comments .comment-list .comment-reply-link+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .comment-reply-link+.comment-edit-link,
.input-group-append .single-post .comments .comment-list .btn+.comment-reply-link,
.input-group-append .single-post .comments .comment-list .comment-form .form-submit .submit+.comment-reply-link,
.input-group-append .single-post .comments .comment-form .form-submit .comment-list .submit+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .btn+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments .comment-form .form-submit .comment-list .input-group-append .submit+.comment-reply-link,
.input-group-append .single-post .comments .comment-list .comment-edit-link+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .comment-edit-link+.comment-reply-link,
.input-group-append .single-post .comments .comment-list .comment-reply-link+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .comment-reply-link+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-form .form-submit .submit+.btn,
.input-group-append .single-post .comments-new .comments .comment-form .form-submit .submit+.submit,
.input-group-append .single-post .comments .comments-new .comment-form .form-submit .submit+.submit,
.input-group-append .single-post .comments-new .comment-form .form-submit .comments .comment-list .submit+.comment-edit-link,
.input-group-append .single-post .comments .comment-list .comments-new .comment-form .form-submit .submit+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-form .form-submit .comments .comment-list .submit+.comment-reply-link,
.input-group-append .single-post .comments .comment-list .comments-new .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group-append .submit+.btn,
.single-post .comments-new .comments .comment-form .form-submit .input-group-append .submit+.submit,
.single-post .comments .comments-new .comment-form .form-submit .input-group-append .submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .comments .comment-list .submit+.comment-edit-link,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-append .submit+.comment-edit-link,
.single-post .comments-new .comment-form .form-submit .input-group-append .comments .comment-list .submit+.comment-reply-link,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-append .submit+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-form .form-submit .btn+.submit,
.input-group-append .single-post .comments-new .comments .comment-form .form-submit .submit+.submit,
.input-group-append .single-post .comments .comments-new .comment-form .form-submit .submit+.submit,
.input-group-append .single-post .comments-new .comment-form .form-submit .comments .comment-list .comment-edit-link+.submit,
.input-group-append .single-post .comments .comment-list .comments-new .comment-form .form-submit .comment-edit-link+.submit,
.input-group-append .single-post .comments-new .comment-form .form-submit .comments .comment-list .comment-reply-link+.submit,
.input-group-append .single-post .comments .comment-list .comments-new .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .btn+.submit,
.single-post .comments-new .comments .comment-form .form-submit .input-group-append .submit+.submit,
.single-post .comments .comments-new .comment-form .form-submit .input-group-append .submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .comments .comment-list .comment-edit-link+.submit,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-append .comment-edit-link+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .comments .comment-list .comment-reply-link+.submit,
.single-post .comments .comment-list .comments-new .comment-form .form-submit .input-group-append .comment-reply-link+.submit,
.input-group-append .single-post .comments-new .comment-form .form-submit .submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .submit+.submit,
.input-group-append .single-post .comments-new .comment-list .comment-edit-link+.btn,
.input-group-append .single-post .comments-new .comment-list .comments .comment-form .form-submit .comment-edit-link+.submit,
.input-group-append .single-post .comments .comment-form .form-submit .comments-new .comment-list .comment-edit-link+.submit,
.input-group-append .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-edit-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-edit-link,
.input-group-append .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-reply-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-list .comment-form .form-submit .comment-edit-link+.submit,
.input-group-append .single-post .comments-new .comment-form .form-submit .comment-list .comment-edit-link+.submit,
.single-post .comments-new .comment-list .input-group-append .comment-edit-link+.btn,
.single-post .comments-new .comment-list .input-group-append .comments .comment-form .form-submit .comment-edit-link+.submit,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-append .comment-edit-link+.submit,
.single-post .comments-new .comments .comment-list .input-group-append .comment-edit-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-edit-link+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-append .comment-edit-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-edit-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comment-form .form-submit .comment-edit-link+.submit,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-append .comment-edit-link+.submit,
.input-group-append .single-post .comments-new .comment-list .comment-reply-link+.btn,
.input-group-append .single-post .comments-new .comment-list .comments .comment-form .form-submit .comment-reply-link+.submit,
.input-group-append .single-post .comments .comment-form .form-submit .comments-new .comment-list .comment-reply-link+.submit,
.input-group-append .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-edit-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-edit-link,
.input-group-append .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-reply-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-list .comment-form .form-submit .comment-reply-link+.submit,
.input-group-append .single-post .comments-new .comment-form .form-submit .comment-list .comment-reply-link+.submit,
.single-post .comments-new .comment-list .input-group-append .comment-reply-link+.btn,
.single-post .comments-new .comment-list .input-group-append .comments .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-append .comment-reply-link+.submit,
.single-post .comments-new .comments .comment-list .input-group-append .comment-reply-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-reply-link+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-append .comment-reply-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-reply-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comment-form .form-submit .comment-reply-link+.submit,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-append .comment-reply-link+.submit,
.input-group-append .single-post .comments-new .comment-list .btn+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-list .comments .comment-form .form-submit .submit+.comment-edit-link,
.input-group-append .single-post .comments .comment-form .form-submit .comments-new .comment-list .submit+.comment-edit-link,
.input-group-append .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-edit-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-edit-link,
.input-group-append .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-edit-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-list .comment-form .form-submit .submit+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-form .form-submit .comment-list .submit+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .btn+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .comments .comment-form .form-submit .submit+.comment-edit-link,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-append .submit+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-append .comment-edit-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-edit-link+.comment-edit-link,
.single-post .comments-new .comments .comment-list .input-group-append .comment-reply-link+.comment-edit-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-reply-link+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .comment-form .form-submit .submit+.comment-edit-link,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-append .submit+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-list .comment-edit-link+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .comment-edit-link+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-list .comment-reply-link+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .comment-reply-link+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-list .btn+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-list .comments .comment-form .form-submit .submit+.comment-reply-link,
.input-group-append .single-post .comments .comment-form .form-submit .comments-new .comment-list .submit+.comment-reply-link,
.input-group-append .single-post .comments-new .comments .comment-list .comment-edit-link+.comment-reply-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-edit-link+.comment-reply-link,
.input-group-append .single-post .comments-new .comments .comment-list .comment-reply-link+.comment-reply-link,
.input-group-append .single-post .comments .comments-new .comment-list .comment-reply-link+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-list .comment-form .form-submit .submit+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-form .form-submit .comment-list .submit+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .btn+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comments .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments .comment-form .form-submit .comments-new .comment-list .input-group-append .submit+.comment-reply-link,
.single-post .comments-new .comments .comment-list .input-group-append .comment-edit-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-edit-link+.comment-reply-link,
.single-post .comments-new .comments .comment-list .input-group-append .comment-reply-link+.comment-reply-link,
.single-post .comments .comments-new .comment-list .input-group-append .comment-reply-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comment-form .form-submit .submit+.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .comment-list .input-group-append .submit+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-list .comment-edit-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comment-edit-link+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-list .comment-reply-link+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comment-reply-link+.comment-reply-link,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.btn,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.submit,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-edit-link,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-reply-link,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.submit,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-edit-link,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.btn,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.comment-edit-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.comment-edit-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.comment-reply-link,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .btn+.hs-button,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .submit+.hs-button,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-edit-link+.hs-button,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-reply-link+.hs-button,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .submit+.hs-button,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-edit-link+.hs-button,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .comment-reply-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .btn+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .comment-edit-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .comment-reply-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .comment-edit-link+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .comment-reply-link+.hs-button,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.btn,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.submit,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-edit-link,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-reply-link,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.submit,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-edit-link,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.comment-reply-link,
.input-group-append .newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.modal-form-pop-up .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.btn,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments .comment-form .form-submit .hs-button+.submit,
.single-post .comments .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments .comment-list .hs-button+.comment-edit-link,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.comment-edit-link,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments .comment-list .hs-button+.comment-reply-link,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.comment-reply-link,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments-new .comment-form .form-submit .hs-button+.submit,
.single-post .comments-new .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments-new .comment-list .hs-button+.comment-edit-link,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.comment-edit-link,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments-new .comment-list .hs-button+.comment-reply-link,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.comment-reply-link,
.newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.hs-button,
.modal-form-pop-up .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .submit+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-edit-link+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-reply-link+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .submit+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-edit-link+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-reply-link+.hs-button,
.input-group-append .newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.modal-form-pop-up .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .btn+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments .comment-form .form-submit .submit+.hs-button,
.single-post .comments .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments .comment-list .comment-edit-link+.hs-button,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .comment-edit-link+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments .comment-list .comment-reply-link+.hs-button,
.single-post .comments .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .comment-reply-link+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments-new .comment-form .form-submit .submit+.hs-button,
.single-post .comments-new .comment-form .form-submit .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments-new .comment-list .comment-edit-link+.hs-button,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .comment-edit-link+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .single-post .comments-new .comment-list .comment-reply-link+.hs-button,
.single-post .comments-new .comment-list .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .comment-reply-link+.hs-button,
.newsletter-form .modal-form-pop-up .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.hs-button,
.modal-form-pop-up .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.hs-button,
.input-group-append .search-form .search-submit+.btn,
.input-group-append .search-form .single-post .comments .comment-form .form-submit .search-submit+.submit,
.single-post .comments .comment-form .form-submit .input-group-append .search-form .search-submit+.submit,
.input-group-append .search-form .single-post .comments .comment-list .search-submit+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .search-form .search-submit+.comment-edit-link,
.input-group-append .search-form .single-post .comments .comment-list .search-submit+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .search-form .search-submit+.comment-reply-link,
.input-group-append .search-form .single-post .comments-new .comment-form .form-submit .search-submit+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .search-form .search-submit+.submit,
.input-group-append .search-form .single-post .comments-new .comment-list .search-submit+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .search-form .search-submit+.comment-edit-link,
.input-group-append .search-form .single-post .comments-new .comment-list .search-submit+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .search-form .search-submit+.comment-reply-link,
.input-group-append .search-form .modal-form-pop-up .hbspt-form form.hs-form .actions .search-submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .search-form .search-submit+.hs-button,
.input-group-append .search-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .search-form .search-submit+.hs-button,
.search-form .input-group-append .search-submit+.btn,
.search-form .input-group-append .single-post .comments .comment-form .form-submit .search-submit+.submit,
.single-post .comments .comment-form .form-submit .search-form .input-group-append .search-submit+.submit,
.search-form .input-group-append .single-post .comments .comment-list .search-submit+.comment-edit-link,
.single-post .comments .comment-list .search-form .input-group-append .search-submit+.comment-edit-link,
.search-form .input-group-append .single-post .comments .comment-list .search-submit+.comment-reply-link,
.single-post .comments .comment-list .search-form .input-group-append .search-submit+.comment-reply-link,
.search-form .input-group-append .single-post .comments-new .comment-form .form-submit .search-submit+.submit,
.single-post .comments-new .comment-form .form-submit .search-form .input-group-append .search-submit+.submit,
.search-form .input-group-append .single-post .comments-new .comment-list .search-submit+.comment-edit-link,
.single-post .comments-new .comment-list .search-form .input-group-append .search-submit+.comment-edit-link,
.search-form .input-group-append .single-post .comments-new .comment-list .search-submit+.comment-reply-link,
.single-post .comments-new .comment-list .search-form .input-group-append .search-submit+.comment-reply-link,
.search-form .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .search-submit+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .search-form .input-group-append .search-submit+.hs-button,
.search-form .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-submit+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-form .input-group-append .search-submit+.hs-button,
.input-group-append .search-form .btn+.search-submit,
.input-group-append .search-form .single-post .comments .comment-form .form-submit .submit+.search-submit,
.single-post .comments .comment-form .form-submit .input-group-append .search-form .submit+.search-submit,
.input-group-append .search-form .single-post .comments .comment-list .comment-edit-link+.search-submit,
.single-post .comments .comment-list .input-group-append .search-form .comment-edit-link+.search-submit,
.input-group-append .search-form .single-post .comments .comment-list .comment-reply-link+.search-submit,
.single-post .comments .comment-list .input-group-append .search-form .comment-reply-link+.search-submit,
.input-group-append .search-form .single-post .comments-new .comment-form .form-submit .submit+.search-submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .search-form .submit+.search-submit,
.input-group-append .search-form .single-post .comments-new .comment-list .comment-edit-link+.search-submit,
.single-post .comments-new .comment-list .input-group-append .search-form .comment-edit-link+.search-submit,
.input-group-append .search-form .single-post .comments-new .comment-list .comment-reply-link+.search-submit,
.single-post .comments-new .comment-list .input-group-append .search-form .comment-reply-link+.search-submit,
.input-group-append .search-form .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.search-submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .search-form .hs-button+.search-submit,
.input-group-append .search-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.search-submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .search-form .hs-button+.search-submit,
.search-form .input-group-append .btn+.search-submit,
.search-form .input-group-append .single-post .comments .comment-form .form-submit .submit+.search-submit,
.single-post .comments .comment-form .form-submit .search-form .input-group-append .submit+.search-submit,
.search-form .input-group-append .single-post .comments .comment-list .comment-edit-link+.search-submit,
.single-post .comments .comment-list .search-form .input-group-append .comment-edit-link+.search-submit,
.search-form .input-group-append .single-post .comments .comment-list .comment-reply-link+.search-submit,
.single-post .comments .comment-list .search-form .input-group-append .comment-reply-link+.search-submit,
.search-form .input-group-append .single-post .comments-new .comment-form .form-submit .submit+.search-submit,
.single-post .comments-new .comment-form .form-submit .search-form .input-group-append .submit+.search-submit,
.search-form .input-group-append .single-post .comments-new .comment-list .comment-edit-link+.search-submit,
.single-post .comments-new .comment-list .search-form .input-group-append .comment-edit-link+.search-submit,
.search-form .input-group-append .single-post .comments-new .comment-list .comment-reply-link+.search-submit,
.single-post .comments-new .comment-list .search-form .input-group-append .comment-reply-link+.search-submit,
.search-form .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.search-submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .search-form .input-group-append .hs-button+.search-submit,
.search-form .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.search-submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .search-form .input-group-append .hs-button+.search-submit,
.input-group-append .search-form .search-submit+.search-submit,
.search-form .input-group-append .search-submit+.search-submit,
.input-group-append .comment-form input[type=submit]+.btn,
.input-group-append .single-post .comments .comment-form .form-submit input[type=submit]+.submit,
.single-post .comments .input-group-append .comment-form .form-submit input[type=submit]+.submit,
.input-group-append .comment-form .single-post .comments .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .comment-form input[type=submit]+.comment-edit-link,
.input-group-append .comment-form .single-post .comments .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .comment-form input[type=submit]+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-form .form-submit input[type=submit]+.submit,
.single-post .comments-new .input-group-append .comment-form .form-submit input[type=submit]+.submit,
.input-group-append .comment-form .single-post .comments-new .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .comment-form input[type=submit]+.comment-edit-link,
.input-group-append .comment-form .single-post .comments-new .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .comment-form input[type=submit]+.comment-reply-link,
.input-group-append .comment-form .modal-form-pop-up .hbspt-form form.hs-form .actions input[type=submit]+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .comment-form input[type=submit]+.hs-button,
.input-group-append .comment-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions input[type=submit]+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .comment-form input[type=submit]+.hs-button,
.input-group-append .comment-form .search-form input[type=submit]+.search-submit,
.search-form .input-group-append .comment-form input[type=submit]+.search-submit,
.comment-form .input-group-append input[type=submit]+.btn,
.single-post .comments .comment-form .input-group-append .form-submit input[type=submit]+.submit,
.single-post .comments .comment-form .form-submit .input-group-append input[type=submit]+.submit,
.comment-form .input-group-append .single-post .comments .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments .comment-list .comment-form .input-group-append input[type=submit]+.comment-edit-link,
.comment-form .input-group-append .single-post .comments .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments .comment-list .comment-form .input-group-append input[type=submit]+.comment-reply-link,
.single-post .comments-new .comment-form .input-group-append .form-submit input[type=submit]+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append input[type=submit]+.submit,
.comment-form .input-group-append .single-post .comments-new .comment-list input[type=submit]+.comment-edit-link,
.single-post .comments-new .comment-list .comment-form .input-group-append input[type=submit]+.comment-edit-link,
.comment-form .input-group-append .single-post .comments-new .comment-list input[type=submit]+.comment-reply-link,
.single-post .comments-new .comment-list .comment-form .input-group-append input[type=submit]+.comment-reply-link,
.comment-form .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions input[type=submit]+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .comment-form .input-group-append input[type=submit]+.hs-button,
.comment-form .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions input[type=submit]+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-form .input-group-append input[type=submit]+.hs-button,
.comment-form .input-group-append .search-form input[type=submit]+.search-submit,
.search-form .comment-form .input-group-append input[type=submit]+.search-submit,
.input-group-append .comment-form .btn+input[type=submit],
.input-group-append .single-post .comments .comment-form .form-submit .submit+input[type=submit],
.single-post .comments .input-group-append .comment-form .form-submit .submit+input[type=submit],
.input-group-append .comment-form .single-post .comments .comment-list .comment-edit-link+input[type=submit],
.single-post .comments .comment-list .input-group-append .comment-form .comment-edit-link+input[type=submit],
.input-group-append .comment-form .single-post .comments .comment-list .comment-reply-link+input[type=submit],
.single-post .comments .comment-list .input-group-append .comment-form .comment-reply-link+input[type=submit],
.input-group-append .single-post .comments-new .comment-form .form-submit .submit+input[type=submit],
.single-post .comments-new .input-group-append .comment-form .form-submit .submit+input[type=submit],
.input-group-append .comment-form .single-post .comments-new .comment-list .comment-edit-link+input[type=submit],
.single-post .comments-new .comment-list .input-group-append .comment-form .comment-edit-link+input[type=submit],
.input-group-append .comment-form .single-post .comments-new .comment-list .comment-reply-link+input[type=submit],
.single-post .comments-new .comment-list .input-group-append .comment-form .comment-reply-link+input[type=submit],
.input-group-append .comment-form .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+input[type=submit],
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .comment-form .hs-button+input[type=submit],
.input-group-append .comment-form .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+input[type=submit],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .comment-form .hs-button+input[type=submit],
.input-group-append .comment-form .search-form .search-submit+input[type=submit],
.search-form .input-group-append .comment-form .search-submit+input[type=submit],
.comment-form .input-group-append .btn+input[type=submit],
.single-post .comments .comment-form .input-group-append .form-submit .submit+input[type=submit],
.single-post .comments .comment-form .form-submit .input-group-append .submit+input[type=submit],
.comment-form .input-group-append .single-post .comments .comment-list .comment-edit-link+input[type=submit],
.single-post .comments .comment-list .comment-form .input-group-append .comment-edit-link+input[type=submit],
.comment-form .input-group-append .single-post .comments .comment-list .comment-reply-link+input[type=submit],
.single-post .comments .comment-list .comment-form .input-group-append .comment-reply-link+input[type=submit],
.single-post .comments-new .comment-form .input-group-append .form-submit .submit+input[type=submit],
.single-post .comments-new .comment-form .form-submit .input-group-append .submit+input[type=submit],
.comment-form .input-group-append .single-post .comments-new .comment-list .comment-edit-link+input[type=submit],
.single-post .comments-new .comment-list .comment-form .input-group-append .comment-edit-link+input[type=submit],
.comment-form .input-group-append .single-post .comments-new .comment-list .comment-reply-link+input[type=submit],
.single-post .comments-new .comment-list .comment-form .input-group-append .comment-reply-link+input[type=submit],
.comment-form .input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+input[type=submit],
.modal-form-pop-up .hbspt-form form.hs-form .actions .comment-form .input-group-append .hs-button+input[type=submit],
.comment-form .input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+input[type=submit],
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .comment-form .input-group-append .hs-button+input[type=submit],
.comment-form .input-group-append .search-form .search-submit+input[type=submit],
.search-form .comment-form .input-group-append .search-submit+input[type=submit],
.input-group-append .comment-form input[type=submit]+input[type=submit],
.comment-form .input-group-append input[type=submit]+input[type=submit],
.input-group-append .btn+.input-group-text,
.input-group-append .single-post .comments .comment-form .form-submit .submit+.input-group-text,
.single-post .comments .comment-form .form-submit .input-group-append .submit+.input-group-text,
.input-group-append .single-post .comments .comment-list .comment-edit-link+.input-group-text,
.single-post .comments .comment-list .input-group-append .comment-edit-link+.input-group-text,
.input-group-append .single-post .comments .comment-list .comment-reply-link+.input-group-text,
.single-post .comments .comment-list .input-group-append .comment-reply-link+.input-group-text,
.input-group-append .single-post .comments-new .comment-form .form-submit .submit+.input-group-text,
.single-post .comments-new .comment-form .form-submit .input-group-append .submit+.input-group-text,
.input-group-append .single-post .comments-new .comment-list .comment-edit-link+.input-group-text,
.single-post .comments-new .comment-list .input-group-append .comment-edit-link+.input-group-text,
.input-group-append .single-post .comments-new .comment-list .comment-reply-link+.input-group-text,
.single-post .comments-new .comment-list .input-group-append .comment-reply-link+.input-group-text,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button+.input-group-text,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .hs-button+.input-group-text,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button+.input-group-text,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .hs-button+.input-group-text,
.input-group-append .search-form .search-submit+.input-group-text,
.search-form .input-group-append .search-submit+.input-group-text,
.input-group-append .comment-form input[type=submit]+.input-group-text,
.comment-form .input-group-append input[type=submit]+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .single-post .comments .comment-form .form-submit .input-group-text+.submit,
.single-post .comments .comment-form .form-submit .input-group-append .input-group-text+.submit,
.input-group-append .single-post .comments .comment-list .input-group-text+.comment-edit-link,
.single-post .comments .comment-list .input-group-append .input-group-text+.comment-edit-link,
.input-group-append .single-post .comments .comment-list .input-group-text+.comment-reply-link,
.single-post .comments .comment-list .input-group-append .input-group-text+.comment-reply-link,
.input-group-append .single-post .comments-new .comment-form .form-submit .input-group-text+.submit,
.single-post .comments-new .comment-form .form-submit .input-group-append .input-group-text+.submit,
.input-group-append .single-post .comments-new .comment-list .input-group-text+.comment-edit-link,
.single-post .comments-new .comment-list .input-group-append .input-group-text+.comment-edit-link,
.input-group-append .single-post .comments-new .comment-list .input-group-text+.comment-reply-link,
.single-post .comments-new .comment-list .input-group-append .input-group-text+.comment-reply-link,
.input-group-append .modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-text+.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-append .input-group-text+.hs-button,
.input-group-append .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-text+.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-append .input-group-text+.hs-button,
.input-group-append .search-form .input-group-text+.search-submit,
.search-form .input-group-append .input-group-text+.search-submit,
.input-group-append .comment-form .input-group-text+input[type=submit],
.comment-form .input-group-append .input-group-text+input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.search-form .input-group-lg>.search-field:not(textarea),
.comment-form .input-group-lg>input[type=text]:not(textarea),
.comment-form .input-group-lg>input[type=email]:not(textarea),
.comment-form .input-group-lg>input[type=url]:not(textarea),
.comment-form .input-group-lg>textarea:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.search-form .input-group-lg>.search-field,
.comment-form .input-group-lg>input[type=text],
.comment-form .input-group-lg>input[type=email],
.comment-form .input-group-lg>input[type=url],
.comment-form .input-group-lg>textarea,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.single-post .comments .comment-form .form-submit .input-group-lg>.input-group-prepend>.submit,
.single-post .comments .comment-list .input-group-lg>.input-group-prepend>.comment-edit-link,
.single-post .comments .comment-list .input-group-lg>.input-group-prepend>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group-lg>.input-group-prepend>.submit,
.single-post .comments-new .comment-list .input-group-lg>.input-group-prepend>.comment-edit-link,
.single-post .comments-new .comment-list .input-group-lg>.input-group-prepend>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-lg>.input-group-prepend>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-lg>.input-group-prepend>.hs-button,
.search-form .input-group-lg>.input-group-prepend>.search-submit,
.comment-form .input-group-lg>.input-group-prepend>input[type=submit],
.input-group-lg>.input-group-append>.btn,
.single-post .comments .comment-form .form-submit .input-group-lg>.input-group-append>.submit,
.single-post .comments .comment-list .input-group-lg>.input-group-append>.comment-edit-link,
.single-post .comments .comment-list .input-group-lg>.input-group-append>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group-lg>.input-group-append>.submit,
.single-post .comments-new .comment-list .input-group-lg>.input-group-append>.comment-edit-link,
.single-post .comments-new .comment-list .input-group-lg>.input-group-append>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-lg>.input-group-append>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-lg>.input-group-append>.hs-button,
.search-form .input-group-lg>.input-group-append>.search-submit,
.comment-form .input-group-lg>.input-group-append>input[type=submit] {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-sm>.form-control:not(textarea),
.search-form .input-group-sm>.search-field:not(textarea),
.comment-form .input-group-sm>input[type=text]:not(textarea),
.comment-form .input-group-sm>input[type=email]:not(textarea),
.comment-form .input-group-sm>input[type=url]:not(textarea),
.comment-form .input-group-sm>textarea:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.search-form .input-group-sm>.search-field,
.comment-form .input-group-sm>input[type=text],
.comment-form .input-group-sm>input[type=email],
.comment-form .input-group-sm>input[type=url],
.comment-form .input-group-sm>textarea,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.single-post .comments .comment-form .form-submit .input-group-sm>.input-group-prepend>.submit,
.single-post .comments .comment-list .input-group-sm>.input-group-prepend>.comment-edit-link,
.single-post .comments .comment-list .input-group-sm>.input-group-prepend>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group-sm>.input-group-prepend>.submit,
.single-post .comments-new .comment-list .input-group-sm>.input-group-prepend>.comment-edit-link,
.single-post .comments-new .comment-list .input-group-sm>.input-group-prepend>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-sm>.input-group-prepend>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-sm>.input-group-prepend>.hs-button,
.search-form .input-group-sm>.input-group-prepend>.search-submit,
.comment-form .input-group-sm>.input-group-prepend>input[type=submit],
.input-group-sm>.input-group-append>.btn,
.single-post .comments .comment-form .form-submit .input-group-sm>.input-group-append>.submit,
.single-post .comments .comment-list .input-group-sm>.input-group-append>.comment-edit-link,
.single-post .comments .comment-list .input-group-sm>.input-group-append>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group-sm>.input-group-append>.submit,
.single-post .comments-new .comment-list .input-group-sm>.input-group-append>.comment-edit-link,
.single-post .comments-new .comment-list .input-group-sm>.input-group-append>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group-sm>.input-group-append>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group-sm>.input-group-append>.hs-button,
.search-form .input-group-sm>.input-group-append>.search-submit,
.comment-form .input-group-sm>.input-group-append>input[type=submit] {
  padding: .25rem .5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.single-post .comments .comment-form .form-submit .input-group>.input-group-prepend>.submit,
.single-post .comments .comment-list .input-group>.input-group-prepend>.comment-edit-link,
.single-post .comments .comment-list .input-group>.input-group-prepend>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group>.input-group-prepend>.submit,
.single-post .comments-new .comment-list .input-group>.input-group-prepend>.comment-edit-link,
.single-post .comments-new .comment-list .input-group>.input-group-prepend>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group>.input-group-prepend>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group>.input-group-prepend>.hs-button,
.search-form .input-group>.input-group-prepend>.search-submit,
.comment-form .input-group>.input-group-prepend>input[type=submit],
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.single-post .comments .comment-form .form-submit .input-group>.input-group-append:not(:last-child)>.submit,
.single-post .comments .comment-list .input-group>.input-group-append:not(:last-child)>.comment-edit-link,
.single-post .comments .comment-list .input-group>.input-group-append:not(:last-child)>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group>.input-group-append:not(:last-child)>.submit,
.single-post .comments-new .comment-list .input-group>.input-group-append:not(:last-child)>.comment-edit-link,
.single-post .comments-new .comment-list .input-group>.input-group-append:not(:last-child)>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group>.input-group-append:not(:last-child)>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group>.input-group-append:not(:last-child)>.hs-button,
.search-form .input-group>.input-group-append:not(:last-child)>.search-submit,
.comment-form .input-group>.input-group-append:not(:last-child)>input[type=submit],
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-form .form-submit .input-group>.input-group-append:last-child>.submit:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-list .input-group>.input-group-append:last-child>.comment-edit-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments .comment-list .input-group>.input-group-append:last-child>.comment-reply-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-form .form-submit .input-group>.input-group-append:last-child>.submit:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-list .input-group>.input-group-append:last-child>.comment-edit-link:not(:last-child):not(.dropdown-toggle),
.single-post .comments-new .comment-list .input-group>.input-group-append:last-child>.comment-reply-link:not(:last-child):not(.dropdown-toggle),
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group>.input-group-append:last-child>.hs-button:not(:last-child):not(.dropdown-toggle),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group>.input-group-append:last-child>.hs-button:not(:last-child):not(.dropdown-toggle),
.search-form .input-group>.input-group-append:last-child>.search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group>.input-group-append:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.single-post .comments .comment-form .form-submit .input-group>.input-group-append>.submit,
.single-post .comments .comment-list .input-group>.input-group-append>.comment-edit-link,
.single-post .comments .comment-list .input-group>.input-group-append>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group>.input-group-append>.submit,
.single-post .comments-new .comment-list .input-group>.input-group-append>.comment-edit-link,
.single-post .comments-new .comment-list .input-group>.input-group-append>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group>.input-group-append>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group>.input-group-append>.hs-button,
.search-form .input-group>.input-group-append>.search-submit,
.comment-form .input-group>.input-group-append>input[type=submit],
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.single-post .comments .comment-form .form-submit .input-group>.input-group-prepend:not(:first-child)>.submit,
.single-post .comments .comment-list .input-group>.input-group-prepend:not(:first-child)>.comment-edit-link,
.single-post .comments .comment-list .input-group>.input-group-prepend:not(:first-child)>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .input-group>.input-group-prepend:not(:first-child)>.submit,
.single-post .comments-new .comment-list .input-group>.input-group-prepend:not(:first-child)>.comment-edit-link,
.single-post .comments-new .comment-list .input-group>.input-group-prepend:not(:first-child)>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group>.input-group-prepend:not(:first-child)>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group>.input-group-prepend:not(:first-child)>.hs-button,
.search-form .input-group>.input-group-prepend:not(:first-child)>.search-submit,
.comment-form .input-group>.input-group-prepend:not(:first-child)>input[type=submit],
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.single-post .comments .comment-form .form-submit .input-group>.input-group-prepend:first-child>.submit:not(:first-child),
.single-post .comments .comment-list .input-group>.input-group-prepend:first-child>.comment-edit-link:not(:first-child),
.single-post .comments .comment-list .input-group>.input-group-prepend:first-child>.comment-reply-link:not(:first-child),
.single-post .comments-new .comment-form .form-submit .input-group>.input-group-prepend:first-child>.submit:not(:first-child),
.single-post .comments-new .comment-list .input-group>.input-group-prepend:first-child>.comment-edit-link:not(:first-child),
.single-post .comments-new .comment-list .input-group>.input-group-prepend:first-child>.comment-reply-link:not(:first-child),
.modal-form-pop-up .hbspt-form form.hs-form .actions .input-group>.input-group-prepend:first-child>.hs-button:not(:first-child),
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .input-group>.input-group-prepend:first-child>.hs-button:not(:first-child),
.search-form .input-group>.input-group-prepend:first-child>.search-submit:not(:first-child),
.comment-form .input-group>.input-group-prepend:first-child>input[type=submit]:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.35rem;
  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: #00dbff;
  background-color: #00dbff;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(127.5,237,255);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5,244.2,255);
  border-color: rgb(178.5,244.2,255);
}

.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: .175rem;
  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: .175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .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: #00dbff;
  background-color: #00dbff;
}

.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(0,219,255,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0,219,255,.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(0,219,255,.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.175rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-o-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-o-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0,219,255,.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 0.9rem;
  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 .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgb(127.5,237,255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .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: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: 0.7875rem;
}

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

.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: rgb(127.5,237,255);
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.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: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .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: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: rgba(0,0,0,0);
  -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 .2rem rgba(0,219,255,.25);
          box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,219,255,.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,219,255,.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,219,255,.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00dbff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5,244.2,255);
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0,0,0,0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0,0,0,0);
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00dbff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5,244.2,255);
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0,0,0,0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0,0,0,0);
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #00dbff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: rgb(178.5,244.2,255);
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: rgba(0,0,0,0);
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  border-width: .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 .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-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: .5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled,
.nav-link.btn-disabled,
.nav-link[href="#off"] {
  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 rgba(0,0,0,0);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.btn-disabled,
.nav-tabs .nav-link[href="#off"] {
  color: #6c757d;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

.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: .25rem;
}

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

.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: .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: .33125rem;
  padding-bottom: .33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .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: .25rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  border-radius: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
  padding-left: .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(0,34,51,.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0,34,51,.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,34,51,.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0,34,51,.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .nav-link.btn-disabled,
.navbar-light .navbar-nav .nav-link[href="#off"] {
  color: rgba(0,34,51,.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(0,34,51,.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0,34,51,.5);
  border-color: rgba(0,34,51,.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-text {
  color: rgba(0,34,51,.5);
}

.navbar-light .navbar-text a {
  color: rgba(0,34,51,.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0,34,51,.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: hsla(0,0%,100%,.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: hsla(0,0%,100%,.75);
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .nav-link.btn-disabled,
.navbar-dark .navbar-nav .nav-link[href="#off"] {
  color: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5);
  border-color: hsla(0,0%,100%,.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-text {
  color: hsla(0,0%,100%,.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(0,34,51,.125);
  border-radius: .25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,34,51,.03);
  border-bottom: 1px solid rgba(0,34,51,.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: .75rem 1.25rem;
  background-color: rgba(0,34,51,.03);
  border-top: 1px solid rgba(0,34,51,.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,
.card-deck-versus,
.card-window {
  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,
.card-deck-versus .card,
.card-window .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck,
  .card-deck-versus,
  .card-window {
    -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,
  .card-deck-versus .card,
  .card-window .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: .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;
}

.breadcrumb,
.breadcrumb-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00dbff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: rgb(0,153.3,178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00dbff;
  border-color: #00dbff;
}

.page-item.disabled .page-link,
.page-item.btn-disabled .page-link,
.page-item[href="#off"] .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge,
.single-post .comments .comment-form .form-submit .submit .badge,
.single-post .comments .comment-list .comment-edit-link .badge,
.single-post .comments .comment-list .comment-reply-link .badge,
.single-post .comments-new .comment-form .form-submit .submit .badge,
.single-post .comments-new .comment-list .comment-edit-link .badge,
.single-post .comments-new .comment-list .comment-reply-link .badge,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button .badge,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button .badge,
.search-form .search-submit .badge,
.comment-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #00dbff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #212529;
  background-color: rgb(0,175.2,204);
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
}

.badge-secondary {
  color: #fff;
  background-color: #00c9eb;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(0,157.3787234043,184);
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
          box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
}

.badge-success {
  color: #212529;
  background-color: #28e048;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: rgb(26.8414634146,186.1585365854,54.5487804878);
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667);
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
          box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.badge-warning {
  color: #212529;
  background-color: #00dbff;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: rgb(0,175.2,204);
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
          box-shadow: 0 0 0 .2rem rgba(0,219,255,.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987);
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.badge-light {
  color: #212529;
  background-color: #f5f;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #f2f;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255,85,255,.5);
          box-shadow: 0 0 0 .2rem rgba(255,85,255,.5);
}

.badge-dark {
  color: #fff;
  background-color: #023;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #000;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover,
a.badge-white:focus {
  color: #212529;
  background-color: hsl(0,0%,90%);
}

a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
          box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
}

.badge-space-shuttle {
  color: #fff;
  background-color: #023;
}

a.badge-space-shuttle:hover,
a.badge-space-shuttle:focus {
  color: #fff;
  background-color: #000;
}

a.badge-space-shuttle:focus,
a.badge-space-shuttle.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.badge-hurricane {
  color: #fff;
  background-color: #023;
}

a.badge-hurricane:hover,
a.badge-hurricane:focus {
  color: #fff;
  background-color: #000;
}

a.badge-hurricane:focus,
a.badge-hurricane.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.badge-boulder {
  color: #fff;
  background-color: #767676;
}

a.badge-boulder:hover,
a.badge-boulder:focus {
  color: #fff;
  background-color: rgb(92.5,92.5,92.5);
}

a.badge-boulder:focus,
a.badge-boulder.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(118,118,118,.5);
          box-shadow: 0 0 0 .2rem rgba(118,118,118,.5);
}

.badge-blue {
  color: #fff;
  background-color: #00c9eb;
}

a.badge-blue:hover,
a.badge-blue:focus {
  color: #fff;
  background-color: rgb(0,157.3787234043,184);
}

a.badge-blue:focus,
a.badge-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
          box-shadow: 0 0 0 .2rem rgba(0,201,235,.5);
}

.badge-black {
  color: #fff;
  background-color: #023;
}

a.badge-black:hover,
a.badge-black:focus {
  color: #fff;
  background-color: #000;
}

a.badge-black:focus,
a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.badge-gray-lighter {
  color: #212529;
  background-color: #f5f5f5;
}

a.badge-gray-lighter:hover,
a.badge-gray-lighter:focus {
  color: #212529;
  background-color: rgb(219.5,219.5,219.5);
}

a.badge-gray-lighter:focus,
a.badge-gray-lighter.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(245,245,245,.5);
          box-shadow: 0 0 0 .2rem rgba(245,245,245,.5);
}

.badge-gray-light {
  color: #212529;
  background-color: #cfcfcf;
}

a.badge-gray-light:hover,
a.badge-gray-light:focus {
  color: #212529;
  background-color: rgb(181.5,181.5,181.5);
}

a.badge-gray-light:focus,
a.badge-gray-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(207,207,207,.5);
          box-shadow: 0 0 0 .2rem rgba(207,207,207,.5);
}

.badge-gray {
  color: #212529;
  background-color: #979797;
}

a.badge-gray:hover,
a.badge-gray:focus {
  color: #212529;
  background-color: rgb(125.5,125.5,125.5);
}

a.badge-gray:focus,
a.badge-gray.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(151,151,151,.5);
          box-shadow: 0 0 0 .2rem rgba(151,151,151,.5);
}

.badge-gray-darker {
  color: #fff;
  background-color: #4d5451;
}

a.badge-gray-darker:hover,
a.badge-gray-darker:focus {
  color: #fff;
  background-color: rgb(52.6086956522,57.3913043478,55.3416149068);
}

a.badge-gray-darker:focus,
a.badge-gray-darker.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(77,84,81,.5);
          box-shadow: 0 0 0 .2rem rgba(77,84,81,.5);
}

.badge-gray-dove {
  color: #fff;
  background-color: #6a6a6a;
}

a.badge-gray-dove:hover,
a.badge-gray-dove:focus {
  color: #fff;
  background-color: rgb(80.5,80.5,80.5);
}

a.badge-gray-dove:focus,
a.badge-gray-dove.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(106,106,106,.5);
          box-shadow: 0 0 0 .2rem rgba(106,106,106,.5);
}

.badge-brown {
  color: #fff;
  background-color: #023;
}

a.badge-brown:hover,
a.badge-brown:focus {
  color: #fff;
  background-color: #000;
}

a.badge-brown:focus,
a.badge-brown.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.badge-gray-light-2 {
  color: #212529;
  background-color: #dedede;
}

a.badge-gray-light-2:hover,
a.badge-gray-light-2:focus {
  color: #212529;
  background-color: rgb(196.5,196.5,196.5);
}

a.badge-gray-light-2:focus,
a.badge-gray-light-2.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222,222,222,.5);
          box-shadow: 0 0 0 .2rem rgba(222,222,222,.5);
}

.badge-yellow-mustard {
  color: #212529;
  background-color: #e6a441;
}

a.badge-yellow-mustard:hover,
a.badge-yellow-mustard:focus {
  color: #212529;
  background-color: hsl(36,76.7441860465%,47.8431372549%);
}

a.badge-yellow-mustard:focus,
a.badge-yellow-mustard.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(230,164,65,.5);
          box-shadow: 0 0 0 .2rem rgba(230,164,65,.5);
}

.badge-blue-light {
  color: #212529;
  background-color: #0adbe3;
}

a.badge-blue-light:hover,
a.badge-blue-light:focus {
  color: #212529;
  background-color: rgb(7.8481012658,171.8734177215,178.1518987342);
}

a.badge-blue-light:focus,
a.badge-blue-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
          box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
}

.badge-brown-darker {
  color: #fff;
  background-color: #023;
}

a.badge-brown-darker:hover,
a.badge-brown-darker:focus {
  color: #fff;
  background-color: #000;
}

a.badge-brown-darker:focus,
a.badge-brown-darker.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.badge-brown-dark {
  color: #fff;
  background-color: #332f2b;
}

a.badge-brown-dark:hover,
a.badge-brown-dark:focus {
  color: #fff;
  background-color: hsl(30,8.5106382979%,8.431372549%);
}

a.badge-brown-dark:focus,
a.badge-brown-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(51,47,43,.5);
          box-shadow: 0 0 0 .2rem rgba(51,47,43,.5);
}

.badge-brown-lighter {
  color: #fff;
  background-color: #57514e;
}

a.badge-brown-lighter:hover,
a.badge-brown-lighter:focus {
  color: #fff;
  background-color: hsl(20,5.4545454545%,22.3529411765%);
}

a.badge-brown-lighter:focus,
a.badge-brown-lighter.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(87,81,78,.5);
          box-shadow: 0 0 0 .2rem rgba(87,81,78,.5);
}

.badge-blue-chill {
  color: #fff;
  background-color: #0d729c;
}

a.badge-blue-chill:hover,
a.badge-blue-chill:focus {
  color: #fff;
  background-color: rgb(9.0769230769,79.5976331361,108.9230769231);
}

a.badge-blue-chill:focus,
a.badge-blue-chill.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(13,114,156,.5);
          box-shadow: 0 0 0 .2rem rgba(13,114,156,.5);
}

.badge-gray-dark {
  color: #fff;
  background-color: #4d4641;
}

a.badge-gray-dark:hover,
a.badge-gray-dark:focus {
  color: #fff;
  background-color: hsl(25,8.4507042254%,17.8431372549%);
}

a.badge-gray-dark:focus,
a.badge-gray-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(77,70,65,.5);
          box-shadow: 0 0 0 .2rem rgba(77,70,65,.5);
}

.badge-purple {
  color: #fff;
  background-color: #a44dff;
}

a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: rgb(137.9269662921,26,255);
}

a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
          box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
}

.badge-magenta {
  color: #fff;
  background-color: #fb0058;
}

a.badge-magenta:hover,
a.badge-magenta:focus {
  color: #fff;
  background-color: rgb(200,0,70.1195219124);
}

a.badge-magenta:focus,
a.badge-magenta.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(251,0,88,.5);
          box-shadow: 0 0 0 .2rem rgba(251,0,88,.5);
}

.badge-green {
  color: #212529;
  background-color: #28e048;
}

a.badge-green:hover,
a.badge-green:focus {
  color: #212529;
  background-color: rgb(26.8414634146,186.1585365854,54.5487804878);
}

a.badge-green:focus,
a.badge-green.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
          box-shadow: 0 0 0 .2rem rgba(40,224,72,.5);
}

.badge-event {
  color: #212529;
  background-color: #0adbe3;
}

a.badge-event:hover,
a.badge-event:focus {
  color: #212529;
  background-color: rgb(7.8481012658,171.8734177215,178.1518987342);
}

a.badge-event:focus,
a.badge-event.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
          box-shadow: 0 0 0 .2rem rgba(10,219,227,.5);
}

.badge-event-alt {
  color: #fff;
  background-color: #a44dff;
}

a.badge-event-alt:hover,
a.badge-event-alt:focus {
  color: #fff;
  background-color: rgb(137.9269662921,26,255);
}

a.badge-event-alt:focus,
a.badge-event-alt.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
          box-shadow: 0 0 0 .2rem rgba(164,77,255,.5);
}

.badge-petroleo {
  color: #fff;
  background-color: #023;
}

a.badge-petroleo:hover,
a.badge-petroleo:focus {
  color: #fff;
  background-color: #000;
}

a.badge-petroleo:focus,
a.badge-petroleo.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
          box-shadow: 0 0 0 .2rem rgba(0,34,51,.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0,0,0,0);
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0,130.2,157.08);
  background-color: rgb(204,247.8,255);
  border-color: rgb(183.6,244.92,255);
}

.alert-primary hr {
  border-top-color: rgb(158.1,241.32,255);
}

.alert-primary .alert-link {
  color: rgb(0,87.9272727273,106.08);
}

.alert-secondary {
  color: rgb(0,120.84,146.68);
  background-color: rgb(204,244.2,251);
  border-color: rgb(183.6,239.88,249.4);
}

.alert-secondary hr {
  border-top-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.alert-secondary .alert-link {
  color: rgb(0,78.8244559585,95.68);
}

.alert-success {
  color: rgb(20.8,132.8,61.92);
  background-color: rgb(212,248.8,218.4);
  border-color: rgb(194.8,246.32,203.76);
}

.alert-success hr {
  border-top-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.alert-success .alert-link {
  color: rgb(13.89375,88.70625,41.360625);
}

.alert-info {
  color: rgb(11.96,100.56,120.16);
  background-color: rgb(208.6,236.4,240.8);
  border-color: rgb(190.04,228.96,235.12);
}

.alert-info hr {
  border-top-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}

.alert-info .alert-link {
  color: rgb(7.3432879201,61.7425613079,73.7767120799);
}

.alert-warning {
  color: rgb(0,130.2,157.08);
  background-color: rgb(204,247.8,255);
  border-color: rgb(183.6,244.92,255);
}

.alert-warning hr {
  border-top-color: rgb(158.1,241.32,255);
}

.alert-warning .alert-link {
  color: rgb(0,87.9272727273,106.08);
}

.alert-danger {
  color: rgb(114.4,43.88,60.36);
  background-color: rgb(248,214.6,217.8);
  border-color: rgb(245.2,198.44,202.92);
}

.alert-danger hr {
  border-top-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}

.alert-danger .alert-link {
  color: rgb(77.5387414708,29.7412585292,40.9111751327);
}

.alert-light {
  color: rgb(132.6,60.52,157.08);
  background-color: #fdf;
  border-color: rgb(255,207.4,255);
}

.alert-light hr {
  border-top-color: rgb(255,181.9,255);
}

.alert-light .alert-link {
  color: rgb(101.521875,46.335625,120.264375);
}

.alert-dark {
  color: #023;
  background-color: rgb(204,210.8,214.2);
  border-color: rgb(183.6,193.12,197.88);
}

.alert-dark hr {
  border-top-color: hsl(200,11.1111111111%,69.8%);
}

.alert-dark .alert-link {
  color: #000;
}

.alert-white {
  color: rgb(132.6,148.92,157.08);
  background-color: #fff;
  border-color: #fff;
}

.alert-white hr {
  border-top-color: hsl(0,0%,95%);
}

.alert-white .alert-link {
  color: rgb(106.08,123.76,132.6);
}

.alert-space-shuttle {
  color: #023;
  background-color: rgb(204,210.8,214.2);
  border-color: rgb(183.6,193.12,197.88);
}

.alert-space-shuttle hr {
  border-top-color: hsl(200,11.1111111111%,69.8%);
}

.alert-space-shuttle .alert-link {
  color: #000;
}

.alert-hurricane {
  color: #023;
  background-color: rgb(204,210.8,214.2);
  border-color: rgb(183.6,193.12,197.88);
}

.alert-hurricane hr {
  border-top-color: hsl(200,11.1111111111%,69.8%);
}

.alert-hurricane .alert-link {
  color: #000;
}

.alert-boulder {
  color: rgb(61.36,77.68,85.84);
  background-color: rgb(227.6,227.6,227.6);
  border-color: hsl(0,0%,84.9568627451%);
}

.alert-boulder hr {
  border-top-color: hsl(0,0%,79.9568627451%);
}

.alert-boulder .alert-link {
  color: hsl(200,16.6304347826%,18.862745098%);
}

.alert-blue {
  color: rgb(0,120.84,146.68);
  background-color: rgb(204,244.2,251);
  border-color: rgb(183.6,239.88,249.4);
}

.alert-blue hr {
  border-top-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.alert-blue .alert-link {
  color: rgb(0,78.8244559585,95.68);
}

.alert-black {
  color: #023;
  background-color: rgb(204,210.8,214.2);
  border-color: rgb(183.6,193.12,197.88);
}

.alert-black hr {
  border-top-color: hsl(200,11.1111111111%,69.8%);
}

.alert-black .alert-link {
  color: #000;
}

.alert-gray-lighter {
  color: rgb(127.4,143.72,151.88);
  background-color: #fdfdfd;
  border-color: rgb(252.2,252.2,252.2);
}

.alert-gray-lighter hr {
  border-top-color: hsl(0,0%,93.9019607843%);
}

.alert-gray-lighter .alert-link {
  color: hsl(200,10.6102635229%,44.7607843137%);
}

.alert-gray-light {
  color: rgb(107.64,123.96,132.12);
  background-color: rgb(245.4,245.4,245.4);
  border-color: hsl(0,0%,94.7294117647%);
}

.alert-gray-light hr {
  border-top-color: hsl(0,0%,89.7294117647%);
}

.alert-gray-light .alert-link {
  color: hsl(200,10.2102102102%,37.0117647059%);
}

.alert-gray {
  color: rgb(78.52,94.84,103);
  background-color: rgb(234.2,234.2,234.2);
  border-color: hsl(0,0%,88.5803921569%);
}

.alert-gray hr {
  border-top-color: hsl(0,0%,83.5803921569%);
}

.alert-gray .alert-link {
  color: hsl(200,13.4861172323%,25.5921568627%);
}

.alert-gray-darker {
  color: rgb(40.04,60,66.6);
  background-color: rgb(219.4,220.8,220.2);
  border-color: rgb(205.16,207.12,206.28);
}

.alert-gray-darker hr {
  border-top-color: rgb(192.154269341,194.625730659,193.5665329513);
}

.alert-gray-darker .alert-link {
  color: rgb(20.8910877719,31.3053263316,34.7489122281);
}

.alert-gray-dove {
  color: rgb(55.12,71.44,79.6);
  background-color: rgb(225.2,225.2,225.2);
  border-color: hsl(0,0%,83.6392156863%);
}

.alert-gray-dove hr {
  border-top-color: hsl(0,0%,78.6392156863%);
}

.alert-gray-dove .alert-link {
  color: hsl(200,18.1710213777%,16.4156862745%);
}

.alert-brown {
  color: #023;
  background-color: rgb(204,210.8,214.2);
  border-color: rgb(183.6,193.12,197.88);
}

.alert-brown hr {
  border-top-color: hsl(200,11.1111111111%,69.8%);
}

.alert-brown .alert-link {
  color: #000;
}

.alert-gray-light-2 {
  color: rgb(115.44,131.76,139.92);
  background-color: rgb(248.4,248.4,248.4);
  border-color: hsl(0,0%,96.3764705882%);
}

.alert-gray-light-2 hr {
  border-top-color: hsl(0,0%,91.3764705882%);
}

.alert-gray-light-2 .alert-link {
  color: hsl(200,9.6135721018%,40.0705882353%);
}

.alert-yellow-mustard {
  color: rgb(119.6,101.6,58.28);
  background-color: rgb(250,236.8,217);
  border-color: rgb(248,229.52,201.8);
}

.alert-yellow-mustard hr {
  border-top-color: hsl(36,76.7441860465%,83.1960784314%);
}

.alert-yellow-mustard .alert-link {
  color: rgb(85.3094670564,72.4702496065,41.5705329436);
}

.alert-blue-light {
  color: rgb(5.2,130.2,142.52);
  background-color: rgb(206,247.8,249.4);
  border-color: rgb(186.4,244.92,247.16);
}

.alert-blue-light hr {
  border-top-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.alert-blue-light .alert-link {
  color: rgb(3.4047116166,85.2487408611,93.3152883834);
}

.alert-brown-darker {
  color: #023;
  background-color: rgb(204,210.8,214.2);
  border-color: rgb(183.6,193.12,197.88);
}

.alert-brown-darker hr {
  border-top-color: hsl(200,11.1111111111%,69.8%);
}

.alert-brown-darker .alert-link {
  color: #000;
}

.alert-brown-dark {
  color: rgb(26.52,40.76,46.84);
  background-color: rgb(214.2,213.4,212.6);
  border-color: rgb(197.88,196.76,195.64);
}

.alert-brown-dark hr {
  border-top-color: hsl(30,1.9230769231%,72.1607843137%);
}

.alert-brown-dark .alert-link {
  color: rgb(8.0832497274,12.4235768811,14.2767502726);
}

.alert-brown-lighter {
  color: rgb(45.24,58.44,65.04);
  background-color: rgb(221.4,220.2,219.6);
  border-color: rgb(207.96,206.28,205.44);
}

.alert-brown-lighter hr {
  border-top-color: hsl(20,2.6086956522%,76.0588235294%);
}

.alert-brown-lighter .alert-link {
  color: hsl(200,17.9542981502%,11.6235294118%);
}

.alert-blue-chill {
  color: rgb(6.76,75.6,105.6);
  background-color: rgb(206.6,226.8,235.2);
  border-color: rgb(187.24,215.52,227.28);
}

.alert-blue-chill hr {
  border-top-color: hsl(197.6223776224,41.935483871%,76.2784313725%);
}

.alert-blue-chill .alert-link {
  color: rgb(3.6916482734,41.2852972588,57.6683517266);
}

.alert-gray-dark {
  color: rgb(40.04,52.72,58.28);
  background-color: rgb(219.4,218,217);
  border-color: rgb(205.16,203.2,201.8);
}

.alert-gray-dark hr {
  border-top-color: hsl(25,3.2608695652%,74.7960784314%);
}

.alert-gray-dark .alert-link {
  color: rgb(19.2706753458,25.373376729,28.0493246542);
}

.alert-purple {
  color: rgb(85.28,56.36,157.08);
  background-color: rgb(236.8,219.4,255);
  border-color: rgb(229.52,205.16,255);
}

.alert-purple hr {
  border-top-color: rgb(216.4834831461,179.66,255);
}

.alert-purple .alert-link {
  color: rgb(64.9029385307,42.8931709145,119.5468290855);
}

.alert-magenta {
  color: rgb(130.52,16.32,70.24);
  background-color: rgb(254.2,204,221.6);
  border-color: rgb(253.88,183.6,208.24);
}

.alert-magenta hr {
  border-top-color: rgb(253.4861776062,158.4938223938,191.7979150579);
}

.alert-magenta .alert-link {
  color: rgb(85.1882102969,10.6517897031,45.8444674476);
}

.alert-green {
  color: rgb(20.8,132.8,61.92);
  background-color: rgb(212,248.8,218.4);
  border-color: rgb(194.8,246.32,203.76);
}

.alert-green hr {
  border-top-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.alert-green .alert-link {
  color: rgb(13.89375,88.70625,41.360625);
}

.alert-event {
  color: rgb(5.2,130.2,142.52);
  background-color: rgb(206,247.8,249.4);
  border-color: rgb(186.4,244.92,247.16);
}

.alert-event hr {
  border-top-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.alert-event .alert-link {
  color: rgb(3.4047116166,85.2487408611,93.3152883834);
}

.alert-event-alt {
  color: rgb(85.28,56.36,157.08);
  background-color: rgb(236.8,219.4,255);
  border-color: rgb(229.52,205.16,255);
}

.alert-event-alt hr {
  border-top-color: rgb(216.4834831461,179.66,255);
}

.alert-event-alt .alert-link {
  color: rgb(64.9029385307,42.8931709145,119.5468290855);
}

.alert-petroleo {
  color: #023;
  background-color: rgb(204,210.8,214.2);
  border-color: rgb(183.6,193.12,197.88);
}

.alert-petroleo hr {
  border-top-color: hsl(200,11.1111111111%,69.8%);
}

.alert-petroleo .alert-link {
  color: #000;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00dbff;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.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: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,34,51,.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item.disabled,
.list-group-item.btn-disabled,
.list-group-item[href="#off"],
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00dbff;
  border-color: #00dbff;
}

.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: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: rgb(0,130.2,157.08);
  background-color: rgb(183.6,244.92,255);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0,130.2,157.08);
  background-color: rgb(158.1,241.32,255);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0,130.2,157.08);
  border-color: rgb(0,130.2,157.08);
}

.list-group-item-secondary {
  color: rgb(0,120.84,146.68);
  background-color: rgb(183.6,239.88,249.4);
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(0,120.84,146.68);
  background-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0,120.84,146.68);
  border-color: rgb(0,120.84,146.68);
}

.list-group-item-success {
  color: rgb(20.8,132.8,61.92);
  background-color: rgb(194.8,246.32,203.76);
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8,132.8,61.92);
  background-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8,132.8,61.92);
  border-color: rgb(20.8,132.8,61.92);
}

.list-group-item-info {
  color: rgb(11.96,100.56,120.16);
  background-color: rgb(190.04,228.96,235.12);
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96,100.56,120.16);
  background-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96,100.56,120.16);
  border-color: rgb(11.96,100.56,120.16);
}

.list-group-item-warning {
  color: rgb(0,130.2,157.08);
  background-color: rgb(183.6,244.92,255);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(0,130.2,157.08);
  background-color: rgb(158.1,241.32,255);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0,130.2,157.08);
  border-color: rgb(0,130.2,157.08);
}

.list-group-item-danger {
  color: rgb(114.4,43.88,60.36);
  background-color: rgb(245.2,198.44,202.92);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4,43.88,60.36);
  background-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4,43.88,60.36);
  border-color: rgb(114.4,43.88,60.36);
}

.list-group-item-light {
  color: rgb(132.6,60.52,157.08);
  background-color: rgb(255,207.4,255);
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(132.6,60.52,157.08);
  background-color: rgb(255,181.9,255);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6,60.52,157.08);
  border-color: rgb(132.6,60.52,157.08);
}

.list-group-item-dark {
  color: #023;
  background-color: rgb(183.6,193.12,197.88);
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #023;
  background-color: hsl(200,11.1111111111%,69.8%);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.list-group-item-white {
  color: rgb(132.6,148.92,157.08);
  background-color: #fff;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6,148.92,157.08);
  background-color: hsl(0,0%,95%);
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6,148.92,157.08);
  border-color: rgb(132.6,148.92,157.08);
}

.list-group-item-space-shuttle {
  color: #023;
  background-color: rgb(183.6,193.12,197.88);
}

.list-group-item-space-shuttle.list-group-item-action:hover,
.list-group-item-space-shuttle.list-group-item-action:focus {
  color: #023;
  background-color: hsl(200,11.1111111111%,69.8%);
}

.list-group-item-space-shuttle.list-group-item-action.active {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.list-group-item-hurricane {
  color: #023;
  background-color: rgb(183.6,193.12,197.88);
}

.list-group-item-hurricane.list-group-item-action:hover,
.list-group-item-hurricane.list-group-item-action:focus {
  color: #023;
  background-color: hsl(200,11.1111111111%,69.8%);
}

.list-group-item-hurricane.list-group-item-action.active {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.list-group-item-boulder {
  color: rgb(61.36,77.68,85.84);
  background-color: hsl(0,0%,84.9568627451%);
}

.list-group-item-boulder.list-group-item-action:hover,
.list-group-item-boulder.list-group-item-action:focus {
  color: rgb(61.36,77.68,85.84);
  background-color: hsl(0,0%,79.9568627451%);
}

.list-group-item-boulder.list-group-item-action.active {
  color: #fff;
  background-color: rgb(61.36,77.68,85.84);
  border-color: rgb(61.36,77.68,85.84);
}

.list-group-item-blue {
  color: rgb(0,120.84,146.68);
  background-color: rgb(183.6,239.88,249.4);
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
  color: rgb(0,120.84,146.68);
  background-color: rgb(159.9545454545,234.8727272727,247.5454545455);
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0,120.84,146.68);
  border-color: rgb(0,120.84,146.68);
}

.list-group-item-black {
  color: #023;
  background-color: rgb(183.6,193.12,197.88);
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: #023;
  background-color: hsl(200,11.1111111111%,69.8%);
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.list-group-item-gray-lighter {
  color: rgb(127.4,143.72,151.88);
  background-color: rgb(252.2,252.2,252.2);
}

.list-group-item-gray-lighter.list-group-item-action:hover,
.list-group-item-gray-lighter.list-group-item-action:focus {
  color: rgb(127.4,143.72,151.88);
  background-color: hsl(0,0%,93.9019607843%);
}

.list-group-item-gray-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.4,143.72,151.88);
  border-color: rgb(127.4,143.72,151.88);
}

.list-group-item-gray-light {
  color: rgb(107.64,123.96,132.12);
  background-color: hsl(0,0%,94.7294117647%);
}

.list-group-item-gray-light.list-group-item-action:hover,
.list-group-item-gray-light.list-group-item-action:focus {
  color: rgb(107.64,123.96,132.12);
  background-color: hsl(0,0%,89.7294117647%);
}

.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(107.64,123.96,132.12);
  border-color: rgb(107.64,123.96,132.12);
}

.list-group-item-gray {
  color: rgb(78.52,94.84,103);
  background-color: hsl(0,0%,88.5803921569%);
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: rgb(78.52,94.84,103);
  background-color: hsl(0,0%,83.5803921569%);
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(78.52,94.84,103);
  border-color: rgb(78.52,94.84,103);
}

.list-group-item-gray-darker {
  color: rgb(40.04,60,66.6);
  background-color: rgb(205.16,207.12,206.28);
}

.list-group-item-gray-darker.list-group-item-action:hover,
.list-group-item-gray-darker.list-group-item-action:focus {
  color: rgb(40.04,60,66.6);
  background-color: rgb(192.154269341,194.625730659,193.5665329513);
}

.list-group-item-gray-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(40.04,60,66.6);
  border-color: rgb(40.04,60,66.6);
}

.list-group-item-gray-dove {
  color: rgb(55.12,71.44,79.6);
  background-color: hsl(0,0%,83.6392156863%);
}

.list-group-item-gray-dove.list-group-item-action:hover,
.list-group-item-gray-dove.list-group-item-action:focus {
  color: rgb(55.12,71.44,79.6);
  background-color: hsl(0,0%,78.6392156863%);
}

.list-group-item-gray-dove.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.12,71.44,79.6);
  border-color: rgb(55.12,71.44,79.6);
}

.list-group-item-brown {
  color: #023;
  background-color: rgb(183.6,193.12,197.88);
}

.list-group-item-brown.list-group-item-action:hover,
.list-group-item-brown.list-group-item-action:focus {
  color: #023;
  background-color: hsl(200,11.1111111111%,69.8%);
}

.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.list-group-item-gray-light-2 {
  color: rgb(115.44,131.76,139.92);
  background-color: hsl(0,0%,96.3764705882%);
}

.list-group-item-gray-light-2.list-group-item-action:hover,
.list-group-item-gray-light-2.list-group-item-action:focus {
  color: rgb(115.44,131.76,139.92);
  background-color: hsl(0,0%,91.3764705882%);
}

.list-group-item-gray-light-2.list-group-item-action.active {
  color: #fff;
  background-color: rgb(115.44,131.76,139.92);
  border-color: rgb(115.44,131.76,139.92);
}

.list-group-item-yellow-mustard {
  color: rgb(119.6,101.6,58.28);
  background-color: rgb(248,229.52,201.8);
}

.list-group-item-yellow-mustard.list-group-item-action:hover,
.list-group-item-yellow-mustard.list-group-item-action:focus {
  color: rgb(119.6,101.6,58.28);
  background-color: hsl(36,76.7441860465%,83.1960784314%);
}

.list-group-item-yellow-mustard.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.6,101.6,58.28);
  border-color: rgb(119.6,101.6,58.28);
}

.list-group-item-blue-light {
  color: rgb(5.2,130.2,142.52);
  background-color: rgb(186.4,244.92,247.16);
}

.list-group-item-blue-light.list-group-item-action:hover,
.list-group-item-blue-light.list-group-item-action:focus {
  color: rgb(5.2,130.2,142.52);
  background-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.list-group-item-blue-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2,130.2,142.52);
  border-color: rgb(5.2,130.2,142.52);
}

.list-group-item-brown-darker {
  color: #023;
  background-color: rgb(183.6,193.12,197.88);
}

.list-group-item-brown-darker.list-group-item-action:hover,
.list-group-item-brown-darker.list-group-item-action:focus {
  color: #023;
  background-color: hsl(200,11.1111111111%,69.8%);
}

.list-group-item-brown-darker.list-group-item-action.active {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.list-group-item-brown-dark {
  color: rgb(26.52,40.76,46.84);
  background-color: rgb(197.88,196.76,195.64);
}

.list-group-item-brown-dark.list-group-item-action:hover,
.list-group-item-brown-dark.list-group-item-action:focus {
  color: rgb(26.52,40.76,46.84);
  background-color: hsl(30,1.9230769231%,72.1607843137%);
}

.list-group-item-brown-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52,40.76,46.84);
  border-color: rgb(26.52,40.76,46.84);
}

.list-group-item-brown-lighter {
  color: rgb(45.24,58.44,65.04);
  background-color: rgb(207.96,206.28,205.44);
}

.list-group-item-brown-lighter.list-group-item-action:hover,
.list-group-item-brown-lighter.list-group-item-action:focus {
  color: rgb(45.24,58.44,65.04);
  background-color: hsl(20,2.6086956522%,76.0588235294%);
}

.list-group-item-brown-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(45.24,58.44,65.04);
  border-color: rgb(45.24,58.44,65.04);
}

.list-group-item-blue-chill {
  color: rgb(6.76,75.6,105.6);
  background-color: rgb(187.24,215.52,227.28);
}

.list-group-item-blue-chill.list-group-item-action:hover,
.list-group-item-blue-chill.list-group-item-action:focus {
  color: rgb(6.76,75.6,105.6);
  background-color: hsl(197.6223776224,41.935483871%,76.2784313725%);
}

.list-group-item-blue-chill.list-group-item-action.active {
  color: #fff;
  background-color: rgb(6.76,75.6,105.6);
  border-color: rgb(6.76,75.6,105.6);
}

.list-group-item-gray-dark {
  color: rgb(40.04,52.72,58.28);
  background-color: rgb(205.16,203.2,201.8);
}

.list-group-item-gray-dark.list-group-item-action:hover,
.list-group-item-gray-dark.list-group-item-action:focus {
  color: rgb(40.04,52.72,58.28);
  background-color: hsl(25,3.2608695652%,74.7960784314%);
}

.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(40.04,52.72,58.28);
  border-color: rgb(40.04,52.72,58.28);
}

.list-group-item-purple {
  color: rgb(85.28,56.36,157.08);
  background-color: rgb(229.52,205.16,255);
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: rgb(85.28,56.36,157.08);
  background-color: rgb(216.4834831461,179.66,255);
}

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(85.28,56.36,157.08);
  border-color: rgb(85.28,56.36,157.08);
}

.list-group-item-magenta {
  color: rgb(130.52,16.32,70.24);
  background-color: rgb(253.88,183.6,208.24);
}

.list-group-item-magenta.list-group-item-action:hover,
.list-group-item-magenta.list-group-item-action:focus {
  color: rgb(130.52,16.32,70.24);
  background-color: rgb(253.4861776062,158.4938223938,191.7979150579);
}

.list-group-item-magenta.list-group-item-action.active {
  color: #fff;
  background-color: rgb(130.52,16.32,70.24);
  border-color: rgb(130.52,16.32,70.24);
}

.list-group-item-green {
  color: rgb(20.8,132.8,61.92);
  background-color: rgb(194.8,246.32,203.76);
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: rgb(20.8,132.8,61.92);
  background-color: rgb(172.5134146341,243.1065853659,184.7904878049);
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8,132.8,61.92);
  border-color: rgb(20.8,132.8,61.92);
}

.list-group-item-event {
  color: rgb(5.2,130.2,142.52);
  background-color: rgb(186.4,244.92,247.16);
}

.list-group-item-event.list-group-item-action:hover,
.list-group-item-event.list-group-item-action:focus {
  color: rgb(5.2,130.2,142.52);
  background-color: rgb(163.5153846154,241.5573626374,244.5446153846);
}

.list-group-item-event.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2,130.2,142.52);
  border-color: rgb(5.2,130.2,142.52);
}

.list-group-item-event-alt {
  color: rgb(85.28,56.36,157.08);
  background-color: rgb(229.52,205.16,255);
}

.list-group-item-event-alt.list-group-item-action:hover,
.list-group-item-event-alt.list-group-item-action:focus {
  color: rgb(85.28,56.36,157.08);
  background-color: rgb(216.4834831461,179.66,255);
}

.list-group-item-event-alt.list-group-item-action.active {
  color: #fff;
  background-color: rgb(85.28,56.36,157.08);
  border-color: rgb(85.28,56.36,157.08);
}

.list-group-item-petroleo {
  color: #023;
  background-color: rgb(183.6,193.12,197.88);
}

.list-group-item-petroleo.list-group-item-action:hover,
.list-group-item-petroleo.list-group-item-action:focus {
  color: #023;
  background-color: hsl(200,11.1111111111%,69.8%);
}

.list-group-item-petroleo.list-group-item-action.active {
  color: #fff;
  background-color: #023;
  border-color: #023;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #023;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #023;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):hover,
.close:not(:disabled):not(.disabled):not(.btn-disabled):not([href="#off"]):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: rgba(0,0,0,0);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled,
a.close.btn-disabled,
a.close[href="#off"] {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0,0%,100%,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: 0 .25rem .75rem rgba(0,34,51,.1);
          box-shadow: 0 .25rem .75rem rgba(0,34,51,.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem;
}

.toast:not(:last-child) {
  margin-bottom: .75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: hsla(0,0%,100%,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.toast-body {
  padding: .75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-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(0,34,51,.2);
  border-radius: .3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .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: .3rem;
  border-top-right-radius: .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: .3rem;
  border-bottom-left-radius: .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: "TOTVS",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0,0,0,0);
  border-style: solid;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #023;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #023;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #023;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "TOTVS",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,34,51,.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0,0,0,0);
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: .5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc((0.5rem + 1px)*-1);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0,34,51,.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: .5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
  left: calc((0.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0,34,51,.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc((0.5rem + 1px)*-1);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0,34,51,.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid hsl(0,0%,97%);
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: .5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
  right: calc((0.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0,34,51,.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: hsl(0,0%,97%);
  border-bottom: 1px solid hsl(0,0%,92%);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.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 .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: -o-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-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%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-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 .6s opacity;
  -o-transition: 0s .6s opacity;
  transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-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: .5;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-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: .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 rgba(0,0,0,0);
  border-bottom: 10px solid rgba(0,0,0,0);
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-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;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: rgba(0,0,0,0);
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
       -o-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
       -o-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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,
.mod-plans .plans.assinatura-eletronica .chosen-plan .title,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan .title,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan .title,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan .title,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan .title,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan .title,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan .title,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan .title {
  background-color: #00dbff !important;
}

a.bg-primary:hover,
.mod-plans .plans.assinatura-eletronica .chosen-plan a.title:hover,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan a.title:hover,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan a.title:hover,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan a.title:hover,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan a.title:hover,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan a.title:hover,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan a.title:hover,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan a.title:hover,
a.bg-primary:focus,
.mod-plans .plans.assinatura-eletronica .chosen-plan a.title:focus,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan a.title:focus,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan a.title:focus,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan a.title:focus,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan a.title:focus,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan a.title:focus,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan a.title:focus,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan a.title:focus,
button.bg-primary:hover,
.mod-plans .plans.assinatura-eletronica .chosen-plan button.title:hover,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan button.title:hover,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan button.title:hover,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan button.title:hover,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan button.title:hover,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan button.title:hover,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan button.title:hover,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan button.title:hover,
button.bg-primary:focus,
.mod-plans .plans.assinatura-eletronica .chosen-plan button.title:focus,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan button.title:focus,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan button.title:focus,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan button.title:focus,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan button.title:focus,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan button.title:focus,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan button.title:focus,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan button.title:focus {
  background-color: rgb(0,175.2,204) !important;
}

.bg-secondary,
#level_1 .card .tab-level-01,
#level_1a .card .tab-level-01,
#level_1b .card .tab-level-01 {
  background-color: #00c9eb !important;
}

a.bg-secondary:hover,
#level_1 .card a.tab-level-01:hover,
#level_1a .card a.tab-level-01:hover,
#level_1b .card a.tab-level-01:hover,
a.bg-secondary:focus,
#level_1 .card a.tab-level-01:focus,
#level_1a .card a.tab-level-01:focus,
#level_1b .card a.tab-level-01:focus,
button.bg-secondary:hover,
#level_1 .card button.tab-level-01:hover,
#level_1a .card button.tab-level-01:hover,
#level_1b .card button.tab-level-01:hover,
button.bg-secondary:focus,
#level_1 .card button.tab-level-01:focus,
#level_1a .card button.tab-level-01:focus,
#level_1b .card button.tab-level-01:focus {
  background-color: rgb(0,157.3787234043,184) !important;
}

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

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(26.8414634146,186.1585365854,54.5487804878) !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: rgb(17.3333333333,122.0869565217,138.6666666667) !important;
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(0,175.2,204) !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987) !important;
}

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

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

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

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

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

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: hsl(0,0%,90%) !important;
}

.bg-space-shuttle {
  background-color: #023 !important;
}

a.bg-space-shuttle:hover,
a.bg-space-shuttle:focus,
button.bg-space-shuttle:hover,
button.bg-space-shuttle:focus {
  background-color: #000 !important;
}

.bg-hurricane {
  background-color: #023 !important;
}

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

.bg-boulder {
  background-color: #767676 !important;
}

a.bg-boulder:hover,
a.bg-boulder:focus,
button.bg-boulder:hover,
button.bg-boulder:focus {
  background-color: rgb(92.5,92.5,92.5) !important;
}

.bg-blue {
  background-color: #00c9eb !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(0,157.3787234043,184) !important;
}

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

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

.bg-gray-lighter {
  background-color: #f5f5f5 !important;
}

a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: rgb(219.5,219.5,219.5) !important;
}

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

a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: rgb(181.5,181.5,181.5) !important;
}

.bg-gray {
  background-color: #979797 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(125.5,125.5,125.5) !important;
}

.bg-gray-darker {
  background-color: #4d5451 !important;
}

a.bg-gray-darker:hover,
a.bg-gray-darker:focus,
button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
  background-color: rgb(52.6086956522,57.3913043478,55.3416149068) !important;
}

.bg-gray-dove {
  background-color: #6a6a6a !important;
}

a.bg-gray-dove:hover,
a.bg-gray-dove:focus,
button.bg-gray-dove:hover,
button.bg-gray-dove:focus {
  background-color: rgb(80.5,80.5,80.5) !important;
}

.bg-brown {
  background-color: #023 !important;
}

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

.bg-gray-light-2 {
  background-color: #dedede !important;
}

a.bg-gray-light-2:hover,
a.bg-gray-light-2:focus,
button.bg-gray-light-2:hover,
button.bg-gray-light-2:focus {
  background-color: rgb(196.5,196.5,196.5) !important;
}

.bg-yellow-mustard {
  background-color: #e6a441 !important;
}

a.bg-yellow-mustard:hover,
a.bg-yellow-mustard:focus,
button.bg-yellow-mustard:hover,
button.bg-yellow-mustard:focus {
  background-color: hsl(36,76.7441860465%,47.8431372549%) !important;
}

.bg-blue-light {
  background-color: #0adbe3 !important;
}

a.bg-blue-light:hover,
a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: rgb(7.8481012658,171.8734177215,178.1518987342) !important;
}

.bg-brown-darker {
  background-color: #023 !important;
}

a.bg-brown-darker:hover,
a.bg-brown-darker:focus,
button.bg-brown-darker:hover,
button.bg-brown-darker:focus {
  background-color: #000 !important;
}

.bg-brown-dark {
  background-color: #332f2b !important;
}

a.bg-brown-dark:hover,
a.bg-brown-dark:focus,
button.bg-brown-dark:hover,
button.bg-brown-dark:focus {
  background-color: hsl(30,8.5106382979%,8.431372549%) !important;
}

.bg-brown-lighter {
  background-color: #57514e !important;
}

a.bg-brown-lighter:hover,
a.bg-brown-lighter:focus,
button.bg-brown-lighter:hover,
button.bg-brown-lighter:focus {
  background-color: hsl(20,5.4545454545%,22.3529411765%) !important;
}

.bg-blue-chill {
  background-color: #0d729c !important;
}

a.bg-blue-chill:hover,
a.bg-blue-chill:focus,
button.bg-blue-chill:hover,
button.bg-blue-chill:focus {
  background-color: rgb(9.0769230769,79.5976331361,108.9230769231) !important;
}

.bg-gray-dark {
  background-color: #4d4641 !important;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: hsl(25,8.4507042254%,17.8431372549%) !important;
}

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

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: rgb(137.9269662921,26,255) !important;
}

.bg-magenta {
  background-color: #fb0058 !important;
}

a.bg-magenta:hover,
a.bg-magenta:focus,
button.bg-magenta:hover,
button.bg-magenta:focus {
  background-color: rgb(200,0,70.1195219124) !important;
}

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

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(26.8414634146,186.1585365854,54.5487804878) !important;
}

.bg-event {
  background-color: #0adbe3 !important;
}

a.bg-event:hover,
a.bg-event:focus,
button.bg-event:hover,
button.bg-event:focus {
  background-color: rgb(7.8481012658,171.8734177215,178.1518987342) !important;
}

.bg-event-alt {
  background-color: #a44dff !important;
}

a.bg-event-alt:hover,
a.bg-event-alt:focus,
button.bg-event-alt:hover,
button.bg-event-alt:focus {
  background-color: rgb(137.9269662921,26,255) !important;
}

.bg-petroleo {
  background-color: #023 !important;
}

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

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

.bg-transparent {
  background-color: rgba(0,0,0,0) !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,
.mod-plans .plans.assinatura-eletronica .chosen-plan .content,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan .content,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan .content,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan .content,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan .content {
  border-color: #00dbff !important;
}

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

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

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

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

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

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

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

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

.border-space-shuttle {
  border-color: #023 !important;
}

.border-hurricane {
  border-color: #023 !important;
}

.border-boulder {
  border-color: #767676 !important;
}

.border-blue {
  border-color: #00c9eb !important;
}

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

.border-gray-lighter {
  border-color: #f5f5f5 !important;
}

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

.border-gray {
  border-color: #979797 !important;
}

.border-gray-darker {
  border-color: #4d5451 !important;
}

.border-gray-dove {
  border-color: #6a6a6a !important;
}

.border-brown {
  border-color: #023 !important;
}

.border-gray-light-2 {
  border-color: #dedede !important;
}

.border-yellow-mustard {
  border-color: #e6a441 !important;
}

.border-blue-light {
  border-color: #0adbe3 !important;
}

.border-brown-darker {
  border-color: #023 !important;
}

.border-brown-dark {
  border-color: #332f2b !important;
}

.border-brown-lighter {
  border-color: #57514e !important;
}

.border-blue-chill {
  border-color: #0d729c !important;
}

.border-gray-dark {
  border-color: #4d4641 !important;
}

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

.border-magenta {
  border-color: #fb0058 !important;
}

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

.border-event {
  border-color: #0adbe3 !important;
}

.border-event-alt {
  border-color: #a44dff !important;
}

.border-petroleo {
  border-color: #023 !important;
}

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

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

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

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

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

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

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

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

.rounded-circle,
.tabs-alt-l01 .tab-item>.tab-content .icon,
.tabs-l01.tabs-esg .item>div .icon,
.tabs-simple-l01.tabs-esg .item>div .icon,
.tabs-l01.tab-lg .item>div .icon,
.tabs-simple-l01.tab-lg .item>div .icon,
.tabs-l01 .item>div .icon,
.tabs-simple-l01 .item>div .icon,
.jumbotron__dot-count-lg,
.jumbotron__dot-count {
  border-radius: 50% !important;
}

.rounded-pill,
.mod-plans .plans.assinatura-eletronica .card-plan .balloon,
.mod-plans .plans.assinatura-eletronica-mob .card-plan .balloon,
.mod-plans .plans-carrossel.assinatura-eletronica .card-plan .balloon,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon,
.mod-plans-basic .plans.assinatura-eletronica .card-plan .balloon,
.mod-plans-basic .plans.assinatura-eletronica-mob .card-plan .balloon,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .card-plan .balloon,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon {
  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,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button {
  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,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button {
    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.8571428571%;
}

.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: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.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,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(0,34,51,.075) !important;
          box-shadow: 0 .125rem .25rem rgba(0,34,51,.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,34,51,.15) !important;
          box-shadow: 0 .5rem 1rem rgba(0,34,51,.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0,34,51,.175) !important;
          box-shadow: 0 1rem 3rem rgba(0,34,51,.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,
.card-item p,
.jumbotron__numeric-list-item p,
.my-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
  padding-left: .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,
.section-jornada-principal h2,
.jumbotron-jornada-processo h2,
.py-3 {
  padding-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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: .25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-md-2,
  .px-md-2 {
    padding-left: .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: .25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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: .25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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,
.tabs-alt-l01 .tab-item>.tab-content .tab-label,
.tabs-l01.tabs-esg .item>div .label,
.tabs-simple-l01.tabs-esg .item>div .label,
.tabs-l01.tab-lg .item>div .label,
.tabs-simple-l01.tab-lg .item>div .label,
.tabs-l01 .item>div .label,
.tabs-simple-l01 .item>div .label {
  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,
.tabs-l01.tabs-esg .item>div .title,
.tabs-simple-l01.tabs-esg .item>div .title {
  font-weight: 400 !important;
}

.font-weight-bold,
.section-segmentos-text-blog p a,
.card-item p {
  font-weight: 700 !important;
}

.font-weight-bolder,
.tabs-alt-l01 .tab-item>.tab-content .tab-label,
.tabs-alt-l01 .tab-item>.tab-content .tab-title,
.tabs-l01.tabs-esg .item>div .label,
.tabs-simple-l01.tabs-esg .item>div .label,
.tabs-l01.tab-lg .item>div .label,
.tabs-simple-l01.tab-lg .item>div .label,
.tabs-l01.tab-lg .item>div .title,
.tabs-simple-l01.tab-lg .item>div .title,
.tabs-l01 .item>div .label,
.tabs-simple-l01 .item>div .label,
.tabs-l01 .item>div .title,
.tabs-simple-l01 .item>div .title {
  font-weight: bolder !important;
}

.font-italic,
.section-segmentos-text-blog p a {
  font-style: italic !important;
}

.text-white,
.tabs-alt-l01 .tab-item>.tab-content .tab-label,
.tabs-l01.tabs-esg .item>div .label,
.tabs-simple-l01.tabs-esg .item>div .label,
.tabs-l01.tab-lg .item>div .label,
.tabs-simple-l01.tab-lg .item>div .label,
.tabs-l01 .item>div .label,
.tabs-simple-l01 .item>div .label {
  color: #fff !important;
}

.text-primary,
.section-segmentos span {
  color: #00dbff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0,153.3,178.5) !important;
}

.text-secondary,
.section-segmentos-text-blog p a {
  color: #00c9eb !important;
}

a.text-secondary:hover,
.section-segmentos-text-blog p a:hover,
a.text-secondary:focus,
.section-segmentos-text-blog p a:focus {
  color: rgb(0,135.5680851064,158.5) !important;
}

.text-success {
  color: #28e048 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(23.6280487805,163.8719512195,48.0182926829) !important;
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5,102.1304347826,116) !important;
}

.text-warning {
  color: #00dbff !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(0,153.3,178.5) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582,29.0189873418,42.2848101266) !important;
}

.text-light {
  color: #f5f !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(255,8.5,255) !important;
}

.text-dark {
  color: #023 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #000 !important;
}

.text-white,
.tabs-alt-l01 .tab-item>.tab-content .tab-label,
.tabs-l01.tabs-esg .item>div .label,
.tabs-simple-l01.tabs-esg .item>div .label,
.tabs-l01.tab-lg .item>div .label,
.tabs-simple-l01.tab-lg .item>div .label,
.tabs-l01 .item>div .label,
.tabs-simple-l01 .item>div .label {
  color: #fff !important;
}

a.text-white:hover,
.tabs-alt-l01 .tab-item>.tab-content a.tab-label:hover,
.tabs-l01 .item>div a.label:hover,
.tabs-simple-l01 .item>div a.label:hover,
a.text-white:focus,
.tabs-alt-l01 .tab-item>.tab-content a.tab-label:focus,
.tabs-l01 .item>div a.label:focus,
.tabs-simple-l01 .item>div a.label:focus {
  color: hsl(0,0%,85%) !important;
}

.text-space-shuttle {
  color: #023 !important;
}

a.text-space-shuttle:hover,
a.text-space-shuttle:focus {
  color: #000 !important;
}

.text-hurricane {
  color: #023 !important;
}

a.text-hurricane:hover,
a.text-hurricane:focus {
  color: #000 !important;
}

.text-boulder {
  color: #767676 !important;
}

a.text-boulder:hover,
a.text-boulder:focus {
  color: rgb(79.75,79.75,79.75) !important;
}

.text-blue {
  color: #00c9eb !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: rgb(0,135.5680851064,158.5) !important;
}

.text-black {
  color: #023 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: #000 !important;
}

.text-gray-lighter {
  color: #f5f5f5 !important;
}

a.text-gray-lighter:hover,
a.text-gray-lighter:focus {
  color: hsl(0,0%,81.0784313725%) !important;
}

.text-gray-light {
  color: #cfcfcf !important;
}

a.text-gray-light:hover,
a.text-gray-light:focus {
  color: hsl(0,0%,66.1764705882%) !important;
}

.text-gray {
  color: #979797 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: hsl(0,0%,44.2156862745%) !important;
}

.text-gray-darker {
  color: #4d5451 !important;
}

a.text-gray-darker:hover,
a.text-gray-darker:focus {
  color: rgb(40.4130434783,44.0869565217,42.5124223602) !important;
}

.text-gray-dove {
  color: #6a6a6a !important;
}

a.text-gray-dove:hover,
a.text-gray-dove:focus {
  color: rgb(67.75,67.75,67.75) !important;
}

.text-brown {
  color: #023 !important;
}

a.text-brown:hover,
a.text-brown:focus {
  color: #000 !important;
}

.text-gray-light-2 {
  color: #dedede !important;
}

a.text-gray-light-2:hover,
a.text-gray-light-2:focus {
  color: hsl(0,0%,72.0588235294%) !important;
}

.text-yellow-mustard {
  color: #e6a441 !important;
}

a.text-yellow-mustard:hover,
a.text-yellow-mustard:focus {
  color: hsl(36,76.7441860465%,42.8431372549%) !important;
}

.text-blue-light {
  color: #0adbe3 !important;
}

a.text-blue-light:hover,
a.text-blue-light:focus {
  color: rgb(6.7721518987,148.3101265823,153.7278481013) !important;
}

.text-brown-darker {
  color: #023 !important;
}

a.text-brown-darker:hover,
a.text-brown-darker:focus {
  color: #000 !important;
}

.text-brown-dark {
  color: #332f2b !important;
}

a.text-brown-dark:hover,
a.text-brown-dark:focus {
  color: hsl(30,8.5106382979%,3.431372549%) !important;
}

.text-brown-lighter {
  color: #57514e !important;
}

a.text-brown-lighter:hover,
a.text-brown-lighter:focus {
  color: hsl(20,5.4545454545%,17.3529411765%) !important;
}

.text-blue-chill {
  color: #0d729c !important;
}

a.text-blue-chill:hover,
a.text-blue-chill:focus {
  color: rgb(7.1153846154,62.3964497041,85.3846153846) !important;
}

.text-gray-dark {
  color: #4d4641 !important;
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: hsl(25,8.4507042254%,12.8431372549%) !important;
}

.text-purple {
  color: #a44dff !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: rgb(124.8904494382,.5,255) !important;
}

.text-magenta {
  color: #fb0058 !important;
}

a.text-magenta:hover,
a.text-magenta:focus {
  color: rgb(174.5,0,61.1792828685) !important;
}

.text-green {
  color: #28e048 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: rgb(23.6280487805,163.8719512195,48.0182926829) !important;
}

.text-event {
  color: #0adbe3 !important;
}

a.text-event:hover,
a.text-event:focus {
  color: rgb(6.7721518987,148.3101265823,153.7278481013) !important;
}

.text-event-alt {
  color: #a44dff !important;
}

a.text-event-alt:hover,
a.text-event-alt:focus {
  color: rgb(124.8904494382,.5,255) !important;
}

.text-petroleo {
  color: #023 !important;
}

a.text-petroleo:hover,
a.text-petroleo:focus {
  color: #000 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0,34,51,.5) !important;
}

.text-white-50 {
  color: hsla(0,0%,100%,.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #023;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid .08em #f5f;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
       -o-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
       -o-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
       -o-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-haykal:before {
  content: "\F666";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/wp-content/themes/totvs-theme/dist/fonts/font-awesome/fa-solid-900.eot);
  src: url(/wp-content/themes/totvs-theme/dist/fonts/font-awesome/fa-solid-900.eot) format("embedded-opentype"),url(/wp-content/themes/totvs-theme/dist/fonts/font-awesome/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/totvs-theme/dist/fonts/font-awesome/fa-solid-900.woff) format("woff"),url(/wp-content/themes/totvs-theme/dist/fonts/font-awesome/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/totvs-theme/dist/fonts/font-awesome/fa-solid-900.svg) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
  font-family: "TOTVS";
  src: url("https://www.totvs.com/fonts/totvs/TOTVS-Light.woff2") format("woff2"),url("https://www.totvs.com/fonts/totvs/TOTVS-Light.woff") format("woff"),url("https://www.totvs.com/fonts/totvs/TOTVS-Light.eot") format("eot");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TOTVS";
  src: url("https://www.totvs.com/fonts/totvs/TOTVS-Regular.woff2") format("woff2"),url("https://www.totvs.com/fonts/totvs/TOTVS-Regular.woff") format("woff"),url("https://www.totvs.com/fonts/totvs/TOTVS-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TOTVS";
  src: url("https://www.totvs.com/fonts/totvs/TOTVS-SemiBold.woff2") format("woff2"),url("https://www.totvs.com/fonts/totvs/TOTVS-SemiBold.woff") format("woff"),url("https://www.totvs.com/fonts/totvs/TOTVS-SemiBold.eot") format("eot");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TOTVS";
  src: url("https://www.totvs.com/fonts/totvs/TOTVS-Bold.woff2") format("woff2"),url("https://www.totvs.com/fonts/totvs/TOTVS-Bold.woff") format("woff"),url("https://www.totvs.com/fonts/totvs/TOTVS-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff") format("woff");
  font-display: swap;
}

*:focus {
  outline: none !important;
}

body {
  overflow-x: hidden;
}

h1>p,
h2>p,
h3>p,
h4>p,
h5>p,
h6>p {
  margin-bottom: 0;
}

.h1>p,
.h2>p,
.h3>p,
.h4>p,
.h5>p,
.h6>p {
  margin-bottom: 0;
}

.purple {
  color: #a44dff;
}

.blue-light {
  color: #0adbe3;
}

.img-grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.img-grayscale:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@media (min-width: 768px) {
  .hover-scale-10 {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .hover-scale-10:hover {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }

  .hover-scale-20 {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .hover-scale-20:hover {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }

  .hover-scale-50 {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .hover-scale-50:hover {
    -webkit-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.col-divider {
  border-right: 1px solid #9b9390;
}

@media (max-width: 991.98px) {
  .col-divider {
    border: none;
  }
}

.col-divider.chevron-left::before {
  content: "\F053";
  right: -10px;
}

.col-divider.chevron-right::before {
  content: "\F054";
  right: -15px;
}

.col-divider.chevron-right::before,
.col-divider.chevron-left::before {
  font: normal normal normal 14px/1 "FontAwesome",sans-serif;
  color: #00dbff;
  position: absolute;
  font-size: 30px;
  top: calc(50% - 34px);
  background-color: #f4f3f4;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50%;
}

@media (max-width: 767.98px) {
  .col-divider.chevron-right::before,
  .col-divider.chevron-left::before {
    display: none;
  }
}

.col-divider-pipe {
  height: 12px;
  width: 350px !important;
  border-radius: 10px;
  -webkit-transform: rotate(-70deg);
       -o-transform: rotate(-70deg);
          transform: rotate(-70deg);
  position: absolute;
  top: 37%;
  right: 37%;
}

@media (max-width: 991.98px) {
  .col-divider-pipe {
    right: 27%;
  }
}

@media (max-width: 767.98px) {
  .col-divider-pipe {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 80% !important;
    margin: 50px auto;
    position: initial;
  }
}

.divider::after,
.divider-white::after,
.divider-space-shuttle::after,
.divider-secondary::after,
.divider-primary::after,
.divider-blue::after,
.divider-left::after {
  display: block;
  content: "";
  height: 3px;
  background-color: #023;
  width: 200px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 40px;
}

.divider-left::after {
  margin-left: 0;
}

.divider-bf::before,
.divider-top::before {
  display: block;
  content: "";
  height: 4px;
  background-color: #00c9eb;
  width: 200px;
  left: 0;
  top: 0;
  margin-top: 25px;
  margin-bottom: 40px;
}

.divider-blue::after {
  background-color: #00c9eb;
}

.divider-primary::after {
  background-color: #00dbff;
}

.divider-secondary::after {
  background-color: #00c9eb;
}

.divider-space-shuttle::after {
  background-color: #023;
}

.divider-white::after {
  background-color: #fff;
}

a.link-secondary {
  color: #00c9eb;
}

.container-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img[data-src],
img[data-srcset] {
  min-width: 1px;
  min-height: 1px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  font-size: 22px;
}

.mw-900 {
  max-width: 900px;
}

.border-img-benefits {
  border: 2px solid #0adbe3;
  border-radius: 25px;
  overflow: hidden;
}

.border-img-benefits>img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.bg-benefits {
  background-image: -webkit-gradient(linear, left top, right top, from(#325877), to(#c8a645));
  background-image: -webkit-linear-gradient(left, #325877 0%, #c8a645 100%);
  background-image: -o-linear-gradient(left, #325877 0%, #c8a645 100%);
  background-image: linear-gradient(to right, #325877 0%, #c8a645 100%);
}

.bg-img-benefits-l {
  position: relative;
}

.bg-img-benefits-l::after {
  content: "";
  position: absolute;
  left: -110px;
  top: 90px;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-img-benefits-l.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: left;
  opacity: .4;
}

.bg-img-benefits-r {
  position: relative;
}

.bg-img-benefits-r::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 90px;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-img-benefits-r.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: left;
  opacity: .4;
}

.bg-faqs-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-faqs-l::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: -1;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-faqs-left.png);
    background-size: 24%;
    background-repeat: no-repeat;
    background-position: left;
  }
}

.bg-faqs-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-faqs-r::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -330px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-faqs-right.png);
    background-size: 14%;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }
}

.bg-section-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-section-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-section-left.png);
    background-size: auto 581px;
    background-repeat: no-repeat;
    background-position: top left;
  }
}

.bg-section-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-section-r::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-section-right.png);
    background-size: auto 602px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.bg-benefits-erp-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-benefits-erp-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-benefits-erp-left.png);
    background-size: auto 581px;
    background-repeat: no-repeat;
    background-position: top left;
  }
}

.bg-benefits-erp-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-benefits-erp-r::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-benefits-erp-right.png);
    background-size: auto 602px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.bg-faq-erp-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-faq-erp-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-faq-erp-left.png);
    background-size: auto 900px;
    background-repeat: no-repeat;
    background-position: top left;
  }
}

.bg-faq-erp-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-faq-erp-r::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-faq-erp-right.png);
    background-size: auto 800px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.bg-advantages-erp-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-advantages-erp-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/grafismo-erp-cloud-esquerda.png);
    background-size: auto 850px;
    background-repeat: no-repeat;
    background-position: top left;
  }
}

.bg-advantages-erp-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-advantages-erp-r::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/grafismo-erp-cloud-direita.png);
    background-size: auto 850px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.bg-transforming-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-transforming-l::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/grafismo-sobre-esquerda.png);
    background-size: auto 850px;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}

.bg-transforming-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-transforming-r::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/grafismo-sobre-direita.png);
    background-size: auto 850px;
    background-repeat: no-repeat;
    background-position: top right;
  }
}

.bg-category-l {
  position: relative;
}

@media (min-width: 1200px) {
  .bg-category-l::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1920px;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/grafismo-categorias.png);
    background-repeat: no-repeat;
    background-position: 170px 0;
  }
}

.bg-category-r {
  position: relative;
}

@media (min-width: 1200px) {
  .bg-category-r::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1920px;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/grafismo-categorias-2.png);
    background-position: 1410px 0;
    background-repeat: no-repeat;
  }
}

.bg-banner-simple-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-simple-l.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
  }
}

@media screen and (min-width: 1367px) {
  .bg-banner-simple-l::after {
    left: 0;
  }
}

.bg-banner-simple-l-new {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-l-new::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-simple-l-new.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
  }
}

@media screen and (min-width: 1367px) {
  .bg-banner-simple-l-new::after {
    left: 0;
  }
}

.bg-banner-simple-l-white {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-l-white::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-simple-l-white.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
  }
}

@media screen and (min-width: 1367px) {
  .bg-banner-simple-l-white::after {
    left: 0;
  }
}

.bg-banner-simple-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-r::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-simple-r.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1367px) {
  .bg-banner-simple-r::before {
    right: 0;
  }
}

.bg-banner-simple-r-new {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-r-new::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-simple-r-new.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1367px) {
  .bg-banner-simple-r-new::before {
    right: 0;
  }
}

.bg-banner-simple-r-white {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-r-white::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-simple-r-white.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1367px) {
  .bg-banner-simple-r-white::before {
    right: 0;
  }
}

.bg-banner-sub-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-sub-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-sub-l.png);
    background-size: auto 616px;
    background-repeat: no-repeat;
    background-position: top left;
  }
}

.bg-banner-sub-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-sub-r::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-banner-sub-r.png);
    background-size: auto 782px;
    background-position: top right;
    background-repeat: no-repeat;
  }
}

.bg-cookies-bar-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-cookies-bar-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABKCAMAAAB6mgEgAAAAAXNSR0IB2cksfwAAAtNQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4izIpgAAAPF0Uk5TAAIeCxUXQC9dInoEN5PCyqteBsf/UH0NcabdMjHiA0xkGgW99S6eeXx+c9IS9vkWEG4+B+tJo2gBjDhnyKjOQjxvDjSZtGJ7n/7uCfcUiyR1oe0j/fJa3mG15XhLzBG3YPxfHwiidNqqjYpEP0WuCiHZv7vhG2spW89IT4GR7Dncuubwh6RyJupUZSD6kL7JnPFKsO/fUcbR+He82CiShBn0DzoMHX+Ysq8T1FWF89fAV+kr5ztYKvuWsdBmgJcsY2yVJZSDwWltLUbopVPLgjDF4KDjNs0YJ4lBPVwcs1KO1qypanBHTrl2j4g1tqeGTbPfvCkAAAZLSURBVHicnVn5fw1XFD/PE2socfKiCU/ElpCFJOoJSmJNYgmSFqESImhtFUqQUmppUERrKRVqa+1LS2qplJa0pdXW2uquqnv/hM68mXm55875TO7H95ec75mc73fuu/Pu3HseAANXLTNw1+Yu14ygOiLqsv9Tr74ZNGioqBrcqPFjTZqGWLQZighlSzzm37Dmahbuxw218AiDtyAeLb1cTUQrM4hsreQR1cbSa9vOn2hPTDqwRdEuM4hRG0jHasFOemlsnOgRn8DVdO5iBol1lDySkgXJrtRUwxNsUTfL2uNTMmkqSnbXns1wYpLC1fiizSCoh5IH9BQlewF0JR5PsjW9+5hBapqSR1+i2Q+gP0kMYIus2fYOVBvIIKIZCfXTRZ6RydW0jjSDUP6LKiN2MHmUhsBQYtqdqxkWHWZGHu6yHVlEczhkjhB5+kimpG52juX2lJKH62liEgyjCB/N1bTHMWaUG8Jdt2Es0RwHMI4kxjIlz8ShOd2ZWUoeMJ5o5kEK4eEupqQ55gcZ0YSJSh4jyaM0ogAmEZNCpsQ3GaeYoeKyNZVoPgu140U+OJYpeQ5xmj+YHj9DyWNmBnmUZkEHYtqeq5mBzxvBbCxSMhlANPuDdw5JRDAlc/PxBX8wD3G+kkkx0VwACwnvyZUswjhjuSrBF5Ue4MVEc4kLXiKJekxJ1FJ9edPgXoYvKw1kOdFcASsJX5XElLyCaLw9SzF9tYpHwhpRMy4W1hIT9kZfxXVGUKxNoQoGEs314N4g8uxaTElgtrUvbZmKh7clMWkBPQjfyNWU4GvGhzgcX+dWAxs2Ec3NAFtIYjpTEpjtIVvxDRUP2EY050Mi4du5DUKkNdtZuEZpc/omfZRCoBdJpHI1xebar+01+E2MjB1Esxx2kmdt11tMSYq19i9A3K3isSdH1MzfC/uI6X6uJjDbb+MWpYF0I5rvQMMxJNGOKTlgzfbEbFTbbh0kmr3hEOGNuZJCjDdm+zAe2aPiMY1oHvXBMZI4zpRos73cH4ScwEZKA5lCNLvAScLfjWJKtNl+zx+cQjyt4tG6QtQ8kgbvE5NFXM0ZPGsEjfEYrxqVeC4ysfr+zhPNDyDtiMgruHNNLWu2L/CfJvgqoxfvSUvJPWeuN9pbQcQF+JDwJpzGYcwxZvsinuA+Te/5k0Zwaahx+TjRPAa+oyQxjdHQZvsjfxCWgx9zN5E6y4rmGpucy0TzEPQm/CCnEZjtK5i9l7keVFUdV+pviU+I5pgobQci4gpnctma7U78S6C5cFBx64b7ieY+2Jsv8hzuixaY7T6InzLXGzYQ2QqAtF3kUdoJ5cR0B3ejF/EzY29yFcO5l8C1k2RY2hQRzV76nIqYx5l8jl/4/2r7go7c9X2EFYJvO9FMhPmEb+M0INhjnHs64FZu73r6msiul+mbWQGdAL4kiU2siQnXV/g1l6f9FY1tJJo94DrhNxzbMa0QbzLpsBUS05YHARvcsJ6YOB9nR+MtLl16W2KHiWaJfnASsIZtcljQTsaVTNoXI7GkVcTkjnZwEnHVcSB3cdlMJv3NtxK7RzSLwLWEJBY7eSQl41ouHyMzuV+2gPBix4Hc00dux3eVEosgmnO88D1JVDIa1diMbbh0R7fE5H7ZLNrk4D7xALRn/QcmHZIrMVu/7C4x/dFxIP1wKfclOrVSYoVEcxIU1NzkCEBbV89zeXnabf2yPMLHOw6kCvO5d3/dhRIrI5q39MVVRCtGoxo/4c9cOtorsdFEcxTcJNz5WFNH32fa0blKYrZ+2XBi4tyO+YU/styvLTG5X6adlwRsPeDkcbsCf2XSPo/EMmmToz7kEtNBjgPxYFxnJv0gWGJyv0x7A4no6+ThvaEdjxnYlq1bRLMMfiN8neNAQvlOy+oJErP1yx6SRFNHk4f8TWRlSkzul10iPJlrcgQwTO/q2VHwu8QSSL8sLhb+ICZ/Og5kqt7VsyPwQ43F5H6ZdvAXkO3YTizI4BvEHonZ+mWlhJ9xHEgepg9j0n91lVgo0WwGcJYkHjia/I0P2YG4JFZENO/pG2cBk51/BSndEsxkD9yX2B2iuSoJ/iEJbsWoEVWxEishmv9CEGlytOVWjJrgipaYrV8WQ0z7PcpAdl+S2H+zRZSDtwlJOL52Af4HkDTSNbRSg0EAAAAASUVORK5CYII=);
    background-size: auto 95px;
    background-repeat: no-repeat;
    background-position: top left;
  }
}

.bg-cookies-bar-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-cookies-bar-r::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABKCAMAAABtuJHpAAAAAXNSR0IB2cksfwAAAtNQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4izIpgAAAPF0Uk5TABdALwIeCxU3k8LKq14Gx/9QXSJ6BKbdMjHiA30NcQW99S6eeUxkGnPSEvb5Fnx+B+tJoxBuPow4aAHIqM5nNJm0YkI8bw6f/u4Je/cUi3Wh7SMk3mG1/fJaS8zleLdgEQiidPxfH42K2qoKIUQ/Ra7h2b+7z0hPG2spWzncuoGR7KRyJurm8If6kFRlIJzxvsmwSlHG0e/fvNj4dyiShBn0Dwwdf5g6r7LUVRPXwFeF8yvn6fuWO1gqZoCXsdBjLGwllcGUg20taUZT6KXLgjDF4+CgNhjNJ0E9XIkcs45S1qxqqXBHTrl2j4g1tqeGTUyk2D4AAAZPSURBVHicpVn5f0xXFD9hjFDiRGjCTMQaJJGEEjHULiKWWEpShEaCWmopQS2VWkuDErRoLbW1dkprKVG0qapWtZaWrlrVvX9C35v33uSeO8edz/34/jLneybn+82bd+a+e88APCLCKomozP2Jq4oduKvq64dXq/5YjZoRDq2FIiK5itpRdlCnrq6Z+3FLNzrG4vWIW30PV+O1X2Mb6LrFNXSUGzX2J5oQu6ZcTUwzO4hvrmvXokK6pcvgCYmiW1IrribZZQcpum6prQXxNtTewBNcTdt2dpBWSdeupije3ui5aGKXztV0cC7Z69O16yiKdwJoQ9ye5Ep8yXYQ1lnXrQtR7wrQjSS6czU9etpBrwxdu95EPR6iMkXeJ4urcfrD01fXLaEfacP+MIDYt+dqmsfbQSS74KiQTdQHQtYgkWcOZkqGJMfakZd5VwnXU8QuHIYSPowpqZyT6/g+rWs3nKiPABhBEsOZkiY40o7yIpi3lRhF1EdDOuHRruCKZxLRbpCsbF23waQNB+XDGGJXwJQ0wMIwKxo7TtduPFF/FqomibxfQnCFbwJOtEPt5XJSH9KGk6EpsW/ClDyHOMUfTE2apmvXnah3A890kohhSqbh81YwA2fq2hUR9Vkwm/COTMWcQnzBH8xFnKfpNp+oL3DBiyRRmylZiInWMlmML+l+DRYR9cWwhPClqcEVccvMRdyAezm+rOnWaoWonpgAK4kdJ/cKorW/KMHMVZp2fYn6anCvEXlOFabkVVxrBUVGY+nBU5/Y1YPOhK9jSgL9YSw+pZp264n6BoCNJDGVKSnG16wbOhBfZ9Y3JTYR9XmQRvhmZhMS6I/+W/ANTbc3aRtGQCeS6MWUxDv9kY0rdLfqW4n6NthO+nTHW0xJkf38M/Zq7HZQgZ25onrhLthN7PcwJenO828W4l5Nuw5E/W2oO5IkGjMlgf54BzdqusE+ot4D9hNenak44PTHuBzU3V5OIeoHfXCIJA4zJQWYZPXHETy6U9NuIlFvB8cIfzcuuMLoj0X+IOI4VtN0a35CVD+aAe8Ru4VMidEf7/uDk4inQunHpZ2OT6v4n88Q9Q8g46jIT3BntrN4zgqq46EQZr6y5Pk7M9LzTtsrj/EcEXEePiS8BiNRxemP8/ydFeA5c8wKLgywLvAwUT8EvoMkMYXROIK5Vn9cxOPMnRXRa7ITzbG2cpeI+n7oQfg+RsLoj4/8QWwufqx2CyuviMvMp9gnRH1knLHfEXGZ0Qj0x2XM2aW2ayAcwtym9R6ivht2FYo8l/tSXXL6oyX7IBRQt47IFgNk7CBtuB22EfutjEagP3oifqq2u3KMXKpxK4l6J/O+iJjLaFzEz6x911WMDnEa301YAfg2E/U0mEf4Jk7jc/zC/2rsplqo3U5dEdm1UnPbLaAlwJcksZ4TCfdaJ8imuIU5N4igMyuDrSPqneEa4ddVIy7XV/i12i12scSM5UHAGjesJnbKw30zxBtqu5KbEjtC1IvN46GAFexIysEwvKV286VILHUpsbttHA9FXFWJRWVimdrum28ldoeozwTXApKYrxK7i8snqe1SZCZPRmcRXqTSSm2NK9Vu35VJLIaoT/fA9ySh/KzumJ+9Ei3cEpMno5PpSEr5WW3Ahmq3iDyJBU1G7xL7H1Ri1xB/VNudXCKxAqI+BvJDj6QC6IrLQky55UYJmoyOJnyUSst4jpxRu1WeLbFSon7LXHpFNHuYkIlyLAwx5U72SGwYUR8KNwhXH9l+wp/Vbm3LJRY0GR1I7JQjrkrmzl6Je1UlJk9GjVOhgC0HVGK/sAdMAT6vxLLoSCoK8oh9b5XYzRP4q/ri7odLTJ6MGk8vEV1UYl5MbKu2C1oubxH1UviN8LUqLc91XK12WzVWYkGT0QckUVMlFsnP4wRkZ0lMnoxeILw1M5KqwAP1xQPk/y6xVmQympgAfxC7P1ViQ8y5sRKBn/McJk9G3ctFnqMc9I4358ZKeCUWNBktIfysSiu/D//zRQX+aiOxSKJeC+AcSdxXiY3GzCFqO69LYjOJ+h1zsy9ggnLF+BsfqN0O3JPYbaK+NBX+IQn1ilGyMVz5PpQnSKyYqP8LYWQk1SjEihECrmSJBU1GU4h910dyg70XJPbfDBHbwFODJJSbhpD4H52itTVaBx5lAAAAAElFTkSuQmCC);
    background-size: auto 95px;
    background-position: top right;
    background-repeat: no-repeat;
  }
}

.bg-blog,
.bg-blog-new {
  width: 1920px;
  height: 420px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 991.98px) {
  .bg-blog,
  .bg-blog-new {
    min-height: 100vh;
    max-height: none;
  }
}

.bg-blog>.wrapper,
.bg-blog-new>.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bg-blog>.wrapper>img,
.bg-blog-new>.wrapper>img {
  width: 1000px !important;
  height: 667px !important;
  max-width: unset !important;
  min-width: unset !important;
  min-height: unset !important;
  position: relative;
  top: -50px;
  right: 50px;
}

@media (min-width: 1200px) {
  .bg-blog::before,
  .bg-blog-new::before {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 3;
    width: 100%;
    height: 101%;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/blog-mask-2021.png);
    background-size: 1920px 425px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1200px)and (max-width: 1401px) {
  .bg-blog::before,
  .bg-blog-new::before {
    background-image: url(/wp-content/themes/totvs-theme/dist/images/blog-mask-2021-1366.png);
  }
}

.blog .page-home-header-title,
.template-conteudo .page-home-header-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
}

.blog .page-home-header-title>p,
.template-conteudo .page-home-header-title>p {
  font-size: 32px;
}

.category h1 {
  font-size: 32px;
}

.bg-blog-new {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/blog-mask-2021.png);
}

.bg-gray-lights {
  background-color: #f5f;
}

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

.bg-blue {
  background-color: #00c9eb;
}

.text-sm {
  font-size: 13px !important;
}

.bg-banner-simple-beneficios-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-beneficios-l::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-ben-l.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
  }
}

.bg-banner-simple-beneficios-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-simple-beneficios-r::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-ben-r.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
  }
}

.bg-banner-home-l {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-home-l::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-home-l.png);
    background-repeat: no-repeat;
    background-position: top left;
  }
}

.bg-banner-home-r {
  position: relative;
}

@media screen and (min-width: 1680px) {
  .bg-banner-home-r::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/bg-home-r.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}

.technologies a {
  color: #00dbff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.technologies a:hover {
  color: #00a3be !important;
}

.slide-tab-solutions .slick-list .slick-track {
  min-height: 150px;
}

.slide-tab-solutions .slick-slide>div {
  margin: 26px 0;
  position: relative;
}

.slide-tab-solutions.tabs-l01 .slick-slide,
.slide-tab-solutions.tabs-alt-l01 .slick-slide,
.slide-tab-solutions.nav .slick-slide {
  padding: 0 10px;
}

.slide-tab-solutions.tabs-l01 .slick-slide>div,
.slide-tab-solutions.tabs-alt-l01 .slick-slide>div,
.slide-tab-solutions.nav .slick-slide>div {
  margin: 0;
}

.slide-tab-solutions.tabs-l01 .slick-arrow,
.slide-tab-solutions.tabs-alt-l01 .slick-arrow,
.slide-tab-solutions.nav .slick-arrow {
  top: 50%;
  outline: 0;
}

.slide-tab-solutions.tabs-l01 .item .new-box,
.slide-tab-solutions.tabs-alt-l01 .item .new-box,
.slide-tab-solutions.nav .item .new-box {
  position: absolute;
  height: 20px;
  padding: 2px;
  background-color: #00dbff;
  color: #fff;
  border: none;
  z-index: 9999;
  width: 120px;
  left: 50%;
  top: -40px;
  margin-left: -60px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.slide-tab-solutions.tabs-l01 .item .new-box::after,
.slide-tab-solutions.tabs-alt-l01 .item .new-box::after,
.slide-tab-solutions.nav .item .new-box::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #00dbff;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  height: 10px;
  width: 10px;
  top: 20px;
  left: 50%;
  margin-left: -5px;
}

.slide-tab-solutions.tabs-l01 .slick-next,
.slide-tab-solutions.tabs-alt-l01 .slick-next,
.slide-tab-solutions.nav .slick-next {
  right: -60px;
  top: 40%;
}

.slide-tab-solutions.tabs-l01 .slick-next::before,
.slide-tab-solutions.tabs-alt-l01 .slick-next::before,
.slide-tab-solutions.nav .slick-next::before {
  color: #fff;
  position: relative;
  top: .5px;
  left: 1px;
}

.slide-tab-solutions.tabs-l01 .slick-next,
.slide-tab-solutions.tabs-l01 .slick-prev,
.slide-tab-solutions.tabs-alt-l01 .slick-next,
.slide-tab-solutions.tabs-alt-l01 .slick-prev,
.slide-tab-solutions.nav .slick-next,
.slide-tab-solutions.nav .slick-prev {
  background-color: #00c9eb;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #00c9eb;
  width: 35px;
  height: 35px;
}

.slide-tab-solutions.tabs-l01 .slick-prev,
.slide-tab-solutions.tabs-alt-l01 .slick-prev,
.slide-tab-solutions.nav .slick-prev {
  left: -54px;
  top: 40%;
}

.slide-tab-solutions.tabs-l01 .slick-prev::before,
.slide-tab-solutions.tabs-alt-l01 .slick-prev::before,
.slide-tab-solutions.nav .slick-prev::before {
  color: #fff;
  position: relative;
  top: .5px;
  left: -1px;
}

.slide-tab-solutions.tabs-purple .item .new-box {
  background-color: #a44dff;
}

.slide-tab-solutions.tabs-purple .item .new-box::after {
  background-color: #a44dff;
}

.slide-tab-solutions.tabs-purple .slick-next,
.slide-tab-solutions.tabs-purple .slick-prev {
  background-color: #a44dff;
  border: 1px solid #a44dff;
}

.slide-tab-solutions .card-container-new {
  position: initial;
  padding: 0 16px;
}

.slide-tab-solutions .card-container-new.active::before {
  top: 50px !important;
  height: 80px;
}

.abas-news .slide-tab-solutions .slick-list {
  padding-top: 50px;
}

.slide-portfolio .slick-list,
.slide-portfolio-2 .slick-list,
.slide-portfolio-3 .slick-list,
.slide-plans-basic .slick-list {
  height: 315px;
}

.slide-portfolio .slick-next,
.slide-portfolio-2 .slick-next,
.slide-portfolio-3 .slick-next,
.slide-plans-basic .slick-next {
  right: -74px;
  top: 43%;
}

.slide-portfolio .slick-next::before,
.slide-portfolio-2 .slick-next::before,
.slide-portfolio-3 .slick-next::before,
.slide-plans-basic .slick-next::before {
  color: #fff;
  position: relative;
  top: .5px;
  left: 2px;
}

.slide-portfolio .slick-next,
.slide-portfolio .slick-prev,
.slide-portfolio-2 .slick-next,
.slide-portfolio-2 .slick-prev,
.slide-portfolio-3 .slick-next,
.slide-portfolio-3 .slick-prev,
.slide-plans-basic .slick-next,
.slide-plans-basic .slick-prev {
  background-color: #00c9eb;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #00c9eb;
  width: 50px;
  height: 50px;
  outline: 0;
}

.slide-portfolio .slick-prev,
.slide-portfolio-2 .slick-prev,
.slide-portfolio-3 .slick-prev,
.slide-plans-basic .slick-prev {
  left: -74px;
  top: 43%;
}

.slide-portfolio .slick-prev::before,
.slide-portfolio-2 .slick-prev::before,
.slide-portfolio-3 .slick-prev::before,
.slide-plans-basic .slick-prev::before {
  color: #fff;
  position: relative;
  top: .5px;
  left: -2px;
}

.slide-tab-internal .slick-track .slick-slide {
  padding: 0 10px;
}

.slide-tab-internal .slick-track .slick-slide .tab {
  text-align: center;
  padding: 5px 0;
}

.slide-tab-internal .slick-next,
.slide-tab-internal .slick-prev {
  background-color: rgba(0,0,0,0);
  border: 2px solid #00c9eb;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  top: -3.5px;
}

.slide-tab-internal .slick-next {
  right: -47px;
}

.slide-tab-internal .slick-next::before {
  color: #00c9eb;
  position: relative;
  top: .5px;
  left: 1px;
}

.slide-tab-internal .slick-next:hover {
  background-color: #00c9eb;
}

.slide-tab-internal .slick-next:hover::before {
  color: #fff;
}

.slide-tab-internal .slick-prev {
  left: -47px;
}

.slide-tab-internal .slick-prev::before {
  color: #00c9eb;
  position: relative;
  top: .5px;
  left: -1px;
}

.slide-tab-internal .slick-prev:hover {
  background-color: #00c9eb;
}

.slide-tab-internal .slick-prev:hover::before {
  color: #fff;
}

.slide-solutions button.slick-next,
.slide-solutions button.slick-prev,
.slide-tab-simple button.slick-next,
.slide-tab-simple button.slick-prev {
  background-color: rgba(0,0,0,0);
  border: 2px solid #00c9eb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-solutions button.slick-next,
.slide-tab-simple button.slick-next {
  right: -105px;
}

.slide-solutions button.slick-next::before,
.slide-tab-simple button.slick-next::before {
  color: #00c9eb;
  position: relative;
  top: .5px;
  left: 1px;
  font-size: 21px;
}

.slide-solutions button.slick-next:hover,
.slide-tab-simple button.slick-next:hover {
  background-color: #00c9eb;
}

.slide-solutions button.slick-next:hover::before,
.slide-tab-simple button.slick-next:hover::before {
  color: #fff;
}

.slide-solutions button.slick-prev,
.slide-tab-simple button.slick-prev {
  left: -55px;
}

.slide-solutions button.slick-prev::before,
.slide-tab-simple button.slick-prev::before {
  color: #00c9eb;
  position: relative;
  top: .5px;
  left: -1px;
  font-size: 21px;
}

.slide-solutions button.slick-prev:hover,
.slide-tab-simple button.slick-prev:hover {
  background-color: #00c9eb;
}

.slide-solutions button.slick-prev:hover::before,
.slide-tab-simple button.slick-prev:hover::before {
  color: #fff;
}

.slide-solutions .content,
.slide-tab-simple .content {
  position: relative;
  height: 100%;
  min-height: 255px;
}

.slide-solutions .content .cont-info ul,
.slide-tab-simple .content .cont-info ul {
  list-style: disc;
  padding-left: 30px;
}

.slide-solutions .buttons,
.slide-tab-simple .buttons {
  position: absolute;
  bottom: 0;
}

.slide-solutions .slide-solution-image-height,
.slide-tab-simple .slide-solution-image-height {
  height: 300px;
}

.slick-disabled {
  opacity: .35;
  pointer-events: none;
}

.z-20 {
  z-index: 20;
}

.bg-blackBlue {
  background-color: #1d2e38 !important;
}

.cookies-accept {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #191535;
  z-index: 9999;
  display: none;
}

.cookies-accept p {
  font-size: 13.5px;
}

@media (max-width: 767.98px) {
  .cookies-accept p {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .menu-produtos .sub-menu .menu-item-has-children>a {
    color: #00dbff !important;
    text-transform: uppercase;
  }

  .menu-produtos .sub-menu .menu-item-has-children>a:hover,
  .menu-produtos .sub-menu .menu-item-has-children>a:active {
    background-color: unset !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu {
    width: 250px;
    position: relative !important;
    display: block !important;
    top: -4px !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    min-width: 210px !important;
    border-radius: 0 !important;
    border-right: solid 1px #c4c4c4;
    height: calc(100% - 41px);
    padding-left: 0 !important;
    margin-right: 12px !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .sub-menu {
    width: 235px;
    display: none !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>a {
    display: inline;
    color: #023 !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #00dbff;
    border-right: 6px solid rgba(0,0,0,0);
    border-bottom: 0;
    vertical-align: middle;
    border-left: 6px solid rgba(0,0,0,0);
    position: absolute;
    margin-left: 20px;
    margin-top: 8px;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>a:hover,
  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children>a:active {
    background-color: #00dbff !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children.active>a {
    background-color: #00dbff !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children.active>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0,0,0,0);
    border-left: 6px solid #00c9eb;
    border-bottom: 6px solid rgba(0,0,0,0);
    vertical-align: middle;
    margin-top: 6px;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu .menu-item-has-children.active .sub-menu {
    padding-left: 15px !important;
    display: block !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>.sub-menu::before {
    content: unset !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children:last-child .sub-menu {
    border-right: 0;
  }

  .menu-produtos.menu-item:hover>.sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .menu-item {
    font-size: 15px;
  }

  body:not(.blog):not(.single-post) .menu-item {
    font-size: 16px;
    line-height: 26px;
  }

  .menu-categorias-blog .sub-menu {
    display: none;
    height: auto;
    text-transform: uppercase;
    line-height: 38px;
    width: 1059px !important;
    padding: 0 !important;
    left: -31%;
    background-color: #f5f !important;
    -webkit-box-shadow: 3px -4px 10px rgba(0,0,0,.2) !important;
            box-shadow: 3px -4px 10px rgba(0,0,0,.2) !important;
  }

  .menu-categorias-blog .sub-menu::before {
    left: 50% !important;
  }

  .menu-categorias-blog .sub-menu li {
    width: 25%;
    text-align: center;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu-categorias-blog .sub-menu li.menu-item-has-children {
    position: relative;
  }

  .menu-categorias-blog .sub-menu li.menu-item-has-children>a {
    padding: 0 29px !important;
  }

  .menu-categorias-blog .sub-menu li.menu-item-has-children>a::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 16px;
    top: calc(50% - 7px);
  }

  .menu-categorias-blog .sub-menu li.menu-item-has-children.active>a::after {
    top: calc(50% - 3px);
    -webkit-transform: rotate(225deg);
         -o-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  .menu-categorias-blog .sub-menu li.menu-item-has-children.active>a {
    background-color: unset !important;
    color: #00dbff !important;
  }

  .menu-categorias-blog .sub-menu li a {
    color: #023 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 1.7;
  }

  .menu-categorias-blog .sub-menu li a:hover {
    background-color: unset !important;
    color: #00dbff !important;
  }

  .menu-categorias-blog .sub-menu li .active .sub-menu {
    display: block !important;
  }

  .menu-categorias-blog .sub-menu li .sub-menu {
    width: 100% !important;
    top: 96% !important;
    left: 0 !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    border-radius: 0 0 15px 15px !important;
    z-index: -1 !important;
    background-color: #f5f5f5 !important;
  }

  .menu-categorias-blog .sub-menu li .sub-menu::before {
    content: unset !important;
  }

  .menu-categorias-blog .sub-menu li .sub-menu::after {
    clear: both;
  }

  .menu-categorias-blog .sub-menu li .sub-menu li {
    border: 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
    line-height: 16px;
  }

  .menu-categorias-blog .sub-menu li .sub-menu li:first-child {
    margin-top: 30px !important;
  }

  .menu-categorias-blog .sub-menu li .sub-menu li a {
    font-size: 12px !important;
  }

  .menu-categorias-blog .sub-menu li:not(:last-child) {
    border-right: solid 1px #023;
  }

  .menu-categorias-blog:hover>.sub-menu,
  .menu-categorias-blog.active>.sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .menu-categorias-blog:hover>.sub-menu>.menu-item-31276>.sub-menu,
  .menu-categorias-blog.active>.sub-menu>.menu-item-31276>.sub-menu {
    max-height: calc(100vh - 160px);
    overflow: auto;
  }
}

@media screen and (min-width: 576px)and (max-height: 768px) {
  .menu-categorias-blog:hover>.sub-menu>.menu-item-31276>.sub-menu,
  .menu-categorias-blog.active>.sub-menu>.menu-item-31276>.sub-menu {
    height: 480px;
  }
}

@media (min-width: 576px) {
  .menu-categorias-blog .active>.sub-menu {
    display: block !important;
    height: auto;
  }

  .menu-categorias-blog .active .active>.sub-menu {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .nav-mobile>li {
    font-weight: bold;
  }

  .nav-mobile>li .active>.sub-menu {
    display: block !important;
    max-height: unset !important;
  }

  .nav-mobile>li .sub-menu li a {
    font-weight: normal !important;
  }

  .nav-mobile .sub-menu {
    display: none !important;
  }

  .nav-mobile .active>.sub-menu {
    display: block !important;
    max-height: unset !important;
  }

  .menu-produtos .sub-menu {
    max-height: unset !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>a:hover,
  .menu-produtos .sub-menu .menu-item-has-children>a:active {
    background-color: unset !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 4px solid;
    border-right: 4px solid rgba(0,0,0,0);
    border-bottom: 0;
    vertical-align: middle;
    border-left: 4px solid rgba(0,0,0,0);
  }

  .menu-produtos .sub-menu .menu-item-has-children.active>a {
    color: #00dbff !important;
  }

  .menu-produtos .sub-menu .menu-item-has-children.active .sub-menu {
    max-height: unset !important;
  }
}

.w-600 {
  width: 100%;
}

@media (min-width: 576px) {
  .slide-portfolio .card-segmento,
  .slide-portfolio .card-area,
  .slide-portfolio-2 .card-segmento,
  .slide-portfolio-2 .card-area,
  .slide-plans-basic .card-segmento,
  .slide-plans-basic .card-area {
    border: 1px solid #00c9eb;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }

  .slide-portfolio-2 {
    height: 250px;
  }

  .slide-portfolio-2 .badge {
    font-size: 9px !important;
  }

  .slide-portfolio-2 .slick-next,
  .slide-portfolio-2 .slick-prev {
    top: 30%;
  }

  .slide-portfolio-2 .card-segmento,
  .slide-portfolio-2 .card-area {
    width: 206px !important;
    min-height: 185px !important;
  }

  .slide-portfolio-2 .card-segmento h2,
  .slide-portfolio-2 .card-area h2 {
    font-size: 16px !important;
    min-height: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slide-portfolio-2 .card-segmento .btn,
  .slide-portfolio-2 .card-segmento .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .slide-portfolio-2 .card-segmento .submit,
  .slide-portfolio-2 .card-segmento .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .slide-portfolio-2 .card-segmento .comment-edit-link,
  .slide-portfolio-2 .card-segmento .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .slide-portfolio-2 .card-segmento .comment-reply-link,
  .slide-portfolio-2 .card-segmento .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .slide-portfolio-2 .card-segmento .submit,
  .slide-portfolio-2 .card-segmento .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .slide-portfolio-2 .card-segmento .comment-edit-link,
  .slide-portfolio-2 .card-segmento .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .slide-portfolio-2 .card-segmento .comment-reply-link,
  .slide-portfolio-2 .card-segmento .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .slide-portfolio-2 .card-segmento .hs-button,
  .slide-portfolio-2 .card-area .btn,
  .slide-portfolio-2 .card-area .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .slide-portfolio-2 .card-area .submit,
  .slide-portfolio-2 .card-area .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .slide-portfolio-2 .card-area .comment-edit-link,
  .slide-portfolio-2 .card-area .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .slide-portfolio-2 .card-area .comment-reply-link,
  .slide-portfolio-2 .card-area .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .slide-portfolio-2 .card-area .submit,
  .slide-portfolio-2 .card-area .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .slide-portfolio-2 .card-area .comment-edit-link,
  .slide-portfolio-2 .card-area .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .slide-portfolio-2 .card-area .comment-reply-link,
  .slide-portfolio-2 .card-area .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .slide-portfolio-2 .card-area .hs-button,
  .slide-portfolio-2 .card-segmento .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .slide-portfolio-2 .card-area .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .slide-portfolio-2 .card-segmento .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .slide-portfolio-2 .card-area .hs-button,
  .slide-portfolio-2 .card-segmento .search-form .search-submit,
  .slide-portfolio-2 .card-area .search-form .search-submit,
  .search-form .slide-portfolio-2 .card-segmento .search-submit,
  .search-form .slide-portfolio-2 .card-area .search-submit,
  .slide-portfolio-2 .card-segmento .comment-form input[type=submit],
  .slide-portfolio-2 .card-area .comment-form input[type=submit],
  .comment-form .slide-portfolio-2 .card-segmento input[type=submit],
  .comment-form .slide-portfolio-2 .card-area input[type=submit] {
    width: 100px;
    height: 30px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 17px;
  }

  .slide-portfolio-3 {
    height: 155px;
  }

  .slide-portfolio-3 .slick-next,
  .slide-portfolio-3 .slick-prev {
    top: 15%;
  }

  .slide-portfolio-3 .card-segmento,
  .slide-portfolio-3 .card-area {
    min-height: 129px !important;
    height: 129px !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    background-color: rgba(0,0,0,0) !important;
  }

  .slide-portfolio-3 .card-segmento h2,
  .slide-portfolio-3 .card-area h2 {
    font-size: 16px !important;
    min-height: 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slide-portfolio-3 .card-segmento .card-footer,
  .slide-portfolio-3 .card-area .card-footer {
    border-top: 0 !important;
  }

  .slide-portfolio-3 .card-segmento .btn,
  .slide-portfolio-3 .card-segmento .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .slide-portfolio-3 .card-segmento .submit,
  .slide-portfolio-3 .card-segmento .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .slide-portfolio-3 .card-segmento .comment-edit-link,
  .slide-portfolio-3 .card-segmento .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .slide-portfolio-3 .card-segmento .comment-reply-link,
  .slide-portfolio-3 .card-segmento .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .slide-portfolio-3 .card-segmento .submit,
  .slide-portfolio-3 .card-segmento .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .slide-portfolio-3 .card-segmento .comment-edit-link,
  .slide-portfolio-3 .card-segmento .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .slide-portfolio-3 .card-segmento .comment-reply-link,
  .slide-portfolio-3 .card-segmento .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .slide-portfolio-3 .card-segmento .hs-button,
  .slide-portfolio-3 .card-area .btn,
  .slide-portfolio-3 .card-area .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .slide-portfolio-3 .card-area .submit,
  .slide-portfolio-3 .card-area .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .slide-portfolio-3 .card-area .comment-edit-link,
  .slide-portfolio-3 .card-area .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .slide-portfolio-3 .card-area .comment-reply-link,
  .slide-portfolio-3 .card-area .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .slide-portfolio-3 .card-area .submit,
  .slide-portfolio-3 .card-area .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .slide-portfolio-3 .card-area .comment-edit-link,
  .slide-portfolio-3 .card-area .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .slide-portfolio-3 .card-area .comment-reply-link,
  .slide-portfolio-3 .card-area .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .slide-portfolio-3 .card-area .hs-button,
  .slide-portfolio-3 .card-segmento .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .slide-portfolio-3 .card-area .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .slide-portfolio-3 .card-segmento .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .slide-portfolio-3 .card-area .hs-button,
  .slide-portfolio-3 .card-segmento .search-form .search-submit,
  .slide-portfolio-3 .card-area .search-form .search-submit,
  .search-form .slide-portfolio-3 .card-segmento .search-submit,
  .search-form .slide-portfolio-3 .card-area .search-submit,
  .slide-portfolio-3 .card-segmento .comment-form input[type=submit],
  .slide-portfolio-3 .card-area .comment-form input[type=submit],
  .comment-form .slide-portfolio-3 .card-segmento input[type=submit],
  .comment-form .slide-portfolio-3 .card-area input[type=submit] {
    width: 100px;
    height: 30px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 17px;
  }

  .w-600 {
    width: 750px;
  }
}

.page-home-header-title {
  font-size: 32px !important;
}

@media screen and (min-width: 1200px)and (max-width: 1920px) {
  .btn-fix-width {
    width: 297px;
  }
}

@media screen and (min-width: 1200px)and (max-width: 1920px) {
  .btn-fix-width-conteudo {
    width: 202px;
  }
}

.fied-calc {
  width: 100%;
  height: 42px;
  border-radius: 21px;
  font-size: 22px;
  color: #023;
  border: 1px solid #023;
}

.envelope-calc {
  background-color: #fff;
}

.envelope-calc .label {
  border-right: 2px solid #00c9eb;
}

@media (max-width: 991.98px) {
  .envelope-calc .label {
    border-right: none;
    border-bottom: 2px solid #00c9eb;
  }
}

.select2-selection {
  border-radius: 20px !important;
}

.select2-selection--single {
  height: 35px !important;
}

.select2 {
  min-width: 195px !important;
}

.select2-selection__rendered {
  line-height: 33px !important;
  text-align: center;
}

.form-homologados {
  padding-left: 18px;
  min-width: 410px;
}

@media (max-width: 767.98px) {
  .form-homologados {
    min-width: unset;
  }
}

@media (max-width: 767.98px) {
  .content-homo {
    width: 100%;
  }
}

.select2-selection__arrow {
  height: 35px;
}

.title-canais {
  position: relative;
  text-indent: 35px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .title-canais {
    text-align: left;
  }
}

.title-canais::before {
  content: "";
  width: 28px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAMAAACTisy7AAAAWlBMVEUAAAAJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukbmN6AAAAAHnRSTlMAiYWBCwV8JHgPFG5zS2lfVT8xGWRFNlA7HytakpmWFGr6AAABZUlEQVQoz12S266FIAxEQQG5qSiKeNn//5tnCujDadKModCsjmUtMndFA/dFdbexLzjri3ZVrYe+cc0oI/ZFlENncfJGL/a9NpiHqkq8NaHqw+igEg12nFhZarge3cE183a9576nBlfQv4aDYyBJ4AgkNfgQ15vxZZf9uAg1ZqG8ve50yK7iyHHh7F4524aaaCKP9OJEz/jpkBPjaNAbXRFx9XQ+XrM2a9AmBXo8ncPUcLQFhqk4HTWAU8oUnCA7DNYf2agjGaXtGpZRNjvlmGkwzqaBEo+BE1aqmYZDKAOSZrENB1fPycNnZdKhTD4Ix8Vh+3AaCv5IR48/3zOcIGdCMjqsRtMsHw45UV2ZTs7cSTjkVrWOcfLZeHTcGE+jUdY3HPbTAYPd8sezEstonif6OLQ1kFYCR+JDAufdp28NCIf0Xq0mJbfYG4RT1cWCCLf+7494XemhXzzPUjs8qajjuVX+AHV1EZz0CcpzAAAAAElFTkSuQmCC) center center no-repeat;
  margin-right: 0;
}

.title-canais::after {
  content: "";
  background: #023;
  display: block;
  width: 33%;
  height: 3px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .title-canais::after {
    width: 50%;
  }
}

.font-size-62 {
  font-size: 62px;
}

@media (max-width: 767.98px) {
  .font-size-62 {
    font-size: 32px;
  }
}

.font-size-32 {
  font-size: 32px;
}

.font-size-16 {
  font-size: 16px;
}

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

.btn-filter-canais {
  min-width: 285px;
}

.menu-principal-container {
  width: 100% !important;
}

img[src^="https://s.amazon-adsystem.com/"] {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 100;
}

.modal-dialog {
  width: 100%;
}

.icon-play-new {
  margin-left: auto;
  margin-right: auto;
}

.xsmall {
  font-size: 9px;
}

.rounded-sm {
  border-radius: 5px !important;
}

.rounded-xl {
  border-radius: 25px !important;
}

.rounded-home {
  border-radius: 20px !important;
}

.rounded-top-xl {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.rounded-bottom-xl {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.rounded-lg {
  border-radius: 10px !important;
}

.rounded-top-lg {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-bottom-lg {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.border-width-xl {
  border-width: 5px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

@media screen and (max-width: 767px) {
  .marker-primary {
    list-style: none !important;
  }
}

.marker-primary li::marker {
  color: #00dbff;
}

@media screen and (max-width: 767px) {
  .marker-secondary {
    list-style: none !important;
  }
}

.marker-secondary li::marker {
  color: #00c9eb;
}

.l-0 {
  left: 0 !important;
}

.r-0 {
  right: 0 !important;
}

.t-0 {
  top: 0 !important;
}

.b-0 {
  bottom: 0 !important;
}

.t-none {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.hover-stretch {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -o-transform .5s;
}

.hover-stretch.technologies img {
  border: 2px solid rgba(0,0,0,0);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.hover-stretch.technologies:hover img {
  border-color: #00a3be;
}

.hover-stretch:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.brightness-50 {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.cursor-pointer {
  cursor: pointer !important;
}

@media (min-width: 768px) {
  .text-md-white {
    color: #fff !important;
  }
}

.pulse:hover {
  -webkit-animation: pulse .5s infinite;
       -o-animation: pulse .5s infinite;
          animation: pulse .5s infinite;
}

.crumbs span {
  color: #fff;
}

.modal-codigo-conduta-label {
  color: #606160 !important;
  top: 288px;
  left: 668px;
  width: inherit !important;
  height: 78px;
  opacity: 1;
  font-weight: 900 !important;
  font-size: 1.8rem !important;
}

.modal-codigo-conduta-div {
  width: 888px;
  background: #fff 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 3px 56px rgba(0,0,0,.4039215686);
          box-shadow: 0 3px 56px rgba(0,0,0,.4039215686);
  border-radius: 10px;
  opacity: 1;
}

.modal-codigo-conduta-subtitle-left {
  top: 416px;
  left: 574px;
  width: 296px !important;
  height: 29px;
  color: #eca553;
  margin-top: 30px;
  font-weight: 900 !important;
  font-size: 1.3rem !important;
  margin-left: 30px;
}

.modal-codigo-conduta-subtitle-right {
  top: 416px;
  left: 1005px;
  width: 241px !important;
  height: 29px;
  color: #eca553;
  margin-top: 30px;
  float: right;
  font-weight: 900 !important;
  margin-right: 120px;
  font-size: 1.3rem !important;
}

.modal-codigo-conduta-title-left {
  width: 357px;
  height: 299px;
  letter-spacing: 0;
  color: #606160;
  opacity: 1;
  margin-top: 10px;
  text-align: left;
}

.modal-codigo-conduta-title-left a {
  color: #023;
}

.modal-codigo-conduta-title-right {
  width: 350px;
  height: 339px;
  text-align: left;
  letter-spacing: 0;
  color: #606160;
  opacity: 1;
  margin-top: 10px;
}

.modal-codigo-conduta-title-right a {
  color: #023;
}

.vhr {
  border-left: 1px solid #eca553;
  height: 500%;
}

.hr-secondary {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 3px solid #00c9eb;
  width: 276px;
}

.line-title {
  width: 275px;
  height: 2px;
  background-color: #fff;
  margin: 25px auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-top-white {
  border-top: 2px solid #fff;
}

.border-bottom-blue-light {
  border-bottom: 2px solid #0adbe3;
}

.border-bottom-blue-light-lg {
  border-bottom: 4px solid #0adbe3;
}

.w-10 {
  width: 10% !important;
}

.z-50 {
  z-index: 50 !important;
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .h-100 {
    height: 100% !important;
  }
}

.mt-200 {
  margin-top: 200px !important;
}

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

.mt-150 {
  margin-top: 150px !important;
}

.ml--5 {
  margin-left: -5px;
}

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

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

.shadow-images::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.shadow-images>div {
  position: relative;
  z-index: 10;
}

.strong-900 strong {
  font-weight: 900;
}

.mt-50 {
  margin-top: 50px !important;
}

.no-br br {
  display: none !important;
}

.no-br>* br {
  display: none !important;
}

@media (max-width: 991.98px) {
  .no-br-md br {
    display: none !important;
  }

  .no-br-md>p br {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .no-br-sm br {
    display: none !important;
  }

  .no-br-sm>p br {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .mw-sm-75 {
    max-width: 75% !important;
  }
}

.txt-sm-orange {
  color: #e6a441;
  font-size: 1.275rem !important;
}

.swipe-right {
  -webkit-animation-name: spin;
       -o-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1200ms;
       -o-animation-duration: 1200ms;
          animation-duration: 1200ms;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
       -o-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.transparency-35 {
  opacity: .35;
}

.element-5-columns {
  width: 100% !important;
}

@media (min-width: 992px) {
  .border-left {
    border-left: 3px solid #00c9eb !important;
    margin-left: 22px;
    padding: 5px 0;
  }

  .element-5-columns {
    width: 20% !important;
  }

  .bg-sides {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
  }

  .bg-top-left {
    background-position: 0 0;
  }

  .bg-bottom-right {
    background-position: right bottom;
  }

  .btn-graf {
    position: relative;
    z-index: 5;
  }

  .btn-graf::after {
    content: "";
    width: calc(100% - 2px);
    height: 100%;
    border: 2px solid #fff;
    border-radius: 22px;
    display: block;
    position: absolute;
    right: -8px;
    top: 8px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
  }

  .btn-graf:hover::after {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    top: -2px;
    right: -2px;
    border-radius: 23px;
    z-index: 5;
  }
}

.text-shadow-new {
  text-shadow: 0 1px 1px rgba(0,0,0,.8);
}

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

.force-white {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}

.h-44 {
  height: 44px !important;
}

.w-max-290 {
  max-width: 290px;
}

.font-14 {
  font-size: 14px !important;
}

.hr-divider {
  width: 90%;
  background-color: #dedede;
  margin: 30px auto 0;
}

@-webkit-keyframes float {
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes float {
  50% {
    -o-transform: translateY(4px);
       transform: translateY(4px);
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes float {
  50% {
    -webkit-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.7);
            box-shadow: 0 0 0 0 rgba(0,0,0,.7);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
            box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}

@-o-keyframes pulse {
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(0,0,0,.7);
  }

  100% {
    -o-transform: scale(1);
       transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}

@keyframes pulse {
  50% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.7);
            box-shadow: 0 0 0 0 rgba(0,0,0,.7);
  }

  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
            box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: translate(15px);
       transform: translate(15px);
  }

  to {
    -o-transform: translate(0);
       transform: translate(0);
  }
}

@keyframes spin {
  from {
    -webkit-transform: translate(15px);
         -o-transform: translate(15px);
            transform: translate(15px);
  }

  to {
    -webkit-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes floatUp {
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes floatUp {
  50% {
    -o-transform: translateY(-5px);
       transform: translateY(-5px);
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes floatUp {
  50% {
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes floatDown {
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes floatDown {
  50% {
    -o-transform: translateY(5px);
       transform: translateY(5px);
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes floatDown {
  50% {
    -webkit-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes spinAlways {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinAlways {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinAlways {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinAlwaysReverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-o-keyframes spinAlwaysReverse {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(-360deg);
       transform: rotate(-360deg);
  }
}

@keyframes spinAlwaysReverse {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

#online_events a:focus,
#online_events a:active,
#online_events_alt a:focus,
#online_events_alt a:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#online_events ol,
#online_events ul,
#online_events_alt ol,
#online_events_alt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#online_events .hide-desktop,
#online_events_alt .hide-desktop {
  display: none;
}

@media (max-width: 1023px) {
  #online_events .hide-desktop,
  #online_events_alt .hide-desktop {
    display: block !important;
  }
}

#online_events .hide-desktop .hide-mobile,
#online_events_alt .hide-desktop .hide-mobile {
  display: block;
}

@media (max-width: 1023px) {
  #online_events .hide-desktop .hide-mobile,
  #online_events_alt .hide-desktop .hide-mobile {
    display: none !important;
  }
}

#online_events .hide-mobile-inline,
#online_events_alt .hide-mobile-inline {
  display: inline;
}

@media (max-width: 1023px) {
  #online_events .hide-mobile-inline,
  #online_events_alt .hide-mobile-inline {
    display: none !important;
  }
}

#online_events .main-title,
#online_events_alt .main-title {
  font-size: 2.5rem;
  color: #00c9eb;
  font-weight: 900;
  margin-bottom: 2rem;
}

#online_events .main-title small,
#online_events_alt .main-title small {
  display: block;
  font-size: 1.1rem;
}

#online_events .title,
#online_events_alt .title {
  font-size: 1.8125rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  color: #0adbe3;
}

#online_events .buttons,
#online_events_alt .buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#online_events .btn,
#online_events .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit #online_events .submit,
#online_events .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list #online_events .comment-edit-link,
#online_events .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list #online_events .comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit #online_events .submit,
#online_events .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list #online_events .comment-edit-link,
#online_events .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list #online_events .comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .hs-button,
#online_events .search-form .search-submit,
.search-form #online_events .search-submit,
#online_events .comment-form input[type=submit],
.comment-form #online_events input[type=submit],
#online_events_alt .btn,
#online_events_alt .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit #online_events_alt .submit,
#online_events_alt .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list #online_events_alt .comment-edit-link,
#online_events_alt .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list #online_events_alt .comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .submit,
#online_events_alt .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .hs-button,
#online_events_alt .search-form .search-submit,
.search-form #online_events_alt .search-submit,
#online_events_alt .comment-form input[type=submit],
.comment-form #online_events_alt input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(0,0,0,0);
  position: relative;
  white-space: nowrap;
  max-width: 100% !important;
}

#online_events .btn:focus,
#online_events .single-post .comments .comment-form .form-submit .submit:focus,
.single-post .comments .comment-form .form-submit #online_events .submit:focus,
#online_events .single-post .comments .comment-list .comment-edit-link:focus,
.single-post .comments .comment-list #online_events .comment-edit-link:focus,
#online_events .single-post .comments .comment-list .comment-reply-link:focus,
.single-post .comments .comment-list #online_events .comment-reply-link:focus,
#online_events .single-post .comments-new .comment-form .form-submit .submit:focus,
.single-post .comments-new .comment-form .form-submit #online_events .submit:focus,
#online_events .single-post .comments-new .comment-list .comment-edit-link:focus,
.single-post .comments-new .comment-list #online_events .comment-edit-link:focus,
#online_events .single-post .comments-new .comment-list .comment-reply-link:focus,
.single-post .comments-new .comment-list #online_events .comment-reply-link:focus,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .hs-button:focus,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .hs-button:focus,
#online_events .search-form .search-submit:focus,
.search-form #online_events .search-submit:focus,
#online_events .comment-form input[type=submit]:focus,
.comment-form #online_events input[type=submit]:focus,
#online_events_alt .btn:focus,
#online_events_alt .single-post .comments .comment-form .form-submit .submit:focus,
.single-post .comments .comment-form .form-submit #online_events_alt .submit:focus,
#online_events_alt .single-post .comments .comment-list .comment-edit-link:focus,
.single-post .comments .comment-list #online_events_alt .comment-edit-link:focus,
#online_events_alt .single-post .comments .comment-list .comment-reply-link:focus,
.single-post .comments .comment-list #online_events_alt .comment-reply-link:focus,
#online_events_alt .single-post .comments-new .comment-form .form-submit .submit:focus,
.single-post .comments-new .comment-form .form-submit #online_events_alt .submit:focus,
#online_events_alt .single-post .comments-new .comment-list .comment-edit-link:focus,
.single-post .comments-new .comment-list #online_events_alt .comment-edit-link:focus,
#online_events_alt .single-post .comments-new .comment-list .comment-reply-link:focus,
.single-post .comments-new .comment-list #online_events_alt .comment-reply-link:focus,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .hs-button:focus,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .hs-button:focus,
#online_events_alt .search-form .search-submit:focus,
.search-form #online_events_alt .search-submit:focus,
#online_events_alt .comment-form input[type=submit]:focus,
.comment-form #online_events_alt input[type=submit]:focus {
  outline: none !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

#online_events .btn.-event,
#online_events .single-post .comments .comment-form .form-submit .-event.submit,
.single-post .comments .comment-form .form-submit #online_events .-event.submit,
#online_events .single-post .comments .comment-list .-event.comment-edit-link,
.single-post .comments .comment-list #online_events .-event.comment-edit-link,
#online_events .single-post .comments .comment-list .-event.comment-reply-link,
.single-post .comments .comment-list #online_events .-event.comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .-event.submit,
.single-post .comments-new .comment-form .form-submit #online_events .-event.submit,
#online_events .single-post .comments-new .comment-list .-event.comment-edit-link,
.single-post .comments-new .comment-list #online_events .-event.comment-edit-link,
#online_events .single-post .comments-new .comment-list .-event.comment-reply-link,
.single-post .comments-new .comment-list #online_events .-event.comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-event.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-event.hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-event.hs-button,
#online_events .search-form .-event.search-submit,
.search-form #online_events .-event.search-submit,
#online_events .comment-form input.-event[type=submit],
.comment-form #online_events input.-event[type=submit],
#online_events_alt .btn.-event,
#online_events_alt .single-post .comments .comment-form .form-submit .-event.submit,
.single-post .comments .comment-form .form-submit #online_events_alt .-event.submit,
#online_events_alt .single-post .comments .comment-list .-event.comment-edit-link,
.single-post .comments .comment-list #online_events_alt .-event.comment-edit-link,
#online_events_alt .single-post .comments .comment-list .-event.comment-reply-link,
.single-post .comments .comment-list #online_events_alt .-event.comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-event.submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-event.submit,
#online_events_alt .single-post .comments-new .comment-list .-event.comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .-event.comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .-event.comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .-event.comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-event.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-event.hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-event.hs-button,
#online_events_alt .search-form .-event.search-submit,
.search-form #online_events_alt .-event.search-submit,
#online_events_alt .comment-form input.-event[type=submit],
.comment-form #online_events_alt input.-event[type=submit] {
  background-color: #0adbe3;
  border-color: #0adbe3;
  color: #023;
}

#online_events .btn.-event:hover,
#online_events .single-post .comments .comment-form .form-submit .-event.submit:hover,
.single-post .comments .comment-form .form-submit #online_events .-event.submit:hover,
#online_events .single-post .comments .comment-list .-event.comment-edit-link:hover,
.single-post .comments .comment-list #online_events .-event.comment-edit-link:hover,
#online_events .single-post .comments .comment-list .-event.comment-reply-link:hover,
.single-post .comments .comment-list #online_events .-event.comment-reply-link:hover,
#online_events .single-post .comments-new .comment-form .form-submit .-event.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events .-event.submit:hover,
#online_events .single-post .comments-new .comment-list .-event.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events .-event.comment-edit-link:hover,
#online_events .single-post .comments-new .comment-list .-event.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events .-event.comment-reply-link:hover,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-event.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-event.hs-button:hover,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-event.hs-button:hover,
#online_events .search-form .-event.search-submit:hover,
.search-form #online_events .-event.search-submit:hover,
#online_events .comment-form input.-event[type=submit]:hover,
.comment-form #online_events input.-event[type=submit]:hover,
#online_events_alt .btn.-event:hover,
#online_events_alt .single-post .comments .comment-form .form-submit .-event.submit:hover,
.single-post .comments .comment-form .form-submit #online_events_alt .-event.submit:hover,
#online_events_alt .single-post .comments .comment-list .-event.comment-edit-link:hover,
.single-post .comments .comment-list #online_events_alt .-event.comment-edit-link:hover,
#online_events_alt .single-post .comments .comment-list .-event.comment-reply-link:hover,
.single-post .comments .comment-list #online_events_alt .-event.comment-reply-link:hover,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-event.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-event.submit:hover,
#online_events_alt .single-post .comments-new .comment-list .-event.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-event.comment-edit-link:hover,
#online_events_alt .single-post .comments-new .comment-list .-event.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-event.comment-reply-link:hover,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-event.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-event.hs-button:hover,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-event.hs-button:hover,
#online_events_alt .search-form .-event.search-submit:hover,
.search-form #online_events_alt .-event.search-submit:hover,
#online_events_alt .comment-form input.-event[type=submit]:hover,
.comment-form #online_events_alt input.-event[type=submit]:hover {
  background-color: #00a3be !important;
  border-color: rgb(8.9240506329,195.4367088608,202.5759493671);
}

#online_events .btn.-event-alt,
#online_events .single-post .comments .comment-form .form-submit .-event-alt.submit,
.single-post .comments .comment-form .form-submit #online_events .-event-alt.submit,
#online_events .single-post .comments .comment-list .-event-alt.comment-edit-link,
.single-post .comments .comment-list #online_events .-event-alt.comment-edit-link,
#online_events .single-post .comments .comment-list .-event-alt.comment-reply-link,
.single-post .comments .comment-list #online_events .-event-alt.comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .-event-alt.submit,
.single-post .comments-new .comment-form .form-submit #online_events .-event-alt.submit,
#online_events .single-post .comments-new .comment-list .-event-alt.comment-edit-link,
.single-post .comments-new .comment-list #online_events .-event-alt.comment-edit-link,
#online_events .single-post .comments-new .comment-list .-event-alt.comment-reply-link,
.single-post .comments-new .comment-list #online_events .-event-alt.comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-event-alt.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-event-alt.hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event-alt.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-event-alt.hs-button,
#online_events .search-form .-event-alt.search-submit,
.search-form #online_events .-event-alt.search-submit,
#online_events .comment-form input.-event-alt[type=submit],
.comment-form #online_events input.-event-alt[type=submit],
#online_events_alt .btn.-event-alt,
#online_events_alt .single-post .comments .comment-form .form-submit .-event-alt.submit,
.single-post .comments .comment-form .form-submit #online_events_alt .-event-alt.submit,
#online_events_alt .single-post .comments .comment-list .-event-alt.comment-edit-link,
.single-post .comments .comment-list #online_events_alt .-event-alt.comment-edit-link,
#online_events_alt .single-post .comments .comment-list .-event-alt.comment-reply-link,
.single-post .comments .comment-list #online_events_alt .-event-alt.comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-event-alt.submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-event-alt.submit,
#online_events_alt .single-post .comments-new .comment-list .-event-alt.comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .-event-alt.comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .-event-alt.comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .-event-alt.comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-event-alt.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-event-alt.hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event-alt.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-event-alt.hs-button,
#online_events_alt .search-form .-event-alt.search-submit,
.search-form #online_events_alt .-event-alt.search-submit,
#online_events_alt .comment-form input.-event-alt[type=submit],
.comment-form #online_events_alt input.-event-alt[type=submit] {
  background-color: #a44dff;
  border-color: #a44dff;
  color: #fff;
}

#online_events .btn.-event-alt:hover,
#online_events .single-post .comments .comment-form .form-submit .-event-alt.submit:hover,
.single-post .comments .comment-form .form-submit #online_events .-event-alt.submit:hover,
#online_events .single-post .comments .comment-list .-event-alt.comment-edit-link:hover,
.single-post .comments .comment-list #online_events .-event-alt.comment-edit-link:hover,
#online_events .single-post .comments .comment-list .-event-alt.comment-reply-link:hover,
.single-post .comments .comment-list #online_events .-event-alt.comment-reply-link:hover,
#online_events .single-post .comments-new .comment-form .form-submit .-event-alt.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events .-event-alt.submit:hover,
#online_events .single-post .comments-new .comment-list .-event-alt.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events .-event-alt.comment-edit-link:hover,
#online_events .single-post .comments-new .comment-list .-event-alt.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events .-event-alt.comment-reply-link:hover,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-event-alt.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-event-alt.hs-button:hover,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event-alt.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-event-alt.hs-button:hover,
#online_events .search-form .-event-alt.search-submit:hover,
.search-form #online_events .-event-alt.search-submit:hover,
#online_events .comment-form input.-event-alt[type=submit]:hover,
.comment-form #online_events input.-event-alt[type=submit]:hover,
#online_events_alt .btn.-event-alt:hover,
#online_events_alt .single-post .comments .comment-form .form-submit .-event-alt.submit:hover,
.single-post .comments .comment-form .form-submit #online_events_alt .-event-alt.submit:hover,
#online_events_alt .single-post .comments .comment-list .-event-alt.comment-edit-link:hover,
.single-post .comments .comment-list #online_events_alt .-event-alt.comment-edit-link:hover,
#online_events_alt .single-post .comments .comment-list .-event-alt.comment-reply-link:hover,
.single-post .comments .comment-list #online_events_alt .-event-alt.comment-reply-link:hover,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-event-alt.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-event-alt.submit:hover,
#online_events_alt .single-post .comments-new .comment-list .-event-alt.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-event-alt.comment-edit-link:hover,
#online_events_alt .single-post .comments-new .comment-list .-event-alt.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-event-alt.comment-reply-link:hover,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-event-alt.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-event-alt.hs-button:hover,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-event-alt.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-event-alt.hs-button:hover,
#online_events_alt .search-form .-event-alt.search-submit:hover,
.search-form #online_events_alt .-event-alt.search-submit:hover,
#online_events_alt .comment-form input.-event-alt[type=submit]:hover,
.comment-form #online_events_alt input.-event-alt[type=submit]:hover {
  background-color: rgb(150.9634831461,51.5,255);
  border-color: rgb(150.9634831461,51.5,255);
}

#online_events .btn.-hollow,
#online_events .single-post .comments .comment-form .form-submit .-hollow.submit,
.single-post .comments .comment-form .form-submit #online_events .-hollow.submit,
#online_events .single-post .comments .comment-list .-hollow.comment-edit-link,
.single-post .comments .comment-list #online_events .-hollow.comment-edit-link,
#online_events .single-post .comments .comment-list .-hollow.comment-reply-link,
.single-post .comments .comment-list #online_events .-hollow.comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .-hollow.submit,
.single-post .comments-new .comment-form .form-submit #online_events .-hollow.submit,
#online_events .single-post .comments-new .comment-list .-hollow.comment-edit-link,
.single-post .comments-new .comment-list #online_events .-hollow.comment-edit-link,
#online_events .single-post .comments-new .comment-list .-hollow.comment-reply-link,
.single-post .comments-new .comment-list #online_events .-hollow.comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-hollow.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-hollow.hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-hollow.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-hollow.hs-button,
#online_events .search-form .-hollow.search-submit,
.search-form #online_events .-hollow.search-submit,
#online_events .comment-form input.-hollow[type=submit],
.comment-form #online_events input.-hollow[type=submit],
#online_events_alt .btn.-hollow,
#online_events_alt .single-post .comments .comment-form .form-submit .-hollow.submit,
.single-post .comments .comment-form .form-submit #online_events_alt .-hollow.submit,
#online_events_alt .single-post .comments .comment-list .-hollow.comment-edit-link,
.single-post .comments .comment-list #online_events_alt .-hollow.comment-edit-link,
#online_events_alt .single-post .comments .comment-list .-hollow.comment-reply-link,
.single-post .comments .comment-list #online_events_alt .-hollow.comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-hollow.submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-hollow.submit,
#online_events_alt .single-post .comments-new .comment-list .-hollow.comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .-hollow.comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .-hollow.comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .-hollow.comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-hollow.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-hollow.hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-hollow.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-hollow.hs-button,
#online_events_alt .search-form .-hollow.search-submit,
.search-form #online_events_alt .-hollow.search-submit,
#online_events_alt .comment-form input.-hollow[type=submit],
.comment-form #online_events_alt input.-hollow[type=submit] {
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
}

#online_events .btn.-hollow:hover,
#online_events .single-post .comments .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments .comment-form .form-submit #online_events .-hollow.submit:hover,
#online_events .single-post .comments .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments .comment-list #online_events .-hollow.comment-edit-link:hover,
#online_events .single-post .comments .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments .comment-list #online_events .-hollow.comment-reply-link:hover,
#online_events .single-post .comments-new .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events .-hollow.submit:hover,
#online_events .single-post .comments-new .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events .-hollow.comment-edit-link:hover,
#online_events .single-post .comments-new .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events .-hollow.comment-reply-link:hover,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-hollow.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-hollow.hs-button:hover,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-hollow.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-hollow.hs-button:hover,
#online_events .search-form .-hollow.search-submit:hover,
.search-form #online_events .-hollow.search-submit:hover,
#online_events .comment-form input.-hollow[type=submit]:hover,
.comment-form #online_events input.-hollow[type=submit]:hover,
#online_events_alt .btn.-hollow:hover,
#online_events_alt .single-post .comments .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments .comment-form .form-submit #online_events_alt .-hollow.submit:hover,
#online_events_alt .single-post .comments .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments .comment-list #online_events_alt .-hollow.comment-edit-link:hover,
#online_events_alt .single-post .comments .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments .comment-list #online_events_alt .-hollow.comment-reply-link:hover,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-hollow.submit:hover,
#online_events_alt .single-post .comments-new .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-hollow.comment-edit-link:hover,
#online_events_alt .single-post .comments-new .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-hollow.comment-reply-link:hover,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-hollow.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-hollow.hs-button:hover,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-hollow.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-hollow.hs-button:hover,
#online_events_alt .search-form .-hollow.search-submit:hover,
.search-form #online_events_alt .-hollow.search-submit:hover,
#online_events_alt .comment-form input.-hollow[type=submit]:hover,
.comment-form #online_events_alt input.-hollow[type=submit]:hover {
  background-color: #fff;
  color: #023;
}

#online_events .btn.-lg,
#online_events .single-post .comments .comment-form .form-submit .-lg.submit,
.single-post .comments .comment-form .form-submit #online_events .-lg.submit,
#online_events .single-post .comments .comment-list .-lg.comment-edit-link,
.single-post .comments .comment-list #online_events .-lg.comment-edit-link,
#online_events .single-post .comments .comment-list .-lg.comment-reply-link,
.single-post .comments .comment-list #online_events .-lg.comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .-lg.submit,
.single-post .comments-new .comment-form .form-submit #online_events .-lg.submit,
#online_events .single-post .comments-new .comment-list .-lg.comment-edit-link,
.single-post .comments-new .comment-list #online_events .-lg.comment-edit-link,
#online_events .single-post .comments-new .comment-list .-lg.comment-reply-link,
.single-post .comments-new .comment-list #online_events .-lg.comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-lg.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-lg.hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-lg.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-lg.hs-button,
#online_events .search-form .-lg.search-submit,
.search-form #online_events .-lg.search-submit,
#online_events .comment-form input.-lg[type=submit],
.comment-form #online_events input.-lg[type=submit],
#online_events_alt .btn.-lg,
#online_events_alt .single-post .comments .comment-form .form-submit .-lg.submit,
.single-post .comments .comment-form .form-submit #online_events_alt .-lg.submit,
#online_events_alt .single-post .comments .comment-list .-lg.comment-edit-link,
.single-post .comments .comment-list #online_events_alt .-lg.comment-edit-link,
#online_events_alt .single-post .comments .comment-list .-lg.comment-reply-link,
.single-post .comments .comment-list #online_events_alt .-lg.comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-lg.submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-lg.submit,
#online_events_alt .single-post .comments-new .comment-list .-lg.comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .-lg.comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .-lg.comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .-lg.comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-lg.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-lg.hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-lg.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-lg.hs-button,
#online_events_alt .search-form .-lg.search-submit,
.search-form #online_events_alt .-lg.search-submit,
#online_events_alt .comment-form input.-lg[type=submit],
.comment-form #online_events_alt input.-lg[type=submit] {
  padding: 0 42px;
  height: 52px;
  font-size: 17px;
  border-radius: 26px;
}

#online_events .btn.-lg:hover,
#online_events .single-post .comments .comment-form .form-submit .-lg.submit:hover,
.single-post .comments .comment-form .form-submit #online_events .-lg.submit:hover,
#online_events .single-post .comments .comment-list .-lg.comment-edit-link:hover,
.single-post .comments .comment-list #online_events .-lg.comment-edit-link:hover,
#online_events .single-post .comments .comment-list .-lg.comment-reply-link:hover,
.single-post .comments .comment-list #online_events .-lg.comment-reply-link:hover,
#online_events .single-post .comments-new .comment-form .form-submit .-lg.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events .-lg.submit:hover,
#online_events .single-post .comments-new .comment-list .-lg.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events .-lg.comment-edit-link:hover,
#online_events .single-post .comments-new .comment-list .-lg.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events .-lg.comment-reply-link:hover,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-lg.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-lg.hs-button:hover,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-lg.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-lg.hs-button:hover,
#online_events .search-form .-lg.search-submit:hover,
.search-form #online_events .-lg.search-submit:hover,
#online_events .comment-form input.-lg[type=submit]:hover,
.comment-form #online_events input.-lg[type=submit]:hover,
#online_events_alt .btn.-lg:hover,
#online_events_alt .single-post .comments .comment-form .form-submit .-lg.submit:hover,
.single-post .comments .comment-form .form-submit #online_events_alt .-lg.submit:hover,
#online_events_alt .single-post .comments .comment-list .-lg.comment-edit-link:hover,
.single-post .comments .comment-list #online_events_alt .-lg.comment-edit-link:hover,
#online_events_alt .single-post .comments .comment-list .-lg.comment-reply-link:hover,
.single-post .comments .comment-list #online_events_alt .-lg.comment-reply-link:hover,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-lg.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-lg.submit:hover,
#online_events_alt .single-post .comments-new .comment-list .-lg.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-lg.comment-edit-link:hover,
#online_events_alt .single-post .comments-new .comment-list .-lg.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-lg.comment-reply-link:hover,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-lg.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-lg.hs-button:hover,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-lg.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-lg.hs-button:hover,
#online_events_alt .search-form .-lg.search-submit:hover,
.search-form #online_events_alt .-lg.search-submit:hover,
#online_events_alt .comment-form input.-lg[type=submit]:hover,
.comment-form #online_events_alt input.-lg[type=submit]:hover {
  padding: 0 84px;
  margin: 0 -42px;
}

#online_events .btn.-lg.-no-extend:hover,
#online_events .single-post .comments .comment-form .form-submit .-lg.-no-extend.submit:hover,
.single-post .comments .comment-form .form-submit #online_events .-lg.-no-extend.submit:hover,
#online_events .single-post .comments .comment-list .-lg.-no-extend.comment-edit-link:hover,
.single-post .comments .comment-list #online_events .-lg.-no-extend.comment-edit-link:hover,
#online_events .single-post .comments .comment-list .-lg.-no-extend.comment-reply-link:hover,
.single-post .comments .comment-list #online_events .-lg.-no-extend.comment-reply-link:hover,
#online_events .single-post .comments-new .comment-form .form-submit .-lg.-no-extend.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events .-lg.-no-extend.submit:hover,
#online_events .single-post .comments-new .comment-list .-lg.-no-extend.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events .-lg.-no-extend.comment-edit-link:hover,
#online_events .single-post .comments-new .comment-list .-lg.-no-extend.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events .-lg.-no-extend.comment-reply-link:hover,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-lg.-no-extend.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-lg.-no-extend.hs-button:hover,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-lg.-no-extend.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-lg.-no-extend.hs-button:hover,
#online_events .search-form .-lg.-no-extend.search-submit:hover,
.search-form #online_events .-lg.-no-extend.search-submit:hover,
#online_events .comment-form input.-lg.-no-extend[type=submit]:hover,
.comment-form #online_events input.-lg.-no-extend[type=submit]:hover,
#online_events_alt .btn.-lg.-no-extend:hover,
#online_events_alt .single-post .comments .comment-form .form-submit .-lg.-no-extend.submit:hover,
.single-post .comments .comment-form .form-submit #online_events_alt .-lg.-no-extend.submit:hover,
#online_events_alt .single-post .comments .comment-list .-lg.-no-extend.comment-edit-link:hover,
.single-post .comments .comment-list #online_events_alt .-lg.-no-extend.comment-edit-link:hover,
#online_events_alt .single-post .comments .comment-list .-lg.-no-extend.comment-reply-link:hover,
.single-post .comments .comment-list #online_events_alt .-lg.-no-extend.comment-reply-link:hover,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-lg.-no-extend.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-lg.-no-extend.submit:hover,
#online_events_alt .single-post .comments-new .comment-list .-lg.-no-extend.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-lg.-no-extend.comment-edit-link:hover,
#online_events_alt .single-post .comments-new .comment-list .-lg.-no-extend.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-lg.-no-extend.comment-reply-link:hover,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-lg.-no-extend.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-lg.-no-extend.hs-button:hover,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-lg.-no-extend.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-lg.-no-extend.hs-button:hover,
#online_events_alt .search-form .-lg.-no-extend.search-submit:hover,
.search-form #online_events_alt .-lg.-no-extend.search-submit:hover,
#online_events_alt .comment-form input.-lg.-no-extend[type=submit]:hover,
.comment-form #online_events_alt input.-lg.-no-extend[type=submit]:hover {
  padding: 0 42px;
  margin: 0;
}

#online_events .btn.-md,
#online_events .single-post .comments .comment-form .form-submit .-md.submit,
.single-post .comments .comment-form .form-submit #online_events .-md.submit,
#online_events .single-post .comments .comment-list .-md.comment-edit-link,
.single-post .comments .comment-list #online_events .-md.comment-edit-link,
#online_events .single-post .comments .comment-list .-md.comment-reply-link,
.single-post .comments .comment-list #online_events .-md.comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .-md.submit,
.single-post .comments-new .comment-form .form-submit #online_events .-md.submit,
#online_events .single-post .comments-new .comment-list .-md.comment-edit-link,
.single-post .comments-new .comment-list #online_events .-md.comment-edit-link,
#online_events .single-post .comments-new .comment-list .-md.comment-reply-link,
.single-post .comments-new .comment-list #online_events .-md.comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-md.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-md.hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-md.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-md.hs-button,
#online_events .search-form .-md.search-submit,
.search-form #online_events .-md.search-submit,
#online_events .comment-form input.-md[type=submit],
.comment-form #online_events input.-md[type=submit],
#online_events_alt .btn.-md,
#online_events_alt .single-post .comments .comment-form .form-submit .-md.submit,
.single-post .comments .comment-form .form-submit #online_events_alt .-md.submit,
#online_events_alt .single-post .comments .comment-list .-md.comment-edit-link,
.single-post .comments .comment-list #online_events_alt .-md.comment-edit-link,
#online_events_alt .single-post .comments .comment-list .-md.comment-reply-link,
.single-post .comments .comment-list #online_events_alt .-md.comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-md.submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-md.submit,
#online_events_alt .single-post .comments-new .comment-list .-md.comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .-md.comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .-md.comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .-md.comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-md.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-md.hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-md.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-md.hs-button,
#online_events_alt .search-form .-md.search-submit,
.search-form #online_events_alt .-md.search-submit,
#online_events_alt .comment-form input.-md[type=submit],
.comment-form #online_events_alt input.-md[type=submit] {
  padding: 0 20px !important;
  height: 40px !important;
  font-size: 16px;
  border-radius: 20px;
}

#online_events .btn.-sm,
#online_events .single-post .comments .comment-form .form-submit .-sm.submit,
.single-post .comments .comment-form .form-submit #online_events .-sm.submit,
#online_events .single-post .comments .comment-list .-sm.comment-edit-link,
.single-post .comments .comment-list #online_events .-sm.comment-edit-link,
#online_events .single-post .comments .comment-list .-sm.comment-reply-link,
.single-post .comments .comment-list #online_events .-sm.comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .-sm.submit,
.single-post .comments-new .comment-form .form-submit #online_events .-sm.submit,
#online_events .single-post .comments-new .comment-list .-sm.comment-edit-link,
.single-post .comments-new .comment-list #online_events .-sm.comment-edit-link,
#online_events .single-post .comments-new .comment-list .-sm.comment-reply-link,
.single-post .comments-new .comment-list #online_events .-sm.comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-sm.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-sm.hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-sm.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-sm.hs-button,
#online_events .search-form .-sm.search-submit,
.search-form #online_events .-sm.search-submit,
#online_events .comment-form input.-sm[type=submit],
.comment-form #online_events input.-sm[type=submit],
#online_events_alt .btn.-sm,
#online_events_alt .single-post .comments .comment-form .form-submit .-sm.submit,
.single-post .comments .comment-form .form-submit #online_events_alt .-sm.submit,
#online_events_alt .single-post .comments .comment-list .-sm.comment-edit-link,
.single-post .comments .comment-list #online_events_alt .-sm.comment-edit-link,
#online_events_alt .single-post .comments .comment-list .-sm.comment-reply-link,
.single-post .comments .comment-list #online_events_alt .-sm.comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-sm.submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-sm.submit,
#online_events_alt .single-post .comments-new .comment-list .-sm.comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .-sm.comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .-sm.comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .-sm.comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-sm.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-sm.hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-sm.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-sm.hs-button,
#online_events_alt .search-form .-sm.search-submit,
.search-form #online_events_alt .-sm.search-submit,
#online_events_alt .comment-form input.-sm[type=submit],
.comment-form #online_events_alt input.-sm[type=submit] {
  padding: 0 20px !important;
  height: 30px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  border-radius: 20px !important;
}

#online_events .btn.-wide,
#online_events .single-post .comments .comment-form .form-submit .-wide.submit,
.single-post .comments .comment-form .form-submit #online_events .-wide.submit,
#online_events .single-post .comments .comment-list .-wide.comment-edit-link,
.single-post .comments .comment-list #online_events .-wide.comment-edit-link,
#online_events .single-post .comments .comment-list .-wide.comment-reply-link,
.single-post .comments .comment-list #online_events .-wide.comment-reply-link,
#online_events .single-post .comments-new .comment-form .form-submit .-wide.submit,
.single-post .comments-new .comment-form .form-submit #online_events .-wide.submit,
#online_events .single-post .comments-new .comment-list .-wide.comment-edit-link,
.single-post .comments-new .comment-list #online_events .-wide.comment-edit-link,
#online_events .single-post .comments-new .comment-list .-wide.comment-reply-link,
.single-post .comments-new .comment-list #online_events .-wide.comment-reply-link,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-wide.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-wide.hs-button,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-wide.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-wide.hs-button,
#online_events .search-form .-wide.search-submit,
.search-form #online_events .-wide.search-submit,
#online_events .comment-form input.-wide[type=submit],
.comment-form #online_events input.-wide[type=submit],
#online_events_alt .btn.-wide,
#online_events_alt .single-post .comments .comment-form .form-submit .-wide.submit,
.single-post .comments .comment-form .form-submit #online_events_alt .-wide.submit,
#online_events_alt .single-post .comments .comment-list .-wide.comment-edit-link,
.single-post .comments .comment-list #online_events_alt .-wide.comment-edit-link,
#online_events_alt .single-post .comments .comment-list .-wide.comment-reply-link,
.single-post .comments .comment-list #online_events_alt .-wide.comment-reply-link,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-wide.submit,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-wide.submit,
#online_events_alt .single-post .comments-new .comment-list .-wide.comment-edit-link,
.single-post .comments-new .comment-list #online_events_alt .-wide.comment-edit-link,
#online_events_alt .single-post .comments-new .comment-list .-wide.comment-reply-link,
.single-post .comments-new .comment-list #online_events_alt .-wide.comment-reply-link,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-wide.hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-wide.hs-button,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-wide.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-wide.hs-button,
#online_events_alt .search-form .-wide.search-submit,
.search-form #online_events_alt .-wide.search-submit,
#online_events_alt .comment-form input.-wide[type=submit],
.comment-form #online_events_alt input.-wide[type=submit] {
  font-size: 18px;
  font-weight: 900;
  padding: 0 86px;
}

#online_events .btn.-wide:hover,
#online_events .single-post .comments .comment-form .form-submit .-wide.submit:hover,
.single-post .comments .comment-form .form-submit #online_events .-wide.submit:hover,
#online_events .single-post .comments .comment-list .-wide.comment-edit-link:hover,
.single-post .comments .comment-list #online_events .-wide.comment-edit-link:hover,
#online_events .single-post .comments .comment-list .-wide.comment-reply-link:hover,
.single-post .comments .comment-list #online_events .-wide.comment-reply-link:hover,
#online_events .single-post .comments-new .comment-form .form-submit .-wide.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events .-wide.submit:hover,
#online_events .single-post .comments-new .comment-list .-wide.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events .-wide.comment-edit-link:hover,
#online_events .single-post .comments-new .comment-list .-wide.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events .-wide.comment-reply-link:hover,
#online_events .modal-form-pop-up .hbspt-form form.hs-form .actions .-wide.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events .-wide.hs-button:hover,
#online_events .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-wide.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events .-wide.hs-button:hover,
#online_events .search-form .-wide.search-submit:hover,
.search-form #online_events .-wide.search-submit:hover,
#online_events .comment-form input.-wide[type=submit]:hover,
.comment-form #online_events input.-wide[type=submit]:hover,
#online_events_alt .btn.-wide:hover,
#online_events_alt .single-post .comments .comment-form .form-submit .-wide.submit:hover,
.single-post .comments .comment-form .form-submit #online_events_alt .-wide.submit:hover,
#online_events_alt .single-post .comments .comment-list .-wide.comment-edit-link:hover,
.single-post .comments .comment-list #online_events_alt .-wide.comment-edit-link:hover,
#online_events_alt .single-post .comments .comment-list .-wide.comment-reply-link:hover,
.single-post .comments .comment-list #online_events_alt .-wide.comment-reply-link:hover,
#online_events_alt .single-post .comments-new .comment-form .form-submit .-wide.submit:hover,
.single-post .comments-new .comment-form .form-submit #online_events_alt .-wide.submit:hover,
#online_events_alt .single-post .comments-new .comment-list .-wide.comment-edit-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-wide.comment-edit-link:hover,
#online_events_alt .single-post .comments-new .comment-list .-wide.comment-reply-link:hover,
.single-post .comments-new .comment-list #online_events_alt .-wide.comment-reply-link:hover,
#online_events_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-wide.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #online_events_alt .-wide.hs-button:hover,
#online_events_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-wide.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #online_events_alt .-wide.hs-button:hover,
#online_events_alt .search-form .-wide.search-submit:hover,
.search-form #online_events_alt .-wide.search-submit:hover,
#online_events_alt .comment-form input.-wide[type=submit]:hover,
.comment-form #online_events_alt input.-wide[type=submit]:hover {
  padding: 0 106px;
  margin: 0 -20px;
}

#online_events .no-shadow,
#online_events_alt .no-shadow {
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0) !important;
          box-shadow: 3px 3px 5px 0 rgba(0,0,0,0) !important;
}

#online_events .scroll,
#online_events_alt .scroll {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
}

#online_events .scroll::before,
#online_events .scroll::after,
#online_events_alt .scroll::before,
#online_events_alt .scroll::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 51%;
  top: 0;
  background: #fff;
  z-index: 45;
}

#online_events .scroll::before,
#online_events_alt .scroll::before {
  left: 0;
  margin-left: -245px;
}

#online_events .scroll::after,
#online_events_alt .scroll::after {
  right: 0;
  margin-right: -245px;
}

#online_events .scroll .wrapper,
#online_events_alt .scroll .wrapper {
  width: 500px;
  height: 69px;
  position: relative;
  z-index: 50;
  left: 0;
  right: 0;
  margin: auto;
}

#online_events .scroll .wrapper:hover,
#online_events_alt .scroll .wrapper:hover {
  cursor: pointer;
}

#online_events .scroll .wrapper .icon,
#online_events_alt .scroll .wrapper .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  fill: #fff;
  overflow: hidden;
}

#online_events .scroll .wrapper::before,
#online_events_alt .scroll .wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 15px solid rgba(0,0,0,0);
  border-bottom: 0;
  border-left: 15px solid rgba(0,0,0,0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: floating 1s infinite;
       -o-animation: floating 1s infinite;
          animation: floating 1s infinite;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes floating {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  50% {
    -o-transform: translateY(5px);
       transform: translateY(5px);
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 1023px) {
  .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.95rem;
  }

  .title span {
    width: 100%;
    text-align: center;
  }

  .title .highlight {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .pre-title {
    font-size: .8rem;
    margin-bottom: 20px;
  }

  .pre-title>p::before {
    height: 1.1vh;
    top: calc(100% - 1.64vh);
  }

  .pre-title>p::after {
    width: 20px;
    height: 28px;
  }

  #online_events .scroll::before {
    width: 50%;
    margin-left: -147px;
  }

  #online_events .scroll::after {
    width: 50%;
    margin-right: -147px;
  }

  #online_events .scroll .wrapper {
    width: 296px;
    height: 41px;
    position: relative;
    z-index: 50;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }

  #online_events .scroll .wrapper:hover {
    cursor: pointer;
  }

  #online_events .scroll .wrapper .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #fff;
    overflow: hidden;
  }

  #online_events .scroll .wrapper::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid rgba(0,0,0,0);
    border-bottom: 0;
    border-left: 10px solid rgba(0,0,0,0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: floating 1s infinite;
         -o-animation: floating 1s infinite;
            animation: floating 1s infinite;
  }
}

#header,
#header_alt {
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  border-bottom: 1px solid rgba(0,0,0,0);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#header header,
#header_alt header {
  width: 100%;
  height: 100%;
}

#header .container,
#header_alt .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .container .logo,
#header_alt .container .logo {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#header .container .sel-country,
#header_alt .container .sel-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#header .container .sel-country p,
#header_alt .container .sel-country p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
}

#header .container .sel-country ul,
#header_alt .container .sel-country ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .container .sel-country ul>li,
#header_alt .container .sel-country ul>li {
  width: 34px;
  height: 34px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .container .sel-country ul>li button,
#header_alt .container .sel-country ul>li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0);
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#header .container .sel-country ul>li button img,
#header_alt .container .sel-country ul>li button img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #023;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#header .container .sel-country ul>li:hover button,
#header .container .sel-country ul>li.-selected button,
#header_alt .container .sel-country ul>li:hover button,
#header_alt .container .sel-country ul>li.-selected button {
  border-color: #0adbe3;
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}

#header .container .sel-country ul>li:hover button img,
#header .container .sel-country ul>li.-selected button img,
#header_alt .container .sel-country ul>li:hover button img,
#header_alt .container .sel-country ul>li.-selected button img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#header .container .sel-country ul>li+li,
#header_alt .container .sel-country ul>li+li {
  margin-left: 20px;
}

#header .container>.links,
#header_alt .container>.links {
  width: 100%;
  max-width: 440px;
}

#header .container>.links>nav,
#header_alt .container>.links>nav {
  width: 100%;
}

#header .container>.links>nav>ul,
#header_alt .container>.links>nav>ul {
  width: 100%;
  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;
}

#header .container>.links>nav>ul>li,
#header_alt .container>.links>nav>ul>li {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

#header .container>.links>nav>ul>li+li,
#header_alt .container>.links>nav>ul>li+li {
  margin-left: 20px;
}

#header .container>.links>nav>ul>li:hover,
#header_alt .container>.links>nav>ul>li:hover {
  cursor: pointer;
}

#header.-totvs .logo,
#header_alt.-totvs .logo {
  width: 186px;
}

#header.-totvs.-scrolled,
#header_alt.-totvs.-scrolled {
  background-color: rgba(54,54,54,.95);
  border-bottom: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,.54);
          box-shadow: 2px 2px 12px rgba(0,0,0,.54);
}

#header.-totvs.-scrolled .logo,
#header_alt.-totvs.-scrolled .logo {
  width: 150px;
}

#header.-techfin .logo,
#header_alt.-techfin .logo {
  width: 295px;
}

#header.-techfin.-scrolled,
#header_alt.-techfin.-scrolled {
  background: -webkit-linear-gradient(45deg, rgb(77, 187, 142) 0%, rgb(47, 112, 140) 100%);
  background: -o-linear-gradient(45deg, rgb(77, 187, 142) 0%, rgb(47, 112, 140) 100%);
  background: linear-gradient(45deg, rgb(77, 187, 142) 0%, rgb(47, 112, 140) 100%);
}

#header.-techfin.-scrolled .logo,
#header_alt.-techfin.-scrolled .logo {
  width: 220px;
}

@media screen and (max-width: 1023px) {
  #header,
  #header_alt {
    width: 100%;
    height: 70px;
    background-color: rgba(54,54,54,.95);
    border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,.54);
            box-shadow: 2px 2px 12px rgba(0,0,0,.54);
  }

  #header .container,
  #header_alt .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #header .container .logo a img,
  #header_alt .container .logo a img {
    width: auto !important;
    height: 33px !important;
  }

  #header .container .sel-country,
  #header_alt .container .sel-country {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #header .container .sel-country p,
  #header_alt .container .sel-country p {
    font-size: 8px;
    margin-right: 0;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  #header .container .sel-country ul>li,
  #header_alt .container .sel-country ul>li {
    width: 27px;
    height: 27px;
  }

  #header .container .sel-country ul>li+li,
  #header_alt .container .sel-country ul>li+li {
    margin-left: 20px;
  }

  #header.-totvs .logo,
  #header_alt.-totvs .logo {
    width: 186px;
  }

  #header.-totvs.-scrolled .logo,
  #header_alt.-totvs.-scrolled .logo {
    width: 186px;
  }

  #header_alt {
    background-color: rgba(0,0,0,0);
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header .langs-option {
  position: relative;
}

.header .langs-option .langs-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  padding: 0 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header .langs-option .langs-btn figure {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}

.header .langs-option .langs-btn figure img {
  width: 100%;
}

.header .langs-option .langs-btn.dropdown-toggle::after {
  border-top: 4px solid #fff;
  border-right: 4px solid rgba(0,0,0,0);
  border-left: 4px solid rgba(0,0,0,0);
  border-bottom: 0;
}

.header .langs-option .langs-btn:hover {
  background-color: #fff;
}

.header .langs-option .langs-btn:hover.dropdown-toggle::after {
  border-top: 4px solid #023;
}

.header .langs-option .langs-drop {
  position: absolute;
  top: 45px;
  left: -5px;
  width: 80px;
  padding: 5px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 5px 10px 10px rgba(0,34,51,.5);
          box-shadow: 5px 10px 10px rgba(0,34,51,.5);
}

.header .langs-option .langs-drop li {
  display: block;
}

.header .langs-option .langs-drop li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-radius: 15px;
  background-color: rgba(0,0,0,0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header .langs-option .langs-drop li a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.header .langs-option .langs-drop li a figure img {
  width: 100%;
}

.header .langs-option .langs-drop li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1;
  color: #023;
  text-transform: uppercase;
  padding-left: 5px;
}

.header .langs-option .langs-drop li:hover a {
  background-color: #00dbff;
}

.header .langs-option .langs-drop::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 15px;
  background-color: #00dbff;
  -webkit-clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
}

.header .langs-option .langs-drop.hide-drop {
  opacity: 0;
  visibility: hidden;
  top: 50px;
}

#hero_banner,
#hero_banner_alt {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

#hero_banner .jumbotron-content,
#hero_banner_alt .jumbotron-content {
  height: 100%;
}

#hero_banner .jumbotron-content .container,
#hero_banner_alt .jumbotron-content .container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

#hero_banner .jumbotron-content .container p,
#hero_banner_alt .jumbotron-content .container p {
  color: #fff;
}

#hero_banner .jumbotron-content .container .brdcrumb,
#hero_banner_alt .jumbotron-content .container .brdcrumb {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  #hero_banner .jumbotron-content .container .brdcrumb,
  #hero_banner_alt .jumbotron-content .container .brdcrumb {
    text-align: center;
  }
}

#hero_banner .jumbotron-content .container .brdcrumb ul>li,
#hero_banner_alt .jumbotron-content .container .brdcrumb ul>li {
  display: inline-block;
  font-size: 14.4px;
}

#hero_banner .jumbotron-content .container .brdcrumb ul>li a,
#hero_banner_alt .jumbotron-content .container .brdcrumb ul>li a {
  color: #0adbe3;
}

#hero_banner .jumbotron-content .container .brdcrumb ul>li a:hover,
#hero_banner_alt .jumbotron-content .container .brdcrumb ul>li a:hover {
  text-decoration: underline;
}

#hero_banner .jumbotron-content .container .content,
#hero_banner_alt .jumbotron-content .container .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#hero_banner .jumbotron-content .container .content .info,
#hero_banner_alt .jumbotron-content .container .content .info {
  width: 100%;
  max-width: 420px;
}

#hero_banner .jumbotron-content .container .content .info p,
#hero_banner_alt .jumbotron-content .container .content .info p {
  font-size: 1rem;
}

#hero_banner .jumbotron-content .container .content .info .main-title,
#hero_banner_alt .jumbotron-content .container .content .info .main-title {
  margin-bottom: 1rem;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  #hero_banner .jumbotron-content .container .content .info .main-title,
  #hero_banner_alt .jumbotron-content .container .content .info .main-title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

#hero_banner .jumbotron-content .container .content .info .main-title small,
#hero_banner_alt .jumbotron-content .container .content .info .main-title small {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 400;
  display: block;
}

#hero_banner .jumbotron-content .container .content .info .desc,
#hero_banner_alt .jumbotron-content .container .content .info .desc {
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  #hero_banner .jumbotron-content .container .content .info .desc,
  #hero_banner_alt .jumbotron-content .container .content .info .desc {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
}

#hero_banner .jumbotron-content .container .content .info .featured-items,
#hero_banner_alt .jumbotron-content .container .content .info .featured-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.3vh;
}

#hero_banner .jumbotron-content .container .content .info .featured-items li,
#hero_banner_alt .jumbotron-content .container .content .info .featured-items li {
  width: 100%;
  max-width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}

#hero_banner .jumbotron-content .container .content .info .featured-items li+li,
#hero_banner_alt .jumbotron-content .container .content .info .featured-items li+li {
  width: 100%;
  max-width: 260px;
}

#hero_banner .jumbotron-content .container .content .info .featured-items li>figure,
#hero_banner_alt .jumbotron-content .container .content .info .featured-items li>figure {
  width: 65px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#hero_banner .jumbotron-content .container .content .info .featured-items li>figure .icon,
#hero_banner_alt .jumbotron-content .container .content .info .featured-items li>figure .icon {
  width: 50px;
  height: 66px;
  fill: #fff;
}

#hero_banner .jumbotron-content .container .content .info .featured-items dl,
#hero_banner_alt .jumbotron-content .container .content .info .featured-items dl {
  width: 100%;
  font-size: .9rem;
}

#hero_banner .jumbotron-content .container .content .info .featured-items dl dt,
#hero_banner_alt .jumbotron-content .container .content .info .featured-items dl dt {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}

#hero_banner .jumbotron-content .container .content .info .buttons,
#hero_banner_alt .jumbotron-content .container .content .info .buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#hero_banner .jumbotron-content .container .content .logos,
#hero_banner_alt .jumbotron-content .container .content .logos {
  max-width: 675px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

#hero_banner .jumbotron-content .container .content .logos .countdown .title,
#hero_banner_alt .jumbotron-content .container .content .logos .countdown .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

#hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container,
#hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count,
#hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count>span,
#hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count>span {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #0adbe3;
  border-radius: 8px;
  margin-bottom: 12px;
}

#hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count small,
#hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count small {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count+.count,
#hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count+.count {
  margin-left: 32px;
}

#hero_banner_alt .jumbotron-content .container .brdcrumb ul>li a {
  color: #fff;
}

#hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count>span {
  border: 2px solid #a44dff;
}

@media screen and (max-width: 1440px) {
  #hero_banner .jumbotron-image {
    width: 1920px;
    height: 1080px;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }

  #hero_banner .jumbotron-content .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #hero_banner .jumbotron-content .container p {
    color: #fff;
  }

  #hero_banner .jumbotron-content .container .content .info {
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #hero_banner .jumbotron-content .container .content .info p {
    font-size: 1rem;
  }

  #hero_banner .jumbotron-content .container .content .info .main-title {
    margin-bottom: 1rem;
    color: #fff;
  }

  #hero_banner .jumbotron-content .container .content .info .main-title small {
    font-size: 2.25rem;
  }

  #hero_banner .jumbotron-content .container .content .info .desc {
    font-size: 18px;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li {
    max-width: 310px;
    line-height: 1.4;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li+li {
    max-width: 260px;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li>figure {
    width: 65px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li>figure .icon {
    width: 50px;
    height: 66px;
    fill: #fff;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items dl {
    font-size: .9rem;
  }

  #hero_banner .jumbotron-content .container .content .logos {
    max-width: 460px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count>span {
    width: 54px;
    height: 54px;
    font-size: 24px;
    margin-bottom: 8px;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count small {
    font-size: 12px;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count+.count {
    margin-left: 32px;
  }
}

@media screen and (max-width: 1023px) {
  #hero_banner,
  #hero_banner_alt {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 10;
  }

  #hero_banner .jumbotron-image,
  #hero_banner_alt .jumbotron-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  #hero_banner .jumbotron-content,
  #hero_banner_alt .jumbotron-content {
    height: 100%;
  }

  #hero_banner .jumbotron-content .container .content,
  #hero_banner_alt .jumbotron-content .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #hero_banner .jumbotron-content .container .content .info,
  #hero_banner_alt .jumbotron-content .container .content .info {
    margin-right: 0;
  }

  #hero_banner .jumbotron-content .container .content .info p,
  #hero_banner_alt .jumbotron-content .container .content .info p {
    font-size: 1rem;
  }

  #hero_banner .jumbotron-content .container .content .info .main-title,
  #hero_banner_alt .jumbotron-content .container .content .info .main-title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  #hero_banner .jumbotron-content .container .content .info .main-title small,
  #hero_banner_alt .jumbotron-content .container .content .info .main-title small {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 400;
    display: block;
  }

  #hero_banner .jumbotron-content .container .content .info .desc,
  #hero_banner_alt .jumbotron-content .container .content .info .desc {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items,
  #hero_banner_alt .jumbotron-content .container .content .info .featured-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.3vh;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li,
  #hero_banner_alt .jumbotron-content .container .content .info .featured-items li {
    width: 100%;
    max-width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.4;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li+li,
  #hero_banner_alt .jumbotron-content .container .content .info .featured-items li+li {
    width: 100%;
    max-width: 260px;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li>figure,
  #hero_banner_alt .jumbotron-content .container .content .info .featured-items li>figure {
    width: 65px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items li>figure .icon,
  #hero_banner_alt .jumbotron-content .container .content .info .featured-items li>figure .icon {
    width: 50px;
    height: 66px;
    fill: #fff;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items dl,
  #hero_banner_alt .jumbotron-content .container .content .info .featured-items dl {
    width: 100%;
    font-size: .9rem;
  }

  #hero_banner .jumbotron-content .container .content .info .featured-items dl dt,
  #hero_banner_alt .jumbotron-content .container .content .info .featured-items dl dt {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
  }

  #hero_banner .jumbotron-content .container .content .info .buttons,
  #hero_banner_alt .jumbotron-content .container .content .info .buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #hero_banner .jumbotron-content .container .content .logos,
  #hero_banner_alt .jumbotron-content .container .content .logos {
    max-width: 675px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .title,
  #hero_banner_alt .jumbotron-content .container .content .logos .countdown .title {
    font-size: 16px;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container,
  #hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container {
    margin-bottom: 20px;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count,
  #hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count>span,
  #hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count>span {
    width: 60px;
    height: 60px;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count small,
  #hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count small {
    font-size: 12px;
  }

  #hero_banner .jumbotron-content .container .content .logos .countdown .countdown-container .count+.count,
  #hero_banner_alt .jumbotron-content .container .content .logos .countdown .countdown-container .count+.count {
    margin-left: 30px;
  }
}

#highlights figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#highlights .icon {
  height: 70px;
}

#highlights dl {
  width: 100%;
}

#highlights dl dt {
  text-transform: uppercase;
  color: #0adbe3;
  font-weight: 900;
  font-size: 18px;
}

#highlights dl dd {
  font-size: 1rem;
  color: #023;
}

@media screen and (max-width: 1023px) {
  #highlights .icon {
    height: 60px;
  }
}

#days,
#days_alt {
  background-color: #023;
  color: #fff;
}

#days .text-small,
#days_alt .text-small {
  font-size: 14px !important;
  line-height: 1.1 !important;
}

#days .btn,
#days .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit #days .submit,
#days .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list #days .comment-edit-link,
#days .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list #days .comment-reply-link,
#days .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit #days .submit,
#days .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list #days .comment-edit-link,
#days .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list #days .comment-reply-link,
#days .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #days .hs-button,
#days .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #days .hs-button,
#days .search-form .search-submit,
.search-form #days .search-submit,
#days .comment-form input[type=submit],
.comment-form #days input[type=submit],
#days_alt .btn,
#days_alt .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit #days_alt .submit,
#days_alt .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list #days_alt .comment-edit-link,
#days_alt .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list #days_alt .comment-reply-link,
#days_alt .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit #days_alt .submit,
#days_alt .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list #days_alt .comment-edit-link,
#days_alt .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list #days_alt .comment-reply-link,
#days_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions #days_alt .hs-button,
#days_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #days_alt .hs-button,
#days_alt .search-form .search-submit,
.search-form #days_alt .search-submit,
#days_alt .comment-form input[type=submit],
.comment-form #days_alt input[type=submit] {
  height: 40px !important;
}

#days .btn.-hollow:hover,
#days .single-post .comments .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments .comment-form .form-submit #days .-hollow.submit:hover,
#days .single-post .comments .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments .comment-list #days .-hollow.comment-edit-link:hover,
#days .single-post .comments .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments .comment-list #days .-hollow.comment-reply-link:hover,
#days .single-post .comments-new .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments-new .comment-form .form-submit #days .-hollow.submit:hover,
#days .single-post .comments-new .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments-new .comment-list #days .-hollow.comment-edit-link:hover,
#days .single-post .comments-new .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments-new .comment-list #days .-hollow.comment-reply-link:hover,
#days .modal-form-pop-up .hbspt-form form.hs-form .actions .-hollow.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #days .-hollow.hs-button:hover,
#days .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-hollow.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #days .-hollow.hs-button:hover,
#days .search-form .-hollow.search-submit:hover,
.search-form #days .-hollow.search-submit:hover,
#days .comment-form input.-hollow[type=submit]:hover,
.comment-form #days input.-hollow[type=submit]:hover,
#days_alt .btn.-hollow:hover,
#days_alt .single-post .comments .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments .comment-form .form-submit #days_alt .-hollow.submit:hover,
#days_alt .single-post .comments .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments .comment-list #days_alt .-hollow.comment-edit-link:hover,
#days_alt .single-post .comments .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments .comment-list #days_alt .-hollow.comment-reply-link:hover,
#days_alt .single-post .comments-new .comment-form .form-submit .-hollow.submit:hover,
.single-post .comments-new .comment-form .form-submit #days_alt .-hollow.submit:hover,
#days_alt .single-post .comments-new .comment-list .-hollow.comment-edit-link:hover,
.single-post .comments-new .comment-list #days_alt .-hollow.comment-edit-link:hover,
#days_alt .single-post .comments-new .comment-list .-hollow.comment-reply-link:hover,
.single-post .comments-new .comment-list #days_alt .-hollow.comment-reply-link:hover,
#days_alt .modal-form-pop-up .hbspt-form form.hs-form .actions .-hollow.hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions #days_alt .-hollow.hs-button:hover,
#days_alt .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .-hollow.hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions #days_alt .-hollow.hs-button:hover,
#days_alt .search-form .-hollow.search-submit:hover,
.search-form #days_alt .-hollow.search-submit:hover,
#days_alt .comment-form input.-hollow[type=submit]:hover,
.comment-form #days_alt input.-hollow[type=submit]:hover {
  color: #023;
}

#days .day .reminder,
#days_alt .day .reminder {
  font-size: 16px !important;
  margin-bottom: 15px;
}

#days .day .row.event+.row.event,
#days_alt .day .row.event+.row.event {
  border-top: 1px solid #0adbe3;
  margin-top: 20px;
}

#days .day+.day,
#days_alt .day+.day {
  margin-top: 50px;
}

#days .tags>li,
#days_alt .tags>li {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 8px;
  background-color: #0adbe3;
  text-transform: uppercase;
  color: #023;
  font-size: 12px;
  font-weight: 700;
}

#days .tags>li+li,
#days_alt .tags>li+li {
  margin-left: 5px;
}

#days_alt {
  background-color: #f5f;
  color: #023;
}

#days_alt .day .row.event-alt+.row.event-alt {
  border-top: 1px solid #a44dff;
}

#days_alt .tags>li {
  background-color: #a44dff;
}

@media screen and (max-width: 1023px) {
  #days .theme,
  #days_alt .theme {
    text-align: center;
  }

  #days .theme .h3,
  #days_alt .theme .h3 {
    font-size: 20px !important;
  }

  #days .theme .h2,
  #days_alt .theme .h2 {
    font-size: 21px !important;
  }
}

#partnership {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

#partnership .title,
#partnership p,
#partnership strong {
  color: #fff;
}

#partnership>.container .title {
  width: 100%;
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1rem;
}

#partnership>.container .title>span {
  text-transform: none;
}

#partnership>.container .logos-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

#partnership>.container .logos-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media screen and (max-width: 1023px) {
  #partnership {
    padding: 40px 0;
  }

  #partnership>.container {
    grid-template-columns: 1fr;
  }

  #partnership>.container .title {
    font-size: 1.405rem;
    margin-bottom: 40px;
    display: block;
  }

  #partnership>.container .title span {
    width: auto !important;
    display: inline;
  }

  #partnership>.container .logos-list {
    row-gap: 15px;
  }

  #partnership>.container .logos-list>li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#footer {
  width: 100%;
  height: 127px;
  background-color: #023;
}

#footer footer {
  height: 100%;
}

#footer footer .logo img {
  max-width: 295px;
}

#footer .container {
  width: 100%;
  height: 100%;
  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;
}

@media screen and (max-width: 1023px) {
  #footer {
    height: 80px;
  }

  #footer .logo {
    height: 40px;
  }

  #footer .logo img {
    width: auto;
    height: 100%;
  }
}

.bg-detail-blue-right-bottom {
  position: relative;
}

.bg-detail-purple-left-top {
  position: relative;
}

.bg-detail-purple-right-bottom {
  position: relative;
}

.btn,
.single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .comment-reply-link,
.single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.search-form .search-submit,
.comment-form input[type=submit] {
  border-radius: 40px;
  text-transform: uppercase;
}

.btn.dropdown-toggle::after,
.single-post .comments .comment-form .form-submit .dropdown-toggle.submit::after,
.single-post .comments .comment-list .dropdown-toggle.comment-edit-link::after,
.single-post .comments .comment-list .dropdown-toggle.comment-reply-link::after,
.single-post .comments-new .comment-form .form-submit .dropdown-toggle.submit::after,
.single-post .comments-new .comment-list .dropdown-toggle.comment-edit-link::after,
.single-post .comments-new .comment-list .dropdown-toggle.comment-reply-link::after,
.modal-form-pop-up .hbspt-form form.hs-form .actions .dropdown-toggle.hs-button::after,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .dropdown-toggle.hs-button::after,
.search-form .dropdown-toggle.search-submit::after,
.comment-form input.dropdown-toggle[type=submit]::after {
  border-top: 4px solid;
  border-right: 4px solid rgba(0,0,0,0);
  border-bottom: 0;
  vertical-align: middle;
  border-left: 4px solid rgba(0,0,0,0);
}

.btn.dropdown-toggle.no-arrow::after,
.single-post .comments .comment-form .form-submit .dropdown-toggle.no-arrow.submit::after,
.single-post .comments .comment-list .dropdown-toggle.no-arrow.comment-edit-link::after,
.single-post .comments .comment-list .dropdown-toggle.no-arrow.comment-reply-link::after,
.single-post .comments-new .comment-form .form-submit .dropdown-toggle.no-arrow.submit::after,
.single-post .comments-new .comment-list .dropdown-toggle.no-arrow.comment-edit-link::after,
.single-post .comments-new .comment-list .dropdown-toggle.no-arrow.comment-reply-link::after,
.modal-form-pop-up .hbspt-form form.hs-form .actions .dropdown-toggle.no-arrow.hs-button::after,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .dropdown-toggle.no-arrow.hs-button::after,
.search-form .dropdown-toggle.no-arrow.search-submit::after,
.comment-form input.dropdown-toggle.no-arrow[type=submit]::after {
  display: none;
}

.btn-disabled,
[href="#off"] {
  border-color: #999;
  color: #999 !important;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.btn-100 {
  width: 100%;
  max-width: 300px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 !important;
  font-size: 17px;
}

.btn-lg,
.single-post .comments-new .comment-form .form-submit .submit,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.btn-group-lg>.btn,
.single-post .comments .comment-form .form-submit .btn-group-lg>.submit,
.single-post .comments .comment-list .btn-group-lg>.comment-edit-link,
.single-post .comments .comment-list .btn-group-lg>.comment-reply-link,
.single-post .comments-new .comment-list .btn-group-lg>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-lg>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-lg>.hs-button,
.search-form .btn-group-lg>.search-submit,
.comment-form .btn-group-lg>input[type=submit] {
  padding: 16px 42px;
  font-size: 16px;
}

.btn-ml {
  padding: 17px 35px;
  font-size: 17px;
}

.btn-md {
  padding: 10px 40px;
  font-size: 15px;
}

.btn-xl {
  padding: 17px 80px;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .btn-xl {
    padding: 17px 42px;
  }
}

.btn-wide {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 767.98px) {
  .btn-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.btn-sm,
.btn-group-sm>.btn,
.single-post .comments .comment-form .form-submit .btn-group-sm>.submit,
.single-post .comments .comment-list .btn-group-sm>.comment-edit-link,
.single-post .comments .comment-list .btn-group-sm>.comment-reply-link,
.single-post .comments-new .comment-form .form-submit .btn-group-sm>.submit,
.single-post .comments-new .comment-list .btn-group-sm>.comment-edit-link,
.single-post .comments-new .comment-list .btn-group-sm>.comment-reply-link,
.modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-sm>.hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-sm>.hs-button,
.search-form .btn-group-sm>.search-submit,
.comment-form .btn-group-sm>input[type=submit] {
  padding: 5px 15px;
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .btn-sm,
  .btn-group-sm>.btn,
  .single-post .comments .comment-form .form-submit .btn-group-sm>.submit,
  .single-post .comments .comment-list .btn-group-sm>.comment-edit-link,
  .single-post .comments .comment-list .btn-group-sm>.comment-reply-link,
  .single-post .comments-new .comment-form .form-submit .btn-group-sm>.submit,
  .single-post .comments-new .comment-list .btn-group-sm>.comment-edit-link,
  .single-post .comments-new .comment-list .btn-group-sm>.comment-reply-link,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-sm>.hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-sm>.hs-button,
  .search-form .btn-group-sm>.search-submit,
  .comment-form .btn-group-sm>input[type=submit] {
    padding: 5px 10px;
  }
}

.btn-shadow {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.btn-shadow:active {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.btn-primary,
.single-post .comments .comment-form .form-submit .submit,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.btn-gradient-primary {
  color: #fff;
  background-color: #a44dff !important;
  border-color: #a44dff !important;
}

.btn-primary:hover,
.single-post .comments .comment-form .form-submit .submit:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
.btn-gradient-primary:hover {
  color: #fff;
  background-color: #6832a1 !important;
  border-color: #6832a1 !important;
}

.btn-gradient-primary {
  border: 0;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(218, 101, 42)), color-stop(100%, rgb(232, 152, 60)));
  background: -webkit-linear-gradient(left, rgb(218, 101, 42) 0%, rgb(232, 152, 60) 100%);
  background: -o-linear-gradient(left, rgb(218, 101, 42) 0%, rgb(232, 152, 60) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(218, 101, 42)), to(rgb(232, 152, 60)));
  background: linear-gradient(to right, rgb(218, 101, 42) 0%, rgb(232, 152, 60) 100%);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.btn-gradient-primary:hover {
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(187, 87, 37)), color-stop(100%, rgb(225, 138, 19)));
  background: -webkit-linear-gradient(left, rgb(187, 87, 37) 0%, rgb(225, 138, 19) 100%);
  background: -o-linear-gradient(left, rgb(187, 87, 37) 0%, rgb(225, 138, 19) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(187, 87, 37)), to(rgb(225, 138, 19)));
  background: linear-gradient(to right, rgb(187, 87, 37) 0%, rgb(225, 138, 19) 100%);
}

.btn-floating-bottom-left {
  position: absolute;
  bottom: 18%;
  left: 13%;
}

@media (max-width: 575.98px) {
  .btn-floating-bottom-left {
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 80%;
  }
}

.btn-outline-white:hover {
  background-color: #00c9eb;
  border-color: #00c9eb;
  color: #fff;
}

.btn-outline-white-new:hover {
  background-color: #00dbff;
  border-color: #00dbff;
  color: #fff;
}

.btn-outline-white-techfin {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white-techfin:hover {
  background-color: #23e048;
  border-color: #23e048;
  color: #fff;
}

.btn-outline-bg {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .btn-outline-primary {
    font-size: .9rem;
    padding: 5px;
  }
}

.btn-outline-primary.bg-light-gray {
  background-color: #f5f5f5;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-outline-primary:hover.bg-light-gray {
  background-color: #00dbff;
}

@media (min-width: 768px) {
  .btn-extend {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .btn-extend:hover {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .btn-extend.btn-lg:hover,
  .single-post .comments-new .comment-form .form-submit .btn-extend.submit:hover,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-extend.hs-button:hover,
  .btn-group-lg>.btn-extend.btn:hover,
  .single-post .comments .comment-form .form-submit .btn-group-lg>.btn-extend.submit:hover,
  .single-post .comments .comment-list .btn-group-lg>.btn-extend.comment-edit-link:hover,
  .single-post .comments .comment-list .btn-group-lg>.btn-extend.comment-reply-link:hover,
  .single-post .comments-new .comment-list .btn-group-lg>.btn-extend.comment-edit-link:hover,
  .single-post .comments-new .comment-list .btn-group-lg>.btn-extend.comment-reply-link:hover,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-lg>.btn-extend.hs-button:hover,
  .search-form .btn-group-lg>.btn-extend.search-submit:hover,
  .comment-form .btn-group-lg>input.btn-extend[type=submit]:hover {
    padding-left: 84px;
    padding-right: 84px;
    margin-left: -42px;
    margin-right: -42px;
    background-color: #00a3be !important;
  }

  .btn-extend.no-right-margin:hover {
    padding-left: 84px;
    padding-right: 84px;
    margin-left: -42px;
    margin-right: 0;
  }

  .btn-extend.btn-ml:hover {
    padding-left: 65px;
    padding-right: 65px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .btn-extend.btn-sm:hover,
  .btn-group-sm>.btn-extend.btn:hover,
  .single-post .comments .comment-form .form-submit .btn-group-sm>.btn-extend.submit:hover,
  .single-post .comments .comment-list .btn-group-sm>.btn-extend.comment-edit-link:hover,
  .single-post .comments .comment-list .btn-group-sm>.btn-extend.comment-reply-link:hover,
  .single-post .comments-new .comment-form .form-submit .btn-group-sm>.btn-extend.submit:hover,
  .single-post .comments-new .comment-list .btn-group-sm>.btn-extend.comment-edit-link:hover,
  .single-post .comments-new .comment-list .btn-group-sm>.btn-extend.comment-reply-link:hover,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-sm>.btn-extend.hs-button:hover,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-sm>.btn-extend.hs-button:hover,
  .search-form .btn-group-sm>.btn-extend.search-submit:hover,
  .comment-form .btn-group-sm>input.btn-extend[type=submit]:hover {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .btn-extend.btn-wide:hover {
    padding-left: 160px;
    padding-right: 160px;
    margin-left: -80px;
    margin-right: -80px;
  }

  .btn-extend.btn-outline-trabalhe-conosco:hover {
    background-color: #00dbff;
    border-color: #00dbff;
    color: #fff;
  }
}

.btn-extend.btn-outline-primary:hover {
  color: #fff;
}

.header .btn,
.header .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .header .submit,
.header .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .header .comment-edit-link,
.header .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .header .comment-reply-link,
.header .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .header .submit,
.header .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .header .comment-edit-link,
.header .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .header .comment-reply-link,
.header .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .header .hs-button,
.header .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .header .hs-button,
.header .search-form .search-submit,
.search-form .header .search-submit,
.header .comment-form input[type=submit],
.comment-form .header input[type=submit] {
  height: 30px;
  color: #023;
}

@media (min-width: 768px) {
  .header .btn-extend.btn-sm:hover,
  .header .btn-group-sm>.btn-extend.btn:hover,
  .header .single-post .comments .comment-form .form-submit .btn-group-sm>.btn-extend.submit:hover,
  .single-post .comments .comment-form .form-submit .header .btn-group-sm>.btn-extend.submit:hover,
  .header .single-post .comments .comment-list .btn-group-sm>.btn-extend.comment-edit-link:hover,
  .single-post .comments .comment-list .header .btn-group-sm>.btn-extend.comment-edit-link:hover,
  .header .single-post .comments .comment-list .btn-group-sm>.btn-extend.comment-reply-link:hover,
  .single-post .comments .comment-list .header .btn-group-sm>.btn-extend.comment-reply-link:hover,
  .header .single-post .comments-new .comment-form .form-submit .btn-group-sm>.btn-extend.submit:hover,
  .single-post .comments-new .comment-form .form-submit .header .btn-group-sm>.btn-extend.submit:hover,
  .header .single-post .comments-new .comment-list .btn-group-sm>.btn-extend.comment-edit-link:hover,
  .single-post .comments-new .comment-list .header .btn-group-sm>.btn-extend.comment-edit-link:hover,
  .header .single-post .comments-new .comment-list .btn-group-sm>.btn-extend.comment-reply-link:hover,
  .single-post .comments-new .comment-list .header .btn-group-sm>.btn-extend.comment-reply-link:hover,
  .header .modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-sm>.btn-extend.hs-button:hover,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .header .btn-group-sm>.btn-extend.hs-button:hover,
  .header .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .btn-group-sm>.btn-extend.hs-button:hover,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .header .btn-group-sm>.btn-extend.hs-button:hover,
  .header .search-form .btn-group-sm>.btn-extend.search-submit:hover,
  .search-form .header .btn-group-sm>.btn-extend.search-submit:hover,
  .header .comment-form .btn-group-sm>input.btn-extend[type=submit]:hover,
  .comment-form .header .btn-group-sm>input.btn-extend[type=submit]:hover {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.header--agencia .btn,
.header--agencia .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .header--agencia .submit,
.header--agencia .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .header--agencia .comment-edit-link,
.header--agencia .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .header--agencia .comment-reply-link,
.header--agencia .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .header--agencia .submit,
.header--agencia .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .header--agencia .comment-edit-link,
.header--agencia .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .header--agencia .comment-reply-link,
.header--agencia .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .header--agencia .hs-button,
.header--agencia .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .header--agencia .hs-button,
.header--agencia .search-form .search-submit,
.search-form .header--agencia .search-submit,
.header--agencia .comment-form input[type=submit],
.comment-form .header--agencia input[type=submit] {
  height: 30px;
  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;
}

.btn-play {
  width: 100%;
  max-width: 260px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #00c9eb;
  border-radius: 30px;
  color: #00c9eb;
  background-color: rgba(0,0,0,0);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 900;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

.btn-play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #00c9eb;
  margin-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-play:hover {
  color: #fff;
  background-color: #00c9eb;
}

.btn-play:hover::before {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
}

.btn-play:focus,
.btn-play.active {
  outline: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  font-size: 0px;
  height: 30px;
  width: 30px;
  margin: 0px 5px;
  background: rgba(0,0,0,0);
  border: none;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.slick-prev:before,
.slick-next:before {
  cursor: pointer;
  font-size: 15px;
  color: #767676;
  font-family: "FontAwesome",sans-serif;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: "\F053";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\F054";
}

.mirror-slide img {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.mirror-slide img:hover {
  opacity: .9;
}

.main-section .content-main-section {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-section .content-main-section {
    height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  .main-section .content-main-section .main-slide {
    height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  .main-section .content-main-section .main-slide .slick-list {
    height: 90vh;
  }
}

.main-section .content-main-section .jumbotron-scroll-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10 !important;
  pointer-events: none;
}

.main-section .content-main-section .container-content .main-content-background {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

@media (max-width: 767.98px) {
  .main-section .content-main-section .container-content .main-content-background {
    height: 100vh;
  }
}

.main-section .content-main-section .container-content .item-content {
  position: absolute;
  top: 50%;
}

@media (min-width: 576px) {
  .main-section .content-main-section .container-content .item-content {
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (max-width: 767.98px) {
  .main-section .content-main-section .container-content .item-content {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .main-section .content-main-section .container-content .item-content .btn,
  .main-section .content-main-section .container-content .item-content .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .main-section .content-main-section .container-content .item-content .submit,
  .main-section .content-main-section .container-content .item-content .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .main-section .content-main-section .container-content .item-content .comment-edit-link,
  .main-section .content-main-section .container-content .item-content .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .main-section .content-main-section .container-content .item-content .comment-reply-link,
  .main-section .content-main-section .container-content .item-content .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .main-section .content-main-section .container-content .item-content .submit,
  .main-section .content-main-section .container-content .item-content .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .main-section .content-main-section .container-content .item-content .comment-edit-link,
  .main-section .content-main-section .container-content .item-content .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .main-section .content-main-section .container-content .item-content .comment-reply-link,
  .main-section .content-main-section .container-content .item-content .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .main-section .content-main-section .container-content .item-content .hs-button,
  .main-section .content-main-section .container-content .item-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .main-section .content-main-section .container-content .item-content .hs-button,
  .main-section .content-main-section .container-content .item-content .search-form .search-submit,
  .search-form .main-section .content-main-section .container-content .item-content .search-submit,
  .main-section .content-main-section .container-content .item-content .comment-form input[type=submit],
  .comment-form .main-section .content-main-section .container-content .item-content input[type=submit] {
    margin: 0 auto;
    display: table;
  }
}

.main-slide {
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .main-slide .slick-slide .jumbotron-content h1 {
    font-size: 30px;
  }

  .main-slide .slick-slide .jumbotron-content p>img {
    margin-left: initial !important;
  }
}

.main-slide.main-blog ul a {
  font-size: .8rem;
  padding: 3px 5px;
  text-decoration: none;
}

.main-slide.main-blog div span {
  font-size: .8rem;
  letter-spacing: 1.15px;
}

.main-slide.main-blog .btn,
.main-slide.main-blog .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .main-slide.main-blog .submit,
.main-slide.main-blog .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .main-slide.main-blog .comment-edit-link,
.main-slide.main-blog .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .main-slide.main-blog .comment-reply-link,
.main-slide.main-blog .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .main-slide.main-blog .submit,
.main-slide.main-blog .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .main-slide.main-blog .comment-edit-link,
.main-slide.main-blog .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .main-slide.main-blog .comment-reply-link,
.main-slide.main-blog .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .main-slide.main-blog .hs-button,
.main-slide.main-blog .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .main-slide.main-blog .hs-button,
.main-slide.main-blog .search-form .search-submit,
.search-form .main-slide.main-blog .search-submit,
.main-slide.main-blog .comment-form input[type=submit],
.comment-form .main-slide.main-blog input[type=submit] {
  padding: 10px 76px;
  font-size: 13.31px;
  font-weight: 900;
}

.main-slide.main-blog .btn:hover,
.main-slide.main-blog .single-post .comments .comment-form .form-submit .submit:hover,
.single-post .comments .comment-form .form-submit .main-slide.main-blog .submit:hover,
.main-slide.main-blog .single-post .comments .comment-list .comment-edit-link:hover,
.single-post .comments .comment-list .main-slide.main-blog .comment-edit-link:hover,
.main-slide.main-blog .single-post .comments .comment-list .comment-reply-link:hover,
.single-post .comments .comment-list .main-slide.main-blog .comment-reply-link:hover,
.main-slide.main-blog .single-post .comments-new .comment-form .form-submit .submit:hover,
.single-post .comments-new .comment-form .form-submit .main-slide.main-blog .submit:hover,
.main-slide.main-blog .single-post .comments-new .comment-list .comment-edit-link:hover,
.single-post .comments-new .comment-list .main-slide.main-blog .comment-edit-link:hover,
.main-slide.main-blog .single-post .comments-new .comment-list .comment-reply-link:hover,
.single-post .comments-new .comment-list .main-slide.main-blog .comment-reply-link:hover,
.main-slide.main-blog .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .main-slide.main-blog .hs-button:hover,
.main-slide.main-blog .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .main-slide.main-blog .hs-button:hover,
.main-slide.main-blog .search-form .search-submit:hover,
.search-form .main-slide.main-blog .search-submit:hover,
.main-slide.main-blog .comment-form input[type=submit]:hover,
.comment-form .main-slide.main-blog input[type=submit]:hover,
.main-slide.main-blog .btn:focus,
.main-slide.main-blog .single-post .comments .comment-form .form-submit .submit:focus,
.single-post .comments .comment-form .form-submit .main-slide.main-blog .submit:focus,
.main-slide.main-blog .single-post .comments .comment-list .comment-edit-link:focus,
.single-post .comments .comment-list .main-slide.main-blog .comment-edit-link:focus,
.main-slide.main-blog .single-post .comments .comment-list .comment-reply-link:focus,
.single-post .comments .comment-list .main-slide.main-blog .comment-reply-link:focus,
.main-slide.main-blog .single-post .comments-new .comment-form .form-submit .submit:focus,
.single-post .comments-new .comment-form .form-submit .main-slide.main-blog .submit:focus,
.main-slide.main-blog .single-post .comments-new .comment-list .comment-edit-link:focus,
.single-post .comments-new .comment-list .main-slide.main-blog .comment-edit-link:focus,
.main-slide.main-blog .single-post .comments-new .comment-list .comment-reply-link:focus,
.single-post .comments-new .comment-list .main-slide.main-blog .comment-reply-link:focus,
.main-slide.main-blog .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:focus,
.modal-form-pop-up .hbspt-form form.hs-form .actions .main-slide.main-blog .hs-button:focus,
.main-slide.main-blog .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:focus,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .main-slide.main-blog .hs-button:focus,
.main-slide.main-blog .search-form .search-submit:focus,
.search-form .main-slide.main-blog .search-submit:focus,
.main-slide.main-blog .comment-form input[type=submit]:focus,
.comment-form .main-slide.main-blog input[type=submit]:focus {
  border-color: #00dbff;
  background: #00dbff;
  color: #fff !important;
}

.main-slide.main-blog .slick-dots {
  top: 83.5% !important;
  left: 50%;
  right: unset !important;
  -webkit-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  padding: 0;
}

.main-slide.main-blog .slick-dots>li {
  display: inline-block;
  margin-right: 12px;
}

.main-slide.main-blog .slick-dots>li>button {
  border: 1px solid #fff;
}

.styled-dots .slick-dots {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
  z-index: 11;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.styled-dots .slick-dots>li {
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}

.styled-dots .slick-dots>li>button {
  font-size: 0;
  border-radius: 100%;
  background: rgba(0,0,0,0);
  border: 1px solid #fff;
  width: 14px !important;
  height: 14px !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.styled-dots .slick-dots>li.slick-active>button {
  background: #fff;
  border-color: #fff;
}

.blog .styled-dots .slick-dots,
.single-post .styled-dots .slick-dots,
.template-conteudo .styled-dots .slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  bottom: -28px;
  left: 50%;
  right: auto;
  top: auto !important;
  padding: 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
}

.blog .styled-dots .slick-dots>li,
.single-post .styled-dots .slick-dots>li,
.template-conteudo .styled-dots .slick-dots>li {
  list-style: none;
  margin-top: 3px;
  padding: 0 6px;
  display: inline-block;
  margin-right: 0 !important;
}

.blog .styled-dots .slick-dots>li>button,
.single-post .styled-dots .slick-dots>li>button,
.template-conteudo .styled-dots .slick-dots>li>button {
  pointer-events: auto;
  font-size: 0;
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #023 !important;
  height: 13px !important;
  width: 13px !important;
  padding: 0;
}

.blog .styled-dots .slick-dots>li.slick-active>button,
.single-post .styled-dots .slick-dots>li.slick-active>button,
.template-conteudo .styled-dots .slick-dots>li.slick-active>button {
  background: #023;
  border-color: #023;
}

.styled-dots-inline .slick-list {
  padding-bottom: 30px;
}

.styled-dots-inline .slick-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  top: initial;
  right: 0;
  padding: initial;
  margin: 0 auto;
  text-align: center;
}

.styled-dots-inline .slick-dots>li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.styled-dots-inline .slick-dots>li>button {
  width: 16px;
  height: 16px;
  font-size: 0;
  border-radius: 100%;
  background: #4a4a4a;
  border: 2px solid #4a4a4a;
  border-radius: 100%;
}

.styled-dots-inline .slick-dots>li>button:focus {
  outline: none;
}

.styled-dots-inline .slick-dots li.slick-active>button {
  background: #00dbff;
  border: 2px solid #f5c88c;
}

.styled-dots-inline.styled-dots-between::before {
  content: "";
  position: absolute;
  left: -100px;
  width: 200px;
  bottom: 7px;
}

.styled-dots-inline.styled-dots-between::after {
  content: "";
  position: absolute;
  right: -100px;
  width: 200px;
  bottom: 7px;
}

@media (max-width: 1199.98px) {
  .styled-dots-inline.styled-dots-between::before {
    left: 0;
    width: 100px;
  }

  .styled-dots-inline.styled-dots-between::after {
    right: 0;
    width: 100px;
  }
}

@media (max-width: 991.98px) {
  .styled-dots-inline.styled-dots-between::before {
    left: 0;
    width: 70px;
  }

  .styled-dots-inline.styled-dots-between::after {
    right: 0;
    width: 70px;
  }
}

@media (max-width: 575.98px) {
  .main-slide .slick-slide .jumbotron-content h1 {
    font-size: 30px;
  }

  .main-slide .slick-slide .jumbotron-content p>img {
    margin-left: initial !important;
  }
}

.mini-dots .slick-list {
  padding-bottom: 20px;
}

.mini-dots .slick-prev::before,
.mini-dots .slick-next::before {
  font-size: 18px;
  color: #023;
}

.mini-dots .slick-dots>li {
  margin-right: 10px;
}

.mini-dots .slick-dots>li>button {
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 100%;
  background: #023;
  border: 0;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 !important;
}

.mini-dots .slick-dots>li>button:focus {
  outline: none;
}

.mini-dots .slick-dots li.slick-active>button {
  background: #00dbff;
  border: 0;
}

.blue-dots .slick-list {
  padding-bottom: 30px;
}

.blue-dots .slick-prev::before,
.blue-dots .slick-next::before {
  color: #00c9eb;
}

.blue-dots .slick-dots>li {
  margin-right: 10px;
}

.blue-dots .slick-dots>li>button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 100%;
  background: rgba(0,0,0,0);
  border: 1px solid #00c9eb;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 !important;
}

.blue-dots .slick-dots>li>button:focus {
  outline: none;
}

.blue-dots .slick-dots li.slick-active>button {
  background: #00c9eb;
  border: 1px solid #00c9eb;
}

.related-slide .slick-prev,
.related-slide .slick-next,
.post-slide .slick-prev,
.post-slide .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.related-slide .slick-prev:focus,
.related-slide .slick-next:focus,
.post-slide .slick-prev:focus,
.post-slide .slick-next:focus {
  outline: none;
}

.related-slide .slick-slide,
.post-slide .slick-slide {
  height: auto !important;
}

.related-slide .slick-prev,
.post-slide .slick-prev {
  left: -30px;
}

.related-slide .slick-next,
.post-slide .slick-next {
  right: -30px;
}

.related-slide .card-simple,
.related-slide .card-rounded,
.related-slide .card-simple-posts,
.post-slide .card-simple,
.post-slide .card-rounded,
.post-slide .card-simple-posts {
  height: auto !important;
}

.related-slide .card-simple-posts,
.post-slide .card-simple-posts {
  border: 1px solid #00c9eb;
  border-radius: 20px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.related-slide .card-simple-posts:hover,
.post-slide .card-simple-posts:hover {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  border: 1px solid #00c9eb;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.slide-events .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  background: #00dbff;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
}

.slide-events .slick-arrow::before {
  color: #fff;
}

.slide-events .slick-prev {
  left: -35px;
}

.slide-events .slick-next {
  right: -35px;
}

.slide-events .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

.slick-arrow {
  outline: 0;
}

.carousel-center {
  width: 100%;
  height: 260px;
  padding: 0 60px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .carousel-center {
    padding: 0;
  }
}

.carousel-center .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.carousel-center .slick-slide img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

@media screen and (max-width: 1023px) {
  .carousel-center .slick-slide img {
    width: 100%;
  }
}

.carousel-center .slick-center img {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.carousel-center .slick-prev,
.carousel-center .slick-next {
  position: absolute;
  top: 78px;
  font-size: 0px;
  height: 46px;
  width: 46px;
  background: rgba(0,0,0,0);
  border: 2px solid #00c9eb;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  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;
}

.carousel-center .slick-prev:before,
.carousel-center .slick-next:before {
  cursor: pointer;
  font-size: 20px;
  color: #00c9eb;
  font-family: "FontAwesome",sans-serif;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.carousel-center .slick-prev:hover,
.carousel-center .slick-next:hover {
  background-color: #00c9eb;
}

.carousel-center .slick-prev:hover::before,
.carousel-center .slick-next:hover::before {
  color: #fff;
}

.carousel-center .slick-prev {
  left: 0;
}

.carousel-center .slick-prev:before {
  content: "\F053";
  left: 50%;
  -webkit-transform: translateX(-122%);
       -o-transform: translateX(-122%);
          transform: translateX(-122%);
}

.carousel-center .slick-next {
  right: 0;
}

.carousel-center .slick-next:before {
  content: "\F054";
  left: 50%;
  -webkit-transform: translateX(-102%);
       -o-transform: translateX(-102%);
          transform: translateX(-102%);
}

.carousel-center .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}

.carousel-center .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: 1px solid #023;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
}

.carousel-center .slick-dots li button:hover {
  background-color: #023;
}

.carousel-center .slick-dots li.slick-active button {
  background-color: #023;
}

.carousel-videos {
  width: 100%;
  height: auto;
  padding: 0 60px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .carousel-videos {
    padding: 0;
  }
}

.carousel-videos .slick-slide {
  text-align: center;
}

.carousel-videos .slick-slide .play {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #00c9eb;
  padding-top: 33px;
  padding-left: 5px;
  margin-top: 150px;
  margin-left: 365px;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 992px) {
  .carousel-videos .slick-slide .play {
    width: 80px;
    height: 80px;
    margin-top: 130px;
    margin-left: 11%;
    padding-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-videos .slick-slide .play {
    width: 60px;
    height: 60px;
    margin-top: 7%;
    margin-left: 10%;
    padding-top: 15px;
  }
}

.carousel-videos .slick-slide .play i {
  font-size: 35px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 992px) {
  .carousel-videos .slick-slide .play i {
    font-size: 30px;
  }
}

.carousel-videos .slick-slide img {
  margin: 30px auto 15px;
}

.carousel-videos .slick-prev,
.carousel-videos .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 0px;
  height: 50px;
  width: 50px;
  background: hsla(0,0%,100%,.5647058824);
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  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;
}

.carousel-videos .slick-prev:before,
.carousel-videos .slick-next:before {
  cursor: pointer;
  font-size: 20px;
  color: #a44dff;
  font-family: "FontAwesome",sans-serif;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.carousel-videos .slick-prev:hover,
.carousel-videos .slick-next:hover {
  background-color: #fff;
}

.carousel-videos .slick-prev {
  left: 0;
}

.carousel-videos .slick-prev:before {
  content: "\F053";
  left: 40%;
  -webkit-transform: translateX(-122%);
       -o-transform: translateX(-122%);
          transform: translateX(-122%);
}

.carousel-videos .slick-next {
  right: 0;
}

.carousel-videos .slick-next:before {
  content: "\F054";
  left: 40%;
  -webkit-transform: translateX(-102%);
       -o-transform: translateX(-102%);
          transform: translateX(-102%);
}

.carousel-videos .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}

.carousel-videos .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: 1px solid #fff;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
}

.carousel-videos .slick-dots li button:hover {
  background-color: #fff;
}

.carousel-videos .slick-dots li.slick-active button {
  background-color: #fff;
}

.carousel-rh,
.carousel-zoom {
  cursor: pointer;
}

.carousel-rh .slick-list .slick-track .slick-slide>div .item-slide,
.carousel-zoom .slick-list .slick-track .slick-slide>div .item-slide {
  display: block;
}

.carousel-rh .slick-list .slick-track .slick-slide>div .item-slide .item-icon,
.carousel-zoom .slick-list .slick-track .slick-slide>div .item-slide .item-icon {
  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;
}

.carousel-rh .slick-list .slick-track .slick-slide>div .item-slide .item-icon img,
.carousel-zoom .slick-list .slick-track .slick-slide>div .item-slide .item-icon img {
  height: 100%;
}

.carousel-rh .slick-list .slick-track .slick-slide>div .item-slide .icon-lupa,
.carousel-zoom .slick-list .slick-track .slick-slide>div .item-slide .icon-lupa {
  top: 50%;
  margin-top: -30px;
  margin-left: 20.5%;
}

.globe-slide-new .carousel-item {
  padding: 0 30px;
}

.globe-slide-new .carousel-item figure {
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
}

.globe-slide-new .carousel-item figure img {
  width: 100%;
}

.globe-slide-new .slick-arrow {
  top: 50%;
}

@media screen and (max-width: 992px) {
  .globe-slide-new .slick-arrow {
    top: 30%;
    border: 2px solid #333;
    border-radius: 50%;
    padding-top: 4px;
    width: 40px;
    height: 40px;
  }
}

.globe-slide-new .slick-arrow.slick-next {
  right: -10px;
}

@media screen and (max-width: 992px) {
  .globe-slide-new .slick-arrow.slick-next {
    right: 30px;
  }
}

.globe-slide-new .slick-arrow.slick-prev {
  left: 25px;
}

@media screen and (max-width: 992px) {
  .globe-slide-new .slick-arrow.slick-prev {
    left: 30px;
  }
}

.globe-slide-new .slick-dots {
  left: 40px;
}

@media screen and (max-width: 768px) {
  .globe-slide-new .slick-dots li {
    margin-right: 15px !important;
  }
}

.globe-slide-new .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #023;
  background-color: rgba(0,0,0,0);
}

@media screen and (max-width: 768px) {
  .globe-slide-new .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #023 !important;
    background-color: rgba(0,0,0,0) !important;
  }
}

@media screen and (max-width: 768px) {
  .globe-slide-new .slick-dots li.slick-active {
    margin-right: 15px !important;
  }
}

.globe-slide-new .slick-dots li.slick-active button {
  border: 1px solid #023;
  background-color: #023;
}

@media screen and (max-width: 768px) {
  .globe-slide-new .slick-dots li.slick-active button {
    border: 1px solid #023 !important;
    background-color: #023 !important;
  }
}

.comment-list ol {
  list-style: none;
}

.search-form label {
  font-weight: normal;
}

.form-group.chevron-down,
.comment-form p.chevron-down,
.search-form label.chevron-down {
  position: relative;
}

.form-group.chevron-down::after,
.comment-form p.chevron-down::after,
.search-form label.chevron-down::after {
  content: "\F078";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #00c9eb;
}

.form-group .form-control,
.comment-form p .form-control,
.search-form label .form-control,
.form-group .comment-form input[type=text],
.comment-form .form-group input[type=text],
.comment-form p input[type=text],
.search-form label .comment-form input[type=text],
.comment-form .search-form label input[type=text],
.form-group .comment-form input[type=email],
.comment-form .form-group input[type=email],
.comment-form p input[type=email],
.search-form label .comment-form input[type=email],
.comment-form .search-form label input[type=email],
.form-group .comment-form input[type=url],
.comment-form .form-group input[type=url],
.comment-form p input[type=url],
.search-form label .comment-form input[type=url],
.comment-form .search-form label input[type=url],
.form-group .comment-form textarea,
.comment-form .form-group textarea,
.comment-form p textarea,
.search-form label .comment-form textarea,
.comment-form .search-form label textarea,
.form-group .search-form .search-field,
.search-form .form-group .search-field,
.comment-form p .search-form .search-field,
.search-form .comment-form p .search-field,
.search-form label .search-field {
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 30px;
  font-family: "TOTVS",sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-group>.input-group>.form-control:not(:last-child),
.comment-form p>.input-group>.form-control:not(:last-child),
.search-form label>.input-group>.form-control:not(:last-child),
.comment-form .form-group>.input-group>input[type=text]:not(:last-child),
.comment-form p>.input-group>input[type=text]:not(:last-child),
.search-form .comment-form label>.input-group>input[type=text]:not(:last-child),
.comment-form .search-form label>.input-group>input[type=text]:not(:last-child),
.comment-form .form-group>.input-group>input[type=email]:not(:last-child),
.comment-form p>.input-group>input[type=email]:not(:last-child),
.search-form .comment-form label>.input-group>input[type=email]:not(:last-child),
.comment-form .search-form label>.input-group>input[type=email]:not(:last-child),
.comment-form .form-group>.input-group>input[type=url]:not(:last-child),
.comment-form p>.input-group>input[type=url]:not(:last-child),
.search-form .comment-form label>.input-group>input[type=url]:not(:last-child),
.comment-form .search-form label>.input-group>input[type=url]:not(:last-child),
.comment-form .form-group>.input-group>textarea:not(:last-child),
.comment-form p>.input-group>textarea:not(:last-child),
.search-form .comment-form label>.input-group>textarea:not(:last-child),
.comment-form .search-form label>.input-group>textarea:not(:last-child),
.search-form .form-group>.input-group>.search-field:not(:last-child),
.comment-form .search-form p>.input-group>.search-field:not(:last-child),
.search-form .comment-form p>.input-group>.search-field:not(:last-child),
.search-form label>.input-group>.search-field:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.form-group>.input-group .input-group-append>.input-group-text,
.comment-form p>.input-group .input-group-append>.input-group-text,
.search-form label>.input-group .input-group-append>.input-group-text,
.form-group>.input-group .input-group-prepend>.input-group-text,
.comment-form p>.input-group .input-group-prepend>.input-group-text,
.search-form label>.input-group .input-group-prepend>.input-group-text {
  border-radius: 30px;
  background: #fff;
  border: 1px solid #023;
}

.form-group>.input-group .input-group-append>.input-group-text,
.comment-form p>.input-group .input-group-append>.input-group-text,
.search-form label>.input-group .input-group-append>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.form-group>select.form-control,
.comment-form p>select.form-control,
.search-form label>select.form-control,
.search-form .form-group>select.search-field,
.comment-form .search-form p>select.search-field,
.search-form .comment-form p>select.search-field,
.search-form label>select.search-field {
  padding-right: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAAXUlEQVQYlYXPsQmDUACE4c8ohJRu4AKCq6RI4UBxHFewsnACwVG0iI3K4+EjB1fdzx3HH2Vo8U7kfYESnwQwwAMjfpEn5CdZYw3CDU1c1wXA927viRkLXqlX1eFLO1QtEWxrAbsVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.form-group>select.form-control:focus,
.comment-form p>select.form-control:focus,
.search-form label>select.form-control:focus,
.search-form .form-group>select.search-field:focus,
.comment-form .search-form p>select.search-field:focus,
.search-form .comment-form p>select.search-field:focus,
.search-form label>select.search-field:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group>select.form-control::-ms-expand,
.comment-form p>select.form-control::-ms-expand,
.search-form label>select.form-control::-ms-expand,
.search-form .form-group>select.search-field::-ms-expand,
.comment-form .search-form p>select.search-field::-ms-expand,
.search-form .comment-form p>select.search-field::-ms-expand,
.search-form label>select.search-field::-ms-expand {
  display: none;
}

.form-group>select.form-control.no-arrow,
.comment-form p>select.form-control.no-arrow,
.search-form label>select.form-control.no-arrow,
.search-form .form-group>select.no-arrow.search-field,
.comment-form .search-form p>select.no-arrow.search-field,
.search-form .comment-form p>select.no-arrow.search-field,
.search-form label>select.no-arrow.search-field {
  background: #fff none;
}

.custom-control {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.custom-control.custom-switch {
  padding-left: 0;
}

.custom-control.custom-switch>.custom-control-label {
  height: 3em;
  width: 6em;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.custom-control.custom-switch>.custom-control-label::before {
  width: 100%;
  height: 3em;
  left: 0;
  border-radius: 50px;
  border: 2px solid #00c9eb;
  top: 0;
}

.custom-control.custom-switch>.custom-control-label::after {
  width: calc(3em - 6px);
  height: calc(3em - 6px);
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50px;
  background: #bababa;
}

.custom-control.custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(3em);
       -o-transform: translateX(3em);
          transform: translateX(3em);
}

.custom-control.custom-checkbox {
  padding-left: 25px;
}

.custom-control.custom-checkbox .custom-control-label {
  padding-top: 2px;
}

.custom-control.custom-checkbox .custom-control-label::before,
.custom-control.custom-checkbox .custom-control-label::after {
  width: 19px;
  height: 19px;
  left: -25px;
}

.custom-control.custom-checkbox .custom-control-label::before {
  border-radius: 1px;
  background-color: #f5f;
  border-color: #f5f;
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #00c9eb;
  border-color: #00c9eb;
  color: #00c9eb;
}

.custom-control-new.custom-switch {
  -webkit-transition: all .5 ease;
  -o-transition: all .5 ease;
  transition: all .5 ease;
}

.custom-control-new.custom-switch>.custom-control-label {
  height: 40px;
  width: 91px;
  cursor: pointer;
}

.custom-control-new.custom-switch>.custom-control-label::before {
  width: 100%;
  height: 100%;
  left: 0;
  border: 0;
  background: #f5f5f5;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.custom-control-new.custom-switch>.custom-control-label::after {
  width: 41px;
  height: 100%;
  left: 0;
  background: #00c9eb;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.custom-control-new.custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(3.5em);
       -o-transform: translateX(3.5em);
          transform: translateX(3.5em);
  background-color: #00c9eb;
}

.custom-control-new.custom-switch .custom-control-input:checked~.custom-control-label::before {
  background: #f5f5f5;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.custom-control-input:focus~.custom-control-label::before {
  border-color: #f5f5f5 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.hbspt-form {
  padding-bottom: 0;
  width: 100%;
  max-width: none !important;
}

@media (min-width: 992px) {
  .hbspt-form {
    margin: 0 auto;
    max-width: 850px;
  }
}

.hbspt-form .input {
  margin: 0 !important;
}

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

.hbspt-form form .form-columns-1,
.hbspt-form form .form-columns-2>div {
  padding: 0 5px;
}

.hbspt-form form .form-columns-1 {
  width: 100% !important;
  max-width: initial !important;
}

.hbspt-form form .form-columns-1 *:not(li) {
  width: 100% !important;
  max-width: initial !important;
}

.hbspt-form form .form-columns-2 {
  width: 100%;
  max-width: none;
}

.hbspt-form form .form-columns-2>.hs-form-field {
  width: 50% !important;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .hbspt-form form .form-columns-2>.hs-form-field {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

.hbspt-form form .form-columns-2>.hs-form-field .hs-input[type=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}

.hbspt-form form .form-columns-2>.hs-form-field .inputs-list>li {
  display: inline-block;
  padding: 0 8px 0 0;
  width: auto;
}

.hbspt-form form.hs-form input[type=text],
.hbspt-form form.hs-form input[type=email],
.hbspt-form form.hs-form input[type=tel],
.hbspt-form form.hs-form select,
.hbspt-form form.hs-form textarea {
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 30px;
  font-family: "TOTVS",sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17.5px;
  width: 100% !important;
}

.hbspt-form form.hs-form input[type=text]::-webkit-input-placeholder,
.hbspt-form form.hs-form input[type=email]::-webkit-input-placeholder,
.hbspt-form form.hs-form input[type=tel]::-webkit-input-placeholder,
.hbspt-form form.hs-form select::-webkit-input-placeholder,
.hbspt-form form.hs-form textarea::-webkit-input-placeholder {
  color: #cfcfcf;
  opacity: 1;
}

.hbspt-form form.hs-form input[type=text]::-moz-placeholder,
.hbspt-form form.hs-form input[type=email]::-moz-placeholder,
.hbspt-form form.hs-form input[type=tel]::-moz-placeholder,
.hbspt-form form.hs-form select::-moz-placeholder,
.hbspt-form form.hs-form textarea::-moz-placeholder {
  color: #cfcfcf;
  opacity: 1;
}

.hbspt-form form.hs-form input[type=text]::-ms-input-placeholder,
.hbspt-form form.hs-form input[type=email]::-ms-input-placeholder,
.hbspt-form form.hs-form input[type=tel]::-ms-input-placeholder,
.hbspt-form form.hs-form select::-ms-input-placeholder,
.hbspt-form form.hs-form textarea::-ms-input-placeholder {
  color: #cfcfcf;
  opacity: 1;
}

.hbspt-form form.hs-form input[type=text]::placeholder,
.hbspt-form form.hs-form input[type=email]::placeholder,
.hbspt-form form.hs-form input[type=tel]::placeholder,
.hbspt-form form.hs-form select::placeholder,
.hbspt-form form.hs-form textarea::placeholder {
  color: #cfcfcf;
  opacity: 1;
}

.hbspt-form form.hs-form input[type=text].error,
.hbspt-form form.hs-form input[type=email].error,
.hbspt-form form.hs-form input[type=tel].error,
.hbspt-form form.hs-form select.error,
.hbspt-form form.hs-form textarea.error {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.hbspt-form form.hs-form input[type=text].error::-webkit-input-placeholder,
.hbspt-form form.hs-form input[type=email].error::-webkit-input-placeholder,
.hbspt-form form.hs-form input[type=tel].error::-webkit-input-placeholder,
.hbspt-form form.hs-form select.error::-webkit-input-placeholder,
.hbspt-form form.hs-form textarea.error::-webkit-input-placeholder {
  color: rgba(220,53,69,.45);
}

.hbspt-form form.hs-form input[type=text].error::-moz-placeholder,
.hbspt-form form.hs-form input[type=email].error::-moz-placeholder,
.hbspt-form form.hs-form input[type=tel].error::-moz-placeholder,
.hbspt-form form.hs-form select.error::-moz-placeholder,
.hbspt-form form.hs-form textarea.error::-moz-placeholder {
  color: rgba(220,53,69,.45);
}

.hbspt-form form.hs-form input[type=text].error::-ms-input-placeholder,
.hbspt-form form.hs-form input[type=email].error::-ms-input-placeholder,
.hbspt-form form.hs-form input[type=tel].error::-ms-input-placeholder,
.hbspt-form form.hs-form select.error::-ms-input-placeholder,
.hbspt-form form.hs-form textarea.error::-ms-input-placeholder {
  color: rgba(220,53,69,.45);
}

.hbspt-form form.hs-form input[type=text].error::placeholder,
.hbspt-form form.hs-form input[type=email].error::placeholder,
.hbspt-form form.hs-form input[type=tel].error::placeholder,
.hbspt-form form.hs-form select.error::placeholder,
.hbspt-form form.hs-form textarea.error::placeholder {
  color: rgba(220,53,69,.45);
}

.hbspt-form form.hs-form .hs-firstname,
.hbspt-form form.hs-form .hs-email {
  display: block;
  float: left;
}

.hbspt-form form.hs-form .hs-company,
.hbspt-form form.hs-form .hs-phone {
  display: block;
  float: right;
}

.hbspt-form form.hs-form select {
  padding-right: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABmJLR0QA/wD/AP+gvaeTAAAAXUlEQVQYlYXPsQmDUACE4c8ohJRu4AKCq6RI4UBxHFewsnACwVG0iI3K4+EjB1fdzx3HH2Vo8U7kfYESnwQwwAMjfpEn5CdZYw3CDU1c1wXA927viRkLXqlX1eFLO1QtEWxrAbsVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.hbspt-form form.hs-form select::-ms-expand {
  display: none;
}

.hbspt-form form.hs-form .hs-form-required,
.hbspt-form form.hs-form .hs_lifecyclestage,
.hbspt-form form.hs-form .hs_error_rollup {
  display: none;
}

.hbspt-form form.hs-form .hs_mensagem>label span {
  color: #767676;
}

.hbspt-form form.hs-form .hs_submit {
  text-align: center;
}

.hbspt-form form.hs-form .hs_submit .actions {
  display: inline-block;
  padding-top: 15px;
}

.hbspt-form form.hs-form .hs_submit .actions .hs-button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #00dbff;
  border: 1px solid #00dbff;
  border-radius: 40px;
  padding: 6px 12px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
}

.hbspt-form form.hs-form .hs_submit .actions .hs-button:hover {
  background-color: #00a3be;
  border-color: #00a3be;
}

.hbspt-form form.hs-form .hs-error-msgs {
  margin: 4px 0 0;
  padding: 0;
  list-style-type: none;
}

.hbspt-form form.hs-form .hs-error-msgs .hs-error-msg {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  color: #dc3545;
}

.hbspt-form form.hs-form .hs-fieldtype-select label {
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hbspt-form form.hs-form .hs-fieldtype-select label {
    font-size: 13px;
  }
}

.hbspt-form form.hs-form>div,
.hbspt-form form.hs-form fieldset {
  width: 100% !important;
}

.hbspt-form form.hs-form>div .hs-field-desc,
.hbspt-form form.hs-form fieldset .hs-field-desc {
  font-size: 15px;
  color: #767676;
  margin-left: 15px;
}

.hbspt-form form.hs-form>div .input ul.inputs-list,
.hbspt-form form.hs-form fieldset .input ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-booleancheckbox>label,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-booleancheckbox>label {
  width: 100%;
  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: 20px 0;
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-booleancheckbox>label .hs-input,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-booleancheckbox>label .hs-input {
  width: auto !important;
  margin-right: 7px;
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-booleancheckbox>label>span,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-booleancheckbox>label>span {
  width: auto !important;
  font-size: .8rem;
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio {
  list-style: none;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio,
  .hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio {
    display: block;
    width: 100%;
  }

  .hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio .hs-form-radio-display,
  .hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio .hs-form-radio-display {
    display: block;
  }

  .hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio .hs-form-radio-display span,
  .hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio .hs-form-radio-display span {
    display: block;
    text-align: center;
  }
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio .hs-form-radio-display,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio .hs-form-radio-display {
  padding: 10px 0;
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio .hs-form-radio-display input,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio .hs-form-radio-display input {
  display: none;
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio .hs-form-radio-display span,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio .hs-form-radio-display span {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  border-radius: 35px;
  margin-right: 10px;
  padding: 10px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  cursor: pointer;
}

.hbspt-form form.hs-form>div .input ul.inputs-list .hs-form-radio .hs-form-radio-display input:checked+span,
.hbspt-form form.hs-form fieldset .input ul.inputs-list .hs-form-radio .hs-form-radio-display input:checked+span {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  color: #fff;
  background-color: #00c9eb;
  border-color: #31a4b0;
}

.hbspt-form form.hs-form label:not(.hs-error-msg) {
  color: #4d5451;
  margin-top: 10px;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 {
  background: #00c9eb;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field {
  padding: 0;
  margin-bottom: 0 !important;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: #00c9eb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAATuaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiAxMTYuMTY0NzY2LCAyMDIxLzAyLzE5LTIzOjEwOjA3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA0LTE4VDE2OjE3OjM0LTAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNi0xNVQxMDoyNToxNS0wMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNi0xNVQxMDoyNToxNS0wMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YmY4YWMwMmQtMzdiMi03YTRlLTllYjctOWQyYjQ2NWMzZmE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmJmOGFjMDJkLTM3YjItN2E0ZS05ZWI3LTlkMmI0NjVjM2ZhNSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmJmOGFjMDJkLTM3YjItN2E0ZS05ZWI3LTlkMmI0NjVjM2ZhNSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmY4YWMwMmQtMzdiMi03YTRlLTllYjctOWQyYjQ2NWMzZmE1IiBzdEV2dDp3aGVuPSIyMDIxLTA0LTE4VDE2OjE3OjM0LTAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lkDbyAAAAF5JREFUGJWVy0ERhDAQRNFeB0hBwkqJBCQhBQlIiYO3l1BFpQIsfZnD/Bds3m8LJuwv0I4pOHD9A9XW5oDB/IBra9LD4HsD53Pbw6AMUOm7EQyWE1pGzQe52NpuGT1/9BBiSIcYBW0AAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat !important;
  background-position: 93% 50% !important;
  line-height: 16px !important;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field select>option {
  color: #fff !important;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field .hs-input {
  border: 1px solid #fff;
  background: rgba(0,0,0,0);
  color: #fff;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field .hs-input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field .hs-input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field .hs-input::-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field .hs-input::placeholder {
  color: #fff;
  font-style: italic;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs-form-field.hs-email label:not(.hs-error-msg) {
  display: none;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs_submit {
  text-align: left !important;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs_submit .actions {
  padding: 18px 0 6px !important;
  margin: 0 !important;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .hs_submit .actions .hs-button {
  color: #fff !important;
  background-color: #00dbff !important;
  border-color: #00dbff !important;
  padding: 10px 54px !important;
}

.hbspt-form .hs-form-private#hsForm_d0db7360-18eb-42ff-ae66-79d930863f42 .legal-consent-container {
  font-size: 11px;
  margin-top: 30px;
  word-break: break-word;
}

.newsletter-form {
  margin-top: 30px;
}

.newsletter-form .hbspt-form form {
  margin-bottom: 15px;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field {
  margin-bottom: 15px;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field>label {
  display: none;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .input .hs-input {
  margin-bottom: 15px;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .input .inputs-list {
  margin-bottom: 15px;
  padding-left: 0;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .input .inputs-list .hs-form-checkbox {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .newsletter-form .hbspt-form form.hs-form .hs-form-field .input .inputs-list .hs-form-checkbox {
    display: block;
  }
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .input .inputs-list .hs-form-checkbox .hs-form-checkbox-display {
  margin-top: 0px !important;
  color: #fff !important;
  height: 25px;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .input .inputs-list .hs-form-checkbox .hs-form-checkbox-display [type=checkbox] {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .input .inputs-list .hs-form-checkbox .hs-form-checkbox-display [type=checkbox]:checked~span {
  font-weight: bold;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .input .inputs-list .hs-form-checkbox .hs-form-checkbox-display span {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 15px;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .inputs-list {
  margin-top: -5px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.newsletter-form .hbspt-form form.hs-form .hs-form-field .inputs-list .hs-error-msg {
  color: #00dbff;
}

.newsletter-form .hbspt-form form.hs-form .hs_submit {
  text-align: left;
  clear: both;
}

.newsletter-form .hbspt-form form.hs-form .hs_submit .actions {
  margin: 5px 0 0 0;
  padding: 0 5px;
}

.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button {
  font-size: .8rem;
  padding: 10px 54px !important;
  min-width: 206px;
}

@media screen and (max-width: 1023px) {
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions {
    width: 100%;
    text-align: center;
  }
}

.newsletter-form .hbspt-form form.hs-form .legal-consent-container {
  margin-top: 15px;
}

.newsletter-form .hbspt-form form.hs-form .legal-consent-container p {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 15px;
  color: #fff;
}

.newsletter-form .hbspt-form .submitted-message>p {
  color: #fff !important;
}

.newsletter-form-alt .hbspt-form {
  display: none;
}

.blog-search {
  border-color: #023 !important;
  color: #023 !important;
}

.blog-search:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #023 !important;
}

#hsForm_1ead6351-2b42-445f-a7a0-b54e89ce6897 fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none;
}

.jumbotron {
  background-color: rgba(0,0,0,0);
  background-size: cover;
  padding: 80px 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  border: 0;
}

@media (max-width: 767.98px) {
  .jumbotron {
    background-position: right;
    padding: 50px 0;
  }
}

@media (min-width: 576px) {
  .jumbotron.video_text {
    background-position: center !important;
  }
}

@media (max-width: 767.98px) {
  .jumbotron.video_text {
    background-position: 80% 50%;
  }
}

.jumbotron .jumbotron-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: hidden;
}

.jumbotron .jumbotron-image-bottom {
  top: initial;
  bottom: 0;
}

.jumbotron .jumbotron-image.overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .6;
}

.jumbotron .jumbotron-image>img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .jumbotron .jumbotron-image>img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
  }
}

.jumbotron .jumbotron-image>img.right {
  float: right;
}

.jumbotron .jumbotron-image>img.auto {
  width: auto;
  -o-object-fit: none;
     object-fit: none;
  height: auto;
  min-height: auto;
  min-width: auto;
}

.jumbotron .jumbotron-content {
  position: relative;
  z-index: 40;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .jumbotron .jumbotron-content {
    text-align: center;
  }
}

.jumbotron .jumbotron-content .display-3 strong {
  font-weight: 900;
}

.jumbotron .jumbotron-content .border-left {
  border-left: none !important;
}

@media (min-width: 992px) {
  .jumbotron .jumbotron-content .border-left {
    border-left: 3px solid #37b6c4 !important;
    margin-left: 22px;
    padding: 5px 0;
  }
}

.jumbotron .jumbotron-content .new-position {
  position: absolute;
  width: 300px;
  display: inline-block;
  top: -120px;
}

.jumbotron .jumbotron-content .btn-play {
  font-size: 1rem;
  font-weight: 900;
}

.jumbotron .jumbotron-content .btn-play::before {
  border-width: 9px 0 9px 18px;
}

.jumbotron .jumbotron-content .font-weight-bold strong,
.jumbotron .jumbotron-content .section-segmentos-text-blog p a strong,
.section-segmentos-text-blog p .jumbotron .jumbotron-content a strong,
.jumbotron .jumbotron-content .card-item p strong,
.card-item .jumbotron .jumbotron-content p strong {
  font-weight: bolder;
}

.jumbotron .jumbotron-footer {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  z-index: 50;
  overflow: hidden;
}

.jumbotron .jumbotron-footer.jumbotron-footer-below {
  bottom: initial;
  top: 100%;
  margin-top: -2px;
}

.jumbotron .jumbotron-footer>.scroll {
  height: 69px;
  width: 505px;
  position: relative;
  z-index: 50;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  .jumbotron .jumbotron-footer>.scroll {
    width: 379.245px;
    height: 52.5px;
  }
}

.jumbotron .jumbotron-footer>.scroll>a {
  display: block;
  position: relative;
  height: 100%;
}

.jumbotron .jumbotron-footer>.scroll>a svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  fill: #f5f5f5;
}

.jumbotron .jumbotron-footer>.scroll>a:active,
.jumbotron .jumbotron-footer>.scroll>a:focus {
  outline: none;
}

.jumbotron .jumbotron-footer>.scroll>a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 15px solid rgba(0,0,0,0);
  border-bottom: 0;
  border-left: 15px solid rgba(0,0,0,0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: float 1s infinite;
       -o-animation: float 1s infinite;
          animation: float 1s infinite;
}

@media (max-width: 767.98px) {
  .jumbotron .jumbotron-footer>.scroll>a::after {
    border-top: 9px solid #fff;
    border-right: 9px solid rgba(0,0,0,0);
    border-left: 9px solid rgba(0,0,0,0);
  }
}

.jumbotron .jumbotron-footer>.scroll.scroll-sm {
  width: 379.245px;
  height: 52.5px;
}

.jumbotron .jumbotron-footer>.scroll.scroll-sm>a::after {
  border-top: 8px solid #023;
  border-right: 8px solid rgba(0,0,0,0);
  border-left: 8px solid rgba(0,0,0,0);
}

.jumbotron .jumbotron-footer>.scroll.scroll-color-white>a::after {
  border-top: 8px solid #fff;
}

.jumbotron .jumbotron-footer>.scroll.scroll-white>a svg {
  fill: #fff !important;
}

.jumbotron .jumbotron-footer>.scroll.scroll-white>a svg .st0 {
  fill: #fff !important;
}

.jumbotron .jumbotron-footer>.scroll.scroll-gray-new>a svg {
  fill: #f5f5f5 !important;
}

.jumbotron .jumbotron-footer>.scroll.scroll-gray-new>a svg .st0 {
  fill: #f5f5f5 !important;
}

.jumbotron .jumbotron-footer>.scroll.scroll-brown>a svg {
  fill: #023;
}

.jumbotron .jumbotron-footer>.scroll.scroll-gray-light>a svg {
  fill: #f5f;
}

.jumbotron .jumbotron-footer>.scroll.scroll-blackBlue>a svg {
  fill: #1d2e38;
}

.jumbotron .jumbotron-footer>.scroll.scroll-blue>a svg {
  fill: #00c9eb;
}

.jumbotron .jumbotron-footer>.scroll.scroll-gray>a svg {
  fill: #e4e7e9;
}

.jumbotron .jumbotron-footer::after,
.jumbotron .jumbotron-footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 51%;
  top: 0;
  background: #f5f5f5;
  z-index: 45;
}

.jumbotron .jumbotron-footer::after {
  left: 0;
  margin-left: -245px;
}

@media (max-width: 767.98px) {
  .jumbotron .jumbotron-footer::after {
    margin-left: -185px;
  }
}

.jumbotron .jumbotron-footer::before {
  right: 0;
  margin-right: -245px;
}

@media (max-width: 767.98px) {
  .jumbotron .jumbotron-footer::before {
    margin-right: -185px;
  }
}

.jumbotron .jumbotron-footer.jumbotron-footer-white::after,
.jumbotron .jumbotron-footer.jumbotron-footer-white::before {
  background: #fff;
}

.jumbotron .jumbotron-footer.jumbotron-footer-white .scroll>a::after {
  border-top-color: #fff;
}

.jumbotron .jumbotron-footer.jumbotron-footer-gray::after,
.jumbotron .jumbotron-footer.jumbotron-footer-gray::before {
  background: #f5f5f5 !important;
}

.jumbotron .jumbotron-footer.jumbotron-footer-gray .scroll>a::after {
  border-top-color: #f5f5f5 !important;
}

.jumbotron .jumbotron-footer.jumbotron-footer-gray-light::after,
.jumbotron .jumbotron-footer.jumbotron-footer-gray-light::before {
  background: #f5f;
}

.jumbotron .jumbotron-footer.jumbotron-footer-gray-light .scroll>a::after {
  border-top-color: #fff;
}

.jumbotron .jumbotron-footer.jumbotron-footer-brown::after,
.jumbotron .jumbotron-footer.jumbotron-footer-brown::before {
  background: #023;
}

.jumbotron .jumbotron-footer.jumbotron-footer-brown .scroll>a::after {
  border-top-color: #fff;
}

.jumbotron .jumbotron-footer.jumbotron-footer-blackBlue::after,
.jumbotron .jumbotron-footer.jumbotron-footer-blackBlue::before {
  background: #1d2e38;
}

.jumbotron .jumbotron-footer.jumbotron-footer-blackBlue .scroll>a::after {
  border-top-color: #fff;
}

.jumbotron .jumbotron-footer.jumbotron-footer-sm::after {
  left: 0;
  margin-left: -185px;
}

.jumbotron .jumbotron-footer.jumbotron-footer-sm::before {
  right: 0;
  margin-right: -185px;
}

.jumbotron .jumbotron-footer.jumbotron-footer-w-auto::after,
.jumbotron .jumbotron-footer.jumbotron-footer-w-auto::before {
  display: none;
}

.jumbotron .jumbotron-footer-new::after {
  background: #fff;
}

.jumbotron .jumbotron-footer-new::before {
  background: #fff;
}

.jumbotron .lead {
  color: #023;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 60px;
}

.jumbotron__abstract-lines-blue-right {
  left: calc(100% - 300px);
}

.jumbotron__dot-count {
  width: 30px;
  height: 30px;
}

.jumbotron__dot-count-lg {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.jumbotron-clients {
  padding: 50px 0 35px;
}

.jumbotron-clients .logo-client .logo {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.jumbotron-clients .logo-client .logo:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
}

@media (max-width: 1199.98px) {
  .jumbotron-clients .logo-client .logo:hover {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (min-width: 992px) {
  .jumbotron-clients .logo-client .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.jumbotron__img-lines-bottom-right {
  position: absolute;
  top: calc(100% - 700px);
  left: calc(100% - 224px);
}

.jumbotron-jornada-processo h2 {
  text-transform: uppercase;
  font-weight: 900;
}

.jumbotron-jornada-processo h2 span {
  color: #00dbff;
}

.jumbotron-pilares {
  color: #023;
}

.jumbotron-pilares h2 {
  text-transform: uppercase;
}

.jumbotron-pass-jornada h2 {
  text-transform: uppercase;
  font-weight: 900;
}

.jumbotron-advantages {
  color: #023;
}

.jumbotron-advantages h3 {
  color: #00dbff;
}

.jumbotron-advantages-frase {
  color: #579bbd;
  font-size: 1.3rem;
}

.jumbotron-pratica {
  color: #023;
}

@media (max-width: 1640px) {
  .jumbotron__bg-lines-iniciativa {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .jumbotron .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.jumbotron .container .segmento-section {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.jumbotron .container .segmento-section .ico-right {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .jumbotron .container .segmento-section .ico-right {
    width: 200px;
    margin: 30px auto 0;
  }
}

.jumbotron .container .segmento-section .ico-right img {
  width: 100%;
}

.jumbotron-height-new {
  min-height: 65vh !important;
  padding: 134px 0 138px !important;
  background-color: #023;
}

.jumbotron-height-new .jumbotron-image {
  min-height: 110%;
}

.jumbotron-height-new .jumbotron-content {
  padding: 0 0 5px !important;
}

.jumbotron-height-new .jumbotron-content h3 {
  margin-bottom: 70px;
}

.jumbotron-height-new .jumbotron-content .display-3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.jumbotron-height-new .jumbotron-content .display-3 strong {
  color: #00dbff;
}

@media (min-width: 768px) {
  .jumbotron-height-new .jumbotron-content .display-3 {
    font-size: 2.5rem;
  }
}

.jumbotron-height-new .jumbotron-content .h3 {
  font-weight: 400;
}

.jumbotron-height-new .jumbotron-content ul {
  margin: 0;
  padding: 40px 0;
}

.jumbotron-height-new .jumbotron-content ul li {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .jumbotron-height-new .jumbotron-content ul {
    padding: 26px 0 0;
  }
}

@media (max-width: 991.98px) {
  .jumbotron-height-new {
    min-height: 100vh !important;
    padding: 30px 0 100px !important;
  }

  .jumbotron-height-new .jumbotron-content {
    padding: 54px 0 5px !important;
  }
}

.jumbotron-simple-sm {
  padding: 32px 0 0;
  background-color: #023;
  border-radius: 20px;
  position: relative;
  min-height: 284px;
}

.jumbotron-simple-sm .jumbotron-image {
  border-radius: 20px;
}

.jumbotron-simple-sm .jumbotron-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(48%, rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(255, 255, 255, 0) 100%);
}

.jumbotron-simple-sm .jumbotron-content {
  position: absolute;
  bottom: 0;
}

.jumbotron-simple-sm .jumbotron-content h3 {
  font-size: 1.4rem;
}

.jumbotron-simple-sm .jumbotron-content .btn,
.jumbotron-simple-sm .jumbotron-content .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .jumbotron-simple-sm .jumbotron-content .submit,
.jumbotron-simple-sm .jumbotron-content .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .jumbotron-simple-sm .jumbotron-content .comment-edit-link,
.jumbotron-simple-sm .jumbotron-content .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .jumbotron-simple-sm .jumbotron-content .comment-reply-link,
.jumbotron-simple-sm .jumbotron-content .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .jumbotron-simple-sm .jumbotron-content .submit,
.jumbotron-simple-sm .jumbotron-content .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .jumbotron-simple-sm .jumbotron-content .comment-edit-link,
.jumbotron-simple-sm .jumbotron-content .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .jumbotron-simple-sm .jumbotron-content .comment-reply-link,
.jumbotron-simple-sm .jumbotron-content .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .jumbotron-simple-sm .jumbotron-content .hs-button,
.jumbotron-simple-sm .jumbotron-content .comment-form input[type=submit],
.comment-form .jumbotron-simple-sm .jumbotron-content input[type=submit],
.jumbotron-simple-sm .jumbotron-content .search-form .search-submit,
.search-form .jumbotron-simple-sm .jumbotron-content .search-submit,
.jumbotron-simple-sm .jumbotron-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .jumbotron-simple-sm .jumbotron-content .hs-button {
  font-size: .8rem;
  padding: 10px 54px;
}

.jumbotron-full-height {
  min-height: 100vh;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.jumbotron-full-height.jumbotron-canais {
  min-height: 713px;
  height: 713px;
}

.jumbotron-full-height .jumbotron-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.jumbotron-full-height .jumbotron-image>img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.jumbotron-full-height .jumbotron-image>img.no-fit {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.jumbotron-full-height .jumbotron-content {
  position: relative;
  padding: 110px 0;
  width: 100%;
}

.jumbotron-full-height .jumbotron-content>.container {
  height: 100%;
}

.jumbotron-full-height .jumbotron-content>.container>.row {
  height: 100%;
}

.jumbotron-full-height .jumbotron-content>.container>.list-simple-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  .jumbotron-full-height .jumbotron-content>.container>.list-simple-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.jumbotron-full-height .jumbotron-content>.container>.list-simple-items>.items {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}

@media screen and (max-width: 768px) {
  .jumbotron-full-height .jumbotron-content>.container>.list-simple-items>.items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.jumbotron-full-height.full-center {
  height: 100vh;
}

.jumbotron-full-height.full-center .jumbotron-content {
  height: 100%;
}

.jumbotron-full-height .logo-partner {
  display: inline-block;
  margin-left: 20px;
  max-width: 125px;
}

@media (max-width: 991.98px) {
  .jumbotron-full-height .logo-partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

.jumbotron-height-fixed {
  min-height: 420px;
}

@media (max-width: 991.98px) {
  .jumbotron-height-fixed {
    min-height: calc(100vh - 57px);
  }
}

.jumbotron-height-fixed .jumbotron-content-single {
  padding: 110px 0 40px;
}

.jumbotron-new {
  padding: 50px 0 35px;
  background-color: #00c9eb;
}

.jumbotron-new .jumbotron-footer::after,
.jumbotron-new .jumbotron-footer::before {
  background: #fff;
}

@media (min-width: 768px) {
  .jumbotron-new-height {
    min-height: 768px;
  }
}

.jumbotron-padding {
  padding: 100px 0 70px;
  background-color: #fff;
}

.jumbotron-gray-light {
  background-color: #f5f5f5;
}

.jumbotron-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .jumbotron-sm {
    padding-top: 0;
  }
}

.jumbotron-lg {
  padding-top: 150px;
  padding-bottom: 200px;
}

.jumbotron-boxed-news {
  width: calc(100% - 10px);
  border-radius: 20px;
  border: 1px solid #0adbe3;
  background-color: #00c9eb;
  padding: 5px 20px;
  position: relative;
  margin-top: 10px;
  z-index: auto !important;
}

.jumbotron-boxed-news::after {
  content: "";
  width: 100%;
  height: calc(100% - 17px);
  background-color: #fff;
  border: 1px solid #0adbe3;
  border-radius: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}

.jumbotron-boxed-news .title-form {
  font-size: 1.27rem;
  font-weight: 900;
  line-height: 1.3;
}

.jumbotron-boxed,
.jumbotron-boxed-sm {
  padding: 70px 50px;
  overflow: hidden;
}

.jumbotron-boxed-dashed {
  border: 3px dashed #00c9eb;
  border-radius: 15px;
  overflow: hidden;
}

.jumbotron-boxed .jumbotron-image,
.jumbotron-boxed-sm .jumbotron-image {
  border-radius: 10px;
  overflow: hidden;
}

.jumbotron-boxed .jumbotron-image.jumbotron-image-rounded,
.jumbotron-boxed-sm .jumbotron-image.jumbotron-image-rounded {
  border-radius: 25px;
}

.jumbotron-boxed .jumbotron-image>img,
.jumbotron-boxed-sm .jumbotron-image>img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  height: auto;
}

.jumbotron-boxed .jumbotron-image::before,
.jumbotron-boxed-sm .jumbotron-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.4);
}

.jumbotron-boxed .jumbotron-image.no-overlay::before,
.jumbotron-boxed-sm .jumbotron-image.no-overlay::before {
  display: none;
}

.jumbotron-boxed-sm {
  padding: 40px;
}

.jumbotron-cta-height {
  height: 480px !important;
  max-height: 480px !important;
}

@media (max-width: 767.98px) {
  .jumbotron-cta-height {
    height: auto !important;
    max-height: none !important;
    padding: 40px 0 !important;
  }
}

.jumbotron-trainings {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #5a5551;
}

.jumbotron-trainings .top-bg,
.jumbotron-trainings .bottom-bg {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
}

.jumbotron-trainings .top-bg {
  top: 0;
  background-position: 0 0;
}

.jumbotron-trainings .bottom-bg {
  bottom: 0;
  background-position: 100% 100%;
}

@media (max-width: 767.98px) {
  .jumbotron-trainings .top-bg,
  .jumbotron-trainings .bottom-bg {
    display: none;
  }
}

.jumbotron-trainings .wrapper-trainings {
  width: 100%;
  overflow: hidden;
}

.jumbotron-pb-xs {
  padding-bottom: 35px;
}

.jumbotron-py-xs {
  padding-bottom: 35px;
}

.main-blog-new .jumbotron-image>img,
.main-blog-new-new .jumbotron-image>img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .main-blog .jumbotron-image,
  .main-blog-new .jumbotron-image {
    background-color: #494440;
  }
}

.main-blog .jumbotron-image>img,
.main-blog-new .jumbotron-image>img {
  -o-object-fit: none;
     object-fit: none;
}

@media (max-width: 767.98px) {
  .main-blog .jumbotron-image>img,
  .main-blog-new .jumbotron-image>img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .main-blog .jumbotron-full-height .jumbotron-content,
  .main-blog-new .jumbotron-full-height .jumbotron-content {
    padding: 40px 0;
  }

  .main-blog .jumbotron-full-height .jumbotron-content .font-size-new-lg,
  .main-blog-new .jumbotron-full-height .jumbotron-content .font-size-new-lg {
    font-size: 1.5rem !important;
  }

  .main-blog .jumbotron-full-height .jumbotron-content .btn-lg,
  .main-blog .jumbotron-full-height .jumbotron-content .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .main-blog .jumbotron-full-height .jumbotron-content .submit,
  .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.btn,
  .main-blog .jumbotron-full-height .jumbotron-content .single-post .comments .comment-form .form-submit .btn-group-lg>.submit,
  .single-post .comments .comment-form .form-submit .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.submit,
  .main-blog .jumbotron-full-height .jumbotron-content .single-post .comments .comment-list .btn-group-lg>.comment-edit-link,
  .single-post .comments .comment-list .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-edit-link,
  .main-blog .jumbotron-full-height .jumbotron-content .single-post .comments .comment-list .btn-group-lg>.comment-reply-link,
  .single-post .comments .comment-list .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-reply-link,
  .main-blog .jumbotron-full-height .jumbotron-content .single-post .comments-new .comment-list .btn-group-lg>.comment-edit-link,
  .single-post .comments-new .comment-list .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-edit-link,
  .main-blog .jumbotron-full-height .jumbotron-content .single-post .comments-new .comment-list .btn-group-lg>.comment-reply-link,
  .single-post .comments-new .comment-list .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-reply-link,
  .main-blog .jumbotron-full-height .jumbotron-content .modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-lg>.hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.hs-button,
  .main-blog .jumbotron-full-height .jumbotron-content .comment-form .btn-group-lg>input[type=submit],
  .comment-form .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>input[type=submit],
  .main-blog .jumbotron-full-height .jumbotron-content .search-form .btn-group-lg>.search-submit,
  .search-form .main-blog .jumbotron-full-height .jumbotron-content .btn-group-lg>.search-submit,
  .main-blog .jumbotron-full-height .jumbotron-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .main-blog .jumbotron-full-height .jumbotron-content .hs-button,
  .main-blog-new .jumbotron-full-height .jumbotron-content .btn-lg,
  .main-blog-new .jumbotron-full-height .jumbotron-content .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .main-blog-new .jumbotron-full-height .jumbotron-content .submit,
  .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.btn,
  .main-blog-new .jumbotron-full-height .jumbotron-content .single-post .comments .comment-form .form-submit .btn-group-lg>.submit,
  .single-post .comments .comment-form .form-submit .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.submit,
  .main-blog-new .jumbotron-full-height .jumbotron-content .single-post .comments .comment-list .btn-group-lg>.comment-edit-link,
  .single-post .comments .comment-list .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-edit-link,
  .main-blog-new .jumbotron-full-height .jumbotron-content .single-post .comments .comment-list .btn-group-lg>.comment-reply-link,
  .single-post .comments .comment-list .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-reply-link,
  .main-blog-new .jumbotron-full-height .jumbotron-content .single-post .comments-new .comment-list .btn-group-lg>.comment-edit-link,
  .single-post .comments-new .comment-list .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-edit-link,
  .main-blog-new .jumbotron-full-height .jumbotron-content .single-post .comments-new .comment-list .btn-group-lg>.comment-reply-link,
  .single-post .comments-new .comment-list .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.comment-reply-link,
  .main-blog-new .jumbotron-full-height .jumbotron-content .modal-form-pop-up .hbspt-form form.hs-form .actions .btn-group-lg>.hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.hs-button,
  .main-blog-new .jumbotron-full-height .jumbotron-content .comment-form .btn-group-lg>input[type=submit],
  .comment-form .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>input[type=submit],
  .main-blog-new .jumbotron-full-height .jumbotron-content .search-form .btn-group-lg>.search-submit,
  .search-form .main-blog-new .jumbotron-full-height .jumbotron-content .btn-group-lg>.search-submit,
  .main-blog-new .jumbotron-full-height .jumbotron-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .main-blog-new .jumbotron-full-height .jumbotron-content .hs-button {
    width: 100%;
    max-width: 240px;
    padding: 13px 42px !important;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .main-blog .breadcrumb-blog.breadcrumb-jumbotron,
  .main-blog-new .breadcrumb-blog.breadcrumb-jumbotron {
    top: 0;
    margin: 0 auto;
  }
}

.single-post .main-single {
  background-color: #f5f;
}

@media (min-width: 768px) {
  .single-post .main-single {
    margin-top: 5rem;
  }
}

@media (max-width: 767.98px) {
  .single-post .main-single .jumbotron-image {
    background-color: #f5f;
  }
}

.single-post .main-single .jumbotron-image>img {
  -o-object-fit: none;
     object-fit: none;
}

@media (max-width: 767.98px) {
  .single-post .main-single .jumbotron-image>img {
    display: none;
  }
}

.single-post .sidebar-blog .jumbotron-image>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post .jumbotron-height-fixed .jumbotron-content-single {
  padding: 45px 0 40px;
}

.single-post .breadcrumb-blog.breadcrumb-jumbotron {
  top: -20px !important;
}

@media (max-width: 767.98px) {
  .single-post .progress-container {
    top: 52px !important;
    position: fixed !important;
  }
}

.scroll-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10 !important;
}

.nav.nav-list {
  position: relative;
  z-index: 50;
}

.nav.nav-list>li {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

.nav.nav-list>li a {
  padding: 0 15px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  margin: 0 -15px;
}

.nav.nav-list>li a:hover {
  background: #00dbff;
  color: #023;
  text-decoration: none;
}

.nav.nav-pills .nav-link {
  border: 1px solid #fff;
  border-radius: 50px;
  background: rgba(0,0,0,0);
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link.active {
  background: #00c9eb;
  border: 1px solid #00c9eb;
}

.nav.nav-pills-new .nav-link {
  border: 1px solid #00c9eb;
  border-radius: 50px;
  background: rgba(0,0,0,0);
  font-weight: 400;
  margin-bottom: 18px;
  color: #00c9eb;
  padding: 6px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
}

.nav.nav-pills-new .nav-link:hover,
.nav.nav-pills-new .nav-link:focus,
.nav.nav-pills-new .nav-link.active {
  color: #fff;
  background: #00c9eb;
  border: 1px solid #00c9eb;
  outline: none;
}

.nav.nav-pills-new .text-nav-pill ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.nav.nav-pills.nav-pills-blue-darker .nav-link {
  background: #fff;
  border: 2px solid #094470;
  color: #094470;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
          box-shadow: 0 3px 10px rgba(0,0,0,.08);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 15px 20px;
}

.nav.nav-pills.nav-pills-blue-darker .nav-link:hover,
.nav.nav-pills.nav-pills-blue-darker .nav-link.active {
  color: #fff;
  background: #5a9bbd;
  border: 1px solid #5a9bbd;
}

.nav.nav-pills.nav-pills-gray .nav-link {
  background: #f5f5f5;
  border-color: #cfcfcf;
  color: #000;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
          box-shadow: 0 3px 10px rgba(0,0,0,.08);
  font-weight: normal;
}

.nav.nav-pills.nav-pills-gray .nav-link:hover,
.nav.nav-pills.nav-pills-gray .nav-link.active {
  color: #fff;
  background: #00c9eb;
  border: 1px solid #00c9eb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav.nav-pills.nav-pills-dot>* {
  cursor: pointer;
}

.nav.nav-pills.nav-pills-dot a.nav-link {
  background: #fff;
  border-color: #cfcfcf;
  color: #000;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
          box-shadow: 0 3px 10px rgba(0,0,0,.08);
  text-transform: initial;
  font-weight: bold;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  width: 100%;
  min-height: 64px;
  position: relative;
  padding-left: 40px;
}

.nav.nav-pills.nav-pills-dot a.nav-link::before {
  content: "\F111";
  font-family: "FontAwesome",sans-serif;
  color: #00c9eb;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: absolute;
  left: 20px;
  padding-right: 10px;
}

.nav.nav-pills.nav-pills-dot a.nav-link:hover,
.nav.nav-pills.nav-pills-dot a.nav-link.active {
  color: #fff;
  background: #00c9eb;
  border: 1px solid #00c9eb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav.nav-pills.nav-pills-dot a.nav-link:hover::before,
.nav.nav-pills.nav-pills-dot a.nav-link.active::before {
  color: #00dbff;
}

.nav.nav-pills.nav-pills-dot .active .nav-link {
  color: #fff;
  background: #00c9eb;
  border: 1px solid #00c9eb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav.nav-pills.nav-pills-dot .active .nav-link::before {
  color: #00dbff;
}

.nav.nav-pills .card-container-new {
  padding: 0 16px;
}

.nav.nav-pills .card-container-new.active::before {
  top: 50px !important;
  width: calc(100% - 0px);
  left: 0;
}

.display-1 {
  text-transform: uppercase;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 3.5em;
  }
}

@media (max-width: 575.98px) {
  .display-1 {
    font-size: 3em;
  }
}

.display-1-new {
  font-size: 1.7rem;
}

@media (max-width: 767.98px) {
  .display-3 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-1 strong,
.display-2 strong,
.display-3 strong,
.display-4 strong {
  font-weight: 900;
}

.display-6 {
  font-size: 53px;
}

@media (max-width: 767.98px) {
  .display-6 {
    font-size: 35px;
  }
}

.display-7 {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .display-7 {
    font-size: .9rem;
  }
}

.subtitle-3 {
  font-size: 20px;
  line-height: 24px;
}

.subtitle-4 {
  font-size: 18px;
  line-height: 1.3;
}

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0,0,0,.36);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

h1.border-between,
h2.border-between,
h3.border-between,
h4.border-between,
h5.border-between,
h6.border-between {
  position: relative;
}

h1.border-between::after,
h2.border-between::after,
h3.border-between::after,
h4.border-between::after,
h5.border-between::after,
h6.border-between::after {
  content: "";
  background-color: #d8d8d8;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

h1.border-between>span,
h2.border-between>span,
h3.border-between>span,
h4.border-between>span,
h5.border-between>span,
h6.border-between>span {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
}

@media (max-width: 767.98px) {
  h1.border-between>span,
  h2.border-between>span,
  h3.border-between>span,
  h4.border-between>span,
  h5.border-between>span,
  h6.border-between>span {
    margin: 0 10px;
    padding: 0;
  }
}

h1.border-below::after,
h1.border-below-full::after,
h2.border-below::after,
h2.border-below-full::after,
h3.border-below::after,
h3.border-below-full::after,
h4.border-below::after,
h4.border-below-full::after,
h5.border-below::after,
h5.border-below-full::after,
h6.border-below::after,
h6.border-below-full::after {
  content: "";
  background: #00dbff;
  display: block;
  width: 50%;
  height: 3px;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  z-index: 1;
}

h1.border-below-full::after,
h1.border-below-full-full::after,
h2.border-below-full::after,
h2.border-below-full-full::after,
h3.border-below-full::after,
h3.border-below-full-full::after,
h4.border-below-full::after,
h4.border-below-full-full::after,
h5.border-below-full::after,
h5.border-below-full-full::after,
h6.border-below-full::after,
h6.border-below-full-full::after {
  width: 100%;
  margin-bottom: 0;
}

.font-size-lg {
  font-size: 1.125rem !important;
}

.font-size-new-alt {
  font-size: 1.125rem !important;
  font-weight: 400;
}

.font-size-new-xs {
  font-size: 1rem !important;
}

.font-size-new-sm {
  font-size: 1.375rem !important;
}

.font-size-new-md {
  font-size: 1.5rem !important;
}

.font-size-new-lg {
  font-size: 2rem !important;
}

.font-size-new-xl {
  font-size: 2.1rem !important;
}

.line-height-md {
  line-height: 1 !important;
}

.line-height-lg {
  line-height: 1.2 !important;
}

.line-height-xl {
  line-height: 1.5 !important;
}

.h6 {
  font-size: 1.125rem;
}

.font-big {
  font-size: 5.5rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .font-sm-size {
    font-size: .9rem;
  }
}

.font-weight-thin {
  font-weight: 300 !important;
}

.font-weight-bolder,
.tabs-alt-l01 .tab-item>.tab-content .tab-label,
.tabs-alt-l01 .tab-item>.tab-content .tab-title,
.tabs-l01.tabs-esg .item>div .label,
.tabs-simple-l01.tabs-esg .item>div .label,
.tabs-l01.tab-lg .item>div .label,
.tabs-simple-l01.tab-lg .item>div .label,
.tabs-l01.tab-lg .item>div .title,
.tabs-simple-l01.tab-lg .item>div .title,
.tabs-l01 .item>div .label,
.tabs-simple-l01 .item>div .label,
.tabs-l01 .item>div .title,
.tabs-simple-l01 .item>div .title {
  font-weight: 900 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.banner_title {
  font-weight: 400;
  font-family: TOTVS,sans-serif;
  font-size: 52px;
}

.text-big {
  font-size: 300px;
  margin: 0;
  padding: 0;
  line-height: initial;
}

@media (max-width: 991.98px) {
  .text-big {
    font-size: 150px;
  }
}

.font-family-base {
  font-family: "TOTVS",sans-serif !important;
}

.text-gray-alt {
  color: #bababa !important;
}

.font-item-description {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: -0.29px;
  font-family: TOTVS,Times,serif;
}

.font-item-description-new {
  font-size: .8rem;
  line-height: normal;
  font-weight: 400;
  letter-spacing: -0.29px;
  font-family: TOTVS,Times,serif;
}

.title-blog {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #023 !important;
}

.title-blog::before {
  content: "";
  width: 28px;
  height: 26px;
  background: rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAMAAACTisy7AAAAWlBMVEUAAAAJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukJlukbmN6AAAAAHnRSTlMAiYWBCwV8JHgPFG5zS2lfVT8xGWRFNlA7HytakpmWFGr6AAABZUlEQVQoz12S266FIAxEQQG5qSiKeNn//5tnCujDadKModCsjmUtMndFA/dFdbexLzjri3ZVrYe+cc0oI/ZFlENncfJGL/a9NpiHqkq8NaHqw+igEg12nFhZarge3cE183a9576nBlfQv4aDYyBJ4AgkNfgQ15vxZZf9uAg1ZqG8ve50yK7iyHHh7F4524aaaCKP9OJEz/jpkBPjaNAbXRFx9XQ+XrM2a9AmBXo8ncPUcLQFhqk4HTWAU8oUnCA7DNYf2agjGaXtGpZRNjvlmGkwzqaBEo+BE1aqmYZDKAOSZrENB1fPycNnZdKhTD4Ix8Vh+3AaCv5IR48/3zOcIGdCMjqsRtMsHw45UV2ZTs7cSTjkVrWOcfLZeHTcGE+jUdY3HPbTAYPd8sezEstonif6OLQ1kFYCR+JDAufdp28NCIf0Xq0mJbfYG4RT1cWCCLf+7494XemhXzzPUjs8qajjuVX+AHV1EZz0CcpzAAAAAElFTkSuQmCC) center center no-repeat;
  margin-right: 10px;
}

.letter-spacing-20 {
  letter-spacing: 2px;
}

.display-h1 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .display-h1 {
    font-size: 30px;
  }
}

.display-h2 {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .display-h2 {
    font-size: 26px;
  }
}

.display-h3 {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .display-h3 {
    font-size: 24px;
  }
}

.display-h4 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .display-h4 {
    font-size: 22px;
  }
}

.display-h5 {
  font-size: 22px;
}

.display-h6 {
  font-size: 20px;
}

.display-text-support {
  font-size: 18px;
}

.display-text {
  font-size: 16px;
}

.display-text-small {
  font-size: 14px;
}

.display-text-xsmall {
  font-size: 12px;
}

.display-h1,
.display-h2,
.display-h3,
.display-h4,
.display-h5,
.display-h6 {
  line-height: 1.3;
}

.display-text-support,
.display-text,
.display-text-small,
.display-text-xsmall {
  line-height: 1.5;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: .5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: .5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: .5rem;
  }

  .alignright {
    float: right;
    margin-left: .5rem;
  }
}

.dropdown-menu {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  -webkit-box-shadow: 6px 9px 10px rgba(0,0,0,.2);
          box-shadow: 6px 9px 10px rgba(0,0,0,.2);
  margin-top: 15px;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid rgba(0,0,0,0);
  border-right: 15px solid rgba(0,0,0,0);
  border-bottom: 10px solid #00dbff;
  top: -11px;
  left: 20px;
  margin: auto;
}

.dropdown-menu.dropdown-menu-secondary::before {
  border-bottom: 10px solid #00c9eb;
}

.card .card-body>.alternate-body {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card .card-body>.alternate-body>div {
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-body>.alternate-body>div.default {
  opacity: 1;
  z-index: 20;
  position: relative;
  padding: 45px 0;
  max-width: 150px;
  margin: auto;
}

@media (max-width: 1199.98px) {
  .card .card-body>.alternate-body>div {
    opacity: 1;
    z-index: 20;
    position: relative;
  }

  .card .card-body>.alternate-body>div.default {
    display: none;
  }
}

.card.active .card-body>.alternate-body>div {
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}

.card.active .card-body>.alternate-body>div.show-when-active {
  opacity: 1;
  z-index: 20;
}

.card.active .card-body>.alternate-body>div.default {
  opacity: 0;
  z-index: 10;
}

.card.card-inova {
  border: 1px solid #00c9eb;
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.card.card-inova .card-body figure {
  height: 100px;
  width: auto;
}

.card.card-inova .card-body figure img {
  height: 100%;
  width: auto;
}

.card.card-inova .card-body .div-content,
.card.card-inova .card-body .div-content-links-uteis {
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .card.card-inova .card-body .div-content,
  .card.card-inova .card-body .div-content-links-uteis {
    min-height: auto;
  }
}

.card.card-inova .card-body .div-content p,
.card.card-inova .card-body .div-content-links-uteis p {
  margin-bottom: 0;
}

.card.card-inova .card-body .div-content-links-uteis {
  min-height: 150px;
}

.card.card-inova .card-footer {
  padding: 1.25rem;
}

.card.card-inova:hover {
  -webkit-transform: scale(1.025);
       -o-transform: scale(1.025);
          transform: scale(1.025);
}

.card.card-inova a {
  color: #023 !important;
}

.card.card-inova a:hover {
  text-decoration: none !important;
}

.card.card-inova a:hover h3,
.card.card-inova a:hover p {
  text-decoration: none !important;
}

.card.card-inova a:hover .btn-outline-primary {
  background-color: #00dbff;
  color: #fff;
}

.card.card-inova a .card-footer {
  background-color: rgba(0,0,0,0);
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .card.card-inova a .card-footer .btn-outline-primary {
    width: 100%;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #00dbff !important;
    color: #fff !important;
  }
}

.card.card-title-only {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);
          box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);
  border-radius: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
}

.card.card-title-only .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .card-footer-over {
  position: absolute;
  bottom: -10%;
  z-index: 30;
  left: 0;
  right: 0;
}

.card.card-shadow {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1);
          box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1);
}

.card.card-shadow-bold {
  border: 1px solid #00c9eb;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.card.card-shadow-bold:hover {
  -webkit-transform: scale(1.0125);
       -o-transform: scale(1.0125);
          transform: scale(1.0125);
  border: 1px solid #00c9eb;
}

.card.card-outline {
  border: 2px solid #cfcfcf;
}

.card.card-outline-new {
  border-radius: 30px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #00c9eb;
}

.card.card-border-semi-circle {
  background: #fff;
  padding: 30px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
}

.card.card-border-semi-circle::before {
  content: "\F054";
  font-family: "FontAwesome",sans-serif;
  font-size: 22px;
  color: #00dbff;
  background: #fff;
  position: absolute;
  left: -20px;
  width: 45px;
  padding: 8px 20px;
  border-right: 2px solid #cfcfcf;
  border-left: none;
  border-radius: 99px;
}

.card.card-border-semi-circle ul {
  padding-left: 1rem;
}

@media (max-width: 991.98px) {
  .card.card-border-semi-circle {
    margin-top: -30px;
  }

  .card.card-border-semi-circle::before {
    top: 50px;
  }
}

.card.recomendado {
  position: relative;
  overflow: visible;
}

.card.recomendado::after {
  content: "";
  width: 124px;
  height: 124px;
  background: rgba(0,0,0,0) url(/wp-content/themes/totvs-theme/dist/images/lbl-recomendado.png) center/100% no-repeat;
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  pointer-events: none;
}

.card-new {
  background: none;
  border: none;
}

.card-new .btn,
.card-new .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .card-new .submit,
.card-new .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .card-new .comment-edit-link,
.card-new .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .card-new .comment-reply-link,
.card-new .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .card-new .submit,
.card-new .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .card-new .comment-edit-link,
.card-new .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .card-new .comment-reply-link,
.card-new .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .card-new .hs-button,
.card-new .comment-form input[type=submit],
.comment-form .card-new input[type=submit],
.card-new .search-form .search-submit,
.search-form .card-new .search-submit,
.card-new .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .card-new .hs-button {
  font-size: 13px;
  padding: 12px 35px;
}

.card-new .h2 {
  font-size: 1.3rem;
}

.card-employer-depoiment {
  border: 0;
  margin-top: -107px;
  border-radius: 16px;
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 79px;
  position: relative;
  z-index: 2;
  min-height: 355px;
  position: relative;
}

@media (max-width: 991.98px) {
  .card-employer-depoiment {
    margin-top: unset;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.card-employer-depoiment .slick-list {
  overflow: hidden visible !important;
  z-index: 0;
}

.card-employer-depoiment .swipe-right {
  position: absolute;
  right: 30px;
  top: 15px;
}

.card.tab-left,
.card.tab-right {
  border: none;
  background-color: #fff;
  height: 200px;
}

.card.tab-left .card-body,
.card.tab-right .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card.tab-left {
  border-radius: 20px 0px 0px 20px;
}

.card.tab-right {
  border-radius: 0px 20px 20px 0px;
}

.card:hover.tab-left,
.card:hover.tab-right,
.card:active.tab-left,
.card:active.tab-right,
.card.hover-gradient.tab-left,
.card.hover-gradient.tab-right {
  background-color: #00c9eb;
}

.card:hover.tab-left .card-body-tab p,
.card:hover.tab-left .card-body-tab a,
.card:hover.tab-left .card-body-tab .subtitle-3,
.card:hover.tab-right .card-body-tab p,
.card:hover.tab-right .card-body-tab a,
.card:hover.tab-right .card-body-tab .subtitle-3,
.card:active.tab-left .card-body-tab p,
.card:active.tab-left .card-body-tab a,
.card:active.tab-left .card-body-tab .subtitle-3,
.card:active.tab-right .card-body-tab p,
.card:active.tab-right .card-body-tab a,
.card:active.tab-right .card-body-tab .subtitle-3,
.card.hover-gradient.tab-left .card-body-tab p,
.card.hover-gradient.tab-left .card-body-tab a,
.card.hover-gradient.tab-left .card-body-tab .subtitle-3,
.card.hover-gradient.tab-right .card-body-tab p,
.card.hover-gradient.tab-right .card-body-tab a,
.card.hover-gradient.tab-right .card-body-tab .subtitle-3 {
  color: #fff;
}

.card-segmento,
.card-area {
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 1px 12px 20px rgba(38,34,34,.16);
          box-shadow: 1px 12px 20px rgba(38,34,34,.16);
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -o-transform .5s;
  min-height: 230px;
}

.card-segmento-content {
  display: none;
}

.card-segmento h2,
.card-area h2 {
  font-size: 1.3rem;
}

.card-segmento.active,
.active.card-area {
  background-color: #d9ff65;
  color: #fff;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -o-transform .5s;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-segmento.active h2,
.active.card-area h2 {
  display: none;
}

.card-segmento.active .card-segmento-content,
.active.card-area .card-segmento-content {
  display: block;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card-segmento.active .card-segmento-content a,
.active.card-area .card-segmento-content a {
  color: #fff !important;
  text-decoration: underline;
}

.card-segmento.active>.card-footer-segmento,
.active.card-area>.card-footer-segmento {
  display: none;
}

.card-area.active {
  background: #0a5770;
}

.card-option {
  border: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 4px 6px 9px rgba(90,90,90,.05);
          box-shadow: 4px 6px 9px rgba(90,90,90,.05);
}

.card-option.active,
.card-option:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 65px 0 #b7b7b7;
          box-shadow: 0 0 65px 0 #b7b7b7;
}

@media (min-width: 768px) {
  .card-option.active,
  .card-option:hover {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.card-option>.card-icon img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  padding-top: 30px;
}

.card-option .card-body {
  text-align: center;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .card-option .card-body {
    padding: 30px 0;
  }
}

.card-transparent-simple {
  color: #767676;
  background: rgba(0,0,0,0);
  border: 0;
}

.card-transparent-simple .card-icon img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.card-transparent-simple .card-body {
  padding: 0;
}

.card-transparent-simple .card-body .card-title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card-transparent {
  background-color: #fff;
  border: 0;
  border-radius: 15px;
  padding-top: 15px;
  margin-bottom: 75px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767.98px) {
  .card-transparent {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .card-transparent {
    background-color: rgba(0,0,0,0);
  }
}

.card-transparent .card-icon {
  border-radius: 50%;
  background-color: #023;
  line-height: 85px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.card-transparent .card-body {
  text-align: center;
}

.card-transparent .card-body .card-title {
  font-size: 14px;
  color: #023;
  font-weight: 900;
}

.card-transparent .card-footer {
  text-align: center;
  background-color: rgba(0,0,0,0);
  border: none;
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
  .card-transparent .card-footer {
    opacity: 0;
  }
}

.card-transparent:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 65px 0 #b7b7b7;
          box-shadow: 0 0 65px 0 #b7b7b7;
}

@media (min-width: 992px) {
  .card-transparent:hover {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.card-transparent:hover .card-icon {
  background-color: #00c9eb;
}

.card-transparent:hover .card-footer {
  text-align: center;
  background-color: rgba(0,0,0,0);
  border: none;
  opacity: 1;
}

.card-transparent-home {
  background-color: rgba(0,0,0,0);
  border: 1px solid #00c9eb;
  min-height: 196px;
}

.card-transparent-home .card-icon {
  background-color: rgba(0,0,0,0);
}

.card-transparent-home .card-footer {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  opacity: 1;
}

.card-transparent-home:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: rgba(0,0,0,0);
}

.card-transparent-home:hover .card-icon {
  background-color: rgba(0,0,0,0);
}

.card-transparent-home:hover .card-footer {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.card-transparent-home-techfin {
  min-height: 275px;
  border: none;
  -ms-flex-item-align: auto;
      align-self: auto;
  position: relative;
}

.card-transparent-home-techfin a {
  color: #00c9eb;
}

.card-transparent-home-techfin .card-icon {
  background-color: rgba(0,0,0,0);
}

.card-transparent-home-techfin:hover .card-icon {
  background-color: rgba(0,0,0,0);
}

.card-transparent-home {
  padding-top: 15px;
  margin-bottom: 75px;
}

.card-overlay,
.card-overlay-image,
.card-overlay-image-home {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  border: 0;
  background: rgba(0,0,0,0);
  height: 100%;
}

.card-overlay .card-image,
.card-overlay-image .card-image,
.card-overlay-image-home .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.card-overlay .card-image>img,
.card-overlay-image .card-image>img,
.card-overlay-image-home .card-image>img {
  min-width: 100%;
  min-height: 100%;
}

.card-overlay .card-body,
.card-overlay-image .card-body,
.card-overlay-image-home .card-body {
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 30px;
}

.card-overlay.card-overlay-new .card-image,
.card-overlay-new.card-overlay-image .card-image,
.card-overlay-new.card-overlay-image-home .card-image {
  position: relative;
  border-radius: 0;
}

.card-overlay-image,
.card-overlay-image-home {
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  border: 1px solid rgba(0,0,0,0);
  height: 350px;
}

.card-overlay-image>.card-image,
.card-overlay-image-home>.card-image {
  overflow: hidden;
  border-radius: 15px;
}

.card-overlay-image>.card-image>img,
.card-overlay-image-home>.card-image>img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.card-overlay-image>.card-body .icon-play,
.card-overlay-image-home>.card-body .icon-play {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.card-overlay-image>.card-body .icon-play .fas,
.card-overlay-image-home>.card-body .icon-play .fas {
  font-size: 25px;
  color: #a44dff;
}

.card-overlay-image>.card-body .icon-play-video,
.card-overlay-image-home>.card-body .icon-play-video {
  margin-left: 0px;
}

@media (max-width: 767.98px) {
  .card-overlay-image>.card-body .icon-play-video,
  .card-overlay-image-home>.card-body .icon-play-video {
    margin: auto;
  }
}

.card-overlay-image-new,
.card-overlay-image-home-new {
  height: auto;
}

.card-overlay-image-color,
.card-overlay-image-home-color {
  height: 350px;
  border-radius: 15px;
  border: 2px solid rgba(0,0,0,0);
  position: relative;
}

@media screen and (max-width: 768px) {
  .card-overlay-image-color,
  .card-overlay-image-home-color {
    height: 275px;
  }
}

.card-overlay-image-color::before,
.card-overlay-image-color::after,
.card-overlay-image-home-color::before,
.card-overlay-image-home-color::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  z-index: 99;
}

.card-overlay-image-color::before,
.card-overlay-image-home-color::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3137254902)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3137254902), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3137254902), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.3137254902), transparent);
}

.card-overlay-image-color::after,
.card-overlay-image-home-color::after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3137254902)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3137254902));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.3137254902));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3137254902));
}

.card-overlay-image-color .card-body .icon-play,
.card-overlay-image-home-color .card-body .icon-play {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.card-overlay-image-color .card-body .icon-play .fas,
.card-overlay-image-home-color .card-body .icon-play .fas {
  font-size: 25px;
  color: #a44dff;
}

.card-overlay-image-color:hover,
.card-overlay-image-home-color:hover {
  border: 2px solid rgba(0,0,0,0) !important;
}

.card-overlay-image-flips,
.card-overlay-image-home-flips {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 15px !important;
}

.card-overlay-image-flips .card-body .icon-play,
.card-overlay-image-home-flips .card-body .icon-play {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.card-overlay-image-flips .card-body .icon-play .fas,
.card-overlay-image-home-flips .card-body .icon-play .fas {
  font-size: 25px;
  color: #a44dff;
}

.card-overlay-image .border-secondary,
.card-overlay-image-home .border-secondary {
  border: 2px solid #00c9eb;
}

.card-overlay-image .border-primary,
.card-overlay-image .mod-plans .plans.assinatura-eletronica .chosen-plan .content,
.mod-plans .plans.assinatura-eletronica .chosen-plan .card-overlay-image .content,
.card-overlay-image .mod-plans .plans.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan .card-overlay-image .content,
.card-overlay-image .mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan .content,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan .card-overlay-image .content,
.card-overlay-image .mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan .card-overlay-image .content,
.card-overlay-image .mod-plans-basic .plans.assinatura-eletronica .chosen-plan .content,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan .card-overlay-image .content,
.card-overlay-image .mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan .card-overlay-image .content,
.card-overlay-image .mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan .content,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan .card-overlay-image .content,
.card-overlay-image .mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan .card-overlay-image .content,
.card-overlay-image-home .border-primary,
.card-overlay-image-home .mod-plans .plans.assinatura-eletronica .chosen-plan .content,
.mod-plans .plans.assinatura-eletronica .chosen-plan .card-overlay-image-home .content,
.card-overlay-image-home .mod-plans .plans.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan .card-overlay-image-home .content,
.card-overlay-image-home .mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan .content,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan .card-overlay-image-home .content,
.card-overlay-image-home .mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan .card-overlay-image-home .content,
.card-overlay-image-home .mod-plans-basic .plans.assinatura-eletronica .chosen-plan .content,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan .card-overlay-image-home .content,
.card-overlay-image-home .mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan .card-overlay-image-home .content,
.card-overlay-image-home .mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan .content,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan .card-overlay-image-home .content,
.card-overlay-image-home .mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan .content,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan .card-overlay-image-home .content {
  border: 2px solid #00dbff;
}

.card-overlay-image-home>.card-image>img {
  height: 100%;
}

.card-overlay-image-home>.card-body {
  background: -webkit-linear-gradient(45deg, #002233, transparent);
  background: -o-linear-gradient(45deg, #002233, transparent);
  background: linear-gradient(45deg, #002233, transparent);
}

.card-overlay-image-home:hover>.card-image>img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.card-overlay-image-home.video-boxes-units {
  height: 500px;
}

.card-accordion,
.card-accordion-pill {
  background: #f5f5f5;
  border: 0;
  border-radius: 10px;
  margin: 1.5rem 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.card-accordion.-active,
.-active.card-accordion-pill {
  border: 1px solid #00c9eb !important;
}

.card-accordion .card-header,
.card-accordion-pill .card-header {
  background: #f5f5f5;
  border: 0;
}

.card-accordion .card-header button,
.card-accordion-pill .card-header button {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #00c9eb;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-transform: initial;
  text-align: left;
  text-decoration: none;
}

.card-accordion .card-header button.collapsed,
.card-accordion-pill .card-header button.collapsed {
  color: #023;
  font-weight: 700 !important;
}

.card-accordion .card-body,
.card-accordion-pill .card-body {
  color: #023;
  padding-top: 0;
  padding-left: 1.85rem;
}

.card-accordion-new {
  border-radius: 15px !important;
  overflow: hidden !important;
}

.card-accordion-new .card-header {
  padding: .75rem 2.15rem .75rem 1.45rem;
}

.card-accordion-new .card-header button {
  padding: .375rem 0;
}

.card-accordion-new .card-body {
  padding-top: 0;
  padding-left: 1.45rem;
  padding-right: 2.15rem;
}

.card-window>.card.active {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0%;
          flex: 3 0 0%;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.card-window::after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 1199.98px) {
  .card-window {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .card-window>.card {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .card-window[data-qty="4"] .card-body {
    min-height: 390px;
  }

  .card-window[data-qty="3"] .card-body {
    min-height: 390px;
  }
}

.card-accordion-pill {
  background: rgba(0,0,0,0);
}

.card-accordion-pill .card-header {
  padding: 0;
  background: rgba(0,0,0,0);
  margin-bottom: 0 !important;
  z-index: 1;
}

.card-accordion-pill .card-header button {
  padding: 10px 20px;
  background: #37b6c4;
  border: 1px solid #37b6c4;
  color: #fff;
  border-radius: 50px;
}

.card-accordion-pill .card-header button.collapsed {
  background: rgba(0,0,0,0);
  border: 1px solid #fff;
  color: #fff;
}

.card-accordion-pill.card-accordion-pill-gray {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-accordion-pill.card-accordion-pill-gray .card-header button.collapsed {
  background: #f5f5f5;
  border-color: #cfcfcf;
  color: #000;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
          box-shadow: 0 3px 10px rgba(0,0,0,.08);
  font-weight: normal;
}

.card-accordion-pill.card-accordion-pill-white {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: initial;
}

.card-accordion-pill.card-accordion-pill-white .card-header button.collapsed {
  background: #fff;
  border-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
          box-shadow: 0 3px 10px rgba(0,0,0,.08);
  font-weight: normal;
}

.card-accordion-pill-new {
  background-color: rgba(0,0,0,0);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-accordion-pill-new .card {
  background-color: rgba(0,0,0,0);
  border: none;
}

.card-accordion-pill-new .card .card-body {
  color: #023;
  padding: 25px 12px 0;
}

.card-simple,
.card-rounded {
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.card-simple .card-image,
.card-rounded .card-image {
  width: 100%;
  position: relative;
}

.card-simple .card-image.fallback,
.card-rounded .card-image.fallback {
  background: #00dbff;
  height: 185px;
}

.card-simple .card-image.fallback.card-image-sm,
.card-rounded .card-image.fallback.card-image-sm {
  height: 135px;
}

.card-simple .card-image>img,
.card-rounded .card-image>img {
  position: relative;
  z-index: 30;
  width: 100%;
}

.card-simple .card-image>img.fallback,
.card-rounded .card-image>img.fallback {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
}

.card-simple a,
.card-rounded a {
  text-decoration: none;
}

.card-simple a:hover,
.card-rounded a:hover {
  text-decoration: none;
}

.card-simple .card-body,
.card-rounded .card-body {
  padding: 12px;
}

@media (max-width: 767.98px) {
  .card-simple .card-body,
  .card-rounded .card-body {
    text-align: center;
  }
}

.card-simple .card-body .category-list,
.card-rounded .card-body .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-simple .card-body .category-list>li,
.card-rounded .card-body .category-list>li {
  display: inline;
}

.card-simple .card-body .category-list>li:last-child::after,
.card-rounded .card-body .category-list>li:last-child::after {
  display: none;
}

.card-simple .card-body .category-list>li a,
.card-rounded .card-body .category-list>li a {
  display: inline;
}

.card-simple .card-footer,
.card-rounded .card-footer {
  background: rgba(0,0,0,0);
  border: 0;
}

.card-simple:hover,
.card-rounded:hover {
  text-decoration: none;
  border: 1px solid rgb(219.5,219.5,219.5);
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,.1);
          box-shadow: 2px 2px 12px rgba(0,0,0,.1);
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.card-simple-new {
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  border: 1px solid #00c9eb;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.card-simple-new:hover {
  border: 1px solid #00c9eb !important;
  text-decoration: none !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transform: scale(1.05) !important;
       -o-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}

.card-simple-new .card-image {
  max-height: 116px;
  height: 100%;
}

.card-simple-new .card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-height: 116px;
  height: 100%;
}

.card-simple-new .card-body {
  line-height: 1;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,.1);
          box-shadow: 2px 2px 12px rgba(0,0,0,.1);
}

.card-simple-new .card-body ul li {
  font-size: .9rem;
}

.card-simple-new .card-body .card-title h3 {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 57px;
  min-height: 57px;
}

@media (max-width: 767.98px) {
  .card-simple-new .card-body .card-title h3 {
    min-height: auto;
  }
}

.card-simple-new .card-body p {
  font-size: .75rem;
  margin: 0;
}

.card-simple-new .card-footer {
  margin-top: 8px;
}

.card-simple-new:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,.1);
          box-shadow: 2px 2px 12px rgba(0,0,0,.1);
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.card-simple-home {
  border: 1px solid #00c9eb;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.card-simple-home:hover {
  border: 1px solid #00c9eb;
  text-decoration: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.card-simple-tab {
  border: none;
}

.card-simple-tab.tab-left {
  margin-right: -14px;
}

@media (max-width: 991.98px) {
  .card-simple-tab.tab-left {
    margin-right: 0;
  }
}

.card-simple-tab.tab-right {
  margin-left: -14px;
}

@media (max-width: 991.98px) {
  .card-simple-tab.tab-right {
    margin-left: 0;
  }
}

.card-simple-tab .card-body-tab {
  padding: 20px 35px 15px;
  cursor: pointer;
}

.card-simple-tab .card-body-tab a {
  font-size: .8rem;
  color: #00c9eb;
}

.card-simple-tab.hover-gradient,
.card-simple-tab:hover,
.card-simple-tab:active {
  background-color: #00c9eb;
}

.card-simple-tab.hover-gradient p,
.card-simple-tab.hover-gradient a,
.card-simple-tab.hover-gradient h3,
.card-simple-tab:hover p,
.card-simple-tab:hover a,
.card-simple-tab:hover h3,
.card-simple-tab:active p,
.card-simple-tab:active a,
.card-simple-tab:active h3 {
  color: #fff !important;
}

.card-simple-tab:hover {
  border: none;
}

.card-simple-posts {
  border: 1px solid #00c9eb;
  border-radius: 20px;
}

.card-simple-posts .card-image img {
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-simple-posts .card-body {
  width: 100%;
  padding: 12px 20px;
  height: 190px;
}

@media (max-width: 767.98px) {
  .card-simple-posts .card-body {
    width: 100%;
  }
}

.card-simple-posts .card-body>div {
  position: absolute;
  bottom: 22px;
}

.card-simple-posts .card-body div.blog-space {
  bottom: 15px;
}

@media (max-width: 767.98px) {
  .card-simple-posts .card-body div.blog-space {
    width: 100%;
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }

  .card-simple-posts .card-body div.blog-space .btn,
  .card-simple-posts .card-body div.blog-space .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .card-simple-posts .card-body div.blog-space .submit,
  .card-simple-posts .card-body div.blog-space .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .card-simple-posts .card-body div.blog-space .comment-edit-link,
  .card-simple-posts .card-body div.blog-space .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .card-simple-posts .card-body div.blog-space .comment-reply-link,
  .card-simple-posts .card-body div.blog-space .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .card-simple-posts .card-body div.blog-space .submit,
  .card-simple-posts .card-body div.blog-space .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .card-simple-posts .card-body div.blog-space .comment-edit-link,
  .card-simple-posts .card-body div.blog-space .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .card-simple-posts .card-body div.blog-space .comment-reply-link,
  .card-simple-posts .card-body div.blog-space .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .card-simple-posts .card-body div.blog-space .hs-button,
  .card-simple-posts .card-body div.blog-space .comment-form input[type=submit],
  .comment-form .card-simple-posts .card-body div.blog-space input[type=submit],
  .card-simple-posts .card-body div.blog-space .search-form .search-submit,
  .search-form .card-simple-posts .card-body div.blog-space .search-submit,
  .card-simple-posts .card-body div.blog-space .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .card-simple-posts .card-body div.blog-space .hs-button {
    width: 100%;
    padding: 10px 50px;
    font-size: 14px;
  }
}

.card-simple-posts .card-body ul li a {
  font-size: .65rem;
  text-decoration: none;
}

.card-simple-posts .card-body h5 {
  height: 40px;
  overflow: hidden;
}

.card-simple-posts .card-body p {
  font-size: .85rem;
  line-height: 1.3;
  height: 35px;
  overflow: hidden;
}

.card-simple-posts .card-body .btn,
.card-simple-posts .card-body .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .card-simple-posts .card-body .submit,
.card-simple-posts .card-body .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .card-simple-posts .card-body .comment-edit-link,
.card-simple-posts .card-body .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .card-simple-posts .card-body .comment-reply-link,
.card-simple-posts .card-body .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .card-simple-posts .card-body .submit,
.card-simple-posts .card-body .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .card-simple-posts .card-body .comment-edit-link,
.card-simple-posts .card-body .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .card-simple-posts .card-body .comment-reply-link,
.card-simple-posts .card-body .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .card-simple-posts .card-body .hs-button,
.card-simple-posts .card-body .comment-form input[type=submit],
.comment-form .card-simple-posts .card-body input[type=submit],
.card-simple-posts .card-body .search-form .search-submit,
.search-form .card-simple-posts .card-body .search-submit,
.card-simple-posts .card-body .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .card-simple-posts .card-body .hs-button {
  padding: 6px 50px;
  font-size: .6rem;
  font-weight: 900;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-rounded {
  border-radius: 20px;
}

.card-rounded .card-body {
  padding: 25px;
}

.card-rounded .card-footer {
  padding: 0 25px 25px;
}

@media (max-width: 767.98px) {
  .card-rounded .card-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .card-rounded .card-footer .btn,
  .card-rounded .card-footer .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .card-rounded .card-footer .submit,
  .card-rounded .card-footer .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .card-rounded .card-footer .comment-edit-link,
  .card-rounded .card-footer .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .card-rounded .card-footer .comment-reply-link,
  .card-rounded .card-footer .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .card-rounded .card-footer .submit,
  .card-rounded .card-footer .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .card-rounded .card-footer .comment-edit-link,
  .card-rounded .card-footer .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .card-rounded .card-footer .comment-reply-link,
  .card-rounded .card-footer .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .card-rounded .card-footer .hs-button,
  .card-rounded .card-footer .comment-form input[type=submit],
  .comment-form .card-rounded .card-footer input[type=submit],
  .card-rounded .card-footer .search-form .search-submit,
  .search-form .card-rounded .card-footer .search-submit,
  .card-rounded .card-footer .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .card-rounded .card-footer .hs-button {
    width: 100%;
    padding: 10px 50px;
    font-size: 14px;
  }
}

.card-rounded:hover {
  border-radius: 20px;
}

.card-container:hover {
  text-decoration: none;
}

.card-container .card-option {
  width: 100%;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border: 1px solid #00c9eb;
}

.card-container .card-option.active,
.card-container .card-option:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .card-container .card-option.active,
  .card-container .card-option:hover {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.card-container .card-option>.card-icon img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  padding-top: 30px;
}

.card-container .card-option .card-body {
  text-align: center;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .card-container .card-option .card-body {
    padding: 30px 0;
  }
}

.card-container.active .card-option {
  text-decoration: none;
}

@media (min-width: 768px) {
  .card-container.active .card-option {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.card-container-new {
  padding: 0 26px;
}

.card-container-new .card-option {
  border-radius: 20px;
  border: 1px solid #00c9eb;
  position: relative;
  min-width: 187px;
  width: 100%;
}

.card-container-new .card-option.active,
.card-container-new .card-option:hover {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

@media (min-width: 768px) {
  .card-container-new .card-option.active,
  .card-container-new .card-option:hover {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.card-container-new .card-option .card-body {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  padding: 16px 14px 26px;
  min-height: 84px;
  cursor: pointer;
}

.card-container-new .card-option .card-body .btn-bottom {
  position: absolute;
  left: 50%;
  bottom: -33px;
  border-radius: 40px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 110px;
}

.card-container-new .card-option .card-body .btn-arrow-down {
  display: none;
}

.card-container-new .card-option ::after {
  content: "";
  position: absolute;
}

.card-container-new.active .card-option {
  background-color: #00c9eb;
}

.card-container-new.active .card-option .text-gray-dove {
  color: #fff !important;
}

.card-container-new.active .card-option .btn-bottom {
  display: none;
}

.card-container-new.active .card-option .btn-arrow-down {
  position: absolute;
  left: 50%;
  bottom: -45px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 46px;
  height: 46px;
  color: #00c9eb;
}

@media (min-width: 768px) {
  .card-container-new.active .card-option {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media (min-width: 992px) {
  .card-container-new.active::before {
    content: "";
    background-color: #f5f5f5;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 19.5px;
    top: 36px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .card-container-new.active::before {
    content: "";
    width: calc(100% - 19px);
    left: 10px;
  }
}

@media (max-width: 575.98px) {
  .card-container-new {
    padding: 0;
  }
}

.card-trainings {
  position: relative;
  z-index: 2;
  min-height: 270px;
}

.card-trainings h3 {
  font-size: 14px;
  min-height: 80px;
}

.card-trainings.soldout {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.card-trainings.soldout::before {
  content: "Vagas Esgotadas";
  width: 100%;
  height: 100%;
  background-color: rgba(110,110,110,.89);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.3125rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}

.card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 250px;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-bottom: 5px;
}

.card-icons img {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.card-icons .text-effect {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.card-icons p {
  margin-bottom: 0;
}

.card-icons:hover {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
  cursor: default;
}

.card-icons:hover img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.card-icons:hover .text-effect {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-segmento-close {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 20;
  font-size: 12px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.btn-segmento-close:active {
  color: #fff !important;
}

.btn-segmento-close.active {
  display: block;
  opacity: 1;
}

.btn-segmento-close a {
  outline: 0;
  text-decoration: none !important;
}

.btn-blog {
  padding: 6px 50px;
  font-size: .6rem;
  font-weight: 900;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.infinite-scroll-content .card-rounded {
  border: 1px solid #00c9eb;
  -webkit-transition: .3s transform ease;
  -o-transition: .3s transform ease;
  transition: .3s transform ease;
}

.infinite-scroll-content .card-rounded:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: scale(1.025);
       -o-transform: scale(1.025);
          transform: scale(1.025);
}

.conteudo-destaque {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #023;
  border-radius: 50px;
  padding: 30px;
  max-width: 800px;
}

@media (max-width: 767.98px) {
  .conteudo-destaque {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.conteudo-destaque::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  background-color: rgba(0,0,0,0);
  border: 1px solid #023;
  border-radius: 30px 30px 50px 30px;
  width: 100%;
  height: 100%;
  right: -22px;
  top: 22px;
}

@media (max-width: 767.98px) {
  .conteudo-destaque::before {
    display: none;
  }
}

.conteudo-destaque .box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  padding: 15px;
}

@media (max-width: 767.98px) {
  .conteudo-destaque .box {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}

.conteudo-destaque .box .img-box {
  height: 80px;
  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;
}

.wrap-white-box {
  position: relative;
}

.wrap-white-box::after {
  display: block;
  content: "";
  position: absolute;
  width: 970px;
  margin-left: -485px;
  left: 50%;
  top: 48.5%;
  border: dashed 2px #fff;
}

@media screen and (max-width: 1024px) {
  .wrap-white-box::after {
    width: 800px;
    margin-left: -400px;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-white-box::after {
    display: none;
  }
}

.wrap-white-box .white-box {
  width: 90%;
  min-height: 75px;
  height: auto;
  padding: 10px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-white-box .white-box.font-size-lg {
  font-size: .9rem !important;
}

@media screen and (max-width: 1024px) {
  .wrap-white-box .white-box {
    width: 100%;
  }
}

.wrap-white-box .white-box.first-box {
  margin-left: -5%;
  margin-bottom: 80px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 1366px) {
  .wrap-white-box .white-box.first-box {
    margin-left: 0%;
  }
}

@media screen and (max-width: 768px) {
  .wrap-white-box .white-box.first-box {
    margin-bottom: 30px;
  }
}

.wrap-white-box .white-box.first-box::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color: #00dbff;
  bottom: 120px;
  left: 100px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.wrap-white-box .white-box.first-box:hover::after {
  -webkit-animation: floatUp 1s infinite;
       -o-animation: floatUp 1s infinite;
          animation: floatUp 1s infinite;
}

@media screen and (max-width: 1024px) {
  .wrap-white-box .white-box.first-box::after {
    left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-white-box .white-box.first-box::after {
    display: none;
  }
}

.wrap-white-box .white-box.second-box {
  margin-left: 85px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 1366px) {
  .wrap-white-box .white-box.second-box {
    margin-left: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .wrap-white-box .white-box.second-box {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-white-box .white-box.second-box {
    margin-bottom: 30px;
  }
}

.wrap-white-box .white-box.second-box::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color: #00dbff;
  top: 117px;
  left: 260px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.wrap-white-box .white-box.second-box:hover::before {
  -webkit-animation: floatDown 1s infinite;
       -o-animation: floatDown 1s infinite;
          animation: floatDown 1s infinite;
}

@media screen and (max-width: 1024px) {
  .wrap-white-box .white-box.second-box::before {
    left: 150px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-white-box .white-box.second-box::before {
    display: none;
  }

  .wrap-white-box .white-box.second-box::after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-color: #00dbff;
    bottom: -35px;
    left: 50%;
    margin-left: -10px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .wrap-white-box .white-box.second-box.last::after {
    display: none;
  }
}

.wrap-color-box .color-box {
  width: 90%;
  min-height: 75px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-color-box .color-box.font-size-lg {
  font-size: .9rem !important;
}

@media screen and (max-width: 1200px) {
  .wrap-color-box .color-box {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .wrap-color-box .color-box {
    width: 100%;
    min-height: unset;
    margin-bottom: 30px;
  }

  .wrap-color-box .color-box.font-size-lg {
    font-size: .9rem !important;
  }
}

@media screen and (max-width: 768px) {
  .wrap-color-box .color-box.font-size-lg {
    font-size: 1rem !important;
  }
}

.wrap-color-box .icon::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -5px;
  top: 15%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  content: "\F061";
}

@media screen and (max-width: 1024px) {
  .wrap-color-box .icon::after {
    font-size: 1.3rem;
    right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-color-box .icon::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .wrap-power-transform {
    border-bottom: 1px solid #dedede;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .wrap-power-transform:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.wrap-content-podcast {
  border-bottom: 1px solid #dedede;
  margin-top: 30px;
  padding-bottom: 30px;
}

.wrap-content-podcast .img-podcast {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .wrap-content-podcast .img-podcast {
    margin: 0 auto 15px;
  }
}

.wrap-content-podcast .img-podcast img {
  width: 100%;
}

.wrap-content-podcast:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.card-deck-versus>.card-list {
  border: 5px solid #4d5451;
  border-radius: 15px;
  -webkit-box-shadow: 9px 14px 30px rgba(0,0,0,.3);
          box-shadow: 9px 14px 30px rgba(0,0,0,.3);
  overflow: hidden;
}

.card-deck-versus>.card-list>.card-head {
  text-transform: uppercase;
  padding: 12px 0;
  text-align: center;
  color: #2e4552;
}

.card-deck-versus>.card-list>.card-body {
  padding: 0;
}

.card-deck-versus>.card-list>.card-body .card-list-item {
  padding: 15px 30px;
  color: #767676;
}

.card-deck-versus::before {
  content: "VS";
  font-weight: 900;
  font-size: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAAB3CAMAAADhJUSGAAACH1BMVEUAAABAQEFAQEI/P0JBQUFAQEE+QUdAQEJBQUE/QENBQUFBQUFBQUEnJFdBQUFBQUEnIlZBQUFBQUEnKFops8Mps8IpsMEnQG0nMGAnT3goXYIpqbwnNmUorr8oh6InOGYnK1wobo8nLl8orL0nR3EptMQolq0nSnQnKFonV30nO2kppLgok6sojqcpiqQoaowoY4Yoprn8+/son7MpnbIomrAogp4ofJooVXwodZQoobUoo7YocpLz+fknI1YoepgoaYsoZokzV2onJljW1d604ujx9/css8L6+fkomK8okKnj4+kof5woeJYtmacsjqAzgIo0b3kyQm33+vrk8/Sb2uH6+fmW0dsqsMD09PXt7fDT2uErp7a8ytWkproyhI4udIk5ZWstW3g3NmUnJlgtgZXP7O/Z7/Kd2OBCuMdlwc7q7/KEytX29vfa5+u82+Kkz9ng5+spqrvK2uGsy9ZOpbkrp7cto68sg54qj6QsmqrFyNSGnrQvmaS3u8opdpGRm7Ipa4pje5kpYYMxc4E2THWLi6UpWXxvb5E1aXQ9T1IoPGgzVmoxrr/DytUvjpwrRGh5zthgxdFTwc3Q6e1qyNNPvMpFtMOn1d0qssK+2+JmushntsZGqr3w8PIrrrwxmrB1ssJInbKMt8ZsqbwpmK0sqrcpm69enLKYscLP0tvKzNdpjae/vcxfdJRkcpKhoLZrcJH+/fwptcT5+/uJP10BAAAAsnRSTlMABAgPQgsdGDATOCc8PCAsOTUjQfz692JMdYjtUfS/VkWeSPFp/dRuLIBb6NDJxZqP6vvg3dq5snuo4+Wk/jStlZNEJKX8+vf21827tqylnHJeTP78/PLy6eXVy8XDeXhtWEpCH4X+/Pj18vDw7+3r5uTk3drWz7KyramjnpmXjIaCgXBkY2FaWFVCNjPxs44k/Pr6+fn27+7u6+fi4t/Y1tPOzMzLyMbAtbOpnoV5bm1fTdZDEQAAB8FJREFUaN600r1q8zAUgOFIpjYZDAYNyiCwMR2ER12AF3sIePNgsAte7LVXEAhZEgKF8F1BL6Clf+cKP0l1CyEk/lMfgwdjzssRWoyGLadNOI9jz4s550nrWHjxt+4cLmuX4sS5W/wRKzlLXqYt803cxq7rep7rybd6pO5D90WKW2x2Ue4OxM2tvDyLNoe3NKvKYg2wLsoqS98OzVl4aeYa/UQJcZvPtBJwQVTpZ0N+f+PzrxdKXNJp6mwNV62zuiEdN0Ezz9cjnWP6CD0e0yPpeMtZq5LOIRMwgMgOpDN9YRwH344ZDJYdg28xnlZ1SKDlqYARRJoHGnGmVNsg1OoSRirrUAva8VUeavkLTJDmocZHV1fa1zNMUn2tNI6mVOsCJirqrjuhuhUwmdiO7aKEaRuYZcO0f0OzNtNeYaZXptnDqtbK933mb2C2jRzD2MoaUsWhr2zBgK2vhLi/ip58ZSfAALHzlSfUW7UjP4qijwKMKD70OLuvi1kk7Ssw5HkfSQz3HTGlUURPYMxLRKXbx4yWVNmBQTuqLNGNKsqptC/BoHJPpRyhG/eJKicw6kQVG11fllF6T98FGCXe1VSG0LWqfa88gGEPeqx9pYv+01L+KgoDQRxmNiRLHsHrDgSxUmzOg8iphdhcYysBSSsKomVAEoU0Fr6DzQlW84Q3v200f0rnK3fh+5jsqFngOue3k8O7MNQ8bNgBS347SycOiRqHneIyH/DbGeQwT5vGJTLtlhCzAjHMbUPUMOy1BTaswMapr4bqVZPgKmUVUrgTY6iW9Tu4WrIKS7g7fjVLZIIhmLMKcycPDFF12Gl32B2mrEQq1e60Mi5JtugKMSsRw15IlsoL5bVwsWMldrAPPWPKWd9+gAErMXB6K+OWv/EFxw9W4wH/pfSVpeolOL6zGnf4E8835WyB45jViOEvXrOE7Kkv7FmNPfwnZOllj0OX3bEaO5cNX3YZw4bZRFizGmv4s9Dzy9n+WJixGjP4+9WsnfSEOasxh39in1kieVrbA6yIC1h5XKLnRtlPwIq4ALKGnk8buNMRqzFygQCPW85Gn5HmSkUo1LLjSND8AcE/rmRtcPwWtqzGNhL/MbCVbIas5p8j/Fktu/oVDqzGAf5VLXv+EW6sxg3+cy2bfAl/rMZ/e/XymkYUhQG8hVkMoyREoptiN5Ju+gCp6WKCFAQjLUUjKnEhJBbMi9CE0jwhdNNNQkPo+00f9LVW/8Ce71xvz7R3sD5mdv1MjGac8+Oce2f8ifp3DfYx/r1faYeUyj7qPzbY2M07lNC28j1Uvxkz2Yc3KKHtqQeo/tCHXcaBr+2Q8hXVl33Y3EUkpLtylovnNCs3x1hkH0fetkPJW9Tej8SMe/JEpIVDn9uh5DNqtyITPuzxNSSUL6F5Ln2sWc/X/ETEvohj2+0Qso3KF+3IhPdr/rxiJ1tXKV+6wavdL6jcmlTsebCylSdzV5Gt4NktLpyblI3s3cp26TZlJ3h2B3VLNjaywdLilq8gW4E3y2XLtLR/sb3FtQ9wfKcSrFrZQdUDu7e0wurFtcuXkIA38zYXLdt6aTUrU546wCc+VYNUq59Q82BKZuxl1ZSPL92ivA+SfY+Kl47VjBVrTHmqNIu8Dk59zQVLU94Zm1M++TabmZ3NPA9KXc1kSP128ueMjb3sLGeQD9lg1OwHLrfsePexMWVq1yldR94Fw77jYiWHmvXO2NxUzskPlz7pbgahbl536fHjxDE2lNluM+O67py7OL666CKZpn+zsqm4XWfBnUMWx1bnOAsOmjU3lGKl3ejZZcrc5cUx1cucVlSaFdZYXbglPiG9Oda6pqlCOl2C6r+ysrq4dm0nahXTnI3sqGh2Q1UoWlHHxjUrK+vTrh6zdXiB82p1NPX5K3X+oaVH7NssWNlVcIvqvNO1UdS1CypFqLKfhDVuVew65J5dSOHM1EZ1WLS6kaLQ6WekOqzKDcpkZczsLt1PcU7XKsOglbXTFOf+EqsyYrB9xqyWN2o1d5MpeiST6/nB1fx6ks6h7DatqFrYfiOWixdjVq5VTPbyMt8dxOzmX+oziharPGK5ZPuNWVwadAJJJhLrtfl/ofO19YRKkgYsqox4YDd3SKRK4UU+2+dCzb8oJLR6mBtcNV2HXKvcSOjEC09rK12f2a7UnsKMJ/ipUbZIdQZTZXm9LuCF3bgnhWdPavmV1Wq2281WV1fytSfPCt7juwtAvaq5sCbrdW12ATfi0/HpXugl3pGA1/xePQFtAGXV9qpgB3UjtlpgpFysz0xP0w8if/5MvYjx9pbVjhjqYG5MBs0t79U7nc7MzIz6pZf8hOB9fY8blQHHDHUIV2DKo6PGm45P3jSOHlledGhVXBm0wJTm0tHe94/1QrzTiRfqH7/vHS01LUSjMmBRh3ClYYYh909UodLqEKpcvzxoNCzwYCha5QHL9TpSwwyzTPEnlcmo0epIroZZBm0GJJsaHVWFKw0rWGSyezpeiKlQaVXUoRvWHfdk0Ags9hD7t6k7lVZHcb0wy0wbAcmmF4U6Pqxl0MBVAILUZgCoTJphJYMGrgMQpDIZlfmOCYsMGrYEIkgxBQ0IhgwaOIdBkDCDRAWGzLQZJmEKGrjMtoTFcEyRxZZADM8U28y5/+mXX/OlW0Ic4PsrAAAAAElFTkSuQmCC) no-repeat;
  width: 118px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
  line-height: 110px;
}

@media (max-width: 767.98px) {
  .card-deck-versus::before {
    display: none;
  }
}

.icon-play-video,
.icon-linkedin,
.icon-youtube,
.icon-instagram,
.icon-facebook {
  display: inline-block;
  vertical-align: middle;
}

.icon-facebook {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -164px -181px;
  width: 32px;
  height: 32px;
}

.icon-facebook:hover {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -132px -181px;
  width: 32px;
  height: 32px;
}

.icon-instagram {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -231px 0px;
  width: 32px;
  height: 32px;
}

.icon-instagram:hover {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -196px -181px;
  width: 32px;
  height: 32px;
}

.icon-youtube {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -231px -128px;
  width: 32px;
  height: 32px;
}

.icon-youtube:hover {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -231px -96px;
  width: 32px;
  height: 32px;
}

.icon-linkedin {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -231px -64px;
  width: 32px;
  height: 32px;
}

.icon-linkedin:hover {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -231px -32px;
  width: 32px;
  height: 32px;
}

.icon-play-video {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -182px 0px;
  width: 49px;
  height: 50px;
}

.icon-play-sm {
  max-width: 100px;
}

@media (min-width: 992px) {
  .icon-play-about-us {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}

.icon-play-new {
  width: 105px;
  height: 105px;
}

.icon-arrow-back::before {
  content: "\F0D9";
  padding-right: 3px;
  font-family: "FontAwesome",sans-serif;
}

@media (max-width: 575.98px) {
  .display-2 {
    font-size: 40.8px;
  }
}

.section {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .section {
    padding: 50px 0;
  }
}

.section-segmentos {
  overflow: hidden;
}

.section-segmentos-text-blog p {
  color: #023;
}

.section-segmentos-text-blog p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.section-jornada-principal {
  color: #023;
}

.section-jornada-principal h2 {
  font-weight: 900;
  text-transform: uppercase;
}

.section-jornada-principal span {
  color: #00dbff;
  text-transform: none;
  font-weight: 900;
}

.section-secundary span {
  text-transform: uppercase !important;
}

@media screen and (max-width: 992px) {
  .section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-trabalhe-conosco {
  background: url(https://www.totvs.com/wp-content/themes/totvs-theme/dist/images/bg-banner-sub-r_818c9fbe.png) right top no-repeat,url(https://www.totvs.com/wp-content/themes/totvs-theme/dist/images/bg-banner-sub-l_cf6a07e2.png) left top no-repeat;
}

.jumbotron .display-2 {
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.jumbotron.ilustras {
  font-size: 20px;
}

.wrap-box-units {
  background-color: #023;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 992px) {
  .wrap-box-units .box-unit-logo {
    padding: 30px;
  }
}

.wrap-box-units .box-unit-logo .logo-unit {
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wrap-box-units .box-unit-text {
  padding: 30px;
  border-left: 1px solid #979797;
}

@media screen and (max-width: 767px) {
  .wrap-box-units .box-unit-text {
    border-top: 1px solid #979797;
    border-left: none;
  }
}

.wrap-box-units .box-unit-text p {
  margin-bottom: 0;
}

.modal-form-pop-up .divider-primary::after {
  margin-bottom: 20px;
}

.modal-form-pop-up .modal-body {
  padding-top: 0;
}

.modal-form-pop-up .hbspt-form form.hs-form div:not(.hs-fieldtype-radio):not(.input):not(.hs_mensagem):not(.hs_submit):not(.actions) {
  width: 100% !important;
}

.modal-form-pop-up .hbspt-form form.hs-form div:not(.hs-fieldtype-radio):not(.input):not(.hs_mensagem):not(.hs_submit):not(.actions) input {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: block;
  max-width: 100% !important;
  padding: 15px;
}

.modal-form-pop-up .hbspt-form form.hs-form .hs-error-msg {
  font-family: "TOTVS",sans-serif;
}

.modal-form-pop-up .hbspt-form form.hs-form .actions {
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  font-family: "TOTVS",sans-serif;
  font-size: 15px;
  padding: 8px;
  text-shadow: none;
  margin-top: 10px;
}

.modal-default .modal-content .modal-header {
  padding: 0;
  border-bottom: 0;
}

.modal-default .modal-content .modal-header>.close {
  position: absolute;
  margin: 0;
  opacity: 1;
  padding: 0 5px;
  top: -42px;
  right: 0;
  color: #fff;
}

.modal-default .modal-content .modal-header>.close:hover {
  color: #00dbff;
}

.modal-default .modal-content .modal-header>.close>span {
  font-size: 42px;
  text-shadow: none;
}

.modal-default .modal-content .modal-body {
  padding: 0;
}

.modal-default.modal-blast .modal-content {
  min-height: 596px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABwCAMAAAB8U0MtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDExNi4xNjQ3NjYsIDIwMjEvMDIvMTktMjM6MTA6MDcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNDU3NTBBREQ0MjgxMUVCODk5NkE0OEI1MUM5RDU1NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNDU3NTBBRUQ0MjgxMUVCODk5NkE0OEI1MUM5RDU1NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0NTc1MEFCRDQyODExRUI4OTk2QTQ4QjUxQzlENTU0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM0NTc1MEFDRDQyODExRUI4OTk2QTQ4QjUxQzlENTU0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aq1BpQAAAwBQTFRFN0NE////Dtvj/v7+B9riFdjgLLvDMzY2FNriMzk5MKmvNjY2MKWqNDc3MjQ0ODg4EdffJMTM8vLyNkdJN4eLJMDI9vb21NTUbm5uRERESUlJ/f39N0xNN4uPOm1xVlZWNDw8h4eHHNPbMp+lG9XdOWlrNpCWpaWlNlVWIc7WOHd6jY2Ntra24ODgQUFBHdHYND4/Ozs76OjoXV1dOXN2OFBR/Pz8yMjIaGhoNTU1vLy8NkRF7Ozs7e3t+/v7UVFRPT09N1pcnp6eN2Rm+fn55OTkLbe+OXh7NEFBHdHZH8vSw8PD+vr6+Pj4Ma60q6ursLCwUFBQgICAdnZ2NZWaI8jQIsrRD9nhnZ2d2dnZHc/XL7S8M5qgOGBiOGVnIczTN11eHs3V4uLiPDw87+/vMp2j7+/vsbGxOXyAOHt+2traOF5gOV1fN0lKMqitNkVGXl5eND4+N19gNpSaOIKFtLS0NkJDLbG4kZGR39/fRUVFmZmZOGFjLq6zjo6OlpaWFtbeZmZmTU1Nzc3Nzs7ON3x/0dHRv7+/OFxek5OTOH2BYWFhe3t7f39/OWJld3d3NoyQ8PDwOWRnNDU1xcXFLrC23NzcnJycfX19NUBANpCVU1NTM5ieNZedM5yi0NDQlJSUubm5LrC1OGZos7OzHc/WOnV4OHl88/PzX19ft7e3OFlaM56kJMLKM5abNpSZg4ODMayyIMfPNpacOHJ1OFVY6enpra2tOXZ5ysrKoaGhMKetH8nQqKioG8zT6+vrNZuhkJCQ3d3dY2NjKrzEOXp9NZmfwsLCN0ZIL7O6NkJCc3NzK7jAwMDAbW1tl5eXN4OHN1FT9PT09fX1NpKYNZOYN0pLK7i/dXV1KLnAOW5yKL3FSkpKsbGxN36BN36CN42RNo6UoqKiL7G3mJiYQEBAZWVlI8bOYGBgLbW8K7a9gYGBgoKCMK2zfn5+eHh4M6CmNUBBcnJyN4+UYmJiKL3EOVda0tLSOFlbOIKGLbO6VFRUOX+DN4CDOWJkAAAA3keKpwAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAATiSURBVHjanNd3VBNZFAZw7k0CQUpCVLoUGyigAkrviEpREUTFVXfVI8e197rqWlZddVe3995777333gvbe+999+4b8Mx7E3ITXvLflzm/8+bc5Nz5JoSYz/s4LUyJQ3DwBDMkVkB8CAdjsJ8aL8YFMtRADnFwDrrXKXGMEzPN4CqHLBZOwkFqvB6/kqEFXq7iYLId/1DiyoGYIlMcTCYOrsZxatyHDXJS+8F2DgfTRuJoJUZbJpUNhcTBo/HIKCXWorvUDJua4CcORvfHAWq+CX+QYTPUFXPwGHSUWidVbYaIMniIONgHI9X4Kr4lwwGIHcHBpXY8ip3UbmgmDg7FUDVegXPlpPLBlsrB8MtwODupS2EncXA8DgtX4mx0PGmGhInwJgtD8Wx2UhdCXjEHF+P0vkrs68BV8rfIg+OJg5HYR40/46MytMLEBA4ud+BsdVLDcLxMu6CTODgA+0cr8U6cKSeVaoN8DkbNxceskxoqQydcQBwcjSPTlLgX7UvNMCIWDrDwWXyNndQGeCCCg9VoT1ZiqQP/M0NxHWwmDg7Cb9lJPQNNmzgY4sZadVL343EyFUI2cbAfxrCT+tsG+zkY1oD71DwOp8owGeKIgyk4cJQSr1EnVfUKtLDwS7zFOqlJMmRBmYuDmegco8R1bpwjUw7MIA6ej6exk4qHpkQOThiMQ9RJTcN/ZGqEEuLgi3gzO6nKJHiEg2FtuEa98heeK0MGtBMHxcP6LG5SVR74hoXrcZZ6YRaulyEdOnI5aHlYE/1omdRGuJs4+Dg+pX6/BttOMUMRFOzg4CjLw5qoDf+U4TnYQxz8F+9la82OAihioVet+RgflOEjeJg4eAm6n+ZqTW4HpLPQq9ach0fIcCN45nMw2Ym/KV9aJ9UOGcTBqdZa855aAD+DpCkcTKvHW9kCWAJPEAcXYoNaa05Gt/wnJhbA8xz0rjVb1EnVwEbi4Il+ak1XxeSgV625Ad+Q4Wu4soqDr9txL1truiomA71qjaUA/gK2Sg6Gz8TL2VrTXTF9Q69aIwrgcjOcAWbL6Al/xQ+5WpNvA9H3GbgKHZZaY8clZrgaAE7i4AJrrVEnlVAh4FoOxuDb1lojC+ALwsl+4g2PxduUOFyZVES5cHHEw0ym1hw0DjyThdep5XSJWgB3C2d9JlrganVL3KNMSvQv8HomWuBLdnlkrRMXm1eahatI5KFYG9MPd5Laelwm+9dYAUvID4zagvjOwurMlGVODF1pXthqjGa7P0hhh9zY/YlUOkeecO3kF4r/2Qeh9Y7Pr1VfNuKNA9MDQR+fQuE8ufqw0vgtMkgfZgjncw8HgLmxAjaSPkw3RhMfBMwRbh7pwyLjwKwg4B7hul8v9WBikoB3kD6sEe7w66UWdHkE3En68ARjNK1BwEXC5UXowxXGgdtIH14knPl6qQG71nc26cNtxp2u0IcRHf7Wtx/YahzYEgT8Xbhylz5MNQ6sIX3YKVzBu/rw0wDrm4VZxp0WBQFvF+500ocB1zcH7zLW93x9OCXg+mbgfcb6rtSHXev7VNKHvVjfvuE84eqK9eF248CtpA8be7G+fcGu9d1M+nCGcaep+tBVJtwu0offGQd+HwSM69X67gnzjQM/IX24VrixCUFAT+/Wd08o2oLtqmDgF4s6Nmg5+l+AAQDNfSlBNwcAbgAAAABJRU5ErkJggg==),url(/wp-content/themes/totvs-theme/dist/images/graf-bot-modal-blast.png);
  background-position: 10px top,right bottom;
  background-repeat: no-repeat,no-repeat;
  background-color: #023;
  color: #fff;
  padding: 24px 34px;
}

@media screen and (max-width: 767px) {
  .modal-default.modal-blast .modal-content {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABwCAMAAAB8U0MtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDExNi4xNjQ3NjYsIDIwMjEvMDIvMTktMjM6MTA6MDcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNDU3NTBBREQ0MjgxMUVCODk5NkE0OEI1MUM5RDU1NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNDU3NTBBRUQ0MjgxMUVCODk5NkE0OEI1MUM5RDU1NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0NTc1MEFCRDQyODExRUI4OTk2QTQ4QjUxQzlENTU0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM0NTc1MEFDRDQyODExRUI4OTk2QTQ4QjUxQzlENTU0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aq1BpQAAAwBQTFRFN0NE////Dtvj/v7+B9riFdjgLLvDMzY2FNriMzk5MKmvNjY2MKWqNDc3MjQ0ODg4EdffJMTM8vLyNkdJN4eLJMDI9vb21NTUbm5uRERESUlJ/f39N0xNN4uPOm1xVlZWNDw8h4eHHNPbMp+lG9XdOWlrNpCWpaWlNlVWIc7WOHd6jY2Ntra24ODgQUFBHdHYND4/Ozs76OjoXV1dOXN2OFBR/Pz8yMjIaGhoNTU1vLy8NkRF7Ozs7e3t+/v7UVFRPT09N1pcnp6eN2Rm+fn55OTkLbe+OXh7NEFBHdHZH8vSw8PD+vr6+Pj4Ma60q6ursLCwUFBQgICAdnZ2NZWaI8jQIsrRD9nhnZ2d2dnZHc/XL7S8M5qgOGBiOGVnIczTN11eHs3V4uLiPDw87+/vMp2j7+/vsbGxOXyAOHt+2traOF5gOV1fN0lKMqitNkVGXl5eND4+N19gNpSaOIKFtLS0NkJDLbG4kZGR39/fRUVFmZmZOGFjLq6zjo6OlpaWFtbeZmZmTU1Nzc3Nzs7ON3x/0dHRv7+/OFxek5OTOH2BYWFhe3t7f39/OWJld3d3NoyQ8PDwOWRnNDU1xcXFLrC23NzcnJycfX19NUBANpCVU1NTM5ieNZedM5yi0NDQlJSUubm5LrC1OGZos7OzHc/WOnV4OHl88/PzX19ft7e3OFlaM56kJMLKM5abNpSZg4ODMayyIMfPNpacOHJ1OFVY6enpra2tOXZ5ysrKoaGhMKetH8nQqKioG8zT6+vrNZuhkJCQ3d3dY2NjKrzEOXp9NZmfwsLCN0ZIL7O6NkJCc3NzK7jAwMDAbW1tl5eXN4OHN1FT9PT09fX1NpKYNZOYN0pLK7i/dXV1KLnAOW5yKL3FSkpKsbGxN36BN36CN42RNo6UoqKiL7G3mJiYQEBAZWVlI8bOYGBgLbW8K7a9gYGBgoKCMK2zfn5+eHh4M6CmNUBBcnJyN4+UYmJiKL3EOVda0tLSOFlbOIKGLbO6VFRUOX+DN4CDOWJkAAAA3keKpwAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAATiSURBVHjanNd3VBNZFAZw7k0CQUpCVLoUGyigAkrviEpREUTFVXfVI8e197rqWlZddVe3995777333gvbe+999+4b8Mx7E3ITXvLflzm/8+bc5Nz5JoSYz/s4LUyJQ3DwBDMkVkB8CAdjsJ8aL8YFMtRADnFwDrrXKXGMEzPN4CqHLBZOwkFqvB6/kqEFXq7iYLId/1DiyoGYIlMcTCYOrsZxatyHDXJS+8F2DgfTRuJoJUZbJpUNhcTBo/HIKCXWorvUDJua4CcORvfHAWq+CX+QYTPUFXPwGHSUWidVbYaIMniIONgHI9X4Kr4lwwGIHcHBpXY8ip3UbmgmDg7FUDVegXPlpPLBlsrB8MtwODupS2EncXA8DgtX4mx0PGmGhInwJgtD8Wx2UhdCXjEHF+P0vkrs68BV8rfIg+OJg5HYR40/46MytMLEBA4ud+BsdVLDcLxMu6CTODgA+0cr8U6cKSeVaoN8DkbNxceskxoqQydcQBwcjSPTlLgX7UvNMCIWDrDwWXyNndQGeCCCg9VoT1ZiqQP/M0NxHWwmDg7Cb9lJPQNNmzgY4sZadVL343EyFUI2cbAfxrCT+tsG+zkY1oD71DwOp8owGeKIgyk4cJQSr1EnVfUKtLDwS7zFOqlJMmRBmYuDmegco8R1bpwjUw7MIA6ej6exk4qHpkQOThiMQ9RJTcN/ZGqEEuLgi3gzO6nKJHiEg2FtuEa98heeK0MGtBMHxcP6LG5SVR74hoXrcZZ6YRaulyEdOnI5aHlYE/1omdRGuJs4+Dg+pX6/BttOMUMRFOzg4CjLw5qoDf+U4TnYQxz8F+9la82OAihioVet+RgflOEjeJg4eAm6n+ZqTW4HpLPQq9ach0fIcCN45nMw2Ym/KV9aJ9UOGcTBqdZa855aAD+DpCkcTKvHW9kCWAJPEAcXYoNaa05Gt/wnJhbA8xz0rjVb1EnVwEbi4Il+ak1XxeSgV625Ad+Q4Wu4soqDr9txL1truiomA71qjaUA/gK2Sg6Gz8TL2VrTXTF9Q69aIwrgcjOcAWbL6Al/xQ+5WpNvA9H3GbgKHZZaY8clZrgaAE7i4AJrrVEnlVAh4FoOxuDb1lojC+ALwsl+4g2PxduUOFyZVES5cHHEw0ym1hw0DjyThdep5XSJWgB3C2d9JlrganVL3KNMSvQv8HomWuBLdnlkrRMXm1eahatI5KFYG9MPd5Laelwm+9dYAUvID4zagvjOwurMlGVODF1pXthqjGa7P0hhh9zY/YlUOkeecO3kF4r/2Qeh9Y7Pr1VfNuKNA9MDQR+fQuE8ufqw0vgtMkgfZgjncw8HgLmxAjaSPkw3RhMfBMwRbh7pwyLjwKwg4B7hul8v9WBikoB3kD6sEe7w66UWdHkE3En68ARjNK1BwEXC5UXowxXGgdtIH14knPl6qQG71nc26cNtxp2u0IcRHf7Wtx/YahzYEgT8Xbhylz5MNQ6sIX3YKVzBu/rw0wDrm4VZxp0WBQFvF+500ocB1zcH7zLW93x9OCXg+mbgfcb6rtSHXev7VNKHvVjfvuE84eqK9eF248CtpA8be7G+fcGu9d1M+nCGcaep+tBVJtwu0offGQd+HwSM69X67gnzjQM/IX24VrixCUFAT+/Wd08o2oLtqmDgF4s6Nmg5+l+AAQDNfSlBNwcAbgAAAABJRU5ErkJggg==),none;
  }
}

.modal-default.modal-blast .modal-content .modal-header>.close {
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.modal-default.modal-blast .modal-content .modal-header>.close:hover {
  color: #0adbe3;
}

.modal-default.modal-blast .modal-content .modal-body {
  width: 100%;
}

.modal-default.modal-blast .modal-content .modal-body strong {
  font-weight: 900;
  color: #0adbe3;
}

.modal-default.modal-blast .modal-content .modal-body .title {
  width: 100%;
  max-width: 636px;
  position: relative;
  z-index: 1;
}

.modal-default.modal-blast .modal-content .modal-body .title>span {
  width: 100%;
  max-width: 636px;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px 20px 22px;
  border: 2px solid #0adbe3;
  border-radius: 10px;
  background-color: #023;
  position: relative;
  z-index: 1;
}

.modal-default.modal-blast .modal-content .modal-body .title::before {
  content: "";
  width: 94px;
  height: 81px;
  background: rgba(0,0,0,0) url(/wp-content/themes/totvs-theme/dist/images/img-live-blast.png) center no-repeat;
  display: block;
  position: absolute;
  top: -13px;
  right: -55px;
  z-index: 10;
  pointer-events: none;
}

.modal-default.modal-blast .modal-content .modal-body .title::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  display: block;
  position: absolute;
  right: -9px;
  top: 9px;
  z-index: -1;
  pointer-events: none;
}

.modal-default.modal-blast .modal-content .modal-body .desc {
  font-size: 18px;
  text-align: center;
}

.modal-default.modal-blast .modal-content .modal-body time {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #0adbe3;
  font-weight: 900;
}

.modal-default.modal-blast .modal-content .modal-body .btn-modal {
  width: 100%;
  height: 44px;
  max-width: 182px;
  padding: 0;
  position: relative;
  z-index: 5;
}

.modal-default.modal-blast .modal-content .modal-body .btn-modal span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  z-index: 5;
  background-color: #0adbe3;
  color: #023;
  border-radius: 22px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.modal-default.modal-blast .modal-content .modal-body .btn-modal:hover {
  text-decoration: none;
}

.modal-default.modal-blast .modal-content .modal-body .btn-modal:hover span {
  background-color: rgb(8.9240506329,195.4367088608,202.5759493671);
  color: #fff;
  z-index: 1;
}

.modal-default.modal-blast .modal-content .modal-body .participantes figure {
  width: 100%;
  position: relative;
  z-index: 1;
}

.modal-default.modal-blast .modal-content .modal-body .participantes figure .img-graf {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.modal-default.modal-blast .modal-content .modal-body .participantes figure .img-graf::after {
  content: "";
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -8px;
  top: 8px;
  z-index: -1;
  pointer-events: none;
}

.modal-default.modal-blast .modal-content .modal-body .participantes figure .img-graf img {
  border: 3px solid #0adbe3;
  position: relative;
  z-index: 1;
}

.modal-default.modal-blast .modal-content .modal-body .participantes figure figcaption {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: -10px;
}

.modal-default.modal-blast .modal-content .modal-body .participantes figure figcaption span {
  width: 100%;
  display: block;
  background-color: #0adbe3;
  color: #023;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 6px 0;
  border-radius: 14px;
  z-index: 5;
}

.modal-default.modal-blast .modal-content .modal-body .participantes figure figcaption::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 14px;
  display: block;
  position: absolute;
  right: -5px;
  top: 5px;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .modal-default.modal-blast .modal-content {
    padding: 20px 15px;
  }

  .modal-default.modal-blast .modal-content .modal-body .title {
    width: calc(100% - 15px);
  }

  .modal-default.modal-blast .modal-content .modal-body .title>span {
    font-size: 16px;
    padding: 15px;
  }

  .modal-default.modal-blast .modal-content .modal-body .title::before {
    display: none;
  }

  .modal-default.modal-blast .modal-content .modal-body .desc {
    font-size: 14px;
    text-align: center;
  }

  .modal-default.modal-blast .modal-content .modal-body time {
    font-size: 14px;
  }

  .modal-default.modal-blast .modal-content .modal-body .btn-modal:hover {
    text-decoration: none;
  }

  .modal-default.modal-blast .modal-content .modal-body .btn-modal:hover span {
    background-color: #0adbe3;
    color: #023;
  }
}

.video-thumb {
  position: relative;
  width: 400px;
  height: auto;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
}

.video-thumb .btn-play {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  position: absolute;
  border: 1px solid #0adbe3;
  background-color: #fff;
  color: #0adbe3;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.video-thumb .btn-play::before {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #0adbe3;
  border-width: 10px 0 10px 20px;
  margin-left: 38%;
}

.video-thumb:hover .btn-play {
  background-color: #0adbe3;
  color: #fff;
}

.video-thumb:hover .btn-play::before {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
}

.exit-intent-popup {
  position: fixed;
  display: block;
  width: 400px;
  height: 650px;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  -webkit-transform: translateY(60%) scale(0);
       -o-transform: translateY(60%) scale(0);
          transform: translateY(60%) scale(0);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.exit-intent-popup.visible {
  -webkit-transform: translateY(0) scale(1);
       -o-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

@media screen and (max-width: 1366px) {
  .exit-intent-popup {
    width: 276px;
    height: 450px;
  }
}

.exit-intent-popup .modal-exit {
  display: block;
  width: 400px;
  height: 650px;
}

.exit-intent-popup .modal-exit img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .exit-intent-popup .modal-exit {
    width: 276px;
    height: 450px;
  }
}

.exit-intent-popup .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -15px;
  top: -15px;
  padding-top: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: .9;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.exit-intent-popup .close:hover {
  opacity: .7;
}

.trigger-new-modal {
  position: relative;
  margin-bottom: 0;
}

.trigger-new-modal>div::before {
  content: "\F04B";
  width: 100px;
  height: 100px;
  font-size: 35px;
  padding: 3px 0 0 6px;
  background-color: #00c9eb;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "FontAwesome",sans-serif;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .trigger-new-modal>div::before {
    width: 70px;
    height: 70px;
    font-size: 27px;
  }
}

.trigger-new-modal>div:hover {
  cursor: pointer;
}

.trigger-new-modal>div:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
       -o-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}

.content-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10200;
  overflow: hidden;
  background-color: rgba(0,0,0,0);
}

.content-overlay .holder {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
          clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  overflow: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  backdrop-filter: blur(10px);
}

.content-overlay.black .holder {
  background-color: rgba(0,0,0,.85);
}

.content-overlay.purple .holder {
  background-color: rgba(164,77,255,.85);
}

.content-overlay.close {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.content-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.content-overlay.open .holder {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.content-overlay .close {
  width: 48px;
  height: 48px;
  font-size: 40px;
  color: hsla(0,0%,100%,.75);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100000;
  line-height: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-overlay .close:hover {
  color: #fff;
  cursor: pointer;
}

.content-overlay .video-wrapper {
  width: 100%;
  height: 100vh;
  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;
  position: relative;
  z-index: 20;
}

.content-overlay .video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.modal--canal-homologado {
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  display: block;
  z-index: -100;
}

.modal--canal-homologado .modal-content {
  overflow: auto;
  padding-right: 14px;
  max-height: 90vh;
}

.modal--canal-homologado.show {
  background: rgba(24,26,28,.45);
  z-index: 100;
}

.modal--canal-homologado form label {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -100;
  height: 0;
  margin: 0;
  padding: 0;
}

.modal--canal-homologado form input[type=text],
.modal--canal-homologado form input[type=email],
.modal--canal-homologado form input[type=password],
.modal--canal-homologado form input[type=number] {
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17.5px;
  width: 100% !important;
  color: #757575;
}

.modal--canal-homologado form select {
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 30px;
  padding: 10px 17.5px;
  width: 100% !important;
  color: #757575;
}

.modal--canal-homologado form select:hover {
  cursor: pointer;
}

.modal--canal-homologado form textarea {
  width: 100%;
  height: 160px;
  border-radius: 18px;
  padding: 12px 18px;
  border: 1px solid #757575;
}

.modal--canal-homologado form .error input,
.modal--canal-homologado form .error textarea {
  border: 1px solid red !important;
}

.modal--canal-homologado form .error .message-error {
  opacity: 1;
  height: auto;
  color: red;
  margin-left: 2px;
}

.modal--canal-homologado form .message-error {
  opacity: 0;
  height: 0;
  display: block;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.modal--canal-homologado__checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.modal--canal-homologado__checkbox label {
  position: initial !important;
  opacity: 1 !important;
  color: #757575;
}

.modal--canal-homologado__checkbox label:hover {
  cursor: pointer;
}

.accordion-dropdown {
  border-radius: 0;
}

.accordion-dropdown::before {
  content: "\F077";
  font-family: "FontAwesome",sans-serif;
  float: right;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: -o-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear, -o-transform .2s linear;
  margin-left: 10px;
}

.accordion-dropdown.collapsed::before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-simple,
.list-bullets .list-simple-secondary,
.list-icon-arrow-blue,
.list-icon-arrow-yellow,
.list-icon-warning,
.list-icon-arrow-right,
.list-primary,
.list-simple-secondary,
.list-simple-white {
  list-style: none;
}

@media (max-width: 767.98px) {
  .list-simple,
  .list-bullets .list-simple-secondary,
  .list-icon-arrow-blue,
  .list-icon-arrow-yellow,
  .list-icon-warning,
  .list-icon-arrow-right,
  .list-primary,
  .list-simple-secondary,
  .list-simple-white {
    padding-left: 0;
  }
}

.list-simple>li,
.list-bullets .list-simple-secondary>li,
.list-icon-arrow-blue>li,
.list-icon-arrow-yellow>li,
.list-icon-warning>li,
.list-icon-arrow-right>li,
.list-primary>li,
.list-simple-secondary>li,
.list-simple-white>li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.list-simple>li::before,
.list-bullets .list-simple-secondary>li::before,
.list-icon-arrow-blue>li::before,
.list-icon-arrow-yellow>li::before,
.list-icon-warning>li::before,
.list-icon-arrow-right>li::before,
.list-primary>li::before,
.list-simple-secondary>li::before,
.list-simple-white>li::before {
  content: "";
  background-color: #00dbff;
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  left: 0;
  top: 8px;
  position: absolute;
}

.list-simple-new {
  padding: 20px 0;
}

.list-simple-new>li::before {
  content: "";
  width: 8px;
  height: 8px;
}

.list-simple-new>li.item {
  padding-right: 50px;
}

.list-simple-white>li::before {
  background-color: #fff;
  top: 5px;
}

.list-simple-secondary {
  padding-left: 4px;
}

.list-simple-secondary>li {
  font-size: 1rem;
  margin-bottom: 18px;
}

.list-simple-secondary>li::before {
  background-color: #00c9eb;
  top: 9px;
  width: 8px;
  height: 8px;
}

.list-primary {
  padding: 0;
}

.list-primary>li {
  margin-bottom: 2px;
}

.list-primary>li::before {
  width: 6px;
  height: 6px;
  background-color: #00dbff;
  display: block;
  position: absolute;
  content: "";
}

.list-icon-warning>li,
.list-icon-arrow-right>li {
  padding-left: 35px;
  min-height: 28px;
  padding-top: 5px;
}

.list-icon-warning>li::before,
.list-icon-arrow-right>li::before {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: 0px -213px;
  width: 28px;
  height: 24px;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  top: 5px;
  position: absolute;
  left: 0;
}

.list-icon-arrow-yellow {
  padding: 10px 40px 0 54px;
}

.list-icon-arrow-yellow>li {
  padding-left: 18px;
  padding-bottom: 6px;
  padding-top: 2px;
}

.list-icon-arrow-yellow>li::before {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: -220px -91px;
  width: 10px;
  height: 15px;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  top: 7px;
  position: absolute;
  left: 0;
}

@media (max-width: 767.98px) {
  .list-icon-arrow-yellow {
    padding: 10px 10px 0 15px;
  }
}

.list-icon-arrow-blue {
  padding: 10px 40px 0 54px;
}

.list-icon-arrow-blue>li {
  padding-left: 18px;
  padding-bottom: 6px;
  padding-top: 2px;
}

.list-icon-arrow-blue>li::before {
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
  content: "\F054";
  color: #00c9eb;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  top: 3px;
  position: absolute;
  left: 0;
}

@media (max-width: 767.98px) {
  .list-icon-arrow-blue {
    padding: 10px 10px 0 15px;
  }
}

.list-icon-arrow-right>li::before {
  background-image: url(/wp-content/themes/totvs-theme/dist/images/sprite.png);
  background-position: 0px -237px;
  width: 19px;
  height: 24px;
}

ol.circle-numbers {
  padding-left: 0;
}

ol.circle-numbers li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
  min-height: 72px;
  padding-left: 90px;
}

ol.circle-numbers li::before {
  color: #00c9eb;
  content: counter(list);
  padding: 0 22px;
  background-color: #00c9eb;
  border-radius: 50%;
  font-size: 48px;
  font-weight: 700;
  font-family: TOTVS,sans-serif;
  margin-right: 20px;
  position: absolute;
  left: 0;
}

.list-iniciativa__icon {
  width: 70px;
}

.no-bullets {
  list-style-type: none;
  padding: 0;
}

ul.check-list {
  list-style: none;
  padding: 0;
}

ul.check-list li {
  padding-left: 20px;
  position: relative;
  text-align: left;
}

ul.check-list li::before {
  content: "\F00C";
  font-family: "FontAwesome",sans-serif;
  color: #00c9eb;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}

ul.check-list li+li {
  margin-top: 20px;
}

ul.list-big-bullets li::marker {
  content: "\25CF   ";
  color: #00c9eb;
  font-size: 30px;
  line-height: .7;
}

ul.list-big-bullets li small {
  font-size: 16px;
}

ul.list-big-bullets li small>a {
  text-decoration: underline;
  font-weight: 700;
  color: #00c9eb;
}

@media (max-width: 767.98px) {
  ul.list-big-bullets {
    padding: 0;
  }

  ul.list-big-bullets li::marker {
    display: none;
  }
}

.list-bullets .list-simple-secondary {
  padding-left: 0;
}

.list-bullets .list-simple-secondary>li {
  font-size: unset !important;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .list-bullets .list-simple-secondary>li {
    margin-bottom: 15px;
  }
}

.list-bullets .list-simple-secondary>li::before {
  background-color: #00c9eb;
  top: 7px;
  width: 10px;
  height: 10px;
}

.arrow-list {
  padding: 0;
  list-style-type: none;
}

.arrow-list>li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 7px;
}

.arrow-list>li::before {
  content: "\F054";
  font-family: "FontAwesome",sans-serif;
  font-size: 22px;
  color: #00c9eb;
  position: absolute;
  top: -1px;
  left: 0;
}

.ekko-lightbox.show {
  display: block !important;
}

.ekko-lightbox .modal-content {
  background: rgba(0,0,0,0);
  border: none;
}

.ekko-lightbox .modal-content .modal-header {
  border: none;
  width: 100%;
  z-index: 1;
  padding: 0;
}

.ekko-lightbox .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 50px;
  padding: 0;
  margin: 0;
}

.ekko-lightbox .modal-content .modal-header .close:hover {
  color: #00dbff;
  text-shadow: none;
}

.ekko-lightbox .modal-content .modal-body {
  padding: 0;
}

.media-posts {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.media-posts img {
  width: 367px;
  height: 165px;
  margin-right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.media-posts ul li a {
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  padding: 4px 5px;
}

.media-posts p {
  font-size: 14.5px;
  line-height: 1.5;
}

.media-posts .btn,
.media-posts .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .media-posts .submit,
.media-posts .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .media-posts .comment-edit-link,
.media-posts .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .media-posts .comment-reply-link,
.media-posts .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .media-posts .submit,
.media-posts .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .media-posts .comment-edit-link,
.media-posts .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .media-posts .comment-reply-link,
.media-posts .comment-form input[type=submit],
.comment-form .media-posts input[type=submit],
.media-posts .search-form .search-submit,
.search-form .media-posts .search-submit,
.media-posts .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .media-posts .hs-button,
.media-posts .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .media-posts .hs-button {
  padding: 6px 50px;
  font-size: 12px;
  font-weight: 900;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767.98px) {
  .media-posts {
    display: block;
  }

  .media-posts img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.media.media-responsive .media-icon {
  border: 5px solid #00c9eb;
  border-radius: 50%;
  padding: 1.5rem;
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .media.media-responsive .media-icon {
    margin-bottom: 30px;
  }
}

.media.media-responsive .media-body .display-4 {
  color: #767676;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 991.98px) {
  .media.media-responsive,
  .media.media-responsive .media-icon,
  .media.media-responsive .media-body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: inline-block;
    text-align: left;
  }

  .media.media-responsive {
    text-align: center;
  }
}

.media.media-work-us {
  background-size: 442px !important;
  width: 442px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 175px;
  padding-left: 90px;
  text-align: left;
  margin-bottom: 50px;
}

.media.media-work-us .media-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: -20px;
  max-width: 290px;
}

.media.media-work-us .media-body .media-title {
  color: #023;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 26px;
}

.media.media-work-us .media-body .media-content {
  font-size: 18px;
  font-weight: 400;
  color: #767676;
  margin: 10px 0;
}

@media (max-width: 991.98px) {
  .media.media-work-us {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .media.media-work-us {
    width: 100%;
    background: none !important;
    text-align: center;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .media.media-work-us .media-body {
    padding-bottom: 25px;
  }
}

.media.media-brief {
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  color: #767676;
  padding: 15px;
  margin-bottom: 20px;
  height: 100%;
}

.media.media-brief .thumb {
  max-width: 80px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .media.media-brief .thumb {
    margin-right: 25px;
  }
}

.media.media-brief .divider-left::after {
  margin-top: 10px;
  margin-bottom: 5px;
}

.media.media-brief .name-footer {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

.media.media-brief .position {
  font-size: 12px;
}

.media.media-brief .media-body p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .media.media-brief {
    display: block;
  }

  .media.media-brief .thumb {
    display: block;
    margin: 0 auto 20px auto;
  }
}

.media.media-step>.media-img {
  position: relative;
}

.media.media-step>.media-img>.center-text {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: 25px;
  margin: auto;
  text-align: center;
  height: 55px;
}

.media.media-step>.media-body {
  background: url(/wp-content/themes/totvs-theme/dist/images/bg-steps.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 15px 50px 80px;
}

@media (max-width: 991.98px) {
  .media.media-step>.media-body {
    background: rgba(0,0,0,0);
    padding: 30px;
  }
}

@media (max-width: 991.98px) {
  .media.media-step {
    background: #f5f5f5;
    border: 1px solid #979797;
    border-radius: 15px;
  }
}

.media.media-advantages:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .blog .media-posts {
    text-align: center !important;
  }

  .blog .media-posts .media-body .btn,
  .blog .media-posts .media-body .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .blog .media-posts .media-body .submit,
  .blog .media-posts .media-body .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .blog .media-posts .media-body .comment-edit-link,
  .blog .media-posts .media-body .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .blog .media-posts .media-body .comment-reply-link,
  .blog .media-posts .media-body .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .blog .media-posts .media-body .submit,
  .blog .media-posts .media-body .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .blog .media-posts .media-body .comment-edit-link,
  .blog .media-posts .media-body .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .blog .media-posts .media-body .comment-reply-link,
  .blog .media-posts .media-body .comment-form input[type=submit],
  .comment-form .blog .media-posts .media-body input[type=submit],
  .blog .media-posts .media-body .search-form .search-submit,
  .search-form .blog .media-posts .media-body .search-submit,
  .blog .media-posts .media-body .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .blog .media-posts .media-body .hs-button,
  .blog .media-posts .media-body .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .blog .media-posts .media-body .hs-button {
    width: 100%;
    max-width: 280px;
    padding: 10px 50px;
    font-size: 14px;
  }
}

.badges-translucent,
.badges-white-translucent {
  border: 1px solid hsla(0,0%,100%,.3);
  background: hsla(0,0%,100%,.1);
  color: #fff;
  border-radius: 35px;
  padding: 7px 25px;
}

.badges-round,
.badgets-gray-round {
  width: 21px;
  height: 21px;
  border-radius: 9px;
}

.badges-white-translucent {
  background: hsla(0,0%,100%,.8);
  color: #1f1e1d;
}

.badgets-gray-round {
  background: #5e5649;
  color: #fff;
  text-shadow: 2px 1px 2px rgba(0,0,0,.53);
  font-size: 10px;
}

.badgets-gray-round:hover {
  background: #8e8577;
  color: #fff !important;
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.infinite-scroll {
  position: relative;
}

.infinite-scroll::after,
.infinite-scroll::before {
  content: "";
}

.infinite-scroll::before {
  position: absolute;
  background: url(/wp-content/themes/totvs-theme/dist/images/loading.svg) no-repeat center center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 40px;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}

.infinite-scroll::after {
  display: block;
  width: 100%;
  height: 60px;
}

.infinite-scroll[data-loading=on] {
  display: block;
}

.infinite-scroll[data-loading=on]::before {
  opacity: 1;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}

.infinite-scroll.loading-full::before {
  top: 0;
  z-index: -1;
}

.infinite-scroll.loading-full::after {
  position: absolute;
  background: #fff;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
  z-index: -1;
}

.infinite-scroll.loading-full[data-loading=on]::before {
  z-index: 100;
}

.infinite-scroll.loading-full[data-loading=on]::after {
  z-index: 50;
  opacity: .7;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}

.infinite-scroll-footer .btn,
.infinite-scroll-footer .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .infinite-scroll-footer .submit,
.infinite-scroll-footer .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .infinite-scroll-footer .comment-edit-link,
.infinite-scroll-footer .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .infinite-scroll-footer .comment-reply-link,
.infinite-scroll-footer .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .infinite-scroll-footer .submit,
.infinite-scroll-footer .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .infinite-scroll-footer .comment-edit-link,
.infinite-scroll-footer .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .infinite-scroll-footer .comment-reply-link,
.infinite-scroll-footer .comment-form input[type=submit],
.comment-form .infinite-scroll-footer input[type=submit],
.infinite-scroll-footer .search-form .search-submit,
.search-form .infinite-scroll-footer .search-submit,
.infinite-scroll-footer .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .infinite-scroll-footer .hs-button,
.infinite-scroll-footer .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .infinite-scroll-footer .hs-button {
  width: 100%;
  max-width: 320px;
  padding: 10px 50px;
  font-size: 14px;
}

.breadcrumb-blog {
  background: rgba(0,0,0,0);
  margin-bottom: 0;
}

.breadcrumb-blog .breadcrumb-item>a {
  font-weight: bold;
}

.breadcrumb-blog .breadcrumb-item:not(:first-child)::before {
  padding-right: .2rem;
  color: #ed9c2e;
  content: ">";
}

.breadcrumb-blog.breadcrumb-white .breadcrumb-item::before,
.breadcrumb-blog.breadcrumb-white .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-blog.breadcrumb-jumbotron {
  position: relative;
  top: -35px;
}

@media (max-width: 991.98px) {
  .breadcrumb-blog {
    width: 100vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab-wrapper .nav-tabs {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 0;
  position: relative;
  z-index: 50;
}

.tab-wrapper .nav-tabs .nav-item {
  padding: 0 15px;
}

.tab-wrapper .nav-tabs .nav-item .nav-link {
  background: #f5f5f5;
  padding: 15px 0;
}

.tab-wrapper .nav-tabs .nav-item .nav-link.active,
.tab-wrapper .nav-tabs .nav-item .nav-link [aria-selected=true] {
  border: 3px dashed #00c9eb;
  border-bottom: 0;
  padding-bottom: 30px;
}

.tab-wrapper .tab-content {
  margin-top: -3px;
}

.tab-wrapper .tab-content .tab-pane {
  padding: 60px 50px;
  border: 3px dashed #00c9eb;
}

@media (min-width: 992px) {
  .tab-wrapper .tab-content .tab-pane>.tab-pane-content .collapse {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .tab-wrapper .tab-content .tab-pane {
    display: block !important;
    background: #f5f5f5 !important;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .tab-wrapper .tab-content .tab-pane>.btn,
  .tab-wrapper .tab-content .single-post .comments .comment-form .form-submit .tab-pane>.submit,
  .single-post .comments .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.submit,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.comment-edit-link,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.comment-edit-link,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.comment-reply-link,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.comment-reply-link,
  .tab-wrapper .tab-content .single-post .comments-new .comment-form .form-submit .tab-pane>.submit,
  .single-post .comments-new .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.submit,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.comment-edit-link,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.comment-edit-link,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.comment-reply-link,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.comment-reply-link,
  .tab-wrapper .tab-content .comment-form .tab-pane>input[type=submit],
  .comment-form .tab-wrapper .tab-content .tab-pane>input[type=submit],
  .tab-wrapper .tab-content .search-form .tab-pane>.search-submit,
  .search-form .tab-wrapper .tab-content .tab-pane>.search-submit,
  .tab-wrapper .tab-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-pane>.hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-wrapper .tab-content .tab-pane>.hs-button,
  .tab-wrapper .tab-content .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-pane>.hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-wrapper .tab-content .tab-pane>.hs-button {
    width: 100%;
    position: relative;
  }

  .tab-wrapper .tab-content .tab-pane>.btn:focus,
  .tab-wrapper .tab-content .single-post .comments .comment-form .form-submit .tab-pane>.submit:focus,
  .single-post .comments .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.submit:focus,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.comment-edit-link:focus,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.comment-edit-link:focus,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.comment-reply-link:focus,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.comment-reply-link:focus,
  .tab-wrapper .tab-content .single-post .comments-new .comment-form .form-submit .tab-pane>.submit:focus,
  .single-post .comments-new .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.submit:focus,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.comment-edit-link:focus,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.comment-edit-link:focus,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.comment-reply-link:focus,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.comment-reply-link:focus,
  .tab-wrapper .tab-content .comment-form .tab-pane>input[type=submit]:focus,
  .comment-form .tab-wrapper .tab-content .tab-pane>input[type=submit]:focus,
  .tab-wrapper .tab-content .search-form .tab-pane>.search-submit:focus,
  .search-form .tab-wrapper .tab-content .tab-pane>.search-submit:focus,
  .tab-wrapper .tab-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-pane>.hs-button:focus,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-wrapper .tab-content .tab-pane>.hs-button:focus,
  .tab-wrapper .tab-content .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-pane>.hs-button:focus,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-wrapper .tab-content .tab-pane>.hs-button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .tab-wrapper .tab-content .tab-pane>.btn::before,
  .tab-wrapper .tab-content .single-post .comments .comment-form .form-submit .tab-pane>.submit::before,
  .single-post .comments .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.submit::before,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.comment-edit-link::before,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.comment-edit-link::before,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.comment-reply-link::before,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.comment-reply-link::before,
  .tab-wrapper .tab-content .single-post .comments-new .comment-form .form-submit .tab-pane>.submit::before,
  .single-post .comments-new .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.submit::before,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.comment-edit-link::before,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.comment-edit-link::before,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.comment-reply-link::before,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.comment-reply-link::before,
  .tab-wrapper .tab-content .comment-form .tab-pane>input[type=submit]::before,
  .comment-form .tab-wrapper .tab-content .tab-pane>input[type=submit]::before,
  .tab-wrapper .tab-content .search-form .tab-pane>.search-submit::before,
  .search-form .tab-wrapper .tab-content .tab-pane>.search-submit::before,
  .tab-wrapper .tab-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-pane>.hs-button::before,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-wrapper .tab-content .tab-pane>.hs-button::before,
  .tab-wrapper .tab-content .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-pane>.hs-button::before,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-wrapper .tab-content .tab-pane>.hs-button::before {
    content: "\F077";
    font-family: "FontAwesome",sans-serif;
    position: absolute;
    right: 15px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear, -o-transform .2s linear;
  }

  .tab-wrapper .tab-content .tab-pane>.btn.collapsed::before,
  .tab-wrapper .tab-content .single-post .comments .comment-form .form-submit .tab-pane>.collapsed.submit::before,
  .single-post .comments .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.collapsed.submit::before,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.collapsed.comment-edit-link::before,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.collapsed.comment-edit-link::before,
  .tab-wrapper .tab-content .single-post .comments .comment-list .tab-pane>.collapsed.comment-reply-link::before,
  .single-post .comments .comment-list .tab-wrapper .tab-content .tab-pane>.collapsed.comment-reply-link::before,
  .tab-wrapper .tab-content .single-post .comments-new .comment-form .form-submit .tab-pane>.collapsed.submit::before,
  .single-post .comments-new .comment-form .form-submit .tab-wrapper .tab-content .tab-pane>.collapsed.submit::before,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.collapsed.comment-edit-link::before,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.collapsed.comment-edit-link::before,
  .tab-wrapper .tab-content .single-post .comments-new .comment-list .tab-pane>.collapsed.comment-reply-link::before,
  .single-post .comments-new .comment-list .tab-wrapper .tab-content .tab-pane>.collapsed.comment-reply-link::before,
  .tab-wrapper .tab-content .comment-form .tab-pane>input.collapsed[type=submit]::before,
  .comment-form .tab-wrapper .tab-content .tab-pane>input.collapsed[type=submit]::before,
  .tab-wrapper .tab-content .search-form .tab-pane>.collapsed.search-submit::before,
  .search-form .tab-wrapper .tab-content .tab-pane>.collapsed.search-submit::before,
  .tab-wrapper .tab-content .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-pane>.collapsed.hs-button::before,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .tab-wrapper .tab-content .tab-pane>.collapsed.hs-button::before,
  .tab-wrapper .tab-content .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-pane>.collapsed.hs-button::before,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .tab-wrapper .tab-content .tab-pane>.collapsed.hs-button::before {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .tab-wrapper .tab-content .tab-pane>.tab-pane-content {
    padding: 0 30px;
  }
}

.tab-content-new {
  padding-bottom: 70px;
}

.tabs-l01,
.tabs-simple-l01 {
  width: 100%;
  text-align: center;
}

.tabs-l01 .item,
.tabs-simple-l01 .item {
  display: table;
  margin: 0 auto;
  max-width: 234px;
  width: 100%;
  padding: 0 15px 25px;
  position: relative;
}

.tabs-l01 .item::before,
.tabs-simple-l01 .item::before {
  content: "";
  width: 100%;
  height: 88px;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-radius: 12px 12px 0 0;
  background-color: #f5f5f5;
  z-index: 0;
}

.tabs-l01 .item>div,
.tabs-simple-l01 .item>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 105px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #00c9eb;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tabs-l01 .item>div small,
.tabs-simple-l01 .item>div small {
  position: absolute;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  pointer-events: none;
  font-size: .6875rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tabs-l01 .item>div .title,
.tabs-simple-l01 .item>div .title {
  font-size: 1.06rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}

.tabs-l01 .item>div .label,
.tabs-simple-l01 .item>div .label {
  height: 28px;
  bottom: -14px;
  padding: 0 15px;
  font-size: .7rem;
  background-color: #00c9eb;
  white-space: nowrap;
  border-radius: 14px;
}

.tabs-l01 .item>div .icon,
.tabs-simple-l01 .item>div .icon {
  width: 40px;
  height: 40px;
  bottom: -25px;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  color: #00c9eb;
  background-color: #fff;
}

.tabs-l01 .item.-active>div,
.tabs-simple-l01 .item.-active>div {
  background-color: #00c9eb;
  color: #fff;
}

.tabs-l01 .item.-active:hover,
.tabs-simple-l01 .item.-active:hover {
  cursor: default;
}

.tabs-l01 .item.-active::before,
.tabs-simple-l01 .item.-active::before {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.tabs-l01 .item.-active .label,
.tabs-simple-l01 .item.-active .label {
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  opacity: 0;
}

.tabs-l01 .item.-active .icon,
.tabs-simple-l01 .item.-active .icon {
  -webkit-transform: translateX(-50%) scale(1);
       -o-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}

.tabs-l01 .item:hover,
.tabs-simple-l01 .item:hover {
  cursor: pointer;
}

.tabs-l01 .item:hover>div,
.tabs-simple-l01 .item:hover>div {
  background-color: #00c9eb;
}

.tabs-l01 .item:hover>div .title,
.tabs-simple-l01 .item:hover>div .title {
  color: #fff;
}

.tabs-l01 .item:hover>div .label,
.tabs-simple-l01 .item:hover>div .label {
  color: #00c9eb !important;
  background-color: #fff;
}

.tabs-l01.tabs-purple .item>div,
.tabs-simple-l01.tabs-purple .item>div {
  border: 1px solid #a44dff;
  background-color: #fff;
}

.tabs-l01.tabs-purple .item>div .label,
.tabs-simple-l01.tabs-purple .item>div .label {
  background-color: #a44dff;
}

.tabs-l01.tabs-purple .item>div .icon,
.tabs-simple-l01.tabs-purple .item>div .icon {
  color: #a44dff;
  background-color: #fff;
}

.tabs-l01.tabs-purple .item.-active>div,
.tabs-simple-l01.tabs-purple .item.-active>div {
  background-color: #a44dff;
  color: #fff;
}

.tabs-l01.tabs-purple .item:hover>div,
.tabs-simple-l01.tabs-purple .item:hover>div {
  background-color: #a44dff;
}

.tabs-l01.tabs-purple .item:hover>div .label,
.tabs-simple-l01.tabs-purple .item:hover>div .label {
  color: #a44dff !important;
  background-color: #fff;
}

.tabs-l01.tab-lg,
.tabs-simple-l01.tab-lg {
  max-width: 900px;
  padding: 0;
}

.tabs-l01.tab-lg .item,
.tabs-simple-l01.tab-lg .item {
  max-width: 275px;
}

.tabs-l01.tab-lg .item::before,
.tabs-simple-l01.tab-lg .item::before {
  display: none;
}

.tabs-l01.tab-lg .item>div,
.tabs-simple-l01.tab-lg .item>div {
  height: 135px;
}

.tabs-l01.tab-lg .item>div small,
.tabs-simple-l01.tab-lg .item>div small {
  font-size: .6875rem;
}

.tabs-l01.tab-lg .item>div .title,
.tabs-simple-l01.tab-lg .item>div .title {
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}

.tabs-l01.tab-lg .item>div .label,
.tabs-simple-l01.tab-lg .item>div .label {
  height: 32px;
  bottom: -16px;
  padding: 0 15px;
  font-size: .85rem;
  background-color: #00c9eb;
  white-space: nowrap;
  border-radius: 14px;
}

.tabs-l01.tab-lg .item>div .icon,
.tabs-simple-l01.tab-lg .item>div .icon {
  width: 40px;
  height: 40px;
  bottom: -20px;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  color: #00c9eb;
  background-color: #fff;
}

.tabs-l01.tab-lg .item.-active>div,
.tabs-simple-l01.tab-lg .item.-active>div {
  background-color: #00c9eb;
  color: #fff;
}

.tabs-l01.tab-lg .item.-active:hover,
.tabs-simple-l01.tab-lg .item.-active:hover {
  cursor: default;
}

.tabs-l01.tab-lg .item.-active::before,
.tabs-simple-l01.tab-lg .item.-active::before {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.tabs-l01.tab-lg .item.-active .label,
.tabs-simple-l01.tab-lg .item.-active .label {
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  opacity: 0;
}

.tabs-l01.tab-lg .item.-active .icon,
.tabs-simple-l01.tab-lg .item.-active .icon {
  -webkit-transform: translateX(-50%) scale(1);
       -o-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}

.tabs-l01.tab-lg .item:hover,
.tabs-simple-l01.tab-lg .item:hover {
  cursor: pointer;
}

.tabs-l01.tab-lg .item:hover>div,
.tabs-simple-l01.tab-lg .item:hover>div {
  background-color: #00c9eb;
}

.tabs-l01.tab-lg .item:hover>div .title,
.tabs-simple-l01.tab-lg .item:hover>div .title {
  color: #fff;
}

.tabs-l01.tab-lg .item:hover>div .label,
.tabs-simple-l01.tab-lg .item:hover>div .label {
  color: #00c9eb !important;
  background-color: #fff;
}

.tabs-l01.tabs-esg,
.tabs-simple-l01.tabs-esg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  overflow: hidden;
}

.tabs-l01.tabs-esg .item,
.tabs-simple-l01.tabs-esg .item {
  width: 206px;
  margin: 0 15px;
}

.tabs-l01.tabs-esg .item::before,
.tabs-simple-l01.tabs-esg .item::before {
  height: 60px;
}

.tabs-l01.tabs-esg .item>div,
.tabs-simple-l01.tabs-esg .item>div {
  height: 81px;
  color: #00c9eb;
}

.tabs-l01.tabs-esg .item>div small,
.tabs-simple-l01.tabs-esg .item>div small {
  font-size: .6875rem;
}

.tabs-l01.tabs-esg .item>div .title,
.tabs-simple-l01.tabs-esg .item>div .title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}

.tabs-l01.tabs-esg .item>div .label,
.tabs-simple-l01.tabs-esg .item>div .label {
  height: 30px;
  bottom: -15px;
  padding: 0 20px;
  font-size: 12px;
  background-color: #00c9eb;
  white-space: nowrap;
  border-radius: 14px;
}

.tabs-l01.tabs-esg .item>div .icon,
.tabs-simple-l01.tabs-esg .item>div .icon {
  width: 40px;
  height: 40px;
  bottom: -20px;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  color: #00c9eb;
  background-color: #fff;
}

.tabs-l01.tabs-esg .item.-active>div,
.tabs-simple-l01.tabs-esg .item.-active>div {
  background-color: #00c9eb;
  color: #fff !important;
}

.tabs-l01.tabs-esg .item.-active>div .title,
.tabs-simple-l01.tabs-esg .item.-active>div .title {
  font-weight: 700;
}

.tabs-l01.tabs-esg .item.-active:hover,
.tabs-simple-l01.tabs-esg .item.-active:hover {
  cursor: default;
}

.tabs-l01.tabs-esg .item.-active::before,
.tabs-simple-l01.tabs-esg .item.-active::before {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.tabs-l01.tabs-esg .item.-active .label,
.tabs-simple-l01.tabs-esg .item.-active .label {
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  opacity: 0;
}

.tabs-l01.tabs-esg .item.-active .icon,
.tabs-simple-l01.tabs-esg .item.-active .icon {
  -webkit-transform: translateX(-50%) scale(1);
       -o-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}

.tabs-l01.tabs-esg .item:hover,
.tabs-simple-l01.tabs-esg .item:hover {
  cursor: pointer;
}

.tabs-l01.tabs-esg .item:hover>div,
.tabs-simple-l01.tabs-esg .item:hover>div {
  background-color: #00c9eb;
  color: #fff !important;
}

.tabs-l01.tabs-esg .item:hover>div .title,
.tabs-simple-l01.tabs-esg .item:hover>div .title {
  font-weight: 700;
}

.tabs-l01.tabs-esg .item:hover>div .label,
.tabs-simple-l01.tabs-esg .item:hover>div .label {
  color: #00c9eb !important;
  background-color: #fff;
}

.tabs-alt-l01 {
  width: 100%;
  text-align: center;
}

.tabs-alt-l01 .tab-item {
  display: table;
  margin: 0 auto;
  max-width: 234px;
  width: 100%;
  padding: 0 15px 25px;
  position: relative;
}

.tabs-alt-l01 .tab-item::before {
  content: "";
  width: 100%;
  height: 88px;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  bottom: -6px;
  left: 0;
  border-radius: 12px 12px 0 0;
  background-color: #f5f;
  z-index: 0;
}

.tabs-alt-l01 .tab-item>.tab-content {
  width: 100%;
  background-color: #535353;
  padding: 20px 37px;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tabs-alt-l01 .tab-item>.tab-content small {
  position: absolute;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  pointer-events: none;
  font-size: .6875rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tabs-alt-l01 .tab-item>.tab-content .tab-title {
  font-size: .85rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.tabs-alt-l01 .tab-item>.tab-content .tab-label {
  height: 28px;
  bottom: -14px;
  padding: 0 15px;
  font-size: .7rem;
  background-color: #00c9eb;
  white-space: nowrap;
  border-radius: 14px;
}

.tabs-alt-l01 .tab-item>.tab-content .icon {
  width: 40px;
  height: 40px;
  bottom: -20px;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  color: #00c9eb;
  background-color: #fff;
}

.tabs-alt-l01 .tab-item>.tab-content .tab-content-center {
  text-align: center;
  display: inline-table;
  height: 58px;
}

.tabs-alt-l01 .tab-item.-active>.tab-content {
  background-color: #00c9eb !important;
  color: #fff;
}

.tabs-alt-l01 .tab-item.-active:hover {
  cursor: default;
}

.tabs-alt-l01 .tab-item.-active::before {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.tabs-alt-l01 .tab-item.-active .tab-label {
  -webkit-transform: translateX(-50%) scale(0);
       -o-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  opacity: 0;
}

.tabs-alt-l01 .tab-item.-active .icon {
  -webkit-transform: translateX(-50%) scale(1);
       -o-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}

.tabs-alt-l01 .tab-item:hover,
.tabs-alt-l01 .tab-item:active {
  cursor: pointer;
}

.tabs-alt-l01 .tab-item:hover>div,
.tabs-alt-l01 .tab-item:active>div {
  background-color: #00c9eb;
}

.tabs-alt-l01 .tab-item:hover>div .tab-title,
.tabs-alt-l01 .tab-item:active>div .tab-title {
  color: #fff;
}

.tabs-alt-l01 .tab-item:hover>div .tab-label,
.tabs-alt-l01 .tab-item:active>div .tab-label {
  color: #00c9eb !important;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .tabs-alt-l01 .tab-item {
    max-width: none;
    padding-bottom: 36px;
  }

  .tabs-alt-l01 .tab-item .tab-title {
    font-size: 1rem !important;
  }

  .tabs-alt-l01 .tab-item::before {
    content: unset;
  }
}

.tabs-l02 {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(20% - 15px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 0;
  list-style: none;
}

.tabs-l02 .tab {
  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;
  height: 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #00c9eb;
  border-radius: 16px;
  font-size: .85rem;
  font-weight: 700;
  background-color: rgba(0,0,0,0);
  color: #00c9eb;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabs-l02 .tab.-active {
  cursor: default;
}

.tabs-l02 .tab:hover {
  cursor: pointer;
}

.tabs-l02 .tab.-active,
.tabs-l02 .tab:hover {
  background-color: #00c9eb;
  color: #fff;
}

.tabs-l02.tabs-purple .tab {
  border: 1px solid #a44dff;
  color: #a44dff;
}

.tabs-l02.tabs-purple .tab.-active,
.tabs-l02.tabs-purple .tab:hover {
  background-color: #a44dff;
  color: #fff;
}

.tabs-images .tab-image-item {
  width: 242px;
  height: 429px;
  position: absolute;
  top: 68px;
  left: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.content-l01,
.content-simple-l01 {
  width: 100%;
}

.content-l01+.content-l01,
.content-l01+.content-simple-l01,
.content-simple-l01+.content-l01,
.content-simple-l01+.content-simple-l01 {
  display: none;
}

.content-l01.tabs-purple .slide-tab-internal .slick-next,
.content-l01.tabs-purple .slide-tab-internal .slick-prev,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-next,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-prev {
  background-color: rgba(0,0,0,0);
  border: 2px solid #a44dff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  top: -3.5px;
}

.content-l01.tabs-purple .slide-tab-internal .slick-next,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-next {
  right: -47px;
}

.content-l01.tabs-purple .slide-tab-internal .slick-next::before,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-next::before {
  color: #a44dff;
  position: relative;
  top: .5px;
  left: 1px;
}

.content-l01.tabs-purple .slide-tab-internal .slick-next:hover,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-next:hover {
  background-color: #a44dff;
}

.content-l01.tabs-purple .slide-tab-internal .slick-next:hover::before,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-next:hover::before {
  color: #fff;
}

.content-l01.tabs-purple .slide-tab-internal .slick-prev,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-prev {
  left: -47px;
}

.content-l01.tabs-purple .slide-tab-internal .slick-prev::before,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-prev::before {
  color: #a44dff;
  position: relative;
  top: .5px;
  left: -1px;
}

.content-l01.tabs-purple .slide-tab-internal .slick-prev:hover,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-prev:hover {
  background-color: #a44dff;
}

.content-l01.tabs-purple .slide-tab-internal .slick-prev:hover::before,
.content-simple-l01.tabs-purple .slide-tab-internal .slick-prev:hover::before {
  color: #fff;
}

.content-l02 {
  width: 100%;
}

.content-l02+.content-l02 {
  display: none;
}

@media (min-width: 992px) {
  .content-l02.tabs-purple .border-left {
    border-left: 3px solid #a44dff !important;
  }
}

.content-l02.tabs-purple .btn-play {
  color: #a44dff !important;
  border: 2px solid #a44dff !important;
}

.content-l02.tabs-purple .btn-play::before {
  content: "";
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #a44dff;
}

.content-l02.tabs-purple .btn-play:hover {
  color: #fff !important;
  background-color: #a44dff !important;
}

.content-l02.tabs-purple .btn-play:hover::before {
  content: "";
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
}

.content-l02.tabs-purple .blue-dots .slick-list {
  padding-bottom: 30px;
}

.content-l02.tabs-purple .blue-dots .slick-prev::before,
.content-l02.tabs-purple .blue-dots .slick-next::before {
  color: #a44dff !important;
}

.content-l02.tabs-purple .blue-dots .slick-dots>li {
  margin-right: 10px;
}

.content-l02.tabs-purple .blue-dots .slick-dots>li>button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 100%;
  background: rgba(0,0,0,0);
  border: 1px solid #a44dff !important;
}

.content-l02.tabs-purple .blue-dots .slick-dots>li>button:focus {
  outline: none;
}

.content-l02.tabs-purple .blue-dots .slick-dots li.slick-active>button {
  background: #a44dff !important;
  border: 1px solid #a44dff !important;
}

.content-l02 .holder {
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-areas: "title img" "info img" "btn img";
}

.content-l02 .holder>.cont-title {
  grid-area: title;
  padding-right: 1.5rem;
}

.content-l02 .holder>.cont-info {
  grid-area: info;
  padding-right: 1.5rem;
}

.content-l02 .holder>.buttons {
  grid-area: btn;
}

.content-l02 .holder>.cont-img {
  grid-area: img;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-l02 .holder>.cont-img figure {
  width: 100%;
}

@media (min-width: 992px) {
  .content-l02 .border-left {
    border-left: 3px solid #00c9eb !important;
    margin-left: 22px;
    padding: 5px 0;
  }
}

.content-l02 .force-center {
  right: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  top: 41%;
}

.content-l02 .btn-play {
  font-size: 1rem;
  font-weight: 900;
}

.content-l02 .btn-play::before {
  border-width: 9px 0 9px 18px;
}

.content-alt-l01,
.content-simple-l01 {
  display: none;
}

.cases .cases-carousel {
  width: calc(100% - 96px);
  margin: 0 auto;
}

.cases .cases-carousel .slick-track {
  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;
}

.cases .cases-carousel .slick-slide {
  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;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cases .cases-carousel .slick-slide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cases .cases-carousel .slick-slide:hover img {
  cursor: pointer;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.cases .slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cases .slick-slider .slick-arrow:focus {
  outline: none !important;
}

.cases .slick-slider .slick-arrow.slick-prev {
  left: -48px;
}

.cases .slick-slider .slick-arrow.slick-next {
  right: -48px;
}

.cases .slick-slider .slick-arrow::before {
  color: #00c9eb;
}

.cases .img-holder {
  margin-bottom: 0;
}

#level_1 .card .tab-level-01>span,
#level_1a .card .tab-level-01>span,
#level_1b .card .tab-level-01>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#level_1 .card .tab-level-01>span::after,
#level_1a .card .tab-level-01>span::after,
#level_1b .card .tab-level-01>span::after {
  content: "\F077";
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#level_1 .card .tab-level-01.collapsed>span::after,
#level_1a .card .tab-level-01.collapsed>span::after,
#level_1b .card .tab-level-01.collapsed>span::after {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#level_1 .card .tab-level-02 .card-body .card-header,
#level_1a .card .tab-level-02 .card-body .card-header,
#level_1b .card .tab-level-02 .card-body .card-header {
  padding-left: 25px;
  background-color: hsl(0,0%,91.0784313725%);
}

#level_1 .card .tab-level-02 .card-body .card-header>span,
#level_1a .card .tab-level-02 .card-body .card-header>span,
#level_1b .card .tab-level-02 .card-body .card-header>span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#level_1 .card .tab-level-02 .card-body .card-header>span::after,
#level_1a .card .tab-level-02 .card-body .card-header>span::after,
#level_1b .card .tab-level-02 .card-body .card-header>span::after {
  content: "\F077";
  font-family: "Font Awesome 5 Free",sans-serif !important;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#level_1 .card .tab-level-02 .card-body .card-header.collapsed>span::after,
#level_1a .card .tab-level-02 .card-body .card-header.collapsed>span::after,
#level_1b .card .tab-level-02 .card-body .card-header.collapsed>span::after {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#level_1 .card .tab-level-02 .card-body .card-body,
#level_1a .card .tab-level-02 .card-body .card-body,
#level_1b .card .tab-level-02 .card-body .card-body {
  background-color: #f5f5f5;
}

#tab_level_alt .card {
  border: 1px solid #332f2b;
  margin-bottom: 3px;
}

#tab_level_alt .card .tab-level-alt {
  background-color: #332f2b;
}

#tab_level_alt .card .tab-level-alt>.card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tab_level_alt .card .tab-level-alt>.card-title::after {
  content: "\F077";
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#tab_level_alt .card .tab-level-alt.collapsed>.card-title::after {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.testimonials {
  padding: 80px 0 60px;
}

@media screen and (max-width: 992px) {
  .testimonials {
    padding: 50px 0;
  }
}

.testimonials .employer-depoiment {
  border: 1px solid #00c9eb;
  border-radius: 16px;
  position: relative;
  top: -30px;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .testimonials .employer-depoiment {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 25px;
  }
}

.testimonials .employer-depoiment .tab-employers-list-list-item-image {
  width: 180px;
  border: 1px solid #00c9eb;
  border-radius: 50%;
  margin: auto;
  background-color: #fff;
}

.testimonials .employer-depoiment .slick-dots {
  position: absolute;
  bottom: -38px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testimonials .employer-depoiment .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.testimonials .employer-depoiment .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: rgba(0,0,0,0);
  border: 0;
  outline: none;
  background: rgba(0,0,0,0);
}

.testimonials .employer-depoiment .slick-dots li button::before {
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: #000;
}

.testimonials .employer-depoiment .slick-dots li.slick-active button::before {
  opacity: .75;
  color: #000;
}

.testimonials .tab-employers-list {
  max-width: 900px;
  margin: auto;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 36;
}

.testimonials .tab-employers-list .slick-list {
  overflow: hidden;
}

.testimonials .tab-employers-list-list {
  list-style: none;
}

.testimonials .tab-employers-list-list .slick-arrow {
  top: 40%;
  position: absolute;
  padding-top: 3px;
  background-color: #00c9eb;
  border: 2px solid #00c9eb;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 6px 1px #767676;
          box-shadow: 0 0 6px 1px #767676;
}

.testimonials .tab-employers-list-list .slick-arrow::before {
  font-size: 15px;
  color: #fff;
}

.testimonials .tab-employers-list-list .slick-next {
  padding-left: 8px;
  right: -60px;
}

.testimonials .tab-employers-list-list .slick-prev {
  padding-left: 2px;
  left: -60px;
}

.testimonials .tab-employers-list-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.testimonials .tab-employers-list-list .slick-slide {
  width: 180px;
  margin: 10px 15px;
}

.testimonials .tab-employers-list-list .slick-slide.slick-current {
  width: 180px;
}

.testimonials .tab-employers-list-list .slick-slide .tab-employers-list-list-item {
  text-align: center;
  position: relative;
  cursor: pointer;
}

.testimonials .tab-employers-list-list .slick-slide .tab-employers-list-list-item-image {
  width: 90px;
  margin: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 50%;
  border: 1px solid #00c9eb;
}

.testimonials .tab-employers-list-list .slick-current .tab-employers-list-list-item .tab-employers-list-list-item-image {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 180px;
  border-radius: 50%;
  border: 1px solid #00c9eb;
  margin: auto;
  background-color: #fff;
}

.tab-apps-mob .card {
  margin-bottom: 3px;
  border: none !important;
}

.tab-apps-mob .card .tab-level-alt {
  background-color: #f5f !important;
}

.tab-apps-mob .card .tab-level-alt .card-title {
  color: #00c9eb;
}

.svgs-animated svg {
  width: 100%;
}

.svgs-animated svg g {
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.comparative-tables .c-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.comparative-tables .c-table thead tr th {
  height: 90px;
  background-color: #fff;
  color: #6a6a6a;
}

.comparative-tables .c-table tbody tr td {
  border-top: 1px solid #f6f6f6;
  text-align: center;
  padding: 5px;
  font-weight: 700;
}

.comparative-tables .c-table tbody tr td small {
  display: block;
  font-weight: 500;
}

.comparative-tables .c-table tbody tr td::after {
  content: "";
  display: block;
  font-weight: 500;
  font-size: .85rem;
  text-transform: none;
}

.comparative-tables .c-table tbody tr td.manager-client {
  background-color: #dedede !important;
  color: #023 !important;
}

.comparative-tables .c-table tbody tr td.manager-client::after {
  content: "(Gest\E3o do Cliente)";
}

.comparative-tables .c-table tbody tr td.manager-totvs {
  background-color: #00c9eb !important;
  color: #fff;
}

.comparative-tables .c-table tbody tr td.manager-totvs::after {
  content: "(Gest\E3o TOTVS)";
}

.comparative-tables .c-table tbody tr td.manager-provider {
  background-color: #ebebeb !important;
  color: #023;
}

.comparative-tables .c-table tbody tr td.manager-provider::after {
  content: "(Gest\E3o do Fornecedor do Datacenter)";
}

.comparative-tables .c-table-main {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 2px 3px 6px 2px rgba(0,0,0,.35);
          box-shadow: 2px 3px 6px 2px rgba(0,0,0,.35);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.comparative-tables .c-table-main:hover {
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0,0,0,.81);
          box-shadow: 1px 1px 16px 1px rgba(0,0,0,.81);
}

.comparative-tables .c-table-main thead tr th {
  height: 100px;
  background-color: #fff;
  color: #023;
}

.comparative-tables .c-table-main tbody tr td {
  color: #fff;
  padding: 6px;
}

@media screen and (max-width: 767px) {
  .tables-container .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tables-container .slick-slide {
    padding: 15px 0;
  }

  .tables-container .slick-prev,
  .tables-container .slick-next {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .tables-container .slick-prev::before,
  .tables-container .slick-next::before {
    font-size: 25px;
    color: #00dbff;
  }

  .tables-container .slick-prev:focus,
  .tables-container .slick-next:focus {
    outline: none;
  }
}

.table-list {
  border-radius: 20px !important;
  -webkit-box-shadow: 1px 7px 30px 1px rgba(33,29,28,.45);
          box-shadow: 1px 7px 30px 1px rgba(33,29,28,.45);
}

.table-list .table-item:first-child {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.table-list .table-item:last-child {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.wrap-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap-tables .table-left,
.wrap-tables .table-center {
  padding: 0 0 0 15px;
  z-index: 20;
}

.wrap-tables .table-left .table-content .content-list,
.wrap-tables .table-center .table-content .content-list {
  padding: 0;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  border: 1px solid #cacaca;
  border-right: none;
  list-style: none;
  overflow: hidden;
}

.wrap-tables .table-left .table-content .content-list li,
.wrap-tables .table-center .table-content .content-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 15px;
  min-height: 65px;
  height: 65px;
  font-size: .85rem;
  font-weight: bold;
  line-height: 1rem;
  color: #555;
}

.wrap-tables .table-left .table-content .content-list li:nth-child(odd),
.wrap-tables .table-center .table-content .content-list li:nth-child(odd) {
  background-color: #fff;
}

.wrap-tables .table-left .table-content .content-list li:nth-child(even),
.wrap-tables .table-center .table-content .content-list li:nth-child(even) {
  background-color: #f3f3f3;
}

.wrap-tables .table-left .table-content .content-list li:first-child,
.wrap-tables .table-center .table-content .content-list li:first-child {
  border-radius: 20px 0 0 0;
}

.wrap-tables .table-left .table-content .content-list li:last-child,
.wrap-tables .table-center .table-content .content-list li:last-child {
  border-radius: 0 0 0 20px;
}

.wrap-tables .table-center {
  padding: 0;
}

.wrap-tables .table-center .table-content {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px 3px rgba(0,0,0,.25);
          box-shadow: 3px 3px 10px 3px rgba(0,0,0,.25);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.wrap-tables .table-center .table-content:hover {
  -webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,.35);
          box-shadow: 5px 5px 10px 5px rgba(0,0,0,.35);
}

.wrap-tables .table-center .table-content .table-header {
  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;
  padding: 15px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  min-height: 65px;
  height: 65px;
}

.wrap-tables .table-center .table-content .table-header.color-1 {
  background-color: #04b4c7;
}

.wrap-tables .table-center .table-content .table-header.color-2 {
  background-color: #0695bd;
}

.wrap-tables .table-center .table-content .table-header.color-3 {
  background-color: #00749c;
}

.wrap-tables .table-center .table-content .content-list {
  border: none;
  margin-bottom: 0;
}

.wrap-tables .table-center .table-content .content-list .row-li {
  min-height: 65px;
  height: 65px;
  padding: 0 15px;
}

.wrap-tables .table-center .table-content .content-list .row-li img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 0;
}

.wrap-tables .table-center .row .col-md-4 {
  padding: 6px;
}

.wrap-tables .table-center .row .col-md-4:first-child .table-content {
  border-radius: 20px 20px 20px 0;
  background-color: #fff;
}

.wrap-tables .mob {
  padding: 0 15px;
}

.wrap-tables .mob .table-content-mob {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 0;
}

.wrap-tables .mob .table-content-mob .table-header-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.wrap-tables .mob .table-content-mob .table-header-mob.color-1 {
  background-color: #04b4c7;
}

.wrap-tables .mob .table-content-mob .table-header-mob.color-2 {
  background-color: #0695bd;
}

.wrap-tables .mob .table-content-mob .table-header-mob.color-3 {
  background-color: #00749c;
}

.wrap-tables .mob .table-content-mob .table-list-mob {
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wrap-tables .mob .table-content-mob .table-list-mob .mob-li {
  padding: 10px 40px;
  margin-top: 0;
}

.wrap-tables .mob .table-content-mob .table-list-mob .mob-li:nth-child(odd) {
  background-color: #fff;
}

.wrap-tables .mob .table-content-mob .table-list-mob .mob-li:nth-child(even) {
  background-color: #f3f3f3;
}

.wrap-tables .mob .table-content-mob .table-list-mob .mob-li::before {
  margin-left: 15px;
  top: 10px;
  content: "\F14A";
}

.grid-image {
  grid-area: image;
  width: 120%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-left: -20px;
}

.grid-image .bg-devices {
  width: 100%;
  height: auto;
  margin-top: -30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.grid-image .bg-devices img {
  width: 100%;
  height: auto;
}

.grid-image .bg-devices .screen-img-box {
  display: block;
  padding-left: 0;
  position: absolute;
  z-index: 2;
  top: 65px;
  left: 16px;
  width: 230px;
  height: 410px;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .grid-image .bg-devices .screen-img-box {
    width: 190px;
    height: 335px;
    top: 54px;
    left: 14px;
  }
}

.grid-image .bg-devices .screen-img-box li {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 230px;
  height: 410px;
  background-color: #000;
}

@media screen and (max-width: 1200px) {
  .grid-image .bg-devices .screen-img-box li {
    width: 192px;
    height: 340px;
  }
}

.grid-image .bg-devices .screen-img-box li.hide {
  display: none;
}

.grid-image .bg-devices .screen-img-box li.show {
  display: block;
}

.grid-content-1 {
  grid-area: content1;
}

.grid-content-2 {
  grid-area: content2;
}

.grid-content-3 {
  grid-area: content3;
}

.grid-content-4 {
  grid-area: content4;
}

.grid-content-2 .box,
.grid-content-4 .box {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .grid-content-2 .box,
  .grid-content-4 .box {
    text-align: left;
  }
}

.grid-content-2 .box small .dir,
.grid-content-4 .box small .dir {
  display: inline-block;
}

.grid-content-2 .box small .esq,
.grid-content-4 .box small .esq {
  display: none;
}

.grid-content-1 .box small .dir,
.grid-content-3 .box small .dir {
  display: none;
}

.grid-content-1 .box small .esq,
.grid-content-3 .box small .esq {
  display: inline-block;
}

.grid-content-1 .box,
.grid-content-2 .box,
.grid-content-3 .box,
.grid-content-4 .box {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px #cfcfcf;
          box-shadow: 5px 5px 10px #cfcfcf;
  cursor: pointer;
  color: #6a6a6a;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 992px) {
  .grid-content-1 .box,
  .grid-content-2 .box,
  .grid-content-3 .box,
  .grid-content-4 .box {
    min-height: 100px;
    height: auto;
    padding: 15px;
  }
}

.grid-content-1 .box p,
.grid-content-2 .box p,
.grid-content-3 .box p,
.grid-content-4 .box p {
  margin-bottom: 0;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  .grid-content-1 .box p,
  .grid-content-2 .box p,
  .grid-content-3 .box p,
  .grid-content-4 .box p {
    font-size: .8rem;
  }
}

.grid-content-1 .box small,
.grid-content-2 .box small,
.grid-content-3 .box small,
.grid-content-4 .box small {
  font-size: 1rem;
  font-weight: 900;
  color: #00c9eb;
}

.grid-content-1 .box:hover,
.grid-content-1 .box.active,
.grid-content-2 .box:hover,
.grid-content-2 .box.active,
.grid-content-3 .box:hover,
.grid-content-3 .box.active,
.grid-content-4 .box:hover,
.grid-content-4 .box.active {
  background: -webkit-gradient(linear, left top, right top, from(#6fb5c2), to(#3f92a1));
  background: -webkit-linear-gradient(left, #6fb5c2, #3f92a1);
  background: -o-linear-gradient(left, #6fb5c2, #3f92a1);
  background: linear-gradient(to right, #6fb5c2, #3f92a1);
  color: #fff;
}

.grid-content-1 .box:hover small,
.grid-content-1 .box.active small,
.grid-content-2 .box:hover small,
.grid-content-2 .box.active small,
.grid-content-3 .box:hover small,
.grid-content-3 .box.active small,
.grid-content-4 .box:hover small,
.grid-content-4 .box.active small {
  color: #fff;
}

.grid-devices {
  display: grid;
  grid-template-columns: 1.2fr .6fr 1.2fr;
  grid-template-areas: "content1 image content2" "content3 image content4";
  grid-gap: 10px;
}

.grid-devices>div:nth-child(even)>article {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .grid-devices {
    grid-template-columns: 1fr;
    grid-template-areas: "content1" "content2" "content3" "content4";
    grid-gap: 30px;
  }
}

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

.img-note .note {
  width: 100%;
}

.card-mob {
  border: none;
}

.mod-plans,
.mod-plans-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod-plans .table-headers,
.mod-plans-basic .table-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 10px;
}

.mod-plans .table-headers>strong,
.mod-plans-basic .table-headers>strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 75px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  font-size: 1rem;
  line-height: 1.2;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400 !important;
}

.mod-plans .table-headers>strong:nth-child(odd),
.mod-plans-basic .table-headers>strong:nth-child(odd) {
  background-color: #f5f5f5;
}

.mod-plans .table-headers>strong:nth-child(even),
.mod-plans-basic .table-headers>strong:nth-child(even) {
  background-color: #fff;
}

.mod-plans .plans,
.mod-plans .plans-carrossel,
.mod-plans-basic .plans,
.mod-plans-basic .plans-carrossel {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
  z-index: 5;
}

.mod-plans .plans .slick-next,
.mod-plans .plans-carrossel .slick-next,
.mod-plans-basic .plans .slick-next,
.mod-plans-basic .plans-carrossel .slick-next {
  right: -64px;
}

.mod-plans .plans .slick-list,
.mod-plans .plans-carrossel .slick-list,
.mod-plans-basic .plans .slick-list,
.mod-plans-basic .plans-carrossel .slick-list {
  height: auto;
}

.mod-plans .plans .slick-list .slick-slide,
.mod-plans .plans-carrossel .slick-list .slick-slide,
.mod-plans-basic .plans .slick-list .slick-slide,
.mod-plans-basic .plans-carrossel .slick-list .slick-slide {
  margin-right: 10px;
  min-width: 216px;
}

.mod-plans .plans .slick-list .slick-slide div,
.mod-plans .plans-carrossel .slick-list .slick-slide div,
.mod-plans-basic .plans .slick-list .slick-slide div,
.mod-plans-basic .plans-carrossel .slick-list .slick-slide div {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  height: auto;
}

.mod-plans .plans .title,
.mod-plans .plans-carrossel .title,
.mod-plans-basic .plans .title,
.mod-plans-basic .plans-carrossel .title {
  height: 76px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 1.25rem;
  background-color: #023;
}

.mod-plans .plans .content,
.mod-plans .plans-carrossel .content,
.mod-plans-basic .plans .content,
.mod-plans-basic .plans-carrossel .content {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid #023;
  background-color: #fff;
  overflow: hidden;
}

.mod-plans .plans .content .info-offer,
.mod-plans .plans-carrossel .content .info-offer,
.mod-plans-basic .plans .content .info-offer,
.mod-plans-basic .plans-carrossel .content .info-offer {
  height: 231px;
}

.mod-plans .plans .content .info-offer .price,
.mod-plans .plans-carrossel .content .info-offer .price,
.mod-plans-basic .plans .content .info-offer .price,
.mod-plans-basic .plans-carrossel .content .info-offer .price {
  width: 100%;
  height: 130px;
}

.mod-plans .plans .content .info-offer .price p,
.mod-plans .plans-carrossel .content .info-offer .price p,
.mod-plans-basic .plans .content .info-offer .price p,
.mod-plans-basic .plans-carrossel .content .info-offer .price p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.mod-plans .plans .content .info-offer .price p strong,
.mod-plans .plans-carrossel .content .info-offer .price p strong,
.mod-plans-basic .plans .content .info-offer .price p strong,
.mod-plans-basic .plans-carrossel .content .info-offer .price p strong {
  font-size: 32px;
  font-weight: 900;
}

.mod-plans .plans .content .info-offer .buttons .btn-new,
.mod-plans .plans-carrossel .content .info-offer .buttons .btn-new,
.mod-plans-basic .plans .content .info-offer .buttons .btn-new,
.mod-plans-basic .plans-carrossel .content .info-offer .buttons .btn-new {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 30px;
}

.mod-plans .plans .content .info-offer .buttons .btn-new:hover,
.mod-plans .plans-carrossel .content .info-offer .buttons .btn-new:hover,
.mod-plans-basic .plans .content .info-offer .buttons .btn-new:hover,
.mod-plans-basic .plans-carrossel .content .info-offer .buttons .btn-new:hover {
  text-decoration: none;
}

.mod-plans .plans .content .info-offer .buttons .btn-new.-outline-blue,
.mod-plans .plans-carrossel .content .info-offer .buttons .btn-new.-outline-blue,
.mod-plans-basic .plans .content .info-offer .buttons .btn-new.-outline-blue,
.mod-plans-basic .plans-carrossel .content .info-offer .buttons .btn-new.-outline-blue {
  border: 2px solid #00c9eb;
  font-size: .875rem;
  color: #00c9eb;
  background-color: #fff;
}

.mod-plans .plans .content .info-offer .buttons .btn-new.-outline-blue:hover,
.mod-plans .plans-carrossel .content .info-offer .buttons .btn-new.-outline-blue:hover,
.mod-plans-basic .plans .content .info-offer .buttons .btn-new.-outline-blue:hover,
.mod-plans-basic .plans-carrossel .content .info-offer .buttons .btn-new.-outline-blue:hover {
  color: #fff;
  background-color: #00c9eb;
}

.mod-plans .plans .content .bottom-data,
.mod-plans .plans-carrossel .content .bottom-data,
.mod-plans-basic .plans .content .bottom-data,
.mod-plans-basic .plans-carrossel .content .bottom-data {
  border-top: 1px solid #f5f5f5;
}

.mod-plans .plans .content .bottom-data .info,
.mod-plans .plans-carrossel .content .bottom-data .info,
.mod-plans-basic .plans .content .bottom-data .info,
.mod-plans-basic .plans-carrossel .content .bottom-data .info {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.15rem;
  font-weight: 400;
  border: 1px solid rgba(0,0,0,0);
}

.mod-plans .plans .content .bottom-data .info:nth-child(odd),
.mod-plans .plans-carrossel .content .bottom-data .info:nth-child(odd),
.mod-plans-basic .plans .content .bottom-data .info:nth-child(odd),
.mod-plans-basic .plans-carrossel .content .bottom-data .info:nth-child(odd) {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.mod-plans .plans.assinatura-eletronica .slick-track,
.mod-plans .plans.assinatura-eletronica-mob .slick-track,
.mod-plans .plans-carrossel.assinatura-eletronica .slick-track,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .slick-track,
.mod-plans-basic .plans.assinatura-eletronica .slick-track,
.mod-plans-basic .plans.assinatura-eletronica-mob .slick-track,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .slick-track,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .slick-track {
  padding-top: 110px;
  padding-bottom: 15px;
}

.mod-plans .plans.assinatura-eletronica .slick-slide,
.mod-plans .plans.assinatura-eletronica-mob .slick-slide,
.mod-plans .plans-carrossel.assinatura-eletronica .slick-slide,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .slick-slide,
.mod-plans-basic .plans.assinatura-eletronica .slick-slide,
.mod-plans-basic .plans.assinatura-eletronica-mob .slick-slide,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .slick-slide,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .slick-slide {
  padding: 0 5px;
}

.mod-plans .plans.assinatura-eletronica .card-plan,
.mod-plans .plans.assinatura-eletronica-mob .card-plan,
.mod-plans .plans-carrossel.assinatura-eletronica .card-plan,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .card-plan,
.mod-plans-basic .plans.assinatura-eletronica .card-plan,
.mod-plans-basic .plans.assinatura-eletronica-mob .card-plan,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .card-plan,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .card-plan {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.mod-plans .plans.assinatura-eletronica .card-plan .balloon,
.mod-plans .plans.assinatura-eletronica-mob .card-plan .balloon,
.mod-plans .plans-carrossel.assinatura-eletronica .card-plan .balloon,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon,
.mod-plans-basic .plans.assinatura-eletronica .card-plan .balloon,
.mod-plans-basic .plans.assinatura-eletronica-mob .card-plan .balloon,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .card-plan .balloon,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon {
  width: 100%;
  height: 71px;
  border: 1px solid #023;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: -90px;
  left: 0;
  opacity: 0;
  -webkit-animation: float 1.25s infinite;
       -o-animation: float 1.25s infinite;
          animation: float 1.25s infinite;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.mod-plans .plans.assinatura-eletronica .card-plan .balloon::before,
.mod-plans .plans.assinatura-eletronica-mob .card-plan .balloon::before,
.mod-plans .plans-carrossel.assinatura-eletronica .card-plan .balloon::before,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon::before,
.mod-plans-basic .plans.assinatura-eletronica .card-plan .balloon::before,
.mod-plans-basic .plans.assinatura-eletronica-mob .card-plan .balloon::before,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .card-plan .balloon::before,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon::before {
  content: "";
  top: 100%;
  left: 50%;
  border: solid rgba(0,0,0,0);
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0,34,51,0);
  border-top-color: #023;
  border-width: 13px;
  margin-left: -12.5px;
  z-index: 1;
}

.mod-plans .plans.assinatura-eletronica .card-plan .balloon::after,
.mod-plans .plans.assinatura-eletronica-mob .card-plan .balloon::after,
.mod-plans .plans-carrossel.assinatura-eletronica .card-plan .balloon::after,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon::after,
.mod-plans-basic .plans.assinatura-eletronica .card-plan .balloon::after,
.mod-plans-basic .plans.assinatura-eletronica-mob .card-plan .balloon::after,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .card-plan .balloon::after,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .card-plan .balloon::after {
  content: "";
  top: calc(100% - 1px);
  left: 50%;
  border: solid rgba(0,0,0,0);
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245,245,245,0);
  border-top-color: #f5f5f5;
  border-width: 12px;
  margin-left: -12px;
  z-index: 5;
}

.mod-plans .plans.assinatura-eletronica .chosen-plan,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan {
  -webkit-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}

.mod-plans .plans.assinatura-eletronica .chosen-plan .balloon,
.mod-plans .plans.assinatura-eletronica-mob .chosen-plan .balloon,
.mod-plans .plans-carrossel.assinatura-eletronica .chosen-plan .balloon,
.mod-plans .plans-carrossel.assinatura-eletronica-mob .chosen-plan .balloon,
.mod-plans-basic .plans.assinatura-eletronica .chosen-plan .balloon,
.mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan .balloon,
.mod-plans-basic .plans-carrossel.assinatura-eletronica .chosen-plan .balloon,
.mod-plans-basic .plans-carrossel.assinatura-eletronica-mob .chosen-plan .balloon {
  opacity: 1;
}

.mod-plans .plans-carrossel .slick-list .slick-slide,
.mod-plans-basic .plans-carrossel .slick-list .slick-slide {
  margin-right: 10px;
  min-width: 200px;
}

.mod-plans .plans-carrossel .content .info-offer .price,
.mod-plans-basic .plans-carrossel .content .info-offer .price {
  width: 100%;
  height: 230px;
}

.mod-plans .plans-carrossel .content .info-offer .price .num-prices,
.mod-plans-basic .plans-carrossel .content .info-offer .price .num-prices {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0 !important;
}

.mod-plans .plans-carrossel .content .info-offer .price .num-rotas,
.mod-plans-basic .plans-carrossel .content .info-offer .price .num-rotas {
  font-weight: bold;
  font-size: 2.5rem !important;
  margin-bottom: 0 !important;
}

.mod-plans .plans-carrossel .content .info-offer .price .info-rotas,
.mod-plans-basic .plans-carrossel .content .info-offer .price .info-rotas {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 996px) {
  .mod-plans,
  .mod-plans-basic {
    display: block;
    position: relative;
  }

  .mod-plans .swipe-right,
  .mod-plans-basic .swipe-right {
    position: absolute;
    left: 15px;
    top: 205px;
    z-index: 99;
    max-width: 75px;
    padding: 5px 0;
    border: 1px solid #767676;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  .mod-plans .swipe-right .text,
  .mod-plans-basic .swipe-right .text {
    text-align: center;
    font-size: .6rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 5px;
  }

  .mod-plans .plans,
  .mod-plans-basic .plans {
    display: block;
    position: relative;
    z-index: 5;
  }

  .mod-plans .plans .slick-slide,
  .mod-plans-basic .plans .slick-slide {
    padding: 0 5px;
  }

  .mod-plans .plans.assinatura-eletronica-mob .chosen-plan,
  .mod-plans-basic .plans.assinatura-eletronica-mob .chosen-plan {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .mod-plans-basic .swipe-right {
    top: 85px;
  }

  .mod-plans-basic .plans .content .info-offer .price {
    height: auto;
    padding: 30px 0;
  }

  .mod-plans-basic .plans .content .info-offer .price .num-prices {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0 !important;
  }

  .mod-plans-basic .plans .content .info-offer .price .num-rotas {
    font-weight: bold;
    font-size: 2.2rem !important;
    margin-bottom: 0 !important;
  }
}

.info-box {
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.info-box img {
  width: 100%;
  height: auto;
}

.info-list {
  padding-left: 0 !important;
}

.info-list li {
  display: block;
  width: 200px;
}

.info-list li span {
  display: block;
  padding-top: 15px;
}

.info-list li img {
  width: 100%;
}

.wrap-engines,
.wrap-engines-mob {
  display: block;
  position: relative;
  width: 400px;
  height: 400px;
}

.wrap-engines::after,
.wrap-engines-mob::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: -125px;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  height: 250px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #dedede;
  border-radius: 50%;
}

.wrap-engines .engine-1,
.wrap-engines .engine-2,
.wrap-engines .engine-3,
.wrap-engines-mob .engine-1,
.wrap-engines-mob .engine-2,
.wrap-engines-mob .engine-3 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 170px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wrap-engines .engine-1 .engine-layer,
.wrap-engines .engine-1 .engine-layer-fill,
.wrap-engines .engine-2 .engine-layer,
.wrap-engines .engine-2 .engine-layer-fill,
.wrap-engines .engine-3 .engine-layer,
.wrap-engines .engine-3 .engine-layer-fill,
.wrap-engines-mob .engine-1 .engine-layer,
.wrap-engines-mob .engine-1 .engine-layer-fill,
.wrap-engines-mob .engine-2 .engine-layer,
.wrap-engines-mob .engine-2 .engine-layer-fill,
.wrap-engines-mob .engine-3 .engine-layer,
.wrap-engines-mob .engine-3 .engine-layer-fill {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
  -webkit-animation: spinAlways 10s linear infinite;
       -o-animation: spinAlways 10s linear infinite;
          animation: spinAlways 10s linear infinite;
  opacity: 1;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.wrap-engines .engine-1 .engine-layer img,
.wrap-engines .engine-1 .engine-layer-fill img,
.wrap-engines .engine-2 .engine-layer img,
.wrap-engines .engine-2 .engine-layer-fill img,
.wrap-engines .engine-3 .engine-layer img,
.wrap-engines .engine-3 .engine-layer-fill img,
.wrap-engines-mob .engine-1 .engine-layer img,
.wrap-engines-mob .engine-1 .engine-layer-fill img,
.wrap-engines-mob .engine-2 .engine-layer img,
.wrap-engines-mob .engine-2 .engine-layer-fill img,
.wrap-engines-mob .engine-3 .engine-layer img,
.wrap-engines-mob .engine-3 .engine-layer-fill img {
  width: 100%;
}

.wrap-engines .engine-1 .engine-layer-fill,
.wrap-engines .engine-2 .engine-layer-fill,
.wrap-engines .engine-3 .engine-layer-fill,
.wrap-engines-mob .engine-1 .engine-layer-fill,
.wrap-engines-mob .engine-2 .engine-layer-fill,
.wrap-engines-mob .engine-3 .engine-layer-fill {
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.wrap-engines .engine-1 .engine-inner,
.wrap-engines .engine-2 .engine-inner,
.wrap-engines .engine-3 .engine-inner,
.wrap-engines-mob .engine-1 .engine-inner,
.wrap-engines-mob .engine-2 .engine-inner,
.wrap-engines-mob .engine-3 .engine-inner {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

.wrap-engines .engine-1 .engine-inner:hover,
.wrap-engines .engine-2 .engine-inner:hover,
.wrap-engines .engine-3 .engine-inner:hover,
.wrap-engines-mob .engine-1 .engine-inner:hover,
.wrap-engines-mob .engine-2 .engine-inner:hover,
.wrap-engines-mob .engine-3 .engine-inner:hover {
  text-decoration: none !important;
}

.wrap-engines .engine-1 .engine-inner .text-inner,
.wrap-engines .engine-2 .engine-inner .text-inner,
.wrap-engines .engine-3 .engine-inner .text-inner,
.wrap-engines-mob .engine-1 .engine-inner .text-inner,
.wrap-engines-mob .engine-2 .engine-inner .text-inner,
.wrap-engines-mob .engine-3 .engine-inner .text-inner {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.wrap-engines .engine-1 .engine-inner .plus-icon,
.wrap-engines .engine-2 .engine-inner .plus-icon,
.wrap-engines .engine-3 .engine-inner .plus-icon,
.wrap-engines-mob .engine-1 .engine-inner .plus-icon,
.wrap-engines-mob .engine-2 .engine-inner .plus-icon,
.wrap-engines-mob .engine-3 .engine-inner .plus-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.wrap-engines .engine-1,
.wrap-engines-mob .engine-1 {
  top: 15px;
  left: 30px;
}

.wrap-engines .engine-1 .engine-inner,
.wrap-engines-mob .engine-1 .engine-inner {
  border: 1px solid #00c9eb;
}

.wrap-engines .engine-1 .engine-inner .text-inner,
.wrap-engines-mob .engine-1 .engine-inner .text-inner {
  color: #00c9eb;
}

.wrap-engines .engine-1 .engine-inner .plus-icon,
.wrap-engines-mob .engine-1 .engine-inner .plus-icon {
  border: 1px solid #00c9eb;
  color: #00c9eb;
}

.wrap-engines .engine-1:hover .engine-layer,
.wrap-engines-mob .engine-1:hover .engine-layer {
  opacity: 0;
}

.wrap-engines .engine-1:hover .engine-layer-fill,
.wrap-engines-mob .engine-1:hover .engine-layer-fill {
  opacity: 1;
}

.wrap-engines .engine-1:hover .engine-inner .plus-icon,
.wrap-engines-mob .engine-1:hover .engine-inner .plus-icon {
  border: 1px solid #00c9eb;
  background-color: #00c9eb;
  color: #fff;
}

.wrap-engines .engine-3,
.wrap-engines-mob .engine-3 {
  bottom: 15px;
  left: 30px;
}

.wrap-engines .engine-3 .engine-inner,
.wrap-engines-mob .engine-3 .engine-inner {
  border: 1px solid #a44dff;
}

.wrap-engines .engine-3 .engine-inner .text-inner,
.wrap-engines-mob .engine-3 .engine-inner .text-inner {
  color: #a44dff;
}

.wrap-engines .engine-3 .engine-inner .plus-icon,
.wrap-engines-mob .engine-3 .engine-inner .plus-icon {
  border: 1px solid #a44dff;
  color: #a44dff;
}

.wrap-engines .engine-3:hover .engine-layer,
.wrap-engines-mob .engine-3:hover .engine-layer {
  opacity: 0;
}

.wrap-engines .engine-3:hover .engine-layer-fill,
.wrap-engines-mob .engine-3:hover .engine-layer-fill {
  opacity: 1;
}

.wrap-engines .engine-3:hover .engine-inner .plus-icon,
.wrap-engines-mob .engine-3:hover .engine-inner .plus-icon {
  border: 1px solid #a44dff;
  background-color: #a44dff;
  color: #fff;
}

.wrap-engines .engine-2,
.wrap-engines-mob .engine-2 {
  top: 50%;
  margin-top: -85px;
  right: 15px;
}

.wrap-engines .engine-2 .engine-layer,
.wrap-engines .engine-2 .engine-layer-fill,
.wrap-engines-mob .engine-2 .engine-layer,
.wrap-engines-mob .engine-2 .engine-layer-fill {
  -webkit-animation: spinAlwaysReverse 10s linear infinite;
       -o-animation: spinAlwaysReverse 10s linear infinite;
          animation: spinAlwaysReverse 10s linear infinite;
}

.wrap-engines .engine-2 .engine-inner,
.wrap-engines-mob .engine-2 .engine-inner {
  border: 1px solid #00dbff;
}

.wrap-engines .engine-2 .engine-inner .text-inner,
.wrap-engines-mob .engine-2 .engine-inner .text-inner {
  color: #00dbff;
}

.wrap-engines .engine-2 .engine-inner .plus-icon,
.wrap-engines-mob .engine-2 .engine-inner .plus-icon {
  border: 1px solid #00dbff;
  color: #00dbff;
}

.wrap-engines .engine-2:hover .engine-layer,
.wrap-engines-mob .engine-2:hover .engine-layer {
  opacity: 0;
}

.wrap-engines .engine-2:hover .engine-layer-fill,
.wrap-engines-mob .engine-2:hover .engine-layer-fill {
  opacity: 1;
}

.wrap-engines .engine-2:hover .engine-inner .plus-icon,
.wrap-engines-mob .engine-2:hover .engine-inner .plus-icon {
  border: 1px solid #00dbff;
  background-color: #00dbff;
  color: #fff;
}

.wrap-engines-mob {
  display: block;
  position: relative;
  width: 170px;
  height: 170px;
  margin: auto;
}

.wrap-engines-mob::after {
  display: none;
}

.wrap-engines-mob .engine-1,
.wrap-engines-mob .engine-2,
.wrap-engines-mob .engine-3 {
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 0;
}

.wrap-engines-mob .engine-1 .engine-layer,
.wrap-engines-mob .engine-1 .engine-layer-fill,
.wrap-engines-mob .engine-2 .engine-layer,
.wrap-engines-mob .engine-2 .engine-layer-fill,
.wrap-engines-mob .engine-3 .engine-layer,
.wrap-engines-mob .engine-3 .engine-layer-fill {
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}

.cards-canais .card {
  border-radius: 10px;
  border: solid 2px #00c9eb;
  background: #fcfcfc;
  padding: 15px;
  text-align: center;
  min-height: 235px;
}

@media (max-width: 767.98px) {
  .cards-canais .card {
    margin-top: 15px;
  }
}

.cards-canais .card .title {
  font-size: 20px;
  font-weight: bold;
  color: #00c9eb;
}

.cards-canais .card .body .cidade,
.cards-canais .card .body .estado {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #023;
}

.cards-canais .card .body .estado {
  margin-top: 0;
  font-size: 16px;
}

.cards-canais .card .body .phone,
.cards-canais .card .body .email,
.cards-canais .card .body .celular {
  margin-top: 10px;
  font-size: 14px;
}

.cards-canais .card .body .celular {
  font-size: 14px;
}

.cards-canais .card .body .email {
  font-size: 14px;
}

.popover {
  border-color: #707070 !important;
  left: 4px !important;
  z-index: 1040 !important;
}

.popover .arrow::before {
  border-right-color: #023 !important;
}

.popover .popover-body {
  max-width: 160px !important;
  font-size: 10px !important;
  color: #023 !important;
}

@media (max-width: 768px) {
  .banner-hero-lp-alternative,
  .section-five-items,
  .section-box-static,
  .section-steps,
  .section-list-benefits,
  .section-simple-cta {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.banner-hero-lp-alternative {
  position: relative;
}

.banner-hero-lp-alternative .content-text .tag-title {
  display: inline-block;
  position: absolute;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 1px #fff;
  opacity: .5;
}

@media (max-width: 1440px) {
  .banner-hero-lp-alternative .content-text .tag-title {
    font-size: 70px;
  }
}

@media (max-width: 480px) {
  .banner-hero-lp-alternative .content-text .tag-title {
    font-size: 45px;
  }
}

.banner-hero-lp-alternative .content-text .tag-title.tag-start {
  top: 85px;
  left: -40px;
}

@media (max-width: 992px) {
  .banner-hero-lp-alternative .content-text .tag-title.tag-start {
    top: 90px;
    left: 25px;
  }
}

.banner-hero-lp-alternative .content-text .tag-title.tag-end {
  bottom: -10px;
  right: 100px;
}

@media (max-width: 1440px) {
  .banner-hero-lp-alternative .content-text .tag-title.tag-end {
    right: 170px;
  }
}

@media (max-width: 1200px) {
  .banner-hero-lp-alternative .content-text .tag-title.tag-end {
    right: 80px;
  }
}

@media (max-width: 992px) {
  .banner-hero-lp-alternative .content-text .tag-title.tag-end {
    bottom: 10px;
    right: 105px;
  }
}

@media (max-width: 480px) {
  .banner-hero-lp-alternative .content-text .tag-title.tag-end {
    bottom: 10px;
    right: unset;
    left: 215px;
  }
}

.banner-hero-lp-alternative .content-text .pre-title {
  font-size: 27px;
  font-weight: 100;
}

@media (max-width: 1440px) {
  .banner-hero-lp-alternative .content-text .pre-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .banner-hero-lp-alternative .content-text .pre-title {
    font-size: 18px;
    padding-left: 15px;
  }
}

.banner-hero-lp-alternative .content-text .main-title,
.banner-hero-lp-alternative .content-text .main-title>.stroke-title {
  display: block;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1440px) {
  .banner-hero-lp-alternative .content-text .main-title,
  .banner-hero-lp-alternative .content-text .main-title>.stroke-title {
    font-size: 62px;
  }
}

@media (max-width: 480px) {
  .banner-hero-lp-alternative .content-text .main-title,
  .banner-hero-lp-alternative .content-text .main-title>.stroke-title {
    font-size: 43px;
    padding: 5px 40px;
    line-height: 1.1;
  }
}

.banner-hero-lp-alternative .content-text .main-title {
  position: relative;
  z-index: 3;
}

.banner-hero-lp-alternative .content-text .main-title .stroke-title {
  position: absolute;
  z-index: 2;
  color: rgba(0,0,0,0);
  -webkit-text-stroke: .3px #fff;
  top: 3px;
  left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 480px) {
  .banner-hero-lp-alternative .content-text .main-title .stroke-title {
    padding: 5px 40px;
    top: 2px;
  }
}

@media (max-width: 992px) {
  .banner-hero-lp-alternative .content-text .btn,
  .banner-hero-lp-alternative .content-text .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .banner-hero-lp-alternative .content-text .submit,
  .banner-hero-lp-alternative .content-text .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .banner-hero-lp-alternative .content-text .comment-edit-link,
  .banner-hero-lp-alternative .content-text .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .banner-hero-lp-alternative .content-text .comment-reply-link,
  .banner-hero-lp-alternative .content-text .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .banner-hero-lp-alternative .content-text .submit,
  .banner-hero-lp-alternative .content-text .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .banner-hero-lp-alternative .content-text .comment-edit-link,
  .banner-hero-lp-alternative .content-text .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .banner-hero-lp-alternative .content-text .comment-reply-link,
  .banner-hero-lp-alternative .content-text .comment-form input[type=submit],
  .comment-form .banner-hero-lp-alternative .content-text input[type=submit],
  .banner-hero-lp-alternative .content-text .search-form .search-submit,
  .search-form .banner-hero-lp-alternative .content-text .search-submit,
  .banner-hero-lp-alternative .content-text .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .banner-hero-lp-alternative .content-text .hs-button,
  .banner-hero-lp-alternative .content-text .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .banner-hero-lp-alternative .content-text .hs-button {
    width: 260px;
    margin: 0 auto;
  }
}

.banner-hero-lp-alternative .content-img {
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .banner-hero-lp-alternative .content-img {
    display: none !important;
  }
}

.banner-hero-lp-alternative .content-img .img-alt {
  width: 95%;
}

@media (max-width: 1440px) {
  .banner-hero-lp-alternative .content-img .img-alt {
    width: 75%;
  }
}

.banner-hero-lp-alternative .content-img .img-alt img {
  width: 100%;
}

.banner-hero-lp-alternative .content-img .float-box-alt {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 50px;
  width: 280px;
  height: 130px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px #4d4641;
          box-shadow: 2px 2px 2px #4d4641;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .banner-hero-lp-alternative .content-img .float-box-alt {
    bottom: 90px;
    height: 120px;
  }
}

.banner-hero-lp-alternative .content-img .float-box-alt .top-bar {
  width: 100%;
  padding: 5px;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-hero-lp-alternative .content-img .float-box-alt .top-bar span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #023;
}

.banner-hero-lp-alternative .content-img .float-box-alt .top-bar span+span {
  margin-left: 15px;
}

.banner-hero-lp-alternative .content-img .float-box-alt .text-fba {
  padding: 15px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 1440px) {
  .banner-hero-lp-alternative .content-img .float-box-alt .text-fba {
    padding: 10px;
  }
}

.section-five-items .list-simple-items .items p {
  margin-bottom: 0;
}

.section-box-static .carousel-items .slick-dots,
.section-list-benefits .carousel-items .slick-dots,
.section-vertical-carousel .carousel-items .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.section-box-static .carousel-items .slick-dots li button,
.section-list-benefits .carousel-items .slick-dots li button,
.section-vertical-carousel .carousel-items .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: none;
  background-color: #4d4641;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
}

.section-box-static .carousel-items .slick-dots li button:hover,
.section-list-benefits .carousel-items .slick-dots li button:hover,
.section-vertical-carousel .carousel-items .slick-dots li button:hover {
  background-color: #0adbe3;
  border: none;
}

.section-box-static .carousel-items .slick-dots li.slick-active button,
.section-list-benefits .carousel-items .slick-dots li.slick-active button,
.section-vertical-carousel .carousel-items .slick-dots li.slick-active button {
  border: none;
  background-color: #0adbe3;
}

.section-box-static .card-boxes-static {
  min-height: 250px;
  border-radius: 12px;
  border: solid 1px #0adbe3;
  text-align: center;
  margin-bottom: 30px;
}

.section-box-static .card-boxes-static .card-head {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #0adbe3;
}

.section-box-static .card-boxes-static .card-head span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #0adbe3;
  background-color: rgba(0,0,0,0);
}

.section-box-static .card-boxes-static .card-head span+span {
  margin-left: 20px;
}

.section-box-static .card-boxes-static .card-body {
  padding: 30px;
}

.section-box-static .card-boxes-static .card-body .h5,
.section-box-static .card-boxes-static .card-body p {
  margin-bottom: 0;
}

.section-steps .control-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 992px) {
  .section-steps .control-steps {
    -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;
    padding-right: unset;
    overflow: unset;
    padding-left: 0;
  }
}

.section-steps .control-steps::before,
.section-steps .control-steps::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 54px;
  width: 2px;
  height: 50%;
  background-color: #16dbe3;
}

@media (max-width: 992px) {
  .section-steps .control-steps::before,
  .section-steps .control-steps::after {
    right: unset;
    margin: 0 auto;
  }
}

.section-steps .control-steps::before {
  top: -30px;
}

@media (max-width: 992px) {
  .section-steps .control-steps::before {
    top: -20px;
    height: 20px;
  }
}

.section-steps .control-steps::after {
  bottom: 0;
}

@media (max-width: 992px) {
  .section-steps .control-steps::after {
    height: 20px;
  }
}

.section-steps .control-steps .control-inner {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .section-steps .control-steps .control-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.section-steps .control-steps .control-inner .text-active {
  border: 1px solid #16dbe3;
  border-radius: 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 40px 3px 15px;
  margin-right: -30px;
}

@media (max-width: 992px) {
  .section-steps .control-steps .control-inner .text-active {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: unset;
    padding: 2px 20px;
  }
}

.section-steps .control-steps .control-inner .circle,
.section-steps .control-steps .control-inner .circle-active {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #16dbe3;
  border-radius: 50%;
  padding-top: 1px;
  text-align: center;
  font-size: 16px;
  color: #a44dff;
  background-color: rgba(0,0,0,0);
}

@media (max-width: 992px) {
  .section-steps .control-steps .control-inner .circle,
  .section-steps .control-steps .control-inner .circle-active {
    background-color: rgba(0,0,0,0);
  }
}

.section-steps .control-steps .control-inner .circle.-ended,
.section-steps .control-steps .control-inner .circle-active.-ended {
  background-color: #16dbe3;
  border: 2px solid #16dbe3;
  color: #a44dff;
}

@media (max-width: 992px) {
  .section-steps .control-steps .control-inner .circle-active {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.section-steps .control-steps .control-inner .circle-active::after {
  display: none;
}

@media (max-width: 992px) {
  .section-steps .control-steps .control-inner .circle-active::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    width: 2px;
    height: 20px;
    background-color: #16dbe3;
    left: 12px;
    top: 28px;
  }
}

.section-steps .wrap-steps .step {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .section-steps .wrap-steps .step {
    margin-bottom: 20px;
  }
}

.section-steps .wrap-steps .step .step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px 15px;
  border: 2px solid #16dbe3;
  border-radius: 15px;
}

.section-steps .wrap-steps .step .step-inner .step-num {
  color: #16dbe3;
}

.section-steps .wrap-steps .step .step-inner .step-text {
  padding: 0 15px;
  color: #fff;
  text-align: left;
}

.section-steps .wrap-steps .step .step-inner .step-text .step-text-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.section-steps .wrap-steps .step .step-inner .step-text .step-text-title .tag {
  display: inline-block;
  margin-left: 15px;
  padding: 0 10px;
  border-radius: 20px;
  background-color: #a44dff;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .section-steps .wrap-steps .step .step-inner .step-text .step-text-title .tag {
    margin-left: 0;
  }
}

.section-steps .wrap-steps .step .step-inner .step-text p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .section-steps .container {
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .section-list-benefits .media .media-body.topics {
    position: relative;
    padding-left: 40px;
    padding-top: 4px;
  }
}

.section-list-benefits .media .media-body.topics .mob-topic {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #a44dff;
  border-radius: 50%;
}

.section-testimonials {
  padding: 80px 0 60px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .section-testimonials {
    padding: 50px 30px;
  }
}

.section-testimonials .img-bg-topleft,
.section-testimonials .img-bg-bottomright {
  display: block;
  position: absolute;
  width: 300px;
  height: 100px;
}

.section-testimonials .img-bg-topleft {
  top: 100px;
  left: 100px;
}

.section-testimonials .img-bg-bottomright {
  bottom: 50px;
  right: 0;
}

.section-testimonials .employer-depoiment {
  border: 1px solid #00c9eb;
  border-radius: 16px;
  position: relative;
  top: -30px;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .section-testimonials .employer-depoiment {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 25px;
  }
}

.section-testimonials .employer-depoiment .tab-employers-list-list-item-image {
  width: 180px;
  border: 1px solid #00c9eb;
  border-radius: 50%;
  margin: auto;
  background-color: #fff;
}

.section-testimonials .employer-depoiment .slick-dots {
  position: absolute;
  bottom: -38px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.section-testimonials .employer-depoiment .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.section-testimonials .employer-depoiment .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: rgba(0,0,0,0);
  border: 0;
  outline: none;
  background: rgba(0,0,0,0);
}

.section-testimonials .employer-depoiment .slick-dots li button::before {
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: #000;
}

.section-testimonials .employer-depoiment .slick-dots li.slick-active button::before {
  opacity: .75;
  color: #000;
}

.section-testimonials .tab-employers-list {
  max-width: 900px;
  margin: auto;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 36;
}

.section-testimonials .tab-employers-list .slick-list {
  overflow: hidden;
}

.section-testimonials .tab-employers-list-list {
  list-style: none;
}

.section-testimonials .tab-employers-list-list .slick-arrow {
  top: 40%;
  position: absolute;
  padding-top: 3px;
  background-color: #00c9eb;
  border: 2px solid #00c9eb;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 6px 1px #767676;
          box-shadow: 0 0 6px 1px #767676;
}

.section-testimonials .tab-employers-list-list .slick-arrow::before {
  font-size: 15px;
  color: #fff;
}

.section-testimonials .tab-employers-list-list .slick-next {
  padding-left: 8px;
  right: -60px;
}

.section-testimonials .tab-employers-list-list .slick-prev {
  padding-left: 2px;
  left: -60px;
}

.section-testimonials .tab-employers-list-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.section-testimonials .tab-employers-list-list .slick-slide {
  width: 195px;
  height: 200px;
  margin: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-testimonials .tab-employers-list-list .slick-slide.slick-current {
  width: 195px;
}

.section-testimonials .tab-employers-list-list .slick-slide .tab-employers-list-list-item {
  text-align: center;
  position: relative;
  cursor: pointer;
}

.section-testimonials .tab-employers-list-list .slick-slide .tab-employers-list-list-item-image {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  opacity: .5;
}

.section-testimonials .tab-employers-list-list .slick-current .tab-employers-list-list-item-image {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  margin: auto;
  opacity: 1;
  overflow: hidden;
}

.tab-apps-mob .card {
  margin-bottom: 3px;
  border: none !important;
}

.tab-apps-mob .card .tab-level-alt {
  background-color: #f5f !important;
}

.tab-apps-mob .card .tab-level-alt .card-title {
  color: #00c9eb;
}

.section-vertical-carousel .arrow {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #a44dff;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  opacity: .5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  top: -50px;
  left: 50%;
  margin-left: -25px;
}

.section-vertical-carousel .arrow:hover {
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0);
  opacity: 1;
}

.section-vertical-carousel .arrow.arrow-up {
  top: -70px;
  padding-top: 7px;
}

.section-vertical-carousel .arrow.arrow-down {
  top: 480px;
}

.section-vertical-carousel .cases {
  margin-top: 35px;
}

.section-vertical-carousel .cases .blocos {
  display: none;
}

.section-vertical-carousel .cases .blocos.block-active {
  display: block;
}

.section-vertical-carousel .cases .blocos .case {
  display: none;
}

.section-vertical-carousel .cases .blocos .case.active {
  display: block;
}

.section-vertical-carousel .cases-mobile .menu-cases ul li {
  font-size: 16px;
}

.section-vertical-carousel .cases-mobile .menu-cases ul .cases-content-mobile {
  display: none;
}

.section-vertical-carousel .cases .col-4,
.section-vertical-carousel .cases .col-5,
.section-vertical-carousel .cases .col-7,
.section-vertical-carousel .cases .col-8 {
  margin: 0;
  padding: 0;
}

.section-vertical-carousel .cases .cases-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 50px;
}

.section-vertical-carousel .cases .cases-content .img-cases-content {
  cursor: pointer;
}

.section-vertical-carousel .cases .cases-content .img-cases-content .img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-vertical-carousel .cases .cases-content .img-cases-content .img-link .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.section-vertical-carousel .cases .cases-content .img-cases-content .img-link .img-inner img {
  width: 100%;
  height: auto;
}

.section-vertical-carousel .cases .cases-content .img-cases-content .img-link .play {
  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: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #a44dff;
  padding-left: 5px;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-vertical-carousel .cases .cases-content .img-cases-content .img-link .play i {
  font-size: 20px;
  color: #fff;
}

.section-vertical-carousel .cases .cases-content .text-cases-content {
  height: 170px;
}

.section-vertical-carousel .cases .cases-content .text-cases-content .loop-title {
  font-size: 22px;
}

.section-vertical-carousel .cases .cases-content .text-cases-content .loop-text {
  font-size: 16px;
}

.section-vertical-carousel .cases .menu-cases ul {
  margin: 0;
  padding: 0;
  height: 460px;
  overflow: auto;
}

.section-vertical-carousel .cases .menu-cases ul::-webkit-scrollbar,
.section-vertical-carousel .cases .menu-cases ul::-webkit-scrollbar-track,
.section-vertical-carousel .cases .menu-cases ul::-webkit-scrollbar-thumb {
  display: none;
}

.section-vertical-carousel .cases .menu-cases ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0,0,0,0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-vertical-carousel .cases .menu-cases ul li a {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-vertical-carousel .cases .menu-cases ul li a .thumb-img-list {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
}

.section-vertical-carousel .cases .menu-cases ul li a .thumb-img-list img {
  width: 100%;
  height: auto;
}

.section-vertical-carousel .cases .menu-cases ul li a .title-list {
  display: block;
  padding-left: 15px;
  width: 300px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.section-vertical-carousel .cases .menu-cases ul li:hover,
.section-vertical-carousel .cases .menu-cases ul li.active {
  background-color: rgba(0,0,0,.1882352941);
}

.section-vertical-carousel .cases .menu-cases ul li:hover a,
.section-vertical-carousel .cases .menu-cases ul li.active a {
  text-decoration: none !important;
}

.section-vertical-carousel .cases .menu-cases ul li:hover a .title-list,
.section-vertical-carousel .cases .menu-cases ul li.active a .title-list {
  text-decoration: none !important;
}

.section-vertical-carousel .cases .menu-cases ul li:last-child {
  margin-bottom: 0;
}

.section-vertical-carousel .carousel-items .slick-dots li button {
  background-color: #fff;
}

.section-vertical-carousel .carousel-items .slick-dots li button:hover {
  background-color: #a44dff;
}

.section-vertical-carousel .carousel-items .slick-dots li.slick-active button {
  border: none;
  background-color: #a44dff;
}

@media screen and (max-width: 768px) {
  .section-vertical-carousel .carousel-items .slick-list .slick-track .slick-slide .img-cases-content {
    width: 95% !important;
  }
}

.section-vertical-carousel .carousel-items .slick-list .slick-track .slick-slide .img-cases-content .img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-vertical-carousel .carousel-items .slick-list .slick-track .slick-slide .img-cases-content .img-link .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.section-vertical-carousel .carousel-items .slick-list .slick-track .slick-slide .img-cases-content .img-link .img-inner img {
  width: 100%;
  height: auto;
}

.section-vertical-carousel .carousel-items .slick-list .slick-track .slick-slide .img-cases-content .img-link .play {
  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: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #a44dff;
  padding-left: 5px;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-vertical-carousel .carousel-items .slick-list .slick-track .slick-slide .img-cases-content .img-link .play i {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .section-simple-cta {
    margin-top: -1px;
  }
}

.banner-business-performance {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(/wp-content/themes/totvs-theme/dist/images/business/new/bg-programa-de-canais.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 539px;
  padding-top: 54px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.banner-business-performance__letreiro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-business-performance__letreiro img {
  max-width: 301px;
  max-height: 122px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .banner-business-performance__letreiro img {
    max-width: 385px;
    max-height: 154px;
  }
}

.banner-business-performance__title {
  text-align: center;
  max-width: 615px;
  margin: auto;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  line-height: 32px;
}

@media (min-width: 992px) {
  .banner-business-performance__title {
    font-size: 32px;
  }
}

.banner-business-performance__sub-title {
  max-width: 615px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
}

.banner-business-performance__grafismo {
  display: none;
}

@media (min-width: 992px) {
  .banner-business-performance__grafismo {
    display: initial;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .banner-business-performance__grafismo.left {
    left: -105px;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .banner-business-performance__grafismo.left {
    left: -70px;
  }
}

@media (min-width: 992px) {
  .banner-business-performance__grafismo.right {
    right: -110px;
    bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .banner-business-performance__grafismo.right {
    right: -50px;
  }
}

@media (min-width: 992px) {
  .banner-business-performance__grafismo img {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .banner-business-performance__grafismo img {
    width: 480px;
  }
}

.banner-business-performance .btn,
.banner-business-performance .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .banner-business-performance .submit,
.banner-business-performance .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .banner-business-performance .comment-edit-link,
.banner-business-performance .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .banner-business-performance .comment-reply-link,
.banner-business-performance .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .banner-business-performance .submit,
.banner-business-performance .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .banner-business-performance .comment-edit-link,
.banner-business-performance .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .banner-business-performance .comment-reply-link,
.banner-business-performance .comment-form input[type=submit],
.comment-form .banner-business-performance input[type=submit],
.banner-business-performance .search-form .search-submit,
.search-form .banner-business-performance .search-submit,
.banner-business-performance .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .banner-business-performance .hs-button,
.banner-business-performance .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .banner-business-performance .hs-button {
  padding: 17px 31px;
  font-size: 16px;
  font-weight: 700;
}

.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid;
  border-radius: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
       -o-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

.loading--blue {
  border-color: #fff;
  border-top-color: #007bff;
}

.loading--perple {
  border-color: #fff;
  border-top-color: #a44dff;
}

.loading__box {
  -webkit-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  height: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.loading__box.active {
  -webkit-transform: translateY(16px);
       -o-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 1;
  height: auto;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.template-esg .hero-esg {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-size: cover;
}

@media (max-width: 1440px) {
  .template-esg .hero-esg {
    height: 450px;
  }
}

@media (max-width: 480px) {
  .template-esg .hero-esg {
    height: 55vh;
    background-size: cover;
  }
}

.template-esg .hero-esg .hero-content {
  width: 100%;
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1440px) {
  .template-esg .hero-esg .hero-content {
    height: 420px;
  }
}

@media (max-width: 480px) {
  .template-esg .hero-esg .hero-content {
    height: 55vh;
  }
}

.template-esg .hero-esg .hero-content .container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.template-esg .hero-esg .hero-content .container .box-hero {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-top: 130px;
}

.template-esg .hero-esg .hero-footer {
  height: 69px;
  width: 100%;
  position: relative;
  z-index: 100;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 480px) {
  .template-esg .hero-esg .hero-footer {
    bottom: 70px;
  }
}

.template-esg .hero-esg .hero-footer::after,
.template-esg .hero-esg .hero-footer::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  height: 70px;
  width: 51%;
  top: 0;
}

.template-esg .hero-esg .hero-footer::before {
  left: 0;
  margin-left: -245px;
}

.template-esg .hero-esg .hero-footer::after {
  right: 0;
  margin-right: -245px;
}

.template-esg .hero-esg .hero-footer .scroll-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
  height: 70px;
  width: 505px;
  left: 50%;
  margin-left: -250px;
  cursor: pointer;
}

.template-esg .hero-esg .hero-footer .scroll-item svg {
  fill: #fff;
}

.template-esg .hero-esg .hero-footer .scroll-item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 15px solid rgba(0,0,0,0);
  border-bottom: 0;
  border-left: 15px solid rgba(0,0,0,0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation-name: float;
       -o-animation-name: float;
          animation-name: float;
  -webkit-animation-duration: 1200ms;
       -o-animation-duration: 1200ms;
          animation-duration: 1200ms;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
       -o-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.template-esg .text-big-intro-esg {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.template-esg .text-big-intro-esg .container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.template-esg .text-big-intro-esg .container article .desc {
  font-size: 18px;
  padding-top: 15px;
}

.template-esg .sobre-esg {
  background-color: #f5f;
  position: relative;
  z-index: 2;
}

.template-esg .sobre-esg .container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-esg .sobre-esg .container article .title-text {
  text-align: center;
}

.template-esg .sobre-esg .container article .title-text .desc {
  font-size: 18px;
  padding-top: 15px;
}

.template-esg .sobre-esg .container article .wrap-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 768px) {
  .template-esg .sobre-esg .container article .wrap-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.template-esg .sobre-esg .container article .wrap-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: center;
}

@media (max-width: 768px) {
  .template-esg .sobre-esg .container article .wrap-icons .icon {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 100%;
    padding-top: 50px;
  }
}

.template-esg .sobre-esg .container article .wrap-icons .icon .desc {
  font-size: 16px;
  padding-top: 15px;
}

.template-esg .sobre-esg .container article .wrap-icons .icon figure {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.template-esg .sobre-esg .container article .wrap-icons .icon figure img {
  width: 100%;
  height: auto;
}

.template-esg .sobre-esg .container .box-nav-desk {
  display: block;
  margin-top: 50px;
}

@media (max-width: 992px) {
  .template-esg .sobre-esg .container .box-nav-desk {
    display: none;
  }
}

.template-esg .sobre-esg .container .box-nav-desk .tab-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.template-esg .sobre-esg .container .box-nav-desk .tab-menu ul li {
  list-style-type: none;
  display: inline-block;
}

.template-esg .sobre-esg .container .box-nav-desk .tab-menu ul li a {
  display: block;
  width: 300px;
  padding: 10px 25px;
  background-color: #f5f;
  border: 1px solid #023;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #023;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.template-esg .sobre-esg .container .box-nav-desk .tab-menu ul li a.active-a,
.template-esg .sobre-esg .container .box-nav-desk .tab-menu ul li a:hover {
  background-color: #023;
  color: #f5f;
}

.template-esg .sobre-esg .container .box-nav-desk .tab {
  display: none;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .img-item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .text-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .text-item h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #023;
  text-transform: uppercase;
  padding: 0 0 15px;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .text-item p {
  color: #023;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .text-item ul {
  padding-left: 15px;
  list-style: disc;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .text-item ul li {
  padding: 5px 0;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .text-item ul li ul {
  padding-top: 10px;
  padding-left: 20px;
  list-style: circle;
}

.template-esg .sobre-esg .container .box-nav-desk .tab .box-item .text-item ul li ul li {
  padding: 3px 0;
}

.template-esg .sobre-esg .container .box-nav-desk .tab-active {
  display: block;
}

.template-esg .sobre-esg .container .box-nav-mob {
  display: none;
}

@media (max-width: 992px) {
  .template-esg .sobre-esg .container .box-nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .template-esg .sobre-esg .container .box-nav-mob .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }

  .template-esg .sobre-esg .container .box-nav-mob .box-item h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    color: #023;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
  }

  .template-esg .sobre-esg .container .box-nav-mob .box-item ul {
    padding-left: 15px;
    list-style: disc;
  }

  .template-esg .sobre-esg .container .box-nav-mob .box-item ul li {
    padding: 5px 0;
  }

  .template-esg .sobre-esg .container .box-nav-mob .box-item ul li ul {
    padding-left: 20px;
    list-style: circle;
  }

  .template-esg .sobre-esg .container .box-nav-mob .box-item p {
    color: #023;
    text-align: center;
  }
}

.template-esg .text-icons-esg {
  background-color: #023;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.template-esg .text-icons-esg .container {
  position: relative;
  z-index: 2;
}

.template-esg .text-icons-esg .container article .title-h2 {
  color: #0adbe3;
  text-align: center;
}

.template-esg .text-icons-esg .container article .desc {
  font-size: 18px;
  padding-top: 15px;
}

.template-esg .text-icons-esg .container .wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.template-esg .text-icons-esg .container .wrap-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.template-esg .text-icons-esg .container .wrap-items .item .img-item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-esg .text-icons-esg .container .wrap-items .item .img-item figure {
  width: 175px;
  height: 175px;
  background-color: #f5f;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item .img-item figure {
    width: 100px;
    height: 100px;
  }
}

.template-esg .text-icons-esg .container .wrap-items .item .img-item figure img {
  width: 110px;
  height: 110px;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item .img-item figure img {
    width: 60px;
    height: 60px;
  }
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .title-h3 {
    padding: 15px 0 0;
  }
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .desc {
  padding-top: 15px;
  color: #fff;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .desc {
    text-align: center;
  }
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .desc.-mob {
  display: none;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .desc.-mob {
    display: block;
  }
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons {
    display: none;
  }
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 165px;
  height: 50px;
  border: 1px solid #f5f;
  border-left: none;
  border-right: none;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-left: 25px;
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons span::after,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons span::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  width: 36px;
  height: 36px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #f5f;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons span::after {
  right: -18px;
  border-left: none;
  border-bottom: none;
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons span::before {
  left: -18px;
  border-left: none;
  border-bottom: none;
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons:first-child span {
  border-left: 1px solid #f5f;
  padding-left: 0;
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .wrap-topic-icons .topic-icons:first-child span::before {
  display: none;
}

.template-esg .text-icons-esg .container .wrap-items .item .text-item .btn,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .template-esg .text-icons-esg .container .wrap-items .item .text-item .submit,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-edit-link,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-reply-link,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .template-esg .text-icons-esg .container .wrap-items .item .text-item .submit,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-edit-link,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-reply-link,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-form input[type=submit],
.comment-form .template-esg .text-icons-esg .container .wrap-items .item .text-item input[type=submit],
.template-esg .text-icons-esg .container .wrap-items .item .text-item .search-form .search-submit,
.search-form .template-esg .text-icons-esg .container .wrap-items .item .text-item .search-submit,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .template-esg .text-icons-esg .container .wrap-items .item .text-item .hs-button,
.template-esg .text-icons-esg .container .wrap-items .item .text-item .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .template-esg .text-icons-esg .container .wrap-items .item .text-item .hs-button {
  margin: 30px 0 0;
}

@media (max-width: 768px) {
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .btn,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .template-esg .text-icons-esg .container .wrap-items .item .text-item .submit,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-edit-link,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-reply-link,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .template-esg .text-icons-esg .container .wrap-items .item .text-item .submit,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-edit-link,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-reply-link,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .comment-form input[type=submit],
  .comment-form .template-esg .text-icons-esg .container .wrap-items .item .text-item input[type=submit],
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .search-form .search-submit,
  .search-form .template-esg .text-icons-esg .container .wrap-items .item .text-item .search-submit,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .template-esg .text-icons-esg .container .wrap-items .item .text-item .hs-button,
  .template-esg .text-icons-esg .container .wrap-items .item .text-item .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .template-esg .text-icons-esg .container .wrap-items .item .text-item .hs-button {
    margin: 20px auto 0;
  }
}

@media (max-width: 1440px) {
  .template-esg .text-icons-esg .details {
    opacity: .3;
  }
}

@media (max-width: 992px) {
  .template-esg .text-icons-esg .details {
    display: none;
  }
}

.template-esg .text-icons-esg .details .detail {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
}

.template-esg .text-icons-esg .details .detail.dt01 {
  top: -100px;
  left: 0;
}

.template-esg .text-icons-esg .details .detail.dt02 {
  top: -100px;
  right: -100px;
}

.template-esg .text-icons-esg .details .detail.dt03 {
  bottom: -100px;
  left: -30px;
}

.template-esg .text-icons-esg .details .detail.dt04 {
  bottom: -100px;
  right: 50px;
}

.template-esg .text-topics-esg {
  background-color: #f5f;
  position: relative;
  z-index: 2;
}

.template-esg .text-topics-esg .container article .title-h2 {
  color: #023;
  text-align: center;
}

.template-esg .text-topics-esg .container article .desc {
  font-size: 18px;
  padding-top: 15px;
}

.template-esg .text-topics-esg .container .wrap-topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .template-esg .text-topics-esg .container .wrap-topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.template-esg .text-topics-esg .container .wrap-topics::after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -1px;
  background-color: #cfcfcf;
  width: 2px;
  height: 92%;
}

@media (max-width: 768px) {
  .template-esg .text-topics-esg .container .wrap-topics::after {
    display: none;
  }
}

.template-esg .text-topics-esg .container .wrap-topics .col-left,
.template-esg .text-topics-esg .container .wrap-topics .col-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

.template-esg .text-topics-esg .container .wrap-topics .col-left .topic,
.template-esg .text-topics-esg .container .wrap-topics .col-right .topic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .template-esg .text-topics-esg .container .wrap-topics .col-left .topic,
  .template-esg .text-topics-esg .container .wrap-topics .col-right .topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.template-esg .text-topics-esg .container .wrap-topics .col-left .topic .number,
.template-esg .text-topics-esg .container .wrap-topics .col-right .topic .number {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #0adbe3;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}

@media (max-width: 768px) {
  .template-esg .text-topics-esg .container .wrap-topics .col-left .topic .number,
  .template-esg .text-topics-esg .container .wrap-topics .col-right .topic .number {
    width: 100%;
    text-align: center;
  }
}

.template-esg .text-topics-esg .container .wrap-topics .col-left .topic .text-item,
.template-esg .text-topics-esg .container .wrap-topics .col-right .topic .text-item {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding-left: 15px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .template-esg .text-topics-esg .container .wrap-topics .col-left .topic .text-item,
  .template-esg .text-topics-esg .container .wrap-topics .col-right .topic .text-item {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.template-esg .text-topics-esg .container .wrap-topics .col-left .topic .text-item .title-h3,
.template-esg .text-topics-esg .container .wrap-topics .col-right .topic .text-item .title-h3 {
  color: #023;
  font-size: 18px;
  padding: 5px 0;
}

.template-esg .padding-tb01 {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .template-esg .padding-tb01 {
    padding: 50px 0;
  }
}

.template-esg .mt-30 {
  margin-top: 30px;
}

.template-esg .mt-15 {
  margin-top: 15px;
}

.template-esg .d-none-desk {
  display: none;
}

@media (max-width: 768px) {
  .template-esg .d-none-desk {
    display: block;
  }
}

.template-esg .main-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .template-esg .main-title {
    font-size: 26px;
  }
}

.template-esg .title-h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .template-esg .title-h2 {
    font-size: 26px;
    line-height: 1.6;
  }
}

.template-esg .title-h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .template-esg .title-h3 {
    font-size: 20px;
    text-align: center;
  }
}

.template-esg .desc,
.template-esg .list-desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  padding-top: 30px;
}

.template-esg .btn-esg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  border: 2px solid #0adbe3;
  background-color: #0adbe3;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 200px;
  height: 50px;
  color: #023;
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: 900;
}

.template-esg .btn-esg:hover {
  background-color: #fff;
  border: 2px solid #fff;
}

@media (max-width: 480px) {
  .template-esg .btn-esg {
    width: 200px;
    margin: 30px auto 0;
    font-size: 16px;
    padding: 11px 15px;
  }
}

@media (max-width: 991.98px) {
  .sidebar-blog {
    margin-bottom: 25px;
  }
}

footer.footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #023;
  padding: 70px 0;
}

footer.footer.footer-base {
  background-image: none !important;
}

footer.footer.footer-simple {
  padding: 40px 0;
}

footer.footer .footer-top>.container {
  padding-bottom: 80px;
  margin-bottom: 50px;
}

footer.footer .footer-top-new>.container h2 {
  font-size: 2.5rem;
}

footer.footer .footer-top-new>.container a {
  font-size: 1.2rem;
}

footer.footer .socket .footer-contact-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
}

footer.footer .socket .footer-contact-social-links a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: #023;
  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;
  font-size: 1.1rem;
}

footer.footer .socket .footer-contact-social-links a .icon-glass {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  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;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAjJJREFUSEvFl7FOAkEQhud6iPgEagGtEh4Aa0IhTyAkkBAalRcAQ0mC0NCKFaFSE6AGOgoCtDRaEUp4Apz/skeOg71dyAmbbI5ws/PNzM7OzhmkOdbr9QOLRnne8QyIJ1ZPeC7Fs2cYxreOSsNNiGEAPPF8FjAdnTCiyrPGRuD33iEFMzTJK94OADoBgKYY/rWPvBfMUFgMT70YVYa/OBXtgBnaYKFHL4g2HQ2Gp+w6t8Aee+q0HXuOXDHHBiz29N1jT53qEtaem2CRvT9uiTSbzWgwGEjtCofDFIlEVHYj4W6Q7Ra4yH8UZKva7TaVSiWVUkqn05TJZFRyrwwuWmBYciFbkc1maTweUzAYJJ/PJ1Xs9/upXC6rwEsGXxqiIn26SVvger2uE04VGO8TACvPrAo8n8+p2+2aQIRbY9QA7rEgarB0qMCj0YhyuZy5fjgcanCpD/AvS16dGDwBeK0y8R88prOCzxHq6VmTS3mcKpUKoWTm83kKhUI7KXFEVpvHCS2NawFRJd8R4IRWyUStXiwWUj4KSKfT0T3HKy6ZAa1LAqFutVoqxykWi1GhIL1rrPVblwSaOmS39KJoNpvU7/el8Gg0SvF4nHBRuIwVv7veXIsQ9GKvlSHB5SCav1O2PmaILeNO1ex9MDRpj8gp2tstT6UeWy/EnjfcEk6xp0ik5EENvQ2ObEdLiinNeIcBAKIaopE//BPG6Y2IwD3/b3203QqZKT/tH217P1mc+v4AxXs07d2XC6MAAAAASUVORK5CYII=);
}

footer.footer .socket .footer-contact-social-links a:hover {
  background-color: #ec7000;
  color: #fff;
  text-decoration: none;
}

footer.footer .socket .footer-contact-social-links a:hover .icon-glass {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAxIDc5LjE0NjI4OTk3NzcsIDIwMjMvMDYvMjUtMjM6NTc6MTQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNS4wIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQUFDMDk3QjU4QUYxMUVFQTA4RkFEMjY5MkNFMzc1RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQUFDMDk3QzU4QUYxMUVFQTA4RkFEMjY5MkNFMzc1RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBQUMwOTc5NThBRjExRUVBMDhGQUQyNjkyQ0UzNzVEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVBQUMwOTdBNThBRjExRUVBMDhGQUQyNjkyQ0UzNzVEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+M1NVTQAAAilJREFUeNrEl89LVFEUx7/jWGgGWv4IJ3URpIt2gi5E3DnuDCI0gzbu1KJxLxSSKzdJqX/CqIshaDUTbWoTWC4UFyXVJgin/DHb0aG+B8+Dl3jvfeO8aQ58YHjv3vN593HfmXMjf1IIEhfIEBkkPeQGadB7h+QbWSdvSJocuRJGHGJJniCTpBnB4jdZJM/1oYoW39PJ13C+2NWHXjnrZtUZ16JkiSRLkELnJjVX1CWWAWtkAuHFhOaM2sTyau8g/JCcCybxKHmI8sWUOv7ZXLJ7P5MW47RLdUBbwpw2+5p7eNMlz5Iu2e3VeiFhlV7nBu9N2lPeegZszwBf5myjWtT1VFZ8kT9+WL/TgfdAYz+Q2waOD8xp8/vAh9uuVf8ibbLieODisHE/yOt0hbjinri0iN0FWodPfn9/Aeyvu2YMya7uLllc2w50PDghWHSLuBP/P26KuL4C4voqVChEnKuANyfinQqId+Rz+kT6rMMOPmqB+BqWeEPEGfLIOmxrOuwVZzzxHmk01+F5oMbSE9TEipFKyUyLOE9ekifGoZf5qceG3Smzb4OIpSPJB/tbvMrGsn0caBqwtHjvgJ+vKE+7VisF69Df7I2aGrMQY8xz+AvIqral5YpF/8JOV67HJFUGaUpzG5u9AhkhyyFKlzVnwdVXF/TkMKY90nkjqzkmT0tNYi9WtDGb1e88aOzpnC7bZo0UeWiL+w5tV7yC6ju0ZZS8K+FfAQYAJzZ91tms2gQAAAAASUVORK5CYII=);
}

footer.footer .socket .menu-item a {
  display: block;
}

body {
  font-family: "TOTVS",sans-serif;
}

.blog .hbspt-form form .hs-form-checkbox-display {
  color: #fff !important;
  margin-top: 10px !important;
}

@media (min-width: 768px) {
  .blog .main-section {
    margin-top: 5rem;
  }
}

.news .container-background {
  background-position: 0 -250px;
}

.news .news-button {
  border-radius: 35px;
  font-size: 20px;
  padding: 8px 80px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 290px;
}

.main-section.technologies .background-video {
  max-height: 304px;
}

.main-section.technologies .btn-floating-bottom-left {
  width: 230px;
  font-size: 17px;
}

@media (max-width: 575.98px) {
  .main-section.technologies .btn-floating-bottom-left {
    width: initial;
  }
}

@media (max-width: 991.98px) {
  #functionalities-scroll h2 {
    font-size: 15px;
  }
}

.call-to-action {
  text-align: center;
}

.call-to-action img {
  max-width: 100%;
  height: auto;
}

.template-politica-de-privacidade .header,
.template-politica-de-cookies .header {
  background: rgba(0,34,51,.95);
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,.54);
          box-shadow: 2px 2px 12px rgba(0,0,0,.54);
}

.floating-button {
  position: fixed;
  bottom: 15px;
  right: 0;
  margin-right: 15px;
  z-index: 998;
}

.contato .header {
  position: fixed !important;
}

.single-post .header-single {
  z-index: 1000;
}

.single-post .main-single {
  z-index: 100000;
  border: none;
}

.single-post .main-single ul a {
  font-size: .8rem;
  padding: 3px 5px;
  text-decoration: none;
}

.single-post .main-single h1 {
  font-size: 32px;
}

.single-post .main-single div span {
  font-size: .8rem;
  letter-spacing: 1.15px;
}

.single-post .main-single .player-vooozer {
  background: #023;
}

@media (max-width: 991.98px) {
  .single-post .main-single .player-vooozer .col-2 {
    display: none;
  }
}

.single-post .main-single .progress-container {
  background-color: #d9d9d9;
  height: 7px;
  width: 100%;
  z-index: 99;
}

.single-post .main-single .progress-container .progress-bar {
  background-color: #00dbff;
  height: 7px;
  width: 0%;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.single-post .sticky_header .jumbotron-full-height {
  min-height: unset;
}

.single-post .sticky_header .jumbotron-full-height .jumbotron-content {
  padding: 25px 0 20px;
}

.single-post .sticky_header .jumbotron-full-height .jumbotron-content .sticky-hidden {
  display: none;
}

@media (max-width: 767.98px) {
  .single-post .sticky_header .jumbotron-full-height .jumbotron-content .sticky-hidden-sm {
    display: none;
  }
}

.single-post .comments .form-submit {
  text-align: center !important;
}

.single-post .comments-new {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #023;
}

.single-post .comments-new h2 {
  font-family: "TOTVS",sans-serif;
}

.single-post .comments-new .comment-reply-title {
  display: none;
}

.single-post .comments-new .comment-list>li {
  border-bottom: 1px solid #5a9bbd;
  padding: 10px 0;
  font-family: "TOTVS",sans-serif;
}

.single-post .comments-new .comment-list>li h4,
.single-post .comments-new .comment-list>li h5 {
  font-size: 1.2rem;
}

.single-post .comments-new .comment-list>li .children {
  padding: 0 0 0 15px;
}

.single-post .comments-new .comment-list>li .children>li {
  border-top: 1px solid #cfcfcf;
  padding: 15px 0;
}

.single-post .comments-new .comment-list>li .avatar {
  border-radius: 50px;
}

.single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .comment-reply-link {
  padding: 10px 15px;
  color: #00dbff;
  text-transform: uppercase;
}

.single-post .comments-new .comment-list .comment-respond {
  padding-left: 15px;
}

.single-post .comments-new .logged-in-as {
  font-size: 12px;
  margin-bottom: 15px !important;
}

@media (min-width: 576px) {
  .single-post .comments-new .comment-form {
    padding: 0 20%;
  }
}

.single-post .comments-new .comment-form .comment-form-author,
.single-post .comments-new .comment-form .comment-form-email {
  width: 50%;
  float: left;
}

@media (max-width: 767.98px) {
  .single-post .comments-new .comment-form .comment-form-author,
  .single-post .comments-new .comment-form .comment-form-email {
    width: 100%;
  }
}

.single-post .comments-new .comment-form .comment-notes,
.single-post .comments-new .comment-form .comment-form-cookies-consent {
  display: none;
}

@media (min-width: 576px) {
  .single-post .comments-new .comment-form .comment-form-author {
    padding-right: 15px;
  }
}

.single-post .comments-new .comment-form .comment-form-comment>label,
.single-post .comments-new .comment-form .comment-form-author>label,
.single-post .comments-new .comment-form .comment-form-email>label,
.single-post .comments-new .comment-form .comment-form-url>label,
.single-post .comments-new .comment-form .comment-form-cookies-consent>label {
  display: none;
}

.single-post .comments-new .comment-form .comment-form-comment>label.error,
.single-post .comments-new .comment-form .comment-form-author>label.error,
.single-post .comments-new .comment-form .comment-form-email>label.error,
.single-post .comments-new .comment-form .comment-form-url>label.error,
.single-post .comments-new .comment-form .comment-form-cookies-consent>label.error {
  color: #dc3545;
}

.single-post .comments-new .comment-form .comment-form-comment>textarea,
.single-post .comments-new .comment-form .comment-form-author>textarea,
.single-post .comments-new .comment-form .comment-form-email>textarea,
.single-post .comments-new .comment-form .comment-form-url>textarea,
.single-post .comments-new .comment-form .comment-form-cookies-consent>textarea {
  border-radius: 10px;
  padding: 25px;
}

.single-post .comments-new .comment-form .comment-form-comment>textarea::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-author>textarea::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-email>textarea::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-url>textarea::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>textarea::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-author>textarea::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-email>textarea::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-url>textarea::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>textarea::-moz-placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>textarea::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-author>textarea::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-email>textarea::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-url>textarea::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>textarea::-ms-input-placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>textarea::placeholder,
.single-post .comments-new .comment-form .comment-form-author>textarea::placeholder,
.single-post .comments-new .comment-form .comment-form-email>textarea::placeholder,
.single-post .comments-new .comment-form .comment-form-url>textarea::placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>textarea::placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>input,
.single-post .comments-new .comment-form .comment-form-author>input,
.single-post .comments-new .comment-form .comment-form-email>input,
.single-post .comments-new .comment-form .comment-form-url>input,
.single-post .comments-new .comment-form .comment-form-cookies-consent>input {
  padding: 25px;
}

.single-post .comments-new .comment-form .comment-form-comment>input::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-author>input::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-email>input::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-url>input::-webkit-input-placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>input::-webkit-input-placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>input::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-author>input::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-email>input::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-url>input::-moz-placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>input::-moz-placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>input::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-author>input::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-email>input::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-url>input::-ms-input-placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>input::-ms-input-placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>input::placeholder,
.single-post .comments-new .comment-form .comment-form-author>input::placeholder,
.single-post .comments-new .comment-form .comment-form-email>input::placeholder,
.single-post .comments-new .comment-form .comment-form-url>input::placeholder,
.single-post .comments-new .comment-form .comment-form-cookies-consent>input::placeholder {
  text-transform: uppercase;
}

.single-post .comments-new .comment-form .comment-form-comment>[type=checkbox],
.single-post .comments-new .comment-form .comment-form-author>[type=checkbox],
.single-post .comments-new .comment-form .comment-form-email>[type=checkbox],
.single-post .comments-new .comment-form .comment-form-url>[type=checkbox],
.single-post .comments-new .comment-form .comment-form-cookies-consent>[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
}

.single-post .comments-new .comment-form .form-submit {
  text-align: center;
}

.single-post .comments-new .comment-form .form-submit .submit {
  font-weight: 700;
  border: 2px solid #00dbff;
  color: #00dbff;
  background-color: rgba(0,0,0,0);
}

.single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .comment-reply-link {
  padding: 10px 15px;
  color: #00dbff;
  text-transform: uppercase;
}

.single-post .comments .comment-list .comment-respond {
  padding-left: 15px;
}

.single-post .comments .comment-reply-title {
  color: #00dbff;
  font-weight: 700;
}

.single-post .comments .logged-in-as {
  font-size: 12px;
  margin-bottom: 15px !important;
}

.single-post .comments .comment-form .comment-form-comment>label,
.single-post .comments .comment-form .comment-form-author>label,
.single-post .comments .comment-form .comment-form-email>label,
.single-post .comments .comment-form .comment-form-url>label,
.single-post .comments .comment-form .comment-form-cookies-consent>label {
  font-size: 12px;
}

.single-post .comments .comment-form .comment-form-comment>label.error,
.single-post .comments .comment-form .comment-form-author>label.error,
.single-post .comments .comment-form .comment-form-email>label.error,
.single-post .comments .comment-form .comment-form-url>label.error,
.single-post .comments .comment-form .comment-form-cookies-consent>label.error {
  color: #dc3545;
}

.single-post .comments .comment-form .comment-form-comment>textarea,
.single-post .comments .comment-form .comment-form-author>textarea,
.single-post .comments .comment-form .comment-form-email>textarea,
.single-post .comments .comment-form .comment-form-url>textarea,
.single-post .comments .comment-form .comment-form-cookies-consent>textarea {
  border-radius: 10px;
}

.single-post .comments .comment-form .comment-form-comment>[type=checkbox],
.single-post .comments .comment-form .comment-form-author>[type=checkbox],
.single-post .comments .comment-form .comment-form-email>[type=checkbox],
.single-post .comments .comment-form .comment-form-url>[type=checkbox],
.single-post .comments .comment-form .comment-form-cookies-consent>[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
}

.single-post .comments .comment-form .form-submit {
  text-align: right;
}

.single-post .comments .comment-form .form-submit .submit {
  font-weight: 700;
}

.single-post .single-content {
  color: #023;
}

.single-post .single-content p {
  margin-bottom: 1.2rem;
  font-size: 18px;
  line-height: 1.5;
}

.single-post .single-content h2 {
  font-size: 1.8rem;
}

.single-post .single-content h3 {
  font-size: 1.55rem;
}

.single-post .single-content p~h2,
.single-post .single-content p~h3 {
  margin-top: 40px;
}

.single-post .single-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .single-post .single-content {
    text-align: center;
  }

  .single-post .single-content h2 {
    font-size: 1.35rem;
  }

  .single-post .single-content h3 {
    font-size: 1.15rem;
  }

  .single-post .single-content p {
    font-size: 14px !important;
  }

  .single-post .single-content p~h2,
  .single-post .single-content p~h3 {
    margin-top: 30px;
  }

  .single-post .single-content ul li {
    text-align: left;
  }
}

.template-conteudo .btn-outline-white-new {
  border: 2px solid #fff;
}

.template-conteudo .btn-outline-white-new:hover {
  color: #fff;
  border-color: #00dbff;
}

@media screen and (max-width: 1023px) {
  .blog .jumbotron-full-height .jumbotron-image,
  .single-post .jumbotron-full-height .jumbotron-image,
  .template-conteudo .jumbotron-full-height .jumbotron-image {
    display: none;
  }
}

body#tinymce {
  margin: 12px !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 0 !important;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container>div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a>* {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.ekko-lightbox-nav-overlay a>:focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a.disabled,
.ekko-lightbox-nav-overlay a.btn-disabled,
.ekko-lightbox-nav-overlay a[href="#off"] {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.ekko-lightbox-loader>div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader>div>div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
       -o-animation: a 2s infinite ease-in-out;
          animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader>div>div:last-child {
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader>div>div {
  background-color: #333;
}

@-webkit-keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-o-keyframes a {
  0%, to {
    -o-transform: scale(0);
       transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    -o-transform: scale(1);
       transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes a {
  0%, to {
    -o-transform: scale(0);
       transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    -o-transform: scale(1);
       transform: scale(1);
    -webkit-transform: scale(1);
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
       -o-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
       -o-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
       -o-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
       -o-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
       -o-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
       -o-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
       -o-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
       -o-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
       -o-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
       -o-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
       -o-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
       -o-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
       -o-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
       -o-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
       -o-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
       -o-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
       -o-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
       -o-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
       -o-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
       -o-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
       -o-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
       -o-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
       -o-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
       -o-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
       -o-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
       -o-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
       -o-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
       -o-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
       -o-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
       -o-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
       -o-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
       -o-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
       -o-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
       -o-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
       -o-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
       -o-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
       -o-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
       -o-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
       -o-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
       -o-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
       -o-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
       -o-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
       -o-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
       -o-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
       -o-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
       -o-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
       -o-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
       -o-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
       -o-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
       -o-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
       -o-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
       -o-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
       -o-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
       -o-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
       -o-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
       -o-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
       -o-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
       -o-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
       -o-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
       -o-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
       -o-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform,-o-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform,-o-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

.canais-homologados__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.canais-homologados__title span {
  color: #a44dff;
  font-weight: 900;
}

.canais-homologados__sub-title {
  font-size: 20px;
  color: #023;
  text-align: center;
}

.canais-homologados__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media (min-width: 992px) {
  .canais-homologados__filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.canais-homologados__filter {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 12.2px 34px;
  width: 300px;
  font-weight: 400;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.canais-homologados__filter.active .canais-homologados__filter__icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.canais-homologados__filter.disabled,
.canais-homologados__filter.btn-disabled,
.canais-homologados__filter[href="#off"] {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

.canais-homologados__filter.disabled:hover,
.canais-homologados__filter.btn-disabled:hover,
.canais-homologados__filter[href="#off"]:hover {
  cursor: wait !important;
}

.canais-homologados__filter.disabled::before,
.canais-homologados__filter.btn-disabled::before,
.canais-homologados__filter[href="#off"]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.canais-homologados__filter:hover {
  cursor: pointer;
  background: #e7e7e7;
  border-color: #e7e7e7;
}

.canais-homologados__filter:focus {
  -webkit-box-shadow: 0 0 3px .2rem rgba(119,70,255,.0862745098);
          box-shadow: 0 0 3px .2rem rgba(119,70,255,.0862745098);
}

@media (min-width: 992px) {
  .canais-homologados__filter {
    width: 290px;
  }
}

@media (min-width: 1200px) {
  .canais-homologados__filter {
    width: 350px;
  }
}

.canais-homologados__filter span {
  text-transform: capitalize;
  font-size: 18px;
}

.canais-homologados__filter__icon {
  position: absolute;
  right: 17px;
  top: 17px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.canais-homologados__filter__icon path {
  fill: #a44dff;
}

.canais-homologados__search {
  font-weight: 700;
  font-size: 16px;
  width: 300px;
  padding: 10.2px 31.3px;
}

@media (min-width: 992px) {
  .canais-homologados__search {
    width: auto;
    padding: 17.2px 31.3px;
  }
}

.canais-homologados__box-filter {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.canais-homologados__box-filter label {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 16px;
}

.canais-homologados__list {
  width: 100%;
  margin-top: 84px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.canais-homologados__list.disabled,
.canais-homologados__list.btn-disabled,
.canais-homologados__list[href="#off"] {
  -webkit-filter: grayscale(1) blur(1px);
          filter: grayscale(1) blur(1px);
}

.canais-homologados__list__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.canais-homologados__list__card {
  overflow: hidden;
  border: 1px solid #a44dff;
  border-radius: 20px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.canais-homologados__list__card:hover .canais-homologados__list__card__decoration {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.canais-homologados__list__card:hover figure {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.canais-homologados__list__card figure {
  width: 100%;
  height: 170px;
  margin: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.canais-homologados__list__card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.canais-homologados__list__card__decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #a44dff;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  -webkit-transform: translateY(60px);
       -o-transform: translateY(60px);
          transform: translateY(60px);
}

.canais-homologados__list__card__decoration p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.canais-homologados__filter-select-product {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  max-height: 390px;
  background: #f5f5f5;
  margin-top: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137);
          box-shadow: 0 3px 6px rgba(0,0,0,.1607843137);
  overflow: hidden;
  height: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  padding-left: 28px;
  padding-right: 6px;
}

@media (min-width: 992px) {
  .canais-homologados__filter-select-product {
    min-width: 928px;
    max-height: 328px;
  }
}

@media (min-width: 1200px) {
  .canais-homologados__filter-select-product {
    min-width: 1106px;
  }
}

.canais-homologados__filter-select-product.active {
  overflow: initial;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}

.canais-homologados__filter-select-product::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid rgba(0,0,0,0);
  border-right: 14px solid rgba(0,0,0,0);
  border-bottom: 14px solid #a44dff;
  position: absolute;
  top: -14px;
  left: 135px;
}

@media (min-width: 1200px) {
  .canais-homologados__filter-select-product::before {
    left: 158px;
  }
}

.canais-homologados__filter-select-product__list {
  list-style: none;
  padding: 0;
  min-width: auto;
}

@media (min-width: 992px) {
  .canais-homologados__filter-select-product__list {
    min-width: 300px;
  }
}

.canais-homologados__filter-select-product__list span {
  color: #a44dff;
  font-size: 18px;
  font-weight: 900;
  display: block;
  padding-left: 12px;
  margin-bottom: 15px;
}

.canais-homologados__filter-select-product__list li {
  font-size: 16px;
  font-weight: 400;
  color: #023;
  margin-top: 4px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  padding: 5px 16px;
  border-radius: 17px;
}

.canais-homologados__filter-select-product__list li:hover {
  cursor: pointer;
  background: #0adbe3;
}

.canais-homologados__list-filters {
  position: relative;
  list-style: none;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 0 20px;
  padding-right: 6px;
  border-radius: 10px;
  z-index: -10;
  -webkit-transform: translateY(-26px);
       -o-transform: translateY(-26px);
          transform: translateY(-26px);
  opacity: 0;
  height: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  top: 12px;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137);
          box-shadow: 0 3px 6px rgba(0,0,0,.1607843137);
}

@media (min-width: 992px) {
  .canais-homologados__list-filters {
    top: 108px;
  }
}

@media screen and (min-width: 1075px) {
  .canais-homologados__list-filters {
    position: absolute;
    height: auto;
    padding: 14px 20px;
  }
}

.canais-homologados__list-filters.active {
  z-index: 10;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  height: auto;
  padding: 14px 20px;
  padding-top: 4px;
  margin-top: 12px;
}

.canais-homologados__list-filters::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid rgba(0,0,0,0);
  border-right: 14px solid rgba(0,0,0,0);
  border-bottom: 14px solid #a44dff;
  position: absolute;
  top: -14px;
  left: 139px;
}

@media (min-width: 992px) {
  .canais-homologados__list-filters::before {
    left: 158px;
  }
}

.canais-homologados__list-filters__container {
  overflow-y: auto;
  max-height: 417px;
}

.canais-homologados__list-filters li {
  font-size: 16px;
  font-weight: 400;
  color: #023;
  margin-top: 12px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  padding: 5px 16px;
  text-transform: uppercase;
}

.canais-homologados__list-filters li:hover {
  cursor: pointer;
  background: #0adbe3;
  border-radius: 17px;
}

.canais-homologados__box-filter-apply {
  height: 0;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  gap: 22px;
}

.canais-homologados__box-filter-apply.active {
  height: auto;
  opacity: 1;
  margin-top: 30px;
}

.canais-homologados__box-btn-clear {
  height: 0;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.canais-homologados__box-btn-clear.active {
  height: auto;
  opacity: 1;
  margin-top: 1.5rem;
}

.canais-homologados__btn-filter-apply {
  background: #a44dff;
  color: #fff;
  padding: 5.3px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.canais-homologados__btn-filter-apply span {
  margin-right: 13px;
  font-weight: 400;
}

.canais-homologados__btn-filter-apply:hover span {
  color: #fff;
  background-color: #6344f0;
}

.canais-homologados__btn-filter-apply svg {
  margin-top: -4px;
}

.canais-homologados__btn-clear {
  text-decoration: underline;
  color: #feac0f;
}

.canais-homologados .scroll svg {
  fill: #fff !important;
}

.canais-homologados .gap-18-lg-64 {
  gap: 18px;
}

@media (min-width: 992px) {
  .canais-homologados .gap-18-lg-64 {
    gap: 64px;
  }
}

.canais-homologados .jumbotron-full-height {
  min-height: 95vh;
}

.canais-homologados .jumbotron-full-height .btn,
.canais-homologados .jumbotron-full-height .comment-form input[type=submit],
.comment-form .canais-homologados .jumbotron-full-height input[type=submit],
.canais-homologados .jumbotron-full-height .search-form .search-submit,
.search-form .canais-homologados .jumbotron-full-height .search-submit,
.canais-homologados .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canais-homologados .jumbotron-full-height .hs-button,
.canais-homologados .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .canais-homologados .jumbotron-full-height .hs-button,
.canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link,
.canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link,
.canais-homologados .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit,
.canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link,
.canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link,
.canais-homologados .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit {
  margin-top: 8px;
  padding: 17px 54px;
  min-width: 296px;
}

.canais-homologados .jumbotron-full-height .btn:hover,
.canais-homologados .jumbotron-full-height .comment-form input[type=submit]:hover,
.comment-form .canais-homologados .jumbotron-full-height input[type=submit]:hover,
.canais-homologados .jumbotron-full-height .search-form .search-submit:hover,
.search-form .canais-homologados .jumbotron-full-height .search-submit:hover,
.canais-homologados .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canais-homologados .jumbotron-full-height .hs-button:hover,
.canais-homologados .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .canais-homologados .jumbotron-full-height .hs-button:hover,
.canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link:hover,
.single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link:hover,
.canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link:hover,
.single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link:hover,
.canais-homologados .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit:hover,
.single-post .comments-new .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit:hover,
.canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link:hover,
.single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link:hover,
.canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link:hover,
.single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link:hover,
.canais-homologados .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit:hover,
.single-post .comments .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit:hover {
  padding: 17px 54px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .canais-homologados .jumbotron-full-height .btn,
  .canais-homologados .jumbotron-full-height .comment-form input[type=submit],
  .comment-form .canais-homologados .jumbotron-full-height input[type=submit],
  .canais-homologados .jumbotron-full-height .search-form .search-submit,
  .search-form .canais-homologados .jumbotron-full-height .search-submit,
  .canais-homologados .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canais-homologados .jumbotron-full-height .hs-button,
  .canais-homologados .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .canais-homologados .jumbotron-full-height .hs-button,
  .canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link,
  .canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link,
  .canais-homologados .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit,
  .canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link,
  .canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link,
  .canais-homologados .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit {
    min-width: auto;
  }

  .canais-homologados .jumbotron-full-height .btn:hover,
  .canais-homologados .jumbotron-full-height .comment-form input[type=submit]:hover,
  .comment-form .canais-homologados .jumbotron-full-height input[type=submit]:hover,
  .canais-homologados .jumbotron-full-height .search-form .search-submit:hover,
  .search-form .canais-homologados .jumbotron-full-height .search-submit:hover,
  .canais-homologados .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canais-homologados .jumbotron-full-height .hs-button:hover,
  .canais-homologados .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .canais-homologados .jumbotron-full-height .hs-button:hover,
  .canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link:hover,
  .single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link:hover,
  .canais-homologados .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link:hover,
  .single-post .comments-new .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link:hover,
  .canais-homologados .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit:hover,
  .single-post .comments-new .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit:hover,
  .canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link:hover,
  .single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-edit-link:hover,
  .canais-homologados .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link:hover,
  .single-post .comments .comment-list .canais-homologados .jumbotron-full-height .comment-reply-link:hover,
  .canais-homologados .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit:hover,
  .single-post .comments .comment-form .form-submit .canais-homologados .jumbotron-full-height .submit:hover {
    padding-left: 83px !important;
    padding-right: 83px !important;
    margin-left: -29px !important;
    margin-right: -42px !important;
  }
}

.canais-homologados .jumbotron-full-height .page-home-header-title {
  font-weight: 700 !important;
  color: #00dbff !important;
  margin-bottom: 22px;
  text-transform: initial !important;
  margin-top: 34px;
}

@media (min-width: 576px) {
  .canais-homologados .jumbotron-full-height .page-home-header-title {
    text-transform: uppercase !important;
    margin-top: 24px;
  }
}

.canais-homologados .loading-list {
  scale: 0;
  opacity: 0;
  margin-top: 0;
  height: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.canais-homologados .loading-list.active {
  margin-top: 30px;
  scale: 1;
  opacity: 1;
  height: 50px;
}

.canais-homologados .crumbs {
  font-size: 12px;
}

@media (min-width: 576px) {
  .canais-homologados .crumbs {
    font-size: initial;
  }
}

.canais-homologados .crumbs a {
  color: #fff;
  text-decoration: none;
}

.canais-homologados .crumbs a:hover {
  text-decoration: none;
}

.canais-homologados .crumbs a:nth-child(1) {
  color: #00dbff;
}

.canais-homologados .crumbs a:nth-child(1):hover {
  text-decoration: underline;
}

.page-template-template-canais-homologados-new .whatsapp-btn {
  display: none;
}

.page-template-template-canais-homologados-new .exit-intent-popup.visible {
  display: none;
}

.canal-homologado-agencia .jumbotron-full-height {
  min-height: 580px;
  background: #a44dff;
  padding: 0 6px;
}

.canal-homologado-agencia .jumbotron-full-height .btn,
.canal-homologado-agencia .jumbotron-full-height .comment-form input[type=submit],
.comment-form .canal-homologado-agencia .jumbotron-full-height input[type=submit],
.canal-homologado-agencia .jumbotron-full-height .search-form .search-submit,
.search-form .canal-homologado-agencia .jumbotron-full-height .search-submit,
.canal-homologado-agencia .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canal-homologado-agencia .jumbotron-full-height .hs-button,
.canal-homologado-agencia .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
.modal-form-pop-up .hbspt-form form.hs-form .actions .canal-homologado-agencia .jumbotron-full-height .hs-button,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link,
.single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link,
.single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit,
.single-post .comments-new .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link,
.single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link,
.single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit,
.single-post .comments .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit {
  margin-top: 26px;
  padding: 17px 54px;
  min-width: 296px;
}

.canal-homologado-agencia .jumbotron-full-height .btn:hover,
.canal-homologado-agencia .jumbotron-full-height .comment-form input[type=submit]:hover,
.comment-form .canal-homologado-agencia .jumbotron-full-height input[type=submit]:hover,
.canal-homologado-agencia .jumbotron-full-height .search-form .search-submit:hover,
.search-form .canal-homologado-agencia .jumbotron-full-height .search-submit:hover,
.canal-homologado-agencia .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
.newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canal-homologado-agencia .jumbotron-full-height .hs-button:hover,
.canal-homologado-agencia .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
.modal-form-pop-up .hbspt-form form.hs-form .actions .canal-homologado-agencia .jumbotron-full-height .hs-button:hover,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link:hover,
.single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link:hover,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link:hover,
.single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link:hover,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit:hover,
.single-post .comments-new .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit:hover,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link:hover,
.single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link:hover,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link:hover,
.single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link:hover,
.canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit:hover,
.single-post .comments .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit:hover {
  padding: 17px 54px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  .canal-homologado-agencia .jumbotron-full-height .btn,
  .canal-homologado-agencia .jumbotron-full-height .comment-form input[type=submit],
  .comment-form .canal-homologado-agencia .jumbotron-full-height input[type=submit],
  .canal-homologado-agencia .jumbotron-full-height .search-form .search-submit,
  .search-form .canal-homologado-agencia .jumbotron-full-height .search-submit,
  .canal-homologado-agencia .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canal-homologado-agencia .jumbotron-full-height .hs-button,
  .canal-homologado-agencia .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .canal-homologado-agencia .jumbotron-full-height .hs-button,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link,
  .single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link,
  .single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit,
  .single-post .comments-new .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link,
  .single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link,
  .single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit,
  .single-post .comments .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit {
    min-width: auto;
  }

  .canal-homologado-agencia .jumbotron-full-height .btn:hover,
  .canal-homologado-agencia .jumbotron-full-height .comment-form input[type=submit]:hover,
  .comment-form .canal-homologado-agencia .jumbotron-full-height input[type=submit]:hover,
  .canal-homologado-agencia .jumbotron-full-height .search-form .search-submit:hover,
  .search-form .canal-homologado-agencia .jumbotron-full-height .search-submit:hover,
  .canal-homologado-agencia .jumbotron-full-height .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover,
  .newsletter-form .hbspt-form form.hs-form .hs_submit .actions .canal-homologado-agencia .jumbotron-full-height .hs-button:hover,
  .canal-homologado-agencia .jumbotron-full-height .modal-form-pop-up .hbspt-form form.hs-form .actions .hs-button:hover,
  .modal-form-pop-up .hbspt-form form.hs-form .actions .canal-homologado-agencia .jumbotron-full-height .hs-button:hover,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-edit-link:hover,
  .single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link:hover,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-list .comment-reply-link:hover,
  .single-post .comments-new .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link:hover,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments-new .comment-form .form-submit .submit:hover,
  .single-post .comments-new .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit:hover,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-edit-link:hover,
  .single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-edit-link:hover,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-list .comment-reply-link:hover,
  .single-post .comments .comment-list .canal-homologado-agencia .jumbotron-full-height .comment-reply-link:hover,
  .canal-homologado-agencia .jumbotron-full-height .single-post .comments .comment-form .form-submit .submit:hover,
  .single-post .comments .comment-form .form-submit .canal-homologado-agencia .jumbotron-full-height .submit:hover {
    padding-left: 83px !important;
    padding-right: 83px !important;
    margin-left: -29px !important;
    margin-right: -42px !important;
  }
}

.canal-homologado-agencia .jumbotron-full-height .page-home-header-title {
  font-weight: 700 !important;
  margin-top: 22px;
}

@media (min-width: 576px) {
  .canal-homologado-agencia .jumbotron-full-height .page-home-header-title {
    margin-top: 4px;
  }
}

.canal-homologado-agencia .jumbotron-footer .scroll svg {
  fill: #fff !important;
}

.canal-homologado-agencia__grafismo {
  display: none;
}

@media screen and (min-width: 1366px) {
  .canal-homologado-agencia__grafismo {
    display: block;
    position: absolute;
    z-index: 10;
  }

  .canal-homologado-agencia__grafismo.left {
    left: -288px;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 520px;
  }

  .canal-homologado-agencia__grafismo.right {
    right: -348px;
    bottom: 0;
    height: 90%;
  }
}

.canal-homologado-agencia__card-banner {
  width: 268px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0;
  margin: auto;
  border-radius: 20px;
}

@media screen and (min-width: 374px) {
  .canal-homologado-agencia__card-banner {
    width: 311px;
    height: 141px;
  }
}

@media (min-width: 576px) {
  .canal-homologado-agencia__card-banner {
    width: 454px;
    height: 206px;
  }
}

.canal-homologado-agencia__card-banner::before {
  content: "";
  display: block;
  width: 268px;
  height: 124px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: 10;
  background: #a44dff;
}

@media screen and (min-width: 374px) {
  .canal-homologado-agencia__card-banner::before {
    width: 311px;
    height: 141px;
    right: 15px;
    bottom: -12px;
  }
}

@media (min-width: 576px) {
  .canal-homologado-agencia__card-banner::before {
    width: 454px;
    height: 206px;
    right: 22px;
    bottom: -14px;
  }
}

@media (min-width: 768px) {
  .canal-homologado-agencia__card-banner::before {
    right: 120px;
  }
}

@media (min-width: 992px) {
  .canal-homologado-agencia__card-banner::before {
    right: -4px;
  }
}

@media (min-width: 1200px) {
  .canal-homologado-agencia__card-banner::before {
    right: 42px;
  }
}

@media screen and (min-width: 1366px) {
  .canal-homologado-agencia__card-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/business/new/grafismo-esq.png);
    position: absolute;
    bottom: -208px;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.canal-homologado-agencia__card-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border-radius: 20px;
  z-index: 20;
}

.canal-homologado-agencia__wysiwyg {
  padding: 0 15px;
}

.canal-homologado-agencia__wysiwyg h1,
.canal-homologado-agencia__wysiwyg h2,
.canal-homologado-agencia__wysiwyg h3,
.canal-homologado-agencia__wysiwyg h4,
.canal-homologado-agencia__wysiwyg h5,
.canal-homologado-agencia__wysiwyg h6 {
  font-size: 32px;
  font-weight: 900;
  color: #a44dff;
  margin-top: 30px;
  margin-bottom: 24px;
}

.canal-homologado-agencia__wysiwyg p {
  font-size: 16px;
}

.canal-homologado-agencia__product {
  margin: 120px 0;
  margin-bottom: 70px;
}

.canal-homologado-agencia__product__card {
  background: rgba(164,77,255,.0274509804);
  border: 1px solid #a44dff;
  border-radius: 20px;
  padding: 40px 23px;
}

@media (min-width: 768px) {
  .canal-homologado-agencia__product__card {
    padding: 40px 80px;
  }
}

.canal-homologado-agencia__product__card h2 {
  font-size: 26px;
  font-weight: 900;
  color: #a44dff;
  margin-bottom: 32px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .canal-homologado-agencia__product__card h2 {
    font-size: 32px;
  }
}

.canal-homologado-agencia__product__card ul {
  margin-left: -20px;
  line-height: 32px;
  font-size: 16px;
}

.canal-homologado-agencia__box-segments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .canal-homologado-agencia__box-segments {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.canal-homologado-agencia__box-segments figure {
  margin: 0;
  width: 100%;
  max-width: 148px;
  margin: 54px auto 0 auto;
}

@media (min-width: 576px) {
  .canal-homologado-agencia__box-segments figure {
    max-width: 185px;
    margin: 54px 0 0 0;
  }
}

.canal-homologado-agencia__box-segments figure legend {
  font-size: 14px;
  margin-top: 16px;
  font-weight: 900;
}

.canal-homologado-agencia__segments {
  margin-bottom: 70px;
}

.canal-homologado-agencia__segments__title {
  font-size: 26px;
  font-weight: 900;
  color: #a44dff;
  text-align: center;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .canal-homologado-agencia__segments__title {
    font-size: 32px;
    margin-bottom: 56px;
  }
}

.canal-homologado-agencia__beneficios {
  position: relative;
  background: #a44dff;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 75px 0;
}

.canal-homologado-agencia__beneficios__title {
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 576px) {
  .canal-homologado-agencia__beneficios__title {
    font-size: 32px;
  }
}

.canal-homologado-agencia__beneficios__grafismo {
  display: none;
}

@media screen and (min-width: 1366px) {
  .canal-homologado-agencia__beneficios__grafismo {
    display: block;
    position: absolute;
    z-index: 10;
  }

  .canal-homologado-agencia__beneficios__grafismo.left {
    left: -200px;
    margin: 0;
    bottom: 0;
  }

  .canal-homologado-agencia__beneficios__grafismo.right {
    right: -200px;
    margin: 0;
    bottom: 0;
  }
}

.canal-homologado-agencia__beneficios__cards {
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.canal-homologado-agencia__beneficios__cards figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .canal-homologado-agencia__beneficios__cards figure {
    width: 278px;
  }
}

.canal-homologado-agencia__beneficios__cards figure img {
  width: 86px;
  margin: auto;
}

.canal-homologado-agencia__beneficios__cards figure legend {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 22px;
}

@media (min-width: 992px) {
  .canal-homologado-agencia .gap-110 {
    gap: 110px;
  }
}

.canal-homologado-agencia .crumbs {
  font-size: 12px;
}

@media (min-width: 576px) {
  .canal-homologado-agencia .crumbs {
    font-size: initial;
  }
}

.canal-homologado-agencia .crumbs a {
  color: #fff;
  text-decoration: none;
}

.canal-homologado-agencia .crumbs a:hover {
  text-decoration: none;
}

.canal-homologado-agencia .crumbs a:nth-child(1) {
  color: #00dbff;
}

.canal-homologado-agencia .crumbs a:nth-child(1):hover {
  text-decoration: underline;
}

.template-canal-homologado .whatsapp-btn {
  display: none;
}

.template-canal-homologado .exit-intent-popup.visible {
  display: none;
}

.business-svg-box {
  display: none;
}

@media (min-width: 768px) {
  .business-svg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    height: 470px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (min-width: 768px)and (min-width: 992px) {
  .business-svg-box {
    margin: 100px 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 768px)and (min-width: 1200px) {
  .business-svg-box {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .business-svg-box::before {
    content: "";
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
  }

  .business-svg-box::after {
    content: "";
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
  }

  .business-svg-box.active::before {
    width: 388px;
    height: 388px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/business/circulo.png);
    position: absolute;
    left: -30px;
    top: 54px;
  }

  .business-svg-box.active::after {
    display: block;
    width: 158px;
    height: 100px;
    background-image: url(/wp-content/themes/totvs-theme/dist/images/business/digital-commerce.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 26px;
    top: 199px;
  }

  .business-svg-box.active .business-svg {
    -webkit-transform: translateX(0) translateY(0) scale(1) !important;
         -o-transform: translateX(0) translateY(0) scale(1) !important;
            transform: translateX(0) translateY(0) scale(1) !important;
    opacity: 1;
  }
}

.business-svg {
  -webkit-transition: .8s all;
  -o-transition: .8s all;
  transition: .8s all;
  opacity: 0;
}

.business-svg:nth-child(1) {
  position: absolute;
  top: 2px;
  left: 42px;
  -webkit-transform: translateX(190px) translateY(114px) scale(0);
       -o-transform: translateX(190px) translateY(114px) scale(0);
          transform: translateX(190px) translateY(114px) scale(0);
}

.business-svg:nth-child(1)::before {
  content: "INTEGRADORES DE MARKETPLACE";
  color: #a44dff;
  font-weight: 900;
  position: absolute;
  bottom: 12px;
  left: 38px;
  font-size: 9px;
  max-width: 82px;
  text-align: end;
}

.business-svg:nth-child(1)::after {
  content: "CLIENTES E POTENCIAIS CONSUMIDORES";
  display: block;
  width: 96px;
  font-size: 9px;
  position: absolute;
  left: -69px;
  bottom: 56px;
  font-weight: 700;
  color: #6e6863;
}

.business-svg:nth-child(2) {
  position: absolute;
  top: 10px;
  right: 50px;
  -webkit-transform: translateX(-190px) translateY(114px) scale(0);
       -o-transform: translateX(-190px) translateY(114px) scale(0);
          transform: translateX(-190px) translateY(114px) scale(0);
}

.business-svg:nth-child(2)::before {
  content: "INTELIG\CANCIA DE DADOS";
  color: #a44dff;
  font-weight: 900;
  position: absolute;
  bottom: 34px;
  right: 35px;
  font-size: 9px;
  width: 74px;
}

.business-svg:nth-child(2)::after {
  content: "CLIENTES E POTENCIAIS CONSUMIDORES";
  display: block;
  width: 96px;
  font-size: 9px;
  position: absolute;
  right: -102px;
  bottom: 56px;
  font-weight: 700;
  color: #6e6863;
}

.business-svg:nth-child(3) {
  position: absolute;
  bottom: 37px;
  left: 44px;
  -webkit-transform: translateX(234px) translateY(-114px) scale(0);
       -o-transform: translateX(234px) translateY(-114px) scale(0);
          transform: translateX(234px) translateY(-114px) scale(0);
}

.business-svg:nth-child(3)::before {
  content: "PLATAFORMA DE E-COMMERCE";
  color: #a44dff;
  font-weight: 900;
  position: absolute;
  top: 62px;
  left: 30px;
  font-size: 9px;
  width: 74px;
  text-align: end;
}

.business-svg:nth-child(3)::after {
  content: "CLIENTES E POTENCIAIS CONSUMIDORES";
  display: block;
  width: 96px;
  font-size: 9px;
  position: absolute;
  left: -70px;
  bottom: 32px;
  font-weight: 700;
  color: #6e6863;
}

.business-svg:nth-child(4) {
  position: absolute;
  bottom: 52px;
  right: -20px;
  -webkit-transform: translateX(-234px) translateY(-114px) scale(0);
       -o-transform: translateX(-234px) translateY(-114px) scale(0);
          transform: translateX(-234px) translateY(-114px) scale(0);
}

.business-svg:nth-child(4)::before {
  content: "AUTOMA\C7\C3O DE MARKETING";
  color: #a44dff;
  font-weight: 900;
  position: absolute;
  top: 56px;
  right: 79px;
  font-size: 9px;
  width: 72px;
}

.business-svg:nth-child(4)::after {
  content: "CLIENTES E POTENCIAIS CONSUMIDORES";
  display: block;
  width: 96px;
  font-size: 9px;
  position: absolute;
  right: -46px;
  bottom: 5px;
  font-weight: 700;
  color: #6e6863;
}

.business-svg-center {
  width: 100%;
  max-width: 800px;
  height: 470px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business-svg-center::before {
  content: "SUA EMPRESA";
  color: #a44dff;
  font-weight: 900;
  position: absolute;
  bottom: 186px;
  font-size: 9px;
  width: 61px;
  text-align: end;
  opacity: 0;
  -webkit-transition: .8s all;
  -o-transition: .8s all;
  transition: .8s all;
  left: 283px;
}

@media (min-width: 992px) {
  .business-svg-center::before {
    left: 332px;
  }
}

.business-svg-center::after {
  content: "ERP";
  color: #a44dff;
  font-weight: 900;
  position: absolute;
  bottom: 207px;
  font-size: 9px;
  width: 90px;
  text-align: end;
  opacity: 0;
  -webkit-transition: .8s all;
  -o-transition: .8s all;
  transition: .8s all;
  left: 283px;
  -webkit-transform: translateY(5.5px);
       -o-transform: translateY(5.5px);
          transform: translateY(5.5px);
}

@media (min-width: 992px) {
  .business-svg-center::after {
    left: 348px;
    -webkit-transform: translateY(5.5px);
         -o-transform: translateY(5.5px);
            transform: translateY(5.5px);
  }
}

.business-svg-center.active::after {
  opacity: 1;
}

.business-svg-center.active::before {
  opacity: 1;
}


/*# sourceMappingURL=main.css.map*/