.page_loader {
	display: none;
	background: #56002F;
	background: linear-gradient(350deg, #5D2901 -4.32%, #DFBD88 62.71%);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	opacity: 0.85;
}

.page_loader span.loading {
	position: relative;
	top: -20px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
}

.page_loader.custom_text span.loading {
	position: relative;
	top: -60px;
	margin: 0 -30px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 1.5;
}

.page_loader .lds-roller {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

img.draggable {
	position: relative;
}


.answer-box-circle {
	width: 112px;
	height: 112px;
}

.answer-box-circle svg {
	display: block;
}

.answer-box-circle.wrong_ans svg {
	/*display: none;*/
}

.answer-box-circle svg {
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 105%;
	height: 105%;
	transform: translate(50%, 50%) rotateY(-180deg) rotateZ(-90deg);
}

.answer-box-circle svg circle {
	stroke-dasharray: 344px;
	stroke-dashoffset: 0px;
	stroke-linecap: round;
	stroke-width: 0px;
	stroke: #0d4690;
	box-shadow: 0 0 9px 0 #0d4690;
	fill: none;
}

.answer-box-circle.animate svg circle {
	animation: countdown 10s linear 1 forwards;
}

.answer-box-circle:before {
	display: none;
}

@media all and (min-width: 576px) {
	.answer-box-circle {
		width: 132px;
		height: 132px;
	}
	.answer-box-circle.animate svg circle {
		animation: countdownDesktop 10s linear 1 forwards;
	}
	.answer-box-circle svg circle {
		stroke-dasharray: 412px;
		r: 66px;
		cx: 70px;
		cy: 70px;
	}
}

@keyframes countdown {
	0% {
		stroke-dashoffset: 344px;
		stroke-width: 0px;
	}
	1% {
		stroke-dashoffset: 0px;
		stroke-width: 3px;
	}
	99% {
		stroke-dashoffset: 344px;
		stroke-width: 3px;
	}
	100% {
		stroke-dashoffset: 344px;
		stroke-width: 0px;
	}
}

@keyframes countdownDesktop {
	0% {
		stroke-dashoffset: 412px;
		stroke-width: 0px;
	}
	1% {
		stroke-dashoffset: 0px;
		stroke-width: 3px;
	}
	99% {
		stroke-dashoffset: 412px;
		stroke-width: 3px;
	}
	100% {
		stroke-dashoffset: 412px;
		stroke-width: 0px;
	}
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FFF;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



.form-group {
	position: relative;
}


.checkbox-row label.error {
	bottom: 0;
	top: 100%;
}

@media all and (min-width: 576px) {
	.checkbox-row label.error {
		bottom: -0.6rem;
		top: auto;
	}
}
.footer1{
	position: absolute;
	width: 375px;
	height: 99px;
	left: 0px;
	top: 1628px;
}

.score_page .score_bg__bottom.change_txt{
	font-size: 30px !important;
}

.ipad_mini_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.score_page.sorry .ipad_mini {
	width: auto;
}

@media (max-width: 767px) {
    .score_page.sorry .ipad_mini {
        margin-bottom: 0;
    }
}


/*new css*/
body {
    background-image: linear-gradient(350deg, #5D2901 -4.32%, #DFBD88 62.71%);
    font-family: 'almonitzarregularaaa';
}

input, textarea, select, button {
    font-family: inherit;
}

.btn {
    margin-top: 7px;
    padding: 5px 15px;
    min-width: 191px;
    min-height: 47px;
    height: auto;
    line-height: 1;
    background: #DFBD88;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    font-family: 'almonitzarboldaaa';
    font-size: 22px;
    font-weight: 700;
    color: #381E08;
    letter-spacing: 1px;
    width: initial;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.btn img {
    width: 9px;
    margin-right: 11px;
}

.intro_product .intro-product-img img {
    max-width: 100%;
    height: auto;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.get-started-box h1 {
    color: #381E08;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.192px;
    margin: 30px 0 0;
}

.get-started-box .started-info-text {
    color: #381E08;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 12px auto 0;
    padding: 0;
    max-width: 285px;
}

.get-started-box .container {
    max-width: 400px;
}

.get-started-box #intro_form {
    margin-top: 25px;
}

.form-group .form-input {
    padding: 0 20px;
    filter: none;
    font-size: 20px;
    color: #000;
}

.checkbox-row .custom-checkbox {
    font-size: 19px;
    line-height: 1.1;
    min-height: 23px;
}

.checkbox-row .custom-checkbox .fake-input {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.50);
}

.checkbox-row .custom-checkbox .fake-input:before {
    background: #A06B00;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

#intro_form .btn {
    width: auto;
    min-width: 191px;
    min-height: 47px;
    padding: 4px 0 0;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    color: #381E08;
    border-radius: 30.5px;
    background: #DFBD88;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.links {
    margin-top: 27px;
    padding-bottom: 0;
}

.links a {
    color: #FFF;
    text-align: center;
    font-family: 'almonitzarboldaaa';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 1.75rem;
    letter-spacing: 0.75px;
}

.bottom-info {
    margin-top: 20px;
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.get-started-box .bottom-info {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.intro_box {
    background: url('assets/images/gold-img/gold-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 15px;
    z-index: 10;
}

.intro_box--inner::before {
    content: "";
    border-radius: 431px;
    opacity: 0.8;
    background: #310E06;
    filter: blur(31.75182342529297px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 174px;
    z-index: -8;
}

.intro_box .logo {
    margin-right: auto;
    display: block;
    width: auto;
    max-width: 100%;
}

.intro_box__inner {
    margin: 0 auto;
    max-width: 276px;
}

.intro_box__content {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 23.744px */
    margin-bottom: 90px;
}

.intro_box__content .intro_box__bold {
    color: #FFF;
    font-size: 48.398px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 38.465px */
    max-width: 219px;
    margin: 5px auto 0;
}

.intro_box__inner img {
    width: 152px;
    display: block;
    margin-right: -35px;
}

.intro_box__inner img[alt="gold"] {
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.6));
}

.intro_product {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 8px 0 38px;
}

.intro_product .down-arrow {
    width: 43px;
}

.intro_product .down-arrow img {
    max-width: 100%;
    height: auto;
}

.intro_product .intro-product-img {
    width: 100px;
}

.intro_product .intro-feat-list {
    flex: initial;
}

.intro_product .intro-feat {
    max-width: 117px;
    margin: 0 auto 36px 0;
}

.intro_product .intro-feat img {
    width: auto;
    max-width: 100%;
}

.intro_product .intro-feat .intro-feat-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4.218128204345703px 4.218128204345703px rgba(0, 0, 0, 0.25);
    font-size: 28.79px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.9; /* 22.882px */
}

.intro-flavor {
    margin: 4px auto 0;
    max-width: 311px;}

.intro-flavor .intro-flavor-title {
    margin-bottom: 12px;
}

.intro-flavor .intro-flavor-desc {
    text-align: initial;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 103.333% */
    letter-spacing: -0.5px;
}

.intro-exp-block {
    position: fixed;
    bottom: 9vh;
    left: 0;
    right: 0;
    background: #000;
    /* min-height: 84px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 13px 42px; */
    max-width: 576px;
    margin: 0 auto;
}

.bottom-image.active .intro-exp-block {
    position: inherit;
    bottom: 0;
}

.intro-exp-block img {
    max-width: 100%;
    height: auto;
    position: static;
    margin: 0;
    transform: none;
}

.intro-exp-block .intro-exp-txt {
    flex: 1;
    text-align: center;
}

.intro-exp-block .btn {
    margin-top: 0;
    margin-bottom: 0;
    background: url('assets/images/gold-img/btn-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    min-width: 114px;
    width: auto;
    min-height: 38px;
    padding: 0;
    font-weight: 500;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.intro-exp-subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2px;
}

.intro-exp-block .intro-exp-txt img {
    position: static;
    margin: 0;
    max-width: 134px;
    transform: none;
}

.leadform__wrapper {
    background: url('assets/images/gold-img/leadform-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.leadform {
    padding-top: clamp(170px, 45vw, 240px);
    padding-bottom: 50px;
}

.leadform img.logo {
    position: absolute;
    top: 15px;
    left: 15px;
}

.leadform h1 {
    margin-bottom: 15px;
    opacity: 1;
    font-family: 'almonitzarmediumaaa';
    font-size: 40px;
    font-weight: 500;
    line-height: 0.8;
}

.leadform p {
    opacity: 1;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}

.leadform form#leadform {
    margin: 15px 0 0;
}

.leadform .form-group {
    padding-bottom: 25px;
}

.leadform form#leadform .btn {
    margin-top: 7px;
    padding: 5px 15px;
    min-width: 191px;
    min-height: 47px;
    height: auto;
    line-height: 1;
    background: #DFBD88;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    font-family: 'almonitzarboldaaa';
    font-size: 20px;
    font-weight: 700;
    color: #381E08;
}

.leadform form#leadform .btn img {
    width: 9px;
    margin-right: 15px;
}

.leadform .bottom-info {
    margin-top: 15px;
    font-size: 15px;
    text-align: initial;
}

.leadform .bottom-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.leadform .form-group .form-input span.input-labe {
    height: calc(100% - 4px);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2px;
}

.leadform .form-group img {
    top: 32%;
}

#wrapper.otp {
    padding-top: 30px !important;
    padding-bottom: 95px !important;
    background-image: url('assets/images/gold-img/data-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    min-height: 100vh;
}

.otp__content {
    padding-top: 24px;
}

.otp__body h1,
.otp__body .otp-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 25px;
}

.otp__body h2 {
    line-height: 1;
    margin-bottom: 22px;
    letter-spacing: 0.7px;
    max-width: 90%;
    font-size: 26px;
}

.otp__body h3 {
    font-weight: 500;
    margin-bottom: 0.3em;
}

.otp .see_the_score_link {
    padding: 5px 15px;
    min-width: 191px;
    min-height: 47px;
    height: auto;
    line-height: 1;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #DFBD88;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    font-size: 23px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.otp .see_the_score_link img {
    width: 9px;
    margin: 0 15px 0 0;
}

.otp__code img.verify-img {
    margin-bottom: 25px;
}

.otp__body .update_phone, 
.otp__body .resend_code {
    font-size: 22px;
    letter-spacing: 0.7px;
}

.otp__code .otp-title {
    margin-bottom: 25px;
}

.otp__body .resend_code {
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid;
    display: table;
    margin: 24px auto 0;
    line-height: 1;
}

.page-template-template-final .score_page .score_bg,
.score_page.sorry .score_bg {
    padding-top: 15px;
    padding-bottom: 32px;
    background-image: url('assets/images/gold-img/leadform-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.score_page.sorry .score_bg {
    padding-bottom: 56px;
}

.score_page .score_bg img.logo {
    display: block;
    margin-right: auto;
    margin-left: 15px;
    max-width: 100%;
    height: auto;
}

.score_page .score-bg-holder {
    border-radius: 10px;
    background: linear-gradient(119deg, rgba(255, 255, 255, 0.80) 14.6%, rgba(255, 255, 255, 0.89) 28.6%, rgba(255, 255, 255, 0.30) 101.3%);
    backdrop-filter: blur(7.5px);
    max-width: 317px;
    margin: 110px auto 0;
    padding-bottom: 15px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.score_page .score_bg__text::before {
    content: "";
    background-image: url('assets/images/gold-img/score-btm-decor.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -25px;
    z-index: -9;
}

.score_page .score_bg__top {
    margin: 0;
    position: static;
}

.score_page .score_bg__top {
    padding: 20px 20px 0;
}

.score_page .score_bg__top div:first-child,
.score_page .score_bg__top .score-top-title {
    color: #381E08;
    text-align: center;
    font-family: 'almonitzarboldaaa';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.75% */
    letter-spacing: 0.5px;
}

.score_page .score_bg__top .score-top-gold {
    background: linear-gradient(98deg, #833F03 36.08%, #F1A94C 67.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'almonitzarboldaaa';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
}

.score_page .score_bg__top .score-top-desc {
    color: #381E08;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; /* 129.167% */
    letter-spacing: -0.192px;
}

.score_page .score_bg__top .collect span {
    background: linear-gradient(115deg, #944F0E 2%, #EBA348 76.38%);
    border-radius: 100%;
    min-width: 77px;
    min-height: 39px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 6px #FFCA80) drop-shadow(0px 0px 12px #FFCA80);
    color: #381E08;
    text-align: center;
    font-family: 'almonitzarboldaaa';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8; /* 86.111% */
    padding-top: 3px;
    margin-bottom: 5px;
}

.score_page .score_bg__top .collect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #381E08;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.192px;
}

.score_page .score_bg__top .score-info {
    color: #381E08;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 83.333% */
    letter-spacing: 0.192px;
}

.score_page .score_bg__text {
    margin: 0;
    padding: 0;
    /* background-image: url('assets/images/gold-img/score-btm-decor.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%; */
}

.score_page .score_bg__text_top {
    background: none;
    position: static;
    padding: 35px 0 0;
    margin: 0;
    color: #381E08;
    text-align: center;
    font-family: 'almonitzarboldaaa';
    font-size: 28.872px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    height: auto;
    letter-spacing: 0.5px;
}

.score_page .score_bg .share {
    display: inline-block;
}

.score_page .score_bg .share img {
    width: auto;
    max-width: 100%;
}

.score_page .score_bg__text_bottom {
    color: #381E08;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.5px;
    letter-spacing: 0.3px;
}

.score_page .score_bg__text_bottom {
    color: #381E08;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.5px; /* 103.333% */
    letter-spacing: -0.5px;
}

.score_page .score_bg .share {
    display: inline-block;
}

.score_page .score_bg .share img {
    width: auto;
    max-width: 100%;
}

.score_page .score_bottom {
    margin: 22px auto 0;
    padding: 0 15px;
    background: none;
    font-size: 15px;
    text-align: initial;
    max-width: 311px;
    color: #fff;
    line-height: 1.1;
}

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

.knowledge-block {
    background: #F8EFE6;
    padding: 25px 0 20px;
    text-align: center;
}

.knowledge-block .knowledge-block-inner {
    padding: 0 15px;
}

.knowledge-block .knowledge-title-holder {
    margin-bottom: 20px;
}

.knowledge-block .knowledge-block-title {
    color: #381E08;
    font-family: 'almonitzarboldaaa';
    font-size: 28.872px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 93.75% */
    letter-spacing: -0.173px;
    text-transform: uppercase;
}

.knowledge-block .knowledge-block-desc {
    color: #381E08;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 103.333% */
    letter-spacing: -0.5px;
    margin-top: 5px;
}

.knowledge-item-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.knowledge-item-holder .knowledge-item {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px);
    margin: 0 9px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.knowledge-item-holder .knowledge-item-img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.knowledge-item-holder .knowledge-item-content {
    padding: 7px 9px 11px;
    text-align: left;
}

.knowledge-item-holder .knowledge-item-title {
    font-family: 'almonitzarboldaaa';
    color: #381E08;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1; /* 129.167% */
}

.knowledge-item-holder .knowledge-item-desc {
    color: #381E08;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

.knowledge-item-holder .btn-link {
    display: inline-block;
    margin-top: 5px;
}

.knowledge-item-holder .btn-link img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.score_page.sorry .score_bg__top {
    margin-top: 0;
}

.score_page.sorry .score_bg__text_top {
    font-size: 25px;
    padding-top: 40px;
}

.score_page.sorry .score_bg__top div:first-child,
.score_page.sorry .score_bg__top .score-top-title {
    font-size: 25px;
    line-height: 1;
}

.score_page.sorry .score_bg__text {
    padding-top: 0;
    padding-bottom: 0;
}

.score_page.sorry .score_bg__text::before {
    top: 0;
}

.score_page .score_bg__text_bottom {
    margin-top: -14px;
}

@media (max-width: 767px) {
    .intro-exp-block {
        bottom: 10vh;
    }
}
