@charset "UTF-8";
@font-face {
  font-family: "Lato-Light";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-LightItalic";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Regular";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Bold";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-BoldItalic";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Black";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-BlackItalic";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Italic";
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/Lato/Lato-Italic.ttf") format("truetype");
}

/* FONTS */
.t10 {
  font-size: 10px;
}

.t11 {
  font-size: 11px;
}

.t12 {
  font-size: 12px;
}

.t14 {
  font-size: 14px;
}

.t15 {
  font-size: 15px;
}

.t16 {
  font-size: 16px;
}

.t18 {
  font-size: 18px;
}

.t20 {
  font-size: 20px;
}

.t22 {
  font-size: 22px;
}

.t24 {
  font-size: 24px;
}

.t26 {
  font-size: 26px;
}

.t28 {
  font-size: 28px;
}

.t30 {
  font-size: 30px;
}

.t40 {
  font-size: 40px;
}

.light {
  font-family: 'Lato-Light';
}

.book {
  font-family: 'Lato-Regular';
}

.medium {
  font-family: 'Lato-Regular';
}

.bold {
  font-family: 'Lato-Bold';
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

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

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

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

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

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

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

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

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

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

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

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

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

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

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.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(72, 180, 97, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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: #117a8b;
  border-color: #10707f;
}

.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(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.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(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.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(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.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(40, 167, 69, 0.5);
}

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

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

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

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

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

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

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

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

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

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.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 > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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(: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(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.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.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  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:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  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: #e9ecef #e9ecef #dee2e6;
}

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.nav-justified > .nav-link,
.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, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-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;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 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 {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

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

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (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: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 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: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

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

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

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

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

.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #117a8b !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: #d39e00 !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: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@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 #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
@media only screen and (min-width: 581px) {
  .t18--desktop {
    font-size: 18px;
  }
}

@media only screen and (min-width: 581px) {
  .t40--desktop {
    font-size: 40px;
  }
}

.upper {
  text-transform: uppercase;
}

.h120 {
  line-height: 120%;
}

.h130 {
  line-height: 130%;
}

.h150 {
  line-height: 150%;
}

html,
body {
  font-family: "Lato-Regular";
  height: 100%;
  font-size: 14px;
  color: #717171;
  background: #f9f9f9;
}

html,
body,
h1,
p,
a,
img,
a img,
input,
div *:not(.slick-track):not(.slick-list):not(polyline):not(.grid-item) {
  transition: all 0.15s ease;
}

html:hover,
body:hover,
h1:hover,
p:hover,
a:hover,
img:hover,
a img:hover,
input:hover,
div *:not(.slick-track):not(.slick-list):not(polyline):not(.grid-item):hover {
  transition: all 0.15s ease;
}

.content-module {
  color: #000;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 581px) and (max-width: 1024px) {
  .container {
    max-width: 90%;
  }
}

.main-section {
  background: white;
}

#featured-vehicles,
.main-section {
  background: white;
  border-radius: 22px;
}

.content-area {
  background: white;
}

@media only screen and (min-width: 581px) and (max-width: 1100px) {
  .container-mobile {
    max-width: 100% !important;
    width: 100%;
  }
  .container-mobile #back-search {
    margin-left: -15px;
  }
  .container-mobile #close-search {
    margin-right: -15px;
  }
  .container-mobile .section-title {
    margin: 0;
  }
  .container-mobile .section-title h3.margin-title {
    padding: 0 15px;
  }
  .container-mobile .section-title.fit-title {
    margin: 0 auto;
  }
}

a,
input[type="submit"],
button {
  transition: all 0.5 ease;
  cursor: pointer;
}

a:hover,
input[type="submit"]:hover,
button:hover {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover, a:focus, a:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: 0 !important;
  box-shadow: none !important;
}

a.btn {
  display: block;
}

a span {
  display: inline-block;
}

a:focus,
div:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
a:hover,
div:hover,
input:hover,
select:hover,
textarea:hover,
button:hover {
  outline: none !important;
  outline: 0 !important;
  outline-color: transparent !important;
  box-shadow: none !important;
}

.red {
  color: #CF2137;
}

.black {
  color: #000;
}

.white {
  color: #fff !important;
}

.dark-gray {
  color: #333;
}

::selection {
  color: #CF2137;
}

.hidden-overflow {
  overflow: hidden;
}

.fixed-pos {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.relative-pos {
  position: relative;
}

.relative-pos input {
  z-index: 20;
}

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

.block-with-text {
  overflow: hidden;
  height: 27px;
  display: inline-block;
  width: 82%;
}

.huincha {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .huincha {
    height: 35px;
  }
}

.huincha a {
  color: #fff;
  font-size: 13px;
  padding: 4px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
}

header {
  background: #CF2137;
  background: linear-gradient(to right, #CF2137 0%, #A40619 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
}

header .mobile-header {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  header .mobile-header .col-logo {
    max-width: 185px;
  }
}

header .mobile-header .navbar-brand {
  margin-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  float: left;
}

header .mobile-header .navbar-brand img {
  margin: 17px auto;
  min-width: 130px;
  width: 130px;
}

@media only screen and (min-width: 769px) {
  header .mobile-header .navbar-brand img {
    margin: 17px auto 17px 15px;
    min-width: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .mobile-header .navbar-brand img {
    margin: 17px 0;
    max-width: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  header .mobile-header .navbar-brand img {
    margin: 12px 0;
    max-width: 100px !important;
    min-width: 100px !important;
  }
}

@media only screen and (max-width: 350px) {
  header .mobile-header .navbar-brand img {
    margin: 6px 0;
  }
}

@media only screen and (max-width: 768px) {
  header .mobile-header .navbar-brand {
    float: none;
  }
}

header .mobile-header .box-name {
  padding: 28px 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'black';
}

@media only screen and (max-width: 767px) {
  header .mobile-header .box-name {
    padding: 20px;
    font-size: 14px;
  }
  header .mobile-header .box-name.extense-line {
    line-height: 120%;
    padding: 15px;
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 768px) {
  header .mobile-header .box-name {
    padding: 28px 15px;
    max-width: 220px;
    min-width: 150px;
  }
  header .mobile-header .box-name.extense-line {
    line-height: 130%;
    font-size: 15px;
    padding: 22px 15px 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .mobile-header .box-name.extense-line {
    font-size: 15px !important;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 350px) {
  header .mobile-header .box-name {
    padding: 13px 7px !important;
  }
}

header .mobile-header .box-name.extense-line {
  display: flex;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
}

header .mobile-header .box-name.extense-line.header-text {
  padding: 22px 15px 19px !important;
}

@media (max-width: 767px) {
  header .mobile-header .box-name.extense-line {
    max-height: 61px;
  }
}

header .mobile-header .box-name.extense-line img {
  margin: 0 auto;
}

header .desktop-nav {
  margin-right: -30px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .desktop-nav ul {
  margin: 0;
  padding: unset;
  float: right;
}

header .desktop-nav ul li {
  display: inline-block;
}

header .desktop-nav ul li a {
  text-transform: uppercase;
  font-family: 'Lato-Bold';
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0;
}

header .desktop-nav ul li a:hover, header .desktop-nav ul li a.current-menu-item {
  color: #fff;
}

header .desktop-nav ul li:last-child a {
  padding-right: 0;
}

header .desktop-nav ul li.menu-item-has-children .sub-menu {
  height: 0;
  overflow: hidden;
  display: none;
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu {
  position: absolute;
  height: auto;
  background: #A40619;
  z-index: 1000;
  display: block;
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu li a {
  padding: 1.5rem 0.9rem;
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu li a:hover {
  background: #CF2137;
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu li:hover a {
  color: #fff;
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu li .sub-menu {
  height: auto;
  overflow: visible;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu li .sub-menu li {
  border-bottom: none;
}

header .desktop-nav ul li.menu-item-has-children.open-sub-menu .sub-menu li .sub-menu li a {
  color: #dcb2b6;
  padding-left: 30px;
}

#menu-menu-principal > .menu-item:last-of-type .sub-menu {
  right: 0;
  margin-right: 0;
}

#menu-menu-principal .sub-menu {
  width: 200px;
}

footer {
  padding: 0px;
  background: #ececec;
  color: #a2a2a2;
}

footer .box-name {
  display: inline-block;
  padding: 17px 10px;
  text-align: center;
  font-family: 'black';
  background: #e2e2e2;
  color: #a2a2a2;
  text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
  footer .box-name {
    padding: 20px;
    min-width: 130px;
  }
  footer .box-name.single-line.extense-line {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .box-name.single-line.extense-line {
    padding: 10px;
    line-height: 120%;
  }
}

footer .widget-area {
  display: grid;
  grid-gap: 4rem;
}

@media only screen and (min-width: 769px) {
  footer .widget-area {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 581px) and (max-width: 768px) {
  footer .widget-area {
    grid-template-columns: repeat(2, 1fr);
  }
}

footer .widget-area .widget-title {
  display: none;
}

footer .notes {
  margin: 0;
  padding: 25px 0 35px;
  font-size: 12px;
  line-height: 130%;
}

@media only screen and (max-width: 768px) {
  footer .notes {
    padding: 15px 0;
    font-size: 10px;
  }
}

footer .notes p {
  margin: 0;
}

footer .col-logo {
  max-width: 150px;
}

footer .logo {
  box-sizing: content-box;
}

@media only screen and (min-width: 769px) {
  footer .logo {
    width: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .logo {
    width: 65%;
  }
}

.section-title h3 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 20px;
  }
}

.section-title h3 span {
  font-family: "Lato-Regular";
}

.section-title h3 a {
  margin-top: 5px;
  color: #CF2137;
  font-size: 16px;
  float: right;
}

.section-title h3 a:hover {
  color: #A40619;
}

@media only screen and (max-width: 768px) {
  .section-title h3 a {
    font-size: 14px;
  }
}

.section-title h4 {
  font-size: 14px;
  color: #000;
}

.section-title h4.white {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .section-title {
    text-align: left;
  }
}

button.navbar-toggler {
  position: absolute;
  border: 2px solid #000;
  right: 10px;
  bottom: 15px;
}

input[type="search"],
input[type="text"],
input[type="email"],
select {
  border-radius: 6px;
}

.btn {
  display: block;
  padding: 15px;
  border-radius: 8px;
  font-size: 1.2em;
  font-family: "Lato-Light";
}

.btn img.img-margin,
.btn i.img-margin {
  margin-right: 10px;
}

.btn img.img-margin.img-margin-used,
.btn i.img-margin.img-margin-used {
  margin-left: -6px;
}

.btn--red {
  background: #CF2137;
  border: none;
  color: #fff;
}

.btn--red a {
  color: #fff;
}

.btn--red a i {
  color: #fff;
}

.btn--red:hover {
  background: #A40619;
  border: none;
  color: #fff;
}

.btn--red:hover span {
  color: #fff;
}

.btn--outline {
  background: #fff;
  border: 2px solid #CF2137;
  color: #CF2137;
  font-family: "Lato-Regular";
}

.btn--outline--minOutline {
  border: 1px solid #F9C9CE !important;
}

.btn--outline--minOutline:hover {
  border: 1px solid #A40619;
  color: #A40619;
}

@media only screen and (max-width: 768px) {
  .btn--outline--minOutline:hover {
    border: 1px solid #F9C9CE !important;
  }
}

.btn--outline:hover {
  border: 2px solid #A40619;
  color: #fff;
}

.btn--outline:hover i {
  color: #A40619;
}

.btn--outline:hover span {
  color: #A40619;
}

@media only screen and (min-width: 581px) {
  .btn--outline:hover {
    color: #fff !important;
  }
}

@media only screen and (max-width: 768px) {
  .btn--outline:hover {
    background: #fff !important;
    border: 2px solid #CF2137 !important;
    color: #CF2137 !important;
    font-family: "Lato-Regular";
  }
  .btn--outline:hover i {
    color: #CF2137;
  }
  .btn--outline:hover span {
    color: #CF2137 !important;
  }
}

.btn--white {
  background: #fff;
  border: 2px solid #fff;
  color: #CF2137;
  padding: 8px 20px 6px;
  text-align: center;
}

.btn--white span {
  color: #CF2137;
}

.btn--white:hover {
  background: #A40619;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn--white:hover {
    background: #fff !important;
    border: 2px solid #fff;
    color: #CF2137 !important;
  }
}

.btn--gradient {
  background: #CF2137;
  background: linear-gradient(to right, #CF2137 0%, #A40619 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  color: #fff;
  border: none;
}

.btn--gradient--smallGradient {
  padding: 14px 10px 10px;
  font-size: 13px;
  color: #fff !important;
  font-family: light;
}

.btn--gradient--smallGradient img {
  margin-right: 10px;
}

.btn--smallOutline {
  font-size: 1em;
  background: transparent;
  border: 1px solid #CF2137;
}

.btn--smallOutline--alt {
  margin-bottom: 15px;
  padding: 5px 10px 3px;
  font-size: 14px;
  font-family: "Lato-Light";
  color: #CF2137;
}

.btn--smallOutline--alt:hover {
  background: #CF2137;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn--smallOutline--alt:hover {
    font-size: 1em;
    background: transparent;
    border: 1px solid #CF2137;
  }
}

.btn--minPadding {
  padding-top: 3px;
  padding-bottom: 3px;
}

.btn:hover {
  color: #fff;
  background: #A40619;
}

@media only screen and (max-width: 768px) {
  .btn:hover {
    color: #fff;
    background: #CF2137;
  }
}

.back-position {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45%;
  z-index: 1;
}

.pages-section {
  padding: 30px 0 1px 0;
}

.block {
  display: block;
}

.w100 {
  width: 100%;
  height: auto;
}

.normal-wp {
  white-space: normal;
}

.no-float {
  margin: 0 auto;
  float: none;
}

.extra-margin--5top {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .extra-margin--5top--mobile {
    margin-top: 5px;
  }
}

.extra-margin--10left {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .extra-margin--10left--mobile {
    margin-left: 5px;
  }
}

.extra-margin--10right {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .extra-margin--10right--mobile {
    margin-right: 5px;
  }
}

.extra-margin--10top {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .extra-margin--10top--mobile {
    margin-top: 10px;
  }
}

.extra-margin--10bottom {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .extra-margin--10bottom--mobile {
    margin-bottom: 10px;
  }
}

.extra-margin--20bottom {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .extra-margin--20bottom--mobile {
    margin-bottom: 20px;
  }
}

.extra-margin--30bottom {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .extra-margin--30bottom--mobile {
    margin-bottom: 30px;
  }
}

.extra-padding--5top {
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .extra-padding--5top--mobile {
    padding-top: 5px;
  }
}

.extra-padding--10top {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .extra-padding--10top--mobile {
    padding-top: 10px;
  }
}

.extra-padding--5left {
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  .extra-padding--5left--mobile {
    padding-left: 5px;
  }
}

.extra-padding--10left {
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .extra-padding--10left--mobile {
    padding-left: 10px;
  }
}

.extra-padding--10right {
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .extra-padding--10right--mobile {
    padding-right: 10px;
  }
}

.separation {
  padding-top: 35px;
}

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

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .col-no-padding--mobile {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 581px) {
  .col-no-padding--desktop {
    padding: 0;
  }
}

.col-no-padding-right {
  padding-right: 0;
}

.col-no-padding-left {
  padding-left: 0;
}

.col-no-padding-top {
  padding-top: 0;
}

.col-min-padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media only screen and (max-width: 768px) {
  .col-min-padding--mobile {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.col-min-padding-left {
  padding-left: 5px;
}

.col-min-padding-right {
  padding-right: 5px;
}

.absolute-image {
  position: absolute;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  font-style: italic;
  font-family: light;
}

input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
  font-style: italic;
  font-family: light;
}

input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
  font-style: italic;
  font-family: light;
}

input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  font-style: italic;
  font-family: light;
}

@media (max-width: 767px) {
  .no-translate {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

@media (min-width: 768px) {
  .no-translate-desktop {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.gradient-left {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  left: -22px;
  background: linear-gradient(to right, #fafafa 20%, rgba(250, 250, 250, 0) 100%);
  border: 0;
  text-indent: -999em;
  z-index: 9;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gradient-left {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .gradient-left {
    width: 33px;
    height: 33px;
    background: url("../../img/flecha-izquierda-white.svg") no-repeat center #474747;
    border-radius: 50%;
    left: 8px;
    top: 45%;
  }
}

.gradient-right {
  display: none;
  position: absolute;
  right: -22px;
  top: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to left, #fafafa 20%, rgba(250, 250, 250, 0) 100%);
  border: 0;
  text-indent: -999em;
  z-index: 9;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gradient-right {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .gradient-right {
    width: 33px;
    height: 33px;
    background: url("../../img/flecha-derecha-white.svg") no-repeat center #474747;
    border-radius: 50%;
    right: 8px;
    top: 45%;
  }
}

.colors-container .slick-slider,
.exterior-thumbs .slick-slider {
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .colors-container .slick-slider .slick-track,
  .exterior-thumbs .slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
    float: left;
  }
}

.slick-slider {
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
  }
}

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

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

@media only screen and (min-width: 581px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 12px;
  width: 12px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #8E8E8E;
  border-radius: 50%;
}

@media only screen and (min-width: 581px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

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

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  height: 22px;
  width: 22px;
  background: transparent;
  border: 2px solid #8E8E8E;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
}

.slick-thumbs {
  max-height: 90px;
}

.slick-thumbs .slick-list {
  text-align: center;
  overflow: scroll;
  overflow-x: hidden;
}

@media only screen and (min-width: 581px) {
  .slick-thumbs .slick-track {
    text-align: center;
  }
  .slick-thumbs .slick-slide {
    display: inline-block;
    float: none;
  }
}

.slick-thumbs .slick-slide {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .slick-thumbs .slick-slide {
    padding-top: 10px;
  }
}

.slick-thumbs .slick-current .thumb {
  border: 1px solid #CF2137;
}

.slick-thumbs .slick-current .thumb .cont-icon {
  opacity: 1;
}

.slick-thumbs .thumb {
  position: relative;
  margin-top: 9px;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 7px 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 1px 1px 10px 0 rgba(216, 216, 216, 0.5);
  border-radius: 6px;
}

.slick-thumbs .thumb:hover, .slick-thumbs .thumb:focus {
  outline: none;
}

.slick-thumbs .thumb:hover:before, .slick-thumbs .thumb:focus:before {
  opacity: 1;
}

.menu-trigger {
  z-index: 1001;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #CF2137;
  border-radius: 50%;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.menu-trigger span {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.menu-trigger span img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 769px) {
  .j-between {
    justify-content: space-between !important;
  }
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
img {
  -ms-interpolation-mode: nearest-neighbor;
}

/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

img[src$=".gif"],
img[src$=".png"] {
  -ms-interpolation-mode: bicubic;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"],
  img[src$=".jpg"] {
    width: 100%;
  }
}

.load {
  position: absolute;
  top: 0;
  height: 55px;
}

.loading {
  height: 55px;
}

.loading:after {
  content: 'Enviando cotización';
  padding-left: 25px;
  color: #fff;
  background: url("../../img/loading-button.gif") no-repeat left top;
  background-size: 15px;
}

.scrollabe {
  overflow-y: scroll;
  overflow-x: auto;
}

.open-phones-card:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*Style maps of google api*/
.container-red-map {
  height: 250px;
  width: 100%;
  position: relative;
}

.container-red-map button,
.container-red-map .error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  text-align: center;
}

.container-red-map img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: opacity(50%);
  z-index: -1;
  border-radius: 5px;
}

.map-google-api {
  height: 500px;
  width: 100%;
}

@media only screen and (min-width: 581px) {
  .map-google-api .infowindow-wrapper {
    min-width: 300px;
  }
}

.map-google-api .infowindow-wrapper h1 {
  color: #E40520;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.map-google-api .infowindow-wrapper .status {
  display: inline-block;
  color: white;
  padding: .5rem;
  font-weight: bold;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

.map-google-api .infowindow-wrapper .status.open {
  background-color: green;
}

.map-google-api .infowindow-wrapper .status.closed {
  background-color: #E40520;
}

.map-google-api .infowindow-wrapper .address {
  margin-bottom: .5rem;
}

.map-google-api .infowindow-wrapper .schedule {
  border-top: 1px solid lightgray;
  padding-top: .5rem;
}

.map-google-api .infowindow-wrapper .schedule li {
  font-weight: bold;
}

.map-google-api .infowindow-wrapper .schedule li .name {
  margin-right: .5rem;
}

#preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  margin-top: 0px;
  top: 0px;
}

#preloader #preloader-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#preloader #preloader-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  transform: rotate(45deg);
  animation: loading-center-absolute 1.5s infinite;
}

#preloader .preloader {
  width: 70px;
  height: 70px;
  border: 10px solid #eee;
  border-top: 10px solid #666;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#step01 h4,
#step01 h5,
#step01 label:not(btn),
#step02 h4,
#step02 h5,
#step02 label:not(btn),
#step03 h4,
#step03 h5,
#step03 label:not(btn),
#step04 h4,
#step04 h5,
#step04 label:not(btn),
#step05 h4,
#step05 h5,
#step05 label:not(btn) {
  color: #fff;
}

#searchform .flex-row,
#searchformMobileHome .flex-row {
  margin: 0 -15px;
}

#searchform .flex-row .col-brand,
#searchformMobileHome .flex-row .col-brand {
  float: left;
  cursor: pointer;
}

#searchform .section-title,
#searchformMobileHome .section-title {
  cursor: pointer;
}

#searchform .model-title,
#searchformMobileHome .model-title {
  cursor: pointer;
}

#searchform .model-title:hover,
#searchformMobileHome .model-title:hover {
  background-color: #d82f43;
}

.step-border {
  cursor: pointer;
  box-sizing: border-box;
}

.step-border.brand {
  height: 70px;
}

.step-border.brand .img_brand_filter {
  display: flex;
  justify-content: center;
}

.step-border.type {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  height: 50px;
}

.step-border i {
  font-size: 25px;
}

.step-border p {
  margin-bottom: 5px;
  font-family: "Lato-Light";
}

.step-border p.all-items {
  margin: 0;
}

.step-border img {
  /* margin-left: auto;
    margin-right: auto; */
  display: block;
  /* &.ml-aux-4{
      margin-left: 4px;
    } */
}

.step-border div.text-left p {
  font-size: 20px;
  margin-bottom: 0;
}

.step-border.checked {
  background-color: rgba(147, 0, 22, 0.4);
}

/*checkbox styles*/
.car-check {
  margin: 16px auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.car-check span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.car-check span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.car-check span:first-child svg {
  position: absolute;
  top: 1px;
  left: 0;
  fill: none;
  stroke: #CF2137;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.car-check span:first-childbefore {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.car-check spanlast-child {
  padding-left: 3px;
}

.car-checkhover span:first-child {
  border-color: #fff;
}

.car-check-mobile {
  margin: 16px auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.car-check-mobile span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.car-check-mobile span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.car-check-mobile span:first-child svg {
  position: absolute;
  top: 1px;
  left: 0;
  fill: none;
  stroke: #CF2137;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.car-check-mobile span:first-childbefore {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.car-check-mobile spanlast-child {
  padding-left: 3px;
}

.car-check-mobilehover span:first-child {
  border-color: #fff;
}

.inp-car-check:checked + .car-check span,
.inp-car-check.checked + .car-check span {
  border-color: #fff;
  animation: wave 0.4s ease;
}

.inp-car-check:checked + .car-check span svg,
.inp-car-check.checked + .car-check span svg {
  stroke-dashoffset: 0;
}

.inp-car-check:checked + .car-check span,
.inp-car-check.checked + .car-check span {
  background-color: #fff;
}

.inp-car-check:checked + .car-check span:before,
.inp-car-check.checked + .car-check span:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.inp-car-check:checked + .car-check-mobile span,
.inp-car-check.checked + .car-check-mobile span {
  border-color: #fff;
  animation: wave 0.4s ease;
}

.inp-car-check:checked + .car-check-mobile span svg,
.inp-car-check.checked + .car-check-mobile span svg {
  stroke-dashoffset: 0;
}

.inp-car-check:checked + .car-check-mobile span,
.inp-car-check.checked + .car-check-mobile span {
  background-color: #fff;
}

.inp-car-check:checked + .car-check-mobile span:before,
.inp-car-check.checked + .car-check-mobile span:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

a.btn-white-derco:focus,
button.btn-white-derco:focus {
  outline: 0;
}

a.btn-white-derco,
button.btn-white-derco {
  background: #fff;
  font-family: book;
  border: none;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

a.btn-white-derco:hover,
button.btn-white-derco:hover {
  background: #e6e5e5;
  color: #CF2137;
}

@media (max-width: 580px) {
  a.btn-white-derco:hover,
  button.btn-white-derco:hover {
    background: #fff;
    color: #CF2137 !important;
    font-family: book;
    border: none;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
}

.white-input {
  border-radius: 7px;
  border: 0px;
  font-style: italic;
  background-color: #fff !important;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.white-input::placeholder {
  font-size: 18px;
  color: #bcbcbc;
  font-style: italic;
}

.main-search-input::placeholder {
  color: #fff;
}

.main-search-input {
  color: #fff;
  background-color: #A40619;
  border-radius: 7px;
  border: 0px;
}

.white {
  color: #fff;
}

.filtro__icon-Auto {
  font-size: 25px;
}

#search-vehicle-form .step-content-body.out {
  display: none !important;
}

#footer {
  z-index: 1;
  position: relative;
}

.main-section#faq, .main-section#technical-service, .main-section#banners {
  z-index: 0 !important;
}

.border-white {
  border: 2px solid #fff;
}

/* Burger icon transition */
#nav-icon {
  width: 30px;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  width: 50%;
}

#nav-icon span:nth-child(3) {
  top: 20px;
}

.rounded-social {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 25px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  color: #fff;
}

.rounded-social a {
  color: #fff;
}

.rounded-social a i {
  color: #fff;
}

.rounded-social i {
  font-size: 20px;
  position: absolute;
  left: 9px;
  top: 10px;
  color: #fff;
}

.rounded-social .icon-Facebook {
  left: 20px;
  top: 15px;
}

.rounded-social .icon-Twitter {
  left: 14px;
  top: 15px;
}

.rounded-social .icon-intagram_black {
  left: 15px;
  top: 15px;
}

.rounded-social:hover {
  background-color: #fff;
}

.rounded-social:hover i {
  color: #CF2137;
}

.desktop.rounded-social a i {
  color: #9f9f9f;
}

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

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

.f-20.b {
  font-weight: bold;
}

.icon-lupa.derco {
  color: #CF2137;
  position: absolute;
  z-index: 1;
  top: 20%;
  right: 3%;
  font-size: 25px;
}

.select-ces:after {
  content: '\e908';
  font: normal normal normal 10px/2 icomoon;
  color: #E4E1E1;
  right: 11px;
  top: 6px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
.mounted-form::-ms-expand {
  display: none;
}

.mounted-form {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  margin: 5px 0px 5px 0;
  padding: 0px 24px;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  -ms-word-break: normal;
  word-break: normal;
  outline: transparent;
}

.modal-backdrop {
  display: none !important;
}

#modal-sorted .modal-content {
  width: 100vw;
  height: 100vh;
  background: #CF2137;
  background: linear-gradient(to bottom, #CF2137 0%, #A40619 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  color: #fff;
}

#modal-sorted .modal-content h4 {
  margin-bottom: 20px;
}

#modal-sorted .modal-content button.close {
  opacity: 1;
}

#modal-sorted .modal-content button i {
  font-size: 14px;
}

.d-flex.center {
  align-items: center;
  justify-content: center;
}

.derco-load {
  animation: rotate 1s steps(3, end) infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.icon-pintura.derco,
.icon-pulse.derco,
.icon-mecanica.derco,
.icon-repuesto.derco {
  vertical-align: middle;
  font-size: 46px;
}

.icon-mecanica.derco-lg {
  vertical-align: middle;
  font-size: 50px;
}

.icon-reparacion.derco-m,
.icon-garantia.derco-m {
  vertical-align: middle;
  font-size: 36px;
}

.icon-lupa.derco-m {
  vertical-align: middle;
  font-size: 30px;
}

.icon-stock.derco {
  vertical-align: middle;
  font-size: 15px;
}

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

.overlay-open {
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to', GradientType=0);
}

.brd-5 {
  border-radius: 5px;
}

@media (min-width: table-portrait and-up()) and (max-width: tablet-landscape-and-below()) {
  #used-cars {
    max-width: 300px;
  }
}

@media (min-width: 1025px) {
  .step01 .col-lg {
    max-width: 14%;
  }
  .step01 .step-border {
    max-width: 116px;
  }
  .step01 .step-border p {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .step01 .col-lg {
    max-width: 14%;
  }
  .step01 .step-border {
    max-width: 165px;
  }
  .step01 .step-border p {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  #banners .btn--minPadding span,
  #technical-service .service-item .btn--minPadding span {
    line-height: 1 !important;
  }
  .swiper-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gray-md-bg {
    background-color: #ececec;
  }
  .step-border i {
    font-size: 20px;
  }
  .car-check span:first-child {
    width: 15px;
    height: 15px;
  }
  .car-check-mobile span:first-child {
    width: 15px;
    height: 15px;
  }
  .t-md-20 {
    font-size: 20px;
  }
  .black-gradient {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  }
  .black-gradient span,
  .black-gradient p {
    color: white !important;
  }
  .white-gradient {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }
}

@media (max-width: 991px) {
  .black-gradient {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  }
  .white-gradient {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }
}

#range {
  border: 0;
  height: 7px;
}

.noUi-connects {
  background-color: #d45367;
}

.noUi-connect {
  background-color: #fff;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -20px;
  top: -7px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
  border: none;
  outline: none;
}

.noUi-handle:after,
.noUi-handle:before {
  background: none;
}

.noUi-pips.noUi-pips-horizontal {
  display: none;
}

.noUi-active .noUi-tooltip {
  display: block;
}

.noUi-tooltip {
  display: none;
  font-family: light;
  font-size: 10px;
  margin-left: 0 !important;
  margin-bottom: 10px;
  min-width: 100px;
  border-radius: 100px;
  border: 0;
  background: rgba(147, 0, 22, 0.7);
  color: #fff;
}

.noUi-tooltip:before {
  font-size: 8px;
  pointer-events: none;
  font-family: icomoon;
  color: rgba(147, 0, 22, 0.7);
  content: "\e942";
  position: absolute;
  z-index: 10;
  margin-top: 18px;
  left: 40%;
}

#search-filter .card.active {
  background: none !important;
}

.filter-asc {
  color: #E40520;
  min-width: 100px;
  border-radius: 100px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}

.filter-asc:hover,
.filter-asc:active,
.filter-asc:focus {
  background: white;
  border-color: #CF2137;
}

#new-search-vehicle-form .overlay-open {
  background: none !important;
}

/*Changes to slider at home*/
.slider-cover {
  background-size: cover;
}

.slider-cover img.slider-logo {
  min-width: 150px;
  max-height: 50px !important;
  width: auto !important;
}

.slider-cover .black.t16 {
  font-size: 28px;
}

.slider-cover .red {
  padding-top: 5px;
}

.slider-cover .red:hover {
  color: #A40619 !important;
}

.slider-cover .red .t12 {
  padding-right: 10px;
}

.slider-cover .red.t22 {
  font-size: 40px;
}

.slider-cover .btn {
  margin-top: 10px;
  background: #CF2137;
  color: #fff;
}

* {
  outline: 0;
}

.hide-input {
  margin: 0px;
  opacity: 0;
  width: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.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-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-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-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-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-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-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.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;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  width: 13px;
  height: 13px;
  font-size: 1px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.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-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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%;
  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");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

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

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-flip .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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@media (max-width: 576px) {
  .h1-xs small,
  .h1-xs .small,
  .h2-xs small,
  .h2-xs .small,
  .h3-xs small,
  .h3-xs .small {
    font-size: 65%;
  }
  .h4-xs small,
  .h4-xs .small,
  .h5-xs small,
  .h5-xs .small,
  .h6-xs small,
  .h6-xs .small {
    font-size: 75%;
  }
  .h1-xs {
    font-size: 2.5rem;
  }
  .h2-xs {
    font-size: 2rem;
  }
  .h3-xs {
    font-size: 1.75rem;
  }
  .h4-xs {
    font-size: 1.5rem;
  }
  .h5-xs {
    font-size: 1.25rem;
  }
  .h6-xs {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .h1-sm small,
  .h1-sm .small,
  .h2-sm small,
  .h2-sm .small,
  .h3-sm small,
  .h3-sm .small {
    font-size: 65%;
  }
  .h4-sm small,
  .h4-sm .small,
  .h5-sm small,
  .h5-sm .small,
  .h6-sm small,
  .h6-sm .small {
    font-size: 75%;
  }
  .h1-sm {
    font-size: 2.5rem;
  }
  .h2-sm {
    font-size: 2rem;
  }
  .h3-sm {
    font-size: 1.75rem;
  }
  .h4-sm {
    font-size: 1.5rem;
  }
  .h5-sm {
    font-size: 1.25rem;
  }
  .h6-sm {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .h1-md small,
  .h1-md .small,
  .h2-md small,
  .h2-md .small,
  .h3-md small,
  .h3-md .small {
    font-size: 65%;
  }
  .h4-md small,
  .h4-md .small,
  .h5-md small,
  .h5-md .small,
  .h6-md small,
  .h6-md .small {
    font-size: 75%;
  }
  .h1-md {
    font-size: 2.5rem;
  }
  .h2-md {
    font-size: 2rem;
  }
  .h3-md {
    font-size: 1.75rem;
  }
  .h4-md {
    font-size: 1.5rem;
  }
  .h5-md {
    font-size: 1.25rem;
  }
  .h6-md {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .h1-lg small,
  .h1-lg .small,
  .h2-lg small,
  .h2-lg .small,
  .h3-lg small,
  .h3-lg .small {
    font-size: 65%;
  }
  .h4-lg small,
  .h4-lg .small,
  .h5-lg small,
  .h5-lg .small,
  .h6-lg small,
  .h6-lg .small {
    font-size: 75%;
  }
  .h1-lg {
    font-size: 2.5rem;
  }
  .h2-lg {
    font-size: 2rem;
  }
  .h3-lg {
    font-size: 1.75rem;
  }
  .h4-lg {
    font-size: 1.5rem;
  }
  .h5-lg {
    font-size: 1.25rem;
  }
  .h6-lg {
    font-size: 1rem;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../../iconos/icomoon.eot");
  src: url("../../iconos/icomoon.eot") format("embedded-opentype"), url("../../iconos/icomoon.ttf") format("truetype"), url("../../iconos/icomoon.woff") format("woff"), url("../../iconos/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-garantia:before {
  content: "\e900";
}

.icon-llegar:before {
  content: "\e901";
}

.icon-mecanica:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e903";
}

.icon-pintura:before {
  content: "\e904";
}

.icon-pulse:before {
  content: "\e905";
}

.icon-reparacion:before {
  content: "\e906";
}

.icon-repuesto:before {
  content: "\e907";
}

.icon-arrowDown:before, .icon-ArrowDown:before, .icon-arrowdown:before {
  content: "\e908";
}

.icon-arrowUp:before, .icon-ArrowUp:before, .icon-arrowup:before {
  content: "\e909";
}

.icon-asesor-virtual:before {
  content: "\e90a";
}

.icon-calendar:before {
  content: "\e90b";
}

.icon-camioneta:before {
  content: "\e90c";
}

.icon-cerrar-1:before {
  content: "\e90d";
}

.icon-cerrarModal:before {
  content: "\e90e";
}

.icon-citycar:before, .icon-electricos:before {
  content: "\e90f";
}

.icon-clave:before {
  content: "\e910";
}

.icon-combined-Shape:before {
  content: "\e911";
}

.icon-van:before {
  content: "\e912";
}

.icon-comparador-cta:before {
  content: "\e913";
}

.icon-comparador-header:before {
  content: "\e914";
}

.icon-compartir:before {
  content: "\e915";
}

.icon-descargar:before {
  content: "\e916";
}

.icon-direccion:before {
  content: "\e917";
}

.icon-email-2:before {
  content: "\e918";
}

.icon-email:before {
  content: "\e919";
}

.icon-esquina:before {
  content: "\e91a";
}

.icon-facebook:before, .icon-Facebook:before {
  content: "\e91b";
}

.icon-geo:before {
  content: "\e91c";
}

.icon-hamburguesa:before {
  content: "\e91d";
}

.icon-hatchback:before {
  content: "\e91e";
}

.icon-imprimir:before {
  content: "\e91f";
}

.icon-insignia:before {
  content: "\e920";
}

.icon-iso-derco:before {
  content: "\e921";
}

.icon-link:before {
  content: "\e922";
}

.icon-mas:before {
  content: "\e923";
}

.icon-mas-menu:before {
  content: "\e924";
}

.icon-ok-check:before {
  content: "\e925";
}

.icon-pin-map:before {
  content: "\e926";
}

.icon-pin-mapa-2:before {
  content: "\e927";
}

.icon-sedan:before {
  content: "\e928";
}

.icon-shape:before {
  content: "\e929";
}

.icon-sumar-vehiculo:before {
  content: "\e92a";
}

.icon-suv:before {
  content: "\e92b";
}

.icon-stationwagon:before {
  content: "\e92b";
}

.icon-telefono-2:before {
  content: "\e92c";
}

.icon-telefono:before {
  content: "\e92d";
}

.icon-twitter:before, .icon-Twitter:before {
  content: "\e92e";
}

.icon-user:before {
  content: "\e92f";
}

.icon-versus:before {
  content: "\e930";
}

.icon-youtube:before {
  content: "\e931";
}

.icon-grilla:before {
  content: "\e932";
}

.icon-listado:before {
  content: "\e933";
}

.icon-sport:before {
  content: "\e934";
}

.icon-deportivo:before {
  content: "\e935";
}

.icon-comparador-ok:before {
  content: "\e936";
}

.icon-comercial:before {
  content: "\e937";
}

.icon-waze:before {
  content: "\e938";
}

.icon-g-maps:before {
  content: "\e939";
}

.icon-ico-compare:before {
  content: "\e93a";
}

.icon-lupa:before {
  content: "\e93b";
}

.icon-filter-down:before {
  content: "\e93c";
}

.icon-filter-up:before {
  content: "\e940";
}

.icon-arrowRight:before, .icon-arrowright:before, .icon-ArrowRight:before {
  content: "\e941";
}

.icon-stock:before {
  content: "\e93f";
}

.icon-agendar:before {
  content: "\e93e";
}

.icon-email2:before {
  content: "\e93d";
}

.icon-tooltip-arrow:before {
  content: "\e942";
}

.icon-intagram_black:before {
  content: "\e943";
}

.fa-ul,
body.container-growthy ol,
body.container-growthy ul {
  list-style-type: none;
}

.container-growthy .cols.cols-gutter-0:after,
.container-growthy .cols.cols-gutter-buttons:after,
.container-growthy .cols:after,
.container-growthy .row:after,
.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.container-growthy .cols > div,
* {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body.container-growthy {
  -webkit-font-smoothing: antialiased;
}

body.container-growthy,
body.container-growthy button,
body.container-growthy input,
body.container-growthy select,
body.container-growthy textarea {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #07080a;
}

body.container-growthy a,
body.container-growthy button,
body.container-growthy input,
body.container-growthy select,
body.container-growthy textarea {
  transition: .2s ease;
}

body.container-growthy a {
  color: #fff;
  text-decoration: none;
}

body.container-growthy a.a-classic {
  text-decoration: underline;
}

body.container-growthy a:hover,
body.container-growthy button:hover,
body.container-growthy input[type=checkbox]:hover,
body.container-growthy input[type=radio]:hover,
body.container-growthy label:hover,
body.container-growthy select:hover {
  cursor: pointer;
}

body.container-growthy .h1,
body.container-growthy .h2,
body.container-growthy .h3,
body.container-growthy .h4,
body.container-growthy .h5,
body.container-growthy h1,
body.container-growthy h2,
body.container-growthy h3,
body.container-growthy h4,
body.container-growthy h5 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

body.container-growthy p {
  margin-bottom: 20px;
}

body.container-growthy .h1,
body.container-growthy h1 {
  font-size: 20px;
  line-height: 22px;
}

@media (min-width: 720px) {
  body.container-growthy .h1,
  body.container-growthy h1 {
    font-size: 24px;
    line-height: 27px;
  }
}

@media (min-width: 960px) {
  body.container-growthy .h1,
  body.container-growthy h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

body.container-growthy .h2,
body.container-growthy h2 {
  font-size: 20px;
  line-height: 22px;
}

@media (min-width: 720px) {
  body.container-growthy .h2,
  body.container-growthy h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

body.container-growthy .h3,
body.container-growthy h3 {
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 480px) {
  body.container-growthy .h3,
  body.container-growthy h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

body.container-growthy .h4,
body.container-growthy h4 {
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 480px) {
  body.container-growthy .h4,
  body.container-growthy h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

body.container-growthy .h5,
body.container-growthy h5 {
  font-size: 12px;
  line-height: 14px;
}

body.container-growthy img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

body.container-growthy img,
body.container-growthy svg {
  display: block;
  max-width: 100%;
}

.container-growthy .cols.cols-gutter-0:after,
.container-growthy .cols.cols-gutter-0:before,
.container-growthy .cols.cols-gutter-buttons:after,
.container-growthy .cols.cols-gutter-buttons:before,
.container-growthy .cols:after,
.container-growthy .cols:before,
.container-growthy .row:after,
.container-growthy .row:before {
  content: " ";
  display: table;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-growthy .cols,
.container-growthy .row {
  margin-left: -10px;
  margin-right: -10px;
}

.container-growthy .cols > div {
  margin-bottom: 20px;
}

.container-growthy .cols:last-child {
  margin-bottom: -20px;
}

.container-growthy .cols.cols-gutter-0,
.container-growthy .cols.cols-gutter-buttons {
  margin-left: 0;
  margin-right: 0;
}

.container-growthy .cols.cols-gutter-0 > div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.container-growthy .cols.cols-gutter-0:last-child,
.container-growthy .modal .modal__content .modal__message:last-child {
  margin-bottom: 0;
}

.container-growthy .cols.cols-gutter-buttons > div {
  padding-left: 0;
  padding-right: 4px;
  margin-bottom: 10px;
}

.container-growthy .cols.cols-gutter-buttons > div:last-child {
  padding-right: 0;
}

@media (min-width: 960px) {
  .container-growthy .cols.cols-gutter-2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-growthy .cols.cols-gutter-2:after,
  .container-growthy .cols.cols-gutter-2:before {
    content: " ";
    display: table;
  }
  .container-growthy .cols.cols-gutter-2:after {
    clear: both;
  }
  .container-growthy .cols.cols-gutter-2 > div {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .container-growthy .cols.cols-gutter-2:last-child {
    margin-bottom: -40px;
  }
}

@media (max-width: 720px) {
  .container-growthy .cols.cols-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .container-growthy .cols.cols-scroll > div {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .container-growthy .cols.cols-scroll > div:last-child {
    margin-right: 15px;
  }
  .container-growthy .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .container-growthy .cols.cols-gutter-min:after,
  .container-growthy .cols.cols-gutter-min:before {
    content: " ";
    display: table;
  }
  .container-growthy .cols.cols-gutter-min:after {
    clear: both;
  }
  .container-growthy .cols.cols-gutter-min > div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .container-growthy .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 720px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
}

@keyframes slideUp2 {
  0%,
  50% {
    opacity: 0;
    transform: translate3d(-154px, -70px, 0);
  }
}

@keyframes slideFadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes slideUpOut {
  to {
    transform: translateY(-100%);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-300%);
  }
}

@keyframes slideFadeDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes slideDownOut {
  to {
    transform: translateY(100%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
}

@keyframes slideFadeLeft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes slideLeftOut {
  to {
    transform: translateX(-100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
}

@keyframes slideRight2 {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  50% {
    opacity: 0;
    transform: translateX(-20%);
  }
}

@keyframes slideFadeRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes slideRightOut {
  to {
    transform: translateX(100%);
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
}

@keyframes scaleIn2 {
  0% {
    left: 0;
  }
  to {
    left: -725px;
  }
}

@keyframes scaleIn3 {
  0% {
    left: 0;
  }
  to {
    left: -950px;
  }
}

@keyframes scaleFadeIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scaleOut {
  to {
    transform: scale(0);
  }
}

@keyframes scaleFadeOut {
  to {
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(-360deg);
  }
}

@keyframes shake {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-10px);
  }
  40% {
    opacity: 1;
    transform: translateX(10px);
  }
  60% {
    opacity: 1;
    transform: translateX(-5px);
  }
  80% {
    opacity: 1;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceIn {
  0%,
  50% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.03);
  }
  90% {
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.container-growthy article,
.container-growthy article .article__content {
  position: relative;
}

.container-growthy .article--product a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-growthy article .article__title {
  color: #fff;
  margin-bottom: 10px;
}

.container-growthy article .article__description {
  opacity: .7;
}

.container-growthy article.article--product {
  position: relative;
  overflow: hidden;
  background: #000;
  width: 100%;
  min-height: 250px;
  text-align: left;
  color: #fff;
}

.container-growthy article.article--product .article__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .4;
  transition: .5s;
  width: 100%;
}

.container-growthy article.article--product .article__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.container-growthy article.article--product .article__bg .bg {
  transition: .5s;
}

.container-growthy article.article--product .article__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  max-width: 100%;
}

.container-growthy article.article--product .article__content .article__price {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: 0px 0px 15px black;
}

.container-growthy article.article--product .article__content .article__description {
  margin-bottom: 0;
}

.container-growthy article.article--product:hover .article__bg {
  opacity: .7;
}

.container-growthy article.article--product:hover .article__bg .bg {
  transform: scale(1.05);
}

.container-growthy article.article--advantage {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  min-height: 300px;
}

.container-growthy article.article--advantage .article__icon {
  margin-bottom: 10px;
  opacity: .5;
}

.container-growthy article.article--advantage .article__icon img {
  width: 60px;
}

.container-growthy article.article--advantage .article__title {
  color: #000;
}

.container-growthy .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
  display: block;
}

.container-growthy .bg.bg-loaded {
  animation: fadeIn .5s ease;
  opacity: 1;
}

.container-growthy .bg img {
  display: none;
}

.container-growthy .btn {
  text-decoration: none;
  background-color: #e40520;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 25px;
  transition: .5s;
  border: 1px solid #e40520;
}

.container-growthy .btn span {
  float: left;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.container-growthy .btn:hover {
  background-color: #b6041a;
}

.container-growthy .dscroll {
  opacity: 0;
  animation: none;
  transition: none;
}

.container-growthy .dscroll.dscroll--in {
  animation: slideFadeUp .8s ease-out backwards;
  opacity: 1;
}

.container-growthy .faq {
  radius: rad;
  overflow: hidden;
}

.container-growthy .faq .faq__item {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.container-growthy .faq .faq__item:last-child {
  border-bottom: 0;
}

.container-growthy .faq .faq__item.faq__open .faq__question .fa {
  transform: rotate(180deg);
}

.container-growthy .faq .faq__question {
  margin-bottom: 0;
  padding: 15px 20px;
  transition: .5s;
}

@media (min-width: 720px) {
  .container-growthy .faq .faq__question {
    padding: 25px 30px;
  }
}

.container-growthy .faq .faq__question .fa {
  float: right;
  transition: .5s;
  color: #e40520;
  margin-left: 10px;
}

.container-growthy .faq .faq__question:hover {
  cursor: pointer;
  color: #e40520;
}

.container-growthy .faq .faq__answer {
  padding: 0 20px 20px;
  transition: none 0s ease 0s !important;
}

@media (min-width: 720px) {
  .container-growthy .faq .faq__answer {
    padding: 0 30px 25px;
    transition: none 0s ease 0s !important;
  }
}

.footer477859 {
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #14191e;
  text-align: center;
  overflow: hidden;
  z-index: 15;
}

.footer477859 .footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
}

.footer477859 .footer__bg .bg {
  background: bottom center no-repeat;
  background-size: cover;
}

.footer477859 .footer__description {
  opacity: .7;
}

.footer477859 .footer__wrap {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px;
}

@media (min-width: 720px) {
  .footer477859 .footer__wrap {
    padding: 80px 20px;
  }
}

.footer477859 .footer__logo {
  width: 100%;
  margin: 0 auto 20px;
  filter: grayscale(1);
}

.footer477859 .footer__logo img {
  width: 100px;
}

.container-growthy .form,
.container-growthy form,
.footer477859,
.header-test45854 .header__nav ul li {
  position: relative;
}

.container-growthy .form button,
.container-growthy .form input,
.container-growthy .form textarea,
.container-growthy form button,
.container-growthy form input,
.container-growthy form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  vertical-align: top;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #f4f4f4;
  font-weight: 100;
  resize: none;
}

.container-growthy .form select,
.container-growthy form select {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 10px;
  vertical-align: top;
  background: url(../img/icon-select.png) right center no-repeat #fff;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  font-weight: 100;
  resize: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
}

.container-growthy .form button:focus,
.container-growthy .form input:focus,
.container-growthy .form select:focus,
.container-growthy .form textarea:focus,
.container-growthy form button:focus,
.container-growthy form input:focus,
.container-growthy form select:focus,
.container-growthy form textarea:focus {
  border-bottom: 1px solid #e40520;
}

.container-growthy .form textarea,
.container-growthy form textarea {
  height: 130px;
}

.container-growthy input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.container-growthy input::-webkit-inner-spin-button,
.container-growthy input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container-growthy .form--element {
  margin-bottom: 10px;
  position: relative;
  display: block;
}

.container-growthy .form--element:hover {
  cursor: text;
}

.container-growthy .form--element .form__title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  transition: .2s ease;
  transform-origin: left top;
}

.container-growthy .form--element .form__input input,
.container-growthy section.section--history .section__wrap .section__age.section__age--white {
  background-color: #fff;
}

.container-growthy .form--element.form--element--focused:after,
.container-growthy section .section__img img {
  width: 100%;
}

.container-growthy .form--element.form--element--filled .form__title,
.container-growthy .form--element.form--element--focused .form__title {
  top: 0;
  transform: scale(0.8);
}

.container-growthy .form--resetpass {
  color: #e40520;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 5px;
  float: right;
  cursor: pointer;
}

.header-test45854 {
  height: 60px;
  line-height: 60px;
  position: fixed;
  background-color: #e40520;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
  transition: .5s;
}

.header-test45854 .header__wrap {
  max-width: 1260px;
  margin: 0 auto;
  height: 100%;
}

.header-test45854 .header__logo {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 15px;
  transition: .5s;
}

.header-test45854 .header__logo img {
  transition: .5s;
  width: 100px;
}

.header-test45854 .header__nav {
  display: block;
  position: fixed;
  height: 100%;
  width: 260px;
  top: 0;
  right: 0;
  background: #e40520;
  transition: ease .4s;
  transform: translateX(100%);
}

.header-test45854 .header__nav.on {
  transform: translateX(0);
}

.header-test45854 .header__nav ul {
  list-style: none;
  padding-top: 15px;
}

.header-test45854 .header__nav ul li a {
  color: #fff;
  display: block;
  line-height: 50px;
  font-size: 13px;
  font-weight: 700;
  padding: 0 20px;
}

.header-test45854 .header__nav ul li:last-child a {
  border-bottom: none;
}

.header-test45854 .header__nav .header__nav-close span {
  display: block;
  text-align: right;
  padding: 20px;
  font-size: 16px;
}

.header-test45854 .header__ham {
  position: fixed;
  background-color: #fff;
  color: #e40520;
  cursor: pointer;
  top: 10px;
  right: 15px;
  width: 42px;
  padding: 12px 0;
  border-radius: 2px;
  -webkit-text-align: right;
  height: 42px;
  z-index: 90;
  text-align: center;
}

@media (min-width: 960px) {
  .header-test45854 .header__ham {
    display: none;
  }
}

.header-test45854 .header__ham span {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 0 auto 5px;
  background: #e40520;
  width: 24px;
  transition: .2s ease;
}

/* @media (min-width:720px) {
    header {
        height: 70px;
        line-height: 70px
    }
    header .header__logo {
        margin-left: 20px;
        top: 17px
    }
    header .header__logo img {
        width: 130px
    }
    header .header__wrap {
        padding: 0 20px
    }
    header .header__ham {
        margin-right: 20px;
        top: 15px
    }
    header .header__nav {
        transition: ease-in-out all 0s;
        padding: 0 10px
    }
    header .header__nav .header__nav-close {
        display: none
    }
    header .header__nav ul {
        padding-top: 0
    }
}

@media (min-width:960px) {
    header .header__ham {
        display: none
    }
    header .header__nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: ease-in-out all 0s;
        position: relative;
        top: 0;
        float: right;
        background: 0 0;
        width: auto;
        display: block;
        height: 70px
    }
    header .header__nav ul li {
        display: inline-block;
        transition: .5s
    }
    header .header__nav ul li a {
        color: #fff;
        position: relative;
        padding: 0 10px;
        line-height: 70px;
        font-size: 14px;
        font-weight: 500
    }
    header .header__nav ul li a:hover {
        opacity: 1
    }
    header .header__nav ul li a:hover:after {
        width: 100%
    }
    header .header__nav ul li:hover {
        background: rgba(0, 0, 0, .2)
    }
} */
.container-growthy .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.container-growthy .modal.modal--in {
  display: table;
  animation: fadeIn .5s ease;
}

.container-growthy .modal.modal--in .modal__box {
  animation: scaleFadeIn .5s .2s ease backwards;
}

.container-growthy .modal.modal--out {
  display: table;
  animation: fadeOut .2s ease both;
}

.container-growthy .modal.modal--out .modal__box {
  animation: scaleFadeOut .2s ease both;
}

.container-growthy .modal .modal__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.container-growthy .modal .modal__front {
  position: relative;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.container-growthy .modal .modal__box {
  padding: 30px;
  border-radius: 2px;
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.container-growthy .modal .modal__content .modal__title {
  margin-bottom: 10px;
}

.container-growthy .modal .modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  opacity: .5;
}

.container-growthy .modal .modal__close:hover {
  cursor: pointer;
}

.container-growthy section {
  position: relative;
  background-color: transparent;
}

.container-growthy section > * {
  animation: fadeIn .8s;
}

.container-growthy section .section__content {
  position: relative;
  text-align: left;
}

.container-growthy section .section__content.section__content--aboutus {
  margin-left: 30%;
}

.container-growthy section .section__content ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.container-growthy section .section__content ul li:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 7px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  border-radius: 50%;
  font-size: 9px;
  overflow: initial;
  background-color: #e40520;
  color: #fff;
}

.container-growthy section .section__title {
  font-weight: 700;
  margin-bottom: 15px;
}

.container-growthy section .section__description {
  font-weight: 400;
  margin-bottom: 15px;
  color: #717f89;
}

@media (min-width: 720px) {
  .container-growthy section .section__content.section__content--aboutus {
    margin-left: 50%;
  }
  .container-growthy section .section__description {
    font-size: 14px;
    line-height: 26px;
  }
  .container-growthy section .section__form {
    padding: 0 10px;
  }
}

.container-growthy section .section__detail {
  text-align: center;
  height: 100px;
  padding: 0 10px;
}

.container-growthy section .section__detail .section__details__icon {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e2e2e2;
}

.container-growthy section .section__detail .section__details__icon img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.container-growthy section .section__detail .section__details__title {
  font-size: 14px;
  font-weight: 400;
}

.container-growthy section .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-growthy section .section__wrap {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 2;
  padding: 20px;
}

@media (min-width: 720px) {
  .container-growthy section .section__wrap {
    padding: 40px;
  }
}

.container-growthy section .section__wrap.section__wrap--aboutus,
.sr-only {
  padding: 0;
}

.container-growthy section .section__wrap.section__wrap--top {
  margin-top: -50px;
}

@media (min-width: 720px) {
  .container-growthy section .section__wrap.section__wrap--top {
    margin-top: -80px;
  }
}

.container-growthy section.section--light {
  background: #e2e2e2;
}

.container-growthy section.section--lighter {
  background: #f4f4f4;
}

.container-growthy section.section--aboutus {
  padding: 150px 20px 180px;
  overflow: hidden;
  margin-top: 60px;
}

.container-growthy section.section--aboutus .section__bg {
  height: 50%;
  max-height: 300px;
}

.container-growthy section.section--aboutus .section__content {
  position: relative;
  top: 180px;
}

.container-growthy section.section--aboutus .section__content .section__description {
  color: #717f89;
  opacity: 1;
}

.container-growthy section.section--aboutus .section__button {
  display: none;
}

.container-growthy section.section--history {
  position: relative;
}

@media (min-width: 720px) {
  .container-growthy section.section--aboutus {
    padding: 100px 20px 500px;
    margin-top: 70px;
  }
  .container-growthy section.section--aboutus .section__bg {
    max-height: 100%;
    height: 100%;
  }
  .container-growthy section.section--aboutus .section__content {
    top: 0;
    margin-left: 50%;
  }
  .container-growthy section.section--aboutus .section__content .section__description {
    color: #000;
  }
  .container-growthy section.section--aboutus .section__button {
    display: block;
  }
  .container-growthy section.section--history .section__line {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 87px;
    left: 65px;
    background-color: #e2e2e2;
    z-index: 10;
  }
}

.container-growthy section.section--history .section__wrap .section__age {
  display: inline-block;
  padding: 20px 25px 20px 50px;
}

.container-growthy section.section--history .section__wrap .section__age span {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}

.container-growthy section.section--history .section__wrap .section__age:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 35px;
  left: 30px;
  background-color: #e40520;
  z-index: 7;
}

.container-growthy section.section--header {
  background-color: #212a32;
  margin-top: 60px;
}

@media (min-width: 720px) {
  .container-growthy section.section--history .section__wrap .section__age span {
    font-size: 48px;
    line-height: 48px;
  }
  .container-growthy section.section--history .section__wrap .section__content {
    padding-left: 50px;
  }
  .container-growthy section.section--header {
    margin-top: 70px;
  }
}

.container-growthy section.section--header .section__bg {
  opacity: .2;
}

.container-growthy section.section--header .section__content {
  max-width: 700px;
  color: #fff;
}

.container-growthy section.section--header .section__content .section__title {
  font-size: 22px;
  line-height: 24px;
}

.container-growthy section.section--header .section__content .section__description {
  margin-bottom: 0;
  color: #fff;
}

.container-growthy section.section--features .section__features {
  margin-bottom: 20px;
}

.container-growthy section.section--features .section__features .section__feature {
  display: table;
  margin-bottom: 10px;
}

@media (min-width: 720px) {
  .container-growthy section.section--header .section__content .section__title {
    font-size: 38px;
    line-height: 42px;
  }
  .container-growthy section.section--features .section__features .section__feature {
    width: 100%;
    display: inline-block;
  }
}

.container-growthy section.section--features .section__features .section__feature .section__feature__icon {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  line-height: 40px;
  border: 2px solid #e2e2e2;
  margin-right: 15px;
}

.container-growthy section.section--features .section__features .section__feature .section__feature__icon img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

.container-growthy section.section--features .section__features .section__feature .section__feature__title {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  min-width: 150px;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .container-growthy section.section--features .section__features .section__feature .section__feature__title {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    min-width: 150px;
    padding-top: 0px;
  }
}

.container-growthy section.section--financing .section__details .section__img {
  margin-bottom: 20px;
}

.container-growthy section.section--financing .section__details .section__details {
  margin-bottom: 20px;
  padding: 0 20px;
}

.container-growthy section.section--financing .section__details .section__details .section__detail {
  text-align: center;
  height: 100px;
  margin-bottom: 20px;
}

.container-growthy section.section--financing .section__details .section__button {
  text-align: center;
}

.container-growthy .slider,
.container-growthy .slider .slider-slides {
  position: relative;
  overflow: hidden;
}

.container-growthy .slider .slide {
  position: relative;
  overflow: hidden;
  display: none;
}

.container-growthy .slider .slide.slide-current {
  display: block;
  z-index: 1;
}

.container-growthy .slider .slide.slide-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.container-growthy .slider .slider-bullets {
  display: none;
  position: absolute;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.container-growthy .slider .slider-bullets .slider-bullets-limit {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-growthy .slider .slider-bullets .slider-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e40520;
  display: inline-block;
  margin: 0 2px;
  transition: .2s ease;
  opacity: .25;
}

.container-growthy .slider .slider-bullets .slider-bullet.slider-bullet-current {
  opacity: .75;
}

.container-growthy .slider .slider-bullets .slider-bullet:hover {
  cursor: pointer;
}

.container-growthy .slider .slider-navigation {
  display: none;
}

.container-growthy .slider .slider-navigation .slider-nav {
  position: absolute;
  top: 39%;
  background: 0 0;
  color: #000;
  opacity: .5;
  z-index: 3;
  width: 50px;
  height: 80px;
  margin-top: -40px;
  line-height: 80px;
  border: 0;
  text-align: center;
  font-size: 150%;
  transition: .2s ease;
}

@media (min-width: 720px) {
  .container-growthy .slider .slider-bullets .slider-bullets-limit {
    padding: 0 40px;
  }
  .container-growthy .slider .slider-navigation .slider-nav {
    top: 45%;
    font-size: 300%;
    display: block;
  }
}

.container-growthy .slider .slider-navigation .slider-nav.slider-nav-left {
  left: -5px;
  padding-left: 5px;
  z-index: 50;
}

.container-growthy .slider .slider-navigation .slider-nav.slider-nav-right {
  right: -5px;
  padding-right: 5px;
  z-index: 50;
}

@media (min-width: 720px) {
  .container-growthy .slider .slider-navigation .slider-nav.slider-nav-left {
    left: 30px;
  }
  .container-growthy .slider .slider-navigation .slider-nav.slider-nav-right {
    right: 30px;
  }
}

.container-growthy .slider .slider-navigation .slider-nav:hover {
  cursor: pointer;
  opacity: 1;
  background: #fff;
}

.container-growthy .slider.slider-dir-left .slide.slide-current,
.container-growthy .slider.slider-dir-right .slide.slide-current {
  animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.container-growthy .slider.slider-dir-left .slide.slide-out,
.container-growthy .slider.slider-dir-right .slide.slide-out {
  animation: fadeOut 0.5s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.container-growthy .slider.slider--cover,
.container-growthy .slider.slider--cover .slide,
.container-growthy .slider.slider--cover .slider-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-growthy .tabs {
  text-align: left;
}

.container-growthy .tabs .tabs__header {
  display: block;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  color: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

@media (min-width: 960px) {
  .container-growthy .tabs .tabs__header {
    overflow: visible;
    white-space: normal;
  }
}

.container-growthy .tabs .tabs__header.tabs__header--faq {
  border-bottom: 0 solid #e2e2e2;
}

.container-growthy .tabs .tabs__header .tab {
  position: relative;
  padding: 15px 0;
  margin: 0 20px 0 0;
  display: inline-block;
  opacity: .5;
  font-weight: 700;
  font-size: global_size_sm -1;
  transition: .5s ease;
}

.container-growthy .tabs .tabs__header .tab:after {
  content: "";
  position: absolute;
  transition: .2s ease;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #e40520;
  opacity: .8;
}

.container-growthy .tabs .tabs__header .tab:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}

.container-growthy .tabs .tabs__header .tab.tab--active {
  background: 0 0;
  opacity: 1;
}

.container-growthy .tabs .tabs__header .tab.tab--active:after {
  width: 100%;
}

.container-growthy .tabs .tabs__header .tab.tab__box {
  text-align: center;
  background-color: #e40520;
  color: #fff;
  padding: 20px;
  margin: 0 20px 0 0;
  border-bottom: 0 solid transparent;
}

@media (min-width: 480px) {
  .container-growthy .tabs .tabs__header .tab {
    font-size: global_size_sm2;
  }
  .container-growthy .tabs .tabs__header .tab.tab__box {
    padding: 40px;
  }
}

.container-growthy .tabs .tabs__header .tab.tab__box:after {
  content: "";
  display: none;
}

.container-growthy .tabs .tabs__header .tab.tab__box:before {
  content: "";
  transition: .5s;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 14px solid #e40520;
  left: 42%;
  bottom: -14px;
  opacity: 0;
}

.container-growthy .tabs .tabs__header .tab.tab__box:hover {
  cursor: pointer;
  text-decoration: none;
}

.container-growthy .tabs .tabs__header .tab.tab__box.tab--active,
.container-growthy .tabs .tabs__header .tab.tab__box.tab--active:before {
  opacity: 1;
}

.container-growthy .tabs .tabs__header .tab .tab__icon {
  display: inline-block;
  float: left;
  position: relative;
  top: -5px;
  left: 0;
  margin-right: 10px;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: .3em;
}

.container-growthy .tabs .tabs__header .tab .tab__icon img {
  width: 30px;
}

.container-growthy .tabs .tabs__header.tabs-header--media {
  display: block;
  margin-bottom: 0;
}

.container-growthy .tabs .tabs__body {
  background: 0 0;
}

.container-growthy .tabs .tabs__body .tab {
  display: none;
}

.container-growthy .tabs .tabs__body .tab.tab--active {
  display: block;
}

.fa,
.fa-stack {
  display: inline-block;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: .3em;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right,
.pull-right {
  float: right;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

#header {
  height: 64px;
  padding: 0 79px 0 79px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

@media (max-width: 768px) {
  #header {
    margin: 0;
    padding: 0;
    height: 88px;
  }
}

@media (max-width: 768px) {
  #header .mobile-header {
    height: 88px;
  }
}

#header .mobile-header .primary {
  height: 64px;
}

#header .mobile-header .navbar-brand img {
  margin: unset;
  padding: unset;
  position: absolute;
  z-index: 999;
  width: 115px;
  height: auto;
  top: 0;
}

#header .mobile-header .box-name {
  background-color: unset;
}

#header .mobile-header .box-name img {
  height: auto;
}

.content_bells {
  margin-bottom: 50px;
  margin-top: 50px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

@media (max-width: 600px) {
  .content_bells {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

.content_bells .bell_info {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .content_bells .bell_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content_bells .bell_info .img_bell {
  padding: 30px;
}

.content_bells .bell_info .title_bell {
  font-family: bold !important;
  font-size: 20px;
  margin-bottom: 20px;
}

.content_bells .bell_info .text_bell {
  font-size: 16px;
}

#main-slider {
  font-family: 'Lato-Regular';
}

#main-slider span {
  font-family: 'Lato-Regular';
}

#main-slider .btn--red {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

#main-slider .btn--red:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

#main-slider .content_slider:hover .navigation {
  display: block;
}

@media (min-width: 1200px) {
  #main-slider .content_slider {
    height: 550px;
  }
}

@media (min-width: 1500px) {
  #main-slider .content_slider {
    height: 650px;
  }
}

@media (min-width: 1660px) {
  #main-slider .content_slider {
    height: 750px;
  }
}

@media (min-width: 1200px) {
  #main-slider .content_slider .slider-cover {
    height: 550px;
  }
}

@media (min-width: 1500px) {
  #main-slider .content_slider .slider-cover {
    height: 650px;
  }
}

@media (min-width: 1660px) {
  #main-slider .content_slider .slider-cover {
    height: 750px;
  }
}

#main-slider .content_slider .black-gradient {
  height: 100%;
}

#main-slider .content_slider .white-gradient {
  height: 100%;
}

#main-slider .content_slider .transparent-gradient {
  height: 100%;
}

#main-slider .swiper-container {
  width: 100%;
}

#main-slider .navigation {
  display: none;
  width: 35px;
  height: 55px;
  background-color: #c4c4c45e;
  top: 45%;
}

@media only screen and (max-width: 768px) {
  #main-slider .navigation {
    width: 25px;
    height: 50px;
    display: block;
  }
}

#main-slider .navigation:hover {
  background-color: white;
}

#main-slider .navigation.swiper-button-next {
  /* @include tablet-portrait-and-below() {
				right: 2px;	
			} */
  right: 0px;
  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'%237b7c7d'%2F%3E%3C%2Fsvg%3E");
}

#main-slider .navigation.swiper-button-prev {
  /* @include tablet-portrait-and-below() {
				left: 2px;	
			} */
  left: unset;
  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'%237b7c7d'%2F%3E%3C%2Fsvg%3E");
}

@media only screen and (max-width: 1024px) {
  #main-slider #quotation-button {
    max-width: 180px;
    border-radius: 30px;
    background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
    color: white;
    font-size: 18px;
    font-family: 'Lato-Bold';
    letter-spacing: -0.25px;
    line-height: 22px;
    text-align: center;
  }
  #main-slider #quotation-button:hover {
    border: 2px solid #CF2137;
    background: white;
    color: #CF2137 !important;
  }
}

@media only screen and (min-width: 581px) {
  #main-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 16px;
    height: 16px;
  }
  #main-slider .slider-cover {
    min-height: 430px;
  }
  #main-slider .slider-cover .black-gradient, #main-slider .slider-cover .white-gradient, #main-slider .slider-cover .transparent-gradient {
    min-height: 430px;
  }
  #main-slider .slider-cover .black-gradient .red:hover span, #main-slider .slider-cover .white-gradient .red:hover span, #main-slider .slider-cover .transparent-gradient .red:hover span {
    color: #CF2137;
  }
  #main-slider .slider-cover .black-gradient .bold, #main-slider .slider-cover .white-gradient .bold, #main-slider .slider-cover .transparent-gradient .bold {
    font-family: bold !important;
  }
  #main-slider .slider-cover .black-gradient .btn--red:hover, #main-slider .slider-cover .white-gradient .btn--red:hover, #main-slider .slider-cover .transparent-gradient .btn--red:hover {
    background: #A40619;
  }
  #main-slider .slider-cover .white-gradient .light {
    font-family: book;
  }
  #main-slider .brand-info {
    /* margin-top: 80px; */
  }
}

