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

.pageWhereToInvest__monthlyLetters h2, .pageWhereToInvest__video h2, .pageWhereToInvest__investorProfile h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageWhereToInvest__monthlyLetters h2, .pageWhereToInvest__video h2, .pageWhereToInvest__investorProfile h2 {
    font-size: 40px;
    line-height: 57px;
  }
}
.pageWhereToInvest__monthlyLetters {
  padding: 4rem 0 3rem 0;
  background: #f7f8f7;
}
.pageWhereToInvest__monthlyLetters h3 {
  margin-bottom: 3rem;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageWhereToInvest__monthlyLetters h3 {
    font-size: 40px;
    line-height: 57px;
  }
}
@media (min-width: 768px) {
  .pageWhereToInvest__monthlyLetters__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row;
  }
}
.pageWhereToInvest__monthlyLetters__list > div {
  width: 100%;
}
@media (min-width: 768px) {
  .pageWhereToInvest__monthlyLetters__list > div {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .pageWhereToInvest__monthlyLetters__list > div {
    width: calc(33.3333333333% - 30px);
  }
}
.pageWhereToInvest__monthlyLetters__list__item {
  padding: 2rem 1.5rem;
  border-radius: 12px;
  border: 1px solid #f7f8f7;
  background: white;
  box-shadow: 0px 12px 64px 0px rgba(28, 25, 25, 0.08);
  position: relative;
  height: 100%;
}
.pageWhereToInvest__monthlyLetters__list__item,
.pageWhereToInvest__monthlyLetters__list__item * {
  transition: all 0.3s;
}
.pageWhereToInvest__monthlyLetters__list__item h3 {
  color: #091b1e;
  text-align: center;
  font-family: "Itau Display Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: block;
  margin-bottom: 1rem;
}
.pageWhereToInvest__monthlyLetters__list__item p {
  color: #141e1f;
  text-align: center;
  font-family: "Itau Text Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.pageWhereToInvest__monthlyLetters__list__item a {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #141e1f;
}
.pageWhereToInvest__monthlyLetters__list__item:hover {
  background: #091b1e;
}
.pageWhereToInvest__monthlyLetters__list__item:hover h3 {
  color: #a7cd3e;
}
.pageWhereToInvest__monthlyLetters__list__item:hover p,
.pageWhereToInvest__monthlyLetters__list__item:hover a {
  color: white;
}
.pageWhereToInvest__monthlyLetters__list--navContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  position: relative;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .pageWhereToInvest__monthlyLetters__list--navContainer {
    display: none !important;
  }
}
.pageWhereToInvest__monthlyLetters__list--navContainer > button {
  cursor: pointer;
}
.pageWhereToInvest__monthlyLetters__list--navContainer > button:focus {
  outline: 1px solid;
  outline-offset: 4px;
}
.pageWhereToInvest__monthlyLetters__list--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='%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;
}
.pageWhereToInvest__monthlyLetters__list--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='%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;
  z-index: 10;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots {
  position: inherit;
  flex-direction: row;
  transform: inherit;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 0;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li:focus {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li:focus-visible {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li + li {
  margin-top: 0;
  margin-left: 0.5rem;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #091b1e;
  padding: 0;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li button:focus {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li button:focus-visible {
  outline: 1px solid #091b1e;
  outline-offset: 4px;
}
.pageWhereToInvest__monthlyLetters__list--navContainer .slick-dots li.slick-active button {
  background: #091b1e;
}
.pageWhereToInvest__video {
  padding: 2rem 0 2.5rem 0;
}
@media (min-width: 992px) {
  .pageWhereToInvest__video {
    padding: 4rem 0 5rem 0;
  }
}
.pageWhereToInvest__video .textContainer {
  margin-bottom: 3rem;
}
.pageWhereToInvest__video .textContainer h3 {
  margin-bottom: 2rem;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageWhereToInvest__video .textContainer h3 {
    font-size: 40px;
    line-height: 57px;
  }
}
.pageWhereToInvest__video .textContainer > *:last-child {
  margin-bottom: 0;
}
.pageWhereToInvest__video iframe {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  max-height: 250px;
}
@media (min-width: 992px) {
  .pageWhereToInvest__video iframe {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .pageWhereToInvest__investorProfile {
    padding-bottom: 100px;
  }
}
.pageWhereToInvest__investorProfile .container {
  background: #091b1e;
}
@media (min-width: 992px) {
  .pageWhereToInvest__investorProfile .container {
    background: transparent;
  }
}
.pageWhereToInvest__investorProfile__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .pageWhereToInvest__investorProfile__grid {
    flex-direction: row;
  }
}
@media (max-width: 1199px) {
  .pageWhereToInvest__investorProfile__grid .btn {
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .pageWhereToInvest__investorProfile__grid img {
    width: 171px;
  }
}
.pageWhereToInvest__investorProfile__grid > div {
  width: 100%;
}
@media (min-width: 992px) {
  .pageWhereToInvest__investorProfile__grid > div {
    min-height: 512px;
  }
}
.pageWhereToInvest__investorProfile__grid > div:first-child {
  padding: 32px 0 49px 0;
  background: #091b1e;
}
@media (min-width: 992px) {
  .pageWhereToInvest__investorProfile__grid > div:first-child {
    padding: 2rem 5rem;
  }
}
@media (min-width: 992px) {
  .pageWhereToInvest__investorProfile__grid > div:last-child {
    background: linear-gradient(0deg, #dfe6e1 0%, #dfe6e1 100%), url(<path-to-image>), lightgray -22.624px 0px/131.789% 100% no-repeat;
  }
}
.pageWhereToInvest__investorProfile__grid > div:last-child {
  min-height: 512px;
  background-position: center !important;
  background-size: 338px !important;
  background-repeat: no-repeat !important;
}
.pageWhereToInvest__investorProfile__grid .textContainer h2 {
  color: white;
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: 30px;
  line-height: normal;
}
@media (min-width: 992px) {
  .pageWhereToInvest__investorProfile__grid .textContainer h2 {
    font-size: 40px;
    line-height: 57px;
  }
}
@media (min-width: 1200px) {
  .pageWhereToInvest__investorProfile__grid .textContainer h2 {
    margin-bottom: 2rem;
  }
}
.pageWhereToInvest__investorProfile__grid .textContainer p {
  color: white;
  font-weight: 300;
  margin-bottom: 44px;
}