#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,.5);
}

#spinner {
	width: 100%;
	height: 100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#spinner img{
	width: 5rem;
	height: 5rem;
}

#spinner h5{
	font-size: 18px;
	color:white;
	font-weight: 600;
}

#loader .loader__child {
	display: block;
	position: relative;
	left: 46%;
	top: 46%;
	width: 70px;
	height: 70px;
}

h2 {
	font-family: Meta Serif Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -0.01em;
	margin-bottom:40px;
	margin-top:0;
}

.bar {
	width: 40px;
	height: 4px;
	background: #E56055;
	border-radius: 6px;
	margin-bottom: 35px;
}

.bar-violet {
	width: 40px;
	height: 4px;
	background: #7D68BF;
	border-radius: 6px;
	margin-bottom: 25px;
}

.btn-red {
	padding: 10px 25px;
	margin: 10px 0;
	color: #ffffff;
	background-color: #E56055;
	border-radius: 2.3rem;
	display: inline-block;
	font-weight: 600;
	font-family: Open Sans;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.btn.btn-red {
	background-color: #E25F54;
	color : white;
	border-radius: 3px;
	display: inline-block;
	margin: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 8px 22px;
}

.btn-red.btn-sm {
    font-size: 12px;
    padding: 5px 17px;
	line-height: 1.5;
}

.btn-border-red {
	padding: 10px 25px;
	margin: 10px 0;
	border: 1px solid #E56055;
	box-sizing: border-box;
	color: #E56055;
	background-color: #ffffff;
	border-radius: 2.3rem;
	display: inline-block;
	font-weight: 600;
	font-family: Open Sans;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-border-red:hover,
.btn-border-red:focus,
.btn-border-red:active {
	text-decoration: none;
	background-color: #C45148;
	color: #ffffff;
}

.btn-block {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.btn-block{
		flex-direction: column;
	}
}
#life-changing .slick-track,
#testimonials .slick-track {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
#life-changing .slick-slide,
#life-changing .slick-slide > div,
#testimonials .slick-slide,
#testimonials .slick-slide > div {
	display: flex !important;
	height:auto;
	flex-direction: column;
}

#testimonials .slick-dots,
#life-changing .slick-dots {
	bottom: 0;
}

#life-changing .slick-dots li button::before,
#testimonials .slick-dots li button::before {
	background: #DCDCDC;
	opacity: 0.6;
	height: 10px;
	width: 10px;
	border-radius: 15px;
	content: '';
}

#life-changing .slick-dots li.slick-active button::before {
	border: 2px solid #E56055;
	background: #ffffff;
	opacity: 1;
	box-sizing: border-box;
}

.slick-prev, .slick-next {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	top: 45%;
	height: 60px;
	width: 60px;
}
.slick-prev::before, .slick-next::before {
	content: "";
}
.slick-prev:hover {
	background-image: url("../images/theme_v2/active_arrow_left.png");
}
.slick-next:hover {
	background-image: url("../images/theme_v2/active_arrow_right.png");
}
.slick-prev {
	background-image: url("../images/theme_v2/arrow_left.png");
	left: -8rem;
}
.slick-next {
	background-image: url("../images/theme_v2/arrow_right.png");
	right: -8rem;
}

.flex-between-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#life-changing .help-me {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	background-image: url("../images/theme_v2/question_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 40px;
	text-decoration: underline;
	opacity: 0.7;
}
#life-changing .help-me:hover,
#life-changing .help-me:focus,
#life-changing .help-me:active {
	color: #000000;
	text-decoration: none;
}
.alert-destination {
	top: 80px;
	right: 10px;
	z-index: 1060;
	min-width: 280px;
}
/* checkbox (start) */
.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #E34C41;
	border-radius: 2px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color:  #E56055;
}

.custom-checkbox:not(:disabled):active+label::before {
	background-color: #E56055;
	border-color: #E56055;
}

.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.1rem rgba(247, 160, 153, 1);
}

.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #E56055;
}

