.onlyDesktop {
  display: inline-block;
}

.onlyMobile {
	display: none;
}

.offer-Remark {
  font-size: 12px;
  line-height: 120%;
  color: #666;
}

.aia-p1 {
	background: linear-gradient(-50deg, #E1E5F3 0%, #FFFFFF 50%, #ECEEF8 99%);
}

.aia-head{
	color: #a48b78;
	font-size: 48px;
	text-align: center;
	line-height: 140%;
}

.aia-desc{
	position: relative;
	color: #595857;
	font-size: 20px;
	text-align: center;
	line-height: 160%;
}

.aia-lamp{
	position: absolute;
	margin-top: -22px;
	margin-left: -22px;
}

.aia-border{
	border: 3px solid #d3ddea;
	border-radius: 40px;
	padding: 0px 10px;
}

.aia-flex-con {
	display: flex;
	flex-direction: row;
}

.aia-flex-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	background-color: #d3ddea;
	border: 3px solid #d3ddea;
	border-radius: 30px;
	margin: 10px;
}

.aia-item-img {
	width: 100%;
	height: 135px;
	object-fit: cover;
	border-top-left-radius: 27px;
	border-top-right-radius: 27px;
	flex-shrink: 0;
}

.aia-item-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	width: 100%;
	height: auto;
	color: #595857;
	font-size: 20px;
	text-align: center;
	line-height: 140%;
}

.aia-item-txt p{
	margin: 10px 0;
}

.aia-grid-con{
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-columns: 1fr 1fr 1fr;
	background-color: #d3ddea;
	border: 10px solid #d3ddea;
	border-radius: 30px;
	margin: 10px 10px 20px;
}

.aia-grid-item {
	padding: 14px 20px;
	border-bottom: 3px solid #FFF;
	border-right: 2px solid #FFF;
	color: #595857;
	font-size: 20px;
	text-align: center;
	line-height: 140%;
	align-content: center;
}

.aia-p2{
	border-top: 2px solid #a48b78;
	border-bottom: 2px solid #a48b78;
	background: linear-gradient(-45deg, #b9a27f 0%, #f5f3f0 57%, #b9a27f 100%);
}
.aia-p3{
	border-bottom: 2px solid #a48b78;
	background-color: #f1ede7;
	margin-bottom: 80px;
}

.reg-block {
  padding: 0 20px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.reg-col{
	width: 100%;
	max-width: 100%;
}

.reg-col:nth-child(odd) {
	width: 100%;
	height: 100%;
	min-width: 185px;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #dfd7cb;
	border: 3px solid #dfd7cb;
	border-top-right-radius: 90px;
	border-bottom-left-radius: 60px;
	text-align: center;
	color: #595857;
	font-size: 15px;
	max-width: 300px;
	box-shadow: 0 0 0 3px #fff, 0 0 3px 7px #dfd7cb;
	padding: 20px;
	margin: 30px 20px;
}
.reg-col:nth-child(odd):last-child{
	min-width: 264px;
	min-height: 340px;
}
.reg-col:nth-child(even) {
	margin: 10px;
	text-align: center;
}

.animate-arrow {
  position: relative;
}
.fw200 {
	font-weight: 200;
}
.mb-demo-btn {
    display: inline-flex;
    background-color: #fff;
    border: 1px solid #0066b3;
    align-items: center;
    padding: 5px 40px 5px 25px;
    background-image: url("../images/btn-arrow.svg");
    background-size: 8px auto;
    background-position: center right 15px;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #0066b3;
    font-size: 17px;
    line-height: 1;
    margin: 15px 15px 0 15px;
}
@media (max-width: 768px) {
	.onlyDesktop{
		display: none;
	}
	.onlyMobile{
		display: inline-block;
	}
	.aia-lamp {
		margin-top: -56px;
		margin-left: 138px;
	}
	.aia-flex-item{
		margin: 4px;
	}
	.aia-item-img {
		height: 90px;
	}
	.aia-item-txt {
		padding: 0 6px;
	}
	.aia-grid-con{
		border: 6px solid #d3ddea;
		margin: 6px 4px 14px;
	}
	.aia-grid-item{
		padding: 10px 2px;
	}
	.reg-block {
		flex-wrap: wrap;
	}
	.reg-col:nth-child(odd) {
		min-width: 325px;
		min-height: 150px;
	}
	.reg-col:nth-child(even) {
		margin: -10px 0;
	}
	.reg-col:nth-child(odd):last-child {
		min-width: 325px;
		min-height: 250px;
	}
	.animate-arrow {
		transform: rotate(90deg);
	}
	.aia-p3{
		margin-bottom: 50px
	}

		.aia-head{
		line-height: 120%;
	}
}