/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
.history-of-growth {
  position: relative;
  padding: 0 0 4.6875rem;
  color: #ffffff;
  background-color: #1a1a1a;
}
.history-of-growth .history-of-growth-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .history-of-growth-inner {
    flex-direction: row;
  }
}
.history-of-growth .history-of-growth-inner .date-container {
  width: 100%;
  position: relative;
  height: 170px;
  align-self: center;
}
@media screen and (max-width: 1023px) {
  .history-of-growth .history-of-growth-inner .date-container {
    position: sticky;
    top: 56px;
    background-color: #1a1a1a;
    z-index: 9;
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .history-of-growth-inner .date-container {
    align-self: flex-start;
    min-height: 700px;
    width: 32.25rem;
  }
}
.history-of-growth .history-of-growth-inner .date-container.sticky {
  position: sticky;
  top: 150px;
  z-index: 9;
  background-color: #1a1a1a;
}
@media screen and (max-width: 1023px) {
  .history-of-growth .history-of-growth-inner .date-container.sticky {
    top: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .history-of-growth-inner .date-container.sticky {
    z-index: unset;
    background-color: transparent;
  }
}
.history-of-growth .breadcrumb__container {
  position: relative;
  z-index: 2;
  max-width: 78.75rem;
  padding: 1.5625rem 1.875rem 0;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .breadcrumb__container {
    padding: 3.15625rem 1.875rem 0;
  }
}
.history-of-growth .breadcrumb__container a,
.history-of-growth .breadcrumb__container .active {
  color: #ffffff;
}
.history-of-growth h1 {
  position: relative;
  z-index: 2;
  max-width: 71.625rem;
  margin: 0 auto;
  padding: 3.75rem 1.875rem 5.65625rem;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .history-of-growth h1 {
    padding: 6.25rem 1.875rem 15.75rem;
  }
}
.history-of-growth .gate {
  display: none;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .gate {
    display: block;
    position: absolute;
    left: calc((100vw - 82rem) / 2 + 20px);
    z-index: 1;
    width: 33.125rem;
    height: 53.75rem;
    background-color: #1a1a1a;
    transition: all 0.5s linear;
  }
  .history-of-growth .gate:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 200px;
    background-color: var(--active-brand-color);
    transform: rotate(-53.5deg);
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .gate-top {
    top: -548px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 467px);
  }
  .history-of-growth .gate-top:after {
    top: 522px;
    left: 209px;
  }
  .history-of-growth .gate-top.animate {
    transform: translate(0px, 304px);
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .gate-bottom {
    top: 500px;
    clip-path: polygon(0 0, 100% calc(100% - 467px), 100% 100%, 0 100%);
  }
  .history-of-growth .gate-bottom:after {
    top: 2px;
    left: 135px;
  }
  .history-of-growth .gate-bottom.animate {
    transform: translate(0px, -304px);
  }
}
.history-of-growth .year {
  position: absolute;
  left: calc((100vw - 78rem) / 2 + 20px);
  width: 100%;
  clip-path: polygon(97px 0, 100% 0, 100% calc(100% - 101px), calc(100% - 75px) 100%, 0 100%, 0 131px);
  transition: transform 0.2s ease;
  transition: opacity 0s linear 0.5s;
  visibility: hidden;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .history-of-growth .year {
    width: 400px;
  }
}
@media screen and (max-width: 455px) {
  .history-of-growth .year {
    width: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .year {
    right: unset;
    left: calc((100vw - 78rem) / 2 + 20px);
    width: 32.25rem;
    height: 53.75rem;
    transform: translate(0);
    visibility: hidden;
    position: absolute;
    top: 0;
  }
}
.history-of-growth .year:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5rem;
  bottom: 0;
  left: -5rem;
  margin: -5rem;
  border: 2px solid var(--active-brand-color);
  transform: rotate(-53.5deg);
  transition: all 1s linear;
}
@media screen and (max-width: 1023px) {
  .history-of-growth .year:after {
    right: 3px;
    left: 25px;
    margin: -37px;
  }
}
@media screen and (max-width: 455px) {
  .history-of-growth .year:after {
    right: 3px;
    left: 25px;
    margin: -24px;
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .year:after {
    display: none;
  }
}
.history-of-growth .year.current {
  visibility: visible;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .year.current {
    transform: translate(0);
  }
}
.history-of-growth .year.past {
  transform: translate(-150vw);
  visibility: hidden;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .year.past {
    transform: translate(0);
  }
}
.history-of-growth .year h2 {
  margin: 0;
  font-size: 9.375rem;
  font-weight: 500;
  letter-spacing: -0.046875rem;
  line-height: 10.625rem;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}
@media screen and (max-width: 1023px) {
  .history-of-growth .year h2 {
    font-size: 6.375rem;
  }
}
@media screen and (max-width: 455px) {
  .history-of-growth .year h2 {
    line-height: 8.625rem;
    font-size: 5.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .year h2 {
    position: relative;
    top: 2.0625rem;
    left: -23.1712rem;
    font-size: 13.75rem;
    letter-spacing: -0.09375rem;
    line-height: 7.625rem;
    transform: rotate(-90deg);
    transform-origin: right;
  }
}
.history-of-growth .content-container {
  max-width: 75rem;
  height: 100%;
  margin: 12.8125rem auto 0;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container {
    height: 100%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container {
    margin: 0 auto;
  }
}
.history-of-growth .content-container .year-container {
  margin-left: auto;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container {
    max-width: 40.625rem;
  }
}
.history-of-growth .content-container .year-container:last-child {
  margin: 0 0 -1.59375rem auto;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container:last-child {
    margin: 0 0 -5.53125rem auto;
  }
}
.history-of-growth .content-container .year-container .timeline-item {
  position: relative;
  padding: 2.21875rem 1.875rem 5rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item {
    margin-right: 0.625rem;
    padding: 0 0 8.125rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item:nth-child(2) {
  padding: 0 1.875rem 5rem;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item:nth-child(2) {
    padding: 0 0 8.125rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item:last-child {
  padding: 0 1.875rem 6.28125rem;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item:last-child {
    padding: 0 0 9.375rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item .date {
  position: relative;
  z-index: 1;
  margin: 0 0 1.375rem;
  padding: 0 0.8125rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.3125rem;
  line-height: 0.8125rem;
  background-color: #1a1a1a;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item .date {
    margin: 0 0 2.5rem;
    font-size: 1rem;
    letter-spacing: 0.3125rem;
    line-height: 1.375rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item img,
.history-of-growth .content-container .year-container .timeline-item video,
.history-of-growth .content-container .year-container .timeline-item .video-player {
  order: -1;
  width: 100%;
  margin: 0 0 1.875rem;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item img,
  .history-of-growth .content-container .year-container .timeline-item video,
  .history-of-growth .content-container .year-container .timeline-item .video-player {
    order: 0;
    margin: 0 0 1.5625rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item video,
.history-of-growth .content-container .year-container .timeline-item .video-player {
  width: 100%;
}
.history-of-growth .content-container .year-container .timeline-item .content-copy {
  position: relative;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy {
    position: initial;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy:after {
  content: "";
  position: absolute;
  top: -1.75rem;
  right: 0;
  left: 0;
  border-top: 1.5px solid #ffffff;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy:after {
    top: 0.625rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3 {
  margin: 0 0 0.9375rem;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3 {
    margin: 0 0 0.3125rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.small {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.small {
    font-size: 40px;
    letter-spacing: 0.2px;
    line-height: 44px;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.small .arrow-button a .arrow-button__text {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.small .arrow-button a .arrow-button__text {
    font-size: 40px;
    letter-spacing: 0.2px;
    line-height: 44px;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.small .arrow-button a .icon-container {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.small .arrow-button a .icon-container {
    width: 40px;
    height: 40px;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.small .arrow-button a .icon-container svg {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.small .arrow-button a .icon-container svg {
    width: 40px;
    height: 40px;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.12px;
  line-height: 28px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small {
    font-size: 32px;
    letter-spacing: 0.04px;
    line-height: 38px;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small .arrow-button a .arrow-button__text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.12px;
  line-height: 28px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small .arrow-button a .arrow-button__text {
    font-size: 32px;
    letter-spacing: 0.04px;
    line-height: 38px;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small .arrow-button a .icon-container {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small .arrow-button a .icon-container {
    width: 2rem;
    height: 2rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small .arrow-button a .icon-container svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy h3.x-small .arrow-button a .icon-container svg {
    width: 2rem;
    height: 2rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item .content-copy p {
  margin: 0;
  padding: 0 0 1.84375rem;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item .content-copy p {
    padding: 0 0 2.1875rem;
  }
}
.history-of-growth .content-container .year-container .timeline-item .quote {
  padding: 0.90625rem 0 0;
  border-top: 1px solid #bebebe;
}
@media screen and (min-width: 1440px) {
  .history-of-growth .content-container .year-container .timeline-item .quote {
    padding: 1.78125rem 0 0;
  }
}
.history-of-growth .content-container .year-container .timeline-item .quote .quote-mark {
  display: block;
  padding: 2.625rem 0 1.0625rem;
  font-size: 5.25rem;
  font-weight: 500;
  letter-spacing: -0.02625rem;
  line-height: 0;
}
.history-of-growth .content-container .year-container .timeline-item .quote .quote-text {
  padding: 0 0 1.25rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.013125rem;
  line-height: 1.5rem;
}
.history-of-growth .content-container .year-container .timeline-item .quote .quote-text p {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.013125rem;
  line-height: 1.5rem;
}
.history-of-growth .content-container .year-container .timeline-item .quote .quote-text p:last-of-type {
  display: inline;
}
.history-of-growth .content-container .year-container .timeline-item .quote .quote-text p a {
  margin: 0 0 0 0.5rem;
  color: #ffffff;
  font-style: normal;
}
.history-of-growth .content-container .year-container .timeline-item .quote .quote-text a {
  margin: 0 0 0 0.5rem;
  color: #ffffff;
  font-style: normal;
}
.history-of-growth .content-container .year-container .timeline-item .quote p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.00125rem;
  line-height: 1.375rem;
}
.history-of-growth .content-container .year-container .timeline-item .quote p .source {
  font-style: italic;
  font-weight: 300;
}