.custom-checkbox:checked+label::before {
	border-color: #E56055;
	background-color: #E56055;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11' %3e%3cpath fill='%23fff' d='M13.4923 1.23669L6.63414 8.18419L2.66414 4.12982C2.56117 4.02523 2.43861 3.94194 2.30346 3.88471C2.1683 3.82748 2.0232 3.79743 1.87643 3.79628C1.72966 3.79513 1.5841 3.82289 1.44807 3.87799C1.31203 3.9331 1.18818 4.01445 1.08358 4.11742C0.978986 4.22039 0.895696 4.34294 0.838466 4.4781C0.781236 4.61325 0.751187 4.75836 0.750034 4.90513C0.747708 5.20154 0.863226 5.48673 1.07118 5.69797L5.85006 10.5513C5.92357 10.615 6.00537 10.6684 6.09322 10.7101C6.12891 10.7383 6.16712 10.7633 6.20736 10.7845C6.33962 10.8391 6.48114 10.8677 6.62421 10.8689C6.76733 10.8682 6.90895 10.8396 7.04106 10.7845C7.08865 10.7594 7.13355 10.7295 7.17505 10.6952C7.25584 10.6579 7.33101 10.6095 7.39836 10.5513L15.0654 2.78995C15.1757 2.68853 15.2642 2.56579 15.3256 2.42915C15.387 2.29252 15.42 2.14484 15.4226 1.99507C15.4253 1.84529 15.3975 1.69654 15.3409 1.55783C15.2844 1.41911 15.2003 1.29332 15.0937 1.18807C14.9871 1.08282 14.8603 1.00031 14.7208 0.945535C14.5814 0.890759 14.4323 0.86486 14.2826 0.869406C14.1329 0.873952 13.9856 0.908848 13.8498 0.971981C13.7139 1.03511 13.5923 1.12517 13.4923 1.23669Z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled+label::before {
	background-color: #F9B6B1;
}
/* checkbox (end) */

::-ms-reveal {
    display: none;
}
.password_view {
	display: inline-block;
	vertical-align: middle;
	margin-left: -30px;
	cursor: pointer;
}
.password_view_off::before {
	content: url('../images/theme_v2/view_off.svg');
}
.password_view_on::before {
	content: url('../images/theme_v2/view_on.svg');
}
input[type="password"], input[id*="password"] {
	padding-right: 35px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M6.98933 6.17971L1.57929 0.769665C1.44623 0.636611 1.23285 0.636611 1.09979 0.769665C0.966736 0.902719 0.966736 1.11611 1.09979 1.24916L6.75084 6.90021C6.88389 7.03326 7.09728 7.03326 7.23033 6.90021L12.8789 1.24916C12.9441 1.18389 12.9793 1.09602 12.9793 1.01067C12.9793 0.925313 12.9467 0.837448 12.8789 0.772176C12.7458 0.639122 12.5324 0.639122 12.3994 0.772176L6.98933 6.17971Z' fill='black' stroke='black' stroke-width='0.25'/> </svg>");
	background-repeat: no-repeat;
	padding-right: 30px;
	background-position: right 10px bottom 50%;
}

select.form-control {
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M6.98933 6.17971L1.57929 0.769665C1.44623 0.636611 1.23285 0.636611 1.09979 0.769665C0.966736 0.902719 0.966736 1.11611 1.09979 1.24916L6.75084 6.90021C6.88389 7.03326 7.09728 7.03326 7.23033 6.90021L12.8789 1.24916C12.9441 1.18389 12.9793 1.09602 12.9793 1.01067C12.9793 0.925313 12.9467 0.837448 12.8789 0.772176C12.7458 0.639122 12.5324 0.639122 12.3994 0.772176L6.98933 6.17971Z' fill='black' stroke='black' stroke-width='0.25'/> </svg>");
}
@media print{
	a:link:after, a:visited:after {
		content: "";
	}
}