@media only screen and (max-width: 768px) {
  #main-slider .slider-cover {
    min-height: 300px;
  }
  #main-slider .slider-cover.with-mobile-images {
    min-height: calc(100vh - 160px);
  }
  #main-slider .slider-cover.with-mobile-images .black-gradient, #main-slider .slider-cover.with-mobile-images .white-gradient, #main-slider .slider-cover.with-mobile-images .transparent-gradient {
    min-height: calc(100vh - 160px);
  }
  #main-slider .slider-cover img.slider-logo {
    min-width: auto;
  }
  #main-slider .slider-cover .black-gradient, #main-slider .slider-cover .white-gradient, #main-slider .slider-cover .transparent-gradient {
    min-height: 300px;
  }
  #main-slider .slider-cover .black-gradient .brand-info, #main-slider .slider-cover .white-gradient .brand-info, #main-slider .slider-cover .transparent-gradient .brand-info {
    /* margin-top: 60px; */
  }
  #main-slider .slider-cover .black-gradient .brand-info div, #main-slider .slider-cover .black-gradient .brand-info span, #main-slider .slider-cover .white-gradient .brand-info div, #main-slider .slider-cover .white-gradient .brand-info span, #main-slider .slider-cover .transparent-gradient .brand-info div, #main-slider .slider-cover .transparent-gradient .brand-info span {
    font-size: 17px;
  }
  #main-slider .slider-cover .black-gradient .brand-info div.block.red, #main-slider .slider-cover .black-gradient .brand-info span.block.red, #main-slider .slider-cover .white-gradient .brand-info div.block.red, #main-slider .slider-cover .white-gradient .brand-info span.block.red, #main-slider .slider-cover .transparent-gradient .brand-info div.block.red, #main-slider .slider-cover .transparent-gradient .brand-info span.block.red {
    font-size: 14px;
  }
  #main-slider .slider-cover .black-gradient .brand-info div.block.red .t20, #main-slider .slider-cover .black-gradient .brand-info span.block.red .t20, #main-slider .slider-cover .white-gradient .brand-info div.block.red .t20, #main-slider .slider-cover .white-gradient .brand-info span.block.red .t20, #main-slider .slider-cover .transparent-gradient .brand-info div.block.red .t20, #main-slider .slider-cover .transparent-gradient .brand-info span.block.red .t20 {
    font-size: 14px;
  }
  #main-slider .slider-cover .black-gradient .brand-info div.block.red .t22, #main-slider .slider-cover .black-gradient .brand-info span.block.red .t22, #main-slider .slider-cover .white-gradient .brand-info div.block.red .t22, #main-slider .slider-cover .white-gradient .brand-info span.block.red .t22, #main-slider .slider-cover .transparent-gradient .brand-info div.block.red .t22, #main-slider .slider-cover .transparent-gradient .brand-info span.block.red .t22 {
    font-size: 22px;
    font-family: 'Lato-Bold';
  }
  #main-slider .slider-cover .white-gradient .black {
    font-family: "Lato-Regular";
  }
  #main-slider .slider-cover .black-gradient div, #main-slider .slider-cover .black-gradient span, #main-slider .slider-cover .black-gradient a {
    color: #fff;
  }
}

