@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,500,400,600,700|PT+Serif:400,400i,700,700i");
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #55BA4C;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #212529;
  --secondary: #9C0100;
  --success: #55BA4C;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #EDEDED;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus {
  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;
}

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #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-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1780px;
  }
}

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(192.84, 193.96, 195.08);
}

.table-hover .table-primary:hover {
  background-color: rgb(179.8560550459, 181.21, 182.5639449541);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(179.8560550459, 181.21, 182.5639449541);
}

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

.table-hover .table-secondary:hover {
  background-color: rgb(220.1486440678, 165.5833898305, 165.2313559322);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(220.1486440678, 165.5833898305, 165.2313559322);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(207.4, 235.68, 204.88);
}

.table-hover .table-success:hover {
  background-color: rgb(189.9201612903, 228.5852419355, 186.4747580645);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(189.9201612903, 228.5852419355, 186.4747580645);
}

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

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

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

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

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

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #EDEDED;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1.875rem;
  font-size: 1rem;
  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 screen and (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(89.8581081081, 100.75, 111.6418918919);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EDEDED;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: 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 {
  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: #55BA4C;
}

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #55BA4C;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #55BA4C;
  box-shadow: 0 0 0 0.2rem rgba(85, 186, 76, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #55BA4C;
}
.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: #55BA4C;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(172.3991935484, 221.4737903226, 168.0262096774);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(119.9596774194, 200.189516129, 112.810483871);
}
.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 1px #fff, 0 0 0 0.2rem rgba(85, 186, 76, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #55BA4C;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(85, 186, 76, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.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-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #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 {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: 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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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;
    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: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 0.5rem 1.875rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 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: #212529;
  border-color: #212529;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(15.9425675676, 17.875, 19.8074324324);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-color: rgb(4.5709459459, 5.125, 5.6790540541);
}
.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(33, 37, 41, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #9C0100;
  border-color: #9C0100;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(117.75, 0.7548076923, 0);
  border-color: rgb(105, 0.6730769231, 0);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 1, 0, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #9C0100;
  border-color: #9C0100;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(105, 0.6730769231, 0);
  border-color: rgb(92.25, 0.5913461538, 0);
}
.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(156, 1, 0, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #55BA4C;
  border-color: #55BA4C;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(70.372983871, 161.4969758065, 62.2530241935);
  border-color: rgb(66.3629032258, 152.2943548387, 58.7056451613);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 186, 76, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #55BA4C;
  border-color: #55BA4C;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(66.3629032258, 152.2943548387, 58.7056451613);
  border-color: rgb(62.3528225806, 143.091733871, 55.158266129);
}
.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(85, 186, 76, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(217.875, 217.875, 217.875);
  border-color: rgb(211.5, 211.5, 211.5);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(211.5, 211.5, 211.5);
  border-color: rgb(205.125, 205.125, 205.125);
}
.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(237, 237, 237, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #212529;
  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: #212529;
  border-color: #212529;
}
.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(33, 37, 41, 0.5);
}

.btn-outline-secondary {
  color: #9C0100;
  background-color: transparent;
  background-image: none;
  border-color: #9C0100;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #9C0100;
  border-color: #9C0100;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 1, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #9C0100;
  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: #9C0100;
  border-color: #9C0100;
}
.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(156, 1, 0, 0.5);
}

.btn-outline-success {
  color: #55BA4C;
  background-color: transparent;
  background-image: none;
  border-color: #55BA4C;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #55BA4C;
  border-color: #55BA4C;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 186, 76, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #55BA4C;
  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: #55BA4C;
  border-color: #55BA4C;
}
.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(85, 186, 76, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #EDEDED;
  background-color: transparent;
  background-image: none;
  border-color: #EDEDED;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EDEDED;
  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: #EDEDED;
  border-color: #EDEDED;
}
.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(237, 237, 237, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  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: #212529;
  background-color: transparent;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

.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: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #212529;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.875rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #EDEDED;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(4.275rem + 2px);
  padding: 1.2rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #212529;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(112.6013513514, 126.25, 139.8986486486);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EDEDED;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #212529;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #212529;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 37, 41, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(33, 37, 41, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #212529;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 37, 41, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.5rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(89.8581081081, 100.75, 111.6418918919);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89.8581081081, 100.75, 111.6418918919, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #EDEDED;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(4.275rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.5rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(89.8581081081, 100.75, 111.6418918919);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #EDEDED;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1.875rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #EDEDED;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #212529;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(112.6013513514, 126.25, 139.8986486486);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #212529;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(112.6013513514, 126.25, 139.8986486486);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #212529;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(112.6013513514, 126.25, 139.8986486486);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #212529;
}

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #EDEDED;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212529;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #EDEDED;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #212529;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
}

.badge-secondary {
  color: #fff;
  background-color: #9C0100;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(105, 0.6730769231, 0);
}

.badge-success {
  color: #fff;
  background-color: #55BA4C;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(66.3629032258, 152.2943548387, 58.7056451613);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #EDEDED;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211.5, 211.5, 211.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EDEDED;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(17.16, 19.24, 21.32);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(192.84, 193.96, 195.08);
}
.alert-primary hr {
  border-top-color: rgb(179.8560550459, 181.21, 182.5639449541);
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: rgb(81.12, 0.52, 0);
  background-color: rgb(235.2, 204.2, 204);
  border-color: rgb(227.28, 183.88, 183.6);
}
.alert-secondary hr {
  border-top-color: rgb(220.1486440678, 165.5833898305, 165.2313559322);
}
.alert-secondary .alert-link {
  color: rgb(30.12, 0.1930769231, 0);
}

.alert-success {
  color: rgb(44.2, 96.72, 39.52);
  background-color: rgb(221, 241.2, 219.2);
  border-color: rgb(207.4, 235.68, 204.88);
}
.alert-success hr {
  border-top-color: rgb(189.9201612903, 228.5852419355, 186.4747580645);
}
.alert-success .alert-link {
  color: rgb(27.6541984733, 60.5138931298, 24.7261068702);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(123.24, 123.24, 123.24);
  background-color: rgb(251.4, 251.4, 251.4);
  border-color: rgb(249.96, 249.96, 249.96);
}
.alert-light hr {
  border-top-color: rgb(237.21, 237.21, 237.21);
}
.alert-light .alert-link {
  color: rgb(97.74, 97.74, 97.74);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #EDEDED;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #212529;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #EDEDED;
}

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(17.16, 19.24, 21.32);
  background-color: rgb(192.84, 193.96, 195.08);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(17.16, 19.24, 21.32);
  background-color: rgb(179.8560550459, 181.21, 182.5639449541);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.16, 19.24, 21.32);
  border-color: rgb(17.16, 19.24, 21.32);
}

.list-group-item-secondary {
  color: rgb(81.12, 0.52, 0);
  background-color: rgb(227.28, 183.88, 183.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(81.12, 0.52, 0);
  background-color: rgb(220.1486440678, 165.5833898305, 165.2313559322);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(81.12, 0.52, 0);
  border-color: rgb(81.12, 0.52, 0);
}

.list-group-item-success {
  color: rgb(44.2, 96.72, 39.52);
  background-color: rgb(207.4, 235.68, 204.88);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(44.2, 96.72, 39.52);
  background-color: rgb(189.9201612903, 228.5852419355, 186.4747580645);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(44.2, 96.72, 39.52);
  border-color: rgb(44.2, 96.72, 39.52);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(123.24, 123.24, 123.24);
  background-color: rgb(249.96, 249.96, 249.96);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(123.24, 123.24, 123.24);
  background-color: rgb(237.21, 237.21, 237.21);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.24, 123.24, 123.24);
  border-color: rgb(123.24, 123.24, 123.24);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #EDEDED;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #EDEDED;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  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) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(105, 0.6730769231, 0) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(66.3629032258, 152.2943548387, 58.7056451613) !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: #EDEDED !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(211.5, 211.5, 211.5) !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: #212529 !important;
}

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

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

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

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

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

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

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

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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.8571428571%;
}

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

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

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

.flex-row {
  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;
  }
}
.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;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}

.text-secondary {
  color: #9C0100 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(105, 0.6730769231, 0) !important;
}

.text-success {
  color: #55BA4C !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(66.3629032258, 152.2943548387, 58.7056451613) !important;
}

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #838383;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.blc-etg > h4, .lnk-all-blog {
  letter-spacing: 0.2em;
}

