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

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  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;
  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: 900
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #034672;
  text-decoration: none;
  background-color: transparent;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none
  }
}

a:hover {
  color: #011827;
  text-decoration: none
}

a:not([href]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

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

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

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #747474;
  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
}

[role="button"] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + .3vw)
  }
}

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: 700;
  line-height: 1.2;
  color: #37474F
}

h1,
.h1 {
  font-size: 3rem
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: calc(1.425rem + 2.1vw)
  }
}

h2,
.h2 {
  font-size: 2.4rem
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.365rem + 1.38vw)
  }
}
@media (max-width: 992px) {

  h2,
  .h2 {
    font-size: 1.5rem;
  }
}
h3,
.h3 {
  font-size: 1.75rem
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.3rem + .6vw)
  }
}

h4,
.h4 {
  font-size: 1.5rem
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.275rem + .3vw)
  }
}

h5,
.h5 {
  font-size: 1.05rem
}

h6,
.h6 {
  font-size: 1rem
}

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

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw)
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw)
  }
}

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

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw)
  }
}

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

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw)
  }
}

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px
  }
}

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

@media (min-width: 768px) {
  .container-md {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container-md,
  .container-lg {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px
  }
}

.row {
  display: flex;
  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-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

.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, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
  color: #747474;
  background-color: rgba(0, 0, 0, 0.075)
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7c9fb6
}

.table-hover .table-primary:hover {
  background-color: #a8bfcf
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #a1d2f3
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

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

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

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075)
}

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55
}

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075)
}

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

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

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

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

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

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.6rem + 2px);
  padding: .8rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737380;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #737380
}

.form-control:focus {
  color: #737380;
  background-color: #fff;
  border-color: #0692ee;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(3, 70, 114, 0.25)
}

.form-control::placeholder {
  color: #747474;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .8rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #747474;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

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

textarea.form-control {
  height: auto
}

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

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

.form-row {
  display: flex;
  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,
.form-check-input:disabled~.form-check-label {
  color: #747474
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  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: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .3125rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.6rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .4rem) center;
  background-size: calc(.75em + .8rem) calc(.75em + .8rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(.75em + 4.2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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 3rem/calc(.75em + .8rem) calc(.75em + .8rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745
}

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

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

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.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: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .3125rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.6rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .4rem) center;
  background-size: calc(.75em + .8rem) calc(.75em + .8rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 4.2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 3rem/calc(.75em + .8rem) calc(.75em + .8rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #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:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

.form-inline label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0
}

.form-inline .form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle
}

.form-inline .form-control-plaintext {
  display: inline-block
}

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

.form-inline .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 0
}

.form-inline .form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: .25rem;
  margin-left: 0
}

.form-inline .custom-control {
  align-items: center;
  justify-content: center
}

.form-inline .custom-control-label {
  margin-bottom: 0
}

.fade {
  transition: opacity 0.15s linear
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    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 transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

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

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

@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 transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

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

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: .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: #212121;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  white-space: wrap;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #141414;
  text-decoration: none;
  background-color: #F7F8FC
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #747474;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

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

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

.nav {
  display: flex;
  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 {
  color: #747474;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #747474;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #737380;
  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: .3125rem
}

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

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    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,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    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,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  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,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9)
}

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

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1)
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + .3vw)
  }
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

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

.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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .8rem;
  outline: 0
}

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

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.8rem - 1px);
  border-top-right-radius: calc(.8rem - 1px)
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.8rem - 1px);
  border-bottom-left-radius: calc(.8rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto
}

.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem)
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem)
}

.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: min-content
}

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

.carousel {
  position: relative
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    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
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

:root {
  --theme-color: #000;
  --bgLight: #F6F6F6
}

.btn {
  display: inline-block;
  line-height: 1.5;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  font-weight: 700;
  padding: .8rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn-sm {
  font-size: .875rem;
  padding: 0.25rem 1.5rem
}

.btn-primary {
  background: linear-gradient(92deg, #9FDC60 14.25%, #69B61A 87.31%);
  color: #fff;
  border-color: #9FDC60;
}

.btn-primary:hover {
  background: linear-gradient(92deg, #9FDC60 14.25%, #69B61A 87.31%);
  color: #fff;
  border-color: #69B61A;
}

.btn-primary:active,
.btn-primary:focus {
  outline: none
}

.btn-secondary {
  background: linear-gradient(268deg, #86EFFF -35.17%, #02C5E3 84.2%);
    color: #fff;
    border-color: #02C5E3;
}

.btn-secondary:hover {
  background: linear-gradient(268deg, #86EFFF -35.17%, #02C5E3 84.2%);
    color: #fff;
    border-color: #86EFFF;
}

.btn-tertiary {
  background-color: #034672;
  border-color: #034672
}

.btn-tertiary:hover {
  background: #022740;
  border-color: #022740
}

.btn-light {
  background: linear-gradient(268deg, #86EFFF -35.17%, #02C5E3 84.2%);
  color: #fff;
  border-color: #86EFFF;
}

.btn-light:hover {
  background: linear-gradient(268deg, #86EFFF -35.17%, #02C5E3 84.2%);
  color: #fff;
  border-color: #02C5E3;
}

.btn-outline-primary {
  border-color: #034672
}

.btn-outline-primary i {
  margin-left: .33333rem
}

.btn-outline-primary img {
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn-outline-primary img {
    transition: none
  }
}

.btn-outline-primary.light {
  color: #fff
}

.btn-outline-primary:hover {
  color: #fff;
  border-color: #034672;
  background-color: #034672
}

.btn-outline-primary:hover img {
  filter: brightness(0) invert(1)
}

.btn-outline-secondary {
  border-color: #86EFFF;
  background-color: transparent;
  color: #fff
}

.btn-outline-secondary:hover {
  background: linear-gradient(268deg, #86EFFF -35.17%, #02C5E3 84.2%);
  color: #fff;
  border-color: #02C5E3;
}

.btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.btn-outline-light:hover {
  color: #034672;
  background-color: #fff
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  font-size: 1rem;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 1000px #e9ecef inset
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="number"],
form select,
form textarea {
  border: 1px solid #dee2e6;
  background-color: #F7F8FC;
  margin: .5rem auto;
  padding: .8rem 2rem;
  border-radius: .3125rem;
  width: 100%;
  color: black;
  font-weight: 300;
  font-size: 1rem;
  transition: all .2s ease-in-out
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #adb5bd;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"]::-webkit-input-placeholder,
  form input[type="tel"]::-webkit-input-placeholder,
  form input[type="email"]::-webkit-input-placeholder,
  form input[type="url"]::-webkit-input-placeholder,
  form input[type="date"]::-webkit-input-placeholder,
  form input[type="number"]::-webkit-input-placeholder,
  form select::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    transition: none
  }
}

form input[type="text"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #adb5bd;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"]::-moz-placeholder,
  form input[type="tel"]::-moz-placeholder,
  form input[type="email"]::-moz-placeholder,
  form input[type="url"]::-moz-placeholder,
  form input[type="date"]::-moz-placeholder,
  form input[type="number"]::-moz-placeholder,
  form select::-moz-placeholder,
  form textarea::-moz-placeholder {
    transition: none
  }
}

form input[type="text"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #adb5bd;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"]:-ms-input-placeholder,
  form input[type="tel"]:-ms-input-placeholder,
  form input[type="email"]:-ms-input-placeholder,
  form input[type="url"]:-ms-input-placeholder,
  form input[type="date"]:-ms-input-placeholder,
  form input[type="number"]:-ms-input-placeholder,
  form select:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    transition: none
  }
}

form input[type="text"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="date"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #adb5bd;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"]:-moz-placeholder,
  form input[type="tel"]:-moz-placeholder,
  form input[type="email"]:-moz-placeholder,
  form input[type="url"]:-moz-placeholder,
  form input[type="date"]:-moz-placeholder,
  form input[type="number"]:-moz-placeholder,
  form select:-moz-placeholder,
  form textarea:-moz-placeholder {
    transition: none
  }
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form input[type="url"],
  form input[type="date"],
  form input[type="number"],
  form select,
  form textarea {
    transition: none
  }
}

form input[type="text"]:focus,
form input[type="text"]:active,
form input[type="tel"]:focus,
form input[type="tel"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="url"]:focus,
form input[type="url"]:active,
form input[type="date"]:focus,
form input[type="date"]:active,
form input[type="number"]:focus,
form input[type="number"]:active,
form select:focus,
form select:active,
form textarea:focus,
form textarea:active {
  border-color: #0086DE;
  background-color: #F7F8FC;
  outline: none;
  color: #000
}

form input[type="text"].wpcf7-not-valid,
form input[type="tel"].wpcf7-not-valid,
form input[type="email"].wpcf7-not-valid,
form input[type="url"].wpcf7-not-valid,
form input[type="date"].wpcf7-not-valid,
form input[type="number"].wpcf7-not-valid,
form select.wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  color: #dc3545;
  border-color: #dc3545
}

form input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="url"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="date"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="number"].wpcf7-not-valid::-webkit-input-placeholder,
form select.wpcf7-not-valid::-webkit-input-placeholder,
form textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #dc3545;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="url"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="date"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="number"].wpcf7-not-valid::-webkit-input-placeholder,
  form select.wpcf7-not-valid::-webkit-input-placeholder,
  form textarea.wpcf7-not-valid::-webkit-input-placeholder {
    transition: none
  }
}

form input[type="text"].wpcf7-not-valid::-moz-placeholder,
form input[type="tel"].wpcf7-not-valid::-moz-placeholder,
form input[type="email"].wpcf7-not-valid::-moz-placeholder,
form input[type="url"].wpcf7-not-valid::-moz-placeholder,
form input[type="date"].wpcf7-not-valid::-moz-placeholder,
form input[type="number"].wpcf7-not-valid::-moz-placeholder,
form select.wpcf7-not-valid::-moz-placeholder,
form textarea.wpcf7-not-valid::-moz-placeholder {
  color: #dc3545;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"].wpcf7-not-valid::-moz-placeholder,
  form input[type="tel"].wpcf7-not-valid::-moz-placeholder,
  form input[type="email"].wpcf7-not-valid::-moz-placeholder,
  form input[type="url"].wpcf7-not-valid::-moz-placeholder,
  form input[type="date"].wpcf7-not-valid::-moz-placeholder,
  form input[type="number"].wpcf7-not-valid::-moz-placeholder,
  form select.wpcf7-not-valid::-moz-placeholder,
  form textarea.wpcf7-not-valid::-moz-placeholder {
    transition: none
  }
}

form input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="url"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="date"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="number"].wpcf7-not-valid:-ms-input-placeholder,
form select.wpcf7-not-valid:-ms-input-placeholder,
form textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3545;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="url"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="date"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="number"].wpcf7-not-valid:-ms-input-placeholder,
  form select.wpcf7-not-valid:-ms-input-placeholder,
  form textarea.wpcf7-not-valid:-ms-input-placeholder {
    transition: none
  }
}

form input[type="text"].wpcf7-not-valid:-moz-placeholder,
form input[type="tel"].wpcf7-not-valid:-moz-placeholder,
form input[type="email"].wpcf7-not-valid:-moz-placeholder,
form input[type="url"].wpcf7-not-valid:-moz-placeholder,
form input[type="date"].wpcf7-not-valid:-moz-placeholder,
form input[type="number"].wpcf7-not-valid:-moz-placeholder,
form select.wpcf7-not-valid:-moz-placeholder,
form textarea.wpcf7-not-valid:-moz-placeholder {
  color: #dc3545;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  form input[type="text"].wpcf7-not-valid:-moz-placeholder,
  form input[type="tel"].wpcf7-not-valid:-moz-placeholder,
  form input[type="email"].wpcf7-not-valid:-moz-placeholder,
  form input[type="url"].wpcf7-not-valid:-moz-placeholder,
  form input[type="date"].wpcf7-not-valid:-moz-placeholder,
  form input[type="number"].wpcf7-not-valid:-moz-placeholder,
  form select.wpcf7-not-valid:-moz-placeholder,
  form textarea.wpcf7-not-valid:-moz-placeholder {
    transition: none
  }
}

form .btn {
  margin: 1rem auto;
  display: block
}

form textarea {
  max-height: 100px;
  resize: none
}

form .wpcf7-not-valid-tip {
  background: #fff;
  font-size: .875rem;
  color: #dc3545;
  margin-top: -.33333rem;
  padding: .2em 1em;
  border: 1px solid #dc3545;
  border-radius: .3125rem
}

form .wpcf7-validation-errors,
form .wpcf7-acceptance-missing {
  border-radius: .3125rem;
  background: #fff;
  font-size: .875rem;
  color: #343a40;
  margin: .5rem auto
}

form .wpcf7-response-output {
  width: 100%
}

form select,
form option {
  color: #000
}

form label {
  max-width: 100%
}

body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  counter-reset: section
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #737380
}

