@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700|Open+Sans:300,400,600,700");
/*!
 * 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: #6b6b6b;
  --gray-dark: #383838;
  --primary: #2b2b2b;
  --secondary: #6b6b6b;
  --success: #55BA4C;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #D1D1D1;
  --dark: #383838;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", "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: "Open Sans", "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: #2b2b2b;
  text-align: left;
  background-color: #fff;
}

[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: #2b2b2b;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(4.75, 4.75, 4.75);
  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: #6b6b6b;
  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: #6b6b6b;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  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: #6b6b6b;
}

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: #2b2b2b;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #2b2b2b;
}
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 #C4C4C4;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #C4C4C4;
}
.table tbody + tbody {
  border-top: 2px solid #C4C4C4;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #C4C4C4;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #C4C4C4;
}
.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(195.64, 195.64, 195.64);
}

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

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

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

.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(242.12, 242.12, 242.12);
}

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

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

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

.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: #2b2b2b;
  border-color: rgb(62.125, 62.125, 62.125);
}
.table .thead-light th {
  color: #444444;
  background-color: #D1D1D1;
  border-color: #C4C4C4;
}

.table-dark {
  color: #fff;
  background-color: #2b2b2b;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(62.125, 62.125, 62.125);
}
.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: #444444;
  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: #444444;
  background-color: #fff;
  border-color: rgb(106.75, 106.75, 106.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.25);
}
.form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #D1D1D1;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #444444;
  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: #2b2b2b;
  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.625rem;
}

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: #6b6b6b;
}

.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(43, 43, 43, 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: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(23.875, 23.875, 23.875);
  border-color: rgb(17.5, 17.5, 17.5);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.5, 17.5, 17.5);
  border-color: rgb(11.125, 11.125, 11.125);
}
.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(43, 43, 43, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(87.875, 87.875, 87.875);
  border-color: rgb(81.5, 81.5, 81.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 107, 107, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(81.5, 81.5, 81.5);
  border-color: rgb(75.125, 75.125, 75.125);
}
.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(107, 107, 107, 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: #2b2b2b;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #2b2b2b;
  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: #2b2b2b;
  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: #2b2b2b;
  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: #2b2b2b;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-light:hover {
  color: #2b2b2b;
  background-color: rgb(189.875, 189.875, 189.875);
  border-color: rgb(183.5, 183.5, 183.5);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 209, 209, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #2b2b2b;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #2b2b2b;
  background-color: rgb(183.5, 183.5, 183.5);
  border-color: rgb(177.125, 177.125, 177.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(209, 209, 209, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(36.875, 36.875, 36.875);
  border-color: rgb(30.5, 30.5, 30.5);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.5, 30.5, 30.5);
  border-color: rgb(24.125, 24.125, 24.125);
}
.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(56, 56, 56, 0.5);
}

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

.btn-outline-secondary {
  color: #6b6b6b;
  background-color: transparent;
  background-image: none;
  border-color: #6b6b6b;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 107, 107, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6b6b6b;
  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: #6b6b6b;
  border-color: #6b6b6b;
}
.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(107, 107, 107, 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: #2b2b2b;
  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: #2b2b2b;
  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: #D1D1D1;
  background-color: transparent;
  background-image: none;
  border-color: #D1D1D1;
}
.btn-outline-light:hover {
  color: #2b2b2b;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 209, 209, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #D1D1D1;
  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: #2b2b2b;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.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(209, 209, 209, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #2b2b2b;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(4.75, 4.75, 4.75);
  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: #6b6b6b;
  pointer-events: none;
}

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

.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: #2b2b2b;
  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 #D1D1D1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2b2b2b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(30.25, 30.25, 30.25);
  text-decoration: none;
  background-color: #f8f8f8;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2b2b2b;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6b6b6b;
  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: #6b6b6b;
  white-space: nowrap;
}

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

.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: #444444;
  text-align: center;
  white-space: nowrap;
  background-color: #D1D1D1;
  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.625rem;
}

.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: #2b2b2b;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(43, 43, 43, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(132.25, 132.25, 132.25);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6b6b6b;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #D1D1D1;
}

.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: #C4C4C4;
}
.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: #2b2b2b;
}
.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: #2b2b2b;
}
.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(43, 43, 43, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(43, 43, 43, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2b2b2b;
}
.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(43, 43, 43, 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: #444444;
  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='%23383838' 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(106.75, 106.75, 106.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(106.75, 106.75, 106.75, 0.5);
}
.custom-select:focus::-ms-value {
  color: #444444;
  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: #6b6b6b;
  background-color: #D1D1D1;
}
.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(106.75, 106.75, 106.75);
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgb(106.75, 106.75, 106.75);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #D1D1D1;
}
.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: #444444;
  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: #444444;
  content: "Browse";
  background-color: #D1D1D1;
  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(43, 43, 43, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(43, 43, 43, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(43, 43, 43, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2b2b2b;
  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;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(132.25, 132.25, 132.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #C4C4C4;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2b2b2b;
  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;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(132.25, 132.25, 132.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #C4C4C4;
  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: #2b2b2b;
  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;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(132.25, 132.25, 132.25);
}
.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: #C4C4C4;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #C4C4C4;
  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: #6b6b6b;
}

.nav-tabs {
  border-bottom: 1px solid #C4C4C4;
}
.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: #D1D1D1 #D1D1D1 #C4C4C4;
}
.nav-tabs .nav-link.disabled {
  color: #6b6b6b;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #444444;
  background-color: #fff;
  border-color: #C4C4C4 #C4C4C4 #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: #2b2b2b;
}

.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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 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: #D1D1D1;
  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: #6b6b6b;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6b6b6b;
}

.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: #2b2b2b;
  background-color: #fff;
  border: 1px solid #C4C4C4;
}
.page-link:hover {
  z-index: 2;
  color: rgb(4.75, 4.75, 4.75);
  text-decoration: none;
  background-color: #D1D1D1;
  border-color: #C4C4C4;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 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: #2b2b2b;
  border-color: #2b2b2b;
}
.page-item.disabled .page-link {
  color: #6b6b6b;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #C4C4C4;
}

.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.625rem;
  border-bottom-left-radius: 0.625rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.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: #2b2b2b;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.5, 17.5, 17.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6b6b6b;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(81.5, 81.5, 81.5);
}

.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: #2b2b2b;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #2b2b2b;
  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: #2b2b2b;
  background-color: #D1D1D1;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #2b2b2b;
  text-decoration: none;
  background-color: rgb(183.5, 183.5, 183.5);
}

.badge-dark {
  color: #fff;
  background-color: #383838;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.5, 30.5, 30.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #D1D1D1;
  border-radius: 0.625rem;
}
@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(22.36, 22.36, 22.36);
  background-color: rgb(212.6, 212.6, 212.6);
  border-color: rgb(195.64, 195.64, 195.64);
}
.alert-primary hr {
  border-top-color: rgb(182.89, 182.89, 182.89);
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: rgb(55.64, 55.64, 55.64);
  background-color: rgb(225.4, 225.4, 225.4);
  border-color: rgb(213.56, 213.56, 213.56);
}
.alert-secondary hr {
  border-top-color: rgb(200.81, 200.81, 200.81);
}
.alert-secondary .alert-link {
  color: rgb(30.14, 30.14, 30.14);
}

.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(108.68, 108.68, 108.68);
  background-color: rgb(245.8, 245.8, 245.8);
  border-color: rgb(242.12, 242.12, 242.12);
}
.alert-light hr {
  border-top-color: rgb(229.37, 229.37, 229.37);
}
.alert-light .alert-link {
  color: rgb(83.18, 83.18, 83.18);
}

.alert-dark {
  color: rgb(29.12, 29.12, 29.12);
  background-color: rgb(215.2, 215.2, 215.2);
  border-color: rgb(199.28, 199.28, 199.28);
}
.alert-dark hr {
  border-top-color: rgb(186.53, 186.53, 186.53);
}
.alert-dark .alert-link {
  color: rgb(3.62, 3.62, 3.62);
}

@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: #D1D1D1;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2b2b2b;
  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: #444444;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #444444;
  text-decoration: none;
  background-color: #f8f8f8;
}
.list-group-item-action:active {
  color: #2b2b2b;
  background-color: #D1D1D1;
}

.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: #6b6b6b;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.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(22.36, 22.36, 22.36);
  background-color: rgb(195.64, 195.64, 195.64);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(22.36, 22.36, 22.36);
  background-color: rgb(182.89, 182.89, 182.89);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.36, 22.36, 22.36);
  border-color: rgb(22.36, 22.36, 22.36);
}

.list-group-item-secondary {
  color: rgb(55.64, 55.64, 55.64);
  background-color: rgb(213.56, 213.56, 213.56);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(55.64, 55.64, 55.64);
  background-color: rgb(200.81, 200.81, 200.81);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.64, 55.64, 55.64);
  border-color: rgb(55.64, 55.64, 55.64);
}

.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(108.68, 108.68, 108.68);
  background-color: rgb(242.12, 242.12, 242.12);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(108.68, 108.68, 108.68);
  background-color: rgb(229.37, 229.37, 229.37);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(108.68, 108.68, 108.68);
  border-color: rgb(108.68, 108.68, 108.68);
}

.list-group-item-dark {
  color: rgb(29.12, 29.12, 29.12);
  background-color: rgb(199.28, 199.28, 199.28);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(29.12, 29.12, 29.12);
  background-color: rgb(186.53, 186.53, 186.53);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(29.12, 29.12, 29.12);
  border-color: rgb(29.12, 29.12, 29.12);
}

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

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;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.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.625rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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 #D1D1D1;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.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 #D1D1D1;
}
.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: "Open Sans", "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: #000000;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", "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.625rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.625rem;
}
.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.625rem 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.625rem 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.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.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: #2b2b2b !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #C4C4C4 !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: #2b2b2b !important;
}

.border-secondary {
  border-color: #6b6b6b !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: #D1D1D1 !important;
}

.border-dark {
  border-color: #383838 !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: #2b2b2b !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(81.5, 81.5, 81.5) !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: #D1D1D1 !important;
}

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

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

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

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

.text-muted {
  color: #6b6b6b !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 #aaaaaa;
    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 #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #C4C4C4 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #C4C4C4;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #C4C4C4;
  }
}
.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 .ctn-logo .logo, .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 .hd-attribute, .pdt-dica .hd-dica, .pdt-desc .hd-desc, .hd-promo, .hd-viewed, .hd-novidades {
  border-bottom: 1px solid #C4C4C4;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .pdt-rel .hd-pdt-rel, .review-faq .hd-sec-pdt, .ctn-atb-pdt .hd-attribute, .pdt-dica .hd-dica, .pdt-desc .hd-desc, .hd-promo, .hd-viewed, .hd-novidades {
    margin-bottom: 20px;
  }
}
.pdt-rel .hd-pdt-rel h2, .review-faq .hd-sec-pdt h2, .ctn-atb-pdt .hd-attribute 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 .hd-attribute h3, .pdt-dica .hd-dica h3, .pdt-desc .hd-desc h3, .hd-promo h3, .hd-viewed h3, .hd-novidades h3 {
  color: #383838;
  font-size: 1.875rem;
  line-height: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .pdt-rel .hd-pdt-rel h2, .review-faq .hd-sec-pdt h2, .ctn-atb-pdt .hd-attribute 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 .hd-attribute h3, .pdt-dica .hd-dica h3, .pdt-desc .hd-desc h3, .hd-promo h3, .hd-viewed h3, .hd-novidades h3 {
    font-size: 1.5rem;
  }
}

.filtro-opcao h3, .flt-preco h3, .mdl-fabricantes h3, .ctn-mn-blog > h3, .filtro-categoria h3, .ctn-mdl-selos h3 {
  background: #D1D1D1;
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
  padding: 0 15px;
  text-transform: uppercase;
}
.filtro-opcao h3:after, .flt-preco h3:after, .mdl-fabricantes h3:after, .ctn-mn-blog > h3:after, .filtro-categoria h3:after, .ctn-mdl-selos h3:after {
  background: #D1D1D1;
  border: 25px solid #D1D1D1;
  border-right-color: #fff;
  border-bottom-color: #fff;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * 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;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-mobile {
    padding-right: 15px;
  }
}

.mp-menu {
  display: none;
}

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

.dl-trigger {
  color: #2b2b2b !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;
  display: flex;
  font-size: 1.5rem;
  width: auto;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  line-height: 60px;
  height: 60px;
  position: relative;
  text-align: left;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767.98px) {
  .dl-menuwrapper button {
    line-height: 60px;
    height: 60px;
  }
}

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

.dl-menuwrapper ul {
  background: rgb(4.75, 4.75, 4.75);
  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;
  font-weight: 100;
  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: #fff;
}

.main-container {
  margin: 0 auto;
  max-width: 1920px;
}

.global-container {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .global-container {
    margin-bottom: 50px;
  }
}

img {
  color: #6b6b6b;
  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: #6b6b6b;
  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 {
  background: #f8f8f8;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px 0 60px 0;
  width: 100%;
  min-height: 390px;
  padding-top: 110px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .hd-pg {
    margin-bottom: 15px;
  }
}
.hd-pg h1 {
  color: #383838;
  font-size: 3rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-pg h1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

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

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

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

.price-desc {
  color: #000000;
  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: normal;
  line-height: normal;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .ctn-bc {
    flex-wrap: wrap;
  }
}
.ctn-bc > span {
  font-size: 0.75rem;
  color: #6b6b6b;
  margin-right: 5px;
  display: none;
}

.breadcrumbs {
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 0;
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 15px;
  color: #6b6b6b;
}
.breadcrumbs li:after {
  content: "❯";
  font-size: 0.625em;
  vertical-align: middle;
  margin-left: 15px;
}
.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: #383838;
}
.breadcrumbs li a {
  color: #6b6b6b;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 90px;
  white-space: nowrap;
}
.breadcrumbs li a:hover {
  color: #383838;
}

.ft-breadcrumb {
  border-top: 1px solid #D1D1D1;
  margin-bottom: -40px;
  margin-top: 60px;
  padding: 15px 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: #6b6b6b;
  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: #6b6b6b;
  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: #6b6b6b;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #6b6b6b;
  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: #6b6b6b;
  background-color: #C4C4C4;
  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: #2b2b2b;
  border-color: #2b2b2b;
  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: #D1D1D1;
  border-radius: 100%;
  color: #383838;
  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: #B51548;
  color: #fff;
}
.sl-off strong {
  font-weight: 600;
}
.sl-off strong:before {
  content: "-";
}

.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 #C4C4C4;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 1000px;
  color: #C4C4C4;
  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 #C4C4C4;
  bottom: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  left: 15px;
  position: fixed;
  z-index: 1030;
  color: #6b6b6b;
  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: #2b2b2b;
  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: #6b6b6b;
}
.avl-star[data-stars="2"] svg:nth-child(-n+2) {
  fill: #6b6b6b;
}
.avl-star[data-stars="3"] svg:nth-child(-n+3) {
  fill: #6b6b6b;
}
.avl-star[data-stars="4"] svg:nth-child(-n+4) {
  fill: #6b6b6b;
}
.avl-star[data-stars="5"] svg:nth-child(-n+5) {
  fill: #6b6b6b;
}

.modal-alert .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}
.modal-alert .text-alert {
  color: #6b6b6b;
  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: #383838;
  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);
}

.block-paymeth h6 {
  color: #6b6b6b;
  font-size: 0.875rem;
  line-height: normal;
}
.block-paymeth ul {
  list-style: none;
  margin: 0;
}
.block-paymeth ul li {
  display: inline-block;
  margin-bottom: 5px;
}

.i-paymeth svg {
  font-size: 56px;
  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;
}

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

.captcha {
  height: 35px !important;
  border: 1px solid #C4C4C4;
  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: #6b6b6b;
  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;
  }
}

.hd {
  position: relative;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hd {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 767.98px) {
  .hd:before {
    background: #fff;
    content: "";
    position: fixed;
    z-index: 1038;
    height: 60px;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.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: 55px;
  max-height: 55px;
}
.hd-floating .menu-cat-item > a .seta {
  height: 55px;
}
.hd-floating .hd-blocks .ctn-logo .logo {
  max-width: 180px;
}
.hd-floating .logo-svg svg {
  max-width: 180px;
  min-width: 180px;
}
@media (max-width: 1199.98px) {
  .hd-floating .hd-blocks .ctn-logo .logo {
    max-width: 130px;
  }
  .hd-floating .logo-svg svg {
    max-width: 130px;
    min-width: 130px;
  }
}
@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%;
  z-index: 1040;
  -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: #2b2b2b;
  color: #C4C4C4;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.0625rem;
  height: 30px;
  padding: 5px 0;
  -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 .tel-hd-top {
  display: flex;
  align-items: center;
}
.hd-top .tel-hd-top > span {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .hd-top .tel-hd-top > span {
    margin-right: 20px;
    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: 7px;
}
.hd-top > .container {
  display: flex;
  justify-content: space-between;
}
.hd-top .wrap-top-links {
  display: flex;
}
.hd-top .hd-top-links {
  color: #fff;
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .hd-top .hd-top-links {
    display: none;
  }
}
.hd-top .hd-top-link {
  color: #C4C4C4;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.hd-top .hd-top-link:hover {
  color: rgb(132.5, 132.5, 132.5);
}
.hd-top .hd-top-link span {
  color: #fff;
  display: flex;
  font-size: 14px;
  margin-right: 15px;
}
.hd-top .hd-top-rs {
  display: flex;
  align-items: center;
}
.hd-top .hd-top-rs > span {
  margin-right: 15px;
}
.hd-top .hd-top-rs a {
  font-size: 0.875rem;
  color: #fff;
  display: flex;
  margin: 0 7px;
}
@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: rgba(255, 255, 255, 0.4);
  position: relative;
}
@media (max-width: 767.98px) {
  .hd-blocks {
    background: rgba(255, 255, 255, 0.8);
    z-index: 1039;
  }
}
.hd-blocks > .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767.98px) {
  .hd-blocks > .container {
    flex-wrap: wrap;
  }
}
.hd-blocks .ctn-logo {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  min-width: 295px;
  -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: 1199.98px) {
  .hd-blocks .ctn-logo {
    min-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .hd-blocks .ctn-logo {
    min-width: 145px;
    width: 145px;
    padding: 0 5px;
  }
}
@media (max-width: 991.98px) {
  .hd-blocks .ctn-logo .logo {
    max-width: 150px;
  }
}
.hd-blocks .ctn-logo img {
  max-width: 100%;
  height: auto;
}
.hd-blocks .ctn-menu,
.hd-blocks .ctn-busca,
.hd-blocks .ctn-links-hd {
  background: #fff;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .hd-blocks .ctn-menu,
  .hd-blocks .ctn-busca,
  .hd-blocks .ctn-links-hd {
    background: none;
  }
}
.hd-blocks .ctn-menu {
  display: flex;
  flex-wrap: wrap;
  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: 300px;
  -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 {
    order: 4;
    max-width: none;
    height: 50px;
    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) {
  .ctn-links-hd {
    flex-grow: inherit !important;
  }
}

@media (max-width: 767.98px) {
  .menu-mobile,
  .ctn-links-hd {
    width: 25%;
  }
}
.logo-svg {
  display: block;
  max-width: 180px;
  color: #2b2b2b;
}
.logo-svg svg {
  max-width: 180px;
  min-width: 180px;
  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: 1199.98px) {
  .logo-svg svg {
    max-width: 130px;
    min-width: 130px;
  }
}

.hd-inf {
  margin-bottom: 40px;
  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: #2b2b2b !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: auto;
  height: 32px;
  text-align: center;
}
.icon-topo .icon-cart {
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .icon-topo {
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .icon-topo {
    height: 24px;
    margin: 0 0 0 15px;
  }
}
.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;
  }
}

.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;
  border-right: 2px solid #e4e4e4;
}
.menu-cat-item > a {
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  overflow: hidden;
  min-height: 80px;
  max-height: 80px;
  padding: 0 30px;
  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: #6b6b6b;
  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='%23B2B2B2' 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: 80px;
  margin-left: 15px;
  width: 16px;
}
@media (max-width: 1199.98px) {
  .menu-cat-item > a .seta {
    margin-left: 8px;
  }
}
.menu-cat-item > a:hover {
  background: #383838;
  color: #fff;
}
.menu-cat-item > a:hover .seta {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath fill='%23FFFFFF' 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");
}
.menu-cat-item .menu-trigger {
  width: 265px;
}
@media (max-width: 1199.98px) {
  .menu-cat-item .menu-trigger {
    width: auto;
  }
}
.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: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$gray-100", endColorstr="#ffffff",GradientType=0 );
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  list-style: none;
  left: 310px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: calc(100% - 295px - 30px);
  display: none;
}
@media (max-width: 1199.98px) {
  .menu-cat-item .submenu-category {
    left: 195px;
    width: calc(100% + 115px - 295px - 30px);
  }
}
.menu-cat-item:hover .submenu-category {
  display: block;
}
.menu-cat-item ul {
  color: white;
  margin: 0;
  list-style: none;
}
.menu-cat-item .column-1 {
  flex-direction: column !important;
}
.menu-cat-item .submenu-institucional {
  background: #000000;
  background: -moz-linear-gradient(top, #f8f8f8 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$gray-100", endColorstr="#ffffff",GradientType=0 );
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  list-style: none;
  left: 310px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: calc(100% - 295px - 30px);
  display: none;
}
@media (max-width: 1199.98px) {
  .menu-cat-item .submenu-institucional {
    left: 195px;
    width: calc(100% + 115px - 295px - 30px);
  }
}
.menu-cat-item .submenu-institucional > ul {
  background: #000000;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0 15px;
  width: 100%;
}
.menu-cat-item .submenu-institucional > ul > li {
  color: #fff;
  display: flex;
  align-items: center;
}
.menu-cat-item .submenu-institucional > ul > li a {
  color: #fff;
  font-size: 0.9375rem;
  padding: 0 15px;
  white-space: nowrap;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .menu-cat-item .submenu-institucional > ul > li a {
    padding: 0 10px;
  }
}
.menu-cat-item .submenu-institucional > ul > li:after {
  content: "|";
}
.menu-cat-item .submenu-institucional > ul > li:last-child:after {
  content: none;
}
.menu-cat-item .submenu-institucional > ul > li:hover > a {
  background: #383838;
}
.menu-cat-item .submenu-institucional > ul > li:hover .menu-cat-4 {
  display: block;
}
.menu-cat-item:hover .submenu-institucional {
  display: block;
}

.menu-cat-2 {
  display: flex;
}
.menu-cat-2 > li {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .menu-cat-2 > li {
    margin: 0;
  }
}
.menu-cat-2 > li > a {
  align-items: center;
  color: transparent;
  display: flex;
  font-size: 0.875rem;
  font-weight: 300;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .menu-cat-2 > li > a {
    min-height: 150px;
  }
}
.menu-cat-2 > li > a > img {
  margin-bottom: 15px;
}
.menu-cat-2 > li:last-child {
  border: none;
}
.menu-cat-2 > li:hover > a {
  background: #E6E6E6;
  color: #C4C4C4;
}
.menu-cat-2 > li:hover > div {
  display: flex;
}

.menu-cat-3 {
  display: none;
  list-style: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: 100%;
}
.menu-cat-3 > ul {
  background: #000000;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0 15px;
  width: 100%;
}
.menu-cat-3 > ul > li {
  color: #fff;
  display: flex;
  align-items: center;
}
.menu-cat-3 > ul > li a {
  color: #fff;
  font-size: 0.9375rem;
  padding: 0 30px;
  white-space: nowrap;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .menu-cat-3 > ul > li a {
    padding: 0 15px;
  }
}
.menu-cat-3 > ul > li:after {
  content: "|";
}
.menu-cat-3 > ul > li:last-child:after {
  content: none;
}
.menu-cat-3 > ul > li:hover > a {
  background: #383838;
}
.menu-cat-3 > ul > li:hover .menu-cat-4 {
  display: block;
}

.menu-cat-4 {
  display: none;
  list-style: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: 100%;
}
.menu-cat-4 ul {
  background: #383838;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0 10px;
  width: 100%;
}
.menu-cat-4 ul li a {
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  line-height: 60px;
  padding: 0 15px;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .menu-cat-4 ul li a {
    font-size: 0.75rem;
    padding: 0 10px;
  }
}
.menu-cat-4 ul li a:hover {
  color: #C4C4C4;
}
.menu-cat-4 ul li:last-child {
  border: none;
}

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

.busca {
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 0.625rem;
  margin: 0;
  position: relative;
  flex-grow: 1;
}
.busca input[type=text] {
  background: transparent;
  border: none;
  border-radius: 0.625rem 0px 0px 0.625rem;
  display: inline-block;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 1rem;
  color: #383838;
  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;
    padding-left: 15px;
  }
}
.busca.busca-ativa {
  border-color: #ced4da;
}
.busca.busca-ativa input[type=text],
.busca.busca-ativa input[type=text]:focus {
  color: #383838;
  outline: none;
}
.busca.busca-ativa .btn-busca,
.busca.busca-ativa .btn-busca:focus {
  outline: none;
}

.form-busca {
  border-radius: 0.625rem;
  height: 40px;
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
}

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

.ctn-result-busca {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: calc(100% - 8px);
}

.searchresults {
  background: #fff;
  border: 1px solid #ced4da;
  border-top: 0;
  border-radius: 0px 0px 0.625rem 0.625rem;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 15px;
  position: relative;
  /*
  	.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;
  		}
  	}
  */
}
.searchresults:before {
  background: #000000;
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  left: 10px;
  position: absolute;
  top: 8px;
}
.searchresults > li {
  padding: 0;
}
.searchresults > li.item {
  border-bottom: 1px solid #eee;
  width: 100%;
}
.searchresults > li.item a {
  color: #444444;
  display: flex;
  font-size: 0.875rem;
  font-weight: normal;
  align-items: center;
  padding: 5px 0;
}
@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 {
  color: #000000;
}
.searchresults > li.item a img {
  margin: 2px 15px 2px 0;
}

