body {
	color: #fff;
	background-image: url('../images/approved/v2/hero.svg');
	background-color: #0F1015;
	background-size: 100%;
	background-position-x: center;
	background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
	.container, .container-fluid, .container-lg, .container-md,
	.container-sm, .container-xl, .container-xxl {
		padding-right: 24px;
		padding-left: 24px;
	}
}
/* Header */
.lonyo-header-section {
	position: static;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: transparent;
}

/* Header Disclaimer */
.header__disclaimer.disclaimer {
	width: min(1440px, 100%);
	border-radius: 0 0 24px 24px;
	background: #9531B3;
	padding: 16px 0;
}

.disclaimer__text,
.disclaimer__link {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 16.9px */
}

.disclaimer__link {
	text-decoration: underline;
}

.disclaimer__link:hover {
	color: #FFF;
}

@media (max-width: 767.98px) {
	.header__disclaimer.disclaimer {
		padding: 16px 0;
	}
}

/* Header container */

.header__container {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.header__text {
	width: min(170px, 100%);
	padding: 0;
	color: #fff;
	text-align: right;
	font-size: clamp(0.813rem, 0.268vw + 0.759rem, 1rem);
	font-weight: 500;
	line-height: normal;
}

@media (max-width: 767.98px) {
	body {
		background: url('../images/approved/v2/hero-mob.jpg') #0F1015 no-repeat;
		background-size: 100%;
		background-position-x: center;
	}
	.lonyo-header-section {
		position: static;
		margin-top: 0;
	}
	.header__container {
		display: flex;
	}
	.header__container img {
		width: min(151.999px, 100%);
	}
	.lonyo-header-info-content ul li a {
			display: inline-flex;
	}

	.header__text {
		color: rgba(255, 255, 255, 0.60);
	}
}

/* Hero section */
.lonyo-hero-section {
	padding: 0;
	padding-top: clamp(8.75rem, 0.893vw + 8.571rem, 9.375rem);
	background: transparent;
}

.hero-text-wrap__top,
.hero-text-wrap__bottom {
	display : flex;
}

.hero-text-wrap__top {
	margin-bottom: clamp(5.625rem, 4.63vw + 4.583rem, 8.75rem);
}

.hero-title,
.text-note,
.hero-text-wrap__bottom p {
	flex: 1 0 50%;
}

.hero-title {
	display: flex;
	flex-direction: column;
}
.hero-title__bottom {
	align-self: end;
}

.text-note {
	padding-left: 69px;
}

.hero-text-wrap__top .text-note {
	margin-top: auto;
}

.lonyo-hero-section h1,
.lonyo-hero-section p {
	color: #F6F4EF;
}

.lonyo-hero-section h1 {
	font-size: clamp(4rem, 3.429vw + 3.164rem, 6.25rem);
}

.lonyo-hero-section p.text {
	color: #fff;
	font-weight: 400;
	line-height: 1.3;
	font-size: 24px;
}

.lonyo-hero-section p.text-note {
	color: #fff;
	font-weight: 400;
	line-height: 1.3;
	font-size: 16px;
}

@media (max-width: 991px) {
	.lonyo-header-section {
			padding: 0;
	}
}

@media (max-width: 767.98px) {

	.hero-text-wrap__top,
	.hero-text-wrap__bottom {
		flex-direction: column;
	}

	.text-note {
		padding-left: 0;
		padding-top: 32px;
	}
	.hero-title__bottom {
		align-self: start;
	}
}

@media (max-width: 500px) {
	.lonyo-hero-section h1 {
    white-space: normal;
		text-align: left;
	}
	.lonyo-hero-section p.text,
	.lonyo-hero-section p.text-note {
		text-align: left;
		padding-inline: 0;
	}
}

/* Hero Cards */

.hero__cards {
	position: relative;
	margin-top: clamp(5.625rem, 14.375vw + 2.75rem, 15.688rem);
	margin-bottom: 5px;
	display: flex;

	background: transparent;
	border-radius: 0;
}

.hero__cards::before,
.hero__cards::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: url('../images/approved/v2/line.svg');
}
.hero__cards::before{
	top: 0;
}
.hero__cards::after{
	bottom: 0;
}

@media (max-width: 767.98px) {
	.hero__cards {
		flex-wrap: wrap;
	}
}


.hero__card.card {
	flex: 1 0 50%;
	display: flex;
	flex-direction: column;
	gap: 24px;

	background: transparent;
	border-radius: 0;
	border: 0;
}
.hero__card.card:first-child {
	padding: 64px 68px 56px 0;
}
.hero__card.card:last-child {
	padding: 64px 0 56px 68px;
}

.hero__card.card:first-child::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -5px;
	right: -8px;
	width: 12px;
	height: 103%;
	background: url('../images/approved/v2/vertical.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.card__icon {
	width: 64px;
	height: 64px;
}