#testimonials {
	margin: 70px 0 40px 0;
}
.navbar-fixed-top {
	position: relative;
}
.navbar-scrollfixed {
	position: fixed;
	border: none;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	border-radius: 0;
}
.navbar-scrollfixed,
.navbar-inverse {
	transition:none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000000;
}
.navbar-inverse .navbar-brand {
	color: #465463;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:active,
.navbar-inverse .navbar-brand:focus{
	color: #465463;
}
.navbar-mobile .icon-bar {
	background-color: #465463;
}
.navbar-inverse .shopping_cart {
	background-image: url("../images/theme_v2/shopping_cart_black.svg");
}
.header-home{
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -100px ;
	width: 100%;
	height: 505px;
}
.header-home .absolute-right-box{
	margin-left: calc(calc(100vw - 1170px)/2 + 300px);
	float: right;
	position: absolute;
}
.header-home .absolute-right-box img.img-absolute-mobile,
.header-home .absolute-right-box img.img-absolute {
	position: static;
	margin-right: 50px ;
	float: right;
}
.header-home .absolute-right-box img.img-absolute {
	width:1017px;
	height:505px;
}
.header-home .absolute-right-box img.img-absolute-mobile {
	display: none;
}
.header-home .text-container {
	margin-top: 100px;
}

.header-home .text-container .title {
	color: #000000;
	font-family: Lustria;
	font-style: normal;
	font-weight: normal;
	font-size: 44px;
	line-height: 56px;
	max-width: 300px;
}
.header-home .btn-get-started{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #FFFFFF;

	background: linear-gradient(95.49deg, #7D68BE 20.76%, #B471D6 112.1%);
	border-radius: 90px;
	padding: 14px 50px;
	margin: 20px 0;
	display: inline-block;
	white-space: nowrap;
}
.header-home .btn-get-started:hover, .btn-get-started:focus{
	background: linear-gradient(95.49deg, #6f4cd9 20.76%, #993bc0 112.1%);
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	.header-home .absolute-right-box{
		margin-left: calc(calc(100vw - 970px)/2 + 300px);
	}
}
@media only screen and (min-width: 2000px) {
	.header-home {
		background-image: url("../images/theme_v2/home_header_img4000x465.webp");
	}
}
@media only screen and (max-width: 2000px) {
	.header-home {
		background-image: url("../images/theme_v2/home_header_img2000x465.webp");
	}
}
@media only screen and (max-width: 1400px) {
	.header-home {
		background-image: url("../images/theme_v2/home_header_img1440x465.webp");
	}
}
@media only screen and (max-width: 991px) {
	.header-home .absolute-right-box{
		margin-left: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.header-home {
		background-image: url("../images/theme_v2/home_header_img_mobile.webp");
		background-position: center;
		height: 375px;
	}
	.header-home .text-container {
		margin-top: 30px;
	}
	.header-home .absolute-right-box img.img-absolute-mobile {
		display: block;
		margin-top: 40%;
	}
	.header-home .absolute-right-box {
		margin-left: 40%;
	}
	.header-home .absolute-right-box img.img-absolute {
		display: none;
	}
	.header-home .text-container .title {
		font-size: 3.5rem;
		line-height: 56px;
		max-width: 100%;
	}
	.header-home .btn-get-started{
		padding: 14px 20px;
	}
}
@media only screen and (max-width: 450px) {
	.header-home .text-container{
		margin-top: 0px;
	}
	.header-home .text-container .title {
		font-size: 3.2rem;
		line-height: 44px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.header-home .btn-get-started{
		padding: 14px 10px;
		margin: 0;
	}
}
@media only screen and (max-width: 400px) {
	.header-home .absolute-right-box {
		margin-left: 160px;
	}

}
@media only screen and (max-width: 350px) {
	.header-home .text-container .title {
		font-size: 2.5rem;
	}
}
#for-individuals {
	position: relative;
	background-position: -27% 27%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("../images/theme_v2/bg_for_individuals.jpg");
	padding: 50px 0 70px 0;
}
#for-individuals h2 {
	margin-bottom: 30px;
}
#for-individuals .bar {
	margin-bottom: 25px;
}
#for-individuals img {
	width: 100%;
}
#for-individuals p {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	margin: 20px 0;
}
#for-individuals p.features{
	font-family: Meta Serif Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0 !important;
}

#for-individuals ul{
	list-style-image: url("../images/theme_v2/list_style.jpg");
	padding-left: 3rem;
}

#for-individuals .btn-block {
	justify-content: flex-start;
	margin-top:20px;
}
#for-individuals .btn-border-red {
	margin-left: 25px;
	margin-right: 25px;
}
#for-individuals li{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 26px;
	margin: 10px 0;
}
#for-professionals {
	position: relative;
	background-position: 70% 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 480px;
	padding: 60px 0;
	color: #fff;
}

