div.cw {
	font-family: 'Muller';
	/*font-size: 1.68rem;*/
	font-size: 18px;
	line-height: 1.5;
	color: #01225e;
	background: #ffffff;
	font-weight: 300;
	width: 100%;
}

.cw h1, h2{
	font-family: 'Muller' !important;
	line-height: 1.5 !important;
}
.cw h3{
	font-family: 'Muller' !important;
	line-height: 1.1 !important;
}
.cw img {
	max-width: 100%;
	height: inherit;
}
.cw .promobox {
	background: url('../../../low/misc/voice-bots/back.jpg') no-repeat center/cover;
	padding: 50px 0;
	position: relative;
}
.cw.inside .promobox {
	background: url(../../../low/misc/voice-bots/back-inside.jpg) no-repeat center/cover;
}
.cw .slogan {
	padding: 0 30px 0 0;
}
.cw .slogan h1 {
	font-size: 44px;
	letter-spacing: -2px;
	color: #fff;
}
.cw .slogan h1 span {
	font-weight: bold;
	color: #58c0ff;
}
.cw .slogan ul {
	font-size: 24px;
	margin: 0;
	padding: 10px 0 30px;
}
.cw .slogan ul li {
	list-style-type: none;
	color: #fff;
}
.cw .slogan a, .cw .audio a {
	font-size: 18px;
	color: #fff;
	background: #0f7ec2;
	padding: 25px 45px;
	border-radius: 4px;
	text-decoration: none;
	transition: all .3s ease;
	letter-spacing: 0;
	display: inline-block;
}
.cw .slogan a:hover, .cw .audio a:hover {
	box-shadow: 1px 1px 9px #0d3362;
}
.cw .cases, .cw .how {
	padding: 50px 0;
	background: #f3f6fa;
}
.cw .cases h2, .cw .profits h2, .cw .how h2, .cw .audio h2 {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	padding: 0 220px;
	line-height: 140% !important;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.cw .cases h2 span {
	color: #2095ff;
}
.cw .cases .inner {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.18);
	padding: 26px 15px 26px 20px;
	margin: 0 0 30px;
}
.cw .cases .inner h3 {
	font-size: 25px;
	font-weight: bold;
	color: #0f7ec2;
	margin: 0;
	padding: 0;
}
.cw .cases .inner ul, .cw .profits .inner ul {
	padding: 20px 10px 20px 0;
	margin: 0;
}
.cw .cases .inner ul li, .cw .profits .inner ul li {
	list-style-type: none;
	text-indent: -14px;
	margin: 0 0 0 14px;
	font-weight: 400;
}
.cw .cases .inner a {
	color: #032c5c;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s ease;
	border-bottom: 1px solid #032c5c;
}
.cw .cases .inner a:hover {
	border-color: transparent;
}
.cw .profits, .cw .audio, .cw .formbox {
	padding: 50px 0;
	background: #01225e;
}
.cw .profits h2, .cw .audio h2 {
	color: #fff;
}
.cw .profits h2 span {
	color: #2095ff;
}
.cw .profits .inner {
	padding: 25px 15px 25px 25px;
	background: #fff;
	border-radius: 12px;
	margin: 0 0 30px;
}
.cw .profits .inner h3 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.cw .profits .col-md-6:nth-child(2) .inner h3, .cw .profits .col-md-6:last-child .inner h3 {
	color: #0f7ec2;
}
.cw .profits .inner ul {
	padding: 10px 10px 10px 5px;
}
.cw .profits .inner ul li {
	text-indent: -17px;
}
.cw .how h2 {
	padding: 0;
}
.cw .how h2 span {
	color: #58c0ff;
}
.cw .how .howlist {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 21px 0px rgb(0 0 0 / 18%);
	padding: 25px 20px;
}
.cw .how .howbox {
	position: relative;
}
.cw .how .howbox:after {
	content: '';
	position: absolute;
	width: 560px;
	height: 620px;
	background: url(../../../low/misc/voice-bots/mary.png) no-repeat center;
	top: 0;
	right: -10px;
}
.cw .how .over {
	position: relative;
}
.cw .how .item {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 0 25px;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 25px;
	transition: all .3s ease;
}
.cw .how .item:last-child {
	border: none;
	padding: 0;
}
.cw .how .item h3 {
	font-size: 24px;
	font-weight: bold;
	color: #0f7ec2;
	position: relative;
	cursor: pointer;
}
.cw .how .item h3:after {
	content: '+';
	font-size: 26px;
	font-weight: 500;
	color: #032d5f;
	position: absolute;
	right: 0;
	top: 10px;
	transition: all .3s ease;
	width: 23px;
	height: 10px;
	line-height: 10px;
	text-align: center;
}
.cw .how .item.open h3:after {
	content: '';
	color: #fff;
	background: url(../../../low/misc/voice-bots/slo.png) no-repeat center;
}
.cw .how .item .roll {
	font-size: 24px;
	color: #032d5f;
	font-style: italic;
	display: none;
}
.cw .how .howbox.flx {
	display: flex;
	justify-content: end;
}
.cw .how .howbox.flx:after {
	content: '';
	position: absolute;
	width: 560px;
	height: 620px;
	background: url(../../../low/misc/voice-bots/mary.png) no-repeat center;
	top: 0;
	right: auto;
	left: 0;
}
.cw .audio h2 {
	padding: 0 120px;
}
.cw .audio h2 span {
	color: #58c0ff;
}
.cw .audio .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	align-items: start;
}
.cw .audio .row>div {
	margin: 0 0 40px;
}
.cw .audio h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.cw .audio a {
	margin: 20px 0 30px;
}
.cw .audio audio {
	margin: 0 0 10px;
}
.cw .formbox .heading {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 30px;
	line-height: 50px;
}
.cw .formbox .heading span {
	color: #2095ff;
	font-size: 44px;
}
.cw .formbox ul {
	margin: 0 0 30px;
	padding: 0;
	line-height: 26px;
}
.cw .formbox ul li {
	color: #fff;
	font-size: 24px;
	list-style-type: none;
}
.cw .formbox span {
	color: #fff;
	font-size: 24px;
}
.cw .formbox .forminner {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 21px 0px rgb(0 0 0 / 18%);
	padding: 25px 20px;
}
.cw .formbox .forminner h2 {
	font-size: 36px;
	color: #032d5f;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
}
.cw .formbox .forminner h2 span {
	color: #2095ff;
	font-size: 36px;
}
.cw .formbox .forminner form {}
.cw .formbox .forminner form input {
	display: block;
	margin: 0 auto 20px;
	border: 1px solid #c6c6c6;
	width: 80%;
	padding: 16px 0 16px 10px;
	font-size: 24px;
	color: #01225e;
	border-radius: 5px;
	outline: none;
}
.cw .formbox .forminner form input.submit {
	font-size: 18px;
	color: #fff;
	background: #0f7ec2;
	padding: 25px 45px;
	border-radius: 4px;
	text-decoration: none;
	transition: all .3s ease;
	letter-spacing: 0;
	border: none;
	text-transform: uppercase;
	width: 50%;
	margin: 0 auto;
}
.cw .formbox .forminner form input.submit:hover {
	box-shadow: 1px 1px 9px #0d3362;
}
.cw.inside .promobox .banner {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.cw.inside .promobox .banner img {
	height: 100%;
	width: inherit;
}
.cw.inside .promobox .banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: rgb(2 31 103 / 60%);
}
.cw.inside .slogan h1 {
	color: #58c0ff;
}
.cw.inside .slogan span, .cw.inside .slogan ul li {
	color: #fff;
}
.cw.inside .content p {
	margin: 0 0 50px;
	font-size: 24px;
}
.cw.inside .content .itemicon {
	font-size: 18px;
	margin: 0 0 50px;
}
.cw.inside .content .itemicon img {
	margin: 0 auto 25px;
	display: block;
}
.cw.inside .audio.content {}
.cw.inside .audio.content .bannerbox {
	margin: 0 0 50px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
.cw.inside .audio.content a.more {
	background: url(../../../low/misc/voice-bots/arrow.png) no-repeat 50% 90%;
	padding: 0 0 80px;
	font-size: 24px;
	transition: all .3s ease;
}
.cw.inside .audio.content a.more:hover {
	background-position: 50% 100%;
	box-shadow: none;
}
.cw.inside .formbox {
	background: #fff;
}
.cw.inside .formbox .heading {
	color: #113766;
}
.cw.inside .formbox ul li {
	color: #01225e;
}
@media all and (max-width: 1199px) and (min-width: 991px) {
	.cw .cases .inner ul {
		min-height: 150px;
	}
	.cw .audio a {
		max-width: 60%;
		flex-basis: 100%;
	}
	.cw .cases .inner h3 {
		height: 55px;
	}
	.cw .slogan {
		padding: 0 40% 0 0;
	}
	.cw .how .howbox:after, .cw .how .howbox.flx:after {
		z-index: 0;
	}
	.cw.inside .promobox .banner {
		opacity: .5;
	}
}
@media all and (max-width: 990px) {
	.cw .cases h2, .cw .profits h2, .how h2, .audio h2 {
		padding: 0;
	}
	.cw .formbox .forminner {
		margin: 40px 0 0;
	}
	.cw .how .howbox:after, .cw .how .howbox.flx:after {
		display: none;
	}
	.cw .how .howlist {
		position: relative;
		z-index: 1;
	}
	.cw.inside .promobox .banner {
		opacity: .5;
	}
	.cw .cases h2, .cw .profits h2, .cw .how h2, .cw .audio h2, .cw .slogan {
		padding: 0;
	}
	.cw .cases h2, .cw .profits h2, .cw .how h2, .cw .audio h2, .cw .formbox .forminner h2, .cw .formbox .forminner h2 span, .cw .profits .inner h3 {
		font-size: 30px;
	}
	.cw .formbox .heading, .cw .slogan h1 {
		font-size: 32px;
	}
	.cw .promobox:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgb(1 34 94 / 85%);
		z-index: 0;
	}
}
@media all and (max-width: 470px) {
	.cw .promobox {
		background: url(../../../low/misc/voice-bots/back.jpg) no-repeat 60% 0/cover;
	}
	.cw .formbox .forminner form input.submit {
		width: 80%;
	}
	.cw .how .item h3 {
		font-size: 20px;
		padding: 0 20px 0 0;
	}
	.cw .cases h2, .cw .profits h2, .cw .how h2, .cw .audio h2, .cw .formbox .forminner h2, .cw .formbox .forminner h2 span, .cw .profits .inner h3 {
		font-size: 28px;
	}
	.cw .formbox .heading, .cw .slogan h1 {
		font-size: 26px;
	}
}