.searchheading * {
  margin: 0;
}

li.spliter {
  text-align: right;
  display: inline-block;
  padding-top: 30px !important;
  width: 100%;
}
li.spliter a {
  background: #000000;
  border-radius: 0.625rem;
  display: inline-block;
  color: #fff;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
  text-align: center;
  padding: 5px 20px;
}
li.spliter a:hover {
  background: #6b6b6b;
}
li.spliter a span {
  display: none;
}

.cart-topo .qtd-car {
  background: #2b2b2b;
  border-radius: 100%;
  display: flex;
  align-items: center;
  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 #D1D1D1;
}
.btn-cart-top a {
  align-items: center;
  color: #6b6b6b;
  display: flex;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
}
.btn-cart-top a:hover {
  color: #383838;
}
.btn-cart-top a .icon {
  margin-top: -2px;
}

.cart {
  font-size: 1.6rem;
}
.cart .rsm-car-btn {
  padding: 15px;
}
.cart .cart-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #2b2b2b;
  height: 70px;
  width: 70px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cart .cart-item {
    flex-direction: row;
    height: 60px;
    width: 60px;
  }
}
.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: #444444;
    font-size: 0.9rem;
  }
}
.cart .ctd-car {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  min-width: 0;
  z-index: 1040;
  visibility: hidden;
  -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;
}
@media (max-width: 767.98px) {
  .cart .ctd-car {
    left: 0;
    box-shadow: 1px 0px 40px rgba(0, 0, 0, 0.4);
  }
}
.cart .ctd-car > div {
  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;
}
.cart .ctd-car.open-cart {
  visibility: visible;
  width: 20vw;
  min-width: 350px;
  -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;
}
@media (max-width: 767.98px) {
  .cart .ctd-car.open-cart {
    min-width: 270px;
  }
}
.cart .ctd-car.open-cart > div {
  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;
}
.cart .ctd-car.open-cart .ctn-car-vzo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
}
.cart .ctd-car .close-cart {
  color: #ced4da;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
}
.cart .ctd-car .close-cart:hover {
  color: #6b6b6b;
}