#for-professionals h2 {
	font-family: Meta Serif Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -0.005em;
}
#for-professionals p {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 26px;
	margin: 10px 0 15px 0;
}
#for-professionals .btn-border-white {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 10px 25px;
	margin: 10px 0;
}
#for-professionals .btn-border-white:hover,
#for-professionals .btn-border-white:active,
#for-professionals .btn-border-white:focus {
	color: #ffffff;
	text-decoration: none;
}
#for-professionals .btn-block {
	justify-content: flex-start;
	margin-top:45px;
}
#for-professionals .btn-border-white {
	margin: 10px 25px;
}
@media only screen and (max-width: 2000px) {
	#for-professionals {
		background-image: url("../images/theme_v2/for_professionals_1440x472.webp");
	}
}
@media only screen and (min-width: 1201px) {
	#for-professionals {
		background-image: url("../images/theme_v2/for_professionals_2880x944.webp");
	}
}
@media only screen and (max-width: 700px) {
	#for-professionals {
		background-image: linear-gradient(86.87deg, rgba(98, 102, 140, 0.44) -6.68%, rgba(53, 57, 95, 0.6) 1.99%, rgba(92, 97, 146, 0.85) 85.36%, rgba(98, 102, 140, 0.23) 116.39%),
			url("../images/theme_v2/for_professionals_1440x472.webp");
	}
	#for-professionals .btn-block {
		flex-direction: column;
	}
	#for-professionals .btn-border-white,
	#for-professionals .btn-red {
		padding: 10px 50px;
	}
}
.filter_contaner{
	display:flex;
	flex-direction: row;
	align-items: center;
}
.filter_contaner .filter_block{
	display:flex;
	flex-direction: row;
	align-items: center;
	background: rgba(196, 196, 196, 0.1);
	border-radius: 30px;
	padding:10px 20px;
}
.filter_contaner .title{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	color: #000000;
	margin-right:10px;
}
.filter_contaner .filter_action_block{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

#life-changing{
	margin-top: 40px;
}
#life-changing .bar{
	margin-bottom: 25px;
}
#life-changing .products_container{
	margin-top: 10px;
}

/* Scroll on Firefox */
#life-changing .products_container {
	scrollbar-width: thin;
	scrollbar-color: #C4C4C4 rgba(0, 0, 0, 0);
}

/* Scroll on Chrome, Edge, and Safari */
#life-changing .products_container::-webkit-scrollbar {
	width: 6px;
	height:47px;
}

#life-changing .products_container::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}

#life-changing .products_container::-webkit-scrollbar-thumb {
	background-color: #C4C4C4;
	border-radius: 20px;
}
/*******************************************/


#life-changing .view_all_programs{
	margin-top: 32px;
	text-align: center;
}
#life-changing .view_all_programs button,
#life-changing .view_all_programs a{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #006ED4;
	border: none;
	background-color: transparent;
}
#life-changing .view_all_programs button:hover,
#life-changing .view_all_programs a:hover{
	text-decoration: none;
	color: #0456A2;
}

@media (max-width: 768px) {
	#life-changing .title_conteiner .help-me{
		margin-top:15px;
	}
}

.badge_container{
	position: relative;
}
.badge_container .badge_block{
	position: absolute;
	padding: 0px 7px;
	background: linear-gradient(182deg, #E56055 48.55%, #FFFFFF 203.35%);
	border-radius: 4px;
	left: 50%;
	transform: translate(-50%,0);
	top: -16px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
}
.badge_container .item_conteiner_badge{
	border: 2px solid #E56055;
}

.powerful {
	margin-top: 50px;
	margin-bottom:75px;
}
.powerful .powerful_content {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.powerful .powerful_title {
	flex: 1 1 100px;
	font-family: Meta Serif Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: -0.01em;
	color: #000000;
}
.powerful .powerful_item {
	flex: 1 1 100px;
	display: flex;
	flex-direction: row;
	margin-top: 15px;
}
.powerful .p_item_title {
	font-family: Meta Serif Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}
.powerful .p_item_text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	color: #000000;
}
.powerful .powerful_item > img, .powerful_item-xs > img {
	margin-right: 18px;
	margin-top: -5px;
	height: 40px;
}
.powerful .p_item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: baseline;
}
.powerful .powerful_content > div:last-child {
	margin-left: 10%;
}
.powerful .powerful_item-xs {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.powerful .p_item-xs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.powerful .p_item-xs > div {
	margin-top: 10px;
}
@media (max-width: 991px) {
	.powerful .powerful_content > div:last-child {
		margin-left: 5%;
	}
}
@media (max-width: 767px) {
	.powerful .powerful_content > div:last-child {
		margin-left: 0;
	}
}

.news-container .news_container{
	height: 127px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-container .news_container hr{
	margin:0;
}
.news-container .news_container > hr {
	border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.news-container .news_container .owl-carousel {
	margin-top: auto;
	margin-bottom:auto;
}
.news-container .owl-carousel .owl-item img {
	display: block;
	height: 22px;
	width: auto;
}
#we-know {
	padding: 40px 0 50px 0;
	color: #000000;
	overflow: hidden;
}
#we-know .img-box{
	text-align: right;
}
#we-know img{
	width: 510px;
	margin-right: -80px;
}