#main-slider .swiper-slide {
  position: relative;
  padding: 0;
}

#main-slider .swiper-slide img {
  width: 100%;
}

#main-slider .swiper-slide .ver-ficha {
  margin-top: 6rem !important;
}

#main-slider .swiper-slide .slide-cont {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 5;
}

#main-slider .swiper-slide .slide-cont img {
  width: auto;
  margin: 0 0 10px;
}

#main-slider .swiper-slide .slide-cont .black {
  line-height: 100%;
}

#main-slider .swiper-slide .slide-cont .btn {
  margin-top: 10px;
  background: #CF2137;
  font-family: "Lato-Regular";
  color: #fff;
}

#main-slider .swiper-slide .slide-cont .btn:hover {
  color: #fff;
  border: 1px solid #A40619;
  background: #A40619;
}

@media only screen and (max-width: 768px) {
  #main-slider .swiper-slide .slide-cont .btn:hover {
    color: #fff;
    border: 1px solid #CF2137;
    background: #CF2137;
  }
}

#main-slider .swiper-slide .slide-cont .ver-ficha {
  margin-top: -15px;
}

#main-slider .swiper-slide .slide-cont .ver-ficha a {
  color: #CF2137;
}

#main-slider .swiper-slide .slide-cont .ver-ficha a img {
  margin-top: 6px;
}

#main-slider .swiper-slide .slide-cont .ver-ficha a:hover {
  color: #000;
}

@media only screen and (max-width: 768px) {
  #main-slider .swiper-slide .slide-cont .ver-ficha a:hover {
    color: #CF2137;
  }
}

#main-slider .swiper-slide .gradient {
  position: absolute;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../img/gradient-portada-blanco.png) repeat-y left bottom;
  z-index: 2;
}

#main-slider .swiper-slide--dark {
  color: #fff;
}

#main-slider .swiper-slide--dark .ver-ficha {
  margin-top: -15px;
}

#main-slider .swiper-slide--dark .ver-ficha a {
  color: #fff !important;
}

#main-slider .swiper-slide--dark .ver-ficha a:hover {
  color: #CF2137;
}

@media only screen and (max-width: 768px) {
  #main-slider .swiper-slide--dark .ver-ficha a:hover {
    color: #fff;
  }
}

#main-slider .swiper-slide--dark .gradient {
  background: url(../../img/gradient-portada-negro.png) repeat-y left bottom;
}

#main-slider .swiper-slide .slide-background {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}

#main-slider .swiper-slide .slide-background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-slider .swiper-pagination {
  bottom: 20px;
}

#main-slider .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

#main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
  margin-top: -1px;
}

.main-section {
  position: relative;
  padding: 0 0 50px;
  z-index: 1;
}

.main-section.main-section-back {
  padding-top: 50px;
  background: #fff;
}

.main-section.main-section-min {
  padding: 0 0 0;
}

@media only screen and (max-width: 768px) {
  .main-section {
    padding: 0 0 40px;
  }
  .main-section.main-section-back {
    padding-top: 35px;
  }
}

#branches {
  background: #fff;
  margin: 0 80px 72px 80px;
  border-radius: 22px;
}

@media (max-width: 768px) {
  #branches {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  #branches {
    margin: 0;
    position: relative;
    top: 80px;
  }
}

#branches .section-title {
  padding-top: 57px;
  margin-bottom: 47px;
}

@media (max-width: 580px) {
  #branches .section-title {
    padding-top: 31px;
  }
}

#branches .section-title h3 {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 38px;
  letter-spacing: 0.63px;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 580px) {
  #branches .section-title h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 581px) {
  #branches .slick-slide {
    cursor: default;
  }
  #branches .slick-slide > div:first-child {
    margin: 0 8px 5px !important;
  }
}

#branches .slick-slide > div {
  cursor: default;
}

#branches .slick-slide > div:first-child {
  margin: 0 5px 5px;
}

@media only screen and (max-width: 768px) {
  #branches .slick-slide > div:first-child {
    margin: 0 5px 5px !important;
  }
}

#branches .branches-list .slick-list {
  overflow: auto;
  overflow-x: hidden;
}

#branches .branches-list .item-branch-card .card-content {
  padding: 37px 0 37px 0;
  min-width: 330px;
  max-width: 350px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
  border-radius: 28px;
  background-color: #FFFFFF;
  min-height: 630px;
}

@media (max-width: 580px) {
  #branches .branches-list .item-branch-card .card-content {
    max-width: 100%;
    margin: 0 15px;
    height: unset;
  }
}

@media only screen and (min-width: 581px) {
  #branches .branches-list .item-branch-card {
    min-height: 345px;
  }
}

#branches .branches-list .item-branch-card .item-branch-back {
  margin: 0 !important;
}

#branches .branches-list .item-branch-card .item-branch-back img {
  width: 100%;
}

#branches .branches-list .item-branch-card .item-branch-back .gradient {
  position: absolute;
  width: 100%;
  height: 172px;
  left: 0;
  bottom: -12px;
  border-radius: 0 0 8px 8px;
  background: url("../../img/gradient-gris-sucursales.png") repeat-x left bottom;
}

#branches .branches-list .item-branch-card .item-data-wrapper {
  position: relative;
}

#branches .branches-list .item-branch-card .item-data-wrapper .phone-call {
  color: #fff;
  display: block;
  margin: 6px 0 6px 0;
}

#branches .branches-list .item-branch-card .item-data-wrapper .phone-call .cont-icon {
  float: left;
  display: block;
  margin-right: 6px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

#branches .branches-list .item-branch-card .item-data-wrapper .phone-call .cont-icon .icon-phones {
  width: 15px;
  height: 15px;
  font-size: 14px;
}

#branches .branches-list .item-branch-card .item-data-wrapper .phone-call .cont-name, #branches .branches-list .item-branch-card .item-data-wrapper .phone-call .cont-number {
  font-size: 12px;
}

#branches .branches-list .item-branch-card .item-data-wrapper .phone-call .cont-number {
  font-weight: 600;
}

#branches .branches-list .item-branch-card .item-data-wrapper .item-contact-data {
  transition: all 0.8 ease;
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CF2137;
  color: #fff;
}

#branches .branches-list .item-branch-card .item-data-wrapper .item-contact-data .close-item-contact-data {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  z-index: 5;
}

#branches .branches-list .item-branch-card .item-data-wrapper .item-contact-data.open {
  top: -245px;
  opacity: 1;
  height: unset;
  bottom: 0;
}

#branches .branches-list .item-branch-card .item-branch-data h6 {
  color: #000;
  font-family: "Lato-Regular";
  margin: 0;
}

@media only screen and (min-width: 581px) {
  #branches .branches-list .item-branch-card .item-branch-data h6 {
    font-size: 14px;
  }
}

#branches .branches-list .item-branch-card .item-branch-data .item-brands {
  height: 50px;
}

#branches .branches-list .item-branch-card .item-branch-data .item-brands ul {
  padding: 15px 0px 0px 0px;
  list-style-type: none;
}

#branches .branches-list .item-branch-card .item-branch-data .item-brands ul li {
  display: inline-block;
  padding: 0 5px;
  max-width: 14%;
}

@media only screen and (min-width: 581px) {
  #branches .branches-list .item-branch-card .item-branch-data .item-brands ul li {
    padding: 0 8px;
  }
}

#branches .branches-list .item-branch-card .item-branch-data .item-services {
  display: block;
  min-height: 18px;
}

@media only screen and (max-width: 768px) {
  #branches .branches-list .item-branch-card .item-branch-data .item-services {
    font-size: 14px;
  }
}

#branches .branches-list .item-branch-card .item-branch-data sup {
  font-family: "Lato-Bold";
  font-size: 14px;
  top: -3px;
}