.busca {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-conta a, .lista-pedidos li, .pds-item, ul.option_list .opt-radio label, .img-pdt-vdo .icone-play, .price-details > div, .cat-rel-itm a, .grd-ctd, .faq-menu-sub-item span, .dtq-posts .tmb-blog .image, .dtq-posts .tmb-blog, .ctd-post-thumb, .post-thumb > a:before, .abs-blog a, .rsm-cart-top ul .rsm-car-del a, .rsm-cart-top ul .rsm-car-nome:hover, .btn-busca, .menu-cat-2 > li > a > img, .menu-cat-2 > li > a, .menu-cat-item > a .seta, .hd-blocks, .btn-mob-nav, a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-cat-item .container-submenu-category {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s, left 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s, left 0.3s;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s, left 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s, left 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0.3s, left 0.3s;
}

.menu-cat-item:hover .container-submenu-category {
  *display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0, left 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0, left 0.3s;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0, left 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0, left 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0, left 0.3s;
}

.pdt-rel .hd-pdt-rel, .review-faq .hd-sec-pdt, .ctn-atb-pdt, .pdt-dica .hd-dica, .pdt-desc .hd-desc, .hd-promo, .hd-viewed, .hd-novidades {
  display: flex;
  min-height: 50px;
  border-radius: 25px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  position: relative;
}
.pdt-rel .hd-pdt-rel h2, .review-faq .hd-sec-pdt h2, .ctn-atb-pdt h2, .pdt-dica .hd-dica h2, .pdt-desc .hd-desc h2, .hd-promo h2, .hd-viewed h2, .hd-novidades h2, .pdt-rel .hd-pdt-rel h3, .review-faq .hd-sec-pdt h3, .ctn-atb-pdt h3, .pdt-dica .hd-dica h3, .pdt-desc .hd-desc h3, .hd-promo h3, .hd-viewed h3, .hd-novidades h3 {
  color: #212529;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.984' height='25.149' viewBox='0 0 24.984 25.149'%3E%3Cg id='Group_202' data-name='Group 202' transform='translate(0 0.001)'%3E%3Cpath id='Path_316' data-name='Path 316' d='M49.969,62.977c-6.177-.024-8.4-3.3-8.849-3.68L58.769,41.58a12.3,12.3,0,0,1,3.623,8.847,12.625,12.625,0,0,1-12.423,12.55Z' transform='translate(-37.517 -37.937)' stroke='%23000' stroke-miterlimit='22.926' stroke-width='0.216' fill-rule='evenodd'/%3E%3Cpath id='Path_317' data-name='Path 317' d='M12.423,0c6.177.024,8.368,3.253,8.82,3.634L3.623,21.4A12.3,12.3,0,0,1,0,12.549,12.624,12.624,0,0,1,12.423,0Z' transform='translate(0)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_318' data-name='Path 318' d='M69.052,67.008a7.016,7.016,0,1,1-5.12,8.412,6.976,6.976,0,0,1,5.12-8.412Z' transform='translate(-58.158 -60.973)' fill-rule='evenodd'/%3E%3Cpath id='Path_319' data-name='Path 319' d='M83.207,71.972a6.5,6.5,0,1,1-4.746,7.791,6.451,6.451,0,0,1,4.746-7.791Z' transform='translate(-71.425 -65.512)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_320' data-name='Path 320' d='M87.8,84.349a5.621,5.621,0,1,1-4.1,6.735,5.577,5.577,0,0,1,4.1-6.735Z' transform='translate(-76.226 -76.826)' fill-rule='evenodd'/%3E%3Cpath id='Path_321' data-name='Path 321' d='M88.148,103.744a4.858,4.858,0,1,1-3.546,5.821,4.819,4.819,0,0,1,3.546-5.821Z' transform='translate(-77.068 -94.539)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_322' data-name='Path 322' d='M98.089,120.066a3.946,3.946,0,1,1-.6,5.5,3.915,3.915,0,0,1,.6-5.5Z' transform='translate(-88.159 -108.792)' fill-rule='evenodd'/%3E%3Cpath id='Path_323' data-name='Path 323' d='M112.8,135.33a3.1,3.1,0,1,1-.474,4.327,3.078,3.078,0,0,1,.474-4.327Z' transform='translate(-101.863 -122.879)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_324' data-name='Path 324' d='M133.935,149.074a2.12,2.12,0,1,1-.323,2.956,2.1,2.1,0,0,1,.323-2.956Z' transform='translate(-121.482 -135.606)' fill-rule='evenodd'/%3E%3Cpath id='Path_325' data-name='Path 325' d='M142.542,157.673a1.724,1.724,0,1,1-.263,2.4,1.71,1.71,0,0,1,.263-2.4Z' transform='translate(-129.468 -143.527)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2.6rem;
}
@media (max-width: 767.98px) {
  .pdt-rel .hd-pdt-rel h2, .review-faq .hd-sec-pdt h2, .ctn-atb-pdt h2, .pdt-dica .hd-dica h2, .pdt-desc .hd-desc h2, .hd-promo h2, .hd-viewed h2, .hd-novidades h2, .pdt-rel .hd-pdt-rel h3, .review-faq .hd-sec-pdt h3, .ctn-atb-pdt h3, .pdt-dica .hd-dica h3, .pdt-desc .hd-desc h3, .hd-promo h3, .hd-viewed h3, .hd-novidades h3 {
    font-size: 1.25rem;
  }
}

.filtro-opcao h3, .flt-preco h3, .mdl-fabricantes h3, .filtro-categoria h3, .ctn-mdl-selos h3 {
  color: #343a40;
  border-bottom: 1px solid #dee2e6;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 0;
  margin-bottom: 2px;
}

.user-sidebox, .cart, .call-sidebox {
  z-index: 1041 !important;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 400px;
  width: 90vw;
  min-width: 0;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  visibility: hidden;
}
.open-sidebox.user-sidebox, .open-sidebox.cart, .open-sidebox.call-sidebox {
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.call-sidebox > div {
  padding: 20px;
}
.call-sidebox > div h5 {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.call-sidebox > div span {
  font-size: 0.875rem;
  font-weight: 300;
}
.call-sidebox ul {
  font-size: 0.875rem;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.45' height='9.12' viewBox='0 0 13.45 9.12'%3E%3Cpath fill='%234d4d4d' fill-rule='evenodd' d='M7.56 2.28H2.29C1.03 2.28 0 3.3 0 4.56c0 1.26 1.02 2.28 2.29 2.29h5.28v1.64a.627.627 0 001.07.45l4.6-3.91c.26-.22.3-.62.07-.88-.02-.03-.05-.05-.08-.08L8.59.15a.63.63 0 00-.88.07.61.61 0 00-.15.41v1.65zm-5.28.9C1.52 3.18.9 3.8.9 4.56c0 .76.62 1.38 1.38 1.38.76 0 1.38-.62 1.38-1.38a1.37 1.37 0 00-1.38-1.38z' clip-rule='evenodd'/%3E%3C/svg%3E");
  padding-left: 23px;
}
.call-sidebox ul li + li {
  margin-top: 8px;
}
.call-sidebox a {
  text-decoration: underline;
}
.call-sidebox .btn-whatsapp {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  height: 45px;
  border-radius: 22.5px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.call-sidebox .btn-whatsapp .icon {
  font-size: 18px;
}
.call-sidebox .btn-whatsapp span {
  font-weight: bold;
}

.cart {
  overflow-y: auto;
}
.cart > div {
  height: 100vh;
}

.user-sidebox > div {
  position: relative;
}
.user-sidebox p {
  font-size: 0.875rem;
}
.user-sidebox .form-group label {
  color: #6c757d;
  font-size: 0.875rem;
}
.user-sidebox .form-group label .required {
  color: #dc3545;
}

.call-sidebox > div span {
  font-size: 0.875rem;
  font-weight: 300;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.menu-mobile {
  align-items: center;
  justify-content: flex-start;
}

.mp-menu {
  display: none;
}

.wrap-resp-menu {
  display: none;
}

.dl-trigger {
  color: #212529 !important;
}

.ctn-dl-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ctn-dl-menu .mn-dep,
.mn-dep .dl-menu-dep {
  display: none;
}

.dl-menuwrapper li .lnks-conta-mbl .icone-user {
  color: #fff;
  font-size: 1em;
  margin-right: 5px;
}

.dl-menuwrapper li .lnks-conta-mbl a {
  padding: 0;
  display: inline-block;
}

.dl-menuwrapper li .lnks-conta-mbl .sep {
  margin: 0 5px;
}

.dl-menuwrapper {
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 1049;
}

.dl-menuwrapper button {
  background: none;
  border: none;
  color: transparent;
  display: flex;
  font-size: 0;
  width: auto;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  line-height: 90px;
  height: 90px;
  position: relative;
  text-align: left;
  cursor: pointer;
  outline: none;
}
@media (max-width: 1199.98px) {
  .dl-menuwrapper button {
    line-height: 45px;
    height: 45px;
  }
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper button.dl-active:after {
  color: #fff;
}

.dl-menuwrapper ul {
  background: black;
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 0.875em;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 50px;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.328 29.25l-8.859 8.868a.75.75 0 0 0 1.062 1.06l10.313-10.324a.75.75 0 0 0 0-1.06L22.531 17.47a.75.75 0 1 0-1.062 1.06l9.21 9.22H13.002a.75.75 0 1 0 0 1.5h17.327z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  height: 50px;
  width: 40px;
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(255, 255, 255, 0.15);
}

.dl-menuwrapper .dl-menu {
  max-height: calc(100vh - 115px);
  margin: 0;
  overflow-y: auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.6);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
}

/*Largura do menu*/
.dl-menuwrapper ul,
.dl-menuwrapper .dl-menu,
.dl-menuwrapper > .dl-submenu {
  width: 90vw;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}

.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

.demo-5 .dl-menuwrapper button {
  background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

@media (max-width: 991.98px) {
  .backdrop-menu-dep {
    display: none !important;
  }
  .wrap-resp-menu,
  .mn-dep .dl-menu-dep {
    display: inherit;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ededed;
}

.global-container {
  margin-bottom: 150px;
}
.global-container:has(.menu-conta) {
  margin-bottom: 0px !important;
}
.global-container:has(.menu-conta) #content-pages {
  margin-bottom: 0px !important;
}
.global-container:has(.lks-hd-pdt) {
  min-height: 50vh;
  margin-bottom: 0px !important;
}
.global-container:has(.hd-pg) #newsletter .controls, .global-container:has(.ctt_box_checkout) #newsletter .controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.global-container:has(.hd-pg) #newsletter .controls label, .global-container:has(.ctt_box_checkout) #newsletter .controls label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.global-container:has(.hd-pg) .table-responsive, .global-container:has(.ctt_box_checkout) .table-responsive {
  background-color: #fff;
}
.global-container:has(.hd-pg) .acoes-endereco .btn-danger, .global-container:has(.ctt_box_checkout) .acoes-endereco .btn-danger {
  margin-left: 6px;
}
.global-container:has(.hd-pg) .blc-end-principal, .global-container:has(.ctt_box_checkout) .blc-end-principal {
  background-color: #fff;
}
.global-container:has(.hd-pg) .hd-pg,
.global-container:has(.hd-pg) .ctt_box_checkout, .global-container:has(.ctt_box_checkout) .hd-pg,
.global-container:has(.ctt_box_checkout) .ctt_box_checkout {
  margin-top: 8rem;
}
.global-container:has(.hd-pg) .hd-pg h1,
.global-container:has(.hd-pg) .hd-pg span,
.global-container:has(.hd-pg) .hd-pg .breadcrumbs li a,
.global-container:has(.hd-pg) .hd-pg .breadcrumbs li:after,
.global-container:has(.hd-pg) .ctt_box_checkout h1,
.global-container:has(.hd-pg) .ctt_box_checkout span,
.global-container:has(.hd-pg) .ctt_box_checkout .breadcrumbs li a,
.global-container:has(.hd-pg) .ctt_box_checkout .breadcrumbs li:after, .global-container:has(.ctt_box_checkout) .hd-pg h1,
.global-container:has(.ctt_box_checkout) .hd-pg span,
.global-container:has(.ctt_box_checkout) .hd-pg .breadcrumbs li a,
.global-container:has(.ctt_box_checkout) .hd-pg .breadcrumbs li:after,
.global-container:has(.ctt_box_checkout) .ctt_box_checkout h1,
.global-container:has(.ctt_box_checkout) .ctt_box_checkout span,
.global-container:has(.ctt_box_checkout) .ctt_box_checkout .breadcrumbs li a,
.global-container:has(.ctt_box_checkout) .ctt_box_checkout .breadcrumbs li:after {
  color: #fff;
}
.global-container:has(.hd-pg) .ctn-categ, .global-container:has(.ctt_box_checkout) .ctn-categ {
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .global-container {
    margin-bottom: 75px;
  }
}

img {
  color: #6c757d;
  font-size: 10px;
}

svg {
  fill: currentColor;
}

.color-svg {
  color: red;
}

a {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.alert a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.alert a:hover {
  text-decoration: underline;
}

table {
  font-size: 1rem;
}

table th,
.table th {
  border-top: none;
  color: #6c757d;
  font-size: 0.75em;
  font-weight: 300;
  text-transform: uppercase;
}

.alerta-topo {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
}
.alerta-topo .alert {
  border: none;
}
.alerta-topo .alert a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-flex:before, .row-flex:after {
  display: none !important;
}

.container-sm {
  max-width: 1024px;
  margin: 0 auto;
}

.hd-pg {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hd-pg {
    margin-bottom: 15px;
  }
}
.hd-pg h1 {
  color: #343a40;
  font-size: 2.5em;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 5px 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .hd-pg h1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.price {
  font-weight: 300;
  margin-bottom: 10px;
  color: #838383;
}

.price-old {
  color: #6c757d;
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
}

.price-old strong {
  font-weight: 300;
}

.price-desc {
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: bold;
}

.price-desc strong {
  font-weight: inherit;
}

.total-desc {
  color: #ced4da;
  display: block;
  font-size: 0.75em;
}

.ctn-bc {
  display: flex;
  align-items: center;
  font-weight: 300;
  line-height: normal;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .ctn-bc {
    flex-wrap: wrap;
  }
}
.ctn-bc > span {
  color: #000;
  margin-right: 5px;
}

.breadcrumbs {
  font-size: 0.875rem;
  font-weight: 100;
  margin-bottom: 0;
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 20px;
  color: #000;
}
.breadcrumbs li:after {
  content: "❯";
  font-size: 0.625em;
  vertical-align: middle;
  margin-left: 20px;
}
.breadcrumbs li:last-child {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  color: black;
}
.breadcrumbs li a {
  color: #000;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 90px;
  white-space: nowrap;
  font-weight: 300;
}
.breadcrumbs li a:hover {
  color: black;
}

.ft-breadcrumb {
  border-top: 1px solid #dee2e6;
  margin-top: 60px;
  padding: 30px 0 0;
}
.ft-breadcrumb .breadcrumbs {
  margin: 0;
}

.paginationContainer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .paginationContainer {
    align-items: flex-end;
    justify-content: flex-start;
  }
}

.results {
  padding: 15px 0;
  text-align: left;
  color: #6c757d;
  font-weight: 300;
}

.pagination {
  margin: 20px 0 0 0;
  width: 100%;
}
.pagination ul.links {
  margin: 0px;
  left: 0;
  text-align: right;
}
.pagination ul.links li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}
.pagination ul.links li a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  color: #6c757d;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
}
.pagination ul.links li a:hover,
.pagination ul.links li .active a {
  border: 1px solid #ced4da;
  color: #6c757d;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #6c757d;
  background-color: #dee2e6;
  border-color: #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}
.pagination .pagination > li:last-child > a,
.pagination .pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  cursor: default;
}

.selos-pdt {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 15px;
  right: 15px;
}

[class^=sl-],
[class*=sl-] {
  background: #EDEDED;
  border-radius: 100%;
  color: #343a40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: normal;
  height: 50px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
[class^=sl-] strong,
[class*=sl-] strong {
  font-weight: normal;
}

.sl-leilao {
  color: #68bb19;
}

.sl-off {
  background: #9C0100;
  color: #fff;
  position: relative;
}
.sl-off::before {
  content: "";
  border-radius: 100%;
  position: absolute;
  width: 95%;
  height: 95%;
  border: 9px solid #f8f9fa;
}
.sl-off strong {
  font-weight: 600;
}
.sl-off strong:before {
  content: "-";
}

.swiper-slide .sl-off,
.lst-category .sl-off {
  font-size: 17px;
  font-weight: normal !important;
  background-color: #d30100;
}
.swiper-slide .sl-off strong,
.lst-category .sl-off strong {
  font-weight: normal !important;
}
.swiper-slide .sl-off::before,
.lst-category .sl-off::before {
  display: none;
}

.sl-frete:before {
  background: #55BA4C;
}
.sl-frete strong {
  font-weight: bold;
}

[class^=flag-],
[class*=flag-] {
  border: 1px solid white;
  color: #ced4da;
  display: inline-block;
  font-size: 0.688em;
  line-height: normal;
  margin: 5px 1px;
  position: relative;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.flag-frete {
  border-color: #00a651;
  color: #00a651;
}

.flag-off {
  background: transparent;
  border-color: #55BA4C;
  color: #55BA4C;
}
.flag-off strong {
  font-weight: 300;
}

.content {
  overflow: hidden;
  width: 100%;
}

.text-not-found {
  text-align: center;
  color: #ced4da;
  margin-top: 30px;
  padding: 20px;
  font-size: 27px;
}
.text-not-found:before {
  content: ":(";
  display: block;
  font-size: 1.875em;
}

.sem-imagem {
  display: block;
  width: 100%;
  height: auto;
}

.buttons-container {
  display: table;
  margin: 30px 0;
  width: 100%;
}

.btn-checkout {
  background-color: #03a64a;
  color: #fff;
}

.btn-checkout:hover {
  color: #fff;
  background-color: #3ab56f;
}

.btn-checkout:active,
.btn-checkout:focus {
  color: #fff;
  background-color: #038c3f;
  outline: none;
}

.btn-fb {
  background: #3b5998;
  color: #fff;
}

.btn-fb:hover {
  background: #4967a6;
  color: #fff;
}

.btn-fb:active,
.btn-fb:focus {
  background: #35528e;
  color: #fff;
}

.btn-remove {
  border: 1px solid #dee2e6;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 1000px;
  color: #dee2e6;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  width: 24px;
  text-align: center;
}

.btn-remove:hover {
  border-color: #dc3545;
  color: #dc3545;
}

.mg-bt {
  margin-bottom: 30px !important;
}

.mg-bt-sm {
  margin-bottom: 15px !important;
}

.mg-bt-lg {
  margin-bottom: 60px !important;
}

.mg-top {
  margin-top: 30px !important;
}

.mg-top-lg {
  margin-top: 60px !important;
}

.mg-rg {
  margin-right: 30px !important;
}

.no-mg-top {
  margin-top: 0 !important;
}

.no-mg-bot {
  margin-bottom: 0 !important;
}

.no-pd-top {
  padding-top: 0 !important;
}

.pd-top {
  padding-top: 30px !important;
}

.pd-top-lg {
  padding-top: 60px !important;
}

.no-pd-top {
  padding-top: 0 !important;
}

.n-border {
  border: none !important;
}

.btn-mob-nav {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dee2e6;
  bottom: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  left: 15px;
  position: fixed;
  z-index: 1030;
  color: #6c757d;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.btn-mob-nav [class^=icon-],
.btn-mob-nav [class*=icon-] {
  line-height: 40px;
  font-size: 1.5em;
}
.btn-mob-nav.scroll-top {
  left: auto;
  right: 15px;
}
.btn-mob-nav.menu-flt {
  background: #212529;
  color: #fff !important;
  bottom: 66px;
  left: auto;
  right: 15px;
}
@media (max-width: 991.98px) {
  .btn-mob-nav {
    display: flex;
  }
}

@media (min-width: 768px) {
  .modal-open .btn-mob-nav {
    display: none;
  }
  .btn-mob-nav.menu-flt {
    display: none;
  }
}
.avl-star {
  display: flex;
  align-items: center;
  color: #ced4da;
  font-size: 12px;
  margin-bottom: 5px;
}
.avl-star svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.avl-star[data-stars="0"] {
  display: none;
}
.avl-star[data-stars="1"] svg:nth-child(1) {
  fill: #9C0100;
}
.avl-star[data-stars="2"] svg:nth-child(-n+2) {
  fill: #9C0100;
}
.avl-star[data-stars="3"] svg:nth-child(-n+3) {
  fill: #9C0100;
}
.avl-star[data-stars="4"] svg:nth-child(-n+4) {
  fill: #9C0100;
}
.avl-star[data-stars="5"] svg:nth-child(-n+5) {
  fill: #9C0100;
}

.modal-alert .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}
.modal-alert .text-alert {
  color: #6c757d;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
}
.modal-alert .text-alert svg {
  margin-bottom: 15px;
}
.modal-alert .text-alert-small {
  font-size: 1.125rem;
}
.modal-alert .text-alert-small a {
  color: #343a40;
  font-weight: normal;
  text-decoration: underline;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #55BA4C;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  /* margin: 10% auto; */
  float: left;
  box-shadow: inset 0px 0px 0px #55BA4C;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.container_heart {
  width: 56px;
  height: 56px;
  float: left;
}

.heart {
  display: block;
  fill: #df3c3c;
  animation: scale-heart 0.6s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  transform-origin: center;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #55BA4C;
  }
}
@keyframes scale-heart {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.load-more button {
  color: #ced4da;
  font-size: 0.875em;
  font-weight: 300;
  padding: 13px 120px;
  border: 2px solid white;
  background: #fff;
}

.modal {
  z-index: 999999999;
}

.modal-content {
  border: none;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 131;
  width: 100vw;
  height: 100vh;
  background-color: none;
  display: none;
  transition: all 0.6s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.backdrop.open-backdrop {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

label .required {
  color: #ea0e03;
  order: 2;
  margin-left: 5px;
  font-size: 1rem;
}

.lista-pedidos li .col-12.col-md-4.text-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.lks-hd-pdt:has(.breadcrumbs) {
  margin-top: 20px;
}

#btn_devolucao {
  display: inline;
}

.default-address .frm-radio {
  display: flex;
  align-items: center;
}
.default-address .frm-radio label {
  margin: 0;
}

.cart-list-item.bg-warning {
  background-color: #fafafa !important;
}

.cart-list-item .pdt-remove button:hover {
  background: #dc3545;
  color: #fff;
  cursor: pointer;
}

.mdl-item.mdl-shipping .hd-mdl-shipping a:hover {
  text-decoration: underline;
}

#content-pages:has(#pessoa_juridica) .controls .radio-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-content {
  background-color: #fff;
}

.container-central-usuario {
  display: flex;
  justify-content: space-between;
}
.container-central-usuario .ft-breadcrumb {
  margin: 0;
  border: none;
}

body:has(.central-usuario-content) #content-pages {
  margin-bottom: 60px;
  min-height: 400px;
}
body:has(.central-usuario-content) .hd-pg {
  background-color: #000;
}
body:has(.central-usuario-content) {
  background-color: #fff;
}
body:has(.central-usuario-content) .ctt_box_checkout {
  background-color: #fff;
}
body:has(.central-usuario-content) .global-container {
  background-color: #fff;
}

.container-checkout-page {
  margin-top: 50px;
}
.container-checkout-page #register-container .ctn-termos input[name=agree],
.container-checkout-page #register-container .ctn-termos .checkbox-block input[type=checkbox] {
  position: relative;
  bottom: -1px;
  left: -5px;
}
.container-checkout-page #register-container .ctn-termos #button-register {
  margin-left: 10px;
}

.content.content-empty {
  text-align: center;
}

.formas-pagamento {
  display: flex;
}
@media (max-width: 767.98px) {
  .formas-pagamento {
    flex-direction: column;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .formas-pagamento {
    align-items: center;
  }
}
.formas-pagamento h5 {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.formas-pagamento h5 .icon {
  margin-right: 8px;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .formas-pagamento h5 {
    margin: 0 0 10px 0;
  }
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.captcha {
  height: 35px !important;
  border: 1px solid #dee2e6;
  max-width: 100px;
}

.has-danger {
  color: #dc3545;
}
.has-danger > label,
.has-danger small {
  color: #dc3545;
}
.has-danger .form-control {
  border-color: #dc3545;
}

.error {
  color: #dc3545;
}

.btns {
  text-align: right;
}

.alert ul {
  padding-left: 15px;
}

.form-separator {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.form-separator span {
  color: #6c757d;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 15px;
  text-transform: uppercase;
}
.form-separator:after, .form-separator:before {
  border-top: 1px solid #ced4da;
  content: "";
  flex-grow: 1;
  height: 0;
}

.bts-connect {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bts-connect > a {
  flex-grow: 1;
}
.bts-connect > a:first-child {
  margin-right: 15px;
}
.bts-connect > a .icon {
  vertical-align: middle;
  margin-top: -3px;
}
@media (max-width: 991.98px) {
  .bts-connect {
    flex-direction: column;
  }
  .bts-connect a {
    width: 100%;
  }
  .bts-connect a:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.wrap-voucher-theme {
  display: grid;
  grid: auto/repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-voucher-theme {
    grid: auto/repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .wrap-voucher-theme {
    grid: auto/repeat(5, 1fr);
  }
}
.wrap-voucher-theme .form-check {
  margin: 0;
  padding: 0;
  position: relative;
}
.wrap-voucher-theme .form-check input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.wrap-voucher-theme .form-check input[type=radio] + label {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  margin: 0;
}
.wrap-voucher-theme .form-check input[type=radio] + label:hover {
  box-shadow: 0 0 0 3px #dee2e6;
}
.wrap-voucher-theme .form-check input[type=radio]:checked + label {
  box-shadow: 0 0 0 3px #55BA4C;
}
.wrap-voucher-theme .form-check img {
  border-radius: 0.25rem 0.25rem 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.wrap-voucher-theme .form-check span {
  display: block;
  font-size: 0.875rem;
  padding: 8px;
  text-align: center;
}

.hd {
  position: relative;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
}

.hd-to-float {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1039;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.hd-floating {
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
.hd-floating .hd-top {
  margin-top: -30px;
}
.hd-floating .menu-cat-item > a {
  min-height: 60px;
  max-height: 60px;
}
.hd-floating .menu-cat-item > a .seta {
  height: 60px;
}
.hd-floating .logo-svg svg {
  max-width: 50px;
  min-width: 50px;
}
@media (max-width: 767.98px) {
  .hd-floating .logo-svg svg {
    max-width: 40px;
    min-width: 40px;
  }
}
@media (max-width: 991.98px) {
  .hd-floating .hd-blocks .ctn-logo {
    height: auto;
  }
  .hd-floating .hd-blocks .ctn-busca {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .hd-floating .hd-blocks .ctn-busca {
    opacity: 0;
    margin-top: -50px;
    padding: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, margin-top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, margin-top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  }
}

.backdrop {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: opacity 0.4s linear, width 0.1s linear 0.4s;
  transition: opacity 0.4s linear, width 0.1s linear 0.4s;
}
.backdrop.open-backdrop {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.4s linear 0.3s, visibility 0.4s linear 0.6s;
  transition: opacity 0.4s linear 0.3s, visibility 0.4s linear 0.6s;
}

.hd-top {
  background: #212529;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  height: 30px;
  padding: 6px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1199.98px) {
  .hd-top {
    font-size: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .hd-top {
    display: none;
  }
}
.hd-top .text-hd-top {
  color: #fff;
  font-weight: 100;
}
.hd-top .tel-hd-top {
  display: flex;
  align-items: center;
}
.hd-top .tel-hd-top > span {
  color: #ed1c24;
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .hd-top .tel-hd-top > span {
    margin: 0 5px;
    white-space: nowrap;
  }
}
.hd-top .tel-hd-top .icon-sec {
  display: flex;
  align-items: center;
}
.hd-top .tel-hd-top .icon {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.hd-top > .container {
  display: flex;
  justify-content: space-between;
}
.hd-top .hd-top-links {
  color: #9C0100;
  display: flex;
}
@media (max-width: 1199.98px) {
  .hd-top .hd-top-links {
    display: none;
  }
}
.hd-top .hd-top-link {
  color: #9C0100;
  margin: 0 10px;
}
.hd-top .hd-top-link:hover {
  color: rgb(207, 1.3269230769, 0);
}
.hd-top .hd-top-rs {
  display: flex;
  align-items: center;
}
.hd-top .hd-top-rs a {
  font-size: 0.875rem;
  color: #fff;
  display: flex;
  margin: 0 10px;
}
@media (max-width: 1199.98px) {
  .hd-top .hd-top-rs a {
    margin: 0 5px;
  }
}
.hd-top .hd-top-rs a:last-child {
  margin-right: 0;
}

.hd-blocks {
  background: #fff;
  position: relative;
}
.hd-blocks > .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .hd-blocks > .container {
    flex-wrap: wrap;
  }
}
.hd-blocks .ctn-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 100px;
  margin-right: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
.hd-blocks .ctn-logo * {
  z-index: 2;
  position: relative;
}
@media (max-width: 991.98px) {
  .hd-blocks .ctn-logo {
    padding: 0 15px;
    height: 75px;
  }
}
@media (max-width: 767.98px) {
  .hd-blocks .ctn-logo {
    flex-grow: 1;
    height: 45px;
    padding: 0;
    margin: 0;
    width: auto;
  }
}
.hd-blocks .ctn-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  max-height: 130px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
@media (max-width: 1199.98px) {
  .hd-blocks .ctn-menu {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .hd-blocks .ctn-menu {
    display: none;
  }
}
.hd-blocks .ctn-busca {
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  flex-grow: 2;
  max-width: 400px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}
@media (max-width: 767.98px) {
  .hd-blocks .ctn-busca {
    align-items: flex-start;
    order: 4;
    max-width: none;
    height: 47px;
    padding: 0;
    width: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, margin-top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, margin-top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.ctn-links-hd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media (max-width: 767.98px) {
  .menu-mobile,
  .ctn-links-hd {
    width: 25%;
  }
}
.logo-svg,
.logo {
  display: block;
  max-width: 84px;
  color: #212529;
}
.logo-svg img,
.logo img {
  width: 100%;
}
.logo-svg svg,
.logo svg {
  max-width: 84px;
  min-width: 84px;
  display: block;
  height: auto;
  transform-origin: center center;
  -webkit-transition: max-width 0.3s cubic-bezier(0.645, 1, 0.22, 1), min-width 0.3s cubic-bezier(0.645, 1, 0.22, 1);
  transition: max-width 0.3s cubic-bezier(0.645, 1, 0.22, 1), min-width 0.3s cubic-bezier(0.645, 1, 0.22, 1);
}
@media (max-width: 991.98px) {
  .logo-svg svg,
  .logo svg {
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 767.98px) {
  .logo-svg svg,
  .logo svg {
    max-width: 40px;
    min-width: 40px;
  }
}

.hd-inf {
  margin-bottom: 70px;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
@media (max-width: 991.98px) {
  .hd-inf {
    margin-bottom: 30px;
  }
}
.hd-inf .geralBanner {
  background: #fff;
}

.icon-topo {
  color: #212529 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  width: auto;
  height: 32px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .icon-topo {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .icon-topo {
    height: 24px;
  }
}
.icon-topo .icon {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .icon-topo .icon {
    font-size: 18px;
  }
}
.icon-topo .icon-search {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .icon-topo .icon-search {
    font-size: 16px;
  }
}

.hd-side-box {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.hd-side-box h4 {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.hd-side-box h4 .icon {
  margin-right: 10px;
  font-size: 1.1rem;
}
.hd-side-box button {
  border-radius: 100%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.hd-side-box button .icon {
  font-size: 11px !important;
}

.ctn-side-box {
  padding: 20px;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .hd-to-float .container {
    padding: 10px 0px;
  }
  .hd-to-float .container .dl-menuwrapper .dl-menu {
    left: -24px;
    width: 100vw;
    top: 70px;
  }
  .hd-to-float .container .menu-mobile {
    justify-content: center;
  }
  .hd-to-float .container .menu-mobile .dl-trigger {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .hd-to-float .ctn-cart #cart-trigger {
    margin-top: 3px;
    padding: 10px;
    padding-left: 0px;
  }
  .hd-to-float .ctn-dl-menu {
    margin-left: 10px;
  }
  .hd-to-float .dl-menu {
    left: -10px !important;
  }
  .hd-to-float.hd-floating .dl-menuopen {
    top: 66px !important;
  }
  .hd-to-float .container {
    padding: 10px 0px;
  }
  .hd-to-float .container .ctn-busca {
    padding: 0px 10px;
  }
  .hd-to-float .container .dl-menuwrapper .dl-menu {
    max-width: none;
    width: 100vw;
    top: 112px;
  }
  .hd-to-float .container .menu-mobile {
    justify-content: center;
  }
  .hd-to-float .container .menu-mobile .dl-trigger {
    display: flex;
    align-items: center;
  }
}
.menu-principal {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.menu-principal > div {
  width: 100%;
}

.menu-cat {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  width: 100%;
}

.menu-cat-item {
  list-style: none;
}
.menu-cat-item:hover, .menu-cat-item:focus-within {
  background-color: #D9D9D9;
}
.menu-cat-item > a {
  color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  overflow: hidden;
  min-height: 100px;
  max-height: 100px;
  padding: 0 29px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199.98px) {
  .menu-cat-item > a {
    font-size: 0.75rem;
    padding: 0 15px;
  }
}
.menu-cat-item > a .icon-menu {
  color: #9C0100;
  display: inherit;
  font-size: 36px;
  margin-right: 10px;
}
.menu-cat-item > a .seta {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath fill='%23#0D0D0D' fill-rule='nonzero' d='M1.707.293A1 1 0 1 0 .293 1.707l6 6a1 1 0 0 0 1.414 0l6-6A1 1 0 1 0 12.293.293L7 5.586 1.707.293z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  height: 100px;
  width: 30px;
}
.menu-cat-item .container-submenu-category {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.menu-cat-item .submenu-category {
  background: #CECDCD;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  list-style: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: 100%;
  display: none;
}
.menu-cat-item:hover .submenu-category {
  display: block;
}
.menu-cat-item ul {
  color: white;
  list-style: disc;
}
.menu-cat-item .column-1 {
  flex-direction: column !important;
}
.menu-cat-2 {
  display: flex;
}
.menu-cat-2 > li {
  border-right: 1px solid #dee2e6;
  border-color: #bdbdbd;
  list-style: none;
  min-height: 131px;
  max-height: 131px;
  flex-grow: 1;
}
.menu-cat-2 > li > a {
  align-items: center;
  color: #212529;
  display: flex;
  font-size: 0.875rem;
  font-weight: 300;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  position: relative;
}
.menu-cat-2 > li > a > img {
  margin-bottom: 15px;
  width: 150px;
  max-width: 100%;
}
.menu-cat-2 > li:hover a::before, .menu-cat-2 > li:focus-within a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 215, 215, 0.5098039216);
}
.menu-cat-2 > li:last-child {
  border: none;
}
.menu-cat-2 > li:hover .menu-cat-3 {
  display: block;
}

.menu-cat-3 {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  z-index: 1000;
  width: 100%;
  left: 0;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.menu-cat-3::before {
  background: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100vw;
  transform: translateX(-100%);
}
.menu-cat-3::after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
}
.menu-cat-3 ul {
  list-style: none;
  text-align: left;
  min-width: 120px;
  display: flex;
}
.menu-cat-3 ul li {
  list-style: none;
}
.menu-cat-3 ul li::before {
  display: none;
}
.menu-cat-3 ul li:hover a, .menu-cat-3 ul li:focus-within a {
  color: #343a40 !important;
}
.menu-cat-3 ul li:hover a::before, .menu-cat-3 ul li:focus-within a::before {
  display: none;
}
.menu-cat-3 ul li a {
  background-color: #fff;
  color: #6c757d;
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.menu-cat-3 ul li a::before {
  display: none;
}
.menu-cat-3 ul li a:hover::before {
  display: none !important;
}

.mn-all a svg {
  margin-bottom: -2px;
}

[class^=cat-], [class*=" cat-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.menu-no-img .menu-cat-2 li {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.menu-no-img .menu-cat-2 li a {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .hd-blocks > .container {
    padding-top: 15px;
    gap: 10px;
  }
  .hd-blocks > .container .menu-mobile {
    align-items: flex-start;
  }
  .hd-blocks > .container .dl-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 4px;
  }
  .hd-blocks > .container .ctn-links-hd {
    gap: 6px;
  }
  .hd-blocks > .container .ctn-links-hd > div {
    flex: 1 1 auto;
  }
  .hd-blocks > .container .ctn-links-hd .icon-topo {
    margin: 0;
    padding: 6px;
    line-height: 45px;
    height: 45px;
  }
}
.busca {
  background: #E8E8E8;
  border: none;
  border-radius: 15px;
  margin: 0;
  position: relative;
  flex-grow: 1;
}
.busca input[type=text] {
  background: transparent;
  border: none;
  border-radius: 3px 0px 0px 3px;
  display: inline-block;
  font-weight: 400;
  height: 47px;
  line-height: 47px;
  padding: 0 10px 0 20px;
  width: 100%;
  font-size: 0.89rem;
  color: #343a40;
  outline: none;
  flex-grow: 1;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767.98px) {
  .busca input[type=text] {
    font-size: 0.875rem;
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
  }
}
.busca.busca-ativa {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #6c757d;
  border-radius: 0;
}
.busca.busca-ativa input[type=text],
.busca.busca-ativa input[type=text]:focus {
  color: #343a40;
  outline: none;
}
.busca.busca-ativa .btn-busca,
.busca.busca-ativa .btn-busca:focus {
  outline: none;
}

.form-busca {
  border-radius: 3px;
  height: 47px;
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .form-busca {
    height: 37px;
  }
}

.btn-busca {
  background: transparent;
  border: none;
  color: #212529;
  cursor: pointer;
  display: flex;
  font-size: 1.125rem;
  line-height: 47px;
  align-items: center;
  justify-content: center;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.btn-busca:hover {
  color: #9C0100;
}
.btn-busca > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .btn-busca {
    font-size: 15px;
    line-height: 37px;
    width: 40px;
  }
  .btn-busca .icon {
    width: 100%;
  }
}

.ctn-result-busca {
  position: absolute;
  width: 100%;
  left: 0;
  top: 102%;
}

.searchresults {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 15px;
}
.searchresults > li {
  padding: 0;
}
.searchresults > li.item {
  width: 100%;
}
.searchresults > li.item a {
  color: #343a40;
  display: flex;
  font-weight: normal;
  align-items: center;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .searchresults > li.item a {
    height: auto;
    align-items: flex-start;
    padding: 15px;
  }
}
.searchresults > li.item a.selected, .searchresults > li.item a:hover {
  background: #EDEDED;
}
.searchresults > li.item a img {
  margin: 2px 15px 2px 0;
}
.searchresults {
  /*
  	.price-desc {
  		color: $gray-700;
  		font-size: 0.875rem;
  		font-weight: normal;

  		.price-qt {
  			font-size: 1.143rem;
  		}
  	}
  	.price-x {
  		font-size: 0.875rem;

  		strong {
  			font-weight: 300;
  		}
  	}
  */
}

.searchheading * {
  margin: 0;
}

li.spliter {
  text-align: right;
  display: inline-block;
  padding-top: 30px !important;
  width: 100%;
}
li.spliter a {
  background: #55BA4C;
  border-radius: 15px;
  display: inline-block;
  color: #fff;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 20px;
}
li.spliter a:hover {
  background: rgb(119.9596774194, 200.189516129, 112.810483871);
}
li.spliter a span {
  display: none;
}

#cartContent {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cart-topo .qtd-car {
  background: #212529;
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin-left: 5px;
  justify-content: center;
  font-size: 0;
  width: 25px;
  height: 25px;
}
.cart-topo .qtd-car .numero-carrinho {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .cart-topo .qtd-car {
    display: none;
  }
}

.btn-cart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid #dee2e6;
}
.btn-cart-top a {
  align-items: center;
  color: #6c757d;
  display: flex;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
}
.btn-cart-top a:hover {
  color: #343a40;
}
.btn-cart-top a .icon {
  margin-top: -2px;
}

.cart {
  font-size: 1.6rem;
}
.cart .cart-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #212529;
  height: 70px;
  width: 70px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cart .cart-item {
    flex-direction: row;
    height: 45px;
    width: 45px;
  }
}
.cart .qtd-car {
  display: block;
  font-size: 0.6rem;
  font-weight: normal;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .cart .qtd-car {
    border-radius: 100%;
    color: transparent;
    font-size: 0;
    background: #fff;
    margin: 0 0 0 2px;
  }
  .cart .qtd-car span {
    color: #495057;
    font-size: 0.9rem;
  }
}

.rsm-car-vzo {
  color: #6c757d;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  padding: 50px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0 0;
}
.rsm-car-vzo .icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.rsm-cart-top {
  padding: 20px;
  flex-grow: 1;
}
.rsm-cart-top h4 {
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}
.rsm-cart-top ul {
  list-style: none;
  margin-bottom: 30px;
}
.rsm-cart-top ul li {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}
.rsm-cart-top ul .rsm-car-img {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.rsm-cart-top ul .rsm-car-img .img-fluid {
  max-width: none !important;
}
.rsm-cart-top ul .rsm-car-img img {
  border: 1px solid #dee2e6;
}
.rsm-cart-top ul .rsm-car-info {
  font-size: 0.875rem;
  flex-grow: 1;
  margin: 0 10px 0 0;
  padding-right: 10px;
}
.rsm-cart-top ul .rsm-car-info small {
  color: #ced4da;
}
.rsm-cart-top ul .rsm-car-nome {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.rsm-cart-top ul .rsm-car-nome:hover {
  color: #343a40;
}
.rsm-cart-top ul .rsm-car-vlr {
  display: block;
}
.rsm-cart-top ul .rsm-car-del {
  font-size: 0.6em;
  font-weight: 100;
}
.rsm-cart-top ul .rsm-car-del a {
  font-family: Helvetica, Arial, sans-serif;
  color: #838383;
  display: block;
  font-size: 16px;
  font-weight: 100;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.rsm-cart-top ul .rsm-car-del a:hover {
  color: #343a40;
}

.rsm-car-total {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  padding: 20px;
}
.rsm-car-total .price-cart-total:has(strong .cifra) strong {
  font-weight: bold !important;
}
.rsm-car-total .price-cart-total {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
.rsm-car-total .price-cart-total strong {
  color: #343a40;
  font-weight: normal;
}
.rsm-car-total .rsm-car-ckt {
  margin-top: 15px;
}

.rsm-car-total {
  padding: 20px;
}

.rsm-car-total > div {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.rsm-car-total > div:last-of-type {
  font-size: 1rem;
  font-weight: 700;
}

.rsm-car-btn {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: sticky;
  bottom: 0;
  padding: 20px;
}

.rsm-car-del {
  appearance: none;
  background: #EDEDED;
  border: none;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
}
.rsm-car-del:hover {
  background: #dc3545;
  color: #fff;
}

.ctn-car-vzo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ctn-car-vzo p {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 16px;
}

.ctn-call-area {
  position: relative;
}
@media (max-width: 991.98px) {
  .ctn-call-area {
    display: none;
  }
}
.ctn-call-area .call-area {
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  background: #fff;
  right: -37px;
  padding: 30px;
  position: absolute;
  top: 100%;
  width: 320px;
  z-index: 1060;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear, visibility 0.1s linear 0.2s;
  transition: opacity 0.2s linear, visibility 0.1s linear 0.2s;
}
.ctn-call-area .call-area:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  margin-bottom: -3px;
  position: absolute;
  right: 38px;
  top: -8px;
}
.ctn-call-area:hover .call-area {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s linear 0.2s, visibility 0.1s linear;
  transition: opacity 0.2s linear 0.2s, visibility 0.1s linear;
}
.ctn-call-area .hd-call-area {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ctn-call-area .hd-call-area .icon {
  color: #6c757d;
  font-size: 24px;
  margin-right: 10px;
}
.ctn-call-area .hd-call-area h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0;
}
.ctn-call-area .hd-call-area span {
  font-size: 0.875rem;
  color: #6c757d;
}
.ctn-call-area .call-links ul {
  list-style: none;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}
.ctn-call-area .call-links ul li:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.ctn-call-area .call-links ul a {
  color: #000;
  text-decoration: underline;
}
.ctn-call-area .call-links ul a:hover {
  color: #6c757d;
}
.ctn-call-area .call-links p {
  color: #6c757d;
  margin-bottom: 10px;
}
.ctn-call-area .call-links p:last-of-type {
  margin-bottom: 0;
}

.ctn-user-area {
  position: relative;
}
@media (max-width: 991.98px) {
  .ctn-user-area {
    display: none;
  }
}
.ctn-user-area > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}
.ctn-user-area .user-area {
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  background: #fff;
  right: -37px;
  padding: 30px;
  position: absolute;
  top: 100%;
  width: 300px;
  z-index: 1060;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear, visibility 0.1s linear 0.2s;
  transition: opacity 0.2s linear, visibility 0.1s linear 0.2s;
}
.ctn-user-area .user-area:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  margin-bottom: -3px;
  position: absolute;
  right: 38px;
  top: -8px;
}
.ctn-user-area .user-area a:not(.btn) {
  text-decoration: underline;
}
.ctn-user-area:hover .user-area {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s linear 0.2s, visibility 0.1s linear;
  transition: opacity 0.2s linear 0.2s, visibility 0.1s linear;
}
.ctn-user-area .sair > a {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 2px;
  margin-top: 10px;
  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 screen and (prefers-reduced-motion: reduce) {
  .ctn-user-area .sair > a {
    transition: none;
  }
}
.ctn-user-area .sair > a {
  background: #dc3545;
  color: #fff !important;
}

.usuario .login-tooltip {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  margin-top: 10px;
  padding: 10px 0;
}

.lgn-top {
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  padding-bottom: 20px;
}
.lgn-top + .reg-top {
  padding-top: 20px;
  text-align: center;
}

.reg-top {
  text-align: center;
}

.ctn-bn-uni {
  position: relative;
}

.mb-banner {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .mb-banner {
    margin-bottom: 1.5rem;
  }
}

.ctn-img-bn {
  background-size: cover !important;
  text-align: center;
  width: 100%;
}

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

.btn-bn-prev,
.btn-bn-next,
.arr-car-prev,
.arr-car-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 12px auto;
  cursor: pointer;
  font-size: 1em;
  height: 100%;
  top: 0;
  outline: none;
  text-align: center;
  position: absolute;
  width: 30px;
  z-index: 1;
}

.btn-bn-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.828 13.154'%3E%3Cpath d='M7.828,6.59l-6.59,6.563L0,11.916,5.326,6.59,0,1.237,1.237,0Z' transform='translate(7.828 13.154) rotate(180)' fill='%23fff'/%3E%3C/svg%3E") !important;
  left: 0;
}

.btn-bn-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.828 13.154'%3E%3Cpath d='M7.828,6.59l-6.59,6.563L0,11.916,5.326,6.59,0,1.237,1.237,0Z' fill='%23fff' /%3E%3C/svg%3E") !important;
  right: 0;
}

.arr-car-prev,
.arr-car-next {
  background-size: 18px 18px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 30px;
}

.arr-car-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.828 13.154'%3E%3Cpath d='M7.828,6.59l-6.59,6.563L0,11.916,5.326,6.59,0,1.237,1.237,0Z' transform='translate(7.828 13.154) rotate(180)' fill='%23111'/%3E%3C/svg%3E");
  left: 0;
}

.arr-car-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.828 13.154'%3E%3Cpath d='M7.828,6.59l-6.59,6.563L0,11.916,5.326,6.59,0,1.237,1.237,0Z' fill='%23111' /%3E%3C/svg%3E");
  right: 0;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  left: 0;
  bottom: -25px;
  padding: 0;
  text-align: center;
  position: absolute;
  margin: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  background: #9C0100;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}

.aln-bn {
  display: table;
  margin: 0 auto;
}

.aln-bn > div {
  float: left;
}

.geralBanner {
  display: block;
}

.mobileBanner {
  display: none;
}

@media (max-width: 767.98px) {
  .bn-duplo-01 {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .geralBanner {
    display: none;
  }
  .mobileBanner {
    display: block;
  }
  .btn-bn-prev,
  .btn-bn-next {
    display: none;
  }
}
.ctn-mdl-selos .mdl-selos {
  margin-bottom: 30px;
}
.ctn-mdl-selos .mdl-selos-int {
  display: table;
  width: 100%;
}
.ctn-mdl-selos .lista-selos {
  list-style: none;
  margin: 0;
  max-height: 40vh;
  overflow-y: auto;
}
.ctn-mdl-selos .lista-selos > li {
  display: flex;
}
.ctn-mdl-selos .lista-selos > li a:first-child {
  flex-grow: 1;
}
.ctn-mdl-selos .lista-selos > li .rmv-flt {
  padding: 0 5px;
  color: #343a40;
}
.ctn-mdl-selos .lista-selos > li.selo-ativo a:first-child {
  color: #55BA4C;
}
.ctn-mdl-selos .tt-selo {
  color: #495057;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ctn-mdl-selos .lnk-selo-item {
  color: #6c757d;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.ctn-mdl-selos .lnk-selo-item:before {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 8px;
  width: 13px;
}
.ctn-mdl-selos .lnk-selo-item .image {
  border: 1px solid transparent;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
  width: 20px;
}
.ctn-mdl-selos .lnk-selo-item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.ctn-mdl-selos .lnk-selo-item strong {
  font-weight: normal;
}
.ctn-mdl-selos .lnk-selo-item:hover {
  background: #f8f9fa;
  color: #343a40;
}
.ctn-mdl-selos .selo-ativo .lnk-selo-item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2355BA4C' fill-rule='nonzero' d='M1.03 2.97L-.03 4.03l3.99 3.991 7.528-6.452-.976-1.138-6.473 5.548z'/%3E%3C/svg%3E");
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
.ctn-mdl-selos .mdl-selos-uva .lnk-selo-item .image,
.ctn-mdl-selos .mdl-selos-harmonizacao .lnk-selo-item .image {
  display: none;
}

.mdl-selos-pdt {
  display: flex;
  align-items: center;
}
.mdl-selos-pdt .lnk-selo-item {
  align-items: center;
  color: #6c757d;
  display: flex;
  font-size: 0.75rem;
  margin-right: 15px;
  text-transform: uppercase;
}
.mdl-selos-pdt .lnk-selo-item .image {
  border: 1px solid transparent;
  border-radius: 100%;
  margin-right: 5px;
  overflow: hidden;
  width: 20px;
}
.mdl-selos-pdt .lnk-selo-item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.mdl-selos-pdt .lnk-selo-item strong {
  font-weight: normal;
}
.mdl-selos-pdt .lnk-selo-item:hover {
  color: #343a40;
}
.mdl-selos-pdt .lnk-selo-item.mdl-selos-uva .image, .mdl-selos-pdt .lnk-selo-item.mdl-selos-harmonizacao .image {
  border-radius: 0;
}
.mdl-selos-pdt .lnk-selo-item.mdl-selos-volume {
  display: none;
}

.flt-sel {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
}
.flt-sel h3 {
  color: #676767;
  background: #DEDEDE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 15px 10px 16px;
  position: relative;
}
.flt-sel ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flt-sel ul li {
  margin-bottom: 1px;
}
.flt-sel ul li a {
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  display: flex;
  font-size: 0.875rem;
  line-height: normal;
  justify-content: space-between;
  padding: 5px 10px;
}
.flt-sel ul li a:hover {
  background: rgb(242.05, 243.9, 245.75);
}
.flt-sel .ico-rmv-flt {
  font-size: 24px;
  font-weight: 100;
  line-height: 0.8;
  width: 20px;
  text-align: right;
}

.filtro-categoria {
  margin-bottom: 30px;
}
.filtro-categoria a:hover {
  color: #343a40 !important;
}
.filtro-categoria > ul {
  list-style: none;
  margin-bottom: 15px;
}
.filtro-categoria > ul > li > a {
  color: #6c757d;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.filtro-categoria > ul > li > a:before {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 8px;
  width: 13px;
}
.filtro-categoria > ul > li.active > a {
  color: #55BA4C;
}
.filtro-categoria > ul > li.active > a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2355BA4C' fill-rule='nonzero' d='M1.03 2.97L-.03 4.03l3.99 3.991 7.528-6.452-.976-1.138-6.473 5.548z'/%3E%3C/svg%3E");
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
.filtro-categoria > ul > li:hover > a {
  color: #000;
}
.filtro-categoria > ul > li > ul {
  margin: 0 0 10px 20px;
  list-style: none;
}
.filtro-categoria .filtro-categoria-subitem > a {
  display: flex;
  align-items: center;
  color: #838383;
  padding: 5px 0;
}
.filtro-categoria .filtro-categoria-subitem > a > span {
  order: 3;
}
.filtro-categoria .filtro-categoria-subitem > a:before {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 8px;
  width: 13px;
}
.filtro-categoria .filtro-categoria-subitem > a.filtro-categoria-active {
  color: #55BA4C;
}
.filtro-categoria .filtro-categoria-subitem > a.filtro-categoria-active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2355BA4C' fill-rule='nonzero' d='M1.03 2.97L-.03 4.03l3.99 3.991 7.528-6.452-.976-1.138-6.473 5.548z'/%3E%3C/svg%3E");
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
.filtro-categoria .filtro-categoria-subitem > ul {
  margin-left: 15px;
  margin-bottom: 15px;
  list-style: none;
}
.filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > a {
  display: flex;
  align-items: center;
  color: #9a9a9a;
  padding: 5px 0;
}
.filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > a > span {
  order: 3;
}
.filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > a:before {
  background: #fff;
  border: 1px solid #838383;
  border-radius: 100%;
  content: "";
  height: 5px;
  margin-right: 10px;
  width: 5px;
}
.filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > a.filtro-categoria-active {
  color: #9C0100;
}
.filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > a.filtro-categoria-active:before {
  background: #9C0100;
  border-color: #6c757d;
}
.filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > ul {
  margin: 0 0 30px 0;
  list-style: none;
}

.ctn-menu-info {
  display: table;
  padding: 50px 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .ctn-menu-info {
    padding: 15px 0;
  }
}

.lst-info-ft {
  color: #6c757d;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-lst-ft {
  float: left;
  font-size: 0.875em;
  font-weight: 100;
  margin-bottom: 20px;
  width: 100%;
}
.item-lst-ft a {
  color: #6c757d;
}
.item-lst-ft a:hover {
  color: #dee2e6;
}

.ctn-cert {
  display: flex;
  align-items: center;
}

.itm-cert {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}

.seal-cert {
  background-size: 50px auto;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 67px;
  width: 50px;
}
.seal-cert.ebit {
  background-position: 0 0;
}
.seal-cert.digicert {
  background-position: 0 -67px;
}
.seal-cert.clearsale {
  background-position: 0 -134px;
}
.seal-cert.globalsign {
  background-position: 0 -201px;
}
.seal-cert.googlesafe {
  background-position: 0 -268px;
}
.seal-cert:hover {
  border-color: #55BA4C;
}

.formas-pagamento {
  padding: 30px;
}
@media (max-width: 1199.98px) {
  .formas-pagamento {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .formas-pagamento {
    flex-wrap: wrap;
  }
  .formas-pagamento > div {
    flex-basis: 33%;
    order: 3;
  }
  .formas-pagamento > div:nth-child(3) {
    flex-basis: 100%;
    order: 2;
    margin-bottom: 15px;
  }
  .formas-pagamento > div:first-of-type {
    flex-basis: 100%;
    margin-bottom: 15px;
    order: 1;
  }
}

.ctn-bandeiras {
  margin-bottom: 15px;
}
.list-parcelation {
  list-style: none;
}
.list-parcelation > li {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}
.list-parcelation > li:last-child {
  border: none;
}
.list-parcelation .i-paymeth {
  display: inline-block;
  vertical-align: middle;
}
.list-parcelation ul {
  list-style: none;
}

.num-parcel {
  list-style: none;
  margin: 15px 0;
  color: #6c757d;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.gender {
  display: table;
  width: 100%;
}
.gender > label {
  width: 50%;
  float: left;
  margin: 0;
}
.gender > label > span {
  border: 1px solid #343a40;
  color: #343a40;
  display: block;
  font-size: 0.875em;
  font-weight: 100;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gender > label > span:hover {
  background: #EDEDED;
}
.gender > label + label > span {
  border-left: none;
}
.gender > label input[type=radio] {
  display: none;
}
.gender > label input[type=radio]:checked + span {
  background: #343a40;
  color: #fff;
}

.news-home {
  background-color: #9C0100;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 20px;
  height: 100%;
}
.news-home .hd-news-pp {
  margin-bottom: 70px;
}
.news-home .hd-news-pp h2 {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .news-home .hd-news-pp h2 {
    font-size: 1.8rem;
  }
}
.news-home .hd-news-pp h2::first-line {
  color: rgb(43.8, 0.2807692308, 0);
}
.news-home .ctn-news-pp {
  max-width: 680px;
  margin: 0 auto;
}
.news-home .form-control {
  border-radius: 20px;
  border: none;
}
.news-home .gender > label > span {
  background: #711717;
  border: none;
  color: #fff;
  font-size: 1rem;
  height: calc(2.5rem + 2px);
  line-height: 2.5rem;
  padding: 0;
  text-transform: none;
}
.news-home .gender > label:first-child > span {
  border-radius: 20px 0 0 20px;
  margin-right: 1px;
}
.news-home .gender > label:last-child > span {
  border-radius: 0 20px 20px 0;
}
.news-home .gender > label input[type=radio]:checked + span {
  background: #343a40;
}
.news-home .btn {
  border-radius: 20px;
}

.news-ft {
  background: #000;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .news-ft {
    display: none;
  }
}
.news-ft .ctn-news-pp {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  max-width: 1780px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news-ft .ctn-news-pp {
    flex-direction: column;
  }
}
.news-ft .alt-news-pp {
  margin: 0;
  padding: 0;
}
.news-ft .hd-news-pp {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .news-ft .hd-news-pp {
    margin: 0 0 1rem 0;
    justify-content: center;
  }
}
.news-ft .hd-news-pp:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86.859 30.444'%3E%3Cpath d='M0 22.379h4.791v2.281H0zM9.661 3.616h24.638v2.281H9.661zM19.265 13.003h15.022v2.281H19.265zM4.255 13.003h10.939v2.281H4.255zM7.984 22.379h26.314v2.281H7.984zM39.865 0v30.444h46.994V0zm41.576 2.281L63.365 20.782l-18.079-18.5zm-38.759.593L54.75 15.227 42.682 27.569zm2.6 25.288l11.053-11.315 7.03 7.186 7.026-7.186 11.053 11.315zm38.759-.593L71.985 15.227 84.042 2.886z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  height: 30px;
  margin-right: 20px;
  width: 86px;
}
.news-ft .hd-news-pp h2 {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: initial;
  margin: 0;
  max-width: 130px;
}
.news-ft .hd-news-pp h2 svg {
  display: none;
}
.news-ft .dsc-news-pp {
  color: #fff;
}
.news-ft .frm-news-pp {
  padding: 0;
  flex-grow: 1;
}
.news-ft .ctn-ipt-news-pp {
  margin: 0;
}
.news-ft .ipt-news-pp {
  background: #f8f9fa;
  border: none;
  color: #343a40;
}
.news-ft .gender > label > span {
  background: #2B2A2A;
  border: 1px solid #000;
  color: #fff;
  font-size: 1rem;
  height: calc(2.5rem + 2px);
  line-height: 2.5rem;
  padding: 0;
  text-transform: none;
}
.news-ft .gender > label:first-child > span {
  border-radius: 0.25rem 0 0 0.25rem;
}
.news-ft .gender > label:last-child > span {
  border-radius: 0 0.25rem 0.25rem 0;
}
.news-ft .gender > label input[type=radio]:checked + span {
  background: #fff;
  color: #343a40;
}
.news-ft .ctn-form-news {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.news-ft .ctn-form-news > div {
  flex-grow: 1;
  margin: 0 15px;
}
.news-ft .ctn-form-news > div:last-of-type {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .news-ft .ctn-form-news {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-ft .ctn-form-news > div {
    flex-grow: 0;
    margin: 0;
    margin-bottom: 15px;
    width: calc(50% - 7px);
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .news-ft .ctn-form-news > div {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .news-ft .ctn-form-news {
    flex-direction: column;
  }
}

.alt-news-pp > span {
  display: block;
}

.ctn-bt-news-pp #bt_news {
  border: 1px solid #000;
  background: #171717;
}

.destaques-home {
  margin: 75px 0 150px 0;
}
@media (max-width: 991.98px) {
  .destaques-home {
    margin: 75px 0;
  }
}
@media (max-width: 767.98px) {
  .destaques-home {
    margin: 70px 0;
  }
}

.nav-destaques {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .nav-destaques {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-destaques a {
  background: #fff;
  border-radius: 15px;
  color: #6c757d;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 300;
  height: 30px;
  margin-right: 15px;
  padding: 0 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .nav-destaques a {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .nav-destaques a {
    background: #EDEDED;
    font-size: 0.75rem;
    padding: 0 10px;
    margin-right: 5px;
  }
}
.nav-destaques a .icon {
  font-size: 22px;
  margin-right: 5px;
}
.nav-destaques a:hover {
  border-color: #6c757d;
  color: #495057;
}
.nav-destaques a.active {
  background: #9C0100;
  color: #fff;
}

.destaques {
  padding: 0;
  position: relative;
}
.destaques ul {
  list-style: none;
  margin: 0;
}
.destaques .swiper-slide {
  display: flex;
  height: auto;
}
.destaques .swiper-pagination {
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .destaques .arr-car-prev,
  .destaques .arr-car-next {
    display: none;
  }
  .destaques .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
  }
  .destaques .pdt-sm {
    padding: 0;
  }
}

.hd-destaques {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.hd-destaques a {
  color: #495057;
  font-size: 0.69rem;
  font-weight: bold;
  text-transform: uppercase;
}
.hd-destaques h2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.984' height='25.149' viewBox='0 0 24.984 25.149'%3E%3Cg id='Group_202' data-name='Group 202' transform='translate(0 0.001)'%3E%3Cpath id='Path_316' data-name='Path 316' d='M49.969,62.977c-6.177-.024-8.4-3.3-8.849-3.68L58.769,41.58a12.3,12.3,0,0,1,3.623,8.847,12.625,12.625,0,0,1-12.423,12.55Z' transform='translate(-37.517 -37.937)' stroke='%23000' stroke-miterlimit='22.926' stroke-width='0.216' fill-rule='evenodd'/%3E%3Cpath id='Path_317' data-name='Path 317' d='M12.423,0c6.177.024,8.368,3.253,8.82,3.634L3.623,21.4A12.3,12.3,0,0,1,0,12.549,12.624,12.624,0,0,1,12.423,0Z' transform='translate(0)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_318' data-name='Path 318' d='M69.052,67.008a7.016,7.016,0,1,1-5.12,8.412,6.976,6.976,0,0,1,5.12-8.412Z' transform='translate(-58.158 -60.973)' fill-rule='evenodd'/%3E%3Cpath id='Path_319' data-name='Path 319' d='M83.207,71.972a6.5,6.5,0,1,1-4.746,7.791,6.451,6.451,0,0,1,4.746-7.791Z' transform='translate(-71.425 -65.512)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_320' data-name='Path 320' d='M87.8,84.349a5.621,5.621,0,1,1-4.1,6.735,5.577,5.577,0,0,1,4.1-6.735Z' transform='translate(-76.226 -76.826)' fill-rule='evenodd'/%3E%3Cpath id='Path_321' data-name='Path 321' d='M88.148,103.744a4.858,4.858,0,1,1-3.546,5.821,4.819,4.819,0,0,1,3.546-5.821Z' transform='translate(-77.068 -94.539)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_322' data-name='Path 322' d='M98.089,120.066a3.946,3.946,0,1,1-.6,5.5,3.915,3.915,0,0,1,.6-5.5Z' transform='translate(-88.159 -108.792)' fill-rule='evenodd'/%3E%3Cpath id='Path_323' data-name='Path 323' d='M112.8,135.33a3.1,3.1,0,1,1-.474,4.327,3.078,3.078,0,0,1,.474-4.327Z' transform='translate(-101.863 -122.879)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3Cpath id='Path_324' data-name='Path 324' d='M133.935,149.074a2.12,2.12,0,1,1-.323,2.956,2.1,2.1,0,0,1,.323-2.956Z' transform='translate(-121.482 -135.606)' fill-rule='evenodd'/%3E%3Cpath id='Path_325' data-name='Path 325' d='M142.542,157.673a1.724,1.724,0,1,1-.263,2.4,1.71,1.71,0,0,1,.263-2.4Z' transform='translate(-129.468 -143.527)' fill='%23e6e7e8' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2.6rem;
}
.hd-destaques h2, .hd-destaques h2 a {
  color: #343a40;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-destaques h2, .hd-destaques h2 a {
    font-size: 1.25rem;
  }
}
.hd-destaques h2.text-secondary, .hd-destaques h2 a.text-secondary {
  color: rgb(207, 1.3269230769, 0) !important;
}

.prontos-para-estrada .arr-car-prev, .prontos-para-estrada .arr-car-next {
  height: 30px;
  position: inherit !important;
  top: 0 !important;
  z-index: 1;
  width: 68px;
  left: 0 !important;
}
.prontos-para-estrada .arr-car-prev {
  border-right: 1px solid #dee2e6;
}

.bg-gray-01 {
  background-color: #F5F4F4;
  padding: 70px 0;
  margin-bottom: -9.3rem;
}

.box-quem-usa {
  background-size: cover;
  padding: 173px 0;
  overflow: hidden;
}
.box-quem-usa .bg-quem-usa {
  background-color: #000;
}
.box-quem-usa .container {
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .box-quem-usa .container {
    padding-top: 10rem;
  }
}
.box-quem-usa .container h2 {
  padding: 7rem 0 4rem;
  font-size: 70px;
  line-height: 0.6;
  position: relative;
}
.box-quem-usa .container h2 span {
  font-size: 50px;
}
.box-quem-usa .container h2::after {
  content: "ENDOSSERS";
  position: absolute;
  bottom: -93px;
  right: -90px;
  font-size: 218px;
  font-weight: 900;
  z-index: 0;
  color: #141414;
  letter-spacing: -1.3rem;
}
@media (max-width: 1199.98px) {
  .box-quem-usa .container h2::after {
    font-size: 150%;
    letter-spacing: -1.1rem;
  }
}
.box-quem-usa .container p {
  position: relative;
  padding: 1rem 0 4.5rem;
  line-height: 2.3;
  font-size: 20px;
  font-weight: 100;
}
@media (max-width: 1199.98px) {
  .box-quem-usa .container p {
    line-height: 1.8;
  }
}
.box-quem-usa .container .btn {
  margin-bottom: 7rem;
}

.base-list-cat {
  background-color: #000;
  margin: 70px 0 0;
}
.base-list-cat .swiper-slide {
  text-transform: uppercase;
}
.base-list-cat .swiper-slide:first-child {
  border: 0;
}
.base-list-cat .swiper-slide .text-out {
  display: none;
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .base-list-cat .swiper-slide .text-out {
    font-size: 2rem;
  }
}
.base-list-cat .swiper-slide .text-out:hover .text-out {
  display: none;
}
.base-list-cat .swiper-slide a:hover img {
  opacity: 1;
}
.base-list-cat .swiper-slide a img {
  opacity: 0.6;
  width: 100%;
  max-height: 550px;
}
.base-list-cat .swiper-slide a .text-in {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .base-list-cat .swiper-slide a .text-in {
    font-size: 2rem;
  }
}

.novidades {
  padding: 0;
  position: relative;
}
.novidades ul {
  list-style: none;
  margin: 0;
}
.novidades .swiper-slide {
  display: flex;
  height: auto;
  background-color: #fff;
}
.novidades .swiper-pagination {
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .novidades {
    margin: 70px 0;
  }
  .novidades .arr-car-prev,
  .novidades .arr-car-next {
    display: none;
  }
  .novidades .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
    bottom: -6px;
  }
  .novidades .pdt-sm {
    padding: 0;
  }
}

.hd-novidades h2 {
  color: #9C0100;
}
.hd-novidades a {
  border: 2px solid #dee2e6;
  border-radius: 20px;
  color: #6c757d;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
.hd-novidades a:hover {
  border-color: #9C0100;
  color: #9C0100;
}

.review {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-top: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .review {
    padding: 20px 0;
  }
}
.review p {
  max-width: 750px;
  margin: 0 auto 30px auto;
  letter-spacing: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.review > strong {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.review > div strong {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.review small {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.reviews {
  margin-bottom: 140px;
}
@media (max-width: 767.98px) {
  .reviews {
    margin-bottom: 30px;
  }
}
.reviews .ctn-reviews {
  background: url(../img/bg-avaliacoes.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .reviews .ctn-reviews {
    margin: -15px;
    padding: 30px 10px;
  }
}
.reviews h3 {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .reviews h3 {
    font-size: 1.25rem;
  }
}
.reviews .separador {
  background: rgba(255, 255, 255, 0.4);
  height: 1px;
  max-width: 800px;
  margin: 60px auto;
}
@media (max-width: 767.98px) {
  .reviews .separador {
    margin: 15px auto;
  }
}
.reviews .swiper-slide {
  opacity: 0 !important;
}
.reviews .swiper-slide-active {
  opacity: 1 !important;
}

.tt-review {
  color: #000;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.reviews-list {
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}
.reviews-list li {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .reviews-list li {
    flex-direction: column;
  }
}
.reviews-list .review {
  color: #343a40;
  width: 25%;
  min-width: 25%;
  text-align: left;
  padding: 0 30px 0 0;
  align-items: left;
}
.reviews-list .review > strong {
  color: #343a40;
  font-weight: normal;
}
.reviews-list .starrr {
  color: #000;
}
.reviews-list .starrr .icon {
  font-size: 10px;
}
.reviews-list .review-comment {
  line-height: 1.8;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .reviews-list .review-comment {
    padding: 0;
  }
}

.ctn-star {
  color: #000;
  display: flex;
}
.ctn-star > div {
  min-width: 110px;
}
@media (max-width: 767.98px) {
  .ctn-star > div {
    min-width: 90px;
  }
}

.icone-star {
  color: #9C0100;
}

.avl-prev,
.avl-next {
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 40px;
  cursor: pointer;
  font-size: 1.5em;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .avl-prev,
  .avl-next {
    display: none;
    background-color: transparent;
  }
}

.avl-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0.155524399,32.1376 C-0.0446246915,32.3278497 -0.0526497227,32.6443304 0.13759999,32.8444795 C0.327849702,33.0446286 0.644330462,33.0526536 0.844479552,32.8624039 L17.8444795,16.7032242 C18.0532648,16.5047655 18.0516095,16.171393 17.8408637,15.9750173 L0.840863752,0.134197013 C0.638835267,-0.0540557478 0.322449804,-0.0428883166 0.134197042,0.159140169 C-0.054055719,0.361168655 -0.0428882878,0.677554118 0.159140198,0.865806879 L16.7704544,16.3444447 L0.155524399,32.1376 Z' transform='translate(9.000001, 16.500001) scale(-1, 1) translate(-9.000001, -16.500001)' fill='white'></path></svg>");
  left: 0;
}

.avl-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0.155524399,32.1376 C-0.0446246915,32.3278497 -0.0526497227,32.6443304 0.13759999,32.8444795 C0.327849702,33.0446286 0.644330462,33.0526536 0.844479552,32.8624039 L17.8444795,16.7032242 C18.0532648,16.5047655 18.0516095,16.171393 17.8408637,15.9750173 L0.840863752,0.134197013 C0.638835267,-0.0540557478 0.322449804,-0.0428883166 0.134197042,0.159140169 C-0.054055719,0.361168655 -0.0428882878,0.677554118 0.159140198,0.865806879 L16.7704544,16.3444447 L0.155524399,32.1376 Z' transform='translate(9.000001, 16.500001) rotate(-180.000000) scale(-1, 1) translate(-9.000001, -16.500001)' fill='white'></path></svg>");
  right: 0;
}

/* REVIEW PAGE */
.box-review {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.box-review h4 {
  font-size: 1rem;
  text-transform: uppercase;
}
.box-review .starrr {
  color: #ffc107;
}

.box-review #countPurchase {
  font-size: 1.6rem;
}

/* REVIEWS */
.viewed {
  margin: 75px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .viewed {
    margin: 70px 0;
  }
}
.viewed ul {
  list-style: none;
}
.viewed .swiper-slide {
  display: flex;
  height: auto;
}
.viewed .arr-car-prev {
  left: 0;
}
.viewed .arr-car-next {
  right: 0;
}
.viewed .swiper-pagination {
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .viewed .arr-car-prev,
  .viewed .arr-car-next {
    display: none;
  }
  .viewed .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
  }
  .viewed .pdt-sm {
    padding: 0;
  }
}

.hd-blog {
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0 0 0;
}
.hd-blog h1 {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-blog h1 {
    font-size: 1.25rem;
  }
}
.hd-blog p {
  font-size: 1rem;
  margin-top: 1rem;
}
.hd-blog .breadcrumbs li a {
  color: #fff;
}

.ctn-blog {
  background: #fff;
}

.container-blog {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .container-blog {
    padding: 0 15px;
  }
}

.ctn-post {
  margin-bottom: 60px;
}

.hd-post {
  background-size: cover;
  background-position: center center;
  border: none;
  margin-bottom: 60px;
  position: relative;
  padding: 6% 20px;
}
.hd-post:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66000000", endColorstr="#b3000000",GradientType=0 );
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hd-post h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3em;
  line-height: normal;
  text-transform: none;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 2;
  max-width: 1024px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-post h1 {
    font-size: 2.5em;
  }
}
.hd-post .ctn-bc {
  max-width: 1024px;
  margin: 0 auto;
}
.hd-post .ctn-bc span {
  color: rgba(255, 255, 255, 0.7);
}
.hd-post .breadcrumbs {
  position: relative;
  z-index: 2;
}
.hd-post .breadcrumbs li a {
  color: #fff;
}
.hd-post .breadcrumbs li a:after {
  color: #ddd;
}
.hd-post .breadcrumbs li:after {
  color: #fff;
}

.tt-post {
  color: #fff;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .tt-post {
    font-size: 1rem;
  }
}
.tt-post a {
  color: #ced4da;
}
.tt-post a:hover {
  color: #ced4da;
}

.txt-post {
  font-family: "PT Serif", serif;
}
.txt-post h1, .txt-post h2, .txt-post h3, .txt-post h4, .txt-post h5 {
  color: #000;
  line-height: normal;
}
.txt-post h2 {
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  .txt-post h2 {
    font-size: 1.625rem;
    font-weight: 700;
  }
}
.txt-post h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.txt-post ul {
  color: #212529;
  font-size: 1.375rem;
  line-height: 1.6;
  padding-left: 15px;
}
.txt-post strong {
  font-weight: 700;
}
.txt-post p {
  color: #212529;
  font-size: 1.375rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.txt-post > p:first-of-type:first-letter {
  color: #9C0100;
  font-size: 5rem;
  font-weight: bold;
  float: left;
  line-height: 60px;
  margin-top: -4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.acoes-post {
  display: none;
  margin-bottom: 20px;
}
.acoes-post a {
  color: #222;
  font-weight: bold;
  margin-right: 10px;
}
.acoes-post a:hover {
  color: #ced4da;
}
.acoes-post [class^=icone-],
.acoes-post [class*=icone-] {
  font-size: 1.125em;
  color: #ced4da;
  vertical-align: sub;
}

.lnk-post {
  font-size: 1em;
  font-weight: normal;
}

.ctn-lnk-social {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.lnk-social {
  float: left;
}

.post {
  background: #fff;
  margin-bottom: 30px;
}
.post img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

.tags-post {
  color: #ced4da;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
  width: 100%;
}
.tags-post a {
  color: #6c757d;
}
.tags-post a:hover {
  color: #ced4da;
}

.tt-mdl-blog {
  margin-bottom: 80px;
  text-align: center;
}
.tt-mdl-blog h3 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

.ctn-mn-blog {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .ctn-mn-blog {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .ctn-mn-blog {
    background: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
  }
}

.mn-blog {
  list-style: none;
  margin: 0;
}
.mn-blog li {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-right: 20px;
}
.mn-blog li a {
  color: rgba(33, 37, 41, 0.6);
  display: block;
  text-transform: uppercase;
  padding: 7px 0 5px 0;
}
.mn-blog li:hover, .mn-blog li.active a {
  color: #212529;
}

.busca-blog {
  align-items: center;
  background: #fff;
  border: 1px solid #dee2e6;
  display: flex;
  border-radius: 17px;
  height: 35px;
  margin-left: 30px;
  padding: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .busca-blog {
    margin: 0 auto;
    width: 70vw;
  }
}
.busca-blog .searchfield {
  background: transparent;
  box-shadow: none;
  border: none;
  flex-grow: 1;
  height: 35px;
  outline: none;
  position: relative;
  z-index: 1;
}
.busca-blog .searchbutton {
  color: #ced4da;
  display: flex;
  justify-content: center;
  height: auto;
  width: 35px;
}
.busca-blog .searchbutton:hover {
  color: #6c757d;
}

.abs-blog {
  border-bottom: 1px solid #dee2e6;
  display: table;
  padding: 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.abs-blog a {
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, rgb(255, 255, 255)), color-stop(100%, rgb(243, 243, 243))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f3f3f3",GradientType=0 ); /* IE6-9 */
  display: inline-block;
  border: 1px solid #dee2e6;
  border-bottom: none;
  color: #ced4da;
  font-size: 0.688em;
  font-weight: bold;
  height: 50px;
  width: auto;
  line-height: 50px;
  margin: 0 8px 0 0;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.abs-blog a:last-child {
  margin-right: 0;
}
.abs-blog a:hover {
  color: #ced4da;
}
.abs-blog a.selected {
  color: #ced4da;
}

.vtd-abs-blog {
  margin: 0 0 40px 0;
  padding: 40px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-reveal .icon-wrap {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  width: 40px;
}
.nav-reveal .nav-nome-post {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 20px;
  width: 300px;
  height: 100%;
}
.nav-reveal .prev,
.nav-reveal .next {
  position: fixed;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 98;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  width: 40px;
  height: 120px;
  background-color: rgba(33, 37, 41, 0.8);
  -webkit-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.nav-reveal .prev {
  left: 0;
}
.nav-reveal .prev .icon-wrap {
  left: 0;
}
.nav-reveal .prev .nav-nome-post {
  left: 0;
  padding-left: 80px;
}
.nav-reveal .next {
  right: 0;
}
.nav-reveal .next .icon-wrap {
  right: 0;
}
.nav-reveal .next .nav-nome-post {
  right: 0;
  padding-right: 80px;
}
.nav-reveal .prev:hover,
.nav-reveal .next:hover {
  width: 300px;
  background-color: #212529;
}

.lst-thumb-posts {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.post-thumb {
  width: 33.3333333%;
  position: relative;
  height: 35vh;
}
@media (max-width: 991.98px) {
  .post-thumb {
    width: 50%;
  }
}
.post-thumb > a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
.post-thumb > a:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66000000", endColorstr="#b3000000",GradientType=0 );
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.post-thumb > a:hover:before {
  opacity: 0.6;
}
.post-thumb > a:hover .ctd-post-thumb {
  margin-bottom: 20px;
}
.post-thumb p {
  display: none;
  font-size: 0.875em;
  font-weight: 100;
  line-height: 22px;
  margin: 0;
}

.ctd-post-thumb {
  color: #fff;
  align-self: flex-end;
  padding: 40px;
  z-index: 2;
}

.ultimas-posts {
  margin-bottom: 40px;
}
.ultimas-posts h2 {
  color: #ced4da;
  font-size: 1.75em;
  font-weight: 300;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.ultimas-posts .post-thumb:first-of-type {
  width: 60%;
  height: 50vh;
}
@media (max-width: 991.98px) {
  .ultimas-posts .post-thumb:first-of-type {
    width: 100%;
  }
}
.ultimas-posts .post-thumb:first-of-type .tt-post {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .ultimas-posts .post-thumb:first-of-type .tt-post {
    font-size: 1.5rem;
  }
}
.ultimas-posts .post-thumb:nth-of-type(2) {
  height: 50vh;
  width: 40%;
}
.ultimas-posts .post-thumb:nth-of-type(2) .tt-post {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .ultimas-posts .post-thumb:nth-of-type(2) .tt-post {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .ultimas-posts .post-thumb:nth-of-type(2) {
    height: 35vh;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .ultimas-posts .post-thumb:nth-of-type(2) {
    width: 100%;
  }
}

.posts-relacionados {
  margin-bottom: 40px;
}
.posts-relacionados h3 {
  color: #212529;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.posts-relacionados li {
  list-style: none;
}

.lnk-all-blog {
  color: #222;
  display: block;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}
.lnk-all-blog :hover {
  color: #ced4da;
}

.home-blog .ultimas-posts .hd-mdl {
  display: none;
}

@media (max-width: 767.98px) {
  .destaques-blog {
    margin-bottom: 70px;
  }
}
.destaques-blog .hd-destaques-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.destaques-blog .hd-destaques-blog:after {
  background: #EDEDED;
  order: 2;
  content: "";
  height: 1px;
  width: 100%;
  margin: 0 30px;
}
.destaques-blog .hd-destaques-blog a {
  background: #212529;
  font-size: 0.875rem;
  border-radius: 15px;
  color: #fff;
  order: 3;
  padding: 5px 10px;
  white-space: nowrap;
}
.destaques-blog .hd-destaques-blog a:hover {
  background: #343a40;
}
.destaques-blog .hd-destaques-blog h2 {
  color: #212529;
  font-weight: 300;
  justify-content: center;
  margin: 0;
  text-transform: uppercase;
  order: 1;
}
@media (max-width: 767.98px) {
  .destaques-blog .hd-destaques-blog h2 {
    font-size: 1.25rem;
  }
}
.destaques-blog ul {
  list-style: none;
}
.destaques-blog .post-thumb {
  height: 45vh;
}

.dtq-posts .tmb-blog {
  color: #000;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .dtq-posts .tmb-blog {
    margin-bottom: 15px;
  }
}
.dtq-posts .tmb-blog .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}
.dtq-posts .tmb-blog:hover .image {
  opacity: 0.8;
}
.dtq-posts .post-info {
  background: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 20px;
}
.dtq-posts .post-info > div {
  flex-grow: 1;
}
.dtq-posts .post-info h4 {
  color: #444;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}
.dtq-posts .post-info p {
  color: #6c757d;
  display: -webkit-box;
  font-size: 0.875em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  max-height: 100px;
}
@media (max-width: 991.98px) {
  .dtq-posts .post-info p {
    display: none;
  }
}
.dtq-posts .post-info .btn {
  background: #6c757d;
  border: none;
  border-radius: 1rem;
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ctd-thumb-blog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 2;
}

.container-faq {
  margin-bottom: 40px;
}

.busca-faq {
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 25px;
  display: flex;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .busca-faq {
    margin-bottom: 30px;
  }
}

input.ipt-faq {
  border: none;
  border-radius: 25px !important;
  flex-grow: 1;
  line-height: 48px;
  padding-left: 30px;
  height: 50px;
  outline: none;
}

.reset-busca {
  background: white;
  border: none;
  border-radius: 100%;
  color: #6c757d;
  font-family: "Helvetica", Arial, serif;
  font-size: 1.125em;
  font-weight: 100;
  height: 46px;
  line-height: 46px;
  margin-right: 2px;
  padding: 0;
  width: 46px;
}

.reset-busca:hover {
  background: white;
  border-color: #343a40;
  color: #343a40;
}

.ctn-faq {
  display: flex;
}
@media (max-width: 767.98px) {
  .ctn-faq {
    flex-direction: column;
  }
}

.ctn-tpc {
  margin-bottom: 30px;
  border-right: 1px solid #dee2e6;
  top: 100px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .ctn-tpc {
    padding: 0;
    border: none;
  }
}

.faq-menu {
  position: relative;
  width: 340px;
  min-width: 340px;
}

.faq-item .faq-menu-item {
  font-size: 0.9rem;
  border-bottom: 1px solid #dee2e6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.faq-item .faq-menu-item a {
  padding: 10px;
  font-size: 1.125rem;
  display: block;
}
.faq-item.active-faq .faq-menu-item a {
  background: #f9f9f9;
  color: #212529;
}

.faq-menu-sub-item {
  font-size: 1rem;
  margin-bottom: 20px;
  padding-left: 15px;
}
.faq-menu-sub-item span {
  color: #6c757d;
  cursor: pointer;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.faq-menu-sub-item span:hover {
  color: #343a40;
}
.faq-menu-sub-item span.active-faq {
  color: #212529;
}
.faq-menu-sub-item span.active-faq:after {
  content: "➝";
}
@media (max-width: 767.98px) {
  .faq-menu-sub-item span.active-faq:after {
    content: "↓";
  }
}

.ntcontent-nodisplay {
  padding-left: 40px;
  display: none;
}
@media (max-width: 767.98px) {
  .ntcontent-nodisplay {
    padding-left: 0;
  }
}
.ntcontent-nodisplay ul {
  padding-left: 15px;
}

.open-acc {
  display: block;
}

@media (max-width: 767.98px) {
  .col-esq {
    background: #fff;
    padding: 15px;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 0;
    min-width: 0;
    z-index: 1051;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    box-shadow: 1px 0px 40px rgba(0, 0, 0, 0.4);
    -webkit-transition: width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, min-width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s linear 0.8s, -webkit-opacity 0.6s linear 0.8s;
    transition: width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, min-width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s linear 0.8s, -webkit-opacity 0.6s linear 0.8s;
  }
  .col-esq > div,
  .col-esq > nav {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
    transition: opacity 0.4s linear, visibility 0.4s linear;
  }
  .col-esq.abre-filtros {
    visibility: visible;
    width: 20vw;
    min-width: 250px;
    -webkit-transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, min-width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s linear, -webkit-opacity 0.6s linear;
    transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, min-width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s linear, -webkit-opacity 0.6s linear;
  }
  .col-esq.abre-filtros > div,
  .col-esq.abre-filtros > nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear 0.6s, visibility 0.2s linear 0.6s;
    transition: opacity 0.2s linear 0.6s, visibility 0.2s linear 0.6s;
  }
}
.busca-personalizada {
  background: #212529;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .busca-personalizada {
    padding: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .busca-personalizada {
    flex-direction: column;
  }
}
.busca-personalizada .btn-primary {
  color: #111;
  background-color: #dfae00;
  border-color: #d2a400;
}
.busca-personalizada .btn-primary:hover {
  color: #dfae00;
  background-color: #111;
  border-color: #111;
}
.busca-personalizada h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .busca-personalizada h3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .busca-personalizada h3 {
    padding: 0 0 10px 0;
    flex-basis: 100%;
  }
}
.busca-personalizada h3 span {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.busca-personalizada h3 .icon {
  font-size: 32px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .busca-personalizada h3 {
    background: #212529;
    margin-right: 60px;
  }
  .busca-personalizada h3:after {
    background: #212529;
    content: "";
    height: 100%;
    position: absolute;
    transform: skew(-30deg);
    width: 50%;
    top: 0;
    right: -30px;
    z-index: 1;
  }
}
.busca-personalizada > div {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .busca-personalizada > div {
    margin-right: 30px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .busca-personalizada > div {
    flex: 1 1 27%;
  }
  .busca-personalizada > div:last-child {
    flex: 0 1 19%;
    padding-right: 0;
  }
  .busca-personalizada > div:last-child .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .busca-personalizada > div {
    margin: 0 0 10px 0;
    padding: 0;
    flex: 1 1 100%;
    width: 100%;
  }
  .busca-personalizada > div:last-child {
    margin-bottom: 0;
  }
}

.col-esq .busca-personalizada {
  background: #9C0100;
  flex-direction: column;
  margin-bottom: 30px;
}
.col-esq .busca-personalizada h3 {
  background: #212529;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 10px;
  width: 100%;
}
.col-esq .busca-personalizada h3 .icon {
  font-size: 24px;
}
.col-esq .busca-personalizada h3:after {
  display: none;
}
.col-esq .busca-personalizada > div {
  margin: 0;
  padding: 0 10px 10px 10px;
  width: 100%;
}
.col-esq .busca-personalizada > div:last-of-type {
  text-align: right;
}
.col-esq .busca-personalizada .btn {
  padding: 0.25rem 1.875rem;
}
.col-esq .busca-personalizada .btn-primary {
  color: #111;
  background-color: #dfae00;
  border-color: #d2a400;
}
.col-esq .busca-personalizada .btn-primary:hover {
  color: #dfae00;
  background-color: #111;
  border-color: #111;
}

.fabricantes {
  margin-bottom: 0;
  margin: 140px 0 70px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .fabricantes {
    margin: 75px 0 70px 0;
  }
}
@media (max-width: 767.98px) {
  .fabricantes {
    margin: 70px 0;
  }
}
.fabricantes .swiper-container {
  padding: 0;
}
.fabricantes ul {
  list-style: none;
}
.fabricantes .swiper-slide {
  border: none !important;
  display: flex;
  height: auto;
}
.fabricantes .swiper-slide a {
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fabricantes .swiper-slide a {
    transition: none;
  }
}
.fabricantes .swiper-slide a:hover {
  opacity: 0.6;
}
.fabricantes .arr-car-prev {
  left: 0;
}
.fabricantes .arr-car-next {
  right: 0;
}
.fabricantes .swiper-pagination {
  width: 100%;
}
.fabricantes .swiper-pagination-bullet-active {
  background: #9C0100 !important;
}
@media (max-width: 991.98px) {
  .fabricantes .arr-car-prev,
  .fabricantes .arr-car-next {
    display: none;
  }
  .fabricantes .pdt-sm {
    padding: 0;
  }
}

.hd-fabricantes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
.hd-fabricantes a {
  color: #212529;
  font-style: italic;
  text-transform: uppercase;
}
.hd-fabricantes h2 {
  color: #212529;
  font-weight: 700;
  justify-content: center;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-fabricantes h2 {
    font-size: 1.25rem;
  }
}

.mdl-fabricantes h3 {
  margin: 0;
  border: none;
}
.mdl-fabricantes .ctn-filtros {
  margin-bottom: 30px;
}
.mdl-fabricantes .ctn-filtros > ul {
  list-style: none;
  margin: 15px 0;
}
.mdl-fabricantes .ctn-filtros > ul > li > a {
  display: flex;
  align-items: center;
  color: #6c757d;
  padding: 5px 0;
}
.mdl-fabricantes .ctn-filtros > ul > li > a > span {
  order: 3;
}
.mdl-fabricantes .ctn-filtros > ul > li > a:before {
  background: #dee2e6;
  content: "";
  height: 1px;
  margin-right: 10px;
  width: 15px;
  order: 1;
}
.mdl-fabricantes .ctn-filtros > ul > li > a:after {
  border: 3px solid transparent;
  border-top-color: #dee2e6;
  border-left-color: #dee2e6;
  content: "";
  height: 0;
  margin-right: 10px;
  width: 0;
  order: 2;
}
.mdl-fabricantes .ctn-filtros > ul > li > a.active {
  color: #55BA4C;
}
.mdl-fabricantes .ctn-filtros > ul > li > a.active:before {
  background: #55BA4C;
}
.mdl-fabricantes .ctn-filtros > ul > li > a.active:after {
  border-top-color: #55BA4C;
  border-left-color: #55BA4C;
}

.promo {
  padding: 70px 0;
  position: relative;
}
.promo ul {
  list-style: none;
  margin: 0;
}
.promo .swiper-slide {
  display: flex;
  height: auto;
}
.promo .swiper-pagination {
  display: none;
  position: relative;
}
.promo .price-desc {
  color: #9C0100 !important;
}
@media (max-width: 991.98px) {
  .promo {
    margin: 70px 0;
  }
  .promo .arr-car-prev,
  .promo .arr-car-next {
    display: none;
  }
  .promo .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
  }
  .promo .pdt-sm {
    padding: 0;
  }
}

.hd-promo h2 {
  color: #9C0100;
}
.hd-promo a {
  border: 2px solid #dee2e6;
  border-radius: 20px;
  color: #6c757d;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
.hd-promo a:hover {
  border-color: #9C0100;
  color: #9C0100;
}

.flt-preco {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
}
.flt-preco h3 {
  margin-bottom: 10px;
}
.flt-preco ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flt-preco ul li {
  color: #6c757d;
  padding: 6px 0;
}
.flt-preco ul li input {
  margin-right: 8px;
}
.flt-preco ul li label {
  margin: 0;
}
.flt-preco input.range-preco {
  color: #666;
  background: none !important;
  border: none !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.flt-preco .ctn-sld-preco {
  margin-bottom: 10px;
}
.flt-preco .ui-widget-content {
  background: #ccc !important;
  background-repeat: repeat !important;
  border-radius: 0 !important;
  border: none !important;
  height: 4px !important;
}
.flt-preco .ui-slider .ui-slider-range {
  background-color: #9C0100 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  height: 4px !important;
  margin-top: 0 !important;
  position: absolute;
  z-index: 1;
}
.flt-preco .ui-slider .ui-slider-handle {
  background-color: #495057 !important;
  background-image: none !important;
  border-radius: 3px !important;
  border: none !important;
  height: 15px !important;
  position: absolute;
  width: 6px !important;
  z-index: 2;
}
.flt-preco .ui-slider-horizontal .ui-slider-handle {
  margin-left: -5px !important;
  top: -6px !important;
}

.filtro-opcao .ctn-filtros {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.filtro-opcao .ctn-filtros ul {
  list-style: none;
  max-height: 40vh;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.filtro-opcao .ctn-filtros ul > li {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}
.filtro-opcao .ctn-filtros ul > li a {
  color: #6c757d;
  flex-grow: 1;
  align-items: center;
  padding: 5px 10px;
}
.filtro-opcao .ctn-filtros ul > li a:hover {
  background: #f8f9fa;
  color: #343a40;
}
.filtro-opcao .ctn-filtros ul > li.active {
  color: #9C0100;
}
.pdt-avs-frm h4 {
  color: #343a40;
  font-size: 1rem;
  font-weight: 700;
}
.pdt-avs-frm p {
  color: #6c757d;
  font-weight: normal;
}

.pdt-sm .alert-aviseme {
  display: none;
}

.mdl-insta {
  margin: 140px 0;
}

.hd-insta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
.hd-insta a {
  color: #212529;
  font-style: italic;
  text-transform: uppercase;
}
.hd-insta h2 {
  color: #212529;
  font-weight: 700;
  justify-content: center;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-insta h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .glr-insta {
    padding: 0 15px;
  }
}
.glr-insta > div {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .glr-insta > div {
    padding: 0;
    margin: 0;
  }
}

.etq-pdt {
  position: absolute;
  z-index: 1;
  transform-origin: center center;
}
.etq-pdt.etq-1x9 {
  top: 15px;
  left: 15px;
}
.etq-pdt.etq-1x9 + .etq-1x9 {
  transform: translateY(100%);
}
.etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(200%);
}
.etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(300%);
}
.etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(400%);
}
.etq-pdt.etq-2x9 {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.etq-pdt.etq-3x9 {
  top: 15px;
  right: 15px;
}
.etq-pdt.etq-4x9 {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.etq-pdt.etq-5x9 {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.etq-pdt.etq-6x9 {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.etq-pdt.etq-7x9 {
  left: 15px;
  bottom: 15px;
}
.etq-pdt.etq-8x9 {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.etq-pdt.etq-9x9 {
  bottom: 15px;
  right: 15px;
}

.pdt-sm .etq-pdt {
  transform: scale(0.7);
}
.pdt-sm .etq-pdt.etq-1x9 {
  top: 0;
  left: 0;
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 {
  transform: translateY(70%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(140%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(210%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(280%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-2x9 {
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-3x9 {
  top: 0;
  right: 0;
}
.pdt-sm .etq-pdt.etq-4x9 {
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-5x9 {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.pdt-sm .etq-pdt.etq-6x9 {
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-7x9 {
  left: 0;
  bottom: 0;
}
.pdt-sm .etq-pdt.etq-8x9 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
}
.pdt-sm .etq-pdt.etq-9x9 {
  bottom: 0;
  right: 0;
}

.ctn-flt-cat {
  position: relative;
  width: 100%;
}

.ctn-categ {
  background: #fff;
  padding: 0;
  width: 100%;
}
.ctn-categ .hd-pg {
  background-color: #000;
}
.ctn-categ .hd-pg h1 {
  color: #fff;
}
.ctn-categ .hd-pg * {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .ctn-categ {
    padding: 0;
  }
}

.barra-filtros {
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .barra-filtros {
    margin-bottom: 15px;
  }
}
.barra-filtros .btn {
  background: #fff;
  border: #fff;
  text-transform: none;
  padding: 0.5rem 15px;
}
.barra-filtros .btn:hover, .barra-filtros .btn:focus {
  background: #fff;
  color: #343a40;
}

.lks-view-list {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .lks-view-list {
    display: none;
  }
}
.lks-view-list > span {
  margin-right: 10px;
  font-size: 0.875rem;
}
.lks-view-list .lks-visualizacao a {
  color: #ced4da;
}
.lks-view-list .lks-visualizacao a.active-view {
  color: #343a40;
}
.lks-view-list .lks-visualizacao > a:first-child {
  margin-right: 10px;
}

#grid_category > li {
  justify-content: center;
}

.grd-pdt {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 70px;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .grd-pdt {
    overflow: hidden;
    justify-content: space-between;
  }
}
.grd-pdt > li {
  display: flex;
  margin: 0;
  padding: 0;
}
.grd-pdt > li:last-child {
  margin: 0.04rem 0;
  max-width: 19.94%;
}
@media (min-width: 1200px) {
  .grd-pdt > li {
    flex-basis: 20%;
  }
}
@media (max-width: 1199.98px) {
  .grd-pdt > li {
    flex-basis: 31.3%;
  }
}
@media (max-width: 767.98px) {
  .grd-pdt > li {
    flex-basis: 50%;
  }
}
.grd-pdt .grd-ctd {
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 40px 15px;
  text-align: center;
}

.grd-ctd {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grd-ctd .total-desc {
  display: none;
}
.grd-ctd .acs-pdt {
  padding: 10px 0 0 0;
}
.grd-ctd .price {
  margin: 30px 0;
}
.grd-ctd .price-desc {
  font-size: 1.5em;
}
.grd-ctd .description {
  display: none;
}

.lst-pdt {
  list-style: none;
}
.lst-pdt .pdt-sm {
  flex-direction: row;
  padding: 0;
}
.lst-pdt > li {
  border-bottom: 1px solid #dee2e6;
  width: 100% !important;
}
.lst-pdt .tmb-pdt {
  max-width: 20%;
}
.lst-pdt .ctn-nm-pdt {
  text-align: left;
  padding: 0 15px;
}
.lst-pdt .price {
  text-align: right;
}
.lst-pdt .price-desc {
  white-space: nowrap;
}
.lst-pdt .price-x {
  white-space: nowrap;
}
.lst-pdt .acs-pdt {
  padding: 0 0 0 15px;
  width: auto;
}
.lst-pdt .selos-pdt {
  top: 30px;
  left: 15px;
  right: auto;
  text-align: left;
}

.cat-desc {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 2;
  margin: 0 auto;
  max-width: 600px;
}

.img-cat-dtq {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  height: 22vh;
  max-height: 300px;
  margin-bottom: 30px;
}
.img-cat-dtq:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#4d000000",GradientType=0 );
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.img-cat-dtq .hd-pg {
  border: none;
  background: none;
  margin: 0;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .img-cat-dtq .hd-pg {
    padding: 15px;
  }
}
.img-cat-dtq .hd-pg h1 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .img-cat-dtq {
    height: 20vh;
    min-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .img-cat-dtq {
    margin-bottom: 15px;
    min-height: 170px;
  }
}

.bn-categ .ctn-bn-comp {
  margin-bottom: 30px;
}

.cat-rel-list {
  display: table;
  list-style: none;
  width: 100%;
}

.cat-rel-itm {
  float: left;
  width: 50%;
}
.cat-rel-itm a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-rel-itm a:hover {
  opacity: 0.95;
}
.cat-rel-itm .cat-rel-tmb {
  max-width: 30%;
}
.cat-rel-itm .cat-rel-info {
  padding: 30px;
}
.cat-rel-itm .cat-rel-info h4 {
  font-size: 1.5em;
  font-weight: 100;
}
.cat-rel-itm:nth-child(2) a {
  border-left: 1px solid #dee2e6;
}

.iscroller-separator {
  display: none;
}

.iscroller-btn {
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 100;
  line-height: 50px;
  margin-bottom: 60px;
  padding: 0 20px;
  max-width: 500px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.iscroller-btn:hover {
  border-color: #ddd;
  color: white;
}

.loading-paginacao {
  clear: both;
  color: #ced4da;
  float: none;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

.loading-paginacao span {
  background: url(../../assets/img/loading.svg) right center no-repeat;
  display: inline-block;
  margin-left: 10px;
  padding-right: 35px;
}

.ctn-rmv-flt {
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  padding: 0;
}

.ctn-rmv-flt a {
  align-items: center;
  background: rgb(239.075, 241.35, 243.625);
  color: #495057;
  display: flex;
  font-size: 0.75rem;
  text-transform: uppercase;
  justify-content: space-between;
  font-weight: 300;
  padding: 5px 10px;
  position: relative;
}
.ctn-rmv-flt a .ico-rmv-flt {
  font-size: 18px;
}

.rmv-flt,
.rmv-flt span {
  padding: 0;
  line-height: normal;
}

.rmv-flt span:after {
  display: none;
}

.price-details {
  display: inline-block;
  position: relative;
}
.price-details br {
  display: inherit !important;
}
.price-details > span {
  border-radius: 100%;
  background: #ced4da;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  height: 14px;
  width: 14px;
  line-height: 16px;
  text-align: center;
}
.price-details > div {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  color: #6c757d;
  font-size: 0.625rem;
  position: absolute;
  padding: 15px;
  bottom: 100%;
  right: -50px;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .price-details > div {
    right: 0;
  }
}
.price-details:hover > div {
  visibility: visible;
  opacity: 1;
}

.pd-sob-consulta > div {
  right: -120px;
}
@media (max-width: 575.98px) {
  .pd-sob-consulta > div {
    right: 0;
  }
}

.fab-desc {
  display: flex;
  margin-bottom: 60px;
}
.fab-desc > div:first-of-type {
  margin-right: 30px;
}

.pdt-sm {
  color: #ced4da;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  height: auto;
  max-width: 100%;
  padding: 8px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .pdt-sm {
    border: none;
    padding: 0;
  }
}
.pdt-sm .ctn-nm-pdt {
  flex-grow: 1;
  margin-bottom: 1rem;
  max-width: 250px;
}
.pdt-sm h4 {
  color: #9A9A9A;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 10px 0;
  overflow: hidden;
  max-height: 81px;
  height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .pdt-sm h4 {
    font-size: 0.75rem;
    padding: 0 5px;
  }
}
.pdt-sm .total-desc {
  display: none;
}
.pdt-sm .price {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.pdt-sm .price br {
  display: none;
}
.pdt-sm .price-x {
  color: #6c757d;
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .pdt-sm .price-x {
    font-size: 0.625rem;
  }
}
.pdt-sm .price-x strong {
  font-weight: 300;
}
.pdt-sm .price-desc {
  color: #2E2D2D;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .pdt-sm .price-desc {
    font-size: 1rem;
  }
}
.pdt-sm .price-desc .cifra {
  margin-right: 2px;
}
@media (max-width: 767.98px) {
  .pdt-sm .price-desc .centena,
  .pdt-sm .price-desc .centavos {
    font-size: 16px;
  }
}
.pdt-sm .avl-star {
  display: none;
}
.pdt-sm .description {
  display: none;
}
.pdt-sm .acs-pdt {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .pdt-sm .acs-pdt {
    display: none;
  }
}
.pdt-sm .mdl-selos-pdt {
  justify-content: center;
  margin: 10px 0;
}
.pdt-sm .mdl-selos-pdt .lnk-selo-item {
  display: none;
}
.pdt-sm .mdl-selos-pdt .lnk-selo-item.mdl-selos-tipo, .pdt-sm .mdl-selos-pdt .lnk-selo-item.mdl-selos-pais {
  display: flex;
}
.pdt-sm .mdl-selos-pdt .lnk-selo-item.mdl-selos-tipo .image, .pdt-sm .mdl-selos-pdt .lnk-selo-item.mdl-selos-pais .image {
  width: 1rem;
}
.pdt-sm .mdl-selos-pdt .nome-prod-selo {
  color: #838383;
  font-size: 0.6875rem;
}

.swiper-slide .pdt-sm {
  border: 1px solid #EDEDED;
  border-left: none;
}
.swiper-slide:first-child {
  border-left: 1px solid #EDEDED;
}

.grd-pdt .pdt-sm {
  box-shadow: 0px 0px 0px 1px #EDEDED;
  background: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tmb-pdt {
  color: #ccc;
  height: auto;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.tmb-pdt > a {
  display: block;
}
.tmb-pdt > a > img {
  height: auto;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.tmb-pdt-hv {
  height: auto;
  width: 100%;
}
.tmb-pdt-hv > img {
  width: 100%;
  height: auto;
}
.tmb-pdt-hv:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tmb-pdt:hover .tmb-pdt-hv:nth-child(n+2) {
  opacity: 1;
}

.ctn-bc-pdt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 87px;
  background-color: #262626;
  box-shadow: inset 0px 0px 73px #000;
}
@media (max-width: 767.98px) {
  .ctn-bc-pdt {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.ctn-bc-pdt .breadcrumbs {
  color: #fff;
}
.ctn-bc-pdt .breadcrumbs li {
  color: #fff;
}
.ctn-bc-pdt .breadcrumbs li:last-child a {
  color: #fff;
}
.ctn-bc-pdt .breadcrumbs a {
  color: #fff;
}

.gallery-container {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .gallery-container {
    border-bottom: 1px solid #dee2e6;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .gallery-container {
    flex-direction: column;
  }
}
.gallery-container .selos-pdt {
  left: 25px;
  top: 10px;
  right: auto;
  z-index: 1;
}
.gallery-container [class^=sl-],
.gallery-container [class*=sl-] {
  font-size: 1.4rem;
  height: 90px;
  width: 90px;
}
.gallery-container [class^=sl-] strong,
.gallery-container [class*=sl-] strong {
  font-weight: normal;
}

#PdtGallery {
  width: calc(100% - 118px);
}
@media (max-width: 767.98px) {
  #PdtGallery {
    width: 100%;
  }
}
#PdtGallery .swiper-slide {
  height: auto;
  border: none;
}
#PdtGallery .swiper-slide:first-child {
  border: none;
}
#PdtGallery .swiper-zoom-container > img {
  width: 100%;
  max-width: 804px;
}
@media (max-width: 767.98px) {
  #PdtGallery .swiper-zoom-container > img {
    max-width: 100%;
  }
}

#PdtThumb {
  background: #f8f9fa;
  width: 118px;
  margin: 0;
  padding: 0 10px;
  order: -1;
}
@media (max-width: 991.98px) {
  #PdtThumb {
    max-height: 500px;
  }
}
@media (max-width: 767.98px) {
  #PdtThumb {
    order: inherit;
    width: 100%;
  }
}
#PdtThumb .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.6;
  border: none;
}
#PdtThumb .swiper-slide:first-child {
  border: none;
}
@media (max-width: 767.98px) {
  #PdtThumb .swiper-slide {
    width: 80px;
  }
}
#PdtThumb .swiper-slide img {
  width: 100%;
  height: auto;
}
#PdtThumb .swiper-slide-active {
  opacity: 1;
}

.cbc-prod {
  background-color: #fff;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .cbc-prod {
    margin-bottom: 70px;
  }
}

.lgd-zoom {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 300;
  color: #6c757d;
  bottom: 6%;
  left: 0;
  z-index: 9;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.hd-pdt {
  margin: 0 0 20px 0;
}
@media (max-width: 991.98px) {
  .hd-pdt {
    border: none;
    margin-left: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .hd-pdt {
    margin: 0 0 1rem 0;
  }
}
.hd-pdt .tt-pdt {
  color: #343a40;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .hd-pdt .tt-pdt {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .hd-pdt .tt-pdt {
    font-size: 1.375rem;
  }
}
@media (min-width: 1366px) {
  .hd-pdt .tt-pdt {
    max-width: 535px;
  }
}
.hd-pdt > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hd-pdt > div {
    flex-direction: column;
    align-items: flex-start;
  }
}

.info-pdt {
  height: 100%;
  padding: 60px 0;
}
@media (max-width: 1199.98px) {
  .info-pdt {
    border: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .info-pdt {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .info-pdt {
    padding: 30px 0;
  }
}
.info-pdt .container-price {
  display: flex;
  margin: 0 0 30px 0;
}
.info-pdt .frete-gratis {
  display: flex;
  align-items: center;
  color: #55BA4C;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
}
.info-pdt .frete-gratis .icon {
  font-size: 24px;
}
.info-pdt .price {
  margin: 0;
}
.info-pdt .price-desc {
  display: flex;
  align-items: baseline;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .info-pdt .price-desc {
    font-size: 1.5rem;
  }
}
.info-pdt .price-desc strong {
  font-weight: 600;
}
.info-pdt .price-desc .price-cond {
  color: #495057;
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .info-pdt .price-desc .price-cond {
    font-size: 1rem;
    margin: 0;
  }
}
.info-pdt .price-desc .cifra {
  margin-left: 3px;
}
.info-pdt .desconto-promo {
  color: #dc3545;
  display: block;
  font-weight: normal;
  margin-bottom: 1rem;
  text-transform: none;
}
.info-pdt .price-x {
  color: #585858;
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .info-pdt .price-x {
    font-size: 0.875rem;
  }
}
.info-pdt .price-x .price-details {
  top: -3px;
}
.info-pdt .price-old {
  font-size: 1.15rem;
  font-weight: normal;
}
.info-pdt .ctn-price {
  margin: 60px 0;
}
.info-pdt .price-sm {
  font-size: 0.75rem;
}

.msg-pdt {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 60px;
}

.msg-pdt em {
  font-style: normal;
  text-decoration: underline;
}

.ctn-act-pdt {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .ctn-act-pdt {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.ctn-act-pdt > div:first-of-type {
  margin-right: 60px;
}
@media (max-width: 1199.98px) {
  .ctn-act-pdt > div:first-of-type {
    margin-right: 30px;
  }
}

.car-pdt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  width: 70%;
}
@media (max-width: 1366px) {
  .car-pdt {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .car-pdt {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .car-pdt {
    min-width: 290px;
    max-width: 290px;
  }
}
@media (max-width: 767.98px) {
  .car-pdt {
    margin: 15px 0;
    flex-direction: column;
    justify-content: center;
  }
}
.car-pdt > * {
  flex: 1 1 50%;
}
@media (max-width: 767.98px) {
  .car-pdt > * {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .car-pdt .qtd-pdt {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .car-pdt .qtd-pdt {
    margin-bottom: 15px;
  }
}
.car-pdt .qtd-pdt .ui-spinner {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: none !important;
}
@media (max-width: 1199.98px) {
  .car-pdt .qtd-pdt .ui-spinner {
    justify-content: center !important;
  }
}
.car-pdt .qtd-pdt .input-qtd {
  border: 1px solid #6c757d !important;
  border-radius: 23px;
  height: 45px;
  margin: 0;
  text-align: center;
  padding: 0 15px;
  order: 2;
  outline: none !important;
}
.car-pdt .qtd-pdt .ui-spinner-up,
.car-pdt .qtd-pdt .ui-spinner-down {
  background: #fff !important;
  border: 1px solid #6c757d !important;
  border-radius: 15px !important;
  color: #6c757d !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  height: 30px !important;
  width: 30px !important;
  text-indent: 0 !important;
  cursor: pointer !important;
}
.car-pdt .qtd-pdt .ui-spinner-up:before,
.car-pdt .qtd-pdt .ui-spinner-down:before {
  font-size: 1.25rem;
  font-weight: 100;
  font-family: Helvetica, Arial, sans-serif;
}
.car-pdt .qtd-pdt .ui-spinner-up > span,
.car-pdt .qtd-pdt .ui-spinner-down > span {
  display: none !important;
}
.car-pdt .qtd-pdt .ui-spinner-up {
  order: 3;
  margin-left: 10px;
}
.car-pdt .qtd-pdt .ui-spinner-up:before {
  content: "+" !important;
}
.car-pdt .qtd-pdt .ui-spinner-up:hover {
  background: #55BA4C !important;
  border-color: #55BA4C !important;
  color: #fff !important;
}
.car-pdt .qtd-pdt .ui-spinner-down {
  order: 1;
  margin-right: 10px;
}
.car-pdt .qtd-pdt .ui-spinner-down:before {
  content: "-" !important;
}
.car-pdt .qtd-pdt .ui-spinner-down:hover {
  background: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .car-pdt .ctn-btn-pdt {
    text-align: center;
  }
}
.car-pdt #button-cart.btn-lg, .car-pdt .btn-group-lg > #button-cart.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .car-pdt #button-cart.btn-lg, .car-pdt .btn-group-lg > #button-cart.btn {
    padding: 0.5rem 1.875rem;
    display: block;
    margin-bottom: 1rem;
  }
}

.pdt-paymeth {
  background: #EDEDED;
  border-radius: 0.3rem;
  color: #6c757d;
  font-size: 0.875rem;
  margin-top: 15px;
  padding: 7px 15px 6px;
  width: 100%;
  display: flex;
}
.pdt-paymeth > span {
  margin-right: 15px;
  width: 20%;
  display: inline-table;
}
.pdt-paymeth .icon {
  width: 22px;
  height: 22px;
}

.secondary-actions {
  display: flex;
  margin-top: 15px;
}
.secondary-actions > a {
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  border: 2px solid #EDEDED;
  border-radius: 17px;
  padding: 5px 15px;
  margin-right: 5px;
}
.secondary-actions > a:hover {
  border-color: #343a40;
}

.btn-user-action {
  color: #6c757d;
  padding-right: 15px;
  white-space: nowrap;
}
.btn-user-action .icon {
  vertical-align: sub;
}

.slide-video {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.vdo-pdt {
  position: relative;
  padding: 0;
}

.vdo-pdt h3 {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
}

.img-pdt-vdo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
}

.img-pdt-vdo .icone-play {
  color: rgba(255, 255, 255, 0.9);
  font-size: 64px;
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 32px);
}

.img-pdt-vdo:hover .icone-play {
  color: #fff;
}

.slide-icon-video {
  position: relative;
  color: #212529;
}
.slide-icon-video .thumb-video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.slide-icon-video .icon {
  font-size: 42px;
}

.pdt-desc {
  padding: 75px 0;
  background-color: #EFEFEF;
}
@media (max-width: 991.98px) {
  .pdt-desc {
    margin: 70px 0;
  }
}
.pdt-desc .hd-desc h3 {
  text-transform: none;
}
.pdt-desc p {
  font-size: 18px;
}

.pdt-dica {
  margin: 75px 0;
}
@media (max-width: 991.98px) {
  .pdt-dica {
    margin: 70px 0;
  }
}
.pdt-dica .hd-dica h3 {
  text-transform: none;
}
.pdt-dica .hd-dica .icon {
  font-size: 38px;
  margin-right: 10px;
}
.pdt-dica .txt-dica {
  color: #6c757d;
  font-weight: 300;
}

.ctn-atb-pdt {
  margin: 75px 0;
}
@media (max-width: 991.98px) {
  .ctn-atb-pdt {
    margin: 70px 0;
  }
}
.ctn-atb-pdt h3 {
  margin-bottom: 30px;
}
.ctn-atb-pdt .attribute {
  border-collapse: collapse;
  font-weight: 300;
  width: 100%;
  margin-bottom: 60px;
}
.ctn-atb-pdt .attribute thead td,
.ctn-atb-pdt .attribute thead tr td:first-child {
  border: 1px solid #dee2e6;
  text-align: left;
  padding: 5px 20px;
}
.ctn-atb-pdt .attribute tr {
  border-top: 2px solid #EDEDED;
  border-bottom: 2px solid #EDEDED;
  background: transparent;
}
.ctn-atb-pdt .attribute tr td:first-child {
  border-right: 1px solid #dee2e6;
  padding-left: 0;
  width: 25%;
  font-weight: 400;
}
.ctn-atb-pdt .attribute td {
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
}

#modalReview .muted {
  display: none;
}

.estoque-pdt {
  color: #707070;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.estoque-pdt strong {
  color: #55BA4C;
  font-weight: normal;
}
.estoque-pdt strong.status-Esgotado {
  color: #dc3545;
}
.estoque-pdt + .estoque-pdt {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .estoque-pdt + .estoque-pdt {
    margin-left: 0;
    margin-top: 5px;
    display: block;
  }
}

.alert-frete-gratis {
  background: white;
  color: #55BA4C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 15px;
  width: 100%;
}
.alert-frete-gratis svg {
  font-size: 24px;
  margin-right: 10px;
}

.tel-sob-consulta strong {
  color: #495057;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.tel-sob-consulta > div {
  display: flex;
  align-items: center;
}
.tel-sob-consulta > div p {
  margin-right: 15px;
  margin-bottom: 15px;
}
.tel-sob-consulta p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.calc-frete-pdt {
  padding: 15px 0;
}
.calc-frete-pdt > p {
  color: #6c757d;
  font-size: 0.75rem;
  font-weight: normal;
}
.calc-frete-pdt > p a {
  color: #343a40;
  text-decoration: underline;
}

.form-calc-frete {
  display: flex;
}
@media (min-width: 1366px) {
  .form-calc-frete {
    max-width: 535px;
  }
}
.form-calc-frete > div:nth-child(1) {
  flex-grow: 1;
}
.form-calc-frete > div:nth-child(2) {
  padding-left: 15px;
}
.form-calc-frete .form-control {
  padding: 0.5rem 0.6rem;
}

#ModalFormasEnvio #returnShipping .warning {
  background: #fff4d3;
  color: rgb(109, 81.75, 0);
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.ctnShipping h5 {
  font-size: 1rem;
  font-weight: bold;
}
.ctnShipping #boxDesc {
  display: flex;
  flex-direction: column;
}
.ctnShipping #boxDesc > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}
.ctnShipping #boxDesc > div h6 {
  flex-grow: 1;
}
.ctnShipping #boxDesc > div .ttp-end {
  font-size: 0.875rem;
}
.ctnShipping #boxDesc > div .valor {
  color: #55BA4C;
  margin-left: 1rem;
  font-weight: bold;
}
.ctnShipping #boxDesc > div:last-of-type {
  border: none;
}

@media (min-width: 576px) {
  .ctn-links-info {
    margin-top: 55px;
  }
}
@media (max-width: 991.98px) {
  .ctn-links-info {
    flex-direction: column;
  }
  .ctn-links-info a {
    margin: 1rem 0 0 0 !important;
  }
}
.ctn-links-info a {
  padding: 0.18rem 1.5rem;
  font-size: 12px;
}
@media (min-width: 576px) {
  .ctn-links-info a:nth-child(2) {
    margin: 0 0.95rem;
  }
}
.ctn-links-info a {
  border-radius: 30px;
}

@media (min-width: 576px) {
  #modalMeasures .modal-dialog {
    width: 70% !important;
    max-width: 1100px !important;
  }
}
#modalMeasures .tabela-medidas td {
  font-size: 0.9rem;
  padding: 0.5rem;
}
@media (max-width: 767.98px) {
  #modalMeasures .tabela-medidas td {
    padding: 0.25em;
  }
}
#modalMeasures .tabela-medidas .tr-titulo {
  color: #fff;
  background-color: #000;
}
#modalMeasures .tabela-medidas .tr-titulo td {
  font-size: 1rem;
}
#modalMeasures .tabela-medidas .tr-atributo {
  color: #343a40;
  font-weight: bold;
  background-color: #EDEDED;
}
#modalMeasures .tabela-medidas .tr-atributo td {
  font-size: 1rem;
}

.modal-dialog .modal-footer a {
  flex: 1;
}

.gallery-container-kit {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .gallery-container-kit {
    position: sticky;
    top: 60px;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .gallery-container-kit {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .gallery-container-kit {
    flex-direction: column;
  }
}

ul.tb-acr {
  display: flex;
  flex-direction: column;
  list-style: none;
}
ul.tb-acr li.pdt-kit {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  padding: 10px 0;
}
ul.tb-acr li.pdt-kit ul.option_list .option {
  align-items: flex-start;
  flex-direction: column;
}

.pdt-kit-img {
  margin-right: 1rem;
  max-width: 80px;
  width: 100%;
}
.pdt-kit-img img {
  border: 1px solid #dee2e6;
}

.ctn-kit-info {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .ctn-kit-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .ctn-kit-info .qtd-acr {
    margin-right: 0;
  }
}

.pdt-kit-info {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .pdt-kit-info {
    width: 100%;
  }
}

.nm-acr {
  color: #343a40;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.prc-acr {
  color: #55BA4C;
  font-weight: bold;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .prc-acr {
    flex-grow: 1;
  }
}

@media (max-width: 767.98px) {
  .btn-acr {
    display: flex;
    flex-grow: 1;
    margin-top: 1rem;
    justify-content: flex-end;
  }
}

.qtd-acr {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.qtd-acr input[type=text] {
  font-weight: normal;
  height: 30px;
  text-align: center;
}
.qtd-acr > a {
  background: #EDEDED;
  color: #6c757d;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 20px;
}
.qtd-acr > a:hover {
  background: #dee2e6;
  color: #343a40;
}
.qtd-acr > a:first-of-type {
  border-radius: 3px 0px 0px 3px;
}
.qtd-acr > a:last-of-type {
  border-radius: 0px 3px 3px 0px;
}
.qtd-acr strong {
  color: #6c757d;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .total-acr {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.total-acr > div:nth-child(1) {
  color: #6c757d;
  font-weight: normal;
  text-transform: uppercase;
}
.total-acr .txt-tt-acr {
  color: #495057;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
}
.total-acr .txt-tt-acr #total_accessories {
  color: #55BA4C;
}
.total-acr .txt-tt-acr .total-cond {
  color: #6c757d;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.child-kit {
  background: #f8f9fa;
}
.child-kit .rsm-car-img {
  display: flex;
  width: 60px !important;
}
.child-kit .rsm-car-img img {
  width: 100%;
  height: auto;
}
.child-kit .rsm-car-img:before {
  color: #6c757d;
  content: "↳";
  display: inline-block;
  margin-right: 10px;
}

.tr-kit {
  background: #fbfbfb;
}
.tr-kit .img-pdt-cart {
  display: flex;
  max-width: 70px;
}
.tr-kit .img-pdt-cart img {
  width: 100%;
  height: auto;
}
.tr-kit .img-pdt-cart:before {
  color: #6c757d;
  content: "↳";
  display: inline-block;
  margin-right: 10px;
}
.tr-kit .image img {
  max-width: 40px;
  height: auto;
}
.tr-kit .image:before {
  color: #6c757d;
  content: "↳";
  display: inline-block;
  margin-right: 10px;
}

.ctn-opt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.opt-pdt {
  width: 100%;
}
.opt-pdt h4 {
  color: #6c757d;
}

.texto-prod {
  text-align: center;
  width: 100%;
  float: left;
  color: #6ad8d6;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 20px;
}

ul.option_list {
  list-style: none;
  margin-bottom: 0;
}
ul.option_list .option {
  margin: 0.7rem 0;
}
ul.option_list .option .form-control {
  padding: 0.5rem 0.6rem;
  max-height: 80px;
  min-height: 47px;
}
ul.option_list .option .form-control::placeholder {
  color: #999;
  font-weight: 300;
}
@media (min-width: 1366px) {
  ul.option_list .option .form-control {
    max-width: 535px;
  }
}
ul.option_list .coracao-li {
  border-bottom: none;
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
ul.option_list .coracao-li span.tt {
  display: block;
  padding: 0;
}
ul.option_list .coracao-li label {
  float: none;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  margin-top: 8px;
}
ul.option_list .gravacao-int-ext-li {
  border: none;
  width: 50%;
  padding: 10px 5px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
ul.option_list input[type=text],
ul.option_list input[type=number],
ul.option_list textarea,
ul.option_list select {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.option_list input[type=text],
ul.option_list input[type=number] {
  border-radius: 3px;
  border: 1px solid #ddd;
}
ul.option_list select {
  width: 100%;
}
ul.option_list .option .radio {
  color: #666;
  font-size: 12px;
}
ul.option_list .tt {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  ul.option_list .tt {
    font-size: 0.75rem;
  }
}
ul.option_list .error {
  color: #dc3545;
  font-size: 0.75rem;
}
ul.option_list .opt-select,
ul.option_list .opt-radio {
  width: 100%;
}
ul.option_list .opt-select .opt-sel-ipt,
ul.option_list .opt-radio .opt-sel-ipt {
  width: 100%;
}
ul.option_list .opt-radio input {
  display: none;
}
ul.option_list .opt-radio label {
  border: 1px solid #838383;
  border-radius: 100%;
  color: #838383;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  height: 39px;
  border-radius: 6px;
  padding: 1rem;
}
ul.option_list .opt-radio label:hover {
  border-color: #212529;
  color: #212529;
}
ul.option_list .opt-radio input[type=radio]:checked + label {
  background: #9C0100;
  border-color: #9C0100;
  color: #fff;
}

ul.option_list.opt-column .option {
  border-left: none !important;
  width: 100%;
  padding: 15px 0;
}

.option-image {
  display: table;
  list-style: none;
  margin: 0;
  width: 100%;
}
.option-image li {
  float: left;
  padding: 0 0;
  text-align: center;
}
.option-image li.opcao-selecionada {
  border-color: #eb4e40;
}
.option-image li input {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.option-image li label {
  float: none;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
}
.option-image li label img {
  border-radius: 7px;
  border: 1px solid #ced4da;
  display: block;
  margin-right: 5px;
  min-width: 70px;
  max-height: 44px;
  padding: 0.31rem;
  cursor: pointer;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.option-image li label + label {
  display: block;
  margin: 0;
  text-align: center;
}
.option-image li tion-legend {
  display: none;
}
.option-image li input[type=radio]:checked + label img {
  border-color: #2fab0e;
  box-shadow: 0px 0px 0px 2px rgb(32, 148, 0);
}
.option-image li input[type=radio]:checked + label::after {
  content: "";
  width: 100%;
  height: 152%;
  background-color: #2fab0e;
  /* box-shadow: 0px 0px 0px 2px #209400; */
  position: absolute;
  left: -2px;
  top: 0;
  z-index: 0;
  border-radius: 8px;
}
.option-image li input[type=radio]:checked + label + label * {
  color: #fff;
}

.nm-opt-pdt {
  color: #999;
  display: none;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.prc-opt-pdt {
  font-size: 12px;
  font-weight: 300;
  color: #55BA4C;
}

.option_click {
  list-style: none;
  margin: 0;
  max-width: 550px;
}
.option_click li {
  margin: 4px 2px;
  display: inline-block;
}
.option_click li input {
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}
.option_click li label {
  float: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

.review-faq {
  margin: 75px 0;
  padding: 70px 0;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-color: #BFBFBF;
}
@media (max-width: 991.98px) {
  .review-faq {
    margin: 70px 0;
  }
}
.review-faq .btn {
  text-transform: inherit;
  min-width: 260px;
}

/* Comentários */
#review {
  color: #666;
  font-weight: 100;
}

.ctt-frm-com {
  padding: 30px 0 0 0;
}

.ctt-frm-com legend, .form-comentario .pagination .results {
  color: #666;
  font-weight: 100;
}

.ctt-frm-com input[type=text],
.ctt-frm-com textarea {
  color: #666;
}

.avaliacao {
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avaliacao > span {
  color: #666;
  vertical-align: sub;
}

.avaliacao .campos {
  display: inline-block;
  line-height: 20px;
}

.avaliacao .campos span {
  line-height: 20px;
  vertical-align: sub;
  color: #666;
  font-weight: 100;
}

.txt-captcha {
  margin-bottom: 5px;
  font-weight: 100;
  color: #666;
}

.captcha {
  float: left;
}

.input-captcha {
  margin-left: 10px;
  width: 80px;
  text-align: center;
}

/* Lista de comentários */
.avl-total {
  color: #6c757d;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 2px;
}

.avl-total strong {
  border: 2px solid #6c757d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}

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

.lista-comentarios li {
  border-bottom: 1px solid #dee2e6;
  color: #666;
  padding: 30px 0;
}

.lista-comentarios li:last-child {
  border: none;
}

.lista-comentarios .conteudo-comentario {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ctn-avl {
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 15px;
}
.ctn-avl .icone-star {
  font-size: 0.875rem;
}

.lista-comentarios li .autor {
  color: #333;
  font-weight: bold;
}

.lista-comentarios li .data-comentario {
  color: #999;
  font-weight: 100;
  display: inline-block;
}

.lista-comentarios li p {
  padding-bottom: 10px;
  font-weight: 100;
  line-height: 24px;
}

/* Dúvidas */
.lst-duvidas {
  list-style: none;
  padding: 0;
}

.lst-duvidas li {
  margin-bottom: 20px;
}

.pdt-duv {
  border: 1px solid #dee2e6;
  padding: 30px 20px 20px 20px;
}

.pdt-duv p {
  color: #666;
  font-weight: 100;
  font-style: italic;
}

.pdt-duv span {
  color: #666;
  font-weight: bold;
  margin-top: 15px;
}

.pdt-res {
  background: #f9f9f9;
  margin: 20px 0 0 0;
  padding: 20px;
}

.pdt-res p {
  color: #666;
  font-weight: normal;
}

.pdt-res .label-res {
  color: #999;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.pdt-res span {
  color: #666;
  font-weight: bold;
  margin-top: 15px;
}

.modal-medidas .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-medidas .modal-dialog {
  max-width: 800px;
}
.modal-medidas .modal-body {
  padding: 60px;
}
@media (max-width: 991.98px) {
  .modal-medidas .modal-body {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .modal-medidas .modal-body {
    padding: 30px 15px;
  }
}
.modal-medidas h1 {
  color: #343a40;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .modal-medidas h1 {
    font-size: 1.2rem;
  }
}
.modal-medidas ol {
  color: #6c757d;
  font-size: 1.125rem;
  list-style-position: inside;
  text-align: center;
}

.lista-medidas {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}
.lista-medidas li {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
}
@media (max-width: 767.98px) {
  .lista-medidas li {
    width: auto;
    height: auto;
  }
}
.lista-medidas li span {
  border: 1px solid #dee2e6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  flex-direction: column;
  height: 80px;
  width: 80px;
}
.lista-medidas li:nth-child(24n+1) span {
  width: 60px;
  height: 60px;
}
.lista-medidas li:nth-child(24n+2) span {
  width: 62px;
  height: 62px;
}
.lista-medidas li:nth-child(24n+3) span {
  width: 64px;
  height: 64px;
}
.lista-medidas li:nth-child(24n+4) span {
  width: 66px;
  height: 66px;
}
.lista-medidas li:nth-child(24n+5) span {
  width: 68px;
  height: 68px;
}
.lista-medidas li:nth-child(24n+6) span {
  width: 70px;
  height: 70px;
}
.lista-medidas li:nth-child(24n+7) span {
  width: 72px;
  height: 72px;
}
.lista-medidas li:nth-child(24n+8) span {
  width: 74px;
  height: 74px;
}
.lista-medidas li:nth-child(24n+9) span {
  width: 76px;
  height: 76px;
}
.lista-medidas li:nth-child(24n+10) span {
  width: 78px;
  height: 78px;
}
.lista-medidas li:nth-child(24n+11) span {
  width: 80px;
  height: 80px;
}
.lista-medidas li:nth-child(24n+12) span {
  width: 82px;
  height: 82px;
}
.lista-medidas li:nth-child(24n+13) span {
  width: 84px;
  height: 84px;
}
.lista-medidas li:nth-child(24n+14) span {
  width: 86px;
  height: 86px;
}
.lista-medidas li:nth-child(24n+15) span {
  width: 88px;
  height: 88px;
}
.lista-medidas li:nth-child(24n+16) span {
  width: 90px;
  height: 90px;
}
.lista-medidas li:nth-child(24n+17) span {
  width: 92px;
  height: 92px;
}
.lista-medidas li:nth-child(24n+18) span {
  width: 94px;
  height: 94px;
}
.lista-medidas li:nth-child(24n+19) span {
  width: 96px;
  height: 96px;
}
.lista-medidas li:nth-child(24n+20) span {
  width: 98px;
  height: 98px;
}
.lista-medidas li:nth-child(24n+21) span {
  width: 100px;
  height: 100px;
}
.lista-medidas li:nth-child(24n+22) span {
  width: 102px;
  height: 102px;
}
.lista-medidas li:nth-child(24n+23) span {
  width: 104px;
  height: 104px;
}
.lista-medidas li:nth-child(24n+24) span {
  width: 106px;
  height: 106px;
}

.pdt-rel {
  margin: 75px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .pdt-rel {
    margin: 70px 0;
  }
}
.pdt-rel .swiper-container {
  padding: 0;
}
.pdt-rel ul {
  margin: 0;
  list-style: none;
}
.pdt-rel .swiper-slide {
  display: flex;
  height: auto;
}
.pdt-rel .arr-car-prev {
  left: 0;
}
.pdt-rel .arr-car-next {
  right: 0;
}
.pdt-rel .swiper-pagination {
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .pdt-rel {
    margin: 70px 0;
  }
  .pdt-rel .arr-car-prev,
  .pdt-rel .arr-car-next {
    display: none;
  }
  .pdt-rel .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
  }
  .pdt-rel .pdt-sm {
    padding: 0;
  }
}
.pdt-rel .hd-pdt-rel h2 {
  text-transform: none;
}

.pds-tt {
  color: #9A9A9A;
  display: block;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .pds-tt {
    font-size: 0.75rem;
  }
}

.pds-ctd {
  display: flex;
  flex-wrap: wrap;
}

.pds-item {
  border: 1px solid #E0E0E0;
  overflow: hidden;
  display: inline-block;
  margin: 0 15px 15px 0;
}
@media (max-width: 991.98px) {
  .pds-item {
    margin: 0 10px 10px 0;
  }
}
.pds-item:hover {
  border-color: #838383;
}
.pds-item > img {
  max-width: 70px;
}

.pds-current {
  border-color: #9C0100;
}

.cj {
  background: #EDEDED;
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .cj {
    flex-direction: column;
  }
}

.intro-cj {
  background: #212529;
  align-items: center;
  display: flex;
  flex-basis: 0;
  padding: 1rem;
  padding-right: 2rem;
}
.intro-cj h3 {
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  justify-content: center;
  text-transform: uppercase;
  word-spacing: 100vw;
}
@media (max-width: 991.98px) {
  .intro-cj {
    background: none;
    flex-basis: auto;
    justify-content: center;
    margin: 1rem 0 0 0;
    padding: 0;
  }
  .intro-cj h3 {
    color: #212529;
    word-spacing: normal;
  }
}

.cj-ctn {
  padding: 1rem;
}
.cj-ctn .cj-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .cj-ctn .cj-products {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cj-ctn .cj-products {
    flex-wrap: wrap;
  }
}
.cj-ctn .plus {
  color: #212529;
  font-size: 3rem;
  font-weight: bold;
}

.pdt-cj {
  max-width: 100px;
}
@media (max-width: 991.98px) {
  .pdt-cj {
    max-width: 70px;
  }
}
.pdt-cj img {
  height: auto;
  max-width: 100%;
}

.prc-cj .price-old {
  color: #6c757d;
  font-size: 1rem;
  text-transform: uppercase;
}
.prc-cj .price-desc {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .prc-cj .price-desc {
    font-size: 1.25rem;
  }
}
.prc-cj .price-desc strong {
  color: #55BA4C;
}
.prc-cj .txt-econ {
  color: #dc3545;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .prc-cj {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .prc-cj {
    text-align: center;
    margin-bottom: 15px;
  }
}

.btn-cj {
  text-align: right;
}
@media (max-width: 991.98px) {
  .btn-cj {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .btn-cj {
    text-align: center;
  }
}

.pdt-floating-price {
  top: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1030;
  transform: translateY(15px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 0.3s linear 0.3s, opacity 0.3s linear, -webkit-opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 0.3s linear 0.3s, opacity 0.3s linear, -webkit-opacity 0.3s linear;
}
@media (max-width: 991.98px) {
  .pdt-floating-price {
    display: none;
  }
}
.pdt-floating-price .ctn-pdt-floating-price {
  background-color: #fff;
  border-bottom: 2px solid #343a40;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.pdt-floating-price .ctn-pdt-floating-price > div:last-of-type {
  display: flex;
  align-items: center;
}
.pdt-floating-price.show-fp {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 0.3s linear, opacity 0.3s linear, -webkit-opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 0.3s linear, opacity 0.3s linear, -webkit-opacity 0.3s linear;
}
.pdt-floating-price .price {
  margin: 0;
}
.pdt-floating-price .default-prod-int {
  display: flex;
  font-weight: normal;
  padding: 10px 0;
}
.pdt-floating-price .default-prod-int > div {
  padding-right: 30px;
}
.pdt-floating-price .default-prod-int .price-old,
.pdt-floating-price .default-prod-int .price-desc {
  display: inline-block;
}
.pdt-floating-price .default-prod-int .price-old {
  color: #6c757d;
  font-size: 1rem;
  font-weight: normal;
}
.pdt-floating-price .default-prod-int .price-old strong {
  font-weight: normal;
}
.pdt-floating-price .default-prod-int .price-desc {
  color: #495057;
}
.pdt-floating-price .default-prod-int .price-desc .centena,
.pdt-floating-price .default-prod-int .price-desc .centavos {
  color: #55BA4C;
}
.pdt-floating-price .default-prod-int .desconto-promo {
  color: #dc3545;
  display: block;
  font-size: 0.75rem;
}
.pdt-floating-price .default-prod-int .price-lg {
  font-size: 1.5rem;
  line-height: normal;
}
.pdt-floating-price .default-prod-int .price-sm {
  margin: 0 !important;
  font-size: 0.75rem;
}
.pdt-floating-price .default-prod-int .price-details > div {
  bottom: auto;
  top: 100%;
}
.pdt-floating-price .ctn-btn-dtl {
  display: flex;
  margin-right: 30px;
}
.pdt-floating-price .ctn-btn-dtl a {
  color: #212529;
  border-right: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 30px;
  text-transform: uppercase;
}
.pdt-floating-price .ctn-btn-dtl a:hover {
  color: #6c757d;
}

.floating-price {
  flex-grow: 1;
}

.hd-cta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.hd-cta h1, .hd-cta h2, .hd-cta h3 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-cta {
    flex-direction: column;
    align-items: left;
  }
}

.cta-area h3 {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

.enderecos-principais {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  margin-bottom: 60px;
}

.blc-end-principal {
  border: 1px solid #dee2e6;
  color: #6c757d;
  display: flex;
  padding: 30px;
}
.blc-end-principal > span {
  color: #55BA4C;
  font-size: 1.5em;
  margin-right: 15px;
}
.blc-end-principal p {
  color: #6c757d;
  font-weight: normal;
  line-height: 2;
}

.lista-enderecos {
  list-style: none;
  margin: 0;
}
.lista-enderecos li {
  background: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}
.lista-enderecos .conteudo-enderecos {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.info-endereco {
  min-width: 35%;
}
.info-endereco .btn-link.active {
  color: #55BA4C;
}
.info-endereco .btn-link {
  color: white;
}

.info-endereco-2 {
  flex-grow: 1;
}

.acoes-endereco {
  text-align: right;
}

.lista-pedidos {
  list-style: none;
  margin-bottom: 30px;
}
.lista-pedidos li {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 15px;
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lista-pedidos li:hover {
  border-color: #ced4da;
}

.id-pedido {
  color: #343a40;
  display: block;
  font-size: 1.125em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.id-pedido strong {
  font-weight: normal;
}

.info-pedido {
  color: #6c757d;
  margin-bottom: 10px;
}

.status-pedido strong,
.info-pedido strong {
  font-weight: normal;
}

.status-pedido strong {
  display: block;
}

.lista-download {
  list-style: none;
  margin: 0;
}

.lista-download li {
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.conteudo-download {
  padding: 20px 0;
}

.id-download {
  color: #ced4da;
  font-size: 1.429em;
  font-weight: 100;
  margin-left: 20px;
}

.id-download strong {
  color: #ced4da;
  font-weight: normal;
}

.status-download {
  color: #ced4da;
  margin-left: 20px;
  font-weight: 100;
}

.status-download strong {
  color: #ced4da;
  font-weight: normal;
}

.info-download p {
  color: #ced4da;
  margin-left: 20px;
}

.btn-ver-download {
  margin-right: 20px;
}

.lnks-conta-mbl {
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  color: #756c58;
  padding: 15px 20px;
}
.lnks-conta-mbl .usuario a {
  font-size: 1rem;
}
.lnks-conta-mbl .usuario .login-tooltip {
  display: none;
}
.lnks-conta-mbl .usuario,
.lnks-conta-mbl .sair {
  display: inline-block;
  margin: 0;
}
.lnks-conta-mbl .sair:before {
  content: "|";
  color: #756c58;
  display: inline-block;
  margin: 0 10px;
}
.lnks-conta-mbl .sair a,
.lnks-conta-mbl .sair a:hover {
  background: none;
  font-size: 1rem;
  text-transform: uppercase;
}

.acc-pts {
  font-size: 1.125em;
  color: #ced4da;
  font-weight: normal;
}

.acc-pts strong {
  font-weight: normal;
  color: #000;
}

.msg-cta-usr {
  color: #6c757d;
  font-size: 1.125em;
  font-weight: 300;
}

.msg-cta-usr > p {
  margin: 0;
}

.msg-cta-usr strong {
  color: #6c757d;
  font-weight: normal;
}

.menu-conta {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0;
}
.menu-conta li:nth-last-child(2) a {
  background: #dee2e6;
}
.menu-conta a {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #dee2e6;
  min-height: 200px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
}
.menu-conta a:hover {
  border-color: #9C0100;
  color: #9C0100;
}
.menu-conta a .icon {
  font-size: 2rem;
  margin-bottom: 15px;
}
.menu-conta a strong {
  font-weight: normal;
}
@media (min-width: 992px) {
  .menu-conta {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .menu-conta {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
    font-size: 0.75rem;
  }
  .menu-conta a {
    padding: 0;
    min-height: 150px;
  }
  .menu-conta a span {
    font-size: 1.5em;
  }
}

.tt-conta {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
}

.pass-block {
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.pass-block .icon {
  color: #55BA4C;
  display: block;
  font-size: 60px;
  margin-bottom: 15px;
}
.pass-block .tt-conta {
  color: #55BA4C;
  font-size: 1.5rem;
}

.alert-logout {
  font-size: 1.25rem;
  text-align: center;
}
.alert-logout p:first-of-type {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 15px auto 0 auto;
}
.alert-logout p {
  max-width: 800px;
  margin: 0 auto;
}

.forgotten-container {
  max-width: 560px;
  margin: 0 auto 30px auto;
}

.enderecos-principais {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  margin-bottom: 60px;
}

.lista-enderecos .conteudo-enderecos {
  flex-direction: column;
}

.pdt-return {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}
.pdt-return img {
  border: 1px solid #dee2e6;
}

.nav-conta {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.nav-conta li {
  border-bottom: 1px solid #dee2e6;
}
.nav-conta li:last-child {
  border: none;
}
.nav-conta a {
  color: #ced4da;
  display: block;
  font-size: 0.875em;
  padding: 15px 0;
}
.nav-conta a:hover {
  background: #f9f9f9;
  color: #000;
}

.linguagem {
  margin-top: 0px !important;
}

.linguagem .dropdown-toggle {
  border-radius: 0 !important;
  background: #1e1e1e !important; /* Old browsers */
  background: -moz-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #313131)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #1e1e1e 0%, #313131 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e1e1e", endColorstr="#313131",GradientType=0 ) !important; /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0px solid transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  height: 32px;
  padding: 4px 7px !important;
}

.linguagem .dropdown-toggle img {
  margin-top: 8px;
}

.linguagem .dropdown-toggle .caret {
  border-bottom-color: #090909 !important;
  border-top-color: #090909 !important;
  margin-top: 15px !important;
}

.linguagem .dropdown-toggle:hover .caret {
  border-bottom-color: #3b3b3b !important;
  border-top-color: #3b3b3b !important;
}

.txt-ttl-trans {
  margin-bottom: 20px;
}

.txt-ttl-trans strong {
  color: #6c757d;
}

.txt-contact {
  font-size: 1em;
  margin-bottom: 30px;
}

.txt-contact a {
  color: #000;
  line-height: 2;
  text-decoration: underline;
}

.ctn-atd-cto {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 10%;
}
@media (max-width: 991.98px) {
  .ctn-atd-cto {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .ctn-atd-cto {
    margin-bottom: 40px;
    padding: 30px;
  }
}

.ctn-atd-cto h5 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.125em;
}

.ctn-atd-cto .lks-sup a {
  color: #6c757d;
  font-size: 0.875em;
  display: block;
  margin-bottom: 15px;
}

.ctn-atd-cto .lks-sup a:hover {
  color: #6c757d;
}

.ctn-atd-cto .lks-sup strong {
  color: #6c757d;
  font-size: 1em;
  display: block;
  font-weight: normal;
}

.cto-hr-atd {
  margin-top: 30px;
}

.cto-hr-atd h6 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1em;
}

.cto-hr-atd p {
  color: #6c757d;
  font-size: 1em;
}

.mapa-site {
  margin: 40px 0;
}

.mapa-site ul {
  list-style: none;
  margin: 0;
}

.map-itm-prm {
  padding: 0 0 10px;
  position: relative;
}

.map-itm-prm:before {
  background: #212529;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 5px;
  left: 5px;
  position: absolute;
  top: 7px;
  width: 5px;
  z-index: 2;
}

.map-itm-prm:after {
  background: #dee2e6;
  content: "";
  display: inline-block;
  height: 100%;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 1px;
  z-index: 1;
}

.map-itm-prm:last-child:after {
  background: #dee2e6;
  bottom: 35px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 7px;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: 1;
}

.map-itm-prm > a,
.map-itm-prm > span {
  color: #000;
  font-size: 1rem;
  padding-left: 20px;
  text-transform: uppercase;
}

.map-itm-prm a:hover {
  color: #ced4da;
}

.mapa-site ul li ul {
  display: table;
  padding: 10px 0;
}

.map-itm-sec {
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
  position: relative;
}

.map-itm-sec:before {
  background: #dee2e6;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 5px;
  left: 15px;
  position: absolute;
  top: 7px;
  width: 5px;
  z-index: 2;
}

.map-itm-sec:after {
  background: #dee2e6;
  content: "";
  display: inline-block;
  height: 1px;
  left: 7px;
  position: absolute;
  top: 9px;
  width: 10px;
  z-index: 1;
}

.map-itm-sec > a {
  color: #999;
  font-size: 1rem;
  padding: 0;
}

.mapa-site ul li ul li ul {
  padding-bottom: 0;
}

.map-itm-ter {
  margin-right: 10px;
  padding-left: 25px;
  position: relative;
}

.map-itm-ter:before {
  background: #dee2e6;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 5px;
  left: 15px;
  position: absolute;
  top: 7px;
  width: 5px;
  z-index: 2;
}

.map-itm-ter:after {
  background: #dee2e6;
  content: "";
  display: inline-block;
  height: 1px;
  left: 5px;
  position: absolute;
  top: 9px;
  width: 10px;
  z-index: 1;
}

.map-itm-ter:first-child:before {
  background: #dee2e6;
  bottom: 15px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: 2;
}

.map-itm-ter:first-child:after {
  background: #dee2e6;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
  z-index: 1;
}

.map-itm-ter > a {
  color: #6c757d;
  font-size: 1rem;
  text-transform: none;
}

.mapa-site .left {
  width: 48%;
}

.mapa-site .right {
  width: 48%;
}

.idc-fab-tt {
  font-weight: 100;
}
@media (max-width: 575.98px) {
  .idc-fab-tt {
    display: block;
    margin-bottom: 10px;
  }
}

.idc-fab-itm {
  border: 1px solid #ced4da;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 4px;
  width: 30px;
  text-align: center;
}

.idc-fab-itm:hover {
  border-color: #6c757d;
  color: #ced4da;
}

.lista-fabricantes {
  border: 1px solid #6c757d;
  border-radius: 3px;
  overflow: auto;
  margin-bottom: 20px;
}

.header-fabricante {
  background: #f9f9f9;
  padding: 10px 20px;
}

.lista-fabricantes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.conteudo-fabricante {
  padding: 20px;
}

.lista-fabricantes ul > li {
  margin-bottom: 10px;
}

.compare-info {
  color: #495057;
  font-weight: 100;
  margin-top: 40px;
}

.compare-info tr > th {
  background: #EDEDED;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase;
}

.compare-info tr > td {
  text-align: center;
}

.compare-info tr > td:first-child {
  background: #f9f9f9;
  text-align: left;
}

.compare-info tr > td strong {
  font-weight: 100;
}

.compare-info .price {
  color: #343a40;
  font-size: 1.125em;
  font-weight: bold;
}

.compare-info tr > td strong.sub-tt-compare {
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .bn-body-home .bn-uni {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .bn-body-home .ctn-bn-comp {
    margin: 0;
  }
  .ctn-video-home {
    height: auto;
  }
  .bn-body-home .ctn-bn-comp .swiper-container {
    margin-bottom: 15px;
  }
  .player-video-home,
  .info-video-home {
    position: relative;
  }
  .player-video-home {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-video-home {
    width: 100%;
  }
  .info-cert {
    padding: 40px 30px;
  }
  .bg-video-home img {
    max-width: 100%;
  }
  .ctn-btn-descubra {
    text-align: center;
    padding: 20px 0;
  }
  .btn-descubra {
    font-size: 0.875em;
    margin: 0;
  }
  .ctn-cert-home {
    flex-direction: column;
  }
}
.banners-home {
  margin: 150px 0;
}
@media (max-width: 991.98px) {
  .banners-home {
    margin: 75px 0;
  }
}
@media (max-width: 767.98px) {
  .banners-home {
    margin: 70px 0;
  }
}

.fab-home {
  border-bottom: 1px solid #dee2e6;
}

.ctn-abas-home {
  margin: 150px 0 75px 0;
}
@media (max-width: 991.98px) {
  .ctn-abas-home {
    margin: 75px 0;
  }
}
@media (max-width: 767.98px) {
  .ctn-abas-home {
    margin: 70px 0;
  }
}

@media (min-width: 768px) {
  .hd-promo-home {
    background: #f8f9fa;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 60px;
    padding: 0 40px;
    position: relative;
  }
  .hd-promo-home:before {
    background: #dee2e6;
    content: "";
    height: 1px;
    left: 15px;
    top: 50%;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .hd-promo-home {
    margin-bottom: 30px;
  }
}

.nav-promo {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .nav-promo {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-promo a {
  background: #343a40;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 300;
  height: 30px;
  margin-right: 15px;
  padding: 0 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .nav-promo a {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .nav-promo a {
    background: #EDEDED;
    font-size: 0.75rem;
    padding: 0 10px;
    margin-right: 5px;
  }
}
.nav-promo a:hover {
  background: #6c757d;
}
.nav-promo a.active {
  background: #9C0100;
  color: #fff;
}

.orcamento-home {
  margin: 150px 0;
}
@media (max-width: 991.98px) {
  .orcamento-home {
    margin: 75px 0;
  }
}
@media (max-width: 767.98px) {
  .orcamento-home {
    margin: 70px 0;
  }
}

.img-orcamento {
  background-color: #AB9F95;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 30px !important;
}
@media (max-width: 767.98px) {
  .img-orcamento {
    height: 40vh;
  }
}
.img-orcamento .logo-orcamento {
  color: #fff;
  width: 50%;
  max-width: 40%;
}
.img-orcamento .logo-orcamento svg {
  display: block;
  width: 100%;
}

.text-orcamento {
  background-color: #9C0100;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 451'%3E%3Cpath fill='%23A50E3E' fill-rule='nonzero' d='M398.062 442.245a102.439 102.439 0 0 0 40.082 8c5.323-.02 5.308-8-.015-8h-99.636a4 4 0 1 0 0 8h99.636l-.015-8h-.72a94.481 94.481 0 0 1-72.337-34.139 4 4 0 1 0-6.156 5.11 102.456 102.456 0 0 0 39.16 29.029zm-173.439 8.001h14.234c57.01 0 103.636-46.627 103.636-103.636v-78.286a4 4 0 1 0-8 0v78.286c0 52.59-43.045 95.636-95.636 95.636h-14.234a4 4 0 1 0 0 8zm44.956-439.542a1064.922 1064.922 0 0 0-16.2 51.704c-3.1 10.883-5.892 21.427-8.3 31.47-6.003 25.04-9.339 45.765-9.339 60.576 0 56.749 46.004 102.753 102.753 102.753s102.753-46.004 102.753-102.753c0-13.92-2.022-30.422-5.776-48.95-3.005-14.835-7.04-30.58-11.85-46.79a749.555 749.555 0 0 0-12.167-37.33A631.557 631.557 0 0 0 406.915 9h-136.75l-.586 1.704zm68.914 254.503c-61.167 0-110.753-49.586-110.753-110.753 0-15.582 3.422-36.839 9.56-62.44 2.435-10.16 5.255-20.812 8.385-31.798A1072.831 1072.831 0 0 1 257.963 20.2a966.47 966.47 0 0 1 4.048-12.089 625.423 625.423 0 0 1 1.438-4.15C264.12 2.068 265.63 1 267.324 1h142.338a4 4 0 0 1 3.722 2.535l.41 1.056c.33.856.711 1.858 1.14 3a639.527 639.527 0 0 1 4.057 11.116 757.485 757.485 0 0 1 12.298 37.73c4.873 16.424 8.965 32.393 12.022 47.479 3.851 19.009 5.935 36.015 5.935 50.538 0 61.167-49.586 110.753-110.753 110.753zM302.909 158h142.337a4 4 0 1 0 0-8H302.909a4 4 0 1 0 0 8zm-78.286 284.246H75.169c-37.046-.108-67.06-30.123-67.169-67.18.108-37.035 30.123-67.05 67.18-67.158h96.067a50.167 50.167 0 0 0 50.26-50.268 50.167 50.167 0 0 0-50.27-50.25l-46.251-.001a4 4 0 1 0 0 8h46.26a42.167 42.167 0 0 1 42.261 42.251 42.167 42.167 0 0 1-42.252 42.268H75.17c-41.47.121-75.048 33.7-75.169 75.157.121 41.482 33.7 75.06 75.157 75.181h149.466a4 4 0 1 0 0-8zM75.168 108.635c-17.931 0-32.467-14.536-32.467-32.467 0-17.931 14.536-32.467 32.467-32.467 17.931 0 32.467 14.536 32.467 32.467 0 17.931-14.536 32.467-32.467 32.467zm0-8c13.513 0 24.467-10.954 24.467-24.467 0-13.513-10.954-24.467-24.467-24.467-13.513 0-24.467 10.954-24.467 24.467 0 13.513 10.954 24.467 24.467 24.467zm7.935 94.212c8.282-10.904 16.564-22.582 24.288-34.555 8.002-12.402 14.941-24.417 20.506-35.77 9.352-19.078 14.44-35.511 14.44-48.353A67.169 67.169 0 1 0 8 76.169c0 12.842 5.088 29.275 14.44 48.353 5.565 11.353 12.504 23.369 20.505 35.77 7.724 11.973 16.006 23.65 24.288 34.555a520.847 520.847 0 0 0 7.935 10.194 520.85 520.85 0 0 0 7.935-10.194zm67.234-118.663c0 14.293-5.415 31.782-15.256 51.859-5.716 11.66-12.808 23.939-20.967 36.586-7.844 12.158-16.242 24-24.64 35.057a528.067 528.067 0 0 1-8.124 10.435 347.734 347.734 0 0 1-2.893 3.568c-1.815 2.18-4.763 2.18-6.362.26-.388-.469-.591-.716-.823-1a347.73 347.73 0 0 1-2.285-2.828 528.063 528.063 0 0 1-8.124-10.435c-8.398-11.058-16.796-22.899-24.64-35.057-8.16-12.647-15.252-24.927-20.967-36.586C5.415 107.966 0 90.477 0 76.184a75.169 75.169 0 1 1 150.337 0z'/%3E%3C/svg%3E");
  background-position: right 30px bottom 30px;
  background-size: 45% auto;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 70px 0 70px 8% !important;
}
@media (max-width: 767.98px) {
  .text-orcamento {
    padding: 15px;
  }
}
.text-orcamento h3 {
  font-size: 5.875rem;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .text-orcamento h3 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .text-orcamento h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.text-orcamento h3 span {
  display: block;
  font-size: 3.5rem;
  color: #212529;
}
@media (max-width: 1199.98px) {
  .text-orcamento h3 span {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .text-orcamento h3 span {
    font-size: 1.5rem;
  }
}
.text-orcamento ul {
  font-size: 1.25rem;
  font-weight: 100;
  list-style: none;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .text-orcamento ul {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.text-orcamento ul li {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .text-orcamento ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .text-orcamento ul li {
    margin-bottom: 0;
  }
}
.text-orcamento ul li > span {
  font-size: 32px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .text-orcamento ul li > span {
    font-size: 24px;
    margin-right: 5px;
  }
}

.sobre * {
  color: #434343;
}
.sobre p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.sobre .img-topo {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: inherit;
}
.sobre .img-topo .hd-pg {
  border-bottom: 0;
}
.sobre .img-topo .container {
  min-height: 700px;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-position: 114% -71px;
  background-size: 1241px 570px;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .sobre .img-topo .container {
    background-image: none !important;
    min-height: 570px;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
  }
}
@media (max-width: 991.98px) {
  .sobre .img-topo {
    background-size: 103%;
  }
}
.sobre .img-topo h1 {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sobre .fundada {
  display: flex;
  letter-spacing: -0.2rem;
}
.sobre .fundada * {
  color: #fff;
}
.sobre .fundada div {
  width: 50%;
  font-size: 82px;
  font-weight: bold;
  align-items: center;
  line-height: 1;
  padding: 2.5rem 0;
}
.sobre .fundada div span {
  font-size: 31px;
  font-weight: 300;
  padding-top: 0.5rem;
}
.sobre .fundada div:first-child {
  background-color: #BE0F10;
}
.sobre .fundada div:last-child {
  background-color: #222222;
}
@media (max-width: 991.98px) {
  .sobre .fundada {
    flex-direction: column;
    text-align: center;
  }
  .sobre .fundada div {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .sobre .fundada div span {
    text-align: center !important;
  }
}
.sobre #timeline .timeline-item:after, .sobre #timeline .timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.sobre *, .sobre *:before, .sobre *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (min-width: 576px) {
  .sobre .base-timeline {
    padding-right: 8rem;
  }
}
.sobre #timeline {
  width: 100%;
  position: relative;
  padding: 100px 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sobre #timeline:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #BE0F10;
  left: 50%;
  top: 0;
  position: absolute;
}
.sobre #timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.sobre #timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
.sobre #timeline .timeline-item .timeline-icon {
  background: #BE0F10;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.sobre #timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
.sobre #timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .sobre #timeline .timeline-item .timeline-content {
    text-align: right;
  }
}
.sobre #timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  margin: -20px -20px 0 -20px;
  font-weight: 400;
  letter-spacing: -0.1rem;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.sobre #timeline .timeline-item .timeline-content h2 span {
  letter-spacing: -0.35rem;
  color: #BE0F10;
  font-size: 82px;
  font-weight: bold;
}
.sobre #timeline .timeline-item .timeline-content:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 60px;
  width: 5.001%;
  height: 5px;
  background-color: #BE0F10;
}
.sobre #timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}
@media (min-width: 576px) {
  .sobre #timeline .timeline-item .timeline-content.right h2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
  }
  .sobre #timeline .timeline-item .timeline-content.right h2 span {
    margin-right: 1rem;
  }
}
.sobre #timeline .timeline-item .timeline-content.right:before {
  content: "";
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #BE0F10;
}
@media screen and (max-width: 768px) {
  .sobre #timeline {
    padding: 30px 0;
  }
  .sobre #timeline:before {
    left: 0;
  }
  .sobre #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  .sobre #timeline .timeline-item .timeline-content:before, .sobre #timeline .timeline-item .timeline-content.right:before {
    left: 2%;
    width: 11%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #BE0F10;
  }
  .sobre #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
.sobre .base-video {
  background-color: #272727;
  padding: 5rem 0;
  text-align: center;
}
.sobre .base-video iframe {
  width: 100%;
  max-width: 1154px;
  height: 638px;
}
@media (max-width: 767.98px) {
  .sobre .base-video iframe {
    height: 400px;
  }
}
.sobre .slider-sobre h2 {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 600;
  margin-top: 2rem;
}
.sobre .slider-sobre p {
  margin-top: 2rem;
  max-width: 310px;
}
.sobre .slider-sobre .btn-bn-prev, .sobre .slider-sobre .btn-bn-next {
  display: block !important;
}

.endorsers {
  margin-bottom: -9.4rem;
}
.endorsers * {
  color: #434343;
}
.endorsers p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.endorsers .img-topo {
  margin-bottom: -5rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: inherit;
}
.endorsers .img-topo .hd-pg {
  border-bottom: 0;
}
.endorsers .img-topo .hd-pg .breadcrumbs li::after {
  color: #fff;
}
.endorsers .img-topo .hd-pg a {
  color: #fff;
}
.endorsers .img-topo .container {
  min-height: 700px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .endorsers .img-topo .container {
    min-height: 570px;
    margin-bottom: 2rem;
    margin-top: -2.7rem;
  }
}
@media (max-width: 991.98px) {
  .endorsers .img-topo {
    background-size: 103%;
  }
}
.endorsers .img-topo h1 {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 600;
}
.endorsers .img-topo p {
  margin-top: 2rem;
}
.endorsers .bg-endorsers {
  background-color: #000;
}
.endorsers .col-12 {
  min-height: 330px;
  max-width: 100%;
}
.endorsers .col-12 svg {
  max-width: 100%;
}
.endorsers .description {
  position: relative;
  margin-bottom: 2.5rem;
}
.endorsers .description::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -320px;
  left: 0;
  width: 100%;
  height: 320px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
.endorsers .description p {
  text-align: center;
  color: #8B8B8B;
}
@media (min-width: 1200px) {
  .endorsers .description p {
    max-width: 75%;
    margin: auto;
  }
}
.endorsers .musicos {
  padding: 5rem 0 7rem;
}
.endorsers .musicos.bg-cinza {
  background-color: #171717;
}
.endorsers .musicos .musicos-list {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}
.endorsers .musicos .musicos-list .box {
  flex-basis: 31%;
  display: flex;
  background-color: #262626;
  margin: 1rem 1rem 1.2rem;
}
@media (max-width: 1199.98px) {
  .endorsers .musicos .musicos-list .box {
    flex-basis: 46.6%;
  }
}
@media (max-width: 991.98px) {
  .endorsers .musicos .musicos-list .box {
    flex-basis: 100%;
  }
  .endorsers .musicos .musicos-list .box div:first-child {
    min-width: 45% !important;
  }
}
@media (max-width: 767.98px) {
  .endorsers .musicos .musicos-list .box {
    flex-direction: column;
  }
  .endorsers .musicos .musicos-list .box img {
    width: 100%;
  }
  .endorsers .musicos .musicos-list .box div:last-child {
    padding: 1rem !important;
  }
}
.endorsers .musicos .musicos-list .box div:first-child {
  min-width: 60%;
}
.endorsers .musicos .musicos-list .box div:last-child {
  padding: 0 1.15rem;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .endorsers .musicos .musicos-list .box div:last-child {
    max-height: 300px;
    overflow: auto;
    height: 236px;
  }
}
.endorsers .musicos .musicos-list .box div h3 {
  color: #fff;
  font-size: 23px;
  padding-bottom: 0.5rem;
  min-height: 62px;
}
.endorsers .musicos .musicos-list .box div span {
  color: #fff;
  font-size: 12px;
  padding-bottom: 0.5rem;
  display: block;
}
.endorsers .musicos .musicos-list .box div a {
  color: #fff;
  font-size: 12px;
}
.endorsers .musicos .musicos-list .box div p {
  color: #6E6E6E;
  font-size: 13px;
  margin-bottom: 0;
}

.lojas * {
  color: #434343;
}
.lojas p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.lojas .img-topo {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: inherit;
}
.lojas .img-topo .hd-pg {
  border-bottom: 0;
  margin-bottom: 0;
}
.lojas .img-topo .hd-pg .breadcrumbs li::after {
  color: #fff;
}
.lojas .img-topo .hd-pg a {
  color: #fff;
}
.lojas .img-topo .container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lojas .img-topo .container {
    margin-bottom: 0;
    margin-top: -1.5rem;
  }
}
@media (max-width: 991.98px) {
  .lojas .img-topo {
    background-size: 103%;
    max-height: 365px;
  }
}
.lojas .img-topo h1 {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 600;
}
.lojas .img-topo p {
  margin-top: 2rem;
}
.lojas .img-mapa {
  background-position: 0 -80px;
}
@media (max-width: 767.98px) {
  .lojas .img-mapa {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.lojas .img-mapa .col-auto {
  margin: auto;
  min-height: 630px;
}
@media (max-width: 767.98px) {
  .lojas .img-mapa .col-auto {
    max-width: 100%;
    min-height: auto;
  }
  .lojas .img-mapa .col-auto svg {
    max-width: 100%;
  }
}
.lojas .description {
  position: relative;
  margin-bottom: 2.5rem;
  max-width: 420px;
  margin-left: auto;
}
.lojas .description * {
  color: #8B8B8B;
}
.lojas .base-lojas {
  min-height: 750px;
}
.lojas .list-estados {
  margin-bottom: 3.5rem;
}
.lojas .list-estados ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.lojas .list-estados ul li {
  margin: 0.5rem 0.2rem;
}
.lojas .list-estados ul li a {
  font-size: 12px;
  padding: 0.5rem 1rem;
  background-color: #000;
  color: #fff;
  border-radius: 5px 5px;
}
.lojas .list-estados ul li a:hover {
  background-color: #9C0100;
}
.lojas .list-estados ul li.active a {
  background-color: #9C0100;
}
@media (max-width: 767.98px) {
  .lojas .list-estados ul {
    justify-content: center;
  }
}
.lojas .box-estados {
  min-height: 500px;
  position: relative;
}
.lojas .box-estados .box-lojas {
  display: flex;
  margin: -0.4rem;
  flex-wrap: wrap;
  min-width: 100%;
  min-height: 300px;
}
.lojas .box-estados .box-loja {
  min-width: 17%;
  max-width: 17%;
  margin: 1rem;
  border: 1px solid #EDEDED;
  padding: 2rem 1rem;
  box-shadow: 8px 7px 17px -5px #ccc;
  border-radius: 10px 10px;
}
.lojas .box-estados .box-loja.aviso {
  text-align: center;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 25px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.lojas .box-estados .box-loja h3 {
  font-size: 25px;
}
.lojas .box-estados .box-loja span {
  color: #9C0100;
  font-size: 14px;
  padding-bottom: 1rem;
  display: block;
}
.lojas .box-estados .box-loja p {
  font-size: 13px;
}
.lojas .box-estados .box-loja p strong {
  font-weight: normal;
  padding-bottom: 0.5rem;
  display: block;
}
@media (max-width: 767.98px) {
  .lojas .box-estados .box-loja {
    width: 100%;
    max-width: 100%;
  }
}
.lojas .representante {
  margin-top: 3rem;
  background-color: #F5F5F5;
  margin-bottom: -9.4rem;
}
.lojas .representante .title {
  font-size: 40px;
  position: relative;
}
.lojas .representante .title::after {
  content: "";
  height: 7px;
  background-color: #fff;
  width: 250px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -125px;
}
.lojas .representante h4 {
  display: none;
}
.lojas .representante .accordion {
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  padding: 1rem;
}
.lojas .representante .accordion .btn {
  padding: 0;
  color: #9F9F9F;
  text-transform: inherit;
  white-space: normal;
  text-align: left;
}
.lojas .representante .accordion h3 {
  padding: 1.25rem 1.25rem 0;
  font-size: 20px;
}
.lojas .representante .accordion h2 {
  padding-bottom: 1rem;
}
.lojas .representante .accordion .card {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  background-color: transparent;
}
.lojas .representante .accordion .card:last-child {
  border-bottom: none;
}
.lojas .representante .accordion .card-header {
  background-color: transparent;
  border-bottom: none;
}
.lojas .representante .form-group {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .lojas .representante .form-group {
    flex-direction: column;
  }
}
.lojas .representante .form-group label {
  color: #9F9F9F;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .lojas .representante .form-group label {
    width: 100%;
  }
}
.lojas .representante .form-group .controls {
  width: 75%;
}
@media (max-width: 767.98px) {
  .lojas .representante .form-group .controls {
    width: 100%;
  }
}
.lojas .representante #btSubmit {
  color: #fff;
  width: 75%;
}
@media (max-width: 767.98px) {
  .lojas .representante #btSubmit {
    width: 100%;
  }
}

.bdy-checkout {
  padding: 0;
}

.hd-checkout {
  background: #1F1F1F;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .hd-checkout {
    margin-bottom: 35px;
  }
}
.hd-checkout:before {
  display: none;
}
.hd-checkout .hd-blocks-ckt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: none;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .hd-checkout .hd-blocks-ckt {
    padding: 10px 0;
  }
}
.hd-checkout .hd-blocks-ckt > div:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hd-checkout .logo-svg {
  justify-content: flex-start;
  text-align: left;
}
.hd-checkout .logo-svg svg {
  max-width: 80px;
  min-width: 80px;
}
.hd-checkout .ctn-call-area > a {
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 3;
}
.hd-checkout .ctn-call-area .call-area .col-6 strong {
  color: #9C0100;
}
.hd-checkout .icon-topo {
  color: #fff !important;
}

.hd-pg-ckt {
  margin-bottom: 30px;
}

.hd-pg-ckt h1,
.hd-pg-ckt h2,
.hd-pg-ckt h3,
.hd-pg-ckt h4,
.hd-pg-ckt h5,
.hd-pg-ckt h6 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

.ctt_box_checkout h1 {
  font-size: 1.375em;
  font-weight: 300;
  text-transform: uppercase;
}

/* passos checkout*/
.steps-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 70px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .steps-checkout {
    margin: 30px 0;
  }
}

.steps-checkout li {
  position: relative;
  color: #ced4da;
  flex-grow: 1;
}

.steps-checkout li a,
.steps-checkout li a {
  color: #ced4da;
  display: block;
  height: 40px;
  position: relative;
}

.steps-checkout li a:hover {
  color: #ced4da;
}

.steps-checkout li a::after {
  background: #ddd;
  content: "";
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.num-stp {
  background: #ddd;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 32px;
  z-index: 2;
}
.num-stp .icon {
  margin-top: 3px;
}

.txt-stp {
  font-size: 0.75rem;
  margin-left: 40px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .txt-stp {
    display: none;
  }
}

.steps-checkout li.active a {
  color: #55BA4C;
}

.active .num-stp {
  background: #55BA4C;
}

.steps-checkout li.active a::after {
  background-color: #dee2e6;
  background-image: -webkit-gradient(linear, left center, right center, from(rgb(72, 203, 2)), to(rgb(238, 238, 238)));
  background-image: -webkit-linear-gradient(left, rgb(72, 203, 2), rgb(238, 238, 238));
  background-image: -moz-linear-gradient(left, rgb(72, 203, 2), rgb(238, 238, 238));
  background-image: -o-linear-gradient(left, rgb(72, 203, 2), rgb(238, 238, 238));
  background-image: -ms-linear-gradient(left, rgb(72, 203, 2), rgb(238, 238, 238));
  background-image: linear-gradient(left, rgb(72, 203, 2), rgb(238, 238, 238));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr="theme-color(success)", EndColorStr="$gray-300");
}

.steps-checkout li.done a {
  color: #55BA4C;
}

.done .num-stp,
.steps-checkout li.done a::after {
  background: #55BA4C;
}

.steps-checkout li:last-child {
  height: 40px;
  width: 32px;
  flex-grow: 0;
}

.steps-checkout li:last-child .txt-stp {
  margin: 0 40px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

.frm-tipo {
  margin-bottom: 40px;
}

.lnk-senha {
  color: #838383;
  display: block;
  margin-bottom: 10px;
}
.lnk-senha:hover {
  color: #ced4da;
}

.lnk-login {
  margin-bottom: 0;
}

.frm-block {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.frm-block > h3 {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.calc-frete {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
.calc-frete input {
  vertical-align: middle;
}

.ipt-cep {
  display: inline-block;
  width: 150px;
  margin-bottom: 0;
}

.tt-ship-calc {
  color: #000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
}

.leg-ship-calc {
  color: #ced4da;
  font-size: 0.688em;
  font-weight: 100;
}

.lnk-busca-cep {
  color: #ced4da;
  margin-left: 10px;
  font-weight: 100;
}
.lnk-busca-cep:hover {
  color: #495057;
}

.frm-entrega label {
  font-size: 1rem;
}
.frm-entrega strong {
  font-weight: bold;
  color: #55BA4C;
  display: block;
}
.frm-entrega .prc {
  color: #55BA4C;
  float: right;
  font-weight: normal;
}
.ttp-end {
  color: #6c757d;
}

.vlr-entrega {
  margin-top: 20px;
}

.lst-frm-entrega {
  padding: 0;
  margin: 0;
}
.lst-frm-entrega li {
  border-top: 1px solid #dee2e6;
  color: #ced4da;
  display: table;
  font-size: 0.875em;
  padding: 10px 0;
  width: 100%;
}

.est-delivery {
  color: #6c757d;
  font-size: 0.875em;
  font-weight: normal;
  vertical-align: middle;
}

.cart-div {
  border-bottom: 1px solid #dee2e6;
  padding: 70px 0;
}

.blc-etg {
  padding-top: 60px;
}
.blc-etg > h4 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.info-car {
  background: #fff;
  font-weight: normal;
}
.info-car .table-responsive {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}
.info-car table {
  margin-bottom: 0;
}
.info-car th {
  background: #fff;
  padding: 15px 10px;
}
.info-car td {
  padding: 15px 10px;
}
.info-car .name {
  text-align: left;
}
.info-car .name small {
  color: #6c757d;
  font-weight: 300;
}
.info-car .frete {
  background: #fff6e4;
  text-align: center;
}
.info-car .frete strong {
  color: #bdaa86;
  display: block;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.info-car .frete span {
  color: #bdaa86;
  font-size: 0.917em;
}
.info-car .remove {
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767.98px) {
  .info-car .remove {
    vertical-align: top;
  }
}
.info-car .quantity,
.info-car tbody .price,
.info-car tbody .total {
  text-align: right;
}
.info-car .quantity {
  width: 130px;
}
.info-car span.stock {
  color: red;
  font-weight: 700;
}
.info-car .total strong {
  font-weight: normal;
  white-space: nowrap;
}
.info-car .cart-total-line {
  color: #6c757d;
  font-size: 1rem;
  margin: 10px 0;
  text-align: right;
}
.info-car .cart-total-line:last-of-type {
  color: #495057;
  font-size: 1.375rem;
  font-weight: 700;
}

.qtd-box {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  width: 60px;
}
.qtd-box:hover {
  transition: all 0.2s ease-in-out;
}
.qtd-box .qtd-input {
  background: #fff !important;
  border-color: #ccc !important;
  border-style: solid !important;
  border-radius: 0 !important;
  font-size: 1em !important;
  height: 28px !important;
  line-height: 28px;
  border-width: 0 1px 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  text-align: center;
  width: 45px;
}

.qtd-btn {
  float: left;
  height: 28px;
  width: 13px;
}
.qtd-btn a {
  background: #dee2e6;
  display: block;
  font-size: 0;
  height: 14px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 13px;
}
.qtd-btn .add:before,
.qtd-btn .sub:before {
  border: 4px solid transparent;
  border-bottom-color: white;
  content: "";
  display: block;
  left: 50%;
  margin-left: -4px;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.qtd-btn .sub:before {
  border-bottom-color: transparent;
  border-top-color: white;
  top: 5px;
}
.qtd-btn .add:hover,
.qtd-btn .sub:hover {
  background: #f9f9f9;
}

.refreshQtd {
  display: flex;
  font-size: 1.5em;
  line-height: normal;
  vertical-align: middle;
}

.opc-car {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.opc-car > h5 {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .opc-car {
    margin-bottom: 30px;
  }
}

.ipt-opc-car {
  width: 70%;
  float: left;
  margin-right: 10px;
}

.mdl-car {
  margin-bottom: 40px;
}

/* Pagamento e entrega */
.rsm-pdd {
  font-size: 13px;
  width: 350px;
  margin-bottom: 60px;
}
.rsm-pdd strong {
  font-weight: normal;
}
.rsm-pdd td {
  padding: 15px !important;
}
@media (max-width: 575.98px) {
  .rsm-pdd {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sub-hd-ckt {
  display: table;
  width: 100%;
}

.sub-tt-ckt {
  color: #343a40;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: uppercase;
}

.sub-hd-ckt .sub-tt-ckt {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .sub-hd-ckt .sub-tt-ckt {
    display: block;
  }
}

.payment-container {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.payment-container h3 {
  font-size: 1.375em;
  font-weight: normal;
  margin: 15px 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .payment-container h3 {
    font-size: 1.125rem;
  }
}

.box-ckt {
  background: #fff;
  border: 1px solid #dee2e6;
  display: table;
  position: relative;
  width: 100%;
}
.box-ckt:before {
  background: #ddd;
  content: "";
  display: inline-block;
  height: 100%;
  left: 50%;
  top: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 575.98px) {
  .box-ckt {
    border: none;
  }
  .box-ckt:before {
    display: none;
  }
}

.ckt-area {
  padding: 15px;
}
@media (max-width: 575.98px) {
  .ckt-area {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin: 15px 0;
  }
}

.order-paymeth .btn {
  background: #000;
  color: #fff;
}

.order-paymeth .btn span {
  color: #ced4da !important;
}

.ckt-opt-pg .information {
  border: 3px solid #ffd800;
  padding: 15px;
  color: #e1a004;
  background: #fff8d1;
  text-align: center;
}

.payment-box .address-info {
  font-size: 0.875em;
}

.payment-box .ship-meth p {
  font-size: 0.875em;
  margin-bottom: 10px;
}

.edit-button {
  background: #fff;
  color: #6c757d;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.75em;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .edit-button {
    margin: 0 0 10px 0;
  }
}

.box-ckt .edit-button:hover {
  border-color: #ced4da;
  color: #ced4da;
}

.box-ckt .payment-meth,
.box-ckt .payment-options {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.endereco-checkout,
.forma-pagamento-checkout {
  border-bottom: 1px solid #dee2e6;
  min-height: 247px;
  display: table;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .endereco-checkout,
  .forma-pagamento-checkout {
    border: none;
    min-height: 0;
    padding: 0;
    margin: 0;
  }
}

.radio,
.bandeiras-cartoes {
  display: flex;
  justify-content: space-between;
}
.radio .i-paymeth,
.bandeiras-cartoes .i-paymeth {
  display: inline-block;
  vertical-align: middle;
}

.card-fields {
  display: table;
  width: 100%;
}
.card-fields .number,
.card-fields .expiration,
.card-fields .security-code {
  float: left;
}
.card-fields .number,
.card-fields .expiration {
  margin: 0 10px 10px 0;
}
.card-fields .expiration select {
  float: left;
  width: 60px;
}
.card-fields .expiration select:first-child {
  margin-right: 5px;
}
.card-fields .parcelation {
  display: table;
  width: 100%;
}
.card-fields .parcelation select {
  width: 150px;
}
.card-fields .number input {
  width: 145px;
}
.card-fields .security-code input {
  float: left;
  margin-right: 5px;
  width: 54px;
}
.card-fields .security-code .security-code-icon {
  display: inline-block;
  height: 22px;
  margin-top: -1px;
  vertical-align: top;
  width: 50px;
}

.info-cartao strong {
  font-weight: normal;
}

.ft-checkout {
  background: #fff;
  border-top: 1px solid #dee2e6;
  margin-top: 40px;
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .ft-checkout {
    margin: 0;
  }
}

.order-details {
  border: 1px solid #dee2e6;
  color: #6c757d;
  display: table;
  margin: 0 0 20px 0;
  width: 100%;
}

.ln-vt {
  min-height: 210px;
}
.ln-vt:before, .ln-vt:after {
  background: #ddd;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.ln-vt:after {
  left: auto;
  right: 0;
}
@media (max-width: 575.98px) {
  .ln-vt {
    min-height: 0;
  }
}

.order-details .order-number,
.order-details .order-paymeth,
.order-details .order-shipmeth {
  padding: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .order-details .order-number,
  .order-details .order-paymeth,
  .order-details .order-shipmeth {
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
  }
}
.order-details .order-number {
  padding-left: 15px;
}
.order-details .order-number .number {
  color: #212529;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 10px;
}
.order-details .order-paymeth .total,
.order-details .order-paymeth .total span {
  color: #343a40;
}
.order-details span {
  color: #6c757d;
}

.tab-end li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lks-spt-mob {
  margin-top: 40px;
}
.lks-spt-mob a {
  border-top: 1px solid #dee2e6;
  display: block;
  line-height: 40px;
  text-align: center;
}
.lks-spt-mob a strong {
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .blc-ckt-int {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    margin-top: 20px;
    padding: 20px;
  }
}
.cart-vazio {
  text-align: center;
}
.cart-vazio .icon {
  color: #ced4da;
  font-size: 3rem;
  margin-bottom: 15px;
}
.cart-vazio h4 {
  font-weight: 300;
  margin-bottom: 30px;
}

#pix-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#pix-form .hd-i-pix svg {
  width: 50%;
}
#pix-form .pix-steps {
  display: flex;
  flex-direction: column;
}
#pix-form .pix-steps > div {
  display: flex;
  gap: 10px;
}
#pix-form .ar-down {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pix-form .ar-down svg {
  width: 5%;
}
#pix-form .pix-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  padding: 2rem;
  gap: 5rem;
}
#pix-form .wrap-copy {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#pix-form .wrap-copy input {
  width: 80%;
  border: 1px solid;
}

.ctn-side-box#main-authentication .btn-check {
  display: none;
}
.ctn-side-box#main-authentication .btn-group-toggle label[for=cadPf] {
  border-radius: 4px 0px 0px 4px;
  border-right: 0px;
}
.ctn-side-box#main-authentication .btn-group-toggle label {
  cursor: pointer;
  padding: 6px 12px;
  transition: all 0.2s ease;
  background-color: #fafafa;
  border: 1px solid #121212;
  color: #121212;
  flex: 1 1 auto;
}
.ctn-side-box#main-authentication .btn-group-toggle label:hover {
  background-color: #4e4e4e;
  color: #fafafa;
}
.ctn-side-box#main-authentication .btn-check:checked + label {
  background-color: #333;
  color: #fafafa;
}

.formas-pagamento {
  display: flex;
}

@media (max-width: 767.98px) {
  .formas-pagamento {
    flex-direction: column;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .formas-pagamento {
    align-items: center;
  }
}
.formas-pagamento h5 {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.formas-pagamento h5 .icon {
  margin-right: 8px;
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .formas-pagamento h5 {
    margin: 0 0 10px 0;
  }
}
.block-paymeth h6 {
  color: #6c757d;
  display: none;
  font-size: 0.875rem;
  line-height: normal;
}

.block-paymeth ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-paymeth ul li {
  height: 24px;
  margin: 0 5px 5px 0;
}

.i-paymeth {
  display: block;
}

.i-paymeth svg {
  font-size: 42px;
  display: inline-block;
  width: 1em;
  height: 0.6071em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

[class^=transfer-] svg,
[class*=transfer-] svg {
  width: 0.6071em;
}

.cvv-container {
  display: flex;
  align-items: center;
}

.cvv-container input {
  flex-grow: 1;
  margin-right: 5px;
}

.icon-cvv {
  height: 45px;
  width: 67px;
}

.ctn-cert {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .ctn-cert {
    display: none;
  }
}
.hd-ft-sec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ctn-cert h5 {
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.ctn-cert .icon {
  font-size: 1.25rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.itm-cert {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}

.seal-cert {
  box-sizing: content-box;
  overflow: hidden;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 67px;
  width: 50px;
}

.d-flex {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .d-flex {
    flex-direction: row;
  }
}
.block-paymeth:last-child ul li {
  margin: 0;
}

.block-paymeth ul li {
  height: 24px;
  width: 24px;
}
.block-paymeth ul li .i-paymeth {
  width: 100%;
  height: 100%;
}
.block-paymeth ul li .i-paymeth svg {
  width: 100%;
  height: 100%;
}

.ft-principal .text-secondary {
  color: #212529;
}

.ft-ln-1 {
  background-color: rgb(25.5, 25.5, 25.5);
}
.ft-ln-1 .col-ft-atendimento {
  background: rgb(17.85, 17.85, 17.85);
  position: relative;
  height: 100%;
}
.ft-ln-1 .col-ft-atendimento:before {
  background: rgb(17.85, 17.85, 17.85);
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100vw;
  transform: translateX(-100%);
}
.ft-ln-1 .col-ft-atendimento .hd-ft-sec {
  display: block;
  border-bottom: 1px solid #212529;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.ft-ln-1 .col-ft-atendimento .hd-ft-sec ul {
  margin: 0;
}
.ft-ln-1 .col-ft-atendimento .hd-ft-sec ul a {
  padding: 0 0 5px 0;
}
.ft-ln-1 .col-ft-atendimento,
.ft-ln-1 .col-ft-menu {
  padding-bottom: 35px;
  padding-top: 35px;
}
.ft-ln-1 .ft-area {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .ft-ln-1 .ft-area {
    margin-bottom: 30px;
  }
}
.ft-ln-1 .ft-area h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
  color: #838383;
}
@media (max-width: 1199.98px) {
  .ft-ln-1 .ft-area h4 {
    font-size: 0.875rem;
  }
}
.ft-ln-1 .ft-area ul {
  list-style: none;
  margin: 0;
}
.ft-ln-1 .ft-area ul a {
  color: #838383;
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  font-size: 0.99rem;
}
.ft-ln-1 .ft-area ul a:before {
  content: "";
  margin-right: 10px;
  background-color: #838383;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}
.ft-ln-1 .ft-area ul a:hover {
  color: #fff;
}

.ft-ln-2 {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .ft-ln-2 {
    background-color: #EDEDED;
  }
}
.ft-ln-2 h5 {
  color: #212529 !important;
  font-weight: 500 !important;
}
.ft-ln-2 .hd-ft-sec .icon-sec .icon {
  color: #212529 !important;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .ft-ln-2 .col-12:nth-child(even) {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
  }
}

.ft-ln-3 {
  background-color: #fff;
}

.hd-ft-sec {
  color: #838383;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .hd-ft-sec {
    align-items: flex-start;
  }
}
.hd-ft-sec .icon {
  font-size: 24px;
  margin-right: 10px;
}
.hd-ft-sec .icon-call {
  font-size: 42px;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .hd-ft-sec .icon-call {
    font-size: 32px;
  }
}
.hd-ft-sec h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0;
  color: #838383;
}
@media (max-width: 1199.98px) {
  .hd-ft-sec h5 {
    font-size: 0.875rem;
  }
}
.hd-ft-sec a:hover {
  color: #fff;
}
.hd-ft-sec ul {
  font-size: 1rem;
  list-style: none;
  margin: 10px 0 0 0;
}
.hd-ft-sec ul a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  color: #838383;
}
.hd-ft-sec ul a:before {
  content: "";
  margin-right: 10px;
  background-color: #838383;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.rs-footer {
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .rs-footer {
    padding: 0;
  }
}
.rs-footer .ctn-icons-rs {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .rs-footer .ctn-icons-rs {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .rs-footer .ctn-icons-rs {
    display: inline-block;
  }
}
.rs-footer .ctn-icons-rs p {
  width: 100%;
}
@media (min-width: 1200px) {
  .rs-footer .ctn-icons-rs p {
    max-width: 239px;
    margin-right: 3rem;
  }
}
.rs-footer .ctn-icons-rs a {
  align-items: center;
  color: #343a40;
  margin-right: 15px;
}
.rs-footer .ctn-icons-rs a:hover {
  color: #6c757d;
}
.rs-footer .ctn-icons-rs a .icon {
  font-size: 42px;
}
@media (max-width: 1199.98px) {
  .rs-footer .ctn-icons-rs a .icon {
    font-size: 32px;
  }
}

.ft-phone {
  display: flex;
}
@media (max-width: 767.98px) {
  .ft-phone {
    flex-direction: column;
  }
}

.atendimento-ft {
  color: #838383;
  display: flex;
}
.atendimento-ft > div {
  width: 45%;
}
.atendimento-ft p {
  margin-right: 15px;
}
.atendimento-ft .btn-lojas {
  background: #838383;
  color: #f8f9fa;
  display: block;
  margin-top: 15px;
  padding: 5px 20px;
  text-align: center;
  border-radius: 17px;
  max-width: 180px;
}

.copy {
  background-color: #fff;
  border-top: 1px solid #EDEDED;
  padding: 1.5rem 0 1rem;
}
.copy p {
  flex: 1 1 auto;
  text-align: center;
  display: flex;
}

.final-copy {
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px 10px;
}
.final-copy .text-muted {
  flex: 1;
}

.ctn-copy {
  align-items: center;
  display: flex;
  font-size: 0.625rem;
  color: #838383;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .ctn-copy {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ctn-copy p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .ctn-copy p {
    order: -1;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
}

.logo-loja-ft {
  color: #495057;
  padding-right: 25px;
}
.logo-loja-ft svg {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  height: 30px;
}

.logo-ss {
  color: #495057;
  border-left: 2px solid #6c757d;
  margin-left: 15px;
  max-height: 35px;
}
.logo-ss:hover {
  color: #29aea9;
}
.logo-ss span {
  display: block;
  height: 35px;
  width: 30px;
  margin: 0 30px;
}
.logo-ss svg {
  height: 100%;
  width: 100%;
}

.formas-pagamento {
  display: flex;
}
.formas-pagamento .hd-ft-sec {
  margin: 0;
}

@media (max-width: 767.98px) {
  .formas-pagamento {
    flex-direction: column;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .formas-pagamento {
    align-items: center;
  }
}
.formas-pagamento h5 {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal !important;
  color: #121212 !important;
}

.formas-pagamento h5 .icon {
  margin-right: 8px;
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .formas-pagamento h5 {
    margin: 0 0 10px 0;
  }
}
.block-paymeth h6 {
  color: #6c757d;
  display: none;
  font-size: 0.875rem;
  line-height: normal;
}

.block-paymeth ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-paymeth ul li {
  height: 24px;
  margin: 0 5px 5px 0;
}

.i-paymeth {
  display: block;
}

.i-paymeth svg {
  font-size: 42px;
  display: inline-block;
  width: 1em;
  height: 0.6071em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

[class^=transfer-] svg,
[class*=transfer-] svg {
  width: 0.6071em;
}

.cvv-container {
  display: flex;
  align-items: center;
}

.cvv-container input {
  flex-grow: 1;
  margin-right: 5px;
}

.icon-cvv {
  height: 45px;
  width: 67px;
}

@media (max-width: 767.98px) {
  .ctn-cert {
    display: none;
  }
}
.hd-ft-sec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ctn-cert h5 {
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #121212 !important;
}

.ctn-cert .icon {
  font-size: 1.25rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #121212;
  fill: #121212;
}

.ctn-cert .icon-security {
  margin: 0 !important;
}

.itm-cert {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}

.seal-cert {
  box-sizing: content-box;
  overflow: hidden;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 67px;
  width: 50px;
}

@media (min-width: 992px) {
  .d-flex {
    flex-direction: row;
  }
}
/* Modificações */
.frete-sidebox {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 400px;
  width: 90vw;
  min-width: 0;
  z-index: 1032;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  visibility: hidden;
}

.open-sidebox.frete-sidebox {
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.frete-sidebox .ctn-side-box {
  padding-bottom: 0;
}

.calc-frete-pdt {
  margin-bottom: 30px;
}

.calc-frete-pdt .form-calc-frete label {
  color: #6c757d;
  font-size: 0.875rem;
}

.calc-frete-pdt .form-calc-frete > div {
  display: flex;
}

@media (min-width: 992px) {
  .calc-frete-pdt .form-calc-frete > div {
    max-width: 60%;
  }
}
.calc-frete-pdt .form-calc-frete .alert-frete {
  text-transform: uppercase;
  color: #dc3545;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 5px;
}

.ctnShipping h5 {
  font-size: 1rem;
  font-weight: bold;
}

.ctnShipping #boxDesc {
  display: flex;
  flex-direction: column;
}

.ctnShipping #boxDesc > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}

.ctnShipping #boxDesc > div h6 {
  flex-grow: 1;
}

.ctnShipping #boxDesc > div .ttp-end {
  font-size: 0.875rem;
}

.ctnShipping #boxDesc > div .valor {
  color: #55ba4c;
  margin-left: 1rem;
  font-weight: bold;
}

.ctnShipping #boxDesc > div:last-of-type {
  border: none;
}

.selected-shipmeth {
  border: 2px solid #55ba4c;
  border-radius: 0.6rem;
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 992px) {
  .selected-shipmeth {
    flex-direction: row;
  }
}
.selected-shipmeth > div:first-of-type {
  display: flex;
  align-items: center;
  color: #55ba4c;
  text-transform: uppercase;
  margin-right: 30px;
}

.selected-shipmeth > div:last-of-type {
  font-size: 0.875rem;
}

.selected-shipmeth > div:last-of-type span {
  display: block;
  font-weight: 600;
}

.selected-shipmeth p {
  margin: 0;
}

.selected-shipmeth .icon-check {
  background-color: #55ba4c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}

.selected-shipmeth .icon-check:after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 9px;
  width: 6px;
  transform: rotate(45deg) translateX(-1px) translateY(-1px);
}

.selected-shipmeth .txt-change-shipmeth {
  color: #343a40;
  display: block;
  font-size: 0.75rem;
  text-align: left;
  text-decoration: underline;
}

.btn-shipmeth-selected {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 30px;
  max-width: 450px;
  text-align: left;
  width: 100%;
}

.btn-shipmeth-selected:hover .selected-shipmeth {
  border-color: #64a71b;
}

.btn-shipmeth-selected:hover .txt-change-shipmeth {
  color: #64a71b;
}

.btn-shipmeth-selected:focus {
  outline: none;
}

.form-frete-sidebox {
  margin-bottom: 30px;
}

.form-frete-sidebox label {
  font-size: 0.875rem;
  color: #495057;
  display: block;
  margin-bottom: 5px;
}

.form-frete-sidebox > div {
  display: flex;
  align-items: center;
}

.form-frete-sidebox > div .form-control {
  margin-right: 15px;
}

.ctn-tab-frete {
  margin-bottom: 30px;
}

.tab-frete {
  background: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.tab-frete > a {
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.tab-frete > a.active {
  background-color: #343a40;
  color: #fff;
}

.lst-shipmeth {
  list-style: none;
}

.lst-shipmeth > li {
  display: flex;
  padding: 10px 0;
  font-size: 0.875rem;
  color: #495057;
}

.lst-shipmeth > li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.lst-shipmeth > li > input {
  margin-right: 15px;
  flex-shrink: 0;
}

.lst-shipmeth > li p {
  margin-bottom: 5px;
}

.lst-shipmeth > li p span {
  display: block;
}

.lst-shipmeth h6 {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.lst-shipmeth .valor {
  color: #55ba4c;
  font-weight: 700;
  text-transform: uppercase;
}

.ctn-btn-shipping {
  background: #fff;
  padding: 20px;
  margin: 0 -20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .ctn-btn-shipping {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .ctn-cert {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ctn-cert {
    padding: 0px !important;
  }
}
.ctn-cert h5 {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
}

.ctn-cert h5 .icon {
  margin-right: 8px;
  font-size: 1.25rem;
}

.itm-cert {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}

.seal-cert {
  box-sizing: content-box;
  overflow: hidden;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 67px;
  width: 50px;
}

.list-parcelation {
  list-style: none;
}

.list-parcelation > li {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
}

.list-parcelation > li:last-child {
  border: none;
}

.list-parcelation .i-paymeth {
  display: inline-block;
  vertical-align: middle;
}

.list-parcelation ul {
  list-style: none;
}

.list-parcelation .ctn-bandeiras {
  margin-bottom: 10px;
}

.list-parcelation .bancos {
  display: flex;
  flex-wrap: wrap;
}

.list-parcelation .bancos li {
  margin-right: 5px;
}

.num-parcel {
  list-style: none;
  margin: 15px 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 31, 85, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn {
  --green-ligth: #b9e9b7;
  --green-dark: #44ad3b;
  font-weight: 400;
  color: #fff;
  height: auto;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #212529;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  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;
}
.btn.btn.disabled {
  pointer-events: none;
}
.btn.btn-lg, .btn-group-lg > .btn {
  height: auto;
  padding: 0.9375rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
}
.btn.btn-light {
  background: #fff;
  border: 1px solid #dee2e6;
  color: #000;
}
.btn.btn-light.disabled {
  background: #f8f9fa;
}
.btn.btn-light:hover {
  background-color: #e9ecef;
  color: #000;
  text-decoration: none;
}
.btn.btn-success, .btn.btn-checkout {
  background-color: #55BA4C;
  color: #fff;
}
.btn.btn-success.disabled, .btn.btn-checkout.disabled {
  background: #dee2e6;
}
.btn.btn-success:hover, .btn.btn-checkout:hover {
  background-color: var(--green-dark);
  border-color: #55BA4C;
  outline: solid var(--green-ligth);
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-primary:hover {
  background: #000;
  color: #fff;
  outline: solid #ced4da;
}
.btn.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn.btn-danger:hover {
  background-color: #c82434;
  outline: solid 2px #ffd0d5;
}

.btn-link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: underline;
  padding: 0;
}

.btn.btn-link,
.btn.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #212529;
  color: #212529;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}
.btn.btn-link:hover,
.btn.btn-outline-primary:hover {
  background-color: #212529;
  color: #fafafa;
}

.mdl-cart button.btn:not(.btn-light) {
  background-color: #212529;
  color: #fff;
}
.mdl-cart button.btn:not(.btn-light):hover {
  background-color: #000;
  outline: solid #ced4da;
}

.btn-round-sm {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 13px;
  color: #000;
  font-size: 0.875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 25px;
  padding: 0 15px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
}

.btn-round-sm:hover {
  background: #000;
  color: #fff;
}

.block-paymeth:last-child ul li {
  margin: 0;
}

.block-paymeth ul li {
  height: 24px;
  width: 24px;
}
.block-paymeth ul li .i-paymeth {
  width: 100%;
  height: 100%;
}
.block-paymeth ul li .i-paymeth svg {
  width: 100%;
  height: 100%;
}

.form-inline {
  flex-wrap: nowrap;
}

.ctn #button_continue {
  font-weight: 600;
  color: #fafafa;
}

.ft-ckt {
  padding-bottom: 0;
}

.mdl-cart button,
.mdl-cart h5,
.hd-ft-sec h5 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.ft-ckt .ctn {
  padding: 0;
}
.ft-ckt .ctn .formas-pagamento {
  padding: 20px 10px;
}
.ft-ckt .ctn .formas-pagamento .block-paymeth:first-child ul li {
  margin-right: 6px !important;
}
.ft-ckt .ctn .formas-pagamento .block-paymeth:nth-child(2) {
  margin: 0 6px !important;
}
.ft-ckt .ctn .formas-pagamento .block-paymeth:last-child {
  margin-left: 0px !important;
}
.ft-ckt .ctn .formas-pagamento .block-paymeth:last-child ul li {
  width: 40px;
  margin-left: 5px;
}
.ft-ckt .ctn .formas-pagamento .block-paymeth:last-child ul li:first-child {
  margin-left: 0px;
}

.ctn .formas-pagamento h5 {
  margin-bottom: 4px;
}

.ft-ckt .ctn-cert .d-flex {
  flex-direction: row-reverse;
}
.ft-ckt .ctn-cert .d-flex .itm-cert:last-child {
  margin-top: 10px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ctn-cert h5 .icon {
  margin-right: 0px !important;
}

.icon-spirt-only div {
  height: auto !important;
}

#totals #button_final_cart {
  height: auto;
}

#checkout-customer .type-user label {
  margin: 0px;
}

.ctn-form-costumer .frm-grp {
  margin: 0;
}

#checkout-customer #fields-form {
  padding: 0px 15px;
}
#checkout-customer #fields-form input {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#checkout-customer #fields-form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1a48c6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 31, 85, 0.25);
}

#customer .frm-grp label[for=newsletter] {
  gap: 8px;
  margin-top: 10px;
}

.msg-new-customer {
  padding: 18px;
}
.msg-new-customer p {
  font-size: 18px;
  line-height: 1.6;
}

#checkout-customer #fields-form {
  padding-bottom: 6px;
}

#checkout-customer #fields-form .frm-grp {
  margin-bottom: 15px;
}

.ctn-cert {
  padding-right: 10px;
}
.ctn-cert .d-flex {
  gap: 10px;
}
.ctn-cert h5 {
  font-weight: 700;
  gap: 6px;
}

.itm-cert {
  margin: 0px;
}

.final-copy {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .ctn-form-costumer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .ctn-form-costumer .frm-grp {
    flex-basis: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.btn-success.disabled,
.btn-success:disabled {
  border-color: transparent;
}

#fields-form .frm-grp label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#fields-form > div:has(.error) > div input {
  color: red !important;
  border-color: red !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
#fields-form > div:has(.error) > div input::placeholder {
  color: rgba(255, 0, 0, 0.6);
}

#fields-form {
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
#fields-form small {
  display: none;
}
#fields-form .frm-grp {
  margin: 0px !important;
  padding: 0px;
}
#fields-form div {
  width: 100%;
  max-width: none;
  padding: 0px;
}
#fields-form input {
  width: 100%;
}
@media screen and (max-width: 400px) {
  #fields-form div {
    max-width: max-content;
  }
}

#register-form-authentication #fields-form {
  gap: 0;
}

#quote-shipping {
  z-index: 132;
}

#custom-footer .ctn-cert {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  gap: 8px;
  flex-direction: column;
}
#custom-footer .ctn-cert .d-flex {
  display: flex;
  flex-direction: column;
  flex-direction: row-reverse;
}
#custom-footer .ctn-cert .d-flex .itm-cert a img {
  width: 100%;
  height: 100%;
}
#custom-footer .ctn-cert h5,
#custom-footer .rs-footer .hd-ft-sec h5 {
  font-size: 1.125rem;
  font-weight: 400 !important;
}
#custom-footer .formas-pagamento {
  flex-direction: column;
}
#custom-footer .formas-pagamento .hd-ft-sec {
  margin-bottom: 1rem;
}
#custom-footer .formas-pagamento h5 {
  font-size: 1.125rem;
  font-weight: 400 !important;
  display: flex;
  align-items: flex-start;
}
#custom-footer .formas-pagamento h5 .icon {
  display: none;
}
#custom-footer .formas-pagamento {
  align-items: flex-start;
}
#custom-footer .formas-pagamento .block-paymeth .title-empty {
  margin-top: 18px;
}
#custom-footer .formas-pagamento .block-paymeth h6 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#custom-footer .formas-pagamento ul li {
  display: inline-block;
  height: auto;
  width: auto;
}
#custom-footer .formas-pagamento ul li[title=Pix] svg {
  margin-right: 0px;
}
#custom-footer .formas-pagamento ul li svg {
  width: 1em;
  height: 0.6071em;
  font-size: 56px;
  margin: 0px 6px 6px 0px;
}
#custom-footer .formas-pagamento ul li [class^=transfer-] svg,
#custom-footer .formas-pagamento ul li [class*=transfer-] svg {
  width: 0.6071em;
  margin: 0px;
}

.formas-pagamento .block-paymeth:has(li[title=Pix]) .i-paymeth svg {
  width: 1em;
  height: 0.6071em;
}

body:has(.ctn-steps) .formas-pagamento .block-paymeth {
  margin-bottom: 0px !important;
}
body:has(.ctn-steps) .formas-pagamento .block-paymeth:has(li[title=Pix]) li {
  position: relative;
  left: -9px;
}
body:has(.ctn-steps) .formas-pagamento .block-paymeth:first-child {
  margin-right: 0px !important;
}
body:has(.ctn-steps) .lnk-psw a {
  text-decoration: underline !important;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .ft-principal .ft-ln-2 {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .final-copy {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .final-copy .icon-spirt-only {
    margin-right: 0px !important;
    margin-bottom: 16px;
  }
}
.dis-landscape {
  display: none;
}

@media (max-width: 768px) and (min-aspect-ratio: 13/9) and (orientation: landscape) {
  .dis-landscape {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    color: #ced4da;
    font-size: 2em;
    font-weight: 100;
    height: 100vh;
    left: 0;
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 999999999999;
  }
  .dis-landscape svg {
    width: 32px;
    height: 32px;
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grd-ctd {
    display: inherit;
  }
  .sobre-home,
  .sorteio,
  .ctn-sto {
    display: block;
  }
  .mdl-pdt {
    display: inherit;
  }
  .mdl-pdt > li {
    display: inherit;
  }
  .mdl-pdt .grd-ctd {
    height: 100%;
    min-height: 545px;
    display: inherit;
  }
  .dtq-carsl .swiper-slide,
  .leilao .swiper-slide,
  .special .swiper-slide {
    display: inline-block !important;
  }
}
.ft-ckt {
  border: solid red;
}

/*# sourceMappingURL=styles.css.map */
