@charset "UTF-8";
/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./vendor/slick-1.9.0/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick-1.9.0/fonts/slick.eot");
  src: url("./vendor/slick-1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.9.0/fonts/slick.woff") format("woff"), url("./vendor/slick-1.9.0/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0 1rem;
  z-index: 3;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-top: 12px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 2px solid #091b1e;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #091b1e;
}

.page-template-ion-criptoativos .layout_one .container {
  align-items: flex-start;
}
.page-template-ion-criptoativos .layout_one .container .imageContainer {
  max-width: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.page-template-ion-criptoativos .layout_one .container .imageContainer:before {
  display: none;
}
.page-template-ion-criptoativos .pageProductTemplateThree h2 {
  font-weight: 300 !important;
}
.page-template-ion-criptoativos .pageProductTemplateThree section {
  padding: 4rem 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree section .section1Button {
  top: -8px;
  right: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #133134;
  border-radius: 8px;
  margin-top: 16px;
  padding: 10px 34px;
  min-width: 177px;
  display: inline-block;
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree section .section1Button {
    position: relative;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree section .section1Button:hover {
  opacity: 0.8;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whatAre .textContainer {
  position: relative;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whatAre .textContainer > *:last-child {
  margin-bottom: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs {
  padding-bottom: 3.5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation {
    flex-direction: row;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item {
  width: 100%;
  padding: 1rem;
  text-align: center;
  transition: 0.5s all;
  background: #0a1b1e;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item {
    background: transparent;
    max-width: max-content;
    padding: 7px 1rem;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item span {
  color: white;
  text-align: center;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item span {
    color: #141e1f;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item.active {
  background: #133134;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item.active {
    border-radius: 8px 8px 0px 0px;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item.active span {
  color: white;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__navigation__item:hover {
    opacity: 0.7;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item {
  display: none;
  padding: 3.5rem;
  background: #133134;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item {
    flex-direction: column;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item.active {
  display: flex;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item iframe {
  width: 100%;
  height: 500px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item h4 {
  font-size: 40px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item > h3 {
  font-size: 40px !important;
  font-weight: 300 !important;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item > div {
  width: 100%;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item * {
  color: white !important;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item h3 {
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 32px;
  font-weight: 400;
  line-height: 57px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item > *:last-child {
  margin-bottom: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree__modalities__tabs__content__item img {
  margin-left: auto;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials h2 {
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 40px;
  line-height: 57px;
  margin-bottom: 48px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics {
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics {
    flex-direction: row;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div {
    max-width: 263px;
  }
}
@media (min-width: 768px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div {
    max-width: calc(50% - 1rem);
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div:after {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #141e1f;
}
@media (min-width: 768px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div:after {
    top: 50%;
    bottom: unset;
    right: -0.5rem;
    left: unset;
    transform: translateY(-50%);
    width: 1px;
    height: 105px;
  }
}
@media (max-width: 768px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div:last-child:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div:last-child:after {
    display: none;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div img {
  margin-bottom: 2rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div .imgBox {
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  width: 36px;
  height: 34px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div .imgBox:after {
  display: none;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div span {
  color: #141e1f;
  text-align: center;
  font-family: "Itau Display Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div p {
  color: #141e1f;
  text-align: center;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: none;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div:hover img,
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div:hover svg {
  display: none;
}
.page-template-ion-criptoativos .pageProductTemplateThree__differentials__topics div:hover p {
  display: block;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery {
  background: #f7f8f7;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery h2 {
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 40px;
  font-weight: 300;
  line-height: 64px;
  margin-bottom: -40px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery h2.withoutSlider {
  margin-bottom: 48px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-outer {
  position: relative;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-controls button:first-child {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.249 1L1.79409 8.82081C1.36614 9.21666 1.36615 9.89316 1.79409 10.289L10.249 18.1098' stroke='%23091B1E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
  margin-left: 1rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-controls button:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83301 1L10.2879 8.82081C10.7159 9.21666 10.7159 9.89316 10.2879 10.289L1.83301 18.1098' stroke='%23091B1E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
  margin-left: 5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3px;
  right: 2rem;
}
@media (max-width: 1200px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-nav {
    display: none !important;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-nav button {
  display: block;
  width: 7px;
  max-width: 7px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid #091b1e;
  background: transparent;
  transform: scale(0.8);
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-nav button.tns-nav-active {
  background: #091b1e;
}
.page-template-ion-criptoativos .pageProductTemplateThree__videoGallery .tns-nav button + button {
  margin-left: 6px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__featuredVideo {
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
}
.page-template-ion-criptoativos .pageProductTemplateThree__featuredVideo h4 {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__featuredVideo iframe {
    height: 250px;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge {
  background: #091b1e;
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge__grid {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge__grid {
    flex-direction: row;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge__grid > div {
  width: 100%;
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge__grid > div:first-child {
  max-width: 478px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge__grid > div:last-child {
  max-width: 590px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge h2,
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge p {
  color: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge h2 {
  margin-bottom: 1.5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge p {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__investmentWithoutKnowledge iframe {
    height: 250px;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses {
  background-image: url("/wp-content/themes/mziq_itau-ion/assets/img/courses-background.png");
  background-color: #091b1e;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses h2 {
  color: white;
  margin-bottom: 0;
  padding-top: 4rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__courses__header {
    flex-direction: row;
    gap: 10rem;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__header > div:first-child * {
  color: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__header > div:first-child p {
  margin: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer {
    justify-content: center;
    padding-right: 2rem !important;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer > button {
  cursor: pointer;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer > button.slick-hidden {
  display: none !important;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer > button:focus {
  outline: 1px solid;
  outline-offset: 4px;
  outline-color: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer > button.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.249 1L1.79409 8.82081C1.36614 9.21666 1.36615 9.89316 1.79409 10.289L10.249 18.1098' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer > button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83301 1L10.2879 8.82081C10.7159 9.21666 10.7159 9.89316 10.2879 10.289L1.83301 18.1098' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
  z-index: 10;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots {
  position: inherit;
  flex-direction: row;
  transform: inherit;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li {
  width: 44px;
  height: 44px;
  margin-right: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li + li {
  margin-top: 0;
  margin-left: 0.5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li button:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li button:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses--navContainer .slick-dots li.slick-active button {
  background: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider {
  display: flex;
}
@media (max-width: 768px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__courses__slider:not(.js-slider-courses) {
    flex-direction: column;
  }
  .page-template-ion-criptoativos .pageProductTemplateThree__courses__slider:not(.js-slider-courses) article {
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: flex-start !important;
  }
  .page-template-ion-criptoativos .pageProductTemplateThree__courses__slider:not(.js-slider-courses) article .imageContainer {
    min-height: 195px !important;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider .slick-slide {
  min-height: 170px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 10px;
  background: #133134;
  box-shadow: 0px 10.55px 56.267px 0px rgba(28, 25, 25, 0.08);
  padding: 18px 40px 18px 21px;
  position: relative;
  overflow: hidden;
  min-height: 330px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article {
    flex-direction: row;
    min-height: unset;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article:focus {
  outline: 3px solid #a7cd3e;
  border-width: 3px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .imageContainer {
  min-width: 166px;
  min-height: 120px;
  border-radius: 8.792px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1200px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .imageContainer {
    width: 100%;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .imageContainer ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: -6px;
  bottom: -5px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .imageContainer ul li {
  background: #a7cd3e;
  border-radius: 3.517px;
  border: 0.703px solid #a7cd3e;
  padding: 3.517px;
  color: #091b1e;
  font-family: "Itau Text Pro";
  font-size: 11.429px;
  line-height: 150%;
  font-weight: 400;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .imageContainer ul li + li {
  margin-top: 3.45px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .textContainer ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6.15px;
  margin-bottom: 1rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .textContainer ul li {
  background: transparent;
  border-radius: 3.517px;
  border: 0.703px solid #a7cd3e;
  padding: 3.517px;
  color: white;
  font-family: "Itau Text Pro";
  font-size: 10.55px;
  line-height: 17.583px;
  font-weight: 400;
}
.page-template-ion-criptoativos .pageProductTemplateThree__courses__slider article .textContainer a {
  color: white;
  font-family: "Itau Display Pro";
  font-size: 17.583px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: underline;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 56px;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest__grid {
    flex-direction: row;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest__grid > div {
  width: 100%;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest__grid > div:first-child {
  max-width: 522px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest__grid > div:last-child {
  max-width: 549px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest h2 {
  margin-bottom: 1.5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest ul {
  margin-top: 43px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest ul li {
  display: flex;
  align-items: center;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest ul li + li {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e7e7e7;
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest ul li span {
  display: block;
  min-width: 23px;
  min-height: 23px;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_1_3749' maskUnits='userSpaceOnUse' x='0' y='-1' width='23' height='24' fill='black'%3E%3Crect fill='white' y='-1' width='23' height='24'/%3E%3Cpath d='M11.5027 22C5.54273 22 0.702734 17.16 0.702734 11.22C0.702734 5.26 5.54273 0.399999 11.5027 0.399999C17.4627 0.399999 22.3027 5.26 22.3027 11.22C22.3027 17.16 17.4627 22 11.5027 22ZM11.5027 1.42C6.10273 1.42 1.72273 5.82 1.72273 11.22C1.72273 16.6 6.10273 21 11.5027 21C16.9027 21 21.2827 16.6 21.2827 11.22C21.2827 5.82 16.9027 1.42 11.5027 1.42ZM9.52273 15.42C9.40273 15.54 9.26273 15.6 9.10273 15.6C8.96273 15.6 8.84273 15.52 8.74273 15.42L5.34273 11.78L6.10273 11.06L9.12273 14.3L16.3227 6.86L17.0827 7.58L9.52273 15.42Z'/%3E%3C/mask%3E%3Cpath d='M11.5027 22C5.54273 22 0.702734 17.16 0.702734 11.22C0.702734 5.26 5.54273 0.399999 11.5027 0.399999C17.4627 0.399999 22.3027 5.26 22.3027 11.22C22.3027 17.16 17.4627 22 11.5027 22ZM11.5027 1.42C6.10273 1.42 1.72273 5.82 1.72273 11.22C1.72273 16.6 6.10273 21 11.5027 21C16.9027 21 21.2827 16.6 21.2827 11.22C21.2827 5.82 16.9027 1.42 11.5027 1.42ZM9.52273 15.42C9.40273 15.54 9.26273 15.6 9.10273 15.6C8.96273 15.6 8.84273 15.52 8.74273 15.42L5.34273 11.78L6.10273 11.06L9.12273 14.3L16.3227 6.86L17.0827 7.58L9.52273 15.42Z' fill='%23141E1F'/%3E%3Cpath d='M9.52273 15.42L9.87635 15.7736L9.88266 15.7671L9.52273 15.42ZM8.74273 15.42L8.37734 15.7613L8.38316 15.7675L8.38918 15.7736L8.74273 15.42ZM5.34273 11.78L4.99886 11.417L4.63844 11.7585L4.97734 12.1213L5.34273 11.78ZM6.10273 11.06L6.46849 10.7191L6.12479 10.3504L5.75886 10.697L6.10273 11.06ZM9.12273 14.3L8.75698 14.6409L9.11593 15.026L9.48204 14.6477L9.12273 14.3ZM16.3227 6.86L16.6666 6.49702L16.3075 6.15679L15.9634 6.51229L16.3227 6.86ZM17.0827 7.58L17.4427 7.92707L17.7928 7.56395L17.4266 7.21702L17.0827 7.58ZM11.5027 21.5C5.81827 21.5 1.20273 16.8833 1.20273 11.22H0.202734C0.202734 17.4367 5.2672 22.5 11.5027 22.5V21.5ZM1.20273 11.22C1.20273 5.53494 5.82008 0.899999 11.5027 0.899999V-0.100001C5.26539 -0.100001 0.202734 4.98506 0.202734 11.22H1.20273ZM11.5027 0.899999C17.1854 0.899999 21.8027 5.53494 21.8027 11.22H22.8027C22.8027 4.98506 17.7401 -0.100001 11.5027 -0.100001V0.899999ZM21.8027 11.22C21.8027 16.8833 17.1872 21.5 11.5027 21.5V22.5C17.7383 22.5 22.8027 17.4367 22.8027 11.22H21.8027ZM11.5027 0.919999C5.82526 0.919999 1.22273 5.54519 1.22273 11.22H2.22273C2.22273 6.09481 6.38021 1.92 11.5027 1.92V0.919999ZM1.22273 11.22C1.22273 16.8755 5.82593 21.5 11.5027 21.5V20.5C6.37954 20.5 2.22273 16.3245 2.22273 11.22H1.22273ZM11.5027 21.5C17.1795 21.5 21.7827 16.8755 21.7827 11.22H20.7827C20.7827 16.3245 16.6259 20.5 11.5027 20.5V21.5ZM21.7827 11.22C21.7827 5.54519 17.1802 0.919999 11.5027 0.919999V1.92C16.6253 1.92 20.7827 6.09481 20.7827 11.22H21.7827ZM9.16918 15.0664C9.13664 15.099 9.12146 15.1 9.10273 15.1V16.1C9.40401 16.1 9.66883 15.981 9.87629 15.7736L9.16918 15.0664ZM9.10273 15.1C9.11598 15.1 9.12739 15.102 9.13578 15.1043C9.14378 15.1065 9.14724 15.1086 9.14588 15.1079C9.14437 15.107 9.13904 15.1039 9.13 15.0968C9.12098 15.0898 9.10972 15.0799 9.09629 15.0664L8.38918 15.7736C8.5235 15.9079 8.76478 16.1 9.10273 16.1V15.1ZM9.10813 15.0787L5.70813 11.4387L4.97734 12.1213L8.37734 15.7613L9.10813 15.0787ZM5.68661 12.143L6.44661 11.423L5.75886 10.697L4.99886 11.417L5.68661 12.143ZM5.73698 11.4009L8.75698 14.6409L9.48849 13.9591L6.46849 10.7191L5.73698 11.4009ZM9.48204 14.6477L16.682 7.20771L15.9634 6.51229L8.76343 13.9523L9.48204 14.6477ZM15.9789 7.22298L16.7389 7.94298L17.4266 7.21702L16.6666 6.49702L15.9789 7.22298ZM16.7228 7.23293L9.16281 15.0729L9.88266 15.7671L17.4427 7.92707L16.7228 7.23293Z' fill='%23141E1F' mask='url(%23path-1-outside-1_1_3749)'/%3E%3C/svg%3E%0A");
}
.page-template-ion-criptoativos .pageProductTemplateThree__whoCanInvest ul li p {
  margin: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest {
  background: #f7f8f7;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid {
    flex-direction: row;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid > div {
  width: 100%;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid > div ul {
  margin-bottom: 1.5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid > div ul li + li {
  margin-top: 1rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid > div:first-child {
  max-width: 798px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid > div:last-child {
  max-width: 335px;
  position: relative;
}
@media (max-width: 1199px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid > div:last-child {
    max-width: 100%;
  }
  .page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__grid > div:last-child > img {
    width: 100%;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest .btn {
  margin-top: 46px;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__apps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  background: #133134;
  border-radius: 12px;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
  padding: 22px 30px;
  position: absolute;
  bottom: -16px;
  left: 49%;
  transform: translateX(-50%) scale(0.9);
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__apps {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__apps--qrcode {
  padding: 6px;
  background: white;
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__apps--stores > span {
  color: white;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 16.8px;
  font-weight: 700;
  line-height: 25.2px;
  display: block;
  margin-bottom: 1.5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__apps--stores > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-indent: -9999px;
  color: transparent;
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__apps--stores > div .appleStore {
  display: block;
  width: 107.1px;
  height: 35.7px;
  background-image: url("data:image/svg+xml,%3Csvg width='108' height='36' viewBox='0 0 108 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.91875' y='0.91875' width='105.262' height='33.8625' rx='7.48125' fill='black'/%3E%3Crect x='0.91875' y='0.91875' width='105.262' height='33.8625' rx='7.48125' stroke='white' stroke-width='1.8375'/%3E%3Cpath d='M22.1675 18.1182C22.1771 17.3732 22.3756 16.6428 22.7443 15.9949C23.1131 15.347 23.6402 14.8026 24.2766 14.4125C23.8723 13.8367 23.339 13.3628 22.7189 13.0285C22.0988 12.6942 21.4091 12.5087 20.7045 12.4867C19.2016 12.3294 17.7446 13.3836 16.9787 13.3836C16.198 13.3836 15.0189 12.5024 13.7491 12.5284C12.9278 12.5549 12.1273 12.793 11.4257 13.2197C10.7242 13.6464 10.1454 14.247 9.74579 14.963C8.01485 17.9515 9.30598 22.3435 10.9641 24.7592C11.7937 25.9421 12.7632 27.2634 14.0318 27.2165C15.2732 27.1652 15.7369 26.4271 17.2354 26.4271C18.72 26.4271 19.155 27.2165 20.4494 27.1867C21.7815 27.1652 22.6208 25.9986 23.4212 24.8045C24.0173 23.9617 24.476 23.0301 24.7802 22.0444C24.0063 21.718 23.3459 21.1717 22.8813 20.4735C22.4166 19.7753 22.1684 18.9561 22.1675 18.1182Z' fill='white'/%3E%3Cpath d='M19.7221 10.898C20.4484 10.0286 20.8062 8.91098 20.7196 7.78265C19.6099 7.89888 18.5849 8.42773 17.8488 9.26386C17.4889 9.67232 17.2132 10.1475 17.0376 10.6623C16.8619 11.1771 16.7898 11.7213 16.8252 12.2639C17.3802 12.2696 17.9293 12.1496 18.4311 11.913C18.9329 11.6765 19.3743 11.3294 19.7221 10.898Z' fill='white'/%3E%3Cpath d='M37.8607 24.2207H33.6243L32.6069 27.2163H30.8125L34.8252 16.1332H36.6895L40.7021 27.2163H38.8772L37.8607 24.2207ZM34.063 22.8383H37.4211L35.7657 17.9767H35.7193L34.063 22.8383Z' fill='white'/%3E%3Cpath d='M49.3673 23.1771C49.3673 25.6881 48.0195 27.3014 45.9857 27.3014C45.4705 27.3283 44.9581 27.2099 44.5072 26.9599C44.0563 26.7099 43.6851 26.3383 43.4361 25.8877H43.3977V29.89H41.7344V19.1364H43.3444V20.4804H43.375C43.6354 20.032 44.0128 19.6623 44.4671 19.4107C44.9215 19.1592 45.4357 19.0352 45.9551 19.0519C48.0116 19.0519 49.3673 20.673 49.3673 23.1771ZM47.6577 23.1771C47.6577 21.5411 46.8099 20.4656 45.5163 20.4656C44.2455 20.4656 43.3907 21.5638 43.3907 23.1771C43.3907 24.8052 44.2455 25.8955 45.5163 25.8955C46.8099 25.8955 47.6577 24.8279 47.6577 23.1771Z' fill='white'/%3E%3Cpath d='M58.2853 23.1771C58.2853 25.6881 56.9375 27.3014 54.9036 27.3014C54.3884 27.3283 53.876 27.2099 53.4251 26.9599C52.9742 26.7099 52.6031 26.3383 52.3541 25.8877H52.3156V29.89H50.6523V19.1364H52.2623V20.4804H52.2929C52.5533 20.0319 52.9307 19.6623 53.3851 19.4107C53.8394 19.1592 54.3536 19.0352 54.873 19.0519C56.9296 19.0519 58.2853 20.673 58.2853 23.1771ZM56.5757 23.1771C56.5757 21.5411 55.7278 20.4656 54.4343 20.4656C53.1635 20.4656 52.3086 21.5638 52.3086 23.1771C52.3086 24.8052 53.1635 25.8955 54.4343 25.8955C55.7279 25.8955 56.5757 24.8278 56.5757 23.1771H56.5757Z' fill='white'/%3E%3Cpath d='M64.1812 24.1286C64.3044 25.2277 65.3751 25.9493 66.8382 25.9493C68.2401 25.9493 69.2488 25.2277 69.2488 24.2367C69.2488 23.3764 68.6404 22.8613 67.2 22.5083L65.7597 22.1623C63.7188 21.6707 62.7713 20.719 62.7713 19.1745C62.7713 17.2623 64.4425 15.9488 66.8155 15.9488C69.164 15.9488 70.7739 17.2623 70.8281 19.1745H69.1491C69.0486 18.0685 68.1317 17.4009 66.7919 17.4009C65.452 17.4009 64.5351 18.0763 64.5351 19.0595C64.5351 19.843 65.1207 20.3041 66.5532 20.6571L67.7778 20.9569C70.0581 21.4946 71.0055 22.4081 71.0055 24.0292C71.0055 26.1027 69.3493 27.4014 66.7149 27.4014C64.2502 27.4014 62.586 26.1332 62.4785 24.1286L64.1812 24.1286Z' fill='white'/%3E%3Cpath d='M74.5954 17.2242V19.1365H76.1363V20.45H74.5954V24.9046C74.5954 25.5967 74.904 25.9191 75.5813 25.9191C75.7643 25.916 75.9469 25.9032 76.1285 25.8808V27.1864C75.8239 27.2431 75.5144 27.2688 75.2046 27.2631C73.5641 27.2631 72.9243 26.6486 72.9243 25.0815V20.45H71.7461V19.1365H72.9243V17.2242H74.5954Z' fill='white'/%3E%3Cpath d='M77.0273 23.1772C77.0273 20.6348 78.5289 19.0372 80.8704 19.0372C83.2198 19.0372 84.7144 20.6348 84.7144 23.1772C84.7144 25.7266 83.2277 27.3172 80.8704 27.3172C78.514 27.3172 77.0273 25.7266 77.0273 23.1772ZM83.0197 23.1772C83.0197 21.4332 82.2182 20.4038 80.8704 20.4038C79.5227 20.4038 78.7221 21.441 78.7221 23.1772C78.7221 24.9282 79.5227 25.9497 80.8704 25.9497C82.2182 25.9497 83.0196 24.9282 83.0196 23.1772H83.0197Z' fill='white'/%3E%3Cpath d='M86.0879 19.1363H87.6743V20.5117H87.7127C87.8201 20.0821 88.0724 19.7025 88.4274 19.4367C88.7823 19.1708 89.2182 19.0349 89.6618 19.0518C89.8535 19.0511 90.0447 19.0719 90.2317 19.1137V20.6651C89.9897 20.5914 89.7373 20.5575 89.4844 20.5649C89.2427 20.5551 89.0018 20.5976 88.7782 20.6894C88.5546 20.7812 88.3536 20.9202 88.1889 21.0968C88.0243 21.2735 87.8999 21.4835 87.8243 21.7126C87.7488 21.9417 87.7238 22.1843 87.7512 22.4239V27.2168H86.0879L86.0879 19.1363Z' fill='white'/%3E%3Cpath d='M97.8993 24.8437C97.6756 26.3105 96.2431 27.3172 94.4102 27.3172C92.053 27.3172 90.5898 25.7423 90.5898 23.2156C90.5898 20.681 92.0608 19.0372 94.3403 19.0372C96.5822 19.0372 97.992 20.5729 97.992 23.0229V23.5912H92.2689V23.6914C92.2424 23.9888 92.2798 24.2884 92.3784 24.5703C92.477 24.8522 92.6346 25.1099 92.8408 25.3264C93.047 25.5429 93.297 25.7131 93.5742 25.8259C93.8514 25.9386 94.1495 25.9912 94.4487 25.9802C94.8417 26.0169 95.2362 25.9262 95.5733 25.7214C95.9105 25.5166 96.1724 25.2088 96.32 24.8437L97.8993 24.8437ZM92.2767 22.432H96.3278C96.3428 22.1646 96.3021 21.897 96.2084 21.6461C96.1147 21.3951 95.97 21.1661 95.7834 20.9736C95.5968 20.781 95.3723 20.629 95.1239 20.527C94.8756 20.4251 94.6088 20.3754 94.3403 20.3812C94.0694 20.3796 93.8009 20.4315 93.5503 20.5339C93.2997 20.6363 93.0719 20.7872 92.88 20.9778C92.6881 21.1685 92.5361 21.3952 92.4325 21.6448C92.329 21.8944 92.276 22.1619 92.2767 22.432V22.432Z' fill='white'/%3E%3Cpath d='M31.9277 13.1179V7.79254H34.0743C35.0777 7.79254 35.6808 8.30154 35.6808 9.12083C35.681 9.38997 35.588 9.65091 35.4174 9.85947C35.2468 10.068 35.0092 10.2114 34.7447 10.2652V10.328C35.0728 10.3434 35.382 10.4858 35.6065 10.7249C35.8311 10.9639 35.9533 11.2808 35.9474 11.6083C35.9474 12.5457 35.263 13.1179 34.1224 13.1179L31.9277 13.1179ZM32.7572 10.0473H33.7413C34.4747 10.0473 34.8557 9.77796 34.8557 9.27245C34.8557 8.78132 34.4965 8.49369 33.8821 8.49369H32.7572V10.0473ZM33.9564 12.4167C34.7037 12.4167 35.0996 12.1138 35.0996 11.5495C35.0996 10.9921 34.6888 10.7005 33.9083 10.7005H32.7572V12.4167H33.9564Z' fill='white'/%3E%3Cpath d='M36.8008 11.9811C36.8008 11.2577 37.3409 10.8406 38.2997 10.7814L39.3914 10.7186V10.3717C39.3914 9.94727 39.11 9.70759 38.5663 9.70759C38.1223 9.70759 37.8147 9.87014 37.7264 10.1543H36.9564C37.0376 9.46399 37.6888 9.02122 38.603 9.02122C39.6134 9.02122 40.1833 9.52281 40.1833 10.3717V13.1177H39.4176V12.5529H39.3547C39.227 12.7555 39.0476 12.9206 38.8349 13.0315C38.6223 13.1423 38.3839 13.1949 38.1442 13.1839C37.975 13.2014 37.804 13.1834 37.6422 13.131C37.4804 13.0786 37.3314 12.993 37.2049 12.8797C37.0783 12.7664 36.977 12.6279 36.9074 12.4731C36.8378 12.3183 36.8014 12.1507 36.8008 11.9811ZM39.3914 11.6377V11.3017L38.4072 11.3645C37.8522 11.4015 37.6005 11.5898 37.6005 11.9441C37.6005 12.3058 37.9152 12.5163 38.3478 12.5163C38.4746 12.5291 38.6027 12.5163 38.7244 12.4787C38.8461 12.4412 38.959 12.3796 39.0564 12.2976C39.1538 12.2156 39.2336 12.115 39.2911 12.0016C39.3487 11.8882 39.3828 11.7645 39.3914 11.6377Z' fill='white'/%3E%3Cpath d='M41.3232 7.91058C41.317 7.80786 41.342 7.70566 41.3948 7.61723C41.4476 7.5288 41.5257 7.45821 41.6192 7.41461C41.7127 7.37101 41.8172 7.3564 41.919 7.37268C42.0209 7.38896 42.1156 7.43538 42.1907 7.50591C42.2659 7.57645 42.318 7.66787 42.3405 7.76831C42.3629 7.86876 42.3546 7.97361 42.3166 8.06929C42.2786 8.16496 42.2126 8.24705 42.1273 8.30492C42.042 8.36279 41.9412 8.39378 41.838 8.39387C41.772 8.39723 41.7061 8.38724 41.6441 8.36453C41.5821 8.34181 41.5253 8.30683 41.4772 8.26169C41.4292 8.21654 41.3907 8.16217 41.3642 8.10183C41.3378 8.04149 41.3238 7.97644 41.3232 7.91058ZM41.4412 9.09898H42.2339V13.1178H41.4411L41.4412 9.09898Z' fill='white'/%3E%3Cpath d='M44.9647 11.6935L44.0837 13.1181H43.2106L44.547 11.1179L43.1992 9.09927H44.1283L44.9945 10.5165H45.0574L45.9157 9.09927H46.8002L45.4717 11.0847L46.8151 13.1181H45.9017L45.0242 11.6935H44.9647Z' fill='white'/%3E%3Cpath d='M47.5156 11.9814C47.5156 11.258 48.0558 10.8409 49.0146 10.7816L50.1062 10.7189V10.372C50.1062 9.94753 49.8248 9.70785 49.2812 9.70785C48.8372 9.70785 48.5295 9.8704 48.4412 10.1545H47.6712C47.7525 9.46424 48.4036 9.02148 49.3179 9.02148C50.3283 9.02148 50.8981 9.52307 50.8981 10.372V13.1179H50.1325V12.5531H50.0695C49.9418 12.7557 49.7624 12.9209 49.5498 13.0317C49.3371 13.1426 49.0987 13.1952 48.859 13.1841C48.6898 13.2017 48.5188 13.1837 48.357 13.1313C48.1953 13.0789 48.0463 12.9933 47.9197 12.88C47.7931 12.7666 47.6918 12.6281 47.6222 12.4734C47.5526 12.3186 47.5163 12.151 47.5156 11.9814ZM50.1062 11.638V11.302L49.1221 11.3647C48.5671 11.4018 48.3154 11.59 48.3154 11.9443C48.3154 12.306 48.63 12.5165 49.0627 12.5165C49.1895 12.5293 49.3175 12.5165 49.4392 12.479C49.561 12.4414 49.6739 12.3798 49.7712 12.2978C49.8686 12.2159 49.9484 12.1152 50.006 12.0019C50.0635 11.8885 50.0976 11.7647 50.1062 11.638Z' fill='white'/%3E%3Cpath d='M52.1445 9.0987H52.9102V9.71491H52.9696C53.0553 9.501 53.2068 9.31968 53.4023 9.19698C53.5978 9.07429 53.8273 9.01654 54.0578 9.03202C54.1769 9.03042 54.2959 9.04153 54.4126 9.06514V9.84786C54.2667 9.81676 54.1179 9.8007 53.9686 9.79993C53.8375 9.78818 53.7053 9.80393 53.5805 9.84616C53.4558 9.88839 53.3413 9.95618 53.2445 10.0452C53.1476 10.1341 53.0704 10.2423 53.018 10.3628C52.9655 10.4833 52.9389 10.6134 52.9399 10.7447V13.1176H52.1445L52.1445 9.0987Z' fill='white'/%3E%3Cpath d='M57.4766 9.09865H58.2427V9.73708H58.3021C58.403 9.50778 58.573 9.31556 58.7886 9.18722C59.0042 9.05887 59.2545 9.00079 59.5048 9.02108C59.7009 9.00637 59.8978 9.03586 60.0809 9.10734C60.264 9.17883 60.4287 9.29049 60.5626 9.43404C60.6966 9.57759 60.7965 9.74936 60.8548 9.93663C60.9132 10.1239 60.9285 10.3218 60.8997 10.5158V13.1175H60.1044V10.715C60.1044 10.0692 59.8229 9.74798 59.2347 9.74798C59.1016 9.7418 58.9687 9.7644 58.8451 9.81422C58.7215 9.86405 58.6103 9.93993 58.5188 10.0367C58.4274 10.1334 58.3581 10.2487 58.3156 10.3747C58.273 10.5006 58.2583 10.6343 58.2724 10.7664V13.1175H57.4766L57.4766 9.09865Z' fill='white'/%3E%3Cpath d='M61.9023 11.9811C61.9023 11.2577 62.4425 10.8406 63.4013 10.7814L64.493 10.7186V10.3717C64.493 9.94727 64.2115 9.70759 63.6679 9.70759C63.2239 9.70759 62.9162 9.87014 62.8279 10.1543H62.0579C62.1392 9.46399 62.7904 9.02122 63.7046 9.02122C64.715 9.02122 65.2848 9.52281 65.2848 10.3717V13.1177H64.5192V12.5529H64.4563C64.3285 12.7555 64.1492 12.9206 63.9365 13.0315C63.7238 13.1423 63.4854 13.1949 63.2457 13.1839C63.0765 13.2014 62.9055 13.1834 62.7438 13.131C62.582 13.0786 62.433 12.993 62.3064 12.8797C62.1799 12.7664 62.0785 12.6279 62.0089 12.4731C61.9393 12.3183 61.903 12.1507 61.9023 11.9811ZM64.493 11.6377V11.3017L63.5088 11.3645C62.9538 11.4015 62.7021 11.5898 62.7021 11.9441C62.7021 12.3058 63.0167 12.5163 63.4494 12.5163C63.5762 12.5291 63.7042 12.5163 63.826 12.4787C63.9477 12.4412 64.0606 12.3796 64.158 12.2976C64.2553 12.2156 64.3352 12.115 64.3927 12.0016C64.4503 11.8882 64.4844 11.7645 64.493 11.6377H64.493Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-template-ion-criptoativos .pageProductTemplateThree__howToInvest__apps--stores > div .googlePlay {
  display: block;
  width: 121.8px;
  height: 35.7px;
  background-image: url("data:image/svg+xml,%3Csvg width='123' height='36' viewBox='0 0 123 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.81914' y='0.91875' width='119.963' height='33.8625' rx='7.48125' fill='black'/%3E%3Crect x='1.81914' y='0.91875' width='119.963' height='33.8625' rx='7.48125' stroke='white' stroke-width='1.8375'/%3E%3Cpath d='M97.3816 26.7759H99.0652V15.6178H97.3816V26.7759ZM112.545 19.6368L110.615 24.4741H110.558L108.555 19.6368H106.741L109.745 26.3984L108.032 30.1585H109.789L114.417 19.6368H112.545ZM102.998 25.5076C102.446 25.5076 101.677 25.2354 101.677 24.5607C101.677 23.6994 102.635 23.3692 103.462 23.3692C104.202 23.3692 104.55 23.5272 105 23.7423C104.869 24.7758 103.97 25.5076 102.998 25.5076ZM103.201 19.3931C101.982 19.3931 100.72 19.9242 100.197 21.1014L101.692 21.719C102.011 21.1014 102.605 20.9006 103.23 20.9006C104.1 20.9006 104.986 21.4173 105 22.3357V22.4508C104.695 22.2786 104.043 22.0198 103.244 22.0198C101.634 22.0198 99.9935 22.8953 99.9935 24.5321C99.9935 26.0244 101.314 26.9865 102.794 26.9865C103.926 26.9865 104.55 26.484 104.942 25.8959H105V26.7571H106.625V22.4794C106.625 20.498 105.131 19.3931 103.201 19.3931ZM92.7965 20.9952H90.402V17.1708H92.7965C94.0551 17.1708 94.7697 18.2016 94.7697 19.0834C94.7697 19.9483 94.0551 20.9952 92.7965 20.9952ZM92.7532 15.6178H88.7194V26.7759H90.402V22.5481H92.7532C94.619 22.5481 96.4532 21.212 96.4532 19.0834C96.4532 16.9539 94.619 15.6178 92.7532 15.6178ZM70.7552 25.5103C69.5932 25.5103 68.6188 24.5464 68.6188 23.2237C68.6188 21.8868 69.5932 20.9095 70.7552 20.9095C71.9038 20.9095 72.8051 21.8868 72.8051 23.2237C72.8051 24.5464 71.9038 25.5103 70.7552 25.5103ZM72.6887 20.2624H72.631C72.2529 19.8162 71.5257 19.4137 70.61 19.4137C68.6919 19.4137 66.9325 21.0817 66.9325 23.2237C66.9325 25.3523 68.6919 27.0053 70.61 27.0053C71.5257 27.0053 72.2529 26.6027 72.631 26.1431H72.6887V26.6893C72.6887 28.1414 71.9038 28.9179 70.6388 28.9179C69.6076 28.9179 68.9679 28.1842 68.7063 27.5666L67.2384 28.17C67.6597 29.1767 68.7785 30.4137 70.6388 30.4137C72.6165 30.4137 74.2874 29.2633 74.2874 26.459V19.6439H72.6887V20.2624ZM75.4504 26.7759H77.1367V15.6178H75.4504V26.7759ZM79.6223 23.0943C79.5781 21.6279 80.7708 20.88 81.6279 20.88C82.2974 20.88 82.864 21.2111 83.0525 21.686L79.6223 23.0943ZM84.8552 21.8296C84.5358 20.9809 83.5614 19.4137 81.5702 19.4137C79.5934 19.4137 77.9505 20.9523 77.9505 23.2095C77.9505 25.3381 79.5781 27.0053 81.7587 27.0053C83.5181 27.0053 84.5358 25.9414 84.9571 25.3229L83.6489 24.4607C83.2131 25.0935 82.6167 25.5103 81.7587 25.5103C80.9007 25.5103 80.2908 25.1221 79.8983 24.3599L85.0293 22.2607L84.8552 21.8296ZM43.9764 20.5784V22.1884H47.8722C47.7558 23.0943 47.4508 23.7557 46.9853 24.2162C46.4187 24.7767 45.5318 25.3952 43.9764 25.3952C41.5783 25.3952 39.7035 23.4826 39.7035 21.1103C39.7035 18.738 41.5783 16.8254 43.9764 16.8254C45.2702 16.8254 46.2148 17.3288 46.9131 17.9758L48.0607 16.8397C47.0872 15.9195 45.7935 15.2153 43.9764 15.2153C40.6914 15.2153 37.9297 17.8607 37.9297 21.1103C37.9297 24.3599 40.6914 27.0053 43.9764 27.0053C45.7501 27.0053 47.0872 26.4305 48.1338 25.3523C49.2093 24.2876 49.544 22.7927 49.544 21.5851C49.544 21.2111 49.5142 20.8657 49.4565 20.5784H43.9764ZM53.9721 25.5103C52.8091 25.5103 51.8068 24.5616 51.8068 23.2095C51.8068 21.8439 52.8091 20.9095 53.9721 20.9095C55.1351 20.9095 56.1374 21.8439 56.1374 23.2095C56.1374 24.5616 55.1351 25.5103 53.9721 25.5103ZM53.9721 19.4137C51.8501 19.4137 50.1205 21.0094 50.1205 23.2095C50.1205 25.3952 51.8501 27.0053 53.9721 27.0053C56.0941 27.0053 57.8237 25.3952 57.8237 23.2095C57.8237 21.0094 56.0941 19.4137 53.9721 19.4137ZM62.3745 25.5103C61.2124 25.5103 60.2092 24.5616 60.2092 23.2095C60.2092 21.8439 61.2124 20.9095 62.3745 20.9095C63.5375 20.9095 64.5407 21.8439 64.5407 23.2095C64.5407 24.5616 63.5375 25.5103 62.3745 25.5103ZM62.3745 19.4137C60.2525 19.4137 58.5229 21.0094 58.5229 23.2095C58.5229 25.3952 60.2525 27.0053 62.3745 27.0053C64.4974 27.0053 66.227 25.3952 66.227 23.2095C66.227 21.0094 64.4974 19.4137 62.3745 19.4137Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.381 28.9081L10.3142 28.8447C10.0517 28.5698 9.89648 28.1432 9.89648 27.5907V27.7201V7.97714V8.1128C9.89648 7.51483 10.0778 7.06322 10.3801 6.79369L21.5586 17.8509L10.381 28.9081ZM9.89648 7.97625C9.89648 7.92716 9.89829 7.87897 9.90009 7.83256C9.89829 7.87897 9.89648 7.92716 9.89648 7.97625ZM9.90099 7.82988V7.82809V7.82988ZM9.90099 7.82363V7.82274V7.82363Z' fill='url(%23paint0_linear_1_3508)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.2839 21.6682L25.3687 21.62L29.7833 19.1389C30.2046 18.9023 30.4852 18.6159 30.625 18.3115C30.4852 18.6159 30.2046 18.9023 29.7833 19.1397L25.3687 21.6209L25.2839 21.6682ZM25.2848 21.537L21.5586 17.8501L25.2848 14.1641L29.7833 16.6925C30.3553 17.0129 30.6756 17.427 30.7288 17.8501V17.8519C30.6756 18.2731 30.3553 18.6873 29.7833 19.0086L25.2848 21.537Z' fill='url(%23paint1_linear_1_3508)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1783 29.3285C10.8662 29.3285 10.5946 29.2277 10.3817 29.0385V29.0376C10.5946 29.2277 10.8671 29.3285 11.1792 29.3285C11.2063 29.3285 11.2343 29.3277 11.2622 29.3259C11.2343 29.3277 11.2063 29.3285 11.1783 29.3285ZM11.1792 29.1973C10.8671 29.1982 10.5946 29.0974 10.3817 28.9073L21.5593 17.8501L25.2855 21.537L12.1897 28.8984C11.8279 29.1018 11.4842 29.1973 11.1792 29.1973ZM10.379 29.0358C10.3591 29.018 10.3393 28.9992 10.3203 28.9796L10.379 29.0358Z' fill='url(%23paint2_linear_1_3508)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5594 17.8506L10.3809 6.79341C10.5938 6.6042 10.8654 6.50335 11.1775 6.50335C11.4834 6.50335 11.8271 6.59974 12.1898 6.80412L25.2856 14.1646L21.5594 17.8506ZM25.3695 14.0816L12.1898 6.67382C11.8271 6.46944 11.4834 6.37305 11.1775 6.37305H11.1739H11.1784C11.4843 6.37305 11.8271 6.46944 12.1898 6.67293L25.3695 14.0807V14.0816Z' fill='url(%23paint3_linear_1_3508)'/%3E%3Cpath d='M11.2598 29.3265C11.5431 29.3105 11.8571 29.2141 12.1873 29.0293L25.2822 21.6689L12.1873 29.0293C11.8571 29.215 11.5431 29.3114 11.2598 29.3265ZM10.3793 29.0391L10.3766 29.0365C10.3775 29.0374 10.3784 29.0383 10.3793 29.0391ZM10.3179 28.9802L10.3125 28.9749C10.3143 28.9767 10.3161 28.9785 10.3179 28.9802Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.2832 21.6654L25.362 21.6206L25.2832 21.6654Z' fill='url(%23paint4_linear_1_3508)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1788 29.3292C10.8666 29.3292 10.5941 29.2283 10.3812 29.0382V29.0391C10.3803 29.0382 10.3794 29.0373 10.3785 29.0364L10.3199 28.9802C10.3181 28.9784 10.3163 28.9766 10.3145 28.9749L10.3812 28.9079C10.5941 29.098 10.8666 29.1989 11.1788 29.198C11.4837 29.198 11.8275 29.1025 12.1893 28.899L25.285 21.5377L25.3689 21.6207L25.2841 21.6689L12.1893 29.0293C11.8591 29.2141 11.5451 29.3104 11.2618 29.3265C11.2338 29.3283 11.2058 29.3292 11.1788 29.3292Z' fill='url(%23paint5_linear_1_3508)'/%3E%3Cpath d='M10.3142 28.9745C10.0517 28.6996 9.89648 28.273 9.89648 27.7205V27.7196C9.89648 28.273 10.0517 28.6996 10.3142 28.9736V28.9745Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3142 28.9738C10.0517 28.6998 9.89648 28.2732 9.89648 27.7199V27.5905C9.89648 28.1429 10.0517 28.5695 10.3142 28.8444L10.381 28.9078L10.3142 28.9738Z' fill='url(%23paint6_linear_1_3508)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3125 28.9215V28.9213L10.3291 28.9081L10.3125 28.9215Z' fill='url(%23paint7_linear_1_3508)'/%3E%3Cpath d='M30.625 18.3121C30.6945 18.1622 30.7288 18.0069 30.7288 17.8525C30.7288 17.8516 30.7297 17.8516 30.7297 17.8516C30.7297 18.0069 30.6945 18.1613 30.625 18.3121Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3691 21.6205L25.2852 21.5375L29.7836 19.0091C30.3556 18.6878 30.6759 18.2737 30.7292 17.8524C30.7292 18.0068 30.6949 18.1621 30.6254 18.3121C30.4856 18.6164 30.205 18.9029 29.7836 19.1394L25.3691 21.6205Z' fill='url(%23paint8_linear_1_3508)'/%3E%3Cpath d='M30.7321 17.851H30.7312C30.7312 17.3842 30.4163 16.9174 29.7857 16.5631L25.3711 14.0819V14.0811L29.7857 16.5631C30.4163 16.9174 30.7321 17.3842 30.7321 17.851Z' fill='%23404040'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.7292 17.8511C30.6759 17.428 30.3556 17.0139 29.7836 16.6935L25.2852 14.165L25.3691 14.082L29.7836 16.5632C30.4143 16.9175 30.7292 17.3843 30.7292 17.8511Z' fill='url(%23paint9_linear_1_3508)'/%3E%3Cpath d='M9.89648 7.97684V7.97595V7.97684ZM9.90009 7.83225C9.901 7.83136 9.90099 7.83047 9.90099 7.82958C9.90099 7.83047 9.901 7.83136 9.90009 7.83225ZM9.90099 7.82779V7.82333V7.82779ZM9.90099 7.82244C9.95332 6.90584 10.4568 6.37659 11.1695 6.37302C10.861 6.3748 10.5921 6.47476 10.381 6.66308L10.3783 6.66576C10.3566 6.68539 10.335 6.70592 10.3142 6.72734C10.0778 6.97545 9.92806 7.34673 9.90099 7.82244Z' fill='%23404040'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.89648 8.11299V7.97644C9.89648 7.92735 9.89829 7.87916 9.90009 7.83275C9.901 7.83186 9.90099 7.83097 9.90099 7.83007V7.82293C9.92806 7.34723 10.0778 6.97595 10.3142 6.72783L10.3801 6.79388C10.0778 7.06341 9.89648 7.51502 9.89648 8.11299ZM10.3783 6.66625L10.381 6.66357C10.3801 6.66447 10.3792 6.66536 10.3783 6.66625Z' fill='url(%23paint10_linear_1_3508)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.2831 14.1647L12.1873 6.80425C11.8246 6.59986 11.4809 6.50347 11.175 6.50347C10.8629 6.50347 10.5913 6.60433 10.3784 6.79354L10.3125 6.72749C10.3333 6.70607 10.3549 6.68554 10.3766 6.66591C10.3775 6.66502 10.3784 6.66412 10.3793 6.66323C10.5904 6.47491 10.8592 6.37495 11.1678 6.37317H11.175C11.4809 6.37317 11.8246 6.46956 12.1873 6.67394L25.367 14.0817L25.2831 14.1647Z' fill='url(%23paint11_linear_1_3508)'/%3E%3Cpath d='M38.8909 10.9443H39.8509C40.4761 10.9443 40.9714 10.7675 41.3368 10.4132C41.7022 10.0589 41.8845 9.56266 41.8845 8.92452C41.8845 8.29174 41.7022 7.7973 41.3368 7.4403C40.9714 7.08419 40.4761 6.90569 39.8509 6.90569H38.8909V10.9443ZM38.1953 11.602V6.24702H39.8509C40.6827 6.24702 41.3486 6.49514 41.8475 6.99137C42.3464 7.4876 42.5954 8.13198 42.5954 8.92452C42.5954 9.71796 42.3464 10.3623 41.8475 10.8577C41.3486 11.3548 40.6827 11.602 39.8509 11.602H38.1953Z' fill='white'/%3E%3Cpath d='M38.8913 10.9442V11.0334H39.8513C40.4927 11.0343 41.016 10.8496 41.4004 10.4765C41.7865 10.1035 41.976 9.57867 41.9751 8.92447C41.976 8.27562 41.7865 7.75261 41.4004 7.37687C41.016 7.00202 40.4927 6.81549 39.8513 6.81638H38.8011V11.0334H38.8913V10.9442H38.9815V6.99488H39.8513C40.4594 6.99577 40.9267 7.16624 41.2741 7.50361C41.6196 7.84186 41.7947 8.30775 41.7947 8.92447C41.7947 9.54654 41.6187 10.0151 41.2741 10.3489C40.9267 10.6845 40.4603 10.8541 39.8513 10.8549H38.8913V10.9442H38.9815H38.8913ZM38.1957 11.602H38.2859V6.33622H39.8513C40.666 6.33711 41.302 6.57719 41.7838 7.05468C42.2647 7.53395 42.5047 8.14978 42.5056 8.92447C42.5047 9.69916 42.2647 10.3159 41.7838 10.7951C41.302 11.2726 40.666 11.5127 39.8513 11.5127H38.1957V11.602H38.2859H38.1957V11.6912H39.8513C40.7012 11.6921 41.395 11.436 41.9119 10.921C42.4289 10.4078 42.687 9.73575 42.686 8.92447C42.687 8.11408 42.4289 7.44113 41.9119 6.92884C41.395 6.41386 40.7012 6.15771 39.8513 6.15771H38.1055V11.6912H38.1957V11.602Z' fill='white'/%3E%3Cpath d='M44.2679 6.24702H43.5723V11.602H44.2679V6.24702Z' fill='white'/%3E%3Cpath d='M43.5726 11.6021H43.6629V6.33634H44.178V11.5128H43.5726V11.6021H43.6629H43.5726V11.6913H44.3585V6.15784H43.4824V11.6913H43.5726V11.6021Z' fill='white'/%3E%3Cpath d='M47.0338 11.7221C46.6413 11.7221 46.257 11.5954 45.8816 11.341C45.5054 11.0867 45.26 10.7306 45.1445 10.2718L45.7797 10.0174C45.8555 10.312 46.0098 10.5601 46.2434 10.7618C46.4789 10.9635 46.7415 11.0643 47.0338 11.0643C47.336 11.0643 47.595 10.9858 47.8097 10.8287C48.0235 10.6716 48.13 10.4583 48.13 10.1888C48.13 9.89071 48.0235 9.65955 47.8097 9.49801C47.595 9.33558 47.2557 9.18474 46.7929 9.04462C46.3138 8.89557 45.9502 8.7019 45.7039 8.46539C45.4567 8.22888 45.3331 7.92542 45.3331 7.55682C45.3331 7.17305 45.4865 6.83925 45.7941 6.55455C46.1018 6.27073 46.5024 6.12793 46.9959 6.12793C47.4551 6.12793 47.8277 6.24217 48.1155 6.46886C48.4025 6.69556 48.5892 6.94368 48.6749 7.21321L48.0407 7.47382C47.9947 7.30514 47.8828 7.14806 47.7041 7.00347C47.5246 6.85889 47.2936 6.7866 47.0112 6.7866C46.7442 6.7866 46.5159 6.85978 46.3273 7.00704C46.1379 7.15431 46.044 7.33727 46.044 7.55682C46.044 7.75585 46.1307 7.92453 46.3048 8.06198C46.4789 8.19853 46.7342 8.32259 47.0717 8.43147C47.3387 8.51626 47.5616 8.59837 47.742 8.6787C47.9207 8.75813 48.102 8.86434 48.2852 8.99643C48.4692 9.12852 48.6073 9.29363 48.7011 9.48998C48.7949 9.68722 48.8409 9.91481 48.8409 10.1745C48.8409 10.4334 48.7877 10.6654 48.6794 10.8698C48.5703 11.0751 48.4259 11.2366 48.2473 11.3562C48.0686 11.4758 47.8765 11.5668 47.6689 11.6293C47.4623 11.6918 47.2512 11.7221 47.0338 11.7221Z' fill='white'/%3E%3Cpath d='M47.0309 11.8118V11.6333C46.6583 11.6333 46.2929 11.5137 45.9293 11.2682C45.5711 11.0246 45.3401 10.6908 45.2291 10.2508L45.1416 10.2722L45.175 10.3543L45.8102 10.1008L45.7768 10.0178L45.6893 10.0401C45.7687 10.3507 45.9338 10.6167 46.1819 10.8291C46.43 11.0433 46.7169 11.1549 47.0309 11.154C47.3485 11.154 47.6299 11.0701 47.86 10.9014C48.0955 10.7309 48.2191 10.4819 48.2173 10.1892C48.2191 9.87057 48.0982 9.6046 47.8609 9.427C47.6318 9.25385 47.2853 9.10213 46.8161 8.96022H46.817C46.3461 8.81385 45.996 8.62553 45.7632 8.40151C45.535 8.18107 45.4213 7.90617 45.4204 7.55721C45.4213 7.19753 45.5611 6.8914 45.8535 6.62008C46.1431 6.35323 46.5166 6.21846 46.993 6.21757C47.4378 6.21846 47.7878 6.32734 48.0558 6.53887C48.3337 6.75753 48.5069 6.99136 48.5854 7.23948L48.672 7.2136L48.6368 7.13059L48.0026 7.3921L48.0378 7.47421L48.1244 7.45189C48.0729 7.26001 47.9466 7.08686 47.7581 6.93424C47.5605 6.77538 47.306 6.69773 47.0083 6.69773C46.725 6.69684 46.4733 6.77716 46.2685 6.93781V6.93692C46.0619 7.09668 45.9491 7.31177 45.9509 7.55721C45.9491 7.78301 46.0547 7.98293 46.245 8.13198H46.2459C46.4327 8.27835 46.697 8.40508 47.0408 8.51665H47.0417C47.306 8.60143 47.5262 8.68265 47.7012 8.7603H47.7021C47.8735 8.83705 48.0504 8.93969 48.229 9.0691C48.4022 9.19316 48.5295 9.34489 48.6161 9.52874C48.7036 9.7117 48.7478 9.9259 48.7478 10.1749C48.7478 10.4221 48.6973 10.6381 48.5962 10.8291C48.4943 11.0219 48.3598 11.1709 48.1938 11.2825C48.0224 11.3976 47.8384 11.4842 47.6399 11.544C47.4414 11.6038 47.2393 11.6333 47.0309 11.6333V11.8118C47.2564 11.8118 47.4775 11.7796 47.6931 11.7145C47.9087 11.6502 48.109 11.5547 48.2949 11.4307C48.4862 11.3021 48.6413 11.1281 48.7559 10.9121C48.8723 10.6935 48.9282 10.4462 48.9282 10.1749C48.9282 9.90538 48.8795 9.66351 48.7803 9.45288C48.6801 9.24225 48.5313 9.06464 48.3355 8.92452C48.1478 8.78975 47.9611 8.67997 47.7752 8.59786H47.7761C47.5911 8.51575 47.3656 8.43275 47.0967 8.34707C46.7656 8.23997 46.5193 8.11948 46.3578 7.99186H46.3569L46.3578 7.99275C46.2017 7.86691 46.1323 7.73035 46.1314 7.55721C46.1323 7.36353 46.2089 7.2127 46.3804 7.07794C46.5527 6.94317 46.7575 6.87623 47.0083 6.87623C47.2763 6.87623 47.4829 6.94317 47.6435 7.07258L47.6453 7.07347L47.6435 7.07258C47.8122 7.20913 47.9105 7.35104 47.9502 7.49741L47.9773 7.59648L48.7063 7.29571L48.7821 7.26447L48.7577 7.18682C48.6657 6.89587 48.4654 6.63347 48.1686 6.39874C47.8627 6.15777 47.4666 6.03907 46.993 6.03907C46.4832 6.03817 46.0556 6.18901 45.7299 6.48978C45.4069 6.78698 45.2391 7.14844 45.24 7.55721C45.2391 7.94544 45.3735 8.27746 45.6378 8.53003C45.8986 8.77993 46.2748 8.97807 46.7629 9.13069H46.7638C47.2212 9.26813 47.5524 9.41807 47.7517 9.5689C47.943 9.71527 48.035 9.91073 48.0368 10.1892C48.035 10.4355 47.9457 10.614 47.7526 10.7577C47.5551 10.9023 47.3178 10.9755 47.0309 10.9755C46.7602 10.9746 46.522 10.8836 46.3001 10.6943C46.079 10.5034 45.9356 10.2731 45.8643 9.99552L45.8381 9.89645L45.1073 10.1892L45.0352 10.2186L45.0541 10.2936C45.1732 10.7711 45.4339 11.1495 45.8282 11.4155C46.2153 11.6779 46.6186 11.8118 47.0309 11.8118Z' fill='white'/%3E%3Cpath d='M50.5346 8.77457H51.6993C51.9916 8.77457 52.2262 8.67818 52.4031 8.48361C52.579 8.28905 52.6674 8.07485 52.6674 7.84101C52.6674 7.60629 52.579 7.39209 52.4031 7.19752C52.2262 7.00296 51.9916 6.90568 51.6993 6.90568H50.5346V8.77457ZM50.5346 11.602H49.8398V6.24701H51.6849C52.1423 6.24701 52.5402 6.39784 52.8749 6.69951C53.2106 7.00117 53.3784 7.38138 53.3784 7.84101C53.3784 8.29887 53.2106 8.67907 52.8749 8.98074C52.5402 9.2824 52.1423 9.43323 51.6849 9.43323H50.5346V11.602Z' fill='white'/%3E%3Cpath d='M50.5349 8.77453V8.86377H51.6997C52.0119 8.86556 52.278 8.75757 52.4702 8.54337C52.6588 8.33631 52.758 8.09801 52.758 7.84097C52.758 7.58393 52.6588 7.34474 52.4702 7.13768C52.278 6.92348 52.0119 6.8146 51.6997 6.81638H50.4447V8.86377H50.5349V8.77453H50.6252V6.99488H51.6997C51.9731 6.99577 52.1761 7.08145 52.3358 7.25727L52.3367 7.25817L52.3358 7.25727C52.5 7.43845 52.5767 7.62855 52.5767 7.84097C52.5767 8.05249 52.5 8.2417 52.3358 8.42467C52.1761 8.5987 51.9731 8.68438 51.6997 8.68528H50.5349V8.77453H50.6252H50.5349ZM50.5349 11.602V11.5127H49.9304V6.33622H51.6853C52.1228 6.33711 52.4946 6.47812 52.8149 6.76551C53.1324 7.05289 53.2867 7.40275 53.2885 7.84097C53.2867 8.2774 53.1324 8.62726 52.8149 8.91465C52.4946 9.20203 52.1228 9.34305 51.6853 9.34394H50.4447V11.602H50.5349V11.5127V11.602H50.6252V9.52244H51.6853C52.1634 9.52333 52.5866 9.36268 52.9358 9.04674C53.2894 8.73079 53.4699 8.32024 53.469 7.84097C53.4699 7.35991 53.2894 6.94936 52.9358 6.63342C52.5866 6.31747 52.1634 6.15771 51.6853 6.15771H49.75V11.6912H50.6252V11.602H50.5349Z' fill='white'/%3E%3Cpath d='M55.223 10.4629C55.6245 10.8637 56.1144 11.0645 56.6937 11.0645C57.2738 11.0645 57.7646 10.8637 58.1643 10.4629C58.5658 10.0613 58.7661 9.54901 58.7661 8.92515C58.7661 8.30218 58.5658 7.78989 58.1643 7.38826C57.7646 6.98753 57.2738 6.78672 56.6937 6.78672C56.1144 6.78672 55.6245 6.98753 55.223 7.38826C54.8233 7.78989 54.6222 8.30218 54.6222 8.92515C54.6222 9.54901 54.8233 10.0613 55.223 10.4629ZM58.6794 10.911C58.1471 11.4527 57.4849 11.7222 56.6937 11.7222C55.9024 11.7222 55.2411 11.4527 54.7097 10.911C54.1774 10.3701 53.9121 9.70787 53.9121 8.92515C53.9121 8.14243 54.1774 7.48108 54.7097 6.94023C55.2411 6.39848 55.9024 6.12805 56.6937 6.12805C57.4804 6.12805 58.1408 6.40027 58.6758 6.9438C59.2091 7.48733 59.4761 8.14778 59.4761 8.92515C59.4761 9.70787 59.21 10.3701 58.6794 10.911Z' fill='white'/%3E%3Cpath d='M55.2884 10.3996L55.1594 10.5255C55.5753 10.9432 56.0932 11.1547 56.694 11.1538C57.2949 11.1547 57.8146 10.9432 58.2287 10.5255C58.6474 10.1078 58.8576 9.56781 58.8567 8.92521C58.8576 8.2835 58.6474 7.74354 58.2287 7.32585C57.8146 6.90816 57.2949 6.69664 56.694 6.69753C56.0932 6.69664 55.5753 6.90816 55.1594 7.32585L55.1567 7.32853L55.1594 7.32585C54.7425 7.74354 54.5314 8.2835 54.5323 8.92521C54.5314 9.56781 54.7425 10.1078 55.1594 10.5255L55.2884 10.3996C54.9049 10.015 54.7137 9.53032 54.7128 8.92521C54.7137 8.32099 54.9049 7.83636 55.2884 7.4508V7.45169C55.6745 7.06613 56.1356 6.87692 56.694 6.87603C57.2534 6.87692 57.7154 7.06613 58.1006 7.4508V7.45169C58.4841 7.83636 58.6753 8.32099 58.6762 8.92521C58.6753 9.53032 58.4841 10.015 58.1006 10.3996C57.7154 10.7852 57.2534 10.9744 56.694 10.9753C56.1356 10.9744 55.6745 10.7852 55.2884 10.3996ZM58.6798 10.911L58.6149 10.8485C58.0979 11.3733 57.4645 11.6322 56.694 11.6331C55.9235 11.6322 55.2911 11.3733 54.775 10.8485L54.7723 10.8459L54.775 10.8485C54.2589 10.3229 54.0036 9.6883 54.0027 8.92521C54.0036 8.16302 54.2589 7.52845 54.775 7.00277C55.2911 6.47798 55.9235 6.21826 56.694 6.21737C57.46 6.21826 58.0916 6.47887 58.6113 7.00634C59.1291 7.5347 59.3854 8.16748 59.3863 8.92521C59.3854 9.6883 59.13 10.3229 58.6149 10.8485L58.6798 10.911L58.7439 10.9735C59.2915 10.4175 59.5676 9.72846 59.5667 8.92521C59.5676 8.12732 59.2906 7.44009 58.7403 6.88138C58.1908 6.32179 57.5024 6.03797 56.694 6.03887C55.882 6.03797 55.1918 6.32 54.6451 6.87781C54.0974 7.43384 53.8214 8.12285 53.8223 8.92521C53.8214 9.72846 54.0974 10.4175 54.6451 10.9735C55.1918 11.5313 55.882 11.8124 56.694 11.8116C57.506 11.8124 58.1971 11.5313 58.7439 10.9735L58.6798 10.911Z' fill='white'/%3E%3Cpath d='M60.4531 11.6021V6.24707H61.3003L63.9312 10.4133H63.961L63.9312 9.38153V6.24707H64.6268V11.6021H63.9014L61.1487 7.23507H61.119L61.1487 8.2668V11.6021H60.4531Z' fill='white'/%3E%3Cpath d='M60.4535 11.602H60.5437V6.33622H61.2502L63.881 10.5024H64.0543L64.0218 9.37964V6.33622H64.537V11.5127H63.9514L61.1987 7.14571H61.0264L61.0589 8.26848V11.5127H60.4535V11.602H60.5437H60.4535V11.6912H61.2393V8.2658L61.2096 7.23229L61.1193 7.23496V7.32421H61.1491V7.23496L61.0724 7.28226L63.8513 11.6912H64.7174V6.15771H63.8414V9.38232L63.8711 10.4158L63.9613 10.4132V10.3239H63.9316V10.4132L64.0083 10.3659L61.3503 6.15771H60.3633V11.6912H60.4535V11.602Z' fill='white'/%3E%3Cpath d='M66.5177 5.82875H65.9123L66.3066 4.87109H67.0626L66.5177 5.82875ZM65.8672 11.6023V6.24733H66.5628V11.6023H65.8672Z' fill='white'/%3E%3Cpath d='M66.5161 5.82864V5.73939H66.0452L66.3654 4.96024H66.9068L66.4376 5.78491L66.5161 5.82864V5.73939V5.82864L66.5946 5.87237L67.2153 4.78174H66.2436L65.7763 5.91789H66.5694L66.5946 5.87237L66.5161 5.82864ZM65.8656 11.6022H65.9558V6.33647H66.471V11.513H65.8656V11.6022H65.9558H65.8656V11.6915H66.6514V6.15797H65.7754V11.6915H65.8656V11.6022Z' fill='white'/%3E%3Cpath d='M69.1409 11.602L67.2363 6.24702H68.0068L69.4892 10.5926H69.5189L71.0617 6.24702H71.8332L69.8672 11.602H69.1409Z' fill='white'/%3E%3Cpath d='M69.1412 11.6021L69.2269 11.5726L67.3638 6.33631H67.943L69.4245 10.6819H69.5833L71.1261 6.33631H71.7044L69.8043 11.5128H69.1412V11.6021L69.2269 11.5726L69.1412 11.6021V11.6913H69.9306L71.9615 6.15781H70.998L69.4344 10.5632L69.5192 10.5926V10.5034H69.4894V10.5926L69.5751 10.5641L68.072 6.15781H67.1094L69.0771 11.6913H69.1412V11.6021Z' fill='white'/%3E%3Cpath d='M75.7816 6.90574H73.3158V8.60327H75.5389V9.24676H73.3158V10.9443H75.7816V11.6021H72.6211V6.24707H75.7816V6.90574Z' fill='white'/%3E%3Cpath d='M75.78 6.90572V6.81647H73.224V8.69251H75.4471V9.1575H73.224V11.0335H75.6898V11.5128H72.7097V6.33631H75.6898V6.90572H75.78V6.81647V6.90572H75.8702V6.15781H72.5293V11.6913H75.8702V10.855H73.4045V9.336H75.6275V8.51401H73.4045V6.99497H75.8702V6.90572H75.78Z' fill='white'/%3E%3Cpath d='M76.8691 11.602V6.24701H77.5638V10.9442H79.9078V11.602H76.8691Z' fill='white'/%3E%3Cpath d='M76.8676 11.602H76.9578V6.33622H77.4721V11.0334H79.816V11.5127H76.8676V11.602H76.9578H76.8676V11.6912H79.9965V10.8549H77.6525V6.15771H76.7773V11.6912H76.8676V11.602Z' fill='white'/%3E%3Cpath d='M82.5996 11.6021V6.24707H83.4459L86.0768 10.4133H86.1065L86.0768 9.38153V6.24707H86.7733V11.6021H86.047L83.2943 7.23507H83.2645L83.2943 8.2668V11.6021H82.5996Z' fill='white'/%3E%3Cpath d='M82.598 11.602H82.6883V6.33622H83.3947L86.0256 10.5024H86.1979L86.1654 9.37964V6.33622H86.6815V11.5127H86.095L83.3433 7.14571H83.17L83.2025 8.26848V11.5127H82.598V11.602H82.6883H82.598V11.6912H83.383V8.2658L83.3532 7.23229L83.263 7.23496V7.32421H83.2927V7.23496L83.2161 7.28226L85.9949 11.6912H86.8619V6.15771H85.985V9.38232L86.0148 10.4158L86.105 10.4132V10.3239H86.0752V10.4132L86.1519 10.3659L83.4948 6.15771H82.5078V11.6912H82.598V11.602Z' fill='white'/%3E%3Cpath d='M88.9828 10.4628C89.3834 10.8635 89.8733 11.0643 90.4534 11.0643C91.0327 11.0643 91.5235 10.8635 91.924 10.4628C92.3246 10.0612 92.5258 9.54888 92.5258 8.92503C92.5258 8.30206 92.3246 7.78977 91.924 7.38814C91.5235 6.98741 91.0327 6.7866 90.4534 6.7866C89.8733 6.7866 89.3834 6.98741 88.9828 7.38814C88.5831 7.78977 88.3819 8.30206 88.3819 8.92503C88.3819 9.54888 88.5831 10.0612 88.9828 10.4628ZM92.4383 10.9108C91.906 11.4526 91.2447 11.7221 90.4534 11.7221C89.6622 11.7221 88.9999 11.4526 88.4694 10.9108C87.9371 10.37 87.6719 9.70775 87.6719 8.92503C87.6719 8.1423 87.9371 7.48096 88.4694 6.9401C88.9999 6.39836 89.6622 6.12793 90.4534 6.12793C91.2402 6.12793 91.8997 6.40014 92.4347 6.94368C92.9688 7.48721 93.2359 8.14766 93.2359 8.92503C93.2359 9.70775 92.9697 10.37 92.4383 10.9108Z' fill='white'/%3E%3Cpath d='M88.9832 10.463L88.9191 10.5255C89.3342 10.9432 89.8529 11.1547 90.4538 11.1538C91.0547 11.1547 91.5735 10.9432 91.9885 10.5255C92.4062 10.1078 92.6173 9.56781 92.6164 8.92521C92.6173 8.2835 92.4062 7.74354 91.9885 7.32585C91.5735 6.90816 91.0547 6.69664 90.4538 6.69753C89.8529 6.69664 89.3342 6.90816 88.9191 7.32585C88.5014 7.74354 88.2912 8.2835 88.2921 8.92521C88.2912 9.56781 88.5014 10.1078 88.9191 10.5255L88.9832 10.463L89.0472 10.3996C88.6647 10.015 88.4734 9.53032 88.4725 8.92521C88.4734 8.32099 88.6647 7.83636 89.0472 7.4508V7.45169C89.4334 7.06613 89.8953 6.87692 90.4538 6.87603C91.0123 6.87692 91.4751 7.06613 91.8595 7.4508L91.8604 7.45169C92.2438 7.83636 92.4351 8.32099 92.436 8.92521C92.4351 9.53032 92.2438 10.015 91.8604 10.3996C91.4751 10.7852 91.0123 10.9744 90.4538 10.9753C89.8953 10.9744 89.4334 10.7852 89.0472 10.3996L88.9832 10.463ZM92.5037 10.9735L92.3737 10.8485C91.8568 11.3733 91.2243 11.6322 90.4538 11.6331C89.6833 11.6322 89.0499 11.3733 88.5339 10.8485C88.0178 10.3229 87.7634 9.6883 87.7625 8.92521C87.7634 8.16302 88.0178 7.52845 88.5339 7.00277C89.0499 6.47798 89.6833 6.21826 90.4538 6.21737C91.2198 6.21826 91.8505 6.47887 92.3701 7.00634C92.8889 7.5347 93.1451 8.16748 93.146 8.92521C93.1451 9.6883 92.8898 10.3229 92.3737 10.8485L92.5037 10.9735C93.0504 10.4175 93.3274 9.72846 93.3265 8.92521C93.3274 8.12732 93.0495 7.44009 92.5001 6.88138C91.9506 6.32179 91.2613 6.03797 90.4538 6.03887C89.6418 6.03797 88.9507 6.32 88.4049 6.87781C87.8563 7.43384 87.5811 8.12285 87.582 8.92521C87.5811 9.72846 87.8563 10.4175 88.4049 10.9735C88.9507 11.5313 89.6418 11.8124 90.4538 11.8116C91.2658 11.8124 91.956 11.5313 92.5037 10.9735Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_3508' x1='20.5678' y1='7.77338' x2='5.59028' y2='-7.36727' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0FF'/%3E%3Cstop offset='1' stop-color='%2300E2FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_3508' x1='31.4257' y1='17.8504' x2='9.59458' y2='17.8504' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFDF00'/%3E%3Cstop offset='1' stop-color='%23FF9C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1_3508' x1='23.2997' y1='19.8985' x2='2.98908' y2='-0.633361' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF3A44'/%3E%3Cstop offset='1' stop-color='%23C31162'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1_3508' x1='7.48409' y1='0.156964' x2='16.5536' y2='-9.01133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2331A070'/%3E%3Cstop offset='1' stop-color='%2300EF75'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_1_3508' x1='30.9862' y1='18.1202' x2='10.7149' y2='18.1202' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CCB300'/%3E%3Cstop offset='1' stop-color='%23CC7C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_1_3508' x1='23.2992' y1='19.8991' x2='2.98864' y2='-0.632718' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CC2D36'/%3E%3Cstop offset='1' stop-color='%239C0E4D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_1_3508' x1='20.5678' y1='7.77313' x2='5.59031' y2='-7.36754' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23008CDF'/%3E%3Cstop offset='1' stop-color='%2300C6DF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_1_3508' x1='13.5454' y1='27.1163' x2='9.61494' y2='22.1425' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DF333B'/%3E%3Cstop offset='1' stop-color='%23AA0E56'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_1_3508' x1='31.426' y1='17.851' x2='9.59497' y2='17.851' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DFC400'/%3E%3Cstop offset='1' stop-color='%23DF8900'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_1_3508' x1='31.426' y1='17.8514' x2='9.59497' y2='17.8514' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE83F'/%3E%3Cstop offset='1' stop-color='%23FFB53F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_1_3508' x1='20.5678' y1='7.77358' x2='5.59029' y2='-7.3671' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233FB8FF'/%3E%3Cstop offset='1' stop-color='%233FE9FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_1_3508' x1='7.4816' y1='0.157084' x2='16.5511' y2='-9.01121' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2364B895'/%3E%3Cstop offset='1' stop-color='%233FF497'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption * {
  color: white;
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row {
    margin: 0;
    background: #091b1e;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:first-child {
    background: #133134;
    min-height: 512px;
  }
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:first-child {
    padding-top: 2rem;
  }
  .page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:first-child img {
    max-width: 250px;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:last-child {
  background: #091b1e;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:last-child {
    min-height: 512px;
  }
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:last-child {
    margin: 2rem rem 0;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree__settlementAndRedemption .container .row > div:last-child .containerContainer {
  width: 100%;
  max-width: 379px;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts {
  background: #091b1e;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts h2 {
  color: white;
  margin-bottom: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__header {
    align-items: flex-end;
    flex-direction: row;
    gap: 10rem;
    padding-top: 4rem;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__header > div:first-child * {
  color: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__header > div:first-child p {
  margin: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer {
    width: 100%;
    justify-content: center;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer > button {
  cursor: pointer;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer > button.slick-hidden {
  display: none !important;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer > button:focus {
  outline: 1px solid;
  outline-offset: 4px;
  outline-color: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer > button.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.249 1L1.79409 8.82081C1.36614 9.21666 1.36615 9.89316 1.79409 10.289L10.249 18.1098' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer > button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83301 1L10.2879 8.82081C10.7159 9.21666 10.7159 9.89316 10.2879 10.289L1.83301 18.1098' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  border: none;
  font-size: 0;
  width: 12px;
  height: 20px;
  display: block;
  z-index: 10;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots {
  position: inherit;
  flex-direction: row;
  transform: inherit;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li {
  width: 44px;
  height: 44px;
  margin-right: 0;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li + li {
  margin-top: 0;
  margin-left: 0.5rem;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li button:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li button:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts--navContainer .slick-dots li.slick-active button {
  background: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider .slick-track {
  margin-left: unset !important;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
  background: #133134;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
  padding: 20px;
  width: 100%;
  position: relative;
  transition: 0.5s all;
  min-height: 120px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item {
    min-height: 146px;
    max-width: 264px;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item:focus {
  outline: 3px solid #a7cd3e;
  border-width: 3px;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item:hover rect {
  fill: white;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item span {
  display: block;
  color: white;
  text-align: center;
  font-family: "Itau Display Pro";
  font-size: 20px;
  line-height: normal;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item span {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 1.5rem;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item svg {
  display: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item svg {
    display: block;
  }
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__relatedProducts__slider--item svg rect {
  transition: 0.5s all;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__disclaimer {
  background: #091b1e;
}
.page-template-ion-criptoativos .pageProductTemplateThree .pageProductTemplateOne__disclaimer h2.title {
  color: white;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}