@media only screen and (min-width: 581px) {
  #branches .branches-list .item-branch-card .item-branch-data sup {
    color: #000;
  }
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card {
  border: none;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-header {
  padding: 0;
  background-color: transparent;
  border-radius: unset;
  border-top: 1px solid #E4E1E1;
  border-bottom: none;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-header .btn_tel {
  text-align: left;
  color: #000;
  padding: 2px 2px 2px 20px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-family: 'Lato-Bold';
  text-decoration: none;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-header .btn_tel:hover {
  text-decoration: none;
  color: black;
  background-color: transparent;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-header .btn_tel .icon_up {
  display: none;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-header .btn_tel[aria-expanded='true'] {
  font-weight: bold;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-header .btn_tel[aria-expanded='true'] .icon_down {
  display: none;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-header .btn_tel[aria-expanded='true'] .icon_up {
  display: block;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-body {
  padding: 4px;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-body .list_phones {
  list-style: none;
}

#branches .branches-list .item-branch-card .item-branch-data .section_tel_services .accordion .card-body .list_phones a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

#branches .branches-list .item-branch-card .item-branch-header {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #branches .branches-list .item-branch-card .item-branch-header {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  #branches .branches-list .item-branch-card .item-branch-header {
    overflow: hidden;
  }
  #branches .branches-list .item-branch-card .item-branch-header img {
    height: 100%;
  }
}

#branches .branches-list .item-branch-card .item-branch-header div {
  margin: 0 !important;
  width: 100%;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-address {
  padding: 0 0 8px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  border-bottom: 1px solid #E4E1E1;
  min-height: 100px;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-address p {
  margin-bottom: 0;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-address .item-street {
  display: block;
  color: #000;
  letter-spacing: 0;
  line-height: 22px;
  font-family: 'Lato-Bold';
  overflow: hidden;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-address .item-services {
  display: block;
  min-height: 18px;
}

@media only screen and (max-width: 768px) {
  #branches .branches-list .item-branch-card .item-branch-header div.item-address .item-services {
    font-size: 14px;
  }
}

#branches .branches-list .item-branch-card .item-branch-header div.item-time {
  padding-top: 10px;
  color: #000;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-time img {
  margin-right: 6px;
  margin-top: 12px;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-time .time-list {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #branches .branches-list .item-branch-card .item-branch-header div.item-time .time-list {
    min-height: auto;
  }
}

#branches .branches-list .item-branch-card .item-branch-header div.item-time .time-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-time .time-list ul.attentionSchedule {
  min-height: 52px;
}

#branches .branches-list .item-branch-card .item-branch-header div.item-time .time-list ul li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}

#branches .branches-list .item-branch-card .item-branch-buttons {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: .5rem;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 580px) {
  #branches .branches-list .item-branch-card .item-branch-buttons {
    grid-template-columns: unset;
  }
}

#branches .branches-list .item-branch-card .item-branch-buttons div {
  margin: 0 !important;
}

#branches .branches-list .item-branch-card .item-branch-buttons a.btn {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  color: #CF2137;
  border: 2px solid #CF2137;
  border-radius: 30px;
}

#branches .branches-list .item-branch-card .item-branch-buttons a.btn img {
  float: left;
  margin-top: 2px;
  margin-left: 5px;
}

#branches .branches-list .item-branch-card .item-branch-buttons a:hover {
  background: #CF2137;
  color: #fff !important;
  border: 2px solid #A40619;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #branches .branches-list .item-branch-card .item-branch-buttons a:hover {
    color: #CF2137;
    border: 2px solid #CF2137;
  }
}

#branches .branches-list .item-branch-card .item-branch-buttons a span span {
  display: block;
}

#branches .branches-list .item-branch-card .item-branch-buttons a span span.sm-email {
  font-size: 11px;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile .first-col a span, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex .first-col a span {
  line-height: 300%;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile .first-col a span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex .first-col a span.cont-icon i {
  width: 11px;
  height: 11px;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile .second-col span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex .second-col span.cont-icon i {
  width: 15px;
  height: 15px;
  font-size: 14px;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile .last-col a span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex .last-col a span.cont-icon i {
  width: 17px;
  height: 11px;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile a, #branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile div, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex a, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex div {
  color: #CF2137;
  font-size: 12px;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile a span.cont-icon, #branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile div span.cont-icon, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex a span.cont-icon, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex div span.cont-icon {
  position: relative;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border: 2px solid #CF2137;
  border-radius: 50%;
  color: #CF2137;
  float: left;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile a span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile div span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex a span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex div span.cont-icon i {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #CF2137;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile a span.float-left, #branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile div span.float-left, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex a span.float-left, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex div span.float-left {
  max-width: 67%;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile a:hover span, #branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile div:hover span, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex a:hover span, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex div:hover span {
  color: #A40619;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile a:hover span.cont-icon, #branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile div:hover span.cont-icon, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex a:hover span.cont-icon, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex div:hover span.cont-icon {
  color: #A40619;
  border: 2px solid #A40619;
}

#branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile a:hover span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .hidden-mobile div:hover span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex a:hover span.cont-icon i, #branches .branches-list .item-branch-card .item-branch-buttons .d-none.d-lg-flex div:hover span.cont-icon i {
  color: #A40619;
}

#brands {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  #brands {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  #brands {
    margin: 0;
  }
}

#brands h3, #brands span {
  text-align: center;
  padding-top: 61px;
  margin-bottom: 46px;
  font-size: 38px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  color: #000;
}

@media (max-width: 580px) {
  #brands h3, #brands span {
    font-size: 28px;
    padding-top: 31px;
  }
}

#brands.section-top {
  position: relative;
  top: -80px;
}

@media (max-width: 580px) {
  #brands.section-top {
    top: 5px;
  }
}

#brands .brand-item {
  padding: 8px;
}

@media only screen and (max-width: 768px) {
  #brands .brand-item {
    padding: 3px;
  }
}

#brands .brand-item a {
  display: block;
  height: 120px;
  background: #fff;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  #brands .brand-item a {
    height: 80px;
  }
}

#brands .brand-item a .all-items {
  height: 45px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #CF2137;
  font-family: "Lato-Regular";
  text-align: center;
  line-height: 120%;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #brands .brand-item a .all-items {
    height: 28px;
    font-size: 12px;
  }
}

#brands .brand-item a:hover {
  opacity: .6;
}

#brands .brand-item a:hover .all-items {
  color: #A40619;
}

#brands .brand-item img {
  max-width: 50px;
  max-height: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #brands .brand-item img {
    max-width: unset;
    max-height: unset;
  }
}

@media only screen and (min-width: 581px) {
  #brands .brand-item img {
    min-width: auto;
    max-width: 60%;
    max-height: 55%;
  }
  #brands .brand-item img.desktop-logo {
    max-width: 70px !important;
  }
}

#brands .brand-item img.img-haval {
  max-width: 100%;
}

#brands .brand-item:hover a {
  opacity: .6;
}

#brands .owl-carousel {
  margin: 0 -3px;
}

.featured-first {
  position: relative;
  top: -130px;
  z-index: 99;
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .featured-first {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .featured-first {
    margin: 0;
    top: -35px;
    z-index: 99;
  }
}

.featured-first--brands {
  top: -100px;
  z-index: 9 !important;
}

@media (max-width: 580px) {
  .featured-first--brands {
    top: -20px;
  }
}

.featured-second {
  margin: 37px 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
}

@media (max-width: 580px) {
  .featured-second {
    margin: 37px 0 0 0;
  }
}

#featured-vehicles .section-title, .featured-vehicles .section-title {
  text-align: center;
  letter-spacing: 0.63px;
  margin: 58px 0 28px 0;
  font-family: 'Lato-Bold';
}

@media (max-width: 580px) {
  #featured-vehicles .section-title, .featured-vehicles .section-title {
    margin: 0 0 28px 0;
  }
}

#featured-vehicles .section-title h3, .featured-vehicles .section-title h3 {
  font-size: 38px;
}

@media (max-width: 580px) {
  #featured-vehicles .section-title h3, .featured-vehicles .section-title h3 {
    font-size: 28px;
    margin-top: 31px;
  }
}

@media only screen and (min-width: 769px) {
  #featured-vehicles .container, .featured-vehicles .container {
    padding: 0;
    /* .gradient-left {
				left: -44px;
				background: linear-gradient(to right, rgba(250,250,250,1) 20%,rgba(250,250,250,0) 100%);
			}
			.gradient-right {
				right: -44px;
				background: linear-gradient(to left, rgba(250,250,250,1) 20%,rgba(250,250,250,0) 100%);
			} */
  }
}

#featured-vehicles .slick-slide > div:first-child, .featured-vehicles .slick-slide > div:first-child {
  margin: 0 5px 15px;
}

#featured-vehicles .slick-slide .item-card--precio .bonus-price, .featured-vehicles .slick-slide .item-card--precio .bonus-price {
  min-height: 35px;
}

#featured-vehicles .home-vehicles .item-card, .featured-vehicles .home-vehicles .item-card {
  margin: 0 5px !important;
}

@media only screen and (min-width: 581px) {
  #featured-vehicles .home-vehicles .item-card, .featured-vehicles .home-vehicles .item-card {
    margin: 0 5px 5px !important;
  }
}

#featured-vehicles.banner-selected-car .item-card--titulo, .featured-vehicles.banner-selected-car .item-card--titulo {
  padding: 8px 0;
}

#technical-service .service-item {
  margin: 0 0 15px;
}

#technical-service .service-item .btn {
  cursor: auto;
}

#technical-service .service-item .btn--minPadding {
  border: 1px solid #F9C9CE;
  background: transparent;
  min-height: 60px;
}

#technical-service .service-item .btn--minPadding span {
  line-height: 120%;
  color: #CF2137 !important;
}

@media only screen and (max-width: 768px) {
  #technical-service .service-item .btn--minPadding span {
    line-height: 51px;
  }
}

@media only screen and (min-width: 581px) {
  #technical-service .service-item .btn--minPadding span.cont-icon-serv {
    text-align: center !important;
  }
}

#technical-service .service-item .btn--minPadding span i {
  color: #CF2137 !important;
}

@media only screen and (min-width: 581px) {
  #technical-service .service-item .btn--minPadding span i {
    font-size: 70px;
    float: none;
  }
}

@media only screen and (min-width: 581px) and (max-width: 1024px) {
  #technical-service .service-item .btn--minPadding span i {
    font-size: 50px;
  }
}

#technical-service .service-item .btn--minPadding:hover, #technical-service .service-item .btn--minPadding:focus, #technical-service .service-item .btn--minPadding:active {
  border: 1px solid #F9C9CE;
}

#technical-service .service-item .btn--minPadding:hover span, #technical-service .service-item .btn--minPadding:focus span, #technical-service .service-item .btn--minPadding:active span {
  color: #CF2137 !important;
}

#technical-service .service-item .btn--minPadding:hover span i, #technical-service .service-item .btn--minPadding:focus span i, #technical-service .service-item .btn--minPadding:active span i {
  color: #CF2137 !important;
}

@media only screen and (max-width: 768px) {
  #technical-service .service-item .btn--minPadding:hover, #technical-service .service-item .btn--minPadding:focus, #technical-service .service-item .btn--minPadding:active {
    border: 1px solid #CF2137;
    background: transparent;
    min-height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #technical-service .service-item .btn--minPadding:hover {
    border: 1px solid #F9C9CE !important;
    background: transparent;
    min-height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #technical-service .service-item .cont-icon-serv, #technical-service .service-item .cont-text-serv {
    float: left;
  }
  #technical-service .service-item .cont-text-serv {
    font-size: 18px;
  }
}

@media only screen and (max-width: 350px) {
  #technical-service .service-item .cont-text-serv {
    font-size: 16px !important;
  }
}

#technical-service .alt-buttons .btn {
  height: 57px;
}

#technical-service .alt-buttons img {
  margin-top: 2px;
}

#technical-service .alt-buttons .normal-wp {
  line-height: 130%;
}

#technical-service .alt-buttons .col-min-padding-left a .normal-wp {
  line-height: 250%;
}

#technical-service .alt-buttons.justify-content-center .btn#call-button {
  min-width: 200px;
  max-width: 250px;
  margin: 0 auto;
  float: none;
}

#section-used {
  background-color: #9E9E9E;
  padding-top: 40px;
  margin: 0 80px 50px 80px;
  border-radius: 22px;
}

@media (max-width: 768px) {
  #section-used {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  #section-used {
    margin: 35px 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#section-used .section-title h3 {
  font-size: 38px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 580px) {
  #section-used .section-title h3 {
    font-size: 28px;
  }
}

#section-used .section-title h4 {
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 32px;
  font-family: 'Lato-Bold';
  color: #fff;
}

@media (max-width: 580px) {
  #section-used .section-title h4 {
    font-size: 18px;
  }
}

#section-used .section-title h5 {
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 32px;
  font-family: 'Lato-Regular';
  font-weight: 300;
  color: #fff;
}

@media (max-width: 580px) {
  #section-used .section-title h5 {
    font-size: 18px;
  }
}

#section-used a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 22px;
}

#section-used .btn-used {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  background-color: transparent;
}

#section-used .btn-used:hover {
  background-color: white;
  color: #9E9E9E;
}

#section-used .service-item {
  margin: 0 0 15px;
}

#section-used .banner-item {
  margin: 0 0 15px;
  padding: 1px;
  border-radius: 6px;
  background: #CF2137;
  background: linear-gradient(to right, #CF2137 0%, #E4E1E1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
}

#section-used .banner-item .banner-cont {
  display: block;
  padding: 20px;
  background: url("../../img/box-servicio.svg") #f9f9f9 no-repeat left top;
  background-size: cover;
  border-radius: 6px;
}

#section-used .banner-item .banner-cont h4 {
  font-size: 18px;
  font-family: "Lato-Regular";
}

#section-used .banner-item .banner-cont h4 a {
  display: block;
  width: 100%;
}

#section-used .banner-item .banner-cont h4 a img {
  margin-top: 3px;
}

#section-used .banner-item .banner-cont p {
  margin: 0;
  font-family: "Lato-Light";
  line-height: 130%;
}

@media only screen and (min-width: 1025px) {
  #section-used .gray-md-bg h4 {
    font-family: medium;
  }
  #section-used .gray-md-bg p {
    margin: 0;
    font-size: 17px;
  }
}

#search-vehicle .btn {
  float: none;
  margin: 0 auto;
}

#used-cars .main-banner {
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  height: 226px;
  overflow: hidden;
  border-radius: 10px;
}

#used-cars .main-banner h4 {
  position: relative;
  font-size: 16px;
  font-family: "Lato-Light";
  color: #fff;
  z-index: 5;
}

#used-cars .main-banner .section-button {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 2;
}

#used-cars .main-banner .section-button a {
  margin: 0 auto;
  float: none;
  font-family: 'Lato-Regular';
}

#used-cars .main-banner .absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#news .news-list .slick-slide > div:first-child {
  margin: 0 5px 15px;
}

#news .news-list .slick-slide > div.row:first-child {
  margin-right: -15px;
  margin-left: -15px;
}

#news .news-list .card {
  margin: 0 !important;
  border-radius: 6px;
  border: none;
  padding: 0;
  box-shadow: 1px 1px 10px 0 rgba(216, 216, 216, 0.5);
}

#news .news-list .card .news-image {
  margin: 0 !important;
  border-radius: 0;
  border-bottom: 3px solid #A40619;
}

#news .news-list .card .news-image img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

#news .news-list .card .card-body {
  margin: 0;
  padding: 20px;
}

#news .news-list .card .card-body .card-title a {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}

#news .news-list .card .card-body .card-title a:hover {
  color: #CF2137;
}

#news .news-list .card .card-body .card-text {
  font-size: 14px;
  line-height: 130%;
}

#news .news-list .card .card-body .card-text .card-text--date {
  padding-top: 10px;
}

#news .news-list .card .card-body .card-text .card-text--icon {
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid #CF2137;
  border-radius: 50%;
}

#news .news-list .card .card-body .card-text .card-text--icon img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#faq .accordion {
  margin-bottom: 15px;
}

#faq .card {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  background: none;
}

#faq .card .card-header {
  padding: 0;
  background: transparent;
  text-align: left;
  border: none;
}

#faq .card .card-header h5 button {
  width: 100%;
  padding: 13px 10px;
  font-size: 16px;
  color: #CF2137;
  border-radius: 0 !important;
  font-family: "Lato-Regular";
  background: url("../../img/flecha-arriba-faq-red.svg") no-repeat 99% 21px transparent !important;
  background-size: auto;
  text-align: left;
  text-decoration: none;
}

#faq .card .card-header h5 button.collapsed {
  color: #717171;
  font-family: "Lato-Light";
  background: url("../../img/flecha-abajo-faq.svg") no-repeat 99% 21px transparent !important;
}

@media only screen and (min-width: 581px) {
  #faq .card .card-header h5 button.collapsed {
    background-size: 23px !important;
  }
  #faq .card .card-header h5 button.collapsed:hover {
    background: url("../../img/flecha-abajo-faq-hover.svg") no-repeat 99% 21px #ececec !important;
    background-size: 22px !important;
  }
}

@media only screen and (max-width: 768px) {
  #faq .card .card-header h5 button.collapsed {
    background-size: 10px !important;
  }
}

@media only screen and (min-width: 581px) {
  #faq .card .card-header h5 button {
    font-size: 18px;
    background-size: 22px !important;
  }
}

@media only screen and (max-width: 768px) {
  #faq .card .card-header h5 button {
    background-size: 10px !important;
  }
}

#faq .card:first-of-type, #faq .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #d6d6d6;
}

#faq .card .card-body {
  padding: 0 10px 15px;
}

#faq .card .card-body ul {
  padding: 0;
  list-style-type: none;
}

#faq .card .card-body ul li {
  position: relative;
  padding-left: 17px;
}

#faq .card .card-body ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '•';
  color: #CF2137;
  font-size: 20px;
  line-height: 100%;
  float: left;
}

.mw-75 {
  max-width: 74%;
}

.pt-10 {
  padding-top: 10px !important;
}

.mh-tel {
  min-height: 70px;
}

.footer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-buttons .btn-llegar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CF2137;
  font-family: 'Lato-Bold';
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
  height: 52px;
  width: 142px;
  border: 2px solid #CA0922;
  border-radius: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .plm-5 {
    padding-left: 5px !important;
  }
}

#view-phones .card-container {
  color: #fff;
}

#view-phones .card-container .card-header {
  background: 0 0;
  border: none;
  padding: 0;
}

#view-phones .card-container .card-header h5 {
  font-size: 20px;
}

#view-phones .card-container .card {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 0px 10px 25px;
}

#view-phones .card-container .card .card-header {
  background: 0 0;
  border: none;
  padding: 0;
}

#view-phones .card-container .card .card-header h5 {
  font-size: 22px;
}

#view-phones .card-container .card .card-header h6 {
  font-size: 16px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  header .mobile-header .box-name {
    padding: 28px 15px;
  }
}

.img-logo-header {
  max-height: 60px;
  width: auto;
  height: 100%;
}

#home-modal .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#home-modal .modal-container .modal-close {
  color: white;
  margin-bottom: .5rem;
  cursor: pointer;
}

#home-modal .modal-container .modal-close:hover {
  color: #e40520;
}

#home-modal .modal-container img {
  max-width: 80vw;
}

/* Comparator section */
.shake {
  animation-name: shake;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

.accordion_services .card {
  border: none;
  border-radius: none;
}

.accordion_services .header_service {
  padding: 0;
  background-color: transparent;
  border-radius: unset;
  border-top: 1px solid #E4E1E1;
  border-bottom: none;
}

.accordion_services .btn_service {
  border-radius: none;
  text-align: left;
  color: #000;
  padding: 2px 2px 2px 20px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-family: 'Lato-Bold';
  text-decoration: none;
}

.accordion_services .btn_service:hover {
  text-decoration: none;
  color: black;
  background-color: transparent;
}

.accordion_services .btn_service .icon_up {
  display: none;
}

.accordion_services .btn_service[aria-expanded='true'] {
  font-weight: bold;
}

.accordion_services .btn_service[aria-expanded='true'] .icon_down {
  display: none;
}

.accordion_services .btn_service[aria-expanded='true'] .icon_up {
  display: block;
}

.accordion_services .card_content {
  padding: 2px 2px 2px 20px;
}

.accordion_services .card_content .title_horario {
  color: black;
  font-weight: bold;
}

.accordion_services .card_content .attentionSchedule {
  margin-left: 10px;
  font-size: 14px;
}

.accordion_services .card_content .attentionSchedule .bold {
  color: black;
}

.accordion_services .card_content .service_phone a {
  color: #717171;
}

.accordion_services .card_content .service_phone a:hover {
  color: #E40520;
}

.accordion_services .card_content .service_phone a .cont-icon {
  margin-right: 5px;
}

.accordion_services .card_content .service_email {
  margin-bottom: 2px;
}

.accordion_services .card_content .service_email a {
  color: #717171;
}

.accordion_services .card_content .service_email a:hover {
  color: #E40520;
}

.accordion_services .card_content .service_email a .cont-icon {
  margin-right: 5px;
}

#map-branches {
  background: #fff;
  margin: 0 80px 0 80px;
  border-radius: 22px;
}

@media (max-width: 768px) {
  #map-branches {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  #map-branches {
    margin: 0;
  }
}

#map-branches.section-top-new {
  position: relative;
  top: -50px;
}

@media (max-width: 580px) {
  #map-branches.section-top-new {
    top: 45px;
  }
}

#map-branches .section-title {
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  line-height: 26px;
  text-align: center;
}

#map-branches .section-title h3 {
  font-size: 38px;
  padding-top: 20px;
  margin-bottom: 46px;
}

@media (max-width: 580px) {
  #map-branches .section-title h3 {
    font-size: 28px;
  }
}

.section-top {
  position: relative;
  top: -50px;
}

@media (max-width: 580px) {
  .section-top {
    top: 15px;
  }
}

.button_models {
  padding-top: 36px;
}

.button_models .btn_models {
  border: 2px solid #CA0922;
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #CF2137;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.button_models .btn_models:hover {
  background-color: #CF2137;
  color: white;
}

#news-ces {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 47px;
}

@media (max-width: 768px) {
  #news-ces {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  #news-ces {
    margin: 0;
  }
}

@media (max-width: 580px) {
  #news-ces {
    margin-top: 41px;
    margin-bottom: 47px;
    font-size: 28px;
  }
}

#news-ces .section-title {
  padding: 66px 0 60px 0;
}

@media (max-width: 580px) {
  #news-ces .section-title {
    padding: 40px 0 0 0;
  }
}

#news-ces .section-title h3 {
  font-size: 38px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 580px) {
  #news-ces .section-title h3 {
    font-size: 28px;
  }
}

#news-ces .content-new {
  margin: 0 20px 0 20px;
  border: unset;
  border-radius: unset;
}

@media (max-width: 580px) {
  #news-ces .content-new {
    margin: 0;
  }
}

#news-ces .content-new .card-img-top {
  min-height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
}

#news-ces .content-new a {
  color: black;
}

#news-ces .content-new .card-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: 28px;
}

#news-ces .content-new .post_excerpt {
  text-align: justify;
  font-size: 15px;
  font-family: 'Lato-Light';
  letter-spacing: 0.25px;
  line-height: 20px;
}

#news-ces .content-new .text-muted {
  font-size: 15px;
}

#news-ces .btn_news {
  border: 2px solid #CF2137;
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #CF2137;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

#news-ces .btn_news:hover {
  background-color: #CF2137;
  color: white;
}

#news-ces .btn_news:hover {
  background-color: #CA0922;
  color: white;
}

#footer .section_legals {
  margin: 0;
  background-color: #9E9E9E;
  width: 100%;
  color: #fff;
}

#footer .section_legals .btn-more {
  text-align: center;
  background-color: transparent;
  width: 100%;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 13px;
  padding: 5px;
}

#footer .section_legals #collapseLegals {
  padding-bottom: 25px;
}

#footer .section_buttons_text {
  background-color: #5E5E5E;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: 50px 0 0 0;
}

@media (max-width: 580px) {
  #footer .section_buttons_text {
    padding-bottom: 0;
  }
}

@media (max-width: 580px) {
  #footer .section_buttons_text .content_icons {
    padding-bottom: 30px;
  }
}

#footer .section_buttons_text .content_icons .title_rrss {
  width: 100%;
}

#footer .section_buttons_text .content_icons .title_rrss h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  color: #fff;
  padding-bottom: 21px;
}

@media (max-width: 580px) {
  #footer .section_buttons_text .content_icons .title_rrss h2 {
    text-align: center;
    padding-bottom: 5px;
    font-weight: 600;
  }
}

#footer .section_buttons_text .content_icons .section_icons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 580px) {
  #footer .section_buttons_text .content_icons .section_icons {
    justify-content: center;
  }
}

#footer .section_buttons_text .btn-white-out {
  color: #fff;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
}

#footer .section_buttons_text .text_note {
  padding: 25px 0;
  color: #fff;
  font-size: 14px;
  font-family: 'Lato-Light';
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

@media (max-width: 580px) {
  #footer .section_buttons_text .text_note {
    padding: 40px 30px;
  }
}

#footer .section_dinamic {
  background-color: #464646;
}

#footer .section_black_img {
  background-color: #000;
  padding: 25px 0;
}

@media (max-width: 580px) {
  #footer .section_black_img {
    padding: 25px;
  }
}

#footer .section_black_img h2 {
  color: #FFFFFF;
  font-size: 20px;
}

#footer .section_black_img h4 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

@media (max-width: 580px) {
  #footer .section_black_img h4 {
    padding-top: 25px;
  }
}

.containerAllModelsHide {
  display: none;
}

.containerAllModelsShow {
  display: block;
}

.bonus-price {
  min-height: 35px;
}

span.spec-mobile {
  margin-left: 12px;
}

.filter_page_search .section_header h2 {
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
}

.filter_page_search .section_header h2 span {
  font-family: 'Lato-Bold';
}

@media (max-width: 580px) {
  .filter_page_search .section_header h2 {
    padding-left: 15px !important;
  }
}

.filter_page_search .section_header .closebtn-search i {
  color: white;
  font-size: 20px;
}

.filter_page_search #searchform .step-border.brand {
  border: 1px solid #FFFFFF !important;
}

.filter_page_search #searchform .step-border.checked {
  border-radius: 4px;
  background-color: #6F0513;
}

.filter_page_search #searchform .btn-filter {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
}

.filter_page_search #searchform .btn-filter img {
  padding-right: 10px;
}

.filter_page_search #searchform .btn-filter:hover {
  background: #8c8c8c;
}

.filter_page_search #searchform .title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

@media (max-width: 580px) {
  .filter_page_search #searchform .section_filter_type {
    padding: 20px 40px;
  }
}

.filter_page_search #searchform .section_filter_type .name_type p {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Lato-Light';
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

.filter_page_search #searchform .section_filter_type .step-border.checked .name_type p {
  font-weight: 600 !important;
}

@media (max-width: 580px) {
  .filter_page_search #searchform .section_filter_brand {
    padding: 20px 40px;
  }
}

.filter_page_search #searchform .section_filter_brand .step-border.brand {
  height: 50px;
}

.filter_page_search #searchform .section_filter_brand .checkbox_brands .checked {
  border-radius: 4px;
  background-color: #6F0513;
}

.filter_page_search #searchform .section_filter_brand .checkbox_brands input[type="checkbox"] {
  display: none;
}

.filter_page_search #searchform .section_filter_brand .checkbox_brands label {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  width: 100%;
  margin: 0;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter_page_search #searchform .section_filter_brand .checkbox_brands label img {
  height: 35px;
  width: auto;
}

.filter_page_search #searchform .section_filter_brand .checkbox_brands :checked + label {
  background-color: #6F0513;
}

.filter_page_search #searchform .content_filters_custom {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 580px) {
  .filter_page_search #searchform .content_filters_custom {
    width: unset;
    padding: 0 45px;
  }
}

.filter_page_search #searchform .content_filters_custom .section-title h4 {
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

.filter_page_search #searchform .content_filters_custom .btn-group-toggle {
  height: 50px;
}

.filter_page_search #searchform .content_filters_custom .btn-group-toggle label {
  border-color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  height: 50px;
}

.filter_page_search #searchform .content_filters_custom .btn-group-toggle label.active {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  background-color: #70030F;
}

.filter_page_search #searchform .content_filters_custom .content-order .btn-group-toggle label {
  width: 150px;
  padding: 16px 0;
}

/* Menu */
.menu-item-comparator a {
  display: flex;
  align-items: center;
}

.menu-item-comparator a.modal-on {
  color: white;
}

.mobile-nav .menu-item-comparator {
  display: none;
}

/* Compare button from card */
.comparator-actions {
  position: relative;
  text-align: center;
  width: 100%;
}

.comparator-actions .add .icon-ico-compare, .comparator-actions .add .icon-cerrarModal {
  color: #7a7a7a;
  font-size: 16px;
}

