@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@keyframes rotate {
  0% {
    transform: rotate(-360deg); }
  100% {
    transform: rotate(0); } }

/*
	if you to pass writing max in the param2 the media going max-width
	defaut: width-min;
	parameter 1: min size;
	parameter 2: max size;
*/
/* ------------------------------------ cross browser -------------------------------------- */
.full_flutuante, .center-element {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.center-element {
  margin: auto; }

.color-white {
  color: #FFF; }

.space-between-section {
  margin-bottom: 63px; }

.icon-visible-block {
  display: block; }

.icon-visible-inline {
  display: inline-block;
  vertical-align: middle; }

.aling-vertical {
  display: table;
  width: 100%; }
  .aling-vertical .aling-vertical-box {
    display: table-cell;
    vertical-align: middle; }

.font-lig {
  font-family: 'Open Sans Lig'; }

.font-bold {
  font-family: 'Open Sans Bold'; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

div:empty:not([class*="col"]), div.empty:not([class*="col"]) {
  display: none;
  visibility: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.no-margin {
  margin: 0; }

.inline {
  display: inline; }

.inline-b {
  display: inline-block; }

.hide {
  display: none;
  visibility: hidden; }

.show {
  display: block;
  visibility: visible; }

.invisible,
.superhide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -99999cm;
  top: 0;
  visibility: hidden;
  width: 0; }

.superhide {
  display: none; }

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

.full-width {
  width: 100%; }

img.full-width {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto; }

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

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

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

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

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

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

.weight-semibold {
  font-weight: 600; }

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

.vertical-image {
  vertical-align: middle; }

.amp {
  font: italic 110% Baskerville, 'Goudy Old Style', 'Palatino', 'Book Antiqua', serif; }

.caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  display: inline-block;
  margin: 0 0 3px 4px;
  vertical-align: middle;
  width: 0; }

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

.wFull {
  box-sizing: border-box; }

@media (max-width: 767px) {
  .edge-to-edge {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; } }

/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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", 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 {
  outline: 0 !important; }

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: #1790de;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #106399;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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; }

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

.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: #1790de !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1272b0 !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: #fee533 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fdde01 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bf1d1d !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: #1790de !important; }

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

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

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

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

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.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: #1790de !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #106399 !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: #fee533 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e3c801 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a91919 !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-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

.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 screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  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 #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #212529;
  border-color: #32383e; }

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  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; }

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: inherit; }
  .slick-dots li [role="button"] {
    padding: 0 !important;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background-color: #bdbdbd;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    font-size: 0;
    outline: none;
    display: block;
    transition: background .3s ease, border-color .3s ease; }
    .slick-dots li [role="button"]:before {
      display: none; }
  .slick-dots li.slick-active [role="button"] {
    background-color: #e1140a;
    border-color: #e1140a; }

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 200;
  src: url("/arquivos/gotham-thin.eot.css"), url("/arquivos/gotham-thin.eot.css?#iefix") format("embedded-opentype"), url("/arquivos/gotham-thin.woff.css") format("woff"), url("/arquivos/gotham-thin.ttf.css") format("truetype"), url("/arquivos/gotham-thin.svg.css#gotham-thin") format("svg"); }

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url("/arquivos/gotham-light.eot.css"), url("/arquivos/gotham-light.eot.css?#iefix") format("embedded-opentype"), url("/arquivos/gotham-light.woff.css") format("woff"), url("/arquivos/gotham-light.ttf.css") format("truetype"), url("/arquivos/gotham-light.svg.css#gotham-light.") format("svg"); }

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url("/arquivos/gotham-medium.eot.css"), url("/arquivos/gotham-medium.eot.css?#iefix") format("embedded-opentype"), url("/arquivos/gotham-medium.woff.css") format("woff"), url("/arquivos/gotham-medium.ttf.css") format("truetype"), url("/arquivos/gotham-medium.svg.css#gotham-medium") format("svg"); }

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url("/arquivos/gotham-bold.eot.css"), url("/arquivos/gotham-bold.eot.css?#iefix") format("embedded-opentype"), url("/arquivos/gotham-bold.woff.css") format("woff"), url("/arquivos/gotham-bold.ttf.css") format("truetype"), url("/arquivos/gotham-bold.svg.css#gotham-bold") format("svg"); }

/* MAIN */
html {
  overflow-y: scroll; }