#we-know p {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin: 20px 0;
}
#we-know .help-me {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px 10px 35px;
	color: #000000;
	opacity: 0.7;
	background-image: url("../images/theme_v2/help_me_choose.svg");
	background-repeat: no-repeat;
	padding-left: 25px;
	text-decoration: underline;
}
#we-know .help-me:hover,
#we-know .help-me:focus,
#we-know .help-me:active {
	color: #000000;
	text-decoration: none;
}
#we-know .btn-block {
	gap: 35px;
	justify-content: flex-start;
}
#we-know .why_wait{
	margin-bottom: 40px;
}
#we-know .help-me{
	margin: 0;
}
@media (max-width: 991px) {
	#we-know img {
		width: 335px;
		margin-right: 0;
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	#we-know img {
		margin-top: 0;
		width: calc(100% + 40px);
		margin-left: -20px;
		max-width: calc(100% + 40px);
	}
	#we-know .help-me {
		margin: 10px 0px 10px 0;
	}
}

.quiz_section{
	margin:35px 0;
}
.quiz_section .quiz_container {
	display: flex;
	flex-direction: row;

	justify-content: space-between;
	align-items: center;
	padding: 23px 50px 23px 0;
	margin: 0 0px;
	background: linear-gradient(105.86deg, #FFFFFF 13.76%, #FDFDFF 20.68%, #EAF1FD 66.83%, #F3E4FF 101.59%);
	border-radius:6px;
}
.quiz_section .quiz_text {
	display: flex;
	flex-direction: column;

	font-family: Meta Serif Pro;
	font-style: normal;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.01em;
}
.quiz_section .quiz_text_top{
	color:#464676;
	font-weight: 600;
}
.quiz_section .quiz_text_bottom{
	color:#29208d;
	font-weight: normal;
}
.quiz_section .btn-take-quiz {
	background: linear-gradient(267.1deg, #8A6FDF 0.26%, #E275CD 199.3%);
	border-radius: 90px;
	color: #FFFFFF;
	padding: 7px 61px;
	display: inline-block;

	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	font-size: 17px;
	white-space: nowrap;
}
.quiz_section .btn-take-quiz:hover,
.quiz_section .btn-take-quiz:focus {
	color: #FFFFFF;
	background: linear-gradient(267.1deg, #6E4CDA 0.26%, #C529A6 199.3%);
	text-decoration: none;
}
.quiz_section .img_container{
	position: relative;
	margin-right: 290px;
}
.quiz_section .img_container img{
	position: absolute;
	top: -105px;
	left: -58px;
	width: 351px;
}
@media only screen and (max-width: 991px) {
	.quiz_section .quiz_container {
		padding: 23px 10px 23px 0;
	}
	.quiz_section .btn-take-quiz {
		padding: 7px 34px;
	}
}

@media only screen and (max-width: 810px) {
	.quiz_section .btn-take-quiz {
		padding: 7px 28px;
	}
}
@media only screen and (max-width: 576px) {
	.quiz_section .quiz_container {
		flex-direction: column;
		padding: 23px 10px;
	}
	.quiz_section .img_container{
		display:none;
	}
	.quiz_section .btn-take-quiz {
		margin-top:23px;
	}
	.quiz_section .quiz_text {
		text-align: center;
	}
}