p.card__text {
	color: #DDD;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

@media (max-width: 767.98px) {

	.hero__card.card {
		flex: 1 0 100%;
		align-items: start;
	}

	.hero__card.card:first-child,
	.hero__card.card:last-child {
		padding: 32px 0;
	}

	.hero__card.card:first-child::after {
		background: url('../images/approved/v2/line.svg');
		bottom: 0;
		left: 0;
		top: auto;
		background-repeat: no-repeat;
		height: 2px;
		width: 100%;
	}

	p.card__text {
		text-align: left;
	}
}

/* section text */
.lonyo-section-padding2 {
	background: transparent;
	padding-top: 28px;
	padding: 0;
}

.lonyo-section-padding2 .info {
	margin-top: 48px;
	color: #A68BE8;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.lonyo-section-padding2 .info.info-bottom {
	margin-top: 32px;
}

.lonyo-section-padding2 h2 {
	margin-top: clamp(5rem, 5.714vw + 3.607rem, 8.75rem);
	color: #fff;
	width: min(865px, 100%);
	font-size: clamp(1.875rem, 1.667vw + 1.5rem, 3rem);
	line-height: normal;
	letter-spacing: normal;
}

.lonyo-section-padding2 .data {
	width: min(640px, 100%);
	margin: 24px 0;
	font-weight: 400;
	line-height: 1.3;
	color: #DDD;
	font-size: 20px;
}

.lonyo-default-btn.hero-btn {
	background-color: #A68BE8;
}

.lonyo-default-btn.hero-btn:hover {
	color: #0F1015;
}

@media (max-width: 767.98px) {
	.lonyo-section-padding2 .info {
		margin: 20px auto;
		text-align: left;
	}
	.lonyo-section-padding2 h2 {
		text-align: left;
	}
	.lonyo-section-padding2 .data {
		text-align: left;
		font-size: 16px;
	}
}

/* Footer */
.lonyo-footer-section {
	position: relative;
	color: #F6F4EF;
	margin-top: clamp(5rem, 5.357vw + 3.929rem, 8.75rem);
	padding: 0;
	padding-top: 8px;
}

.lonyo-footer-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	width: 100%;
	height: 100%;
	background: url('../images/approved/v2/bg-foo.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.lonyo-footer-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	width: 100%;
	height: 100%;
	background: url('../images/approved/v2/bg-foo-right.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.lonyo-footer-section .container {
	position: relative;
	display: flex;
}

.lonyo-footer-section .container::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: url('../images/approved/v2/line.svg');
	background-repeat: no-repeat;
}

.footer__logo-wrap {
	position: relative;
	flex: 0 1 50%;
	padding-top:clamp(2.188rem, 2.679vw + 1.652rem, 4.063rem);

}

.footer__logo-wrap::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -5px;
	right: -8px;
	width: 12px;
	height: 103%;
	background: url('../images/approved/v2/vertical-footer.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footer__logo-wrap p {
	color: #ddd;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.footer__logo-wrap .footer__link {
	color: #ddd;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration-color 0.3s ease;
	transition: all 0.3s ease;
}

.footer__logo-wrap .footer__link:hover {
	text-decoration-color: currentColor;
}

@media (max-width: 767.98px) {
	.footer__logo-wrap::after {
		content: none;
	}
	.lonyo-footer-section .container::before {
		left: 0;
	}
}

.footer__list-wrap {
	flex: 1 1 50%;
	display: flex;
	justify-content: space-between;
	padding-left: clamp(1.25rem, 3.81vw + 0.321rem, 3.75rem);
	padding-top:clamp(2.188rem, 2.679vw + 1.652rem, 4.063rem);
	padding-bottom: clamp(1.875rem, 6.25vw + 0.625rem, 6.25rem);
}

@media (min-width: 1200px) {
	.footer__list-wrap-first {
		padding-left: clamp(0rem, 8.915vw - 4.274rem, 3.75rem);
	}
}
@media (max-width: 992px) {
	.footer__list-wrap {
		flex-wrap: wrap;
	}
}

.lonyo-footer-section ul li a,
.lonyo-footer-section ul li button {
	color: #DDD;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}


.lonyo-footer-bottom-text {
    border-top: 1px solid rgba(246, 244, 239, 0.10);
}

.lonyo-footer-menu ul li {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.lonyo-footer-section {
			padding: 60px 0;
			margin-top: 0;
	}
	.footer__logo-wrap {
		padding-left: 0;
	}
	.footer__list-wrap {
			padding: 0;
	}
	.lonyo-footer-section .container {
		flex-direction: column;
	}
}

/* Form modal */
.fancybox__backdrop {
    opacity: 0.5 !important;
}
#wpcf7-f9-o1.wpcf7-hidden {
		display: none;
    opacity: 0;
    visibility: hidden;
}

.form-modal .success-message {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#wpcf7-f9-o1 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.lonyo-main-field .wpcf7-form-control-wrap {
	position: relative;
	display: flex;
}

.lonyo-main-field .wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	font-size: 0.8em;
}

#wpcf7-f9-o1 .wpcf7-spinner,
#wpcf7-f9-o1 .wpcf7-response-output {
	display: none;
}

#wpcf7-f9-o1 .wpcf7-form-control.wpcf7-submit {
	background-color: #142d6f;
	color: #fff;
	transition: all 0.2s ease;
	border: 1px solid #142d6f;
	border-radius: 3px;
}

#wpcf7-f9-o1 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #fff;
	color: #142d6f;
}

/* Arrow UP */
.progress-wrap {
    mix-blend-mode: multiply;
}

/* Policy modal */
.policy-modal {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: clamp(1rem, 5vw + 0rem, 2.5rem) clamp(1rem, 7.083vw - 0.417rem, 3.125rem);
    border-radius: 8px;
    background: #F6F4EF;
    color: #142D6F;
}

.policy-modal h2 {
    font-size: clamp(2.188rem, 6.25vw + 0.938rem, 4.063rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}

.policy-modal h3 {
    font-size: clamp(1.375rem, 1.25vw + 1.125rem, 1.75rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.1px;
}

.policy-modal p,
.policy-modal li {
    font-family: Inter;
    font-size: clamp(0.938rem, 1.042vw + 0.729rem, 1.25rem);
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}

.policy-modal ul {
    padding-left: 2rem;
}

.policy-modal ul li {
    list-style-type: disc;
}
