@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #5786B0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1CA280;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009ADB;
  --secondary: #6c757d;
  --success: #1CA280;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "archivo", sans-serif;
  --font-family-monospace: "archivo", sans-serif;
}

*,
*::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: "archivo", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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: 0.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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #009ADB;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 100.2054794521, 142.5);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: "archivo", sans-serif;
  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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1274px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(91.5, 206.4726027397, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: 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: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(28, 162, 128, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1CA280;
}
.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: #1CA280;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1CA280;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(35.5157894737, 205.4842105263, 162.3578947368);
  background-color: rgb(35.5157894737, 205.4842105263, 162.3578947368);
}
.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 0.2rem rgba(28, 162, 128, 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: #1CA280;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1CA280;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1CA280;
  box-shadow: 0 0 0 0.2rem rgba(28, 162, 128, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  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(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 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 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%;
}
@media (min-width: 576px) {
  .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: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 154, 219, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #009ADB;
  border-color: #009ADB;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 127.102739726, 180.75);
  border-color: rgb(0, 118.1369863014, 168);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 127.102739726, 180.75);
  border-color: rgb(0, 118.1369863014, 168);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 169.15, 224.4, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #009ADB;
  border-color: #009ADB;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 118.1369863014, 168);
  border-color: rgb(0, 109.1712328767, 155.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 169.15, 224.4, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1CA280;
  border-color: #1CA280;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(22.3631578947, 129.3868421053, 102.2315789474);
  border-color: rgb(20.4842105263, 118.5157894737, 93.6421052632);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(22.3631578947, 129.3868421053, 102.2315789474);
  border-color: rgb(20.4842105263, 118.5157894737, 93.6421052632);
  box-shadow: 0 0 0 0.2rem rgba(62.05, 175.95, 147.05, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1CA280;
  border-color: #1CA280;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(20.4842105263, 118.5157894737, 93.6421052632);
  border-color: rgb(18.6052631579, 107.6447368421, 85.0526315789);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62.05, 175.95, 147.05, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #009ADB;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 100.2054794521, 142.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  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: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #009ADB;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.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: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.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(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 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: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: 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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #009ADB !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 118.1369863014, 168) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(20.4842105263, 118.5157894737, 93.6421052632) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #009ADB !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: "archivo", sans-serif !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #009ADB !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 100.2054794521, 142.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #1CA280 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(16.7263157895, 96.7736842105, 76.4631578947) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

* {
  outline: none;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}
html.no-roll {
  overflow: hidden;
}
html.no-roll body {
  padding-right: 10px;
}
@media (max-width: 991px) {
  html.no-roll body {
    padding-right: 0;
  }
}

* {
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #64686d;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

@media (min-width: 576px) {
  .container-w-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-w-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-w-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-w-1 {
    max-width: 1410px;
  }
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.text-transform-none {
  text-transform: none;
}

.obj-fit {
  object-fit: cover;
}

.flex-1 {
  flex: 1;
}

.no-link > a {
  pointer-events: none;
}

.mobile {
  display: none;
}
@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .no-mobile {
    display: none;
  }
}

.w-fit {
  width: fit-content;
}

.w-min {
  width: min-content;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

h2 {
  font-size: 40px;
  font-weight: 300;
}
h2 strong {
  font-weight: 900;
}
@media (max-width: 991px) {
  h2.f-40 {
    font-size: 33px;
  }
}

h4 {
  color: #009ADB;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.owl-loaded .owl-stage-outer {
  overflow: hidden;
}
.owl-loaded .owl-stage-outer .owl-stage {
  display: flex;
}
.owl-loaded .disabled {
  display: none;
}

.owl-stage-outer .animated {
  position: relative;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-stage-outer .owl-animated-out {
  z-index: 1;
}
.owl-stage-outer .owl-animated-in {
  z-index: 0;
}
.owl-stage-outer {
  /* Key 1*/
}
.owl-stage-outer .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-stage-outer .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes fadeIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.owl-stage-outer {
  /* Key 2*/
}
.owl-stage-outer .slideOut {
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
}
.owl-stage-outer .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
@keyframes slideOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.panel-group.accordion .panel .panel-heading .panel-title svg {
  transition: all 0.3s;
}
.panel-group.accordion .panel .panel-heading .panel-title a[aria-expanded=true] + svg {
  transform: rotate(180deg);
}
.panel-group.accordion .panel .panel-collapse {
  display: block;
  overflow: hidden;
}
.panel-group.accordion .panel .panel-collapse:not(.in) {
  height: 0;
}
.corr-span p span, .corr-span li span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
}

.shiner {
  background: linear-gradient(-45deg, transparent 40%, rgba(171, 168, 145, 0.6) 50%, transparent 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 1s infinite linear;
}

@keyframes shimmer {
  to {
    background-position-x: 0%;
  }
}
.conteudo-parceiros {
  padding-top: 165px;
  padding-bottom: 150px;
  background: url(/wp-content/themes/triplea/assets/img/bg/bg-parceiros.jpg) top center no-repeat #2F2E26;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .conteudo-parceiros {
    padding: 100px 10px 115px;
    background-size: 1000px auto;
  }
}
.conteudo-parceiros .header-conteudo {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .conteudo-parceiros .header-conteudo {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }
}
.conteudo-parceiros .header-conteudo h1 {
  letter-spacing: 10px;
}
@media (max-width: 991px) {
  .conteudo-parceiros .header-conteudo h1 {
    letter-spacing: 5px;
  }
}
@media (max-width: 991px) {
  .conteudo-parceiros .header-conteudo .descritivo {
    font-size: 12px;
    letter-spacing: 0.6px;
    opacity: 0.7;
  }
}
.conteudo-parceiros .lista-parceiros {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros {
    grid-template-columns: 1fr;
    margin-top: 45px;
    gap: 10px;
  }
}
.conteudo-parceiros .lista-parceiros .item {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  gap: 42px;
  height: 334px;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item {
    gap: 0;
    height: auto;
  }
}
.conteudo-parceiros .lista-parceiros .item .outer-image {
  min-height: 334px;
  height: 334px;
  background: rgba(171, 168, 145, 0.38);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item .outer-image {
    height: 295px;
    min-height: 295px;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-image {
  cursor: pointer;
  transition: all 0.5s;
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-image:hover {
  background: rgba(171, 168, 145, 0.15);
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s;
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .inner-over-image {
  height: 100%;
  overflow: hidden;
  width: calc(400% + 54px);
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .inner-over-image {
    width: 100%;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 428px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(38, 37, 29, 0.8);
  transition: opacity 0.5s;
  padding: 70px 64px 55px;
  text-align: left;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image {
    padding: 55px 0 40px;
    height: auto;
    flex-direction: column;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .close {
  position: absolute;
  top: 35px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .close {
    display: none;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .close svg {
  width: 35px;
  height: auto;
  fill: #fff;
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 90px;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner {
    height: auto;
    gap: 40px;
    flex-direction: column;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .outer-image-youtube {
  height: 100%;
  min-width: 37%;
  position: relative;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .outer-image-youtube {
    width: 100%;
    height: 234px;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .outer-image-youtube img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .outer-image-youtube .div-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/triplea/assets/img/bg/gradient_thumb_video.png) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .descritivo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .descritivo {
    padding: 0 30px;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .descritivo h3 {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .descritivo h3 {
    font-size: 15px;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .descritivo .descricao {
  line-height: 35px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image .inner .descritivo .descricao {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image a.link {
    font-size: 12px;
  }
}
.conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image a.link:hover, .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image a.link:active, .conteudo-parceiros .lista-parceiros .item.has-content .outer-over-image .over-image a.link:focus {
  opacity: 0.5;
}
.conteudo-parceiros .lista-parceiros .item.has-content.open {
  height: 834px;
}
.conteudo-parceiros .lista-parceiros .item.has-content.open .outer-image {
  background: rgba(171, 168, 145, 0.15);
}
.conteudo-parceiros .lista-parceiros .item.has-content.open .outer-over-image {
  grid-template-rows: 1fr;
}
@media (min-width: 992px) {
  .conteudo-parceiros .lista-parceiros .item.has-content:nth-child(2) .outer-over-image .inner-over-image, .conteudo-parceiros .lista-parceiros .item.has-content:nth-child(4n+2) .outer-over-image .inner-over-image {
    margin-left: calc(-100% - 18px);
  }
  .conteudo-parceiros .lista-parceiros .item.has-content:nth-child(3) .outer-over-image .inner-over-image, .conteudo-parceiros .lista-parceiros .item.has-content:nth-child(4n+3) .outer-over-image .inner-over-image {
    margin-left: calc(-200% - 36px);
  }
  .conteudo-parceiros .lista-parceiros .item.has-content:nth-child(4) .outer-over-image .inner-over-image, .conteudo-parceiros .lista-parceiros .item.has-content:nth-child(4n+4) .outer-over-image .inner-over-image {
    margin-left: calc(-300% - 54px);
  }
}

.conteudo-contato {
  padding-top: 170px;
  padding-bottom: 75px;
  background: linear-gradient(0deg, #2b2a24 0%, #38372e 100%);
}
@media (max-width: 991px) {
  .conteudo-contato {
    padding: 100px 10px 75px;
  }
}
.conteudo-contato h1 {
  letter-spacing: 10px;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .conteudo-contato h1 {
    letter-spacing: 5px;
    margin-bottom: 80px;
  }
}
.conteudo-contato .descritivo {
  width: 350px;
  max-width: 100%;
  line-height: 35px;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .conteudo-contato .descritivo {
    padding-top: 0;
    font-size: 22px;
    width: 270px;
  }
}
.conteudo-contato .f-titulo {
  margin-bottom: 0;
}
.conteudo-contato .p-endereco {
  margin-bottom: 24px;
}
.conteudo-contato .div-formulario {
  background: #DAD7BF;
  border-radius: 0 0 0 95px;
  padding: 60px 80px 22px 100px;
}
@media (max-width: 991px) {
  .conteudo-contato .div-formulario {
    margin-top: 65px;
    padding: 45px 30px 22px 35px;
  }
}

.content-404 {
  background: #302F27;
  padding-top: 155px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .content-404 {
    padding-top: 100px;
  }
}
.content-404 .inner h1 {
  margin-bottom: 50px;
  letter-spacing: 13px;
}
@media (max-width: 991px) {
  .content-404 .inner h1 {
    letter-spacing: 5px;
  }
}
.content-404 .inner h2 {
  font-size: 80px;
  margin-bottom: 30px;
}
.content-404 .inner p {
  margin-bottom: 20px;
}
.conteudo-search {
  background: #302F27;
  padding-top: 155px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .conteudo-search {
    padding-top: 100px;
  }
}
.conteudo-search article a:hover {
  opacity: 0.5;
}

.conteudo-geral {
  background: #302F27;
  padding-top: 155px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .conteudo-geral {
    padding-top: 100px;
  }
}
.conteudo-geral h1 {
  margin-bottom: 50px;
  letter-spacing: 13px;
}
@media (max-width: 991px) {
  .conteudo-geral h1 {
    letter-spacing: 5px;
  }
}
.conteudo-geral .conteudo h1, .conteudo-geral .conteudo h2, .conteudo-geral .conteudo h3, .conteudo-geral .conteudo h4, .conteudo-geral .conteudo h5, .conteudo-geral .conteudo h6 {
  font-family: "archivo-expanded", sans-serif;
  font-size: 25px;
}

/*Cores*/
.color-yellow {
  color: #ABA891;
}

.bg-yellow {
  background: #ABA891;
}

.hover-yellow:hover, .hover-yellow:focus, .hover-yellow:active {
  color: #ABA891;
}

.color-black {
  color: #000;
}

.bg-black {
  background: #000;
  color: #fff;
  position: relative;
}

.hover-black:hover, .hover-black:focus, .hover-black:active {
  color: #000;
}
.hover-black:hover svg path, .hover-black:focus svg path, .hover-black:active svg path {
  fill: #000;
}

.color-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.hover-white:hover, .hover-white:focus, .hover-white:active {
  color: #fff;
}

.color-blue {
  color: #5A8EBE;
}

.bg-blue {
  background: #5A8EBE;
}

.hover-blue:hover, .hover-blue:focus, .hover-blue:active {
  color: #5A8EBE;
}

.color-green {
  color: #302F27;
}

.bg-green {
  background: #302F27 !important;
}

.hover-green:hover, .hover-green:focus, .hover-green:active {
  color: #302F27;
}
.hover-green:hover svg path, .hover-green:focus svg path, .hover-green:active svg path {
  fill: #302F27;
}

.color-gray {
  color: #38372E;
}

.bg-gray {
  background: #38372E;
}

.hover-gray:hover, .hover-gray:focus, .hover-gray:active {
  color: #38372E;
}

.color-gray-2 {
  color: #B2B2B2;
}

.bg-gray-2 {
  background: #B2B2B2;
}

.hover-gray-2:hover, .hover-gray-2:focus, .hover-gray-2:active {
  color: #B2B2B2;
}

.color-gray-3 {
  color: #EBEAEA;
}

.bg-gray-3 {
  background: #EBEAEA;
}

.hover-gray-3:hover, .hover-gray-3:focus, .hover-gray-3:active {
  color: #EBEAEA;
}

.color-gray-4 {
  color: #6F6F6F;
}

.bg-gray-4 {
  background: #6F6F6F;
}

.hover-gray-4:hover, .hover-gray-4:focus, .hover-gray-4:active {
  color: #6F6F6F;
}

.bg-none {
  background: none;
}

/* Fonte */
.font-archivo {
  font-family: "archivo", sans-serif;
}

.font-archivo-ex {
  font-family: "archivo-expanded", sans-serif;
}

.font-playfair {
  font-family: "Playfair Display", serif;
}

.fw-100 {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semi {
  font-weight: 600;
}

.fw-bold {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.f-0 {
  font-size: 0 !important;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-25 {
  font-size: 25px;
}

.f-30 {
  font-size: 30px;
}

.f-35 {
  font-size: 35px;
}

.f-64 {
  font-size: 64px;
}

/* Button */
.btn {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "archivo-expanded", sans-serif;
  letter-spacing: 2px;
  color: #BAB79D;
  border-bottom: 1px solid #BAB79D;
  padding: 0 0 2px;
  transition: all 0.4s;
}
.btn:hover, .btn:active, .btn:focus {
  color: #BAB79D;
  opacity: 0.5;
}

/* Form */
form select, form input, form textarea {
  font-size: 18px;
  font-weight: 300;
  color: #38372E;
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 2px 0;
  width: 100%;
  margin-bottom: 15px;
  font-family: "archivo-expanded", sans-serif;
}
form select::placeholder, form input::placeholder, form textarea::placeholder {
  color: #38372E;
  font-size: 18px;
  font-family: "archivo-expanded", sans-serif;
}
form select {
  padding-right: 50px;
  appearance: none;
  text-transform: uppercase;
}
form textarea {
  margin-bottom: 0;
  height: 237px;
}
form .div-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  form .div-footer {
    flex-direction: column;
    align-items: flex-end;
  }
}
form .div-footer .disclaimer {
  color: #7E7D6F;
  font-size: 13px;
  font-weight: 400;
  width: 250px;
  max-width: 100%;
}
@media (max-width: 991px) {
  form .div-footer .disclaimer {
    width: 100%;
  }
}
form .div-footer .disclaimer a {
  color: #7E7D6F;
  text-decoration: underline;
}
form .div-footer .disclaimer a:hover, form .div-footer .disclaimer a:active, form .div-footer .disclaimer a:focus {
  color: #fff;
}
form input[type=submit] {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  border-color: #38372E;
  margin-top: 8px;
  transition: all 0.3s;
}
form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus {
  opacity: 0.5;
}
@media (max-width: 991px) {
  form input[type=submit] {
    width: fit-content;
    font-size: 12px;
  }
}
form .wpcf7-not-valid-tip {
  font-size: 15px;
}
form .wpcf7-spinner {
  display: block;
}
form .ajax-loader {
  position: absolute !important;
  top: 100%;
  margin: 0 !important;
}

/* Footer */
.to-top {
  position: fixed !important;
  background: #302F27;
  right: 2.75rem;
  bottom: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 2px 15px #fff;
}
@media (max-width: 991px) {
  .to-top {
    right: 1.2rem;
  }
}
.to-top svg {
  width: 18px;
  height: auto;
  fill: #fff;
}
.to-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  bottom: 7rem;
  border-radius: 50%;
  line-height: 40px;
}
@media (max-width: 991px) {
  .to-top.show {
    bottom: 5rem;
  }
}
.to-top:hover, .to-top:active, .to-top:focus {
  opacity: 0.9;
}

.footer {
  background: #38372E;
  padding-top: 130px;
  padding-bottom: 1px;
}
@media (max-width: 991px) {
  .footer {
    padding: 45px 9px 1px;
  }
}
.footer .div-logos {
  align-items: center;
  gap: 38px;
  display: flex;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .footer .div-logos {
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.footer .div-enderecos {
  display: flex;
  flex-direction: column;
}
.footer .div-enderecos h2 {
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .footer .div-enderecos h2 {
    font-size: 12px;
  }
}
.footer .div-enderecos .p-endereco {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .footer .div-enderecos .p-endereco {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .footer .div-enderecos .p-endereco a {
    font-size: 12px;
  }
}
.footer .div-enderecos .link-telefone {
  display: flex;
  width: fit-content;
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .footer .div-enderecos .link-telefone {
    font-size: 12px;
  }
}
.footer .col-menu .navbar-nav {
  margin: 0 0 56px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .col-menu .navbar-nav {
    flex-direction: column;
    border-top: 1px solid #2B2A24;
    margin-top: 8px;
    align-items: flex-start;
    padding-top: 30px;
    margin-bottom: 22px;
  }
}
.footer .col-menu .navbar-nav li {
  display: flex;
}
@media (max-width: 991px) {
  .footer .col-menu .navbar-nav li {
    margin-bottom: 6px;
  }
}
.footer .col-menu .navbar-nav li.separa {
  height: 13px;
  width: 1px;
  background: #ABA891;
}
@media (max-width: 991px) {
  .footer .col-menu .navbar-nav li.separa {
    display: none;
  }
}
.footer .col-menu .navbar-nav li.separa:first-child {
  display: none;
}
.footer .col-menu .navbar-nav li a {
  font-size: 11px;
  font-weight: 100;
  color: #ABA891;
  text-transform: uppercase;
  font-family: "archivo-expanded", sans-serif;
}
.footer .col-menu .navbar-nav li a:hover, .footer .col-menu .navbar-nav li a:active, .footer .col-menu .navbar-nav li a:focus {
  color: #fff;
}
.footer .col-menu .descritivo {
  color: #55534A;
  text-align: justify;
}
@media (max-width: 991px) {
  .footer .col-menu .descritivo {
    font-size: 10px;
  }
}
.footer .col-menu .div-selo {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer .col-menu .div-selo {
    justify-content: flex-start;
    padding-top: 10px;
  }
}
.footer .col-menu .div-selo .outer-image {
  border-radius: 5px 0;
  overflow: hidden;
}
.footer .sub-footer {
  margin-top: 34px;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .footer .sub-footer {
    margin-bottom: 43px;
    margin-top: 30px;
  }
}
.footer .sub-footer .outer-politica-mob {
  display: none;
}
@media (max-width: 991px) {
  .footer .sub-footer .outer-politica-mob {
    display: block;
  }
}
.footer .sub-footer .outer-politica-mob a {
  color: #63624E;
}
.footer .sub-footer .outer-politica-mob a:hover, .footer .sub-footer .outer-politica-mob a:active, .footer .sub-footer .outer-politica-mob a:focus {
  color: #fff;
}
.footer .sub-footer .sub {
  color: #63624E;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer .sub-footer .sub {
    height: auto;
    margin-bottom: 5px;
  }
}
.footer .sub-footer .div-politica {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .sub-footer .div-politica .outer-politica {
    display: none;
  }
}
.footer .sub-footer .div-politica a {
  color: #63624E;
}
.footer .sub-footer .div-politica a:hover, .footer .sub-footer .div-politica a:active, .footer .sub-footer .div-politica a:focus {
  color: #fff;
}

/* Header */
section.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 52px;
  transition: all 0.5s 0s;
  padding: 0;
}
section.header:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  section.header:before {
    background: rgba(56, 55, 46, 0.8);
    backdrop-filter: blur(10px);
  }
}
section.header.no-home:before {
  background: rgba(56, 55, 46, 0.8);
  backdrop-filter: blur(10px);
}
section.header .container {
  max-width: 100%;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  section.header .container {
    padding: 0 10px;
  }
}
section.header .container .header-logo a {
  position: relative;
  z-index: 99;
}
section.header .container #navbarCollapse {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100% !important;
    background: rgba(56, 55, 46, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s;
    z-index: 9;
    transform: translate(0, -100vh);
    padding: 52px 25px 40px;
    flex-direction: column;
    max-width: 100vw;
    gap: 10px;
    align-items: flex-start;
  }
}
section.header .container #navbarCollapse .div-out-menu {
  width: 100%;
  overflow: auto;
  display: flex;
  align-items: safe center;
}
section.header .container #navbarCollapse .div-out-menu::-webkit-scrollbar {
  width: 5px;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 75px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li {
  max-width: 100%;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li.separa {
  display: none;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li:last-child {
  border-bottom: 0;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #ABA891;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li a {
    font-size: 20px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li a:hover, section.header .container #navbarCollapse .div-out-menu .navbar-nav li a:active, section.header .container #navbarCollapse .div-out-menu .navbar-nav li a:focus {
  color: #fff;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li a.dropdown-toggle:after {
  display: none;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu {
  display: flex;
  height: auto;
  background: none;
  position: initial;
  border: 0;
  padding: 0;
  margin: 0;
  column-gap: 60px;
  padding-bottom: 12px;
}
@media (max-width: 550px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu {
    flex-direction: column;
    row-gap: 6px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li {
  border: 0;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li.menu-servicos {
  pointer-events: none;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li a {
  font-size: 18px;
  color: #38372E;
  height: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li a {
    font-size: 14px;
    height: 24px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu {
  flex-direction: column;
  column-gap: 0;
  padding-bottom: 0;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu li {
  max-width: 100%;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu li a {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .div-out-menu .navbar-nav li .dropdown-menu li .dropdown-menu li a {
    font-size: 12px;
  }
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li.menu-conteudo .dropdown-menu {
  flex-direction: column;
}
section.header .container #navbarCollapse .div-out-menu .navbar-nav li.menu-conteudo .dropdown-menu li a {
  color: #fff;
  font-weight: 400;
}
section.header .container #navbarCollapse .header-languages {
  transition: all 0.3s;
  z-index: 100;
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #ABA891;
}
section.header .container #navbarCollapse .header-languages span {
  opacity: 0.3;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .header-languages span {
    opacity: 1;
  }
}
section.header .container #navbarCollapse .header-languages span.separa {
  margin: 0 8px;
}
section.header .container #navbarCollapse .header-languages a {
  color: #ABA891;
  opacity: 0.3;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .header-languages a {
    opacity: 1;
  }
}
section.header .container #navbarCollapse .header-languages a:hover, section.header .container #navbarCollapse .header-languages a:active, section.header .container #navbarCollapse .header-languages a:focus {
  opacity: 1;
}
@media (max-width: 991px) {
  section.header .container #navbarCollapse .header-languages a:hover, section.header .container #navbarCollapse .header-languages a:active, section.header .container #navbarCollapse .header-languages a:focus {
    color: #fff;
  }
}
section.header .container #navbarCollapse.in {
  transform: translate(0, 0);
}
section.header .container .navbar-toggler {
  z-index: 999;
  position: relative;
  transition: all 0.3s;
  display: none;
  background: none;
  border: 0;
  padding: 0;
}
@media (max-width: 991px) {
  section.header .container .navbar-toggler {
    display: flex;
  }
}
section.header .container .navbar-toggler > span span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  background: #ABA891;
  transition: all 0.3s;
}
section.header .container .navbar-toggler:not(.collapsed) > span span {
  margin-top: 18px;
  display: block;
}
section.header .container .navbar-toggler:not(.collapsed) > span span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 7px;
}
section.header .container .navbar-toggler:not(.collapsed) > span span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -8px;
}
section.header .container .navbar-toggler:not(.collapsed) > span span:nth-child(3) {
  display: none;
}
section.header .container .header-redes .redes-sociais {
  column-gap: 14px;
  display: flex;
  margin-left: 40px;
  margin-right: 34px;
}
section.header:not(.no-home) .container {
  justify-content: center;
}
section.header.sticky:before {
  background: rgba(56, 55, 46, 0.8);
  backdrop-filter: blur(10px);
}
section.adjust-header-site {
  height: 165px;
  width: 100%;
}
@media (max-width: 991px) {
  section.adjust-header-site {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .admin-bar section.header .container #navbarCollapse {
    top: 32px;
    height: calc(100vh - 32px) !important;
    height: calc(100dvh - 32px) !important;
  }
}
@media (max-width: 782px) {
  .admin-bar section.header .container #navbarCollapse {
    top: 46px;
    height: calc(100vh - 46px) !important;
    height: calc(100dvh - 46px) !important;
  }
}

body {
  font-family: "archivo", sans-serif;
}
@media (max-width: 1190px) {
  body.admin-bar section.header .container-header #navbarCollapse {
    margin-top: 32px;
  }
}
@media (max-width: 1199px) {
  body.admin-bar header.banner-principal .div-brand {
    top: 22vh;
  }
}

.no-home .navbar .navbar-brand .logo-black {
  display: none;
}
.no-home .navbar .navbar-brand .logo-white {
  display: block;
}
.no-home #menu-principal li a {
  color: #fff;
}

/* Paginação */
.pagination {
  margin-top: 53px;
  padding-left: 10px;
  margin-bottom: 50px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  margin: 0 auto 2em;
  font-size: 20px;
  font-weight: 400;
  list-style: none;
  display: flex;
  padding: 0;
}
.pagination .nav-links li {
  padding: 0 8px;
}
.pagination .nav-links li.disabled, .pagination .nav-links li.prev {
  display: none;
}
.pagination .nav-links li a, .pagination .nav-links li span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #ABA891;
  background: none;
}
.pagination .nav-links li a:hover, .pagination .nav-links li a:focus, .pagination .nav-links li a:active, .pagination .nav-links li a.current, .pagination .nav-links li span:hover, .pagination .nav-links li span:focus, .pagination .nav-links li span:active, .pagination .nav-links li span.current {
  background: #ABA891;
  color: #fff;
}
.pagination .nav-links li.current {
  padding: 5px 3px;
  color: #fff;
}
.pagination .nav-links li.btn-l a {
  width: 90px;
}
.pagination.posts {
  margin-left: -6px;
}
.pagination.posts .nav-links .current,
.pagination.posts .nav-links a {
  padding: 5px 6px;
}

/* LGPD */
.cookie-div {
  border-top: 1px solid #fff;
  background: #38372E;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  max-height: 400px;
  color: #ABA891;
  z-index: 9900;
  transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
}
.cookie-div.mostra {
  display: block;
}
@media (max-width: 767px) {
  .cookie-div {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cookie-div .container {
    padding: 15px;
  }
}
.cookie-div .container .content {
  align-items: center;
  justify-content: space-between;
  padding: 0 21px;
}
@media (max-width: 767px) {
  .cookie-div .container .content {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .cookie-div .container .content .disclaimer {
    padding-left: 4px;
    margin-bottom: 10px;
  }
}
.cookie-div .container .content .disclaimer p {
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
}
.cookie-div .container .content .disclaimer p a {
  color: #ABA891;
  text-decoration: underline;
  outline: none;
  transition: all 0.2s ease;
}
.cookie-div .container .content .disclaimer p a:hover, .cookie-div .container .content .disclaimer p a:active, .cookie-div .container .content .disclaimer p a:focus {
  opacity: 0.5;
}
.cookie-div .container .content .div-button {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .cookie-div .container .content .div-button {
    padding-left: 0;
  }
}
.cookie-div .container .content .div-button .botao {
  background-color: #ABA891;
  font-size: 14px;
  line-height: 20px;
  color: #38372E;
  font-weight: 700;
  text-decoration: none;
  border-radius: 150px;
  padding: 8px 30px;
  transition: all 0.3s ease;
  border: 1px solid #ABA891;
  display: inline-block;
  margin: 3px 4px;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cookie-div .container .content .div-button .botao {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 20px;
  }
}
.cookie-div .container .content .div-button .botao:hover, .cookie-div .container .content .div-button .botao:active, .cookie-div .container .content .div-button .botao:focus {
  color: #ABA891;
  background: #38372E;
}

.header-home {
  height: 100vh;
  height: 100dvh;
  max-height: 1080px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .header-home {
    height: 585px;
  }
}
.header-home .content-fundo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-home .content-fundo.imgs .outer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.3s;
}
.header-home .content-fundo.imgs .outer-image.anima {
  z-index: 2;
  opacity: 1;
}
.header-home .content-fundo.imgs .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-home .content-fundo.img .outer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1.2);
  transition: opacity 0.3s;
}
.header-home .content-fundo.img .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-home .over-fundo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 55, 46, 0.3);
}
.header-home .over-fundo:before {
  content: " ";
  display: block;
  background: linear-gradient(180deg, #38372e 5%, rgba(0, 0, 0, 0) 100%);
  height: 155px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-home .over-fundo:after {
  content: " ";
  display: block;
  background: linear-gradient(0deg, #302f27 0%, rgba(56, 55, 46, 0) 100%);
  height: 136px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-home .over-fundo h2 {
  letter-spacing: 9px;
  text-shadow: 0 0 5px rgba(56, 55, 46, 0.3);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-home .over-fundo h2 {
    font-size: 20px;
  }
}
.header-home .over-fundo .click-anchor {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 72px;
}
@media (max-width: 991px) {
  .header-home .over-fundo .click-anchor {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header-home .over-fundo .click-anchor svg {
    width: 56px;
    height: auto;
  }
}

.admin-bar .header-home {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}
@media (max-width: 991px) {
  .admin-bar .header-home {
    height: 585px;
  }
}

.box-parceiros {
  padding-top: 25px;
  padding-bottom: 50px;
  background: #38372e;
}
@media (max-width: 991px) {
  .box-parceiros {
    padding: 13px 10px 50px;
  }
}
.box-parceiros h2 {
  letter-spacing: 9px;
  margin-bottom: 60px;
}
.box-parceiros .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.box-parceiros .logos .over-image .outer-image {
  opacity: 0.6;
  height: 25px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .box-parceiros .logos .over-image .outer-image {
    height: 18px;
    width: 85px;
  }
}
.box-parceiros .logos .over-image .outer-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.box-parceiros .logos:has(.over-image:nth-child(6)) {
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
}
.box-parceiros .logos:has(.over-image:nth-child(6)) .over-image {
  display: flex;
  align-items: center;
  flex: 0 0 16.6666666667%;
  justify-content: center;
}
@media (max-width: 991px) {
  .box-parceiros .logos:has(.over-image:nth-child(3)) {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }
  .box-parceiros .logos:has(.over-image:nth-child(3)) .over-image {
    display: flex;
    align-items: center;
    flex: 0 0 33.3333333333%;
    justify-content: center;
  }
}

.box-ativos {
  padding-top: 30px;
  background: #38372e;
}
@media (max-width: 991px) {
  .box-ativos {
    padding: 30px 25px 0;
  }
}
.box-ativos h2 {
  letter-spacing: 14px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .box-ativos h2 {
    display: none;
  }
}
.box-ativos .outer-lista-projetos {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.box-ativos .outer-lista-projetos .lista-projetos {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  .box-ativos .outer-lista-projetos .lista-projetos {
    display: block;
    width: 301px;
    margin-left: -1px;
    padding-left: 1px;
    position: relative;
  }
  .box-ativos .outer-lista-projetos .lista-projetos:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    width: 50vw;
    height: 100%;
    background: #38372e;
    z-index: 1;
    transform: translateX(-100%);
  }
}
.box-ativos .outer-lista-projetos .lista-projetos .item-projeto {
  width: 100%;
  height: 512px;
  position: relative;
  transition: all 0.6s;
  display: block;
}
@media (max-width: 991px) {
  .box-ativos .outer-lista-projetos .lista-projetos .item-projeto {
    height: 485px;
  }
}
.box-ativos .outer-lista-projetos .lista-projetos .item-projeto .div-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-ativos .outer-lista-projetos .lista-projetos .item-projeto .div-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-ativos .outer-lista-projetos .lista-projetos .item-projeto .div-conteudo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) calc(0% + 242px));
  padding: 46px 5.6%;
}
.box-ativos .outer-lista-projetos .lista-projetos .item-projeto .div-conteudo p {
  font-weight: 300;
  opacity: 0.5;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .box-ativos .outer-lista-projetos .lista-projetos .item-projeto:hover, .box-ativos .outer-lista-projetos .lista-projetos .item-projeto:active, .box-ativos .outer-lista-projetos .lista-projetos .item-projeto:focus {
    width: 200%;
  }
}
@media (max-width: 991px) {
  .box-ativos .outer-lista-projetos .lista-projetos > .item-projeto {
    display: none;
  }
  .box-ativos .outer-lista-projetos .lista-projetos > .item-projeto:first-child {
    display: block;
    width: calc(100% - 5px);
  }
  .box-ativos .outer-lista-projetos .lista-projetos .owl-stage-outer {
    overflow: initial;
  }
  .box-ativos .outer-lista-projetos .lista-projetos .owl-stage-outer .owl-stage .owl-item {
    padding-right: 5px;
  }
  .box-ativos .outer-lista-projetos .lista-projetos .owl-dots {
    display: flex;
    gap: 5px;
    padding-top: 15px;
  }
  .box-ativos .outer-lista-projetos .lista-projetos .owl-dots .owl-dot {
    height: 3px;
    width: 11px;
    border-radius: 2px;
    background: #100F07;
    padding: 0;
    border: 0;
    transition: width 0.3s;
  }
  .box-ativos .outer-lista-projetos .lista-projetos .owl-dots .owl-dot span {
    width: 0;
    display: block;
    height: 3px;
    border-radius: 2px;
    position: relative;
    border: 1px solid transparent;
  }
  .box-ativos .outer-lista-projetos .lista-projetos .owl-dots .owl-dot.active {
    background: #ABA891;
    width: 26px;
  }
  .box-ativos .outer-lista-projetos .lista-projetos .owl-dots .owl-dot.active span {
    border-color: rgba(171, 168, 145, 0.4);
    background: #100F07;
    animation: anima100 5s ease 0s 1 normal forwards;
  }
  @keyframes anima100 {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
}
.box-ativos .outer-lista-projetos:hover .lista-projetos .item-projeto:not(:hover), .box-ativos .outer-lista-projetos:active .lista-projetos .item-projeto:not(:hover), .box-ativos .outer-lista-projetos:focus .lista-projetos .item-projeto:not(:hover) {
  opacity: 0.35;
}
.box-ativos.conteudo-portfolio {
  background: url(/wp-content/themes/triplea/assets/img/bg/bg-portfolio.png) top center no-repeat #38372e;
  background-size: 100% auto;
  padding-top: 155px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .box-ativos.conteudo-portfolio {
    padding-top: 100px;
    background-size: 880px auto;
  }
}
.box-ativos.conteudo-portfolio:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 65%;
  background: linear-gradient(0deg, #302f27 0%, rgba(48, 47, 39, 0) 100%);
}
@media (max-width: 991px) {
  .box-ativos.conteudo-portfolio:before {
    width: 880px;
    padding-top: 572px;
  }
}
@media (max-width: 991px) {
  .box-ativos.conteudo-portfolio:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 880px;
    padding-top: 572px;
    background: linear-gradient(90deg, #302f27 0%, rgba(48, 47, 39, 0) 100%);
  }
}
.box-ativos.conteudo-portfolio h1 {
  margin-bottom: 100px;
  letter-spacing: 13px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .box-ativos.conteudo-portfolio h1 {
    font-size: 10px;
    margin-bottom: 50px;
  }
}
.box-ativos.conteudo-portfolio .outer-lista-projetos {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .box-ativos.conteudo-portfolio .outer-lista-projetos {
    padding-bottom: 88px;
  }
  .box-ativos.conteudo-portfolio .outer-lista-projetos .lista-projetos:before {
    background: linear-gradient(0deg, #38372e 0%, #313028 100%);
  }
}
.box-ativos.conteudo-portfolio .outer-lista-projetos:hover .lista-projetos .item-projeto:not(:hover), .box-ativos.conteudo-portfolio .outer-lista-projetos:active .lista-projetos .item-projeto:not(:hover), .box-ativos.conteudo-portfolio .outer-lista-projetos:focus .lista-projetos .item-projeto:not(:hover) {
  opacity: 0.6;
}

.box-destaques-home {
  background: #38372E;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .box-destaques-home {
    padding: 82px 10px 1px;
  }
  .box-destaques-home .container {
    position: relative;
  }
}
.box-destaques-home .header-div {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .box-destaques-home .header-div {
    margin-bottom: 65px;
  }
}
.box-destaques-home .header-div h2 {
  letter-spacing: 15px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .box-destaques-home .header-div h2 {
    font-size: 10px;
    letter-spacing: 10px;
  }
}
.box-destaques-home .header-div .ver-galeria {
  letter-spacing: 2px;
  border-bottom: 1px solid #ABA891;
  cursor: pointer;
}
@media (max-width: 991px) {
  .box-destaques-home .header-div .ver-galeria {
    font-size: 13px;
    bottom: 0;
    right: 15px;
    position: absolute;
  }
}
@media (max-width: 991px) {
  .box-destaques-home .lista-destaques {
    margin: 0;
  }
  .box-destaques-home .lista-destaques > div {
    padding: 0;
  }
  .box-destaques-home .lista-destaques .owl-stage-outer .owl-stage .owl-item .col-lg-4 {
    padding: 0;
  }
  .box-destaques-home .lista-destaques .owl-dots {
    display: flex;
    gap: 5px;
    padding-top: 30px;
  }
  .box-destaques-home .lista-destaques .owl-dots .owl-dot {
    height: 3px;
    width: 11px;
    border-radius: 2px;
    background: #100F07;
    padding: 0;
    border: 0;
    transition: width 0.3s;
  }
  .box-destaques-home .lista-destaques .owl-dots .owl-dot span {
    width: 0;
    display: block;
    height: 3px;
    border-radius: 2px;
    position: relative;
    border: 1px solid transparent;
  }
  .box-destaques-home .lista-destaques .owl-dots .owl-dot.active {
    background: #ABA891;
    width: 26px;
  }
  .box-destaques-home .lista-destaques .owl-dots .owl-dot.active span {
    border-color: rgba(171, 168, 145, 0.4);
    background: #100F07;
    animation: anima100 10s linear 0s 1 normal forwards;
  }
}

.lista-destaques {
  margin: 0 -3px;
}
.lista-destaques > div {
  padding: 0 3px 20px;
}
.lista-destaques > div .item-video {
  position: relative;
  width: 100%;
  padding-top: 72.3%;
  display: block;
}
.lista-destaques > div .item-video .outer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lista-destaques > div .item-video .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lista-destaques > div .item-video .div-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: url(/wp-content/themes/triplea/assets/img/bg/gradient_thumb_video.png) center no-repeat;
  background-size: cover;
  padding: 20px;
}
.lista-destaques > div .item-video .div-over svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.lista-destaques > div .item-video .div-over h3 {
  color: #fff;
  margin-bottom: 5px;
}
.lista-destaques > div .item-video .div-over p {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
}

.modal-destaque {
  background: rgba(56, 55, 45, 0.9);
}
@media (max-width: 991px) {
  .modal-destaque {
    /*padding: 0 10px;
    background: none;
    position: initial;
    display: block;
    background: #38372E;*/
  }
  .modal-destaque + .box-footer-home {
    padding-top: 62px;
  }
}
.modal-destaque.open {
  display: block;
}
.modal-destaque .inner {
  padding: 40px;
}
@media (max-width: 991px) {
  .modal-destaque .inner {
    padding-left: 15px;
    padding-right: 0;
  }
}
.modal-destaque .inner .div-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .modal-destaque .inner .div-header {
    padding-bottom: 20px;
  }
}
.modal-destaque .inner .div-header h2 {
  font-size: 10px;
  letter-spacing: 8px;
  margin-bottom: 0;
}
.modal-destaque .inner .div-header .close-destaque {
  cursor: pointer;
}
.modal-destaque .inner .div-header .close-destaque svg {
  width: 40px;
  height: auto;
  fill: #ABA891;
}
@media (max-width: 991px) {
  .modal-destaque .inner .div-header .close-destaque svg {
    width: 15px;
  }
}
.modal-destaque .inner .outer-lista-destaques {
  max-height: calc(100vh - 115px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .modal-destaque .inner .outer-lista-destaques {
    padding-right: 20px;
    /*max-height: initial;
    overflow-y: initial;
    overflow-x: initial;
    .lista-destaques{
      margin: 0;
      >div{
        padding: 0;
      }
      .owl-stage-outer{
        .owl-stage{
          .owl-item{
            .col-lg-4{
              padding: 0;
            }
          }
        }
      }
      .owl-dots{
        display: flex;
        gap: 5px;
        padding-top: 30px;
        .owl-dot{
          height: 3px;
          width: 11px;
          border-radius: 2px;
          background: #100F07;
          padding: 0;
          border: 0;
          transition: width 0.3s;
          span{
            width: 0;
            display: block;
            height: 3px;
            border-radius: 2px;
            position: relative;
            border: 1px solid transparent;
          }
          &.active{
            background: #ABA891;
            width: 26px;
            span{
              border-color: rgba(#ABA891,0.4);
              background: #100F07;
              animation: anima100 10s linear 0s 1 normal forwards;
            }
          }
        }
      }
    }*/
  }
}

.box-footer-home {
  background: linear-gradient(0deg, #27261d 0%, #38372e 100%);
  padding-top: 90px;
}
@media (max-width: 991px) {
  .box-footer-home {
    padding-top: 82px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.box-trip-11 {
  padding-bottom: 165px;
}
@media (max-width: 991px) {
  .box-trip-11 {
    padding-bottom: 70px;
  }
}
.box-trip-11 .div-inner {
  background-image: url(/wp-content/themes/triplea/assets/img/bg/trip11-bg1.png), url(/wp-content/themes/triplea/assets/img/bg/trip11-bg2.png);
  background-size: 100% auto;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding: 105px 75px 125px 110px;
}
@media (max-width: 991px) {
  .box-trip-11 .div-inner {
    padding: 85px 18px 105px 25px;
    background-size: 100% 271px;
  }
}
.box-trip-11 .div-inner h2 {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .box-trip-11 .div-inner h2 {
    font-size: 25px;
  }
}
.box-trip-11 .div-inner .div-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .box-trip-11 .div-inner .div-desc {
    flex-direction: column;
    gap: 70px;
  }
}
.box-trip-11 .div-inner .div-desc .descritivo {
  width: 550px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .box-trip-11 .div-inner .div-desc .descritivo {
    font-size: 15px;
  }
}
.box-trip-11 .div-inner .div-desc .link {
  letter-spacing: 2px;
  color: #BAB79D;
  border-bottom: 1px solid #BAB79D;
  padding-bottom: 2px;
}
.box-trip-11 .div-inner .div-desc .link:hover, .box-trip-11 .div-inner .div-desc .link:active, .box-trip-11 .div-inner .div-desc .link:focus {
  opacity: 0.5;
}

.box-fique-atualizado {
  padding-bottom: 128px;
}
@media (max-width: 991px) {
  .box-fique-atualizado {
    padding-bottom: 90px;
  }
}
.box-fique-atualizado .div-inner {
  background: #DAD7BF;
  border-radius: 0 0 0 95px;
  padding: 40px 70px 7px 65px;
}
@media (max-width: 991px) {
  .box-fique-atualizado .div-inner {
    padding: 45px 30px 7px 35px;
  }
}
.box-fique-atualizado .div-inner h2 {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .box-fique-atualizado .div-inner h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.box-fique-atualizado .div-inner .descritivo {
  width: 380px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .box-fique-atualizado .div-inner .descritivo {
    font-size: 15px;
    margin-bottom: 22px;
  }
}
.box-fique-atualizado .div-inner .col-lg-7 {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .box-fique-atualizado .div-inner .col-lg-7 {
    padding-left: 15px;
  }
}

/* Reorganiza o container interno para colocar a descrição/título acima do vídeo */
.goverlay {
  background: #38372D !important;
}

.ginner-container {
  display: flex !important;
  flex-direction: column-reverse !important;
  justify-content: center !important;
  max-width: 885px; /* Ajuste para acompanhar a largura do vídeo */
  margin: 0 auto;
}

/* Garante que o bloco de texto fique no topo e sem fundo branco */
.gslide-description.description-bottom {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  padding: 0 0 15px 0 !important;
  box-shadow: none !important;
}

.gdesc-inner {
  padding: 0 !important;
  text-align: left !important;
}

.gdesc-inner .gslide-title {
  max-width: 960px;
  margin: 0 auto;
}

.gdesc-inner .gslide-desc {
  max-width: 960px;
  margin: 0 auto;
}

/* Estilização do Título */
.gslide-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
  text-transform: none !important; /* Remove o uppercase se não quiser tudo em caixa alta */
}

/* Estilização da Descrição / Subtítulo */
.gslide-desc {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #cccccc !important;
  line-height: 1.4 !important;
}

.glightbox-clean .gslide-title {
  font-family: "archivo-expanded", sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}

.glightbox-clean .gslide-desc {
  font-size: 15px !important;
}

.gprev,
.gnext {
  display: none !important;
}

.glightbox-clean .gclose {
  background: none !important;
}

.glightbox-clean .gclose svg {
  width: 35px !important;
  height: auto !important;
}

@media (max-width: 991px) {
  .glightbox-mobile .glightbox-container .gslide-description {
    max-height: 100px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .glightbox-clean .gclose svg {
    width: 15px !important;
  }
}
.header-proeto .over-fundo {
  align-items: flex-end;
}
.header-proeto .over-fundo:after {
  height: 323px;
  background: linear-gradient(0deg, #38372E 0%, rgba(56, 55, 46, 0) 100%);
}
.header-proeto .over-fundo .container {
  position: relative;
  z-index: 3;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .header-proeto .over-fundo .container {
    padding: 0 25px 40px;
  }
}
.header-proeto .over-fundo .container h1 {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .header-proeto .over-fundo .container h1 {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.header-proeto .over-fundo .container .meta {
  gap: 22px;
}
@media (max-width: 991px) {
  .header-proeto .over-fundo .container .meta {
    flex-direction: column;
    gap: 5px;
  }
}
.header-proeto .over-fundo .container .meta p {
  text-shadow: 0 0 5px rgba(171, 168, 145, 0.3);
  letter-spacing: 1.3px;
}
@media (max-width: 991px) {
  .header-proeto .over-fundo .container .meta p {
    font-size: 11px;
    margin-bottom: 0;
  }
}

.box-navegacao {
  background: #38372E;
  height: 47px;
}
.box-navegacao .box-navega {
  background: #38372E;
  padding: 10px 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  .box-navegacao .box-navega {
    overflow: auto;
  }
  .box-navegacao .box-navega::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.box-navegacao .box-navega.fixo {
  position: fixed;
  top: 52px;
  left: 0;
}
@media (max-width: 991px) {
  .box-navegacao .box-navega .container {
    padding: 0;
  }
}
.box-navegacao .box-navega .navigation {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
@media (max-width: 991px) {
  .box-navegacao .box-navega .navigation {
    padding: 0 25px;
  }
}
.box-navegacao .box-navega .navigation li.separa {
  height: 13px;
  width: 1px;
  background: #ABA891;
}
@media (max-width: 991px) {
  .box-navegacao .box-navega .navigation li.separa {
    margin: 0 30px;
    min-width: 1px;
  }
}
.box-navegacao .box-navega .navigation li a {
  font-size: 12px;
  font-weight: 300;
  color: #ABA891;
  font-family: "archivo-expanded", sans-serif;
  text-transform: uppercase;
  transition: opacity 0.5s;
}
@media (max-width: 991px) {
  .box-navegacao .box-navega .navigation li a {
    white-space: nowrap;
  }
}
.box-navegacao .box-navega .navigation li a:hover, .box-navegacao .box-navega .navigation li a:active, .box-navegacao .box-navega .navigation li a:focus {
  opacity: 0.5;
}
.box-navegacao .box-navega .navigation li a.open {
  opacity: 0.3;
}

.admin-bar .box-navegacao .box-navega.fixo {
  top: 84px;
}
@media (max-width: 991px) {
  .admin-bar .box-navegacao .box-navega.fixo {
    top: 98px;
  }
}

.box-projeto-galeria {
  padding-top: 75px;
}
@media (max-width: 991px) {
  .box-projeto-galeria .container {
    padding: 0;
  }
}
.box-projeto-galeria .carrossel-galeria {
  position: relative;
}
@media (max-width: 991px) {
  .box-projeto-galeria .carrossel-galeria {
    width: 330px;
  }
}
.box-projeto-galeria .carrossel-galeria .item {
  display: grid;
  height: 690px;
  width: 100%;
}
.box-projeto-galeria .carrossel-galeria .item.tipo1 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.box-projeto-galeria .carrossel-galeria .item.tipo1 .outer-image:first-child {
  grid-row: span 2;
}
.box-projeto-galeria .carrossel-galeria .item.tipo2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.box-projeto-galeria .carrossel-galeria .item.tipo3 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.box-projeto-galeria .carrossel-galeria .item.tipo4 {
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr;
}
.box-projeto-galeria .carrossel-galeria .item.tipo4 .outer-image:last-child {
  grid-row: span 2;
}
.box-projeto-galeria .carrossel-galeria .item:hover .outer-image:not(:hover), .box-projeto-galeria .carrossel-galeria .item:active .outer-image:not(:hover), .box-projeto-galeria .carrossel-galeria .item:focus .outer-image:not(:hover) {
  opacity: 0.5;
}
.box-projeto-galeria .carrossel-galeria .outer-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .box-projeto-galeria .carrossel-galeria .outer-image {
    width: 100%;
    height: 495px;
  }
}
.box-projeto-galeria .carrossel-galeria .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.box-projeto-galeria .carrossel-galeria .outer-image:hover img, .box-projeto-galeria .carrossel-galeria .outer-image:active img, .box-projeto-galeria .carrossel-galeria .outer-image:focus img {
  transform: scale(1.1);
}
.box-projeto-galeria .carrossel-galeria > .item {
  display: none;
}
.box-projeto-galeria .carrossel-galeria > .item:first-child {
  display: grid;
}
.box-projeto-galeria .carrossel-galeria .owl-nav button {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 278px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0 23px;
  transition: opacity 0.5s;
  opacity: 0;
}
.box-projeto-galeria .carrossel-galeria .owl-nav button.disabled {
  display: none;
}
.box-projeto-galeria .carrossel-galeria .owl-nav button:hover, .box-projeto-galeria .carrossel-galeria .owl-nav button:active, .box-projeto-galeria .carrossel-galeria .owl-nav button:focus {
  opacity: 1;
}
.box-projeto-galeria .carrossel-galeria .owl-nav button span {
  font-size: 0;
  width: 30px;
  height: 57px;
  background: url(/wp-content/themes/triplea/assets/img/bg/seta-gal.png?1=1) center no-repeat;
}
.box-projeto-galeria .carrossel-galeria .owl-nav button.owl-prev {
  left: 0;
}
.box-projeto-galeria .carrossel-galeria .owl-nav button.owl-next {
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .box-projeto-galeria .carrossel-galeria .owl-stage-outer {
    overflow: initial;
  }
  .box-projeto-galeria .carrossel-galeria .owl-stage-outer .owl-stage .owl-item {
    padding-right: 12px;
  }
  .box-projeto-galeria .carrossel-galeria .owl-dots {
    display: flex;
    gap: 5px;
    padding: 15px 25px 0;
  }
  .box-projeto-galeria .carrossel-galeria .owl-dots .owl-dot {
    height: 3px;
    width: 11px;
    border-radius: 2px;
    background: #100F07;
    padding: 0;
    border: 0;
    transition: width 0.3s;
  }
  .box-projeto-galeria .carrossel-galeria .owl-dots .owl-dot span {
    width: 0;
    display: block;
    height: 3px;
    border-radius: 2px;
    position: relative;
    border: 1px solid transparent;
  }
  .box-projeto-galeria .carrossel-galeria .owl-dots .owl-dot.active {
    background: #ABA891;
    width: 26px;
  }
  .box-projeto-galeria .carrossel-galeria .owl-dots .owl-dot.active span {
    border-color: rgba(171, 168, 145, 0.4);
    background: #100F07;
    animation: anima100 5s ease 0s 1 normal forwards;
  }
}

.box-projeto-ficha {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .box-projeto-ficha {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.box-projeto-ficha .lista-ficha {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 36px;
}
.box-projeto-ficha .lista-ficha .item {
  min-width: 218px;
}
.box-projeto-ficha .lista-ficha .item h3 {
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .box-projeto-ficha .lista-ficha .item h3 {
    font-size: 10px;
    margin-bottom: 2px;
  }
}
@media (max-width: 991px) {
  .box-projeto-ficha .lista-ficha .item p {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.box-projeto-amenidades {
  padding-top: 80px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .box-projeto-amenidades {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.box-projeto-amenidades .lista-amenidades {
  padding: 0 25px;
}
@media (max-width: 991px) {
  .box-projeto-amenidades .lista-amenidades {
    padding: 0;
  }
}
.box-projeto-amenidades .lista-amenidades .item {
  width: 100%;
  height: 424px;
}
@media (max-width: 991px) {
  .box-projeto-amenidades .lista-amenidades .item {
    height: 300px;
  }
}
.box-projeto-amenidades .lista-amenidades .item .outer-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.box-projeto-amenidades .lista-amenidades .item .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-projeto-amenidades .lista-amenidades > .item {
  display: none;
}
.box-projeto-amenidades .lista-amenidades > .item:first-child {
  display: block;
  width: calc(50% - 11px);
  margin-left: 11px;
}
.box-projeto-amenidades .lista-amenidades .owl-stage-outer {
  overflow: initial;
}
.box-projeto-amenidades .lista-amenidades .owl-stage-outer .owl-stage {
  transition-timing-function: ease-in-out !important;
}
.box-projeto-amenidades .lista-amenidades .owl-stage-outer .owl-stage .owl-item {
  padding: 0 11px;
}
.box-projeto-amenidades .label-abaixo {
  padding-top: 24px;
  margin-bottom: 0;
  letter-spacing: 3px;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .box-projeto-amenidades .label-abaixo {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.box-projeto-plantas {
  padding-top: 82px;
  background: #BAB79D;
}
@media (max-width: 991px) {
  .box-projeto-plantas {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.box-projeto-plantas .col-lista {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .box-projeto-plantas .col-lista {
    padding-bottom: 72px;
  }
}
.box-projeto-plantas .col-lista .outer-itens-plantas {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .box-projeto-plantas .col-lista .outer-itens-plantas {
    position: relative;
    z-index: 2;
  }
}
.box-projeto-plantas .col-lista .outer-itens-plantas .itens-plantas {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}
.box-projeto-plantas .col-lista .outer-itens-plantas .itens-plantas .item {
  font-size: 13px;
  font-family: "archivo-expanded", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #38372E;
  border-bottom: 1px solid #38372E;
  width: fit-content;
  margin-bottom: 25px;
  letter-spacing: 3px;
  opacity: 0.3;
  transition: opacity 0.3s;
  cursor: pointer;
}
.box-projeto-plantas .col-lista .outer-itens-plantas .itens-plantas .item.open {
  opacity: 1;
}
.box-projeto-plantas .col-lista .out-outer-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .box-projeto-plantas .col-lista .out-outer-image {
    top: -50px;
  }
}
.box-projeto-plantas .col-lista .outer-image {
  height: 590px;
}
@media (max-width: 991px) {
  .box-projeto-plantas .col-lista .outer-image {
    height: 400px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }
}
.box-projeto-plantas .col-lista .outer-image img {
  max-height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  .box-projeto-plantas .col-images-plantas {
    padding: 0;
  }
}
.box-projeto-plantas .images-plantas {
  width: calc(100% + (100vw - 1274px) / 2);
}
@media (max-width: 991px) {
  .box-projeto-plantas .images-plantas {
    width: calc(100vw - 25px);
  }
}
.box-projeto-plantas .images-plantas .item-planta {
  width: 100%;
  height: 650px;
  position: relative;
  border-radius: 0 0 0 190px;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .box-projeto-plantas .images-plantas .item-planta {
    height: 500px;
    border-radius: 0 0 0 50px;
  }
}
.box-projeto-plantas .images-plantas .item-planta:not(.open) {
  display: none;
}
.box-projeto-plantas .images-plantas .item-planta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-projeto-plantas .images-plantas .item-planta svg {
  position: absolute;
  z-index: 1;
  right: 13px;
  bottom: 22px;
}
@media (max-width: 991px) {
  .box-projeto-plantas .images-plantas .item-planta svg {
    left: 27px;
    bottom: 27px;
    right: auto;
  }
}

.box-projeto-referencia {
  background: #BAB79D;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .box-projeto-referencia {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.box-projeto-referencia h2 {
  letter-spacing: 15px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .box-projeto-referencia h2 {
    font-size: 10px;
    letter-spacing: 5px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .box-projeto-referencia .outer-lista-referencias {
    /*width: calc(100vw - 25px);
    overflow: auto;
    &::-webkit-scrollbar{
      height: 0;
    }*/
  }
}
.box-projeto-referencia .lista-referencias {
  display: flex;
  gap: 5px;
}
@media (max-width: 991px) {
  .box-projeto-referencia .lista-referencias {
    width: 250px;
    gap: 0;
    display: block;
  }
  .box-projeto-referencia .lista-referencias .owl-stage-outer {
    overflow: initial;
  }
  .box-projeto-referencia .lista-referencias .owl-dots {
    display: flex;
    gap: 5px;
    padding: 15px 0 0;
  }
  .box-projeto-referencia .lista-referencias .owl-dots .owl-dot {
    height: 3px;
    width: 11px;
    border-radius: 2px;
    background: #100F07;
    padding: 0;
    border: 0;
    transition: width 0.3s;
  }
  .box-projeto-referencia .lista-referencias .owl-dots .owl-dot span {
    width: 0;
    display: block;
    height: 3px;
    border-radius: 2px;
    position: relative;
    border: 1px solid transparent;
  }
  .box-projeto-referencia .lista-referencias .owl-dots .owl-dot.active {
    width: 26px;
  }
  .box-projeto-referencia .lista-referencias .owl-dots .owl-dot.active span {
    border-color: rgba(16, 15, 7, 0.4);
    background: #ABA891;
    width: 100%;
  }
}
.box-projeto-referencia .lista-referencias .item {
  width: 100%;
  height: 415px;
  position: relative;
}
@media (max-width: 991px) {
  .box-projeto-referencia .lista-referencias .item {
    width: 244px;
    min-width: 244px;
    height: 362px;
    display: block;
  }
}
.box-projeto-referencia .lista-referencias .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.box-projeto-referencia .lista-referencias .item .descritivo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #38372E;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 45px;
}
.box-projeto-referencia .lista-referencias .item:hover .descritivo, .box-projeto-referencia .lista-referencias .item:active .descritivo, .box-projeto-referencia .lista-referencias .item:focus .descritivo {
  opacity: 1;
}

.box-projeto-arquitetura {
  background: #BAB79D;
  padding-top: 115px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .box-projeto-arquitetura {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 82px;
  }
}
.box-projeto-arquitetura .inner .row {
  margin: 0;
}
.box-projeto-arquitetura .inner .row .col-textos {
  padding: 100px 100px 77px;
  background: #2B2A24;
}
@media (max-width: 991px) {
  .box-projeto-arquitetura .inner .row .col-textos {
    padding: 88px 38px 58px;
  }
}
.box-projeto-arquitetura .inner .row .col-textos .acima {
  letter-spacing: 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .box-projeto-arquitetura .inner .row .col-textos .acima {
    letter-spacing: 5px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .box-projeto-arquitetura .inner .row .col-textos h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.box-projeto-arquitetura .inner .row .col-textos .descricao {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .box-projeto-arquitetura .inner .row .col-textos .descricao {
    font-size: 15px;
    margin-bottom: 35px;
  }
}
.box-projeto-arquitetura .inner .row .col-textos .link:hover, .box-projeto-arquitetura .inner .row .col-textos .link:active, .box-projeto-arquitetura .inner .row .col-textos .link:focus {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .box-projeto-arquitetura .inner .row .col-textos .link {
    font-size: 10px;
    letter-spacing: 2.5px;
  }
}
.box-projeto-arquitetura .inner .row .col-img {
  padding: 0;
}
@media (max-width: 991px) {
  .box-projeto-arquitetura .inner .row .col-img {
    height: 244px;
  }
}
.box-projeto-arquitetura .inner .row .col-img .outer-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-projeto-arquitetura .inner .row .col-img .outer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-projeto-arquitetura .inner .row .col-img .outer-image .link-video {
  display: flex;
  position: absolute;
  z-index: 1;
}

.box-projeto-estagio {
  padding-top: 105px;
  padding-bottom: 100px;
  background: #38372E;
}
@media (max-width: 991px) {
  .box-projeto-estagio {
    padding: 75px 10px 105px;
  }
}
.box-projeto-estagio .col-textos {
  position: relative;
  z-index: 5;
}
.box-projeto-estagio h2 {
  letter-spacing: 15px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .box-projeto-estagio h2 {
    font-size: 10px;
    letter-spacing: 5px;
  }
}
.box-projeto-estagio .div-porcentagem {
  --tamanho: 130px;
  --borda-espessura: 2px;
  --cor-fundo: #302F27;
  --cor-trilho: #2B2A24;
  --cor-progresso: #ABA891;
  width: var(--tamanho);
  height: var(--tamanho);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: conic-gradient(var(--cor-progresso) calc(var(--porcentagem) * 1%), var(--cor-trilho) 0);
  transform: rotate(-180deg);
}
.box-projeto-estagio .div-porcentagem:before {
  content: "";
  position: absolute;
  width: calc(100% - var(--borda-espessura) * 2);
  height: calc(100% - var(--borda-espessura) * 2);
  background-color: var(--cor-fundo);
  border-radius: 50%;
}
.box-projeto-estagio .div-porcentagem .inner {
  position: relative;
  letter-spacing: 1px;
  transform: rotate(-180deg);
}
.box-projeto-estagio .lista-estagio {
  width: 495px;
  max-width: 100%;
  margin-top: 40px;
}
.box-projeto-estagio .lista-estagio .item {
  margin-bottom: 25px;
}
.box-projeto-estagio .lista-estagio .item .labels {
  align-items: flex-end;
  padding-bottom: 10px;
}
.box-projeto-estagio .lista-estagio .item .labels h3 {
  margin-bottom: 0;
}
.box-projeto-estagio .lista-estagio .item .labels .numero {
  margin-bottom: 0;
}
.box-projeto-estagio .lista-estagio .item .porcentagem {
  width: 100%;
  height: 2px;
  background: #2B2A24;
}
.box-projeto-estagio .lista-estagio .item .porcentagem .inner {
  height: 100%;
  background: #ABA891;
}
.box-projeto-estagio .carrossel-estagio {
  height: 100%;
  width: calc(100% + 8px);
  position: relative;
}
@media (max-width: 991px) {
  .box-projeto-estagio .carrossel-estagio {
    width: 100%;
    padding-top: 40px;
  }
}
.box-projeto-estagio .carrossel-estagio:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: #38372E;
  z-index: 1;
}
.box-projeto-estagio .carrossel-estagio .item {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .box-projeto-estagio .carrossel-estagio .item {
    height: 373px;
  }
}
.box-projeto-estagio .carrossel-estagio .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-projeto-estagio .carrossel-estagio .item .descritivo {
  position: absolute;
  z-index: 1;
  margin-bottom: 0;
  left: 25px;
  bottom: 14px;
}
.box-projeto-estagio .carrossel-estagio > .item {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  .box-projeto-estagio .carrossel-estagio > .item {
    width: calc(100% - 22px);
  }
}
.box-projeto-estagio .carrossel-estagio > .item:not(:first-child) {
  display: none;
}
.box-projeto-estagio .carrossel-estagio .owl-stage-outer {
  height: 100%;
  overflow: initial;
}
.box-projeto-estagio .carrossel-estagio .owl-stage-outer .owl-stage {
  height: 100%;
}
.box-projeto-estagio .carrossel-estagio .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .box-projeto-estagio .carrossel-estagio .owl-stage-outer .owl-stage .owl-item {
    padding-right: 22px;
  }
}
.box-projeto-estagio .carrossel-estagio .owl-stage-outer .owl-stage .owl-item:not(.active) {
  opacity: 0.7;
  filter: brightness(0.8);
}
.box-projeto-estagio .carrossel-estagio .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  padding: 0;
  background: none;
}
.box-projeto-estagio .carrossel-estagio .owl-nav button span {
  font-size: 0;
  width: 30px;
  height: 57px;
  background: url(/wp-content/themes/triplea/assets/img/bg/seta_estagio_obra.png?1=1) center no-repeat;
  background-size: contain;
}
.box-projeto-estagio .carrossel-estagio .owl-nav button.owl-prev {
  left: 15px;
  transform: rotate(180deg) translateY(50%);
}
.box-projeto-estagio .carrossel-estagio .owl-nav button.owl-next {
  right: 25px;
}
.box-projeto-estagio .carrossel-estagio .owl-dots {
  display: flex;
  gap: 5px;
  padding-top: 10px;
}
.box-projeto-estagio .carrossel-estagio .owl-dots .owl-dot {
  height: 3px;
  width: 11px;
  border-radius: 2px;
  background: #100F07;
  padding: 0;
  border: 0;
  transition: width 0.3s;
}
.box-projeto-estagio .carrossel-estagio .owl-dots .owl-dot span {
  width: 0;
  display: block;
  height: 3px;
  border-radius: 2px;
  position: relative;
  border: 1px solid transparent;
}
.box-projeto-estagio .carrossel-estagio .owl-dots .owl-dot.active {
  background: #ABA891;
  width: 26px;
}
.box-projeto-estagio .carrossel-estagio .owl-dots .owl-dot.active span {
  border-color: rgba(171, 168, 145, 0.4);
  background: #100F07;
  animation: anima100 10s ease 0s 1 normal forwards;
}
.box-projeto-estagio .div-mapa {
  margin-top: 82px;
}
@media (max-width: 991px) {
  .box-projeto-estagio .div-mapa {
    margin-top: 95px;
  }
}
.box-projeto-estagio .div-mapa iframe {
  width: 100%;
  height: 640px;
}
@media (max-width: 991px) {
  .box-projeto-estagio .div-mapa iframe {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.box-projeto-veja {
  padding-top: 80px;
  padding-bottom: 35px;
  background: #F3F0DE;
}
@media (max-width: 991px) {
  .box-projeto-veja {
    padding: 80px 10px 10px;
  }
}
.box-projeto-veja h2 {
  letter-spacing: 15px;
  margin-bottom: 78px;
}
@media (max-width: 991px) {
  .box-projeto-veja h2 {
    font-size: 10px;
    letter-spacing: 5px;
  }
}
.box-projeto-veja .outer-lista-projetos {
  padding-bottom: 90px;
}
.box-projeto-veja .outer-lista-projetos .lista-projetos,
.box-projeto-veja .outer-lista-projetos .lista-explore {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  .box-projeto-veja .outer-lista-projetos .lista-projetos,
  .box-projeto-veja .outer-lista-projetos .lista-explore {
    display: block;
    width: 301px;
    margin-left: -1px;
    padding-left: 1px;
    position: relative;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos:before,
  .box-projeto-veja .outer-lista-projetos .lista-explore:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    width: 50vw;
    height: 100%;
    background: #F3F0DE;
    z-index: 1;
    transform: translateX(-100%);
  }
}
.box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto {
  width: 100%;
  height: 512px;
  position: relative;
  transition: all 0.6s;
  display: block;
}
@media (max-width: 991px) {
  .box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto,
  .box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto {
    height: 485px;
  }
}
.box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto .div-img,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto .div-img img,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto .div-conteudo,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-conteudo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) calc(0% + 242px));
  padding: 46px 5.6%;
}
.box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto .div-conteudo p,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-conteudo p {
  font-weight: 300;
  opacity: 0.5;
  letter-spacing: 1px;
}
.box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto:hover .div-img img, .box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto:active .div-img img, .box-projeto-veja .outer-lista-projetos .lista-projetos .item-projeto:focus .div-img img,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto:hover .div-img img,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto:active .div-img img,
.box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto:focus .div-img img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .box-projeto-veja .outer-lista-projetos .lista-projetos > .item-projeto,
  .box-projeto-veja .outer-lista-projetos .lista-explore > .item-projeto {
    display: none;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos > .item-projeto:first-child,
  .box-projeto-veja .outer-lista-projetos .lista-explore > .item-projeto:first-child {
    display: block;
    width: calc(100% - 5px);
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos .owl-stage-outer,
  .box-projeto-veja .outer-lista-projetos .lista-explore .owl-stage-outer {
    overflow: initial;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos .owl-stage-outer .owl-stage .owl-item,
  .box-projeto-veja .outer-lista-projetos .lista-explore .owl-stage-outer .owl-stage .owl-item {
    padding-right: 5px;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos .owl-dots,
  .box-projeto-veja .outer-lista-projetos .lista-explore .owl-dots {
    display: flex;
    gap: 5px;
    padding-top: 15px;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos .owl-dots .owl-dot,
  .box-projeto-veja .outer-lista-projetos .lista-explore .owl-dots .owl-dot {
    height: 3px;
    width: 11px;
    border-radius: 2px;
    background: #100F07;
    padding: 0;
    border: 0;
    transition: width 0.3s;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos .owl-dots .owl-dot span,
  .box-projeto-veja .outer-lista-projetos .lista-explore .owl-dots .owl-dot span {
    width: 0;
    display: block;
    height: 3px;
    border-radius: 2px;
    position: relative;
    border: 1px solid transparent;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos .owl-dots .owl-dot.active,
  .box-projeto-veja .outer-lista-projetos .lista-explore .owl-dots .owl-dot.active {
    background: #ABA891;
    width: 26px;
  }
  .box-projeto-veja .outer-lista-projetos .lista-projetos .owl-dots .owl-dot.active span,
  .box-projeto-veja .outer-lista-projetos .lista-explore .owl-dots .owl-dot.active span {
    border-color: rgba(171, 168, 145, 0.4);
    background: #100F07;
    animation: anima100 5s ease 0s 1 normal forwards;
  }
}
@media (max-width: 991px) {
  .box-projeto-veja .explore-locais h2 {
    margin-bottom: 33px;
  }
  .box-projeto-veja .explore-locais .outer-lista-projetos .lista-explore {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .box-projeto-veja .explore-locais .outer-lista-projetos .lista-explore:before {
    display: none;
  }
  .box-projeto-veja .explore-locais .outer-lista-projetos .lista-explore .item-projeto {
    display: block;
    width: 100%;
    height: 140px;
  }
  .box-projeto-veja .explore-locais .outer-lista-projetos .lista-explore .item-projeto .div-conteudo {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) calc(0% + 68px));
    padding: 15px 5.6%;
  }
  .box-projeto-veja .explore-locais .outer-lista-projetos .lista-explore .item-projeto .div-conteudo h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .box-projeto-veja .explore-locais .outer-lista-projetos .lista-explore .item-projeto .div-conteudo p {
    font-size: 11px;
  }
}

.header-sobre {
  height: calc(100vh - 100px) !important;
  height: calc(100dvh - 100px) !important;
}
@media (max-width: 991px) {
  .header-sobre {
    height: 529px !important;
  }
}
.header-sobre .over-fundo {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header-sobre .over-fundo:after {
  height: 350px;
  background: linear-gradient(0deg, #302f27 0%, rgba(48, 47, 39, 0.43) 79%, rgba(48, 47, 39, 0) 100%);
}
.header-sobre .over-fundo .container {
  position: relative;
  z-index: 2;
}
.header-sobre .over-fundo h1 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.header-sobre .over-fundo .dv-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo .dv-menu {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.header-sobre .over-fundo .dv-menu .navigation {
  display: flex;
  justify-content: space-between;
  padding: 0 64px 0 0;
  margin: 0;
  list-style: none;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo .dv-menu .navigation {
    width: 100vw;
    overflow: auto;
    padding: 15px 25px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #37362D;
  }
  .header-sobre .over-fundo .dv-menu .navigation::-webkit-scrollbar {
    height: 0;
  }
}
.header-sobre .over-fundo .dv-menu .navigation li.separa {
  height: 13px;
  width: 1px;
  background: #ABA891;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo .dv-menu .navigation li.separa {
    margin: 0 30px;
    min-width: 1px;
  }
}
.header-sobre .over-fundo .dv-menu .navigation li a {
  font-size: 12px;
  font-weight: 300;
  color: #ABA891;
  font-family: "archivo-expanded", sans-serif;
  text-transform: uppercase;
  transition: opacity 0.5s;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo .dv-menu .navigation li a {
    white-space: nowrap;
  }
}
.header-sobre .over-fundo .dv-menu .navigation li a:hover, .header-sobre .over-fundo .dv-menu .navigation li a:active, .header-sobre .over-fundo .dv-menu .navigation li a:focus {
  opacity: 0.5;
}
.header-sobre .over-fundo .dv-menu .navigation li a.open {
  opacity: 0.3;
}
.header-sobre .over-fundo .dv-menu {
  /*.navigation{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
    width: 66%;
    @media (max-width: 991px) {
      width: 100vw;
      overflow: auto;
      padding-left: 25px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      &::-webkit-scrollbar{
        height: 0;
      }
    }
    li{
      width: 100%;
      a{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: initial;
        transform: none;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        color: $yellow;
        font-family: $font-archivo-ex;
        padding: 16px 15px;
        background: linear-gradient(0deg,rgba(#5E5D4D, 0.5) 0%, rgba(#5E5D4D, 0) 100%);
        white-space: nowrap;
        transition: all 0.3s;
        &:hover,
        &:active,
        &:focus,
        &.open{
          background: linear-gradient(0deg,rgba(#5E5D4D, 1) 0%, rgba(#5E5D4D, 0) 100%);
        }
      }
    }
  }*/
}
.header-sobre .over-fundo .dv-menu .lista-logos {
  display: flex;
  gap: 45px;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo .dv-menu .lista-logos {
    margin-bottom: 38px;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header-sobre .over-fundo .dv-menu .lista-logos .item {
    margin-right: 45px;
  }
  .header-sobre .over-fundo .dv-menu .lista-logos .item:last-child {
    margin-right: 0;
  }
}
.header-sobre .over-fundo .dv-menu .lista-logos .item p {
  margin-bottom: 5px;
}
.header-sobre .over-fundo .dv-menu .lista-logos .item .outer-image {
  height: 31px;
  display: flex;
  align-items: center;
}
.header-sobre .over-fundo .dv-menu .lista-logos .item .outer-image img {
  max-height: 31px;
  max-width: 180px;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .header-sobre .over-fundo .dv-menu .lista-logos .item .outer-image img {
    max-width: 133px;
    max-height: 25px;
  }
}

@media (min-width: 992px) {
  .admin-bar .header-sobre {
    height: calc(100vh - 132px) !important;
    height: calc(100dvh - 132px) !important;
  }
}

.conteudo-pagina-sobre {
  background: #302F27;
  padding-top: 45px;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 72px;
  }
}
.conteudo-pagina-sobre .tit-fundo {
  letter-spacing: 4.4px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .tit-fundo {
    font-size: 12px;
  }
}
.conteudo-pagina-sobre .descritivo {
  width: 66%;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .descritivo {
    width: 100%;
  }
}
.conteudo-pagina-sobre .lista-conteudos {
  padding-top: 80px;
  padding-bottom: 80px;
}
.conteudo-pagina-sobre .lista-conteudos .aba {
  display: none;
}
.conteudo-pagina-sobre .lista-conteudos .aba.open {
  display: block;
}
.conteudo-pagina-sobre .lista-conteudos .aba h2 {
  letter-spacing: 15px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .aba h2 {
    font-size: 12px;
    letter-spacing: 5px;
    margin-bottom: 40px;
  }
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title {
  margin-bottom: 0;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a {
  font-size: 15px;
  font-weight: 300;
  color: #ABA891;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 44px);
  margin-left: -22px;
  text-transform: uppercase;
  padding: 15px 22px 15px 22px;
  position: relative;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 22px;
  width: calc(100% - 22px);
  height: 1px;
  background: #2B2A24;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a {
    padding: 15px 10px 15px 20px;
    background: linear-gradient(0deg, rgba(94, 93, 77, 0.66) 0%, rgba(94, 93, 77, 0) 100%);
  }
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a .label {
  font-size: 15px;
  border-bottom: 2px solid #ABA891;
  padding-bottom: 5px;
  letter-spacing: 5px;
  transition: all 0.3s;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a .mais {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a .mais {
    width: 22px;
    height: 22px;
  }
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a .mais span {
  width: 30px;
  height: 1px;
  display: flex;
  background: #ABA891;
  position: absolute;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a .mais span {
    width: 22px;
  }
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a .mais span:first-child {
  transform: rotate(90deg);
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a:not(.collapsed) {
  background: #37362E;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a:not(.collapsed) .label {
  opacity: 0.6;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-heading .panel-title a:not(.collapsed) .mais span:first-child {
  transform: rotate(0deg);
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: all 0.3s;
  width: calc(100% + 22px);
  margin-left: -22px;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse:not(.in) {
  grid-template-rows: 0fr;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body {
  overflow: hidden;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs {
  background: #37362E;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 20px 19px 22px;
  position: relative;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 22px;
  width: calc(100% - 22px);
  height: 1px;
  background: #2B2A24;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item {
    padding: 19px 10px 19px 20px;
  }
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item h4 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  text-transform: none;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item .data {
  font-size: 11px;
  font-weight: 300;
  color: #ABA891;
  opacity: 0.5;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item .link:hover, .conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item .link:active, .conteudo-pagina-sobre .lista-conteudos .aba .panel-group.accordion .panel .panel-collapse .panel-body .content .lista-docs .item .link:focus {
  opacity: 0.5;
}
.conteudo-pagina-sobre .lista-conteudos .box-destaques-home {
  padding-top: 0;
  background: none;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .box-destaques-home {
    position: relative;
  }
}
.conteudo-pagina-sobre .lista-conteudos .box-destaques-home .header-div {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .box-destaques-home .header-div {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .conteudo-pagina-sobre .lista-conteudos .box-destaques-home .modal-destaque {
    padding: 0;
    background: none;
  }
  .conteudo-pagina-sobre .lista-conteudos .box-destaques-home .modal-destaque .container {
    padding: 0;
  }
  .conteudo-pagina-sobre .lista-conteudos .box-destaques-home .modal-destaque .inner .outer-lista-destaques .lista-destaques {
    display: block;
  }
}

.header-local {
  height: 530px !important;
}
@media (max-width: 991px) {
  .header-local {
    height: 100vh !important;
    height: 100dvh !important;
  }
}
.header-local .over-fundo {
  align-items: flex-end;
  padding-bottom: 103px;
}
@media (max-width: 991px) {
  .header-local .over-fundo {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header-local .over-fundo:after {
  height: 350px;
  background: linear-gradient(0deg, #302f27 0%, rgba(48, 47, 39, 0.43) 79%, rgba(48, 47, 39, 0) 100%);
}
.header-local .over-fundo .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-local .over-fundo h1 {
    font-size: 22px;
  }
}
.header-local .over-fundo .local {
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.single-projeto .dv-menu,
.single-local .dv-menu {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 48px;
  /*&:before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: $green;
    opacity: 0.91;
    @media (max-width: 991px) {
      display: none;
    }
  }*/
}
@media (max-width: 991px) {
  .single-projeto .dv-menu,
  .single-local .dv-menu {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.single-projeto .dv-menu .div-fixa-menu,
.single-local .dv-menu .div-fixa-menu {
  background: rgba(48, 47, 39, 0.91);
  height: 48px;
  width: 100%;
}
.single-projeto .dv-menu .div-fixa-menu.fixo,
.single-local .dv-menu .div-fixa-menu.fixo {
  top: 52px;
  left: 0;
  width: 100vw;
  position: fixed;
  z-index: 99;
}
.single-projeto .dv-menu .navigation,
.single-local .dv-menu .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 48px;
}
@media (max-width: 991px) {
  .single-projeto .dv-menu .navigation,
  .single-local .dv-menu .navigation {
    width: 100vw;
    overflow: auto;
    padding-left: 25px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(56, 55, 46, 0.91);
    backdrop-filter: blur(30px);
  }
  .single-projeto .dv-menu .navigation::-webkit-scrollbar,
  .single-local .dv-menu .navigation::-webkit-scrollbar {
    height: 0;
  }
}
.single-projeto .dv-menu .navigation li.separador,
.single-local .dv-menu .navigation li.separador {
  min-width: 1px;
  height: 13px;
  background: #ABA891;
}
@media (max-width: 991px) {
  .single-projeto .dv-menu .navigation li.separador,
  .single-local .dv-menu .navigation li.separador {
    margin: 0 27px;
  }
}
.single-projeto .dv-menu .navigation li a,
.single-local .dv-menu .navigation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
  transform: none;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ABA891;
  font-family: "archivo-expanded", sans-serif;
  white-space: nowrap;
}
.single-projeto .dv-menu .navigation li a.open,
.single-local .dv-menu .navigation li a.open {
  opacity: 0.5;
}
.single-projeto .dv-menu .lista-logos,
.single-local .dv-menu .lista-logos {
  display: flex;
  gap: 45px;
}
@media (max-width: 991px) {
  .single-projeto .dv-menu .lista-logos,
  .single-local .dv-menu .lista-logos {
    margin-bottom: 38px;
  }
}
.single-projeto .dv-menu .lista-logos .item p,
.single-local .dv-menu .lista-logos .item p {
  margin-bottom: 5px;
}
.single-projeto .dv-menu .lista-logos .item .outer-image,
.single-local .dv-menu .lista-logos .item .outer-image {
  height: 31px;
  display: flex;
  align-items: center;
}
.single-projeto .dv-menu .lista-logos .item .outer-image img,
.single-local .dv-menu .lista-logos .item .outer-image img {
  max-height: 31px;
  max-width: 180px;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .single-projeto .dv-menu .lista-logos .item .outer-image img,
  .single-local .dv-menu .lista-logos .item .outer-image img {
    max-width: 133px;
    max-height: 25px;
  }
}

@media (max-width: 991px) {
  .admin-bar .header-local {
    height: calc(100vh - 32px) !important;
    height: calc(100dvh - 32px) !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .header-local {
    height: calc(100vh - 46px) !important;
    height: calc(100dvh - 46px) !important;
  }
}
.admin-bar .dv-menu .div-fixa-menu.fixo {
  top: 84px;
}
@media (max-width: 991px) {
  .admin-bar .dv-menu .div-fixa-menu.fixo {
    top: 98px;
  }
}

.box-local-sobre {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media (max-width: 991px) {
  .box-local-sobre {
    padding: 50px 10px 75px;
    background: #312F27 !important;
  }
}
.box-local-sobre .conteudo {
  font-size: 18px;
  font-weight: 300;
  color: #ABA891;
  padding: 0 60px;
}
@media (max-width: 991px) {
  .box-local-sobre .conteudo {
    padding: 0;
    font-size: 15px;
  }
}

.box-local-mapa {
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .box-local-mapa {
    overflow: initial;
    height: 640px;
  }
}
.box-local-mapa .wrap_svl_center {
  display: flex;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .box-local-mapa .wrap_svl_center {
    height: 640px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2 !important;
  }
}
.box-local-mapa .wrap_svl_center .wrap_svl .images_wrap img {
  width: 100vw;
  height: auto;
}
@media (max-width: 991px) {
  .box-local-mapa .wrap_svl_center .wrap_svl {
    height: 100%;
  }
  .box-local-mapa .wrap_svl_center .wrap_svl .images_wrap {
    height: 100%;
  }
  .box-local-mapa .wrap_svl_center .wrap_svl .images_wrap img {
    height: 640px;
    width: auto;
    margin: 0;
  }
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element {
  z-index: 1;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .ihotspot_tooltop_html img {
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.4) !important;
  border-radius: 50% !important;
}
@media (max-width: 991px) {
  .box-local-mapa .wrap_svl_center .wrap_svl .drag_element .ihotspot_tooltop_html a {
    pointer-events: none;
  }
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo {
  position: absolute;
  width: 320px;
  background: #ABA891;
  left: -29px;
  top: -29px;
  border-radius: 20px 5px 5px 5px;
  overflow: hidden;
  display: none;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.4) !important;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo .box_view_html {
  color: #38372E;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo .box_view_html img {
  width: 100%;
  height: auto;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo .box_view_html strong {
  font-family: "archivo-expanded", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-a {
    pointer-events: none;
  }
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url(/wp-content/themes/triplea/assets/img/plus.png) center no-repeat;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-a .box_view_html p {
  margin-bottom: 0;
  padding: 20px 58px 20px 22px;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-div .box_view_html {
  text-align: left;
  padding: 12px 15px 0 70px;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-div-link p {
  margin-bottom: 0;
  padding: 0 15px 0 25px;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-div-link p a {
  font-size: 18px;
  font-family: "archivo-expanded", sans-serif;
  font-weight: 500;
  color: #38372E;
  padding: 20px 35px 20px 0;
  display: flex;
  background: url(/wp-content/themes/triplea/assets/img/plus.png) center right 15px no-repeat;
  border-bottom: 1px solid #D7D3B7;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-div-link p a:hover {
  opacity: 0.5;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element .item-conteudo.item-div-link p:last-child a {
  border-bottom: 0;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element:hover, .box-local-mapa .wrap_svl_center .wrap_svl .drag_element:active, .box-local-mapa .wrap_svl_center .wrap_svl .drag_element:focus {
  z-index: 9;
}
.box-local-mapa .wrap_svl_center .wrap_svl .drag_element:hover .item-conteudo, .box-local-mapa .wrap_svl_center .wrap_svl .drag_element:active .item-conteudo, .box-local-mapa .wrap_svl_center .wrap_svl .drag_element:focus .item-conteudo {
  display: block;
}
@media (max-width: 991px) {
  .box-local-mapa .wrap_svl_center .wrap_svl .drag_element:hover .item-conteudo.item-a.open, .box-local-mapa .wrap_svl_center .wrap_svl .drag_element:active .item-conteudo.item-a.open, .box-local-mapa .wrap_svl_center .wrap_svl .drag_element:focus .item-conteudo.item-a.open {
    pointer-events: auto;
  }
}
@media (max-width: 991px) {
  .box-local-mapa .wrap_svl_center .wrap_svl .drag_element.open .item-conteudo.item-a {
    pointer-events: auto;
  }
}

#powerTip {
  display: none !important;
}

.box-local-projetos {
  padding-top: 135px;
}
@media (max-width: 991px) {
  .box-local-projetos {
    padding-top: 60px;
    background: #312F27;
  }
  .box-local-projetos .box-ativos {
    background: #312F27;
  }
  .box-local-projetos .box-ativos .outer-lista-projetos .lista-projetos:before {
    background: #312F27;
  }
}
.box-local-projetos h2 {
  letter-spacing: 15px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .box-local-projetos h2 {
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}

.box-local-veja {
  padding-top: 135px;
}
@media (max-width: 991px) {
  .box-local-veja {
    padding-top: 60px;
    background: #312F27;
  }
}
.box-local-veja h2 {
  letter-spacing: 15px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .box-local-veja h2 {
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}
.box-local-veja .box-projeto-veja {
  padding: 0;
  background: none;
}
@media (max-width: 991px) {
  .box-local-veja .box-projeto-veja .outer-lista-projetos {
    padding-bottom: 57px;
  }
}
@media (max-width: 991px) {
  .box-local-veja .box-projeto-veja .outer-lista-projetos .lista-explore {
    width: 100%;
  }
  .box-local-veja .box-projeto-veja .outer-lista-projetos .lista-explore:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .box-local-veja .box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto {
    width: 100%;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .box-local-veja .box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-conteudo {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) calc(0% + 67px));
    padding-bottom: 15px;
  }
  .box-local-veja .box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-conteudo h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.box-local-veja .box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-conteudo p {
  font-size: 15px;
  letter-spacing: 5px;
  opacity: 1;
}
@media (max-width: 991px) {
  .box-local-veja .box-projeto-veja .outer-lista-projetos .lista-explore .item-projeto .div-conteudo p {
    font-size: 11px;
    letter-spacing: 0;
    opacity: 0.5;
  }
}