body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #212121;
  border-radius: .3125rem
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(#343a40)
}

body.modal-open {
  padding: 0 0 0 0 !important;
  margin-right: 10px
}

section {
  position: relative
}

#breadcrumbs a {
  color: #e9ecef
}

p:last-child {
  margin-bottom: 0
}

.page-padrao {
  padding: 3rem 0 9rem
}

.mb-0 {
  margin-bottom: 0
}

.white {
  color: #fff
}

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none
}

img.spinner-grow {
  position: relative;
  border-radius: 100% !important;
  max-width: 40px;
  min-height: 40px !important;
  max-height: 40px !important;
  width: 40px;
  margin: 0 auto;
  display: block
}

.w-100 {
  width: 100%;
  min-width: 100%
}

.paginacao {
  margin: 1rem auto;
  padding: 0
}

.paginacao ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.paginacao li {
  margin-right: .5rem
}

.paginacao li .next,
.paginacao li .prev {
  display: none
}

.paginacao .page-link {
  line-height: 2.5rem;
  border: 1px solid #747474;
  color: #747474;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center
}

.paginacao .page-link.current,
.paginacao .page-link:hover {
  color: #fff;
  background-color: #0C4185;
  border-color: #0C4185
}

[class*="fa-whatsapp"] {
  color: var(--whatsapp)
}

.icone-bg {
  width: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.icone-bg i {
  color: #0086DE;
  font-size: calc(3.5rem / 1.5);
  line-height: 3.5rem
}

.icone-bg svg,
.icone-bg img {
  width: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  object-fit: contain
}

.icone-bg.bg {
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1
}

.icone-bg.bg:before {
  content: '';
  opacity: .2;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  left: 0;
  border-radius: .625rem;
  top: 0;
  z-index: -1
}

.icone-bg.bg i {
  font-size: calc(3.5rem / 2);
  line-height: 3.5rem
}

.icone-bg.bg svg,
.icone-bg.bg img {
  width: calc(4.9rem / 1.65);
  min-width: calc(3.5rem / 1.65);
  min-height: calc(3.5rem / 1.65);
  object-fit: contain
}

.svg {
  min-width: 1rem;
  width: 1rem;
  margin-right: .5rem;
  margin-left: 0;
  display: inline-block;
  position: relative;
  z-index: 1
}

.btn-icon {
  margin: 1rem auto
}

.btn-icon:after {
  content: url("../img/svg/long-arrow.svg");
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  margin: 0 auto;
  transform: rotate(90deg)
}

.long-arrow {
  margin: 1rem auto;
  display: block
}

.long-arrow:after {
  content: url("../img/svg/arrow.svg");
  display: block;
  text-align: center;
  width: 1.5rem;
  margin: 0 auto
}

.col {
  padding: 0 1rem
}

i.fab[class*="facebook"] {
  color: var(--facebook)
}

i.fab[class*="instagram"] {
  color: var(--instagram)
}

i.fab[class*="linkedin"] {
  color: var(--linkedin)
}

i.fab[class*="youtube"] {
  color: var(--youtube)
}

i.fab[class*="twitter"] {
  color: var(--twitter)
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

[data-position="absolute"] {
  position: absolute
}

[data-direction="right"] {
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 0
}

[data-direction="left"] {
  left: 0;
  top: 0;
  bottom: 0
}

.flex {
  display: flex
}

.lista-icone {
  list-style: none;
  padding: 0
}

.lista-icone li {
  display: flex;
  align-items: start;
  margin: .5rem 0
}

.lista-icone li:before {
  content: "";
  background: url("../img/svg/check.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  text-align: center;
  margin-top: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem
}

.h1 {
  font-size: 3rem
}

@media (max-width: 1200px) {
  .h1 {
    font-size: calc(1.425rem + 2.1vw)
  }
}

.h2 {
  font-size: 2.4rem
}

@media (max-width: 1200px) {
  .h2 {
    font-size: calc(1.365rem + 1.38vw)
  }
}

.h3 {
  font-size: 1.75rem
}

@media (max-width: 1200px) {
  .h3 {
    font-size: calc(1.3rem + .6vw)
  }
}

.h4 {
  font-size: 1.5rem
}

@media (max-width: 1200px) {
  .h4 {
    font-size: calc(1.275rem + .3vw)
  }
}

.h5 {
  font-size: 1.05rem
}

.h6 {
  font-size: 1rem
}

.tit {
  font-weight: 700;
  font-size: 4.5rem;
  margin-bottom: 0;
  line-height: .8;
  opacity: .15;
  color: #fff
}

.fwm {
  font-weight: 600
}

.titulo.gray {
  color: #737380
}

.titulo span {
  color: #01CBEE
}

.headline {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(104, 184, 255, 0.15);
}
.headline-destaque-plus{
  margin-top: 164px;
}
.headline.destaque {
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(104, 184, 255, 0.15)  !important;
  font-size: 3.75rem;
  margin-bottom: .33333rem;
  line-height: 1
}

.text-gray {
  color: #747474
}

.text-center {
  text-align: center
}

.btn-circle {
  position: absolute
}

.btn-circle:after {
  content: url("../img/svg/btn.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem
}

.slick-slider {
  top: 9%
}

.icone-prev,
.icone-next {
  color: #0086DE;
  opacity: 1;
  cursor: pointer;
  font-size: 2.5rem;
  position: absolute;
  top: 45%;
  z-index: 2;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  .icone-prev,
  .icone-next {
    transition: none
  }
}

.icone-prev:hover,
.icone-next:hover {
  opacity: .9
}

.icone-prev:before,
.icone-next:before {
  content: url("../img/svg/arrow-slide.svg")
}

.icone-prev.slick-disabled,
.icone-next.slick-disabled {
  opacity: .5
}

.icone-prev {
  left: 3rem;
  left-transform: translate3d(0, 0, 0);
  left-top: 0
}

.icone-prev:active,
.icone-prev:focus {
  transform: translate3d(-0.5rem, 0, 0)
}

.icone-next {
  left: auto;
  right: 3rem;
  transform: rotate(-180deg)
}

.icone-next:active,
.icone-next:focus {
  transform: translate3d(0.5rem, 0, 0) rotate(-180deg)
}

.sr-only {
  font-size: 1px;
  height: 0
}

.youtube {
  background: #000;
  position: relative;
  margin-bottom: 0;
  padding-top: 56.2%;
  overflow: hidden;
  cursor: pointer
}

.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: .3
}

.youtube #vdyt {
  z-index: 5;
  background: #fff
}

.youtube .play-button {
  width: 60px;
  height: 60px;
  background-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 100%;
  border: 1px solid var(--white)
}

.youtube .play-button:before {
  content: "\f144";
  font-size: 4rem;
  color: #fff;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .youtube .play-button:before {
    transition: none
  }
}

.youtube:hover .play-button:before {
  color: white
}

.youtube img,
.youtube .play-button {
  cursor: pointer
}

.youtube img,
.youtube iframe {
  position: absolute
}

.youtube img {
  object-fit: cover;
  top: -37%;
  height: 175%
}

.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}