.comparator-actions .add .icon-ico-compare:hover, .comparator-actions .add .icon-cerrarModal:hover {
  color: #000;
}

.comparator-actions .add .text {
  text-transform: capitalize;
  font-weight: bold;
  color: #7a7a7a;
  font-size: 18px;
}

.comparator-actions .add .text:hover {
  color: #000;
}

.comparator-actions .remove .icon-ico-compare, .comparator-actions .remove .icon-cerrarModal {
  color: #7a7a7a;
  font-size: 16px;
}

.comparator-actions .remove .icon-ico-compare:hover, .comparator-actions .remove .icon-cerrarModal:hover {
  color: #000;
}

.comparator-actions .remove .button-compare {
  background-color: transparent;
}

.comparator-actions .remove .text {
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
  color: #7a7a7a;
}

.comparator-actions .remove .text:hover {
  color: #000;
}

.compare-btn-ficha {
  height: 35px;
  padding: unset;
  color: #fff;
}

.compare-btn-ficha span:hover {
  cursor: pointer;
}

.compare-from-card {
  padding: 10px;
  background: white;
  color: black;
  font-size: 1rem;
  text-transform: uppercase;
}

/* Comparator Modal */
.comparator-modal {
  z-index: 1000;
  right: 0;
}

@media (max-width: 991px) {
  .comparator-modal {
    position: static;
  }
}

@media (min-width: 992px) {
  .comparator-modal {
    position: absolute;
  }
  .comparator-modal.comparator-modal-hidden {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .comparator-modal {
    min-width: 600px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .comparator-modal {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .comparator-modal.comparator-modal-emtpy .header h2 {
    grid-column: 1 / 2;
  }
}

.comparator-modal .header {
  padding: .75rem 1.5rem;
  background-color: black;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
  align-items: center;
  box-shadow: -2px 2px 32px gray;
}

@media (max-width: 990px) {
  .comparator-modal .header {
    position: relative;
    z-index: 10026;
  }
}

.comparator-modal .header.hidden_comparator {
  display: none;
}

.comparator-modal .header h2 {
  color: white;
  font-size: 1rem;
  margin: 0;
}

.comparator-modal .header h2 span {
  font-weight: bold;
}

@media (max-width: 991px) {
  .comparator-modal .header h2 {
    grid-column: 1 / 4;
  }
}

.comparator-modal .header button, .comparator-modal .header a {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
  padding: .5rem 1rem;
}

.comparator-modal .header button:hover, .comparator-modal .header a:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

.comparator-modal .header button[disabled], .comparator-modal .header a[disabled] {
  cursor: not-allowed;
  background: dimgray;
}

@media (max-width: 991px) {
  .comparator-modal .header button.button-clear-comparator, .comparator-modal .header a.button-clear-comparator {
    justify-self: end;
  }
}

.comparator-modal .header button.button-show-cars, .comparator-modal .header a.button-show-cars {
  display: none;
}

@media (max-width: 991px) {
  .comparator-modal .header button.button-show-cars, .comparator-modal .header a.button-show-cars {
    display: block;
  }
}

.comparator-modal .cars {
  background-color: white;
  padding: 0.75rem calc(1.5rem + 1px);
  border: 1px solid black;
  display: grid;
  gap: .5rem;
}

@media only screen and (min-width: 769px) {
  .comparator-modal .cars {
    grid-auto-columns: max-content;
    grid-auto-flow: column;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .comparator-modal .cars {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .comparator-modal .cars {
    justify-items: center;
  }
}

@media (max-width: 991px) {
  .comparator-modal .cars {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 15;
  }
}

.comparator-modal .cars.cars-hidden {
  display: none;
}

.comparator-modal .cars .car {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: .25rem;
  max-width: 280px;
}

.comparator-modal .cars .car img {
  width: 100%;
  height: auto;
  align-self: center;
}

.comparator-modal .cars .car i {
  grid-column: 1 / 3;
  justify-self: end;
  cursor: pointer;
}

.comparator-modal .cars .car i:hover {
  color: black;
}

.comparator-modal .cars .car .model {
  font-weight: bold;
}

/* Page Comparator */
.page-comparador .menu-item-comparator {
  display: none;
}

.page-comparador .comparator-wrapper {
  width: 100%;
  overflow: auto;
}

.page-comparador .comparator-modal {
  display: none;
}

.page-comparador .comparator-header {
  background: black;
  min-width: 1200px;
  padding-top: 40px;
}

@media (max-width: 580px) {
  .page-comparador .comparator-header {
    padding-top: 0;
  }
}

.page-comparador .comparator-header h1 {
  color: white;
  padding: 1.125rem 2rem;
  margin: 0;
  font-size: 18px;
  max-width: 100vw;
}

.page-comparador .comparator-header h1 span {
  font-weight: bold;
}

.page-comparador .comparator-versions {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-width: 1200px;
}

.page-comparador .comparator-versions .first-card {
  display: flex;
  align-items: center;
  background-color: #d8d8d8;
}

.page-comparador .comparator-versions .first-card p {
  color: #002C42;
  font-size: 18px;
  margin: 1rem 2rem;
  text-align: center;
}

.page-comparador .comparator-versions .version-card {
  background-color: white;
  display: grid;
  padding: 1rem;
  grid-template-columns: 3rem 1fr auto;
  grid-template-rows: 2rem 2rem 150px 1fr auto;
  grid-template-areas: "logo name close" "logo version close" "img img img" "price price price" "quote quote quote";
}

.page-comparador .comparator-versions .version-card .brand-image {
  grid-area: logo;
  grid-area: logo;
  align-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  padding: .25rem 0;
}

.page-comparador .comparator-versions .version-card .brand-image img {
  display: block;
}

.page-comparador .comparator-versions .version-card .brand-image .separator {
  height: 100%;
  width: 2px;
  background-color: lightgrey;
  margin: 0 .5rem;
}

.page-comparador .comparator-versions .version-card + .version-card {
  border-left: 1px solid lightgray;
}

.page-comparador .comparator-versions .version-card .model {
  text-align: center;
  padding-bottom: 0;
  grid-area: name;
  font-size: 1.5rem;
  color: black;
}

.page-comparador .comparator-versions .version-card .version {
  color: gray;
  font-size: 14px;
}

.page-comparador .comparator-versions .version-card .close {
  grid-area: close;
  cursor: pointer;
}

.page-comparador .comparator-versions .version-card .close:after {
  content: "\e90e";
  font-family: 'icomoon' !important;
  font-weight: normal;
}

.page-comparador .comparator-versions .version-card .car-image {
  grid-area: img;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-comparador .comparator-versions .version-card .price {
  margin-top: .75rem;
  grid-area: price;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
}

.page-comparador .comparator-versions .version-card .price .list-price {
  text-align: center;
}

.page-comparador .comparator-versions .version-card .price .list-price span {
  font-weight: bold;
  text-decoration: line-through;
}

.page-comparador .comparator-versions .version-card .price .list-price .price-value {
  font-weight: bold;
}

.page-comparador .comparator-versions .version-card .price .price-value:before {
  content: "$";
}

.page-comparador .comparator-versions .version-card .price .min-price {
  color: black;
  grid-row: 2 / 3;
  align-self: center;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.page-comparador .comparator-versions .version-card .price .special-sale {
  grid-row: 1 / 3;
  background: #CF2137;
  color: white;
  border-radius: 10px 0 0 10px;
  padding: .5rem 1rem .5rem .5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: -1rem;
  height: 5rem;
  align-self: center;
}

.page-comparador .comparator-versions .version-card .price .special-sale span {
  font-weight: bold;
}

.page-comparador .comparator-versions .version-card .quote {
  grid-area: quote;
  display: flex;
  justify-self: center;
  padding: .25rem 1rem;
  margin-top: 1rem;
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.page-comparador .comparator-versions .version-card .quote:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

.page-comparador .comparator-versions .add-car {
  background: white;
  border-left: 1px solid lightgrey;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  color: gray;
  flex-direction: column;
}

.page-comparador .comparator-versions .add-car:hover::before {
  background: #3B7527;
}

.page-comparador .comparator-versions .add-car::before {
  content: "+";
  background: #279C00;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.page-comparador #accordion {
  display: grid;
  min-width: 1200px;
}

.page-comparador #accordion .collapsible-body {
  width: 100%;
}

.page-comparador #accordion table {
  width: 100%;
}

.page-comparador #accordion table tbody tr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-width: 1200px;
  border-bottom: 1px solid #e2e2e2;
}

.page-comparador #accordion table tbody tr td {
  text-align: center;
  border-right: 1px solid #e2e2e2;
  padding: 10px;
}

.page-comparador #accordion table tbody tr td .value {
  color: black;
  font-size: 14px;
}

.page-comparador #accordion table tbody tr td:first-child {
  padding-left: 15px;
  font-weight: 600;
  text-align: left;
}

.page-comparador #accordion .card {
  border: none;
  border-top: 1px solid white;
}

.page-comparador #accordion .card.collapsed .spec-header {
  background-color: #f0f0f0;
  color: black;
}

.page-comparador #accordion .card.collapsed .spec-header:hover {
  background-color: #e2e2e2;
}

.page-comparador #accordion .card .spec-header {
  background-color: #CF2137;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  cursor: pointer;
  color: white;
  min-width: 1200px;
  /* @media (max-width: 1199px) {
          justify-content: start;
          i {
            order: -1;
            margin-right: 1rem;
          }
        } */
}

.page-comparador #accordion .card .spec-header span {
  font-size: 18px;
}

.page-comparador #accordion .card .spec-header i {
  margin-top: 10px;
  font-size: 10px;
}

.page-comparador .specs-list .specs-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: black;
}

.page-comparador .specs-list .specs-row + .specs-row {
  border-top: 1px solid #D8D8D8;
}

.page-comparador .specs-list .specs-row .spec-title {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  box-sizing: border-box;
  border-right: 1px solid white;
}

.page-comparador .specs-list .specs-row .spec-value {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 .75rem;
  /*  &:nth-child(even) {
          background: #ededed;
        }

        &:nth-child(odd) {
          background: #f7f7f7;
        } */
}

@media (max-width: 580px) {
  .cont-search-used.cont-comparator {
    padding: 85px 0 1px 0;
  }
}

.cont-search-used .list_content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cont-search-used .list_content .search-header .title-count {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  color: white;
}

.cont-search-used .list_content .search-header .title-count span {
  font-family: 'Lato-Bold';
}

.cont-search-used .list_content .search-header .btn-filter-used img {
  padding-right: 10px;
}

.cont-search-used .list_content .search-header .btn-filter-used .btn-filter {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
}

.cont-search-used .list_content .search-header .btn-filter-used .btn-filter:hover {
  background: #8c8c8c;
}

.cont-search-used .list_content .filter_page_search_used .section_header h2 {
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
}

.cont-search-used .list_content .filter_page_search_used .section_header h2 span {
  font-family: 'Lato-Bold';
}

@media (max-width: 580px) {
  .cont-search-used .list_content .filter_page_search_used .section_header h2 {
    padding-left: 15px !important;
  }
}

.cont-search-used .list_content .filter_page_search_used .section_header .closebtn-search i {
  color: white;
  font-size: 20px;
}

.cont-search-used .list_content #searchform h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

.cont-search-used .list_content #searchform .content_primary {
  padding: 25px 0;
}

@media (max-width: 580px) {
  .cont-search-used .list_content #searchform .content_primary {
    padding-top: 0;
  }
}

@media (max-width: 580px) {
  .cont-search-used .list_content #searchform .content_primary .section_filter_type {
    padding: 20px 15px;
  }
}

.cont-search-used .list_content #searchform .content_primary .section_filter_type .name_type p {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Lato-Light';
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

.cont-search-used .list_content #searchform .content_primary .section_filter_type .step-border.checked {
  border-radius: 4px;
  background-color: #6F0513;
}

.cont-search-used .list_content #searchform .content_primary .section_filter_type .step-border.checked .name_type p {
  font-weight: 600 !important;
}

@media (max-width: 580px) {
  .cont-search-used .list_content #searchform .section_filter_brand .step-content-body {
    padding: 0 10px;
  }
}

.cont-search-used .list_content #searchform .content_filter_used {
  padding: 5px 0 25px 0;
}

.cont-search-used .list_content #searchform .content_filter_used #range {
  margin-bottom: 15px;
}

.cont-search-used .list_content #searchform .content_filter_used #range .noUi-connects {
  background-color: #70030F;
}

.cont-search-used .list_content #searchform .btn-group-toggle {
  height: 50px;
}

.cont-search-used .list_content #searchform .btn-group-toggle label {
  border-color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  height: 50px;
}

.cont-search-used .list_content #searchform .btn-group-toggle label.active {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  background-color: #70030F;
}

.cont-search-used .list_content #searchform .btn-filter {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
}

.cont-search-used .list_content #searchform .btn-filter img {
  padding-right: 10px;
}

.cont-search-used .list_content #searchform .btn-filter:hover {
  background: #8c8c8c;
}

.cont-search-used .list_content .search-results {
  padding-top: 30px;
  background: #fff;
  margin: 0 80px 0 80px;
  border-radius: 22px;
  max-width: 1280px;
}

@media (max-width: 580px) {
  .cont-search-used .list_content .search-results {
    margin: 0;
  }
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card {
  padding: 0 25px 28px 25px;
  border-radius: 22px;
  position: relative;
  background: #fff;
}

@media (max-width: 580px) {
  .cont-search-used .list_content .search-results .vehicles-list .item-used-card {
    padding: 0 0 28px 0;
  }
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .title {
  height: 72px;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .title .brand {
  font-size: 24px;
  text-align: left;
  color: #393939;
  letter-spacing: -0.4px;
  line-height: 24px;
  font-family: 'Lato-Bold';
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .title .model {
  text-align: left;
  color: #7C7C7C;
  letter-spacing: -0.39px;
  font-size: 18px;
  padding-top: 12.88px;
  font-family: 'Lato-Bold';
  padding-top: 0;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .title .version {
  text-align: left;
  color: #7C7C7C;
  letter-spacing: -0.39px;
  font-size: 14px;
  padding-top: 12.88px;
  font-family: 'Lato-Light';
  padding-top: 0;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info {
  height: 145px;
  position: relative;
}

@media (max-width: 580px) {
  .cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info {
    height: unset;
  }
}

@media (min-width: 580px) {
  .cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info .content .list_prices {
  text-align: center;
  font-family: 'Lato-Regular';
  color: #7A7A7A;
  font-size: 18px;
  letter-spacing: -0.71px;
  line-height: 24px;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info .content .list_prices .price-offer span, .cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info .content .list_prices .price span {
  color: black;
  font-size: 28px;
  font-family: 'Lato-Bold';
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info .content .price-unique {
  text-align: center;
  font-family: 'Lato-Regular';
  color: #7A7A7A;
  font-size: 18px;
  letter-spacing: -0.71px;
  line-height: 24px;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info .content .price-unique span {
  color: black;
  font-size: 28px;
  font-family: 'Lato-Bold';
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .content_info .content .equipment {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .quote {
  padding: 10px 0;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .quote .item-button--model {
  border: 2px solid black;
  margin-bottom: 4px;
  color: black;
  border-radius: 30px;
  font-family: 'Lato-Bold';
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 22px;
}

.cont-search-used .list_content .search-results .vehicles-list .item-used-card .quote .item-button--model:hover {
  background-color: black;
  color: white;
}

.no_results_used {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.no_results_used .search-header {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  padding: 50px;
}

@media (max-width: 768px) {
  .no_results_used .search-header {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .no_results_used .search-header {
    margin: 0;
  }
}

.no_results_used .search-header .btn--red {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.no_results_used .search-header .btn--red:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

#vehicles-module .card-text-wrapper {
  height: 100px;
  overflow: hidden;
  position: relative;
  padding: 1rem 1rem 0 1rem;
  margin: 0 0 1rem 0;
  transition: all .3s ease-out;
}

#vehicles-module .card-text-wrapper:after {
  transition: all 2s ease-out;
  content: '';
  display: block;
  left: 0;
  right: 0;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, white 100%);
}

#vehicles-module .card-text-wrapper.expanded .toggle-view-all-button i {
  transform: rotateX(180deg);
}

#vehicles-module .card-text-wrapper.expanded:after {
  height: 0;
}

#vehicles-module .card-text-wrapper .toggle-view-all-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  height: 32px;
  font-size: 16px;
  line-height: 40px;
  color: #717171;
  z-index: 100;
}

#vehicles-module .machinery .logo-card-container {
  float: left;
  max-width: 40%;
  border-right: 1px solid #ccc;
  margin: 0 10px 0 5px;
  height: 46px;
}

#vehicles-module .machinery .logo-card-container img.logo-card {
  position: relative !important;
  max-width: 80% !important;
}

#vehicles-module .machinery .title-card-container {
  margin: 0;
  width: 50%;
  height: 45px;
  float: left;
  overflow: visible;
  z-index: 100;
  position: relative;
}

#vehicles-module .machinery .img-model-container {
  height: 200px;
}

#vehicles-module .machinery .img-model-container img.car-img {
  height: unset !important;
  max-width: 320px;
  padding: 20px 20px 0 !important;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  #vehicles-module .machinery .img-model-container img.car-img {
    height: unset;
    width: 380px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 480px) {
  #vehicles-module .machinery .img-model-container img.car-img {
    height: unset;
    width: 280px;
    margin: 0 auto;
  }
}

#vehicles-module .machinery h4 {
  font-weight: bold;
  font-size: 1.4em;
}

@media (max-width: 1199px) {
  #vehicles-module .machinery h4 {
    height: 46px;
  }
}

@media (max-width: 719px) {
  #vehicles-module .machinery h4 {
    border-left: unset;
    padding-left: unset;
  }
}

#vehicles-module .machinery .item-button {
  display: block;
  padding: 13px;
  text-transform: uppercase;
  background: #e40520;
  color: #fff;
  border-radius: 0 0 6px 6px;
}

.page-template-page-search-used .item-card {
  height: 410px;
}

@media (max-width: 768px) {
  .page-template-page-search-used .item-card {
    height: 450px;
  }
}

@media (max-width: 600px) {
  .page-template-page-search-used .item-card {
    height: 530px;
  }
}

@media (max-width: 414px) {
  .page-template-page-search-used .item-card {
    height: 460px;
  }
}

@media (max-width: 360px) {
  .page-template-page-search-used .item-card {
    height: 420px;
  }
}

@media (max-width: 600px) {
  .page-template-page-search-used .item-card .item-card--titulo {
    margin-bottom: 10px;
  }
}

.page-template-page-search-used .item-card .item-card--auto {
  margin: 0 0 25px;
}

@media (max-width: 768px) {
  .page-template-page-search-used .item-card .item-card--auto img {
    transform: scale(1);
  }
}

.item-card {
  padding: 0 25px 28px 25px;
  border-radius: 22px;
  position: relative;
  background: #fff;
  min-height: 637px;
}

@media (max-width: 768px) {
  .item-card {
    height: unset;
    padding: 0;
  }
}

.item-card .item-card--badge {
  position: absolute;
  width: 30%;
  z-index: 1;
}

@media (max-width: 768px) {
  .item-card .item-card--badge {
    position: relative;
  }
}

.item-card--titulo {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .item-card--titulo {
    margin-bottom: 10px;
  }
}

.item-card--titulo .titulo--marca img {
  width: 102px;
  height: auto;
  z-index: 100;
}

.item-card--titulo .titulo--marca-mobile {
  height: 50px;
}

.item-card--titulo .titulo--modelo {
  padding-top: 27px;
}

.item-card--titulo .titulo--modelo .modelo--titulo {
  text-align: left;
  color: #393939;
  font-size: 24px;
  letter-spacing: -0.4px;
  line-height: 24px;
  font-family: 'Lato-Bold';
}

.item-card--titulo .titulo--modelo .modelo--caracteristica {
  text-align: left;
  color: #7c7c7c;
  letter-spacing: -0.39px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 12.88px;
  font-family: 'Lato-Bold';
}

.item-card--precio-alt {
  color: #333;
}

.item-card--precio-alt .item-card-main {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 350px) {
  .item-card--precio-alt .item-card-main .text-left {
    font-size: 13px;
  }
  .item-card--precio-alt .item-card-main .red {
    font-size: 18px;
  }
}

.item-card--precio-alt .main-items {
  height: 135px;
  padding-bottom: 70px;
}

.item-card--precio-alt .main-items ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.item-card--precio-alt .main-items ul li {
  color: #333;
  font-size: 12px;
  text-align: left;
  line-height: 110%;
}

.item-card--precio-alt .main-items ul li:first-child, .item-card--precio-alt .main-items ul li:nth-child(2) {
  margin-bottom: 8px;
}

.item-card--precio-alt .main-items ul li img {
  width: 10%;
  max-width: 13px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.item-card--branch {
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px 0;
  border-top: 1px solid #a2a2a2;
  color: #000;
}

.item-card--branch .item-time {
  padding: 15px 0;
  border-top: 1px solid #E4E1E1;
}

.item-card--branch .item-time ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.item-card--branch .item-time ul li {
  line-height: 120%;
}

.item-card--branch .item-branch-buttons .btn {
  color: #CF2137;
}

.item-card--branch .item-branch-buttons .btn i {
  color: #CF2137;
}

@media only screen and (max-width: 768px) {
  .item-card--branch .item-branch-buttons .btn:hover {
    color: #CF2137;
    background: #fff;
  }
  .item-card--branch .item-branch-buttons .btn:hover i {
    color: #CF2137;
  }
}

.item-card .item-card-list {
  padding: 0;
}

.item-card .item-card-list .item-card--auto img {
  height: 220px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 580px) {
  .item-card .item-card-list .item-card--auto img {
    width: 100%;
    max-height: 100%;
  }
}

.item-card .item-card-list .bonus-price {
  padding-bottom: 10px;
}

.item-card .item-card-list .upper.black.t14 {
  min-height: 37px;
}

.item-card .item-card-list img.absolute-image {
  top: -7px;
  right: 5px;
}

.item-card .percentage-wraper {
  position: relative;
}

.item-card .percentage-wraper .percentage-discount {
  position: absolute;
  border-radius: 15px 0px 0px 15px;
  color: #ffffff;
  background: linear-gradient(312.95deg, #e30527 0%, #c40a20 51.06%, #9b051c 100%);
  width: 65px;
}

.item-card .percentage-wraper .percentage-discount p {
  padding-top: 9px;
  display: inline-block;
  font-family: 'Lato-Regular';
  text-align: center;
}

.item-card .percentage-wraper .percentage-discount .percentage-amount {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Lato-Bold';
}

.item-card--precio {
  margin-top: 10px;
}

.item-card--precio .list-price .text-price {
  font-family: 'Lato-Regular';
  color: #7a7a7a;
  font-size: 16px;
  letter-spacing: -0.71px;
  line-height: 18px;
}

.item-card--precio .list-price .text-price .price-normal {
  text-decoration: line-through;
}

.item-card--precio .main-price {
  color: #393939;
  font-family: 'Lato-Bold';
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -0.49px;
  line-height: 35px;
}

.item-card--precio .bonus-price {
  padding-top: 9.69px;
}

.item-card--precio .bonus-price .desc-title {
  width: 62px;
  height: 23px;
  background: #000000;
  border-radius: 8px;
}

.item-card--precio .bonus-price .desc-title span {
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.item-card--precio .bonus-price .bonus {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  font-family: 'Lato-Italic';
}

.item-card--precio .bonus-price .bonus span {
  font-family: 'Lato-BoldItalic';
}

.item-card--precio .bonus-price .days-0-km {
  color: #cf2137 !important;
}

.item-card--precio .bonus-price .days-0-km span {
  color: #cf2137 !important;
}

.item-card--legal {
  font-size: 12px;
  color: #A40619;
  height: 1rem;
  margin-top: 0.5rem;
}

.item-card--legal a {
  color: inherit;
  text-decoration: underline;
}

.item-card--legal a:hover {
  text-decoration: none;
}

.item-card.special-sale .item-card--auto {
  margin: 0 0 15px;
}

.item-card:not(.special-sale) {
  /* .item-card--auto img {
			transform: translateY(27px)
		} */
}

.item-card:not(.special-sale) .item-card--legal {
  visibility: hidden;
}

.bonus-link {
  color: inherit;
  text-decoration: underline;
}

.bonus-link:hover {
  color: inherit;
  text-decoration: none;
}

.info_percentage {
  position: relative;
  left: 16px;
  width: calc(100% - 32px);
  height: 36px;
}

.info_percentage img {
  width: auto;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.info_percentage .title {
  color: #e0102c;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: -0.05em;
}

.info_percentage .title sup {
  font-size: 16px;
  line-height: 19px;
  left: 1px;
  letter-spacing: -0.05em;
}

.container-benefits {
  min-height: 24px;
  width: 100%;
  height: 24px;
}

.container-benefits .badge {
  max-width: 180px;
  width: fit-content;
  height: 24px;
  background: #ffc738;
  border-radius: 4px;
  padding: 1px 6px;
  margin: 0 8px 0 0;
  overflow: hidden;
}

.container-benefits .badge p {
  margin: 0;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #000;
}

.container-benefits .badge.outline {
  background-color: #fce8ea;
}

.container-benefits .badge.outline .see-more-badges {
  cursor: pointer;
}

.container-benefits .badge.outline p {
  color: #e0102c;
}

#modalBenefits .modal-body {
  padding: 24px 40px;
}

#modalBenefits .modal-body .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: black;
}

#modalBenefits .modal-body .description {
  font-weight: 500;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
}

#modalBenefits .modal-header {
  border-bottom: 2px solid #f3f3f3;
  padding: 24px 40px;
}

#modalBenefits .modal-header .close {
  font-size: 2.2rem;
  padding: 0.4rem 0;
}

#modalBenefits .modal-header .modal-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #191919;
}

#modalBenefits .modal-header .modal-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #191919;
}

#modalBenefits .modal-footer {
  border-top: unset;
}

#modalBenefits .btn-show-model {
  color: black;
  font-family: "Lato-Bold";
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
  background-color: white;
  border: 2px solid black !important;
  border-radius: 30px;
  padding: 10px 20px;
}

#modalBenefits .btn-show-model:hover {
  color: white;
  background-color: black;
}

#modalBenefits .btn-quotation {
  color: #cf2137;
  font-family: "Lato-Bold";
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
  background-color: white;
  border: 2px solid #cf2137 !important;
  border-radius: 30px;
  padding: 10px 20px;
}

#modalBenefits .btn-quotation:hover {
  color: white;
  background-color: #cf2137;
}

@media (max-width: 600px) {
  #modalBenefits .modal-content {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}

.delivery_in {
  height: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #57585C;
  margin-bottom: 5px;
}

.pages-section.cont-search-used {
  background: linear-gradient(180deg, #B1ADAD 0%, #F5F5F5 100%);
}

.pages-section #news .news-list .card {
  margin: 0 0 20px !important;
}

.pages-section #faq .faq-search {
  margin: 0 0 30px;
}

.pages-section #faq .faq-search .form-inline {
  margin: 0;
}

.pages-section #faq .faq-search .form-inline input[type="search"] {
  border: 1px solid #E4E1E1;
  font-size: 14px;
}

.pages-section #faq .card .card-header h5 button {
  padding: 12px 10px;
}

.pages-section #featured-vehicles {
  padding-bottom: 0;
}

