html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.border-none {
  border: none !important;
}

.container {
  margin-left: 130px;
  margin-right: 132px;

  @media (max-width: 768px) {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.larger-container {
  width: 100%;

  max-width: 1640px;
}

.end-position {
  display: flex;
  justify-content: flex-end;
}

.end-container {
  width: 100%;
}

@media only screen and (max-width: 2560px) {
  .end-container {
    max-width: 2095px;
  }
}

@media only screen and (max-width: 1920px) {
  .end-container {
    max-width: 1780px;
  }
}

@media only screen and (max-width: 1680px) {
  .larger-container {
    max-width: 1380px;
  }

  .end-container {
    max-width: 1340px;
  }
}

@media only screen and (max-width: 1366px) {
  .larger-container {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1220px) {
  .larger-container {
    max-width: 960px;
  }

  .end-container {
    max-width: 1002px;
  }
}

@media screen and (max-width: 1024px) {
  .larger-container {
    max-width: 940px;
  }
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accordion__item {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion__item--small {
  border-color: rgba(26, 26, 26, 0.2);
}

.accordion__item--dark .accordion__header {
  background: #000 !important;
}

.accordion__item--dark .accordion__header button:before,
.accordion__item--dark .accordion__header span {
  color: #fff !important;
}

.accordion__header {
  padding-left: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 15px 18px 10px;
}

.accordion__item--small.is-active .accordion__header {
  background: #1a1a1a;
  position: relative;
  z-index: 1;
}

.accordion__title {
  font-size: 16px;
  font-weight: 400;
  max-width: calc(100% - 100px);
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .accordion__title {
    padding: 10px 0;
    max-width: calc(100% - 70px);
  }
}

.accordion__item--small .accordion__title {
  font-size: 15px;
  padding: 0 20px;
  color: #a6a6a6;
}

.accordion__item--small .accordion__title:hover {
  color: #777;
}

.accordion__item--small.is-active .accordion__title {
  font-weight: 700;
  color: #777;
}

.accordion__item.is-active .accordion__header,
.accordion__item:hover .accordion__header {
  background: #f3f3f3;
}

.accordion__item.is-active .accordion__header .accordion__button:before,
.accordion__item:hover .accordion__header .accordion__button:before {
  border: 1px solid #777;
  color: #777;
  right: 13px;
}

.accordion__button {
  display: block;
  font-size: 0;
  background: 0 0;
  border: none;
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .accordion__button {
    width: 70px;
    height: 70px;
  }
}

.accordion__button:before {
  content: '\f078';
  font-size: 9px;
  line-height: 1;
  width: 33px;
  height: 33px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  display: block;
  color: inherit;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: all 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-active > dt > .accordion__button:before {
  border: 1px solid transparent !important;
  transform: rotate(180deg);
}

.accordion__item--small .accordion__button {
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.accordion__item--small .accordion__button:before {
  font-size: 12px;
  opacity: 0.75;
}

.accordion__content {
  max-height: 0;
  overflow-x: hidden;
  visibility: hidden;
  margin: 0;
  padding: 0 40px 0 10px;
  font-size: 18px;
  line-height: 150%;
  color: #777;
  transition: all 350ms ease;
}

.is-active > .accordion__content {
  max-height: calc(100vh - 70px - 80px);
  visibility: visible;
  overflow: visible !important;
  opacity: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .is-active > .accordion__content {
    max-height: 99999px;
  }
}

.accordion__content a {
  color: #777;
}

.accordion__download-item {
  color: inherit;
  font-weight: $fw-semibold;
  margin-left: 15%;
  line-height: 80px;
  text-decoration: none;
  display: block;
  position: relative;
}

.accordion__download-item:after {
  content: 'PDF';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
  opacity: 0.3;
}

.accordion__link {
  border-bottom: 1px solid $rolling-stone;
  height: 80px;
  font-size: 22px;
  line-height: 120%;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: $abbey;
  text-decoration: none;
  font-weight: $fw-light;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .accordion__link {
    height: auto;
  }
}

.accordion__link span {
  z-index: 1;
  max-width: calc(100% - 80px);
}

@media only screen and (max-width: 768px) {
  .accordion__link span {
    max-width: none;
    z-index: 0;
    margin: 25px 0;
  }
}

.accordion__link:after {
  content: '\f061';
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(50%, -50%);
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .accordion__link:after {
    right: 35px;
    color: #777;
    top: auto;
    bottom: 30px;
  }
}

.accordion__link:before {
  content: '';
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  position: absolute;
  display: block;
  transform: translateX(-50%);
  z-index: 0;
}

.accordion__link:hover {
  color: #777;
}

.accordion__link:hover:before {
  background: $earls-green;
}

.accordion__link b {
  font-weight: 400;
  margin-left: 0.25em;
}

@media only screen and (max-width: 768px) {
  .accordion__link b {
    background: #e40000;
    display: block;
    color: #777;
    margin: 15px 0 0;
    line-height: 60px;
    padding: 0 15px;
  }
}

.apps__container {
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.75rem;
}

@media only screen and (max-width: 768px) {
  .apps__container {
    flex-direction: column;
  }
}

.apps__item {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .apps__item {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 25px;
  }

  .apps__item:last-child {
    margin-bottom: 0;
  }

  .apps__item:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.apps__image {
  float: left;
  margin-right: 25px;
  border-radius: 10px;
}

.apps__title {
  color: #777;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin: 5px 0 5px;
}

@media only screen and (max-width: 768px) {
  .apps__title {
    padding-left: 85px;
    margin-bottom: 5px;
  }
}

.apps__description {
  color: #7a7879;
  font-size: 11px;
  line-height: 150%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .apps__description {
    padding-left: 85px;
    font-size: 13px;
  }
}

.apps__link {
  color: #777;
  text-decoration: none;
}

.atendimento__container {
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .atendimento__container {
    flex-direction: column;
    border-top: none;
    margin: 75px auto;
  }
}

.atendimento__section-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  line-height: 80px;
  margin: 0;
}

.atendimento__section-title a {
  color: #777;
}

@media only screen and (max-width: 768px) {
  .atendimento__section-title {
    line-height: 1;
    margin: 0 0 25px;
    display: block;
    font-size: 22px;
  }
}

.atendimento__content {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .atendimento__content {
    width: 100%;
  }
}

.Banners__Slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  background: #d92f20;
  height: 550px !important;
  width: 384px !important;
  border-radius: 26px;
  margin: 15px 20px 0;
  padding: 45px;
}

@media only screen and (max-width: 1680px) {
  .Banners__Slide {
    width: 320px !important;
    height: 470px !important;
    padding: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .Banners__Slide {
    width: 320px !important;
    height: 410px !important;
    padding: 40px;
    margin: 15px 20px 0;
  }
}

@media only screen and (max-width: 1220px) {
  .Banners__Slide {
    width: 270px !important;
    height: 352px !important;
    margin: 15px 15px 0;
    padding: 25px 20px;
  }
}

.Banners__Slide .Banners__SlideIcon {
  height: 90px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1680px) {
  .Banners__Slide .Banners__SlideIcon {
    height: 75px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1440px) {
  .Banners__Slide .Banners__SlideIcon {
    height: 75px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1220px) {
  .Banners__Slide .Banners__SlideIcon {
    height: 60px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .Banners__Slide {
    flex-direction: column;
  }
}

.Banners__SliderContainer {
  position: relative;
  z-index: 1;
  margin-bottom: 95px;
  margin-top: 30px;
}

@media only screen and (max-width: 1220px) {
  .Banners__SliderContainer {
    margin: 30px 0 60px;
  }
}

.Banners__SliderContainer .slick-slider {
  width: 100%;
  margin-top: 80px;
}

@media only screen and (max-width: 1220px) {
  .Banners__SliderContainer .slick-slider {
    margin-top: 40px;
  }
}

.mask-position {
  position: relative;
  height: 590px;
}

@media only screen and (max-width: 1440px) {
  .mask-position {
    height: 426px;
  }
}

@media only screen and (max-width: 1220px) {
  .mask-position,
  .slider-mask-left,
  .slider-mask-right {
    height: 325px;
    margin-top: 50px;
  }
}

.slider-mask-left,
.slider-mask-right {
  position: absolute;
  bottom: 0;
  width: 123px;
  height: 590px;
  display: block;
  background-image: url(../assets/transparent.png);
}

@media only screen and (max-width: 1440px) {
  .slider-mask-left,
  .slider-mask-right {
    height: 426px;
  }
}

.slider-mask-right {
  right: 0;
}

.slider-mask-left {
  left: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 800;
}

@media only screen and (max-width: 1220px) {
  .slider-mask {
    height: 370px;
  }
}

.Banners__SliderContainer .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.Banners__SliderContainer .slick-dots button {
  background: #a6a6a6;
}

.Banners__SlideText {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media only screen and (max-width: 1220px) {
  .Banners__SlideText {
    margin-right: 25px;
  }
}

.Banners__SliderContainer .more-info,
.Banners__SliderContainer a {
  font-size: 28px;
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1680px) {
  .Banners__SliderContainer .more-info,
  .Banners__SliderContainer a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1440px) {
  .Banners__SliderContainer .more-info,
  .Banners__SliderContainer a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1220px) {
  .Banners__SliderContainer .more-info,
  .Banners__SliderContainer a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .Banners__SlideText {
    padding: 60px 15px;
    box-sizing: border-box;
    width: 100%;
    order: 2;
  }
}

.Banners__SlideTitle {
  font-size: 32px;
  font-family: 'Open Sans', Helvetica, Arial;
  line-height: 1;
  color: #fff;
  font-weight: 100;
  margin: 0 0 35px;
}

@media only screen and (max-width: 1680px) {
  .Banners__SlideTitle {
    font-size: 28px;
    margin: 0 0 34px;
  }
}

@media only screen and (max-width: 1440px) {
  .Banners__SlideTitle {
    font-size: 26px;
    margin: 0 0 25px;
  }

  .Banners__SlideTitle2 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1220px) {
  .Banners__SlideTitle {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }
}

.Banners__SlideParagraph {
  font-size: 23px;
  line-height: 33px;
  color: #fff;
  margin: 0;
}

.Banners__SlideParagraphSmall {
  font-size: 19px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}

.Banners__SlideDisclaimer {
  font-size: 10px;
  line-height: 16px;
  color: #fff;
}

@media only screen and (max-width: 1680px) {
  .Banners__SlideParagraph {
    font-size: 22px;
    line-height: 24px;
  }

  .Banners__SlideParagraphSmall {
    font-size: 16px;
    line-height: 24px;
  }

  .Banners__SlideDisclaimer {
    font-size: 10px;
    line-height: 16px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1440px) {
  .Banners__SlideParagraph {
    font-size: 18px;
    line-height: 24px;
  }

  .Banners__SlideParagraphSmall {
    font-size: 16px;
    line-height: 20px;
  }

  .Banners__SlideDisclaimer {
    font-size: 10px;
    line-height: 16px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1220px) {
  .Banners__SlideParagraph {
    font-size: 14px;
    line-height: 19px;
  }

  .Banners__SlideParagraphSmall {
    font-size: 12px;
    line-height: 18px;
  }

  .Banners__SlideDisclaimer {
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 992px) {
  .Banners__SlideParagraph {
    font-size: 13px;
    line-height: 18px;
  }

  .Banners__SlideParagraphSmall {
    font-size: 11px;
    line-height: 16px;
  }

  .Banners__SlideDisclaimer {
    font-size: 10px;
    line-height: 10px;
    margin: 10px 0;
  }
}

.Banners__SlideParagraph span,
.Banners__SlideParagraphSmall span {
  white-space: nowrap;
}

.Banners__SlideParagraph img,
.Banners__SlideParagraphSmall img {
  display: inline !important;
  vertical-align: middle;
}

@media only screen and (max-width: 992px) {
  .Banners__SlideTitle {
    font-size: 18px;
  }
}

.Banners__SlideImage {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .Banners__SlideImage {
    display: block;
    margin: 0 auto;
  }
}

.Banners__SlideImageWrapper {
  width: 50%;
  text-align: center;
  display: block;
}

.Banners__SlideImageWrapper img {
  margin: 0 auto;
}

.Banners__SlideCtaLink {
  color: #991e24;
  text-decoration: underline;
}

.Banners__SliderContainerSubTitle {
  font-weight: 100;
  font-size: 2.3em;
  line-height: 1em;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 5px 0;
}

@media only screen and (max-width: 1440px) {
  .Banners__SliderContainerSubTitle {
    font-size: 2.1em;
  }
}

@media only screen and (max-width: 1220px) {
  .Banners__SliderContainerSubTitle {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 992px) {
  .Banners__SliderContainerSubTitle {
    font-size: 1.1em;
    line-height: 1em;
  }
}

.Banners__SliderContainerSubTitle.txtblack {
  color: #444;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1220px) {
  .Banners__SliderContainerSubTitle.txtblack {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .Banners__SliderContainerSubTitle.txtblack {
    font-size: 1.5em;
  }
}

.more-info-body {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 300;
  transition: all 0.2s linear;
}

.more-info-body.show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms linear;
}

.more-info-content {
  display: flex;
  flex-direction: column;
  width: 55%;
  height: auto;
  background: #d92f20;
  border-radius: 15px;
  padding: 45px 50px 85px;
  color: #fff;
  box-shadow: 4px 6px 8px #000;
  z-index: 400;
}

.more-info-close {
  display: flex;
  justify-content: flex-end;
}

#more-info-close-buttom {
  z-index: 401;
}

#more-info-close-buttom:hover {
  cursor: pointer;
}

#more-info-close-buttom:hover img {
  transition: all 350ms ease;
}

.more-info-itens {
  display: flex;
  justify-content: space-between;
}

.more-info-text {
  margin: 0 20px 0 0;
}

.more-info-content .more-info-icon img {
  height: 82px;
  padding-right: 30px;
}

.cta__gold {
  color: #d7aa78 !important;
}

.cta__platinum {
  color: #6f6f6f !important;
}

.cta__black {
  color: #000 !important;
}

.Cards {
  color: #a6a6a6;
  padding: 45px 0 65px;
}

@media only screen and (max-width: 1920px) {
  .more-info-content {
    width: 65%;
  }
}

@media only screen and (max-width: 1220px) {
  .Cards {
    padding: 45px 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .Cards {
    padding: 45px 5px 15px;
  }
}

.Cards h2 {
  font-weight: 100;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 5px 0;
}

.Cards .txtblack {
  color: #444;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1220px) {
  .Cards h2 {
    display: block;
    font-size: 1.5em;
    line-height: 0.8em;
  }
}

@media only screen and (max-width: 992px) {
  .Cards h2 {
    font-size: 1.4em;
    line-height: 1em;
    text-align: center;
  }
}

.Cards .slick-arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 80px;
  background-color: transparent;
  border: none;
  font-size: 0;
  transform: translateY(50%);
  background-image: url("data:image/svg+xml;charset=utf8,<svg fill='%23b8b0b5' width='20' height='39' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'><path d='M751.7,499.9l-13.2-13.2l-0.1,0.1L261.6,10l-13.2,13.2L725.1,500L248.3,976.8l13.2,13.2l476.8-476.8l0.1,0.1l13.2-13.2L751.7,499.9L751.7,499.9z'/></svg>");
  background-size: cover;
}

.Cards .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(50%) rotate(180deg);
  z-index: 10;
}

.Cards .slick-arrow.slick-next {
  right: 0;
  z-index: 10;
}

.Cards .item {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.Cards .card-image {
  width: 32%;
}

.Cards .card-image a {
  display: block;
  outline: 0;
}

.Cards .card-image a img {
  width: 100%;
  margin: 0;
  position: relative;
  bottom: 0;
  left: -5px;
}

.Cards .card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 50px;
  width: 100%;
}

@media only screen and (max-width: 1220px) {
  .Cards .card-text {
    padding: 0 30px 0 20px;
  }
}

.Cards .card-text a {
  color: #a6a6a6;
}

.Cards .card-values {
  display: flex;
  justify-content: space-between;
}

.Cards .card-values div h4,
.Cards .card-values div p {
  float: left;
}

.Cards .card-values div p {
  padding: 0;
  margin: -1px 0 0 0;
}

.Cards .card-values div h4 {
  margin: 0 10px 0 0;
}

.Calculators .card-more,
.Cards .card-more {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 35%;
  padding-bottom: 10px;
}

.Cards .card-more .simulate {
  margin-bottom: 20px;
}

.Cards .item:last-child {
  border-right: none;
}

.Cards h3 {
  font-weight: 100;
  font-size: 1.65em;
  margin: 0;
  color: #444;
}

@media only screen and (min-width: 2500px) {
  .Cards h3 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 1440px) {
  .Cards h3 {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 1220px) {
  .Cards h3 {
    font-size: 1.07em;
  }
}

.Cards hr {
  border-top: 1px solid #e4e4e4;
}

.Cards p {
  width: 85%;
  font-size: 26px;
  line-height: 32px;
  color: #a6a6a6;
}

@media only screen and (max-width: 1440px) {
  .Cards p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1220px) {
  .Cards p {
    font-size: 16px;
    line-height: 22px;
    margin: 2px 0;
  }
}

.Cards p strong {
  color: #444;
}

.Cards h4,
.Cards p b {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 32px;
  color: #a6a6a6;
}

@media only screen and (max-width: 1440px) {
  .Cards h4,
  .Cards p b {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }
}

@media only screen and (max-width: 1220px) {
  .Cards h4,
  .Cards p b {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
}

.Cards .item .simulate {
  font-size: 26px;
  color: #a6a6a6;
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  .Cards .item .simulate,
  .Cards a.btn {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 1220px) {
  .Cards .item .simulate,
  .Cards a.btn {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 992px) {
  .larger-container {
    max-width: 95%;
  }

  .Banners__SlideImageWrapper {
    box-sizing: border-box;
    width: 100%;
  }

  .slider__text-wrapper {
    padding-left: 0 !important;
  }

  .Section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Cards .txtblack {
    margin-bottom: 0;
  }

  .Cards hr {
    display: none;
  }

  .Cards .item {
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: auto;
  }

  .Cards .card-text h3 {
    margin-bottom: 15px;
  }

  .Cards .card-text p {
    text-align: center;
  }

  .Cards .card-image a img {
    left: 0;
  }

  .Cards .card-values {
    width: 100%;
    justify-content: space-around;
    margin: 15px 0;
  }

  .Cards .card-values div {
    flex-direction: column;
    justify-content: space-around;
  }

  .Cards .card-values div h4,
  .Cards .card-values div p {
    float: none;
    text-align: center;
    margin: 0;
  }

  .Cards .card-values div h4 {
    font-size: 14px;
  }

  .Cards .card-values div p {
    font-size: 13px;
  }

  .Cards .card-image {
    width: 72%;
    align-items: center;
    margin-bottom: 20px;
  }

  .Cards .card-text {
    align-items: center;
  }

  .Cards .card-more {
    width: 100%;
    align-items: center;
  }

  .Cards .card-more .simulate {
    font-size: 16px !important;
  }

  .Cards .card-more a.btn {
    font-size: 20px !important;
  }

  .Cards .card-more a.btn:after {
    width: 50px;
    height: 50px;
    margin: 10px 10px 0 auto;
  }

  .CardDetails .accordion__item,
  .Details .accordion__item {
    width: 100%;
  }

  .CardDetails .row,
  .Details .row {
    align-items: center;
    padding-right: 15px;
  }

  .CardDetails .accordion__header,
  .Details .accordion__header {
    padding: 18px 0;
    margin-right: 10px;
  }

  .accordion__button {
    width: 35px;
    height: 35px;
  }
}

.Calculators a.btn,
.CardDetails a.btn,
.Cards a.btn,
.Details a.btn {
  font-size: 32px;
  font-weight: 100;
  color: #fff;
  height: 100px;
  align-items: center;
  padding-left: 40px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none !important;
  display: flex;
  cursor: pointer;
}

.Calculators a.btn {
  font-size: 29px;
  height: 85px;
}

a.btn:hover:after {
  transform: translateX(20px);
}

.Calculators a.btn:after,
.CardDetails a.btn:after,
.Cards a.btn:after,
.Details a.btn:after {
  transition: all 150ms ease;
  margin: 15px 5px 0 auto;
  background-image: url("data:image/svg+xml;charset=utf8,<svg fill='%23ffffff' width='36' height='36' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M11.611,10.049l-4.76-4.873c-0.303-0.31-0.297-0.804,0.012-1.105c0.309-0.304,0.803-0.293,1.105,0.012l5.306,5.433c0.304,0.31,0.296,0.805-0.012,1.105L7.83,15.928c-0.152,0.148-0.35,0.223-0.547,0.223c-0.203,0-0.406-0.08-0.559-0.236c-0.303-0.309-0.295-0.803,0.012-1.104L11.611,10.049z'/></svg>");
  background-size: cover;
  content: '';
}

.Calculators a.btn:after,
.Cards a.btn:after {
  width: 80px;
  height: 80px;
}

.CardDetails a.btn:after,
.Details a.btn:after {
  width: 70px;
  height: 70px;
  margin: 15px 20px 0 auto;
}

@media only screen and (max-width: 1440px) {
  a.btn:hover:after {
    transform: translateX(15px);
  }

  .Calculators a.btn:after,
  .CardDetails a.btn:after,
  .Cards a.btn:after,
  .Details a.btn:after {
    width: 60px;
    height: 60px;
  }

  .Calculators .suggestion-item a.btn:after {
    width: 50px;
    height: 50px;
    margin: 10px 5px 0 auto;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .suggestion-item a.btn:after,
  .Calculators a.btn:after,
  .Cards a.btn:after {
    width: 25px;
    height: 25px;
    margin: 5px 10px 0 auto;
  }

  a.btn:hover:after {
    transform: translateX(10px);
  }

  .CardDetails a.btn:after,
  .Details a.btn:after {
    width: 60px;
    height: 60px;
    margin: 10px 5px 0 auto;
  }
}

.Calculators a.btn.red,
.Cards a.btn.red {
  background: #b00610;
}

.Calculators {
  margin-top: 70px;
  font-family: 'Open Sans', Helvetica, Arial;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 350ms linear;
}

.Calculators .return {
  margin-bottom: 40px;
}

.Calculators .return a {
  font-size: 26px;
  color: #444;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
  .Calculators .return a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .return {
    margin-bottom: 35px;
  }

  .Calculators .return a {
    font-size: 16px;
  }
}

.Calculators .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.Calculators .card-image {
  width: 32%;
}

.Calculators .suggestion-item .card-image {
  width: 23%;
  display: flex;
  align-items: flex-end;
}

.Calculators .suggestion-item .card-image a {
  display: flex;
  align-items: flex-end;
}

.Calculators .card-image img {
  width: 100%;
}

.Calculators .card-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 10px 50px 10px 20px;
}

.Calculators .card-more {
  justify-content: center;
  width: 25%;
}

@media only screen and (max-width: 1220px) {
  .Calculators .card-more {
    width: 31%;
  }
}

.Calculators .income-border {
  height: 20px;
  border-bottom: 1px solid #dedede;
}

.Calculators .income,
.Calculators .purchase {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
}

.Calculators .income .income-items,
.Calculators .purchase .purchase-items {
  display: flex;
  justify-content: space-between;
  width: 75%;
}

@media only screen and (max-width: 1220px) {
  .Calculators .income,
  .Calculators .purchase {
    padding: 20px 0 10px;
  }

  .Calculators .income .income-items,
  .Calculators .purchase .purchase-items {
    width: 70%;
  }
}

@media only screen and (max-width: 992px) {
  .Calculators .income,
  .Calculators .purchase {
    flex-direction: column;
  }

  .Calculators .item-top .card-more {
    display: none;
  }
}

.Calculators .income-text,
.Calculators .purchase-text {
  width: 35%;
  font-size: 32px;
  line-height: 38px;
}

.Calculators .income-text p,
.Calculators .purchase-text p {
  font-size: 28px;
  line-height: 36px;
}

@media only screen and (max-width: 1680px) {
  .Calculators .income-text p,
  .Calculators .purchase-text p {
    font-size: 24px;
    line-height: 31px;
  }
}

@media only screen and (max-width: 1366px) {
  .Calculators .income-text p,
  .Calculators .purchase-text p {
    font-size: 23px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .income-text p,
  .Calculators .purchase-text p {
    font-size: 20px;
    line-height: 26px;
  }
}

.Calculators .item p span {
  font-weight: 700;
  color: #444;
}

.Calculators .item .supplementary {
  font-weight: 100;
  font-size: 22px;
  line-height: 28px;
  color: #a6a6a6;
  width: 75%;
}

.Calculators .item .purchase-text p {
  width: 73.5%;
}

@media only screen and (max-width: 1680px) {
  .Calculators .item .supplementary {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .item .supplementary {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .item .purchase-text p {
    width: 84.5%;
  }
}

.Calculators .item .supplementary strong {
  font-weight: 600 !important;
}

.Calculators .item button {
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #dedede;
  color: #dedede;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.Calculators .item button.minus {
  background-image: url(minus.svg);
  background-position: center center;
  background-size: 15px 15px;
  width: 24px;
  height: 24px;
}

.Calculators .item button.plus {
  background-image: url(plus.svg);
  background-position: center center;
  background-size: 15px 15px;
  width: 24px;
  height: 24px;
}

.Calculators .item button svg {
  color: inherit;
  fill: currentColor;
  width: 70%;
  height: 70%;
  display: block;
}

.Calculators .income .income-items .range {
  width: 100%;
}

.Calculators .purchase .purchase-items .range {
  width: 80%;
}

@media only screen and (max-width: 1440px) {
  .Calculators .purchase .purchase-items .range {
    width: 74%;
  }
}

.Calculators .income .income-items .range,
.Calculators .purchase .purchase-items .range {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Calculators .item .numbers {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.Calculators .item .numbers span {
  margin-right: 10px;
  font-weight: 700;
  color: #a8a8a8;
}

.Calculators .item .numbers span sup {
  font-size: 11px;
  font-weight: 400;
}

.Calculators .item .numbers {
  margin: 0 10px;
}

.Calculators .item .numbers input {
  background: 0 0;
  border: 0;
  font-size: 32px;
  font-weight: 100;
  width: 100%;
}

.Calculators .item .numbers input[type='range'] {
  -webkit-appearance: none;
}

.Calculators .item .numbers input[type='range']::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}

.Calculators .item .numbers input[type='range']::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: -14px;
}

.Calculators .item .numbers input[type='range']::-ms-thumb {
  height: 18px;
  width: 18px;
  border: 1px solid red;
  border-radius: 36px;
  cursor: pointer;
}

.Calculators .item .numbers input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #a8a8a8;
}

.Calculators .item .numbers input[type='range']::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #a8a8a8;
}

.Calculators .item .numbers input[type='range']::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #a8a8a8;
  border-left-width: 0;
  border-right-width: 0;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  margin-top: 11px;
}

input[type='range']::-ms-tooltip {
  display: none;
}

input[type='range']::-ms-ticks-after,
input[type='range']::-ms-ticks-before,
input[type='range']::-ms-track {
  color: transparent;
}

.Calculators .item.gold .numbers input[type='range']::-webkit-slider-thumb {
  background: #d7aa78;
}

.Calculators .item.platinum .numbers input[type='range']::-webkit-slider-thumb {
  background-color: #6f6f6f;
}

.Calculators .item.black .numbers input[type='range']::-webkit-slider-thumb {
  background-color: #000;
}

.Calculators .purchase .points {
  width: 10%;
  font-size: 58px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}

.Calculators .purchase .points:after {
  content: 'milhas';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 0.7;
  margin-top: 30px;
}

@media only screen and (max-width: 1680px) {
  .Calculators .purchase .points {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .purchase .points {
    font-size: 40px;
  }

  .Calculators .purchase .points:after {
    font-size: 19px;
    margin-top: 14px;
  }
}

.Calculators .purchase-text .range {
  width: 60%;
}

.Calculators h1,
.Calculators h2 {
  font-size: 2em;
  font-weight: 100;
  line-height: 1;
  margin: 0;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  .Calculators h1,
  .Calculators h2 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators h1,
  .Calculators h2 {
    font-size: 1.35em;
    line-height: 1;
  }
}

.Calculators .txtblack {
  color: #444;
  font-weight: 700;
}

.Calculators .suggestion {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 50px;
}

.Calculators .suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64%;
  height: 168px;
  padding: 0 30px;
  font-size: 21px;
  background: #f6f6f6;
}

.suggestion-space {
  width: 64%;
  height: 1px;
  padding: 0 30px;
  background: #f6f6f6;
}

.Calculators .suggestion-margin {
  width: 100%;
  height: 1px !important;
  padding: 0 !important;
  border-top: 1px solid #6a6a6a;
  padding: 0 30px;
}

.suggestion-item-box {
  display: flex;
  justify-content: space-between;
  width: 65%;
  height: auto;
  padding: 0;
}

@media only screen and (max-width: 1680px) {
  .Calculators .suggestion-item {
    height: 148px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .suggestion-item {
    width: 60%;
    height: 100px;
  }

  .Calculators .suggestion-space {
    width: 60%;
  }

  .suggestion-item-box {
    width: 75%;
  }
}

@media only screen and (max-width: 992px) {
  .Calculators .suggestion-item {
    flex-direction: column;
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
  }

  .Calculators .suggestion-space {
    width: calc(100% - 30px);
    padding: 15px;
  }

  .suggestion-item-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .suggestion-item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .suggestion-item .card-image {
    width: 27%;
  }
}

.Calculators .suggestion-item .card-text {
  width: 67%;
  padding: 0 35px 0 25px;
}

.Calculators .suggestion-item .card-text p {
  padding: 0;
  margin: 0;
  font-size: 19px;
  line-height: 26px;
  color: #a6a6a6;
}

@media only screen and (max-width: 1680px) {
  .Calculators .suggestion-item .card-text {
    padding: 0 25px;
  }

  .Calculators .suggestion-item .card-text p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1366px) {
  .Calculators .suggestion-item .card-text p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators .suggestion-item .card-text p {
    font-size: 14px;
    line-height: 16px;
  }
}

.Calculators .suggestion-item .card-more {
  width: 35%;
  padding: 0;
}

.Calculators .suggestion-item .card-more .simulate {
  color: #707070;
  font-size: 26px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1680px) {
  .Calculators .suggestion-item .card-more .simulate {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.Calculators .suggestion-item .card-more a.btn {
  height: 64px;
  font-size: 25px;
}

@media only screen and (max-width: 1680px) {
  .Calculators .suggestion-item .card-more a.btn {
    height: 48px;
    font-size: 19px;
    padding-left: 25px;
  }
}

.Calculators .item.gold .purchase .points {
  color: #d7aa78;
}

.Calculators .item.platinum .purchase .points {
  color: #6f6f6f;
}

@media only screen and (max-width: 1220px) {
  .Calculators .suggestion-item .card-more a.btn {
    height: 34px;
    font-size: 14px;
    padding-left: 20px;
  }

  .Calculators .suggestion-item .card-text {
    width: 82%;
    padding: 0 15px;
  }

  .Calculators .suggestion-item .card-more .simulate {
    font-size: 14px;
  }

  .Calculators .suggestion-item .card-more {
    width: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .Calculators {
    margin-top: 0;
  }

  .Calculators h1,
  .Calculators h2 {
    font-size: 21px;
    margin-top: 0;
    color: #000;
  }

  .Calculators .card-image {
    width: 35%;
  }

  .Calculators .card-text {
    width: 60%;
    padding: 0;
  }

  .Calculators .income .income-items,
  .Calculators .purchase .purchase-items {
    width: 100%;
  }

  .Calculators .income-text,
  .Calculators .purchase-text {
    width: 100%;
  }
}

#totals {
  width: 100%;
  border-top: 4px solid #a6a6a6;
  padding: 30px 0 40px;
}

#totals .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Calculators #totals .card-text {
  width: 60%;
  color: #444;
  padding: 10px 50px;
}

@media only screen and (max-width: 1440px) {
  .Calculators #totals .card-text {
    width: 50%;
  }
}

@media only screen and (max-width: 1220px) {
  #totals {
    padding: 0 0 40px;
  }

  .Calculators #totals .card-text {
    width: 50%;
    padding: 10px 0 10px 20px;
  }
}

#totals .purchase-text h2 {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 100;
}

#totals .info {
  padding: 50px 20px 50px 0;
}

#totals .item:last-child {
  border-right: none;
}

#totals .item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}

@media only screen and (max-width: 1680px) {
  #totals .item .info {
    width: 25%;
  }
}

@media only screen and (max-width: 1220px) {
  #totals .item .info {
    width: 31%;
  }
}

@media only screen and (max-width: 992px) {
  #totals .item .info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#totals .info [data-total-container] {
  font-size: 88px;
  line-height: 0.8;
  padding-bottom: 10px;
  font-weight: 800;
}

#totals .item .info [data-total-container][data-total-container='gold'],
#totals .item .info [data-total-container][data-total-container='gold'] + span {
  color: #d7aa78;
}

#totals .item .info [data-total-container][data-total-container='platinum'],
#totals
  .item
  .info
  [data-total-container][data-total-container='platinum']
  + span {
  color: #6f6f6f;
}

#totals .item .info [data-total-container][data-total-container='black'],
#totals
  .item
  .info
  [data-total-container][data-total-container='black']
  + span {
  color: #000;
}

#totals .item .info span {
  margin-top: auto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}

@media only screen and (max-width: 992px) {
  #totals .item {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #totals .item .title {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}

#totals .cotation {
  color: #a6a6a6;
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  .Calculators[data-visible='gold'] #totals .item:not(.gold),
  .Calculators[data-visible='gold'] .accordion__content .item:not(.gold) {
    display: none;
  }

  .Calculators[data-visible='platinum'] #totals .item:not(.platinum),
  .Calculators[data-visible='platinum']
    .accordion__content
    .item:not(.platinum) {
    display: none;
  }

  .Calculators[data-visible='black'] #totals .item:not(.black),
  .Calculators[data-visible='black'] .accordion__content .item:not(.black) {
    display: none;
  }
}

.content__container {
  max-width: 984px;
  margin: 50px auto;
}

.product__list-header {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #fff;
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .product__list-header {
    flex-direction: column;
    margin: 25px 0 50px;
    padding: 0 25px 15px;
    align-items: flex-start;
    position: relative;
  }
}

.product__list-title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .product__list-title {
    font-size: 22px;
  }
}

.product__list-title-description {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .product__list-title-description {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: 15px;
  }
}

.product__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product__column {
  padding: 10px 0;
  width: calc(100% / 3);
}

@media only screen and (max-width: 768px) {
  .product__column {
    width: 50%;
  }
}

.product__item {
  width: 100%;
  background: linear-gradient(#000, #5f0000);
  transition: all ease 0.25s;
  background-size: 100% 100%;
}

.product__item:hover {
  background-size: 100% 150%;
}

.product__link {
  text-decoration: none;
  color: #777;
}

.product__image {
  max-width: calc(100% - 80px);
  margin: 25px auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .product__image {
    max-width: calc(100% - 30px);
  }
}

.product__title {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 120%;
  margin: 0 auto 25px;
  padding-top: 25px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: calc(100% - 80px);
}

@media only screen and (max-width: 768px) {
  .product__title {
    max-width: calc(100% - 30px);
    font-size: 17px;
    line-height: 120%;
  }
}

article:nth-child(6n + 1) .product__title {
  color: #63ba68;
}

article:nth-child(6n + 2) .product__title {
  color: #1bb3bc;
}

article:nth-child(6n + 3) .product__title {
  color: #fc3;
}

article:nth-child(6n + 4) .product__title {
  color: #9e3667;
}

article:nth-child(6n + 5) .product__title {
  color: #36f;
}

article:nth-child(6n + 6) .product__title {
  color: #fc3;
}

.product__info {
  font-size: 14px;
  line-height: 120%;
  color: #d9d9d9;
  max-width: calc(100% - 80px);
  text-align: center;
  margin: 25px auto;
}

@media only screen and (max-width: 768px) {
  .product__info {
    max-width: calc(100% - 30px);
    font-size: 12px;
    line-height: 120%;
  }
}

.product__go-to-details {
  background: #700;
  display: block;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.25s;
}

@media only screen and (max-width: 768px) {
  .product__go-to-details {
    font-size: 3.25vw;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  article:hover .product__go-to-details {
    padding: 0 2.5vw;
  }
}

.product__go-to-details:after {
  content: '\f061';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  z-index: 2;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.25s;
}

@media only screen and (max-width: 768px) {
  .product__go-to-details:after {
    right: 3vw;
  }
}

article:hover .product__go-to-details:after {
  right: 9%;
}

@media only screen and (max-width: 768px) {
  article:hover .product__go-to-details:after {
    right: 3.5vw;
  }
}

.product__go-to-details:before {
  content: '';
  display: block;
  width: 20%;
  height: 200%;
  background: #c00;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%) rotate(22.5deg);
  z-index: 1;
  transition: all ease 0.25s;
}

@media only screen and (max-width: 768px) {
  .product__go-to-details:before {
    width: 10vw;
  }
}

article:hover .product__go-to-details:before {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  article:hover .product__go-to-details:before {
    width: 12vw;
  }
}

.product__load-more {
  font-size: 16px;
  text-align: center;
  width: 500px;
  margin: 50px auto;
  display: block;
  max-width: calc(100% - 50px);
  background: linear-gradient(#700, #5f0000);
  color: #777;
  line-height: 50px;
  border: 1px solid #700;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.product__load-more:after {
  content: '\f078';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  margin-left: 0.5em;
}

.CardDetails,
.Details {
  background: #f6f6f6;
  color: #a6a6a6;
  padding: 0;
}

.CardDetails .accordion__item,
.Details .accordion__item {
  border-bottom: none;
  margin: 0;
}

.CardDetails .accordion__item.is-active .accordion__header,
.CardDetails .accordion__item:hover .accordion__header,
.Details .accordion__item.is-active .accordion__header,
.Details .accordion__item:hover .accordion__header {
  background: 0 0;
}

.CardDetails
  .accordion__item.is-active
  .accordion__header
  .accordion__button:before,
.CardDetails
  .accordion__item:hover
  .accordion__header
  .accordion__button:before,
.Details
  .accordion__item.is-active
  .accordion__header
  .accordion__button:before,
.Details .accordion__item:hover .accordion__header .accordion__button:before {
  border: none;
  color: #d92e20;
  right: 13px;
}

.CardDetails .accordion__item.is-active .accordion__header button:before,
.Details .accordion__item.is-active .accordion__header button:before {
  transform: translateX(20px) rotate(90deg);
}

.accordion__button:hover:before {
  transform: translateX(20px);
}

.CardDetails .accordion__button:before,
.Details .accordion__button:before {
  content: '\f054';
  font-size: 30px;
  line-height: 1;
  width: 33px;
  height: 33px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  display: block;
  color: #d92e20;
  border: none;
  transition: all 150ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CardDetails .is-active > .accordion__content,
.Details .is-active > .accordion__content {
  padding-top: 0;
  padding-bottom: 80px;
  display: table;
}

.CardDetails h2,
.Details h2 {
  font-size: 1.7em;
  font-weight: 100;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1440px) {
  .CardDetails h2,
  .Details h2 {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 992px) {
  .CardDetails h2,
  .Details h2 {
    font-size: 1.2em;
  }
}

.CardDetails p,
.Details p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #a6a6a6;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1440px) {
  .CardDetails p,
  .Details p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1220px) {
  .CardDetails p,
  .Details p {
    font-size: 0.85em;
  }
}

.CardDetails p a,
.Details p a {
  color: #a6a6a6;
  text-decoration: underline;
}

.CardDetails a.btn,
.Details a.btn {
  color: #fff;
  height: 74px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding-left: 28px;
  font-size: 25px;
  text-decoration: none !important;
}

.CardDetails a.btn.red,
.Details a.btn.red {
  background: #b0060f;
}

@media only screen and (max-width: 1440px) {
  .Calculators a.btn,
  .CardDetails a.btn,
  .Cards a.btn,
  .Details a.btn {
    height: 70px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 1220px) {
  .Calculators a.btn,
  .Cards a.btn {
    height: 50px;
    font-size: 16px;
    padding-left: 25px;
  }

  .CardDetails a.btn,
  .Details a.btn {
    height: 60px;
    font-size: 21px;
    max-width: 290px;
  }
}

body {
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
}

.slick-slide {
  outline: 0;
  box-shadow: none;
  will-change: opacity;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.slick-dots li {
  display: block;
  margin: 0 3px;
}

.slick-dots button {
  background: #c4c4c4;
  box-shadow: none;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  font-size: 0;
  display: block;
  padding: 0;
  transition: all ease 0.25s;
}

.slick-dots button[aria-selected] {
  background: #e40000;
}

.footer__container {
  max-width: calc(100% - 40px);
  width: 984px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1;
  padding: 50px 0;
  color: $rolling-stone;
  border-top: 1px solid $alto;
}

@media only screen and (max-width: 768px) {
  .footer__container {
    font-size: 14px;
    align-items: center;
  }
}

.footer__menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .footer__menu {
    flex-direction: column;
  }
}

.footer__menu-item {
  display: block;
  margin: 0 15px;
}

@media only screen and (max-width: 768px) {
  .footer__menu-item {
    margin: 0;
  }
}

.footer__menu-item:first-child {
  margin-left: 0;
}

.footer__menu-link {
  color: #777;
}

@media only screen and (max-width: 768px) {
  .footer__menu-link {
    display: block;
    padding: 10px 0;
  }
}

.footer__menu-link:hover {
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', Helvetica, Arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  background: #fff;
  color: #777;
}

button,
input,
select {
  outline: 0;
}

.is-hidden {
  display: none !important;
}

.no-gutters {
  padding-right: 0;
}

@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 992px) {
  .col-sm-8 {
    max-width: 100%;
  }
}

.Header__Stripe {
  padding: 0 15px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #fff;
  z-index: 99;
  height: 81px;
  display: flex;
  align-items: center;
}

.Header__Stripe .logo {
  display: block;
  width: 133px;
  height: 24px;
  margin-left: 10px;
}

.Header__SliderContainer {
  position: relative;
  z-index: 1;
}

.Header__SliderContainer img {
  min-height: 430px;
  object-fit: cover;
}

.Header__SliderContainer .slick-slider {
  width: 100%;
}

.Header__SliderContainer .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin-top: 20px;
}

.Header__SliderContainer .slick-slide {
  position: relative;
}

.Header__SliderTitle {
  margin: 0;
  font-size: 3.5vw;
  line-height: 50px;
  color: #fff;
  position: absolute;
  bottom: 34px;
  left: 13vw;
  transform: translateX(0);
  font-family: 'Open Sans', Helvetica, Arial;
  font-weight: 100;
}

@media only screen and (max-width: 768px) {
  .Header__Stripe {
    padding: 0;
  }

  .Header__Stripe .logo {
    margin: 0;
  }

  .Header__SliderTitle small {
    display: block;
  }
}

.Header__SliderTitle small {
  font-size: 2.2vw;
  line-height: 37px;
  letter-spacing: -2px;
}

.Header__SliderTitle sup {
  font-size: 18px;
  top: -1.2em;
}

@media only screen and (max-width: 992px) {
  .Header__SliderTitle {
    font-size: 35px;
    bottom: 50px;
    padding: 15px;
    box-sizing: border-box;
  }

  .Header__SliderTitle small {
    font-size: 20px;
  }

  .Header__SliderTitle sup {
    font-size: 15px;
  }
}

.Header__SliderImage {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .Header__SliderImage {
    display: block;
    margin: 0 auto;
  }
}

.Header__SliderImageWrapper {
  text-align: center;
  display: block;
}

.Header__SliderImageWrapper img {
  margin: 0 auto;
}

.slider__wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  position: absolute;
  margin: 0 auto;
}

.slider__text-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 18px;
}

.slider__cta {
  font-size: 1.4vw;
  color: #fff;
  text-decoration: underline;
  font-weight: lighter;
  line-height: 1.5;
  cursor: pointer;
  display: block;
  clear: both;
  margin-top: 20px;
}

.slider__cta.inline {
  display: inline;
  margin: 0 5px;
}

@media only screen and (max-width: 1220px) {
  .slider__cta {
    font-size: 1.9vw;
  }
}

@media only screen and (max-width: 992px) {
  .slider__cta {
    font-size: 3.2vmin !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .slider__cta {
    font-size: 2.8vmin !important;
    margin-top: 20px;
  }
}

.Header__SliderTitle--novo {
  padding: 0;
  margin: 0;
  font-size: 1.7rem;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 1220px) {
  .Header__SliderTitle--novo {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 992px) {
  .Header__SliderTitle--novo {
    padding: 100px 5% 10px 0;
    font-size: 1.1rem;
  }
}

.Header__SliderSubTitle {
  padding: 0;
  margin: 0;
  font-size: 2.6vw;
  color: #fff;
  font-weight: 200;
  line-height: 1.2;
}

@media only screen and (max-width: 1220px) {
  .Header__SliderSubTitle {
    font-size: 3.7vw;
  }
}

@media only screen and (max-width: 992px) {
  .Header__SliderSubTitle {
    font-size: 5vmin !important;
  }
}

@media only screen and (max-width: 768px) {
  .Header__SliderSubTitle {
    font-size: 4.2vmin !important;
    padding-left: 0;
    padding-right: 5%;
  }
}

.Header__SliderSubTitle > small {
  font-size: 1.6vw;
  line-height: 1.6;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1220px) {
  .Header__SliderSubTitle > small {
    font-size: 1.9vw;
  }
}

@media only screen and (max-width: 992px) {
  .Header__SliderSubTitle > small {
    font-size: 3vmin !important;
  }
}

@media only screen and (max-width: 768px) {
  .Header__SliderSubTitle > small {
    font-size: 2.5vw !important;
    display: inline;
    line-height: 1;
  }
}

@media only screen and (max-width: 480px) {
  .Header__SliderSubTitle {
    font-size: 8.2vw !important;
  }

  .Header__SliderSubTitle > small {
    font-size: 4.5vw !important;
  }

  .slider__cta {
    font-size: 5vw !important;
  }
}

@media only screen and (max-width: 992px) {
  body,
  html {
    overflow-x: hidden;
  }
}

.Cards > .container-carrousel-cards > .item {
  display: flex;
}

.Cards > .container-carrousel-cards > .item > .card-image {
  flex: 374;
}

.Cards > .container-carrousel-cards > .item > .card-text {
  flex: 837;
}

.Cards > .container-carrousel-cards > .item > .card-more {
  flex: 429;
}

.tooltip_income {
  position: relative;
  width: auto;
  margin-right: 20px;
  font-size: 1em;
}

.tooltip_income > .content.black,
.tooltip_income > .content.gold,
.tooltip_income > .content.platinum {
  position: absolute;
  height: 32px;
  margin-left: -94px;
  top: -55px;
  text-align: center;
}

.tooltip_income > .content > div,
.tooltip_income > .selected > .content > div {
  width: 204px;
  text-align: center;
  cursor: pointer;
}

.tooltip_income > .content.gold {
  left: 16.66%;
}

.tooltip_income > .content.platinum {
  left: 50%;
}

.tooltip_income > .content.black {
  left: 83.33%;
}

@media only screen and (max-width: 1220px) {
  .tooltip_income {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 992px) {
  .tooltip_income > .content.black,
  .tooltip_income > .content.gold,
  .tooltip_income > .content.platinum {
    margin-left: -30px;
    top: -73px;
  }

  .tooltip_income > .content > div,
  .tooltip_income > .selected > .content > div {
    width: 84px !important;
  }
}

.tooltip_income .selected {
  font-weight: 700;
  font-size: 1.04em;
}

.tooltip_income > .chevron {
  position: absolute;
  top: -40px;
  left: 0;
  width: 204px;
  height: 32px;
  margin-left: -93px;
  overflow: clip;
  background-clip: content-box;
}

.tooltip_income > .chevron.gold {
  background: url(tooltip_renda_gold.png) center no-repeat;
}

.tooltip_income > .chevron.platinum {
  background: url(tooltip_renda_platinum.png) center no-repeat;
}

.tooltip_income > .chevron.black {
  background: url(tooltip_renda_black.png) center no-repeat;
}

@media only screen and (max-width: 1220px) {
  .tooltip_income > .chevron.gold {
    background: url(tooltip_gold.png) center no-repeat;
  }

  .tooltip_income > .chevron.platinum {
    background: url(tooltip_platinum.png) center no-repeat;
  }

  .tooltip_income > .chevron.black {
    background: url(tooltip_black.png) center no-repeat;
  }
}

.card-offer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  opacity: 1;
}

.card-offer > .suggestion {
  padding-bottom: 0;
}

.counter {
  font-size: 21px;
  font-weight: 700;
}

@media only screen and (max-width: 1220px) {
  .counter {
    font-size: 16px;
  }
}

.Banners__Slide.slick-active {
  margin-top: 0;
  transition: all 250ms ease;
  box-shadow: 2px 6px 8px #a6a6a6;
}

.Calculators .item.gold .purchase .points {
  color: #d7aa78;
}

.Calculators .item.platinum .purchase .points {
  color: #6f6f6f;
}

.totals-desk {
  display: block;
}

.totals-mobile {
  display: none;
}

#totals .card-image,
.item-top .card-image {
  width: 15%;
}

@media only screen and (max-width: 1220px) {
  #totals .card-image,
  .item-top .card-image {
    width: 15%;
  }

  .more-info-content .more-info-icon img {
    height: 50px;
  }

  #totals .info [data-total-container] {
    font-size: 82px;
    font-weight: 800;
  }
}

@media only screen and (max-width: 992px) {
  .totals-desk {
    display: none;
  }

  .totals-mobile {
    display: flex;
  }
}

@media only screen and (max-width: 992px) {
  .totals-desk {
    display: none;
  }

  .totals-mobile {
    display: flex;
  }
}

@media only screen and (max-width: 992px) {
  .Banners__Slide {
    width: 220px !important;
    height: 320px !important;
    flex-direction: column;
    margin-top: 15px;
  }

  .Banners__Slide .Banners__SlideIcon {
    margin-bottom: 20px;
    height: 50px;
  }

  .Banners__SlideText {
    padding: 0;
    margin: 0;
  }

  .more-info-content {
    width: 80%;
    overflow-y: auto;
    padding: 25px 20px 0;
  }

  .more-info-content .more-info-itens {
    position: relative;
    top: -30px;
    flex-direction: column;
  }

  #more-info-close-buttom img {
    width: 80%;
  }

  .more-info-content .more-info-icon img {
    height: 45px;
    padding: 0;
    margin-bottom: 10px;
  }

  .Cards .card-list {
    display: flex !important;
    flex-direction: column !important;
  }

  .Calculators .return {
    margin-top: 40px;
  }

  .Calculators .suggestion.larger-container {
    padding: 0;
  }

  .Calculators .suggestion-margin {
    display: block;
  }

  .Calculators .suggestion-item .card-text p {
    font-size: 1em;
    line-height: 1.2em;
  }

  .Calculators .suggestion-item .card-more {
    width: 100%;
    align-items: center;
    margin-top: 15px;
  }

  .Calculators .suggestion-item .card-more .simulate {
    font-size: 1em;
  }

  .Calculators .suggestion-item .card-image {
    width: 30%;
    align-items: flex-start;
  }

  .Calculators .suggestion-item .card-text {
    width: 70%;
  }

  .Calculators .suggestion-item .card-more a.btn {
    font-size: 1.7em;
    height: 50px;
  }

  .Calculators .suggestion-item .card-more a.btn:after {
    width: 50px;
    height: 50px;
    margin: 10px 5px 0 auto;
  }

  .Calculators .suggestion-margin.margin-inf {
    margin-bottom: 0;
  }
}

.Calculators .item.gold .purchase .points {
  color: #d7aa78;
}

.Calculators .item.platinum .purchase .points {
  color: #6f6f6f;
}

.Calculators .item.black .purchase .points {
  color: #000;
}

.tooltip > .content > .chevron {
  height: 12px;
  overflow: clip;
}

.gold .tooltip > .content > .chevron {
  background: url(tooltip_gold.png) center no-repeat;
}

.platinum .tooltip > .content > .chevron {
  background: url(tooltip_platinum.png) center no-repeat;
}

.black .tooltip > .content > .chevron {
  background: url(tooltip_black.png) center no-repeat;
}

div[marker] span {
  margin-right: auto !important;
  font-weight: inherit !important;
  color: inherit !important;
}

@media only screen and (max-width: 992px) {
  .Calculators {
    margin-top: 0;
  }

  .Calculators .income {
    height: 150px;
  }

  .Calculators .purchase {
    height: 225px;
  }

  .Calculators .income,
  .Calculators .purchase {
    padding: 0 0 30px;
  }

  .Calculators h1,
  .Calculators h2 {
    font-size: 21px;
    line-height: 26px;
    margin-top: 0;
    padding: 0;
    color: #000;
  }

  .Calculators .card-image {
    width: 35%;
  }

  .Calculators .card-text {
    width: 100%;
    padding: 0;
  }

  .Calculators .item-top .card-text {
    width: 70%;
    margin-left: 15px;
  }

  .Calculators .item-top .card-text h1,
  .Calculators .item-top .card-text h2 {
    font-size: 15px;
    line-height: 22px;
  }

  .Calculators .income .income-items,
  .Calculators .purchase .purchase-items {
    width: 100%;
  }

  .Calculators .income-text,
  .Calculators .purchase-text {
    width: 100%;
  }

  .Calculators .income-text p,
  .Calculators .purchase-text p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 0;
  }

  .Calculators .income-text .supplementary,
  .Calculators .purchase-text .supplementary {
    width: 84%;
    margin: auto;
    font-size: 14px;
  }

  .Calculators .purchase .purchase-items .range {
    width: 100%;
  }

  .Calculators .item .purchase .points {
    display: none;
  }

  .Calculators .income-border {
    width: 95%;
    height: 20px;
    margin: 0 auto;
  }

  .Calculators .totals-desk {
    display: none;
  }

  .Calculators .totals-mobile {
    display: block;
  }

  .Calculators .totals-mobile .item {
    display: flex;
    justify-content: space-between;
  }

  .Calculators #totals .card-text {
    width: 100%;
    align-items: center;
    padding: 0;
  }

  .Calculators #totals .card-more {
    width: 100%;
    margin-bottom: 10px;
  }

  #totals .info [data-total-container] {
    font-size: 30pt;
    font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
  }

  #totals {
    padding: 35px 0 40px;
  }

  #totals .item {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #totals .item .title {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  #totals .item .info span {
    font-size: 15px;
  }

  #totals .cotation {
    font-size: 12px;
    text-align: center;
    padding: 0;
  }

  .Calculators[data-visible='gold'] #totals .item:not(.gold),
  .Calculators[data-visible='gold'] .accordion__content .item:not(.gold) {
    display: none;
  }

  .Calculators[data-visible='platinum'] #totals .item:not(.platinum),
  .Calculators[data-visible='platinum']
    .accordion__content
    .item:not(.platinum) {
    display: none;
  }

  .Calculators[data-visible='black'] #totals .item:not(.black),
  .Calculators[data-visible='black'] .accordion__content .item:not(.black) {
    display: none;
  }

  .Details
    .accordion__button:hover:before
    .CardDetails
    .accordion__button:hover:before {
    transform: translateX(10px);
  }

  .CardDetails h2,
  .Details h2 {
    font-size: 1em;
    line-height: 1.3em;
    width: 86%;
    margin: 0.5em 0;
  }

  .Calculators a.btn {
    font-size: 21px;
    padding-left: 25px;
  }

  .Calculators a.btn:after {
    width: 50px;
    height: 50px;
    margin: 8px 10px 0 auto;
  }

  .Banners__Slide.container > a {
    order: 999;
  }

  .Calculators .item .purchase-text p {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  #totals .item .info {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    display: initial;
    text-align: right;
  }

  #totals .item {
    display: flex;
    flex-direction: row;
  }

  #totals .item .card-image {
    width: 40%;
    margin-right: 1em;
  }

  #totals h2.txtblack {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .tooltip > .content > .chevron {
    height: 12px;
    overflow: clip;
  }

  .gold .tooltip > .content > .chevron,
  .tooltip_income > .chevron.gold {
    background: url(tooltip_gold_mobile.png) center no-repeat;
  }

  .platinum .tooltip > .content > .chevron,
  .tooltip_income > .chevron.platinum {
    background: url(tooltip_platinum_mobile.png) center no-repeat;
  }

  .black .tooltip > .content > .chevron,
  .tooltip_income > .chevron.black {
    background: url(tooltip_black_mobile.png) center no-repeat;
  }

  .Calculators .item .purchase-text p.supplementary {
    margin-left: 1.5em;
    margin-right: 1.5em;
    width: auto;
  }

  div[marker] {
    font-size: 8pt;
    line-height: 10pt;
  }

  div[marker] span {
    margin-right: auto !important;
    font-weight: inherit !important;
    color: inherit !important;
  }

  .tooltip_income .content {
    top: -60px !important;
  }

  .Section-title,
  section[data-ref='carousel-advantages'] > div > div.Section-title {
    text-align: center;
  }

  .container-carrousel-cards {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .container-carrousel-cards > .slick-list {
    overflow: visible;
    outline: 0;
  }

  .Section-title h2,
  section[data-ref='carousel-advantages'] h2 {
    display: inline;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    width: 90%;
  }

  .Section-title .txtblack,
  section[data-ref='carousel-advantages'] .txtblack {
    white-space: nowrap;
  }

  h4 + p {
    white-space: nowrap;
  }

  div.item[data-card-slider] {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  div.slick-slide.item[data-card-slider] > div > a > img {
    width: 75% !important;
    margin: auto !important;
  }

  .slick-slide > div.card-image {
    width: inherit;
  }

  .slick-slide .card-text > h3 {
    min-height: 2.5em;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .slick-slide .card-text > h3 + p {
    min-height: 7em;
  }

  .slick-slide .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}

.card-values > div > p {
  width: inherit;
}

.dnone {
  display: none;
}

.newtext,
.link_newtext {
  font-size: 0.8em !important;
  line-height: 0.8em !important;
  font-weight: bold;
  width: 90%;
  color: #777777;
}