.youtube .play-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0 none
}

.youtube .ytp-pause-overlay {
  display: none !important
}

.sardagna {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 1rem;
  position: relative
}

.sardagna:after {
  content: "\f2ec";
  position: absolute;
  font-size: .5rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"
}

button.close {
  position: absolute;
  right: -.5rem;
  top: -0.5rem;
  background: white;
  border-radius: 50%;
  width: 1.5rem;
  z-index: 1051;
  opacity: 1
}

@keyframes lvm-typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes lvm-bottom-effect {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: -190%;
    opacity: 1
  }
}

@-webkit-keyframes lvm-bounce {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, 0.5rem, 0)
  }
}

@keyframes lvm-bounce {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, 0.5rem, 0)
  }
}

@-webkit-keyframes heightAnim {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@keyframes heightAnim {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@-webkit-keyframes bounce-right {

  0%,
  100% {
    -webkit-transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(-2.5px)
  }
}

@keyframes bounce-right {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-2.5px)
  }
}

@keyframes zoom {
  0% {
    opacity: .5;
    background-size: auto 100%
  }

  50% {
    background-size: auto 110%
  }

  100% {
    opacity: 1;
    background-size: auto 100%
  }
}

@keyframes scaleIn {
  from {
    transform: scale(1);
    opacity: .5
  }

  to {
    transform: scale(3.5);
    opacity: 0
  }
}

@-webkit-keyframes grow {
  0% {
    box-shadow: 0 0 4px #50CA40
  }

  50% {
    box-shadow: 0 0 13px #50CA40
  }

  100% {
    box-shadow: 0 0 4px #50CA40
  }
}

@keyframes grow {
  0% {
    box-shadow: 0 0 4px #50CA40
  }

  50% {
    box-shadow: 0 0 13px #50CA40
  }

  100% {
    box-shadow: 0 0 4px #50CA40
  }
}

@keyframes svg-animate {
  from {}

  to {
    stroke-dashoffset: 0
  }
}

svg.animado path {
  animation: svg-animate 4s forwards
}

.slick-loading .slick-list {
  background: #fff
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .9
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #0086DE;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -35px
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px
}

.slick-prev:before {
  content: "";
  font-size: 1.5rem
}

[dir="rtl"] .slick-prev:before {
  content: ""
}

.slick-next {
  right: -35px
}

[dir="rtl"] .slick-next {
  left: -35px;
  right: auto
}

.slick-next:before {
  content: "";
  font-size: 1.5rem
}

[dir="rtl"] .slick-next:before {
  content: ""
}

@media (max-width: 991.98px) {
  .slick-prev {
    left: -8px
  }

  [dir="rtl"] .slick-prev {
    left: auto;
    right: -8px
  }

  .slick-prev:before {
    content: "";
    font-size: 1.5rem
  }

  [dir="rtl"] .slick-prev:before {
    content: ""
  }

  .slick-next {
    right: 0
  }

  [dir="rtl"] .slick-next {
    left: 0;
    right: auto
  }

  .slick-next:before {
    content: "";
    font-size: 1.5rem
  }

  [dir="rtl"] .slick-next:before {
    content: ""
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 .16667rem;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .slick-dots li button {
    transition: none
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    transition: none
  }
}

.slick-dots li button:before {
  position: relative;
  content: "";
  width: 10px;
  height: 10px;
  font-size: 6px;
  line-height: 10px;
  text-align: center;
  color: #0086DE;
  background: #0086DE;
  border-radius: 50%;
  opacity: .9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"
}

.slick-dots li.slick-active button:before {
  color: #0086DE;
  background: #0086DE;
  width: 2rem;
  border-radius: .3125rem;
  opacity: .75
}

.slick-slide {
  margin: 0px 15px
}

.slick-slide img {
  width: 100%
}

.slick-slide:focus,
.slick-slide:active {
  outline: 0
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: flex;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  max-height: 100%
}

.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  display: table;
  content: '';
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px
}

[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: flex
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@media (print),
(prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

.wpcf7 {
  margin: 0;
  padding: 0
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
  width: 0;
  height: 0
}

.wpcf7 .ajax-loader.is-active {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  visibility: visible
}

.wpcf7 .ajax-error {
  display: none
}

.wpcf7 .placeheld {
  color: #888
}

.wpcf7 input[type="file"] {
  cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
  cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}

.wpcf7 .wpcf7-response-output {
  margin: .5rem auto;
  background-color: #fff;
  padding: 0.2em 1em;
  display: none
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: 2px solid #28a745
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
  border: 2px solid #dc3545
}

.wpcf7 .wpcf7-spam-blocked {
  border: 2px solid #fd7e14
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: 2px solid #ffc107
}

.wpcf7-form-control-wrap {
  position: relative
}

span.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 1em;
  font-weight: normal;
  display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3545;
  background: #fff;
  padding: .2em .8em
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " "
}

.wpcf7-display-none {
  display: none
}

.banner-home,
.banner-padrao {
  position: relative;
  background-color: #0C4185;
  background-size: cover;
  background-position: center;
  overflow: visible;
}

.banner-home:before,
.banner-padrao:before {
  content: '';
  background: linear-gradient(68deg, #101B37 23.43%, #101B37 23.44%, rgba(16, 27, 55, 0.11) 86.2%, rgba(16, 27, 55, 0.00) 103.57%, rgba(64, 63, 63, 0.00) 103.58%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute
}

.banner-padrao .container{
  position: relative;
}

.banner-padrao .container:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 50%, 0);
  display: block;
  width: 8rem;
  height: 10rem;
  background-image: radial-gradient(#02C5E3 1px, transparent 0);
  background-size: 10px 10px;
  background-position: -19px -19px;  
}

.banner-home .row,
.banner-padrao .row {
  align-items: center;
  padding: 6rem 0;
  position: relative;
  z-index: 1
}

.banner-home .titulo,
.banner-home .headline,
.banner-home .desc,
.banner-padrao .titulo,
.banner-padrao .headline,
.banner-padrao .desc {
  color: #fff;
  margin: 1rem auto
}

.banner-home .lista-icone,
.banner-padrao .lista-icone {
  margin-top: 2rem
}

.banner-home li,
.banner-padrao li {
  color: #fff
}

.banner-home .desc,
.banner-padrao .desc {
  font-size: 1.25rem
}

.banner-home .btn:last-child,
.banner-padrao .btn:last-child {
  margin-left: 1rem
}

.banner-home .btn,
.banner-padrao .btn {
  margin-top: 1rem
}

.carousel-inner {
  overflow: inherit
}

.banner-home {
  padding-bottom: 9rem
}

.banner-home .banner-padrao {
  overflow: visible
}

.banner-padrao .row {
  padding-bottom: 6rem 0
}

.banner-padrao .conteudo {
  margin-bottom: 0
}

.banner-padrao:after {
  opacity: 1
}

.banner-padrao .formulario {
  background-color: #fff;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  border-radius: .3125rem;
  padding: 3rem 2rem;
  text-align: center;
  z-index: 1;
  transform: translate3d(0, 15rem, 0);
  margin-top: -10rem
}

.banner-single .row {
  justify-content: center
}

.banner-single .conteudo {
  text-align: center
}

.banner-single .btn {
  margin-top: 0
}

.navbar-fixed-top {
  padding: 1rem;
  position: fixed;
  width: 100vw;
  z-index: 1000;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .navbar-fixed-top {
    transition: none
  }
}

.navbar-brand {
  padding: 0
}

.navbar-brand img,
.navbar-brand svg {
  width: 175px;
}

@media (prefers-reduced-motion: reduce) {

  .navbar-brand img,
  .navbar-brand svg {
    transition: none
  }
}
.container.menu-header {
  background: white;
  box-shadow: 0.25rem 0.25rem 1.2rem rgb(0 0 0 / 6%);
  border-radius: 999rem;
  padding: .5rem 1rem .5rem 2rem;
}

.logo-esc {
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40
}

.logo-esc small {
  margin-top: -.5rem;
  display: block;
  font-size: .5rem;
  text-align: right
}

.dropdown-toggle:after {
  background: url("../img/svg/angle.svg") no-repeat center center;
  border: 0;
  transform: translate3d(0, 0.3rem, 0);
  width: 0.75rem;
  height: 0.75rem;
  background-size: contain;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .dropdown-toggle:after {
    transition: none
  }
}

.telefone-header p {
  margin-bottom: 0;
  margin-left: 4rem;
  font-weight: 700;
  font-size: .875rem
}

.telefone-header p a {
  color: #212121;
}

.icone-bg-menu {
  margin-right: .33333rem;
  position: relative;
  max-width: 30px;
}

.icone-bg-menu img{
  min-width: 30px;
}

header .dropdown-menu {
  top: 80%;
  padding: 0;
  overflow: hidden
}

header .dropdown-menu .nav-item {
  margin: .5rem 0
}

header .dropdown-menu .nav-item i {
  color: #0C4185
}

header .dropdown-menu .nav-item:first-child {
  margin-top: 0
}

header .dropdown-menu .nav-item:last-child {
  margin-bottom: 0
}

header .dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  white-space: nowrap
}

