.ap-statistics-slider {
	position: relative;
	
	.ap-statistics-slider__item {
		min-height: 100vh;
		text-align: center;
		display: flex;
		align-items: center;

		.ap-statistics-slider__item-content {
			max-width: 675px;
		}

		.subtitle {
			font-size: 19px;
			line-height: 25px;
			text-transform: uppercase;
			font-family: 'GTAmerica-Light';

			@media screen and (min-width: 768px) {
				font-size: 22px;
			}
		}

		.title {
			font-size: 45px;
			line-height: 30px;
			margin: 0;
			margin-top: 48px;

			@media screen and (min-width: 768px) {
				font-size: 68px;
				line-height: 50px;
			}
		}

		.description {
			font-size: 25px;
			line-height: 30px;
			margin: 0;
			margin-top: 16px;

			@media screen and (min-width: 768px) {
				font-size: 45px;
				line-height: 50px;
			}
		}
	}
}

.ap-statistics-slider__navigation {
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;

    .slick-arrow {
      cursor: pointer;

      @media screen and (max-width: 991px) {
        width: 22px;
      }

      &.slick-disabled {
        opacity: .3;
      }
    }

    .slick-next {
      right: 0;
      position: absolute;
      top: 0;
    }
}

.ap-statistics-slider__pagingInfo {
    font-family: 'GTAmerica-Light';
    font-size: 15px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);

    @media screen and (min-width: 768px) {
      font-size: 19px;
    }

    @media screen and (min-width: 992px) {
      font-size: 22px;
    }
}