:root {
  --grey-100: #bbb4bb;
  --grey-90: #cfc9cf;
  --grey-80: #e2dfe2;
  --blue-80: #4591ff;
  --blue-70: #4571ff;
  --blue-60: #4551ff;
  --blue-50: #5945ff;
  --blue-40: #7945ff;
  --blue-90: #45b1ff;
  --blue-100: #45d0ff;
  --violet-80: #d845ff;
  --grey-70: #f5f4f5;
  --violet-90: #b945ff;
  --violet-70: #f845ff;
  --violet-60: #ff45e6;
  --violet-50: #ff45c6;
  --violet-40: #ff45a6;
  --white: #fff;
  --violet-30: #ff4586;
  --black: #07000f;
  --purple-50: #a668ff;
  --grey-150: #897f89;
  --violet-100: #9945ff;
  --blue-70: #4571ff;
}


html{
	font-size: 100.01%;
	scroll-behavior: smooth;
}

body{
	font-family: 'Readex Pro', sans-serif;
	text-rendering: optimizeLegibility;
	background-color: var(--white);
	color: var(--black);
    line-height: 1.78;
	font-weight: 300;
	font-size: 18px;
}

*{
	outline: none !important;
}

.container{
	max-width: 1280px;
	width: 100%;
}
.container-md{
	max-width: 860px;
}
:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a, .btn, button, input, .nav-link:after, .nav-link img{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a{
	color: var(--blue-70);
}

a:hover{
	color: inherit;
}

p a{
	color: var(--blue-70);
	text-decoration: underline !important;
}
p{
	margin: 0 0 40px;
}
p:last-child, h6:last-child{
	margin-bottom: 0 !important;
}
p strong{
	font-weight: 700 !important;
}

strong{
	font-weight: 600;
}
sub, sup{
	font-size: 65%;
}
ul:last-child{
	margin-bottom: 0;
}

ul{
	padding-left: 20px;
	list-style-type: square;
}

/* typo Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-weight: 600;
	margin-bottom: 40px;
}

h1, .h1{
	line-height: 80px;
	font-size: 72px;
}

h2, .h2{
	line-height: 56px;
	font-size: 48px;
}

h3, .h3{
	font-size: 40px;
	line-height: 48px;
}

.h3{
	font-weight: 300;
}

h4{
	font-size: 32px;
	line-height: 40px;
}

h5{
	font-size: 24px;
	line-height: 32px;
}

h6, .h6{
	font-size: 20px;
	line-height: 28px;
}

.h6{
	font-weight: 300;
}

.h7{
	font-size: 16px;
	line-height: 24px;
}

.text-lg{
	font-size: 24px;
	line-height: 32px;
}

.text-sm{
	font-size: 16px;
	line-height: 28px;
}

.text-xs{
	font-size: 14px;
	line-height: 22px;
}

.text-xx{
	font-size: 12px;
	line-height: 12px;
}

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

.text-blue{
	color: var(--blue-70);
}

.text-gray{
	color: var(--grey-150);
}

.mb-12{
	margin-bottom: 12px;
}

.mb-16{
	margin-bottom: 16px;
}

.mb-24{
	margin-bottom: 24px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-50{
	margin-bottom: 50px;
}

.pt-80{
	padding-top: 80px;
}

.pt-40{
	padding-top: 40px;
}

.btn{
	border: none;
	font-size: 16px;
	line-height: 1.5;
	padding: 8px 16px;
	border-radius: 16px;
  	font-weight: 600 !important;
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.btn img{
	margin-left: 18px;
}

.btn-reset{
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.header{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}

.header .navbar{
	padding: 40px 0;
}

.navbar-brand{
	padding: 0;
}

.nav-link{
	padding: 0;
	color: var(--blue-70);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.nav-link:hover{
	color: var(--lighter-purple);
}

.nav-link img{
	margin-right: 12px;
}

.nav-item{
	margin-right: 15px;
}

.navbar a{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.page-content{
	position: relative;
	z-index: 1;
}

.page-banner{
	padding: 50px 0 80px;
}

.page-banner .text-sm{
	max-width: 290px;
	display: block;
	margin: auto;
}

.position-relative{
	z-index: 1;
}

.group-content{
	max-width: 580px;
	width: 100%;
}

.footer{
	position: relative;
	padding: 80px 0;
	z-index: 3;
}
.footer p{
	line-height: 28px;
}
.footer a{
	text-decoration: none;
}
.footer a:hover{
	color: var(--violet-100);
}
.footer li img{
	margin-right: 12px;
}

.logos img{
	width: 100%;
	max-width: 180px;
}


.card-border{
	position: relative;
	padding: 30px 40px;
	border-radius: 32px;
	box-shadow: 0 12px 24px 0 rgba(137, 127, 137, 0.08);
	border: solid 2px var(--grey-80);
	background-color: var(--white);
}
.card-border-text{
	top: -10px;
	left: 30px;
	font-size: 12px;
	padding: 4px 8px;
	font-weight: 600;
	line-height: 12px;
	position: absolute;
	text-transform: uppercase;
  	background-color: var(--white);
}
.card-border-icon{
	position: absolute;
	top: -40px;
	left: 30px;
}
.card-label{
	top: -22px;
	right: 30px;
	line-height: 1;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 16px;
	position: absolute;
	border-radius: 50px;
	color: var(--white);
	text-transform: uppercase;
	border: 8px solid var(--white);
	background-image: linear-gradient(102deg, var(--blue-50), var(--violet-100) 50%, var(--violet-80));
}

.card-border{
	padding: 40px;
	position: relative;
}
.card-grad{
	border: none;
	background-image: linear-gradient(148deg, var(--blue-50), var(--violet-100) 50%, var(--violet-80));
}

.card-border-bot .card-border-icon{
	box-shadow: 0 0 0 2px var(--grey-80), 0 0 0 12px var(--white), inset 0 0 0 2px var(--white);
	background-color: var(--white);
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: auto;
	height: 64px;
	width: 64px;
	top: -32px;
	right: 0;
	left: 0;
}
.close{
	display: none;
}