header .dropdown-menu .current-menu-item {
  background-color: #0086DE
}

header .dropdown-menu .current-menu-item .dropdown-item {
  color: #fff
}

header .dropdown-menu .current-menu-item .icone-bg-menu {
  filter: brightness(0) invert(1)
}

header .dropdown-menu .current-menu-item:hover .dropdown-item {
  background-color: #0077c5;
  color: #fff
}

header .menu {
  margin-left: 1rem;
  justify-content: flex-end
}

header .menu .nav-item .nav-link {
  color: #212121;
  padding: .25rem .8rem;
  position: relative
}

.icone-menu {
  display: flex;
  align-items: center
}

header .menu .nav-item .nav-link .icone-bg-menu {
  margin-right: .33333rem;
  position: relative
}

header .menu .nav-item.btn {
  border: 2px solid #02C5E3;
  background: linear-gradient(268deg, #86EFFF -35.17%, #02C5E3 84.2%);
  color: #fff;
  margin: 0 .5rem;
  padding: 0 .2rem 0;
  transition: all .2s ease-in-out
}
header .menu .nav-item.btn a{
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  header .menu .nav-item.btn {
    transition: none
  }
}

header .menu .nav-item.btn img {
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  header .menu .nav-item.btn img {
    transition: none
  }
}

header .menu .nav-item:hover .dropdown-toggle:after,
header .menu .nav-item:focus .dropdown-toggle:after,
header .menu .nav-item.active .dropdown-toggle:after {
  filter: none
}

header .menu .nav-item:hover .nav-link,
header .menu .nav-item:focus .nav-link,
header .menu .nav-item.active .nav-link {
  color: #0360D9;
  font-size: 17px !important;
}

header .menu .nav-item:hover.btn,
header .menu .nav-item:focus.btn,
header .menu .nav-item.active.btn {
  background-color: #0086DE;
  border-color: #0086DE
}

header .menu .nav-item:hover.btn a,
header .menu .nav-item:focus.btn a,
header .menu .nav-item.active.btn a {
  color: #0C4185
}

header .menu .nav-item:hover.btn img,
header .menu .nav-item:focus.btn img,
header .menu .nav-item.active.btn img {
  filter: brightness(0) invert(1)
}

header .menu .nav-item.active .nav-link {
  font-weight: 700
}

header .sticky {
  padding-top: .20rem;
  padding-bottom: .20rem;
  top: 0
}

header .sticky .nav-item .nav-link {
  color: #212121
}

header .sticky .telefone-header p a {
  color: #212121
}

header .sticky .dropdown-toggle:after {
  filter: none
}

header .sticky .wow {
  visibility: visible !important
}

header .sticky .navbar-brand svg,
header .sticky .navbar-brand img {
  width: 125px;
  filter: none
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
  display: block
}

footer {
  background: url('../img/svg/bg-footer.svg') no-repeat right center / contain, linear-gradient(299deg, #101B37 56.2%, rgba(16, 27, 55, 0.75) 130.59%);
  position: relative;
  margin-top: 18rem
}

footer .row {
  justify-content: center;
  position: relative;
  z-index: 2
}

footer p,
footer a,
footer .h5 {
  color: #fff
}

footer p {
  font-size: .875rem
}

footer a:hover {
  color: #072c5c;
  font-size: 18px;
}

footer .h5 {
  margin-bottom: 1rem
}

footer .logo {
  margin-bottom: 1rem;
  display: block
}

footer .logo svg,
footer .logo img {
  width: 175px;
  margin-left: 0
}

footer .footer-info {
  padding: 6rem 1rem
}

footer .endereco {
  align-items: start;
  margin-bottom: 1rem
}

footer .h6 {
  margin-bottom: -2rem
}

footer .menu {
  list-style: none;
  padding: 0
}

footer .menu li {
  margin: 0;
  display: flex;
  align-items: center
}

footer .menu li:before {
  content: '';
  background: url("../img/svg/angle.svg") center center no-repeat;
  transform: rotate(-90deg);
  height: 17px;
  width: 12px;
  margin-right: .33333rem
}

footer .menu li a {
  padding: .33333rem 0;
  display: inline-block
}

footer .copyright .row {
  justify-content: center
}

footer .copyright .col-lg-12 {
  justify-content: space-between;
  padding: 1rem
}

footer .copyright .col-lg-12 p {
  margin-bottom: 0
}

footer .redes-sociais a {
  display: inline-block;
  margin: 0 .2rem
}

footer .redes-sociais a i {
  color: #0086DE !important;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  footer .redes-sociais a i {
    transition: none
  }
}

footer .redes-sociais a:hover i {
  color: #fff !important
}

footer .redes-sociais .fa-stack {
  height: 1rem;
  width: 1.5rem;
  line-height: 1rem
}

footer .btn-wpp {
  position: fixed;
  bottom: .5rem;
  right: .5rem;
  z-index: 1070;
  text-align: center;
  animation-iteration-count: infinite;
  animation-name: grow;
  animation-duration: 1.5s;
  border-radius: 50%;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  footer .btn-wpp {
    transition: none
  }
}

footer .btn-wpp img {
  margin-bottom: 0;
  width: 3rem
}

footer .btn-wpp.offset-wp {
  bottom: 2.8rem
}

.postContainer {
  margin: 1rem auto
}

.postContainer .post {
  border-radius: .3125rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  text-align: left;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .postContainer .post {
    transition: none
  }
}

.postContainer .post .categoria {
  background: linear-gradient(268deg, #86EFFF -35.17%, #02C5E3 84.2%);
  border-radius: 50rem;
  color: #fff;
  font-size: .675rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: .33333rem 1rem;
  transform: translate3d(0, -50.1%, 0);
  display: inline-block;
  z-index: 1
}

.postContainer .post .resumo {
  color: #747474;
  font-size: .875rem;
  margin-top: .5rem
}

.postContainer .post h2,
.postContainer .post h3,
.postContainer .post h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 900
}

.postContainer .post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: .3125rem .3125rem 0 0
}

.postContainer .post .desc {
  position: relative;
  padding: 0 2rem 2rem;
  width: 100%
}

.postContainer .post .ver-mais {
  display: flex;
  font-size: .875rem;
  font-weight: 700;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  color: #034672;
  position: absolute;
  transition: all .2s ease-in-out;
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
  bottom: .5rem;
  right: 1rem
}

@media (prefers-reduced-motion: reduce) {
  .postContainer .post .ver-mais {
    transition: none
  }
}

.postContainer .post .ver-mais i {
  margin-left: .33333rem
}

.postContainer .post:hover {
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  background-color: #fff
}

