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

.pageProductTemplateOne h2 {
  font-weight: 300 !important;
}
.pageProductTemplateOne section {
  padding: 4rem 0;
}
.pageProductTemplateOne section .section1Button {
  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;
}
.pageProductTemplateOne section .section1Button:hover {
  opacity: 0.8;
}
.pageProductTemplateOne__whatIs h2 {
  font-family: "Itau Display Pro";
  font-weight: 300;
  font-size: 40px;
  line-height: 57px;
  color: #091b1e;
  margin-bottom: 2rem;
}
.pageProductTemplateOne__benefits {
  background: #f7f8f7;
}
.pageProductTemplateOne__benefits .contentContainer {
  margin-bottom: 2.5rem;
}
.pageProductTemplateOne__benefits .contentContainer h2 {
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Display Pro";
  font-size: 40px;
  font-weight: 300;
  line-height: 64px;
  text-align: center;
  margin-bottom: 20px;
}
.pageProductTemplateOne__benefits .contentContainer p {
  color: #091b1e;
  font-family: "Itau Text Pro";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  text-align: center;
}
.pageProductTemplateOne__benefits .contentContainer *:last-child {
  margin-bottom: 0;
}
.pageProductTemplateOne__benefits__boxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1200px) {
  .pageProductTemplateOne__benefits__boxes {
    flex-direction: row;
  }
}
.pageProductTemplateOne__benefits__boxes__item {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #f7f8f7;
  background: white;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
  position: relative;
  padding: 1rem;
}
@media (min-width: 992px) {
  .pageProductTemplateOne__benefits__boxes__item {
    width: calc(33.3333333333% - 30px);
  }
}
.pageProductTemplateOne__benefits__boxes__item > * {
  display: block;
  margin-bottom: 1rem;
}
.pageProductTemplateOne__benefits__boxes__item img {
  margin-left: auto;
  margin-right: auto;
}
.pageProductTemplateOne__benefits__boxes__item h3 {
  color: #091b1e;
  text-align: center;
  font-family: "Itau Display Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.pageProductTemplateOne__benefits__boxes__item p {
  color: #141e1f;
  text-align: center;
  font-family: "Itau Text Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.pageProductTemplateOne__benefits__types {
  margin-top: 5rem;
}
.pageProductTemplateOne__benefits__types .accordion {
  margin-top: 55px;
}
@media (max-width: 992px) {
  .pageProductTemplateOne__benefits .btn {
    text-align: center;
  }
}
.pageProductTemplateOne__howItWorks .textContainer {
  margin-bottom: 3rem;
}
.pageProductTemplateOne__howItWorks .textContainer h2,
.pageProductTemplateOne__howItWorks .textContainer p {
  text-align: center;
}
.pageProductTemplateOne__howItWorks .textContainer > *:last-child {
  margin-bottom: 0;
}
.pageProductTemplateOne__howItWorks iframe {
  display: block;
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
}
@media (min-width: 998px) {
  .pageProductTemplateOne__howItWorks iframe.pageProductTemplateOne__howItWorks--mainVideo {
    min-height: 510px;
  }
}
@media (max-width: 992px) {
  .pageProductTemplateOne__howItWorks iframe {
    height: 250px;
  }
}
.pageProductTemplateOne__investmentWithoutKnowledge {
  background: #091b1e;
}
.pageProductTemplateOne__investmentWithoutKnowledge__grid {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
@media (min-width: 992px) {
  .pageProductTemplateOne__investmentWithoutKnowledge__grid {
    flex-direction: row;
  }
}
.pageProductTemplateOne__investmentWithoutKnowledge__grid > div {
  width: 100%;
}
.pageProductTemplateOne__investmentWithoutKnowledge__grid > div:first-child {
  max-width: 478px;
}
.pageProductTemplateOne__investmentWithoutKnowledge__grid > div:last-child {
  max-width: 590px;
}
.pageProductTemplateOne__investmentWithoutKnowledge h2,
.pageProductTemplateOne__investmentWithoutKnowledge p {
  color: white;
}
.pageProductTemplateOne__investmentWithoutKnowledge h2 {
  margin-bottom: 1.5rem;
}
.pageProductTemplateOne__investmentWithoutKnowledge p {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .pageProductTemplateOne__investmentWithoutKnowledge iframe {
    height: 250px;
  }
}
.pageProductTemplateOne__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;
}
.pageProductTemplateOne__courses h2 {
  color: white;
  margin-bottom: 0;
}
.pageProductTemplateOne__courses__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .pageProductTemplateOne__courses__header {
    align-items: flex-end;
    flex-direction: row;
    gap: 10rem;
  }
}
.pageProductTemplateOne__courses__header > div:first-child * {
  color: white;
}
.pageProductTemplateOne__courses__header > div:first-child p {
  margin: 0;
}
.pageProductTemplateOne__courses--navContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .pageProductTemplateOne__courses--navContainer {
    width: 100%;
    justify-content: center;
  }
}
.pageProductTemplateOne__courses--navContainer > button {
  cursor: pointer;
}
.pageProductTemplateOne__courses--navContainer > button.slick-hidden {
  display: none !important;
}
.pageProductTemplateOne__courses--navContainer > button:focus {
  outline: 1px solid;
  outline-offset: 4px;
  outline-color: white;
}
.pageProductTemplateOne__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;
}
.pageProductTemplateOne__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;
}
.pageProductTemplateOne__courses--navContainer .slick-dots {
  position: inherit;
  flex-direction: row;
  transform: inherit;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 0;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li + li {
  margin-top: 0;
  margin-left: 0.5rem;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  padding: 0;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li button:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li button:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__courses--navContainer .slick-dots li.slick-active button {
  background: white;
}
.pageProductTemplateOne__courses__slider {
  display: flex;
}
.pageProductTemplateOne__courses__slider .slick-slide {
  min-height: 170px;
}
.pageProductTemplateOne__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) {
  .pageProductTemplateOne__courses__slider article {
    flex-direction: row;
    min-height: unset;
  }
}
.pageProductTemplateOne__courses__slider article:focus {
  outline: 3px solid #a7cd3e;
  border-width: 3px;
}
.pageProductTemplateOne__courses__slider article .imageContainer {
  min-width: 166px;
  min-height: 195px;
  border-radius: 8.792px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1200px) {
  .pageProductTemplateOne__courses__slider article .imageContainer {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pageProductTemplateOne__courses__slider article .imageContainer {
    min-height: 120px;
  }
}
.pageProductTemplateOne__courses__slider article .imageContainer ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: -6px;
  bottom: -5px;
}
.pageProductTemplateOne__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;
}
.pageProductTemplateOne__courses__slider article .imageContainer ul li + li {
  margin-top: 3.45px;
}
.pageProductTemplateOne__courses__slider article .textContainer ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6.15px;
  margin-bottom: 1rem;
}
.pageProductTemplateOne__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;
}
.pageProductTemplateOne__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;
}
.pageProductTemplateOne__whoCanInvest {
  background: #f7f8f7;
}
.pageProductTemplateOne__whoCanInvest .textContainer {
  margin-bottom: 3rem;
}
.pageProductTemplateOne__whoCanInvest__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.pageProductTemplateOne__whoCanInvest__list__item {
  width: calc(50% - 2rem);
  position: relative;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .pageProductTemplateOne__whoCanInvest__list__item {
    width: calc(25% - 2rem);
  }
}
.pageProductTemplateOne__whoCanInvest__list__item img {
  display: block;
  margin: 0 auto 1rem auto;
}
.pageProductTemplateOne__whoCanInvest__list__item .imgBox {
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 1rem auto;
  width: 30px;
  height: 30px;
}
.pageProductTemplateOne__whoCanInvest__list__item span {
  display: block;
  text-align: center;
  color: #091b1e;
  font-family: "Itau Display Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.pageProductTemplateOne__whoCanInvest__list__item.fade span {
  color: #bcbcbc;
}
.pageProductTemplateOne__howToInvest__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 992px) {
  .pageProductTemplateOne__howToInvest__grid {
    flex-direction: row;
  }
}
.pageProductTemplateOne__howToInvest__grid > div {
  width: 100%;
}
.pageProductTemplateOne__howToInvest__grid > div:first-child {
  max-width: 522px;
}
.pageProductTemplateOne__howToInvest__grid > div:last-child {
  max-width: 549px;
}
.pageProductTemplateOne__howToInvest h2 {
  margin-bottom: 1.5rem;
}
.pageProductTemplateOne__howToInvest ul {
  position: relative;
  margin-bottom: 57px;
}
.pageProductTemplateOne__howToInvest ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 2px;
  height: calc(100% - 50px);
  background: #141e1f;
  z-index: -1;
  transform: translateY(-50%);
}
.pageProductTemplateOne__howToInvest ul li {
  display: flex;
  align-items: center;
}
.pageProductTemplateOne__howToInvest ul li + li {
  margin-top: 2.5rem;
}
.pageProductTemplateOne__howToInvest ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  margin-right: 37px;
  border: 2px solid #141e1f;
  border-radius: 50%;
  background: white;
  color: #091b1e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Itau Text Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.pageProductTemplateOne__settlementAndRedemption {
  background: #133134;
}
.pageProductTemplateOne__settlementAndRedemption * {
  color: white;
}
.pageProductTemplateOne__settlementAndRedemption img {
  max-width: 200px;
  margin-top: 2rem !important;
}
@media (min-width: 992px) {
  .pageProductTemplateOne__settlementAndRedemption img {
    max-width: unset;
    margin-top: auto !important;
  }
}
.pageProductTemplateOne__relatedProducts {
  background: #091b1e;
}
.pageProductTemplateOne__relatedProducts h2 {
  color: white;
  margin-bottom: 0;
}
.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) {
  .pageProductTemplateOne__relatedProducts__header {
    align-items: flex-end;
    flex-direction: row;
    gap: 10rem;
  }
}
.pageProductTemplateOne__relatedProducts__header > div:first-child * {
  color: white;
}
.pageProductTemplateOne__relatedProducts__header > div:first-child p {
  margin: 0;
}
.pageProductTemplateOne__relatedProducts--navContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .pageProductTemplateOne__relatedProducts--navContainer {
    width: 100%;
    justify-content: center;
  }
}
.pageProductTemplateOne__relatedProducts--navContainer > button {
  cursor: pointer;
}
.pageProductTemplateOne__relatedProducts--navContainer > button.slick-hidden {
  display: none !important;
}
.pageProductTemplateOne__relatedProducts--navContainer > button:focus {
  outline: 1px solid;
  outline-offset: 4px;
  outline-color: white;
}
.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;
}
.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;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots {
  position: inherit;
  flex-direction: row;
  transform: inherit;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 0;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li + li {
  margin-top: 0;
  margin-left: 0.5rem;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  padding: 0;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li button:focus {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li button:focus-visible {
  outline: 1px solid white;
  outline-offset: 4px;
}
.pageProductTemplateOne__relatedProducts--navContainer .slick-dots li.slick-active button {
  background: white;
}
.pageProductTemplateOne__relatedProducts__slider .slick-track {
  margin-left: unset !important;
}
.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) {
  .pageProductTemplateOne__relatedProducts__slider--item {
    min-height: 146px;
    max-width: 264px;
  }
}
.pageProductTemplateOne__relatedProducts__slider--item:focus {
  outline: 3px solid #a7cd3e;
  border-width: 3px;
}
.pageProductTemplateOne__relatedProducts__slider--item:hover rect {
  fill: white;
}
.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) {
  .pageProductTemplateOne__relatedProducts__slider--item span {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 1.5rem;
  }
}
.pageProductTemplateOne__relatedProducts__slider--item svg {
  display: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .pageProductTemplateOne__relatedProducts__slider--item svg {
    display: block;
  }
}
.pageProductTemplateOne__relatedProducts__slider--item svg rect {
  transition: 0.5s all;
}
.pageProductTemplateOne__disclaimer {
  background: #091b1e;
}
.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;
}