@media only screen and (max-width: 649px) {
  .pages-section #featured-vehicles .search-results .grid-item {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 650px) and (max-width: 960px) {
  .pages-section #featured-vehicles .search-results .grid-item {
    width: 50% !important;
    max-width: auto !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .pages-section #featured-vehicles .search-results .grid-item {
    flex: 0 0 33% !important;
    width: 33% !important;
    max-width: 400px;
  }
}

.pages-section #featured-vehicles .search-results .item-card {
  /* &--auto {
					img {
						height: 163px;
						width: 100%;
						object-fit: contain;
					}
				} */
}

@media (max-width: 580px) {
  .pages-section #featured-vehicles .search-results .item-card {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .pages-section #featured-vehicles .search-results .item-card {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}

@media only screen and (min-width: 581px) {
  .pages-section #featured-vehicles .search-results #posts {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
  }
}

.pages-section.cont-search {
  overflow: auto;
  background: linear-gradient(180deg, #B1ADAD 0%, #F5F5F5 100%);
}

@media (max-width: 580px) {
  .pages-section.cont-search.cont-comparator {
    padding: 85px 0 1px 0;
  }
}

@media only screen and (min-width: 581px) {
  .pages-section.cont-search .section-title h3 {
    margin-top: 10px;
  }
}

.pages-section.cont-search .sticky-search {
  position: relative;
  padding: 15px;
  background-color: #ececec;
  top: 0;
  width: 100%;
  z-index: 100;
}

.pages-section.cont-search .sticky-search .filter-icon {
  position: relative;
  margin-top: 3px;
  width: 44px;
  height: 43px;
  border: 1px solid #E40520;
  border-radius: 50%;
}

.pages-section.cont-search .sticky-search .filter-icon img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pages-section.cont-search .sticky-search.sticky-shadow {
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 150;
}

.pages-section.cont-search .sticky-search .order-form {
  width: 100%;
}

.pages-section.cont-search .sticky-search .order-form button {
  width: 100%;
  outline: 0;
}

.pages-section.cont-search .sticky-search .order-form button:focus, .pages-section.cont-search .sticky-search .order-form button.active {
  background: #fff;
  color: #CF2137;
  border: 1px solid #CF2137;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pages-section.cont-search .sticky-search .order-form {
    padding-left: 8px;
    font-size: 12px;
  }
}

.pages-section.cont-search .search-header-news .title-count {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  color: white;
}

.pages-section.cont-search .search-header-news .title-count span {
  font-family: 'Lato-Bold';
}

.pages-section.cont-search .search-header-news .btn-filter-news img {
  padding-right: 10px;
}

.pages-section.cont-search .search-header-news .btn-filter-news .btn-filter {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
}

.pages-section.cont-search .search-header-news .btn-filter-news .btn-filter:hover {
  background: #8c8c8c;
}

.pages-section.cont-search .content-search {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 580px) {
  .pages-section.cont-search .content-search {
    padding: 0;
  }
}

.pages-section.cont-search .content-search .search-results {
  padding-top: 30px;
  background: #fff;
  margin: 0 80px 0 80px;
  border-radius: 22px;
  max-width: 1280px;
}

@media (max-width: 768px) {
  .pages-section.cont-search .content-search .search-results {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .pages-section.cont-search .content-search .search-results {
    margin: 0;
  }
  .pages-section.cont-search .content-search .search-results .item-card {
    padding: 15px;
  }
}

.pages-section .cont-cotiza .item-feature {
  border-bottom: 1px solid #fff !important;
}

.pages-section .cont-cotiza .item-feature:last-child {
  border-bottom: 0;
}

#technical-data .cont-button {
  margin-bottom: -15px;
}

#technical-data .cont-button a#download-pdf.btn--outline:hover span {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  #technical-data .cont-button a#download-pdf.btn--outline:hover span {
    color: #CF2137 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #technical-data .col-no-padding--mobile {
    padding: 0;
  }
}

#exterior .galery-used-title, #interior .galery-used-title {
  font-family: medium;
}

#exterior .exterior-list .slick-slide > div:first-child, #exterior .interior-list .slick-slide > div:first-child, #interior .exterior-list .slick-slide > div:first-child, #interior .interior-list .slick-slide > div:first-child {
  margin: 0 5px 15px;
}

@media only screen and (max-width: 768px) {
  #exterior .exterior-list .slick-slide > div:first-child, #exterior .interior-list .slick-slide > div:first-child, #interior .exterior-list .slick-slide > div:first-child, #interior .interior-list .slick-slide > div:first-child {
    margin: 0 5px 15px !important;
  }
}

#exterior .exterior-list .slick-slide > div.row:first-child, #exterior .interior-list .slick-slide > div.row:first-child, #interior .exterior-list .slick-slide > div.row:first-child, #interior .interior-list .slick-slide > div.row:first-child {
  margin-right: -15px;
  margin-left: -15px;
}

#exterior .exterior-list .card, #exterior .interior-list .card, #interior .exterior-list .card, #interior .interior-list .card {
  margin: 0 !important;
  border-radius: 6px;
  border: none !important;
  padding: 0;
  overflow: hidden;
}

#exterior .exterior-list .card .exterior-image, #exterior .interior-list .card .exterior-image, #interior .exterior-list .card .exterior-image, #interior .interior-list .card .exterior-image {
  margin: 0 !important;
  border: none;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  #exterior .exterior-list .card .exterior-image, #exterior .interior-list .card .exterior-image, #interior .exterior-list .card .exterior-image, #interior .interior-list .card .exterior-image {
    max-height: 150px;
    overflow: hidden;
  }
}

#exterior .exterior-list .card .exterior-image img, #exterior .interior-list .card .exterior-image img, #interior .exterior-list .card .exterior-image img, #interior .interior-list .card .exterior-image img {
  width: 100%;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  #exterior .exterior-list .card .exterior-image img, #exterior .interior-list .card .exterior-image img, #interior .exterior-list .card .exterior-image img, #interior .interior-list .card .exterior-image img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#exterior .exterior-list .card .gallery-image-used, #exterior .interior-list .card .gallery-image-used, #interior .exterior-list .card .gallery-image-used, #interior .interior-list .card .gallery-image-used {
  max-height: 200px;
}

#exterior .exterior-list .card .gallery-image-used img, #exterior .interior-list .card .gallery-image-used img, #interior .exterior-list .card .gallery-image-used img, #interior .interior-list .card .gallery-image-used img {
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.featured-vehicles.quotation-vehicles {
  width: 100%;
  max-width: 420px;
  float: right;
}

.featured-vehicles.quotation-vehicles .item-card--precio .bonus-price .bonus {
  font-size: 12px;
}

@media (min-width: 380px) and (max-width: 420px) {
  .featured-vehicles.quotation-vehicles .cont-mobile {
    margin-top: 1.5%;
  }
}

.featured-vehicles.banner-selected-car img {
  max-height: 70px;
}

@media (min-width: 380px) and (max-width: 420px) {
  .featured-vehicles.banner-selected-car img {
    max-height: 62px;
  }
}

#cotiza-form .section-form .form-group {
  min-height: 62px;
}

#cotiza-form .section-form .form-group label {
  line-height: 250%;
  display: inline;
}

#cotiza-form .section-form .custom-select-lg {
  height: 46px;
  border-radius: 6px;
}

.section-form .form-group label {
  width: 100%;
  font-size: 16px;
  color: #717171;
}

.section-form .form-group label.error {
  margin: -18px 0 0;
  padding: 0;
  font-size: 12px;
  color: #CF2137;
}

.section-form .form-group input[type="text"], .section-form .form-group input[type="email"], .section-form .form-group select {
  font-size: 16px;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #d6d6d6;
}

.section-form .form-group input[type="text"]::-webkit-input-placeholder, .section-form .form-group input[type="email"]::-webkit-input-placeholder, .section-form .form-group select::-webkit-input-placeholder {
  font-style: italic;
  font-family: light;
  color: #d6d6d6;
}

.section-form .form-group input[type="text"]:-moz-placeholder, .section-form .form-group input[type="email"]:-moz-placeholder, .section-form .form-group select:-moz-placeholder {
  font-style: italic;
  font-family: light;
  color: #d6d6d6;
}

.section-form .form-group input[type="text"]::-moz-placeholder, .section-form .form-group input[type="email"]::-moz-placeholder, .section-form .form-group select::-moz-placeholder {
  font-style: italic;
  font-family: light;
  color: #d6d6d6;
}

.section-form .form-group input[type="text"]:-ms-input-placeholder, .section-form .form-group input[type="email"]:-ms-input-placeholder, .section-form .form-group select:-ms-input-placeholder {
  font-style: italic;
  font-family: light;
  color: #d6d6d6;
}

.section-form .form-group input[type="text"].error, .section-form .form-group input[type="email"].error, .section-form .form-group select.error {
  border: 1px solid #CF2137;
}

.section-form .form-group .branch-item .btn--outline {
  padding: 6px 10px;
  min-height: 60px;
}

.section-form .form-group .branch-item .btn--outline.map-center {
  padding-top: 8px;
}

.section-form .form-group .branch-item .btn--outline.map-center:hover {
  border: 1px solid #A40619 !important;
  background: #fff;
  color: #A40619 !important;
}

.section-form .form-group .branch-item .btn--outline.map-center:hover span {
  color: #A40619 !important;
}

.section-form .form-group .branch-item .btn--outline:hover {
  border: 1px solid #CF2137;
  background: #fff;
}

.section-form .form-group .branch-item a {
  font-size: 14px;
  color: #CF2137;
}

.section-form .form-group .branch-item label.branch-check {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 13px;
  right: 0;
  bottom: 0;
}

.section-form .form-group .branch-item label.branch-check span:first-child {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #CF2137;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.section-form .form-group .branch-item label.branch-check span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.section-form .form-group .branch-item .int-branch-check:checked + .branch-check span:first-child svg {
  background: #CF2137;
  animation: wave 0.4s ease;
  stroke-dashoffset: 0;
}

.section-form .form-group .branch-item .cont-radio.checked {
  border: 1px solid #CF2137 !important;
}

.section-form .form-group .branch-item .cont-radio.checked label span {
  background: #CF2137;
}

.section-form .form-group .branch-item .cont-radio.checked label span:first-child svg {
  background: #CF2137;
  animation: wave 0.4s ease;
  stroke-dashoffset: 0;
}

.loading-content h5 {
  margin-top: 10px;
  color: #a2a2a2;
}

.error-page {
  min-height: 830px;
  background: url("../../img/background-404error-desktop.jpg") no-repeat center;
  background-size: cover;
}

.error-page .error-content {
  margin-top: 150px;
}

.error-page .error-content h3, .error-page .error-content h4 {
  color: #000;
}

.error-page .error-content h3 {
  font-size: 2.5rem;
}

.error-page .error-content h4 {
  font-size: 1.7rem;
}

.error-page .error-content .error-text {
  color: #CF2137;
  font-size: 13rem;
  line-height: 150%;
}

.error-page .error-content .error-icon img {
  margin: 0 10px 25px;
}

@media only screen and (max-width: 768px) {
  .error-page {
    background: url("../../img/background-404error-mobile.jpg") no-repeat center;
    background-size: cover;
  }
  .error-page h3 {
    font-size: 1.7rem !important;
  }
  .error-page h4 {
    font-size: 1.1rem !important;
  }
  .error-page .error-text {
    font-size: 9rem !important;
  }
  .error-page .error-icon img {
    margin: 0 5px 25px !important;
    width: 95px;
  }
}

@media only screen and (min-width: 1025px) {
  #open-new-search .btn {
    float: right;
  }
}

@media only screen and (max-width: 350px) {
  .vehicles-list-ficha .grid-item {
    padding: 0;
  }
}

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

.container {
  display: block;
  position: relative;
  padding-left: 15px;
  -webkit-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.contenedor input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* On mouse-over, add a grey background color */
.contenedor:hover input ~ .checkmark {
  background-color: #ffffff00;
}

/* When the radio button is checked, add a blue background */
.contenedor input:checked ~ .checkmark {
  background-color: #ffffff00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contenedor input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contenedor .checkmark:after {
  top: 3px !important;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
}

.ml--14 {
  margin-left: -14px;
}

.ml--20 {
  margin-left: -20px;
}

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

.min-width-50 {
  min-width: 50%;
}

.page_home {
  background: linear-gradient(180deg, #B1ADAD 0%, #F5F5F5 100%);
}

section .gray-section,
div .gray-section {
  background: #ececec;
}

section .section-form,
div .section-form {
  position: relative;
  overflow: hidden;
}

section .section-form form#cesQuotationForm,
div .section-form form#cesQuotationForm {
  margin: unset;
}

section .cont-cotiza .main-features .item-feature:last-child,
div .cont-cotiza .main-features .item-feature:last-child {
  border-bottom: 0 !important;
}

section .cont-cotiza .gray-section,
div .cont-cotiza .gray-section {
  width: 99%;
}

@media only screen and (min-width: 581px) {
  section .cont-desktop .item-feature .item-icon,
  div .cont-desktop .item-feature .item-icon {
    text-align: left;
    max-width: 85px;
  }
}

@media only screen and (min-width: 581px) {
  section.cont-featured .main-features .container,
  div.cont-featured .main-features .container {
    padding: 15px 15px 0;
  }
}

section.cont-featured .sticky-data,
div.cont-featured .sticky-data {
  background: #f9f9f9;
}

section.cont-featured .sticky-data .back-sticky-data,
div.cont-featured .sticky-data .back-sticky-data {
  position: absolute;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  top: 0;
}

section.cont-featured .sticky-data .back-sticky-data > div,
div.cont-featured .sticky-data .back-sticky-data > div {
  height: 70px;
}

section.cont-featured .sticky-data h1,
div.cont-featured .sticky-data h1 {
  text-overflow: ellipsis;
  width: 95%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

@media (max-width: 580px) {
  section.cont-featured .sticky-data,
  div.cont-featured .sticky-data {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.cont-featured .sticky-data .container,
  div.cont-featured .sticky-data .container {
    width: 100%;
    max-width: 100%;
  }
  section.cont-featured .sticky-data .container h1,
  div.cont-featured .sticky-data .container h1 {
    line-height: 167%;
  }
  section.cont-featured .sticky-data .container .submit-form-quotation,
  div.cont-featured .sticky-data .container .submit-form-quotation {
    font-size: 90%;
  }
  section.cont-featured .sticky-data .container .red.t22,
  div.cont-featured .sticky-data .container .red.t22 {
    font-size: 150%;
  }
  section.cont-featured .sticky-data .container .bold.black,
  div.cont-featured .sticky-data .container .bold.black {
    padding-left: 0;
    padding-right: 0;
  }
  section.cont-featured .sticky-data .container .extra-margin.t18,
  div.cont-featured .sticky-data .container .extra-margin.t18 {
    font-size: 110%;
    line-height: 180%;
  }
}

section.cont-featured .main-image,
div.cont-featured .main-image {
  position: relative;
}

section.cont-featured .main-image .cont-header-image,
div.cont-featured .main-image .cont-header-image {
  position: relative;
}

section.cont-featured .main-image .cont-header-image img.img-header,
div.cont-featured .main-image .cont-header-image img.img-header {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.cont-featured .main-image .cont-header-image .gradient,
div.cont-featured .main-image .cont-header-image .gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 145px;
  background: url("../../img/gradient-fotosficha.png") repeat-x left bottom;
}

section.cont-featured .main-image .cont-header-image #main-banner-mobile .title,
div.cont-featured .main-image .cont-header-image #main-banner-mobile .title {
  padding: 15px 35px;
  font-size: 28px;
  margin: 0;
}

section.cont-featured .main-image .cont-header-image #main-banner-mobile .title span,
div.cont-featured .main-image .cont-header-image #main-banner-mobile .title span {
  font-size: 18px;
  font-family: 'Lato-Regular';
}

section.cont-featured .main-image .cont-header-image #main-banner-mobile .img_model_mobile,
div.cont-featured .main-image .cont-header-image #main-banner-mobile .img_model_mobile {
  position: absolute;
  top: 80px;
}

@media (max-width: 580px) {
  section.cont-featured .main-image .cont-header-image #main-banner-mobile .img_model_mobile,
  div.cont-featured .main-image .cont-header-image #main-banner-mobile .img_model_mobile {
    top: 130px;
  }
}

section.cont-featured .main-image .cont-header-image #main-banner-auto-new,
div.cont-featured .main-image .cont-header-image #main-banner-auto-new {
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  object-fit: cover !important;
}

@media (min-width: 768px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.single,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.single {
    min-height: 450px;
  }
}

@media (min-width: 1000px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.single,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.single {
    min-height: 500px;
  }
}

@media (min-width: 1440px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.single,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.single {
    min-height: 600px;
  }
}

@media (min-width: 1600px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.single,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.single {
    min-height: 700px;
  }
}

@media (min-width: 1800px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.single,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.single {
    min-height: 840px;
  }
}

@media (min-width: 768px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.suzuki,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.suzuki {
    min-height: 500px;
  }
}

@media (min-width: 1440px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.suzuki,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.suzuki {
    min-height: 600px;
  }
}

@media (min-width: 1600px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.suzuki,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.suzuki {
    min-height: 700px;
  }
}

@media (min-width: 768px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 450px;
  }
}

@media (min-width: 1000px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 600px;
  }
}

@media (min-width: 1368px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 650px;
  }
}

@media (min-width: 1440px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 600px;
  }
}

@media (min-width: 1500px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 650px;
  }
}

@media (min-width: 1600px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 800px;
  }
}

@media (min-width: 1900px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.mazda {
    min-height: 850px;
  }
}

@media (min-width: 768px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.renault,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.renault {
    min-height: 450px;
  }
}

@media (min-width: 1200px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.renault,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.renault {
    min-height: 500px;
  }
}

@media (min-width: 1368px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new.renault,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new.renault {
    min-height: 600px;
  }
}

section.cont-featured .main-image .cont-header-image #main-banner-auto-new .img_model_desktop .img-header-desktop,
div.cont-featured .main-image .cont-header-image #main-banner-auto-new .img_model_desktop .img-header-desktop {
  position: absolute;
  top: 200px;
}

@media (min-width: 768px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new .img_model_desktop .img-header-desktop,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new .img_model_desktop .img-header-desktop {
    top: 130px;
  }
}

@media (min-width: 1440px) {
  section.cont-featured .main-image .cont-header-image #main-banner-auto-new .img_model_desktop .img-header-desktop,
  div.cont-featured .main-image .cont-header-image #main-banner-auto-new .img_model_desktop .img-header-desktop {
    top: 200px;
  }
}

section.cont-featured .main-image #cotiza-form,
div.cont-featured .main-image #cotiza-form {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

@media only screen and (min-width: 581px) {
  section.cont-featured .main-image #cotiza-form .gray-section,
  div.cont-featured .main-image #cotiza-form .gray-section {
    margin-right: -15px;
    position: relative;
  }
}

section.cont-featured .section-title h3,
div.cont-featured .section-title h3 {
  margin-top: 30px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section.cont-featured .prices-list .main-features .container,
  div.cont-featured .prices-list .main-features .container {
    padding: 15px 0 5px 15px;
    width: 95%;
    max-width: 95%;
  }
  section.cont-featured .prices-list .main-features .container .item-feature,
  div.cont-featured .prices-list .main-features .container .item-feature {
    width: 33% !important;
    flex: 0 0 33% !important;
  }
  section.cont-featured .prices-list .main-features .container .item-feature:nth-child(2),
  div.cont-featured .prices-list .main-features .container .item-feature:nth-child(2) {
    padding-right: 0;
  }
}

section.cont-featured .prices-list .item-card--precio-alt,
div.cont-featured .prices-list .item-card--precio-alt {
  padding: 20px 15px 5px;
  color: #333;
}

section.cont-featured .prices-list .item-card--precio-alt .row,
div.cont-featured .prices-list .item-card--precio-alt .row {
  margin-bottom: 5px;
}

section.cont-featured .prices-list .item-feature,
div.cont-featured .prices-list .item-feature {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  color: #333;
}

section.cont-featured .prices-list .item-feature .row,
div.cont-featured .prices-list .item-feature .row {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  section.cont-featured .prices-list .item-feature,
  div.cont-featured .prices-list .item-feature {
    margin: 0 15px;
  }
  section.cont-featured .prices-list .item-feature.single-feature,
  div.cont-featured .prices-list .item-feature.single-feature {
    margin: 0;
    padding: 15px;
  }
  section.cont-featured .prices-list .item-feature:last-child,
  div.cont-featured .prices-list .item-feature:last-child {
    border-bottom: 1px solid #fff !important;
  }
}

@media only screen and (min-width: 769px) {
  section.cont-featured .prices-list .item-feature,
  div.cont-featured .prices-list .item-feature {
    border: none;
    padding: 15px;
  }
  section.cont-featured .prices-list .item-feature.single-feature,
  div.cont-featured .prices-list .item-feature.single-feature {
    border-top: 4px solid #fff;
  }
  section.cont-featured .prices-list .item-feature.single-height .simple-text,
  div.cont-featured .prices-list .item-feature.single-height .simple-text {
    line-height: 250%;
  }
  section.cont-featured .prices-list .item-feature .border-desktop,
  div.cont-featured .prices-list .item-feature .border-desktop {
    border-right: 2px solid #d6d6d6;
    min-height: 45px;
  }
  section.cont-featured .prices-list .item-feature .item-icon,
  div.cont-featured .prices-list .item-feature .item-icon {
    text-align: center;
  }
  section.cont-featured .prices-list .item-feature .item-icon img,
  div.cont-featured .prices-list .item-feature .item-icon img {
    width: 36px;
    margin-top: 2px;
  }
  section.cont-featured .prices-list .item-feature:last-child,
  div.cont-featured .prices-list .item-feature:last-child {
    padding-bottom: 25px !important;
  }
  section.cont-featured .prices-list .item-feature:last-child .item-icon img,
  div.cont-featured .prices-list .item-feature:last-child .item-icon img {
    width: 40px;
  }
}

section.cont-featured .prices-list .item-feature img,
div.cont-featured .prices-list .item-feature img {
  margin-right: 5px;
}

@media (max-width: 480px) {
  section.cont-featured .prices-list .item-feature img,
  div.cont-featured .prices-list .item-feature img {
    margin-bottom: 8px;
  }
}

section.cont-featured .prices-list .item-feature:last-child,
div.cont-featured .prices-list .item-feature:last-child {
  margin-bottom: 0;
}

section.cont-featured .prices-list .item-feature:last-child .border-desktop,
div.cont-featured .prices-list .item-feature:last-child .border-desktop {
  border: 0;
}

@media only screen and (max-width: 768px) {
  section.cont-featured .prices-list .item-feature:last-child,
  div.cont-featured .prices-list .item-feature:last-child {
    border-bottom: 0;
  }
}

section.cont-featured .prices-list .item-feature.double-height img,
div.cont-featured .prices-list .item-feature.double-height img {
  margin-top: 5px;
}

@media only screen and (min-width: 581px) {
  section.cont-featured .prices-list .item-feature.double-height img,
  div.cont-featured .prices-list .item-feature.double-height img {
    margin-top: 2px;
    width: 36px;
  }
}

section.cont-featured .prices-list .item-feature.single-height .simple-text,
div.cont-featured .prices-list .item-feature.single-height .simple-text {
  padding-top: 5px;
}

section.cont-featured .prices-list .item-feature .section-title h3,
div.cont-featured .prices-list .item-feature .section-title h3 {
  margin-top: 10px;
}

section.cont-featured .prices-list .item-feature .section-title h3 span.bold,
div.cont-featured .prices-list .item-feature .section-title h3 span.bold {
  margin-left: 6px;
}

section.cont-featured .prices-list .item-feature .section-title p,
div.cont-featured .prices-list .item-feature .section-title p {
  margin-bottom: 10px;
}

section.cont-featured .prices-list #sticky-features,
div.cont-featured .prices-list #sticky-features {
  display: none;
  margin: 0 auto;
  width: 100%;
  background: #f9f9f9;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 500;
}

@media only screen and (max-width: 768px) {
  section.cont-featured .prices-list #sticky-features .item-auto,
  div.cont-featured .prices-list #sticky-features .item-auto {
    line-height: 100%;
  }
}

@media only screen and (max-width: 350px) {
  section.cont-featured .prices-list #sticky-features .item-feature,
  div.cont-featured .prices-list #sticky-features .item-feature {
    padding: 10px 0 !important;
  }
}

section.cont-featured .prices-list #sticky-features .submit-form-quotation,
div.cont-featured .prices-list #sticky-features .submit-form-quotation {
  font-size: 14px;
}

section.cont-featured #featured-list .featured-images.main-section-back,
div.cont-featured #featured-list .featured-images.main-section-back {
  padding-bottom: 0;
}

@media only screen and (min-width: 581px) {
  section.cont-featured #featured-list .featured-images.main-section-back,
  div.cont-featured #featured-list .featured-images.main-section-back {
    padding-bottom: 30px;
    background: transparent;
  }
}

section.cont-featured #featured-list .featured-images .section-title,
div.cont-featured #featured-list .featured-images .section-title {
  margin-top: -30px;
}

section.cont-featured #featured-list .featured-images .item-image,
div.cont-featured #featured-list .featured-images .item-image {
  display: block;
  position: relative;
  border-bottom: 3px solid #CF2137;
  padding: 0;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  section.cont-featured #featured-list .featured-images .item-image,
  div.cont-featured #featured-list .featured-images .item-image {
    width: 50%;
  }
}

@media only screen and (min-width: 769px) {
  section.cont-featured #featured-list .featured-images .item-image,
  div.cont-featured #featured-list .featured-images .item-image {
    border-right: 3px solid #CF2137;
    border-bottom: 0;
    max-height: 170px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 580px) {
  section.cont-featured #featured-list .featured-images .item-image,
  div.cont-featured #featured-list .featured-images .item-image {
    max-height: 170px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

section.cont-featured #featured-list .featured-images .item-image h5,
div.cont-featured #featured-list .featured-images .item-image h5 {
  display: block;
  max-width: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-family: "Lato-Regular";
  color: #fff;
  left: 15px;
  bottom: 10px;
  z-index: 10;
}

section.cont-featured #featured-list .featured-images .item-image img,
div.cont-featured #featured-list .featured-images .item-image img {
  width: 100%;
}

section.cont-featured #featured-list .featured-images .item-image .gradient-img,
div.cont-featured #featured-list .featured-images .item-image .gradient-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 144px;
  background: url("../../img/gradient-fotosficha.png") repeat-x left bottom;
  z-index: 5;
}

section.cont-featured #featured-list .featured-images .item-image:last-child,
div.cont-featured #featured-list .featured-images .item-image:last-child {
  border-bottom: 0;
  border-right: 0;
}

@media (min-width: 480px) and (max-width: 767px) {
  section.cont-featured #featured-list .featured-images .item-image:last-child,
  div.cont-featured #featured-list .featured-images .item-image:last-child {
    border-bottom: 3px solid #CF2137;
  }
}

section.cont-featured #colors,
div.cont-featured #colors {
  margin-left: -15px;
  margin-right: -15px;
}

section.cont-featured #colors .colors-list .slick-slide > div:first-child,
div.cont-featured #colors .colors-list .slick-slide > div:first-child {
  margin: 0 5px 15px;
}

section.cont-featured #colors .colors-list .slick-slide > div.row:first-child,
div.cont-featured #colors .colors-list .slick-slide > div.row:first-child {
  margin-right: -15px;
  margin-left: -15px;
}

section.cont-featured #colors .colors-list .card,
div.cont-featured #colors .colors-list .card {
  margin: 0 !important;
  border-radius: 6px;
  border: none;
  padding: 0;
  background: transparent;
}