.postContainer .post:hover .ver-mais {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.postContainer .destaque {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  border-radius: .3125rem;
  transform: translate3d(0, -10rem, 0);
  margin-bottom: -8rem;
  z-index: 2;
  position: relative
}

.postContainer .destaque h2 {
  font-size: 2.4rem
}

.postContainer .destaque .resumo {
  font-size: 1.25rem
}

.postContainer .destaque .categoria {
  transform: none;
  margin-bottom: 1rem
}

.postContainer .destaque img {
  min-height: 400px
}

.postContainer .destaque .row {
  align-items: center
}

.page-template-contato .banner-padrao:after {
  display: none
}

.page-template-contato footer {
  margin-top: 0
}

.single-solucoes .front-vantagens {
  padding-top: 10rem
}

@media screen and (max-width: 992px){

    .front-solucoes {
        transform: translate3d(0, -15%, 0) !important;
        padding-bottom: 3rem !important;
        margin-bottom: -12rem !important;
        background: linear-gradient(360deg, #101b37 85.09%, rgba(3,70,114,0) 90.38%);
}
.banner-home .row,
.banner-padrao .row {
  align-items: top;
}
}

.front-solucoes {
  padding: 0;
  position: relative;
  transform: translate3d(0, -45%, 0);
  margin-bottom: -17rem;
  z-index: 1
}


.front-solucoes:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10%;
  background: linear-gradient(180deg, rgba(16, 27, 55, 0.00), rgba(16, 27, 55, 0.15) 4.26%, #101B37 49.44%);
  z-index: 0
}

.front-solucoes>* {
  position: relative;
  z-index: 1
}
.front-solucoes .col {
    padding: 0 1rem;
    margin: 1rem auto;
    display: flex
  }
  .front-solucoes .row {
    align-items: center
  }
.front-solucoes .headline {
  color: rgba(255, 255, 255, 0.3)
}

.front-solucoes .titulo {
  color: #fff
}

.front-solucoes .text-center {
  margin-bottom: 3rem
}

.front-solucoes .solucoes {
  align-items: stretch
}

.front-solucoes .solucao {
  background-color: #fff;
  border-radius: .3125rem;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  padding: 1.6rem 2rem;
  height: 100%;
  color: #747474;
  transition: all .2s ease-in-out;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .front-solucoes .solucao {
    transition: none
  }
}

.front-solucoes .solucao h2 {
  margin: 0 auto .5rem;
  font-size: 1.125rem;
  font-weight: 600
}

.front-solucoes .solucao .desc {
  font-size: .875rem
}

.front-solucoes .solucao:hover {
  border-radius: 1.0125rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.175);
  margin: 0px -15px 0px -15px;
  padding: 20px 40px 20px 40px;
}

.front-solucoes .icone-bg {
  margin-bottom: 1.5rem
}

.front-vantagens {
  padding: 6rem 0;
  position: relative
}

.front-vantagens .row {
  justify-content: center;
  align-items: stretch
}

.front-vantagens .text-center {
  margin-bottom: 3rem
}

.front-vantagens .item {
  margin: 2rem auto;
  display: flex
}

.front-vantagens .item .desc {
  font-size: .875rem
}

.front-vantagens .icone-bg {
  margin-right: 2rem
}

.front-vantagens .botao {
  margin-top: 3rem
}

.front-vantagens .botao .text-center {
  margin: 0
}

.front-vantagens .btn {
  color: #fff
}

.front-vantagens.__f2 .row {
  justify-content: start;
  align-items: start
}

.front-vantagens.__f2 .my-3 {
  margin: 1rem 0;
  font-weight: 600
}

@media (min-width: 768px) {
  .home .front-vantagens.__f2 .imagem {
    position: absolute;
    right: 0;
    padding-right: 0;
    height: 100% 
  }

  .home .front-vantagens.__f2 .imagem img {
   /* margin-right: 0;*/
    object-fit: contain;
    object-position: right
  }
}
/* Front Descrições */
.front-descricoes {
  padding: 6rem 0;
}
.front-descricoes > .row{
  margin-bottom: 3rem;
}

.front-descricoes .descricoes .item{
  justify-content: space-evenly;
  align-items: center;
  padding: 3rem 0;
}

.front-descricoes .descricoes .item .descricao-cont{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.front-descricoes .descricoes .item:nth-child(odd) .descricao-cont{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.front-descricoes .descricoes .item .imagem{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.front-descricoes .descricoes .item:nth-child(odd) .imagem{
  order: 2;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.front-descricoes .desc{
  margin: 1rem auto 2rem;
}

@keyframes ldev-box-shadow {
  0% {
    box-shadow: 0 0 100px 150px rgba(255, 200, 229, 0.5);
  }
  50% {
    box-shadow: 0 0 100px 75px rgba(255, 200, 229, 0.5)
  }
  100% {
    box-shadow: 0 0 100px 150px rgba(255, 200, 229, 0.5);
  }
}

.front-descricoes .descricoes .item .imagem[style*="visible"]:before{
  content: '';
  position: absolute;
  animation: 2s infinite;
  animation-name: ldev-box-shadow;
  left: 0;
  right: 0;
  border-radius: 50%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: -1
}

.front-sobre {
  position: relative;
  margin: 3rem 0
}

.front-sobre .container {
  background:  linear-gradient(76deg, #01CBEE -10.89%, #E41377 94.34%);
  background-size: cover;
  background-position: center;
  border-radius: .8rem;
  position: relative;
}

.home .front-sobre .container:before {
  content: '';
  background: url('../img/svg/svg-cta.svg') no-repeat center / contain;
  width: 7rem;
  height: 7rem;
  display: block;
  position: absolute;
  left: -2rem;
  top: -2rem;
  z-index: 1;
}
.home .front-sobre .descricao{
  font-size: 1rem;
}

.home .front-sobre .container:after {
  content: '';
  z-index: -1;
  bottom: -5rem;
  right: -4rem;
  width: 22rem;
  height: 15rem;
  content: '';
  display: block;
  position: absolute;
  background-image: radial-gradient(#02C5E3 1px, transparent 0);
  background-size: 10px 10px;
  background-position: -19px -19px;  
}

.home .front-sobre .container .col-lg-7.offset-lg-1 {
  padding: 3rem 1rem;
}

.home  .front-sobre .container .row {
  align-items: center;
}

.home .front-sobre .container .imagem {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home .front-sobre .container .imagem img {
  position: absolute;
  left: 0;
  right: -5rem;
  bottom: 0;
  transform: scale(1.1);
}

.single-solucoes .front-sobre .container.desc:before {
  content: '';
  background: url('../img/svg/svg-cta.svg') no-repeat center / contain;
  width: 7rem;
  height: 7rem;
  display: block;
  position: absolute;
  z-index: 5;
  bottom: -2rem;
  right: -2rem;
}

.single-solucoes .front-sobre .container.desc:after {
  content: '';
  z-index: -1;
  width: 22rem;
  height: 15rem;
  content: '';
  display: block;
  position: absolute;
  background-image: radial-gradient(#02C5E3 1px, transparent 0);
  background-size: 10px 10px;
  background-position: -19px -19px;
  left: -8rem;
  top: -3rem;
}


.front-sobre .row {
  align-items: stretch;
  position: relative;
  z-index: 2
}

.front-sobre .titulo,
.front-sobre .headline,
.front-sobre .descricao {
  color:#fff;
}

.front-sobre .descricao {
  margin: 2rem auto
}

.front-sobre .btn {
  color: #fff;
}

.front-sobre-parceiros {
  background: linear-gradient(179deg, rgba(238, 238, 238, 0.00) 1.93%, rgba(1, 203, 238, 0.05) 71.9%, rgba(1, 203, 238, 0.10) 103.57%);
}

.front-parceiros {
  padding: 6rem 0;
}

.front-parceiros .row {
  justify-content: center;
  align-items: center;
}

.front-parceiros .clientes {
  margin-top: 3rem;
}

.front-parceiros .clientes img{
  object-fit: contain;
}

.front-clientes {
  position: relative;
  padding: 6rem 0 0
}

.front-clientes .slick-track {
  padding: 2rem 0
}

.front-clientes blockquote {
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  background-color: #F6F6F6;
  border-radius: .3125rem;
  padding: 4rem 2rem 2rem
}

.front-clientes blockquote:before {
  content: '';
  background: url("../img/svg/aspas.svg") no-repeat center center;
  position: absolute;
  right: 1rem;
  top: -2rem;
  z-index: 1;
  width: 5rem;
  height: 5rem
}

.front-clientes .desc {
  margin-bottom: 1rem
}

.front-clientes .clientes {
  margin-top: 3rem
}

.front-clientes cite {
  font-style: inherit
}

.front-clientes cite .titulo {
  margin-bottom: 0;
  font-size: 1.25rem
}

.front-clientes cite .titulo,
.front-clientes cite p {
  color: #212121
}

.front-clientes cite p {
  font-size: .875rem
}

.front-clientes cite div:not(.avatar) {
  width: 70%
}

.front-clientes .avatar {
  display: flex;
  align-items: center;
  margin-top: 1rem
}

.front-clientes .avatar img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 1rem 0 0
}

.front-clientes .slick-dots li.slick-active button {
  opacity: 1
}

.front-clientes .slick-dots li.slick-active button:before {
  color: #0D4286;
  background-color: #0D4286;
  opacity: 1;
  width: 2rem;
  border-radius: 999rem
}

.front-clientes .slick-dots li button {
  padding: .16667rem;
  opacity: .6
}

.front-clientes .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #0D4286;
  font-size: 0
}

.front-clientes .slick-dots li button:hover {
  opacity: 1
}

.front-clientes .slick-dots li button:hover:before {
  color: #0D4286;
  background-color: #0D4286;
  opacity: 1
}

.front-cta {
  position: relative
}


.front-cta .row {
  align-items: center;
  justify-content: center
}

.front-cta .titulo {
  color: #fff
}

.front-cta .rw {
  background-size: cover;
  background-position: center;
  
  padding: 6rem 1rem;
  position: relative;
  border-radius: .8rem;
  transform: translate3d(0, -50.1%, 0);
  margin-bottom: -10rem;
}
.front-cta .rw::before {
  content: '';
  background: linear-gradient(81deg, rgba(18, 219, 255, 0.582) 5.9%,  rgba(228, 19, 119, 0.85) 109.46%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: .8rem;
}

.front-cta .rw:after {
  content: '';
  z-index: 1;
  background: url('../img/svg/svg-cta.svg') no-repeat center / contain;
  width: 9rem;
  height: 9rem;
  display: block;
  position: absolute;
  right: -3rem;
  top: -3rem;
}

.front-cta .rw>* {
  position: relative;
  z-index: 1
}

.front-cta form {
  align-items: center;
  padding: 1rem 5rem
}

.front-cta form span {
  padding: .5rem;
  flex: 1 1 25%
}

.front-cta form span.ajax-loader {
  flex: 0;
  display: none
}

.front-cta form span.ajax-loader.is-active {
  display: block
}

.front-cta form .btn {
  /*flex: 1 1 5% */
}

.front-cta .flex {
  flex-wrap: wrap
}

.front-cta .flex div {
  flex: 1 1 100%;
  padding: 0 1rem
}

.front-cta input {
  margin: auto
}

.front-cta input[type="email"],
.front-cta input[type="text"], 
.front-cta input[type="tel"] {
  border-radius: 50rem
}

.sobre-missao .container {
  padding: 6rem 1rem 9rem;
  position: relative;
}

.sobre-missao .container:after {
  content: '';
  position: absolute;
  width: 8rem;
  height: 10rem;
  display: block;
  left: 1rem;
  bottom: 0;
  transform: translate3d(0, 50%, 0);
  background-image: radial-gradient(#EC098E 1px, transparent 0);
  background-size: 10px 10px;
  background-position: -19px -19px;  
}

.sobre-missao .container > .row {
  justify-content: space-between;
  align-items: center;
}

.sobre-missao .row.grid-valor {
  display: grid;
  grid-template-areas:
      "missao valor"
      "visao valor";
  align-items: center;
  gap: 2rem 0;
}

.sobre-missao .valores {
  grid-area: valor;
}

.sobre-missao .visao {
  grid-column: visao;
}

.sobre-missao .missao {
  grid-area: missao;
}

.sobre-missao .grid-valor .col > div {
  background: white;
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,.05);
  border-radius: 10px;
  padding: 1rem;
}

.sobre-descricao {
  padding: 9rem 0 6rem;
  background: linear-gradient(353deg, rgba(253, 254, 255, 0.00) 1.39%, rgba(1, 203, 238, 0.05) 63.35%, rgba(1, 203, 238, 0.15) 144.73%);
}

.sobre-equipe {
  background-color: #0C4185;
  position: relative;
  padding: 12rem 0
}

.sobre-equipe:after {
  content: '';
  position: absolute;
  background: url("../img/webp/circulos.webp") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: -25%;
  top: 0%;
  margin: 0 auto;
  opacity: .2
}

.sobre-equipe .row {
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sobre-equipe .row.text-center {
  margin-bottom: 5rem
}

.sobre-equipe h2,
.sobre-equipe h3,
.sobre-equipe p {
  color: #fff
}

.sobre-equipe .item {
  position: relative;
  overflow: hidden;
  margin: 1rem auto
}

.sobre-equipe .item:before {
  content: '';
  background: linear-gradient(to bottom, rgba(3, 70, 114, 0) 31%, rgba(3, 70, 114, 0.96) 98.87%);
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}

.sobre-equipe img {
  width: 100%;
  border-radius: 7px;
  height: 480px;
  object-fit: cover;
  object-position: top
}

.sobre-equipe .desc {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: #fff
}

.unidades {
  background: linear-gradient(357deg, rgba(253, 254, 255, 0.00) 26.87%, rgba(4, 118, 217, 0.05) 87.02%, rgba(4, 118, 217, 0.15) 153.29%);
  position: relative;
  padding: 4rem 0;
  text-align: center;
}

.unidades:after {
  content: '';
  position: absolute;
  background: url("../img/svg/points.svg") no-repeat top left;
  background-size: contain;
  width: 136px;
  height: 100%;
  left: 10%;
  top: -72px;
  margin: 0 auto;
  opacity: 1.0
}

.unidades .row {
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 20px 130px;
}

.unidades .row.text-center {
  margin-bottom: 5rem
}
.unidades h2 span{
 color: #0476D9;
}
.unidades h2, .descricao{
  color: #212121;
}
.descricao{
  font-size: 20px;
}
.unidades h3,
.unidades p {
  color: #fff;
}

.unidades .item {
  position: relative;
  overflow: hidden;
  margin: 1rem auto
}

.unidades .item:before {
  content: '';
  background: linear-gradient(0deg, rgba(29, 61, 149, 0.75) 13%, rgba(255, 255, 255, 0.00) 85.87%);
  border-radius: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.unidades img {
  width: 100%;
  border-radius: 15px;
  height: 440px;
  object-fit: cover;
  object-position: top
}

.unidades .desc {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: #fff
}

.frase {
  padding: 4rem 1rem
}

.frase h2 {
  display: flex;
  align-items: center
}

.frase h2:before {
  content: '';
  margin-left: .33333rem;
  margin-right: .33333rem;
  background: url("../img/svg/pontos.svg") center center no-repeat;
  width: 2rem;
  height: 1rem
}

.solucoes-resumo {
  padding: 6rem 0;
}

.solucoes-resumo .row {
  align-items: center;
}

.solucoes-resumo .row:first-child {
  justify-content: center;
  margin-bottom: 5rem;
  text-align: center;
}
.solucoes-descricao {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6rem
}

.solucoes-descricao:after {
  content: "";
  background: linear-gradient(179deg, rgba(4, 118, 217, 0.00) 1.93%, rgba(4, 118, 217, 0.05) 50.29%, rgba(4, 118, 217, 0.15) 103.57%);
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1
}

.solucoes-descricao .container {
  background: none
}

.solucoes-descricao .desc {
  background:  linear-gradient(76deg, #01CBEE -10.89%, #E41377 94.34%);
  background-size: cover;
  background-position: center;
  padding: 0;
  border-radius: .8rem;
  margin-top: 6rem;
}

.solucoes-descricao .desc .col-lg-6.offset-lg-1 {
  padding: 3rem 1rem;
}

.solucoes-descricao .desc .row {
  align-items: center;
}
.solucoes-descricao .desc .imagem {
  position: absolute;
  right: 0;
  bottom: -1px;
}

.solucoes-descricao .desc .imagem img {
  position: absolute;
  left: 0;
  right: -5rem;
  bottom: 0;
}

.solucoes-descricao .passos {
  margin-top: 3rem;
  color:#212121;
  
}
.solucoes-descricao .passo p{
  color:#747474;
}
.solucoes-descricao .passo h4{
  font-weight: 600;
  font-size: 1.05rem;
}

.solucoes-descricao .counter {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #EC098E !important;
  border-radius: 50%;
    line-height: 55px;
    min-width: 57px;
    max-width: 57px;
    height: 57px;
    text-align: center;
    border: 1px solid #01CBEE;
}
.solucoes-descricao .container:not(.desc) {
  position: initial;
}

.solucoes-descricao .container:not(.desc):after {
  content: '';
  position: absolute;
  width: 8rem;
  height: 10rem;
  display: block;
  right: 20%;
  bottom: 0;
  transform: translate3d(0, 50%, 0);
  background-image: radial-gradient(#EC098E 1px, transparent 0);
  background-size: 10px 10px;
  background-position: -19px -19px;  
}


.solucoes-descricao .h5 {
  margin: 1rem auto
}

.solucoes-descricao .text-center {
  margin-bottom: 3rem
}

.solucoes-faq {
  padding: 6rem 0rem;
}

.single-solucoes .solucoes-faq {
  padding: 6rem 0 3rem;
}

.solucoes-faq .row:first-child {
  align-items: center;
}
.solucoes-faq .faq .card {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  margin: 0.3rem 0.5rem 1rem 0.5rem;
  -webkit-box-shadow:  3px 19px 50px 0px rgba(15, 138, 166, 0.10);
  box-shadow: 3px 19px 50px 0px rgba(15, 138, 166, 0.10);

}
.solucoes-faq .faq .card {
  cursor: pointer;
}
.solucoes-faq .faq .card[aria-expanded="true"] h3.h5:after {
  transform: rotate(180deg);
}
.solucoes-faq .card-header .h5::after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  right: 5%;
  width: 1rem;
  height: 1rem;
  text-align: center;
  background: url("../img/svg/angle.svg") no-repeat center center / contain;
}
.solucoes-faq .row:first-child .icone-bg {
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.solucoes-faq .faq {
  overflow-y: scroll;
  height: 100%;
}
.solucoes-faq .faq::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.solucoes-faq .faq::-webkit-scrollbar-thumb {
  background: #dad7d7;
  border-radius: 25px;
}
.solucoes-faq .faq .card h3.h5 {
  margin-bottom: 0;
}


.contato-secao-1 {
  padding: 6rem 0 15rem
}

.contato-secao-1 .row {
  justify-content: center
}

.contato-secao-1 .bold a {
  font-weight: 700
}

.contato-secao-1 .col-lg-6 {
  margin-top: 3rem
}

.contato-secao-1 .infos {
  justify-content: start
}

.contato-secao-1 .infos p {
  font-size: .875rem
}

.contato-secao-1 .svg {
  margin-right: .5rem
}

.contato-secao-1 h2 {
  margin-bottom: 1rem
}

.contato-secao-1 a {
  color: #747474
}

.contato-secao-1 a:hover {
  color: #0C4185
}

.contato-secao-1 .endereco {
  display: flex;
  margin-bottom: 1rem;
  align-items: start
}

.contato-secao-1 .formulario {
  padding: 2rem;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  background-color: #fff;
  transform: translate3d(0, -35rem, 0);
  margin-bottom: -15rem;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  border-radius: .3125rem;
  z-index: 1;
  position: relative
}

.contato-secao-1 .formulario h2 {
  text-align: center
}

.contato-secao-1 iframe {
  overflow: hidden
}

.contato-secao-1 .redes-sociais a {
  display: inline-block;
  border: 1px solid #F7F8FC;
  background-color: #F7F8FC;
  border-radius: .3125rem;
  margin: 0 .16667rem
}

.contato-secao-1 .redes-sociais a i {
  color: #0C4185 !important
}

.contato-secao-1 .redes-sociais a:hover {
  background-color: #dee2e6
}

.contato-secao-1 .redes-sociais .fa-stack {
  height: 2.657rem;
  line-height: 2.657rem
}

.ultimos-posts,
.secao-especiais {
  padding: 6rem 0
}

.ultimos-posts .col-lg-12,
.secao-especiais .col-lg-12 {
  margin-bottom: 1rem
}

.ultimos-posts .post,
.secao-especiais .post {
  background-color: #F6F6F6
}

.ultimos-posts .post:hover,
.secao-especiais .post:hover {
  background-color: #F6F6F6
}

.secao-especiais {
  padding: 3rem 0 0
}

.posts-sn {
  margin-top: 3rem
}

.blog-destaque {
  transform: translate3d(0, -10rem, 0);
  margin-bottom: -8rem
}

.blog-destaque .row {
  justify-content: center
}

.posts-relacionados {
  padding: 6rem 0 0
}

.posts-relacionados .post {
  background-color: #F6F6F6
}

.posts-relacionados .post:hover {
  background-color: #F6F6F6
}

.ad {
  padding: 8rem 2rem;
  border-radius: .3125rem;
  margin: 2rem auto;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center
}

.ad .btn,
.ad h2 {
  position: relative;
  z-index: 1
}

.ad h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.ad:before {
  content: '';
  background: linear-gradient(360deg, rgba(67, 68, 118, 0.86) 10.62%, rgba(67, 68, 118, 0) 86.53%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: .3125rem
}

.sidebar-blog {
  margin-top: 3rem
}

.sidebar-blog h2 {
  font-weight: 700
}

.sidebar-blog .border {
  margin: 2rem auto
}

.sidebar-blog ul:not(.redes-sociais) {
  list-style: none;
  padding: 0;
  margin-top: 1rem
}

.sidebar-blog li:not(.rede-social) {
  margin: .5rem auto
}

.sidebar-blog li a:not(.rounded-circle) {
  color: #747474;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6
}

.sidebar-blog li a:hover {
  border-color: #0086DE
}

.sidebar-blog .lvm-social {
  display: flex
}

.sidebar-blog .lvm-social .lvm-link {
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: .2rem;
  margin: 0 .2rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.85rem;
  text-align: center
}

.sidebar-blog .lvm-social .lvm-link i {
  color: #0086DE;
  font-size: 1rem
}

.sidebar-blog .lvm-social .lvm-link:hover {
  background-color: #dee2e6
}

.single-post .banner-single .info,
.single-post .banner-single .tempo {
  display: flex;
  align-items: center
}

.single-post .banner-single .info {
  margin-bottom: 2rem;
  justify-content: center
}

.single-post .banner-single .tempo {
  color: #fff;
  font-weight: 700
}

.single-post .banner-single .tempo img {
  margin-right: .5rem
}

.single-post main .row {
  justify-content: center
}

.single-post #breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 0
}

.single-post #breadcrumbs span {
  color: #fff
}

.single-post .postInfo {
  transform: translate3d(0, -6rem, 0);
  margin-bottom: -5rem
}

.single-post .postInfo h1 {
  color: #fff;
  font-size: 3rem;
  margin-top: 1rem
}

.single-post .imagem-destacada {
  min-height: 60vh;
  border-radius: .3125rem;
  background-size: cover;
  background-position: center
}

.single-post .postCont {
  background-color: #fff;
  border-radius: .3125rem;
  padding: 2rem 1rem
}

.single-post .postCont h2,
.single-post .postCont h3,
.single-post .postCont h4,
.single-post .postCont h5,
.single-post .postCont h6 {
  margin: 2rem auto
}

.single-post .col-lg-1.redes-sociais {
  padding: 0
}

.single-post .lvm-social {
  display: flex;
  flex-wrap: wrap
}

.single-post .redes-sociais {
  margin-top: 1rem
}

.single-post .lvm-link {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  text-align: center;
  padding: .5rem;
  margin: .5rem 2rem;
  font-size: .8rem;
  color: #0086DE
}

.single-post .redes-sociais {
  position: sticky;
  top: 5rem;
  height: 100%
}


/**
 * Seção - Certificados 
 * @date: 13/11/2023 - 17:17
 **/

.solucoes-certificados .certificado{
  display: flex;
  align-items: center;
  margin: 2rem auto;
  position: relative;
  padding-right: 2rem;
}

.solucoes-certificados .img {
  z-index: 1;
  max-width: 150px;
  position: absolute;
  left: 0;
  transform: translate3d(20%, 0, 0);
}

.solucoes-certificados .desc {
  box-shadow: 0px 5px 6px 0px rgba(165, 165, 165, 0.20);
  background: #fff;
  border-radius: .8rem;
  position: relative;
  padding: 1em 1rem 3rem 6rem;
  max-width: 83%;
  margin-left: auto;
}

.solucoes-certificados .titulo,
.solucoes-certificados .oferta-de,
.solucoes-certificados .oferta-por {
  margin-bottom: 0;
}

.solucoes-certificados .titulo {
  font-weight: bold;
  font-size: 1.15rem
}

.solucoes-certificados .oferta-por,
.solucoes-certificados .oferta-de {
  font-size: 2rem;
}
.solucoes-certificados .oferta-por {
  font-weight: bold;
}

.solucoes-certificados .btn {
  position: absolute;
  bottom: 0;
  left: auto;
  transform: translate3d(20%, 50%, 0)
}

@media screen and (max-width: 992px) {
  .sobre-missao .row.grid-valor {
    grid-template-areas: 'missao' 'visao' 'valor';
    margin-bottom: 3rem;
  }
  .solucoes-certificados .certificado{
    flex-flow: column;
    padding-right: 1rem;
  }
  
  .solucoes-certificados .img {
    transform: translate3d(0, 50%, 0);
    position: relative;
    width: 200px;
  }
  
  .solucoes-certificados .desc {
    padding: 6rem 2rem 3rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }

  .solucoes-certificados .btn {
    transform: translate3d(-50%, 70%, 0);
    left: 50%;
  }

}

@media (max-width: 991.98px) {
  .single-post .redes-sociais {
    order: 2
  }

  .single-post .lvm-social {
    display: flex;
    margin-bottom: 1rem
  }
}

@media screen and (max-width: 992px) {
  
  .front-descricoes {
    padding-bottom: 0;
  }
    
  .front-descricoes .descricoes .item:last-child {
      padding-bottom: 0;
    }

    .front-descricoes .descricoes .item:nth-child(odd) .imagem{
      order: -1;
    }

    .front-descricoes .descricoes .item .imagem{
      margin-bottom: 3rem;
    }


    .front-sobre .container{
        padding: 6rem 1rem;
        border-radius: 0; 
    }
    
    .front-sobre-parceiros .front-sobre .container .imagem,
    .front-sobre-parceiros .front-sobre .container .imagem img,
    .solucoes-descricao .desc .imagem,
    .solucoes-descricao .desc .imagem img {
      position: relative;
    }

    .front-sobre-parceiros .front-sobre .container,
    .solucoes-descricao .desc {
      padding: 3rem 1rem 0 1rem;
    }

    .banner-home .titulo, .banner-padrao .titulo {
        font-size: 1.75rem;
        color: #fff;
    }
    .front-solucoes .col {
        margin: 1rem auto;
    }
    .headline.destaque {
        font-size: 1.75rem;
    }
    .telefone-header {
    display: none
  }
  .menu-mobile {
    z-index: 1030;
    position: relative;
    padding-bottom: 0
  }

  .menu-mobile:focus {
    outline: none
  }

  .menu-mobile i {
    background-color:#51a0e6;
    border-radius: 2px;
    height: 2px;
    width: 20px;
    display: inline-block;
    margin: 13px 3px;
    position: relative;
    transition: background-color .3s ease
  }

  .menu-mobile i:after,
  .menu-mobile i:before {
    content: '';
    transform: rotate(0deg);
    background-color:#51a0e6;
    border-radius: 2px;
    height: 2px;
    width: 20px;
    position: absolute;
    transition: 0.3s;
    left: 0
  }

  .menu-mobile i:after {
    top: -9px
  }

  .menu-mobile i:before {
    bottom: -9px
  }

  .menu-mobile[aria-expanded="true"],
  .menu-mobile.abrir {
    z-index: 9999999999999;
    position: fixed;
    right: 15px;
    top: 15px;
    transform: rotateY(180deg);
    -webkit-transform: translate3d(0, 0, 0)
  }

  .menu-mobile[aria-expanded="true"] i,
  .menu-mobile.abrir i {
    background-color: transparent
  }

  .menu-mobile[aria-expanded="true"] i:after,
  .menu-mobile.abrir i:after {
    top: 0;
    transform: rotate(45deg)
  }

  .menu-mobile[aria-expanded="true"] i:before,
  .menu-mobile.abrir i:before {
    bottom: 0;
    transform: rotate(-45deg)
  }

  .menu-mobile[aria-expanded="true"] i:after,
  .menu-mobile[aria-expanded="true"] i:before,
  .menu-mobile.abrir i:after,
  .menu-mobile.abrir i:before {
    background-color: #0086DE;
    transition: 0.3s
  }

  .sticky .menu-mobile i {
    background-color: #0086DE;
  }

  .sticky .menu-mobile i:after,
  .sticky .menu-mobile i:before {
    background-color: #0086DE;
  }

  .sticky .menu-mobile[aria-expanded="true"] i,
  .sticky .menu-mobile.abrir i {
    background-color: transparent
  }

  .sticky .menu-mobile[aria-expanded="true"] i:after,
  .sticky .menu-mobile[aria-expanded="true"] i:before,
  .sticky .menu-mobile.abrir i:after,
  .sticky .menu-mobile.abrir i:before {
    background-color: #0086DE
  }

  header .dropdown-menu .current-menu-item .icone-bg-menu {
    filter: none
  }

  #menu-principal {
    background: #0C4185;
    height: 110vh;
    opacity: 0;
    padding: 1.5rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    -webkit-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
    transition: all .2s ease-in-out
  }
}

@media screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  #menu-principal {
    transition: none
  }
}

@media screen and (max-width: 992px) {
  #menu-principal.show {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 1030
  }

  #menu-principal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
  }

  #menu-principal ul .nav-item {
    border: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    margin: .5rem 0;
    padding-left: 1rem;
    width: 100%
  }

  #menu-principal ul .nav-item.btn {
    font-weight: 400
  }

  #menu-principal ul .nav-item.dropdown {
    position: relative
  }

  #menu-principal ul .nav-item.dropdown:after {
    content: '';
    background: url("../img/svg/angle.svg") no-repeat center center;
    border: 0;
    filter: brightness(0) invert(1);
    transform: translate3d(0, 0.3rem, 0);
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    background-size: contain;
    transition: all .2s ease-in-out;
    z-index: -1
  }
}

@media screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  #menu-principal ul .nav-item.dropdown:after {
    transition: none
  }
}

