<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #f2f2f2;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
	transition: .3s all ease-in-out;
}

::marker {
	font-weight: 800;
}

dl, ol, ul {
	margin-bottom: 0;
}

a,
p,
button,
svg,
span,
input[type="button"],
input[type="submit"],
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

h1,
.fs-26 {
	font-family: 'Poppins', sans-serif;
}

h2,h4,h5,h6,p,a,li,button,input {	
	color: #565656;
	margin: 0;
	font: 400 16px/26px 'Poppins', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p,a,li,button,input {
	display: block;
}

.text-wrapper p:not(:last-child) {
	margin-bottom: 30px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xl-heading {	
	font-size: 75px;
	line-height: 1.4;
}

h1, .h1 {
	font-size: 50px;
	line-height: 1.2;
}

h2, .h2 {
	font-size: 40px;
	line-height: 1.2;
}

h3, .h3 {
	font-size: 33px;
	line-height: 1.2;
}

h4, .h4 {
	font-size: 30px;
	line-height: 1.2;
}

h5, .h5 {
	font-size: 25px;
	line-height: 1.2;
}

h6, .h6 {
	font-size: 22px;
	line-height: 1.2;
}

.fs-25 {
	font-size: 25px;
	line-height: 1.2;
}

.fs-23 {
	font-size: 23px;
	line-height: 1.2;
}

.fs-22 {
	font-size: 22px;
	line-height: 1.2;
}

.md-txt	{
	font-size: 20px;
	line-height: 1.2;
}

.fs-19 {
	font-size: 19px;
	line-height: 1.2;
}

.fs-18 {
	font-size: 18px;
	line-height: 1.2;
}

p {
	font-size: 16px;
	line-height: 1.4;
}

.f-bright-green {
	color: #00FFD1;
}

.f-portage {
	color: #8A6DEF;
}

.f-aquamarine {
	color: #6DFFF5;
}

.f-mrv {
	color: #C93494;
}

.f-yellow {
	color: #FFDD00;
}

.f-pink-salmon {
	color: #FF8D99;
}

.f-red-violet {
	color: #FD467E;
}

.bg-royal-health {
	background: #9D2976!important;
}

.bg-mulberry-wood {
	background: #5C044D!important;
}

a:hover {
	color: #fff !important;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

/* @media screen and (min-width: 1501px) { */
	.custom-wrapper {
		width: 100%;
		margin: 0 auto;
		z-index: 1;
	}
/* } */

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: #3bb0ec;
	background: -moz-linear-gradient(left, #3bb0ec 0%, #6922ff 100%);
	background: -webkit-linear-gradient(left, #3bb0ec 0%,#6922ff 100%);
	background: linear-gradient(to right, #3bb0ec 0%,#6922ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb0ec', endColorstr='#6922ff',GradientType=1 );
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.vid-wrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}

.playerneos_wrapper1 {
	background: transparent!important;
}

.xl-padding {
	padding: 130px 0;
}

.lg-padding {
	padding: 100px 0;
}

.md-padding {
	padding: 85px 0;
}

.sm-padding {
	padding: 50px 0;
}

.font-weight-semibold-italic {
	font-weight: 600;
	font-style: italic;
}

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-extrabold {
	font-weight: 800;
}

.font-weight-black {
	font-weight: 900;
}

.font-weight-light {
	font-weight: 300;
}

.font-uppercase {
	text-transform: uppercase;
}

.slick-slide {
	outline: none!important;
}

.shadow-dreamy {
	box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Poppins';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #FD467E;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #FD467E;
	color: #fff!important;
}

.wrap a {
	font-size: 14px;
}

.bg-black {
	background: #000!important;
}

.bg-white	{
	background: #fff;
}

.bg-black-grad {
	background: #080909;
	background: -moz-linear-gradient(top,  #080909 0%, #161616 100%);
	background: -webkit-linear-gradient(top,  #080909 0%,#161616 100%);
	background: linear-gradient(to bottom,  #080909 0%,#161616 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080909', endColorstr='#161616',GradientType=0 );
}

.align-item-stretch {
	align-items: stretch!important;
}
/* end cockie styles*/

/*Header*/
#main-header {
	background: #6c3fb7;
	background: -moz-linear-gradient(left,  #6c3fb7 0%, #20b38b 100%);
	background: -webkit-linear-gradient(left,  #6c3fb7 0%,#20b38b 100%);
	background: linear-gradient(to right,  #6c3fb7 0%,#20b38b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c3fb7', endColorstr='#20b38b',GradientType=1 );
	padding: 10px 0;
}

.col-step {
	flex: 0 0 20%;
	max-width: 20%;
}

.step-2 {
	background: #00aeef;
	padding: 10px 0;
	border-radius: 5px;
}

.col-step.col-2, .col-4 {
	display: block;	
	max-width: 13%;
}

.step-header {
	max-width: 990px;
}

.col-step.col-3.p-0 {
	flex: 0 0 25%;
	max-width: 25%;
}

.sticky-head {
	background: #dd393e;
	padding: 10px 0;
	position: fixed;
  width: 100%;
	top: 0;
}

.upgrade h5 {
	padding: 10px 0;
	background: #f68e56;
	max-width: 220px;
	border-radius: 5px;
}

@media screen and (max-width: 1199.98px) {
	.upgrade h5 {
    font-size: 16px;
	}
}

@media screen and (max-width: 991.98px) {
	.sticky-head .col-xl-2 img {
    margin: 0 auto 10px;
	}

	.sticky-head p {
    text-align: center;
	}

	.upgrade h5 {
    font-size: 16px;
    margin: 10px auto 0;
	}
}

@media screen and (max-width: 832.98px) {
	h1, .h1 {
    font-size: 35px;
	}

	.step-header p {
    font-size: 10px;
	}
}

@media screen and (max-width: 440.98px) {
	.step-header .col-step {
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.step-header {
    flex-wrap: wrap;	
	}	

	.step-header .col-step.col-2, .step-header .col-step.col-4 {
    display: none;
	}

	.col-step.col-3 {
    margin: 10px auto;
	}
}
/*Header end*/

/* Global Upgrade Button Start */
#upgrade-wrapper .ll-btn {
	background: #2FA3FE;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 0;
	padding: 15px 27px;
	max-width: max-content;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#upgrade-wrapper {
	padding: 40px 0;
	background: rgba(255 255 255);
	border-radius: 300px;
	max-width: 1000px;
	box-shadow: 0px 0px 30px rgb(214 201 255 / 60%);
}

#upgrade-wrapper a {
	background: #FF6D6D;
	background: -moz-linear-gradient(left,  #FF6D6D 0%, #8A51D4 50%, #FF6D6D 100%);
	background: -webkit-linear-gradient(left,  #FF6D6D 0%,#8A51D4 50%,#FF6D6D 100%);
	background: linear-gradient(to right,  #FF6D6D 0%,#8A51D4 50%,#FF6D6D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6D6D', endColorstr='#FF6D6D',GradientType=1 );
	background-size: 200%;
	max-width: max-content;
	padding: 25px 56px;
	border-radius: 100px;
	border: 3px solid #fff;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
}

#upgrade-wrapper a:hover {
	background-position: right;
}

#upgrade-wrapper a img {
	max-width: 5%;
}

.floating-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.floating-img img {
	position: absolute;
}

.bg-mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.divider-top, .divider-bottom {
	position: absolute;
	width: 100%;
}

.divider-top {
	top: -5px;
}

.divider-bottom {
	bottom: -5px;
}

.divider-bottom .divider {
	position: absolute;
	width: 100%;
	bottom: -1px;
}

.mask-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.bg-white {
	background: #fff;
}

.zoom {
	transition: .3s ease-in-out all;
}

.zoom:hover {
	transform: scale(1.1)!important;
}

.scale-up {
	transform: scale(1.1);
}

.zoom-scaled-up:hover {
	transform: scale(1.3)!important;
}
/* Global Upgrade Button End */

/* Header Start */
.header {
	padding: 30px 0;
	background: #12001d45;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
}

.header .content-wrapper {
	max-width: 550px;
}

.banner .title-area h5 {
	max-width: 660px;
}
/* Header End */

/* Banner Start */
.banner {
	padding: 138px 0 5px;
	background: #F2F2F2;
}

.banner .custom-wrapper,
.sec-1 .custom-wrapper {
	max-width: 1440px;
}

.banner .title-area {
	max-width: 1080px;
}

.playerneos_wrapper {
	border-radius: 20px;
	overflow: hidden;
}

.banner .vid-wrapper {
	max-width: 1025px;
	margin: 30px auto 40px;
}

.banner .vid-wrapper .inside-wrap {
	background: rgb(255,46,193);
	background: -moz-linear-gradient(45deg,  rgba(255,46,193,1) 0%, rgba(255,255,255,1) 50%, rgba(186,71,213,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,46,193,1) 0%,rgba(255,255,255,1) 50%,rgba(186,71,213,1) 100%);
	background: linear-gradient(45deg,  rgba(255,46,193,1) 0%,rgba(255,255,255,1) 50%,rgba(186,71,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2ec1', endColorstr='#ba47d5',GradientType=1 );
	padding: 30px;
	border-radius: 20px;
}

.banner .vid-wrapper:before {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	border-radius: 20px;
	transform: rotate(-3deg);
}
/* Banner End */

/* Section 1 Start */
.sec-1 {
	padding: 183px 0 150px;
	background: rgb(204,53,149);
	background: -moz-linear-gradient(45deg,  rgba(204,53,149,1) 0%, rgba(83,0,69,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(204,53,149,1) 0%,rgba(83,0,69,1) 100%);
	background: linear-gradient(45deg,  rgba(204,53,149,1) 0%,rgba(83,0,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3595', endColorstr='#530045',GradientType=1 );
}

.sec-1 .divider-top,
.sec-1 .divider-bottom {
	transform: rotateY(180deg);
}

.sec-1 .list p {
	color: #fff;
	max-width: 70%;
}

.sec-1 .list li {
	display: flex;
	align-items: center;
	flex: 0 0 33.333%;
  max-width: 33.333%;
	margin-bottom: 25px;
}

.sec-1 .list li .img-wrapper {
	flex: 0 0 20%;
	max-width: 16%;
}

.sec-1 .list li .img-wrapper img {
	box-shadow: 5px 5px 10px rgba(0 0 0 / 30%);
}

.sec-1 .content-wrapper {
	max-width: 1300px;
}
/* Section 1 End */

/* Section 2 Start */
.sec-2 {
	padding: 20px 0;
}

.sec-2 .fi1 {
	bottom: 0;
	right: -7.8%;
}

.sec-2 .fi2 {
	right: 12%;
	top: -22%;
}

.sec-2 .fi3 {
	bottom: 0;
	left: -6%;
}

.sec-2 .custom-wrapper,
.sec-3 .custom-wrapper {
	max-width: 1200px;
}

.sec-2 .list li:not(:last-child) {
	margin-bottom: 20px;
}

.sec-2 .list li {
	padding-left: 30px;
}

.sec-2 .list li:before {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	background: #2FE5C4;
	border-radius: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec-2 .text-wrapper {
	max-width: 500px;
}
/* Section 2 End */

/* Section 3 Start */
.sec-3 {
	background: rgb(83,0,69);
	background: -moz-linear-gradient(45deg,  rgba(83,0,69,1) 0%, rgba(204,53,149,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(83,0,69,1) 0%,rgba(204,53,149,1) 100%);
	background: linear-gradient(45deg,  rgba(83,0,69,1) 0%,rgba(204,53,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#530045', endColorstr='#cc3595',GradientType=1 );
	padding: 180px 0;
}

.sec-3 .fi1 {
	top: -15%;
	bottom: 0;
	margin: auto;
	left: 12%;
	mix-blend-mode: luminosity;
}

.sec-3 p, .sec-3 li {
	color: #fff;
}
/* Section 3 End */

/* Section 4 Start */
.sec-4 {
	background: #fff;
	padding: 20px 0;
}

.sec-4 .fi1 {
	right: 4%;
	bottom: 26%;
}

.sec-4:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 18%;
	background: #f2f2f2;
	bottom: 0;
}

.sec-4 .title-area {
	max-width: 1100px;
	margin-bottom: 20px;
}

.sec-4 .colmn-1 .wrapper {
	background: #FFAFED;
	background: -moz-linear-gradient(left,  #FFAFED 0%, #FD467E 100%);
	background: -webkit-linear-gradient(left,  #FFAFED 0%,#FD467E 100%);
	background: linear-gradient(to right,  #FFAFED 0%,#FD467E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAFED', endColorstr='#FD467E',GradientType=1 );
	padding: 20px 45px;
	border-radius: 200px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
	max-width: max-content;
	margin: 0 auto;
}

.sec-4 .colmn-2:before {
	display: block;
	position: absolute;
	width: 8px;
	height: 90%;
	background: #E36685;
	background: -moz-linear-gradient(top, #E36685 0%, #9C56C5 100%);
	background: -webkit-linear-gradient(top, #E36685 0%,#9C56C5 100%);
	background: linear-gradient(to bottom, #E36685 0%,#9C56C5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ea97', endColorstr='#0099ff',GradientType=0 );
	left: 0;
	border-radius: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* Section 4 End */

/* Section 5 Start */
.sec-5, .sec-9 {
	background: #c53292;
	background: -moz-linear-gradient(45deg,  #c53292 0%, #630854 100%);
	background: -webkit-linear-gradient(45deg,  #c53292 0%,#630854 100%);
	background: linear-gradient(45deg,  #c53292 0%,#630854 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c53292', endColorstr='#630854',GradientType=1 );	
	padding: 172px 0 250px;
}

.sec-5 p {
	color: #fff;
}

.sec-5 .divider-top, .sec-5 .divider-bottom,
.sec-9 .divider-top, .sec-9 .divider-bottom {
	transform: rotateY(180deg);
}

.sec-5 .wrapper:not(:last-child) {
	margin-bottom: 60px;
}

#sec-5.sec-5 .wrapper .img-wrapper {
	transform: scale(1.2);
}

.sec-5 .wrapper .img-wrapper {
	transform: scale(1.1);
}

.sec-5 .custom-wrapper,
.sec-9 .custom-wrapper {
	max-width: 1280px;
}

.title-tag {
	padding: 20px 40px;
	background: #FD467E;
	max-width: 600px;
	border-radius: 16px;
	margin-bottom: 90px;
}

.title-tag .circle {
	height: 41px;
	background: #fff;
	border-radius: 100%;
	flex: 0 0 10%;
	max-width: 41px;
}

.title-tag:before {
	display: block;
	position: absolute;
	background: #fff;
	width: 88%;
	height: 100%;
	top: 0;
	left: -22px;
	z-index: -1;
	border-radius: 10px;
	transform: scaleY(1.3);
}

.sec-5 .wrapper {
	padding: 40px;
	border-radius: 50px;
	background: #55014747;
	background: -moz-linear-gradient(left,  #55014730 0%, #11000e47 100%);
	background: -webkit-linear-gradient(left,  #55014730 0%,#11000e47 100%);
	background: linear-gradient(to right,  #55014730 0%,#11000e47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550147', endColorstr='#11000e',GradientType=1 );
}
/* Section 5 End */

/* Section 6 start */
.sec-5.sec-6, .sec-8 {
	padding: 90px 0 68px;
	background: #f2f2f2;
}

.sec-6 .fi1 {
	left: 4%;
}

.sec-6 .fi2 {
	right: -5%;
	top: 25%;
}

.sec-6 .fi3 {
	bottom: 12%;
	left: -5%;
}

.sec-6 ul li:before {
	display: block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../images/pink-check.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 5px;
}

.sec-6 ul li:not(:last-child) {
	margin-bottom: 14px;
}

.sec-6 ul li {
	padding-left: 25px;
	color: #fff;
}
/* Section 6 End */

/* Section 7 Start */
.sec-5.sec-7 {
	background: #6a0c5a;
	background: -moz-linear-gradient(-45deg,  #6a0c5a 0%, #c83493 100%);
	background: -webkit-linear-gradient(-45deg,  #6a0c5a 0%,#c83493 100%);
	background: linear-gradient(135deg,  #6a0c5a 0%,#c83493 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0c5a', endColorstr='#c83493',GradientType=1 );
}

.sec-5.sec-7 .wrapper {
	background: -moz-linear-gradient(-45deg,  rgba(85,1,71,0.16) 0%, rgba(17,0,14,0.16) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(85,1,71,0.16) 0%,rgba(17,0,14,0.16) 100%);
	background: linear-gradient(135deg,  rgba(85,1,71,0.16) 0%,rgba(17,0,14,0.16) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29550147', endColorstr='#2911000e',GradientType=1 );
}
/* Section 7 End */

/* Section 8 Start */
.sec-8 .fi1 {
	right: 2%;
	top: 6%;
}

.sec-8 .fi2 {
	top: 48%;
	left: 2%;
}

.sec-8 .fi3 {
	bottom: 5%;
	right: -22%;
}
/* Section 8 End */

/* Section 9 Start */
.sec-9 .title-tag {
	margin-bottom: 120px;
}

.sec-9 .row:not(:last-child) {
	margin-bottom: 105px;
}
/* Section 9 End */

/* Section 16 Start */
.sec-10{
	background: #f2f2f2;
	padding: 60px 0;
	overflow: unset;
}

.sec-10 .fi1 {
	right: 5%;
	top: 22%;
}

.sec-10 .fi2 {
	bottom: 23%;
	left: 5%;
}

.sec-10 .title-area {
	margin-bottom: 55px;
}

.sec-10.custom-wrapper {
	max-width: 1600px;
}

.sec-10.divider-top {
	position: absolute;
	top: 0;
	width: 100%;
}

.sec-10.fi1 {
	z-index: 1;
	top: -3%;
}

.sec-10.fi2 {
	right: 0%;
	bottom: 15%;
	z-index: 1;
}

.table-unlimited {
	max-width: 810px;
	border-radius: 80px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 40%);
}

.table-head h3 {
	letter-spacing: 6px;
}

.table-head {
	background: #A12896;
	padding: 0 0 30px;
}

.table-head .img-wrapper {
	max-width: 390px;
	margin: 0 auto;
	background: #fff;
	padding: 24px 0;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 30%);
}

.table-body {
	background: #570048;
	background: -moz-linear-gradient(top, #570048 0%, #CC3595 100%);
	background: -webkit-linear-gradient(top, #570048 0%,#CC3595 100%);
	background: linear-gradient(to bottom, #570048 0%,#CC3595 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570048', endColorstr='#CC3595',GradientType=0 );
	padding: 35px 150px;
}

.table-body li:not(:last-child) {
	margin-bottom: 25px;
}

.table-body li {
	color: #fff;
	padding-left: 40px;
}

.table-body .ft li:before {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	background: url(../images/table-icon.png);
	background-size: cover;
	top: 2px;
}

.table-body .fab-wrapper {
	background: #2cb7c9;
	padding: 41px 100px;
	border-radius: 40px;
}

.table-footer {
	background: #7D1873;
	padding: 34px 30px;
}

.fab-wrapper li:before {
	display: block;
	position: absolute;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../images/fab-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: -3px;
}

.table-btn {
	background: #FF6D6D;
	background: -moz-linear-gradient(left, #FF6D6D 0%, #8A51D4 50%,#FF6D6D 100%);
	background: -webkit-linear-gradient(left, #FF6D6D 0%,#8A51D4 50%, #FF6D6D 100%);
	background: linear-gradient(to right, #FF6D6D 0%,#8A51D4 50%,#FF6D6D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6D6D', endColorstr='#8A51D4',GradientType=1 );	
	background-size: 200%;
	padding: 13px 30px;
	border-radius: 100px;
	border: 3px solid #fff;
	max-width: max-content;
}

.table-btn:hover {
	background-position: right;
}
/* Section 16 End */

/* Section 17 Start */
.sec-11 {
	padding: 180px 0 230px;
	background: #cb3494;
	background: -moz-linear-gradient(-45deg,  #cb3494 0%, #87066d 100%);
	background: -webkit-linear-gradient(-45deg,  #cb3494 0%,#87066d 100%);
	background: linear-gradient(135deg,  #cb3494 0%,#87066d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3494', endColorstr='#87066d',GradientType=1 );
}

.sec-11 .custom-wrapper{
	max-width: 1600px;
}

.sec-11 .content-wrapper {
	max-width: 1300px;
}

.sec-11 .title-area {
	margin-bottom: 90px;
}

.sec-11 .title-area h2:after {
	background: #00FFB1;
}

.sec-11 .title-area h2:after {
	display: block;
	width: 107px;
	height: 5px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
	position: absolute;
}

.sec-11 .row-1, .sec-11 .row-3 {
	background: #851B6D;
}

.sec-11 .row-2 {
	background: #fff;
}

.sec-11 .row {
	border-radius: 75px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.sec-11 .row .colmn-1 {
	padding: 0 110px;
}

.sec-11 .row .colmn-2 {
	box-shadow: 0px 0px 20px rgba(0 0 0 / 20%);
	border-radius: 75px;
}

.sec-11 .row-1 .colmn-2,
.sec-11 .row-3 .colmn-2 {
	padding: 120px 0px 120px 100px;
	background: #FE47B4;
	background: -moz-linear-gradient(45deg, #FE47B4 0%, #4D3478 100%);
	background: -webkit-linear-gradient(45deg, #FE47B4 0%,#4D3478 100%);
	background: linear-gradient(45deg, #FE47B4 0%,#4D3478 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE47B4', endColorstr='#4D3478',GradientType=1 );
	mix-blend-mode: hard-light;
}

.sec-11 .row-2 .colmn-2 {
	padding: 30px 100px 30px 0px;
}
/* Section 17 End */

/* Section 18 Start */
.sec-12  {
	padding: 30px 0;
	overflow: unset;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ff9ee2 100%);
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ff9ee2 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ff9ee2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ff9ee2',GradientType=0 );
}

.sec-12  .fi2 {
	right: -5%;
	bottom: 15%;
	z-index: 1;
}

.sec-12  .fi1 {
	left: 0%;
	z-index: 1;
	top: -25%;
}
/* Section 18 End */

/* Section 20 Start */
.no-thanks {
	max-width: 770px;
	margin-top: 70px;
}

.no-thanks a {
	color: #8B0A70;
}

.no-thanks a:hover {
	color: #8A6DEF!important;
}
/* Section 20 End */

/* Disclaimer Start */
/*#disclaimer {*/
/*	padding: 80px 0;*/
/*}*/

/*#disclaimer p, #disclaimer a {*/
/*	font-size: 16px;*/
/*	line-height: 1.8;*/
/*}*/

/*#disclaimer .copyright {*/
/*	font-size: 16px;*/
/*	display: unset;*/
/*}*/

/*#disclaimer .copyright:hover {*/
/*	color: #20CEC4!important;*/
/*}*/

/*#disclaimer .content-wrapper {*/
/*	max-width: 900px;*/
/*}*/
/* Disclaimer End */

/*Footer*/
/*#footer-section li {*/
/*	padding: 0 20px;*/
/*}*/

/*#footer-section li:not(:last-child) {*/
/*	border-right: 1px solid #434343;*/
/*}*/

/*#footer-section li a {*/
/*	color: #373737;*/
/*}*/

/*#footer-section li a:hover {*/
/*	color: #20CEC4!important;*/
/*}*/

/*#footer-section {*/
/*	padding: 30px;*/
/*}*/

/*#footer-section {*/
/*	padding: 30px;*/
/*	background: #e6e6e6;*/
/*}*/











/* Disclaimer Start */
.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}
.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {

	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */</pre></body></html>