@keyframes boxAnim {
  0% {
    transform: translate(-50vw, 10vh);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes boxFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boxWrap {
  0% {
    transform: scale(0.25);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.graphic-investment .outer-grid {
  display: grid;
  position: relative;
  grid-template-columns: 3rem 1fr;
  opacity: 0;
  transition: opacity 2s ease;
}
@media all and (min-width: 48rem) {
  .graphic-investment .outer-grid {
    grid-template-columns: 1.5rem 1fr;
  }
}
.graphic-investment .outer-grid.x-animate {
  opacity: 1;
}
.graphic-investment .outer-grid.x-animate .boxes-wrap {
  animation-name: boxWrap;
}
.graphic-investment .outer-grid.x-animate .box {
  animation-name: boxAnim;
}
.graphic-investment .outer-grid.x-animate .box .copy {
  animation-name: boxFadeIn;
}
.graphic-investment .vertical {
  display: flex;
  align-items: center;
}
.graphic-investment .vertical .vertical-grid {
  height: 100%;
  display: grid;
  width: 1.5rem;
  padding-top: 1.5rem;
  margin-left: 1.125rem;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media all and (min-width: 48rem) {
  .graphic-investment .vertical .vertical-grid {
    display: none;
  }
}
.graphic-investment .vertical .vertical-grid > div {
  display: flex;
  align-items: center;
}
.graphic-investment .vertical .vertical-grid .copy {
  display: flex;
  font-size: 14px;
  position: absolute;
  justify-content: center;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-60%, 0);
}
.graphic-investment .vertical .title::after {
  left: -0.375rem;
  font-size: 1.125rem;
  position: absolute;
  transform-origin: top left;
  content: "Investment Horizon";
  transform: rotate(-90deg) translate(-50%, 0);
}
@media all and (min-width: 48rem) {
  .graphic-investment .vertical .title::after {
    content: "Prospective Returns";
  }
}
.graphic-investment .horizontal {
  grid-column: 1/span 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.graphic-investment .horizontal .horizontal-grid {
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media all and (max-width: 47.9375rem) {
  .graphic-investment .horizontal .horizontal-grid {
    display: none;
  }
}
.graphic-investment .horizontal .horizontal-grid .copy {
  position: absolute;
  padding-right: 1.5rem;
  top: 0;
  right: 0;
}
.graphic-investment .horizontal .horizontal-grid .box {
  display: block;
  position: relative;
  height: 1.5rem;
}
.graphic-investment .horizontal .horizontal-grid .box1, .graphic-investment .horizontal .horizontal-grid .box2, .graphic-investment .horizontal .horizontal-grid .box3 {
  width: calc(75% - 1rem);
}
.graphic-investment .horizontal .horizontal-grid .box4 {
  width: 100%;
}
.graphic-investment .horizontal .investment {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.graphic-investment .horizontal .investment .title::after {
  text-align: center;
  content: "Prospective Returns";
}
@media all and (min-width: 48rem) {
  .graphic-investment .horizontal .investment .title::after {
    content: "Investment Horizon";
  }
}
.graphic-investment .boxes-wrap {
  position: relative;
  animation-duration: 2s;
  animation-timing-function: ease;
  transform-origin: bottom left;
}
.graphic-investment .boxes-wrap .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  transform: rotate(0deg);
  border-width: 0 0.4063rem 0.875rem 0.4063rem;
  border-color: transparent transparent #000000 transparent;
}
.graphic-investment .boxes-wrap .triangle.up {
  top: -0.25rem;
  left: -0.3125rem;
}
.graphic-investment .boxes-wrap .triangle.right {
  bottom: -0.3125rem;
  right: -0.5rem;
  transform: rotate(90deg);
}
.graphic-investment .boxes {
  overflow: hidden;
  padding-top: 1.5rem;
  position: relative;
  color: #FFFFFF;
  padding-right: 1.5rem;
  border-left: 0.125rem solid #003149;
  border-bottom: 0.125rem solid #003149;
}
.graphic-investment .boxes .box {
  width: 90%;
  height: 100%;
  padding-top: 0.75rem;
  position: relative;
  padding-right: 1.5rem;
  animation-duration: 2s;
  animation-timing-function: ease;
  transition: all 1s ease, color 0s linear;
}
@media all and (max-width: 26.1875rem) {
  .graphic-investment .boxes .box {
    width: 100%;
  }
}
@media all and (min-width: 48rem) {
  .graphic-investment .boxes .box {
    width: 75%;
  }
  .graphic-investment .boxes .box .box1 {
    margin-top: -1.75rem;
  }
  .graphic-investment .boxes .box .box2, .graphic-investment .boxes .box .box3 {
    margin-top: -3rem;
  }
}
.graphic-investment .boxes .box .copy {
  opacity: 0;
  display: block;
  font-size: 2.5vw;
  line-height: 1.5;
  text-align: right;
  padding-left: 1.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@media all and (max-width: 26.1875rem) {
  .graphic-investment .boxes .box .copy {
    font-size: 3.5vw;
  }
}
@media all and (min-width: 48rem) {
  .graphic-investment .boxes .box .copy {
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 64rem) {
  .graphic-investment .boxes .box .copy {
    font-size: 1rem;
  }
}
.graphic-investment .boxes .box .copy span.title {
  text-transform: uppercase;
  font-size: 3vw;
}
@media all and (max-width: 26.1875rem) {
  .graphic-investment .boxes .box .copy span.title {
    font-size: 4vw;
  }
}
@media all and (min-width: 48rem) {
  .graphic-investment .boxes .box .copy span.title {
    font-size: 1.25rem;
  }
}
.graphic-investment .boxes .box .copy span {
  display: block;
  text-align: right;
  position: relative;
}
.graphic-investment .boxes .box .copy .time-frames {
  position: relative;
  right: 0;
  font-weight: bold;
}
.graphic-investment .boxes .box1 {
  background-color: #003149;
  animation-delay: 1s;
}
.graphic-investment .boxes .box1 > .copy {
  animation-delay: 2s;
}
.graphic-investment .boxes .box2 {
  background-color: #1E5E8F;
  animation-delay: 0.5s;
}
.graphic-investment .boxes .box2 > .copy {
  animation-delay: 1.5s;
}
.graphic-investment .boxes .box3 {
  background-color: #2D8AD2;
  animation-delay: 0.25s;
}
.graphic-investment .boxes .box3 > .copy {
  animation-delay: 1s;
}
.graphic-investment .boxes .box4 {
  background-color: #70B0E1;
  width: 100%;
}/*# sourceMappingURL=graphic-investment.css.map */