.rsm-car-vzo {
  color: #6b6b6b;
  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 {
  font-size: 1rem;
  font-weight: 400;
  overflow-y: auto;
  max-height: 100vh;
}
.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 #D1D1D1;
}
.rsm-cart-top ul .rsm-car-img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.rsm-cart-top ul .rsm-car-img img {
  border: 1px solid #D1D1D1;
}
.rsm-cart-top ul .rsm-car-info {
  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: #6b6b6b;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.rsm-cart-top ul .rsm-car-nome:hover {
  color: #383838;
}
.rsm-cart-top ul .rsm-car-vlr {
  display: none;
}
.rsm-cart-top ul .rsm-car-del {
  font-size: 1.5rem;
  font-weight: 100;
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 5px;
  cursor: pointer;
}
.rsm-cart-top ul .rsm-car-delhover {
  color: #fff;
  background-color: red;
  border: 1px solid red;
  opacity: 0.8;
}
.rsm-cart-top ul .rsm-car-del a {
  font-family: Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  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: #383838;
}

.rsm-car-total {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}
.rsm-car-total .price-cart-total {
  color: #6b6b6b;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
}
.rsm-car-total .price-cart-total strong {
  color: #383838;
  font-size: 1rem;
  font-weight: normal;
}
.rsm-car-total .rsm-car-ckt {
  margin-top: 15px;
}

.ctn-call-area {
  position: relative;
}
.ctn-call-area .call-area {
  border-radius: 20px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  background: #000000;
  font-size: 1rem;
  right: calc(50% - 285px);
  padding: 0;
  position: absolute;
  top: calc(100% + 15px);
  width: 570px;
  z-index: 1060;
  opacity: 0;
  visibility: hidden;
  text-transform: none;
  -webkit-transition: opacity 0.2s linear, visibility 0.1s linear 0.2s;
  transition: opacity 0.2s linear, visibility 0.1s linear 0.2s;
}
@media (max-width: 1199.98px) {
  .ctn-call-area .call-area {
    right: -60px;
  }
}
.ctn-call-area .call-area h5 {
  border-bottom: 1px solid #383838;
  color: #fff;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}
.ctn-call-area .call-area .col-6 {
  padding: 20px;
  text-align: center;
}
.ctn-call-area .call-area .col-6:first-of-type {
  border-right: 1px solid #383838;
}
.ctn-call-area .call-area .col-6 strong {
  margin-bottom: 10px;
}
.ctn-call-area .call-area .col-6 p {
  color: #6b6b6b;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 10px 0;
}
.ctn-call-area .call-area .col-6 a {
  background: #55BA4C;
  border-radius: 15px;
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0;
}
.ctn-call-area .call-area .col-6 a:hover {
  background: rgb(119.9596774194, 200.189516129, 112.810483871);
}
.ctn-call-area .call-area .col-6:nth-of-type(2) a {
  background: #383838;
}
.ctn-call-area .call-area .col-6:nth-of-type(2) a:hover {
  background: rgb(81.5, 81.5, 81.5);
}
.ctn-call-area .call-area .call-phone {
  border-top: 1px solid #383838;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
}
.ctn-call-area .call-area .call-phone > span {
  margin-right: 15px;
}
.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 #000000;
  margin-bottom: -3px;
  position: absolute;
  left: calc(50% - 8px);
  top: -8px;
}
@media (max-width: 1199.98px) {
  .ctn-call-area .call-area:before {
    left: auto;
    right: 95px;
  }
}
.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-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.625rem;
  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: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;
  background: #dc3545;
  color: #fff !important;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ctn-user-area .sair > a {
    transition: none;
  }
}

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

.lgn-top {
  border-bottom: 1px solid #D1D1D1;
  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: 42px auto;
  cursor: pointer;
  font-size: 1em;
  height: 100%;
  top: 0;
  outline: none;
  text-align: center;
  position: absolute;
  width: 42px;
  z-index: 1;
}

.btn-bn-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 86'%3E%3Cpath fill='%23FFF' d='M.298 0l42.7 42.7-42.7 42.7z'/%3E%3Cpath d='M7.298 42.138l12.629 11.664 2.371-2.199-10.206-9.465 10.206-9.512-2.371-2.2z'/%3E%3C/svg%3E");
  left: 0;
}

.btn-bn-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.702 85.405'%3E%3Cpath fill='%23fff' d='M42.702 0L.002 42.7l42.7 42.7z'/%3E%3Cpath fill-rule='evenodd' d='M35.702 42.138L23.073 53.802l-2.371-2.199 10.206-9.465-10.206-9.512 2.371-2.2z'/%3E%3C/svg%3E");
  right: 0;
}

.btn-bn-prev:hover,
.btn-bn-next:hover {
  opacity: 0.8;
}

.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: 15px;
  padding: 0;
  text-align: center;
  position: absolute;
  margin: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  opacity: 1;
  outline: none;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: #fff;
  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 {
  max-width: 340px;
}
.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;
  padding-left: 15px;
}
.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: #383838;
}
.ctn-mdl-selos .tt-selo {
  color: #444444;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ctn-mdl-selos .lnk-selo-item {
  color: #aaaaaa;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.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 {
  color: #383838;
}
.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;
  flex-direction: column;
  margin: 0 60px;
  margin-bottom: 20px;
  max-width: 220px;
}
@media (min-width: 1200px) {
  .mdl-selos-pdt {
    margin-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .mdl-selos-pdt {
    margin: 0 30px;
  }
}
.mdl-selos-pdt h3 {
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
  padding: 0 15px;
  text-transform: uppercase;
}
.mdl-selos-pdt h3:before {
  background: #fff;
  content: "";
  height: 4px;
  width: 55px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.mdl-selos-pdt h3:after {
  border: 25px solid #222;
  border-right-color: #313131;
  border-bottom-color: #313131;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mdl-selos-pdt .lnk-selo-item {
  align-items: center;
  color: #6b6b6b;
  display: flex;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.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: #fff;
}

.flt-sel {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  max-width: 340px;
}
.flt-sel h3 {
  background: #f8f8f8;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}
.flt-sel ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.flt-sel ul li {
  margin: 0 5px 5px 0;
}
.flt-sel ul li a {
  align-items: center;
  border: 1px solid #55BA4C;
  color: #55BA4C;
  display: flex;
  font-size: 0.875rem;
  line-height: normal;
  justify-content: space-between;
  padding: 5px 10px;
}
.flt-sel ul li a:hover {
  border: 1px solid #dc3545;
  color: #dc3545;
}
.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;
  max-width: 340px;
}
.filtro-categoria a:hover {
  color: #383838 !important;
}
.filtro-categoria > ul {
  list-style: none;
  margin-bottom: 15px;
  margin-left: 15px;
}
.filtro-categoria > ul > li > a {
  color: #6b6b6b;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding: 5px 0;
}
.filtro-categoria > ul > li.active > a {
  color: #55BA4C;
}
.filtro-categoria > ul > li:hover > a {
  color: #000000;
}
.filtro-categoria > ul > li > ul {
  margin: 0 0 30px 20px;
  list-style: none;
}
.filtro-categoria .filtro-categoria-subitem > a {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  font-size: 0.9375rem;
  padding: 5px 0;
}
.filtro-categoria .filtro-categoria-subitem > a > span {
  order: 3;
}
.filtro-categoria .filtro-categoria-subitem > a.filtro-categoria-active {
  color: #55BA4C;
}
.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: #ced4da;
  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.filtro-categoria-active {
  color: #6b6b6b;
}
.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: #6b6b6b;
  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: #6b6b6b;
}
.item-lst-ft a:hover {
  color: #C4C4C4;
}

.ctn-cert {
  padding: 30px;
  border-left: 3px double #D1D1D1;
}
@media (max-width: 991.98px) {
  .ctn-cert {
    padding: 0;
    border: none;
  }
}
@media (max-width: 767.98px) {
  .ctn-cert {
    display: none;
  }
}

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

.seal-cert {
  background: url(../catalog/view/image/certificados.jpg) 0 0 no-repeat;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 80px;
  width: 60px;
}
.seal-cert.ebit {
  background-position: 0 0;
}
.seal-cert.digicert {
  background-position: 0 -80px;
}
.seal-cert.clearsale {
  background-position: 0 -160px;
}
.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 #D1D1D1;
  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: #6b6b6b;
  -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 #383838;
  color: #383838;
  display: block;
  font-size: 0.875em;
  font-weight: 100;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gender > label > span:hover {
  background: #D1D1D1;
}
.gender > label + label > span {
  border-left: none;
}
.gender > label input[type=radio] {
  display: none;
}
.gender > label input[type=radio]:checked + span {
  background: #383838;
  color: #fff;
}

.news-home {
  background-color: #B51548;
  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: 40px;
}
.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(80.4643564356, 9.3356435644, 32.0079207921);
}
.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: #383838;
}
.news-home .btn {
  border-radius: 20px;
}

