.bwdcs-content-switcher {
	display: inline-flex;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-tab .bwdcs-content-title {
	color: #34495e;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: .7px;
	font-weight: 500;
	padding: 0px;
	transition: .6s linear;
	transform: scale(.8);
	transform-origin: center center;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-tab .bwdcs-content-title.active-title {
	color: #009432;
	letter-spacing: 2px;
	transform: scale(1);
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-box {
	position: relative;
	margin-block-end: 40px;
	text-align: center;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-box i {
	font-size: 110px;
	color: #0097e6;
	text-align: center;
	width: 100%;
	margin-block-end: 15px;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-box .bwdcs-switcher-img {
	position: relative;
	margin: 0 auto;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-box .bwdcs-switcher-img img {
	width: 100%;
	height: 100%;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-box .bwdcs-switcher-content {
	background: #1e1e1e;
	color: #fff;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-box .bwdcs-switcher-content .bwdcs-switcher-name {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 5px;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-box .bwdcs-switcher-content .bwdcs-switcher-post {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-area {
	position: relative;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-area .bwdcs-switcher-content-wrraper {
	transition: .7s linear;
	transform: rotateY(90deg);
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
	visibility: hidden;
	overflow: hidden;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-area .bwdcs-switcher-content-item {
	transition: .7s linear;
	transform: rotateY(0deg);
	position: relative;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
	margin: 0;
	visibility: visible;
	overflow: hidden;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-area.bwdcs-change-item {
	position: relative;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-item {
	transition: .7s linear;
	transform: rotateY(90deg);
	visibility: hidden;
	overflow: hidden;
}

.bwdcs-content-switcher-1-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-wrraper {
	transition: .7s linear;
	transform: rotateY(0deg);
	margin: 0;
	visibility: visible;
	overflow: hidden;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-tab {
	-webkit-margin-after: 40px;
	margin-block-end: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher-2-area .bwdcs-switcher-content-tab {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher-2-area .bwdcs-switcher-content-tab {
		flex-wrap: nowrap;
	}
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-tab .bwdcs-content-title {
	font-size: 18px;
	font-weight: 600;
	color: #1e1e1e;
	text-transform: capitalize;
	transition: .3s linear;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-tab .bwdcs-content-title.active-title {
	color: #009432;
	letter-spacing: 2px;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box {
	background: #a3b3c9;
	border-radius: 15px;
	-webkit-margin-after: 30px;
	margin-block-end: 30px;
	padding: 50px 25px;
	text-align: center;
	transition: .3s linear;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 0;
	block-size: 100%;
	background: #c8d9f1;
	border-radius: 15px;
	z-index: -1;
	transition: .3s;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box:hover::before {
	width: 100%;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box:hover {
	transform: translateY(-20px);
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box i {
	font-size: 110px;
	color: #0097e6;
	text-align: center;
	width: 100%;
	margin-block-end: 15px;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box .bwdcs-switcher-img {
	inline-size: 155px;
	block-size: 155px;
	margin: 0 auto 30px;
	-webkit-animation: bwdcs-content 10s linear infinite alternate forwards;
	animation: bwdcs-content 10s linear infinite alternate forwards;
	overflow: hidden;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box .bwdcs-switcher-img img {
	inline-size: 100%;
	block-size: 100%;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box:hover .bwdcs-switcher-content {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: bwdcs-content-switcher-2;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box .bwdcs-switcher-name {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	-webkit-margin-after: 5px;
	margin-block-end: 5px;
	text-transform: capitalize;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-box .bwdcs-switcher-post {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: .3px;
	color: #6e6e6e;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-area .bwdcs-switcher-content-wrraper {
	display: none !important;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-item {
	display: none !important;
	transition: .8s linear;
}

.bwdcs-content-switcher-2-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-wrraper {
	display: flex !important;
	transition: .8s linear;
}

.bwdcs-content-switcher-3-area {
	padding-top: 25px;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab .bwdcs-content-switcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab .bwdcs-content-switcher {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab .bwdcs-content-switcher {
		flex-wrap: nowrap;
	}
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab .bwdcs-content-switcher .bwdcs-content-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}

.bwdcs-content-switcher-3-area {
	overflow: hidden;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block-end: 30px;
	line-height: 50px;
	position: relative;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab {
		flex-wrap: nowrap;
	}
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab .bwdcs-content-title {
	color: #000;
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 600;
	transition: .3s linear;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-tab .bwdcs-content-title.active-title {
	color: #009432;
	letter-spacing: 2px;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area {
	position: relative;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, .16) 0px 3px 6px, rgba(0, 0, 0, .23) 0px 3px 6px;
	background-color: #f0f0f0;
	padding: 30px;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline-end: 250%;
	block-size: 100%;
	inline-size: 100%;
	background: rgba(255, 255, 255, .3);
	z-index: 1;
	transform: skew(45deg);
	transition: 1.5s;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-box i {
	font-size: 110px;
	color: #0097e6;
	text-align: center;
	width: 100%;
	margin-block-end: 15px;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box .bwdcs-switcher-img {
	filter: grayscale(100%);
	transition: .4s;
	overflow: hidden;
	position: relative;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box .bwdcs-switcher-content {
	background: #fb8500;
	color: #fff;
	text-align: center;
	padding: 15px 15px 5px;
	position: absolute;
	inset-block-end: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	transform: perspective(800px) rotateY(90deg);
	transform-origin: right;
	transition: 1s;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box .bwdcs-switcher-name {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	margin-block-end: 5px;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box .bwdcs-switcher-post {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .5px;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box:hover::before {
	inset-inline-end: -250%;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box:hover .bwdcs-switcher-img {
	filter: grayscale(0);
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-box:hover .bwdcs-switcher-content {
	transform: perspective(400px) rotateY(0deg);
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-item {
	position: relative;
	transform: translateY(0%);
	transition: .5s linear;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-content-wrraper {
	transform: translateX(-100%);
	visibility: hidden;
	transition: .5s linear;
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area .bwdcs-switcher-img img {
	inline-size: 100%;
	block-size: 100%;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-item {
	transform: translateY(100%);
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
}

.bwdcs-content-switcher-3-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-wrraper {
	transform: translateX(0%);
	visibility: visible;
	display: flex !important;
	margin: 0;
}

.bwdcs-content-switcher-4-area {
	padding-top: 25px;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-end: 30px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher-4-area .bwdcs-switcher-content-tab {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher-4-area .bwdcs-switcher-content-tab {
		flex-wrap: nowrap;
	}
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-tab .bwdcs-content-title {
	color: #34495e;
	font-size: 17px;
	text-transform: capitalize;
	letter-spacing: .3px;
	font-weight: 600;
	transition: .3s linear;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-tab .bwdcs-content-title.active-title {
	color: #009432;
	letter-spacing: 1px;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-box {
	background: #f0f0f0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, .16) 0px 3px 6px, rgba(0, 0, 0, .23) 0px 3px 6px;
	padding: 20px;
	transition: .3s linear;
	transform: translateY(0);
	margin-block-end: 40px;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-box:hover {
	transform: translateY(-20px);
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-img {
	margin-block-end: 30px;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: bwdcs-content-switcher4-img;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-icon {
	-webkit-margin-after: 10px;
	margin-block-end: 10px;
	inline-size: 55px;
	block-size: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e67e22;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 15px;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: bwdcs-content-switcher5-icon;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-name {
	color: #34495e;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .7px;
	font-weight: 700;
	line-height: 1;
	-webkit-margin-after: 5px;
	margin-block-end: 5px;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-post {
	font-size: 14px;
	line-height: 26px;
	color: #484848;
	font-weight: 400;
	letter-spacing: .8px;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area {
	position: relative;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area .bwdcs-switcher-content-wrraper {
	transform: scale(0);
	transform-origin: bottom center;
	transition: .4s linear;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area .bwdcs-switcher-content-item {
	transform: scale(1);
	transition: .4s linear;
	transform-origin: top center;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area.bwdcs-change-item {
	position: relative;
	margin-left: 15px;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-item {
	transform: scale(0);
	transform-origin: top center;
	transition: .4s linear;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-content-wrraper {
	transform: scale(1);
	transition: .4s linear;
	transform-origin: bottom center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-icon {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: bwdcs-content-switcher5;
}

.bwdcs-content-switcher-4-area .bwdcs-switcher-content-area.bwdcs-change-item .bwdcs-switcher-img {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: bwdcs-content-switcher4;
}

.bwdcs-content-switcher.bwdcs-content-sw-1 .bwdcs-switcher-btn {
	margin-inline: 15px;
	width: 100px;
	height: 25px;
	cursor: pointer;
	background-color: #fff;
	border: 2px solid #fb6ee5;
	border-radius: 30px;
	position: relative;
	transition: all .4s;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-1 .bwdcs-switcher-btn {
		margin-block: 8px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-1 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-1 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	inline-size: 40px;
	block-size: 40px;
	background-color: #fff;
	border: 10px solid #fb6ee5;
	z-index: 2;
	inset-inline-start: -5px;
	inset-block-start: 50%;
	transform: translateY(-50%);
	transition: all .35s;
	border-radius: 50px;
}

.bwdcs-content-switcher.bwdcs-content-sw-1 .bwdcs-switcher-btn.active {
	border-color: #b185e8;
}

.bwdcs-content-switcher.bwdcs-content-sw-1 .bwdcs-switcher-btn.active::before {
	inset-inline-start: calc(100% - 35px);
	border-color: #b185e8;
}

.bwdcs-content-switcher.bwdcs-content-sw-2 .bwdcs-switcher-btn {
	position: relative;
	transition: .4s;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .169) inset;
	border-radius: 30px;
	background: #f2f2f2;
	inline-size: 80px;
	block-size: 35px;
	margin-inline: 15px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-2 .bwdcs-switcher-btn {
		margin-block: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-2 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-2 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	block-size: 28px;
	inline-size: 30px;
	inset-inline-start: 4px;
	inset-block-start: 50%;
	transition: .4s;
	border-radius: 50%;
	background: #e88b00;
	transform: translateX(0) translateY(-50%);
}

.bwdcs-content-switcher.bwdcs-content-sw-2 .bwdcs-switcher-btn.active {
	background-color: #fdc0d0;
}

.bwdcs-content-switcher.bwdcs-content-sw-2 .bwdcs-switcher-btn.active::before {
	transform: translateX(40px) translateY(-50%);
	background: #ff3b6d;
}

.bwdcs-content-switcher.bwdcs-content-sw-3 .bwdcs-switcher-btn {
	margin-inline: 15px;
	inline-size: 80px;
	block-size: 40px;
	cursor: pointer;
	background: #315e7f;
	border-radius: 2px;
	position: relative;
	transition: all .4s;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-3 .bwdcs-switcher-btn {
		margin-block: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-3 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-3 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	inset-block-start: 50%;
	inset-inline-start: 3px;
	inline-size: 34px;
	block-size: 34px;
	background: #dfeaec;
	z-index: 2;
	border-radius: 2px;
	transition: all .35s;
	transform: translateY(-50%);
}

.bwdcs-content-switcher.bwdcs-content-sw-3 .bwdcs-switcher-btn.active {
	background: #e62962;
}

.bwdcs-content-switcher.bwdcs-content-sw-3 .bwdcs-switcher-btn.active::before {
	inset-inline-start: calc(100% - 37px);
	background: #73c4ff;
}

.bwdcs-content-switcher.bwdcs-content-sw-4 .bwdcs-content-switcher.bwdcs-switcher-btn {
	margin-inline: 15px;
	width: 100px;
	height: 8px;
	cursor: pointer;
	background: #315e7f;
	border-radius: 30px;
	position: relative;
	transition: all .4s;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-4 .bwdcs-content-switcher.bwdcs-switcher-btn {
		margin-block: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-4 .bwdcs-content-switcher.bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-4 .bwdcs-content-switcher.bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	inline-size: 50px;
	block-size: 20px;
	background: #e67e22;
	z-index: 2;
	inset-inline-start: -5px;
	inset-block-start: 50%;
	transform: translateY(-50%);
	transition: all .35s;
	border-radius: 50px;
}

.bwdcs-content-switcher.bwdcs-content-sw-4 .bwdcs-content-switcher.bwdcs-switcher-btn.active {
	background: #e67e22;
}

.bwdcs-content-switcher.bwdcs-content-sw-4 .bwdcs-content-switcher.bwdcs-switcher-btn.active::before {
	left: calc(100% - 42px);
	background: #315e7f;
}

.bwdcs-content-switcher.bwdcs-content-sw-5 .bwdcs-switcher-btn {
	margin-inline: 15px;
	width: 100px;
	height: 25px;
	cursor: pointer;
	background: #315e7f;
	border-radius: 5px;
	position: relative;
	transition: all .4s;
	box-shadow: rgba(0, 0, 0, 16%) 0px 3px 6px, rgba(0, 0, 0, 23%) 0px 3px 6px;
}

.bwdcs-content-switcher.bwdcs-content-sw-5 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	inline-size: 20px;
	block-size: 40px;
	background-color: #f0f0f0;
	box-shadow: rgba(0, 0, 0, 16%) 0px 3px 6px, rgba(0, 0, 0, 23%) 0px 3px 6px;
	z-index: 2;
	inset-inline-start: -5px;
	inset-block-start: 50%;
	transform: translateY(-50%);
	transition: all .35s;
	border-radius: 5px;
}

.bwdcs-content-switcher.bwdcs-content-sw-5 .bwdcs-switcher-btn.active {
	background: #e67e22;
}

.bwdcs-content-switcher.bwdcs-content-sw-5 .bwdcs-switcher-btn.active::before {
	left: calc(100% - 15px);
	background: #315e7f;
}

.bwdcs-content-switcher.bwdcs-content-sw-6 .bwdcs-switcher-btn {
	inline-size: 115px;
	block-size: 8px;
	background: #444;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	margin-inline: 15px;
}

.bwdcs-content-switcher.bwdcs-content-sw-6 .bwdcs-switcher-btn:before {
	content: "";
	inline-size: 40px;
	block-size: 40px;
	background: #fff;
	border: 5px solid #666;
	border-radius: 50%;
	inset-block-start: 50%;
	inset-inline-start: 0;
	transform: translateY(-50%);
	position: absolute;
	transition: .2s linear;
}

.bwdcs-content-switcher.bwdcs-content-sw-6 .bwdcs-switcher-btn:after {
	content: "";
	inline-size: 30px;
	block-size: 30px;
	background: #666;
	border-radius: 50%;
	inset-block-start: 50%;
	inset-inline-start: 10px;
	transform: scale(1) translateY(-50%);
	transform-origin: 50% 50%;
	position: absolute;
	transition: .2s linear;
}

.bwdcs-content-switcher.bwdcs-content-sw-6 .bwdcs-switcher-btn.active {
	background: #f3077e;
}

.bwdcs-content-switcher.bwdcs-content-sw-6 .bwdcs-switcher-btn.active::before {
	left: calc(100% - 35px);
}

.bwdcs-content-switcher.bwdcs-content-sw-6 .bwdcs-switcher-btn.active:after {
	left: 75px;
	transform: scale(0);
}

.bwdcs-content-switcher.bwdcs-content-sw-7 .bwdcs-switcher-btn {
	margin-inline: 15px;
	width: 100px;
	height: 25px;
	cursor: pointer;
	background-color: #109fff;
	border-radius: 5px;
	position: relative;
	transition: .4s;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 25%);
}

.bwdcs-content-switcher.bwdcs-content-sw-7 .bwdcs-switcher-btn:before {
	position: absolute;
	content: "";
	inline-size: 35px;
	block-size: 35px;
	background-color: #109fff;
	border: 10px solid #f0f0f0;
	z-index: 2;
	inset-inline-start: 5px;
	inset-block-start: 47%;
	transform: translateY(-53%);
	transition: .4s;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 16%) 0px 3px 6px, rgba(0, 0, 0, 23%) 0px 3px 6px;
}

.bwdcs-content-switcher.bwdcs-content-sw-7 .bwdcs-switcher-btn:after {
	border-radius: 13px;
	width: 85px;
	height: 13px;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	left: 8px;
	background-color: #0f71bd;
	box-shadow: inset 1px 1px 2px -1px black;
	content: "";
	transition: .4s;
}

.bwdcs-content-switcher.bwdcs-content-sw-7 .bwdcs-switcher-btn.active {
	background-color: #f47280;
}

.bwdcs-content-switcher.bwdcs-content-sw-7 .bwdcs-switcher-btn.active::before {
	left: calc(100% - 45px);
	background-color: #f47280;
}

.bwdcs-content-switcher.bwdcs-content-sw-7 .bwdcs-switcher-btn.active:after {
	background-color: #f47280;
}

.bwdcs-content-switcher.bwdcs-content-sw-8 .bwdcs-switcher-btn {
	inline-size: 100px;
	block-size: 15px;
	background-color: #ffec6b;
	position: relative;
	cursor: pointer;
	margin-inline: 15px;
}

.bwdcs-content-switcher.bwdcs-content-sw-8 .bwdcs-switcher-btn:before {
	position: absolute;
	content: "";
	inline-size: 30px;
	block-size: 30px;
	background-color: #f67c21;
	z-index: 2;
	inset-inline-start: 0px;
	inset-block-start: 50%;
	transform: translateY(-50%);
	transition: .4s;
}

.bwdcs-content-switcher.bwdcs-content-sw-8 .bwdcs-switcher-btn.active {
	background-color: #f67c21;
}

.bwdcs-content-switcher.bwdcs-content-sw-8 .bwdcs-switcher-btn.active::before {
	left: calc(100% - 30px);
	background-color: #ffec6b;
}

.bwdcs-content-switcher.bwdcs-content-sw-9 .bwdcs-switcher-btn {
	inline-size: 160px;
	block-size: 50px;
	background-color: #6e5773;
	position: relative;
	cursor: pointer;
	margin-inline: 15px;
	border-start-end-radius: 100px;
	border-end-end-radius: 100px;
	overflow: hidden;
	border: 2px solid #95a5a6;
}

.bwdcs-content-switcher.bwdcs-content-sw-9 .bwdcs-switcher-btn:before {
	position: absolute;
	content: "";
	inline-size: 40px;
	block-size: 35px;
	background-color: #ea9085;
	z-index: 2;
	inset-inline-start: 5px;
	inset-block-start: 50%;
	transition: .9s;
	transform: rotate(0deg) translateY(-50%);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 50%);
}

.bwdcs-content-switcher.bwdcs-content-sw-9 .bwdcs-switcher-btn.active::before {
	inset-inline-start: calc(100% - 50px);
	background-color: #d45d79;
	block-size: 40px;
	inline-size: 40px;
	border-radius: 50%;
	transform: rotate(360deg) translateY(-50%);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
}

.bwdcs-content-switcher.bwdcs-content-sw-10 .bwdcs-switcher-btn {
	position: relative;
	transition: .4s;
	border-radius: 30px;
	background: #dde1e2;
	inline-size: 130px;
	block-size: 45px;
	margin-inline: 15px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 45%), inset 5px 5px 9px rgba(94, 104, 121, 30%);
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-10 .bwdcs-switcher-btn {
		margin-block: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-10 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-10 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 150%;
	background: #f0f0f0;
	border-radius: 15px;
	transform: translate3d(-75%, 0, 0) translateY(-50%);
	transition: transform .4s cubic-bezier(.85, .05, .18, 1.35);
	box-shadow: -8px -4px 8px 0px rgba(235, 47, 6, .52), 8px 4px 12px 0px #d1d9e6;
	inset-block-start: 50%;
	inset-inline-start: 0px;
}

.bwdcs-content-switcher.bwdcs-content-sw-10 .bwdcs-switcher-btn.active::before {
	transform: translate3d(38%, 0, 0) translateY(-50%);
}

.bwdcs-content-switcher.bwdcs-content-sw-11 .bwdcs-switcher-btn {
	position: relative;
	inline-size: 135px;
	block-size: 40px;
	background: linear-gradient(0deg, #333, #000);
	outline: none;
	border-radius: 20px;
	margin-inline: 17px;
	box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px #000;
	transition: .4s linear;
	cursor: pointer;
}

.bwdcs-content-switcher.bwdcs-content-sw-11 .bwdcs-switcher-btn:before {
	content: "";
	position: absolute;
	inset-block-start: 50%;
	inset-inline-start: 0;
	inline-size: 70px;
	block-size: 40px;
	background: linear-gradient(0deg, #000, #6b6b6b);
	border-radius: 20px;
	box-shadow: 0 0 0 1px #232323;
	transform: scale(.98, .96) translateY(-50%);
	transition: .5s;
}

.bwdcs-content-switcher.bwdcs-content-sw-11 .bwdcs-switcher-btn:after {
	content: "";
	position: absolute;
	inset-block-start: calc(50% - 2px);
	inset-inline-start: 55px;
	width: 4px;
	height: 4px;
	background: linear-gradient(0deg, #6b6b6b, #000);
	border-radius: 50%;
	transition: .5s;
}

.bwdcs-content-switcher.bwdcs-content-sw-11 .bwdcs-switcher-btn.active {
	background: #083386;
}

.bwdcs-content-switcher.bwdcs-content-sw-11 .bwdcs-switcher-btn.active::before {
	inset-inline-start: calc(100% - 72px);
}

.bwdcs-content-switcher.bwdcs-content-sw-11 .bwdcs-switcher-btn.active::after {
	width: 0;
}

.bwdcs-content-switcher.bwdcs-content-sw-12 .bwdcs-switcher-btn {
	position: relative;
	transition: 1.4s cubic-bezier(.68, -.15, .265, 1.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .169) inset;
	border-radius: 30px;
	background: #f2f2f2;
	inline-size: 100px;
	block-size: 40px;
	margin-inline: 15px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-12 .bwdcs-switcher-btn {
		margin-block: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-12 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-12 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	block-size: 28px;
	inline-size: 30px;
	inset-inline-start: 4px;
	inset-block-end: 2px;
	inset-block-start: 6px;
	transition: 1.4s cubic-bezier(.68, -.15, .265, 1.35);
	border-radius: 50%;
	background: #fc3164;
}

.bwdcs-content-switcher.bwdcs-content-sw-12 .bwdcs-switcher-btn.active {
	transform: rotate(180deg);
}

.bwdcs-content-switcher.bwdcs-content-sw-12 .bwdcs-switcher-btn.active::before {
	transform: rotate(-357deg);
	background: #3dbf87;
	transform-origin: 130% 150%;
}

.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn {
	position: relative;
	border: 2px solid #333;
	transform: scale(1, 1);
	transition: .5s linear;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .169) inset;
	border-radius: 30px;
	background: #f2f2f2;
	inline-size: 100px;
	block-size: 45px;
	margin-inline: 15px;
	cursor: pointer;
	overflow: hidden;
}

.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn.active {
	border-color: transparent;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn {
		margin-block: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	block-size: 28px;
	inline-size: 30px;
	inset-inline-start: 4px;
	inset-block-end: 2px;
	inset-block-start: 50%;
	transition: .5s linear;
	border-radius: 50%;
	background: #333;
	transform: translateX(0) translateY(-50%);
}

.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 80px;
	height: 80px;
	transform: translate(-100%, -50%) scale(1);
	transform-origin: left;
	border-radius: 50%;
	transition: .6s linear;
	z-index: -1;
	background-color: #333;
}

.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn.active::after {
	transform: translate(-100%, -50%) scale(5);
}

.bwdcs-content-switcher.bwdcs-content-sw-13 .bwdcs-switcher-btn.active::before {
	transform: translateX(55px) translateY(-50%);
	background: #fff;
}

.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn {
	position: relative;
	transform: scale(1, 1);
	transition: .5s linear;
	background: linear-gradient(to bottom right, white, rgba(220, 220, 220, .5)), white;
	box-shadow: 0 0 0 2px #fbfbfb;
	border-radius: 113px;
	border: 4px solid #f0ebeb;
	inline-size: 161px;
	block-size: 45px;
	margin-inline: 15px;
	cursor: pointer;
}

.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn.active {
	border-color: transparent;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn {
		margin-block: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	width: 100% !important;
	height: 40px;
	background: #d13613;
	border-radius: 80px;
	cursor: pointer;
	box-shadow: inset 0 0 16px rgba(0, 0, 0, 30%);
	transition: background .5s;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn::after {
	position: absolute;
	content: "";
	top: 50%;
	left: -5px;
	width: 45px;
	transform: translateY(-50%);
	height: 45px;
	border: 1px solid #e5e5e5;
	background: repeating-radial-gradient(circle at 50% 50%, rgba(200, 200, 200, .2) 0%, rgba(200, 200, 200, .2) 2%, transparent 2%, transparent 3%, rgba(200, 200, 200, .2) 3%, transparent 3%), conic-gradient(white 0%, silver 10%, white 35%, silver 45%, white 60%, silver 70%, white 80%, silver 95%, white 100%);
	border-radius: 50%;
	box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 40%);
	transition: left .4s;
}

.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn.active::after {
	left: calc(100% - 50px + 5px);
}

.bwdcs-content-switcher.bwdcs-content-sw-14 .bwdcs-switcher-btn.active::before {
	background: #13d162;
}

.bwdcs-content-switcher.bwdcs-content-sw-15 .bwdcs-switcher-btn {
	position: relative;
	transition: .5s linear;
	inline-size: 110px;
	block-size: 45px;
	margin-inline: 12px;
	cursor: pointer;
	background: transparent !important;
}

.bwdcs-content-switcher.bwdcs-content-sw-15 .bwdcs-switcher-btn.active {
	border-color: transparent;
}

@media (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-15 .bwdcs-switcher-btn {
		margin-block: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bwdcs-content-switcher.bwdcs-content-sw-15 .bwdcs-switcher-btn {
		margin-block: 0px;
	}
}

.bwdcs-content-switcher.bwdcs-content-sw-15  .bwdcs-switcher-btn::before {
	position: absolute;
	content: "";
	block-size: 28px;
	inline-size: 30px;
	inset-inline-start: 4px;
	inset-block-end: 2px;
	inset-block-start: 50%;
	transform: translateY(-50%);
	transition: .4s;
	transition: .5s ease top, .5s ease left, .5s ease right, .5s ease width, .5s ease height, .5s ease border-color;
	border-radius: 50px;
	border: 3px solid red;
	z-index: 1;
	background: transparent !important;
}

.bwdcs-content-switcher.bwdcs-content-sw-15  .bwdcs-switcher-btn::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: .5s ease top, .5s ease left, .5s ease right, .5s ease width, .5s ease height, .5s ease border-color;
	border: 3px solid #143240;
	border-radius: 50px;
	z-index: 1;
	background: transparent !important;
}

.bwdcs-content-switcher.bwdcs-content-sw-15 .bwdcs-switcher-btn.active::before {
	width: 100%;
	height: 100%;
	border-color: #143240;
}

.bwdcs-content-switcher.bwdcs-content-sw-15 .bwdcs-switcher-btn.active::after {
	block-size: 28px;
	inline-size: 30px;
	border-color: red;
	border-radius: 50%;
}