<html><head></head><body>.demo-account__intro {
	 min-height: 500px;
	 padding: 90px 0px;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: bottom;
}
 @media (max-width: 992px) {
	 .demo-account__intro {
		 padding: 70px 0px;
		 background-position: bottom left;
		 background-size: 109%;
	}
}
 .demo-account__intro.page-demo-account {
	 background-image: url(&#39;
	/storage/app/media/page-demo-account/demo-account-intro.svg&#39;
	);
}
 .demo-account__intro .demo-account__container {
	 max-width: 1340px;
}
 @media (max-width: 1400px) {
	 .demo-account__intro .demo-account__container {
		 max-width: 96%;
	}
}
 .demo-account__content {
	 position: relative;
	 z-index: 1;
}
 .demo-account__content h1 {
	 margin-bottom: 30px;
	 font-size: 36px;
	 line-height: 1.1em;
	 color: #000;
	 font-weight: 700;
	 width: 50%;
}
 @media (max-width: 992px) {
	 .demo-account__content h1 {
		 text-align: left;
		 width: 100%;
	}
}
 @media (max-width: 570px) {
	 .demo-account__content h1 {
		 font-size: 30px;
	}
}
 .demo-account__content h1 span {
	 color: #2057e3;
}
 .demo-account__content h2 {
	 margin-bottom: 50px;
	 font-size: 24px;
	 line-height: 1.4em;
	 color: #000;
	 font-weight: 400;
	 width: 50%;
}
 @media (max-width: 992px) {
	 .demo-account__content h2 {
		 text-align: left;
		 width: 100%;
	}
}
 @media (max-width: 570px) {
	 .demo-account__content h2 {
		 font-size: 18px;
	}
}
 .demo-account__content img {
	 position: absolute;
	 z-index: -1;
	 left: 50%;
	 top: 50%;
	 transform: translateY(-50%);
	 max-height: 395px;
}
 @media (max-width: 1200px) {
	 .demo-account__content img {
		 left: 37%;
	}
}
 @media (max-width: 992px) {
	 .demo-account__content img {
		 display: none;
	}
}
 .demo-account__content ul {
	 width: 50%;
}
 @media (max-width: 992px) {
	 .demo-account__content ul {
		 width: 100%;
	}
}
 .demo-account__content ul li {
	 padding-left: 36px;
	 position: relative;
	 color: #73738d;
	 margin-bottom: 20px;
	 font-size: 18px;
}
 @media (max-width: 570px) {
	 .demo-account__content ul li {
		 font-size: 16px;
	}
}
 .demo-account__content ul li:last-of-type {
	 margin-bottom: 0;
}
 .demo-account__content ul li:before {
	 content: &#39;
	&#39;
	;
	 position: absolute;
	 border: solid #2057e3;
	 border-width: 0px 3px 3px 0;
	 height: 16px;
	 width: 8px;
	 left: 7px;
	 top: 2px;
	 transform: rotate(45deg);
}
 .demo-account__intro--btn {
	 display: flex;
	 justify-content: center;
	 margin-top: 60px;
}
 .demo-account__intro--btn a {
	 border-radius: 50px;
	 padding: 16px 34px;
	 display: block;
	 color: #fff;
	 text-decoration: none;
	 font-size: 18px;
	 margin: 0 auto;
	 font-weight: 700;
	 background-color: #1943ef;
	 border: 2px solid #1943ef;
	 transition: 0.3s;
	 text-align: center;
	 cursor: pointer;
	 box-shadow: 0px 15px 19px rgba(0, 0, 0, 0.25);
}
 @media (max-width: 570px) {
	 .demo-account__intro--btn a {
		 font-size: 16px;
		 padding: 13px 34px;
	}
}
 .demo-account__intro--btn a:hover {
	 background-color: #fff;
	 color: #1943ef;
	 box-shadow: none;
}
 </body></html>