.news-ft {
  background: #000000;
  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: #f8f8f8;
  border: none;
  color: #383838;
}
.news-ft .gender > label > span {
  background: #444444;
  color: #aaaaaa;
  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: #383838;
}
.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;
}

.destaques-home {
  margin: 50px 0 100px 0;
}
@media (max-width: 991.98px) {
  .destaques-home {
    margin: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .destaques-home {
    margin: 40px 0;
  }
}

@media (min-width: 768px) {
  .hd-destaques-home {
    background: #f8f8f8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 60px;
    padding: 0 40px;
    position: relative;
  }
  .hd-destaques-home:before {
    background: #C4C4C4;
    content: "";
    height: 1px;
    left: 15px;
    top: 50%;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .hd-destaques-home {
    margin-bottom: 30px;
  }
}

.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: #6b6b6b;
  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: #D1D1D1;
    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: #6b6b6b;
  color: #444444;
}
.nav-destaques a.active {
  background: #6b6b6b;
  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: 15px;
  border-bottom: 1px solid #D1D1D1;
}
.hd-destaques a {
  color: #2b2b2b;
  font-style: italic;
  text-transform: uppercase;
}
.hd-destaques h2 {
  color: #2b2b2b;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-destaques h2 {
    font-size: 1.25rem;
  }
}

.novidades {
  padding: 0;
  position: relative;
}
.novidades ul {
  list-style: none;
  margin: 0;
}
.novidades .swiper-slide {
  display: flex;
  height: auto;
}
.novidades .swiper-pagination {
  display: none;
  position: relative;
}
.novidades .price-desc {
  color: #B51548 !important;
}
@media (max-width: 991.98px) {
  .novidades {
    margin: 40px 0;
  }
  .novidades .arr-car-prev,
  .novidades .arr-car-next {
    display: none;
  }
  .novidades .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
  }
  .novidades .pdt-sm {
    padding: 0;
  }
}

.hd-novidades h2 {
  color: #6b6b6b;
}
.hd-novidades a {
  border: 2px solid #C4C4C4;
  border-radius: 20px;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
.hd-novidades a:hover {
  border-color: #6b6b6b;
  color: #6b6b6b;
}

.review {
  color: #000000;
  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: 80px;
}
@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: #000000;
  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: #000000;
  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: #383838;
  width: 25%;
  min-width: 25%;
  text-align: left;
  padding: 0 30px 0 0;
  align-items: left;
}
.reviews-list .review > strong {
  color: #383838;
  font-weight: normal;
}
.reviews-list .starrr {
  color: #000000;
}
.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: #000000;
  display: flex;
}
.ctn-star > div {
  min-width: 110px;
}
@media (max-width: 767.98px) {
  .ctn-star > div {
    min-width: 90px;
  }
}

.icone-star {
  color: #B51548;
}

.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: 50px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .viewed {
    margin: 40px 0;
  }
}
.viewed ul {
  list-style: none;
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .viewed ul {
    padding: 15px 0;
  }
}
.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-post-bg {
  min-height: 420px !important;
}
.hd-post-bg:before {
  background: #EBEBEB !important;
}
.hd-post-bg .hd-pg {
  min-height: 0 !important;
  max-width: none !important;
}

.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 h1, .txt-post h2, .txt-post h3, .txt-post h4, .txt-post h5 {
  color: #000000;
  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: #2b2b2b;
  font-size: 1.375rem;
  line-height: 1.6;
  padding-left: 30px;
}
.txt-post strong {
  font-weight: 700;
}
.txt-post p {
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.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: flex;
  align-items: center;
  margin: 60px 0;
  width: 100%;
}
.ctn-lnk-social > a {
  border: 1px solid #D1D1D1;
  border-radius: 25px;
  display: flex;
  padding: 0 30px;
  height: 50px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
.ctn-lnk-social .at-share-btn-elements {
  display: flex;
  align-items: center;
}
.ctn-lnk-social .at-resp-share-element .at-share-btn {
  border-radius: 25px !important;
  display: flex;
  font-size: 1rem !important;
  margin: 0 10px 0 0 !important;
  padding: 0 30px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.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 #C4C4C4;
  border-top: 1px solid #C4C4C4;
  padding: 10px 0;
  width: 100%;
}
.tags-post a {
  color: #6b6b6b;
}
.tags-post a:hover {
  color: #ced4da;
}

.tt-mdl-blog {
  margin-bottom: 80px;
  text-align: center;
}
.tt-mdl-blog h3 {
  color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

.ctn-mn-blog {
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  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;
  }
  .ctn-mn-blog .dropdown {
    width: 100%;
  }
}
.ctn-mn-blog > h3 {
  margin-bottom: 0;
  padding-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .ctn-mn-blog > h3 {
    margin-bottom: 15px;
    width: 100%;
  }
}

.mn-blog {
  list-style: none;
  margin: 30px 0 0 0;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 991.98px) {
  .mn-blog {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
  .mn-blog:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: "";
    height: 51px;
    position: sticky;
    top: 0;
    right: 0;
    min-width: 80px;
    width: 80px;
  }
}
.mn-blog > li {
  display: inline-block;
  font-weight: normal;
  margin-right: 20px;
  position: relative;
}
.mn-blog > li > a {
  border: 1px solid #444444;
  border-radius: 25px;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
}
.mn-blog > li > a:hover {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
.mn-blog > li > a:hover[data-submenu=true]:after {
  border-top-color: #aaaaaa;
}
.mn-blog > li > a[data-submenu=true]:after {
  content: "";
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #444444;
  transform: translateY(2px) translateX(8px);
}
.mn-blog > li.active > a {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.mn-blog > li.active > a[data-submenu=true]:after {
  border-top-color: #fff;
}
@media (min-width: 992px) {
  .mn-blog > li .sub-mn-blog {
    position: absolute;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: none;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 200px;
  }
  .mn-blog > li .sub-mn-blog ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mn-blog > li .sub-mn-blog ul > li > a {
    color: #6b6b6b;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #D1D1D1;
  }
  .mn-blog > li .sub-mn-blog ul > li > a:hover {
    background-color: #f8f8f8;
  }
  .mn-blog > li:hover .sub-mn-blog {
    display: block;
  }
}

.busca-blog {
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #D1D1D1;
  display: flex;
  border-radius: 6px;
  height: 40px;
  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: 40px;
  outline: none;
  position: relative;
  z-index: 1;
}
.busca-blog .searchbutton {
  color: #444444;
  display: flex;
  justify-content: center;
  height: auto;
  width: 40px;
}
.busca-blog .searchbutton:hover {
  color: #aaaaaa;
}

.abs-blog {
  border-bottom: 1px solid #C4C4C4;
  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 #C4C4C4;
  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(43, 43, 43, 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: #2b2b2b;
}

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

.destaques-blog {
  margin: 100px 0;
}
@media (max-width: 767.98px) {
  .destaques-blog {
    margin: 40px 0;
  }
}
.destaques-blog .hd-destaques-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .destaques-blog .hd-destaques-blog {
    margin-bottom: 30px;
  }
}
.destaques-blog .hd-destaques-blog a {
  background: #2b2b2b;
  font-size: 0.875rem;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  height: 50px;
  white-space: nowrap;
  padding: 0 30px;
  text-transform: uppercase;
  max-width: 250px;
  flex-grow: 1;
}
.destaques-blog .hd-destaques-blog a:hover {
  background: #383838;
}
@media (max-width: 767.98px) {
  .destaques-blog .hd-destaques-blog a {
    color: #2b2b2b;
    background: none;
    flex-grow: inherit;
    max-width: none;
    padding: 0;
  }
  .destaques-blog .hd-destaques-blog a:hover {
    background: none;
  }
}
.destaques-blog .hd-destaques-blog h2 {
  color: #2b2b2b;
  font-size: 2.5rem;
  font-weight: bold;
  justify-content: center;
  margin: 0;
  text-transform: uppercase;
  order: 1;
}
.destaques-blog .hd-destaques-blog h2:before {
  background: #D1D1D1;
  content: "";
  display: block;
  height: 7px;
  width: 115px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .destaques-blog .hd-destaques-blog h2 {
    font-size: 2rem;
  }
}
.destaques-blog ul {
  list-style: none;
}
.destaques-blog .post-thumb {
  height: 45vh;
}

.dtq-posts .tmb-blog {
  color: #000000;
  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: #f8f8f8;
  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.25em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .dtq-posts .post-info h4 {
    font-size: 1em;
    margin: 0;
  }
}
.dtq-posts .post-info p {
  color: #aaaaaa;
  display: -webkit-box;
  font-size: 0.875em;
  -webkit-line-clamp: 2;
  -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;
  }
}

.ctd-thumb-blog {
  display: flex;
  flex-grow: 1;
  z-index: 2;
}
.ctd-thumb-blog .post-date {
  background: #EBEBEB;
  min-width: 55px;
  position: relative;
}
.ctd-thumb-blog .post-date span {
  color: #C4C4C4;
  display: block;
  line-height: 55px;
  transform: rotate(-90deg) translateX(35px);
  transform-origin: right bottom;
  position: absolute;
  right: 0;
  top: 0;
}

.post-date-hd {
  color: #aaaaaa;
  margin: 30px 60px 0 0;
}

.ctn-mais-posts {
  margin-top: 30px;
}

.container-faq {
  margin-bottom: 40px;
}

.busca-faq {
  align-items: center;
  border: 1px solid #D1D1D1;
  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: #6b6b6b;
  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: #383838;
  color: #383838;
}

.ctn-faq {
  display: flex;
}
@media (max-width: 767.98px) {
  .ctn-faq {
    flex-direction: column;
  }
}

.ctn-tpc {
  margin-bottom: 30px;
  border-right: 1px solid #D1D1D1;
  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 #D1D1D1;
  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: #2b2b2b;
}

.faq-menu-sub-item {
  font-size: 1rem;
  margin-bottom: 20px;
  padding-left: 15px;
}
.faq-menu-sub-item span {
  color: #6b6b6b;
  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: #383838;
}
.faq-menu-sub-item span.active-faq {
  color: #2b2b2b;
}
.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;
  }
}
.wrap-busca-personalizada {
  padding: 15px 0 80px;
  background: #000000;
}

.ctn-busca-personalizada {
  background: #1A1A1A url("../img/bg-busca.png") left bottom no-repeat;
  border: 1px solid #292929;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px;
}
.ctn-busca-personalizada h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.ctn-busca-personalizada .lead {
  color: #6b6b6b;
  text-align: center;
}

