.carousel-big-dots {
	padding: 60px 0;
	background: url(../../../images/bkg-graph-paper.jpg);
	background-position: center center;
}
@media (min-width: 821px) {
	.carousel-big-dots {
		padding: 120px 0;
	}
}
.carousel-big-dots .intro {
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
}
.carousel-big-dots .carousel .owl-stage-outer {
	padding: 60px 0;
}
@media (min-width: 1025px) {
	.carousel-big-dots .carousel .owl-stage-outer {
		padding: 90px 0;
	}
}
.carousel-big-dots .carousel .owl-item > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 821px) {
	.carousel-big-dots .carousel .owl-item > div {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
}
.carousel-big-dots .carousel .owl-item > div img {
	margin-bottom: 45px;
	padding: 0 20px;
	width: 70%;
}
@media (min-width: 821px) {
	.carousel-big-dots .carousel .owl-item > div img {
		margin-bottom: 0;
		width: 40%;
	}
}
@media (min-width: 1025px) {
	.carousel-big-dots .carousel .owl-item > div img {
		width: 35%;
	}
}
.carousel-big-dots .carousel .owl-item > div > div {
	padding: 0 20px;
	width: 60%;
}
@media (min-width: 821px) {
	.carousel-big-dots .carousel .owl-item > div > div {
		width: 30%;
	}
}
@media (min-width: 1025px) {
	.carousel-big-dots .carousel .owl-item > div > div {
		width: 20%;
	}
}
.carousel-big-dots .carousel .owl-item > div > div p {
	margin-bottom: 0;
}
.carousel-big-dots .carousel .owl-item:nth-child(even) > div {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
@media (min-width: 821px) {
	.carousel-big-dots .carousel .owl-item:nth-child(even) > div {
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: row-reverse;
	}
}
.carousel-big-dots .cta {
	text-align: center;
}
.carousel-big-dots .cta.big-dot-nav .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto;
	max-width: 600px;
}
.carousel-big-dots .cta.big-dot-nav .owl-dots .owl-dot {
	margin: 0 5px;
	width: 21%;
}
@media (min-width: 481px) {
	.carousel-big-dots .cta.big-dot-nav .owl-dots .owl-dot {
		margin: 0 15px;
	}
}
.carousel-big-dots .cta.big-dot-nav .owl-dots .owl-dot button {
	border: 2px solid transparent;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	background-color: transparent;
	font-weight: 700;
	font-size: 0.75rem;
}
@media (min-width: 481px) {
	.carousel-big-dots .cta.big-dot-nav .owl-dots .owl-dot button {
		font-size: 1rem;
	}
}
.carousel-big-dots .cta.big-dot-nav .owl-dots .owl-dot button:hover {
	cursor: pointer;
}
.carousel-big-dots .cta.big-dot-nav .owl-dots .owl-dot.active button {
	color: #ffffff;
}
.carousel-big-dots .cta.big-dot-nav .owl-dots .owl-dot button[data-bkg='blue'] {
	border-color: #0093b0;
}
.carousel-big-dots
	.cta.big-dot-nav
	.owl-dots
	.owl-dot.active
	button[data-bkg='blue'] {
	background-color: #0093b0;
}
.carousel-big-dots
	.cta.big-dot-nav
	.owl-dots
	.owl-dot
	button[data-bkg='green'] {
	border-color: #2da343;
}
.carousel-big-dots
	.cta.big-dot-nav
	.owl-dots
	.owl-dot.active
	button[data-bkg='green'] {
	background-color: #2da343;
}
.carousel-big-dots
	.cta.big-dot-nav
	.owl-dots
	.owl-dot
	button[data-bkg='yellow'] {
	border-color: #ffc222;
}
.carousel-big-dots
	.cta.big-dot-nav
	.owl-dots
	.owl-dot.active
	button[data-bkg='yellow'] {
	background-color: #ffc222;
}
.carousel-big-dots
	.cta.big-dot-nav
	.owl-dots
	.owl-dot
	button[data-bkg='orange'] {
	border-color: #e86e2f;
}
.carousel-big-dots
	.cta.big-dot-nav
	.owl-dots
	.owl-dot.active
	button[data-bkg='orange'] {
	background-color: #e86e2f;
}
.carousel-big-dots .carousel {
	background: url(../../../images/bkg-blue.png) no-repeat center center;
	background-size: cover;
}
.carousel-big-dots .carousel .owl-stage-outer {
	padding: 60px 0;
	background: url(../../../images/dots-carousel.svg) no-repeat center center;
	background-size: 95%;
}
@media (min-width: 1025px) {
	.carousel-big-dots .carousel .owl-stage-outer {
		padding: 90px 0;
		background-size: 85%;
	}
}
.carousel-big-dots .carousel .owl-item > div {
	color: #ffffff;
}
.carousel-big-dots .carousel .owl-carousel .owl-nav button.owl-prev i,
.carousel-big-dots .carousel .owl-carousel .owl-nav button.owl-next i {
	color: #ffffff;
}