section.cont-featured #colors .colors-list .slider-image,
div.cont-featured #colors .colors-list .slider-image {
  position: absolute;
  padding: 30px 0 20px;
  text-align: center;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  section.cont-featured #colors .colors-list .slider-image,
  div.cont-featured #colors .colors-list .slider-image {
    padding-top: 10px;
  }
}

section.cont-featured #colors .colors-list .slider-image img,
div.cont-featured #colors .colors-list .slider-image img {
  margin: 0 auto;
  border-radius: 6px;
  max-width: 90%;
}

section.cont-featured .features-gallery #gal-content .exterior-item,
div.cont-featured .features-gallery #gal-content .exterior-item {
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

section.cont-featured .features-gallery #gal-content .exterior-item img,
div.cont-featured .features-gallery #gal-content .exterior-item img {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  section.cont-featured .features-gallery #gal-content .exterior-item img,
  div.cont-featured .features-gallery #gal-content .exterior-item img {
    min-height: 500px;
  }
}

section.cont-featured .features-gallery #gal-content .exterior-images .slick-slide,
section.cont-featured .features-gallery #gal-content .interior-images .slick-slide,
div.cont-featured .features-gallery #gal-content .exterior-images .slick-slide,
div.cont-featured .features-gallery #gal-content .interior-images .slick-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.cont-featured .features-gallery #gal-content .exterior-images .slick-slide.slick-current,
section.cont-featured .features-gallery #gal-content .interior-images .slick-slide.slick-current,
div.cont-featured .features-gallery #gal-content .exterior-images .slick-slide.slick-current,
div.cont-featured .features-gallery #gal-content .interior-images .slick-slide.slick-current {
  width: 100%;
}

section.cont-featured .features-gallery #gal-content .exterior-images .slick-slide > div:first-child,
section.cont-featured .features-gallery #gal-content .interior-images .slick-slide > div:first-child,
div.cont-featured .features-gallery #gal-content .exterior-images .slick-slide > div:first-child,
div.cont-featured .features-gallery #gal-content .interior-images .slick-slide > div:first-child {
  width: 100%;
}

section.cont-featured .features-gallery #gal-content .exterior-thumbs,
section.cont-featured .features-gallery #gal-content .interior-thumbs,
div.cont-featured .features-gallery #gal-content .exterior-thumbs,
div.cont-featured .features-gallery #gal-content .interior-thumbs {
  margin-top: -45px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  section.cont-featured .features-gallery #gal-content .exterior-thumbs,
  section.cont-featured .features-gallery #gal-content .interior-thumbs,
  div.cont-featured .features-gallery #gal-content .exterior-thumbs,
  div.cont-featured .features-gallery #gal-content .interior-thumbs {
    margin-top: -22px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  section.cont-featured .features-gallery #gal-content .exterior-thumbs,
  section.cont-featured .features-gallery #gal-content .interior-thumbs,
  div.cont-featured .features-gallery #gal-content .exterior-thumbs,
  div.cont-featured .features-gallery #gal-content .interior-thumbs {
    margin-top: -34px;
  }
}

section.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image,
section.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image,
div.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image,
div.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image {
  padding: 0 8px;
}

section.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image img,
section.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image img,
div.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image img,
div.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image img {
  border-radius: 8px;
  border: 3px solid transparent;
  min-height: 78px;
  max-height: 78px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image img,
  section.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image img,
  div.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image img,
  div.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image img {
    min-height: auto;
    max-height: auto;
  }
}

@media only screen and (min-width: 1025px) {
  section.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image:hover img,
  section.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image:hover img,
  div.cont-featured .features-gallery #gal-content .exterior-thumbs .exterior-image:hover img,
  div.cont-featured .features-gallery #gal-content .interior-thumbs .exterior-image:hover img {
    border: 3px solid #ececec;
  }
}

section.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide,
section.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide,
div.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide,
div.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide {
  width: 100%;
}

section.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide.slick-current .exterior-image img,
section.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide.slick-current .exterior-image img,
div.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide.slick-current .exterior-image img,
div.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide.slick-current .exterior-image img {
  border: 3px solid #CF2137 !important;
}

section.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide.slick-current .exterior-image:hover img,
section.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide.slick-current .exterior-image:hover img,
div.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide.slick-current .exterior-image:hover img,
div.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide.slick-current .exterior-image:hover img {
  border: 3px solid #CF2137 !important;
}

section.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide:not(.slick-current) img,
section.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide:not(.slick-current) img,
div.cont-featured .features-gallery #gal-content .exterior-thumbs .slick-slide:not(.slick-current) img,
div.cont-featured .features-gallery #gal-content .interior-thumbs .slick-slide:not(.slick-current) img {
  filter: grayscale(100%);
}

.back-white {
  border-top: none;
  background: #fff;
}

.grey-underline {
  border-bottom: 1px solid grey;
}

#page-auto {
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  #page-auto .no_padding {
    padding-left: 0;
    padding-right: 0;
  }
}

#page-auto #sticky-features .btn--red {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

#page-auto #sticky-features .btn--red:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

#page-auto .extra-margin--10bottom .btn--red {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

#page-auto .extra-margin--10bottom .btn--red:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

#page-auto #cotiza-form .content_brand,
#page-auto .flex-fill .content_brand {
  display: flex;
  width: 100%;
}

#page-auto #cotiza-form .content_brand .titulo--marca,
#page-auto .flex-fill .content_brand .titulo--marca {
  width: 102px;
}

#page-auto #cotiza-form .content_brand .titulo--modelo,
#page-auto .flex-fill .content_brand .titulo--modelo {
  width: 118px;
}

#page-auto #cotiza-form .content_brand .titulo--modelo .modelo--titulo,
#page-auto .flex-fill .content_brand .titulo--modelo .modelo--titulo {
  color: #393939;
  font-size: 24px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.4px;
  line-height: 24px;
}

#page-auto #cotiza-form .content_brand .titulo--modelo .modelo--caracteristica,
#page-auto .flex-fill .content_brand .titulo--modelo .modelo--caracteristica {
  color: #7C7C7C;
  font-size: 14px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.39px;
  line-height: 14px;
}

#page-auto #cotiza-form .list-price,
#page-auto .flex-fill .list-price {
  margin-top: 10px;
}

#page-auto #cotiza-form .list-price .text-price,
#page-auto .flex-fill .list-price .text-price {
  font-family: 'Lato-Regular';
  color: #7A7A7A;
  font-size: 16px;
  letter-spacing: -0.71px;
  line-height: 18px;
}

#page-auto #cotiza-form .list-price .text-price .price-normal,
#page-auto .flex-fill .list-price .text-price .price-normal {
  text-decoration: line-through;
}

#page-auto #cotiza-form .list-price .main-price,
#page-auto .flex-fill .list-price .main-price {
  color: #393939;
  font-family: 'Lato-Bold';
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -0.49px;
  line-height: 35px;
}

#page-auto #cotiza-form .bonus-price,
#page-auto .flex-fill .bonus-price {
  padding-top: 9.69px;
}

#page-auto #cotiza-form .bonus-price .desc-title,
#page-auto .flex-fill .bonus-price .desc-title {
  width: 62px;
  height: 23px;
  background: #000000;
  border-radius: 8px;
}

#page-auto #cotiza-form .bonus-price .desc-title span,
#page-auto .flex-fill .bonus-price .desc-title span {
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

#page-auto #cotiza-form .bonus-price .bonus,
#page-auto .flex-fill .bonus-price .bonus {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  font-family: 'Lato-Italic';
}

#page-auto #cotiza-form .bonus-price .bonus span,
#page-auto .flex-fill .bonus-price .bonus span {
  font-family: 'Lato-BoldItalic';
}

#page-auto #cotiza-form .text_term,
#page-auto .flex-fill .text_term {
  padding-top: 26px;
}

#page-auto #cotiza-form .text_term p,
#page-auto .flex-fill .text_term p {
  color: #5A5A5A;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0;
}

#page-auto #cotiza-form .section-form .form-group,
#page-auto .flex-fill .section-form .form-group {
  margin-bottom: 15px;
}

#page-auto #cotiza-form .section-form .form-group .title,
#page-auto .flex-fill .section-form .form-group .title {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

#page-auto #cotiza-form .section-form .form-group input::-webkit-input-placeholder,
#page-auto .flex-fill .section-form .form-group input::-webkit-input-placeholder {
  font-family: 'Lato-Regular';
  font-size: 16px;
  font-style: normal;
}

#page-auto #cotiza-form .gray-section-form,
#page-auto .flex-fill .gray-section-form {
  border-radius: 22px;
  background-color: #FFFFFF;
}

#page-auto #cotiza-form .gray-section-form .header-form h1,
#page-auto .flex-fill .gray-section-form .header-form h1 {
  color: black;
}

#page-auto #cotiza-form .gray-section-form.quotation_form,
#page-auto .flex-fill .gray-section-form.quotation_form {
  padding: 51px;
}

#page-auto #cotiza-form .gray-section-form.quotation_form .info_percentage,
#page-auto .flex-fill .gray-section-form.quotation_form .info_percentage {
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: auto;
}

#page-auto #cotiza-form .gray-section-form.quotation_form .days-0-km,
#page-auto .flex-fill .gray-section-form.quotation_form .days-0-km {
  color: #CF2137 !important;
}

#page-auto #cotiza-form .gray-section-form.quotation_form .days-0-km span,
#page-auto .flex-fill .gray-section-form.quotation_form .days-0-km span {
  color: #CF2137 !important;
}

#page-auto #cotiza-form .btn--red,
#page-auto .flex-fill .btn--red {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

#page-auto #cotiza-form .btn--red:hover,
#page-auto .flex-fill .btn--red:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

#page-auto #cotiza-form .btn--red:hover,
#page-auto .flex-fill .btn--red:hover {
  color: white;
}

#page-auto #cotiza-form .title_model,
#page-auto .flex-fill .title_model {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 24px;
}

#page-auto .header_specs {
  padding-top: 33px;
}

#page-auto .header_specs .item-spec {
  padding: 0;
  text-align: center;
}

#page-auto .header_specs .item-spec .title-spec span {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}

#page-auto .header_specs .item-spec .title-spec p {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

#page-auto .desc_model {
  padding-top: 48px;
}

#page-auto .desc_model .section-text {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 20px;
}

#page-auto .desc_model h3 {
  color: #000000;
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 26px;
  font-family: 'Lato-Bold';
}

#page-auto .desc_model p {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 20px;
}

#page-auto .list_items_model {
  padding-top: 60px;
}

@media (max-width: 768px) {
  #page-auto .list_items_model {
    padding-top: 10px;
  }
}

#page-auto .list_items_model .content_model_list {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 768px) {
  #page-auto .list_items_model .content_model_list {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  #page-auto .list_items_model .content_model_list {
    margin: 0;
  }
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery {
  padding: 0 80px;
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery .title_gallery h2 {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery .nav-tabs {
  padding-top: 10px;
  border: none !important;
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery .nav-tabs li {
  border-bottom: 1px solid #5E5C5C;
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery .nav-tabs li a {
  border: none;
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery .nav-tabs li a span {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  font-family: 'Lato-Light';
  color: #5E5C5C;
  padding: 5px 40px;
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery .nav-tabs li a.nav-link.active {
  border-radius: none;
  border: none;
  border-bottom: 2px solid #5E5C5C;
  color: #5E5C5C;
}

#page-auto .list_items_model .content_model_list #gallery-desktop .section_gallery .nav-tabs li a.nav-link.active span {
  font-family: 'Lato-Bold';
}

#page-auto .list_items_model .content_model_list #interior .section-title h3,
#page-auto .list_items_model .content_model_list #exterior .section-title h3,
#page-auto .list_items_model .content_model_list .gallery_mobile .section-title h3 {
  text-align: center;
  font-size: 28px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #technical-data .section-title h3 {
  color: #000000;
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
  font-family: 'Lato-Bold';
}

#page-auto .list_items_model .content_model_list #technical-data .btn--red {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #technical-data .btn--red:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

#page-auto .list_items_model .content_model_list #technical-data .accordion .card {
  border-left: 1px solid #A5A2A2;
  border-right: 1px solid #A5A2A2;
  border-top: 1px solid #A5A2A2;
}

#page-auto .list_items_model .content_model_list #technical-data .accordion .card .card-header {
  border-bottom: 1px solid #A5A2A2;
}

#page-auto .list_items_model .content_model_list #technical-data .accordion .card .card-header .btn-link {
  padding: 15px 45px;
  font-family: 'Lato-Bold';
  font-size: 18px;
  color: black;
}

#page-auto .list_items_model .content_model_list #technical-data .accordion .card .card-header .btn-link[aria-expanded='true'] {
  color: #CF2137;
}

#page-auto .list_items_model .content_model_list #technical-data .accordion .card .card-body {
  padding: 15px 45px;
}

#page-auto .list_items_model .content_model_list #technical-data .accordion .card .card-body ul {
  margin-bottom: 0;
}

#page-auto .list_items_model .content_model_list #technical-data .accordion .card .card-body ul li {
  font-size: 14px;
  color: #000;
}

#page-auto .list_items_model .content_model_list #technical-data .section_specs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  #page-auto .list_items_model .content_model_list #technical-data .section_specs {
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 580px) {
  #page-auto .list_items_model .content_model_list #technical-data .section_specs {
    justify-content: center;
  }
}

#page-auto .list_items_model .content_model_list #technical-data .section_specs .item-spec {
  text-align: center;
  height: 140px;
}

#page-auto .list_items_model .content_model_list #technical-data .section_specs .item-spec .img-spec {
  padding-bottom: 15px;
}

#page-auto .list_items_model .content_model_list #technical-data .section_specs .item-spec .title-spec p {
  color: #434242;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 11px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #technical-data .section_specs .item-spec .title-spec span {
  color: #4A4A4A;
  font-size: 28px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.28px;
  line-height: 33px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #technical-data .section_specs .item-spec .title-spec span.subtitle {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 16px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #colors {
  margin: 0;
  padding-bottom: 60px;
}

#page-auto .list_items_model .content_model_list #colors .section-title h3 {
  color: #000000;
  font-size: 28px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #colors .colors-list .line_background_color {
  position: absolute;
  width: 100%;
}

#page-auto .list_items_model .content_model_list #colors .colors-list .line_background_color .img_slick {
  position: relative;
}

#page-auto .list_items_model .content_model_list #colors .colors-list .line_background_color .img_slick img {
  margin: 0 auto;
  border-radius: 6px;
  max-width: 795px;
  height: auto;
}

@media (max-width: 768px) {
  #page-auto .list_items_model .content_model_list #colors .colors-list .line_background_color .img_slick img {
    max-width: 100%;
    width: 100%;
  }
}

#page-auto .list_items_model .content_model_list #colors .colors-list .image-thumbs {
  padding-top: 30px;
  display: flex;
  width: 100% !important;
  align-content: space-between !important;
  justify-content: center !important;
  /* @media(max-width: 768px){
              display: block;
            } */
}

#page-auto .list_items_model .content_model_list #colors .colors-list .image-thumbs .thumb {
  height: 43px;
  width: 43px;
  border: 1px solid #979797;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  cursor: pointer;
}

#page-auto .list_items_model .content_model_list #colors .colors-list .image-thumbs .slick-slide .thumb .cont-icon {
  display: none;
}

#page-auto .list_items_model .content_model_list #colors .colors-list .image-thumbs .slick-slide.slick-current .thumb .cont-icon {
  display: block;
  font-size: 18px;
  width: 43px;
  font-family: 'Lato-Bold';
  transform: scaleX(-1) rotate(-35deg);
  margin-bottom: 0;
}

#page-auto .list_items_model .content_model_list #featured-vehicles {
  padding-bottom: 20px;
}

#page-auto .list_items_model .content_model_list #featured-vehicles h3 {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
}

#page-auto .list_items_model .content_model_list #branches {
  margin-bottom: 0 !important;
}

@media (max-width: 580px) {
  #page-auto .list_items_model .content_model_list #branches {
    margin: 0;
    position: relative;
    top: 0;
  }
}

#page-auto .list_items_model .content_model_list #branches .section-title h3 {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
}

#close-search {
  font-size: 14px;
}

.overlay-content .ces-step-back, .overlay-content .ces-step-search {
  font-size: 14px;
  color: #fff !important;
}

.overlay-content .ces-step-back img, .overlay-content .ces-step-search img {
  margin-top: -1px;
  margin-right: 2px;
}

.overlay-content .ces-step-back .t14, .overlay-content .ces-step-search .t14 {
  line-height: 170%;
}

.overlay-content .ces-step-back:hover, .overlay-content .ces-step-back:selected, .overlay-content .ces-step-back:focus, .overlay-content .ces-step-back:visited, .overlay-content .ces-step-search:hover, .overlay-content .ces-step-search:selected, .overlay-content .ces-step-search:focus, .overlay-content .ces-step-search:visited {
  color: #fff !important;
}

.overlay-content .step-border img {
  max-height: 58px;
}

.overlay-content form {
  width: 100%;
}

.overlay-content form .main-search-title {
  border-bottom: 1px solid #A40619;
}

.overlay-content form .main-search-title strong:not(.ignore) {
  margin-bottom: 8px;
  display: block;
}

.main-search h4 {
  margin-bottom: 20px;
}

.scroll-select-container {
  height: 100%;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.scroll-select-container ul {
  padding: 60px 0;
}

.scroll-select-container .scroll-select {
  margin: 0px;
}

.scroll-select-container .scroll-select li {
  -webkit-user-select: none;
  user-select: none;
  padding: 0px;
  list-style: none;
  text-align: center;
  padding: 0 5px;
}

.scroll-select-container .scroll-select-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.6));
  border-bottom: 1px solid #E4E1E1;
}

.scroll-select-container .scroll-select-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0.6));
  border-top: 1px solid #E4E1E1;
}

#search-filter {
  width: 100%;
}

#search-filter .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #A40619;
  border-radius: 0;
  color: #fff;
}

#search-filter .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

#search-filter .card .card-header h5 {
  font-size: 20px;
}

#search-filter .card .card-header h5 button {
  padding: 10px 0px 5px;
  font-size: 20px;
  font-family: "Lato-Regular";
  color: #fff;
}

#search-filter .card .card-header h5 button:hover {
  background: transparent;
  text-decoration: none;
}

#search-filter .card .card-header h6 {
  padding: 0;
}

#search-filter .card .card-body {
  padding: 1.25em 0;
}

#search-filter .card.active {
  background: #de2539;
}

#range .noUi-origin .noUi-handle-upper {
  right: -2px;
}

/* The Overlay (background) */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay .overlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding: 25px 15px;
}

.overlay .overlay-content a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.overlay .overlay-content a.closebtn-search i:hover {
  color: #fff;
}

.overlay .overlay-content nav.mobile-nav {
  margin-bottom: 25px;
  text-align: left;
  margin-top: 15px;
}

.overlay .overlay-content nav.mobile-nav li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.overlay .overlay-content nav.mobile-nav li.menu-item-has-children {
  border: none;
}

.overlay .overlay-content nav.mobile-nav li a {
  width: 100%;
  padding: 15px 0px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato-Regular";
}

.overlay .overlay-content nav.mobile-nav li a img {
  float: right;
  margin-top: 8px;
}

.overlay .overlay-content nav.mobile-nav li .sub-menu {
  padding-left: 10px;
  margin-bottom: 0;
}

.overlay .overlay-content nav.mobile-nav li .sub-menu li:last-child {
  border: none;
}

.overlay .overlay-content .mobile-search {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  padding: 0 0px 20px;
  border-bottom: 1px solid #A40619;
}

.overlay .overlay-content .mobile-search h3 {
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}

.overlay .overlay-content .mobile-search .closebtn-menu {
  font-size: 20px;
  color: #fff;
}

.overlay .overlay-content .mobile-search form {
  position: relative;
}

.overlay .overlay-content .mobile-search form img.absolute-image {
  right: 12px;
  top: 12px;
}

.overlay .overlay-content .mobile-search input[type="search"] {
  padding: 10px 15px;
  background: #A40619;
  font-size: 18px;
  border-radius: 6px;
  border: none !important;
  font-family: "Lato-Light";
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.overlay .overlay-content .mobile-search input[type="search"].main-search-input {
  color: #E4E1E1;
}

.overlay .overlay-content .overlay-buttons {
  padding: 0 15px;
}

.overlay .overlay-content .overlay-buttons a.btn--white {
  border: 2px solid #CF2137;
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #CF2137;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.overlay .overlay-content .overlay-buttons a.btn--white:hover {
  background-color: #CF2137;
  color: white;
}

.overlay .overlay-icons {
  margin-bottom: 30px;
}

.overlay .overlay-icons .rounded-circle {
  border: 1px solid #fff;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#page-receipt-new {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  margin-top: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 768px) {
  #page-receipt-new {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  #page-receipt-new {
    margin: 0;
  }
}

@media (max-width: 768px) {
  #page-receipt-new {
    margin-top: 60px;
  }
}

#page-receipt-new .image_header {
  padding-bottom: 40px;
}

#page-receipt-new .content_title {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}

#page-receipt-new .content_title .cont-receipt-icon {
  text-align: right;
}

#page-receipt-new .content_title .cont-receipt-data h2 {
  font-size: 30px;
  font-family: 'Lato-Regular';
}

#page-receipt-new .content_title .cont-receipt-data h2 span {
  font-family: 'Lato-Bold';
}

#page-receipt-new .content_title .cont-receipt-data p {
  font-family: 'Lato-Light';
  font-size: 20px;
  color: black;
}

#page-receipt-new .content_title .cont-receipt-data p span {
  font-family: 'Lato-Bold';
}

#page-receipt-new .content_vehicle {
  padding: 25px 0;
  border-bottom: 1px solid black;
}

#page-receipt-new .content_vehicle .name_model {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

#page-receipt-new .content_vehicle .name_model .name_brand h3 {
  color: #393939;
  font-family: 'Lato-Bold';
  font-size: 33px;
  letter-spacing: -0.49px;
  line-height: 35px;
}

#page-receipt-new .content_vehicle .name_model .names {
  border-left: 1px solid black;
  padding-left: 15px;
}

#page-receipt-new .content_vehicle .name_model .names h2 {
  font-size: 22px;
  font-family: 'Lato-Bold';
}

#page-receipt-new .content_vehicle .name_model .names h4 {
  font-size: 16px;
  font-family: 'Lato-Light';
}

#page-receipt-new .content_vehicle .prices .item-card--precio .main-price h3 {
  font-size: 28px;
}

#page-receipt-new .content_vehicle .prices .item-card--precio .offer-price {
  padding-bottom: 10px;
}

#page-receipt-new .content_vehicle .prices .item-card--precio .offer-price h3 {
  font-size: 28px;
  margin: 0;
}

#page-receipt-new .content_vehicle .prices .item-card--precio .offer-price span {
  color: #000;
  font-size: 28px;
  font-family: 'Lato-Bold';
}

#page-receipt-new .content_vehicle .prices .item-card--precio .contado-price h3 {
  font-size: 20px;
  margin: 0;
}

#page-receipt-new .content_vehicle .prices .item-card--precio .contado-price span {
  color: #000;
  font-size: 20px;
  font-family: 'Lato-Bold';
}

#page-receipt-new .content_vehicle .prices .item-card--precio .price_normal {
  text-decoration: line-through;
}

#page-receipt-new .content_address {
  padding: 25px 0;
  color: black;
}

@media (max-width: 768px) {
  #page-receipt-new .content_address {
    padding: 25px 25px;
  }
}

#page-receipt-new .content_address a {
  color: black;
  text-decoration: underline;
  font-family: 'Lato-Bold';
}

#page-receipt-new .content_address ul {
  list-style-type: none;
}

#page-receipt-new .content_address li {
  color: black;
}

#page-receipt-new .content_address .medium {
  color: black;
  font-family: 'Lato-Regular';
}

#page-receipt-new .content_address .item-branch-map iframe {
  width: 100%;
}

#page-receipt-new .content_address .item-branch-buttons .btn--smallOutline {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

#page-receipt-new .content_address .item-branch-buttons .btn--smallOutline:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

#page-receipt-new .content_footer .btn--white {
  border: 2px solid #CF2137;
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #CF2137;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

#page-receipt-new .content_footer .btn--white:hover {
  background-color: #CF2137;
  color: white;
}

.page-template-modular_template section section {
  padding: 2em 0;
}

@media (max-width: 600px) {
  .page-template-modular_template section section {
    padding: 2em 10px;
  }
}

.page-template-modular_template strong {
  font-family: bold;
}

.page-template-modular_template ol,
.page-template-modular_template ul {
  font-size: 14px;
  line-height: 26px;
  margin-left: 20px;
}

.page-template-modular_template blockquote {
  font-size: 14px;
  line-height: 26px;
  border-left: 2px solid #717171;
  padding-left: 25px;
}

.page-template-modular_template section.pages-section {
  padding-top: 0;
}

.page-template-modular_template section.pages-section h1 {
  padding-top: 2rem;
  font-weight: 700;
}

h1 {
  color: #717171;
  margin-bottom: 2rem;
  font-size: 28px;
  color: #1a1a1a;
}

h2 {
  color: #1a1a1a;
  font-size: 28px;
}

.modular-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3rem;
  color: #000;
}

.tabs-module {
  background-color: #fff;
}

.tabs-module .tabs .nav-tabs-container {
  width: 100%;
}

@media (max-width: 600px) {
  .tabs-module .tabs .nav-tabs-container {
    overflow: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 600px) {
  .tabs-module .tabs .nav-tabs-container .nav-tabs {
    width: max-content;
  }
}

.tabs-module .tabs .nav-tabs-container .nav-tabs li.nav-item .nav-link {
  color: #000;
  position: relative;
  padding: 15px 5px;
  margin: 0 20px 0 0;
  display: inline-block;
  opacity: .5;
  font-weight: 700;
  font-size: 14px;
  transition: .5s ease;
}

.tabs-module .tabs .nav-tabs-container .nav-tabs li.nav-item .nav-link:hover {
  opacity: 1;
  border: 0;
}

.tabs-module .tabs .nav-tabs-container .nav-tabs li.nav-item .nav-link.active {
  background: 0 0;
  color: #000;
  opacity: 1;
  border: 0;
}

.tabs-module .tabs .nav-tabs-container .nav-tabs li.nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  transition: .2s ease;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #e40520;
  opacity: .8;
}

.tabs-module .tabs .tab-content {
  margin-top: 25px;
}

.tabs-module .tabs .tab-content .section__img img {
  margin: 0 auto;
  width: 100%;
}

.tabs-module .tabs .tab-content .section__content {
  font-size: 14px;
  line-height: 26px;
}

.tabs-module .tabs .tab-content .section__description {
  font-size: 14px;
  line-height: 26px;
}

.tabs-module .tabs .tab-content .section__button a {
  color: #fff;
  text-decoration: none;
  background-color: #e40520;
  display: inline-block;
  font-weight: 700;
  padding: 10px 25px;
  transition: .5s;
  border: 1px solid #e40520;
}

.tabs-module .tabs .tab-content .section__button a:hover {
  background: #A40619;
}

.content-module .content-image {
  width: 100%;
}

.content-module .section__description {
  font-size: 14px;
  line-height: 26px;
}

.content-module .section__features .section__feature .section__feature__icon {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  line-height: 40px;
  border: 2px solid #e2e2e2;
  margin-right: 15px;
  margin-bottom: 15px;
}