.busca-personalizada {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .busca-personalizada {
    padding: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .busca-personalizada {
    flex-direction: column;
  }
}
.busca-personalizada h3 {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.busca-personalizada h3 .icon {
  margin-right: 15px;
}
.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: #6b6b6b;
  flex-direction: column;
  margin-bottom: 30px;
}
.col-esq .busca-personalizada h3 {
  background: #2b2b2b;
  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;
}

.fabricantes {
  margin-bottom: 0;
  margin: 80px 0 40px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .fabricantes {
    margin: 50px 0 40px 0;
  }
}
@media (max-width: 767.98px) {
  .fabricantes {
    margin: 40px 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: #6b6b6b !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 #D1D1D1;
}
.hd-fabricantes a {
  color: #2b2b2b;
  font-style: italic;
  text-transform: uppercase;
}
.hd-fabricantes h2 {
  color: #2b2b2b;
  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: #6b6b6b;
  padding: 5px 0;
}
.mdl-fabricantes .ctn-filtros > ul > li > a > span {
  order: 3;
}
.mdl-fabricantes .ctn-filtros > ul > li > a:before {
  background: #C4C4C4;
  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: #C4C4C4;
  border-left-color: #C4C4C4;
  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: 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: #B51548 !important;
}
@media (max-width: 991.98px) {
  .promo {
    margin: 40px 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: #6b6b6b;
}
.hd-promo a {
  border: 2px solid #C4C4C4;
  border-radius: 20px;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
.hd-promo a:hover {
  border-color: #6b6b6b;
  color: #6b6b6b;
}

.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: #6b6b6b;
  font-size: 0.875rem;
  padding: 6px 0;
}
.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: #6b6b6b !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: #444444 !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 #D1D1D1;
}
.filtro-opcao .ctn-filtros ul > li a {
  color: #6b6b6b;
  flex-grow: 1;
  align-items: center;
  padding: 5px 10px;
}
.filtro-opcao .ctn-filtros ul > li a:hover {
  background: #f8f8f8;
  color: #383838;
}
.filtro-opcao .ctn-filtros ul > li.active {
  color: #6b6b6b;
}
.pdt-avs-frm h4 {
  color: #383838;
  font-size: 1rem;
  font-weight: 700;
}
.pdt-avs-frm p {
  color: #6b6b6b;
  font-weight: normal;
}

.pdt-sm .alert-aviseme {
  display: none;
}

.mdl-insta {
  margin: 80px 0;
}

.hd-insta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}
.hd-insta a {
  color: #2b2b2b;
  font-style: italic;
  text-transform: uppercase;
}
.hd-insta h2 {
  color: #2b2b2b;
  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 {
  padding: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .ctn-categ {
    padding: 0;
  }
}
.ctn-categ .hd-pg {
  margin-top: 110px;
}

.barra-filtros {
  background: #f8f8f8;
  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: #383838;
}

.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: #383838;
}
.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: 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (max-width: 767.98px) {
  .grd-pdt {
    overflow: hidden;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.grd-pdt > li {
  display: flex;
  margin: 0 0 30px 0;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .grd-pdt > li {
    flex-basis: 33.3%;
  }
}
@media (max-width: 991.98px) {
  .grd-pdt > li {
    flex-basis: 50%;
  }
}
@media (max-width: 767.98px) {
  .grd-pdt > li {
    padding: 0 5px;
  }
}
.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 #C4C4C4;
  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;
}

.categ-desc {
  color: #aaaaaa;
  font-size: 1em;
  line-height: 2;
  margin-right: 60px;
}
@media (min-width: 1200px) {
  .categ-desc {
    margin-right: 60px;
  }
}

.img-cat-dtq {
  background-color: #fff;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 725px;
  padding-top: 110px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .img-cat-dtq {
    min-height: 70vh;
  }
}
.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 .ctn-bc {
  margin-bottom: 30px;
}
.img-cat-dtq .hd-pg {
  background: #fff;
  margin: 0;
  min-height: 290px;
  padding: 60px 0 20px 0;
  position: relative;
  z-index: 2;
  max-width: 70%;
}
@media (max-width: 991.98px) {
  .img-cat-dtq .hd-pg {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .img-cat-dtq .hd-pg {
    padding: 60px 15px 30px 0;
    min-height: 0;
    margin-top: 60px;
  }
}
.img-cat-dtq .hd-pg:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  transform: translateX(-50vw);
  width: 50vw;
}
.img-cat-dtq .hd-pg:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.001 87.999'%3E%3Cpath fill='%23d9d9d9' d='M0 82.5A5.5 5.5 0 0 1 5.5 77a5.5 5.5 0 0 1 5.5 5.5A5.5 5.5 0 0 1 5.5 88 5.5 5.5 0 0 1 0 82.5zm0-40A5.5 5.5 0 0 1 5.5 37a5.5 5.5 0 0 1 5.5 5.5A5.5 5.5 0 0 1 5.5 48 5.5 5.5 0 0 1 0 42.5zm0-37A5.5 5.5 0 0 1 5.5 0 5.5 5.5 0 0 1 11 5.5 5.5 5.5 0 0 1 5.5 11 5.5 5.5 0 0 1 0 5.5z' data-name='Union 27'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 88px;
  right: 30px;
  top: 60px;
  position: absolute;
  width: 11px;
}
.img-cat-dtq .hd-pg h1 {
  color: #000000;
}
.img-cat-dtq .hd-pg h1:before {
  background: #D1D1D1;
  content: "";
  display: block;
  height: 7px;
  width: 115px;
  margin-bottom: 5px;
}

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

.iscroller-separator {
  display: none;
}

.iscroller-btn {
  border: 2px solid #000000;
  color: #000000;
  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(240.35, 240.35, 240.35);
  color: #444444;
  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: #6b6b6b;
  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;
  }
}

.cat-section {
  margin-bottom: 60px;
}
.cat-section .hd-cat-section {
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .cat-section .hd-cat-section h2 {
    font-size: 1.375rem;
  }
}

.fab-desc {
  display: flex;
  margin-bottom: 60px;
}
.fab-desc > div:first-of-type {
  margin-right: 30px;
}

.pdt-sm {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: #fff;
  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: #6b6b6b;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 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 {
  display: none;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.pdt-sm .price br {
  display: none;
}
.pdt-sm .price-x {
  color: #6b6b6b;
  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: #2b2b2b;
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .pdt-sm .price-desc {
    font-size: 1rem;
  }
}
.pdt-sm .price-desc .cifra {
  margin-right: 2px;
}
.pdt-sm .price-desc .centena,
.pdt-sm .price-desc .centavos {
  font-weight: normal;
}
@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 {
  display: none;
  margin-bottom: 15px;
}
.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: #aaaaaa;
  font-size: 0.6875rem;
}
.pdt-sm:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

.grd-pdt .pdt-sm {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.grd-pdt .tmb-pdt > a > img {
  max-width: 220px;
}

.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: 350px;
  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;
}

.bg-pdt {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .bg-pdt {
    background-size: 300% auto;
  }
}

.ctn-bc-pdt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.gallery-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .gallery-container {
    border-bottom: 1px solid #D1D1D1;
    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.375rem;
  height: 80px;
  width: 80px;
}
.gallery-container [class^=sl-] strong,
.gallery-container [class*=sl-] strong {
  font-weight: normal;
}

#PdtGallery {
  background: #fff;
  width: 100%;
}
@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 {
  max-width: 100%;
}

#PdtThumb {
  background: #f8f8f8;
  margin: 0;
  padding: 1px 60px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #PdtThumb {
    display: none;
  }
}
#PdtThumb .swiper-slide {
  width: 145px;
  height: auto;
  opacity: 0.6;
  border: none;
}
#PdtThumb .swiper-slide img {
  width: 100%;
  height: auto;
}
#PdtThumb .swiper-slide-thumb-active {
  opacity: 1;
}

