a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
a {
	text-decoration: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ladi-html strong {
	font-weight: 700;
}
.ladi-html em {
	font-style: italic;
}
.ladi-html a {
	text-decoration: underline;
}
body {
	font-size: 12px;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #fff;
}
.ladi-loading {
	width: 80px;
	height: 80px;
	z-index: 900000000000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}
.ladi-loading div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	animation: ladi-loading 1.2s linear infinite;
}
.ladi-loading div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
}
.ladi-loading div:nth-child(2) {
	animation-delay: -0.1s;
	top: 22px;
	left: 62px;
}
.ladi-loading div:nth-child(3) {
	animation-delay: -0.2s;
	top: 11px;
	left: 52px;
}
.ladi-loading div:nth-child(4) {
	animation-delay: -0.3s;
	top: 7px;
	left: 37px;
}
.ladi-loading div:nth-child(5) {
	animation-delay: -0.4s;
	top: 11px;
	left: 22px;
}
.ladi-loading div:nth-child(6) {
	animation-delay: -0.5s;
	top: 22px;
	left: 11px;
}
.ladi-loading div:nth-child(7) {
	animation-delay: -0.6s;
	top: 37px;
	left: 7px;
}
.ladi-loading div:nth-child(8) {
	animation-delay: -0.7s;
	top: 52px;
	left: 11px;
}
.ladi-loading div:nth-child(9) {
	animation-delay: -0.8s;
	top: 62px;
	left: 22px;
}
.ladi-loading div:nth-child(10) {
	animation-delay: -0.9s;
	top: 66px;
	left: 37px;
}
.ladi-loading div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
}
.ladi-loading div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
}
@keyframes ladi-loading {
	0%,
	100%,
	20%,
	80% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}