.content-module .section__features .section__feature .section__feature__icon img {
  max-width: 20px;
}

.content-module .section__features .section__feature .section__feature__title {
  vertical-align: middle;
  font-weight: 400;
  min-width: 150px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 26px;
}

.advantages-module {
  background: #f4f4f4;
}

.advantages-module .section__content {
  margin-bottom: 15px;
}

.advantages-module .section__content .section__description {
  font-size: 14px;
  line-height: 26px;
}

.advantages-module .article--advantage {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  margin-bottom: 18px;
  min-height: 300px;
}

.advantages-module .article--advantage .article__icon img {
  max-width: 64px;
  margin-bottom: 10px;
}

.advantages-module .article--advantage .article__title {
  color: #000;
  font-size: 1.75rem;
  line-height: 26px;
}

.advantages-module .article--advantage .article__description {
  font-size: 14px;
  line-height: 26px;
}

.advantages-module .article--advantage .article__button a {
  color: #fff;
  text-decoration: none;
  background-color: #e40520;
  display: inline-block;
  font-weight: 700;
  padding: 10px 25px;
  transition: .5s;
  border: 1px solid #e40520;
}

.advantages-module .article--advantage .article__button a:hover {
  background: #A40619;
}

.banners-module {
  background-color: #ececec;
  padding: 35px 0 45px;
}

.banners-module .container {
  cursor: default;
}

.banners-module .container .article--product {
  position: relative;
  overflow: hidden;
  background: #000;
  width: 100%;
  min-height: 400px;
  text-align: left;
  color: #fff;
  margin-bottom: 24px !important;
}

.banners-module .container .article--product:hover .article__bg {
  opacity: .6;
}

.banners-module .container .article--product .article__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .4;
  transition: .5s;
  width: 100%;
}

.banners-module .container .article--product .article__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.banners-module .container .article--product .article__content {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  padding: 25px;
  max-width: 100%;
}

.banners-module .container .article--product .article__content .article__title {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.banners-module .container .article--product .article__content .article__price {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: 0 0 15px #000;
}

.banners-module .container .article--product .article__content .article__description {
  font-family: book;
  font-size: 14px;
  margin-bottom: 0;
  opacity: .7;
}

.faq-module .faq h2.section__title {
  margin: 25px 0;
}

.faq-module .faq .faq__item {
  margin-bottom: 1px;
}

.faq-module .faq .faq__item:last-child {
  margin-bottom: 25px;
}

.faq-module .faq .faq__answer .section__content .section__description {
  font-size: 14px;
  line-height: 26px;
}

article.article--advantage .article__icon {
  opacity: .5;
}

section .section__title {
  font-weight: 700;
  margin-bottom: 15px;
}

.page-template-prehome #menu-menu-principal {
  display: none;
}

.page-template-prehome #footer {
  display: none;
}

.bgrow {
  margin: 0 !important;
  padding: 0 !important;
  max-height: 80vh;
  display: block;
}

#prehome .link-prehome {
  overflow: hidden;
}

#prehome .link-prehome a .imgDesktop {
  transition: all 0.5s ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.6);
}

#prehome .link-prehome a .imgDesktop:hover {
  filter: brightness(1);
  transform: scale(1.4, 1.4);
}

.sitesInicio--txt {
  font-family: 'suzukiproregularregular', sans-serif;
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.5rem;
  margin: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 35px;
  pointer-events: none;
  font-weight: bold;
}

.footer-card p {
  width: 65%;
  padding-top: 12.69px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  color: #5A5A5A;
}

.footer-card .item-button {
  width: 85%;
  border: 2px solid #CF2137;
  border-radius: 30px;
}

.footer-card .item-button a {
  display: block;
  padding: 13px;
  color: #CF2137;
  font-family: 'Lato-Bold';
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.footer-card .item-button a:hover {
  border-radius: 30px;
  background-color: #CF2137;
  color: white;
}

.footer-card .item-button--model {
  border: 2px solid black;
  margin-bottom: 4px;
  color: black;
  width: 85%;
  border-radius: 30px;
}

.footer-card .item-button--model a {
  display: block;
  padding: 13px;
  color: black;
  font-family: 'Lato-Bold';
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.footer-card .item-button--model a:hover {
  border-radius: 30px;
  background-color: black;
  color: white;
}

.item-button-comp {
  background: transparent;
}

.item-button-comp:hover {
  background: transparent;
}

.logo-card {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 50px;
}

@media only screen and (max-width: 768px) {
  .logo-card {
    position: relative;
  }
}

.title {
  color: black;
  font-weight: bold;
}

.banner {
  background-repeat: no-repeat, repeat;
  background-color: #cccccc;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
  text-decoration: none;
}

.subsidiary.error {
  margin: -12px 0 14px 0 !important;
  padding: 0 0 0 14px !important;
  font-size: 12px;
  color: #E40520;
}

.loader-quotation {
  margin: 0 0 2em;
  height: 100px;
  /*width: 20%;*/
  text-align: center;
  padding: 1em;
  margin: -10px auto 1em;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #e31012;
}

.content_post_slug {
  margin: 71px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content_post_slug .section_main {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  max-width: 1280px !important;
  padding: 67px 54px;
}

@media (max-width: 768px) {
  .content_post_slug .section_main {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .content_post_slug .section_main {
    margin: 0;
  }
}

@media (max-width: 580px) {
  .content_post_slug .section_main {
    padding: 15px;
  }
}

.content_post_slug .section_main .title_new h1 {
  font-size: 46px;
  font-weight: 600;
}

@media (max-width: 580px) {
  .content_post_slug .section_main .title_new h1 {
    font-size: 30px;
  }
}

.content_post_slug .section_main .post_content {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 28px;
}

.content_post_slug .section_main .post_content p {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 28px;
}

.content_post_slug .section_main .section_new h2 {
  font-size: 38px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  line-height: 48px;
}

@media (max-width: 580px) {
  .content_post_slug .section_main .section_new h2 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
}

.content_post_slug .section_main .section_new .post_excerpt {
  font-size: 24px;
  letter-spacing: 0.4px;
  line-height: 34px;
  font-family: 'Lato-Regular';
  color: black;
  border-bottom: 1px solid #CF2137;
  padding-bottom: 35px;
}

@media (max-width: 580px) {
  .content_post_slug .section_main .items_post {
    padding-top: 25px;
  }
}

.content_post_slug .section_main .items_post .title {
  font-size: 38px;
  font-family: 'Lato-Light';
  font-weight: 300;
  letter-spacing: 0.63px;
  line-height: 48px;
  color: #000000;
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 45px;
}

@media (max-width: 580px) {
  .content_post_slug .section_main .items_post .title {
    text-align: center;
  }
}

.content_post_slug .section_main .items_post .title_new {
  padding: 33px 10px;
  border-bottom: 1px solid #9E9E9E;
}

.content_post_slug .section_main .items_post .title_new a {
  color: #000000;
  font-size: 20px;
  font-family: 'Lato-Regular';
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: 28px;
}

.content_post_slug .section_main .items_post .title_new a:hover {
  text-decoration: underline;
  color: #CF2137;
}

.content_post_slug .section_main .items_post .btn_more {
  padding-top: 50px;
}

.content_post_slug .section_main .items_post .btn_more .btn_news {
  width: 50%;
  border: 2px solid #CA0922;
  border-radius: 30px;
  background-color: #FFFFFF;
}

@media (max-width: 580px) {
  .content_post_slug .section_main .items_post .btn_more .btn_news {
    width: 100%;
  }
}

.content_post_slug .section_main .items_post .btn_more a {
  color: #CF2137;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.content_post_slug .section_main .items_post .btn_more a:hover {
  background-color: #CA0922;
  color: white;
}

#section-specs {
  padding-top: 50px;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container {
    position: relative;
  }
}

#section-specs .specs-table-container .specs-table-container-inner .card {
  border-radius: 0;
}

#section-specs .specs-table-container .specs-table-container-inner .card .card-header {
  padding: 0;
  color: #000;
}

#section-specs .specs-table-container .specs-table-container-inner .card .card-header .collapsible-header {
  border-radius: 0;
}

#section-specs .specs-table-container .specs-table-container-inner .card .card-header .collapsible-header:hover {
  color: #000;
  font-weight: bold;
}

#section-specs .specs-table-container .specs-table-container-inner .card-body {
  padding: 0;
}

#section-specs .specs-table-container .collapsible-header {
  background: rgba(153, 153, 153, 0.15);
  display: flex;
  align-items: center;
  padding: 0 61px;
  height: 50px;
  font-family: 'Lato-Regular';
  font-size: 18px;
  line-height: 19px;
  position: relative;
  cursor: pointer;
  border-bottom: #fff 1px solid;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .collapsible-header {
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
    font-size: 17px;
  }
}

#section-specs .specs-table-container .collapsible-header::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 61px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../../../new-ces/img/specs/+.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .collapsible-header::before {
    right: 15px;
  }
}

#section-specs .specs-table-container .collapsible-header[aria-expanded='true'] {
  font-weight: 700;
  background-color: #bbb;
}

#section-specs .specs-table-container .collapsible-header[aria-expanded='true']::before {
  background-image: url("../../../new-ces/img/specs/-.svg");
}

#section-specs .specs-table-container .collapsible-body {
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .collapsible-body {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#section-specs .specs-table-container .custom-table {
  width: 100%;
  display: block;
}

#section-specs .specs-table-container .custom-table-thead,
#section-specs .specs-table-container .custom-table-tbody {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

#section-specs .specs-table-container .custom-table-th {
  display: block;
  text-align: center;
  font-family: 'Lato-Bold';
  font-size: 16px;
  line-height: 19px;
  padding-top: 36px;
  border-bottom: 1px solid #d8d8d8;
  background: #ffffff;
  white-space: normal;
  padding-bottom: 5px;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-th {
    font-size: 10px;
    line-height: 13px;
  }
}

#section-specs .specs-table-container .custom-table-th img {
  height: 68px;
  display: block;
  margin: 0 auto 8px;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-th img {
    height: 53px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

#section-specs .specs-table-container .custom-table-tr {
  display: flex;
}

#section-specs .specs-table-container .custom-table-tr .custom-table-td {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding: 9px 5px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.27px;
  font-family: 'Lato-Regular';
  min-height: 41px;
  white-space: normal;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-tr .custom-table-td {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#section-specs .specs-table-container .custom-table-tr .custom-table-td .icon_check {
  height: 25px;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-tr .custom-table-td .icon_check {
    height: 20px;
  }
}

#section-specs .specs-table-container .custom-table-tr .custom-table-td .icon_wrong {
  height: 25px;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-tr .custom-table-td .icon_wrong {
    height: 20px;
  }
}

#section-specs .specs-table-container .custom-table-tr .custom-table-td:nth-child(even) {
  background: rgba(216, 216, 216, 0.45);
}

#section-specs .specs-table-container .custom-table-tr .custom-table-td:nth-child(odd) {
  background: rgba(216, 216, 216, 0.2);
}

#section-specs .specs-table-container .custom-table-first-column-container .custom-table-tr .custom-table-th {
  width: 380px;
  flex-shrink: 0;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-first-column-container .custom-table-tr .custom-table-th {
    width: 130px;
    min-width: 130px;
    height: 116px !important;
  }
}

#section-specs .specs-table-container .custom-table-first-column-container .custom-table-tr .custom-table-td {
  background: #ffffff;
  width: 380px;
  min-width: 380px;
  padding: 9px 5px 9px 61px;
  font-family: 'Lato-Bold';
  font-size: 16px;
  line-height: 18px;
  white-space: normal;
  color: #000;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-first-column-container .custom-table-tr .custom-table-td {
    width: 130px;
    min-width: 130px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 5px 14px 5px 0;
  }
}

#section-specs .specs-table-container .custom-table-other-columns-container {
  width: 100%;
  overflow: auto;
}

#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr .custom-table-th {
  min-width: 250px;
  width: 250px;
  text-align: center;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr .custom-table-th {
    min-width: 125px;
    width: 125px;
  }
}

#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr .custom-table-td {
  min-width: 250px;
  width: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr .custom-table-td {
    min-width: 125px;
    width: 125px;
  }
}

#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-2-columns .custom-table-th,
#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-2-columns .custom-table-td {
  min-width: auto;
  width: 100%;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-2-columns .custom-table-th,
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-2-columns .custom-table-td {
    min-width: auto;
    width: 100%;
  }
}

#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-3-columns .custom-table-th,
#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-3-columns .custom-table-td {
  min-width: auto;
  width: 50%;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-3-columns .custom-table-th,
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-3-columns .custom-table-td {
    min-width: auto;
    width: 100%;
  }
}

#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-4-columns .custom-table-th,
#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-4-columns .custom-table-td {
  min-width: auto;
  width: 33.33%;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-4-columns .custom-table-th,
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-4-columns .custom-table-td {
    min-width: 125px;
  }
}

#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-5-columns .custom-table-th,
#section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-5-columns .custom-table-td {
  min-width: auto;
  width: 25%;
}

@media (max-width: 580px) {
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-5-columns .custom-table-th,
  #section-specs .specs-table-container .custom-table-other-columns-container .custom-table-tr.row-have-5-columns .custom-table-td {
    min-width: 125px;
  }
}

.single-usado {
  background-color: #F5F5F5;
}

.single-usado .content_mobile_model h1 {
  padding: 30px;
  margin: 0;
  font-size: 28px;
  font-family: 'Lato-Bold';
}

.single-usado .content_mobile_model h1 span {
  font-size: 18px !important;
  font-family: 'Lato-Regular';
}

.single-usado #main-banner-auto-used {
  background-size: cover;
}

@media (min-width: 768px) {
  .single-usado #main-banner-auto-used {
    min-height: 500px;
  }
}

@media (min-width: 1440px) {
  .single-usado #main-banner-auto-used {
    min-height: 600px;
  }
}

@media (min-width: 1600px) {
  .single-usado #main-banner-auto-used {
    min-height: 700px;
  }
}

.single-usado #main-banner-auto-used .img_model_desktop .img-header-desktop {
  position: absolute;
  top: 200px;
}

@media (min-width: 768px) {
  .single-usado #main-banner-auto-used .img_model_desktop .img-header-desktop {
    top: 130px;
  }
}

@media (min-width: 1440px) {
  .single-usado #main-banner-auto-used .img_model_desktop .img-header-desktop {
    top: 200px;
  }
}

.single-usado #cotiza-form {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.single-usado #cotiza-form .gray-section-form {
  color: #000;
  border-radius: 22px;
  background-color: #FFFFFF;
  padding: 50px;
}

.single-usado #cotiza-form .gray-section-form .header-form {
  padding-bottom: 20px;
}

.single-usado #cotiza-form .gray-section-form .header-form h1, .single-usado #cotiza-form .gray-section-form .header-form h2, .single-usado #cotiza-form .gray-section-form .header-form h3 {
  margin: 0;
  padding: 0;
}

.single-usado #cotiza-form .gray-section-form .header-form h1.brand, .single-usado #cotiza-form .gray-section-form .header-form h2.brand, .single-usado #cotiza-form .gray-section-form .header-form h3.brand {
  font-size: 33px;
  font-family: 'Lato-Bold';
}

.single-usado #cotiza-form .gray-section-form .header-form h1.model, .single-usado #cotiza-form .gray-section-form .header-form h2.model, .single-usado #cotiza-form .gray-section-form .header-form h3.model {
  font-size: 24px;
  font-family: 'Lato-Regular';
}

.single-usado #cotiza-form .gray-section-form .header-form h1.version, .single-usado #cotiza-form .gray-section-form .header-form h2.version, .single-usado #cotiza-form .gray-section-form .header-form h3.version {
  font-size: 16px;
  font-family: 'Lato-Light';
}

.single-usado #cotiza-form .gray-section-form .section-form .title {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.single-usado #cotiza-form .gray-section-form .section-form input::-webkit-input-placeholder {
  font-family: 'Lato-Regular';
  font-size: 16px;
  font-style: normal;
}

.single-usado #cotiza-form .gray-section-form .section-form .footer-form .btn-quotation {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.single-usado #cotiza-form .gray-section-form .section-form .footer-form .btn-quotation:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

.single-usado .list_specs {
  padding: 33px 0;
}

@media (max-width: 580px) {
  .single-usado .list_specs {
    padding-top: 0;
  }
}

.single-usado .list_specs .item-spec {
  padding: 0;
  text-align: center;
}

.single-usado .list_specs .item-spec .title-spec span {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}

.single-usado .list_specs .item-spec .title-spec p {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.single-usado .list_specs .section-text {
  padding: 25px 0;
}

.single-usado .content_main {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 768px) {
  .single-usado .content_main {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .single-usado .content_main {
    margin: 0;
  }
}

@media (max-width: 580px) {
  .single-usado .content_main {
    padding: 20px;
  }
}

.single-usado .content_main .btn--red {
  border-radius: 30px;
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  color: white;
  font-size: 18px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.single-usado .content_main .btn--red:hover {
  border: 2px solid #CF2137;
  background: white;
  color: #CF2137 !important;
}

.single-usado .content_main #gallery-desktop .section-title h3, .single-usado .content_main #exterior .section-title h3 {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
}

.single-usado .content_main .specs_address .section-title h3 {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 28px;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
}

.single-usado .content_main .specs_address .list_items {
  font-size: 16px;
  font-family: 'Lato-Regular';
  color: #000;
}

.single-usado .content_main .specs_address .grey-underline, .single-usado .content_main .specs_address .phone_mail {
  color: #000;
}

@media (max-width: 580px) {
  .single-usado .content_main .specs_address .grey-underline, .single-usado .content_main .specs_address .phone_mail {
    border: 0;
  }
}

.single-usado .content_main .specs_address .grey-underline a, .single-usado .content_main .specs_address .phone_mail a {
  color: #000;
  font-family: 'Lato-Bold';
  text-decoration: underline;
}

@media (max-width: 580px) {
  .single-usado .content_main .specs_address .grey-underline a, .single-usado .content_main .specs_address .phone_mail a {
    padding-bottom: 10px;
  }
}

#search-open {
  margin-bottom: 50px;
}

@media (max-width: 580px) {
  #search-open {
    z-index: 0;
    margin-bottom: 0;
    margin-top: 45px;
  }
}

#search-open .title {
  font-family: 'Lato-Regular';
  font-weight: 300;
  font-size: 38px;
  letter-spacing: 0.63px;
  line-height: 26px;
}

@media (max-width: 580px) {
  #search-open .title {
    font-size: 28px;
  }
}

#search-open .overlay-open {
  padding: 90px 0 100px 0;
}

@media (max-width: 580px) {
  #search-open .overlay-open {
    padding: 70px 20px 0 20px;
  }
}

#search-open .section_type .name_type p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

#search-open .range_prices .section-title h4 {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0.63px;
  line-height: 26px;
  padding-bottom: 20px;
}

@media (max-width: 580px) {
  #search-open .range_prices .section-title h4 {
    font-size: 28px;
    padding-bottom: 0;
  }
}

#search-open .range_prices .select_mobile {
  padding-bottom: 58px;
}

#search-open .btn-white-derco {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-family: 'Lato-Bold';
  letter-spacing: -0.25px !important;
  line-height: 22px !important;
  text-align: center;
  font-size: 18px;
}

#search-open .btn-white-derco:hover {
  background-color: white;
  color: #CF2137;
}

@media (max-width: 580px) {
  .step-border.brand {
    height: 70px;
  }
}

.page_quotation {
  padding-top: 80px;
}

.page_quotation #quote-vehicles {
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  margin-bottom: 71px;
  padding: 45px 91px 90px 91px;
}

@media (max-width: 768px) {
  .page_quotation #quote-vehicles {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .page_quotation #quote-vehicles {
    margin: 0;
  }
}

@media (max-width: 580px) {
  .page_quotation #quote-vehicles {
    padding: 30px 40px 30px 40px;
  }
}

.page_quotation #quote-vehicles .title h1 {
  font-size: 38px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  line-height: 26px;
}

@media (max-width: 580px) {
  .page_quotation #quote-vehicles .title h1 {
    font-size: 28px;
  }
}

.page_quotation #quote-vehicles .content_brand {
  display: flex;
  width: 100%;
}

.page_quotation #quote-vehicles .content_brand .titulo--marca {
  width: 102px;
}

.page_quotation #quote-vehicles .content_brand .titulo--marca.used {
  width: auto;
}

.page_quotation #quote-vehicles .content_brand .titulo--marca.used h3 {
  color: #000;
  font-size: 38px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  line-height: 26px;
}

.page_quotation #quote-vehicles .content_brand .titulo--modelo {
  width: 118px;
}

.page_quotation #quote-vehicles .content_brand .titulo--modelo .modelo--titulo {
  color: #393939;
  font-size: 24px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.4px;
  line-height: 24px;
}

.page_quotation #quote-vehicles .content_brand .titulo--modelo .modelo--caracteristica {
  color: #7C7C7C;
  font-size: 14px;
  font-family: 'Lato-Bold';
  letter-spacing: -0.39px;
  line-height: 14px;
}

.page_quotation #quote-vehicles .list-price {
  padding-top: 10px;
}

.page_quotation #quote-vehicles .list-price .offer-price {
  padding-bottom: 10px;
}

.page_quotation #quote-vehicles .list-price .offer-price h3 {
  font-size: 26px;
  margin: 0;
}

.page_quotation #quote-vehicles .list-price .offer-price span {
  color: #000;
  font-size: 28px;
  font-family: 'Lato-Bold';
}

.page_quotation #quote-vehicles .list-price .contado-price h3 {
  font-size: 18px;
  margin: 0;
}

.page_quotation #quote-vehicles .list-price .contado-price span {
  color: #000;
  font-size: 20px;
  font-family: 'Lato-Bold';
}

.page_quotation #quote-vehicles .list-price .text-price {
  font-family: 'Lato-Regular';
  color: #7A7A7A;
  font-size: 16px;
  letter-spacing: -0.71px;
  line-height: 18px;
}

.page_quotation #quote-vehicles .list-price .text-price .price-normal {
  text-decoration: line-through;
}

.page_quotation #quote-vehicles .list-price .main-price {
  color: #393939;
  font-family: 'Lato-Bold';
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -0.49px;
  line-height: 35px;
}

.page_quotation #quote-vehicles .bonus-price {
  padding-top: 9.69px;
}

.page_quotation #quote-vehicles .bonus-price .desc-title {
  width: 62px;
  height: 23px;
  background: #000000;
  border-radius: 8px;
}

.page_quotation #quote-vehicles .bonus-price .desc-title span {
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.page_quotation #quote-vehicles .bonus-price .bonus {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  font-family: 'Lato-Italic';
}

.page_quotation #quote-vehicles .bonus-price .bonus span {
  font-family: 'Lato-BoldItalic';
}

.page_quotation #quote-vehicles .text_term {
  padding-top: 26px;
}

.page_quotation #quote-vehicles .text_term p {
  color: #5A5A5A;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0;
}

.page_quotation #quote-vehicles .content_specs {
  padding-top: 63px;
}

.page_quotation #quote-vehicles .content_specs .item-spec {
  padding-bottom: 12px;
  display: flex;
  width: 100%;
}

.page_quotation #quote-vehicles .content_specs .item-spec .img-spec {
  width: 50px;
}

.page_quotation #quote-vehicles .content_specs .item-spec .title-spec {
  width: 166px;
}

.page_quotation #quote-vehicles .content_specs .item-spec .title-spec span {
  font-size: 14px;
  font-family: 'Lato-Bold';
  letter-spacing: 0;
  line-height: 17px;
  color: #000;
}

.page_quotation #quote-vehicles .content_specs .item-spec .title-spec p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  color: #000;
}

.page_quotation #quote-vehicles .section_btn_details {
  padding-top: 40px;
}

.page_quotation #quote-vehicles .section_btn_details a {
  color: #D82431;
  font-family: 'Lato-Regular';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: underline;
}

.page_quotation #quote-vehicles .form_quotation .img_version img {
  max-height: 400px;
  width: auto;
}

@media (max-width: 580px) {
  .page_quotation #quote-vehicles .form_quotation .img_version img {
    width: 100%;
    height: auto;
  }
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group label {
  color: #000000;
  font-family: 'Lato-Bold';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 10px;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group label.error {
  font-family: 'Lato-Light';
  font-size: 14px;
  color: #CF2137;
  margin: 0;
  padding: 0;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group select {
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  background-color: #FFFFFF;
  height: 46px;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group select::-webkit-input-placeholder {
  font-family: 'Lato-Regular';
  font-size: 16px;
  font-style: normal;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group select.error {
  border: 1px solid #CF2137;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group input {
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group input.error {
  border: 1px solid #CF2137;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group input.btn--red {
  background: linear-gradient(312.95deg, #E30527 0%, #C40A20 51.06%, #9B051C 100%);
  border-radius: 30px;
  color: #FFFFFF;
  font-family: 'Lato-Bold';
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 22px;
  text-align: center;
}

.page_quotation #quote-vehicles .form_quotation .section-form .form-group input::-webkit-input-placeholder {
  font-family: 'Lato-Regular';
  font-size: 16px;
  font-style: normal;
}

.page_quotation .info_percentage {
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: auto;
}

.page_quotation .days-0-km {
  color: #CF2137 !important;
}

.page_quotation .days-0-km span {
  color: #CF2137 !important;
}

.content_news {
  background: linear-gradient(180deg, #B1ADAD 0%, #F5F5F5 100%);
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content_news .content_news_container {
  z-index: 1;
  margin: 0 80px 0 80px;
  border-radius: 22px;
  background-color: #FFFFFF;
  max-width: 1280px !important;
}

@media (max-width: 768px) {
  .content_news .content_news_container {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .content_news .content_news_container {
    margin: 0;
  }
}

.content_news .content_news_container .title {
  padding-top: 56px;
}

@media (max-width: 580px) {
  .content_news .content_news_container .title {
    padding-top: 25px;
  }
}

.content_news .content_news_container .title h2 {
  font-size: 38px;
  font-family: 'Lato-Bold';
  letter-spacing: 0.63px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 580px) {
  .content_news .content_news_container .title h2 {
    font-size: 28px;
  }
}

.content_news .content_news_container .list_news {
  padding: 15px 30px 20px 30px;
}

@media (max-width: 580px) {
  .content_news .content_news_container .list_news {
    padding: 15px 5px 20px 5px;
  }
}

.content_news .content_news_container .list_news .main_card_content {
  padding-bottom: 30px;
}

.content_news .content_news_container .list_news .main_card_content .card {
  border: none;
}

.content_news .content_news_container .list_news .main_card_content .card .card-img-top {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: unset;
}

.content_news .content_news_container .list_news .main_card_content .card .card-body .card-title {
  color: #000000;
  font-family: 'Lato-Regular';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: 28px;
}

.content_news .content_news_container .list_news .main_card_content .card .card-body .post_excerpt {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 20px;
}

.content_news .content_news_container .list_news .main_card_content .card .card-body .date {
  color: #000000;
  font-family: 'Lato-Light';
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 20px;
}

#content_button_f2f {
  position: fixed;
  left: 42px;
  bottom: 48px;
  z-index: 1005;
  cursor: pointer;
}

@media (max-width: 650px) {
  #content_button_f2f {
    left: 20px;
    bottom: 20px;
  }
}

#content_button_f2f img {
  height: 100px;
  width: 210px;
}

@media (max-width: 650px) {
  #content_button_f2f img {
    height: 84px;
    width: 176px;
  }
}

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