@media screen and (max-width: 992px) {
  #menu-principal ul .nav-item.dropdown ul .nav-item {
    margin: 15px 0;
    padding: 0;
    height: auto
  }

  #menu-principal ul .nav-item.dropdown ul .nav-item.current-menu-item a {
    background: #F7F8FC
  }

  #menu-principal ul .nav-item.dropdown ul .nav-item a {
    color: #034672;
    padding: 1rem
  }

  #menu-principal ul .nav-item a {
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    padding: 1rem 0;
    text-align: left;
    font-size: .875rem
  }

  #menu-principal ul .nav-item a:after {
    display: none
  }

  #menu-principal ul .nav-item.active,
  #menu-principal ul .nav-item:focus {
    border-left: 4px solid white;
    background-color: transparent
  }

  #menu-principal ul .nav-item.active a,
  #menu-principal ul .nav-item:focus a {
    color: white;
    font-weight: 700
  }

  .menu-categorias .btn {
    margin-left: 0 !important
  }
  .banner-home .titulo,
  .banner-padrao .titulo {
    font-size: 1.75rem;
    color: #fff
  }

  .banner-home .headline,
  .banner-padrao .headline {
    color: #fff
  }

  .banner-home .desc,
  .banner-padrao .desc {
    font-size: 1rem
  }

  .banner-home .btn:last-child,
  .banner-padrao .btn:last-child {
    margin-left: 0
  }

  .banner-padrao .row {
    padding: 6rem 0
  }

  .banner-padrao .formulario {
    transform: translate3d(0, 8rem, 0);
    margin: -5rem 1rem
  }

  .banner-blog .row {
    min-height: 70vh !important
  }
  footer {
    align-items: start;
    background: linear-gradient(299deg, #101B37 56.2%, rgba(16, 27, 55, 0.75) 130.59%);
  }

  footer .footer-info {
    padding: 0 1rem
  }

  footer .logo svg {
    margin-bottom: 0
  }

  footer .h4 {
    margin: 2rem auto 0.5rem
  }

  footer .redes-sociais {
    justify-content: start;
    margin-top: 0
  }

  footer .redes-sociais li {
    margin: .5rem
  }

  footer .info-contato {
    margin: 3rem auto
  }

  footer .info-mapa {
    transform: none;
    padding: 1rem
  }

  footer .menu-footer .nav {
    justify-content: center
  }

  footer .copyright {
    text-align: center
  }

  footer .copyright .sw {
    text-align: center
  }

  body,
  html {
    overflow-x: hidden
  }

  [data-position="absolute"] {
    position: relative;
    padding: 0;
    margin-bottom: .5rem
  }

  [data-direction="right"] {
    padding-right: inherit
  }

  .col {
    max-width: 100%
  }

  .tit {
    font-size: 1.75rem
  }

  p {
    font-size: .875rem
  }

  .slick-dots li button:before {
    color: #0086DE;
    background-color: #0086DE
  }

  .btn {
    font-size: .875rem;
    margin: 1rem auto
  }

  .paginacao,
  .pagination {
    padding: 0
  }

  .frase {
    margin-top: 3rem;
    padding-bottom: 0
  }

  .row-cols-2,
  .row-cols-3,
  .row-cols-lg-4,
  .row-cols-lg-3,
  .row-cols-lg-2 {
    margin: 0 auto
  }

  .row-cols-2 .col,
  .row-cols-3 .col,
  .row-cols-lg-4 .col,
  .row-cols-lg-3 .col,
  .row-cols-lg-2 .col {
    flex-basis: 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  section {
    padding: 3rem 0
  }



  .single-solucoes .front-vantagens,
  .front-vantagens {
    padding: 6rem 0
  }

  .front-descricao {
    padding-bottom: 0
  }

  .solucoes-descricao .desc {
    margin-top: 3rem;
  }
  
  .single-solucoes .front-clientes {
    padding-top: 0;
  }

  .front-cta .rw {
    margin-bottom: -17rem;
  }

  footer .copyright .col-lg-12 {
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .solucoes-descricao {
    padding: 0
  }

  .front-descricao:after {
    display: none
  }

  .front-descricao .text-center {
    margin-bottom: 5rem
  }

  .front-descricao .imagem {
    margin-bottom: 1rem;
    order: -1 !important
  }

  .front-descricao .item .titulo {
    font-size: 1.5rem;
    margin: 1rem auto
  }

  .front-descricao .item .titulo:after {
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: .5rem !important
  }

  .front-cta {
    background-position: center
  }

  .front-cta form {
    padding: 0;
    margin-top: 1rem
  }

  .front-cta form span {
    padding: 0;
    flex: 0 0 100%
  }

  .front-cta input[type="text"],
  .front-cta input[type="email"] {
    margin: 0 0 1rem
  }

  .contato-secao-1 {
    padding-bottom: 3rem
  }

  .contato-secao-1 .mapa {
    margin: 1rem auto
  }

  .contato-secao-1 .formulario {
    transform: none;
    margin: 1rem 1rem 2rem
  }

  .sobre-equipe {
    padding: 3rem 0
  }

  .sobre-equipe .row.text-center {
    margin-bottom: 1rem
  }

  .sobre-equipe .pessoa {
    margin: 1rem auto;
    padding: 0
  }

  .postContainer .destaque {
    padding: 1rem;
    transform: translate3d(0, -15rem, 0);
    margin-bottom: -18rem
  }

  .postContainer .destaque h2 {
    font-size: 1.75rem
  }

  .postContainer .destaque .resumo {
    font-size: 1rem
  }

  .postContainer .destaque img {
    height: auto;
    min-height: 200px;
    margin-bottom: 1rem;
    border-radius: .3125rem
  }

  .single-solucoes .passo {
    margin: 1rem auto
  }

  .page-template-contato footer {
    padding-top: 3rem
  }

  .single-post {
    overflow-x: hidden
  }

  .single-post .banner-single .info {
    flex-wrap: wrap;
    justify-content: center
  }

  .single-post .banner-single .categoria {
    margin-right: 0
  }

  .single-post .imagem-destacada {
    min-height: 40vh;
    border-radius: 0
  }

  .single-post main {
    padding-bottom: 3rem
  }

  .single-post .lvm-link {
    margin: 1rem auto
  }

  .single-post .postInfo h1 {
    font-size: 1.75rem
  }

  .single-post .postCont h2 {
    font-size: 1.5rem
  }

  .single-post .posts-relacionados {
    padding: 1rem 0
  }

  .single-post .posts-relacionados .container {
    padding: 0
  }
  header .dropdown-menu .dropdown-item {
    white-space: initial;
  }
}