.overflow-hidden {
	overflow: hidden;
}
.ladi-transition {
	transition: all 150ms linear 0s;
}
.opacity-0 {
	opacity: 0;
}
.height-0 {
	height: 0 !important;
}
.transition-readmore {
	transition: height 350ms linear 0s;
}
.transition-collapse {
	transition: height 150ms linear 0s;
}
.transition-parent-collapse-height {
	transition: height 150ms linear 0s;
}
.transition-parent-collapse-top {
	transition: top 150ms linear 0s;
}
.pointer-events-none {
	pointer-events: none;
}
.ladipage-message {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000000000;
	background: rgba(0, 0, 0, 0.3);
}
.ladipage-message .ladipage-message-box {
	width: 400px;
	max-width: calc(100% - 50px);
	height: 160px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #fff;
	position: fixed;
	top: calc(50% - 155px);
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 10px;
}
.ladipage-message .ladipage-message-box span {
	display: block;
	background-color: rgba(6, 21, 40, 0.05);
	color: #000;
	padding: 12px 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
	display: -webkit-box;
	font-size: 14px;
	padding: 0 20px;
	margin-top: 10px;
	line-height: 18px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	margin: 0 auto;
	padding: 10px 0;
	border: none;
	width: 80px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	background-color: #e6e6e6;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	cursor: pointer;
}
.ladi-wraper {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
}
.ladi-section {
	margin: 0 auto;
	position: relative;
}
.ladi-section[data-tab-id] {
	display: none;
}
.ladi-section.selected[data-tab-id] {
	display: block;
}
.ladi-section .ladi-section-arrow-down {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	z-index: 90000040;
}
.ladi-section .ladi-section-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 90000040;
}
.ladi-section .ladi-section-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
}
.ladi-container {
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.ladi-element {
	position: absolute;
}
.ladi-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}
.ladi-survey {
	width: 100%;
	display: inline-block;
}
.ladi-survey .ladi-survey-option {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration-line: inherit;
	-webkit-text-decoration-line: inherit;
	transition: inherit;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.ladi-survey .ladi-survey-option-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: inherit;
}
.ladi-survey .ladi-survey-option-label {
	display: block;
	text-decoration-line: inherit;
	-webkit-text-decoration-line: inherit;
	position: relative;
}
.ladi-survey .ladi-survey-option-image {
	background-size: cover;
	background-position: center center;
	pointer-events: none;
	vertical-align: middle;
	border-radius: inherit;
	position: relative;
}
.ladi-survey .ladi-survey-button-next {
	display: block;
}
.ladi-survey .ladi-survey-button-next.empty {
	display: none;
}
.ladi-survey .ladi-survey-button-next.no-select {
	display: none;
}
.ladi-survey .ladi-survey-button-next button {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 2px;
}
.ladi-survey .ladi-survey-button-next button:active {
	transform: translateY(2px);
	transition: transform 0.2s linear;
}
.ladi-carousel {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	touch-action: pan-y;
}
.ladi-carousel .ladi-carousel-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	transition: left 350ms ease-in-out;
}
.ladi-carousel .ladi-carousel-arrow {
	position: absolute;
	top: calc(50% - (33px) / 2);
	cursor: pointer;
	z-index: 90000040;
}
.ladi-carousel .ladi-carousel-arrow-left {
	left: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ladi-carousel .ladi-carousel-arrow-right {
	right: 5px;
}
.ladi-gallery {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-gallery .ladi-gallery-view {
	position: absolute;
	overflow: hidden;
	touch-action: pan-y;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	transition: transform 0.5s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
	cursor: pointer;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: url(../img/ladipage-play.svg) no-repeat center center;
	background-size: contain;
	pointer-events: none;
	cursor: pointer;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
	left: 0;
	transform: translate3d(100%, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev,
.ladi-gallery .ladi-gallery-view > .selected {
	display: block;
}
.ladi-gallery .ladi-gallery-view > .selected {
	left: 0;
}
.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.ladi-gallery .ladi-gallery-view > .next {
	left: 100%;
}
.ladi-gallery .ladi-gallery-view > .prev {
	left: -100%;
}
.ladi-gallery .ladi-gallery-view > .next.left,
.ladi-gallery .ladi-gallery-view > .prev.right {
	left: 0;
}
.ladi-gallery .ladi-gallery-view > .selected.left {
	left: -100%;
}
.ladi-gallery .ladi-gallery-view > .selected.right {
	left: 100%;
}
.ladi-gallery .ladi-gallery-control {
	position: absolute;
	overflow: hidden;
	touch-action: pan-y;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
	width: 100%;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
	top: 0;
	width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
	top: 0;
	width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
	width: 100%;
	bottom: 0;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
	height: 100%;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
	height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
	height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
	height: 100%;
	right: 0;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
	position: absolute;
	top: calc(50% - (33px) / 2);
	cursor: pointer;
	z-index: 90000040;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
	left: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
	right: 5px;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
	position: absolute;
	cursor: pointer;
	z-index: 90000040;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
	top: calc(50% - (33px) / 2);
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
	left: 0;
	transform: rotate(180deg) scale(0.6);
	-webkit-transform: rotate(180deg) scale(0.6);
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
	right: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
	left: 0;
	transform: rotate(180deg) scale(0.6);
	-webkit-transform: rotate(180deg) scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
	right: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
	left: calc(50% - (33px) / 2);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
	top: 0;
	transform: scale(0.6) rotate(270deg);
	-webkit-transform: scale(0.6) rotate(270deg);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
	bottom: 0;
	transform: scale(0.6) rotate(90deg);
	-webkit-transform: scale(0.6) rotate(90deg);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
	top: 0;
	transform: scale(0.6) rotate(270deg);
	-webkit-transform: scale(0.6) rotate(270deg);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
	bottom: 0;
	transform: scale(0.6) rotate(90deg);
	-webkit-transform: scale(0.6) rotate(90deg);
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
	position: relative;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
	display: -webkit-inline-flex;
	display: inline-flex;
	left: 0;
	transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
	display: -webkit-inline-flex;
	display: inline-flex;
	left: 0;
	transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
	display: inline-grid;
	top: 0;
	transition: top 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
	display: inline-grid;
	top: 0;
	transition: top 150ms ease-in-out;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	position: relative;
	cursor: pointer;
	filter: invert(15%);
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url(../img/ladipage-play.svg) no-repeat center center;
	background-size: contain;
	pointer-events: none;
	cursor: pointer;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
	filter: none;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
	filter: none;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.ladi-table {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.ladi-table table {
	width: 100%;
}
.ladi-table table td {
	vertical-align: middle;
}
.ladi-table tbody td {
	word-break: break-word;
}
.ladi-table table td img {
	cursor: pointer;
	width: 100%;
}
.ladi-box {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ladi-tabs {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-tabs .ladi-tabs-background {
	height: 100%;
	width: 100%;
	pointer-events: none;
}
.ladi-tabs > .ladi-element[data-index] {
	display: none;
}
.ladi-tabs > .ladi-element.selected[data-index] {
	display: block;
}
.ladi-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ladi-frame .ladi-frame-background {
	height: 100%;
	width: 100%;
	pointer-events: none;
	transition: inherit;
}
.ladi-banner {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ladi-banner .ladi-banner-background {
	height: 100%;
	width: 100%;
	pointer-events: none;
}
#SECTION_POPUP .ladi-container {
	z-index: 90000070;
}
#SECTION_POPUP .ladi-container > .ladi-element {
	z-index: 90000070;
	position: fixed;
	display: none;
}
#SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
	position: relative !important;
}
#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
	display: block !important;
	visibility: hidden !important;
}
#SECTION_POPUP .popup-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9000000080;
	cursor: pointer;
}
.ladi-popup {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-popup .ladi-popup-background {
	height: 100%;
	width: 100%;
	pointer-events: none;
}
.ladi-countdown {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-countdown .ladi-countdown-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
	display: table;
	pointer-events: none;
}
.ladi-countdown .ladi-countdown-text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: inherit;
	display: table;
	pointer-events: none;
}
.ladi-countdown .ladi-countdown-text span {
	display: table-cell;
	vertical-align: middle;
}
.ladi-countdown > .ladi-element {
	text-decoration: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
	position: relative;
	display: inline-block;
}
.ladi-countdown > .ladi-element:last-child {
	margin-right: 0 !important;
}
.ladi-button {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ladi-button:active {
	transform: translateY(2px);
	transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
	height: 100%;
	width: 100%;
	pointer-events: none;
	transition: inherit;
}
.ladi-button > .ladi-element {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	display: table;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.ladi-button > .ladi-element .ladi-headline {
	display: table-cell;
	vertical-align: middle;
}
.ladi-collection {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-collection.carousel {
	overflow: hidden;
}
.ladi-collection .ladi-collection-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	transition: left 350ms ease-in-out;
}
.ladi-collection .ladi-collection-content .ladi-collection-item {
	display: block;
	position: relative;
	float: left;
}
.ladi-collection .ladi-collection-content .ladi-collection-page {
	float: left;
}
.ladi-collection .ladi-collection-arrow {
	position: absolute;
	top: calc(50% - (33px) / 2);
	cursor: pointer;
	z-index: 90000040;
}
.ladi-collection .ladi-collection-arrow-left {
	left: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ladi-collection .ladi-collection-arrow-right {
	right: 5px;
}
.ladi-collection .ladi-collection-button-next {
	position: absolute;
	bottom: -40px;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	z-index: 90000040;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ladi-form {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-form > .ladi-element {
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-form .ladi-button > .ladi-element {
	color: initial;
	font-size: initial;
	font-weight: initial;
	text-transform: initial;
	text-decoration: initial;
	font-style: initial;
	text-align: initial;
	letter-spacing: initial;
	line-height: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container {
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-form > [data-quantity="true"] .ladi-form-item-container {
	overflow: hidden;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 9px 6px !important;
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
	width: calc(100% / 2 - 5px);
	max-width: calc(100% / 2 - 5px);
	min-width: calc(100% / 2 - 5px);
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
	margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
	width: calc(100% / 3 - 5px);
	max-width: calc(100% / 3 - 5px);
	min-width: calc(100% / 3 - 5px);
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
	margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
	margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
	color: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
	text-transform: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
	text-decoration: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
	vertical-align: middle;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"] {
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="false"] {
	text-transform: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-form .ladi-form-item-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-form .ladi-form-item-title-value {
	font-weight: 700;
	word-break: break-word;
}
.ladi-form .ladi-form-label-container {
	position: relative;
	width: 100%;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item {
	display: inline-block;
	cursor: pointer;
	position: relative;
	border-radius: 0 !important;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
	display: none !important;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
	opacity: 0.35;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
	opacity: 0.2;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
	opacity: 0.15;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
	content: "";
	width: 0;
	height: 0;
	bottom: -1px;
	right: -1px;
	position: absolute;
	border-width: 0 0 15px 15px;
	border-color: transparent;
	border-style: solid;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
	content: "";
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 7px;
	height: 7px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.ladi-form .ladi-form-item {
	width: 100%;
	height: 100%;
	position: absolute;
}
.ladi-form .ladi-form-item-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
	height: auto;
}
.ladi-form .ladi-form-item .ladi-form-control {
	background-color: transparent;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	color: inherit;
	font-size: inherit;
	border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
	padding: 10px 5px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: table;
	border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
	display: inline-block;
	border: none;
	position: relative;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
	vertical-align: middle;
	width: 13px;
	height: 13px;
	display: table-cell;
	margin-right: 5px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
	display: table-cell;
	cursor: default;
	vertical-align: middle;
	word-break: break-word;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
	position: absolute;
	top: 4px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
	padding-left: 18px;
}
.ladi-form .ladi-form-item textarea.ladi-form-control {
	resize: none;
	padding: 5px;
}
.ladi-form .ladi-form-item select.ladi-form-control
{
	padding: 0 1px; 
}
.ladi-form .ladi-button {
	cursor: pointer;
}
.ladi-form .ladi-button .ladi-headline {
	cursor: pointer;
	user-select: none;
}
.ladi-combobox {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-combobox .ladi-combobox-item-container {
	position: absolute;
	width: 100%;
	height: 100%;
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
	width: 100%;
	height: 100%;
	position: absolute;
	text-transform: inherit;
	text-decoration: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
	color: initial;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
	background-color: transparent;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	font-size: inherit;
	border: none;
	text-transform: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	background-size: inherit;
	background-attachment: inherit;
	background-origin: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 9px 6px !important;
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
	text-decoration: inherit;
}
.ladi-cart {
	position: absolute;
	width: 100%;
	font-size: 12px;
}
.ladi-cart .ladi-cart-row {
	position: relative;
	display: inline-table;
	width: 100%;
}
.ladi-cart .ladi-cart-row:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #dcdcdc;
}
.ladi-cart .ladi-cart-no-product {
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}
.ladi-cart .ladi-cart-image {
	width: 16%;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
.ladi-cart .ladi-cart-image img {
	max-width: 100%;
}
.ladi-cart .ladi-cart-title {
	vertical-align: middle;
	padding: 0 5px;
	word-break: break-all;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-name {
	display: block;
	margin-bottom: 5px;
	word-break: break-word;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
	font-weight: 700;
	display: block;
	word-break: break-word;
}
.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
	position: absolute;
	top: -3px;
	right: -5px;
	background: rgba(150, 149, 149, 0.9);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.ladi-cart .ladi-cart-quantity {
	width: 70px;
	vertical-align: middle;
	text-align: center;
}
.ladi-cart .ladi-cart-quantity-content {
	display: -webkit-inline-flex;
	display: inline-flex;
}
.ladi-cart .ladi-cart-quantity input {
	width: 24px;
	text-align: center;
	height: 22px;
	-moz-appearance: textfield;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.ladi-cart .ladi-cart-quantity button {
	border: 1px solid #dcdcdc;
	cursor: pointer;
	text-align: center;
	width: 21px;
	height: 22px;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.ladi-cart .ladi-cart-quantity button:active {
	transform: translateY(2px);
	transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-quantity button span {
	font-size: 18px;
	position: relative;
	left: 0.5px;
}
.ladi-cart .ladi-cart-quantity button:first-child span {
	top: -1.2px;
}
.ladi-cart .ladi-cart-price {
	width: 100px;
	vertical-align: middle;
	text-align: right;
	padding: 0 10px 0 5px;
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
	text-decoration: line-through;
	display: block;
	margin-bottom: 3px;
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
	text-decoration: none;
	color: #e85d04;
	font-weight: 700;
	margin-bottom: 0;
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
	margin-top: 5px;
	display: block;
	word-break: break-word;
}
.ladi-cart .ladi-cart-action {
	width: 28px;
	vertical-align: middle;
	text-align: center;
}
.ladi-cart .ladi-cart-action button {
	border: 1px solid #dcdcdc;
	cursor: pointer;
	text-align: center;
	width: 25px;
	height: 22px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.ladi-cart .ladi-cart-action button:active {
	transform: translateY(2px);
	transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-action button span {
	font-size: 13px;
	position: relative;
	top: 0.5px;
}
.ladi-video {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.ladi-video .ladi-video-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.ladi-group {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-button-group {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-button-group > .ladi-element {
	transition: inherit;
}
.ladi-button-group > .ladi-element > .ladi-button {
	transition: inherit;
}
.ladi-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.ladi-html-code {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ladi-image {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.ladi-image .ladi-image-background {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: scroll;
	background-origin: content-box;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.ladi-headline {
	width: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
}
.ladi-headline a {
	text-decoration: underline;
}
.ladi-paragraph {
	width: 100%;
	display: inline-block;
}
.ladi-paragraph a {
	text-decoration: underline;
}
.ladi-list-paragraph {
	width: 100%;
	display: inline-block;
}
.ladi-list-paragraph a {
	text-decoration: underline;
}
.ladi-list-paragraph ul li {
	position: relative;
	counter-increment: linum;
}
.ladi-list-paragraph ul li:before {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.ladi-list-paragraph ul li:last-child {
	padding-bottom: 0 !important;
}
.ladi-line {
	position: relative;
}
.ladi-line .ladi-line-container {
	border-bottom: 0 !important;
	border-right: 0 !important;
	width: 100%;
	height: 100%;
}
a[data-action] {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}
a:visited {
	color: inherit;
}
a:link {
	color: inherit;
}
.button-unmute {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.button-unmute div {
	background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center center;
}
[data-opacity="0"] {
	opacity: 0;
}
[data-hidden="true"] {
	display: none;
}
[data-action="true"] {
	cursor: pointer;
}
.ladi-hidden {
	display: none;
}
.backdrop-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90000060;
}
.backdrop-dropbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90000080;
}
.lightbox-screen {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9000000080;
	background: rgba(0, 0, 0, 0.5);
}
.lightbox-screen .lightbox-close {
	position: absolute;
	z-index: 9000000090;
	cursor: pointer;
}
.lightbox-screen .lightbox-hidden {
	display: none;
}
.ladi-animation-hidden {
	visibility: hidden !important;
}
.ladi-lazyload {
	background-image: none !important;
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
	background-image: none !important;
}
.ladi-cart-number {
	position: absolute;
	top: -2px;
	right: -7px;
	background: #f36e36;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	border-radius: 100%;
}
.ladi-form-quantity {
	display: -webkit-inline-flex;
	display: inline-flex;
	border-color: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
	text-align: center;
	pointer-events: none;
	-moz-appearance: textfield;
	width: calc(100% - 45px);
	padding: 0;
	min-width: 24px;
	border-top: 1px hidden;
	border-bottom: 1px hidden;
	border-color: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.ladi-form-quantity button {
	border: 1px hidden;
	border-color: inherit;
	cursor: pointer;
	text-align: center;
	width: 30px;
	height: 100%;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.ladi-form-quantity button span {
	font-size: 18px;
	position: relative;
	left: 0.5px;
}
.ladi-form-quantity button:first-child span {
	top: -1.2px;
}
.ladi-form [data-variant="true"] select option[disabled] {
	background: #fff;
	color: #b8b8b8 !important;
}
.ladi-story-page-progress-bar {
	width: 100%;
	height: 25px;
	position: fixed;
	top: 0;
	left: 0;
}
.ladi-story-page-progress-bar-item {
	height: 100%;
	width: 100%;
	display: block;
	float: left;
	margin: 0 5px;
	position: relative;
	cursor: pointer;
}
.ladi-story-page-progress-bar-item:before {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	width: 100%;
	height: 4px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ladi-story-page-progress-bar-item.active:before {
	background: #fff;
}
.ladi-story-page-progress-bar-item span {
	background: #fff;
	border-radius: 10px;
	height: 4px;
	display: block;
	margin: auto 0;
	top: 0;
	bottom: 0;
	position: absolute;
	transition: width 0.3s linear;
	width: 0%;
}
.ladi-carousel .ladi-carousel-arrow,
.ladi-collection .ladi-collection-arrow,
.ladi-collection .ladi-collection-button-next,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-section .ladi-section-arrow-down {
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#SECTION_POPUP .popup-close,
.ladi-section .ladi-section-close,
.lightbox-screen .lightbox-close {
	width: 18px;
	height: 18px;
	margin: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#BODY_BACKGROUND {
	position: fixed;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100vh !important;
}
#POPUP_BLOG .ladi-headline img,
#POPUP_BLOG .ladi-paragraph img {
	max-width: 100%;
}
@media (min-width: 768px) {
	.ladi-fullwidth {
		width: 100vw !important;
		left: calc(-50vw + 50%) !important;
		box-sizing: border-box !important;
		transform: none !important;
	}
	.ladi-fullwidth .ladi-gallery-view-item {
		transition-duration: 1.5s;
	}
}
@media (max-width: 767px) {
	.ladi-element.ladi-auto-scroll {
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100% !important;
		left: 0 !important;
		-webkit-overflow-scrolling: touch;
	}
	.ladi-section.ladi-auto-scroll {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.ladi-carousel .ladi-carousel-content {
		transition: left 0.3s ease-in-out;
	}
	.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
		transition: transform 0.3s ease-in-out;
	}
	#POPUP_BLOG .ladi-headline img,
	#POPUP_BLOG .ladi-paragraph img {
		height: auto !important;
	}
}
.ladi-notify-transition {
	transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.ladi-notify {
	padding: 5px;
	box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
	border-radius: 40px;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	font-size: 13px;
}
.ladi-notify .ladi-notify-image img {
	float: left;
	margin-right: 13px;
	border-radius: 50%;
	width: 53px;
	height: 53px;
	pointer-events: none;
}
.ladi-notify .ladi-notify-title {
	font-size: 100%;
	height: 17px;
	overflow: hidden;
	font-weight: 700;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}
.ladi-notify .ladi-notify-content {
	font-size: 92.308%;
	height: 17px;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	padding-top: 2px;
}
.ladi-notify .ladi-notify-time {
	line-height: 1.6;
	font-size: 84.615%;
	display: inline-block;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 155px);
	overflow: hidden;
}
.ladi-notify .ladi-notify-copyright {
	font-size: 76.9231%;
	margin-left: 2px;
	position: relative;
	padding: 0 5px;
	cursor: pointer;
	opacity: 0.6;
	display: inline-block;
	top: -4px;
}
.ladi-notify .ladi-notify-copyright svg {
	vertical-align: middle;
}
.ladi-notify .ladi-notify-copyright svg:not(:root) {
	overflow: hidden;
}
.ladi-notify .ladi-notify-copyright div {
	text-decoration: none;
	color: rgba(64, 64, 64, 1);
	display: inline;
}
.ladi-notify .ladi-notify-copyright strong {
	font-weight: 700;
}
.builder-container .ladi-notify {
	transition: unset;
}
.ladi-spin-lucky {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
	background-repeat: no-repeat;
	background-size: cover;
}
.ladi-spin-lucky .ladi-spin-lucky-start {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20%;
	height: 20%;
	cursor: pointer;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
}
.ladi-spin-lucky .ladi-spin-lucky-start:hover {
	transform: scale(1.1);
}
.ladi-spin-lucky .ladi-spin-lucky-screen {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
	-webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
	text-decoration-line: inherit;
	-webkit-text-decoration-line: inherit;
	text-transform: inherit;
}
.ladi-spin-lucky .ladi-spin-lucky-screen:before {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.ladi-spin-lucky .ladi-spin-lucky-label {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	width: 42%;
	padding-left: 12%;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	text-decoration-line: inherit;
	-webkit-text-decoration-line: inherit;
	text-transform: inherit;
	line-height: 1.6;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}

@media (min-width: 768px) {
	.ladi-section .ladi-container {
		width: 1200px;
	}
}
@media (max-width: 767px) {
	.ladi-section .ladi-container {
		width: 420px;
	}
}
@font-face {
	font-family: "Barlow-Medium.ttf";
	src: url("../fonts/barlow-medium-20210407090356.ttf") format("truetype");
}
@font-face {
	font-family: "Merriweather-Black.ttf";
	src: url("../fonts/merriweather-black-20201007045253.ttf") format("truetype");
}
@font-face {
	font-family: "Merriweather-Bold.ttf";
	src: url("../fonts/merriweather-bold-20201007045253.ttf") format("truetype");
}
@font-face {
	font-family: "SourceSerifPro-BoldItalic.ttf";
	src: url("../fonts/sourceserifpro-bolditalic-20210315030348.ttf") format("truetype");
}
@font-face {
	font-family: "Barlow-SemiBold.ttf";
	src: url("../fonts/barlow-semibold-20210407090357.ttf") format("truetype");
}
@font-face {
	font-family: "Merriweather-BlackItalic.ttf";
	src: url("../fonts/merriweather-blackitalic-20201007045253.ttf") format("truetype");
}
@font-face {
	font-family: "Barlow-Bold.ttf";
	src: url("../fonts/barlow-bold-20210407090356.ttf") format("truetype");
}
@font-face {
	font-family: "Barlow-Regular.ttf";
	src: url("../fonts/barlow-regular-20210407090356.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat-BlackItalic.otf";
	src: url("../fonts/montserrat-blackitalic-20210312061037.otf");
}
@font-face {
	font-family: "Krub-SemiBold.ttf";
	src: url("../fonts/krub-semibold-20210630035211.ttf") format("truetype");
}
body {
	font-family: "Barlow-Medium.ttf";
}

@media (min-width: 768px) {
	#SECTION_POPUP {
		height: 0px;
	}
	#SECTION_POPUP .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE277 {
		width: 290.377px;
		height: 410.99px;
		top: 382.005px;
		left: 454.812px;
	}
	#IMAGE277 > .ladi-image > .ladi-image-background {
		width: 463.481px;
		height: 463.481px;
		top: -13.402px;
		left: -81.6339px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE277 > .ladi-image {
		filter: contrast(105%) brightness(103%);
	}
	#IMAGE277.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SECTION233 {
		height: 953.563px;
	}
	#SECTION233 > .ladi-section-background {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/fffff-20200904042238.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
		filter: brightness(124%);
		opacity: 0.5;
	}
	#SECTION233 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SECTION280 {
		height: 661.859px;
	}
	#SECTION280 > .ladi-overlay {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/bg-last-20210107073729.png");
		background-position: left top;
		background-repeat: no-repeat;
		opacity: 0.3;
	}
	#SECTION280 > .ladi-section-background {
		background: rgba(255, 255, 255, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		opacity: 0.4;
	}
	#SECTION280 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE325 {
		width: 53.0645px;
		height: 47px;
		top: 460px;
		left: -40px;
	}
	#IMAGE325 > .ladi-image > .ladi-image-background {
		width: 53.0645px;
		height: 47px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fbbgwr5-20200904083351.png");
	}
	#IMAGE326 {
		width: 91.3462px;
		height: 95px;
		top: 50px;
		left: 410px;
	}
	#IMAGE326 > .ladi-image > .ladi-image-background {
		width: 91.3462px;
		height: 95px;
		top: 0px;
		left: 0px;
		background-image: url("../img/tb-20200904071546.png");
	}
	#BUTTON_TEXT398 {
		width: 218px;
		top: 11.0769px;
		left: 0px;
	}
	#BUTTON_TEXT398 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON398 {
		width: 217.918px;
		height: 45px;
		top: 0px;
		left: 0px;
	}
	#BUTTON398 > .ladi-button > .ladi-button-background {
		background: rgba(250, 159, 166, 1);
		background: -webkit-linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
		background: linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
	}
	#BUTTON398 > .ladi-button {
		box-shadow: 0px 15px 20px -20px #000;
		-webkit-box-shadow: 0px 15px 20px -20px #000;
		border-color: rgb(244, 64, 37);
		border-width: 1px;
		border-radius: 10px;
	}
	#BUTTON398.ladi-animation > .ladi-button {
		animation-name: pulse;
		-webkit-animation-name: pulse;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#BUTTON398 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#SHAPE400 {
		width: 18px;
		height: 22px;
		top: 11.5px;
		left: 246.808px;
	}
	#SHAPE400.ladi-animation > .ladi-shape {
		animation-name: shake;
		-webkit-animation-name: shake;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#SHAPE400 svg:last-child {
		fill: rgba(255, 147, 155, 1);
	}
	#GROUP397 {
		width: 264.808px;
		height: 45px;
		top: 581.631px;
		left: 90px;
	}
	#IMAGE401 {
		width: 153.555px;
		height: 152.084px;
		top: 325.9px;
		left: 1286px;
	}
	#IMAGE401 > .ladi-image > .ladi-image-background {
		width: 153.555px;
		height: 152.084px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-20200904065105.png");
	}
	#IMAGE402 {
		width: 385.78px;
		height: 382.084px;
		top: 1.631px;
		left: -340px;
	}
	#IMAGE402 > .ladi-image > .ladi-image-background {
		width: 385.78px;
		height: 382.084px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-20200904065105.png");
	}
	#SECTION703 {
		height: 57.154px;
	}
	#SECTION703 > .ladi-section-background {
		background-color: rgb(233, 248, 255);
	}
	#SECTION703 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#HEADLINE917 {
		width: 358px;
		top: 16.222px;
		left: 420px;
	}
	#HEADLINE917 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#IMAGE918 {
		width: 464.318px;
		height: 542.377px;
		top: 90px;
		left: 380px;
	}
	#IMAGE918 > .ladi-image > .ladi-image-background {
		width: 443.521px;
		height: 542.377px;
		top: 0px;
		left: 20.7972px;
		background-image: url("../img/gai-dep-20210422035748.png");
	}
	#IMAGE918.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE919 {
		width: 400px;
		top: 100px;
		left: 30px;
	}
	#HEADLINE919 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(10, 54, 62);
		font-size: 43px;
		line-height: 1.4;
	}
	#HEADLINE919.ladi-animation > .ladi-headline {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH921 {
		width: 330px;
		top: 310px;
		left: 30px;
	}
	#PARAGRAPH921 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(62, 62, 62);
		font-size: 20px;
		line-height: 1.6;
	}
	#PARAGRAPH921.ladi-animation > .ladi-paragraph {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE922 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE922 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH923 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH923 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP924 {
		width: 422px;
		height: 29px;
		top: 45px;
		left: 0px;
	}
	#SHAPE926 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE926 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH927 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH927 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP925 {
		width: 422px;
		height: 29px;
		top: 180px;
		left: 0px;
	}
	#SHAPE929 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE929 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH930 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH930 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP928 {
		width: 422px;
		height: 29px;
		top: 90px;
		left: 0px;
	}
	#SHAPE932 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE932 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH933 {
		width: 360px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH933 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 17px;
		line-height: 1.6;
	}
	#GROUP935 {
		width: 400px;
		height: 28px;
		top: 135px;
		left: 0px;
	}
	#SHAPE937 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE937 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH938 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH938 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP936 {
		width: 422px;
		height: 29px;
		top: 0px;
		left: 0px;
	}
	#GROUP939 {
		width: 422px;
		height: 209px;
		top: 420px;
		left: 30px;
	}
	#GROUP939.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.2s;
		-webkit-animation-duration: 1.2s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE942 {
		width: 1190px;
		height: 360px;
		top: 460px;
		left: 10px;
	}
	#IMAGE942 > .ladi-image > .ladi-image-background {
		width: 1190px;
		height: 360px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-20210324072109.png");
	}
	#IMAGE942 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#SECTION945 {
		height: 338.806px;
	}
	#SECTION945 > .ladi-section-background {
		background-color: rgb(255, 243, 238);
	}
	#SECTION945 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SHAPE946 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 0px;
	}
	#SHAPE946 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE950 {
		width: 150px;
		top: 165.217px;
		left: 0px;
	}
	#HEADLINE950 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 17px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE950.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP952 {
		width: 150px;
		height: 245.217px;
		top: -72.53px;
		left: 84px;
	}
	#SHAPE955 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 11px;
	}
	#SHAPE955 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE956 {
		width: 171px;
		top: 165.217px;
		left: 0px;
	}
	#HEADLINE956 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 19px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE956.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP954 {
		width: 171px;
		height: 245.217px;
		top: -73.563px;
		left: 360px;
	}
	#SHAPE958 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 14px;
	}
	#SHAPE958 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE959 {
		width: 182px;
		top: 166.217px;
		left: 0px;
	}
	#HEADLINE959 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 19px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE959.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP957 {
		width: 182px;
		height: 219.217px;
		top: -73.563px;
		left: 660.003px;
	}
	#SHAPE961 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 25px;
	}
	#SHAPE961 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE962 {
		width: 200px;
		top: 165.217px;
		left: 0px;
	}
	#HEADLINE962 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 19px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE962.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP960 {
		width: 200px;
		height: 245.217px;
		top: -73.563px;
		left: 940px;
	}
	#HEADLINE963 {
		width: 600px;
		top: 216.437px;
		left: 310px;
	}
	#HEADLINE963 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 25px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE963.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SECTION965 {
		height: 802px;
	}
	#SECTION965 > .ladi-section-background {
		background-color: rgb(255, 243, 238);
	}
	#SECTION965 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SHAPE967 {
		width: 303.481px;
		height: 303.481px;
		top: 0px;
		left: 0px;
	}
	#SHAPE967 svg:last-child {
		fill: rgba(252, 255, 251, 1);
	}
	#HEADLINE968 {
		width: 83px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE968 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 79px;
		line-height: 1.6;
	}
	#HEADLINE969 {
		width: 128px;
		top: 29.5291px;
		left: 102.666px;
	}
	#HEADLINE969 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#IMAGE970 {
		width: 168.628px;
		height: 157.8px;
		top: 119.529px;
		left: 12.6657px;
	}
	#IMAGE970 > .ladi-image > .ladi-image-background {
		width: 168.628px;
		height: 156.389px;
		top: 1.41143px;
		left: 0px;
		background-image: url("../img/changes_step1-20210419033512.png");
	}
	#GROUP971 {
		width: 230.666px;
		height: 131.529px;
		top: 0px;
		left: 0px;
	}
	#GROUP972 {
		width: 230.666px;
		height: 277.329px;
		top: 10.4749px;
		left: 47.3343px;
	}
	#GROUP973 {
		width: 303.481px;
		height: 303.481px;
		top: 27.627px;
		left: 80px;
	}
	#GROUP973.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE975 {
		width: 303.481px;
		height: 303.481px;
		top: 0px;
		left: 0px;
	}
	#SHAPE975 svg:last-child {
		fill: rgba(252, 255, 251, 1);
	}
	#HEADLINE978 {
		width: 83px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE978 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(135, 51, 93);
		font-size: 79px;
		line-height: 1.6;
	}
	#HEADLINE979 {
		width: 140px;
		top: 26.5358px;
		left: 99.1025px;
	}
	#HEADLINE979 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP977 {
		width: 239.103px;
		height: 127px;
		top: 0px;
		left: 0px;
	}
	#IMAGE980 {
		width: 180.932px;
		height: 167.8px;
		top: 109.658px;
		left: 18.1025px;
	}
	#IMAGE980 > .ladi-image > .ladi-image-background {
		width: 180.932px;
		height: 167.8px;
		top: 0px;
		left: 0px;
		background-image: url("../img/changes_step2-20210419033608.png");
	}
	#GROUP976 {
		width: 239.102px;
		height: 277.458px;
		top: 7.4749px;
		left: 40.8595px;
	}
	#GROUP974 {
		width: 303.481px;
		height: 303.481px;
		top: 112.498px;
		left: 453.038px;
	}
	#GROUP974.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.1s;
		-webkit-animation-duration: 1.1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE982 {
		width: 303.481px;
		height: 303.481px;
		top: 0px;
		left: 0px;
	}
	#SHAPE982 svg:last-child {
		fill: rgba(252, 255, 251, 1);
	}
	#HEADLINE985 {
		width: 83px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE985 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(90, 32, 61);
		font-size: 79px;
		line-height: 1.6;
	}
	#HEADLINE986 {
		width: 114px;
		top: 31.0208px;
		left: 101.658px;
	}
	#HEADLINE986 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP984 {
		width: 215.658px;
		height: 127px;
		top: 0px;
		left: 0px;
	}
	#IMAGE987 {
		width: 180.931px;
		height: 167.8px;
		top: 105.01px;
		left: 26.1565px;
	}
	#IMAGE987 > .ladi-image > .ladi-image-background {
		width: 180.931px;
		height: 167.8px;
		top: 0px;
		left: 0px;
		background-image: url("../img/changes_step3-20210419033755.png");
	}
	#GROUP983 {
		width: 215.658px;
		height: 272.81px;
		top: 7.4749px;
		left: 37.3745px;
	}
	#GROUP981 {
		width: 303.481px;
		height: 303.481px;
		top: 217.146px;
		left: 822.469px;
	}
	#GROUP981.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.2s;
		-webkit-animation-duration: 1.2s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE988 {
		width: 59.7992px;
		height: 59.7991px;
		top: 187.631px;
		left: 390px;
	}
	#SHAPE988 > .ladi-shape {
		transform: rotate(35deg);
		-webkit-transform: rotate(35deg);
	}
	#SHAPE988 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE989 {
		width: 59.7992px;
		height: 59.7991px;
		top: 297.631px;
		left: 750px;
	}
	#SHAPE989 > .ladi-shape {
		transform: rotate(27deg);
		-webkit-transform: rotate(27deg);
	}
	#SHAPE989 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#IMAGE994 {
		width: 69px;
		height: 69px;
		top: 613.687px;
		left: 954.5px;
	}
	#IMAGE994 > .ladi-image > .ladi-image-background {
		width: 69px;
		height: 69px;
		top: 0px;
		left: 0px;
		background-image: url("../img/age60-20210419035637.jpg");
	}
	#IMAGE994 > .ladi-image {
		border-style: solid;
		border-color: rgb(255, 255, 255);
		border-width: 5px;
	}
	#IMAGE994.ladi-animation > .ladi-image {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE994 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#IMAGE995 {
		width: 84px;
		height: 84px;
		top: 454.631px;
		left: 160px;
	}
	#IMAGE995 > .ladi-image > .ladi-image-background {
		width: 84px;
		height: 84px;
		top: 0px;
		left: 0px;
		background-image: url("../img/age30-20210419035637.jpg");
	}
	#IMAGE995 > .ladi-image {
		box-shadow: 0px 15px 16px -7px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0px 15px 16px -7px rgba(0, 0, 0, 1);
		border-style: solid;
		border-color: rgb(255, 255, 255);
		border-width: 5px;
		border-radius: 244px;
	}
	#IMAGE995.ladi-animation > .ladi-image {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE995 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#IMAGE996 {
		width: 84px;
		height: 84px;
		top: 536.687px;
		left: 558px;
	}
	#IMAGE996 > .ladi-image > .ladi-image-background {
		width: 84px;
		height: 84px;
		top: 0px;
		left: 0px;
		background-image: url("../img/age45-20210419035637.jpg");
	}
	#IMAGE996 > .ladi-image {
		box-shadow: 6px 15px 20px -15px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 6px 15px 20px -15px rgba(255, 255, 255, 1);
		border-style: solid;
		border-color: rgb(255, 255, 255);
		border-width: 5px;
		border-radius: 176px;
	}
	#IMAGE996.ladi-animation > .ladi-image {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE996 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#HEADLINE1000 {
		width: 150px;
		top: 713.687px;
		left: -32px;
	}
	#HEADLINE1000 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1001 {
		width: 178px;
		top: 589.687px;
		left: -71px;
	}
	#HEADLINE1001 > .ladi-headline {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		color: rgb(255, 255, 255);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1002 {
		width: 33px;
		top: 713.687px;
		left: 191px;
	}
	#PARAGRAPH1002 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1003 {
		width: 33px;
		top: 713.687px;
		left: 345.5px;
	}
	#PARAGRAPH1003 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1004 {
		width: 33px;
		top: 713.687px;
		left: 500.5px;
	}
	#PARAGRAPH1004 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1005 {
		width: 33px;
		top: 713.687px;
		left: 670.5px;
	}
	#PARAGRAPH1005 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1006 {
		width: 33px;
		top: 713.687px;
		left: 833.887px;
	}
	#PARAGRAPH1006 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1007 {
		width: 33px;
		top: 713.687px;
		left: 990.5px;
	}
	#PARAGRAPH1007 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1008 {
		width: 33px;
		top: 713.687px;
		left: 1129px;
	}
	#PARAGRAPH1008 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1013 {
		width: 420px;
		top: 165.631px;
		left: 90px;
	}
	#HEADLINE1013 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(10, 54, 62);
		font-size: 44px;
		line-height: 1.2;
	}
	#HEADLINE1013.ladi-animation > .ladi-headline {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1015 {
		width: 420px;
		top: 311.631px;
		left: 90px;
	}
	#HEADLINE1015 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
	}
	#HEADLINE1015.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1029 {
		width: 500px;
		top: 113.772px;
		left: 510px;
	}
	#HEADLINE1029 > .ladi-headline {
		font-family: "Barlow-Medium.ttf";
		color: rgb(0, 0, 0);
		font-size: 20px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1029.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SECTION1016 {
		height: 715px;
	}
	#SECTION1016 > .ladi-section-background {
		background-color: rgb(255, 238, 231);
	}
	#SECTION1016 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#BUTTON_TEXT1032 {
		width: 250px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1032 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1032 {
		width: 250px;
		height: 48.53px;
		top: 293.772px;
		left: 510px;
	}
	#BUTTON1032 > .ladi-button > .ladi-button-background {
		background: rgba(255, 179, 187, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
		background: linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
	}
	#BUTTON1032 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		border-radius: 9px;
	}
	#BUTTON1032 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#IMAGE1035 {
		width: 340.521px;
		height: 392.172px;
		top: 3.772px;
		left: 90px;
	}
	#IMAGE1035 > .ladi-image > .ladi-image-background {
		width: 482.172px;
		height: 482.172px;
		top: -51px;
		left: -90px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE1035.ladi-animation > .ladi-image {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1036 {
		width: 500.731px;
		height: 220px;
		top: 0px;
		left: 0px;
	}
	#BOX1036 > .ladi-box {
		box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 14px;
	}
	#IMAGE1038 {
		width: 208.163px;
		height: 178.558px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1038 > .ladi-image > .ladi-image-background {
		width: 317.273px;
		height: 178.558px;
		top: 0px;
		left: 0px;
		background-image: url("../img/left-20210419043121.gif");
	}
	#HEADLINE1039 {
		width: 257px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1039 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#SHAPE1041 {
		width: 12.3927px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1041 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1042 {
		width: 340px;
		top: 0px;
		left: 17.3984px;
	}
	#PARAGRAPH1042 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP1040 {
		width: 357.398px;
		height: 26px;
		top: 38.779px;
		left: 0px;
	}
	#SHAPE1044 {
		width: 12.3927px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1044 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1045 {
		width: 340px;
		top: 0px;
		left: 17.3984px;
	}
	#PARAGRAPH1045 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP1043 {
		width: 357.398px;
		height: 26px;
		top: 81.779px;
		left: 0px;
	}
	#SHAPE1048 {
		width: 12.3927px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1048 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1049 {
		width: 254px;
		top: 0px;
		left: 17.3983px;
	}
	#PARAGRAPH1049 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#GROUP1047 {
		width: 271.398px;
		height: 48px;
		top: 125.558px;
		left: 0px;
	}
	#GROUP1051 {
		width: 357.398px;
		height: 173.558px;
		top: 0px;
		left: 220.661px;
	}
	#GROUP1052 {
		width: 578.059px;
		height: 178.558px;
		top: 19.221px;
		left: 13.1548px;
	}
	#GROUP1053 {
		width: 591.214px;
		height: 220px;
		top: 439.777px;
		left: 89px;
	}
	#GROUP1053.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1055 {
		width: 500.732px;
		height: 219px;
		top: 0px;
		left: 0px;
	}
	#BOX1055 > .ladi-box {
		box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 14px;
	}
	#IMAGE1057 {
		width: 192.886px;
		height: 178.558px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1057 > .ladi-image > .ladi-image-background {
		width: 317.273px;
		height: 178.558px;
		top: 0px;
		left: 0px;
		background-image: url("../img/right-20210419043121.gif");
	}
	#HEADLINE1059 {
		width: 284px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1059 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#SHAPE1061 {
		width: 12.3927px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1061 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1062 {
		width: 262px;
		top: 0px;
		left: 17.3983px;
	}
	#PARAGRAPH1062 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#GROUP1060 {
		width: 279.398px;
		height: 48px;
		top: 38.779px;
		left: 0px;
	}
	#SHAPE1064 {
		width: 12.3927px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1064 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1065 {
		width: 254px;
		top: 0px;
		left: 17.3983px;
	}
	#PARAGRAPH1065 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP1063 {
		width: 271.398px;
		height: 51px;
		top: 90.779px;
		left: 0px;
	}
	#GROUP1058 {
		width: 284px;
		height: 188.558px;
		top: 0px;
		left: 207.931px;
	}
	#GROUP1056 {
		width: 491.931px;
		height: 188.558px;
		top: 17.221px;
		left: 16.1252px;
	}
	#GROUP1054 {
		width: 508.056px;
		height: 219px;
		top: 439.777px;
		left: 611.798px;
	}
	#GROUP1054.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1072 {
		width: 400px;
		height: 702px;
		top: 69.832px;
		left: 0px;
	}
	#BOX1072 > .ladi-box {
		box-shadow: 1px 11px 24px -4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 1px 11px 24px -4px rgba(0, 0, 0, 0.2);
		background-color: rgb(255, 252, 252);
		border-radius: 15px;
	}
	#IMAGE1073 {
		width: 170.16px;
		height: 174.168px;
		top: 0px;
		left: 120px;
	}
	#IMAGE1073 > .ladi-image > .ladi-image-background {
		width: 221.821px;
		height: 228.118px;
		top: 0px;
		left: -23.1603px;
		background-image: url("../img/woman-20210414044227.png");
	}
	#IMAGE1073 > .ladi-image {
		border-style: solid;
		border-color: rgb(207, 191, 184);
		border-width: 7px;
		border-radius: 131px;
	}
	#IMAGE1073 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#PARAGRAPH1075 {
		width: 324px;
		top: 270px;
		left: 40px;
	}
	#PARAGRAPH1075 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1076 {
		width: 340px;
		top: 700px;
		left: 30px;
	}
	#PARAGRAPH1076 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 12px;
		text-align: center;
		line-height: 1.6;
	}
	#LINE1078 {
		width: 195px;
		top: 669.002px;
		left: 112.795px;
	}
	#LINE1078 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(0, 0, 0);
		border-right: 1px solid rgb(0, 0, 0);
		border-bottom: 1px solid rgb(0, 0, 0);
		border-left: 0px !important;
	}
	#LINE1078 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1071 {
		width: 400px;
		height: 771.832px;
		top: 148.772px;
		left: 740px;
	}
	#GROUP1071.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.3s;
		-webkit-animation-duration: 1.3s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1070 {
		width: 1200px;
		top: 48.772px;
		left: 0px;
	}
	#HEADLINE1070 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(85, 10, 105);
		font-size: 32px;
		text-align: center;
		line-height: 1.6;
	}
	#SECTION1069 {
		height: 981px;
	}
	#SECTION1069 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#PARAGRAPH1074 {
		width: 206px;
		top: 640.002px;
		left: 106.997px;
	}
	#PARAGRAPH1074 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1080 {
		width: 380px;
		top: 348.772px;
		left: 750px;
	}
	#HEADLINE1080 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 22px;
		text-align: center;
		line-height: 1.6;
	}
	#IMAGE1083 {
		width: 165px;
		height: 165px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1083 > .ladi-image > .ladi-image-background {
		width: 165px;
		height: 165px;
		top: 0px;
		left: 0px;
		background-image: url("../img/77987-20210417230847.png");
	}
	#PARAGRAPH1085 {
		width: 260px;
		top: 220px;
		left: 0px;
	}
	#PARAGRAPH1085 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1086 {
		width: 290px;
		top: 38px;
		left: 0px;
	}
	#PARAGRAPH1086 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1087 {
		width: 288px;
		top: 40px;
		left: 0px;
	}
	#PARAGRAPH1087 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1088 {
		width: 285px;
		top: 40px;
		left: 0px;
	}
	#PARAGRAPH1088 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#SECTION1093 {
		height: 620.34px;
	}
	#SECTION1093 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#HEADLINE1095 {
		width: 847px;
		top: 36.772px;
		left: 176.5px;
	}
	#HEADLINE1095 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(85, 10, 105);
		font-size: 28px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1095.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1097 {
		width: 620px;
		top: 96.772px;
		left: 290px;
	}
	#PARAGRAPH1097 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 19px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1097.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1099 {
		width: 212px;
		height: 212px;
		top: 177.777px;
		left: 90px;
	}
	#SHAPE1099 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE1100 {
		width: 212px;
		height: 212px;
		top: 177.777px;
		left: 360px;
	}
	#SHAPE1100 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE1101 {
		width: 212px;
		height: 212px;
		top: 176.487px;
		left: 627.25px;
	}
	#SHAPE1101 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE1102 {
		width: 212px;
		height: 212px;
		top: 177.777px;
		left: 900px;
	}
	#SHAPE1102 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#HEADLINE1103 {
		width: 173px;
		top: 216.777px;
		left: 113.75px;
	}
	#HEADLINE1103 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#HEADLINE1104 {
		width: 173px;
		top: 216.777px;
		left: 379.5px;
	}
	#HEADLINE1104 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#HEADLINE1105 {
		width: 173px;
		top: 215.487px;
		left: 646.75px;
	}
	#HEADLINE1105 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#HEADLINE1106 {
		width: 173px;
		top: 216.777px;
		left: 919.5px;
	}
	#HEADLINE1106 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#PARAGRAPH1107 {
		width: 218px;
		top: 417.772px;
		left: 90px;
	}
	#PARAGRAPH1107 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1107.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1108 {
		width: 218px;
		top: 414.772px;
		left: 364px;
	}
	#PARAGRAPH1108 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1108.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1109 {
		width: 218px;
		top: 413.487px;
		left: 627.25px;
	}
	#PARAGRAPH1109 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1109.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1110 {
		width: 239px;
		top: 414.772px;
		left: 886.5px;
	}
	#PARAGRAPH1110 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1110.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1112 {
		width: 380px;
		top: 507.777px;
		left: 410px;
	}
	#HEADLINE1112 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON_TEXT1113 {
		width: 280px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1113 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1113 {
		width: 300px;
		height: 53.568px;
		top: 547.772px;
		left: 450px;
	}
	#BUTTON1113 > .ladi-button > .ladi-button-background {
		background: rgba(255, 179, 187, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
		background: linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
	}
	#BUTTON1113 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		border-radius: 15px;
	}
	#BUTTON1113 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#SECTION1115 {
		height: 680.147px;
	}
	#SECTION1115 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SECTION1145 {
		height: 575.232px;
	}
	#SECTION1145 > .ladi-section-background {
		background: rgba(255, 236, 227, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 236, 227, 1), rgba(255, 249, 247, 1));
		background: linear-gradient(180deg, rgba(255, 236, 227, 1), rgba(255, 249, 247, 1));
	}
	#SECTION1145 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#HEADLINE1146 {
		width: 620px;
		top: 92.232px;
		left: 490px;
	}
	#HEADLINE1146 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 33px;
		text-align: left;
		line-height: 1.4;
	}
	#HEADLINE1146.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1147 {
		width: 600px;
		top: 252.232px;
		left: 490px;
	}
	#PARAGRAPH1147 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1147.ladi-animation > .ladi-paragraph {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1148 {
		width: 720px;
		top: 466.232px;
		left: 490px;
	}
	#HEADLINE1148 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(135, 51, 93);
		font-size: 25px;
		line-height: 1.6;
	}
	#HEADLINE1148.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1149 {
		width: 293.335px;
		height: 311.812px;
		top: 0px;
		left: 9.3325px;
	}
	#IMAGE1149 > .ladi-image > .ladi-image-background {
		width: 467.484px;
		height: 311.812px;
		top: 0px;
		left: -67px;
		background-image: url("../img/img-000001-20210423050443.jpg");
	}
	#IMAGE1149 > .ladi-image {
		border-style: solid;
		border-color: rgb(230, 192, 176);
		border-width: 5px;
		border-radius: 440px;
	}
	#IMAGE1149 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#HEADLINE1150 {
		width: 312px;
		top: 350px;
		left: 0px;
	}
	#HEADLINE1150 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 22px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1151 {
		width: 312px;
		height: 385px;
		top: 142.232px;
		left: 110px;
	}
	#GROUP1151.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1198 {
		width: 159px;
		height: 140px;
		top: 3.0744px;
		left: 806.773px;
	}
	#IMAGE1198 > .ladi-image > .ladi-image-background {
		width: 159px;
		height: 140px;
		top: 0px;
		left: 0px;
		background-image: url("../img/step-1-20201116041909.jpg");
	}
	#IMAGE1198 > .ladi-image {
		border-radius: 100px;
	}
	#IMAGE1199 {
		width: 151px;
		height: 130px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1199 > .ladi-image > .ladi-image-background {
		width: 151px;
		height: 130px;
		top: 0px;
		left: 0px;
		background-image: url("../img/step-2-20201116041909.jpg");
	}
	#IMAGE1199 > .ladi-image {
		border-radius: 100px;
	}
	#IMAGE1200 {
		width: 145px;
		height: 130px;
		top: 3.0744px;
		left: 415.5px;
	}
	#IMAGE1200 > .ladi-image > .ladi-image-background {
		width: 145px;
		height: 130px;
		top: 0px;
		left: 0px;
		background-image: url("../img/step-3-20201116041909.jpg");
	}
	#IMAGE1200 > .ladi-image {
		border-radius: 100px;
	}
	#HEADLINE1201 {
		width: 1200px;
		top: 49.806px;
		left: 0px;
	}
	#HEADLINE1201 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 37px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1201.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1202 {
		width: 43.5459px;
		height: 64.5052px;
		top: 41.8944px;
		left: 255.5px;
	}
	#SHAPE1202.ladi-animation > .ladi-shape {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1202 svg:last-child {
		fill: rgba(155, 120, 164, 1);
	}
	#SHAPE1203 {
		width: 43.5459px;
		height: 64.5052px;
		top: 37.7474px;
		left: 685.5px;
	}
	#SHAPE1203.ladi-animation > .ladi-shape {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1203 svg:last-child {
		fill: rgba(155, 120, 164, 1);
	}
	#GROUP1204 {
		width: 965.773px;
		height: 143.074px;
		top: 174px;
		left: 102.5px;
	}
	#GROUP1204.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1205 {
		width: 276px;
		top: 345.147px;
		left: 36.5px;
	}
	#PARAGRAPH1205 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1205.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1206 {
		width: 256px;
		top: 345.647px;
		left: 468.505px;
	}
	#PARAGRAPH1206 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1206.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1207 {
		width: 276px;
		top: 345.147px;
		left: 862.5px;
	}
	#PARAGRAPH1207 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1208 {
		width: 276px;
		top: 345.147px;
		left: 862.5px;
	}
	#PARAGRAPH1208 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1208.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1209 {
		width: 280px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1209 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1209 {
		width: 240px;
		height: 56.868px;
		top: 434.932px;
		left: 480px;
	}
	#BUTTON1209 > .ladi-button > .ladi-button-background {
		background: rgba(255, 179, 187, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
		background: linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
	}
	#BUTTON1209 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		border-radius: 15px;
	}
	#BUTTON1209 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#BOX1211 {
		width: 650.386px;
		height: 90px;
		top: 0px;
		left: 0px;
	}
	#BOX1211 > .ladi-box {
		background: rgba(255, 242, 243, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 242, 243, 1), rgba(255, 236, 228, 1));
		background: linear-gradient(180deg, rgba(255, 242, 243, 1), rgba(255, 236, 228, 1));
		border-radius: 21px;
	}
	#PARAGRAPH1212 {
		width: 530px;
		top: 17px;
		left: 74.806px;
	}
	#PARAGRAPH1212 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
	}
	#GROUP1213 {
		width: 650.386px;
		height: 90px;
		top: 538.147px;
		left: 260.194px;
	}
	#SECTION1214 {
		height: 406px;
	}
	#SECTION1214 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1215 {
		width: 304.949px;
		height: 182.425px;
		top: 0px;
		left: 436.193px;
	}
	#IMAGE1215 > .ladi-image > .ladi-image-background {
		width: 304.949px;
		height: 182.425px;
		top: 0px;
		left: 0px;
		background-image: url("../img/work2-20210420110005.png");
	}
	#IMAGE1216 {
		width: 323.992px;
		height: 152.425px;
		top: 18.997px;
		left: 0px;
	}
	#IMAGE1216 > .ladi-image > .ladi-image-background {
		width: 323.992px;
		height: 152.425px;
		top: 0px;
		left: 0px;
		background-image: url("../img/work1-20210420110005.png");
	}
	#IMAGE1217 {
		width: 383.009px;
		height: 167.427px;
		top: 8.997px;
		left: 830px;
	}
	#IMAGE1217 > .ladi-image > .ladi-image-background {
		width: 383.009px;
		height: 167.427px;
		top: 0px;
		left: 0px;
		background-image: url("../img/work3-20210420110005.png");
	}
	#SHAPE1218 {
		width: 32.0696px;
		height: 47.5052px;
		top: 78.997px;
		left: 390px;
	}
	#SHAPE1218 svg:last-child {
		fill: rgba(132, 132, 132, 1);
	}
	#SHAPE1219 {
		width: 32.0696px;
		height: 47.5052px;
		top: 78.997px;
		left: 800px;
	}
	#SHAPE1219 svg:last-child {
		fill: rgba(132, 132, 132, 1);
	}
	#GROUP1220 {
		width: 1213.01px;
		height: 182.425px;
		top: 0px;
		left: 20px;
	}
	#PARAGRAPH1221 {
		width: 381px;
		top: 208.997px;
		left: 0px;
	}
	#PARAGRAPH1221 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1222 {
		width: 281px;
		top: 208.997px;
		left: 480px;
	}
	#PARAGRAPH1222 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1223 {
		width: 300px;
		top: 208.997px;
		left: 890px;
	}
	#PARAGRAPH1223 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1225 {
		width: 1233.01px;
		height: 285.997px;
		top: 60.788px;
		left: -20px;
	}
	#GROUP1225.ladi-animation > .ladi-group {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1257 {
		width: 153.555px;
		height: 152.084px;
		top: 325.9px;
		left: 1286px;
	}
	#IMAGE1257 > .ladi-image > .ladi-image-background {
		width: 153.555px;
		height: 152.084px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-20200904065105.png");
	}
	#IMAGE1258 {
		width: 649.293px;
		height: 140.875px;
		top: 17.432px;
		left: -470px;
	}
	#IMAGE1258 > .ladi-image > .ladi-image-background {
		width: 649.293px;
		height: 200.875px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-20210324072109.png");
	}
	#IMAGE1258 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#BOX1259 {
		width: 649.257px;
		height: 350px;
		top: 197.432px;
		left: 90px;
	}
	#BOX1259 > .ladi-box {
		box-shadow: 21px 24px 20px -20px rgba(115, 95, 97, 0.4);
		-webkit-box-shadow: 21px 24px 20px -20px rgba(115, 95, 97, 0.4);
		background-color: rgb(252, 255, 251);
		border-style: solid;
		border-color: rgb(255, 242, 243);
		border-width: 1px;
		border-radius: 10px;
	}
	#IMAGE1260 {
		width: 385.78px;
		height: 382.084px;
		top: 47.432px;
		left: -280px;
	}
	#IMAGE1260 > .ladi-image > .ladi-image-background {
		width: 385.78px;
		height: 382.084px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-20200904065105.png");
	}
	#BUTTON_TEXT1262 {
		width: 172px;
		top: 11.0769px;
		left: 0px;
	}
	#BUTTON_TEXT1262 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1262 {
		width: 217.918px;
		height: 45px;
		top: 0px;
		left: 0px;
	}
	#BUTTON1262 > .ladi-button > .ladi-button-background {
		background: rgba(250, 159, 166, 1);
		background: -webkit-linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
		background: linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
	}
	#BUTTON1262 > .ladi-button {
		box-shadow: 0px 15px 20px -20px #000;
		-webkit-box-shadow: 0px 15px 20px -20px #000;
		border-color: rgb(244, 64, 37);
		border-width: 1px;
		border-radius: 10px;
	}
	#BUTTON1262.ladi-animation > .ladi-button {
		animation-name: pulse;
		-webkit-animation-name: pulse;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#BUTTON1262 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#SHAPE1264 {
		width: 18px;
		height: 22px;
		top: 11.5px;
		left: 246.808px;
	}
	#SHAPE1264.ladi-animation > .ladi-shape {
		animation-name: shake;
		-webkit-animation-name: shake;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#SHAPE1264 svg:last-child {
		fill: rgba(255, 147, 155, 1);
	}
	#GROUP1261 {
		width: 264.808px;
		height: 45px;
		top: 647.432px;
		left: 140px;
	}
	#HEADLINE1265 {
		width: 500px;
		top: 37.432px;
		left: 350px;
	}
	#HEADLINE1265 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(85, 10, 105);
		font-size: 34px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1265.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1266 {
		width: 546px;
		top: 587.432px;
		left: 140px;
	}
	#HEADLINE1266 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#IMAGE1268 {
		width: 200px;
		height: 256.303px;
		top: 23.6767px;
		left: 18.888px;
	}
	#IMAGE1268 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t1-20210419062944.jpg");
	}
	#PARAGRAPH1270 {
		width: 346px;
		top: 42.1513px;
		left: 0px;
	}
	#PARAGRAPH1270 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1272 {
		width: 325px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1272 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1273 {
		width: 287px;
		top: 31.6512px;
		left: 0px;
	}
	#LINE1273 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1273 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1271 {
		width: 325px;
		height: 48.6512px;
		top: 0px;
		left: 0px;
	}
	#GROUP1269 {
		width: 346px;
		height: 170.151px;
		top: 23.6767px;
		left: 232.693px;
	}
	#IMAGE1274 {
		width: 200px;
		height: 256.303px;
		top: 29.1022px;
		left: 622.014px;
	}
	#IMAGE1274 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t2-20210419062944.jpg");
	}
	#PARAGRAPH1276 {
		width: 314px;
		top: 71.1512px;
		left: 0px;
	}
	#PARAGRAPH1276 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1278 {
		width: 295px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1278 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1279 {
		width: 260px;
		top: 31.6512px;
		left: 0px;
	}
	#LINE1279 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1279 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1277 {
		width: 295px;
		height: 48.6512px;
		top: 0px;
		left: 0px;
	}
	#GROUP1275 {
		width: 314px;
		height: 173.151px;
		top: 29.1022px;
		left: 849.014px;
	}
	#IMAGE1280 {
		width: 200px;
		height: 256.303px;
		top: 29.0992px;
		left: 1212.16px;
	}
	#IMAGE1280 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t3-20210419062944.jpg");
	}
	#PARAGRAPH1282 {
		width: 324px;
		top: 71.1512px;
		left: 0px;
	}
	#PARAGRAPH1282 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1284 {
		width: 305px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1284 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1285 {
		width: 268px;
		top: 31.6512px;
		left: 0px;
	}
	#LINE1285 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1285 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1283 {
		width: 304.163px;
		height: 49.6512px;
		top: 0px;
		left: 0px;
	}
	#GROUP1281 {
		width: 324px;
		height: 246.151px;
		top: 29.0992px;
		left: 1434.86px;
	}
	#IMAGE1286 {
		width: 200px;
		height: 256.303px;
		top: 24.384px;
		left: 1808.56px;
	}
	#IMAGE1286 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t4-20210419062944.jpg");
	}
	#PARAGRAPH1288 {
		width: 313px;
		top: 56.1512px;
		left: 0px;
	}
	#PARAGRAPH1288 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1290 {
		width: 309px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1290 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1291 {
		width: 273px;
		top: 31.6512px;
		left: 0px;
	}
	#LINE1291 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1291 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1289 {
		width: 308.97px;
		height: 49.6512px;
		top: 0px;
		left: 3.35837px;
	}
	#GROUP1287 {
		width: 313px;
		height: 281.151px;
		top: 24.384px;
		left: 2034.32px;
	}
	#CAROUSEL1267 {
		width: 593.569px;
		height: 314.505px;
		top: 210.348px;
		left: 116.215px;
	}
	#IMAGE1292 {
		width: 547.06px;
		height: 550px;
		top: 197.432px;
		left: 690px;
	}
	#IMAGE1292 > .ladi-image > .ladi-image-background {
		width: 547.06px;
		height: 550px;
		top: 0px;
		left: 0px;
		background-image: url("../img/mau-nu-03-20210422031832.png");
	}
	#SECTION1256 {
		height: 735.2px;
	}
	#SECTION1256 > .ladi-overlay {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/bg-last-20210107073729.png");
		background-position: left top;
		background-repeat: no-repeat;
		opacity: 0.3;
	}
	#SECTION1256 > .ladi-section-background {
		background: rgba(255, 255, 255, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		opacity: 0.4;
	}
	#SECTION1256 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1293 {
		width: 590px;
		height: 610px;
		top: 51.631px;
		left: 540px;
	}
	#IMAGE1293 > .ladi-image > .ladi-image-background {
		width: 838.853px;
		height: 610px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fix1-20210420110035.png");
	}
	#IMAGE1293.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1294 {
		width: 107.569px;
		height: 40px;
		top: 81.631px;
		left: 90px;
	}
	#IMAGE1294 > .ladi-image > .ladi-image-background {
		width: 107.569px;
		height: 40px;
		top: 0px;
		left: 0px;
		background-image: url("../img/lavite_logo-20201111080907.png");
		background-size: contain;
	}
	#HEADLINE1295 {
		width: 400px;
		top: 465.631px;
		left: 90px;
	}
	#HEADLINE1295 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 21px;
		line-height: 1.6;
	}
	#HEADLINE1295.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1296 {
		width: 495.293px;
		height: 110.53px;
		top: 1.631px;
		left: -470px;
		display: none !important;
	}
	#IMAGE1296 > .ladi-image > .ladi-image-background {
		width: 649.293px;
		height: 200.875px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-20210324072109.png");
	}
	#IMAGE1296 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#GROUP1066 {
		width: 271.398px;
		height: 48px;
		top: 140.558px;
		left: 0px;
	}
	#PARAGRAPH1068 {
		width: 254px;
		top: 0px;
		left: 17.3983px;
	}
	#PARAGRAPH1068 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#SHAPE1067 {
		width: 12.3927px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1067 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#IMAGE1297 {
		width: 141px;
		height: 141px;
		top: -69.798px;
		left: 374px;
	}
	#IMAGE1297 > .ladi-image > .ladi-image-background {
		width: 141px;
		height: 141px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i2-20210420103749.png");
	}
	#IMAGE1298 {
		width: 135px;
		height: 135px;
		top: -67.563px;
		left: 972.5px;
	}
	#IMAGE1298 > .ladi-image > .ladi-image-background {
		width: 135px;
		height: 135px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i4-20210420103749.png");
	}
	#IMAGE1299 {
		width: 134px;
		height: 134px;
		top: -65.298px;
		left: 679.003px;
	}
	#IMAGE1299 > .ladi-image > .ladi-image-background {
		width: 134px;
		height: 134px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i3-20210420103749.png");
	}
	#IMAGE1300 {
		width: 137px;
		height: 137px;
		top: -65.765px;
		left: 89.5px;
	}
	#IMAGE1300 > .ladi-image > .ladi-image-background {
		width: 137px;
		height: 137px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i1-20210420103749.png");
	}
	#IMAGE1301 {
		width: 1204.47px;
		height: 217.003px;
		top: 488.687px;
		left: -2.235px;
	}
	#IMAGE1301 > .ladi-image > .ladi-image-background {
		width: 1204.47px;
		height: 217.003px;
		top: 0px;
		left: 0px;
		background-image: url("../img/layer-71-20210420104236.png");
	}
	#IMAGE1301.ladi-animation > .ladi-image {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1305 {
		width: 360px;
		height: 580px;
		top: 0px;
		left: 0px;
	}
	#BOX1305 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		background: linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		opacity: 0.78;
		border-radius: 10px;
	}
	#BOX1306 {
		width: 340px;
		height: 554.436px;
		top: 15.5645px;
		left: 10px;
	}
	#BOX1306 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(1, 116, 136);
		border-width: 1px;
		border-radius: 8px;
	}
	#BOX1313 {
		width: 340px;
		height: 69.5439px;
		top: 10px;
		left: 10px;
	}
	#BOX1313 > .ladi-box {
		background-color: rgb(1, 115, 136);
		border-color: rgb(213, 24, 25);
		border-width: 1px;
		border-radius: 8px 8px 0px 0px;
	}
	#HEADLINE1314 {
		width: 170px;
		top: 32px;
		left: 24px;
	}
	#HEADLINE1314 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(255, 242, 243);
		font-size: 20px;
		text-align: left;
		line-height: 1.4;
	}
	#HEADLINE1314.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1316 {
		width: 280px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1316 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON_TEXT1316 > .ladi-headline:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#BUTTON1316 {
		width: 280px;
		height: 48.768px;
		top: 148px;
		left: 0px;
	}
	#BUTTON1316 > .ladi-button > .ladi-button-background {
		background: rgba(255, 160, 161, 1);
		background: -webkit-linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
		background: linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
	}
	#BUTTON1316 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		border-radius: 5px;
	}
	#FORM_ITEM1317 {
		width: 278.501px;
		height: 36px;
		top: -11px;
		left: 0px;
	}
	#FORM_ITEM1318 {
		width: 278.501px;
		height: 36px;
		top: 27px;
		left: 0px;
	}
	#FORM_ITEM1319 {
		width: 278.501px;
		height: 36px;
		top: 66px;
		left: 0px;
	}
	#FORM1315 {
		width: 280px;
		height: 196.768px;
		top: 270px;
		left: 40px;
	}
	#FORM1315 > .ladi-form {
		color: rgb(84, 84, 84);
		font-size: 14px;
		line-height: 1.6;
	}
	#FORM1315 .ladi-form-item .ladi-form-control::placeholder,
	#FORM1315 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
		color: rgba(84, 84, 84, 1);
	}
	#FORM1315 .ladi-form-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	#FORM1315 .ladi-form-item.ladi-form-checkbox {
		padding-left: 13px;
		padding-right: 13px;
	}
	#FORM1315 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(84%2C%2084%2C%2084%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}
	#FORM1315 .ladi-form-item-container,
	#FORM1315 .ladi-form-label-container .ladi-form-label-item {
		border-style: solid;
		border-color: rgb(180, 180, 180);
		border-width: 1px;
		border-radius: 5px;
	}
	#FORM1315 .ladi-form-item-container .ladi-form-quantity button {
		background-color: rgb(180, 180, 180);
	}
	#FORM1315 .ladi-form-item-background {
		background-color: rgb(255, 255, 255);
		border-radius: 4px;
	}
	#COUNTDOWN_ITEM1321 {
		visibility: hidden;
		pointer-events: none;
	}
	#COUNTDOWN1320 {
		width: 180px;
		height: 35px;
		top: 28px;
		left: 157px;
	}
	#COUNTDOWN1320 > .ladi-countdown {
		font-family: "Barlow-Bold.ttf";
		color: rgb(1, 69, 81);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	#COUNTDOWN1320 > .ladi-countdown > .ladi-element {
		width: calc((100% - 5px * 3) / 4);
		margin-right: 1px;
		height: 100%;
	}
	#COUNTDOWN1320 > .ladi-countdown .ladi-countdown-background {
		background-color: rgb(203, 233, 247);
		border-color: rgb(23, 200, 47);
		border-width: 2px;
		border-radius: 5px;
	}
	#GROUP1304 {
		width: 360px;
		height: 580px;
		top: 0px;
		left: 0px;
	}
	#GROUP1304.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1326 {
		width: 281.115px;
		height: 73.0492px;
		top: 0px;
		left: 0px;
	}
	#BOX1326 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(131, 124, 124);
		border-width: 1px;
		border-radius: 5px;
	}
	#HEADLINE1328 {
		width: 139px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1328 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 14px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1329 {
		width: 142px;
		top: 17.898px;
		left: 0px;
	}
	#HEADLINE1329 > .ladi-headline {
		font-family: "Barlow-Bold.ttf";
		color: rgb(234, 127, 136);
		font-size: 28px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1327 {
		width: 142px;
		height: 62.898px;
		top: 6.525px;
		left: 131.115px;
	}
	#HEADLINE1331 {
		width: 98px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1331 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1332 {
		width: 123px;
		top: 24px;
		left: 5.75px;
	}
	#HEADLINE1332 > .ladi-headline {
		font-family: "Barlow-Regular.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: rgba(0, 0, 0, 0.6);
		font-size: 22px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1330 {
		width: 128.75px;
		height: 59px;
		top: 7.0246px;
		left: 7.824px;
	}
	#GROUP1325 {
		width: 281.115px;
		height: 73.0492px;
		top: 180px;
		left: 40px;
	}
	#HEADLINE1333 {
		width: 283px;
		top: 110px;
		left: 40px;
	}
	#HEADLINE1333 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(200, 31, 23);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1334 {
		width: 280px;
		top: 373px;
		left: 40.5575px;
	}
	#PARAGRAPH1334 > .ladi-paragraph {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 11px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1335 {
		width: 280px;
		top: 490px;
		left: 40px;
	}
	#PARAGRAPH1335 > .ladi-paragraph {
		color: rgb(85, 85, 85);
		font-size: 11px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1303 {
		width: 360px;
		height: 580px;
		top: 110px;
		left: 840px;
	}
	#GROUP1303.ladi-animation > .ladi-group {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1336 {
		width: 200px;
		height: 218.616px;
		top: 580px;
		left: 610px;
	}
	#IMAGE1336 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 218.616px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-01-20210422035926.png");
	}
	#IMAGE1336 > .ladi-image {
		opacity: 0.82;
		filter: brightness(102%) saturate(92%);
	}
	#IMAGE1337 {
		width: 260px;
		height: 260px;
		top: 470px;
		left: 297px;
	}
	#IMAGE1337 > .ladi-image > .ladi-image-background {
		width: 260px;
		height: 260px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-02222-20210422093942.png");
	}
	#IMAGE1341 {
		width: 265.156px;
		height: 162.783px;
		top: 660px;
		left: 40px;
	}
	#IMAGE1341 > .ladi-image > .ladi-image-background {
		width: 265.156px;
		height: 162.783px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#IMAGE1343 {
		width: 200px;
		height: 122.783px;
		top: 229.772px;
		left: 907px;
	}
	#IMAGE1343 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 122.783px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#IMAGE1343.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1377 {
		width: 310px;
		top: 170px;
		left: 0px;
	}
	#HEADLINE1377 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1379 {
		width: 310px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1379 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1380 {
		width: 280px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1380 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1381 {
		width: 310px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1381 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}
	#GROUP1382 {
		width: 310px;
		height: 320px;
		top: 188.772px;
		left: 90px;
	}
	#GROUP1382.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP1383 {
		width: 310px;
		height: 142px;
		top: 678.772px;
		left: 410px;
	}
	#GROUP1383.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.2s;
		-webkit-animation-duration: 1.2s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP1384 {
		width: 285px;
		height: 219px;
		top: 678.772px;
		left: 90px;
	}
	#GROUP1384.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP1385 {
		width: 310px;
		height: 191px;
		top: 358.772px;
		left: 410px;
	}
	#GROUP1385.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.2s;
		-webkit-animation-duration: 1.2s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1390 {
		width: 620px;
		top: 45.232px;
		left: 290px;
	}
	#HEADLINE1390 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 34px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1390.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1395 {
		width: 380px;
		height: 572.65px;
		top: 87.544px;
		left: 0px;
	}
	#BOX1395 > .ladi-box {
		box-shadow: 7px 21px 19px -20px rgba(228, 228, 228, 1);
		-webkit-box-shadow: 7px 21px 19px -20px rgba(228, 228, 228, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 7px;
	}
	#IMAGE1396 {
		width: 360px;
		height: 227.194px;
		top: 0px;
		left: 11px;
	}
	#IMAGE1396 > .ladi-image > .ladi-image-background {
		width: 360px;
		height: 227.194px;
		top: 0px;
		left: 0px;
		background-image: url("../img/before_after_3-20201116044052.jpg");
	}
	#IMAGE1396 > .ladi-image {
		border-radius: 18px;
	}
	#GROUP1394 {
		width: 380px;
		height: 660.194px;
		top: 0px;
		left: 0px;
	}
	#PARAGRAPH1398 {
		width: 340px;
		top: 54.147px;
		left: 0px;
	}
	#PARAGRAPH1398 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1399 {
		width: 336px;
		top: 0px;
		left: 5px;
	}
	#HEADLINE1399 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 25px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1397 {
		width: 341px;
		height: 342.147px;
		top: 256.047px;
		left: 21px;
	}
	#GROUP1393 {
		width: 380px;
		height: 660.194px;
		top: 45.306px;
		left: 19px;
	}
	#BOX1402 {
		width: 380px;
		height: 572.65px;
		top: 90px;
		left: 0px;
	}
	#BOX1402 > .ladi-box {
		box-shadow: 7px 19px 21px -16px rgba(228, 228, 228, 1);
		-webkit-box-shadow: 7px 19px 21px -16px rgba(228, 228, 228, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 7px;
	}
	#IMAGE1403 {
		width: 360.256px;
		height: 234.43px;
		top: 0px;
		left: 10px;
	}
	#IMAGE1403 > .ladi-image > .ladi-image-background {
		width: 372.951px;
		height: 230.326px;
		top: 0px;
		left: 0px;
		background-image: url("../img/baltimore-facelift-before-after-a-33-20200803094654.jpg");
	}
	#IMAGE1403 > .ladi-image {
		border-radius: 18px;
	}
	#GROUP1401 {
		width: 380px;
		height: 662.65px;
		top: 0px;
		left: 0px;
	}
	#PARAGRAPH1405 {
		width: 346px;
		top: 61.497px;
		left: 0px;
	}
	#PARAGRAPH1405 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1406 {
		width: 329px;
		top: 0px;
		left: 1.9872px;
	}
	#HEADLINE1406 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 25px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1404 {
		width: 346px;
		height: 343.497px;
		top: 258.503px;
		left: 18.5128px;
	}
	#GROUP1400 {
		width: 380px;
		height: 662.65px;
		top: 42.85px;
		left: 440px;
	}
	#BOX1409 {
		width: 370px;
		height: 572.65px;
		top: 78.544px;
		left: 0px;
	}
	#BOX1409 > .ladi-box {
		box-shadow: 7px 19px 21px -13px rgba(228, 228, 228, 1);
		-webkit-box-shadow: 7px 19px 21px -13px rgba(228, 228, 228, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 7px;
	}
	#IMAGE1410 {
		width: 346.153px;
		height: 221.558px;
		top: 0px;
		left: 11.4235px;
	}
	#IMAGE1410 > .ladi-image > .ladi-image-background {
		width: 346.153px;
		height: 240.912px;
		top: 0px;
		left: 0px;
		background-image: url("../img/before_after_2-20201116044051.jpg");
	}
	#IMAGE1410 > .ladi-image {
		border-radius: 18px;
	}
	#GROUP1408 {
		width: 370px;
		height: 651.194px;
		top: 0px;
		left: 0px;
	}
	#PARAGRAPH1412 {
		width: 340px;
		top: 52.65px;
		left: 0px;
	}
	#PARAGRAPH1412 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1413 {
		width: 336px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1413 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 25px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1411 {
		width: 340px;
		height: 334.65px;
		top: 248.544px;
		left: 13.1493px;
	}
	#GROUP1407 {
		width: 370px;
		height: 651.194px;
		top: 54.306px;
		left: 860px;
	}
	#CAROUSEL1392 {
		width: 1245px;
		height: 753px;
		top: 225.232px;
		left: -25px;
	}
	#SECTION1389 {
		height: 1048.15px;
	}
	#SECTION1389 > .ladi-section-background {
		background-color: rgb(255, 248, 245);
	}
	#SECTION1389 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1415 {
		width: 200px;
		height: 218.616px;
		top: 560px;
		left: 610px;
	}
	#IMAGE1415 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 218.616px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-01-20210422035926.png");
	}
	#IMAGE1416 {
		width: 1190px;
		height: 360px;
		top: 440px;
		left: 10px;
	}
	#IMAGE1416 > .ladi-image > .ladi-image-background {
		width: 1190px;
		height: 360px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-20210324072109.png");
	}
	#IMAGE1416 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#IMAGE1417 {
		width: 53.0645px;
		height: 47px;
		top: 440px;
		left: -40px;
	}
	#IMAGE1417 > .ladi-image > .ladi-image-background {
		width: 53.0645px;
		height: 47px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fbbgwr5-20200904083351.png");
	}
	#IMAGE1418 {
		width: 91.3462px;
		height: 95px;
		top: 50px;
		left: 410px;
	}
	#IMAGE1418 > .ladi-image > .ladi-image-background {
		width: 91.3462px;
		height: 95px;
		top: 0px;
		left: 0px;
		background-image: url("../img/tb-20200904071546.png");
	}
	#IMAGE1419 {
		width: 490.926px;
		height: 573.459px;
		top: 62.703px;
		left: 360px;
	}
	#IMAGE1419 > .ladi-image > .ladi-image-background {
		width: 468.937px;
		height: 573.459px;
		top: 0px;
		left: 21.989px;
		background-image: url("../img/gai-dep-20210422035748.png");
	}
	#IMAGE1419.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1420 {
		width: 410px;
		top: 93.78px;
		left: 30px;
	}
	#HEADLINE1420 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(10, 54, 62);
		font-size: 30px;
		line-height: 1.4;
	}
	#HEADLINE1420.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1421 {
		width: 330px;
		top: 303.78px;
		left: 30px;
	}
	#PARAGRAPH1421 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(62, 62, 62);
		font-size: 20px;
		line-height: 1.6;
	}
	#PARAGRAPH1421.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1424 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1424 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1425 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1425 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1423 {
		width: 422px;
		height: 29px;
		top: 45px;
		left: 0px;
	}
	#SHAPE1427 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1427 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1428 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1428 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1426 {
		width: 422px;
		height: 29px;
		top: 180px;
		left: 0px;
	}
	#SHAPE1430 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1430 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1431 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1431 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1429 {
		width: 422px;
		height: 29px;
		top: 90px;
		left: 0px;
	}
	#SHAPE1433 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1433 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1434 {
		width: 360px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1434 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 17px;
		line-height: 1.6;
	}
	#GROUP1432 {
		width: 400px;
		height: 28px;
		top: 135px;
		left: 0px;
	}
	#SHAPE1436 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1436 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1437 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1437 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1435 {
		width: 422px;
		height: 29px;
		top: 0px;
		left: 0px;
	}
	#GROUP1422 {
		width: 422px;
		height: 209px;
		top: 400px;
		left: 30px;
	}
	#GROUP1422.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1440 {
		width: 360px;
		height: 589px;
		top: 0px;
		left: 0px;
	}
	#BOX1440 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		background: linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		opacity: 0.78;
		border-radius: 10px;
	}
	#BOX1441 {
		width: 340px;
		height: 560.741px;
		top: 19.26px;
		left: 10px;
	}
	#BOX1441 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(1, 116, 136);
		border-width: 1px;
		border-radius: 8px;
	}
	#BOX1448 {
		width: 340px;
		height: 69.5439px;
		top: 20.26px;
		left: 10px;
	}
	#BOX1448 > .ladi-box {
		background-color: rgb(1, 115, 136);
		border-color: rgb(213, 24, 25);
		border-width: 1px;
		border-radius: 8px 8px 0px 0px;
	}
	#HEADLINE1449 {
		width: 170px;
		top: 45.76px;
		left: 25px;
	}
	#HEADLINE1449 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(255, 242, 243);
		font-size: 20px;
		text-align: left;
		line-height: 1.4;
	}
	#HEADLINE1449.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1451 {
		width: 343px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1451 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1451 {
		width: 280px;
		height: 48.768px;
		top: 148px;
		left: 0px;
	}
	#BUTTON1451 > .ladi-button > .ladi-button-background {
		background: rgba(255, 160, 161, 1);
		background: -webkit-linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
		background: linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
	}
	#BUTTON1451 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		border-radius: 5px;
	}
	#BUTTON1451 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#FORM_ITEM1452 {
		width: 278.501px;
		height: 34px;
		top: -7px;
		left: 0px;
	}
	#FORM_ITEM1453 {
		width: 278.501px;
		height: 34px;
		top: 29px;
		left: 0px;
	}
	#FORM_ITEM1454 {
		width: 278.501px;
		height: 34px;
		top: 65px;
		left: 0px;
	}
	#FORM1450 {
		width: 280px;
		height: 196.768px;
		top: 273.232px;
		left: 40px;
	}
	#FORM1450 > .ladi-form {
		color: rgb(84, 84, 84);
		font-size: 14px;
		line-height: 1.6;
	}
	#FORM1450 .ladi-form-item .ladi-form-control::placeholder,
	#FORM1450 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
		color: rgba(84, 84, 84, 1);
	}
	#FORM1450 .ladi-form-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	#FORM1450 .ladi-form-item.ladi-form-checkbox {
		padding-left: 13px;
		padding-right: 13px;
	}
	#FORM1450 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(84%2C%2084%2C%2084%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}
	#FORM1450 .ladi-form-item-container,
	#FORM1450 .ladi-form-label-container .ladi-form-label-item {
		border-style: solid;
		border-color: rgb(180, 180, 180);
		border-width: 1px;
		border-radius: 5px;
	}
	#FORM1450 .ladi-form-item-container .ladi-form-quantity button {
		background-color: rgb(180, 180, 180);
	}
	#FORM1450 .ladi-form-item-background {
		background-color: rgb(255, 255, 255);
		border-radius: 4px;
	}
	#COUNTDOWN_ITEM1456 {
		visibility: hidden;
		pointer-events: none;
	}
	#COUNTDOWN1455 {
		width: 180px;
		height: 35px;
		top: 40.26px;
		left: 160px;
	}
	#COUNTDOWN1455 > .ladi-countdown {
		font-family: "Barlow-Bold.ttf";
		color: rgb(1, 69, 81);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	#COUNTDOWN1455 > .ladi-countdown > .ladi-element {
		width: calc((100% - 5px * 3) / 4);
		margin-right: 1px;
		height: 100%;
	}
	#COUNTDOWN1455 > .ladi-countdown .ladi-countdown-background {
		background-color: rgb(203, 233, 247);
		border-color: rgb(23, 200, 47);
		border-width: 2px;
		border-radius: 5px;
	}
	#GROUP1439 {
		width: 360px;
		height: 589px;
		top: 0px;
		left: 0px;
	}
	#GROUP1439.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1461 {
		width: 281.115px;
		height: 73.0492px;
		top: 0px;
		left: 0px;
	}
	#BOX1461 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(131, 124, 124);
		border-width: 1px;
		border-radius: 5px;
	}
	#HEADLINE1463 {
		width: 139px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1463 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1464 {
		width: 142px;
		top: 17.898px;
		left: 0px;
	}
	#HEADLINE1464 > .ladi-headline {
		font-family: "Barlow-Bold.ttf";
		color: rgb(234, 127, 136);
		font-size: 28px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1462 {
		width: 142px;
		height: 62.898px;
		top: 6.525px;
		left: 131.115px;
	}
	#HEADLINE1466 {
		width: 98px;
		top: 0px;
		left: 0.25px;
	}
	#HEADLINE1466 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1467 {
		width: 123px;
		top: 23px;
		left: 0px;
	}
	#HEADLINE1467 > .ladi-headline {
		font-family: "Barlow-Regular.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: rgba(0, 0, 0, 0.6);
		font-size: 22px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1465 {
		width: 123px;
		height: 58px;
		top: 7.0246px;
		left: 7.574px;
	}
	#GROUP1460 {
		width: 281.115px;
		height: 73.0492px;
		top: 189.475px;
		left: 38.885px;
	}
	#HEADLINE1468 {
		width: 283px;
		top: 128px;
		left: 38px;
	}
	#HEADLINE1468 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(200, 31, 23);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1469 {
		width: 280px;
		top: 373.095px;
		left: 40px;
	}
	#PARAGRAPH1469 > .ladi-paragraph {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 13px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1470 {
		width: 280px;
		top: 490.456px;
		left: 40px;
	}
	#PARAGRAPH1470 > .ladi-paragraph {
		color: rgb(85, 85, 85);
		font-size: 11px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1438 {
		width: 360px;
		height: 589px;
		top: 150px;
		left: 840px;
	}
	#GROUP1438.ladi-animation > .ladi-group {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1471 {
		width: 260px;
		height: 367.995px;
		top: 430px;
		left: 470px;
	}
	#IMAGE1471 > .ladi-image > .ladi-image-background {
		width: 414.995px;
		height: 414.995px;
		top: -12px;
		left: -73.094px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE1471 > .ladi-image {
		filter: contrast(105%) brightness(103%);
	}
	#IMAGE1471.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1472 {
		width: 260px;
		height: 260px;
		top: 560px;
		left: 420px;
	}
	#IMAGE1472 > .ladi-image > .ladi-image-background {
		width: 260px;
		height: 260px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-02222-20210422093942.png");
	}
	#IMAGE1473 {
		width: 242.702px;
		height: 148.998px;
		top: 653.785px;
		left: 40px;
	}
	#IMAGE1473 > .ladi-image > .ladi-image-background {
		width: 242.702px;
		height: 148.998px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#SECTION1414 {
		height: 865.563px;
	}
	#SECTION1414 > .ladi-section-background {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/fffff-20200904042238.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
		filter: brightness(123%);
		opacity: 0.5;
	}
	#SECTION1414 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1474 {
		width: 670px;
		height: 670px;
		top: -547.768px;
		left: 680px;
	}
	#IMAGE1474 > .ladi-image > .ladi-image-background {
		width: 670px;
		height: 670px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-02222-202104220939422.png");
	}
	#IMAGE1476 {
		width: 200px;
		height: 218.616px;
		top: 560px;
		left: 610px;
	}
	#IMAGE1476 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 218.616px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-01-20210422035926.png");
	}
	#IMAGE1477 {
		width: 1190px;
		height: 360px;
		top: 440px;
		left: 10px;
	}
	#IMAGE1477 > .ladi-image > .ladi-image-background {
		width: 1190px;
		height: 360px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-20210324072109.png");
	}
	#IMAGE1477 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#IMAGE1478 {
		width: 53.0645px;
		height: 47px;
		top: 440px;
		left: -40px;
	}
	#IMAGE1478 > .ladi-image > .ladi-image-background {
		width: 53.0645px;
		height: 47px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fbbgwr5-20200904083351.png");
	}
	#IMAGE1479 {
		width: 91.3462px;
		height: 95px;
		top: 50px;
		left: 410px;
	}
	#IMAGE1479 > .ladi-image > .ladi-image-background {
		width: 91.3462px;
		height: 95px;
		top: 0px;
		left: 0px;
		background-image: url("../img/tb-20200904071546.png");
	}
	#IMAGE1480 {
		width: 490.926px;
		height: 573.459px;
		top: 62.703px;
		left: 360px;
	}
	#IMAGE1480 > .ladi-image > .ladi-image-background {
		width: 468.937px;
		height: 573.459px;
		top: 0px;
		left: 21.989px;
		background-image: url("../img/gai-dep-20210422035748.png");
	}
	#IMAGE1480.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1481 {
		width: 410px;
		top: 93.78px;
		left: 30px;
	}
	#HEADLINE1481 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(10, 54, 62);
		font-size: 31px;
		line-height: 1.4;
	}
	#HEADLINE1481.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1482 {
		width: 330px;
		top: 303.78px;
		left: 30px;
	}
	#PARAGRAPH1482 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(62, 62, 62);
		font-size: 20px;
		line-height: 1.6;
	}
	#PARAGRAPH1482.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1485 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1485 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1486 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1486 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1484 {
		width: 422px;
		height: 29px;
		top: 45px;
		left: 0px;
	}
	#SHAPE1488 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1488 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1489 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1489 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1487 {
		width: 422px;
		height: 29px;
		top: 180px;
		left: 0px;
	}
	#SHAPE1491 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1491 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1492 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1492 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1490 {
		width: 422px;
		height: 29px;
		top: 90px;
		left: 0px;
	}
	#SHAPE1494 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1494 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1495 {
		width: 360px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1495 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 17px;
		line-height: 1.6;
	}
	#GROUP1493 {
		width: 400px;
		height: 28px;
		top: 135px;
		left: 0px;
	}
	#SHAPE1497 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1497 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1498 {
		width: 382px;
		top: 0px;
		left: 40px;
	}
	#PARAGRAPH1498 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1496 {
		width: 422px;
		height: 29px;
		top: 0px;
		left: 0px;
	}
	#GROUP1483 {
		width: 422px;
		height: 209px;
		top: 400px;
		left: 30px;
	}
	#GROUP1483.ladi-animation > .ladi-group {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1501 {
		width: 360px;
		height: 650px;
		top: 0px;
		left: 0px;
	}
	#BOX1501 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		background: linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		opacity: 0.78;
		border-radius: 10px;
	}
	#BOX1502 {
		width: 340px;
		height: 624.436px;
		top: 15.5645px;
		left: 10px;
	}
	#BOX1502 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(1, 116, 136);
		border-width: 1px;
		border-radius: 8px;
	}
	#PARAGRAPH1504 {
		width: 113px;
		top: 54.3402px;
		left: 0px;
	}
	#PARAGRAPH1504 > .ladi-paragraph {
		color: rgb(204, 82, 111);
		font-size: 16px;
		text-align: center;
		line-height: 1.4;
	}
	#IMAGE1505 {
		width: 39.1475px;
		height: 48.8619px;
		top: 0px;
		left: 33.0994px;
	}
	#IMAGE1505 > .ladi-image > .ladi-image-background {
		width: 39.1475px;
		height: 48.8619px;
		top: 0px;
		left: 0px;
		background-image: url("../img/-1-20200910061909-20210323070736.png");
	}
	#GROUP1503 {
		width: 113px;
		height: 77.3402px;
		top: 100px;
		left: 37px;
	}
	#HEADLINE1507 {
		width: 113px;
		top: 54.2233px;
		left: 0px;
	}
	#HEADLINE1507 > .ladi-headline {
		color: rgb(204, 82, 111);
		font-size: 15px;
		text-align: center;
		line-height: 1.6;
	}
	#IMAGE1508 {
		width: 40.2388px;
		height: 50.224px;
		top: 0px;
		left: 33.5223px;
	}
	#IMAGE1508 > .ladi-image > .ladi-image-background {
		width: 40.2388px;
		height: 50.224px;
		top: 0px;
		left: 0px;
		background-image: url("../img/-1-20200910061909-20210323070736.png");
	}
	#GROUP1506 {
		width: 113px;
		height: 80.2233px;
		top: 97px;
		left: 206px;
	}
	#BOX1509 {
		width: 340px;
		height: 69.5439px;
		top: 10px;
		left: 10px;
	}
	#BOX1509 > .ladi-box {
		background-color: rgb(1, 115, 136);
		border-color: rgb(213, 24, 25);
		border-width: 1px;
		border-radius: 8px 8px 0px 0px;
	}
	#HEADLINE1510 {
		width: 170px;
		top: 32px;
		left: 24px;
	}
	#HEADLINE1510 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(255, 242, 243);
		font-size: 20px;
		text-align: left;
		line-height: 1.4;
	}
	#HEADLINE1510.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1512 {
		width: 343px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1512 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1512 {
		width: 280px;
		height: 48.768px;
		top: 148px;
		left: 0px;
	}
	#BUTTON1512 > .ladi-button > .ladi-button-background {
		background: rgba(255, 160, 161, 1);
		background: -webkit-linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
		background: linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
	}
	#BUTTON1512 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		border-radius: 5px;
	}
	#BUTTON1512 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#FORM_ITEM1514 {
		width: 278.501px;
		height: 40px;
		top: 0px;
		left: 0px;
	}
	#FORM_ITEM1515 {
		width: 278.501px;
		height: 40px;
		top: 47px;
		left: 0px;
	}
	#FORM1511 {
		width: 280px;
		height: 196.768px;
		top: 333.232px;
		left: 40px;
	}
	#FORM1511 > .ladi-form {
		color: rgb(84, 84, 84);
		font-size: 14px;
		line-height: 1.6;
	}
	#FORM1511 .ladi-form-item .ladi-form-control::placeholder,
	#FORM1511 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
		color: rgba(84, 84, 84, 1);
	}
	#FORM1511 .ladi-form-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	#FORM1511 .ladi-form-item.ladi-form-checkbox {
		padding-left: 13px;
		padding-right: 13px;
	}
	#FORM1511 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(84%2C%2084%2C%2084%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}
	#FORM1511 .ladi-form-item-container,
	#FORM1511 .ladi-form-label-container .ladi-form-label-item {
		border-style: solid;
		border-color: rgb(180, 180, 180);
		border-width: 1px;
		border-radius: 5px;
	}
	#FORM1511 .ladi-form-item-container .ladi-form-quantity button {
		background-color: rgb(180, 180, 180);
	}
	#FORM1511 .ladi-form-item-background {
		background-color: rgb(255, 255, 255);
		border-radius: 4px;
	}
	#COUNTDOWN_ITEM1517 {
		visibility: hidden;
		pointer-events: none;
	}
	#COUNTDOWN1516 {
		width: 180px;
		height: 35px;
		top: 28px;
		left: 157px;
	}
	#COUNTDOWN1516 > .ladi-countdown {
		font-family: "Barlow-Bold.ttf";
		color: rgb(1, 69, 81);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	#COUNTDOWN1516 > .ladi-countdown > .ladi-element {
		width: calc((100% - 5px * 3) / 4);
		margin-right: 5px;
		height: 100%;
	}
	#COUNTDOWN1516 > .ladi-countdown .ladi-countdown-background {
		background-color: rgb(203, 233, 247);
		border-color: rgb(23, 200, 47);
		border-width: 2px;
		border-radius: 5px;
	}
	#GROUP1500 {
		width: 360px;
		height: 650px;
		top: 0px;
		left: 0px;
	}
	#GROUP1500.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1522 {
		width: 281.115px;
		height: 73.0492px;
		top: 0px;
		left: 0px;
	}
	#BOX1522 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(131, 124, 124);
		border-width: 1px;
		border-radius: 5px;
	}
	#HEADLINE1524 {
		width: 139px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1524 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1525 {
		width: 142px;
		top: 17.898px;
		left: 0px;
	}
	#HEADLINE1525 > .ladi-headline {
		font-family: "Barlow-Bold.ttf";
		color: rgb(234, 127, 136);
		font-size: 28px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1523 {
		width: 142px;
		height: 62.898px;
		top: 6.525px;
		left: 131.115px;
	}
	#HEADLINE1527 {
		width: 98px;
		top: 0px;
		left: 0.25px;
	}
	#HEADLINE1527 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1528 {
		width: 123px;
		top: 23px;
		left: 0px;
	}
	#HEADLINE1528 > .ladi-headline {
		font-family: "Barlow-Regular.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: rgba(0, 0, 0, 0.6);
		font-size: 22px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1526 {
		width: 123px;
		height: 58px;
		top: 7.0246px;
		left: 7.574px;
	}
	#GROUP1521 {
		width: 281.115px;
		height: 73.0492px;
		top: 249.475px;
		left: 38.885px;
	}
	#HEADLINE1529 {
		width: 282px;
		top: 188px;
		left: 38px;
	}
	#HEADLINE1529 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(200, 31, 23);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1530 {
		width: 280px;
		top: 433.095px;
		left: 40px;
	}
	#PARAGRAPH1530 > .ladi-paragraph {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 13px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1531 {
		width: 280px;
		top: 550.456px;
		left: 40px;
	}
	#PARAGRAPH1531 > .ladi-paragraph {
		color: rgb(85, 85, 85);
		font-size: 11px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1499 {
		width: 360px;
		height: 650px;
		top: 90px;
		left: 840px;
	}
	#GROUP1499.ladi-animation > .ladi-group {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1532 {
		width: 260px;
		height: 367.995px;
		top: 430px;
		left: 470px;
	}
	#IMAGE1532 > .ladi-image > .ladi-image-background {
		width: 414.995px;
		height: 414.995px;
		top: -12px;
		left: -73.094px;
		background-image: url("../img/lavite-ind-20210422034711.png");
	}
	#IMAGE1532 > .ladi-image {
		filter: contrast(105%) brightness(103%);
	}
	#IMAGE1532.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1533 {
		width: 260px;
		height: 260px;
		top: 560px;
		left: 420px;
	}
	#IMAGE1533 > .ladi-image > .ladi-image-background {
		width: 260px;
		height: 260px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE1534 {
		width: 242.702px;
		height: 148.998px;
		top: 653.785px;
		left: 40px;
	}
	#IMAGE1534 > .ladi-image > .ladi-image-background {
		width: 242.702px;
		height: 148.998px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#SECTION1475 {
		height: 865.563px;
		display: none !important;
	}
	#SECTION1475 > .ladi-section-background {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/fffff-20200904042238.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
		filter: brightness(123%);
		opacity: 0.5;
	}
	#SECTION1475 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#BOX1572 {
		width: 1323px;
		height: 316px;
		top: 27px;
		left: -73px;
	}
	#BOX1572 > .ladi-box {
		background-color: rgb(255, 255, 255);
		border-style: solid;
		border-color: rgb(255, 147, 156);
		border-width: 3px;
		border-radius: 215px;
	}
	#NOTIFY1573 {
		width: 300px;
		height: 62px;
		top: 10px;
		left: 10px;
		bottom: auto;
		right: auto;
		position: fixed;
		z-index: 90000060;
	}
	#NOTIFY1573 > .ladi-notify {
		color: rgb(64, 64, 64);
		background-color: rgba(250, 250, 250, 0.9);
	}
	#PARAGRAPH1574 {
		width: 346px;
		top: 0px;
		left: -464px;
		display: none !important;
	}
	#PARAGRAPH1574 > .ladi-paragraph {
		color: rgb(201, 31, 23);
		font-size: 28px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1576 {
		width: 380px;
		top: 0px;
		left: 286.491px;
	}
	#HEADLINE1576 > .ladi-headline {
		color: rgb(178, 60, 119);
		font-size: 29px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#SHAPE1577 {
		width: 26.7896px;
		height: 31.454px;
		top: 7.773px;
		left: 319.71px;
	}
	#SHAPE1577 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE1578 {
		width: 941px;
		top: 35.227px;
		left: 0px;
	}
	#HEADLINE1578 > .ladi-headline {
		color: rgb(255, 147, 155);
		font-size: 27px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1575 {
		width: 941px;
		height: 78.227px;
		top: 35.205px;
		left: 123.509px;
	}
	#BOX1580 {
		width: 333px;
		height: 111px;
		top: 74.368px;
		left: 5.727px;
	}
	#BOX1580 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#IMAGE1581 {
		width: 90.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1581 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -87px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1583 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1583 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#HEADLINE1584 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1584 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1585 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1585 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#GROUP1582 {
		width: 77.0184px;
		height: 77.0184px;
		top: 88.85px;
		left: 42.722px;
	}
	#HEADLINE1586 {
		width: 204px;
		top: 92.359px;
		left: 134.727px;
	}
	#HEADLINE1586 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1579 {
		width: 338.727px;
		height: 198.289px;
		top: 108.837px;
		left: 20px;
	}
	#BOX1588 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 13.727px;
	}
	#BOX1588 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#IMAGE1589 {
		width: 95.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1589 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -86px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1591 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1591 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#HEADLINE1592 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1592 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1593 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1593 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#GROUP1590 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 50.722px;
	}
	#HEADLINE1594 {
		width: 204px;
		top: 83.359px;
		left: 142.727px;
	}
	#HEADLINE1594 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1587 {
		width: 346.727px;
		height: 198.289px;
		top: 117.837px;
		left: 432.636px;
	}
	#BOX1596 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 12.727px;
	}
	#BOX1596 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#IMAGE1597 {
		width: 95.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1597 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -88px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1599 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1599 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#HEADLINE1600 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1600 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1601 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1601 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#GROUP1598 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 49.722px;
	}
	#HEADLINE1602 {
		width: 204px;
		top: 83.359px;
		left: 141.727px;
	}
	#HEADLINE1602 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1595 {
		width: 345.727px;
		height: 198.289px;
		top: 117.837px;
		left: 854.273px;
	}
	#BOX1604 {
		width: 800.432px;
		height: 139px;
		top: 0px;
		left: 0px;
	}
	#BOX1604 > .ladi-box {
		background: #ff9966;
		background: -webkit-linear-gradient(180deg, #ff9966, #ff5e62);
		background: linear-gradient(180deg, #ff9966, #ff5e62);
		border-radius: 10px;
	}
	#PARAGRAPH1605 {
		width: 757px;
		top: 18px;
		left: 21.716px;
	}
	#PARAGRAPH1605 > .ladi-paragraph {
		font-family: "Montserrat-BlackItalic.otf";
		color: rgb(255, 255, 255);
		font-size: 30px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1606 {
		width: 757px;
		top: 102px;
		left: 21.716px;
	}
	#PARAGRAPH1606 > .ladi-paragraph {
		font-family: "Krub-SemiBold.ttf";
		color: rgb(255, 255, 255);
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	#GROUP1603 {
		width: 800.432px;
		height: 139px;
		top: 373.167px;
		left: 188.284px;
	}
	#SECTION1571 {
		height: 543.94px;
		display: none !important;
	}
	#SECTION1571 > .ladi-section-background {
		background-size: cover;
		background-attachment: fixed;
		background-image: url("../img/bg-07-cut-20201112035838.png");
		background-position: center top;
		background-repeat: no-repeat;
	}
	#SECTION1571 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1613 {
		width: 138.662px;
		height: 129.418px;
		top: 219.354px;
		left: 461.669px;
	}
	#IMAGE1613 > .ladi-image > .ladi-image-background {
		width: 138.662px;
		height: 125.56px;
		top: 3.8578px;
		left: 0px;
		background-image: url("../img/chiet-xuat-cam-thao-20211018062948.png");
	}
	#IMAGE1613 > .ladi-image {
		border-radius: 0px;
	}
	#IMAGE1614 {
		width: 117.06px;
		height: 117.06px;
		top: 555.772px;
		left: 90px;
	}
	#IMAGE1614 > .ladi-image > .ladi-image-background {
		width: 117.441px;
		height: 117.06px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bergamot-oil-citrus-chanh-buoi-20220315031452.jpg");
	}
	#IMAGE1614 > .ladi-image {
		border-radius: 0px;
	}
	#IMAGE1615 {
		width: 103.845px;
		height: 114.655px;
		top: 549.772px;
		left: 410px;
	}
	#IMAGE1615 > .ladi-image > .ladi-image-background {
		width: 129.806px;
		height: 114.655px;
		top: 0.000075px;
		left: -12.3316px;
		background-image: url("../img/sticker-png-cutout-fresia-thumbnail-removebg-preview-20220315032029.png");
	}
	#IMAGE1615 > .ladi-image {
		transform: rotate(-77deg);
		-webkit-transform: rotate(-77deg);
		border-radius: 0px;
	}
	#SECTION1535 {
		height: 543.94px;
		display: none !important;
	}
	#SECTION1535 > .ladi-section-background {
		background-size: cover;
		background-attachment: fixed;
		background-image: url("../img/bg-07-cut-20201112035838.png");
		background-position: center top;
		background-repeat: no-repeat;
	}
	#SECTION1535 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#GROUP1567 {
		width: 800.432px;
		height: 139px;
		top: 373.167px;
		left: 188.284px;
	}
	#PARAGRAPH1570 {
		width: 757px;
		top: 109px;
		left: 21.716px;
	}
	#PARAGRAPH1570 > .ladi-paragraph {
		font-family: "Krub-SemiBold.ttf";
		color: rgb(255, 255, 255);
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1569 {
		width: 757px;
		top: 18px;
		left: 21.716px;
	}
	#PARAGRAPH1569 > .ladi-paragraph {
		font-family: "Montserrat-BlackItalic.otf";
		color: rgb(255, 255, 255);
		font-size: 30px;
		text-align: center;
		line-height: 1.4;
	}
	#BOX1568 {
		width: 800.432px;
		height: 139px;
		top: 0px;
		left: 0px;
	}
	#BOX1568 > .ladi-box {
		background: #ff9966;
		background: -webkit-linear-gradient(180deg, #ff9966, #ff5e62);
		background: linear-gradient(180deg, #ff9966, #ff5e62);
		border-radius: 10px;
	}
	#GROUP1559 {
		width: 345.727px;
		height: 198.289px;
		top: 117.837px;
		left: 854.273px;
	}
	#HEADLINE1566 {
		width: 204px;
		top: 83.359px;
		left: 141.727px;
	}
	#HEADLINE1566 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1562 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 49.722px;
	}
	#HEADLINE1565 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1565 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1564 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1564 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#BOX1563 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1563 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#IMAGE1561 {
		width: 95.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1561 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -88px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1560 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 12.727px;
	}
	#BOX1560 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#GROUP1551 {
		width: 346.727px;
		height: 198.289px;
		top: 117.837px;
		left: 432.636px;
	}
	#HEADLINE1558 {
		width: 204px;
		top: 83.359px;
		left: 142.727px;
	}
	#HEADLINE1558 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1554 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 50.722px;
	}
	#HEADLINE1557 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1557 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1556 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1556 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#BOX1555 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1555 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#IMAGE1553 {
		width: 95.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1553 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -86px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1552 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 13.727px;
	}
	#BOX1552 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#HEADLINE1550 {
		width: 204px;
		top: 210.196px;
		left: 245.727px;
	}
	#HEADLINE1550 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1546 {
		width: 77.0184px;
		height: 77.0184px;
		top: 206.687px;
		left: 153.722px;
	}
	#HEADLINE1549 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1549 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1548 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1548 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#BOX1547 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1547 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#IMAGE1545 {
		width: 90.655px;
		height: 198.289px;
		top: 117.837px;
		left: 111px;
	}
	#IMAGE1545 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -87px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1544 {
		width: 333px;
		height: 111px;
		top: 192.205px;
		left: 116.727px;
	}
	#BOX1544 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#GROUP1539 {
		width: 941px;
		height: 78.227px;
		top: 35.205px;
		left: 123.509px;
	}
	#HEADLINE1542 {
		width: 941px;
		top: 35.227px;
		left: 0px;
	}
	#HEADLINE1542 > .ladi-headline {
		color: rgb(255, 147, 155);
		font-size: 27px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#SHAPE1541 {
		width: 26.7896px;
		height: 31.454px;
		top: 7.773px;
		left: 319.71px;
	}
	#SHAPE1541 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE1540 {
		width: 380px;
		top: 0px;
		left: 286.491px;
	}
	#HEADLINE1540 > .ladi-headline {
		color: rgb(178, 60, 119);
		font-size: 29px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1538 {
		width: 346px;
		top: 0px;
		left: -464px;
		display: none !important;
	}
	#PARAGRAPH1538 > .ladi-paragraph {
		color: rgb(201, 31, 23);
		font-size: 28px;
		text-align: center;
		line-height: 1.6;
	}
	#NOTIFY1537 {
		width: 300px;
		height: 62px;
		top: 10px;
		left: 10px;
		bottom: auto;
		right: auto;
		position: fixed;
		z-index: 90000060;
	}
	#NOTIFY1537 > .ladi-notify {
		color: rgb(64, 64, 64);
		background-color: rgba(250, 250, 250, 0.9);
	}
	#BOX1536 {
		width: 1323px;
		height: 316px;
		top: 27px;
		left: -73px;
	}
	#BOX1536 > .ladi-box {
		background-color: rgb(255, 255, 255);
		border-style: solid;
		border-color: rgb(255, 147, 156);
		border-width: 3px;
		border-radius: 215px;
	}
}
@media (max-width: 767px) {
	#SECTION_POPUP {
		height: 0px;
	}
	#SECTION_POPUP .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE277 {
		width: 218.029px;
		height: 353px;
		top: 367px;
		left: 0px;
	}
	#IMAGE277 > .ladi-image > .ladi-image-background {
		width: 352.999px;
		height: 353px;
		top: 0px;
		left: -71.6381px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE277 > .ladi-image {
		filter: contrast(105%) brightness(103%);
	}
	#IMAGE277.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SECTION233 {
		height: 1560.9px;
	}
	#SECTION233 > .ladi-section-background {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/fffff-20200904042238.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
		filter: brightness(124%);
		opacity: 0.5;
	}
	#SECTION233 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SECTION280 {
		height: 600.437px;
	}
	#SECTION280 > .ladi-overlay {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/bg-last-20210107073729.png");
		background-position: left top;
		background-repeat: no-repeat;
		opacity: 0.3;
	}
	#SECTION280 > .ladi-section-background {
		background: rgba(255, 255, 255, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		opacity: 0.4;
	}
	#SECTION280 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE325 {
		width: 53.0645px;
		height: 47px;
		top: 157.71px;
		left: 487.468px;
	}
	#IMAGE325 > .ladi-image > .ladi-image-background {
		width: 53.0645px;
		height: 47px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fbbgwr5-20200904083351.png");
	}
	#IMAGE326 {
		width: 64.2443px;
		height: 66.814px;
		top: 860px;
		left: 590px;
	}
	#IMAGE326 > .ladi-image > .ladi-image-background {
		width: 64.2443px;
		height: 66.814px;
		top: 0px;
		left: 0px;
		background-image: url("../img/tb-20200904071546.png");
	}
	#BUTTON_TEXT398 {
		width: 218px;
		top: 11.0769px;
		left: 0px;
	}
	#BUTTON_TEXT398 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON398 {
		width: 226.147px;
		height: 45px;
		top: 0px;
		left: 0px;
	}
	#BUTTON398 > .ladi-button > .ladi-button-background {
		background: rgba(250, 159, 166, 1);
		background: -webkit-linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
		background: linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
	}
	#BUTTON398 > .ladi-button {
		box-shadow: 0px 15px 20px -20px #000;
		-webkit-box-shadow: 0px 15px 20px -20px #000;
		border-color: rgb(244, 64, 37);
		border-width: 1px;
		border-radius: 10px;
	}
	#BUTTON398.ladi-animation > .ladi-button {
		animation-name: pulse;
		-webkit-animation-name: pulse;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#BUTTON398 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#SHAPE400 {
		width: 18.6797px;
		height: 22px;
		top: 12.153px;
		left: 256.128px;
	}
	#SHAPE400.ladi-animation > .ladi-shape {
		animation-name: shake;
		-webkit-animation-name: shake;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#SHAPE400 svg:last-child {
		fill: rgba(255, 147, 155, 1);
	}
	#GROUP397 {
		width: 274.808px;
		height: 45px;
		top: 505.03px;
		left: 100px;
	}
	#IMAGE401 {
		width: 97.3392px;
		height: 96.407px;
		top: 65.03px;
		left: -150px;
	}
	#IMAGE401 > .ladi-image > .ladi-image-background {
		width: 97.3392px;
		height: 96.407px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-202009040651053.png");
	}
	#IMAGE402 {
		width: 97.3392px;
		height: 96.407px;
		top: 495.03px;
		left: 440px;
	}
	#IMAGE402 > .ladi-image > .ladi-image-background {
		width: 97.3392px;
		height: 96.407px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-202009040651053.png");
	}
	#SECTION703 {
		height: 58.32px;
	}
	#SECTION703 > .ladi-section-background {
		background-color: rgb(233, 248, 255);
	}
	#SECTION703 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#HEADLINE917 {
		width: 358px;
		top: 14.739px;
		left: 30px;
	}
	#HEADLINE917 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#IMAGE918 {
		width: 289.434px;
		height: 360px;
		top: 280px;
		left: 110px;
	}
	#IMAGE918 > .ladi-image > .ladi-image-background {
		width: 289.434px;
		height: 360px;
		top: 0px;
		left: 0px;
		background-image: url("../img/gai-dep-20210422035748.png");
	}
	#IMAGE918.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE919 {
		width: 400px;
		top: 50px;
		left: 10px;
	}
	#HEADLINE919 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(10, 54, 62);
		font-size: 29px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE919.ladi-animation > .ladi-headline {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH921 {
		width: 400px;
		top: 163.891px;
		left: 10px;
	}
	#PARAGRAPH921 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(62, 62, 62);
		font-size: 20px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH921.ladi-animation > .ladi-paragraph {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE922 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE922 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH923 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH923 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP924 {
		width: 421.5px;
		height: 29px;
		top: 0px;
		left: 0px;
	}
	#SHAPE926 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE926 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH927 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH927 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP925 {
		width: 421.5px;
		height: 29px;
		top: 42.75px;
		left: 0px;
	}
	#SHAPE929 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE929 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH930 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH930 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP928 {
		width: 421.5px;
		height: 29px;
		top: 85.5px;
		left: 0px;
	}
	#SHAPE932 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE932 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH933 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH933 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP935 {
		width: 421.5px;
		height: 28px;
		top: 128.25px;
		left: 0px;
	}
	#SHAPE937 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE937 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH938 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH938 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP936 {
		width: 421.5px;
		height: 29px;
		top: 170px;
		left: 0px;
	}
	#GROUP939 {
		width: 421.5px;
		height: 199px;
		top: 720px;
		left: 20px;
	}
	#IMAGE942 {
		width: 400px;
		height: 280px;
		top: 170px;
		left: -500px;
	}
	#IMAGE942 > .ladi-image > .ladi-image-background {
		width: 420px;
		height: 280px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-20210324072109.png");
	}
	#IMAGE942 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#SECTION945 {
		height: 760.07px;
	}
	#SECTION945 > .ladi-section-background {
		background-color: rgb(255, 243, 238);
	}
	#SECTION945 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SHAPE946 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 0px;
	}
	#SHAPE946 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE950 {
		width: 150px;
		top: 165.217px;
		left: 0px;
	}
	#HEADLINE950 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE950.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP952 {
		width: 150px;
		height: 215.217px;
		top: 10.8px;
		left: 16px;
	}
	#SHAPE955 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 0px;
	}
	#SHAPE955 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE956 {
		width: 150px;
		top: 165.217px;
		left: 0px;
	}
	#HEADLINE956 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE956.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP954 {
		width: 150px;
		height: 215.217px;
		top: 10.149px;
		left: 250px;
	}
	#SHAPE958 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 0px;
	}
	#SHAPE958 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE959 {
		width: 150px;
		top: 165.217px;
		left: 0px;
	}
	#HEADLINE959 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE959.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP957 {
		width: 150px;
		height: 215.217px;
		top: 255.417px;
		left: 247px;
	}
	#SHAPE961 {
		width: 148px;
		height: 148px;
		top: 0px;
		left: 0px;
	}
	#SHAPE961 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE962 {
		width: 150px;
		top: 165.217px;
		left: 0px;
	}
	#HEADLINE962 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE962.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#GROUP960 {
		width: 150px;
		height: 265.217px;
		top: 255.417px;
		left: 21px;
	}
	#HEADLINE963 {
		width: 400px;
		top: 577.1px;
		left: 10px;
	}
	#HEADLINE963 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 28px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE963.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SECTION965 {
		height: 1642px;
	}
	#SECTION965 > .ladi-section-background {
		background-color: rgb(255, 243, 238);
	}
	#SECTION965 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SHAPE967 {
		width: 406px;
		height: 406px;
		top: 0px;
		left: 0px;
	}
	#SHAPE967 svg:last-child {
		fill: rgba(252, 255, 251, 1);
	}
	#HEADLINE968 {
		width: 111px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE968 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 92px;
		line-height: 1.6;
	}
	#HEADLINE969 {
		width: 150px;
		top: 35.5px;
		left: 111px;
	}
	#HEADLINE969 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#IMAGE970 {
		width: 242.052px;
		height: 224.484px;
		top: 123px;
		left: 20px;
	}
	#IMAGE970 > .ladi-image > .ladi-image-background {
		width: 242.052px;
		height: 224.484px;
		top: 0px;
		left: 0px;
		background-image: url("../img/changes_step1-20210419033512.png");
	}
	#GROUP971 {
		width: 261px;
		height: 146px;
		top: 0px;
		left: 0px;
	}
	#GROUP972 {
		width: 262.052px;
		height: 347.484px;
		top: 10px;
		left: 66px;
	}
	#GROUP973 {
		width: 406px;
		height: 406px;
		top: 10px;
		left: 7px;
	}
	#SHAPE975 {
		width: 406px;
		height: 406px;
		top: 0px;
		left: 0px;
	}
	#SHAPE975 svg:last-child {
		fill: rgba(252, 255, 251, 1);
	}
	#HEADLINE978 {
		width: 111px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE978 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(135, 51, 93);
		font-size: 104px;
		line-height: 1.6;
	}
	#HEADLINE979 {
		width: 171px;
		top: 35.5px;
		left: 121px;
	}
	#HEADLINE979 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP977 {
		width: 292px;
		height: 166px;
		top: 0px;
		left: 0px;
	}
	#IMAGE980 {
		width: 242.052px;
		height: 224.484px;
		top: 123px;
		left: 30px;
	}
	#IMAGE980 > .ladi-image > .ladi-image-background {
		width: 242.052px;
		height: 224.484px;
		top: 0px;
		left: 0px;
		background-image: url("../img/changes_step2-20210419033608.png");
	}
	#GROUP976 {
		width: 292px;
		height: 347.484px;
		top: 10px;
		left: 56px;
	}
	#GROUP974 {
		width: 406px;
		height: 406px;
		top: 533px;
		left: 7px;
	}
	#SHAPE982 {
		width: 406px;
		height: 406px;
		top: 0px;
		left: 0px;
	}
	#SHAPE982 svg:last-child {
		fill: rgba(252, 255, 251, 1);
	}
	#HEADLINE985 {
		width: 111px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE985 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(90, 32, 61);
		font-size: 114px;
		line-height: 1.6;
	}
	#HEADLINE986 {
		width: 150px;
		top: 41.5px;
		left: 136px;
	}
	#HEADLINE986 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP984 {
		width: 286px;
		height: 181px;
		top: 0px;
		left: 0px;
	}
	#IMAGE987 {
		width: 242.052px;
		height: 224.484px;
		top: 123px;
		left: 36px;
	}
	#IMAGE987 > .ladi-image > .ladi-image-background {
		width: 242.052px;
		height: 224.484px;
		top: 0px;
		left: 0px;
		background-image: url("../img/changes_step3-20210419033755.png");
	}
	#GROUP983 {
		width: 286px;
		height: 347.484px;
		top: 10px;
		left: 50px;
	}
	#GROUP981 {
		width: 406px;
		height: 406px;
		top: 1059px;
		left: 12px;
	}
	#SHAPE988 {
		width: 80px;
		height: 80px;
		top: 432px;
		left: 156px;
	}
	#SHAPE988 > .ladi-shape {
		transform: rotate(35deg);
		-webkit-transform: rotate(35deg);
	}
	#SHAPE988 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE989 {
		width: 80px;
		height: 80px;
		top: 970px;
		left: 175px;
	}
	#SHAPE989 > .ladi-shape {
		transform: rotate(27deg);
		-webkit-transform: rotate(27deg);
	}
	#SHAPE989 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#IMAGE994 {
		width: 38px;
		height: 38px;
		top: 1546.03px;
		left: 349px;
	}
	#IMAGE994 > .ladi-image > .ladi-image-background {
		width: 38px;
		height: 38px;
		top: 0px;
		left: 0px;
		background-image: url("../img/age60-20210419035637.jpg");
	}
	#IMAGE994 > .ladi-image {
		border-style: solid;
		border-color: rgb(255, 255, 255);
		border-width: 5px;
	}
	#IMAGE994.ladi-animation > .ladi-image {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE994 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#IMAGE995 {
		width: 47px;
		height: 47px;
		top: 1487.03px;
		left: 69.75px;
	}
	#IMAGE995 > .ladi-image > .ladi-image-background {
		width: 47px;
		height: 47px;
		top: 0px;
		left: 0px;
		background-image: url("../img/age30-20210419035637.jpg");
	}
	#IMAGE995 > .ladi-image {
		box-shadow: 0px 15px 16px -7px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0px 15px 16px -7px rgba(0, 0, 0, 1);
		border-style: solid;
		border-color: rgb(255, 255, 255);
		border-width: 5px;
		border-radius: 244px;
	}
	#IMAGE995.ladi-animation > .ladi-image {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE995 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#IMAGE996 {
		width: 43px;
		height: 43px;
		top: 1515.03px;
		left: 206.776px;
	}
	#IMAGE996 > .ladi-image > .ladi-image-background {
		width: 43px;
		height: 43px;
		top: 0px;
		left: 0px;
		background-image: url("../img/age45-20210419035637.jpg");
	}
	#IMAGE996 > .ladi-image {
		box-shadow: 6px 15px 20px -15px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 6px 15px 20px -15px rgba(255, 255, 255, 1);
		border-style: solid;
		border-color: rgb(255, 255, 255);
		border-width: 5px;
		border-radius: 176px;
	}
	#IMAGE996.ladi-animation > .ladi-image {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE996 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#HEADLINE1000 {
		width: 150px;
		top: 1598.03px;
		left: 10px;
	}
	#HEADLINE1000 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1001 {
		width: 178px;
		top: 1479.03px;
		left: -69px;
	}
	#HEADLINE1001 > .ladi-headline {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		color: rgb(255, 255, 255);
		font-size: 12px;
		line-height: 1.6;
	}
	#PARAGRAPH1002 {
		width: 33px;
		top: 1598.03px;
		left: 72.5px;
	}
	#PARAGRAPH1002 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1003 {
		width: 33px;
		top: 1598.03px;
		left: 113px;
	}
	#PARAGRAPH1003 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1004 {
		width: 33px;
		top: 1598.03px;
		left: 160px;
	}
	#PARAGRAPH1004 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1005 {
		width: 33px;
		top: 1598.03px;
		left: 205px;
	}
	#PARAGRAPH1005 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1006 {
		width: 33px;
		top: 1598.03px;
		left: 263.5px;
	}
	#PARAGRAPH1006 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1007 {
		width: 33px;
		top: 1598.03px;
		left: 324.295px;
	}
	#PARAGRAPH1007 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#PARAGRAPH1008 {
		width: 33px;
		top: 1597.03px;
		left: 370px;
	}
	#PARAGRAPH1008 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1013 {
		width: 270px;
		top: 155.03px;
		left: 20px;
	}
	#HEADLINE1013 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(10, 54, 62);
		font-size: 31px;
		line-height: 1.2;
	}
	#HEADLINE1013.ladi-animation > .ladi-headline {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1015 {
		width: 380px;
		top: 275.03px;
		left: 20px;
	}
	#HEADLINE1015 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		font-weight: bold;
		line-height: 1.6;
	}
	#HEADLINE1015.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1029 {
		width: 400px;
		top: 104.593px;
		left: 10px;
	}
	#HEADLINE1029 > .ladi-headline {
		font-family: "Barlow-Medium.ttf";
		color: rgb(0, 0, 0);
		font-size: 22px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1029.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SECTION1016 {
		height: 1805.1px;
	}
	#SECTION1016 > .ladi-section-background {
		background-color: rgb(255, 238, 231);
	}
	#SECTION1016 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#BUTTON_TEXT1032 {
		width: 250px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1032 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1032 {
		width: 280px;
		height: 60px;
		top: 714.593px;
		left: 70px;
	}
	#BUTTON1032 > .ladi-button > .ladi-button-background {
		background: rgba(255, 179, 187, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
		background: linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
	}
	#BUTTON1032 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		border-radius: 9px;
	}
	#BUTTON1032 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#IMAGE1035 {
		width: 372.723px;
		height: 429.258px;
		top: 264.593px;
		left: -20px;
	}
	#IMAGE1035 > .ladi-image > .ladi-image-background {
		width: 372.723px;
		height: 429.258px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE1035.ladi-animation > .ladi-image {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1036 {
		width: 379px;
		height: 447px;
		top: 0px;
		left: 0px;
	}
	#BOX1036 > .ladi-box {
		box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 14px;
	}
	#IMAGE1038 {
		width: 339px;
		height: 178.558px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1038 > .ladi-image > .ladi-image-background {
		width: 339px;
		height: 178.558px;
		top: 0px;
		left: 0px;
		background-image: url("../img/left-20210419043121.gif");
	}
	#HEADLINE1039 {
		width: 265px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1039 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#SHAPE1041 {
		width: 13.9438px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1041 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1042 {
		width: 383px;
		top: 0px;
		left: 19.5759px;
	}
	#PARAGRAPH1042 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP1040 {
		width: 402.5px;
		height: 29px;
		top: 32.779px;
		left: 0px;
	}
	#SHAPE1044 {
		width: 13.9438px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1044 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1045 {
		width: 383px;
		top: 0px;
		left: 19.5759px;
	}
	#PARAGRAPH1045 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#GROUP1043 {
		width: 402.5px;
		height: 26px;
		top: 75.779px;
		left: 0px;
	}
	#SHAPE1048 {
		width: 13.9438px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1048 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1049 {
		width: 285px;
		top: 0px;
		left: 19.5759px;
	}
	#PARAGRAPH1049 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#GROUP1047 {
		width: 305.098px;
		height: 53px;
		top: 119.558px;
		left: 0px;
	}
	#GROUP1051 {
		width: 402.5px;
		height: 172.558px;
		top: 202.779px;
		left: 0px;
	}
	#GROUP1052 {
		width: 402.5px;
		height: 375.337px;
		top: 28.221px;
		left: 21px;
	}
	#GROUP1053 {
		width: 423.5px;
		height: 447px;
		top: 824.593px;
		left: 20px;
	}
	#BOX1055 {
		width: 380px;
		height: 470.003px;
		top: 0px;
		left: 0px;
	}
	#BOX1055 > .ladi-box {
		box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(0, 0, 0, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 14px;
	}
	#IMAGE1057 {
		width: 340px;
		height: 178.558px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1057 > .ladi-image > .ladi-image-background {
		width: 340px;
		height: 178.558px;
		top: 0px;
		left: 0px;
		background-image: url("../img/right-20210419043121.gif");
	}
	#HEADLINE1059 {
		width: 293px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1059 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 17px;
		line-height: 1.6;
	}
	#SHAPE1061 {
		width: 13.5194px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1061 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1062 {
		width: 286px;
		top: 0px;
		left: 18.9801px;
	}
	#PARAGRAPH1062 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#GROUP1060 {
		width: 304.98px;
		height: 48px;
		top: 38.779px;
		left: 0px;
	}
	#SHAPE1064 {
		width: 13.5194px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1064 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1065 {
		width: 371px;
		top: 0px;
		left: 18.9801px;
	}
	#PARAGRAPH1065 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#GROUP1063 {
		width: 390.25px;
		height: 24px;
		top: 90.779px;
		left: 0px;
	}
	#GROUP1058 {
		width: 390.25px;
		height: 173.558px;
		top: 221.782px;
		left: 0px;
	}
	#GROUP1056 {
		width: 390.25px;
		height: 395.34px;
		top: 28.221px;
		left: 20px;
	}
	#GROUP1054 {
		width: 410.25px;
		height: 470.003px;
		top: 1307.59px;
		left: 20px;
	}
	#BOX1072 {
		width: 398px;
		height: 584.258px;
		top: 65.7524px;
		left: 0px;
	}
	#BOX1072 > .ladi-box {
		box-shadow: 1px 11px 24px -4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 1px 11px 24px -4px rgba(0, 0, 0, 0.2);
		background-color: rgb(255, 252, 252);
		border-radius: 15px;
	}
	#IMAGE1073 {
		width: 138.731px;
		height: 147.505px;
		top: 0px;
		left: 129.635px;
	}
	#IMAGE1073 > .ladi-image > .ladi-image-background {
		width: 215.021px;
		height: 147.505px;
		top: 0px;
		left: -60.021px;
		background-image: url("../img/woman-20210414044227.png");
	}
	#IMAGE1073 > .ladi-image {
		border-style: solid;
		border-color: rgb(207, 191, 184);
		border-width: 7px;
		border-radius: 131px;
	}
	#IMAGE1073 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#PARAGRAPH1075 {
		width: 360px;
		top: 230.003px;
		left: 20px;
	}
	#PARAGRAPH1075 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(0, 0, 0);
		font-size: 15px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1076 {
		width: 352px;
		top: 580.003px;
		left: 20px;
	}
	#PARAGRAPH1076 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 12px;
		text-align: center;
		line-height: 1.6;
	}
	#LINE1078 {
		width: 180px;
		top: 553.425px;
		left: 106px;
	}
	#LINE1078 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(0, 0, 0);
		border-right: 1px solid rgb(0, 0, 0);
		border-bottom: 1px solid rgb(0, 0, 0);
		border-left: 0px !important;
	}
	#LINE1078 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1071 {
		width: 398px;
		height: 650.01px;
		top: 1462.49px;
		left: 11px;
	}
	#GROUP1071.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1070 {
		width: 400px;
		top: 40.493px;
		left: 10px;
	}
	#HEADLINE1070 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(85, 10, 105);
		font-size: 26px;
		text-align: center;
		line-height: 1.6;
	}
	#SECTION1069 {
		height: 2144.01px;
	}
	#SECTION1069 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#PARAGRAPH1074 {
		width: 191px;
		top: 520.003px;
		left: 110px;
	}
	#PARAGRAPH1074 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1080 {
		width: 313px;
		top: 1631.49px;
		left: 53.5px;
	}
	#HEADLINE1080 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 26px;
		text-align: center;
		line-height: 1.6;
	}
	#IMAGE1083 {
		width: 160px;
		height: 160px;
		top: 0px;
		left: 80px;
	}
	#IMAGE1083 > .ladi-image > .ladi-image-background {
		width: 160px;
		height: 160px;
		top: 0px;
		left: 0px;
		background-image: url("../img/77987-20210417230847.png");
	}
	#PARAGRAPH1085 {
		width: 310px;
		top: 200px;
		left: 0px;
	}
	#PARAGRAPH1085 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1086 {
		width: 310px;
		top: 50px;
		left: 0px;
	}
	#PARAGRAPH1086 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1087 {
		width: 308px;
		top: 40px;
		left: 0px;
	}
	#PARAGRAPH1087 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1088 {
		width: 308px;
		top: 60px;
		left: 1px;
	}
	#PARAGRAPH1088 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#SECTION1093 {
		height: 1659.01px;
	}
	#SECTION1093 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#HEADLINE1095 {
		width: 400px;
		top: 45.483px;
		left: 10px;
	}
	#HEADLINE1095 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(85, 10, 105);
		font-size: 30px;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1095.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1097 {
		width: 400px;
		top: 153.483px;
		left: 9px;
	}
	#PARAGRAPH1097 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1097.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1099 {
		width: 212px;
		height: 212px;
		top: 257px;
		left: 107.373px;
	}
	#SHAPE1099 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE1100 {
		width: 212px;
		height: 212px;
		top: 1189.53px;
		left: 107.373px;
	}
	#SHAPE1100 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE1101 {
		width: 212px;
		height: 212px;
		top: 848.53px;
		left: 107.373px;
	}
	#SHAPE1101 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#SHAPE1102 {
		width: 212px;
		height: 212px;
		top: 555.53px;
		left: 107.373px;
	}
	#SHAPE1102 svg:last-child {
		fill: rgba(178, 61, 119, 1);
	}
	#HEADLINE1103 {
		width: 173px;
		top: 296px;
		left: 126.873px;
	}
	#HEADLINE1103 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#HEADLINE1104 {
		width: 173px;
		top: 594.53px;
		left: 126.873px;
	}
	#HEADLINE1104 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#HEADLINE1105 {
		width: 173px;
		top: 887.53px;
		left: 126.873px;
	}
	#HEADLINE1105 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#HEADLINE1106 {
		width: 173px;
		top: 1228.53px;
		left: 126.873px;
	}
	#HEADLINE1106 > .ladi-headline {
		font-family: "SourceSerifPro-BoldItalic.ttf";
		color: rgb(178, 60, 119);
		font-size: 84px;
		line-height: 1.6;
	}
	#PARAGRAPH1107 {
		width: 218px;
		top: 492px;
		left: 104.373px;
	}
	#PARAGRAPH1107 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1107.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1108 {
		width: 218px;
		top: 794.53px;
		left: 104.373px;
	}
	#PARAGRAPH1108 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1108.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1109 {
		width: 218px;
		top: 1102.03px;
		left: 104.373px;
	}
	#PARAGRAPH1109 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1109.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1110 {
		width: 218px;
		top: 1427.53px;
		left: 104.373px;
	}
	#PARAGRAPH1110 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1110.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1112 {
		width: 378px;
		top: 1521px;
		left: 28px;
	}
	#HEADLINE1112 > .ladi-headline {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON_TEXT1113 {
		width: 300px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1113 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1113 {
		width: 280px;
		height: 60.003px;
		top: 1575.48px;
		left: 70px;
	}
	#BUTTON1113 > .ladi-button > .ladi-button-background {
		background: rgba(255, 179, 187, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
		background: linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
	}
	#BUTTON1113 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		border-radius: 15px;
	}
	#BUTTON1113 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#SECTION1115 {
		height: 1192.6px;
	}
	#SECTION1115 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#SECTION1145 {
		height: 874.89px;
	}
	#SECTION1145 > .ladi-section-background {
		background: rgba(255, 236, 227, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 236, 227, 1), rgba(255, 249, 247, 1));
		background: linear-gradient(180deg, rgba(255, 236, 227, 1), rgba(255, 249, 247, 1));
	}
	#SECTION1145 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#HEADLINE1146 {
		width: 400px;
		top: 36.25px;
		left: 10px;
	}
	#HEADLINE1146 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 27px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE1146.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1147 {
		width: 400px;
		top: 526.25px;
		left: 10px;
	}
	#PARAGRAPH1147 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1147.ladi-animation > .ladi-paragraph {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1148 {
		width: 400px;
		top: 825.25px;
		left: 10px;
	}
	#HEADLINE1148 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(135, 51, 93);
		font-size: 22px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE1148.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1149 {
		width: 228.313px;
		height: 242.695px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1149 > .ladi-image > .ladi-image-background {
		width: 363.861px;
		height: 242.695px;
		top: 0px;
		left: -51px;
		background-image: url("../img/img-000001-202104230504432.jpg");
	}
	#IMAGE1149 > .ladi-image {
		border-style: solid;
		border-color: rgb(230, 192, 176);
		border-width: 5px;
		border-radius: 440px;
	}
	#IMAGE1149 > .ladi-image {
		-webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2029.77%2029.77%22%20class%3D%22%22%3E%3Ccircle%20cx%3D%2214.89%22%20cy%3D%2214.89%22%20r%3D%2214.89%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E")
			0% 0% / 100% 100%;
	}
	#HEADLINE1150 {
		width: 230px;
		top: 260px;
		left: 0px;
	}
	#HEADLINE1150 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 23px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1151 {
		width: 230px;
		height: 297px;
		top: 196.25px;
		left: 100px;
	}
	#IMAGE1198 {
		width: 147.643px;
		height: 130px;
		top: 490px;
		left: 0px;
	}
	#IMAGE1198 > .ladi-image > .ladi-image-background {
		width: 147.643px;
		height: 130px;
		top: 0px;
		left: 0px;
		background-image: url("../img/step-1-20201116041909.jpg");
	}
	#IMAGE1198 > .ladi-image {
		border-radius: 100px;
	}
	#IMAGE1199 {
		width: 151px;
		height: 130px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1199 > .ladi-image > .ladi-image-background {
		width: 151px;
		height: 130px;
		top: 0px;
		left: 0px;
		background-image: url("../img/step-2-20201116041909.jpg");
	}
	#IMAGE1199 > .ladi-image {
		border-radius: 100px;
	}
	#IMAGE1200 {
		width: 145px;
		height: 130px;
		top: 243px;
		left: 0px;
	}
	#IMAGE1200 > .ladi-image > .ladi-image-background {
		width: 145px;
		height: 130px;
		top: 0px;
		left: 0px;
		background-image: url("../img/step-3-20201116041909.jpg");
	}
	#IMAGE1200 > .ladi-image {
		border-radius: 100px;
	}
	#HEADLINE1201 {
		width: 340px;
		top: 28.023px;
		left: 40px;
	}
	#HEADLINE1201 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 29px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1201.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1202 {
		width: 43.5459px;
		height: 64.5052px;
		top: 58.82px;
		left: 439.5px;
	}
	#SHAPE1202.ladi-animation > .ladi-shape {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1202 svg:last-child {
		fill: rgba(155, 120, 164, 1);
	}
	#SHAPE1203 {
		width: 43.5459px;
		height: 64.5052px;
		top: 250.673px;
		left: 458.5px;
	}
	#SHAPE1203.ladi-animation > .ladi-shape {
		animation-name: fadeInLeft;
		-webkit-animation-name: fadeInLeft;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1203 svg:last-child {
		fill: rgba(155, 120, 164, 1);
	}
	#GROUP1204 {
		width: 502.046px;
		height: 620px;
		top: 168.28px;
		left: 140px;
	}
	#PARAGRAPH1205 {
		width: 280px;
		top: 318.28px;
		left: 70px;
	}
	#PARAGRAPH1205 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1205.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1206 {
		width: 220px;
		top: 558.28px;
		left: 100px;
	}
	#PARAGRAPH1206 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1206.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1207 {
		width: 276px;
		top: 348.28px;
		left: 620px;
	}
	#PARAGRAPH1207 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1208 {
		width: 280px;
		top: 828.28px;
		left: 70px;
	}
	#PARAGRAPH1208 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1208.ladi-animation > .ladi-paragraph {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1209 {
		width: 240px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1209 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1209 {
		width: 280px;
		height: 60px;
		top: 1068.28px;
		left: 70px;
	}
	#BUTTON1209 > .ladi-button > .ladi-button-background {
		background: rgba(255, 179, 187, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
		background: linear-gradient(180deg, rgba(255, 179, 187, 1), rgba(237, 82, 100, 1));
	}
	#BUTTON1209 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(120, 67, 67, 1);
		border-radius: 15px;
	}
	#BUTTON1209 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#BOX1211 {
		width: 400px;
		height: 100px;
		top: 0px;
		left: 0px;
	}
	#BOX1211 > .ladi-box {
		background: rgba(255, 242, 243, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 242, 243, 1), rgba(255, 236, 228, 1));
		background: linear-gradient(180deg, rgba(255, 242, 243, 1), rgba(255, 236, 228, 1));
		border-radius: 21px;
	}
	#PARAGRAPH1212 {
		width: 378px;
		top: 20px;
		left: 10px;
	}
	#PARAGRAPH1212 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 17px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1213 {
		width: 400px;
		height: 100px;
		top: 928.28px;
		left: 10px;
	}
	#SECTION1214 {
		height: 861.6px;
	}
	#SECTION1214 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1215 {
		width: 304.949px;
		height: 182.425px;
		top: 240px;
		left: 162.005px;
	}
	#IMAGE1215 > .ladi-image > .ladi-image-background {
		width: 304.949px;
		height: 182.425px;
		top: 0px;
		left: 0px;
		background-image: url("../img/work2-20210420110005.png");
	}
	#IMAGE1216 {
		width: 274.122px;
		height: 128.963px;
		top: 0px;
		left: 182.005px;
	}
	#IMAGE1216 > .ladi-image > .ladi-image-background {
		width: 274.122px;
		height: 128.963px;
		top: 0px;
		left: 0px;
		background-image: url("../img/work1-20210420110005.png");
	}
	#IMAGE1217 {
		width: 383.009px;
		height: 167.427px;
		top: 560px;
		left: 132.005px;
	}
	#IMAGE1217 > .ladi-image > .ladi-image-background {
		width: 383.009px;
		height: 167.427px;
		top: 0px;
		left: 0px;
		background-image: url("../img/work3-20210420110005.png");
	}
	#SHAPE1218 {
		width: 32.0696px;
		height: 47.5052px;
		top: 158.778px;
		left: 0px;
	}
	#SHAPE1218 svg:last-child {
		fill: rgba(132, 132, 132, 1);
	}
	#SHAPE1219 {
		width: 32.0696px;
		height: 47.5052px;
		top: 206.283px;
		left: 561px;
	}
	#SHAPE1219 svg:last-child {
		fill: rgba(132, 132, 132, 1);
	}
	#GROUP1220 {
		width: 593.07px;
		height: 727.427px;
		top: 0px;
		left: 0px;
	}
	#PARAGRAPH1221 {
		width: 382px;
		top: 150px;
		left: 132.005px;
	}
	#PARAGRAPH1221 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1222 {
		width: 382px;
		top: 440px;
		left: 132.005px;
	}
	#PARAGRAPH1222 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1223 {
		width: 382px;
		top: 750px;
		left: 132.005px;
	}
	#PARAGRAPH1223 > .ladi-paragraph {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(0, 0, 0);
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1225 {
		width: 593.07px;
		height: 801px;
		top: 35.423px;
		left: -110px;
	}
	#IMAGE1257 {
		width: 97.3392px;
		height: 96.407px;
		top: 381.526px;
		left: -540px;
	}
	#IMAGE1257 > .ladi-image > .ladi-image-background {
		width: 97.3392px;
		height: 96.407px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-20200904065105.png");
	}
	#IMAGE1258 {
		width: 400px;
		height: 123.75px;
		top: 521.56px;
		left: -550px;
	}
	#IMAGE1258 > .ladi-image > .ladi-image-background {
		width: 400px;
		height: 123.75px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-202103240721093.png");
	}
	#IMAGE1258 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#BOX1259 {
		width: 420px;
		height: 330px;
		top: 176.46px;
		left: 0px;
	}
	#BOX1259 > .ladi-box {
		box-shadow: 21px 24px 20px -20px rgba(115, 95, 97, 0.4);
		-webkit-box-shadow: 21px 24px 20px -20px rgba(115, 95, 97, 0.4);
		background-color: rgb(252, 255, 251);
		border-style: solid;
		border-color: rgb(255, 242, 243);
		border-width: 1px;
		border-radius: 10px;
	}
	#IMAGE1260 {
		width: 97.3392px;
		height: 96.407px;
		top: 418.397px;
		left: -477px;
	}
	#IMAGE1260 > .ladi-image > .ladi-image-background {
		width: 97.3392px;
		height: 96.407px;
		top: 0px;
		left: 0px;
		background-image: url("../img/rvgs-20200904065105.png");
	}
	#BUTTON_TEXT1262 {
		width: 218px;
		top: 11.0769px;
		left: 0px;
	}
	#BUTTON_TEXT1262 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1262 {
		width: 171.918px;
		height: 45px;
		top: 0px;
		left: 0px;
	}
	#BUTTON1262 > .ladi-button > .ladi-button-background {
		background: rgba(250, 159, 166, 1);
		background: -webkit-linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
		background: linear-gradient(180deg, rgba(250, 159, 166, 1), rgba(204, 82, 111, 1));
	}
	#BUTTON1262 > .ladi-button {
		box-shadow: 0px 15px 20px -20px #000;
		-webkit-box-shadow: 0px 15px 20px -20px #000;
		border-color: rgb(244, 64, 37);
		border-width: 1px;
		border-radius: 10px;
	}
	#BUTTON1262.ladi-animation > .ladi-button {
		animation-name: pulse;
		-webkit-animation-name: pulse;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#BUTTON1262 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#SHAPE1264 {
		width: 18px;
		height: 22px;
		top: 11.5px;
		left: 187.808px;
	}
	#SHAPE1264.ladi-animation > .ladi-shape {
		animation-name: shake;
		-webkit-animation-name: shake;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		animation-duration: 2s;
		-webkit-animation-duration: 2s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	#SHAPE1264 svg:last-child {
		fill: rgba(255, 147, 155, 1);
	}
	#GROUP1261 {
		width: 205.808px;
		height: 45px;
		top: 636.46px;
		left: 120px;
	}
	#HEADLINE1265 {
		width: 400px;
		top: 36.473px;
		left: 10px;
	}
	#HEADLINE1265 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(85, 10, 105);
		font-size: 32px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1265.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1266 {
		width: 280px;
		top: 546.46px;
		left: 70px;
	}
	#HEADLINE1266 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 18px;
		text-align: center;
		line-height: 1.6;
	}
	#IMAGE1268 {
		width: 191px;
		height: 256.303px;
		top: 33.3487px;
		left: 12.5px;
	}
	#IMAGE1268 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t1-20210419062944.jpg");
	}
	#PARAGRAPH1270 {
		width: 189px;
		top: 31.1513px;
		left: 0px;
	}
	#PARAGRAPH1270 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 14px;
		line-height: 1.6;
	}
	#HEADLINE1272 {
		width: 230px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1272 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1273 {
		width: 203px;
		top: 31.6513px;
		left: 0px;
	}
	#LINE1273 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1273 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1271 {
		width: 230px;
		height: 49.6513px;
		top: 0px;
		left: 0px;
	}
	#GROUP1269 {
		width: 230px;
		height: 331.151px;
		top: 30.4999px;
		left: 218.305px;
	}
	#IMAGE1274 {
		width: 184px;
		height: 256.303px;
		top: 41.3102px;
		left: 437.5px;
	}
	#IMAGE1274 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t2-20210419062944.jpg");
	}
	#PARAGRAPH1276 {
		width: 189px;
		top: 71.1513px;
		left: 0px;
	}
	#PARAGRAPH1276 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		line-height: 1.6;
	}
	#HEADLINE1278 {
		width: 230px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1278 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1279 {
		width: 203px;
		top: 31.6513px;
		left: 0px;
	}
	#LINE1279 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1279 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1277 {
		width: 230px;
		height: 49.6513px;
		top: 0px;
		left: 0px;
	}
	#GROUP1275 {
		width: 230px;
		height: 271.151px;
		top: 35.8858px;
		left: 644.5px;
	}
	#IMAGE1280 {
		width: 168px;
		height: 256.303px;
		top: 41.3102px;
		left: 858.805px;
	}
	#IMAGE1280 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t3-20210419062944.jpg");
	}
	#PARAGRAPH1282 {
		width: 176px;
		top: 49.6513px;
		left: 4px;
	}
	#PARAGRAPH1282 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#HEADLINE1284 {
		width: 230px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1284 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1285 {
		width: 203px;
		top: 31.6513px;
		left: 0px;
	}
	#LINE1285 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1285 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1283 {
		width: 230px;
		height: 49.6513px;
		top: 0px;
		left: 0px;
	}
	#GROUP1281 {
		width: 230px;
		height: 299.651px;
		top: 41.3102px;
		left: 1049.5px;
	}
	#IMAGE1286 {
		width: 177px;
		height: 256.303px;
		top: 33.3489px;
		left: 1279.5px;
	}
	#IMAGE1286 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 256.303px;
		top: 0px;
		left: 0px;
		background-image: url("../img/t4-20210419062944.jpg");
	}
	#PARAGRAPH1288 {
		width: 190px;
		top: 56.1513px;
		left: 0px;
	}
	#PARAGRAPH1288 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#HEADLINE1290 {
		width: 230px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1290 > .ladi-headline {
		font-family: "Merriweather-BlackItalic.ttf";
		color: rgb(178, 61, 119);
		font-size: 23px;
		line-height: 1.6;
	}
	#LINE1291 {
		width: 203px;
		top: 31.6513px;
		left: 0px;
	}
	#LINE1291 > .ladi-line > .ladi-line-container {
		border-top: 1px solid rgb(255, 186, 221);
		border-right: 1px solid rgb(255, 186, 221);
		border-bottom: 1px solid rgb(255, 186, 221);
		border-left: 0px !important;
	}
	#LINE1291 > .ladi-line {
		width: 100%;
		padding: 8px 0px;
	}
	#GROUP1289 {
		width: 230px;
		height: 49.6513px;
		top: 0px;
		left: 2.5px;
	}
	#GROUP1287 {
		width: 232.5px;
		height: 331.151px;
		top: 30.4999px;
		left: 1473.5px;
	}
	#CAROUSEL1267 {
		width: 420px;
		height: 330px;
		top: 176.46px;
		left: 0px;
	}
	#IMAGE1292 {
		width: 388.069px;
		height: 377.462px;
		top: 196.473px;
		left: -670px;
	}
	#IMAGE1292 > .ladi-image > .ladi-image-background {
		width: 388.069px;
		height: 338.334px;
		top: 39.1282px;
		left: 0px;
		background-image: url("../img/mau-nu-03-202104220318322.png");
	}
	#SECTION1256 {
		height: 719.48px;
	}
	#SECTION1256 > .ladi-overlay {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/bg-last-20210107073729.png");
		background-position: left top;
		background-repeat: no-repeat;
		opacity: 0.3;
	}
	#SECTION1256 > .ladi-section-background {
		background: rgba(255, 255, 255, 1);
		background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 213, 197, 1));
		opacity: 0.4;
	}
	#SECTION1256 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1293 {
		width: 200.148px;
		height: 225.317px;
		top: 15.03px;
		left: 240px;
	}
	#IMAGE1293 > .ladi-image > .ladi-image-background {
		width: 200.148px;
		height: 265.713px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fix1-20210420110035.png");
	}
	#IMAGE1293.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1294 {
		width: 140.396px;
		height: 52.7285px;
		top: 65.03px;
		left: 20px;
	}
	#IMAGE1294 > .ladi-image > .ladi-image-background {
		width: 140.396px;
		height: 52.7285px;
		top: 0px;
		left: 0px;
		background-image: url("../img/lavite_logo-20201111080907.png");
		background-size: contain;
	}
	#HEADLINE1295 {
		width: 380px;
		top: 405.03px;
		left: 20px;
	}
	#HEADLINE1295 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#HEADLINE1295.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1296 {
		width: 229.862px;
		height: 126.855px;
		top: 121.323px;
		left: 250.462px;
	}
	#IMAGE1296 > .ladi-image > .ladi-image-background {
		width: 229.862px;
		height: 126.855px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-202103240721093.png");
	}
	#IMAGE1296 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#GROUP1066 {
		width: 295.812px;
		height: 48px;
		top: 125.558px;
		left: 0px;
	}
	#PARAGRAPH1068 {
		width: 276px;
		top: 0px;
		left: 18.9801px;
	}
	#PARAGRAPH1068 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		line-height: 1.6;
	}
	#SHAPE1067 {
		width: 13.5194px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1067 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#IMAGE1297 {
		width: 141px;
		height: 141px;
		top: 15.9px;
		left: 253px;
	}
	#IMAGE1297 > .ladi-image > .ladi-image-background {
		width: 141px;
		height: 141px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i2-20210420103749.png");
	}
	#IMAGE1298 {
		width: 135px;
		height: 135px;
		top: 15.9546px;
		left: 23.5px;
	}
	#IMAGE1298 > .ladi-image > .ladi-image-background {
		width: 135px;
		height: 135px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i4-20210420103749.png");
	}
	#IMAGE1299 {
		width: 134px;
		height: 134px;
		top: 263.545px;
		left: 28px;
	}
	#IMAGE1299 > .ladi-image > .ladi-image-background {
		width: 134px;
		height: 134px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i3-20210420103749.png");
	}
	#IMAGE1300 {
		width: 137px;
		height: 137px;
		top: 263.045px;
		left: 253.5px;
	}
	#IMAGE1300 > .ladi-image > .ladi-image-background {
		width: 137px;
		height: 137px;
		top: 0px;
		left: 0px;
		background-image: url("../img/i1-20210420103749.png");
	}
	#IMAGE1301 {
		width: 444.053px;
		height: 80.003px;
		top: 1507.03px;
		left: 0px;
	}
	#IMAGE1301 > .ladi-image > .ladi-image-background {
		width: 444.053px;
		height: 80.003px;
		top: 0px;
		left: 0px;
		background-image: url("../img/layer-71-20210420104236.png");
	}
	#IMAGE1301.ladi-animation > .ladi-image {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1305 {
		width: 412.633px;
		height: 565.317px;
		top: 0px;
		left: 35.8465px;
	}
	#BOX1305 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		background: linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		opacity: 0.78;
		border-radius: 10px;
	}
	#BOX1306 {
		width: 400.236px;
		height: 538.481px;
		top: 18px;
		left: 40.5035px;
	}
	#BOX1306 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(1, 116, 136);
		border-width: 1px;
		border-radius: 8px;
	}
	#BOX1313 {
		width: 400.236px;
		height: 64.6958px;
		top: 11.2836px;
		left: 40.5035px;
	}
	#BOX1313 > .ladi-box {
		background-color: rgb(1, 115, 136);
		border-color: rgb(213, 24, 25);
		border-width: 1px;
		border-radius: 8px 8px 0px 0px;
	}
	#HEADLINE1314 {
		width: 323px;
		top: 25.6315px;
		left: 0px;
	}
	#HEADLINE1314 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(255, 242, 243);
		font-size: 26px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE1314.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1316 {
		width: 280px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1316 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON_TEXT1316 > .ladi-headline:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#BUTTON1316 {
		width: 343.356px;
		height: 52px;
		top: 153px;
		left: 0px;
	}
	#BUTTON1316 > .ladi-button > .ladi-button-background {
		background: rgba(255, 160, 161, 1);
		background: -webkit-linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
		background: linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
	}
	#BUTTON1316 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		border-radius: 5px;
	}
	#FORM_ITEM1317 {
		width: 341.518px;
		height: 38px;
		top: -10px;
		left: 0px;
	}
	#FORM_ITEM1318 {
		width: 341.518px;
		height: 38px;
		top: 27px;
		left: 0px;
	}
	#FORM_ITEM1319 {
		width: 341.518px;
		height: 38px;
		top: 65px;
		left: 0px;
	}
	#FORM1315 {
		width: 343.356px;
		height: 205px;
		top: 255.668px;
		left: 70.485px;
	}
	#FORM1315 > .ladi-form {
		color: rgb(84, 84, 84);
		font-size: 14px;
		line-height: 1.6;
	}
	#FORM1315 .ladi-form-item .ladi-form-control::placeholder,
	#FORM1315 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
		color: rgba(84, 84, 84, 1);
	}
	#FORM1315 .ladi-form-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	#FORM1315 .ladi-form-item.ladi-form-checkbox {
		padding-left: 13px;
		padding-right: 13px;
	}
	#FORM1315 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(84%2C%2084%2C%2084%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}
	#FORM1315 .ladi-form-item-container,
	#FORM1315 .ladi-form-label-container .ladi-form-label-item {
		border-style: solid;
		border-color: rgb(180, 180, 180);
		border-width: 1px;
		border-radius: 5px;
	}
	#FORM1315 .ladi-form-item-container .ladi-form-quantity button {
		background-color: rgb(180, 180, 180);
	}
	#FORM1315 .ladi-form-item-background {
		background-color: rgb(255, 255, 255);
		border-radius: 4px;
	}
	#COUNTDOWN_ITEM1321 {
		visibility: hidden;
		pointer-events: none;
	}
	#COUNTDOWN1320 {
		width: 161.876px;
		height: 35px;
		top: 26.1315px;
		left: 252.118px;
	}
	#COUNTDOWN1320 > .ladi-countdown {
		font-family: "Barlow-Bold.ttf";
		color: rgb(1, 69, 81);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	#COUNTDOWN1320 > .ladi-countdown > .ladi-element {
		width: calc((100% - 5px * 3) / 4);
		margin-right: 1px;
		height: 100%;
	}
	#COUNTDOWN1320 > .ladi-countdown .ladi-countdown-background {
		background-color: rgb(203, 233, 247);
		border-color: rgb(23, 200, 47);
		border-width: 2px;
		border-radius: 5px;
	}
	#GROUP1304 {
		width: 448.479px;
		height: 565.317px;
		top: 0px;
		left: 0px;
	}
	#GROUP1304.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1326 {
		width: 341.629px;
		height: 73.0492px;
		top: 0px;
		left: 0px;
	}
	#BOX1326 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(131, 124, 124);
		border-width: 1px;
		border-radius: 5px;
	}
	#HEADLINE1328 {
		width: 191px;
		top: 0px;
		left: 2px;
	}
	#HEADLINE1328 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1329 {
		width: 194px;
		top: 13.898px;
		left: 0px;
	}
	#HEADLINE1329 > .ladi-headline {
		font-family: "Barlow-Bold.ttf";
		color: rgb(234, 127, 136);
		font-size: 34px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1327 {
		width: 194px;
		height: 67.898px;
		top: 2.5756px;
		left: 133.574px;
	}
	#HEADLINE1331 {
		width: 98px;
		top: 0px;
		left: 0.25px;
	}
	#HEADLINE1331 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1332 {
		width: 123px;
		top: 23px;
		left: 0px;
	}
	#HEADLINE1332 > .ladi-headline {
		font-family: "Barlow-Regular.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: rgba(0, 0, 0, 0.6);
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1330 {
		width: 123px;
		height: 51px;
		top: 7.0246px;
		left: 24.574px;
	}
	#GROUP1325 {
		width: 341.629px;
		height: 73.0492px;
		top: 167.911px;
		left: 71.3302px;
	}
	#HEADLINE1333 {
		width: 369px;
		top: 98.078px;
		left: 59.6925px;
	}
	#HEADLINE1333 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(200, 31, 23);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1334 {
		width: 389px;
		top: 357.531px;
		left: 45.6447px;
	}
	#PARAGRAPH1334 > .ladi-paragraph {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1335 {
		width: 385px;
		top: 491.891px;
		left: 51.6925px;
	}
	#PARAGRAPH1335 > .ladi-paragraph {
		color: rgb(85, 85, 85);
		font-size: 12px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1303 {
		width: 448.479px;
		height: 565.317px;
		top: 960px;
		left: -30px;
	}
	#IMAGE1336 {
		width: 163.406px;
		height: 178.616px;
		top: 400px;
		left: 260px;
	}
	#IMAGE1336 > .ladi-image > .ladi-image-background {
		width: 163.406px;
		height: 178.616px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-01-20210422035926.png");
	}
	#IMAGE1336 > .ladi-image {
		opacity: 0.82;
		filter: brightness(102%) saturate(92%);
	}
	#IMAGE1337 {
		width: 260px;
		height: 260px;
		top: 340px;
		left: 580px;
	}
	#IMAGE1337 > .ladi-image > .ladi-image-background {
		width: 260px;
		height: 260px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-02222-20210422093942.png");
	}
	#IMAGE1341 {
		width: 265.156px;
		height: 162.783px;
		top: 630px;
		left: 610px;
	}
	#IMAGE1341 > .ladi-image > .ladi-image-background {
		width: 265.156px;
		height: 162.783px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#IMAGE1343 {
		width: 151.133px;
		height: 92.7826px;
		top: -15.407px;
		left: 130px;
	}
	#IMAGE1343 > .ladi-image > .ladi-image-background {
		width: 151.133px;
		height: 92.7826px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#IMAGE1343.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1377 {
		width: 310px;
		top: 160px;
		left: 0px;
	}
	#HEADLINE1377 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1379 {
		width: 310px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1379 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1380 {
		width: 310px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1380 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1381 {
		width: 310px;
		top: 0px;
		left: 0px;
	}
	#HEADLINE1381 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1382 {
		width: 310px;
		height: 275px;
		top: 150.493px;
		left: 55px;
	}
	#GROUP1383 {
		width: 310px;
		height: 189px;
		top: 567.493px;
		left: 55px;
	}
	#GROUP1384 {
		width: 310px;
		height: 234px;
		top: 1204.49px;
		left: 50px;
	}
	#GROUP1385 {
		width: 310px;
		height: 150px;
		top: 867.49px;
		left: 63px;
	}
	#HEADLINE1390 {
		width: 400px;
		top: 35.36px;
		left: 10px;
	}
	#HEADLINE1390 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 30px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1390.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1395 {
		width: 380px;
		height: 452px;
		top: 208.194px;
		left: 0px;
	}
	#BOX1395 > .ladi-box {
		box-shadow: 7px 21px 19px -20px rgba(228, 228, 228, 1);
		-webkit-box-shadow: 7px 21px 19px -20px rgba(228, 228, 228, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 7px;
	}
	#IMAGE1396 {
		width: 326.442px;
		height: 227.194px;
		top: 0px;
		left: 26px;
	}
	#IMAGE1396 > .ladi-image > .ladi-image-background {
		width: 326.442px;
		height: 227.194px;
		top: 0px;
		left: 0px;
		background-image: url("../img/before_after_3-20201116044052.jpg");
	}
	#IMAGE1396 > .ladi-image {
		border-radius: 18px;
	}
	#GROUP1394 {
		width: 380px;
		height: 660.194px;
		top: 0px;
		left: 0px;
	}
	#PARAGRAPH1398 {
		width: 354px;
		top: 54.147px;
		left: 0px;
	}
	#PARAGRAPH1398 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 15px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1399 {
		width: 313px;
		top: 0px;
		left: 13.779px;
	}
	#HEADLINE1399 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 23px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1397 {
		width: 354px;
		height: 357.147px;
		top: 256.047px;
		left: 12.221px;
	}
	#GROUP1393 {
		width: 380px;
		height: 660.194px;
		top: 45.306px;
		left: 19px;
	}
	#BOX1402 {
		width: 380px;
		height: 452px;
		top: 209.194px;
		left: 0px;
	}
	#BOX1402 > .ladi-box {
		box-shadow: 7px 19px 21px -16px rgba(228, 228, 228, 1);
		-webkit-box-shadow: 7px 19px 21px -16px rgba(228, 228, 228, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 7px;
	}
	#IMAGE1403 {
		width: 366.263px;
		height: 234.43px;
		top: 0px;
		left: 6.8685px;
	}
	#IMAGE1403 > .ladi-image > .ladi-image-background {
		width: 366.263px;
		height: 226.196px;
		top: 0px;
		left: 0px;
		background-image: url("../img/baltimore-facelift-before-after-a-33-20200803094654.jpg");
	}
	#IMAGE1403 > .ladi-image {
		border-radius: 18px;
	}
	#GROUP1401 {
		width: 380px;
		height: 661.194px;
		top: 0px;
		left: 0px;
	}
	#PARAGRAPH1405 {
		width: 354px;
		top: 54.147px;
		left: 0px;
	}
	#PARAGRAPH1405 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1406 {
		width: 313px;
		top: 0px;
		left: 13.779px;
	}
	#HEADLINE1406 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 23px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1404 {
		width: 354px;
		height: 361.147px;
		top: 257.047px;
		left: 12.221px;
	}
	#GROUP1400 {
		width: 380px;
		height: 661.194px;
		top: 44.306px;
		left: 439.5px;
	}
	#BOX1409 {
		width: 380px;
		height: 452px;
		top: 199.194px;
		left: 0px;
	}
	#BOX1409 > .ladi-box {
		box-shadow: 7px 19px 21px -13px rgba(228, 228, 228, 1);
		-webkit-box-shadow: 7px 19px 21px -13px rgba(228, 228, 228, 1);
		background-color: rgb(255, 255, 255);
		border-radius: 7px;
	}
	#IMAGE1410 {
		width: 346.153px;
		height: 221.558px;
		top: 0px;
		left: 16.9235px;
	}
	#IMAGE1410 > .ladi-image > .ladi-image-background {
		width: 346.153px;
		height: 240.912px;
		top: 0px;
		left: 0px;
		background-image: url("../img/before_after_2-20201116044051.jpg");
	}
	#IMAGE1410 > .ladi-image {
		border-radius: 18px;
	}
	#GROUP1408 {
		width: 380px;
		height: 651.194px;
		top: 0px;
		left: 0px;
	}
	#PARAGRAPH1412 {
		width: 354px;
		top: 54.147px;
		left: 0px;
	}
	#PARAGRAPH1412 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1413 {
		width: 313px;
		top: 0px;
		left: 13.779px;
	}
	#HEADLINE1413 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(85, 10, 105);
		font-size: 23px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1411 {
		width: 354px;
		height: 386.147px;
		top: 247.047px;
		left: 12.221px;
	}
	#GROUP1407 {
		width: 380px;
		height: 651.194px;
		top: 54.306px;
		left: 854.5px;
	}
	#CAROUSEL1392 {
		width: 420px;
		height: 753px;
		top: 190.103px;
		left: 0px;
	}
	#SECTION1389 {
		height: 972.08px;
	}
	#SECTION1389 > .ladi-section-background {
		background-color: rgb(255, 248, 245);
	}
	#SECTION1389 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1415 {
		width: 200px;
		height: 218.616px;
		top: 296.68px;
		left: -380px;
	}
	#IMAGE1415 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 218.616px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-01-20210422035926.png");
	}
	#IMAGE1416 {
		width: 420px;
		height: 200px;
		top: -93.361px;
		left: 0px;
	}
	#IMAGE1416 > .ladi-image > .ladi-image-background {
		width: 420px;
		height: 200px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-202103240721092.png");
	}
	#IMAGE1416 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#IMAGE1417 {
		width: 53.0645px;
		height: 47px;
		top: 157.71px;
		left: 487.468px;
	}
	#IMAGE1417 > .ladi-image > .ladi-image-background {
		width: 53.0645px;
		height: 47px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fbbgwr5-20200904083351.png");
	}
	#IMAGE1418 {
		width: 64.2443px;
		height: 66.814px;
		top: 476.639px;
		left: -260px;
	}
	#IMAGE1418 > .ladi-image > .ladi-image-background {
		width: 64.2443px;
		height: 66.814px;
		top: 0px;
		left: 0px;
		background-image: url("../img/tb-20200904071546.png");
	}
	#IMAGE1419 {
		width: 289.434px;
		height: 350px;
		top: 216.68px;
		left: -510px;
	}
	#IMAGE1419 > .ladi-image > .ladi-image-background {
		width: 289.434px;
		height: 350px;
		top: 0px;
		left: 0px;
		background-image: url("../img/gai-dep-20210422035748.png");
	}
	#IMAGE1419.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1420 {
		width: 400px;
		top: 56.639px;
		left: -640px;
	}
	#HEADLINE1420 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(10, 54, 62);
		font-size: 29px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1420.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1421 {
		width: 400px;
		top: 236.68px;
		left: -620px;
	}
	#PARAGRAPH1421 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(62, 62, 62);
		font-size: 20px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1421.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1424 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1424 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1425 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1425 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1423 {
		width: 421.5px;
		height: 28px;
		top: 0px;
		left: 0px;
	}
	#SHAPE1427 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1427 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1428 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1428 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1426 {
		width: 421.5px;
		height: 29px;
		top: 42px;
		left: 0px;
	}
	#SHAPE1430 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1430 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1431 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1431 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1429 {
		width: 421.5px;
		height: 29px;
		top: 85px;
		left: 0px;
	}
	#SHAPE1433 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1433 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1434 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1434 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1432 {
		width: 421.5px;
		height: 28px;
		top: 128px;
		left: 0px;
	}
	#SHAPE1436 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1436 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1437 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1437 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1435 {
		width: 421.5px;
		height: 28px;
		top: 170px;
		left: 0px;
	}
	#GROUP1422 {
		width: 421.5px;
		height: 198px;
		top: 326.68px;
		left: -620px;
	}
	#BOX1440 {
		width: 412.633px;
		height: 570.317px;
		top: 0px;
		left: 35.8465px;
	}
	#BOX1440 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		background: linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		opacity: 0.78;
		border-radius: 10px;
	}
	#BOX1441 {
		width: 400.236px;
		height: 541.481px;
		top: 18px;
		left: 40.5035px;
	}
	#BOX1441 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(1, 116, 136);
		border-width: 1px;
		border-radius: 8px;
	}
	#BOX1448 {
		width: 400.236px;
		height: 64.6958px;
		top: 11.2836px;
		left: 40.5035px;
	}
	#BOX1448 > .ladi-box {
		background-color: rgb(1, 115, 136);
		border-color: rgb(213, 24, 25);
		border-width: 1px;
		border-radius: 8px 8px 0px 0px;
	}
	#HEADLINE1449 {
		width: 323px;
		top: 25.6315px;
		left: 0px;
	}
	#HEADLINE1449 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(255, 242, 243);
		font-size: 26px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE1449.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1451 {
		width: 280px;
		top: 9px;
		left: 0px;
	}
	#BUTTON_TEXT1451 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1451 {
		width: 343.356px;
		height: 52px;
		top: 153px;
		left: 0px;
	}
	#BUTTON1451 > .ladi-button > .ladi-button-background {
		background: rgba(255, 160, 161, 1);
		background: -webkit-linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
		background: linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
	}
	#BUTTON1451 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		border-radius: 5px;
	}
	#BUTTON1451 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#FORM_ITEM1452 {
		width: 341.518px;
		height: 36px;
		top: -11px;
		left: 0px;
	}
	#FORM_ITEM1453 {
		width: 341.518px;
		height: 36px;
		top: 26px;
		left: 0px;
	}
	#FORM_ITEM1454 {
		width: 341.518px;
		height: 36px;
		top: 63px;
		left: 0px;
	}
	#FORM1450 {
		width: 343.356px;
		height: 205px;
		top: 263.668px;
		left: 68.322px;
	}
	#FORM1450 > .ladi-form {
		color: rgb(84, 84, 84);
		font-size: 14px;
		line-height: 1.6;
	}
	#FORM1450 .ladi-form-item .ladi-form-control::placeholder,
	#FORM1450 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
		color: rgba(84, 84, 84, 1);
	}
	#FORM1450 .ladi-form-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	#FORM1450 .ladi-form-item.ladi-form-checkbox {
		padding-left: 13px;
		padding-right: 13px;
	}
	#FORM1450 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(84%2C%2084%2C%2084%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}
	#FORM1450 .ladi-form-item-container,
	#FORM1450 .ladi-form-label-container .ladi-form-label-item {
		border-style: solid;
		border-color: rgb(180, 180, 180);
		border-width: 1px;
		border-radius: 5px;
	}
	#FORM1450 .ladi-form-item-container .ladi-form-quantity button {
		background-color: rgb(180, 180, 180);
	}
	#FORM1450 .ladi-form-item-background {
		background-color: rgb(255, 255, 255);
		border-radius: 4px;
	}
	#COUNTDOWN_ITEM1456 {
		visibility: hidden;
		pointer-events: none;
	}
	#COUNTDOWN1455 {
		width: 161.876px;
		height: 35px;
		top: 26.1315px;
		left: 252.118px;
	}
	#COUNTDOWN1455 > .ladi-countdown {
		font-family: "Barlow-Bold.ttf";
		color: rgb(1, 69, 81);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	#COUNTDOWN1455 > .ladi-countdown > .ladi-element {
		width: calc((100% - 5px * 3) / 4);
		margin-right: 1px;
		height: 100%;
	}
	#COUNTDOWN1455 > .ladi-countdown .ladi-countdown-background {
		background-color: rgb(203, 233, 247);
		border-color: rgb(23, 200, 47);
		border-width: 2px;
		border-radius: 5px;
	}
	#GROUP1439 {
		width: 448.479px;
		height: 570.317px;
		top: 0px;
		left: 0px;
	}
	#GROUP1439.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1461 {
		width: 341.629px;
		height: 73.0492px;
		top: 0px;
		left: 0px;
	}
	#BOX1461 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(131, 124, 124);
		border-width: 1px;
		border-radius: 5px;
	}
	#HEADLINE1463 {
		width: 191px;
		top: 0px;
		left: 2px;
	}
	#HEADLINE1463 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1464 {
		width: 194px;
		top: 13.898px;
		left: 0px;
	}
	#HEADLINE1464 > .ladi-headline {
		font-family: "Barlow-Bold.ttf";
		color: rgb(234, 127, 136);
		font-size: 34px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1462 {
		width: 194px;
		height: 67.898px;
		top: 2.5756px;
		left: 133.574px;
	}
	#HEADLINE1466 {
		width: 98px;
		top: 0px;
		left: 0.25px;
	}
	#HEADLINE1466 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1467 {
		width: 123px;
		top: 23px;
		left: 0px;
	}
	#HEADLINE1467 > .ladi-headline {
		font-family: "Barlow-Regular.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: rgba(0, 0, 0, 0.6);
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1465 {
		width: 123px;
		height: 51px;
		top: 11.0246px;
		left: 10.574px;
	}
	#GROUP1460 {
		width: 341.629px;
		height: 73.0492px;
		top: 174.911px;
		left: 69.179px;
	}
	#HEADLINE1468 {
		width: 369px;
		top: 105.078px;
		left: 55.6447px;
	}
	#HEADLINE1468 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(200, 31, 23);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1469 {
		width: 389px;
		top: 362.531px;
		left: 45.5px;
	}
	#PARAGRAPH1469 > .ladi-paragraph {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1470 {
		width: 385px;
		top: 489.891px;
		left: 47.6447px;
	}
	#PARAGRAPH1470 > .ladi-paragraph {
		color: rgb(85, 85, 85);
		font-size: 12px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1438 {
		width: 448.479px;
		height: 570.317px;
		top: 16.639px;
		left: -30px;
	}
	#IMAGE1471 {
		width: 260px;
		height: 298.104px;
		top: 316.68px;
		left: -680px;
	}
	#IMAGE1471 > .ladi-image > .ladi-image-background {
		width: 260px;
		height: 298.104px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE1471 > .ladi-image {
		filter: contrast(105%) brightness(103%);
	}
	#IMAGE1471.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1472 {
		width: 260px;
		height: 260px;
		top: 282.08px;
		left: -380px;
	}
	#IMAGE1472 > .ladi-image > .ladi-image-background {
		width: 260px;
		height: 260px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-02222-20210422093942.png");
	}
	#IMAGE1473 {
		width: 265.156px;
		height: 162.783px;
		top: 146.639px;
		left: -610px;
	}
	#IMAGE1473 > .ladi-image > .ladi-image-background {
		width: 265.156px;
		height: 162.783px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#SECTION1414 {
		height: 614.784px;
	}
	#SECTION1414 > .ladi-section-background {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/fffff-202009040422382.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
		filter: brightness(123%);
		opacity: 0.5;
	}
	#SECTION1414 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1474 {
		width: 400px;
		height: 400px;
		top: 112.993px;
		left: -560px;
	}
	#IMAGE1474 > .ladi-image > .ladi-image-background {
		width: 400px;
		height: 400px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-02222-202104220939423.png");
	}
	#IMAGE1476 {
		width: 200px;
		height: 218.616px;
		top: 672.08px;
		left: 240px;
	}
	#IMAGE1476 > .ladi-image > .ladi-image-background {
		width: 200px;
		height: 218.616px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-la-01-20210422035926.png");
	}
	#IMAGE1477 {
		width: 400px;
		height: 42.1436px;
		top: 360.186px;
		left: -640px;
	}
	#IMAGE1477 > .ladi-image > .ladi-image-background {
		width: 400px;
		height: 123.75px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bg-cloud-20210324072109.png");
	}
	#IMAGE1477 > .ladi-image {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#IMAGE1478 {
		width: 53.0645px;
		height: 47px;
		top: 157.71px;
		left: 487.468px;
	}
	#IMAGE1478 > .ladi-image > .ladi-image-background {
		width: 53.0645px;
		height: 47px;
		top: 0px;
		left: 0px;
		background-image: url("../img/fbbgwr5-20200904083351.png");
	}
	#IMAGE1479 {
		width: 64.2443px;
		height: 66.814px;
		top: 864.653px;
		left: 308.878px;
	}
	#IMAGE1479 > .ladi-image > .ladi-image-background {
		width: 64.2443px;
		height: 66.814px;
		top: 0px;
		left: 0px;
		background-image: url("../img/tb-20200904071546.png");
	}
	#IMAGE1480 {
		width: 289.434px;
		height: 350px;
		top: 592.08px;
		left: 110px;
	}
	#IMAGE1480 > .ladi-image > .ladi-image-background {
		width: 289.434px;
		height: 350px;
		top: 0px;
		left: 0px;
		background-image: url("../img/gai-dep-20210422035748.png");
	}
	#IMAGE1480.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#HEADLINE1481 {
		width: 400px;
		top: 22.08px;
		left: 10px;
	}
	#HEADLINE1481 > .ladi-headline {
		font-family: "Merriweather-Black.ttf";
		color: rgb(10, 54, 62);
		font-size: 29px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1481.ladi-animation > .ladi-headline {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#PARAGRAPH1482 {
		width: 400px;
		top: 246.823px;
		left: 10px;
	}
	#PARAGRAPH1482 > .ladi-paragraph {
		font-family: "Barlow-Medium.ttf";
		color: rgb(62, 62, 62);
		font-size: 20px;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1482.ladi-animation > .ladi-paragraph {
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#SHAPE1485 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1485 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1486 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1486 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1484 {
		width: 421.5px;
		height: 28px;
		top: 0px;
		left: 0px;
	}
	#SHAPE1488 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1488 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1489 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1489 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1487 {
		width: 421.5px;
		height: 29px;
		top: 42px;
		left: 0px;
	}
	#SHAPE1491 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1491 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1492 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1492 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1490 {
		width: 421.5px;
		height: 29px;
		top: 85px;
		left: 0px;
	}
	#SHAPE1494 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1494 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1495 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1495 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1493 {
		width: 421.5px;
		height: 28px;
		top: 128px;
		left: 0px;
	}
	#SHAPE1497 {
		width: 14.602px;
		height: 14.602px;
		top: 6px;
		left: 0px;
	}
	#SHAPE1497 svg:last-child {
		fill: rgba(255, 147, 156, 1);
	}
	#PARAGRAPH1498 {
		width: 401px;
		top: 0px;
		left: 20.5px;
	}
	#PARAGRAPH1498 > .ladi-paragraph {
		color: rgb(0, 0, 0);
		font-size: 18px;
		line-height: 1.6;
	}
	#GROUP1496 {
		width: 421.5px;
		height: 28px;
		top: 170px;
		left: 0px;
	}
	#GROUP1483 {
		width: 421.5px;
		height: 198px;
		top: 342.08px;
		left: 10px;
	}
	#BOX1501 {
		width: 412.633px;
		height: 214.317px;
		top: 0px;
		left: 35.8465px;
	}
	#BOX1501 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		background: linear-gradient(180120deg, #fdfbfb, rgba(203, 233, 247, 1));
		opacity: 0.78;
		border-radius: 10px;
	}
	#BOX1502 {
		width: 400.236px;
		height: 204.156px;
		top: 6.12999px;
		left: 40.5035px;
	}
	#BOX1502 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(1, 116, 136);
		border-width: 1px;
		border-radius: 8px;
	}
	#PARAGRAPH1504 {
		width: 113px;
		top: 23.7771px;
		left: 0px;
	}
	#PARAGRAPH1504 > .ladi-paragraph {
		color: rgb(204, 82, 111);
		font-size: 16px;
		text-align: center;
		line-height: 1.4;
	}
	#IMAGE1505 {
		width: 47.1594px;
		height: 20.0457px;
		top: 1.86567px;
		left: 25.0994px;
	}
	#IMAGE1505 > .ladi-image > .ladi-image-background {
		width: 47.1594px;
		height: 58.8619px;
		top: 0px;
		left: 0px;
		background-image: url("../img/-1-20200910061909-20210323070736.png");
	}
	#GROUP1503 {
		width: 113px;
		height: 31.2693px;
		top: 27.3259px;
		left: 104.5px;
	}
	#HEADLINE1507 {
		width: 113px;
		top: 23.1228px;
		left: 0px;
	}
	#HEADLINE1507 > .ladi-headline {
		color: rgb(204, 82, 111);
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	#IMAGE1508 {
		width: 40.2388px;
		height: 17.104px;
		top: 1.59187px;
		left: 32.5223px;
	}
	#IMAGE1508 > .ladi-image > .ladi-image-background {
		width: 40.2388px;
		height: 50.224px;
		top: 0px;
		left: 0px;
		background-image: url("../img/-1-20200910061909-20210323070736.png");
	}
	#GROUP1506 {
		width: 113px;
		height: 31.6367px;
		top: 27.3261px;
		left: 293.083px;
	}
	#BOX1509 {
		width: 400.236px;
		height: 22.0325px;
		top: 3.84268px;
		left: 40.5035px;
	}
	#BOX1509 > .ladi-box {
		background-color: rgb(1, 115, 136);
		border-color: rgb(213, 24, 25);
		border-width: 1px;
		border-radius: 8px 8px 0px 0px;
	}
	#HEADLINE1510 {
		width: 323px;
		top: 8.72893px;
		left: 0px;
	}
	#HEADLINE1510 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(255, 242, 243);
		font-size: 26px;
		text-align: center;
		line-height: 1.4;
	}
	#HEADLINE1510.ladi-animation > .ladi-headline {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BUTTON_TEXT1512 {
		width: 280px;
		top: 3.06501px;
		left: 0px;
	}
	#BUTTON_TEXT1512 > .ladi-headline {
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#BUTTON1512 {
		width: 343.356px;
		height: 17.7089px;
		top: 52.1048px;
		left: 0px;
	}
	#BUTTON1512 > .ladi-button > .ladi-button-background {
		background: rgba(255, 160, 161, 1);
		background: -webkit-linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
		background: linear-gradient(170deg, rgba(255, 160, 161, 1), rgba(213, 22, 75, 1));
	}
	#BUTTON1512 > .ladi-button {
		box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		-webkit-box-shadow: 0px 15px 20px -20px rgba(213, 23, 75, 1);
		border-radius: 5px;
	}
	#BUTTON1512 > .ladi-button:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		opacity: 0.8;
	}
	#FORM_ITEM1514 {
		width: 341.518px;
		height: 13.6222px;
		top: 0px;
		left: 0px;
	}
	#FORM_ITEM1515 {
		width: 341.518px;
		height: 13.6222px;
		top: 16.0061px;
		left: 0px;
	}
	#FORM1511 {
		width: 343.356px;
		height: 69.8137px;
		top: 116.697px;
		left: 68.9434px;
	}
	#FORM1511 > .ladi-form {
		color: rgb(84, 84, 84);
		font-size: 14px;
		line-height: 1.6;
	}
	#FORM1511 .ladi-form-item .ladi-form-control::placeholder,
	#FORM1511 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
		color: rgba(84, 84, 84, 1);
	}
	#FORM1511 .ladi-form-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	#FORM1511 .ladi-form-item.ladi-form-checkbox {
		padding-left: 13px;
		padding-right: 13px;
	}
	#FORM1511 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(84%2C%2084%2C%2084%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}
	#FORM1511 .ladi-form-item-container,
	#FORM1511 .ladi-form-label-container .ladi-form-label-item {
		border-style: solid;
		border-color: rgb(180, 180, 180);
		border-width: 1px;
		border-radius: 5px;
	}
	#FORM1511 .ladi-form-item-container .ladi-form-quantity button {
		background-color: rgb(180, 180, 180);
	}
	#FORM1511 .ladi-form-item-background {
		background-color: rgb(255, 255, 255);
		border-radius: 4px;
	}
	#COUNTDOWN_ITEM1517 {
		visibility: hidden;
		pointer-events: none;
	}
	#COUNTDOWN1516 {
		width: 161.876px;
		height: 11.9194px;
		top: 8.89922px;
		left: 252.118px;
	}
	#COUNTDOWN1516 > .ladi-countdown {
		font-family: "Barlow-Bold.ttf";
		color: rgb(1, 69, 81);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	#COUNTDOWN1516 > .ladi-countdown > .ladi-element {
		width: calc((100% - 5px * 3) / 4);
		margin-right: 5px;
		height: 100%;
	}
	#COUNTDOWN1516 > .ladi-countdown .ladi-countdown-background {
		background-color: rgb(203, 233, 247);
		border-color: rgb(23, 200, 47);
		border-width: 2px;
		border-radius: 5px;
	}
	#GROUP1500 {
		width: 448.479px;
		height: 214.317px;
		top: 0px;
		left: 0px;
	}
	#GROUP1500.ladi-animation > .ladi-group {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#BOX1522 {
		width: 341.629px;
		height: 24.8772px;
		top: 0px;
		left: 0px;
	}
	#BOX1522 > .ladi-box {
		background-color: rgba(255, 255, 255, 0);
		border-style: solid;
		border-color: rgb(131, 124, 124);
		border-width: 1px;
		border-radius: 5px;
	}
	#HEADLINE1524 {
		width: 191px;
		top: 0px;
		left: 2px;
	}
	#HEADLINE1524 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1525 {
		width: 194px;
		top: 4.73304px;
		left: 0px;
	}
	#HEADLINE1525 > .ladi-headline {
		font-family: "Barlow-Bold.ttf";
		color: rgb(234, 127, 136);
		font-size: 34px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1523 {
		width: 194px;
		height: 23.123px;
		top: 0.877131px;
		left: 133.574px;
	}
	#HEADLINE1527 {
		width: 98px;
		top: 0px;
		left: 0.25px;
	}
	#HEADLINE1527 > .ladi-headline {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(84, 84, 84);
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}
	#HEADLINE1528 {
		width: 123px;
		top: 7.83276px;
		left: 0px;
	}
	#HEADLINE1528 > .ladi-headline {
		font-family: "Barlow-Regular.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: rgba(0, 0, 0, 0.6);
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
	}
	#GROUP1526 {
		width: 123px;
		height: 17.3683px;
		top: 3.75448px;
		left: 10.574px;
	}
	#GROUP1521 {
		width: 341.629px;
		height: 24.8772px;
		top: 87.1517px;
		left: 68.1789px;
	}
	#HEADLINE1529 {
		width: 369px;
		top: 65.7537px;
		left: 58.6924px;
	}
	#HEADLINE1529 > .ladi-headline {
		font-family: "Merriweather-Bold.ttf";
		color: rgb(200, 31, 23);
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1530 {
		width: 389px;
		top: 151.728px;
		left: 45.6446px;
	}
	#PARAGRAPH1530 > .ladi-paragraph {
		font-family: "Barlow-SemiBold.ttf";
		color: rgb(0, 0, 0);
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1531 {
		width: 385px;
		top: 192.376px;
		left: 47.6446px;
	}
	#PARAGRAPH1531 > .ladi-paragraph {
		color: rgb(85, 85, 85);
		font-size: 12px;
		text-align: center;
		line-height: 1.6;
	}
	#GROUP1499 {
		width: 448.479px;
		height: 214.317px;
		top: 316.78px;
		left: -580px;
	}
	#IMAGE1532 {
		width: 260px;
		height: 298.104px;
		top: 633.363px;
		left: -613px;
	}
	#IMAGE1532 > .ladi-image > .ladi-image-background {
		width: 260px;
		height: 298.104px;
		top: 0px;
		left: 0px;
		background-image: url("../img/lavite-ind-202104220347112.png");
	}
	#IMAGE1532 > .ladi-image {
		filter: contrast(105%) brightness(103%);
	}
	#IMAGE1532.ladi-animation > .ladi-image {
		animation-name: fadeInRight;
		-webkit-animation-name: fadeInRight;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}
	#IMAGE1533 {
		width: 327px;
		height: 327px;
		top: 682.08px;
		left: -52px;
	}
	#IMAGE1533 > .ladi-image > .ladi-image-background {
		width: 327px;
		height: 327px;
		top: 0px;
		left: 0px;
		background-image: url("../img/decor-lavite-ml-20220316051943.png");
	}
	#IMAGE1534 {
		width: 265.156px;
		height: 162.783px;
		top: 300.326px;
		left: 506.422px;
	}
	#IMAGE1534 > .ladi-image > .ladi-image-background {
		width: 265.156px;
		height: 162.783px;
		top: 0px;
		left: 0px;
		background-image: url("../img/group-1-20210422100150.png");
	}
	#SECTION1475 {
		height: 990.184px;
	}
	#SECTION1475 > .ladi-section-background {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-image: url("../img/fffff-20200904042238.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
		filter: brightness(123%);
		opacity: 0.5;
	}
	#SECTION1475 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#BOX1572 {
		width: 580.668px;
		height: 121px;
		top: 23.7938px;
		left: -73.912px;
	}
	#BOX1572 > .ladi-box {
		background-color: rgb(255, 255, 255);
		border-style: solid;
		border-color: rgb(255, 147, 156);
		border-width: 3px;
		border-radius: 215px;
	}
	#NOTIFY1573 {
		width: 300px;
		height: 62px;
		top: 10px;
		left: 10px;
		bottom: auto;
		right: auto;
		position: fixed;
		z-index: 90000060;
	}
	#NOTIFY1573 > .ladi-notify {
		color: rgb(64, 64, 64);
		background-color: rgba(250, 250, 250, 0.9);
	}
	#PARAGRAPH1574 {
		width: 346px;
		top: 421.654px;
		left: -545px;
	}
	#PARAGRAPH1574 > .ladi-paragraph {
		color: rgb(201, 31, 23);
		font-size: 21px;
		text-align: center;
		line-height: 1.6;
	}
	#HEADLINE1576 {
		width: 328px;
		top: 0px;
		left: 47.4266px;
	}
	#HEADLINE1576 > .ladi-headline {
		color: rgb(178, 60, 119);
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#SHAPE1577 {
		width: 23.1007px;
		height: 31.7877px;
		top: 5.8342px;
		left: 68.8605px;
	}
	#SHAPE1577 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE1578 {
		width: 404px;
		top: 44.6856px;
		left: 0px;
	}
	#HEADLINE1578 > .ladi-headline {
		color: rgb(255, 147, 155);
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
	#GROUP1575 {
		width: 404px;
		height: 90.6856px;
		top: 32.1038px;
		left: 5.0915px;
	}
	#BOX1580 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 36.727px;
	}
	#BOX1580 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#IMAGE1581 {
		width: 87.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1581 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: 0px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1583 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1583 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#HEADLINE1584 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1584 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1585 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1585 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#GROUP1582 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 73.722px;
	}
	#HEADLINE1586 {
		width: 204px;
		top: 83.359px;
		left: 165.727px;
	}
	#HEADLINE1586 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1579 {
		width: 369.727px;
		height: 198.289px;
		top: 156.184px;
		left: 20.728px;
	}
	#BOX1588 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 39.727px;
	}
	#BOX1588 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#IMAGE1589 {
		width: 90.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1589 > .ladi-image > .ladi-image-background {
		width: 90.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1591 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1591 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#HEADLINE1592 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1592 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1593 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1593 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#GROUP1590 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 76.722px;
	}
	#HEADLINE1594 {
		width: 204px;
		top: 83.359px;
		left: 168.727px;
	}
	#HEADLINE1594 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1587 {
		width: 372.727px;
		height: 198.289px;
		top: 356.619px;
		left: 17.728px;
	}
	#BOX1596 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 39.727px;
	}
	#BOX1596 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#IMAGE1597 {
		width: 92.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1597 > .ladi-image > .ladi-image-background {
		width: 92.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1599 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1599 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#HEADLINE1600 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1600 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1601 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1601 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#GROUP1598 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 76.722px;
	}
	#HEADLINE1602 {
		width: 204px;
		top: 83.359px;
		left: 168.727px;
	}
	#HEADLINE1602 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1595 {
		width: 372.727px;
		height: 198.289px;
		top: 568.054px;
		left: 23.6365px;
	}
	#BOX1604 {
		width: 420px;
		height: 160px;
		top: 0px;
		left: 0px;
	}
	#BOX1604 > .ladi-box {
		background: #ff9966;
		background: -webkit-linear-gradient(180deg, #ff9966, #ff5e62);
		background: linear-gradient(180deg, #ff9966, #ff5e62);
		border-radius: 10px;
	}
	#PARAGRAPH1605 {
		width: 397px;
		top: 15.889px;
		left: 11.5px;
	}
	#PARAGRAPH1605 > .ladi-paragraph {
		font-family: "Montserrat-BlackItalic.otf";
		color: rgb(255, 255, 255);
		font-size: 24px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1606 {
		width: 397px;
		top: 115.889px;
		left: 11.5px;
	}
	#PARAGRAPH1606 > .ladi-paragraph {
		font-family: "Krub-SemiBold.ttf";
		color: rgb(255, 255, 255);
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	#GROUP1603 {
		width: 420px;
		height: 160px;
		top: 776.897px;
		left: -1.5205px;
	}
	#SECTION1571 {
		height: 1038.51px;
		display: none !important;
	}
	#SECTION1571 > .ladi-section-background {
		background-size: cover;
		background-attachment: fixed;
		background-image: url("../img/bg-07-cut-202011120358382.png");
		background-position: center center;
		background-repeat: no-repeat;
	}
	#SECTION1571 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#IMAGE1613 {
		width: 126px;
		height: 117px;
		top: 726.493px;
		left: 147px;
	}
	#IMAGE1613 > .ladi-image > .ladi-image-background {
		width: 129.6px;
		height: 117.354px;
		top: 0px;
		left: 0px;
		background-image: url("../img/chiet-xuat-cam-thao-20211018062948.png");
	}
	#IMAGE1613 > .ladi-image {
		border-radius: 0px;
	}
	#IMAGE1614 {
		width: 117px;
		height: 117px;
		top: 1071.49px;
		left: 151.5px;
	}
	#IMAGE1614 > .ladi-image > .ladi-image-background {
		width: 117.381px;
		height: 117px;
		top: 0px;
		left: 0px;
		background-image: url("../img/bergamot-oil-citrus-chanh-buoi-20220315031452.jpg");
	}
	#IMAGE1614 > .ladi-image {
		border-radius: 0px;
	}
	#IMAGE1615 {
		width: 131.4px;
		height: 117px;
		top: 442.493px;
		left: 144.3px;
	}
	#IMAGE1615 > .ladi-image > .ladi-image-background {
		width: 131.982px;
		height: 117px;
		top: 0px;
		left: 0px;
		background-image: url("../img/sticker-png-cutout-fresia-thumbnail-removebg-preview-20220315032029.png");
	}
	#IMAGE1615 > .ladi-image {
		transform: rotate(-77deg);
		-webkit-transform: rotate(-77deg);
		border-radius: 0px;
	}
	#SECTION1535 {
		height: 950.386px;
		display: none !important;
	}
	#SECTION1535 > .ladi-section-background {
		background-size: cover;
		background-attachment: fixed;
		background-image: url("../img/bg-07-cut-202011120358383.png");
		background-position: center center;
		background-repeat: no-repeat;
	}
	#SECTION1535 .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}
	#GROUP1567 {
		width: 420px;
		height: 160px;
		top: 774.769px;
		left: 0px;
	}
	#PARAGRAPH1570 {
		width: 397px;
		top: 115.889px;
		left: 11.5px;
	}
	#PARAGRAPH1570 > .ladi-paragraph {
		font-family: "Krub-SemiBold.ttf";
		color: rgb(255, 255, 255);
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
	}
	#PARAGRAPH1569 {
		width: 397px;
		top: 15.889px;
		left: 11.5px;
	}
	#PARAGRAPH1569 > .ladi-paragraph {
		font-family: "Montserrat-BlackItalic.otf";
		color: rgb(255, 255, 255);
		font-size: 23px;
		text-align: center;
		line-height: 1.4;
	}
	#BOX1568 {
		width: 420px;
		height: 160px;
		top: 0px;
		left: 0px;
	}
	#BOX1568 > .ladi-box {
		background: #ff9966;
		background: -webkit-linear-gradient(180deg, #ff9966, #ff5e62);
		background: linear-gradient(180deg, #ff9966, #ff5e62);
		border-radius: 10px;
	}
	#GROUP1559 {
		width: 362.727px;
		height: 198.289px;
		top: 568.049px;
		left: 24.728px;
	}
	#HEADLINE1566 {
		width: 204px;
		top: 83.359px;
		left: 158.727px;
	}
	#HEADLINE1566 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1562 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 66.722px;
	}
	#HEADLINE1565 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1565 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1564 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1564 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#BOX1563 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1563 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#IMAGE1561 {
		width: 95.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1561 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -86px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1560 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 29.727px;
	}
	#BOX1560 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#GROUP1551 {
		width: 365.727px;
		height: 198.289px;
		top: 156.184px;
		left: 24.728px;
	}
	#HEADLINE1558 {
		width: 204px;
		top: 83.359px;
		left: 161.727px;
	}
	#HEADLINE1558 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1554 {
		width: 77.0184px;
		height: 77.0184px;
		top: 79.85px;
		left: 69.722px;
	}
	#HEADLINE1557 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1557 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1556 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1556 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#BOX1555 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1555 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#IMAGE1553 {
		width: 102.655px;
		height: 198.289px;
		top: 0px;
		left: 0px;
	}
	#IMAGE1553 > .ladi-image > .ladi-image-background {
		width: 198.289px;
		height: 198.289px;
		top: 0px;
		left: -83px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1552 {
		width: 333px;
		height: 111px;
		top: 65.368px;
		left: 32.727px;
	}
	#BOX1552 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#HEADLINE1550 {
		width: 204px;
		top: 440.982px;
		left: 178.922px;
	}
	#HEADLINE1550 > .ladi-headline {
		color: rgb(201, 31, 23);
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
	}
	#GROUP1546 {
		width: 77.0184px;
		height: 77.0184px;
		top: 437.473px;
		left: 88.258px;
	}
	#HEADLINE1549 {
		width: 69px;
		top: 6px;
		left: 4.009px;
	}
	#HEADLINE1549 > .ladi-headline {
		color: rgb(140, 12, 12);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#HEADLINE1548 {
		width: 63px;
		top: 23.205px;
		left: 7.009px;
	}
	#HEADLINE1548 > .ladi-headline {
		color: rgb(255, 1, 1);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}
	#BOX1547 {
		width: 77.0184px;
		height: 77.0184px;
		top: 0px;
		left: 0px;
	}
	#BOX1547 > .ladi-box {
		background-color: rgb(255, 243, 1);
		border-radius: 184px;
	}
	#IMAGE1545 {
		width: 96.6396px;
		height: 192.289px;
		top: 354.473px;
		left: 24.728px;
	}
	#IMAGE1545 > .ladi-image > .ladi-image-background {
		width: 192.289px;
		height: 192.289px;
		top: 0px;
		left: -81.1034px;
		background-image: url("../img/lavite_ind-20210420084438.png");
	}
	#BOX1544 {
		width: 333px;
		height: 111px;
		top: 398.473px;
		left: 49.922px;
	}
	#BOX1544 > .ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
		background: linear-gradient(180deg, #fdfbfb, #eaedee);
		border-radius: 73px;
	}
	#GROUP1539 {
		width: 404px;
		height: 90.6856px;
		top: 32.1038px;
		left: 5.0915px;
	}
	#HEADLINE1542 {
		width: 404px;
		top: 44.6856px;
		left: 0px;
	}
	#HEADLINE1542 > .ladi-headline {
		color: rgb(255, 147, 155);
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
	#SHAPE1541 {
		width: 23.1007px;
		height: 31.7877px;
		top: 5.8342px;
		left: 68.8605px;
	}
	#SHAPE1541 svg:last-child {
		fill: rgba(255, 255, 255, 1);
	}
	#HEADLINE1540 {
		width: 328px;
		top: 0px;
		left: 47.4266px;
	}
	#HEADLINE1540 > .ladi-headline {
		color: rgb(178, 60, 119);
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	#PARAGRAPH1538 {
		width: 346px;
		top: 717.526px;
		left: -545px;
	}
	#PARAGRAPH1538 > .ladi-paragraph {
		color: rgb(201, 31, 23);
		font-size: 21px;
		text-align: center;
		line-height: 1.6;
	}
	#NOTIFY1537 {
		width: 300px;
		height: 62px;
		top: 10px;
		left: 10px;
		bottom: auto;
		right: auto;
		position: fixed;
		z-index: 90000060;
	}
	#NOTIFY1537 > .ladi-notify {
		color: rgb(64, 64, 64);
		background-color: rgba(250, 250, 250, 0.9);
	}
	#BOX1536 {
		width: 580.668px;
		height: 121px;
		top: 23.7938px;
		left: -73.912px;
	}
	#BOX1536 > .ladi-box {
		background-color: rgb(255, 255, 255);
		border-style: solid;
		border-color: rgb(255, 147, 156);
		border-width: 3px;
		border-radius: 215px;
	}
}

/* .ladi-section-background, */
/* .ladi-image-background, */
/* .ladi-button-background, */
/* .ladi-headline, */
/* .ladi-video-background, */
/* .ladi-countdown-background, */
/* .ladi-box, */
/* .ladi-frame-background, */
/* .ladi-tabs-background, */
/* .ladi-survey-option-background, */
/* .ladi-survey-option-image, */
/* .ladi-banner, */
/* .ladi-form-item-background, */
/* .ladi-gallery-view-item, */
/* .ladi-gallery-control-item, */
/* .ladi-spin-lucky-screen, */
/* .ladi-spin-lucky-start, */
/* .ladi-form-label-container .ladi-form-label-item.image, */
/* .ladi-list-paragraph ul li:before { */
	/* background-image: none !important; */
/* } */