body {
  color: #333f48;
  font-smooth: always;
  font: normal normal 1em/1.5 "Montserrat", sans-serif;
  opacity: 1 !important;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  body > iframe {
    z-index: -1 !important; }

/* MIDIA/PIXEL/PARTNER REMOVER */
#mm_batch_supply_background,
.zx_7B1E0F8C32857E07AB09,
.zx_mediaslot {
  position: absolute !important;
  z-index: -1 !important;
  top: -1px !important;
  left: -1px !important; }

@font-face {
  font-family: "icomoon";
  src: url("/arquivos/icomoon.ttf.css") format("truetype"), url("/arquivos/icomoon.woff.css") format("woff"), url("/arquivos/icomoon.svg.css#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="i_"],
[class*=" i_"],
[class^="l_"],
[class*=" l_"],
.skuList .slick-prev,
.skuList .slick-next {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


.l_produto-teste:before,
[class*="produto-teste-"]:before {
  content: ""; }


.i_question:before {
  content: ""; }


.i_message:before {
  content: ""; }


.i_phone:before {
  content: ""; }


.i_wrench:before {
  content: ""; }


.i_headset:before {
  content: ""; }


.i_3g:before {
  content: ""; }


.i_4g:before {
  content: ""; }


.i_4g-lte:before {
  content: ""; }


.i_4g-volte:before {
  content: ""; }


.i_16-mp-with-fast-focus:before {
  content: ""; }


.i_all-day-battery:before {
  content: ""; }

.skuList .slick-prev:before,
.skuList .slick-next:before,
.i_arrow:before {
  content: ""; }


.i_barcode:before {
  content: ""; }


.i_calculator:before {
  content: ""; }


.i_camera-5mp-front-flash:before {
  content: ""; }


.i_camera-dual:before {
  content: ""; }


.i_camera-dual-lens:before {
  content: ""; }


.i_camera-moto-camera:before {
  content: ""; }


.i_cards:before {
  content: ""; }


.i_carrier-unlocked:before {
  content: ""; }


.i_cart:before {
  content: ""; }


.i_cross:before {
  content: ""; }


.i_deca-core-processor:before {
  content: ""; }


.i_design:before {
  content: ""; }


.i_dolby-atmos:before {
  content: ""; }


.i_dtv:before {
  content: ""; }


.i_dual-pixel:before {
  content: ""; }


.i_dual-sim:before {
  content: ""; }


.i_facebook:before {
  content: ""; }


.i_face-recognition:before {
  content: ""; }


.i_fingerprint:before {
  content: ""; }


.i_fm-radio:before {
  content: ""; }


.i_g-plus:before {
  content: ""; }


.i_grid:before {
  content: ""; }


.i_list:before {
  content: ""; }


.i_magnifier:before {
  content: ""; }


.i_memory-ram:before {
  content: ""; }


.i_menu:before {
  content: ""; }


.i_micro-sd:before {
  content: ""; }


.i_micro-sd-expandable:before {
  content: ""; }


.i_moto-actions:before {
  content: ""; }


.i_moto-camera:before {
  content: ""; }


.i_moto-display:before {
  content: ""; }


.i_moto-experience:before {
  content: ""; }


.i_moto-identity-design:before {
  content: ""; }


.i_moto-key:before {
  content: ""; }


.i_moto-mods:before {
  content: ""; }


.i_moto-voice:before {
  content: ""; }


.i_nfc:before {
  content: ""; }


.i_night-screen:before {
  content: ""; }


.i_octa-core-processor:before {
  content: ""; }


.i_os:before {
  content: ""; }


.i_percent:before {
  content: ""; }


.i_plus:before {
  content: ""; }


.i_power-meets-design:before {
  content: ""; }


.i_precision-metal-design:before {
  content: ""; }


.i_quad-core-processor:before {
  content: ""; }


.i_quad-pixel-front-camera:before {
  content: ""; }


.i_rom-ram:before {
  content: ""; }


.i_screen-5-5:before {
  content: ""; }


.i_self-camera-light:before {
  content: ""; }


.i_settings:before {
  content: ""; }


.i_shattershield:before {
  content: ""; }


.i_size:before {
  content: ""; }


.i_snaps:before {
  content: ""; }


.i_speed-meets-performance:before {
  content: ""; }


.i_spill-proof:before {
  content: ""; }


.i_star:before {
  content: ""; }


.i_storage-rom-16gb:before {
  content: ""; }


.i_storage-rom-32gb:before {
  content: ""; }


.i_truck:before {
  content: ""; }


.i_turbo-charger:before {
  content: ""; }


.i_twitter:before {
  content: ""; }


.i_user:before {
  content: ""; }


.i_voice-search:before {
  content: ""; }


.i_waterproof:before {
  content: ""; }


.i_whatsapp:before {
  content: ""; }


.l_android-one:before {
  content: ""; }


.l_brand-batwing:before {
  content: ""; }


.l_brand-batwing-motorola:before,
.footer .logo-motorola-company:before {
  content: ""; }


.l_brand-batwing-motorola-outline:before {
  content: ""; }


.l_brand-batwing-outline:before {
  content: ""; }


.l_brand-motorola:before {
  content: ""; }


.l_moto:before {
  content: ""; }


.l_moto-c:before {
  content: ""; }


.l_moto-c-plus:before {
  content: ""; }


.l_moto-e4:before {
  content: ""; }


.l_moto-e4-plus:before {
  content: ""; }


.l_moto-e5:before {
  content: ""; }


.l_moto-e5-play:before {
  content: ""; }


.l_moto-e5-plus:before {
  content: ""; }


.l_moto-g:before {
  content: ""; }


.l_moto-g4:before {
  content: ""; }


.l_moto-g4-play:before {
  content: ""; }


.l_moto-g4-play-dtv:before {
  content: ""; }


.l_moto-g4-plus:before {
  content: ""; }


.l_moto-g5:before {
  content: ""; }


.l_moto-g5-plus:before {
  content: ""; }


.l_moto-g5s:before {
  content: ""; }


.l_moto-g5s-plus:before {
  content: ""; }


.l_moto-g6:before {
  content: ""; }


.l_moto-g6-play:before {
  content: ""; }


.l_moto-g6-plus:before {
  content: ""; }


.l_moto-g7:before {
  content: ""; }


.l_moto-g7-play:before {
  content: ""; }


.l_moto-g7-plus:before {
  content: ""; }


.l_moto-g7-power:before {
  content: ""; }


.l_moto-mods:before {
  content: ""; }


.l_motorola-one:before {
  content: ""; }


.l_moto-snaps:before {
  content: ""; }


.l_moto-x4:before {
  content: ""; }


.l_moto-z:before {
  content: ""; }


.l_moto-z2:before {
  content: ""; }


.l_moto-z2-force:before {
  content: ""; }


.l_moto-z2-play:before {
  content: ""; }


.l_moto-z3:before {
  content: ""; }


.l_moto-z3-play:before {
  content: ""; }


.l_moto-z-force:before {
  content: ""; }


.l_moto-z-play:before {
  content: ""; }


.l_snap-hasselblad-true-zoom:before {
  content: ""; }


.l_snap-incipio-offgrid-powerpack:before {
  content: ""; }


.l_snap-jbl-soundboost:before {
  content: ""; }


.l_snap-jbl-soundboost-2:before {
  content: ""; }


.l_snap-moto-360-camera:before {
  content: ""; }


.l_snap-moto-gamepad:before {
  content: ""; }


.l_snap-moto-insta-share-projector:before {
  content: ""; }


.l_snap-moto-powerpack:before {
  content: ""; }


.l_snap-moto-style-shells:before {
  content: ""; }

/*conversao de icones icomoon*/
.navbar .cart-link:before {
  content: "\e90f"; }

.navbar .login-link:before {
  content: "\e941"; }

.navbar .navbar-brand:before {
  content: "\e945"; }

.navbar .search-item .search-desktop:before {
  content: "\e91c"; }

.menu-desktop .menu-link.list:after, .menu-desktop .submenu-link.list:after {
  content: "\e906"; }

.i_plus:before {
  content: "\e92e"; }

.l_produto-teste:before, [class*=produto-teste-]:before {
  content: "\e94a"; }

.i_question:before {
  content: "\e977"; }

.i_message:before {
  content: "\e973"; }

.i_phone:before {
  content: "\e974"; }

.i_wrench:before {
  content: "\e975"; }

.i_headset:before {
  content: "\e976"; }

.i_3g:before {
  content: "\e900"; }

.i_4g:before {
  content: "\e901"; }

.i_4g-lte:before {
  content: "\e902"; }

.i_4g-volte:before {
  content: "\e903"; }

.i_16-mp-with-fast-focus:before {
  content: "\e904"; }

.i_all-day-battery:before {
  content: "\e905"; }

.i_arrow:before, .skuList .slick-next:before, .skuList .slick-prev:before {
  content: "\e906"; }

.i_barcode:before {
  content: "\e907"; }

.i_calculator:before {
  content: "\e908"; }

.i_camera-5mp-front-flash:before {
  content: "\e909"; }

.i_camera-dual:before {
  content: "\e90a"; }

.i_camera-dual-lens:before {
  content: "\e90b"; }

.i_camera-moto-camera:before {
  content: "\e90c"; }

.i_cards:before {
  content: "\e90d"; }

.i_carrier-unlocked:before {
  content: "\e90e"; }

.i_cart:before {
  content: "\e90f"; }

.i_cross:before {
  content: "\e910"; }

.i_deca-core-processor:before {
  content: "\e911"; }

.i_design:before {
  content: "\e912"; }

.i_dolby-atmos:before {
  content: "\e913"; }

.i_dtv:before {
  content: "\e914"; }

.i_dual-pixel:before {
  content: "\e915"; }

.i_dual-sim:before {
  content: "\e916"; }

.i_facebook:before {
  content: "\e978"; }

.i_face-recognition:before {
  content: "\e917"; }

.i_fingerprint:before {
  content: "\e918"; }

.i_fm-radio:before {
  content: "\e919"; }

.i_g-plus:before {
  content: "\e979"; }

.i_grid:before {
  content: "\e91a"; }

.i_list:before {
  content: "\e91b"; }

.i_magnifier:before {
  content: "\e91c"; }

.i_memory-ram:before {
  content: "\e91d"; }

.i_menu:before {
  content: "\e91e"; }

.i_micro-sd:before {
  content: "\e91f"; }

.i_micro-sd-expandable:before {
  content: "\e920"; }

.i_moto-actions:before {
  content: "\e921"; }

.i_moto-camera:before {
  content: "\e922"; }

.i_moto-display:before {
  content: "\e923"; }

.i_moto-experience:before {
  content: "\e924"; }

.i_moto-identity-design:before {
  content: "\e925"; }

.i_moto-key:before {
  content: "\e926"; }

.i_moto-mods:before {
  content: "\e927"; }

.i_moto-voice:before {
  content: "\e928"; }

.i_nfc:before {
  content: "\e929"; }

.i_night-screen:before {
  content: "\e92a"; }

.i_octa-core-processor:before {
  content: "\e92b"; }

.i_os:before {
  content: "\e92c"; }

.i_percent:before {
  content: "\e92d"; }

.i_plus:before {
  content: "\e92e"; }

.i_power-meets-design:before {
  content: "\e92f"; }

.i_precision-metal-design:before {
  content: "\e930"; }

.i_quad-core-processor:before {
  content: "\e931"; }

.i_quad-pixel-front-camera:before {
  content: "\e932"; }

.i_rom-ram:before {
  content: "\e933"; }

.i_screen-5-5:before {
  content: "\e934"; }

.i_self-camera-light:before {
  content: "\e935"; }

.i_settings:before {
  content: "\e936"; }

.i_shattershield:before {
  content: "\e937"; }

.i_size:before {
  content: "\e938"; }

.i_snaps:before {
  content: "\e939"; }

.i_speed-meets-performance:before {
  content: "\e93a"; }

.i_spill-proof:before {
  content: "\e93b"; }

.i_star:before {
  content: "\e93c"; }

.i_storage-rom-16gb:before {
  content: "\e93d"; }

.i_storage-rom-32gb:before {
  content: "\e93e"; }

.i_truck:before {
  content: "\e93f"; }

.i_turbo-charger:before {
  content: "\e940"; }

.i_twitter:before {
  content: "\e97a"; }

.i_user:before {
  content: "\e941"; }

.i_voice-search:before {
  content: "\e942"; }

.i_waterproof:before {
  content: "\e943"; }

.i_whatsapp:before {
  content: "\e97b"; }

.l_android-one:before {
  content: "\e944"; }

.l_brand-batwing:before {
  content: "\e945"; }

.footer .logo-motorola-company:before,
.l_brand-batwing-motorola:before,
.footer .logo-motorola-company:before {
  content: "\e946"; }

.l_brand-batwing-motorola-outline:before {
  content: "\e947"; }

.l_brand-batwing-outline:before {
  content: "\e948"; }

.l_brand-motorola:before {
  content: "\e949"; }

.l_moto:before {
  content: "\e94a"; }

.l_moto-c:before {
  content: "\e94b"; }

.l_moto-c-plus:before {
  content: "\e94c"; }

.l_moto-e4:before {
  content: "\e94d"; }

.l_moto-e4-plus:before {
  content: "\e94e"; }

.l_moto-e5:before {
  content: "\e94f"; }

.l_moto-e5-play:before {
  content: "\e950"; }

.l_moto-e5-plus:before {
  content: "\e951"; }

.l_moto-g:before {
  content: "\e952"; }

.l_moto-g4:before {
  content: "\e953"; }

.l_moto-g4-play:before {
  content: "\e954"; }

.l_moto-g4-play-dtv:before {
  content: "\e955"; }

.l_moto-g4-plus:before {
  content: "\e956"; }

.l_moto-g5:before {
  content: "\e957"; }

.l_moto-g5-plus:before {
  content: "\e958"; }

.l_moto-g5s:before {
  content: "\e959"; }

.l_moto-g5s-plus:before {
  content: "\e95a"; }

.l_moto-g6:before {
  content: "\e95b"; }

.l_moto-g6-play:before {
  content: "\e95c"; }

.l_moto-g6-plus:before {
  content: "\e95d"; }

.l_moto-g7:before {
  content: "\e97c"; }

.l_moto-g7-play:before {
  content: "\e97d"; }

.l_moto-g7-plus:before {
  content: "\e97e"; }

.l_moto-g7-power:before {
  content: "\e97f"; }

.l_moto-mods:before {
  content: "\e95e"; }

.l_motorola-one:before {
  content: "\e95f"; }

.l_moto-snaps:before {
  content: "\e960"; }

.l_moto-x4:before {
  content: "\e961"; }

.l_moto-z:before {
  content: "\e962"; }

.l_moto-z2:before {
  content: "\e963"; }

.l_moto-z2-force:before {
  content: "\e964"; }

.l_moto-z2-play:before {
  content: "\e965"; }

.l_moto-z3:before {
  content: "\e966"; }

.l_moto-z3-play:before {
  content: "\e967"; }

.l_moto-z-force:before {
  content: "\e968"; }

.l_moto-z-play:before {
  content: "\e969"; }

.l_snap-hasselblad-true-zoom:before {
  content: "\e96a"; }

.l_snap-incipio-offgrid-powerpack:before {
  content: "\e96b"; }

.l_snap-jbl-soundboost:before {
  content: "\e96c"; }

.l_snap-jbl-soundboost-2:before {
  content: "\e96d"; }

.l_snap-moto-360-camera:before {
  content: "\e96e"; }

.l_snap-moto-gamepad:before {
  content: "\e96f"; }

.l_snap-moto-insta-share-projector:before {
  content: "\e970"; }

.l_snap-moto-powerpack:before {
  content: "\e971"; }

.l_snap-moto-style-shells:before {
  content: "\e972"; }

/* TOOLTIP */
.tip {
  overflow: hidden; }
  .tip.info {
    font-size: 0.625rem;
    background-color: #3e8ddd;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 12px;
    line-height: 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 12px; }
    .tip.info::before {
      min-width: 150px;
      padding: 8px; }
  .tip::before, .tip::after {
    color: red;
    content: attr(data-tip);
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease, right .3s ease, left .3s ease, top .3s ease, bottom .3s ease;
    z-index: 1;
    text-align: justify; }
  .tip::before {
    font-size: 0.6875rem;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    text-align: left; }
  .tip::after {
    border-style: solid;
    font-size: 0;
    height: 0;
    margin: 0 auto;
    width: 0; }
  .tip:hover {
    overflow: visible; }
    .tip:hover::before, .tip:hover::after {
      opacity: 1; }
  .tip.ltr::before, .tip.ltr::after {
    top: 50%;
    left: 80%; }
  .tip.ltr::before {
    transform: translate3d(11px, -50%, 0); }
  .tip.ltr::after {
    transform: translate3d(4px, -50%, 0);
    border-width: 10px 8px 10px 0;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent; }
  .tip.ltr:hover::before, .tip.ltr:hover::after {
    left: 100%; }
  .tip.rtl::before, .tip.rtl::after {
    right: 80%;
    top: 50%; }
  .tip.rtl::before {
    transform: translate3d(-11px, -50%, 0); }
  .tip.rtl::after {
    transform: translate3d(-4px, -50%, 0);
    border-width: 10px 0 10px 8px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8); }
  .tip.rtl:hover::before, .tip.rtl:hover::after {
    right: 100%; }
  .tip.ttb::before, .tip.ttb::after {
    top: 80%;
    left: 50%; }
  .tip.ttb::before {
    transform: translate3d(-50%, 11px, 0); }
  .tip.ttb::after {
    transform: translate3d(-50%, 4px, 0);
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; }
  .tip.ttb:hover::before, .tip.ttb:hover::after {
    top: 100%; }
  .tip.btt::before, .tip.btt::after {
    bottom: 80%;
    left: 50%; }
  .tip.btt::before {
    transform: translate3d(-50%, -11px, 0); }
  .tip.btt::after {
    transform: translate3d(-50%, -4px, 0);
    border-width: 8px 10px 0 10px;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent; }
  .tip.btt:hover::before, .tip.btt:hover::after {
    bottom: 100%; }

/* FLAGS */
.flags-hightlight {
  background-color: blue;
  height: 0;
  position: relative; }

.flag {
  font-size: 0;
  font-weight: 700;
  height: 25px;
  margin: 0;
  padding: 6px 8px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 0; }
  .flag::before {
    font-size: 0.5625rem; }
    @media (min-width: 568px) {
      .flag::before {
        font-size: 0.625rem; } }
  .flag::after {
    border-color: transparent #e1140a transparent transparent;
    border-style: solid;
    border-width: calc(25px / 2) calc(25px / 3) calc(25px / 2) 0;
    font-size: 0;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0; }
  .flag[data-title]::after, .flag[data-title]::before {
    content: attr(data-title); }
  .flag.-promo--percentoff {
    background-color: #e1140a;
    color: #fff;
    right: -24px; }
    .flag.-promo--percentoff::after {
      right: 100%; }
  .flag.-shelf--newer {
    background-color: #fee600;
    color: #333f48;
    left: -24px; }
    .flag.-shelf--newer::after {
      left: 100%;
      border-width: calc(25px / 2) 0 calc(25px / 2) calc(25px / 3);
      border-color: transparent transparent transparent #fee600; }
  .flag.-shelf--pre-order {
    background-color: #ff5500;
    color: #fff;
    left: -24px; }
    .flag.-shelf--pre-order::after {
      left: 100%;
      border-width: calc(25px / 2) 0 calc(25px / 2) calc(25px / 3);
      border-color: transparent transparent transparent #ff5500; }
  .flag.-shelf--free-shipping {
    background-color: #a5a5a5;
    color: #fff;
    left: -24px; }
    .flag.-shelf--free-shipping::after {
      left: 100%;
      border-width: calc(25px / 2) 0 calc(25px / 2) calc(25px / 3);
      border-color: transparent transparent transparent #a5a5a5; }
  .flag.-promo--christmas {
    background-color: #c31b19;
    color: #fff;
    left: -14px;
    top: -14px; }
    .flag.-promo--christmas::after {
      content: normal; }
  .flag.-shelf--newer ~ .flag.-shelf--free-shipping {
    display: none; }

body.product .flag.-promo--christmas {
  top: 0; }

/* SKU SELECTION */
.sku-selection {
  display: flex;
  flex-direction: column; }
  .sku-selection .topic {
    display: none; }
    .sku-selection .topic.Color, .sku-selection .topic.Storagesize {
      display: block;
      list-style: none;
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%; }
      .sku-selection .topic.Color > li, .sku-selection .topic.Storagesize > li {
        display: block; }
        .sku-selection .topic.Color > li label, .sku-selection .topic.Storagesize > li label {
          cursor: pointer;
          display: inline-block;
          font-weight: 500; }
          .sku-selection .topic.Color > li label.item_doesnt_exist, .sku-selection .topic.Color > li label.combination_unavaliable, .sku-selection .topic.Storagesize > li label.item_doesnt_exist, .sku-selection .topic.Storagesize > li label.combination_unavaliable {
            display: none; }
  .sku-selection .specification {
    font-size: 0; }
    .sku-selection .specification::before {
      font-size: 0.8125rem;
      display: inline-block;
      font-weight: 500;
      margin-bottom: 5px; }
    .sku-selection .specification .color-info {
      font-size: 0.8125rem;
      font-weight: bold; }
  .sku-selection .Storagesize .specification::before {
    content: 'Capacidade:\00a0'; }
  .sku-selection .Color .specification::before {
    content: 'Cor:\00a0'; }

.skuList {
  position: relative;
  /* .tip {
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: 100%;
		z-index: -1;

		&::before {
			@include font-rem(12);
			border-radius: 2px;
			padding: 8px 12px;
			transform: translate3d(-50%, -7px, 0);
			white-space: nowrap;
		}

		&::after {
			border-color: #000 transparent transparent transparent;
			border-width: 5px 5px 0 5px;
			transform: translate3d(-50%, -2px, 0);
		}
	} */ }
  .skuList [data-dimension="Color"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
    .skuList [data-dimension="Color"][data-color='Branco'] + label::before,
    .skuList [data-dimension="Color"][data-value='Polar'] + label::before,
    .skuList [data-dimension="Color"][data-color='White'] + label::before,
    .skuList [data-dimension="Color"][data-color='Polar'] + label::before,
    .skuList [data-dimension="Color"][data-value='White'] + label::before {
      border: 2px solid #acacac; }
    .skuList [data-dimension="Color"] + label {
      display: inline-block;
      font-size: 0;
      font-weight: 500;
      line-height: 25px;
      margin: 0 5px 5px 0;
      overflow: hidden;
      position: relative;
      vertical-align: top; }
      .skuList [data-dimension="Color"] + label::before {
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #fff;
        content: '';
        display: inline-block;
        height: 25px;
        margin: 3px;
        transform: translateY(2px);
        transition: border-color .3s ease, box-shadow .3s ease;
        vertical-align: top;
        width: 25px; }
      .skuList [data-dimension="Color"] + label:hover {
        overflow: inherit; }
        @media (min-width: 769px) {
          .skuList [data-dimension="Color"] + label:hover .tip {
            z-index: 1; } }
      .skuList [data-dimension="Color"] + label .storagesize {
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%; }
    .skuList [data-dimension="Color"]:checked + label::before {
      border-color: #fff;
      box-shadow: 0 0 0 1px #e0140b; }
  .skuList [data-dimension="Storage Size"] {
    /*OLD STYLE*/ }
    .skuList [data-dimension="Storage Size"] + label {
      font-size: 0.8125rem;
      margin: 0 25px 5px 0; }
  .skuList .slick-list {
    width: 84%;
    margin: 0 auto; }
    .skuList .slick-list .slick-track {
      margin: 0; }
  .skuList .slick-prev,
  .skuList .slick-next {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 5px !important;
    position: absolute;
    top: 14px;
    z-index: 0; }
    .skuList .slick-prev:before,
    .skuList .slick-next:before {
      display: block;
      font-size: 0.75rem; }
  .skuList .slick-prev {
    left: 0; }
    .skuList .slick-prev:before {
      transform: rotate(90deg); }
  .skuList .slick-next {
    left: auto;
    right: 0; }
    .skuList .slick-next:before {
      transform: rotate(-90deg); }

.shelf .skuList {
  text-align: center; }
  .shelf .skuList [data-dimension="Color"] + label {
    font-size: 0.5625rem;
    margin: 0 3px 7px 3px; }
    .shelf .skuList [data-dimension="Color"] + label:before {
      width: 42px;
      height: 42px; }

.even [data-value='White'] + label::before {
  border-color: #acacac; }

[data-value='NameColor'] + label,
[data-color='NameColor'] + label {
  color: "TextColor"; }
  [data-value='NameColor'] + label::before,
  [data-color='NameColor'] + label::before {
    background-image: url("/arquivos/sku-color-valuecolor.jpg"); }

[data-value='Black'] + label,
[data-color='Black'] + label {
  color: white; }
  [data-value='Black'] + label::before,
  [data-color='Black'] + label::before {
    background-image: url("/arquivos/sku-color-black.jpg"); }

[data-value='Bikes'] + label,
[data-color='Bikes'] + label {
  color: black; }
  [data-value='Bikes'] + label::before,
  [data-color='Bikes'] + label::before {
    background-image: url("/arquivos/sku-color-bikes.jpg"); }

[data-value='Preto'] + label,
[data-color='Preto'] + label {
  color: white; }
  [data-value='Preto'] + label::before,
  [data-color='Preto'] + label::before {
    background-image: url("/arquivos/sku-color-black.jpg"); }

[data-value='Negro'] + label,
[data-color='Negro'] + label {
  color: white; }
  [data-value='Negro'] + label::before,
  [data-color='Negro'] + label::before {
    background-image: url("/arquivos/sku-color-black.jpg"); }

[data-value='Grafite'] + label,
[data-color='Grafite'] + label {
  color: white; }
  [data-value='Grafite'] + label::before,
  [data-color='Grafite'] + label::before {
    background-image: url("/arquivos/sku-color-graphite.jpg"); }

[data-value='Bambo'] + label,
[data-color='Bambo'] + label {
  color: white; }
  [data-value='Bambo'] + label::before,
  [data-color='Bambo'] + label::before {
    background-image: url("/arquivos/sku-color-bamboo.jpg"); }

[data-value='Bamboo'] + label,
[data-color='Bamboo'] + label {
  color: white; }
  [data-value='Bamboo'] + label::before,
  [data-color='Bamboo'] + label::before {
    background-image: url("/arquivos/sku-color-bamboo.jpg"); }

[data-value='Bambu'] + label,
[data-color='Bambu'] + label {
  color: white; }
  [data-value='Bambu'] + label::before,
  [data-color='Bambu'] + label::before {
    background-image: url("/arquivos/sku-color-bamboo.jpg"); }

[data-value='Gold'] + label,
[data-color='Gold'] + label {
  color: black; }
  [data-value='Gold'] + label::before,
  [data-color='Gold'] + label::before {
    background-image: url("/arquivos/sku-color-gold.jpg"); }

[data-value='Ouro'] + label,
[data-color='Ouro'] + label {
  color: black; }
  [data-value='Ouro'] + label::before,
  [data-color='Ouro'] + label::before {
    background-image: url("/arquivos/sku-color-gold.jpg"); }

[data-value='Dorado'] + label,
[data-color='Dorado'] + label {
  color: black; }
  [data-value='Dorado'] + label::before,
  [data-color='Dorado'] + label::before {
    background-image: url("/arquivos/sku-color-golden.jpg"); }

[data-value='Dourado'] + label,
[data-color='Dourado'] + label {
  color: black; }
  [data-value='Dourado'] + label::before,
  [data-color='Dourado'] + label::before {
    background-image: url("/arquivos/sku-color-golden.jpg"); }

[data-value='Gold Rose'] + label,
[data-color='Gold Rose'] + label {
  color: black; }
  [data-value='Gold Rose'] + label::before,
  [data-color='Gold Rose'] + label::before {
    background-image: url("/arquivos/sku-color-gold-rose.jpg"); }

[data-value='Fine Gold'] + label,
[data-color='Fine Gold'] + label {
  color: black; }
  [data-value='Fine Gold'] + label::before,
  [data-color='Fine Gold'] + label::before {
    background-image: url("/arquivos/sku-color-golden.jpg"); }

[data-value='Nylon Preto'] + label,
[data-color='Nylon Preto'] + label {
  color: white; }
  [data-value='Nylon Preto'] + label::before,
  [data-color='Nylon Preto'] + label::before {
    background-image: url("/arquivos/sku-color-nylon-preto.jpg"); }

[data-value='Ouro Rosê'] + label,
[data-color='Ouro Rosê'] + label {
  color: black; }
  [data-value='Ouro Rosê'] + label::before,
  [data-color='Ouro Rosê'] + label::before {
    background-image: url("/arquivos/sku-color-gold-rose.jpg"); }

[data-value='Ouro Rose'] + label,
[data-color='Ouro Rose'] + label {
  color: black; }
  [data-value='Ouro Rose'] + label::before,
  [data-color='Ouro Rose'] + label::before {
    background-image: url("/arquivos/sku-color-gold-rose.jpg"); }

[data-value='Rubi'] + label,
[data-color='Rubi'] + label {
  color: white; }
  [data-value='Rubi'] + label::before,
  [data-color='Rubi'] + label::before {
    background-image: url("/arquivos/sku-color-rubi.jpg"); }

[data-value='Silver'] + label,
[data-color='Silver'] + label {
  color: white; }
  [data-value='Silver'] + label::before,
  [data-color='Silver'] + label::before {
    background-image: url("/arquivos/sku-color-silver.jpg"); }

[data-value='Prata'] + label,
[data-color='Prata'] + label {
  color: white; }
  [data-value='Prata'] + label::before,
  [data-color='Prata'] + label::before {
    background-image: url("/arquivos/sku-color-silver.jpg"); }

[data-value='Platinum'] + label,
[data-color='Platinum'] + label {
  color: black; }
  [data-value='Platinum'] + label::before,
  [data-color='Platinum'] + label::before {
    background-image: url("/arquivos/sku-color-platinum.jpg"); }

[data-value='Platina'] + label,
[data-color='Platina'] + label {
  color: black; }
  [data-value='Platina'] + label::before,
  [data-color='Platina'] + label::before {
    background-image: url("/arquivos/sku-color-platinum.jpg"); }

[data-value='Pink camo'] + label,
[data-color='Pink camo'] + label {
  color: white; }
  [data-value='Pink camo'] + label::before,
  [data-color='Pink camo'] + label::before {
    background-image: url("/arquivos/sku-color-pink-camo.jpg"); }

[data-value='White'] + label,
[data-color='White'] + label {
  color: black; }
  [data-value='White'] + label::before,
  [data-color='White'] + label::before {
    background-image: url("/arquivos/sku-color-white.jpg"); }

[data-value='Branco'] + label,
[data-color='Branco'] + label {
  color: black; }
  [data-value='Branco'] + label::before,
  [data-color='Branco'] + label::before {
    background-image: url("/arquivos/sku-color-white.jpg"); }

[data-value='Blanco'] + label,
[data-color='Blanco'] + label {
  color: black; }
  [data-value='Blanco'] + label::before,
  [data-color='Blanco'] + label::before {
    background-image: url("/arquivos/sku-color-white.jpg"); }

[data-value='Blue'] + label,
[data-color='Blue'] + label {
  color: white; }
  [data-value='Blue'] + label::before,
  [data-color='Blue'] + label::before {
    background-image: url("/arquivos/sku-color-blue.jpg"); }

[data-value='Azul'] + label,
[data-color='Azul'] + label {
  color: white; }
  [data-value='Azul'] + label::before,
  [data-color='Azul'] + label::before {
    background-image: url("/arquivos/sku-color-blue.jpg"); }

[data-value='Indigo'] + label,
[data-color='Indigo'] + label {
  color: white; }
  [data-value='Indigo'] + label::before,
  [data-color='Indigo'] + label::before {
    background-image: url("/arquivos/sku-color-blue-indigo.jpg"); }

[data-value='Índigo'] + label,
[data-color='Índigo'] + label {
  color: white; }
  [data-value='Índigo'] + label::before,
  [data-color='Índigo'] + label::before {
    background-image: url("/arquivos/sku-color-blue-indigo.jpg"); }

[data-value='Azul Medianoche'] + label,
[data-color='Azul Medianoche'] + label {
  color: white; }
  [data-value='Azul Medianoche'] + label::before,
  [data-color='Azul Medianoche'] + label::before {
    background-image: url("/arquivos/sku-color-blue-midnight.jpg"); }

[data-value='Azul Topazio'] + label,
[data-color='Azul Topazio'] + label {
  color: white; }
  [data-value='Azul Topazio'] + label::before,
  [data-color='Azul Topazio'] + label::before {
    background-image: url("/arquivos/sku-color-blue-topaz.jpg"); }

[data-value='Azul Topázio'] + label,
[data-color='Azul Topázio'] + label {
  color: white; }
  [data-value='Azul Topázio'] + label::before,
  [data-color='Azul Topázio'] + label::before {
    background-image: url("/arquivos/sku-color-blue-topaz.jpg"); }

[data-value='AzulTopazio'] + label,
[data-color='AzulTopazio'] + label {
  color: white; }
  [data-value='AzulTopazio'] + label::before,
  [data-color='AzulTopazio'] + label::before {
    background-image: url("/arquivos/sku-color-blue-topaz.jpg"); }

[data-value='Azul Safira'] + label,
[data-color='Azul Safira'] + label {
  color: white; }
  [data-value='Azul Safira'] + label::before,
  [data-color='Azul Safira'] + label::before {
    background-image: url("/arquivos/sku-color-blue-topaz.jpg"); }

[data-value='Topázio'] + label,
[data-color='Topázio'] + label {
  color: white; }
  [data-value='Topázio'] + label::before,
  [data-color='Topázio'] + label::before {
    background-image: url("/arquivos/sku-color-blue-topaz.jpg"); }

[data-value='Titanium'] + label,
[data-color='Titanium'] + label {
  color: white; }
  [data-value='Titanium'] + label::before,
  [data-color='Titanium'] + label::before {
    background-image: url("/arquivos/sku-color-titanium.jpg"); }

[data-value='Titanio'] + label,
[data-color='Titanio'] + label {
  color: white; }
  [data-value='Titanio'] + label::before,
  [data-color='Titanio'] + label::before {
    background-image: url("/arquivos/sku-color-titanium.jpg"); }

[data-value='Tiles'] + label,
[data-color='Tiles'] + label {
  color: white; }
  [data-value='Tiles'] + label::before,
  [data-color='Tiles'] + label::before {
    background-image: url("/arquivos/sku-color-tiles.jpg"); }

[data-value='Ônix'] + label,
[data-color='Ônix'] + label {
  color: white; }
  [data-value='Ônix'] + label::before,
  [data-color='Ônix'] + label::before {
    background-image: url("/arquivos/sku-color-onix.jpg"); }

[data-value='Yellow'] + label,
[data-color='Yellow'] + label {
  color: white; }
  [data-value='Yellow'] + label::before,
  [data-color='Yellow'] + label::before {
    background-image: url("/arquivos/sku-color-yellow.jpg"); }

[data-value='Amarelo'] + label,
[data-color='Amarelo'] + label {
  color: white; }
  [data-value='Amarelo'] + label::before,
  [data-color='Amarelo'] + label::before {
    background-image: url("/arquivos/sku-color-yellow.jpg"); }

[data-value='Amarillo'] + label,
[data-color='Amarillo'] + label {
  color: white; }
  [data-value='Amarillo'] + label::before,
  [data-color='Amarillo'] + label::before {
    background-image: url("/arquivos/sku-color-yellow.jpg"); }

[data-value='Gris Oscuro'] + label,
[data-color='Gris Oscuro'] + label {
  color: white; }
  [data-value='Gris Oscuro'] + label::before,
  [data-color='Gris Oscuro'] + label::before {
    background-image: url("/arquivos/sku-color-gris-dark.jpg"); }

[data-value='Red'] + label,
[data-color='Red'] + label {
  color: white; }
  [data-value='Red'] + label::before,
  [data-color='Red'] + label::before {
    background-image: url("/arquivos/sku-color-red.jpg"); }

[data-value='Vermelho'] + label,
[data-color='Vermelho'] + label {
  color: white; }
  [data-value='Vermelho'] + label::before,
  [data-color='Vermelho'] + label::before {
    background-image: url("/arquivos/sku-color-red.jpg"); }

[data-value='Purple'] + label,
[data-color='Purple'] + label {
  color: white; }
  [data-value='Purple'] + label::before,
  [data-color='Purple'] + label::before {
    background-image: url("/arquivos/sku-color-purple.jpg"); }

[data-value='Roxo'] + label,
[data-color='Roxo'] + label {
  color: white; }
  [data-value='Roxo'] + label::before,
  [data-color='Roxo'] + label::before {
    background-image: url("/arquivos/sku-color-purple.jpg"); }

[data-value='Pink'] + label,
[data-color='Pink'] + label {
  color: white; }
  [data-value='Pink'] + label::before,
  [data-color='Pink'] + label::before {
    background-image: url("/arquivos/sku-color-light-pink.jpg"); }

[data-value='Rosa'] + label,
[data-color='Rosa'] + label {
  color: white; }
  [data-value='Rosa'] + label::before,
  [data-color='Rosa'] + label::before {
    background-image: url("/arquivos/sku-color-light-pink.jpg"); }

[data-value='Orange'] + label,
[data-color='Orange'] + label {
  color: white; }
  [data-value='Orange'] + label::before,
  [data-color='Orange'] + label::before {
    background-image: url("/arquivos/sku-color-orange.jpg"); }

[data-value='Laranja'] + label,
[data-color='Laranja'] + label {
  color: white; }
  [data-value='Laranja'] + label::before,
  [data-color='Laranja'] + label::before {
    background-image: url("/arquivos/sku-color-orange.jpg"); }

[data-value='Slate'] + label,
[data-color='Slate'] + label {
  color: white; }
  [data-value='Slate'] + label::before,
  [data-color='Slate'] + label::before {
    background-image: url("/arquivos/sku-color-slate.jpg"); }

[data-value='Ardósia'] + label,
[data-color='Ardósia'] + label {
  color: white; }
  [data-value='Ardósia'] + label::before,
  [data-color='Ardósia'] + label::before {
    background-image: url("/arquivos/sku-color-slate.jpg"); }

[data-value='Olive'] + label,
[data-color='Olive'] + label {
  color: white; }
  [data-value='Olive'] + label::before,
  [data-color='Olive'] + label::before {
    background-image: url("/arquivos/sku-color-olive.jpg"); }

[data-value='Oliva'] + label,
[data-color='Oliva'] + label {
  color: white; }
  [data-value='Oliva'] + label::before,
  [data-color='Oliva'] + label::before {
    background-image: url("/arquivos/sku-color-olive.jpg"); }

[data-value='Verde Limão'] + label,
[data-color='Verde Limão'] + label {
  color: white; }
  [data-value='Verde Limão'] + label::before,
  [data-color='Verde Limão'] + label::before {
    background-image: url("/arquivos/sku-color-green-lime.jpg"); }

[data-value='Turquoise'] + label,
[data-color='Turquoise'] + label {
  color: white; }
  [data-value='Turquoise'] + label::before,
  [data-color='Turquoise'] + label::before {
    background-image: url("/arquivos/sku-color-turquoise.jpg"); }

[data-value='gray camouflage'] + label,
[data-color='gray camouflage'] + label {
  color: white; }
  [data-value='gray camouflage'] + label::before,
  [data-color='gray camouflage'] + label::before {
    background-image: url("/arquivos/sku-color-gray.jpg"); }

[data-value='Turquesa'] + label,
[data-color='Turquesa'] + label {
  color: white; }
  [data-value='Turquesa'] + label::before,
  [data-color='Turquesa'] + label::before {
    background-image: url("/arquivos/sku-color-turquoise.jpg"); }

[data-value='Azul navy'] + label,
[data-color='Azul navy'] + label {
  color: white; }
  [data-value='Azul navy'] + label::before,
  [data-color='Azul navy'] + label::before {
    background-image: url("/arquivos/sku-color-azul-navy.jpg"); }

[data-value='Polar'] + label,
[data-color='Polar'] + label {
  color: black; }
  [data-value='Polar'] + label::before,
  [data-color='Polar'] + label::before {
    background-image: url("/arquivos/sku-color-polar.jpg"); }

[data-value='Transparente'] + label,
[data-color='Transparente'] + label {
  color: white; }
  [data-value='Transparente'] + label::before,
  [data-color='Transparente'] + label::before {
    background-image: url("/arquivos/sku-color-transparente.jpg"); }

[data-value='Branco'] + label::after,
[data-color='Branco'] + label::after {
  border: 1px solid #a9abaa;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 23px;
  left: 50%;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23px; }

[data-value='Branco']:checked + label::after,
[data-color='Branco']:checked + label::after,
.shelf [data-value='Branco'] + label::after,
.shelf [data-color='Branco'] + label::after {
  display: none; }

.logo,
.productName {
  font-size: 0; }
  .logo::before,
  .productName::before {
    font-size: 3.75rem;
    display: inline-block;
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    vertical-align: top;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 568px) {
      .logo::before,
      .productName::before {
        font-size: 3.375rem; } }
  .logo::after,
  .productName::after {
    font-size: 1rem;
    display: block;
    font-family: "Open Sans", sans-serif;
    margin-top: -5px;
    font-weight: 700; }
  .logo[data-name="dataName"]::before, .logo[class*="className"]::before,
  .productName[data-name="dataName"]::before,
  .productName[class*="className"]::before {
    content: "logoName"; }
  .logo[data-name="dataName"]::after, .logo[class*="className"]::after,
  .productName[data-name="dataName"]::after,
  .productName[class*="className"]::after {
    content: "afterName"; }
  .logo[data-name="Produto Test"]::before, .logo[class*="Produto-Test"]::before,
  .productName[data-name="Produto Test"]::before,
  .productName[class*="Produto-Test"]::before {
    content: ""; }
  .logo[data-name="Produto Test"]::after, .logo[class*="Produto-Test"]::after,
  .productName[data-name="Produto Test"]::after,
  .productName[class*="Produto-Test"]::after {
    content: ""; }
  .logo[data-name="Teste - Preto 8GB"]::before, .logo[class*="Teste---Preto-8GB"]::before,
  .productName[data-name="Teste - Preto 8GB"]::before,
  .productName[class*="Teste---Preto-8GB"]::before {
    content: ""; }
  .logo[data-name="Teste - Preto 8GB"]::after, .logo[class*="Teste---Preto-8GB"]::after,
  .productName[data-name="Teste - Preto 8GB"]::after,
  .productName[class*="Teste---Preto-8GB"]::after {
    content: ""; }
  .logo[data-name="Moto C"]::before, .logo[class*="Moto-C"]::before,
  .productName[data-name="Moto C"]::before,
  .productName[class*="Moto-C"]::before {
    content: ""; }
  .logo[data-name="Moto C"]::after, .logo[class*="Moto-C"]::after,
  .productName[data-name="Moto C"]::after,
  .productName[class*="Moto-C"]::after {
    content: ""; }
  .logo[data-name="Moto C Plus"]::before, .logo[class*="Moto-C-Plus"]::before,
  .productName[data-name="Moto C Plus"]::before,
  .productName[class*="Moto-C-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto C Plus"]::after, .logo[class*="Moto-C-Plus"]::after,
  .productName[data-name="Moto C Plus"]::after,
  .productName[class*="Moto-C-Plus"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto E4"]::before, .logo[class*="Moto-E4"]::before,
  .productName[data-name="Moto E4"]::before,
  .productName[class*="Moto-E4"]::before {
    content: ""; }
  .logo[data-name="Moto E4"]::after, .logo[class*="Moto-E4"]::after,
  .productName[data-name="Moto E4"]::after,
  .productName[class*="Moto-E4"]::after {
    content: ""; }
  .logo[data-name="Moto E4 Plus"]::before, .logo[class*="Moto-E4-Plus"]::before,
  .productName[data-name="Moto E4 Plus"]::before,
  .productName[class*="Moto-E4-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto E4 Plus"]::after, .logo[class*="Moto-E4-Plus"]::after,
  .productName[data-name="Moto E4 Plus"]::after,
  .productName[class*="Moto-E4-Plus"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto E5"]::before, .logo[class*="Moto-E5"]::before,
  .productName[data-name="Moto E5"]::before,
  .productName[class*="Moto-E5"]::before {
    content: ""; }
  .logo[data-name="Moto E5"]::after, .logo[class*="Moto-E5"]::after,
  .productName[data-name="Moto E5"]::after,
  .productName[class*="Moto-E5"]::after {
    content: ""; }
  .logo[data-name="Moto E5 Plus"]::before, .logo[class*="Moto-E5-Plus"]::before,
  .productName[data-name="Moto E5 Plus"]::before,
  .productName[class*="Moto-E5-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto E5 Plus"]::after, .logo[class*="Moto-E5-Plus"]::after,
  .productName[data-name="Moto E5 Plus"]::after,
  .productName[class*="Moto-E5-Plus"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto E5 Play"]::before, .logo[class*="Moto-E5-Play"]::before,
  .productName[data-name="Moto E5 Play"]::before,
  .productName[class*="Moto-E5-Play"]::before {
    content: ""; }
  .logo[data-name="Moto E5 Play"]::after, .logo[class*="Moto-E5-Play"]::after,
  .productName[data-name="Moto E5 Play"]::after,
  .productName[class*="Moto-E5-Play"]::after {
    content: ""; }
  .logo[data-name="Moto G4"]::before, .logo[class*="Moto-G4"]::before,
  .productName[data-name="Moto G4"]::before,
  .productName[class*="Moto-G4"]::before {
    content: ""; }
  .logo[data-name="Moto G4"]::after, .logo[class*="Moto-G4"]::after,
  .productName[data-name="Moto G4"]::after,
  .productName[class*="Moto-G4"]::after {
    content: ""; }
  .logo[data-name="Moto G4 Plus"]::before, .logo[class*="Moto-G4-Plus"]::before,
  .productName[data-name="Moto G4 Plus"]::before,
  .productName[class*="Moto-G4-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto G4 Plus"]::after, .logo[class*="Moto-G4-Plus"]::after,
  .productName[data-name="Moto G4 Plus"]::after,
  .productName[class*="Moto-G4-Plus"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto G4 Play"]::before, .logo[class*="Moto-G4-Play"]::before,
  .productName[data-name="Moto G4 Play"]::before,
  .productName[class*="Moto-G4-Play"]::before {
    content: ""; }
  .logo[data-name="Moto G4 Play"]::after, .logo[class*="Moto-G4-Play"]::after,
  .productName[data-name="Moto G4 Play"]::after,
  .productName[class*="Moto-G4-Play"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto G4 Play DTV"]::before, .logo[class*="Moto-G4-Play-DTV"]::before,
  .productName[data-name="Moto G4 Play DTV"]::before,
  .productName[class*="Moto-G4-Play-DTV"]::before {
    content: ""; }
  .logo[data-name="Moto G4 Play DTV"]::after, .logo[class*="Moto-G4-Play-DTV"]::after,
  .productName[data-name="Moto G4 Play DTV"]::after,
  .productName[class*="Moto-G4-Play-DTV"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto G5"]::before, .logo[class*="Moto-G5"]::before,
  .productName[data-name="Moto G5"]::before,
  .productName[class*="Moto-G5"]::before {
    content: ""; }
  .logo[data-name="Moto G5"]::after, .logo[class*="Moto-G5"]::after,
  .productName[data-name="Moto G5"]::after,
  .productName[class*="Moto-G5"]::after {
    content: ""; }
  .logo[data-name="Moto G5 Plus"]::before, .logo[class*="Moto-G5-Plus"]::before,
  .productName[data-name="Moto G5 Plus"]::before,
  .productName[class*="Moto-G5-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto G5 Plus"]::after, .logo[class*="Moto-G5-Plus"]::after,
  .productName[data-name="Moto G5 Plus"]::after,
  .productName[class*="Moto-G5-Plus"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto G5S"]::before, .logo[class*="Moto-G5S"]::before,
  .productName[data-name="Moto G5S"]::before,
  .productName[class*="Moto-G5S"]::before {
    content: ""; }
  .logo[data-name="Moto G5S"]::after, .logo[class*="Moto-G5S"]::after,
  .productName[data-name="Moto G5S"]::after,
  .productName[class*="Moto-G5S"]::after {
    content: ""; }
  .logo[data-name="Moto G5S Plus"]::before, .logo[class*="Moto-G5S-Plus"]::before,
  .productName[data-name="Moto G5S Plus"]::before,
  .productName[class*="Moto-G5S-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto G5S Plus"]::after, .logo[class*="Moto-G5S-Plus"]::after,
  .productName[data-name="Moto G5S Plus"]::after,
  .productName[class*="Moto-G5S-Plus"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto G6"]::before, .logo[class*="Moto-G6"]::before,
  .productName[data-name="Moto G6"]::before,
  .productName[class*="Moto-G6"]::before {
    content: ""; }
  .logo[data-name="Moto G6"]::after, .logo[class*="Moto-G6"]::after,
  .productName[data-name="Moto G6"]::after,
  .productName[class*="Moto-G6"]::after {
    content: ""; }
  .logo[data-name="Moto G6 Play"]::before, .logo[class*="Moto-G6-Play"]::before,
  .productName[data-name="Moto G6 Play"]::before,
  .productName[class*="Moto-G6-Play"]::before {
    content: ""; }
  .logo[data-name="Moto G6 Play"]::after, .logo[class*="Moto-G6-Play"]::after,
  .productName[data-name="Moto G6 Play"]::after,
  .productName[class*="Moto-G6-Play"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto G6 Plus"]::before, .logo[class*="Moto-G6-Plus"]::before,
  .productName[data-name="Moto G6 Plus"]::before,
  .productName[class*="Moto-G6-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto G6 Plus"]::after, .logo[class*="Moto-G6-Plus"]::after,
  .productName[data-name="Moto G6 Plus"]::after,
  .productName[class*="Moto-G6-Plus"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto G7"]::before, .logo[class*="Moto-G7"]::before,
  .productName[data-name="Moto G7"]::before,
  .productName[class*="Moto-G7"]::before {
    content: ""; }
  .logo[data-name="Moto G7"]::after, .logo[class*="Moto-G7"]::after,
  .productName[data-name="Moto G7"]::after,
  .productName[class*="Moto-G7"]::after {
    content: ""; }
  .logo[data-name="Moto G7 Play"]::before, .logo[class*="Moto-G7-Play"]::before,
  .productName[data-name="Moto G7 Play"]::before,
  .productName[class*="Moto-G7-Play"]::before {
    content: ""; }
  .logo[data-name="Moto G7 Play"]::after, .logo[class*="Moto-G7-Play"]::after,
  .productName[data-name="Moto G7 Play"]::after,
  .productName[class*="Moto-G7-Play"]::after {
    content: ""; }
  .logo[data-name="Moto G7 Plus"]::before, .logo[class*="Moto-G7-Plus"]::before,
  .productName[data-name="Moto G7 Plus"]::before,
  .productName[class*="Moto-G7-Plus"]::before {
    content: ""; }
  .logo[data-name="Moto G7 Plus"]::after, .logo[class*="Moto-G7-Plus"]::after,
  .productName[data-name="Moto G7 Plus"]::after,
  .productName[class*="Moto-G7-Plus"]::after {
    content: ""; }
  .logo[data-name="Moto G7 Power"]::before, .logo[class*="Moto-G7-Power"]::before,
  .productName[data-name="Moto G7 Power"]::before,
  .productName[class*="Moto-G7-Power"]::before {
    content: ""; }
  .logo[data-name="Moto G7 Power"]::after, .logo[class*="Moto-G7-Power"]::after,
  .productName[data-name="Moto G7 Power"]::after,
  .productName[class*="Moto-G7-Power"]::after {
    content: ""; }
  .logo[data-name="Moto X4"]::before, .logo[class*="Moto-X4"]::before,
  .productName[data-name="Moto X4"]::before,
  .productName[class*="Moto-X4"]::before {
    content: ""; }
  .logo[data-name="Moto X4"]::after, .logo[class*="Moto-X4"]::after,
  .productName[data-name="Moto X4"]::after,
  .productName[class*="Moto-X4"]::after {
    content: ""; }
  .logo[data-name="Moto Z"]::before, .logo[class*="Moto-Z"]::before,
  .productName[data-name="Moto Z"]::before,
  .productName[class*="Moto-Z"]::before {
    content: ""; }
  .logo[data-name="Moto Z"]::after, .logo[class*="Moto-Z"]::after,
  .productName[data-name="Moto Z"]::after,
  .productName[class*="Moto-Z"]::after {
    content: ""; }
  .logo[data-name="Moto Z Style Edition"]::before, .logo[class*="Moto-Z-Style-Edition"]::before,
  .productName[data-name="Moto Z Style Edition"]::before,
  .productName[class*="Moto-Z-Style-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z Style Edition"]::after, .logo[class*="Moto-Z-Style-Edition"]::after,
  .productName[data-name="Moto Z Style Edition"]::after,
  .productName[class*="Moto-Z-Style-Edition"]::after {
    content: "Style Edition"; }
  .logo[data-name="Moto Z Play"]::before, .logo[class*="Moto-Z-Play"]::before,
  .productName[data-name="Moto Z Play"]::before,
  .productName[class*="Moto-Z-Play"]::before {
    content: ""; }
  .logo[data-name="Moto Z Play"]::after, .logo[class*="Moto-Z-Play"]::after,
  .productName[data-name="Moto Z Play"]::after,
  .productName[class*="Moto-Z-Play"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Play"]::before, .logo[class*="Moto-Z2-Play"]::before,
  .productName[data-name="Moto Z2 Play"]::before,
  .productName[class*="Moto-Z2-Play"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Play"]::after, .logo[class*="Moto-Z2-Play"]::after,
  .productName[data-name="Moto Z2 Play"]::after,
  .productName[class*="Moto-Z2-Play"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Play - Power Pack & DTV Edition"]::before, .logo[class*="Moto-Z2-Play---Power-Pack---DTV-Edition"]::before,
  .productName[data-name="Moto Z2 Play - Power Pack & DTV Edition"]::before,
  .productName[class*="Moto-Z2-Play---Power-Pack---DTV-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Play - Power Pack & DTV Edition"]::after, .logo[class*="Moto-Z2-Play---Power-Pack---DTV-Edition"]::after,
  .productName[data-name="Moto Z2 Play - Power Pack & DTV Edition"]::after,
  .productName[class*="Moto-Z2-Play---Power-Pack---DTV-Edition"]::after {
    content: "+ moto power pack & tv digital";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Play - Stereo Speaker"]::before, .logo[class*="Moto-Z2-Play---Stereo-Speaker"]::before,
  .productName[data-name="Moto Z2 Play - Stereo Speaker"]::before,
  .productName[class*="Moto-Z2-Play---Stereo-Speaker"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Play - Stereo Speaker"]::after, .logo[class*="Moto-Z2-Play---Stereo-Speaker"]::after,
  .productName[data-name="Moto Z2 Play - Stereo Speaker"]::after,
  .productName[class*="Moto-Z2-Play---Stereo-Speaker"]::after {
    content: "Stereo Speaker";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Play GamePad Edition"]::before, .logo[class*="Moto-Z2-Play-GamePad-Edition"]::before,
  .productName[data-name="Moto Z2 Play GamePad Edition"]::before,
  .productName[class*="Moto-Z2-Play-GamePad-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Play GamePad Edition"]::after, .logo[class*="Moto-Z2-Play-GamePad-Edition"]::after,
  .productName[data-name="Moto Z2 Play GamePad Edition"]::after,
  .productName[class*="Moto-Z2-Play-GamePad-Edition"]::after {
    content: "Gamepad Edition";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Play 360 Camera Edition"]::before, .logo[class*="Moto-Z2-Play-360-Camera-Edition"]::before,
  .productName[data-name="Moto Z2 Play 360 Camera Edition"]::before,
  .productName[class*="Moto-Z2-Play-360-Camera-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Play 360 Camera Edition"]::after, .logo[class*="Moto-Z2-Play-360-Camera-Edition"]::after,
  .productName[data-name="Moto Z2 Play 360 Camera Edition"]::after,
  .productName[class*="Moto-Z2-Play-360-Camera-Edition"]::after {
    content: "360 Camera Edition";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Play Polaroid Edition"]::before, .logo[class*="Moto-Z2-Play-Polaroid-Edition"]::before,
  .productName[data-name="Moto Z2 Play Polaroid Edition"]::before,
  .productName[class*="Moto-Z2-Play-Polaroid-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Play Polaroid Edition"]::after, .logo[class*="Moto-Z2-Play-Polaroid-Edition"]::after,
  .productName[data-name="Moto Z2 Play Polaroid Edition"]::after,
  .productName[class*="Moto-Z2-Play-Polaroid-Edition"]::after {
    content: "+ Polaroid Insta-share Printer";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Force"]::before, .logo[class*="Moto-Z2-Force"]::before,
  .productName[data-name="Moto Z2 Force"]::before,
  .productName[class*="Moto-Z2-Force"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Force"]::after, .logo[class*="Moto-Z2-Force"]::after,
  .productName[data-name="Moto Z2 Force"]::after,
  .productName[class*="Moto-Z2-Force"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Z2 Force Power Edition"]::before, .logo[class*="Moto-Z2-Force-Power-Edition"]::before,
  .productName[data-name="Moto Z2 Force Power Edition"]::before,
  .productName[class*="Moto-Z2-Force-Power-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z2 Force Power Edition"]::after, .logo[class*="Moto-Z2-Force-Power-Edition"]::after,
  .productName[data-name="Moto Z2 Force Power Edition"]::after,
  .productName[class*="Moto-Z2-Force-Power-Edition"]::after {
    content: "Power Edition";
    transform: translateY(0); }
  .logo[data-name="Moto Z3"]::before, .logo[class*="Moto-Z3"]::before,
  .productName[data-name="Moto Z3"]::before,
  .productName[class*="Moto-Z3"]::before {
    content: ""; }
  .logo[data-name="Moto Z3"]::after, .logo[class*="Moto-Z3"]::after,
  .productName[data-name="Moto Z3"]::after,
  .productName[class*="Moto-Z3"]::after {
    content: ""; }
  .logo[data-name="Moto Z3 Play"]::before, .logo[class*="Moto-Z3-Play"]::before,
  .productName[data-name="Moto Z3 Play"]::before,
  .productName[class*="Moto-Z3-Play"]::before {
    content: ""; }
  .logo[data-name="Moto Z3 Play"]::after, .logo[class*="Moto-Z3-Play"]::after,
  .productName[data-name="Moto Z3 Play"]::after,
  .productName[class*="Moto-Z3-Play"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto-Z3 Play GamePad Edition"]::before, .logo[class*="Moto-Z3-Play---GamePad-Edition"]::before,
  .productName[data-name="Moto-Z3 Play GamePad Edition"]::before,
  .productName[class*="Moto-Z3-Play---GamePad-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto-Z3 Play GamePad Edition"]::after, .logo[class*="Moto-Z3-Play---GamePad-Edition"]::after,
  .productName[data-name="Moto-Z3 Play GamePad Edition"]::after,
  .productName[class*="Moto-Z3-Play---GamePad-Edition"]::after {
    content: "Gamepad Edition";
    transform: translateY(0); }
  .logo[data-name="Moto Z3 Play Projector Edition"]::before, .logo[class*="Moto-Z3-Play---Projector-Edition"]::before,
  .productName[data-name="Moto Z3 Play Projector Edition"]::before,
  .productName[class*="Moto-Z3-Play---Projector-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z3 Play Projector Edition"]::after, .logo[class*="Moto-Z3-Play---Projector-Edition"]::after,
  .productName[data-name="Moto Z3 Play Projector Edition"]::after,
  .productName[class*="Moto-Z3-Play---Projector-Edition"]::after {
    content: "Projector Edition";
    transform: translateY(0); }
  .logo[data-name="Moto Z3 Play Style Edition"]::before, .logo[class*="Moto-Z3-Play---Style-Edition"]::before,
  .productName[data-name="Moto Z3 Play Style Edition"]::before,
  .productName[class*="Moto-Z3-Play---Style-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z3 Play Style Edition"]::after, .logo[class*="Moto-Z3-Play---Style-Edition"]::after,
  .productName[data-name="Moto Z3 Play Style Edition"]::after,
  .productName[class*="Moto-Z3-Play---Style-Edition"]::after {
    content: "Style Edition";
    transform: translateY(0); }
  .logo[data-name="Moto Z3 Play Power Pack & DTV Edition"]::before, .logo[class*="Moto-Z3-Play---Power-Pack---DTV-Edition"]::before,
  .productName[data-name="Moto Z3 Play Power Pack & DTV Edition"]::before,
  .productName[class*="Moto-Z3-Play---Power-Pack---DTV-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z3 Play Power Pack & DTV Edition"]::after, .logo[class*="Moto-Z3-Play---Power-Pack---DTV-Edition"]::after,
  .productName[data-name="Moto Z3 Play Power Pack & DTV Edition"]::after,
  .productName[class*="Moto-Z3-Play---Power-Pack---DTV-Edition"]::after {
    content: "Power Pack & DTV Edition";
    transform: translateY(0); }
  .logo[data-name="Moto Z3 Play Stereo Speaker Edition"]::before, .logo[class*="Moto-Z3-Play---Stereo-Speaker-Edition"]::before,
  .productName[data-name="Moto Z3 Play Stereo Speaker Edition"]::before,
  .productName[class*="Moto-Z3-Play---Stereo-Speaker-Edition"]::before {
    content: ""; }
  .logo[data-name="Moto Z3 Play Stereo Speaker Edition"]::after, .logo[class*="Moto-Z3-Play---Stereo-Speaker-Edition"]::after,
  .productName[data-name="Moto Z3 Play Stereo Speaker Edition"]::after,
  .productName[class*="Moto-Z3-Play---Stereo-Speaker-Edition"]::after {
    content: "Stereo Speaker Edition";
    transform: translateY(0); }
  .logo[data-name="Motorola One"]::before, .logo[class*="Motorola-One"]::before,
  .productName[data-name="Motorola One"]::before,
  .productName[class*="Motorola-One"]::before {
    content: ""; }
  .logo[data-name="Motorola One"]::after, .logo[class*="Motorola-One"]::after,
  .productName[data-name="Motorola One"]::after,
  .productName[class*="Motorola-One"]::after {
    content: ""; }
  .logo[data-name="Motorola One"]::before, .logo[class*="MotorolaOne"]::before,
  .productName[data-name="Motorola One"]::before,
  .productName[class*="MotorolaOne"]::before {
    content: ""; }
  .logo[data-name="Motorola One"]::after, .logo[class*="MotorolaOne"]::after,
  .productName[data-name="Motorola One"]::after,
  .productName[class*="MotorolaOne"]::after {
    content: ""; }
  .logo[data-name="JBL SoundBoost"]::before, .logo[class*="JBL-SoundBoost"]::before,
  .productName[data-name="JBL SoundBoost"]::before,
  .productName[class*="JBL-SoundBoost"]::before {
    content: ""; }
  .logo[data-name="JBL SoundBoost"]::after, .logo[class*="JBL-SoundBoost"]::after,
  .productName[data-name="JBL SoundBoost"]::after,
  .productName[class*="JBL-SoundBoost"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="JBL SoundBoost 2"]::before, .logo[class*="JBL-SoundBoost-2"]::before,
  .productName[data-name="JBL SoundBoost 2"]::before,
  .productName[class*="JBL-SoundBoost-2"]::before {
    content: ""; }
  .logo[data-name="JBL SoundBoost 2"]::after, .logo[class*="JBL-SoundBoost-2"]::after,
  .productName[data-name="JBL SoundBoost 2"]::after,
  .productName[class*="JBL-SoundBoost-2"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Hasselblad True Zoom"]::before, .logo[class*="Hasselblad-True-Zoom"]::before,
  .productName[data-name="Hasselblad True Zoom"]::before,
  .productName[class*="Hasselblad-True-Zoom"]::before {
    content: ""; }
  .logo[data-name="Hasselblad True Zoom"]::after, .logo[class*="Hasselblad-True-Zoom"]::after,
  .productName[data-name="Hasselblad True Zoom"]::after,
  .productName[class*="Hasselblad-True-Zoom"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Incipio offGRID Power Pack"]::before, .logo[class*="Incipio-offGRID-Power-Pack"]::before,
  .productName[data-name="Incipio offGRID Power Pack"]::before,
  .productName[class*="Incipio-offGRID-Power-Pack"]::before {
    content: ""; }
  .logo[data-name="Incipio offGRID Power Pack"]::after, .logo[class*="Incipio-offGRID-Power-Pack"]::after,
  .productName[data-name="Incipio offGRID Power Pack"]::after,
  .productName[class*="Incipio-offGRID-Power-Pack"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Insta-Share Projector"]::before, .logo[class*="Moto-Insta-Share-Projector"]::before,
  .productName[data-name="Moto Insta-Share Projector"]::before,
  .productName[class*="Moto-Insta-Share-Projector"]::before {
    content: ""; }
  .logo[data-name="Moto Insta-Share Projector"]::after, .logo[class*="Moto-Insta-Share-Projector"]::after,
  .productName[data-name="Moto Insta-Share Projector"]::after,
  .productName[class*="Moto-Insta-Share-Projector"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Style Shell"]::before, .logo[class*="Style-Shell"]::before,
  .productName[data-name="Style Shell"]::before,
  .productName[class*="Style-Shell"]::before {
    content: ""; }
  .logo[data-name="Style Shell"]::after, .logo[class*="Style-Shell"]::after,
  .productName[data-name="Style Shell"]::after,
  .productName[class*="Style-Shell"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Gamepad"]::before, .logo[class*="Moto-Gamepad"]::before,
  .productName[data-name="Moto Gamepad"]::before,
  .productName[class*="Moto-Gamepad"]::before {
    content: ""; }
  .logo[data-name="Moto Gamepad"]::after, .logo[class*="Moto-Gamepad"]::after,
  .productName[data-name="Moto Gamepad"]::after,
  .productName[class*="Moto-Gamepad"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Gamepad"]::before, .logo[class*="Moto-Gamepad"]::before,
  .productName[data-name="Moto Gamepad"]::before,
  .productName[class*="Moto-Gamepad"]::before {
    content: ""; }
  .logo[data-name="Moto Gamepad"]::after, .logo[class*="Moto-Gamepad"]::after,
  .productName[data-name="Moto Gamepad"]::after,
  .productName[class*="Moto-Gamepad"]::after {
    content: "Gamepad"; }
  .logo[data-name="Moto 360 Camera"]::before, .logo[class*="Moto-360-Camera"]::before,
  .productName[data-name="Moto 360 Camera"]::before,
  .productName[class*="Moto-360-Camera"]::before {
    content: ""; }
  .logo[data-name="Moto 360 Camera"]::after, .logo[class*="Moto-360-Camera"]::after,
  .productName[data-name="Moto 360 Camera"]::after,
  .productName[class*="Moto-360-Camera"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Stereo Speaker"]::before, .logo[class*="Moto-Stereo-Speaker"]::before,
  .productName[data-name="Moto Stereo Speaker"]::before,
  .productName[class*="Moto-Stereo-Speaker"]::before {
    content: ""; }
  .logo[data-name="Moto Stereo Speaker"]::after, .logo[class*="Moto-Stereo-Speaker"]::after,
  .productName[data-name="Moto Stereo Speaker"]::after,
  .productName[class*="Moto-Stereo-Speaker"]::after {
    content: "Stereo Speaker"; }
  .logo[data-name="Polaroid Insta-Share Printer"]::before, .logo[class*="Polaroid-Insta-Share-Printer"]::before,
  .productName[data-name="Polaroid Insta-Share Printer"]::before,
  .productName[class*="Polaroid-Insta-Share-Printer"]::before {
    content: ""; }
  .logo[data-name="Polaroid Insta-Share Printer"]::after, .logo[class*="Polaroid-Insta-Share-Printer"]::after,
  .productName[data-name="Polaroid Insta-Share Printer"]::after,
  .productName[class*="Polaroid-Insta-Share-Printer"]::after {
    content: "Polaroid Insta-Share Printer"; }
  .logo[data-name="Moto Power Pack"]::before, .logo[class*="Moto-Power-Pack"]::before,
  .productName[data-name="Moto Power Pack"]::before,
  .productName[class*="Moto-Power-Pack"]::before {
    content: ""; }
  .logo[data-name="Moto Power Pack"]::after, .logo[class*="Moto-Power-Pack"]::after,
  .productName[data-name="Moto Power Pack"]::after,
  .productName[class*="Moto-Power-Pack"]::after {
    content: "";
    transform: translateY(0); }
  .logo[data-name="Moto Power Pack & TV Digital"]::before, .logo[class*="Moto-Power-Pack---TV-Digital"]::before,
  .productName[data-name="Moto Power Pack & TV Digital"]::before,
  .productName[class*="Moto-Power-Pack---TV-Digital"]::before {
    content: ""; }
  .logo[data-name="Moto Power Pack & TV Digital"]::after, .logo[class*="Moto-Power-Pack---TV-Digital"]::after,
  .productName[data-name="Moto Power Pack & TV Digital"]::after,
  .productName[class*="Moto-Power-Pack---TV-Digital"]::after {
    content: "Power Pack & TV Digital"; }
  @media (max-width: 768px) {
    .logo[class*="Moto-Insta-Share-Projector"]::before,
    .productName[class*="Moto-Insta-Share-Projector"]::before {
      font-size: 4.375rem; } }

/* ICONS */
/* BUTTONS */
.btn, .shelf .btn {
  font-size: 1rem;
  background-color: #e1140a;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  max-width: 145px;
  width: 100%;
  padding: 19px 10px;
  text-align: center;
  transition: color .2s ease, background-color .2s ease;
  text-decoration: none; }
  @media (min-width: 768px) {
    .btn, .shelf .btn {
      max-width: 194px;
      padding: 19px 12px; } }
  .btn:hover, .btn:focus {
    background-color: #c91209;
    color: #fff;
    text-decoration: none; }
  .btn:focus {
    box-shadow: none;
    outline: 0; }

.btn.-invert {
  background-color: transparent;
  color: #cc0000; }

.btn.-loading {
  font-size: 0; }
  .btn.-loading:after {
    animation: rotate .7s linear infinite;
    border-radius: 50%;
    border: 2px solid white;
    border-top-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    height: 25px;
    transform-origin: center;
    vertical-align: top;
    width: 25px;
    border-right-color: rgba(255, 255, 255, 0.2);
    content: ''; }

.btn.-other-possibilities {
  background-color: #fff !important;
  /*IMPORTANT THAT THE COLOR ALWAYS NEEDS WHITE*/
  color: #5b5855 !important; }

.btn.-know-more {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #979797; }
  .btn.-know-more:hover, .btn.-know-more:focus {
    background-color: #eaeaea; }

.btn.-play-video, .btn.-close-video {
  background-color: transparent !important;
  /*IMPORTANT THAT THE COLOR ALWAYS NEEDS TRANSPARENT*/
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  min-width: 0;
  padding: 0;
  text-align: center; }

.btn.-play-video {
  border-width: 3px;
  height: 90px;
  width: 90px; }
  @media (min-width: 768px) {
    .btn.-play-video {
      border-width: 5px;
      height: 128px;
      width: 128px; } }
  .btn.-play-video::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 21px 0 21px 35px;
    content: '';
    display: inline-block;
    height: 0;
    transform: translateX(10%);
    width: 0; }
    @media (min-width: 768px) {
      .btn.-play-video::before {
        border-width: 30px 0 30px 50px; } }

.btn.-close-video {
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px; }
  .btn.-close-video::before {
    font-size: 1.125rem;
    content: 'X';
    line-height: 18px; }

.btn.-plus, .btn.-less, .btn.-arrow-prev, .btn.-arrow-next, .btn.-arrow-first, .btn.-arrow-last {
  background: none;
  color: #46c8e1;
  font-weight: bold;
  white-space: nowrap; }
  .btn.-plus::after, .btn.-less::after, .btn.-arrow-prev::after, .btn.-arrow-next::after, .btn.-arrow-first::after, .btn.-arrow-last::after {
    font-size: 1.125rem;
    border-radius: 50%;
    border: #fc6a21 2px solid;
    color: #fc6a21;
    display: inline-block;
    height: 20px;
    line-height: 13px;
    margin-left: 5px;
    text-align: center;
    vertical-align: top;
    width: 20px; }

.btn.-plus::after {
  content: '+';
  line-height: 15px; }

.btn.-less::after {
  content: '-';
  line-height: 14px; }

.btn.-arrow-prev::after {
  content: '‹'; }

.btn.-arrow-next::after {
  content: '›'; }

.btn.-arrow-first::after {
  content: '«'; }

.btn.-arrow-last::after {
  content: '»'; }

/* HEADER */
#vtex-callcenter ~ .header {
  margin-top: 65px; }

#vtex-callcenter ~ .main {
  margin-top: 95px; }

.header {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #9a9a9a;
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98; }
  @media screen and (prefers-reduced-motion: reduce) {
    .header {
      transition: none; } }
  .header::before {
    position: fixed;
    top: 62px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    opacity: 0;
    visibility: hidden;
    content: '';
    width: 100vw;
    height: 100vh; }
    @media (min-width: 992px) {
      .header::before {
        top: 84px; } }
    .-menu-active .header::before {
      display: block;
      opacity: 1;
      visibility: visible; }
  @media (min-width: 992px) {
    .header.-fixed {
      top: -32px; } }
  @media (min-width: 992px) {
    .header .topbar-menu,
    .header .navbar,
    .header .submenu-container {
      margin-left: auto;
      margin-right: auto;
      max-width: 99%; } }

.topbar {
  transition: all 0.2s ease-in-out;
  background-color: #333f48;
  display: none; }
  @media (min-width: 992px) {
    .topbar {
      display: block; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .topbar {
      transition: none; } }

.topbar-menu {
  list-style: none;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: right; }
  .topbar-menu .topbar-item {
    display: inline-block;
    position: relative;
    text-transform: lowercase; }
    .topbar-menu .topbar-item.-blog .topbar-link {
      border-color: #fee600; }
    .topbar-menu .topbar-item.-blog .topbar-submenu {
      background-color: #fee600;
      color: #000; }
    .topbar-menu .topbar-item.-corp .topbar-link {
      border-color: #ff6a05; }
    .topbar-menu .topbar-item.-corp .topbar-submenu {
      background-color: #ff6a05; }
    .topbar-menu .topbar-item.-secure .topbar-link {
      border-color: #62c546; }
    .topbar-menu .topbar-item.-secure .topbar-submenu {
      background-color: #62c546; }
    .topbar-menu .topbar-item.-support .topbar-link {
      border-color: #46cbde; }
    .topbar-menu .topbar-item.-support .topbar-submenu {
      background-color: #46cbde; }
    .topbar-menu .topbar-item.-stores .topbar-link {
      border-color: #ef4186; }
    .topbar-menu .topbar-item.-stores .topbar-submenu {
      background-color: #ef4186; }
    .topbar-menu .topbar-item.-telemarketing .topbar-link {
      border-color: #008ee1; }
    .topbar-menu .topbar-item.-telemarketing .topbar-submenu {
      background-color: #008ee1; }
    .topbar-menu .topbar-item:hover > .topbar-submenu {
      opacity: 1;
      top: 29px;
      visibility: visible; }
  .topbar-menu .topbar-link {
    font-size: 0.8125rem;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid rgba(255, 255, 255, 0.85);
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: lowercase; }
    @media screen and (prefers-reduced-motion: reduce) {
      .topbar-menu .topbar-link {
        transition: none; } }
    .topbar-menu .topbar-link:hover {
      color: #fff; }
  .topbar-menu .topbar-text {
    font-weight: 300; }
  .topbar-menu .topbar-submenu {
    transition: all 0.2s ease-in-out;
    color: #fff;
    list-style: none;
    margin-bottom: 0;
    min-width: 220px;
    opacity: 0;
    overflow: hidden;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 26px;
    visibility: hidden;
    z-index: 999; }
    @media screen and (prefers-reduced-motion: reduce) {
      .topbar-menu .topbar-submenu {
        transition: none; } }
    .topbar-menu .topbar-submenu .topbar-subitem {
      display: inline; }
    .topbar-menu .topbar-submenu .topbar-sublink {
      font-size: 0.8125rem;
      transition: all 0.2s ease-in-out;
      color: inherit;
      display: block;
      font-weight: 700;
      padding: 8px 15px;
      text-decoration: none;
      text-transform: lowercase;
      width: 100%; }
      @media screen and (prefers-reduced-motion: reduce) {
        .topbar-menu .topbar-submenu .topbar-sublink {
          transition: none; } }
      .topbar-menu .topbar-submenu .topbar-sublink:hover {
        background-color: rgba(0, 0, 0, 0.15); }
  .topbar-menu .info-user-promotion {
    font-size: 0.8125rem;
    color: #fff;
    float: left;
    line-height: 100%;
    margin-top: 9px; }
  .topbar-menu .-telemarketing .topbar-submenu {
    padding: 20px 30px 30px 30px;
    white-space: nowrap; }
  .topbar-menu .-telemarketing .topbar-subitem {
    display: block;
    margin-top: 10px; }
    .topbar-menu .-telemarketing .topbar-subitem:first-child {
      margin-top: 0; }
  .topbar-menu .-telemarketing .topbar-sublink {
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    pointer-events: none; }
    .topbar-menu .-telemarketing .topbar-sublink:hover {
      background: inherit; }
    .topbar-menu .-telemarketing .topbar-sublink span {
      font-weight: 500; }

.navbar {
  align-items: center;
  background-color: #fff;
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  min-height: auto;
  padding: 0 15px;
  position: static; }
  @media (min-width: 992px) {
    .navbar {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .navbar {
      padding-bottom: 0;
      padding-top: 0; } }
  .navbar .menu-toggle {
    transition: all 0.2s ease-in-out;
    flex-basis: 7%;
    height: 15px;
    position: relative; }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar .menu-toggle {
        transition: none; } }
    @media (min-width: 992px) {
      .navbar .menu-toggle {
        display: none; } }
    .navbar .menu-toggle.-active .menu-lines {
      background-color: #1790de; }
    .navbar .menu-toggle .menu-lines {
      transition: all 0.2s ease-in-out;
      background-color: #5b5855;
      border-radius: 1px;
      display: block;
      height: 2px;
      position: absolute;
      width: 22px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .navbar .menu-toggle .menu-lines {
          transition: none; } }
      .navbar .menu-toggle .menu-lines:first-child {
        top: 0; }
      .navbar .menu-toggle .menu-lines:nth-child(2) {
        top: 50%;
        transform: translateY(-50%); }
      .navbar .menu-toggle .menu-lines:last-child {
        bottom: 0; }
  .navbar .navbar-brand {
    transition: all 0.2s ease-in-out;
    color: #1790de;
    float: none;
    flex-basis: 25%;
    font-size: 0;
    height: auto;
    line-height: 1;
    padding: 0;
    text-align: center;
    text-decoration: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar .navbar-brand {
        transition: none; } }
    @media (min-width: 992px) {
      .navbar .navbar-brand {
        flex-basis: 3%;
        text-align: left; } }
    .navbar .navbar-brand::before {
      display: inline-block;
      font-family: "icomoon" !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      vertical-align: top;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 2rem;
      content: ""; }
      @media (min-width: 768px) {
        .navbar .navbar-brand::before {
          margin-left: -100%; } }
      @media (min-width: 992px) {
        .navbar .navbar-brand::before {
          margin-left: 0; } }
      @media (min-width: 992px) {
        .navbar .navbar-brand::before {
          font-size: 2.5rem; } }
  @media (min-width: 992px) {
    .navbar .menu-desktop {
      align-items: center;
      display: flex;
      justify-content: space-between; } }
  .navbar .menu-desktop .logout-promotion {
    margin-right: 15%; }
    .navbar .menu-desktop .logout-promotion a {
      font-size: 0.625rem;
      color: #c31d24;
      text-transform: uppercase;
      font-weight: bold; }
    @media (max-width: 992px) {
      .navbar .menu-desktop .logout-promotion {
        display: none; } }
  .navbar .menu-actions {
    flex-basis: 25%;
    font-size: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: right; }
    @media (min-width: 768px) {
      .navbar .menu-actions {
        padding-right: 10px; } }
    .navbar .menu-actions li {
      display: inline-block;
      margin-left: 10px;
      position: relative;
      vertical-align: middle; }
      .navbar .menu-actions li:first-child {
        margin-left: 0; }
      .navbar .menu-actions li.login-item {
        margin-left: 0; }
        @media (min-width: 992px) {
          .navbar .menu-actions li.login-item {
            margin-left: 15px; } }
      .navbar .menu-actions li.search-item {
        display: none; }
        @media (min-width: 992px) {
          .navbar .menu-actions li.search-item {
            display: inline-block; } }
    .navbar .menu-actions a,
    .navbar .menu-actions .search-open {
      display: block;
      color: #5b5855;
      cursor: pointer;
      font-size: 0;
      outline: none;
      transition: all ease .5s; }
      .navbar .menu-actions a::before,
      .navbar .menu-actions .search-open::before {
        display: inline-block;
        font-family: "icomoon" !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: top;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 1.375rem; }
  .navbar .search-item .search-open {
    transform: rotate(45deg) scale(0.5); }
    .navbar .search-item .search-open::before {
      content: ""; }
  .navbar .search-item .search-open {
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: none;
    padding: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar .search-item .search-open {
        transition: none; } }
    .navbar .search-item .search-open::before {
      content: ""; }
  .navbar .search-item .search-desktop {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: width .5s ease;
    visibility: visible;
    width: 220px; }
    @media (min-width: 992px) {
      .navbar .search-item .search-desktop {
        width: 394px; } }
    .navbar .search-item .search-desktop::before {
      display: inline-block;
      font-family: "icomoon" !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      vertical-align: top;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 1.125rem;
      color: #2d9cbd;
      content: "";
      right: 12px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9; }
    .navbar .search-item .search-desktop legend,
    .navbar .search-item .search-desktop label,
    .navbar .search-item .search-desktop select {
      display: none; }
    .navbar .search-item .search-desktop .fulltext-search-box {
      font-size: 0.875rem;
      transition: all 0.2s ease-in-out;
      background-color: #fff;
      border: 1px solid #c8c0b7;
      border-radius: 4px;
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 400;
      height: 40px;
      outline: none;
      padding: 11px 35px 11px 12px;
      width: 73%;
      -webkit-appearance: none;
      appearance: none; }
      @media screen and (prefers-reduced-motion: reduce) {
        .navbar .search-item .search-desktop .fulltext-search-box {
          transition: none; } }
      @media (min-width: 1100px) {
        .navbar .search-item .search-desktop .fulltext-search-box {
          width: 100%; } }
      .navbar .search-item .search-desktop .fulltext-search-box:focus:before {
        color: red; }
    .navbar .search-item .search-desktop .btn-buscar {
      background-color: transparent;
      border: none;
      cursor: pointer;
      font-size: 0;
      height: 28px;
      padding: 0;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      z-index: 10; }
  .navbar .login-link::before {
    content: ""; }
  .navbar .login-menu {
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: -8px;
    text-align: left;
    top: 35px;
    visibility: hidden;
    width: 180px;
    z-index: 99; }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar .login-menu {
        transition: none; } }
    .navbar .login-menu.-visible {
      opacity: 1;
      top: 40px;
      visibility: visible; }
    .navbar .login-menu::before, .navbar .login-menu::after {
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: '';
      height: 0;
      position: absolute;
      right: 8px;
      width: 0; }
    .navbar .login-menu::before {
      top: -10px;
      border-bottom-color: #c8c8c8; }
    .navbar .login-menu::after {
      top: -9px;
      border-bottom-color: #fff; }
    .navbar .login-menu .login-menu-item {
      display: block;
      margin-left: 0 !important; }
      .navbar .login-menu .login-menu-item a {
        font-size: 0.8125rem;
        transition: all 0.2s ease-in-out;
        display: block;
        padding: 5px;
        color: #5b5855;
        font-weight: 700;
        text-decoration: none;
        text-transform: none; }
        @media screen and (prefers-reduced-motion: reduce) {
          .navbar .login-menu .login-menu-item a {
            transition: none; } }
        .navbar .login-menu .login-menu-item a:hover {
          color: #3a8be1; }
        .navbar .login-menu .login-menu-item a::before {
          display: inline-block;
          font-family: "icomoon" !important;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          speak: none;
          text-transform: none;
          vertical-align: top;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-size: 0.8125rem;
          margin-right: 10px;
          vertical-align: middle; }
      .navbar .login-menu .login-menu-item.-account a::before {
        content: ""; }
      .navbar .login-menu .login-menu-item.-orders a::before {
        content: ""; }
      .navbar .login-menu .login-menu-item.-logout a {
        color: #e02f2f; }
        .navbar .login-menu .login-menu-item.-logout a::before {
          content: ""; }
  .navbar .cart-link::before {
    content: ""; }
  .navbar .cart-link .cart-badge {
    font-size: 0.625rem;
    background-color: #1790de;
    border-radius: 50%;
    color: #fff;
    height: 18px;
    line-height: 18px;
    right: -10px;
    text-align: center;
    top: -8px;
    width: 18px;
    position: absolute; }
  .navbar .cart-view {
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    opacity: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    position: absolute;
    right: -10px;
    top: 35px;
    visibility: hidden;
    width: 250px;
    z-index: 99; }
    @media screen and (prefers-reduced-motion: reduce) {
      .navbar .cart-view {
        transition: none; } }
    .navbar .cart-view.-visible {
      opacity: 1;
      top: 40px;
      visibility: visible; }
    .navbar .cart-view::before, .navbar .cart-view::after {
      position: absolute;
      right: 8px;
      height: 0;
      width: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      content: ''; }
    .navbar .cart-view::before {
      top: -10px;
      border-bottom-color: #c8c8c8; }
    .navbar .cart-view::after {
      top: -9px;
      border-bottom-color: #fff; }
    .navbar .cart-view.-empty .cart-resume {
      display: none; }
    .navbar .cart-view.-empty .cart-message {
      display: block; }
    .navbar .cart-view .cart-items {
      padding-right: 15px;
      padding-left: 15px;
      max-height: 230px;
      overflow-y: auto; }
    .navbar .cart-view .cart-item {
      align-items: center;
      border-top: 1px solid #f2f2f2;
      display: flex;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: left;
      flex-basis: 100%; }
      .navbar .cart-view .cart-item:first-child {
        border-top: none;
        padding-top: 0; }
      .navbar .cart-view .cart-item .cart-item-image {
        margin-bottom: 0; }
      .navbar .cart-view .cart-item .cart-item-title,
      .navbar .cart-view .cart-item .cart-item-price {
        font-size: 0.8125rem;
        color: #5b5855;
        font-weight: 700; }
      .navbar .cart-view .cart-item .cart-item-title {
        display: block;
        line-height: 1.2; }
    .navbar .cart-view .cart-message {
      font-size: 0.875rem;
      color: #c8c8c8;
      display: none;
      font-weight: 700;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      max-width: 180px; }
      .navbar .cart-view .cart-message::before {
        font-size: 2.8125rem;
        color: #c8c8c8;
        content: '☹';
        display: block;
        line-height: 1.5; }
    .navbar .cart-view .cart-resume {
      padding-right: 15px;
      padding-left: 15px; }
    .navbar .cart-view .cart-subtotal {
      align-items: stretch;
      border-top: 1px solid #f2f2f2;
      display: flex;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-top: 20px;
      justify-content: space-between;
      text-align: left; }
      .navbar .cart-view .cart-subtotal .cart-subtotal-text {
        font-size: 0.875rem;
        color: #5b5855;
        font-weight: 700; }
    .navbar .cart-view .cart-checkout {
      font-size: 0.8125rem;
      transition: all 0.2s ease-in-out;
      border: 1px solid #82daeb;
      color: #82daeb;
      display: block;
      font-weight: 700;
      padding: 6px 10px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (prefers-reduced-motion: reduce) {
        .navbar .cart-view .cart-checkout {
          transition: none; } }
      .navbar .cart-view .cart-checkout::after {
        display: inline-block;
        font-family: "icomoon" !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: top;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 0.5rem;
        transition: all 0.2s ease-in-out;
        color: #fff;
        content: "";
        display: inline-block;
        margin-left: -7px;
        opacity: 0;
        transform: translateY(-1px) rotate(-90deg);
        vertical-align: middle;
        visibility: hidden; }
        @media screen and (prefers-reduced-motion: reduce) {
          .navbar .cart-view .cart-checkout::after {
            transition: none; } }
      .navbar .cart-view .cart-checkout:hover {
        background-color: #82daeb;
        color: #fff; }
        .navbar .cart-view .cart-checkout:hover::after {
          margin-left: 3px;
          opacity: 1;
          visibility: visible; }

.bottombar {
  display: block;
  background-color: #333f48;
  color: #fff;
  text-align: center; }
  .bottombar p {
    margin: 0;
    padding: 10px 0;
    font-size: 0.625rem; }

.menu-desktop {
  display: none;
  /*
	**	Submenu second level
	*/ }
  @media (min-width: 992px) {
    .menu-desktop {
      display: block;
      flex-basis: 69%; } }
  .menu-desktop .menu-list,
  .menu-desktop .submenu,
  .menu-desktop .submenu-column {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
  .menu-desktop .item-text {
    font-weight: 400;
    margin-left: 1px; }
    .menu-desktop .item-text.-red {
      color: #ee002d; }
  .menu-desktop .menu-item,
  .menu-desktop .submenu-item {
    display: inline-block; }
    .menu-desktop .menu-item:hover > .menu-link,
    .menu-desktop .menu-item:hover > .submenu-link,
    .menu-desktop .menu-item.-active > .menu-link,
    .menu-desktop .menu-item.-active > .submenu-link,
    .menu-desktop .submenu-item:hover > .menu-link,
    .menu-desktop .submenu-item:hover > .submenu-link,
    .menu-desktop .submenu-item.-active > .menu-link,
    .menu-desktop .submenu-item.-active > .submenu-link {
      color: #3a8be1; }
      .menu-desktop .menu-item:hover > .menu-link::before,
      .menu-desktop .menu-item:hover > .submenu-link::before,
      .menu-desktop .menu-item.-active > .menu-link::before,
      .menu-desktop .menu-item.-active > .submenu-link::before,
      .menu-desktop .submenu-item:hover > .menu-link::before,
      .menu-desktop .submenu-item:hover > .submenu-link::before,
      .menu-desktop .submenu-item.-active > .menu-link::before,
      .menu-desktop .submenu-item.-active > .submenu-link::before {
        background-color: #3a8be1;
        bottom: 0; }
    .menu-desktop .menu-item:first-child > .menu-link,
    .menu-desktop .menu-item:first-child > .submenu-link,
    .menu-desktop .submenu-item:first-child > .menu-link,
    .menu-desktop .submenu-item:first-child > .submenu-link {
      margin-left: 0; }
    .menu-desktop .menu-item:last-child > .menu-link,
    .menu-desktop .menu-item:last-child > .submenu-link,
    .menu-desktop .submenu-item:last-child > .menu-link,
    .menu-desktop .submenu-item:last-child > .submenu-link {
      margin-right: 0; }
  .menu-desktop .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .menu-desktop .menu-item.-remove-tablet {
      display: none; } }
  .menu-desktop .menu-link,
  .menu-desktop .submenu-link {
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
    color: #333f48;
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-decoration: none;
    text-transform: lowercase; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu-desktop .menu-link,
      .menu-desktop .submenu-link {
        transition: none; } }
    .menu-desktop .menu-link:hover,
    .menu-desktop .submenu-link:hover {
      color: #3a8be1; }
      .menu-desktop .menu-link:hover::before,
      .menu-desktop .submenu-link:hover::before {
        background-color: #3a8be1;
        bottom: 0; }
    .menu-desktop .menu-link::before,
    .menu-desktop .submenu-link::before {
      transition: all, ease-in-out, 0.3s;
      background-color: transparent;
      bottom: -3px;
      content: '';
      height: 3px;
      left: 0;
      position: absolute;
      right: 0;
      z-index: 1; }
      @media screen and (prefers-reduced-motion: reduce) {
        .menu-desktop .menu-link::before,
        .menu-desktop .submenu-link::before {
          transition: none; } }
    .menu-desktop .menu-link.list:after, .menu-desktop .submenu-link.list:after {
      content: "";
      font-family: 'icomoon';
      font-size: .8em;
      margin-left: 5px; }
  .menu-desktop .moto-natal {
    color: #C31B19; }
    .menu-desktop .moto-natal .item-text {
      color: #333f48;
      padding: 20px 0; }
      .menu-desktop .moto-natal .item-text:hover {
        color: #3a8be1; }
    .menu-desktop .moto-natal:hover {
      color: #3a8be1; }
  .menu-desktop .submenu {
    transition: all 0.2s ease-in-out;
    background-color: #eaebec;
    border-top: 1px solid #9a9a9a;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu-desktop .submenu {
        transition: none; } }
    .menu-desktop .submenu .submenu-container {
      padding-right: 0;
      padding-left: 0; }
      .menu-desktop .submenu .submenu-container::before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 6%; }
  .menu-desktop .submenu-item {
    /*
		**	Submenu third level
		*/ }
    .menu-desktop .submenu-item .submenu {
      background-color: rgba(237, 235, 233, 0.97);
      opacity: 0;
      visibility: hidden; }
      .menu-desktop .submenu-item .submenu .submenu-container {
        display: flex; }
      .menu-desktop .submenu-item .submenu .submenu-column {
        border-right: 1px solid #d9d9d9;
        flex-basis: 200px; }
        .menu-desktop .submenu-item .submenu .submenu-column:first-child {
          flex-basis: 130px; }
          .menu-desktop .submenu-item .submenu .submenu-column:first-child .submenu-link {
            padding-left: 0; }
        .menu-desktop .submenu-item .submenu .submenu-column:last-child {
          border-right: none; }
      .menu-desktop .submenu-item .submenu .submenu-item {
        display: block; }
      .menu-desktop .submenu-item .submenu .submenu-link {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding: 15px 15px 8px; }
        .menu-desktop .submenu-item .submenu .submenu-link::before {
          content: none; }
    .menu-desktop .submenu-item:hover .submenu {
      opacity: 1;
      visibility: visible; }
  .menu-desktop .desktop-hidden {
    display: none; }
  .menu-desktop .d-md-none {
    /*TEMP BUGFIX FOR LEGACY*/ }
    @media (min-width: 768px) {
      .menu-desktop .d-md-none {
        display: none; } }
  .menu-desktop .submenu-link.-newer {
    padding-right: 40px;
    position: relative; }
    .menu-desktop .submenu-link.-newer::before {
      border-color: rgba(0, 0, 0, 0) #f7d200 transparent transparent;
      border-style: solid;
      border-width: 11px 5px 11px 0;
      content: '';
      height: 0;
      position: absolute;
      right: 31px;
      top: 20px;
      background-color: transparent !important; }
      .menu-desktop .submenu-link.-newer::before:hover {
        background-color: transparent !important; }
        .menu-desktop .submenu-link.-newer::before:hover::before {
          background-color: transparent !important; }
    .menu-desktop .submenu-link.-newer::after {
      font-size: 0.5625rem;
      background-color: #f7d200;
      color: #000;
      content: 'novo';
      font-weight: 900;
      padding: 4px;
      position: absolute;
      right: 0;
      top: 20px; }
  .menu-desktop .submenu-column .submenu-link.-newer {
    position: relative; }
    .menu-desktop .submenu-column .submenu-link.-newer::before {
      border-color: rgba(0, 0, 0, 0) #f7d200 transparent transparent;
      border-style: solid;
      border-width: 11px 5px 11px 0;
      content: '';
      height: 0;
      position: absolute;
      right: 61px;
      top: 15px;
      background-color: transparent !important; }
      .menu-desktop .submenu-column .submenu-link.-newer::before:hover {
        background-color: transparent !important; }
        .menu-desktop .submenu-column .submenu-link.-newer::before:hover::before {
          background-color: transparent !important; }
    .menu-desktop .submenu-column .submenu-link.-newer::after {
      font-size: 0.5625rem;
      background-color: #f7d200;
      color: #000;
      content: 'novo';
      font-weight: 900;
      padding: 4px;
      position: absolute;
      right: 30px;
      top: 15px; }

.banner-shelf .shelf {
  text-align: center; }
  .banner-shelf .shelf h2 {
    display: none; }
  .banner-shelf .shelf > ul > li {
    width: 100%; }
  .banner-shelf .shelf .shelf-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .banner-shelf .shelf .shelf-item::before, .banner-shelf .shelf .shelf-item::after {
      content: normal !important;
      /*HACKFIX LOGO SHOWING*/ }
  .banner-shelf .shelf .logo {
    min-height: auto; }
    .banner-shelf .shelf .logo::before {
      font-size: 2.125rem; }
    .banner-shelf .shelf .logo::after {
      content: normal; }
  .banner-shelf .shelf .image {
    border: none;
    padding: 10px 0; }
    .banner-shelf .shelf .image img {
      max-height: 100px; }
  .banner-shelf .shelf .price {
    display: block; }
    .banner-shelf .shelf .price .price-group {
      min-height: auto;
      padding-top: 0; }
    .banner-shelf .shelf .price .price-old,
    .banner-shelf .shelf .price .price-current,
    .banner-shelf .shelf .price .price-installments {
      color: inherit; }
    .banner-shelf .shelf .price .price-old {
      font-size: 0.75rem; }
    .banner-shelf .shelf .price .price-current {
      font-size: 1.125rem;
      padding-top: 0; }
    .banner-shelf .shelf .price .price-installments {
      font-size: 0.6875rem; }
    .banner-shelf .shelf .price .btn {
      display: none; }

.banner-shelf .shelf-item[data-name*="Moto Z"], .banner-shelf .shelf-item[data-name*="Moto G"], .banner-shelf .shelf-item[data-name*="Moto E"] {
  color: #fff; }

.banner-shelf .shelf-item[data-name*="Moto Z"] {
  background-image: url("/arquivos/ban_nav_bg-moto-z.jpg"); }

.banner-shelf .shelf-item[data-name*="Moto G"] {
  background-image: url("/arquivos/ban_nav_bg-moto-g.jpg"); }

.banner-shelf .shelf-item[data-name*="Moto E"] {
  background-image: url("/arquivos/ban_nav_bg-moto-e.jpg"); }

.ui-autocomplete {
  background-color: #eaebec;
  max-height: 300px;
  overflow-y: auto;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 220px !important; }
  @media (min-width: 1200px) {
    .ui-autocomplete {
      width: 300px !important; } }
  .ui-autocomplete .ui-menu-item {
    font-size: 0.8125rem;
    transition: all 0.2s ease-in-out;
    background-color: #3d3f4c;
    border-top: 1px solid #2f313e;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    display: block;
    padding: 10px;
    position: relative; }
    @media screen and (prefers-reduced-motion: reduce) {
      .ui-autocomplete .ui-menu-item {
        transition: none; } }
    .ui-autocomplete .ui-menu-item:hover {
      background-color: #fff;
      color: #3d3f4c; }
  .ui-autocomplete .ui-corner-all {
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    width: 100%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .ui-autocomplete .ui-corner-all {
        transition: none; } }
    .ui-autocomplete .ui-corner-all::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      cursor: pointer;
      content: ''; }
    .ui-autocomplete .ui-corner-all img {
      margin-right: 10px; }

.menu-mobile {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  bottom: 0;
  left: 0;
  max-width: 420px;
  overflow-y: auto;
  position: fixed;
  right: 20%;
  top: 61px;
  transform: translateX(-100%);
  z-index: 999; }
  @media (min-width: 992px) {
    .menu-mobile {
      top: 85px; } }
  .menu-mobile .submenu-link.-newer {
    padding-right: 50px;
    position: relative; }
    .menu-mobile .submenu-link.-newer::before {
      background-color: transparent !important;
      border-color: rgba(0, 0, 0, 0) #f7d200 transparent transparent;
      border-style: solid;
      border-width: 11px 5px 11px 0;
      content: '';
      height: 0;
      left: 78px;
      position: absolute; }
      .menu-mobile .submenu-link.-newer::before:hover {
        background-color: transparent !important; }
        .menu-mobile .submenu-link.-newer::before:hover::before {
          background-color: transparent !important; }
    .menu-mobile .submenu-link.-newer::after {
      font-size: 0.5625rem;
      background-color: #f7d200;
      color: #000;
      content: 'novo';
      font-weight: 900;
      left: 15px;
      padding: 5px 4px;
      position: relative; }
  @media screen and (prefers-reduced-motion: reduce) {
    .menu-mobile {
      transition: none; } }
  .-menu-active .menu-mobile {
    transform: translateX(0); }
  .menu-mobile .menu-list,
  .menu-mobile .submenu,
  .menu-mobile .desktop-hidden,
  .menu-mobile .submenu-column {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
  .menu-mobile .submenu-column.banner-shelf {
    display: none; }
  .menu-mobile .submenu-column .submenu-link.-newer {
    padding-right: 50px;
    position: relative; }
    .menu-mobile .submenu-column .submenu-link.-newer::before {
      background-color: transparent !important;
      border-color: rgba(0, 0, 0, 0) #f7d200 transparent transparent;
      border-style: solid;
      border-width: 11px 5px 11px 0;
      content: '';
      height: 0;
      right: 40%;
      position: absolute; }
      @media (min-width: 576px) {
        .menu-mobile .submenu-column .submenu-link.-newer::before {
          right: 60%; } }
      .menu-mobile .submenu-column .submenu-link.-newer::before:hover {
        background-color: transparent !important; }
        .menu-mobile .submenu-column .submenu-link.-newer::before:hover::before {
          background-color: transparent !important; }
    .menu-mobile .submenu-column .submenu-link.-newer::after {
      font-size: 0.5625rem;
      background-color: #f7d200;
      color: #000;
      content: 'novo';
      font-weight: 900;
      left: 60%;
      padding: 5px 4px;
      position: absolute; }
      @media (min-width: 576px) {
        .menu-mobile .submenu-column .submenu-link.-newer::after {
          left: 40%; } }
  .menu-mobile .menu-list a {
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu-mobile .menu-list a {
        transition: none; } }
  .menu-mobile .menu-list .item-text {
    font-weight: 400; }
    .menu-mobile .menu-list .item-text.-red {
      color: #ee002d; }
  .menu-mobile .dropdown-trigger {
    transition: all 0.2s ease-in-out;
    bottom: 0;
    color: #6f7170;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu-mobile .dropdown-trigger {
        transition: none; } }
    .menu-mobile .dropdown-trigger::before {
      display: inline-block;
      font-family: "icomoon" !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      vertical-align: top;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 0.625rem;
      transition: all 0.2s ease-in-out;
      content: "";
      display: inline-block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) rotate(-90deg); }
      @media screen and (prefers-reduced-motion: reduce) {
        .menu-mobile .dropdown-trigger::before {
          transition: none; } }
  .menu-mobile .menu-link,
  .menu-mobile .submenu-link {
    font-size: 0.875rem;
    color: #333f48;
    display: block;
    padding: 10px 15px;
    position: relative; }
    .menu-mobile .menu-link.-active,
    .menu-mobile .submenu-link.-active {
      color: #1790de;
      font-weight: 700; }
      .menu-mobile .menu-link.-active .dropdown-trigger,
      .menu-mobile .submenu-link.-active .dropdown-trigger {
        color: #1790de; }
        .menu-mobile .menu-link.-active .dropdown-trigger::before,
        .menu-mobile .submenu-link.-active .dropdown-trigger::before {
          transform: translate(-50%, -50%); }
  .menu-mobile .menu-link {
    border-bottom: 1px solid #ecebe7; }
  .menu-mobile .submenu {
    display: none; }
    .menu-mobile .submenu .submenu-item {
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .menu-mobile .submenu .submenu-item {
          transition: none; } }
      .menu-mobile .submenu .submenu-item .submenu-item > .submenu-link {
        background-color: #f3f3f3;
        padding-left: 35px;
        padding-right: 35px;
        position: relative; }
    .menu-mobile .submenu .submenu-link {
      background-color: #ecebe9;
      border-bottom: 1px solid #fff; }
  .menu-mobile .logout-promotion {
    font-size: 0.75rem;
    color: #c31d24;
    text-transform: uppercase !important; }
  .menu-mobile .-telemarketing .menu-link.-active {
    border-bottom: none; }
  .menu-mobile .-telemarketing .submenu {
    font-size: 0.875rem;
    padding: 0 16px 16px;
    white-space: nowrap; }
  .menu-mobile .-telemarketing .submenu-item {
    color: #333f48;
    font-weight: 500;
    margin-top: 6px; }
    .menu-mobile .-telemarketing .submenu-item:first-child {
      margin-top: 0; }
  .menu-mobile .-telemarketing .submenu-link {
    font-size: 1rem;
    background-color: inherit;
    color: #008ee1;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    padding: 0; }
    .menu-mobile .-telemarketing .submenu-link span {
      color: #333f48;
      font-weight: 500;
      position: relative; }
      .menu-mobile .-telemarketing .submenu-link span:before {
        background-color: #008ee1;
        bottom: 0;
        content: '';
        height: 2px;
        position: absolute;
        right: 100%;
        width: 320px;
        z-index: 0; }

.search-mobile {
  position: relative; }
  @media (min-width: 768px) {
    .search-mobile {
      width: 394px;
      margin-right: -7pc; } }
  .search-mobile .search-input {
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    border: 1px solid #c8c0b7;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif !important;
    display: block;
    height: 40px;
    outline: none;
    padding: 11px 35px 11px 12px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .search-mobile .search-input {
        transition: none; } }
    .search-mobile .search-input.-error {
      border-color: #e02f2f; }
      .search-mobile .search-input.-error::-webkit-input-placeholder, .search-mobile .search-input.-error:-moz-placeholder, .search-mobile .search-input.-error::-moz-placeholder, .search-mobile .search-input.-error:-ms-input-placeholder {
        color: #e02f2f; }
    .search-mobile .search-input::-webkit-input-placeholder, .search-mobile .search-input:-moz-placeholder, .search-mobile .search-input::-moz-placeholder, .search-mobile .search-input:-ms-input-placeholder {
      color: #e2dedb;
      font-family: 'Montserrat', sans-serif !important; }
  .search-mobile .search-submit {
    display: inline-block;
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    vertical-align: top;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: none;
    color: #e2dedb;
    font-size: 0;
    height: 35px;
    right: 4px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    padding: 0; }
    .search-mobile .search-submit::before {
      font-size: 1.125rem;
      content: "";
      color: #2d9cdb; }
  @media (min-width: 992px) {
    .search-mobile {
      display: none; } }

.header.-after-bar ~ .breadcrumb {
  margin-top: 40px; }
  .header.-after-bar ~ .breadcrumb ~ main {
    margin-top: 0; }

.header.-after-bar ~ main {
  margin-top: 30px; }

.header.-after-bar ~ .product-details-navbar {
  top: unset !important; }
  @media (min-width: 768px) {
    .header.-after-bar ~ .product-details-navbar {
      top: 88px !important; } }
  .header.-after-bar ~ .product-details-navbar .nav {
    top: 88px !important; }
    @media (min-width: 768px) {
      .header.-after-bar ~ .product-details-navbar .nav {
        top: 0 !important; } }

.header.-after-bar ~ .product-release-navbar {
  top: 88px !important; }
  @media (min-width: 992px) {
    .header.-after-bar ~ .product-release-navbar {
      top: 125px !important; } }
  .header.-after-bar ~ .product-release-navbar.-fixed {
    top: 88px !important; }
    @media (min-width: 992px) {
      .header.-after-bar ~ .product-release-navbar.-fixed {
        top: 93px !important; } }

.after-header {
  display: block;
  background: #d7d7d7;
  padding: 7px;
  position: absolute;
  opacity: 1;
  width: 100%;
  z-index: 0; }
  .after-header.-hidden {
    transform: translateY(-100%);
    opacity: 0;
    z-index: -1;
    transition: transform ease-in-out .5s, opacity .5s ease-in-out .2s; }
  .after-header .slider {
    height: 18px;
    opacity: 0;
    transition: opacity .3s ease; }
    .after-header .slider.slick-initialized {
      opacity: 1; }
    .after-header .slider .slick-list {
      overflow: visible; }
    .after-header .slider .slick-track {
      display: flex;
      justify-content: space-around; }
  .after-header .close {
    cursor: pointer; }
    .after-header .close .i_plus {
      position: absolute;
      top: 45%;
      right: 15px;
      transform: rotate(45deg) translateY(-50%);
      padding: 0;
      margin: 0; }
  .after-header .slice {
    align-items: center;
    display: flex !important;
    justify-content: center; }
    .after-header .slice img {
      margin: 0; }
  .after-header .text {
    font-size: 0.625rem;
    margin: 0 0 0 7px;
    text-transform: uppercase; }
  .after-header .tip {
    text-transform: none; }
    .after-header .tip.info {
      font-weight: 500; }
    .after-header .tip::after {
      border-color: transparent transparent #fff transparent; }
    .after-header .tip::before {
      background-color: #fff;
      border-bottom: 2px solid #dadada;
      border-left: 2px solid #dadada;
      border-right: 2px solid #dadada;
      color: #343f47;
      font-weight: 500;
      min-width: 166px;
      padding: 8px 15px; }

/* FOOTER */
.footer .container-fluid.space-grid-main {
  background: #333f48; }
  @media (max-width: 768px) {
    .footer .container-fluid.space-grid-main {
      padding: 0 28px; } }

.footer .space-grid-main {
  padding: 0 53px; }
  .footer .space-grid-main > .row {
    margin: 0; }

.footer .image-payments-new i {
  margin-right: 10px; }

.footer .logo-motorola-company {
  font-size: 1.875rem;
  color: #fff;
  display: block;
  font-family: "icomoon";
  padding: 33px 0 11px 0;
  line-height: 30px; }
  @media (min-width: 768px) {
    .footer .logo-motorola-company {
      font-size: 3.375rem;
      line-height: 54px; } }

.footer .footer-nav {
  margin: 0;
  padding: 0; }

.footer .copyright {
  font-size: 0.75rem;
  position: relative;
  color: #8b99a3;
  font-family: "Open Sans", sans-serif;
  font-weight: 500; }
  @media (min-width: 992px) {
    .footer .copyright {
      margin-bottom: 50px; } }

.footer .text-copityght {
  word-wrap: break-word; }

.footer .title-footer {
  font-size: 0.75rem;
  padding-top: 55px;
  padding-bottom: 19px;
  color: #8b99a3;
  font-weight: 900;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .footer .title-footer .icon-sprites-seta-down {
      display: none; } }

.footer .phone-list {
  list-style: none;
  text-transform: inherit;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .footer .phone-list {
      padding-bottom: 55px; } }

.footer .phone-list-item {
  font-size: 0.75rem;
  color: #8b99a3;
  font-weight: 500;
  margin-top: 11px; }
  .footer .phone-list-item:first-child {
    margin-top: 0; }
  .footer .phone-list-item a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    text-decoration: none; }
    @media (min-width: 768px) {
      .footer .phone-list-item a {
        pointer-events: none; } }
    .footer .phone-list-item a span {
      font-size: 0.75rem;
      font-weight: 500; }

.footer .list-itens-footer a {
  font-size: 0.6875rem;
  color: #8b99a3;
  font-weight: 600;
  text-transform: uppercase; }

.footer .list-itens-footer .text-footer-destaque a {
  color: #00acc7;
  font-weight: bold; }

.footer .footer-payments {
  padding-top: 42px;
  clear: both; }
  .footer .footer-payments h4 {
    font-size: 0.6875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; }
  .footer .footer-payments p {
    font-size: 0.75rem;
    color: #8b99a3;
    font-weight: 500; }
  @media (max-width: 768px) {
    .footer .footer-payments {
      margin-bottom: 50px; } }

.footer .logo-jussi img {
  display: block;
  width: 90px;
  padding-top: 10px; }

.footer .text-warning {
  font-size: 0.625rem;
  padding: 17px 0;
  color: #5b5855;
  font-weight: 500; }

.footer .country,
.footer .select-country {
  font-size: 0.6875rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

.footer .country a {
  color: #fff;
  padding-left: 33px; }

.footer .select-country {
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) {
    .footer .select-country {
      padding-bottom: 17px;
      padding-top: 17px; } }

.footer .bandeira {
  display: inline-block;
  height: 35px;
  left: 15px;
  position: relative;
  top: -2px;
  width: 35px;
  background: url("/arquivos/flag.png") 50% 50% no-repeat;
  vertical-align: middle; }

.footer .separate-border-section {
  border-bottom: 2px solid #3f4e59; }

.footer .list-itens-development li {
  padding-right: 10px;
  display: inline-block; }

.footer .image-payments {
  width: 310px;
  height: 28px;
  display: inline-block;
  position: relative;
  background: url("/arquivos/sprites-new.png") no-repeat -13px -258px; }

.footer .image-celular-legal a, .footer .image-celular-legal img {
  display: inline-block !important;
  margin-left: 25px;
  vertical-align: top; }
  .footer .image-celular-legal a:first-child, .footer .image-celular-legal img:first-child {
    margin-left: 0; }

.footer .image-celular-legal a img {
  max-width: 65px; }

.footer .logo-vtex {
  width: 86px;
  height: 36px;
  display: inline-block; }

.footer .icones {
  display: inline-block;
  vertical-align: middle; }

.footer [class*="icon-"]:not(.icon-feature) {
  background-image: url("/arquivos/sprites-new.png");
  background-repeat: no-repeat; }

.footer .icon-sprite-cartao-master-card {
  display: inline-block;
  height: 22px;
  width: 37px;
  background-position: -478px -398px; }

.footer .icon-sprite-cartao-visa {
  display: inline-block;
  height: 17px;
  width: 44px;
  background-position: -408px -302px; }

.footer .icon-sprite-cartao-american-express {
  display: inline-block;
  height: 15px;
  width: 45px;
  background-position: -106px -342px; }

.footer .icon-sprite-cartao-diners {
  display: inline-block;
  height: 26px;
  width: 32px;
  background-position: -102px -440px; }

.footer .icon-sprite-cartao-elo {
  display: inline-block;
  height: 24px;
  width: 25px;
  background-position: -535px -93px; }

.footer .icon-sprite-cartao-boleto {
  display: inline-block;
  height: 28px;
  width: 32px;
  background-position: -50px -440px; }

@media (max-width: 991px) {
  .footer .form-payments-footer,
  .footer .list-itens-development {
    margin: 36px 0; } }

@media (max-width: 768px) {
  .help-footer,
  .about-busines {
    text-align: center; }
  .footer .title-footer,
  .footer .title-footer {
    color: #fff;
    cursor: pointer; }
  .footer-nav {
    padding: 30px 0; }
  .help-footer,
  .about-busines {
    border-bottom: 2px solid #3f4e59;
    box-shadow: 0px 2px 0px 0px #2e3941;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    margin: 0; } }

.redes-sociais {
  padding: 25px 15px;
  background-color: #ffffff; }
  .redes-sociais a {
    margin-left: 15px; }
  .redes-sociais .icones {
    display: inline-block; }
    .redes-sociais .icones.icon-sprite-facebook-home:hover {
      background-image: url(/arquivos/sprites-new.png);
      background-position: 351px -643px;
      width: 38px;
      height: 38px; }
    .redes-sociais .icones.icon-sprite-facebook-home {
      background-image: url(/arquivos/sprites-new.png);
      background-position: 153px -581px;
      width: 38px;
      height: 38px; }
    .redes-sociais .icones.icon-sprite-instagram-home:hover {
      background-image: url(/arquivos/sprites-new.png);
      background-position: 363px -581px;
      width: 38px;
      height: 38px; }
    .redes-sociais .icones.icon-sprite-instagram-home {
      background-image: url(/arquivos/sprites-new.png);
      background-position: 293px -651px;
      width: 38px;
      height: 38px; }
    .redes-sociais .icones.icon-sprite-twitter-home:hover {
      background-image: url(/arquivos/sprites-new.png);
      background-position: -172px -893px;
      width: 38px;
      height: 37px; }
    .redes-sociais .icones.icon-sprite-twitter-home {
      background-image: url(/arquivos/sprites-new.png);
      background-position: -114px -893px;
      width: 38px;
      height: 37px; }
    .redes-sociais .icones.icon-sprite-youtube-home:hover {
      background-image: url(/arquivos/sprites-new.png);
      background-position: 153px -697px;
      width: 38px;
      height: 38px; }
    .redes-sociais .icones.icon-sprite-youtube-home {
      background-image: url(/arquivos/sprites-new.png);
      background-position: 153px -639px;
      width: 38px;
      height: 38px; }

.newsletter {
  font-family: "Montserrat", sans-serif;
  color: #2d9cdb;
  border-top: 1px solid #bdbdbd;
  padding: 30px 0 40px; }
  @media (min-width: 992px) {
    .newsletter {
      padding: 20px 0; } }
  .newsletter .caption {
    padding: 15px; }
    @media (min-width: 992px) {
      .newsletter .caption {
        padding: 0; } }
    .newsletter .caption .title {
      font-size: 1rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .newsletter .caption .title {
          font-size: 0.875rem;
          text-align: left; } }
      @media (min-width: 1200px) {
        .newsletter .caption .title {
          font-size: 1rem; } }
  .newsletter .newsletter-form {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .newsletter .newsletter-form {
        flex-direction: row; } }
    .newsletter .newsletter-form .newsletter-input {
      font-size: 0.875rem;
      border: 1px solid #bdbdbd;
      background: transparent;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .newsletter .newsletter-form .newsletter-input {
          margin-right: 5px;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .newsletter .newsletter-form .newsletter-input {
          margin-right: 15px; } }
    .newsletter .newsletter-form .newsletter-submit {
      font-size: 1rem;
      background: #2d9cdb;
      border: 1px solid #2d9cbd;
      border-radius: 4px;
      color: #ffffff;
      max-width: 100%;
      text-transform: lowercase;
      cursor: pointer; }
      @media (min-width: 992px) {
        .newsletter .newsletter-form .newsletter-submit {
          font-size: 0.875rem;
          max-width: fit-content;
          padding-right: 20px !important;
          padding-left: 20px !important; } }
      @media (min-width: 1200px) {
        .newsletter .newsletter-form .newsletter-submit {
          font-size: 1rem;
          padding-right: 40px !important;
          padding-left: 40px !important; } }
      .newsletter .newsletter-form .newsletter-submit:hover {
        background: transparent;
        border-color: #2d9cbd;
        color: #2d9cbd; }
        @media screen and (max-width: 768px) {
          .newsletter .newsletter-form .newsletter-submit:hover:hover {
            background: #2d9cbd;
            border-color: #2d9cbd;
            color: #fff; } }
  .newsletter .newsletter-return {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 992px) {
      .newsletter .newsletter-return {
        text-align: left; } }

.chat {
  bottom: 0;
  position: fixed;
  right: 10px;
  z-index: 3; }
  @media (min-width: 768px) {
    .chat {
      right: 20px; } }
  .chat .informations .info {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    position: relative;
    width: 250px; }
    @media (min-width: 768px) {
      .chat .informations .info {
        margin-bottom: 25px; } }
    .chat .informations .info.-televendas .caption .text {
      margin-bottom: 5px; }
      .chat .informations .info.-televendas .caption .text.-space {
        margin-bottom: 10px; }
      .chat .informations .info.-televendas .caption .text.-strong {
        font-weight: bold; }
      .chat .informations .info.-televendas .caption .text.-medium {
        font-weight: 500; }
        @media (max-width: 576px) {
          .chat .informations .info.-televendas .caption .text.-medium {
            font-weight: bold; } }
      .chat .informations .info.-televendas .caption .text a {
        text-decoration: underline; }
      .chat .informations .info.-televendas .caption .text.-color {
        font-size: 0.75rem;
        color: #008ee1; }
        @media (max-width: 576px) {
          .chat .informations .info.-televendas .caption .text.-color {
            color: #6f7170; } }
      .chat .informations .info.-televendas .caption .text .-thin {
        font-weight: 400; }
    .chat .informations .info .close {
      cursor: pointer; }
      .chat .informations .info .close .i_plus {
        font-size: 1.125rem;
        position: absolute;
        right: 20px;
        top: 20px;
        transform: rotate(45deg) translateY(-50%); }
    .chat .informations .info .caption .text {
      font-size: 0.875rem;
      color: #293d47;
      line-height: 1.5;
      margin-bottom: 20px; }
    .chat .informations .info .caption .btn {
      font-size: 1rem;
      background: #008ee1;
      border-radius: 4px;
      border: 1px solid #008ee1;
      color: #ffffff;
      font-weight: 500;
      padding: 20px 0; }
      .chat .informations .info .caption .btn:hover {
        cursor: pointer;
        background: transparent;
        color: #008ee1; }
  .chat .buttons {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    .chat .buttons .btn {
      font-size: 0.8125rem;
      align-items: center;
      background: #008ee1;
      border-radius: 50px;
      border: none;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      color: #ffffff;
      display: flex;
      font-weight: 500;
      justify-content: space-between;
      margin-bottom: 10px;
      max-width: 170px;
      padding: 12px 15px;
      transition: all .3s ease-in; }
      @media (min-width: 992px) {
        .chat .buttons .btn {
          font-size: 1rem;
          padding: 15px 20px;
          margin-bottom: 20px; } }
      .chat .buttons .btn:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
        cursor: pointer;
        transition: all .25s ease-in; }
      .chat .buttons .btn [class*="i_"] {
        font-size: 1.25rem;
        margin-left: 15px; }
        @media (min-width: 992px) {
          .chat .buttons .btn [class*="i_"] {
            font-size: 1.5rem; } }
      .chat .buttons .btn.-base {
        height: 40px;
        position: relative;
        text-align: center;
        padding: 10px;
        width: 40px; }
        @media (min-width: 992px) {
          .chat .buttons .btn.-base {
            height: 54px;
            padding: 15px;
            width: 55px; } }
        .chat .buttons .btn.-base [class*="i_"] {
          font-size: 1.25rem;
          margin-left: 0;
          position: relative; }
          @media (min-width: 992px) {
            .chat .buttons .btn.-base [class*="i_"] {
              font-size: 1.5rem; } }
        .chat .buttons .btn.-base .i_message:after {
          content: '...';
          top: -8px;
          position: absolute;
          left: 2px;
          color: #008ee1; }
          @media (min-width: 992px) {
            .chat .buttons .btn.-base .i_message:after {
              top: -10px; } }

.modal-login {
  background-color: rgba(0, 0, 0, 0.7); }
  .modal-login .modal-header,
  .modal-login .modal-footer {
    border: none;
    text-align: center; }
    .modal-login .modal-header .close,
    .modal-login .modal-footer .close {
      background-color: transparent;
      border: none;
      color: #fff;
      position: absolute;
      right: 5px;
      top: 5px; }
  .modal-login .modal-title {
    width: 100%; }
  .modal-login .modal-content {
    background-color: #092848; }
    .modal-login .modal-content form label {
      color: #fff;
      display: block;
      line-height: 1;
      margin: 10px 0;
      width: 100%; }
    .modal-login .modal-content form input {
      border-radius: 4px;
      border: 1px solid #fff;
      height: 40px;
      padding: 5px 10px;
      width: 100%; }
    .modal-login .modal-content .modal-body {
      display: flex;
      flex-direction: column; }
  .modal-login .login-colab {
    background-color: #d62020;
    border-radius: 6px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    max-width: 100%;
    outline: none;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .modal-login .info {
    font-size: 0.8125rem;
    color: #fff;
    text-align: center; }
  .modal-login .alert {
    background-color: #fff5b2;
    border-radius: 6px;
    border: 2px solid #7e6e01;
    display: none;
    text-align: center; }
    .modal-login .alert a {
      text-transform: lowercase;
      text-decoration: underline;
      color: #000; }

.footer-news {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
  background-color: #dadbdd;
  top: 92px;
  padding: 6px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10; }
  @media screen and (prefers-reduced-motion: reduce) {
    .footer-news {
      transition: none; } }
  @media (max-width: 576px) {
    .footer-news {
      font-size: 0.875rem;
      top: 53px; } }
  .footer-news.-scrolled {
    display: none !important; }
    @media (min-width: 992px) {
      .footer-news.-scrolled {
        top: 60px; } }
  .footer-news .container {
    position: relative; }
  .footer-news p {
    color: #3e8ddd;
    display: inline-block;
    margin: 0; }
  .footer-news .tip {
    background-color: #fff !important;
    color: #3e8ddd !important;
    margin-left: 10px;
    vertical-align: middle; }
  .footer-news strong {
    color: #3e8ddd; }
  .footer-news img {
    max-width: 100%; }
  .footer-news .close {
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 1;
    z-index: 2; }
    .footer-news .close::before {
      background-color: #fff;
      padding: 5px;
      color: #ccc;
      cursor: pointer; }

/*ajuste para produtos de release*/
.product-release .footer-news {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
  background-color: #dadbdd;
  top: 160px;
  padding: 6px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10; }
  @media screen and (prefers-reduced-motion: reduce) {
    .product-release .footer-news {
      transition: none; } }
  @media (max-width: 992px) {
    .product-release .footer-news {
      font-size: 0.875rem;
      top: 110px; } }
  .product-release .footer-news.-scrolled {
    display: none !important; }
    @media (min-width: 992px) {
      .product-release .footer-news.-scrolled {
        top: 60px; } }

.product .footer-news,
.product-release .footer-news {
  display: block; }

.texto-legal {
  background: #333f48;
  padding: 20px 40px;
  width: 100%;
  zoom: 1; }
  .texto-legal .btn {
    border-color: #fff;
    color: #fff;
    display: block;
    margin: 0 auto; }
    .texto-legal .btn.-close {
      font-size: 0;
      min-width: 60px; }
      .texto-legal .btn.-close::before {
        content: 'X';
        font-size: initial; }
  .texto-legal .text-warning {
    display: none;
    margin-top: 20px; }
  .texto-legal p {
    color: #b5b5b5;
    text-align: justify;
    font-size: 10px;
    font-weight: 300; }
    .texto-legal p strong {
      font-weight: 600; }
  .texto-legal:before, .texto-legal:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0; }

#vtexIdContainer {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.8) !important; }
  #vtexIdContainer .vtexIdUI {
    border: 0;
    box-shadow: none;
    border-radius: 0; }
    #vtexIdContainer .vtexIdUI input[type="text"],
    #vtexIdContainer .vtexIdUI input[type="password"],
    #vtexIdContainer .vtexIdUI input[type="email"] {
      box-shadow: none;
      border-radius: 0; }
  #vtexIdContainer .vtexIdUI-page {
    position: initial; }
  #vtexIdContainer .vtexIdUI-close {
    font-size: 1.3125rem;
    border-radius: 50%;
    right: 25px;
    top: 25px;
    font-weight: bold; }
  #vtexIdContainer .modal-header {
    background-color: transparent;
    border: 0;
    padding: 15px 0; }
    #vtexIdContainer .modal-header h4 {
      margin: 10px auto; }
      #vtexIdContainer .modal-header h4::before {
        font-size: 2.375rem;
        color: #1790de;
        content: "";
        display: block;
        font-family: "icomoon";
        margin-bottom: 20px;
        text-align: center; }
    #vtexIdContainer .modal-header .vtexIdUI-heading {
      margin: 0 auto; }
      #vtexIdContainer .modal-header .vtexIdUI-heading::before {
        display: none; }
      #vtexIdContainer .modal-header .vtexIdUI-heading [ng-show*="!auth.title"] {
        display: block;
        font-size: 0;
        margin: 0 auto;
        text-align: center;
        width: 60%;
        line-height: initial; }
        #vtexIdContainer .modal-header .vtexIdUI-heading [ng-show*="!auth.title"]::before {
          font-size: 2.375rem;
          color: #1790de;
          content: "";
          display: block;
          font-family: "icomoon";
          margin-bottom: 10px; }
        #vtexIdContainer .modal-header .vtexIdUI-heading [ng-show*="!auth.title"]::after {
          font-size: 1rem;
          color: #000000;
          content: "Use uma das opções para se identificar";
          display: block;
          font-family: "Montserrat", sans-serif; }
  #vtexIdContainer .modal-body .vtexIdUI-providers-list li:nth-last-child(2) {
    margin-bottom: 0; }
  #vtexIdContainer .modal-body .btn {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    background-image: none;
    background: #333F48;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    font-weight: 400;
    padding: 15px 0;
    text-shadow: none;
    max-width: 100%; }
    #vtexIdContainer .modal-body .btn:hover {
      background: #283239; }
    #vtexIdContainer .modal-body .btn i {
      display: none; }
    #vtexIdContainer .modal-body .btn-success {
      background: #5FBF5F; }
      #vtexIdContainer .modal-body .btn-success:hover {
        background: #4db84d; }
    #vtexIdContainer .modal-body .btn#vtexIdUI-facebook {
      background: #475F97; }
      #vtexIdContainer .modal-body .btn#vtexIdUI-facebook:hover {
        background: #3f5486; }
    #vtexIdContainer .modal-body .btn#vtexIdUI-google-plus {
      background: #DA573B;
      color: #ffffff; }
      #vtexIdContainer .modal-body .btn#vtexIdUI-google-plus:hover {
        background: #d44628;
        box-shadow: none; }
  #vtexIdContainer .modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 15px; }
    #vtexIdContainer .modal-footer::before, #vtexIdContainer .modal-footer::after {
      display: none; }
    #vtexIdContainer .modal-footer .vtexIdUI-back-link {
      margin: 15px;
      text-transform: initial; }
    #vtexIdContainer .modal-footer .btn-success {
      font-size: 1rem;
      font-family: "Montserrat", sans-serif;
      background-image: none;
      background: #5FBF5F;
      border-radius: 0;
      border: 0;
      box-shadow: none;
      color: #ffffff;
      font-weight: 400;
      padding: 15px 0;
      text-shadow: none;
      height: auto; }
      #vtexIdContainer .modal-footer .btn-success:hover {
        background: #4db84d; }
  #vtexIdContainer .vtexid-icon-lock {
    display: none; }

#ajaxBusy,
.ajax-content-loader {
  display: none !important; }

body {
  padding-top: 52px; }
  @media (min-width: 992px) {
    body {
      padding-top: 92px; } }
  body.-menu-active {
    overflow: hidden; }

.breadcrumb {
  margin-bottom: 10px;
  margin-top: 10px; }
  .breadcrumb ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumb ul > li {
      font-size: 0.625rem;
      color: #898989;
      font-weight: 300; }
      .breadcrumb ul > li::before {
        content: '\00a0>\00a0';
        font-weight: 300; }
      .breadcrumb ul > li:first-child {
        font-size: 0; }
        .breadcrumb ul > li:first-child::before {
          font-size: 0.625rem;
          content: 'home'; }
      .breadcrumb ul > li.last {
        font-weight: 700; }
    .breadcrumb ul a {
      color: #898989;
      display: inline-block; }
      .breadcrumb ul a:hover {
        text-decoration: none; }

.loader {
  height: 38px;
  position: relative;
  width: 38px; }
  .loader .circle {
    animation-duration: 5.5s;
    animation-iteration-count: infinite;
    animation-name: orbit;
    display: block !important;
    /*FIX TO EMPTY DIVS*/
    height: 38px;
    opacity: 0;
    position: absolute;
    transform: rotate(225deg);
    visibility: visible !important;
    /*FIX TO EMPTY DIVS*/
    width: 38px; }
    .loader .circle:after {
      background: #000;
      border-radius: 50%;
      content: '';
      height: 5px;
      position: absolute;
      width: 5px;
      z-index: 1; }
    .loader .circle:nth-child(2) {
      animation-delay: 240ms; }
    .loader .circle:nth-child(3) {
      animation-delay: 480ms; }
    .loader .circle:nth-child(4) {
      animation-delay: 720ms; }
    .loader .circle:nth-child(5) {
      animation-delay: 960ms; }

@keyframes orbit {
  0% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: rotate(225deg); }
  7% {
    animation-timing-function: linear;
    transform: rotate(345deg); }
  30% {
    animation-timing-function: ease-in-out;
    transform: rotate(455deg); }
  39% {
    animation-timing-function: linear;
    transform: rotate(690deg); }
  70% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: rotate(815deg); }
  75% {
    animation-timing-function: ease-out;
    transform: rotate(945deg); }
  76% {
    opacity: 0;
    transform: rotate(945deg); }
  100% {
    opacity: 0;
    transform: rotate(945deg); } }

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, 100px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

/* FORMS */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
textarea {
  background-color: #eaebec;
  border: none;
  color: #333;
  font-family: inherit;
  padding: 16px 14px 14px;
  vertical-align: top; }

textarea {
  resize: none; }

button[type="button"]:not(.close):not(.-close),
input[type="submit"]:not(.close):not(.-close),
input[type="button"]:not(.close):not(.-close) {
  font-family: inherit;
  padding: 16px 14px 14px;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: block;
    margin: 6px 0; }
    input[type="checkbox"] + label::before,
    input[type="radio"] + label::before {
      border: 4px solid #fff;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
      content: '';
      display: inline-block;
      height: 18px;
      margin-right: 6px;
      transition: background-color .3s ease;
      vertical-align: middle;
      width: 18px; }
  input[type="checkbox"]:checked + label::before,
  input[type="radio"]:checked + label::before {
    background-color: #e0140b; }

input[type="radio"] + label::before {
  border-radius: 50%; }

.shelf > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .shelf > ul::after {
    display: block;
    clear: both;
    content: ""; }
  .shelf > ul > li {
    width: 50%;
    overflow: hidden; }
    @media (min-width: 992px) {
      .shelf > ul > li {
        width: 25%; } }
    .shelf > ul > li.helperComplement {
      display: none; }
    .shelf > ul > li:nth-child(even) {
      /*FIX PADDING ON MOBILE < 991PX*/ }
      @media (max-width: 991px) {
        .shelf > ul > li:nth-child(even) .shelf-item {
          padding-right: 0; } }
    .shelf > ul > li:nth-child(odd) {
      /*FIX PADDING ON MOBILE < 991PX*/ }
      @media (max-width: 991px) {
        .shelf > ul > li:nth-child(odd) .shelf-item {
          padding-left: 0; } }

.shelf .shelf-item {
  padding: 10px;
  color: #333F48;
  padding-bottom: 20px;
  position: relative; }
  .shelf .shelf-item::before, .shelf .shelf-item::after {
    /*FIX LOGO BOX ON PAGES LEGACY*/
    content: normal !important; }

.shelf .link {
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 100%;
  z-index: 1; }

.shelf .image {
  border: 1px solid #e5e5e5;
  padding: 24px;
  position: relative;
  text-align: center; }
  .shelf .image img {
    height: auto;
    max-width: 100%;
    width: auto; }

.shelf .info {
  overflow: hidden; }

.shelf .name {
  font-size: 1.125rem;
  color: #333f48;
  font-weight: 500;
  height: 55px;
  margin: 12px 0; }

.shelf .skus {
  display: block;
  min-height: 36px; }

.shelf .ksp {
  margin-top: 8px;
  min-height: 76px; }
  .shelf .ksp .product-field {
    font-size: 0; }
  .shelf .ksp ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .shelf .ksp li {
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (min-width: 568px) {
      .shelf .ksp li {
        font-size: 0.8125rem; } }
    .shelf .ksp li::before {
      content: '• '; }
    .shelf .ksp li:empty {
      display: none; }

.shelf .out-of-stock {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
  min-height: 154px;
  text-align: center; }
  .shelf .out-of-stock .text {
    align-items: center;
    display: flex;
    flex-grow: 2;
    justify-content: center; }
    .shelf .out-of-stock .text strong {
      font-size: 0.875rem;
      color: #cecece; }

.shelf .price {
  margin-top: 8px; }
  .shelf .price .price-old {
    font-size: 0.875rem;
    color: #a9abaa;
    font-weight: 500;
    text-decoration: line-through;
    min-height: 22px; }
    .shelf .price .price-old + .price-current {
      padding-top: 0; }
      .shelf .price .price-old + .price-current .prefix {
        display: inline-block; }
  .shelf .price .price-current {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 22px; }
    @media (min-width: 568px) {
      .shelf .price .price-current {
        font-size: 1.5rem; } }
    .shelf .price .price-current .prefix {
      display: none; }
  .shelf .price .payment-installments {
    font-size: 0.625rem;
    display: block;
    line-height: 1;
    margin-top: 4px;
    min-height: 14px; }
    @media (min-width: 568px) {
      .shelf .price .payment-installments {
        font-size: 0.75rem; } }
    .shelf .price .payment-installments.-cash {
      font-size: 0; }
  .shelf .price .prefix {
    font-size: 0.75rem;
    font-weight: 500; }

.shelf .btn {
  display: block;
  margin-top: 12px;
  max-width: none;
  padding: 16px 10px; }
  @media (min-width: 768px) {
    .shelf .btn {
      max-width: none;
      padding: 22px 14px; } }
  .shelf .btn .wrapper-buy-button-asynchronous {
    display: none; }
  @media (min-width: 768px) {
    .shelf .btn.-know-more {
      padding: 21px 14px; } }

.shelf .buy-button-normal {
  display: none; }

.shelf:not(.-list) .ksp {
  display: none; }

.shelf.-list > ul > li {
  width: 100%; }

@media (min-width: 768px) {
  .shelf.-list .shelf-item {
    display: flex; } }

.shelf.-list .image {
  flex: 1 100%;
  max-width: 350px; }

.shelf.-list .info {
  flex: 2 100%; }
  @media (min-width: 768px) {
    .shelf.-list .info {
      padding-left: 24px; } }

.shelf.-list .ksp li {
  text-overflow: clip;
  white-space: normal; }

.shelf.-list .out-of-stock .text {
  justify-content: flex-start; }

.shelf-basic h2 {
  display: none; }

.shelf-basic > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }
  .shelf-basic > ul::after {
    display: block;
    clear: both;
    content: ""; }
  .shelf-basic > ul::after {
    display: none; }
  .shelf-basic > ul > li {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .shelf-basic > ul > li {
        width: 49%; } }
    @media (min-width: 992px) {
      .shelf-basic > ul > li {
        margin-bottom: 0;
        width: 24%; } }
    .shelf-basic > ul > li.helperComplement {
      display: none; }

.shelf-basic .shelf-item {
  border: 1px solid #e5e5e5;
  color: #333F48;
  padding: 20px 50px;
  position: relative; }
  @media (min-width: 992px) {
    .shelf-basic .shelf-item {
      padding: 20px 30px; } }
  @media (min-width: 1200px) {
    .shelf-basic .shelf-item {
      padding: 20px 50px; } }
  .shelf-basic .shelf-item::before, .shelf-basic .shelf-item::after {
    /*FIX LOGO BOX ON PAGES LEGACY*/
    content: normal !important; }

.shelf-basic .link {
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 100%;
  z-index: 1; }

.shelf-basic .image {
  position: relative;
  text-align: center; }
  .shelf-basic .image img {
    height: auto;
    max-width: 100%;
    width: auto; }

.shelf-basic .flag.-promo--percentoff {
  top: -20px;
  right: -50px; }
  @media (min-width: 992px) {
    .shelf-basic .flag.-promo--percentoff {
      right: -30px; } }
  @media (min-width: 1200px) {
    .shelf-basic .flag.-promo--percentoff {
      right: -50px; } }
  .shelf-basic .flag.-promo--percentoff::after {
    display: none; }

.shelf-basic .flag.-shelf--newer, .shelf-basic .flag.-shelf--pre-order {
  top: -20px;
  left: -50px; }
  @media (min-width: 992px) {
    .shelf-basic .flag.-shelf--newer, .shelf-basic .flag.-shelf--pre-order {
      left: -30px; } }
  @media (min-width: 1200px) {
    .shelf-basic .flag.-shelf--newer, .shelf-basic .flag.-shelf--pre-order {
      left: -50px; } }
  .shelf-basic .flag.-shelf--newer::after, .shelf-basic .flag.-shelf--pre-order::after {
    display: none; }

.shelf-basic .flag.-shelf--free-shipping {
  display: none; }

.shelf-basic .info {
  margin-top: 15px;
  overflow: hidden; }

.shelf-basic .name {
  font-size: 1rem;
  color: #333f48;
  height: 48px; }
  @media (min-width: 992px) {
    .shelf-basic .name {
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .shelf-basic .name {
      font-size: 1rem; } }

.shelf-basic .price .price-group {
  margin: 10px 0 20px; }

.shelf-basic .price .old-price {
  font-size: 0.875rem;
  display: block;
  text-decoration: line-through;
  color: #bdbdbd;
  line-height: normal; }

.shelf-basic .price .prefix {
  font-size: 0.8125rem;
  display: block;
  color: #bdbdbd;
  line-height: normal; }

.shelf-basic .price .best-price {
  font-size: 1.5rem;
  color: #333f48;
  display: block;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    .shelf-basic .price .best-price {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    .shelf-basic .price .best-price {
      font-size: 1.5rem; } }

.shelf-basic .price .payment-installments {
  font-size: 0.75rem;
  color: #bdbdbd;
  font-weight: 500;
  line-height: normal; }
  .shelf-basic .price .payment-installments .installments-value {
    color: #2d9cdb; }

.shelf-basic .btn {
  font-size: 1rem;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #2d9cdb;
  color: #2d9cdb;
  display: block;
  line-height: 1;
  max-width: none;
  padding: 15px 0;
  text-transform: lowercase; }
  .shelf-basic .btn:hover {
    background: #2d9cdb;
    color: #ffffff;
    text-decoration: none; }

.shelf-basic .out-of-stock {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  min-height: 138px;
  text-align: center; }
  .shelf-basic .out-of-stock .text {
    font-size: 1.0625rem;
    align-items: center;
    color: #979797;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    font-weight: 500;
    justify-content: center; }
    .shelf-basic .out-of-stock .text strong {
      font-weight: 700; }

.tabs [data-tab-content] {
  display: none; }
  .tabs [data-tab-content].-current {
    display: block; }

.video-player {
  position: relative; }
  .video-player .video-btn-close {
    opacity: 0;
    transition: opacity .3s ease;
    z-index: -1; }
  .video-player .video-frame {
    background-color: #000;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 1px;
    z-index: 1; }
  .video-player.-playing .video-frame {
    height: 100%;
    opacity: 1;
    width: 100%; }
  .video-player.-playing .video-btn-close {
    opacity: 1;
    z-index: 1; }

.tabs [data-tab-content] {
  display: none; }
  .tabs [data-tab-content].-current {
    display: block; }

.accordion-title {
  position: relative; }

.accordion-content {
  display: none;
  overflow: hidden; }
  .-open .accordion-content {
    display: block; }

.jussi-modal {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999; }
  .jussi-modal .modal-holder {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 275px; }
    .jussi-modal .modal-holder .modal-header {
      border: none;
      position: relative;
      padding: 0; }
      .jussi-modal .modal-holder .modal-header .close {
        position: absolute;
        border-radius: 50%;
        border: none;
        background-color: #f1f1f1;
        cursor: pointer;
        right: -3px;
        top: -3px;
        padding: 10px 8px 8px;
        z-index: 2; }
        .jussi-modal .modal-holder .modal-header .close::before {
          font-size: 0.625rem;
          content: "";
          display: block;
          font-family: "icomoon" !important;
          font-weight: bold;
          line-height: 10px;
          margin: 5px; }
    .jussi-modal .modal-holder .modal-content {
      border-radius: 0;
      border: none;
      padding: 25px; }