.cbc-prod {
  margin-bottom: 80px;
  padding-top: 260px;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .cbc-prod {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .cbc-prod {
    padding-top: 130px;
  }
}

.ctn-cbc-prod {
  background-color: #313131;
  padding: 60px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .ctn-cbc-prod {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .ctn-cbc-prod {
    padding: 15px;
  }
}
.ctn-cbc-prod .ctn-bc-pdt {
  padding: 15px 0;
}
.ctn-cbc-prod .breadcrumbs li:last-child a {
  color: #C4C4C4;
}
@media (max-width: 991.98px) {
  .ctn-cbc-prod .breadcrumbs {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .ctn-cbc-prod .breadcrumbs {
    padding-right: 0;
  }
}

.lgd-zoom {
  display: none;
  position: absolute;
  font-size: 0.75rem;
  font-weight: 300;
  color: #6b6b6b;
  bottom: 15px;
  left: 0;
  z-index: 9;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.hd-pdt {
  background: #000000;
  margin-left: -100px;
  margin-bottom: 30px;
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hd-pdt {
    margin-left: -50px;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .hd-pdt {
    margin-left: 0;
  }
}
.hd-pdt .tt-pdt {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: normal;
  position: relative;
  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;
  }
}
.hd-pdt .tt-pdt:before {
  background: #D1D1D1;
  content: "";
  display: block;
  height: 7px;
  width: 115px;
  margin-bottom: 5px;
}
.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%;
}
.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 {
  color: #A23658;
  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: #444444;
  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: #aaaaaa;
  display: block;
  font-size: 1em;
  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: 1rem;
  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;
}
@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 (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 #6b6b6b !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 #6b6b6b !important;
  border-radius: 15px !important;
  color: #6b6b6b !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 {
  border-radius: 23px;
  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: #D1D1D1;
  border-radius: 0.625rem;
  color: #6b6b6b;
  font-size: 0.875rem;
  margin-top: 15px;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}
.pdt-paymeth > span {
  margin-right: 15px;
}

.secondary-actions {
  display: flex;
  margin-top: 15px;
}
.secondary-actions > a {
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  border: 2px solid #D1D1D1;
  border-radius: 17px;
  padding: 5px 15px;
  margin-right: 5px;
}
.secondary-actions > a:hover {
  border-color: #383838;
}

.btn-user-action {
  color: #6b6b6b;
  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;
}

.vdo-pdt {
  position: relative;
  padding: 0;
}

.vdo-pdt h3 {
  color: #000000;
  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: #2b2b2b;
}
.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 {
  color: #6b6b6b;
  margin: 50px 0;
}
@media (max-width: 991.98px) {
  .pdt-desc {
    margin: 40px 0;
  }
}
.pdt-desc .hd-desc h3 {
  text-transform: none;
}
.pdt-desc p {
  color: #6b6b6b;
  font-weight: 300;
}
.pdt-desc ul {
  margin-left: 30px;
}

.pdt-dica {
  margin: 50px 0;
}
@media (max-width: 991.98px) {
  .pdt-dica {
    margin: 40px 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: #6b6b6b;
  font-weight: 300;
}

.ctn-atb-pdt {
  margin: 50px 0;
}
@media (max-width: 991.98px) {
  .ctn-atb-pdt {
    margin: 40px 0;
  }
}
.ctn-atb-pdt .hd-attribute h3 {
  text-transform: none;
}
.ctn-atb-pdt .attribute {
  border-collapse: collapse;
  font-weight: normal;
  width: 100%;
  margin-bottom: 60px;
}
.ctn-atb-pdt .attribute thead td,
.ctn-atb-pdt .attribute thead tr td:first-child {
  background: #D1D1D1;
  text-align: left;
  padding: 5px 20px;
}
.ctn-atb-pdt .attribute tr {
  background: #f8f8f8;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ctn-atb-pdt .attribute tr td:first-child {
  background: #D1D1D1;
  width: 25%;
}
.ctn-atb-pdt .attribute td {
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
}

#modalReview .muted {
  display: none;
}

.estoque-pdt {
  color: #6b6b6b;
  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: #444444;
  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: #6b6b6b;
  font-size: 0.75rem;
  font-weight: normal;
}
.calc-frete-pdt > p a {
  color: #383838;
  text-decoration: underline;
}

.form-calc-frete {
  display: flex;
}
@media (min-width: 1366px) {
  .form-calc-frete {
    max-width: 75%;
  }
}
.form-calc-frete > div:nth-child(1) {
  flex-grow: 1;
}
.form-calc-frete > div:nth-child(2) {
  padding-left: 15px;
}

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

.mais-sobre-pdt {
  color: #aaaaaa;
  display: flex;
  flex-direction: column;
  max-width: 220px;
  margin: 0 60px;
}
@media (max-width: 1366px) {
  .mais-sobre-pdt {
    margin: 0 30px;
  }
}
.mais-sobre-pdt strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mais-sobre-pdt a {
  align-items: center;
  justify-content: center;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  display: flex;
  font-size: 0.9375rem;
  height: 35px;
  border-radius: 17px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.mais-sobre-pdt a:hover {
  border-color: #fff;
  color: #fff;
}

.btn-orcamento {
  background: #fff;
  color: #383838;
  display: inline-block;
  border-radius: 25px;
  font-weight: 600;
  margin-top: 60px;
  padding: 10px 30px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .btn-orcamento {
    font-size: 0.875rem;
  }
}
.btn-orcamento:hover {
  background: #D1D1D1;
}

.abas-pdt {
  padding: 100px 0;
}
.abas-pdt .nav-link {
  background: #D1D1D1;
  border-radius: 0;
  font-weight: 600;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}
.abas-pdt .nav-link:hover:not(.active) {
  background: #C4C4C4;
}
.abas-pdt .nav-link.active:after {
  border: 8px solid transparent;
  border-top-color: #2b2b2b;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -16px;
}
.abas-pdt .tab-pane {
  padding-top: 30px;
}

.desc-listas-pdt {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767.98px) {
  .desc-listas-pdt {
    flex-direction: column;
  }
}
.desc-listas-pdt > div {
  padding: 15px;
  width: 25%;
}
@media (max-width: 1199.98px) {
  .desc-listas-pdt > div {
    width: 33.3333333%;
  }
}
@media (max-width: 767.98px) {
  .desc-listas-pdt > div {
    width: 100%;
  }
}
.desc-listas-pdt > div > strong {
  color: #2b2b2b;
  display: block;
  text-transform: uppercase;
  word-break: break-word;
}
.desc-listas-pdt > div > span {
  color: #383838;
  font-weight: 600;
}
.desc-listas-pdt > div ul {
  list-style: square;
  padding-left: 30px;
}

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

.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: #383838;
  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: #D1D1D1;
  color: #6b6b6b;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 20px;
}
.qtd-acr > a:hover {
  background: #C4C4C4;
  color: #383838;
}
.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: #6b6b6b;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .total-acr {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.total-acr > div:nth-child(1) {
  color: #6b6b6b;
  font-weight: normal;
  text-transform: uppercase;
}
.total-acr .txt-tt-acr {
  color: #444444;
  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: #6b6b6b;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.child-kit {
  background: #f8f8f8;
}
.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: #6b6b6b;
  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: #6b6b6b;
  content: "↳";
  display: inline-block;
  margin-right: 10px;
}
.tr-kit .image img {
  max-width: 40px;
  height: auto;
}
.tr-kit .image:before {
  color: #6b6b6b;
  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: #6b6b6b;
}

.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 > li {
  margin-bottom: 15px;
}
ul.option_list .coracao-li {
  border-bottom: 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 .coracao-li span.tt {
  font-size: 10px;
  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 {
  color: #6b6b6b;
  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 #aaaaaa;
  border-radius: 100%;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  height: 30px;
  width: 30px;
}
ul.option_list .opt-radio label:hover {
  border-color: #2b2b2b;
  color: #2b2b2b;
}
ul.option_list .opt-radio input[type=radio]:checked + label {
  background: #6b6b6b;
  border-color: #6b6b6b;
  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 10px 0;
  text-align: center;
  width: 33.3333333%;
}
.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;
}
.option-image li label img {
  border-radius: 100%;
  border: 2px solid #eee;
  display: block;
  margin-right: 5px;
  width: 24px;
  height: auto;
}
.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 6px rgba(48, 171, 14, 0.4);
}

.nm-opt-pdt {
  color: #999;
  display: block;
  font-size: 10px;
  font-weight: 100;
  text-transform: uppercase;
}

.prc-opt-pdt {
  font-size: 18px;
  font-weight: 100;
}

.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: 50px 0;
}
@media (max-width: 991.98px) {
  .review-faq {
    margin: 40px 0;
  }
}
/* 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: #6b6b6b;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
}

.avl-total strong {
  border: 2px solid #6b6b6b;
  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 #D1D1D1;
  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 #D1D1D1;
  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: 100;
  font-style: italic;
}

.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: #383838;
  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: #6b6b6b;
  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 #D1D1D1;
  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: 50px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .pdt-rel {
    margin: 40px 0;
  }
}
.pdt-rel .swiper-container {
  padding: 0;
}
.pdt-rel ul {
  margin: 0;
  list-style: none;
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .pdt-rel ul {
    padding: 15px 0;
  }
}
.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: 40px 0;
  }
  .pdt-rel .arr-car-prev,
  .pdt-rel .arr-car-next {
    display: none;
  }
  .pdt-rel .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.pds-tt {
  color: #6b6b6b;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 767.98px) {
  .pds-tt {
    font-size: 0.75rem;
  }
}

.pds-ctd {
  display: flex;
  flex-wrap: wrap;
}

.pds-item {
  border: 2px solid transparent;
  border-radius: 0.25rem;
  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: #aaaaaa;
}
.pds-item > img {
  max-width: 30px;
}

.pds-current {
  border-color: #6b6b6b;
}

.cj {
  background: #D1D1D1;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .cj {
    flex-direction: column;
  }
}

.intro-cj {
  background: #2b2b2b;
  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: #2b2b2b;
    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: #2b2b2b;
  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: #6b6b6b;
  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 #383838;
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  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: #6b6b6b;
  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: #444444;
}
.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: #2b2b2b;
  border-right: 1px solid #D1D1D1;
  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: #6b6b6b;
}

.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 #D1D1D1;
  color: #6b6b6b;
  display: flex;
  padding: 30px;
}
.blc-end-principal > span {
  color: #55BA4C;
  font-size: 1.5em;
  margin-right: 15px;
}
.blc-end-principal p {
  color: #6b6b6b;
  font-weight: normal;
  line-height: 2;
}

.lista-enderecos {
  list-style: none;
  margin: 0;
}
.lista-enderecos li {
  background: #fff;
  border: 1px solid #D1D1D1;
  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 #C4C4C4;
  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: #383838;
  display: block;
  font-size: 1.125em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.id-pedido strong {
  font-weight: normal;
}

.info-pedido {
  color: #6b6b6b;
  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 #C4C4C4;
  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: #000000;
}

.msg-cta-usr {
  color: #6b6b6b;
  font-size: 1.125em;
  font-weight: 300;
}

.msg-cta-usr > p {
  margin: 0;
}

.msg-cta-usr strong {
  color: #6b6b6b;
  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: #C4C4C4;
}
.menu-conta a {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #C4C4C4;
  min-height: 200px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
}
.menu-conta a:hover {
  border-color: #6b6b6b;
  color: #6b6b6b;
}
.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: #f8f8f8;
  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 #D1D1D1;
}
.pdt-return img {
  border: 1px solid #D1D1D1;
}

.nav-conta {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.nav-conta li {
  border-bottom: 1px solid #C4C4C4;
}
.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: #000000;
}

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

.txt-contact {
  font-size: 1em;
  margin-bottom: 30px;
}

.txt-contact a {
  color: #000000;
  line-height: 2;
  text-decoration: underline;
}

.ctn-atd-cto {
  background: #fff;
  border: 1px solid #D1D1D1;
  padding: 40px;
}
@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: #6b6b6b;
  font-size: 0.875em;
  display: block;
  margin-bottom: 15px;
}

.ctn-atd-cto .lks-sup a:hover {
  color: #6b6b6b;
}

.ctn-atd-cto .lks-sup strong {
  color: #6b6b6b;
  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: #6b6b6b;
  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: #2b2b2b;
  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: #C4C4C4;
  content: "";
  display: inline-block;
  height: 100%;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 1px;
  z-index: 1;
}

.map-itm-prm:last-child:after {
  background: #C4C4C4;
  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: #000000;
  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: #C4C4C4;
  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: #C4C4C4;
  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: #C4C4C4;
  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: #C4C4C4;
  content: "";
  display: inline-block;
  height: 1px;
  left: 5px;
  position: absolute;
  top: 9px;
  width: 10px;
  z-index: 1;
}

.map-itm-ter:first-child:before {
  background: #C4C4C4;
  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: #C4C4C4;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
  z-index: 1;
}

.map-itm-ter > a {
  color: #6b6b6b;
  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: #6b6b6b;
  color: #ced4da;
}

.lista-fabricantes {
  border: 1px solid #6b6b6b;
  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: #444444;
  font-weight: 100;
  margin-top: 40px;
}

.compare-info tr > th {
  background: #D1D1D1;
  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: #383838;
  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;
  }
}
.categoria-home {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.categoria-home .bg-categoria-home {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
}
.categoria-home:before {
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 1108.5 720'%3E%3Cpath d='M627.01 375.33C986.28 206.48 1081.7 62.11 1106.85 1.94a34.21 34.21 0 00-.39-1.94H0v663.22c21.18-20.07 55.72-44.57 109.8-74.37 232.51-128.11 419.29-167.49 517.21-213.52' fill='%23f09925'/%3E%3Cpath d='M1106.85 1.94c-25.16 60.17-120.58 204.54-479.84 373.39-97.92 46.02-284.7 85.4-517.21 213.51C55.72 618.65 21.18 643.16 0 663.22V720h788.2v-.11c0-3.44 1.76-91.84 173.51-342.22C1091.7 188.16 1108.49 72 1108.5 24.64c0-11.85-1.06-19.39-1.65-22.7' fill='%23de8e24'/%3E%3C/svg%3E");
}
.categoria-home > .container {
  position: relative;
  z-index: 3;
}
.categoria-home .info-categ-home {
  display: flex;
  align-items: center;
  min-height: 720px;
}
@media (max-width: 767.98px) {
  .categoria-home .info-categ-home {
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0;
    min-height: calc(100vh - 60px);
  }
  .categoria-home .info-categ-home > div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .categoria-home .info-categ-home > div ul {
    flex-grow: 1;
  }
}
.categoria-home:hover .bg-categoria-home {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .categoria-home:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
    visibility: visible;
    opacity: 1;
    -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);
  }
  .categoria-home:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  .categoria-home:hover .btn-all {
    opacity: 1;
    transform: translateY(0);
  }
}
.categoria-home img {
  margin: 0 0 40px 60px;
  max-width: 250px;
}
@media (max-width: 767.98px) {
  .categoria-home img {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.categoria-home ul {
  list-style: none;
  margin: 0 60px 40px 60px;
}
@media (max-width: 767.98px) {
  .categoria-home ul {
    margin: 0 auto 30px auto;
    max-width: 200px;
  }
}
.categoria-home ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.categoria-home ul li:before {
  background: #FFAB01;
  border-radius: 100%;
  content: "";
  display: block;
  margin-right: 15px;
  height: 10px;
  width: 10px;
  min-width: 10px;
}
.categoria-home ul li a {
  color: #fff;
}
.categoria-home ul li a:hover {
  opacity: 0.7;
}
.categoria-home .btn-all {
  background: #000000;
  border-radius: 25px;
  color: #fff !important;
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 50px;
  padding: 0 30px;
  margin: 0 60px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .categoria-home .btn-all {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .categoria-home .btn-all {
    transform: translateY(30px);
    opacity: 0;
    -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;
  }
  .categoria-home .btn-all:hover {
    background: #2b2b2b;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .categoria-home:before {
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .categoria-home:nth-of-type(1):before {
    background-position: right center;
    transform: translateX(-15%);
  }
}
.categoria-home:nth-of-type(2):before {
  left: auto;
  right: 0;
  background-position: right top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 1108.5 720'%3E%3Cpath d='M481.48 375.33C122.22 206.48 26.8 62.11 1.64 1.94 1.87.65 2.04 0 2.04 0H1108.5v663.22c-21.18-20.07-55.72-44.57-109.8-74.37-232.51-128.11-419.3-167.49-517.22-213.52' fill='%23891e24'/%3E%3Cpath d='M1.64 1.94C26.8 62.11 122.22 206.48 481.48 375.33c97.92 46.02 284.7 85.4 517.21 213.51 54.09 29.8 88.63 54.31 109.8 74.37V720H320.3v-.11c0-3.44-1.76-91.84-173.51-342.22C16.79 188.17 0 72.01 0 24.65 0 12.79 1.05 5.25 1.64 1.94' fill='%23801e23'/%3E%3C/svg%3E");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .categoria-home:nth-of-type(2):before {
    background-position: left center;
    transform: translateX(15%);
  }
}
.categoria-home:nth-of-type(3):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 1108.5 720'%3E%3Cpath d='M627.01 375.33C986.28 206.48 1081.7 62.11 1106.85 1.94a34.21 34.21 0 00-.39-1.94H0v663.22c21.18-20.07 55.72-44.57 109.8-74.37 232.51-128.11 419.29-167.49 517.21-213.52' fill='%23272a9b'/%3E%3Cpath d='M1106.85 1.94c-25.16 60.17-120.58 204.54-479.84 373.39-97.92 46.02-284.7 85.4-517.21 213.51C55.72 618.65 21.18 643.16 0 663.22V720h788.2v-.11c0-3.44 1.76-91.84 173.51-342.22C1091.7 188.16 1108.49 72 1108.5 24.64c0-11.85-1.06-19.39-1.65-22.7' fill='%23262990'/%3E%3C/svg%3E");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .categoria-home:nth-of-type(3):before {
    background-position: right center;
    transform: translateX(-15%);
  }
}
.categoria-home:nth-of-type(4):before {
  left: auto;
  right: 0;
  background-position: right top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 1108.5 720'%3E%3Cpath d='M481.48 375.33C122.22 206.48 26.8 62.11 1.64 1.94 1.87.65 2.04 0 2.04 0H1108.5v663.22c-21.18-20.07-55.72-44.57-109.8-74.37-232.51-128.11-419.3-167.49-517.22-213.52' fill='%232a2a2a'/%3E%3Cpath d='M1.64 1.94C26.8 62.11 122.22 206.48 481.48 375.33c97.92 46.02 284.7 85.4 517.21 213.51 54.09 29.8 88.63 54.31 109.8 74.37V720H320.3v-.11c0-3.44-1.76-91.84-173.51-342.22C16.79 188.17 0 72.01 0 24.65 0 12.79 1.05 5.25 1.64 1.94' fill='%23262525'/%3E%3C/svg%3E");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .categoria-home:nth-of-type(4):before {
    background-position: left center;
    transform: translateX(15%);
  }
}
.categoria-home:nth-of-type(5):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 1108.5 720'%3E%3Cpath d='M627.01 375.33C986.28 206.48 1081.7 62.11 1106.85 1.94a34.21 34.21 0 00-.39-1.94H0v663.22c21.18-20.07 55.72-44.57 109.8-74.37 232.51-128.11 419.29-167.49 517.21-213.52' fill='%232a2a2a'/%3E%3Cpath d='M1106.85 1.94c-25.16 60.17-120.58 204.54-479.84 373.39-97.92 46.02-284.7 85.4-517.21 213.51C55.72 618.65 21.18 643.16 0 663.22V720h788.2v-.11c0-3.44 1.76-91.84 173.51-342.22C1091.7 188.16 1108.49 72 1108.5 24.64c0-11.85-1.06-19.39-1.65-22.7' fill='%23262525'/%3E%3C/svg%3E");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .categoria-home:nth-of-type(5):before {
    background-position: right center;
    transform: translateX(-15%);
  }
}
.categoria-home:nth-of-type(2) ul li:before, .categoria-home:nth-of-type(4) ul li:before {
  background: black;
}
@media (max-width: 767.98px) {
  .categoria-home:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 378.33 537.35'%3E%3Cpath d='M68.24 66.33C135 175.88 155.51 263.88 179.5 310.01c89.77 172.71 166.25 216 196.41 226.76 1.61-.21 2.42-.39 2.42-.39V0H0v1.18C14.07.46 36.01 13.43 68.24 66.33' fill='%23f09925'/%3E%3Cpath d='M1.11 1.15c-.38 0-.75.01-1.11.03v384.4h.05c1.76 0 48.19.79 179.82 82.22 99.58 61.59 160.61 69.55 185.5 69.55 4.91 0 8.42-.31 10.53-.58-30.16-10.76-106.64-54.05-196.41-226.76C155.51 263.88 135 175.88 68.24 66.33 36.84 14.8 15.21 1.16 1.11 1.15' fill='%23de8e24'/%3E%3C/svg%3E");
    min-height: calc(100vh - 60px);
    background-position: center bottom;
    background-size: cover;
  }
  .categoria-home:nth-of-type(2):before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 378.33 537.35'%3E%3Cpath d='M310.08 66.33c-66.75 109.55-87.27 197.55-111.25 243.68-89.77 172.71-166.25 216-196.41 226.76-1.61-.2-2.42-.38-2.42-.38V0h378.33v1.18c-14.08-.72-36.02 12.25-68.25 65.15' fill='%23891e24'/%3E%3Cpath d='M377.22 1.15c.38 0 .74.01 1.11.03v384.4h-.05c-1.76 0-48.19.79-179.82 82.22-99.58 61.59-160.61 69.55-185.5 69.55-4.91 0-8.42-.31-10.53-.58 30.16-10.76 106.64-54.05 196.41-226.76 23.98-46.13 44.5-134.14 111.25-243.68 31.39-51.53 53.02-65.17 67.13-65.18' fill='%23801e23'/%3E%3C/svg%3E");
  }
  .categoria-home:nth-of-type(3):before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 378.33 537.35'%3E%3Cpath d='M68.24 66.33C135 175.88 155.51 263.88 179.5 310.01c89.77 172.71 166.25 216 196.41 226.76 1.61-.21 2.42-.39 2.42-.39V0H0v1.18C14.07.46 36.01 13.43 68.24 66.33' fill='%23272a9b'/%3E%3Cpath d='M1.11 1.15c-.38 0-.75.01-1.11.03v384.4h.05c1.76 0 48.19.79 179.82 82.22 99.58 61.59 160.61 69.55 185.5 69.55 4.91 0 8.42-.31 10.53-.58-30.16-10.76-106.64-54.05-196.41-226.76C155.51 263.88 135 175.88 68.24 66.33 36.84 14.8 15.21 1.16 1.11 1.15' fill='%23262990'/%3E%3C/svg%3E");
  }
  .categoria-home:nth-of-type(4):before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 378.33 537.35'%3E%3Cpath d='M310.08 66.33c-66.75 109.55-87.27 197.55-111.25 243.68-89.77 172.71-166.25 216-196.41 226.76-1.61-.2-2.42-.38-2.42-.38V0h378.33v1.18c-14.08-.72-36.02 12.25-68.25 65.15' fill='%232a2a2a'/%3E%3Cpath d='M377.22 1.15c.38 0 .74.01 1.11.03v384.4h-.05c-1.76 0-48.19.79-179.82 82.22-99.58 61.59-160.61 69.55-185.5 69.55-4.91 0-8.42-.31-10.53-.58 30.16-10.76 106.64-54.05 196.41-226.76 23.98-46.13 44.5-134.14 111.25-243.68 31.39-51.53 53.02-65.17 67.13-65.18' fill='%23262525'/%3E%3C/svg%3E");
  }
  .categoria-home:nth-of-type(5):before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' viewBox='0 0 378.33 537.35'%3E%3Cpath d='M68.24 66.33C135 175.88 155.51 263.88 179.5 310.01c89.77 172.71 166.25 216 196.41 226.76 1.61-.21 2.42-.39 2.42-.39V0H0v1.18C14.07.46 36.01 13.43 68.24 66.33' fill='%232a2a2a'/%3E%3Cpath d='M1.11 1.15c-.38 0-.75.01-1.11.03v384.4h.05c1.76 0 48.19.79 179.82 82.22 99.58 61.59 160.61 69.55 185.5 69.55 4.91 0 8.42-.31 10.53-.58-30.16-10.76-106.64-54.05-196.41-226.76C155.51 263.88 135 175.88 68.24 66.33 36.84 14.8 15.21 1.16 1.11 1.15' fill='%23262525'/%3E%3C/svg%3E");
  }
}

.onde-estamos-home {
  margin: 150px 0 0 0;
}
.onde-estamos-home .hd-onde-estamos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.onde-estamos-home .hd-onde-estamos h2 {
  color: #2b2b2b;
  font-size: 2.5rem;
  font-weight: bold;
  justify-content: center;
  margin: 0;
  text-transform: uppercase;
  order: 1;
}
.onde-estamos-home .hd-onde-estamos h2:before {
  background: #D1D1D1;
  content: "";
  display: block;
  height: 7px;
  width: 115px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .onde-estamos-home .hd-onde-estamos h2 {
    font-size: 2rem;
  }
}
.onde-estamos-home .decor {
  margin-top: -40px;
  position: relative;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .onde-estamos-home .decor {
    display: none;
  }
}
.onde-estamos-home .tab-pane {
  width: 100%;
}

.ctn-nav-estado {
  position: relative;
}
.ctn-nav-estado > nav {
  position: relative;
  padding: 100px 0;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .ctn-nav-estado > nav {
    padding: 30px 0 15px 0;
  }
}
@media (min-width: 992px) {
  .ctn-nav-estado:before {
    background: #F5F5F5;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 999;
  }
}

.ctn-nav-cidade > nav {
  background: #eee;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .ctn-nav-cidade > nav {
    padding: 0;
    background: none;
  }
}

.nav-onde-estamos {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .nav-onde-estamos {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-onde-estamos a {
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  justify-content: center;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.nav-onde-estamos a.active {
  background: #fff;
  color: #2b2b2b;
}
@media (max-width: 991.98px) {
  .nav-onde-estamos a {
    height: 35px;
    margin: 0 10px 0 0;
    white-space: nowrap;
  }
}

.nav-onde-estamos-2 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .nav-onde-estamos-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-onde-estamos-2 a {
  background: #E6E5E5;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  height: 50px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 0 30px;
}
.nav-onde-estamos-2 a.active {
  background: #fff;
}
@media (max-width: 991.98px) {
  .nav-onde-estamos-2 a {
    background: none;
    color: #aaaaaa;
    height: 35px;
    margin: 0;
  }
  .nav-onde-estamos-2 a.active {
    background: none;
    color: #2b2b2b;
  }
}

.onde-estamos-info {
  padding: 40px 0;
}
.onde-estamos-info h3 {
  color: #6b6b6b;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .onde-estamos-info h3 {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .onde-estamos-info img {
    margin-bottom: 30px;
  }
}
.onde-estamos-info p {
  font-weight: 600;
  color: #6b6b6b;
}
.onde-estamos-info a {
  background: #f8f8f8;
  border: 1px solid #D1D1D1;
  border-radius: 17px;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
  margin-top: 30px;
  min-width: 190px;
}
.onde-estamos-info a:hover {
  background: #D1D1D1;
}
@media (max-width: 991.98px) {
  .onde-estamos-info a {
    min-width: inherit;
  }
}

.txt-empresa {
  color: #6b6b6b;
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .txt-empresa {
    font-size: 1rem;
  }
}

.valores-empresa {
  display: flex;
  margin-top: 100px;
}
.valores-empresa > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 767.98px) {
  .valores-empresa > div {
    width: 100%;
  }
}
.valores-empresa > div:first-child {
  background-color: #2b2b2b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .valores-empresa > div:first-child {
    height: 100vh;
    min-height: 920px;
  }
}
@media (max-width: 767.98px) {
  .valores-empresa > div:first-child {
    display: none;
  }
}
.valores-empresa > div div {
  background: #f8f8f8;
  display: flex;
  font-size: 1.125rem;
  align-items: center;
  flex-grow: 1;
  flex-basis: 33.3333333%;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .valores-empresa > div div {
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.valores-empresa > div div:nth-child(even) {
  background: #fff;
}
@media (min-width: 992px) {
  .valores-empresa > div div:nth-child(even) {
    flex-direction: row-reverse;
  }
  .valores-empresa > div div:after {
    content: "";
    width: 110px;
    min-width: 110px;
  }
}
.valores-empresa > div div h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: rgba(43, 43, 43, 0.1);
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .valores-empresa > div div h4 {
    color: #6b6b6b;
    display: block;
    font-size: 32px;
    line-height: normal;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .valores-empresa > div div h4 {
    font-size: 22px;
    color: #444444;
  }
}
@media (min-width: 992px) {
  .valores-empresa > div div h4 {
    width: 110px;
  }
  .valores-empresa > div div h4 span {
    text-transform: uppercase;
    transform: rotate(-90deg);
  }
}
.valores-empresa > div div p {
  color: #6b6b6b;
  position: relative;
}
.valores-empresa > div div p:before {
  background: #D1D1D1;
  content: "";
  display: block;
  height: 7px;
  width: 115px;
  margin-bottom: 30px;
}

.areas-atuacao {
  background: #313131;
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
}
.areas-atuacao .hd-areas {
  background: #191919;
  padding: 40px 0 30px 40px;
  max-width: 70vw;
}
.areas-atuacao .hd-areas h3 {
  color: #fff;
  text-transform: uppercase;
}
.areas-atuacao .hd-areas h3:before {
  background: #fff;
  content: "";
  display: block;
  height: 7px;
  width: 115px;
  margin-bottom: 30px;
}
.areas-atuacao .ctd-area {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
}
.areas-atuacao .ctd-area:before {
  background: #242424;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(-15deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.areas-atuacao .ctd-area > div {
  padding-left: 60px;
  position: relative;
  z-index: 2;
  max-width: 340px;
}
.areas-atuacao .ctd-area > div + div {
  margin-top: 25px;
}
.areas-atuacao .ctd-area h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.areas-atuacao .ctd-area p {
  color: #6b6b6b;
}
.areas-atuacao .ctd-area.area-agromaquinas:before {
  background: #313131;
}
.areas-atuacao .ctd-area.area-equipamentos:before {
  background: #242424;
}
.areas-atuacao .ctd-area.area-rental:before {
  background: #1C1C1C;
}
.areas-atuacao .ctd-area.area-servicos:before {
  background: #181616;
}

.wrap-areas-atuacao {
  background: #0A0A0A;
}

.nav-estados {
  background: #f8f8f8;
}
@media (max-width: 991.98px) {
  .nav-estados {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-estados a {
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  text-transform: uppercase;
  flex-grow: 1;
  max-width: 265px;
  white-space: nowrap;
}
.nav-estados a.active {
  background: #2b2b2b;
  color: #fff;
}

.nav-cidades {
  background: #383838;
}
@media (max-width: 991.98px) {
  .nav-cidades {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.nav-cidades a {
  color: #f8f8f8;
  border-right: 1px solid #000000;
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  text-transform: uppercase;
  flex-grow: 1;
  max-width: 265px;
  white-space: nowrap;
}
.nav-cidades a.active {
  color: #6b6b6b;
}

.content-lojas {
  background: rgb(242, 242, 242);
  background: -moz-linear-gradient(-45deg, rgb(242, 242, 242) 2%, rgb(242, 242, 242) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(242, 242, 242) 2%, rgb(242, 242, 242) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(135deg, rgb(242, 242, 242) 2%, rgb(242, 242, 242) 50%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="#ffffff",GradientType=1 );
  padding: 30px;
}
@media (max-width: 767.98px) {
  .content-lojas {
    padding: 30px 15px;
  }
}
.content-lojas .onde-estamos-info h3 {
  color: #383838;
}
.content-lojas .onde-estamos-info img {
  margin: 0;
}

.ctn-slider-lojas {
  position: relative;
}
@media (max-width: 991.98px) {
  .ctn-slider-lojas {
    margin-bottom: 30px;
  }
}
.ctn-slider-lojas:before {
  background: #fff;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: -30px;
  top: -30px;
}
@media (max-width: 767.98px) {
  .ctn-slider-lojas:before {
    right: -15px;
    top: -15px;
  }
}

.loja-info > div strong {
  display: block;
  position: relative;
}
.loja-info > div strong:before {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 300px;
  transform: translateX(-315px);
}

.bdy-checkout {
  padding: 0;
}
.bdy-checkout .hd-pg {
  background: #444444;
  border-bottom: 1px solid #D1D1D1;
  margin-top: -40px;
  min-height: 0;
  padding: 60px 0;
}
.bdy-checkout .hd-pg h1 {
  color: #fff;
  font-size: 2rem;
}
.bdy-checkout .hd-pg .breadcrumbs li, .bdy-checkout .hd-pg .breadcrumbs a {
  color: #aaaaaa;
}
.bdy-checkout .hd-pg .breadcrumbs a.active {
  color: #fff;
}

.hd-checkout {
  background: #f8f8f8;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hd-checkout {
    margin-bottom: 20px;
  }
}
.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 {
  color: #2b2b2b;
  justify-content: flex-start;
  text-align: left;
  max-width: 150px;
  width: 100%;
}
.hd-checkout .logo-svg svg {
  max-width: 150px;
  min-width: 150px;
}
.hd-checkout .ctn-call-area > a {
  color: #444444;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.hd-checkout .ctn-call-area .call-area .col-6 strong {
  color: #6b6b6b;
}
.hd-checkout .icon-topo {
  color: #444444 !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: 40px 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: #C4C4C4;
  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: #aaaaaa;
  display: block;
  margin-bottom: 10px;
}
.lnk-senha:hover {
  color: #ced4da;
}

.lnk-login {
  margin-bottom: 0;
}

.frm-block {
  border-bottom: 1px solid #D1D1D1;
  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: #000000;
  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: #444444;
}

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

.vlr-entrega {
  margin-top: 20px;
}

.lst-frm-entrega {
  padding: 0;
  margin: 0;
}
.lst-frm-entrega li {
  border-top: 1px solid #D1D1D1;
  color: #ced4da;
  display: table;
  font-size: 0.875em;
  padding: 10px 0;
  width: 100%;
}

.est-delivery {
  color: #6b6b6b;
  font-size: 0.875em;
  font-weight: normal;
  vertical-align: middle;
}

.cart-div {
  border-bottom: 1px solid #D1D1D1;
  padding: 40px 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 #D1D1D1;
  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: #6b6b6b;
  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: #6b6b6b;
  font-size: 1rem;
  margin: 10px 0;
  text-align: right;
}
.info-car .cart-total-line:last-of-type {
  color: #444444;
  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: #C4C4C4;
  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: #383838;
  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 #D1D1D1;
  display: table;
  position: relative;
  width: 100%;
}
@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 #D1D1D1;
    border-radius: 0.25rem;
    margin: 15px 0;
  }
}

.order-paymeth .btn {
  background: #000000;
  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: #6b6b6b;
  border: 1px solid #D1D1D1;
  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 #D1D1D1;
  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;
  }
}

.endereco-checkout {
  border: 0;
}

.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 #D1D1D1;
  margin-top: 40px;
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .ft-checkout {
    margin: 0;
  }
}

.order-details {
  border: 1px solid #D1D1D1;
  color: #6b6b6b;
  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 #D1D1D1;
    padding: 20px;
  }
}
.order-details .order-number {
  padding-left: 15px;
}
.order-details .order-number .number {
  color: #2b2b2b;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 10px;
}
.order-details .order-paymeth .total,
.order-details .order-paymeth .total span {
  color: #383838;
}
.order-details span {
  color: #6b6b6b;
}

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

.ft-principal .text-secondary {
  color: #2b2b2b;
}

.ft-ln-1 {
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
  overflow-x: hidden;
}
.ft-ln-1 a {
  color: #fff;
}
.ft-ln-1 a:hover {
  color: #6b6b6b;
}
.ft-ln-1 .ft-area {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .ft-ln-1 .ft-area {
    margin-bottom: 0;
    text-align: center;
  }
}
.ft-ln-1 .ft-area h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
}
@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 {
  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: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}
.ft-ln-1 .ft-area strong {
  font-weight: 600;
}

.wrap-ft-atendimento {
  border-bottom: 1px solid #383838;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .wrap-ft-atendimento {
    border-bottom: none;
    margin-bottom: 0;
  }
  .wrap-ft-atendimento ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.ft-atendimento {
  color: #fff;
  display: flex;
}
@media (max-width: 767.98px) {
  .ft-atendimento {
    border-bottom: 1px solid #383838;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.ft-atendimento .icon {
  font-size: 42px;
  margin-right: 15px;
}
.ft-atendimento h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .ft-atendimento h5 {
    font-size: 1rem;
  }
}
.ft-atendimento h5 + span {
  font-size: 0.875rem;
}

.ft-phone {
  font-size: 1.125rem;
}

.ft-ln-2 {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .ft-ln-2 {
    text-align: center;
  }
}
.ft-ln-2 .hd-ft-sec h5 {
  color: #000000;
}
.ft-ln-2 .hd-ft-sec .icon-sec .icon {
  font-size: 2rem;
}

.ft-ln-3 {
  background-color: #fff;
}

.hd-ft-sec {
  color: #aaaaaa;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .hd-ft-sec {
    display: block;
  }
}
.hd-ft-sec .icon {
  color: #000000;
  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;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: #aaaaaa;
}
@media (max-width: 1199.98px) {
  .hd-ft-sec h5 {
    font-size: 1rem;
  }
}
.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: #aaaaaa;
}
.hd-ft-sec ul a:before {
  content: "";
  margin-right: 10px;
  background-color: #aaaaaa;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.rs-footer {
  padding: 30px;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .rs-footer {
    padding: 0;
  }
}
.rs-footer .ctn-icons-rs {
  display: flex;
  align-items: center;
}
@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: 660px;
    margin-right: 3rem;
  }
}
.rs-footer .ctn-icons-rs a {
  align-items: center;
  color: #383838;
  margin-right: 15px;
}
.rs-footer .ctn-icons-rs a:hover {
  color: #6b6b6b;
}
.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: #aaaaaa;
  display: flex;
}
.atendimento-ft > div {
  width: 45%;
}
.atendimento-ft p {
  margin-right: 15px;
}
.atendimento-ft .btn-lojas {
  background: #aaaaaa;
  color: #f8f8f8;
  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 #D1D1D1;
  padding: 1.5rem 0 1rem;
}

.ctn-copy {
  align-items: center;
  display: flex;
  font-size: 0.625rem;
  color: #383838;
  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: #444444;
  padding-right: 25px;
}
.logo-loja-ft svg {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  height: 30px;
}

.logo-ss {
  color: #444444;
  border-left: 2px solid #6b6b6b;
  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%;
}

.ft-col-light {
  background: rgb(33.15, 33.15, 33.15);
  position: relative;
}
.ft-col-light:after {
  background: rgb(33.15, 33.15, 33.15);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 50vw;
}

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

/*# sourceMappingURL=styles.css.map */
