.root___25QxH {
  position: relative; }

.imageLoaded___M7IXT .imageWrapper___3VIQU:before {
  transform: scaleX(1); }

.imageLoaded___M7IXT .image___3SzoN,
.imageLoaded___M7IXT .playBtn___28Y4D {
  clip: rect(0 100vw 200vh 0); }

.imageWrapper___3VIQU {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%; }
  .imageWrapper___3VIQU:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #587bd7;
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    transform: scaleX(0); }

.image___3SzoN {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image___3SzoN,
.playBtn___28Y4D {
  clip: rect(0 0vw 200vh 0);
  transition: clip 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.playBtn___28Y4D {
  border: 0;
  text-indent: -999em;
  padding: 0; }
  .playBtn___28Y4D:hover:before {
    opacity: 0.8;
    transform: scale(0.9, 0.84); }
  .playBtn___28Y4D, .playBtn___28Y4D:before, .playBtn___28Y4D:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .playBtn___28Y4D:before, .playBtn___28Y4D:after {
    content: ''; }
  .playBtn___28Y4D:before {
    background-color: rgba(28, 27, 27, 0.6);
    transition-property: opacity, transform, all;
    transition-duration: 0.3s; }
  .playBtn___28Y4D:after {
    background-image: url(/static/images/common/play-btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 5rem 5rem; }

@media (min-width: 992px) {
  .root___25QxH {
    padding-right: 7.5em; } }

.image___BWXE4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover; }

.active___3q03e {
  z-index: 2;
  clip: rect(auto 100vw auto auto);
  animation: slideInRight___9zcga 1s cubic-bezier(0.33, 0, 0, 1); }

.last___3dMVl {
  z-index: 1; }

@keyframes slideInRight___9zcga {
  0% {
    clip: rect(auto 0vw auto auto);
    transform: translate3d(-5%, 0, 0); }
  100% {
    clip: rect(auto 100vw auto auto);
    transform: translate3d(0, 0, 0); } }

.images___2xZgp {
  position: relative;
  background: #f8f8f9;
  padding: 0 3rem 8rem; }
  .images___2xZgp:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(50% - 6rem);
    background-color: #fff;
    content: ''; }

.carousel___1rJLV {
  width: 100%;
  padding-top: 56.6%;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.controls___30LFi {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 1.4rem 0; }

.slideCount___2Mzs3 {
  font-size: 1.2rem;
  align-items: center;
  border-radius: 2.5rem;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  color: #999;
  display: flex;
  height: 4.2rem;
  justify-content: center;
  position: relative;
  width: 10rem; }
  .slideCount___2Mzs3 span {
    color: #000;
    margin-right: 0.3rem; }
  .slideCount___2Mzs3 svg {
    fill: none;
    left: 0;
    position: absolute;
    stroke: #000;
    top: 0;
    transform: rotate(180deg); }

.arrowPrev___3vv1f,
.arrowNext___1C-vW {
  background: none;
  border: none;
  display: inline-flex;
  overflow: hidden;
  padding: 0;
  width: 2rem; }
  .arrowPrev___3vv1f:focus, .arrowPrev___3vv1f:active,
  .arrowNext___1C-vW:focus,
  .arrowNext___1C-vW:active {
    outline: none; }
  .arrowPrev___3vv1f span,
  .arrowNext___1C-vW span {
    flex-shrink: 0;
    width: 2rem; }
  .arrowPrev___3vv1f svg,
  .arrowNext___1C-vW svg {
    fill: #000; }

@media (min-width: 992px) {
  .images___2xZgp {
    padding: 0 7.5rem; }
    .images___2xZgp:before {
      left: 7.5rem;
      width: calc(100% - 15rem);
      height: calc(50% - 16rem); }
  .imagesInner___69eGB {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 11rem 22rem; }
  .controls___30LFi {
    padding: 3rem 3rem 0; }
  .slideCount___2Mzs3 {
    font-size: 1.6rem;
    width: 12rem;
    height: 5rem; }
  .arrowPrev___3vv1f,
  .arrowNext___1C-vW {
    width: 4rem; }
    .arrowPrev___3vv1f span,
    .arrowNext___1C-vW span {
      width: 4rem;
      transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1); }
    .arrowPrev___3vv1f svg,
    .arrowNext___1C-vW svg {
      transition: transform 0.15s cubic-bezier(0.42, 0, 0.58, 1); }
      .arrowPrev___3vv1f svg:hover,
      .arrowNext___1C-vW svg:hover {
        transition-duration: 0.3s; }
    .arrowPrev___3vv1f:hover span,
    .arrowNext___1C-vW:hover span {
      transition-duration: 0.3s; }
  .arrowPrev___3vv1f span:last-child {
    opacity: 0; }
  .arrowPrev___3vv1f:hover span {
    transform: translateX(-4rem); }
    .arrowPrev___3vv1f:hover span:last-child {
      opacity: 1; }
  .arrowNext___1C-vW span {
    transform: translateX(-4rem); }
    .arrowNext___1C-vW span:first-child {
      opacity: 0; }
  .arrowNext___1C-vW:hover span {
    transform: translateX(0); }
    .arrowNext___1C-vW:hover span:first-child {
      opacity: 1; } }

.tabs___A5Itu {
  display: flex;
  width: 100%;
  flex-direction: column; }

.menu___2D7Pk {
  display: block;
  margin-top: 6rem;
  margin-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: inset 0 -0.2rem 0 0 rgba(28, 27, 27, 0.2);
  height: 5.4rem;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }

.wrapper___z_IZE {
  width: 100%;
  display: flex;
  white-space: nowrap; }

.item___2lh5U {
  outline: 0;
  border: 0;
  background-color: transparent;
  opacity: 0.3;
  padding: 1.5rem;
  margin-bottom: 4px;
  display: block;
  font-size: 1.6rem;
  font-family: "UberMoveText";
  line-height: 1;
  color: #000;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  box-shadow: inset 0 0 0 0;
  height: 5.4rem; }
  .item___2lh5U.active____5B5k {
    opacity: 1;
    box-shadow: inset 0 -0.2rem 0 0 #1c1b1b; }

.body___2vkh7 {
  padding: 0 3rem 6rem;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
  .body___2vkh7.transition___1nVT_ {
    opacity: 0; }

@media (min-width: 992px) {
  .menu___2D7Pk {
    padding: 0;
    height: auto;
    overflow: hidden; }
  .item___2lh5U {
    padding: 0 0 3rem;
    margin: 0 3rem; }
    .item___2lh5U:first-child {
      margin-left: 0; }
    .item___2lh5U:last-child {
      margin-right: 0; }
  .sidebar___1sHdo {
    flex-direction: row;
    justify-content: space-between; }
    .sidebar___1sHdo .menu___2D7Pk {
      min-width: 30rem;
      height: 100%;
      margin: 0;
      padding: 0;
      box-shadow: inset -0.2rem 0 0 rgba(28, 27, 27, 0.2); }
    .sidebar___1sHdo .wrapper___z_IZE {
      height: auto;
      flex-wrap: wrap; }
    .sidebar___1sHdo .item___2lh5U {
      height: inherit;
      width: 30rem;
      margin: 1.5rem 0;
      padding: 0.5rem 3rem 0.5rem 0.5rem;
      border-bottom: 0;
      font-size: 1.8rem;
      text-align: right; }
      .sidebar___1sHdo .item___2lh5U.active____5B5k {
        box-shadow: inset -0.2rem 0 0 0 #1c1b1b; }
      .sidebar___1sHdo .item___2lh5U:first-child {
        padding-left: 0.5rem; }
  .body___2vkh7 {
    padding: 0 0 0 7.5rem; } }

.features___2hcnh {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff; }

.featuresInner___SHdlx {
  width: 100%; }

.markdown___1wIj8 { }
  .markdown___1wIj8 a {
    color: #587bd7;
    transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .markdown___1wIj8 a:hover {
      opacity: 0.5; }

@media (min-width: 992px) {
  .features___2hcnh {
    flex-direction: row;
    justify-content: space-between; }
  .featuresInner___SHdlx {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 22rem 10%; } }

@media (min-width: 1440px) {
  .featuresInner___SHdlx {
    padding-right: 22rem;
    padding-left: 22rem; } }

.tabsContainer___1_hcS {
  background-color: #f8f8f9; }

@media (min-width: 992px) {
  .imageReveal___2w0Gl:before {
    content: '';
    background-color: #f8f8f9;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%; }
  .tabsContainer___1_hcS {
    padding-right: 7.5rem;
    padding-left: 7.5rem; } }

.button___2YGtj {
  background: none;
  border: none;
  outline: none;
  margin: 0 1rem 0 0;
  padding: 0;
  position: relative;
  cursor: pointer; }

.strokeCircle___3MZql {
  fill: rgba(255, 255, 255, 0);
  transition: fill 0.15s cubic-bezier(0.42, 0, 0.58, 1); }

.arrow___1utR7 {
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
  text-align: center;
  color: #fff;
  z-index: 2;
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden; }
  .arrow___1utR7 svg {
    flex: 0 0 100%; }

.progress___2rFKM {
  transform: rotate(-90deg); }

.progressValue___3nOu6 {
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  animation: progress___2rFKM 2s infinite alternate; }

@media (min-width: 992px) {
  .button___2YGtj:hover .arrow___1utR7 svg {
    transition-duration: 0.3s; }
  .button___2YGtj:hover .arrowLeft___2FBDV svg:first-child {
    opacity: 0;
    transform: translateX(-1.8rem); }
  .button___2YGtj:hover .arrowLeft___2FBDV svg:last-child {
    transform: translateX(-1.8rem); }
  .button___2YGtj:hover .arrowRight___3tc5M svg:first-child {
    transform: translateX(0); }
  .button___2YGtj:hover .arrowRight___3tc5M svg:last-child {
    opacity: 0;
    transform: translateX(1.8rem); }
  .arrow___1utR7 svg {
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1); }
  .arrowRight___3tc5M svg {
    transform: translateX(-1.8rem); } }

.root___2LFAR {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  color: #fff; }

.copyContainer___1lc57 {
  position: relative;
  max-width: 80rem;
  margin-right: 6rem;
  margin-left: 3rem;
  z-index: 1000;
  transform: translateY(2.25rem);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s; }
  .reveal___oJ1Xk .copyContainer___1lc57 {
    opacity: 1;
    transform: translateY(0); }

.copyTitle___1KqZ0 {
  margin: 0 0 2rem; }

.copyBody___3Aubj {
  margin: 0 0 4rem;
  color: #fff; }

.controlButtons___1A8UD {
  position: absolute;
  left: 3rem;
  bottom: 4rem;
  z-index: 2; }

.backgrounds___103yS {
  position: relative;
  clip: rect(0 0vw 100vh 0);
  transition: clip 1s 0.3s cubic-bezier(0.33, 0, 0, 1); }
  .reveal___oJ1Xk .backgrounds___103yS {
    clip: rect(0 100vw 100vh 0); }
  .backgrounds___103yS:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: black;
    opacity: 0.65; }

.backgrounds___103yS {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

@media (min-width: 768px) {
  .copyContainer___1lc57 {
    margin-left: 18.5rem;
    margin-right: 18.5rem; } }

@media (min-width: 992px) {
  .controlButtons___1A8UD {
    left: 4rem; } }

.partner___3QSUT {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem 0 3rem; }
  .partner___3QSUT:not(:last-child) {
    border-bottom: solid 0.1rem #e6e6e6; }
  .partner___3QSUT:last-child {
    padding-bottom: 8rem; }

.logo___1VTon {
  align-self: flex-start;
  max-width: 200px;
  max-height: 120px;
  flex: 0 0 100%;
  margin-bottom: 3rem;
  background: no-repeat center left; }
  .logo___1VTon img {
    visibility: hidden; }

.details___oEXKx {
  flex: 0 0 100%;
  margin: 0; }

.link___3RPpa {
  font-size: 1.6rem;
  color: #587bd7;
  display: inline-block;
  text-decoration: none;
  overflow-x: hidden; }
  .link___3RPpa:after {
    content: ' ';
    display: block;
    margin-top: 0.9rem;
    border-bottom: 1px solid #587bd7;
    width: 100%; }
  .link___3RPpa:hover:after {
    animation: linkHoverAnimation___3Tf2S 0.6s; }

@media (min-width: 992px) {
  .partner___3QSUT {
    padding: 7rem 0; }
    .partner___3QSUT:last-child {
      padding-bottom: 18rem; }
  .logo___1VTon {
    flex: 0 0 40%; }
  .details___oEXKx {
    flex: 0 0 60%; }
  .link___3RPpa {
    font-size: 1.8rem; } }

@keyframes linkHoverAnimation___3Tf2S {
  0% {
    transform: translateX(0%); }
  50% {
    transform: translateX(100%); }
  51% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

.category___3j09y {
  flex: 1 0;
  width: calc(100vw - 6rem);
  margin: 0 3rem; }
  .category___3j09y:first-child {
    margin-left: 0; }
  .category___3j09y:last-child {
    margin-right: 0; }

@media (min-width: 992px) {
  .category___3j09y {
    flex-basis: 100%;
    margin: 0;
    width: auto; } }

.partners___14Wle {
  background-color: #f8f8f9; }

.partnersTitle___3KpLw {
  margin: 0;
  padding: 8rem 3rem 0; }

@media (min-width: 992px) {
  .partners___14Wle {
    padding: 0; }
  .partnersInner___1pNtw {
    max-width: 992px;
    margin: 0 auto;
    padding: 0 3rem; }
  .partnersTitle___3KpLw {
    padding: 22rem 0 5rem; }
  .tabsBody___1GypA {
    padding-left: 0; } }

@media (min-width: 992px) {
  .imageReveal___3PpN1:before {
    content: '';
    background-color: #f8f8f9;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%; } }

.arrow___3NWBa {
  background: none;
  border: none;
  bottom: 7rem;
  cursor: pointer;
  left: 50%;
  outline: none;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.2s ease-in-out;
  width: 1.5rem;
  height: 2.2rem; }
  .arrow___3NWBa:focus, .arrow___3NWBa:active {
    outline: none; }
  .arrow___3NWBa svg {
    fill: #fff;
    transform: rotate(90deg); }

@media (min-width: 992px) {
  .arrow___3NWBa {
    width: 2rem;
    transition: transform 0.15s cubic-bezier(0.42, 0, 0.58, 1); }
    .arrow___3NWBa:hover {
      transition-duration: 0.3s;
      transform: translateX(-50%) scale(1.1) translateY(10px);
      transform-origin: center; } }

.slide___2n8Rx {
  display: inline-block; }
  .slide___2n8Rx:focus {
    outline: none; }

.image___1PNuc {
  width: 100vw;
  height: 63vw;
  background-position: center center;
  background-size: cover;
  opacity: 0; }
  .image___1PNuc img {
    visibility: hidden;
    max-width: none;
    width: auto;
    height: auto; }

.heading___26vkF {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.text___3qISc {
  opacity: 0; }

.description___2X4Si {
  display: inline-block;
  padding: 9rem 3rem 15rem;
  opacity: 0; }

.p___22cui {
  margin: 0; }

.year___2hfe- {
  font-size: 1.4rem; }
  .year___2hfe- > span {
    color: #587bd7;
    font-family: "UberMove"; }

.slick-slide div:focus {
  outline: none; }

@media (min-width: 992px) {
  .slide___2n8Rx {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
    padding: 0 21rem 10rem;
    max-width: 1440px;
    margin: 0 auto; }
  .image___1PNuc {
    position: relative;
    width: 30rem;
    height: 30rem;
    display: flex;
    flex: 1 0 auto; }
  .description___2X4Si {
    padding: 0 0 0 5rem;
    position: relative; }
  .heading___26vkF {
    font-size: 2.4rem; } }

@media (min-width: 1440px) {
  .year___2hfe- {
    font-size: 1.6rem; }
  .heading___26vkF {
    font-size: 4rem; } }

.closeButton___2nuZr {
  background: none;
  border: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  height: 5rem;
  outline: none;
  padding: 0;
  position: absolute;
  right: 3rem;
  top: 13rem;
  width: 5rem;
  z-index: 1100; }
  .closeButton___2nuZr:before, .closeButton___2nuZr:after {
    background: #fff;
    content: '';
    left: 50%;
    height: 0.1rem;
    position: absolute;
    top: 50%;
    width: 2rem; }
  .closeButton___2nuZr:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .closeButton___2nuZr:after {
    transform: translate(-50%, -50%) rotate(-45deg); }

@media (min-width: 992px) {
  .closeButton___2nuZr {
    right: inherit;
    left: calc(50% - 2.5rem);
    top: calc(50% - 27.5rem); } }

.root___3fRbZ {
  display: block; }

.category___3B_PL {
  color: #000;
  font-family: "UberMoveText";
  font-weight: 200;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block; }
  .alt___JlC9Z .category___3B_PL {
    color: #fff; }

.date___117nk {
  font-size: 1rem;
  color: #999; }
  .date___117nk:before {
    content: '|';
    color: #999;
    margin-right: 1rem;
    margin-left: 1rem; }
  .alt___JlC9Z .date___117nk {
    color: #fff; }
    .alt___JlC9Z .date___117nk:before {
      color: #fff; }

@media (min-width: 992px) {
  .category___3B_PL,
  .date___117nk {
    font-size: 1.2rem; }
    .large___2OHhg .category___3B_PL, .large___2OHhg
    .date___117nk {
      font-size: 1.8rem; } }

.background___37OrL {
  background: #f8f8f9; }

.meta___38ozs {
  padding: 13rem 3rem 3rem; }

.image___bIp6M {
  width: 100%; }

.cropBox___3kDI7 {
  position: relative;
  overflow: hidden; }
  .cropBox___3kDI7 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .cropBox___3kDI7:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%; }

.title___32KSg {
  font-size: 4rem;
  margin-top: 3rem; }

.bodyContainer___1elJL {
  background: #fff;
  padding: 8rem 3rem; }

.hasPlayBtn___3Elzk {
  position: relative;
  display: block; }
  .hasPlayBtn___3Elzk:after {
    content: '';
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/static/images/common/play-btn.svg);
    background-repeat: none;
    background-position: center center;
    background-size: contain;
    z-index: 2; }

@media (min-width: 992px) {
  .container___2iMhd {
    width: 100%;
    background: #f8f8f9;
    position: relative;
    margin-right: 18.5rem; }
    .container___2iMhd:before {
      content: '';
      background: #fff;
      height: 100%;
      position: absolute;
      top: 0;
      width: calc(100% - (((100%-1440px) / 2) + 26rem)); }
    .container___2iMhd:after {
      content: '';
      width: 100%;
      height: 16rem;
      background: #f8f8f9;
      position: absolute;
      top: 0;
      left: 0; }
  .innerContainer___1z10y {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .meta___38ozs {
    padding: 22rem 18rem; }
  .title___32KSg {
    font-size: 6rem; }
  .image___bIp6M {
    position: relative;
    padding-left: 18.5rem;
    margin-right: 18.5rem;
    width: auto; }
    .image___bIp6M:before {
      content: '';
      width: 100%;
      height: 25%;
      background: #f8f8f9;
      position: absolute;
      top: 0;
      left: 0; }
  .bodyContainer___1elJL {
    margin-right: 18.5rem;
    padding: 14rem 30rem; } }

@media (min-width: 1440px) {
  .image___bIp6M:before {
    left: inherit;
    right: 0;
    width: 120%; } }

.root___3OajS {
  text-decoration: none;
  background: none;
  outline: 0;
  border: 0; }

.figure___25ic5 {
  margin: 1.5rem 0;
  border: 1px solid rgba(151, 151, 151, 0.1);
  cursor: pointer;
  transition: border 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
  .figure___25ic5 .title___1gXFM {
    transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
  .figure___25ic5:hover {
    border: 1px solid #c7c7c7; }

.image___zsUXe {
  background-color: #000; }

.details___3hrIY {
  padding: 4rem; }

.titleContainer___1Z5vF {
  margin-top: 2rem; }

.title___1gXFM {
  font-size: 2rem;
  line-height: 1.5;
  color: #000; }

@media (min-width: 992px) {
  .figure___25ic5 {
    margin: 1.5rem; }
  .title___1gXFM {
    font-size: 2.4rem; } }

.root___of2fA {
  display: block; }

.button___gskzP {
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1.8rem;
  color: #000;
  width: auto;
  transition: color 0.3s; }
  .button___gskzP.active___3S4IL, .button___gskzP:hover {
    color: #587bd7; }

.divider___2u_CK {
  font-size: 1.8rem;
  padding: 0 1rem; }

.tablet___1KObE {
  display: none; }

.dropdown___hUK1r {
  font-size: 1.6rem;
  color: #587bd7;
  padding: 2rem 3rem 2rem 1rem;
  border: 0;
  outline: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right center; }

@media (min-width: 768px) {
  .tablet___1KObE {
    display: block; }
  .mobile___s6ASz {
    display: none; } }

.figure___3HD_q {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  overflow: hidden; }
  .figure___3HD_q:hover .arrow___3HSaJ {
    opacity: 1; }
  .figure___3HD_q:hover .image___17GHU {
    transform: scale(1.1); }

.details___Jjj3R {
  background: #1c1b1b;
  margin: 3rem;
  padding: 3rem;
  position: relative;
  z-index: 2; }

.titleContainer___exLWQ {
  margin-top: 2rem;
  margin-bottom: 4rem; }

.title___3T_SN {
  font-size: 2rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.arrow___3HSaJ {
  width: 4rem;
  fill: #fff;
  opacity: 0.8;
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1); }

.image___17GHU {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media (min-width: 768px) {
  .titleContainer___exLWQ {
    width: 100%;
    display: inline-block; }
  .title___3T_SN {
    font-size: 2.4rem; }
  .arrow___3HSaJ {
    display: inline-block; } }

@media (min-width: 1440px) {
  .card___HB4dG {
    margin-bottom: 12rem; }
  .details___Jjj3R {
    width: 40rem;
    height: 40rem;
    margin: 6rem;
    margin-left: auto;
    padding: 4rem; }
  .image___17GHU {
    height: auto; }
  .arrow___3HSaJ {
    position: absolute;
    bottom: 4rem;
    left: 4rem; } }

.button___2lhcV {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 2em; }
  .button___2lhcV:focus, .button___2lhcV:active {
    outline: none; }
  .button___2lhcV svg {
    fill: #fff; }
  .button___2lhcV span {
    width: 2rem; }

.label___2XYj- > div {
  display: inline-block; }

.arrow____Jzpt {
  overflow: hidden;
  display: inline-flex;
  width: 2rem; }
  .arrow____Jzpt span {
    flex-shrink: 0;
    width: 2rem; }

@media (min-width: 992px) {
  .button___2lhcV .arrow____Jzpt {
    padding-top: 0.8rem;
    width: 4rem; }
    .button___2lhcV .arrow____Jzpt span {
      width: 4rem;
      transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1); }
    .button___2lhcV .arrow____Jzpt.arrowLeft___2DR-U span:last-child {
      opacity: 0; }
    .button___2lhcV .arrow____Jzpt.arrowRight___2smNU span {
      transform: translateX(-4rem); }
      .button___2lhcV .arrow____Jzpt.arrowRight___2smNU span:first-child {
        opacity: 0; }
  .button___2lhcV:hover .arrow____Jzpt span {
    transition-duration: 0.3s; }
  .button___2lhcV:hover .arrow____Jzpt.arrowLeft___2DR-U span {
    transform: translateX(-4rem); }
    .button___2lhcV:hover .arrow____Jzpt.arrowLeft___2DR-U span:last-child {
      opacity: 1; }
  .button___2lhcV:hover .arrow____Jzpt.arrowRight___2smNU span {
    transform: translateX(0); }
    .button___2lhcV:hover .arrow____Jzpt.arrowRight___2smNU span:first-child {
      opacity: 1; } }

.detail___22QmW {
  color: #fff;
  height: 100%;
  overflow: hidden;
  padding: 10rem 0 0;
  position: relative; }

.arrowPrev___1YK85,
.arrowNext___DOXB- {
  background: none;
  border: none;
  position: absolute;
  top: calc(12rem + (100vw * 0.625));
  width: 2rem; }
  .arrowPrev___1YK85:focus, .arrowPrev___1YK85:active,
  .arrowNext___DOXB-:focus,
  .arrowNext___DOXB-:active {
    outline: none; }
  .arrowPrev___1YK85 svg,
  .arrowNext___DOXB- svg {
    fill: #fff; }
  .arrowPrev___1YK85 .label___35lMv,
  .arrowNext___DOXB- .label___35lMv {
    display: none; }

.arrowPrev___1YK85 {
  left: 3rem; }

.arrowNext___DOXB- {
  right: 3rem; }

.navigation___3Aswu {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: calc(12rem + (100vw * 0.625));
  width: 100%; }
  .navigation___3Aswu ul {
    align-items: center;
    display: inline-flex;
    margin: 0;
    padding: 0.5rem 0 0;
    height: 1.7rem; }
  .navigation___3Aswu li {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    list-style: none;
    margin: 0 0.5rem;
    transform: scale(0.5);
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    height: 1.2rem;
    width: 1.2rem; }
    .navigation___3Aswu li.active___3KYU5 {
      background: none;
      border: 0.1rem solid #587bd7;
      border-radius: 50%;
      transform: scale(1); }
      .navigation___3Aswu li.active___3KYU5 .dotButton___TfnkX:after {
        padding: 1rem;
        top: -0.5rem;
        left: -0.5rem; }
    .navigation___3Aswu li .dotButton___TfnkX {
      position: relative;
      background: none;
      border: none;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 100%;
      outline: none;
      padding: 0;
      width: 100%; }
      .navigation___3Aswu li .dotButton___TfnkX:after {
        position: absolute;
        content: '';
        padding: 2rem;
        top: -1.25rem;
        left: -1.25rem; }
      .navigation___3Aswu li .dotButton___TfnkX:focus {
        outline: none; }

.circle___njna2 {
  display: none; }

@media (min-width: 992px) {
  .detail___22QmW {
    position: relative; }
  .circle___njna2 {
    border: 0.1rem solid #587bd7;
    border-radius: 50%;
    display: block;
    height: 50rem;
    left: 50%;
    opacity: 0.3;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 50rem; }
  .arrowPrev___1YK85,
  .arrowNext___DOXB- {
    top: 50%;
    transform: translateY(-50%);
    width: 4rem; }
    .arrowPrev___1YK85 .label___35lMv,
    .arrowNext___DOXB- .label___35lMv {
      display: block;
      font-size: 1.4rem; }
  .arrowPrev___1YK85 {
    left: 7.5rem;
    text-align: left; }
  .arrowNext___DOXB- {
    right: 7.5rem;
    text-align: right; }
  .navigation___3Aswu {
    bottom: 14rem;
    top: inherit; }
    .navigation___3Aswu li:hover:not(.active___3KYU5) {
      background: #587bd7; } }

.slick-track {
  display: block;
  position: relative; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.1rem; }

.slick-initialized.slick-slide {
  display: block; }

.headingGroup___2U4vz {
  text-align: center; }

.year___1I192,
.subhead___3_BqS {
  opacity: 0; }
  .year___1I192 > *,
  .subhead___3_BqS > * {
    color: #fff;
    margin: 0; }

.marker___rbL-S {
  background: #fff;
  height: 0.6rem;
  margin-top: 4.7rem;
  transform: rotate(45deg);
  width: 0.6rem; }

.milestone___1GrKJ {
  cursor: pointer;
  position: relative; }
  .milestone___1GrKJ .text___2pNJ- {
    font-size: 1rem;
    line-height: 2.2rem;
    margin: 0;
    padding-top: 3.5rem;
    position: relative;
    text-align: center; }
    .milestone___1GrKJ .text___2pNJ- .quarter___3-Bn8 {
      color: #587bd7;
      font-size: 1.4rem; }

.circle___1SjQA {
  border: 1px solid #587bd7;
  border-radius: 10rem;
  height: 10rem;
  position: relative;
  width: 10rem; }
  .circle___1SjQA svg {
    display: none; }

.plus___3WBhm {
  position: absolute;
  height: 2rem;
  left: 5rem;
  top: 5rem;
  transform: translate(-50%, -50%);
  width: 2rem; }
  .plus___3WBhm:before, .plus___3WBhm:after {
    background-color: #fff;
    content: ' ';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .plus___3WBhm:before {
    height: 0.1rem;
    width: 2rem; }
  .plus___3WBhm:after {
    height: 2rem;
    width: 0.1rem; }

.line___28yL6 {
  background-color: #fff;
  content: ' ';
  height: 3.4rem;
  left: 50%;
  position: absolute;
  top: 10rem;
  transform: translate(-50%, -50%);
  width: 0.1rem; }

@media (min-width: 992px) {
  .milestone___1GrKJ {
    transform-origin: center 32%; }
    .milestone___1GrKJ .text___2pNJ- {
      margin-left: 40%;
      padding-top: 3rem;
      text-align: left;
      width: 150%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .milestone___1GrKJ .text___2pNJ- .name___3TiF7 {
        opacity: 0; }
  .odd___1MCDP {
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(-7.5rem);
    transform-origin: center 72%; }
    .odd___1MCDP .text___2pNJ- {
      padding: 0 0 3rem;
      flex-direction: column-reverse; }
    .odd___1MCDP .plus___3WBhm {
      top: 12.5rem; }
    .odd___1MCDP .line___28yL6 {
      top: 8rem; }
  .circle___1SjQA {
    border: none; }
    .circle___1SjQA svg {
      display: block; }
      .circle___1SjQA svg circle:first-child {
        opacity: 0.3; } }

.navigation___P3s8W ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }

.navigation___P3s8W li {
  display: inline-block;
  list-style: none;
  margin: 0 1rem; }

.bullet___11sAO {
  background: #fff;
  border-radius: 50%;
  height: 1.2rem;
  width: 1.2rem;
  transform: scale(0.5);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1); }
  .bullet___11sAO.active___3TovY {
    background: none;
    border: 1px solid #587bd7;
    border-radius: 50%;
    transform: scale(1); }

@media (min-width: 992px) {
  .navigation___P3s8W {
    display: none; } }

.slide___2NTZC {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative; }

.timeline___2w88P {
  background: #1c1b1b;
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 400%; }
  .timeline___2w88P .line___ef0OA {
    background: #587bd7;
    content: '';
    height: 0.1rem;
    opacity: 0.3;
    position: absolute;
    top: 28%;
    transform: translateY(-50%);
    left: 0;
    width: 100%; }

@media (min-width: 992px) {
  .timeline___2w88P {
    padding: 0 10rem;
    position: absolute;
    top: 50%;
    width: 100%; }
    .timeline___2w88P:before {
      top: 27.5%; } }

.slick-slider,
.slick-list,
.slick-track {
  height: 100%; }

.main___3IYBm {
  color: #fff;
  height: 100vh;
  overflow: hidden;
  padding: 10rem 0 15rem;
  position: relative; }
  .main___3IYBm [role='button'] {
    position: absolute;
    top: 11rem;
    width: 3rem; }
  .main___3IYBm .buttonL___2i9Gb {
    left: 0;
    margin-left: 5rem;
    text-align: left; }
  .main___3IYBm .buttonR___C_AXN {
    margin-right: 5rem;
    right: 0;
    text-align: right; }

.slick-slide > div {
  height: 100%; }

@media (min-width: 992px) {
  .main___3IYBm {
    padding: 14rem 0; }
    .main___3IYBm [role='button'] {
      font-size: 1.4rem;
      top: 50%;
      transform: translateY(4px);
      width: 5rem; } }

.hero___1blzr {
  background: #1c1b1b;
  color: #fff;
  position: relative; }

.scrollArrow___QU0zH {
  color: #fff; }

@media (min-width: 992px) {
  .hero___1blzr {
    height: 100vh; } }

.faq___3258f {
  background-color: #f8f8f9;
  padding: 8rem 3rem; }

.heading___2iFTV {
  margin: 0 0 4rem; }

.header___1SimD {
  cursor: pointer;
  padding-right: 5rem;
  margin-bottom: 3rem;
  position: relative; }
  .header___1SimD:focus {
    outline: none; }

.item___2nmna {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: 2rem;
  width: 100%; }
  .item___2nmna:last-child {
    border: none;
    margin: 0; }

.circleButton___2_4kL {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1rem #000;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  width: 3rem; }
  .circleButton___2_4kL.isActive___2ie_A {
    box-shadow: inset 0 0 0 3rem #000;
    transform: translateY(-50%) rotate(45deg); }
    .circleButton___2_4kL.isActive___2ie_A:before, .circleButton___2_4kL.isActive___2ie_A:after {
      background-color: #fff; }
  .circleButton___2_4kL:before, .circleButton___2_4kL:after {
    background-color: #000;
    content: '';
    height: 1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem; }
  .circleButton___2_4kL:before {
    width: 0.1rem; }
  .circleButton___2_4kL:after {
    height: 0.1rem; }

.question___3ZoG6 {
  color: #000; }

.answer___YD0nv {
  color: #999; }

@media (min-width: 992px) {
  .faq___3258f {
    padding: 0; }
  .faqInner___1lxml {
    max-width: 992px;
    margin: 0 auto;
    padding: 18rem 3rem; }
  .heading___2iFTV {
    margin-bottom: 8rem; }
  .item___2nmna {
    margin-bottom: 4rem; }
  .circleButton___2_4kL {
    height: 5rem;
    width: 5rem; }
    .circleButton___2_4kL:after {
      width: 1.8rem; }
    .circleButton___2_4kL:before {
      height: 1.8rem; }
  .header___1SimD {
    padding-right: 7.5rem;
    margin-bottom: 4rem; }
    .header___1SimD:hover .circleButton___2_4kL {
      border: 0;
      box-shadow: inset 0 0 0 3rem #000;
      transition-duration: 0.3s; }
      .header___1SimD:hover .circleButton___2_4kL:before, .header___1SimD:hover .circleButton___2_4kL:after {
        background-color: #fff; } }

.rc-collapse-anim-active {
  transition: height 0.3s cubic-bezier(0.42, 0, 0.58, 1); }

.rc-collapse-content {
  height: 0;
  overflow: hidden; }
  .rc-collapse-content-active {
    height: auto; }

.root___2Iim1 {
  position: relative; }

.wrapper___2TJhY {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }

.cover___2T6O2,
.player___29-vd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wrapper___2TJhY,
.cover___2T6O2:before {
  background-color: #000; }

.overlay___VAsM6 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35); }

.cover___2T6O2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer; }
  .cover___2T6O2:before {
    content: '';
    opacity: 0.6;
    position: absolute; }
  .cover___2T6O2 h2 {
    font-size: 3rem;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: "UberMove";
    font-weight: 500;
    margin: 0 0 1rem; }

.coverText___2dbTI {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; }

.buttonText___3IFPu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .buttonText___3IFPu p {
    font-size: 1.6rem;
    margin: 0 2rem;
    white-space: nowrap; }
  .buttonText___3IFPu svg {
    width: 3rem;
    height: 3rem; }
  .buttonText___3IFPu .arrow___3fhqp {
    display: inline-flex;
    height: 0.8rem;
    overflow: hidden;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem; }
    .buttonText___3IFPu .arrow___3fhqp svg {
      fill: #fff;
      flex: 0 0 100%;
      height: 0.8rem;
      transform: translateX(-100%);
      width: 0.8rem; }

@media (min-width: 992px) {
  .cover___2T6O2 h2 {
    font-size: 6rem;
    margin-bottom: 2rem; }
  .buttonText___3IFPu p {
    font-size: 2.4rem; }
  .buttonText___3IFPu svg {
    width: 5rem;
    height: 5rem; }
  .buttonText___3IFPu .arrow___3fhqp {
    height: 1.5rem;
    right: 1.5rem;
    width: 1.5rem; }
    .buttonText___3IFPu .arrow___3fhqp svg {
      height: 1.5rem;
      width: 1.5rem;
      transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1); }
      .buttonText___3IFPu .arrow___3fhqp svg:first-child {
        opacity: 0; }
  .buttonText___3IFPu:hover .arrow___3fhqp svg {
    transition-duration: 0.3s;
    transform: translateX(0); }
    .buttonText___3IFPu:hover .arrow___3fhqp svg:first-child {
      opacity: 1; }
    .buttonText___3IFPu:hover .arrow___3fhqp svg:last-child {
      opacity: 0; } }

.grayBackground___2ygWp {
  background-color: #f8f8f9; }

.container___W7tzu {
  background-color: #fff; }

.cardContainer___3MgpM {
  width: 100%;
  flex: 100%; }

.featuredCardContainer___UUvwY {
  width: 100%; }

.cards___2DeyQ {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8rem 0; }

.blogFiltersContainer___mn6pu {
  width: 100%;
  padding: 6rem 0; }

.loadMore___2KYNd {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 0 0; }

@media (min-width: 992px) {
  .grayBackground___2ygWp {
    position: relative; }
    .grayBackground___2ygWp:before {
      content: '';
      background-color: #fff;
      height: 15rem;
      position: absolute;
      width: 100%; }
  .timeLapse___nlEC_ {
    padding-right: 7.5rem; }
  .container___W7tzu {
    background-color: #f8f8f9;
    position: relative;
    margin-right: 18.5rem; }
    .container___W7tzu:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: #fff; }
  .containerInner___fJAXo {
    background-color: #fff;
    max-width: 1440px;
    margin: 0 auto; }
  .cards___2DeyQ {
    position: relative;
    width: 100%;
    padding: 18rem 17.5rem 18rem 11rem; }
  .featuredCardContainer___UUvwY {
    padding: 1.5rem; }
  .blogFiltersContainer___mn6pu {
    padding: 12rem 1.5rem; }
  .cardContainer___3MgpM {
    flex: 0 0 50%; }
  .loadMore___2KYNd {
    padding: 8rem 0 0; } }

.number___1Xl7f {
  font-size: 4rem;
  color: #587bd7;
  margin-bottom: 1rem;
  font-family: "UberMove"; }

.title___81nY- {
  font-size: 1.6rem; }

@media (min-width: 992px) {
  .number___1Xl7f {
    font-size: 6rem; }
  .title___81nY- {
    font-size: 1.8rem; } }

.counters___2R3wx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.countersMessage___1OVeQ {
  color: #999;
  font-size: 1.8rem;
  margin-top: 6rem;
  margin-bottom: 3rem; }

.counterContainer___3Mq2e {
  flex: 1 0 100%;
  margin-bottom: 4rem; }

@media (min-width: 768px) {
  .counterContainer___3Mq2e {
    flex: 1 0 auto;
    margin-bottom: 0; }
  .imageReveal___3GEEn:before {
    content: '';
    background-color: #f8f8f9;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%; } }

@media (min-width: 992px) {
  .countersMessage___1OVeQ {
    margin-top: 8rem; } }

