.ladi-spin-lucky .ladi-spin-lucky-label,.ladi-spin-lucky .ladi-spin-lucky-screen,.ladi-survey .ladi-survey-option,.ladi-survey .ladi-survey-option-label {
	text-decoration-line: inherit;
	-webkit-text-decoration-line: inherit;
}

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;
}

@keyframes pulse {
	0%,100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.ladi-form .ladi-form-item.otp-resend .button-get-code,.ladi-gallery .ladi-gallery-view>.next,.ladi-gallery .ladi-gallery-view>.prev,.ladi-gallery .ladi-gallery-view>.selected,.ladi-section.selected[data-tab-id],.ladi-survey .ladi-survey-button-next,.ladi-tabs>.ladi-element.selected[data-index],article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
	font-size: 12px;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	direction: ltr;
	font-family: "Open Sans",sans-serif!important;
	font-display: swap;
}

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-loading {
	z-index: 900000000000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.1);
}

.ladi-loading .loading {
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
}

.ladi-loading .loading div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	animation: 1.2s linear infinite ladi-loading;
}

.ladi-loading .loading div:first-child {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
}

.ladi-loading .loading div:nth-child(2) {
	animation-delay: -.1s;
	top: 22px;
	left: 62px;
}

.ladi-loading .loading div:nth-child(3) {
	animation-delay: -.2s;
	top: 11px;
	left: 52px;
}

.ladi-loading .loading div:nth-child(4) {
	animation-delay: -.3s;
	top: 7px;
	left: 37px;
}

.ladi-loading .loading div:nth-child(5) {
	animation-delay: -.4s;
	top: 11px;
	left: 22px;
}

.ladi-loading .loading div:nth-child(6) {
	animation-delay: -.5s;
	top: 22px;
	left: 11px;
}

.ladi-loading .loading div:nth-child(7) {
	animation-delay: -.6s;
	top: 37px;
	left: 7px;
}

.ladi-loading .loading div:nth-child(8) {
	animation-delay: -.7s;
	top: 52px;
	left: 11px;
}

.ladi-loading .loading div:nth-child(9) {
	animation-delay: -.8s;
	top: 62px;
	left: 22px;
}

.ladi-loading .loading div:nth-child(10) {
	animation-delay: -.9s;
	top: 66px;
	left: 37px;
}

.ladi-loading .loading div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
}

.ladi-loading .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);
	}
}

.ladi-collection.carousel,.ladi-form>[data-quantity=true] .ladi-form-item-container,.ladi-notify .ladi-notify-copyright svg:not(:root),.overflow-hidden {
	overflow: hidden;
}

.ladi-transition {
	transition: 150ms linear;
}

.opacity-0,[data-opacity="0"] {
	opacity: 0;
}

.height-0 {
	height: 0!important;
}

.transition-readmore {
	transition: height 350ms linear;
}

.transition-collapse,.transition-parent-collapse-height {
	transition: height 150ms linear;
}

.transition-parent-collapse-top {
	transition: top 150ms linear;
}

.ladi-form-quantity input,.pointer-events-none {
	pointer-events: none;
}

.ladi-google-recaptcha-checkbox {
	position: absolute;
	display: inline-block;
	transform: translateY(-100%);
	margin-top: -5px;
	z-index: 90000010;
}

.ladipage-message {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000000000;
	background: rgba(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,.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,.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%;
	min-height: 100%;
	overflow: hidden;
}

.ladi-section {
	margin: 0 auto;
	position: relative;
}

.ladi-hidden,.ladi-section[data-tab-id],.ladi-survey .ladi-survey-button-next.empty,.ladi-survey .ladi-survey-button-next.no-select,.ladi-tabs>.ladi-element[data-index],.lightbox-screen .lightbox-hidden,[data-hidden=true] {
	display: none;
}

.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,.ladi-overlay {
	position: absolute;
}

.ladi-overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.ladi-survey {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ladi-form .ladi-survey {
	text-transform: inherit;
	text-decoration: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.ladi-survey .ladi-survey-option {
	cursor: pointer;
	position: relative;
	display: inline-block;
	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;
	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;
	margin: 0 auto;
}

.ladi-survey .ladi-survey-button-next button {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 2px;
}

.ladi-button:active,.ladi-cart .ladi-cart-action .button:active,.ladi-cart .ladi-cart-quantity .button:active,.ladi-survey .ladi-survey-button-next button:active {
	transform: translateY(2px);
	transition: transform .2s linear;
}

.ladi-carousel {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	touch-action: pan-y;
}

.ladi-carousel .ladi-carousel-content,.ladi-collection .ladi-collection-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	transition: left 350ms ease-in-out;
}

.ladi-carousel .ladi-carousel-arrow,.ladi-collection .ladi-collection-arrow,.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
	position: absolute;
	top: calc(50% - (33px)/ 2);
	cursor: pointer;
	z-index: 90000040;
}

.ladi-carousel .ladi-carousel-arrow-left,.ladi-collection .ladi-collection-arrow-left,.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
	left: 5px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.ladi-carousel .ladi-carousel-arrow-right,.ladi-collection .ladi-collection-arrow-right,.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
	right: 5px;
}

.ladi-accordion,.ladi-button-group,.ladi-collection,.ladi-combobox,.ladi-countdown,.ladi-form,.ladi-form .ladi-form-item-container,.ladi-gallery,.ladi-group,.ladi-html-code,.ladi-popup,.ladi-tabs {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ladi-gallery .ladi-gallery-control,.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 .5s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.ladi-button>.ladi-button-headline .ladi-headline,.ladi-countdown .ladi-countdown-text span,.ladi-form-quantity .button span {
	display: table-cell;
	vertical-align: middle;
}

.element-click-selected,.is-2nd-click,.ladi-form .ladi-button,.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.play-video,[data-action=true] {
	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(../fonts/ladipage-play.svg) center center/contain no-repeat;
	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.left,.ladi-gallery .ladi-gallery-view>.prev.right,.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,.ladi-gallery .ladi-gallery-view>.selected.right {
	left: 100%;
}

.ladi-gallery .ladi-gallery-view>.prev,.ladi-gallery .ladi-gallery-view>.selected.left {
	left: -100%;
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-view,.ladi-table table {
	width: 100%;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view,.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
	top: 0;
	width: 100%;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
	width: 100%;
	bottom: 0;
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control,.ladi-gallery.ladi-gallery-left .ladi-gallery-view,.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-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-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left,.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
	left: 0;
	transform: rotateY(180deg) scale(.6);
	-webkit-transform: rotateY(180deg) scale(.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right,.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
	right: 0;
	transform: scale(.6);
	-webkit-transform: scale(.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,.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
	top: 0;
	transform: scale(.6) rotate(270deg);
	-webkit-transform: scale(.6) rotate(270deg);
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right,.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
	bottom: 0;
	transform: scale(.6) rotate(90deg);
	-webkit-transform: scale(.6) rotate(90deg);
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box,.ladi-line {
	position: relative;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box,.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-left .ladi-gallery-control .ladi-gallery-control-box,.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(../fonts/ladipage-play.svg) center center/contain no-repeat;
	pointer-events: none;
	cursor: pointer;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected,.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:last-child {
	margin-right: 0!important;
	margin-bottom: 0!important;
}

.ladi-table {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.ladi-notify .ladi-notify-copyright svg,.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-banner,.ladi-box,.ladi-button,.ladi-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ladi-banner .ladi-banner-background,.ladi-popup .ladi-popup-background,.ladi-tabs .ladi-tabs-background {
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.ladi-button .ladi-button-background,.ladi-frame .ladi-frame-background {
	height: 100%;
	width: 100%;
	pointer-events: none;
	transition: inherit;
}

#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,.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
	display: block!important;
	visibility: hidden!important;
}

#SECTION_POPUP .popup-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9000000080;
	cursor: pointer;
}

.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-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-accordion .ladi-accordion-shape,.ladi-button>.ladi-button-headline,.ladi-button>.ladi-button-shape {
	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-button-shape .ladi-shape {
	margin: auto;
	top: 0;
	bottom: 0;
}

.ladi-collection .ladi-collection-content .ladi-collection-item {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}

.ladi-collection .ladi-collection-content .ladi-collection-item:before {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ladi-collection .ladi-collection-content .ladi-collection-page {
	float: left;
}

.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>.ladi-element,.ladi-form>.ladi-element .ladi-form-item-container,.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true],.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-button>.ladi-button-headline {
	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-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control,.ladi-form .ladi-form-item .ladi-form-control {
	background-color: transparent;
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size: inherit;
	width: 100%;
	max-width: 100%;
	color: inherit;
}

.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 .5rem center;
	background-repeat: no-repeat;
	padding-right: 24px;
	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-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),.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3),.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-3 {
	width: calc(100% / 3 - 5px);
	max-width: calc(100% / 3 - 5px);
	min-width: calc(100% / 3 - 5px);
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option,.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
	color: initial;
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]),.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-box-item {
	display: inline-block;
	width: fit-content;
}

.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=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-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: .35;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
	opacity: .2;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
	opacity: .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,.ladi-video .ladi-video-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
	height: auto;
	padding: 0 5px;
}

.ladi-form .ladi-form-item .ladi-form-control {
	height: 100%;
	padding: 0 5px;
	border: none;
}

.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: flex;
	align-items: center;
	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-flex;
	align-items: center;
	border: none;
	position: relative;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
	margin-right: 5px;
	display: block;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
	cursor: default;
	word-break: break-word;
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
	resize: none;
	padding: 5px;
}

.ladi-form .ladi-button .ladi-headline {
	cursor: pointer;
	user-select: none;
}

.ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	line-height: initial;
	padding: 5px 10px;
	height: max-content;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.ladi-form .ladi-form-item.otp-countdown:before {
	content: attr(data-countdown-time) "s";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: max-content;
	line-height: initial;
}

.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 {
	height: 100%;
	padding: 0 24px 0 5px;
	border: none;
	text-transform: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	background-attachment: inherit;
	background-origin: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 9px 6px!important;
	background-position: right .5rem center;
	background-repeat: no-repeat;
}

.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,.ladi-html 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,.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;
	pointer-events: none;
	-moz-appearance: textfield;
	border-left: none;
	border-right: none;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 0;
}

.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 span {
	font-size: 18px;
	position: relative;
	left: .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;
	display: table;
	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 span {
	font-size: 13px;
	position: relative;
	top: .5px;
	display: table-cell;
	vertical-align: middle;
}

.ladi-video {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.ladi-button-group>.ladi-element,.ladi-button-group>.ladi-element>.ladi-button {
	transition: inherit;
}

.ladi-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.ladi-image {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.ladi-image .ladi-image-background.loaded {
	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;
	word-break: break-word;
	background-size: cover;
	background-position: center center;
}

.ladi-headline a,.ladi-html a,.ladi-list-paragraph a,.ladi-paragraph a {
	text-decoration: underline;
}

.ladi-paragraph {
	width: 100%;
	display: inline-block;
	word-break: break-word;
}

.ladi-list-paragraph {
	width: 100%;
	display: inline-block;
}

.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 .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:link,a:visited {
	color: inherit;
}

.button-unmute {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.backdrop-dropbox,.backdrop-popup,.lightbox-screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.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,.5);
	border-radius: 100%;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center center;
}

.ladi-accordion-shape.is-2nd-click,.ladi-button-shape.is-2nd-click {
	z-index: 1;
}

.backdrop-popup {
	z-index: 90000060;
}

.backdrop-dropbox {
	z-index: 90000040;
}

.lightbox-screen {
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 9000000080;
	background: rgba(0,0,0,.5);
}

.lightbox-screen .lightbox-close {
	position: absolute;
	z-index: 9000000090;
	cursor: pointer;
}

.ladi-animation-hidden {
	visibility: hidden!important;
}

.ladi-lazyload,.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: 12px;
	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-left: none;
	border-right: none;
	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 {
	display: table;
	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;
}

.ladi-form-quantity .button:first-child span {
	top: -.5px;
}

.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,.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 .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%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#SECTION_POPUP .popup-close,.ladi-section .ladi-section-close,.lightbox-screen .lightbox-close {
	width: 16px;
	height: 16px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

#SECTION_POPUP .popup-close,.ladi-section .ladi-section-close {
	background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.lightbox-screen .lightbox-close {
	background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-notify .ladi-notify-content,.ladi-notify .ladi-notify-title {
	height: 17px;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#BODY_BACKGROUND {
	position: fixed;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100vh!important;
}

.ladi-html strong,.ladi-notify .ladi-notify-copyright strong {
	font-weight: 700;
}

.ladi-html em {
	font-style: italic;
}

.ladi-html .ladi-headline p,.ladi-html .ladi-paragraph p {
	margin: revert;
}

.ladi-notify-transition {
	transition: top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out;
}

.ladi-notify {
	padding: 5px;
	box-shadow: 0 0 1px rgba(64,64,64,.3),0 8px 50px rgba(64,64,64,.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%;
	overflow: hidden;
	font-weight: 700;
	overflow-wrap: break-word;
}

.ladi-notify .ladi-notify-content {
	font-size: 92.308%;
	overflow: hidden;
	overflow-wrap: break-word;
	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: .6;
	display: inline-block;
	top: -4px;
}

.ladi-spin-lucky .ladi-spin-lucky-screen:before,.ladi-spin-lucky .ladi-spin-lucky-start {
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	position: absolute;
}

.ladi-notify .ladi-notify-copyright div {
	text-decoration: none;
	color: #404040;
	display: inline;
}

.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,.6),0 8px 50px rgba(64,64,64,.3);
	background-repeat: no-repeat;
	background-size: cover;
}

.ladi-spin-lucky .ladi-spin-lucky-start {
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20%;
	height: 20%;
	cursor: pointer;
	background-size: contain;
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .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(.25,.1,0,1);
	-webkit-transition: transform 7s cubic-bezier(.25,.1,0,1);
	text-transform: inherit;
}

.ladi-spin-lucky .ladi-spin-lucky-screen:before {
	background-size: cover;
	content: '';
	width: 100%;
	height: 100%;
	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-transform: inherit;
	line-height: 1.6;
	text-shadow: rgba(0,0,0,.5) 1px 0 2px;
}

@font-face {
	font-family:"Poppins-Black.ttf";src:url("../fonts/poppins-black-20211227034547.ttf") format("truetype");font-display:swap;
}

@font-face {
	font-family:"SFUHelveticaLight.TTF";src:url("../fonts/sfuhelveticalight-20220531032416.ttf") format("truetype");font-display:swap;
}

@font-face {
	font-family:"timesbd.ttf";src:url("../fonts/timesbd-20220420023608.ttf") format("truetype");font-display:swap;
}

@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;
	}

	.ladi-section .ladi-container {
		width: 1200px;
	}

	#GROUP10,#GROUP13,#GROUP9 {
		width: 351.353px;
	}

	#SHAPE11,#SHAPE14,#SHAPE17,#SHAPE6 {
		width: 44px;
		height: 44px;
		left: 0;
	}

	#GROUP10,#GROUP13,#GROUP9,#SHAPE17 {
		height: 44px;
	}

	#PARAGRAPH40,#PARAGRAPH41 {
		left: 124.25px;
		width: 252px;
	}

	#GROUP10,#GROUP13,#GROUP16,#GROUP9 {
		left: 49.5px;
	}

	#BOX84,#GROUP88 {
		width: 619px;
		height: 187px;
	}

	#GROUP142,#GROUP143,#GROUP148,#GROUP153 {
		height: 189px;
		top: 467.249px;
		width: 108px;
	}

	#LINE166,#LINE176 {
		width: 76px;
		left: 125px;
	}

	#GROUP162,#GROUP167,#GROUP172 {
		top: 117.849px;
		width: 337px;
	}

	#PARAGRAPH207,#PARAGRAPH208,#PARAGRAPH29,#PARAGRAPH30 {
		width: 103px;
		top: 26.574px;
	}

	#GROUP201,#GROUP31 {
		height: 57px;
		top: 60px;
	}

	#BOX209,#BOX32 {
		width: 352.25px;
		height: 384px; /*324*/
		top: 131.35px;
	}

	#FORM_ITEM253,#FORM_ITEM254,#FORM_ITEM255,#FORM_ITEM256,#FORM_ITEM257,#FORM_ITEM258,#FORM_ITEM259,#FORM_ITEM260,#FORM_ITEM266,#FORM_ITEM267,#FORM_ITEM268,#FORM_ITEM269,#FORM_ITEM270,#FORM_ITEM271,#FORM_ITEM272,#FORM_ITEM273 {
		width: 34px;
		height: 35px;
		top: 117.874px;
		display: none!important;
	}

	#FORM261,#FORM34 {
		width: 308.875px;
		height: 327px;
	}

	#SECTION_POPUP {
		height: 0;
	}

	#SECTION1 .ladi-section-arrow-down,#SECTION109 .ladi-section-arrow-down,#SECTION129 .ladi-section-arrow-down,#SECTION158 .ladi-section-arrow-down,#SECTION177 .ladi-section-arrow-down,#SECTION179 .ladi-section-arrow-down,#SECTION43 .ladi-section-arrow-down,#SECTION89 .ladi-section-arrow-down,#SECTION97 .ladi-section-arrow-down,#SECTION_POPUP .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}

	#SECTION1,#SECTION179 {
		height: 819.7px;
	}

	#SECTION179>.ladi-section-background.loaded,#SECTION1>.ladi-section-background.loaded,#SECTION43>.ladi-section-background.loaded {
		background: #313131;
		background: -webkit-linear-gradient(270deg,#313131,#000);
		background: linear-gradient(270deg,#313131,#000);
	}

	#SECTION158>.ladi-section-background.loaded,#SECTION177>.ladi-section-background.loaded,#SECTION89>.ladi-section-background.loaded {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-repeat: repeat;
	}

	#IMAGE2 {
		width: 674.882px;
		height: 1012.7px;
		top: -193px;
		left: -455.619px;
	}

	#IMAGE2>.ladi-image>.ladi-image-background.loaded {
		width: 674.882px;
		height: 1012.7px;
		top: 0;
		left: 0;
		background-image: url("../images/bg-01-20220707080109.png");
	}

	#PARAGRAPH181,#PARAGRAPH3 {
		width: 861px;
		top: 17px;
		left: 61.5px;
	}

	#PARAGRAPH3>.ladi-paragraph {
		color: #fff;
		font-size: 55px;
		line-height: 1.2;
	}

	#PARAGRAPH4 {
		width: 599px;
		top: 234.683px;
		left: 61.5px;
	}

	#PARAGRAPH12>.ladi-paragraph,#PARAGRAPH15>.ladi-paragraph,#PARAGRAPH182>.ladi-paragraph,#PARAGRAPH18>.ladi-paragraph,#PARAGRAPH4>.ladi-paragraph,#PARAGRAPH5>.ladi-paragraph,#PARAGRAPH7>.ladi-paragraph {
		color: #fff;
		font-size: 25px;
		line-height: 1.2;
	}

	#PARAGRAPH5 {
		width: 554px;
		top: 276px;
		left: 61.5px;
	}

	#SHAPE11,#SHAPE14,#SHAPE6 {
		top: 0;
	}

	#SHAPE11 svg:last-child,#SHAPE14 svg:last-child,#SHAPE17 svg:last-child,#SHAPE6 svg:last-child {
		fill: rgb(238,202,102);
	}

	#PARAGRAPH12,#PARAGRAPH15,#PARAGRAPH7 {
		width: 299px;
		top: 7px;
		left: 52.353px;
	}

	#GROUP9 {
		top: 359.35px;
	}

	#GROUP10 {
		top: 409.683px;
	}

	#GROUP13 {
		top: 460.017px;
	}

	#SHAPE17 {
		top: 9px;
	}

	#PARAGRAPH18 {
		width: 264px;
		top: 0;
		left: 52.353px;
	}

	#GROUP16 {
		width: 316.353px;
		height: 60px;
		top: 510.35px;
	}

	#IMAGE19 {
		width: 754.109px;
		height: 754.109px;
		top: 152px;
		left: 255.58px;
	}

	#IMAGE19>.ladi-image>.ladi-image-background.loaded {
		width: 754.109px;
		height: 754.109px;
		top: 0;
		left: 0;
		background-image: url("../images/duracore-vn-product-of-th-decor-1-20230224024746-ak9ds.png");
	}

	#GROUP197,#GROUP22,#IMAGE198,#IMAGE20 {
		width: 120px;
		height: 120px;
	}

	#BOX84,#IMAGE198,#IMAGE20 {
		top: 0;
		left: 0;
	}

	#IMAGE198>.ladi-image>.ladi-image-background.loaded,#IMAGE20>.ladi-image>.ladi-image-background.loaded {
		width: 120px;
		height: 120px;
		top: 0;
		left: 0;
		background-image: url("../images/sale-bg-20220707081244.png");
	}

	#PARAGRAPH21 {
		width: 119px;
		top: 38.5px;
		left: 0;
	}

	#PARAGRAPH199>.ladi-paragraph,#PARAGRAPH21>.ladi-paragraph {
		font-family: "Poppins-Black.ttf";
		color: #fff;
		font-size: 36px;
		text-align: center;
		line-height: 1.2;
		text-shadow: #000 1px 2px 3px;
	}

	#GROUP22 {
		top: 664.574px;
		left: 372.58px;
	}

	#PARAGRAPH23 {
		width: 346px;
		top: 0;
		left: 107.5px;
	}

	#PARAGRAPH200>.ladi-paragraph,#PARAGRAPH23>.ladi-paragraph {
		color: #fff;
		font-size: 25px;
		text-align: center;
		line-height: 1.2;
	}

	#COUNTDOWN202,#COUNTDOWN24 {
		width: 320px;
		height: 57px;
		top: 0;
		left: 0;
	}

	#COUNTDOWN202>.ladi-countdown,#COUNTDOWN24>.ladi-countdown {
		color: #eeca66;
		font-size: 40px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0;
	}

	#COUNTDOWN24>.ladi-countdown>.ladi-element {
		width: calc((100% - 55px * 3)/ 4);
		margin-right: 43px;
		height: 100%;
	}

	#COUNTDOWN_ITEM203,#COUNTDOWN_ITEM204,#COUNTDOWN_ITEM25,#COUNTDOWN_ITEM26 {
		visibility: hidden;
		pointer-events: none;
	}

	#PARAGRAPH29 {
		left: 204.5px;
	}

	#PARAGRAPH29>.ladi-paragraph,#PARAGRAPH30>.ladi-paragraph {
		color: #eeca66;
		font-size: 17px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH30 {
		left: 299.5px;
	}

	#GROUP31 {
		width: 402.5px;
		left: 0;
	}

	#BOX32 {
		left: 101.25px;
	}

	#BOX209>.ladi-box,#BOX32>.ladi-box {
		border: 1px solid #fff;
		border-radius: 10px;
	}

	#PARAGRAPH33 {
		width: 317px;
		top: 145.35px;
		left: 122px;
	}

	#PARAGRAPH210>.ladi-paragraph,#PARAGRAPH33>.ladi-paragraph {
		color: #eeca66;
		font-size: 25px;
		text-align: center;
		line-height: 1.2;
	}

	#FORM34 {
		top: 198.574px;
		left: 126.5px;
	}

	#FORM261>.ladi-form,#FORM34>.ladi-form {
		color: #000;
		font-size: 12px;
		line-height: 1.6;
	}

	#FORM34 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],#FORM34 .ladi-form-item .ladi-form-control::placeholder {
		color: #000;
	}

	#FORM261 .ladi-form-item,#FORM34 .ladi-form-item {
		padding-left: 7px;
		padding-right: 7px;
	}

	#FORM261 .ladi-form-item.otp-countdown:before,#FORM34 .ladi-form-item.otp-countdown:before {
		right: 12px;
	}

	#FORM261 .ladi-form-item.ladi-form-checkbox,#FORM34 .ladi-form-item.ladi-form-checkbox {
		padding-left: 12px;
		padding-right: 12px;
	}

	#FORM261 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,#FORM34 .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%20rgb(0%2C%200%2C%200)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}

	#FORM261 .ladi-survey-option,#FORM34 .ladi-survey-option {
		text-align: left;
	}

	#FORM261 .ladi-form-item-container,#FORM261 .ladi-form-label-container .ladi-form-label-item,#FORM34 .ladi-form-item-container,#FORM34 .ladi-form-label-container .ladi-form-label-item {
		border: 0 solid #fff;
		border-radius: 5px;
	}

	#FORM261 .ladi-form-item-container .ladi-form-quantity .button,#FORM34 .ladi-form-item-container .ladi-form-quantity .button {
		background-color: #fff;
	}

	#FORM261 .ladi-form-item-background,#FORM34 .ladi-form-item-background {
		background-color: #fff;
		border-radius: 5px;
	}

	#BUTTON262,#BUTTON35 {
		width: 308px;
		height: 48.8164px;
		top: 340px; /*278.184*/
		left: .875px;
	}

	#BUTTON128>.ladi-button>.ladi-button-background,#BUTTON262>.ladi-button>.ladi-button-background,#BUTTON35>.ladi-button>.ladi-button-background {
		background-color: #c71f16;
	}

	#BUTTON128>.ladi-button,#BUTTON262>.ladi-button,#BUTTON35>.ladi-button {
		border-radius: 5px;
	}

	#BUTTON_TEXT262,#BUTTON_TEXT35 {
		width: 308px;
		top: 8.69565px;
		left: 0;
	}

	#BUTTON_TEXT262>.ladi-headline,#BUTTON_TEXT35>.ladi-headline {
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		line-height: 1.6;
	}

	#FORM_ITEM264,#FORM_ITEM36 {
		width: 306.25px;
		height: 50.2415px;
		top: 0;
		left: .875px;
	}

	#FORM_ITEM265,#FORM_ITEM38 {
		width: 306.25px;
		height: 46.3767px;
		top: 61.4974px;
		left: 0;
	}

	#FORM_ITEM2651 {
		width: 306.25px;
		height: 46.3767px;
		top: 120px;
		left: 0;
	}

	#FORM_ITEM39 {
		width: 306.25px;
		height: 46.3767px;
		top: 120px;
		left: 0;
	}

	#PARAGRAPH40 {
		top: 392px; /*332*/
	}

	#PARAGRAPH216>.ladi-paragraph,#PARAGRAPH40>.ladi-paragraph {
		font-family: "Poppins-Black.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: #e4e4e4;
		font-size: 22px;
		line-height: 1.2;
	}

	#PARAGRAPH41 {
		top: 415px; /*355*/
	}

	#PARAGRAPH217>.ladi-paragraph,#PARAGRAPH41>.ladi-paragraph {
		font-family: "Poppins-Black.ttf";
		color: #eeca66;
		font-size: 30px;
		line-height: 1.2;
	}

	#PARAGRAPH42 {
		width: 337px;
		top: 468px; /*408*/
		left: 107.5px;
	}

	#PARAGRAPH218>.ladi-paragraph,#PARAGRAPH220>.ladi-paragraph,#PARAGRAPH42>.ladi-paragraph {
		font-family: "SFUHelveticaLight.TTF";
		color: #fff;
		font-size: 13px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH45,#PARAGRAPH90 {
		width: 1133px;
		top: 19px;
		left: 49.5px;
	}

	#PARAGRAPH45>.ladi-paragraph {
		color: #fff;
		font-size: 35px;
		text-align: center;
		line-height: 1.2;
	}

	#SECTION43 {
		height: 438.7px;
	}

	#IMAGE83 {
		width: 529.861px;
		height: 305.2px;
		top: 79.2px;
		left: 61.5px;
	}

	#IMAGE83>.ladi-image>.ladi-image-background.loaded {
		width: 529.861px;
		height: 305.2px;
		top: 0;
		left: 0;
		background-image: url("../images/animated-photo-20220707080109.gif");
	}

	#BOX84>.ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg,#fdfbfb,#eaedee);
		background: linear-gradient(180deg,#fdfbfb,#eaedee);
	}

	#PARAGRAPH85 {
		width: 554px;
		top: 30.2px;
		left: 37.5px;
	}

	#PARAGRAPH85>.ladi-paragraph {
		color: #000;
		font-size: 28px; /*29*/
		text-align: left;
		line-height: 1.2;
	}

	#LINE86 {
		width: 562px;
		top: 110.5px;
		left: 29.5px;
	}

	#LINE116>.ladi-line>.ladi-line-container,#LINE122>.ladi-line>.ladi-line-container,#LINE127>.ladi-line>.ladi-line-container,#LINE166>.ladi-line>.ladi-line-container,#LINE171>.ladi-line>.ladi-line-container,#LINE176>.ladi-line>.ladi-line-container,#LINE86>.ladi-line>.ladi-line-container {
		border-top: 2px solid #c71f16;
		border-right: 2px solid #c71f16;
		border-bottom: 2px solid #c71f16;
		border-left: 0!important;
	}

	#LINE116>.ladi-line,#LINE122>.ladi-line,#LINE127>.ladi-line,#LINE140>.ladi-line,#LINE141>.ladi-line,#LINE146>.ladi-line,#LINE147>.ladi-line,#LINE151>.ladi-line,#LINE152>.ladi-line,#LINE156>.ladi-line,#LINE157>.ladi-line,#LINE166>.ladi-line,#LINE171>.ladi-line,#LINE176>.ladi-line,#LINE86>.ladi-line {
		width: 100%;
		padding: 8px 0;
	}

	#PARAGRAPH87 {
		width: 554px;
		top: 136.5px;
		left: 37.5px;
	}

	#PARAGRAPH87>.ladi-paragraph {
		color: #000;
		font-size: 20px;
		text-align: left;
		line-height: 1.2;
	}

	#GROUP88 {
		top: 174.8px;
		left: 360.853px;
	}

	#SECTION89 {
		height: 891.7px;
	}

	#SECTION89>.ladi-section-background.loaded {
		background-image: url("../images/bg3-20210506083515.jpg");
		background-position: left center;
	}

	#PARAGRAPH90>.ladi-paragraph {
		color: #eeca66;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH102>.ladi-paragraph,#PARAGRAPH108>.ladi-paragraph {
		font-size: 18.1px;
		line-height: 1.2;
		color: #fff;
	}

	#SECTION97 {
		height: 68.7px;
	}

	#SECTION97>.ladi-section-background.loaded {
		background-color: #202020;
	}

	#IMAGE99 {
		width: 574.507px;
		height: 312.943px;
		top: 85.736px;
		left: 0;
	}

	#IMAGE99>.ladi-image>.ladi-image-background.loaded {
		width: 574.507px;
		height: 312.943px;
		top: 0;
		left: 0;
		background-image: url("../images/expert2-bg-20220707080204.png");
	}

	#PARAGRAPH100 {
		width: 473px;
		top: 124.679px;
		left: 57.2105px;
	}

	#PARAGRAPH100>.ladi-paragraph,#PARAGRAPH106>.ladi-paragraph {
		color: #fff;
		font-size: 18.1px;
		text-align: left;
		line-height: 1.2;
	}

	#IMAGE101 {
		width: 293.492px;
		height: 398.679px;
		top: 0;
		left: 488.137px;
	}

	#IMAGE101>.ladi-image>.ladi-image-background.loaded {
		width: 340.594px;
		height: 453.679px;
		top: -32px;
		left: -17.267px;
		background-image: url("../images/han-toolscom_shutterstock-1-20220517091608_1.png");
	}

	#PARAGRAPH102 {
		width: 473px;
		top: 404.679px;
		left: 261.21px;
	}

	#PARAGRAPH102>.ladi-paragraph {
		text-align: right;
	}

	#GROUP103 {
		width: 781.629px;
		height: 447.679px;
		top: 32px;
		left: 418.371px;
	}

	#IMAGE105 {
		width: 568.206px;
		height: 306.943px;
		top: 91.736px;
		left: 347.389px;
	}

	#IMAGE105>.ladi-image>.ladi-image-background.loaded {
		width: 568.206px;
		height: 306.943px;
		top: 0;
		left: 0;
		background-image: url("../images/expert1-bg-20220707080134_1.png");
	}

	#PARAGRAPH106 {
		width: 511px;
		top: 136.707px;
		left: 392.074px;
	}

	#IMAGE107 {
		width: 482.492px;
		height: 398.679px;
		top: 0;
		left: 0;
	}

	#IMAGE107>.ladi-image>.ladi-image-background.loaded {
		width: 482.492px;
		height: 398.679px;
		top: 0;
		left: 0;
		background-image: url("../images/shutterstock_1684427764_huge-removebg-preview-20220707085631.png");
	}

	#PARAGRAPH108 {
		width: 473px;
		top: 406.679px;
		left: 236.074px;
	}

	#GROUP104 {
		width: 915.595px;
		height: 449.679px;
		top: 370px;
		left: -155.492px;
	}

	#SECTION109 {
		height: 637.851px;
	}

	#SECTION109>.ladi-section-background.loaded {
		background-color: #100e0e;
	}

	#IMAGE110 {
		width: 541.544px;
		height: 670.703px;
		top: -32.8515px;
		left: 923.5px;
	}

	#IMAGE110>.ladi-image>.ladi-image-background.loaded {
		width: 541.544px;
		height: 670.703px;
		top: 0;
		left: 0;
		background-image: url("../images/bg-02-20220707080109.png");
	}

	#IMAGE110>.ladi-image {
		opacity: .4;
	}

	#PARAGRAPH111 {
		width: 1190px;
		top: 14.9px;
		left: 5px;
	}

	#PARAGRAPH111>.ladi-paragraph {
		color: #fff;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
	}

	#IMAGE112,#IMAGE119,#IMAGE124,#IMAGE163,#IMAGE168,#IMAGE173 {
		width: 157px;
		height: 157px;
		top: 0;
		left: 84.5px;
	}

	#IMAGE112>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/composition-icon-01-20220707080110.png");
	}

	#PARAGRAPH113,#PARAGRAPH120,#PARAGRAPH125,#PARAGRAPH164 {
		width: 264px;
		top: 172.2px;
		left: 31px;
	}

	#PARAGRAPH113>.ladi-paragraph {
		color: #fff;
		font-size: 22px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH115,#PARAGRAPH121,#PARAGRAPH126 {
		width: 337px;
		top: 219.2px;
		left: 0;
	}

	#PARAGRAPH115>.ladi-paragraph,#PARAGRAPH121>.ladi-paragraph,#PARAGRAPH126>.ladi-paragraph,#PARAGRAPH165>.ladi-paragraph,#PARAGRAPH170>.ladi-paragraph,#PARAGRAPH175>.ladi-paragraph {
		color: #fff;
		font-size: 19px;
		text-align: center;
		line-height: 1.2;
	}

	#LINE116,#LINE122,#LINE127 {
		width: 76px;
		top: 201.2px;
		left: 125px;
	}

	#GROUP117 {
		width: 337px;
		height: 310.2px;
		top: 147.4px;
		left: -42.5px;
	}

	#IMAGE119>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/composition-icon-02-20220707080110.png");
	}

	#PARAGRAPH120>.ladi-paragraph,#PARAGRAPH125>.ladi-paragraph,#PARAGRAPH164>.ladi-paragraph {
		color: #fff;
		font-size: 23px;
		text-align: center;
		line-height: 1.2;
	}

	#GROUP118 {
		width: 337px;
		height: 287.2px;
		top: 147.4px;
		left: 402.5px;
	}

	#IMAGE124>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/composition-icon-03-20220707080134.png");
	}

	#GROUP123 {
		width: 337px;
		height: 333.2px;
		top: 147.4px;
		left: 812.5px;
	}

	#BUTTON128 {
		width: 204px;
		height: 51px;
		top: 505.9px;
		left: 498px;
	}

	#BUTTON_TEXT128 {
		width: 204px;
		top: 9px;
		left: 0;
	}

	#BUTTON_TEXT128>.ladi-headline {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		line-height: 1.6;
	}

	#SECTION129 {
		height: 690.7px;
	}

	#SECTION129>.ladi-section-background.loaded {
		background-color: #f3efef;
	}

	#PARAGRAPH130 {
		width: 1190px;
		top: 12.049px;
		left: 5px;
	}

	#PARAGRAPH130>.ladi-paragraph,#PARAGRAPH161>.ladi-paragraph {
		color: #fff;
		font-size: 50px;
		text-align: center;
		line-height: 1.2;
	}

	#SHAPE137 {
		width: 80px;
		height: 80px;
		top: 319.799px;
		left: 320px;
	}

	#SHAPE137>.ladi-shape {
		transform: rotate(48deg);
		-webkit-transform: rotate(48deg);
	}

	#SHAPE137 svg:last-child {
		fill: rgb(199,31,22);
	}

	#BOX138,#BOX144,#BOX149,#BOX154 {
		width: 107.5px;
		height: 189px;
		top: 0;
		left: 0;
	}

	#BOX138>.ladi-box,#BOX144>.ladi-box,#BOX149>.ladi-box,#BOX154>.ladi-box {
		background-color: #000;
	}

	#PARAGRAPH139,#PARAGRAPH145,#PARAGRAPH150,#PARAGRAPH155 {
		width: 108px;
		top: 14.5px;
		left: 0;
	}

	#PARAGRAPH139>.ladi-paragraph,#PARAGRAPH145>.ladi-paragraph,#PARAGRAPH150>.ladi-paragraph,#PARAGRAPH155>.ladi-paragraph {
		font-family: "SFUHelveticaLight.TTF";
		color: #fff;
		font-size: 19px;
		text-align: center;
		line-height: 1.2;
	}

	#LINE140,#LINE146,#LINE151,#LINE156 {
		width: 60px;
		top: 43.8px;
		left: 24px;
	}

	#LINE140>.ladi-line>.ladi-line-container,#LINE141>.ladi-line>.ladi-line-container,#LINE146>.ladi-line>.ladi-line-container,#LINE147>.ladi-line>.ladi-line-container,#LINE151>.ladi-line>.ladi-line-container,#LINE152>.ladi-line>.ladi-line-container,#LINE156>.ladi-line>.ladi-line-container,#LINE157>.ladi-line>.ladi-line-container {
		border-top: 1px solid #c71f16;
		border-right: 1px solid #c71f16;
		border-bottom: 1px solid #c71f16;
		border-left: 0!important;
	}

	#LINE141,#LINE147,#LINE152,#LINE157 {
		width: 60px;
		top: 112.8px;
		left: 24px;
	}

	#GROUP142 {
		left: 260.636px;
	}

	#GROUP143 {
		left: 455.217px;
	}

	#GROUP148 {
		left: 665.216px;
	}

	#GROUP153 {
		left: 875.527px;
	}

	#SECTION158 {
		height: 560.7px;
	}

	#SECTION158>.ladi-section-background.loaded {
		background-image: url("../images/bg-03-20220707080109.jpg");
		background-position: left center;
		opacity: .8;
	}

	#IMAGE163>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/use-pict-01-20220707080221.png");
	}

	#PARAGRAPH165 {
		width: 337px;
		top: 259.2px;
		left: 0;
	}

	#LINE166 {
		top: 216.2px;
	}

	#GROUP162 {
		height: 350.2px;
		left: 27.64px;
	}

	#GROUP162 .ladi-group {
		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;
	}

	#GROUP167 .ladi-group,#GROUP172 .ladi-group {
		animation-duration: 1s;
		animation-iteration-count: 1;
	}

	#IMAGE168>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/use-pict-02-20220707080221.png");
	}

	#PARAGRAPH169 {
		width: 252px;
		top: 165.2px;
		left: 42.5px;
	}

	#PARAGRAPH169>.ladi-paragraph,#PARAGRAPH174>.ladi-paragraph {
		color: #fff;
		font-size: 23px;
		font-weight: 700;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH170 {
		width: 337px;
		top: 257.2px;
		left: 0;
	}

	#LINE171 {
		width: 76px;
		top: 220.2px;
		left: 130.5px;
	}

	#GROUP167 {
		height: 348.2px;
		left: 437.624px;
	}

	#GROUP167 .ladi-group {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: .5s;
		-webkit-animation-delay: .5s;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
	}

	#IMAGE173>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/use-pict-03-20220707080221.png");
	}

	#PARAGRAPH174 {
		width: 337px;
		top: 172.2px;
		left: 0;
	}

	#PARAGRAPH175 {
		width: 337px;
		top: 261.2px;
		left: 0;
	}

	#LINE176 {
		top: 227.2px;
	}

	#GROUP172 {
		height: 329.2px;
		left: 828.356px;
	}

	#GROUP172 .ladi-group {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-delay: 1s;
		-webkit-animation-delay: 1s;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
	}

	#SECTION177 {
		height: 782.7px;
	}

	#SECTION177>.ladi-section-background.loaded {
		background-image: url("../images/bg-04-20220707080110_1.jpg");
		background-position: center top;
		filter: contrast(81%) brightness(119%) saturate(0%) invert(2%);
		opacity: .35;
	}

	#PARAGRAPH161 {
		width: 1190px;
		top: 13.349px;
		left: 0;
	}

	#PARAGRAPH178 {
		width: 1190px;
		top: 22.649px;
		left: 0;
	}

	#PARAGRAPH178>.ladi-paragraph {
		color: #000;
		font-size: 50px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH181>.ladi-paragraph {
		color: #fff;
		font-size: 49px;
		line-height: 1.2;
	}

	#PARAGRAPH182 {
		width: 599px;
		top: 155px;
		left: 378.5px;
	}

	#IMAGE196 {
		width: 705.523px;
		height: 759.123px;
		top: 118.099px;
		left: 339.437px;
	}

	#IMAGE196>.ladi-image>.ladi-image-background.loaded {
		width: 705.523px;
		height: 759.123px;
		top: 0;
		left: 0;
		background-image: url("../images/duracore-vn-product-of-th-decor-2-20230224024746-ssvp2_1.png");
	}

	#IMAGE196 .ladi-image {
		animation-name: pulse;
		-webkit-animation-name: pulse;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}

	#PARAGRAPH199 {
		width: 108px;
		top: 38.5px;
		left: 0;
	}

	#GROUP197 {
		top: 268.574px;
		left: 451.773px;
	}

	#PARAGRAPH200 {
		width: 346px;
		top: 0;
		left: 100.5px;
	}

	#COUNTDOWN202>.ladi-countdown>.ladi-element {
		width: calc((100% - 50px * 3)/ 4);
		margin-right: 34px;
		height: 100%;
	}

	#PARAGRAPH207 {
		left: 197.5px;
	}

	#PARAGRAPH207>.ladi-paragraph,#PARAGRAPH208>.ladi-paragraph {
		font-family: "timesbd.ttf";
		color: #eeca66;
		font-size: 17px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH208 {
		left: 292.5px;
	}

	#GROUP201 {
		width: 395.5px;
		left: 0;
	}

	#BOX209 {
		left: 94.25px;
	}

	#PARAGRAPH210 {
		width: 317px;
		top: 145.35px;
		left: 115px;
	}

	#PARAGRAPH216 {
		width: 252px;
		top: 382px; /*332*/
		left: 117.25px;
	}

	#PARAGRAPH217 {
		width: 252px;
		top: 415px; /*355*/
		left: 117.25px;
	}

	#PARAGRAPH218 {
		width: 337px;
		top: 468px; /*408*/
		left: 100.5px;
	}

	#IMAGE219 {
		width: 1026.64px;
		height: 817.342px;
		top: 0;
		left: 869.17px;
	}

	#IMAGE219>.ladi-image>.ladi-image-background.loaded {
		width: 1026.64px;
		height: 817.342px;
		top: 0;
		left: 0;
		background-image: url("../images/bg-05-20220707080110_1.png");
	}

	#IMAGE219>.ladi-image {
		opacity: .42;
	}

	#PARAGRAPH220 {
		width: 337px;
		top: 10.85px;
		left: 431.5px;
	}

	#NOTIFY227 {
		width: 300px;
		height: 62px;
		top: 10px;
		left: 10px;
		bottom: auto;
		right: auto;
		position: fixed;
		z-index: 90000060;
	}

	#NOTIFY227>.ladi-notify {
		color: #404040;
		background-color: rgba(250,250,250,.9);
	}

	#GROUP228 {
		width: 453.5px;
		height: 525.574px;
		top: 173px;
		left: 729px;
	}

	#IMAGE135 {
		width: 150.054px;
		height: 278.501px;
		top: 162.048px;
		left: 854.5px;
	}

	#IMAGE135>.ladi-image>.ladi-image-background.loaded {
		width: 150.054px;
		height: 278.501px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-04-20220707080134.png");
	}

	#IMAGE134 {
		width: 120.433px;
		height: 208.5px;
		top: 232.049px;
		left: 659px;
	}

	#IMAGE134>.ladi-image>.ladi-image-background.loaded {
		width: 120.433px;
		height: 208.5px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-03-20220707080134.png");
	}

	#IMAGE133 {
		width: 118.433px;
		height: 161.5px;
		top: 279.049px;
		left: 450px;
	}

	#IMAGE133>.ladi-image>.ladi-image-background.loaded {
		width: 118.433px;
		height: 161.5px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-02-20220707080134.png");
	}

	#IMAGE132 {
		width: 95.2723px;
		height: 131px;
		top: 309.549px;
		left: 267px;
	}

	#IMAGE132>.ladi-image>.ladi-image-background.loaded {
		width: 95.2723px;
		height: 131px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-01-20220707080134.png");
	}

	#IMAGE131 {
		width: 870.501px;
		height: 386.889px;
		top: 116.355px;
		left: 170.874px;
	}

	#IMAGE131>.ladi-image>.ladi-image-background.loaded {
		width: 870.501px;
		height: 386.889px;
		top: 0;
		left: 0;
		background-image: url("../images/efeect-scale-bg-20220707080134.png");
	}

	#IMAGE229 {
		width: 478.802px;
		height: 292.282px;
		top: 46px;
		left: -425px;
		display: none!important;
	}

	#IMAGE229>.ladi-image>.ladi-image-background.loaded {
		width: 478.802px;
		height: 292.282px;
		top: 0;
		left: 0;
		background-image: url("../images/2022-07-08_10-05-21-20220708030630.jpg");
	}

	#IMAGE249 {
		width: 379.534px;
		height: 391.848px;
		top: 30px;
		left: 22.2059px;
	}

	#IMAGE249>.ladi-image>.ladi-image-background.loaded {
		width: 379.534px;
		height: 391.848px;
		top: 0;
		left: 0;
		background-image: url("../images/file-001-20230224030725--rv4i_1.png");
	}

	#IMAGE250 {
		width: 366.694px;
		height: 421.615px;
		top: .2335px;
		left: 446.653px;
	}

	#IMAGE250>.ladi-image>.ladi-image-background.loaded {
		width: 366.694px;
		height: 421.615px;
		top: 0;
		left: 0;
		background-image: url("../images/file-002-20230224030725-1j5s7.png");
	}

	#IMAGE251 {
		width: 388.403px;
		height: 671.832px;
		top: .2335px;
		left: 858.597px;
	}

	#IMAGE251>.ladi-image>.ladi-image-background.loaded {
		width: 330.012px;
		height: 570.832px;
		top: 9px;
		left: 32px;
		background-image: url("../images/file-004-20230224030725-ch8fb_1.png");
	}

	#CAROUSEL248 {
		width: 1259.1px;
		height: 654px;
		top: 111px;
		left: -32px;
	}

	#CAROUSEL248 .ladi-carousel .ladi-carousel-arrow {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}

	#GROUP252 {
		width: 446.5px;
		height: 455.35px;
		top: 200.851px;
		left: -87px;
	}

	#FORM_ITEM253,#FORM_ITEM266 {
		left: 0;
	}

	#FORM_ITEM254,#FORM_ITEM267 {
		left: 39px;
	}

	#FORM_ITEM255,#FORM_ITEM268 {
		left: 75px;
	}

	#FORM_ITEM256,#FORM_ITEM269 {
		left: 113px;
	}

	#FORM_ITEM257,#FORM_ITEM270 {
		left: 155px;
	}

	#FORM_ITEM258,#FORM_ITEM271 {
		left: 195px;
	}

	#FORM_ITEM259,#FORM_ITEM272 {
		left: 230.75px;
	}

	#FORM_ITEM260,#FORM_ITEM273 {
		left: 272.25px;
	}

	#FORM261 {
		top: 399.949px;
		left: 30.562px;
	}

	#FORM261 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],#FORM261 .ladi-form-item .ladi-form-control::placeholder {
		color: #000;
	}
}

@media (max-width:767px) {
	.ladi-element.ladi-auto-scroll,.ladi-section.ladi-auto-scroll {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.ladi-element.ladi-auto-scroll {
		width: 100%!important;
		left: 0!important;
	}

	.ladi-carousel .ladi-carousel-content {
		transition: left .3s ease-in-out;
	}

	.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
		transition: transform .3s ease-in-out;
	}

	.ladi-html img {
		height: auto!important;
	}

	.ladi-section .ladi-container {
		width: 420px;
	}

	#PARAGRAPH3,#PARAGRAPH4,#PARAGRAPH5 {
		width: 400px;
		left: 10px;
	}

	#GROUP10,#GROUP13,#GROUP9 {
		width: 351.353px;
	}

	#SHAPE11,#SHAPE14,#SHAPE17,#SHAPE6 {
		width: 44px;
		height: 44px;
		left: 0;
	}

	#GROUP10,#GROUP13,#GROUP9,#SHAPE17 {
		height: 44px;
	}

	#GROUP10,#GROUP13,#GROUP16,#GROUP9 {
		left: 34.3235px;
	}

	#PARAGRAPH40,#PARAGRAPH41 {
		left: 124.25px;
		width: 252px;
	}

	#LINE166,#LINE176 {
		width: 76px;
		left: 125px;
	}

	#PARAGRAPH207,#PARAGRAPH208,#PARAGRAPH29,#PARAGRAPH30 {
		width: 103px;
		top: 26.574px;
	}

	#GROUP201,#GROUP31 {
		height: 57px;
		top: 60px;
	}

	#BOX209,#BOX32 {
		width: 352.25px;
		height: 384px; /*324*/
		top: 131.35px;
	}

	#GROUP117,#GROUP162,#GROUP167,#GROUP172,#PARAGRAPH220 {
		width: 337px;
		left: 41.5px;
	}

	#FORM_ITEM253,#FORM_ITEM254,#FORM_ITEM255,#FORM_ITEM256,#FORM_ITEM257,#FORM_ITEM258,#FORM_ITEM259,#FORM_ITEM260,#FORM_ITEM266,#FORM_ITEM267,#FORM_ITEM268,#FORM_ITEM269,#FORM_ITEM270,#FORM_ITEM271,#FORM_ITEM272,#FORM_ITEM273 {
		width: 34px;
		height: 35px;
		display: none!important;
	}

	#BUTTON262,#BUTTON35 {
		height: 48.8164px;
		width: 308px;
	}

	#FORM261,#FORM34 {
		height: 467.874px;
	}

	#SECTION_POPUP {
		height: 0;
	}

	#SECTION1 .ladi-section-arrow-down,#SECTION109 .ladi-section-arrow-down,#SECTION129 .ladi-section-arrow-down,#SECTION158 .ladi-section-arrow-down,#SECTION177 .ladi-section-arrow-down,#SECTION179 .ladi-section-arrow-down,#SECTION43 .ladi-section-arrow-down,#SECTION89 .ladi-section-arrow-down,#SECTION97 .ladi-section-arrow-down,#SECTION_POPUP .ladi-section-arrow-down {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%205.58594L12.0002%2015.5859L22.0002%205.58594L23.4144%207.00015L12.0002%2018.4144L0.585938%207.00015L2.00015%205.58594Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}

	#SECTION1 {
		height: 1515.8px;
	}

	#SECTION179>.ladi-section-background.loaded,#SECTION1>.ladi-section-background.loaded,#SECTION43>.ladi-section-background.loaded {
		background: #313131;
		background: -webkit-linear-gradient(270deg,#313131,#000);
		background: linear-gradient(270deg,#313131,#000);
	}

	#SECTION158>.ladi-section-background.loaded,#SECTION177>.ladi-section-background.loaded,#SECTION89>.ladi-section-background.loaded {
		background-size: cover;
		background-attachment: scroll;
		background-origin: content-box;
		background-repeat: repeat;
	}

	#IMAGE2 {
		width: 420px;
		height: 630.235px;
		top: -4px;
		left: 0;
	}

	#IMAGE2>.ladi-image>.ladi-image-background.loaded {
		width: 420px;
		height: 630.235px;
		top: 0;
		left: 0;
		background-image: url("../images/bg-01-20220707080109_1.png");
	}

	#PARAGRAPH3 {
		top: 49.223px;
	}

	#PARAGRAPH3>.ladi-paragraph {
		color: #fff;
		font-size: 38px;
		line-height: 1.2;
	}

	#PARAGRAPH4 {
		top: 276.223px;
	}

	#PARAGRAPH4>.ladi-paragraph {
		color: #fff;
		font-size: 22px;
		line-height: 1.2;
	}

	#PARAGRAPH5 {
		top: 346.797px;
	}

	#PARAGRAPH5>.ladi-paragraph {
		color: #fff;
		font-size: 23px;
		line-height: 1.2;
	}

	#SHAPE11,#SHAPE14,#SHAPE6 {
		top: 0;
	}

	#SHAPE11 svg:last-child,#SHAPE14 svg:last-child,#SHAPE17 svg:last-child,#SHAPE6 svg:last-child {
		fill: rgb(238,202,102);
	}

	#PARAGRAPH12,#PARAGRAPH15,#PARAGRAPH7 {
		width: 299px;
		top: 7px;
		left: 52.353px;
	}

	#PARAGRAPH12>.ladi-paragraph,#PARAGRAPH15>.ladi-paragraph,#PARAGRAPH182>.ladi-paragraph,#PARAGRAPH18>.ladi-paragraph,#PARAGRAPH7>.ladi-paragraph {
		color: #fff;
		font-size: 25px;
		line-height: 1.2;
	}

	#GROUP9 div, #GROUP10 div, #GROUP13 div, #GROUP16 div {
		font-size: 20px !important;
	}

	#GROUP9 {
		top: 1295px; /*1245.8*/
		
	}

	#GROUP10 {
		top: 1350px; /*1300.13*/
	}

	#GROUP13 {
		top: 1405px; /*1354.46*/
	}

	#SHAPE17 {
		top: 9px;
	}

	#PARAGRAPH18 {
		width: 264px;
		top: 0;
		left: 52.353px;
	}

	#GROUP16 {
		width: 316.353px;
		height: 60px;
		top: 1450px; /*1408.8*/
	}

	#IMAGE19 {
		width: 383.415px;
		height: 439.252px;
		top: 329.223px;
		left: 64px;
	}

	#IMAGE19>.ladi-image>.ladi-image-background.loaded {
		width: 383.415px;
		height: 439.252px;
		top: 0;
		left: 0;
		background-image: url("../images/duracore-vn-product-of-th-decor-1-20230224024746-ak9ds_1.png");
	}

	#GROUP197,#GROUP22,#IMAGE198,#IMAGE20 {
		width: 120px;
		height: 120px;
	}

	#IMAGE198,#IMAGE20 {
		top: 0;
		left: 0;
	}

	#IMAGE198>.ladi-image>.ladi-image-background.loaded,#IMAGE20>.ladi-image>.ladi-image-background.loaded {
		width: 120px;
		height: 120px;
		top: 0;
		left: 0;
		background-image: url("../images/sale-bg-20220707081244.png");
	}

	#PARAGRAPH21 {
		width: 108px;
		top: 38.5px;
		left: 6px;
	}

	#PARAGRAPH199>.ladi-paragraph,#PARAGRAPH21>.ladi-paragraph {
		font-family: "Poppins-Black.ttf";
		color: #fff;
		font-size: 36px;
		text-align: center;
		line-height: 1.2;
		text-shadow: #000 1px 2px 3px;
	}

	#GROUP22 {
		top: 480.423px;
		left: 37px;
	}

	#PARAGRAPH23 {
		width: 346px;
		top: 0;
		left: 107.5px;
	}

	#PARAGRAPH200>.ladi-paragraph,#PARAGRAPH23>.ladi-paragraph {
		color: #fff;
		font-size: 25px;
		text-align: center;
		line-height: 1.2;
	}

	#COUNTDOWN202,#COUNTDOWN24 {
		width: 320px;
		height: 57px;
		top: 0;
		left: 0;
	}

	#COUNTDOWN202>.ladi-countdown,#COUNTDOWN24>.ladi-countdown {
		color: #eeca66;
		font-size: 40px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0;
	}

	#COUNTDOWN24>.ladi-countdown>.ladi-element {
		width: calc((100% - 55px * 3)/ 4);
		margin-right: 43px;
		height: 100%;
	}

	#COUNTDOWN_ITEM203,#COUNTDOWN_ITEM204,#COUNTDOWN_ITEM25,#COUNTDOWN_ITEM26 {
		visibility: hidden;
		pointer-events: none;
	}

	#PARAGRAPH29 {
		left: 204.5px;
	}

	#PARAGRAPH29>.ladi-paragraph,#PARAGRAPH30>.ladi-paragraph {
		color: #eeca66;
		font-size: 17px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH30 {
		left: 299.5px;
	}

	#GROUP31 {
		width: 402.5px;
		left: 0;
	}

	#BOX32 {
		left: 101.25px;
	}

	#BOX209>.ladi-box,#BOX32>.ladi-box {
		border: 1px solid #fff;
		border-radius: 10px;
	}

	#PARAGRAPH33 {
		width: 317px;
		top: 145.35px;
		left: 122px;
	}

	#PARAGRAPH210>.ladi-paragraph,#PARAGRAPH33>.ladi-paragraph {
		color: #eeca66;
		font-size: 25px;
		text-align: center;
		line-height: 1.2;
	}

	#FORM34 {
		width: 308.875px;
		top: 202.574px;
		left: 122px;
	}

	#FORM261>.ladi-form,#FORM34>.ladi-form {
		color: #000;
		font-size: 12px;
		line-height: 1.6;
	}

	#FORM34 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],#FORM34 .ladi-form-item .ladi-form-control::placeholder {
		color: #000;
	}

	#FORM261 .ladi-form-item,#FORM34 .ladi-form-item {
		padding-left: 7px;
		padding-right: 7px;
	}

	#FORM261 .ladi-form-item.otp-countdown:before,#FORM34 .ladi-form-item.otp-countdown:before {
		right: 12px;
	}

	#FORM261 .ladi-form-item.ladi-form-checkbox,#FORM34 .ladi-form-item.ladi-form-checkbox {
		padding-left: 12px;
		padding-right: 12px;
	}

	#FORM261 .ladi-form-item-container .ladi-form-item .ladi-form-control-select,#FORM34 .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%20rgb(0%2C%200%2C%200)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
	}

	#FORM261 .ladi-survey-option,#FORM34 .ladi-survey-option {
		text-align: left;
	}

	#FORM261 .ladi-form-item-container,#FORM261 .ladi-form-label-container .ladi-form-label-item,#FORM34 .ladi-form-item-container,#FORM34 .ladi-form-label-container .ladi-form-label-item {
		border: 0 solid #fff;
		border-radius: 5px;
	}

	#FORM261 .ladi-form-item-container .ladi-form-quantity .button,#FORM34 .ladi-form-item-container .ladi-form-quantity .button {
		background-color: #fff;
	}

	#FORM261 .ladi-form-item-background,#FORM34 .ladi-form-item-background {
		background-color: #fff;
		border-radius: 5px;
	}

	#BUTTON35 {
		top: 330px; /*270.184*/
		left: .875px;
	}

	#BUTTON128>.ladi-button>.ladi-button-background,#BUTTON262>.ladi-button>.ladi-button-background,#BUTTON35>.ladi-button>.ladi-button-background {
		background-color: #c71f16;
	}

	#BUTTON128>.ladi-button,#BUTTON262>.ladi-button,#BUTTON35>.ladi-button {
		border-radius: 5px;
	}

	#BUTTON_TEXT262,#BUTTON_TEXT35 {
		width: 308px;
		top: 8.69565px;
		left: 0;
	}

	#BUTTON_TEXT262>.ladi-headline,#BUTTON_TEXT35>.ladi-headline {
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		line-height: 1.6;
	}

	#FORM_ITEM264,#FORM_ITEM36 {
		width: 306.25px;
		height: 50.2415px;
		top: 0;
		left: .875px;
	}

	#FORM_ITEM265,#FORM_ITEM38 {
		width: 306.25px;
		height: 46.3767px;
		top: 61.4974px;
		left: 0;
	}

	#FORM_ITEM2651 {
		width: 306.25px;
		height: 46.3767px;
		top: 120px;
		left: 0;
	}

	#FORM_ITEM39 {
		width: 306.25px;
		height: 46.3767px;
		top: 120px; /*61.4974*/
		left: 0;
	}

	#PARAGRAPH40 {
		top: 392px; /*332*/
	}

	#PARAGRAPH216>.ladi-paragraph,#PARAGRAPH40>.ladi-paragraph {
		font-family: "Poppins-Black.ttf";
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: #e4e4e4;
		font-size: 22px;
		line-height: 1.2;
	}

	#PARAGRAPH41 {
		top: 415px; /*355*/
	}

	#PARAGRAPH217>.ladi-paragraph,#PARAGRAPH41>.ladi-paragraph {
		font-family: "Poppins-Black.ttf";
		color: #eeca66;
		font-size: 30px;
		line-height: 1.2;
	}

	#PARAGRAPH42 {
		width: 337px;
		top: 468px; /*408*/
		left: 107.5px;
	}

	#PARAGRAPH218>.ladi-paragraph,#PARAGRAPH220>.ladi-paragraph,#PARAGRAPH42>.ladi-paragraph {
		font-family: "SFUHelveticaLight.TTF";
		color: #fff;
		font-size: 13px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH161,#PARAGRAPH45,#PARAGRAPH90 {
		width: 400px;
		top: 10px;
		left: 10px;
	}

	#PARAGRAPH45>.ladi-paragraph {
		color: #fff;
		font-size: 41px;
		text-align: center;
		line-height: 1.2;
	}

	#SECTION43 {
		height: 694.4px;
	}

	#IMAGE83 {
		width: 400px;
		height: 230.4px;
		top: 174px;
		left: 12.0321px;
	}

	#IMAGE83>.ladi-image>.ladi-image-background.loaded {
		width: 400px;
		height: 230.4px;
		top: 0;
		left: 0;
		background-image: url("../images/animated-photo-20220707080109.gif");
	}

	#BOX84 {
		width: 400.957px;
		height: 266px;
		top: 0;
		left: 0;
	}

	#BOX84>.ladi-box {
		background: #fdfbfb;
		background: -webkit-linear-gradient(180deg,#fdfbfb,#eaedee);
		background: linear-gradient(180deg,#fdfbfb,#eaedee);
	}

	#PARAGRAPH85 {
		width: 380px;
		top: 12.3209px;
		left: 24.0642px;
	}

	#PARAGRAPH85>.ladi-paragraph {
		color: #000;
		font-size: 30px;
		text-align: left;
		line-height: 1.2;
	}

	#LINE86 {
		width: 361px;
		top: 168.043px;
		left: 21.5321px;
	}

	#LINE116>.ladi-line>.ladi-line-container,#LINE122>.ladi-line>.ladi-line-container,#LINE127>.ladi-line>.ladi-line-container,#LINE166>.ladi-line>.ladi-line-container,#LINE171>.ladi-line>.ladi-line-container,#LINE176>.ladi-line>.ladi-line-container,#LINE86>.ladi-line>.ladi-line-container {
		border-top: 2px solid #c71f16;
		border-right: 2px solid #c71f16;
		border-bottom: 2px solid #c71f16;
		border-left: 0!important;
	}

	#LINE116>.ladi-line,#LINE122>.ladi-line,#LINE127>.ladi-line,#LINE140>.ladi-line,#LINE141>.ladi-line,#LINE146>.ladi-line,#LINE147>.ladi-line,#LINE151>.ladi-line,#LINE152>.ladi-line,#LINE156>.ladi-line,#LINE157>.ladi-line,#LINE166>.ladi-line,#LINE171>.ladi-line,#LINE176>.ladi-line,#LINE86>.ladi-line {
		width: 100%;
		padding: 8px 0;
	}

	#PARAGRAPH87 {
		width: 369px;
		top: 202.594px;
		left: 24.0642px;
	}

	#PARAGRAPH87>.ladi-paragraph {
		color: #000;
		font-size: 23px;
		text-align: left;
		line-height: 1.2;
	}

	#GROUP88 {
		width: 404.064px;
		height: 266px;
		top: 414.4px;
		left: 10px;
	}

	#SECTION89 {
		height: 1453.36px;
	}

	#SECTION89>.ladi-section-background.loaded {
		background-image: url("../images/bg3-20210506083515_1.jpg");
		background-position: left center;
	}

	#PARAGRAPH90>.ladi-paragraph {
		color: #eeca66;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH102>.ladi-paragraph,#PARAGRAPH108>.ladi-paragraph {
		font-size: 18.1px;
		line-height: 1.2;
		color: #fff;
	}

	#SECTION97 {
		height: 71px;
	}

	#SECTION97>.ladi-section-background.loaded {
		background-color: #202020;
	}

	#IMAGE99 {
		width: 396.432px;
		height: 423.943px;
		top: 216.736px;
		left: 263.79px;
	}

	#IMAGE99>.ladi-image>.ladi-image-background.loaded {
		width: 396.432px;
		height: 423.943px;
		top: 0;
		left: 0;
		background-image: url("../images/expert2-bg-20220707080204_1.png");
	}

	#PARAGRAPH100 {
		width: 324px;
		top: 258.207px;
		left: 316px;
	}

	#PARAGRAPH100>.ladi-paragraph,#PARAGRAPH106>.ladi-paragraph {
		color: #fff;
		font-size: 18.1px;
		text-align: left;
		line-height: 1.2;
	}

	#IMAGE101 {
		width: 255.948px;
		height: 347.679px;
		top: 0;
		left: 452.927px;
	}

	#IMAGE101>.ladi-image>.ladi-image-background.loaded {
		width: 309.064px;
		height: 411.679px;
		top: -13px;
		left: -9.75961px;
		background-image: url("../images/han-toolscom_shutterstock-1-20220517091608.png");
	}

	#PARAGRAPH102 {
		width: 473px;
		top: 164.679px;
		left: 0;
	}

	#PARAGRAPH102>.ladi-paragraph {
		text-align: right;
	}

	#GROUP103 {
		width: 708.875px;
		height: 640.679px;
		top: 119px;
		left: -259.79px;
	}

	#IMAGE105 {
		width: 402.206px;
		height: 369.943px;
		top: 252.736px;
		left: 236.074px;
	}

	#IMAGE105>.ladi-image>.ladi-image-background.loaded {
		width: 568.206px;
		height: 369.943px;
		top: 0;
		left: 0;
		background-image: url("../images/expert1-bg-20220707080134.png");
	}

	#PARAGRAPH106 {
		width: 351px;
		top: 305.679px;
		left: 280.074px;
	}

	#IMAGE107 {
		width: 482.492px;
		height: 398.679px;
		top: 0;
		left: 0;
	}

	#IMAGE107>.ladi-image>.ladi-image-background.loaded {
		width: 482.492px;
		height: 398.679px;
		top: 0;
		left: 0;
		background-image: url("../images/shutterstock_1684427764_huge-removebg-preview-20220707085631.png");
	}

	#PARAGRAPH108 {
		width: 473px;
		top: 209.736px;
		left: 433.074px;
	}

	#GROUP104 {
		width: 906.074px;
		height: 622.679px;
		top: 786.679px;
		left: -226.798px;
	}

	#SECTION109 {
		height: 1359px;
	}

	#SECTION109>.ladi-section-background.loaded {
		background-color: #100e0e;
	}

	#IMAGE110 {
		width: 400px;
		height: 495.401px;
		top: 115px;
		left: 10px;
	}

	#IMAGE110>.ladi-image>.ladi-image-background.loaded {
		width: 400px;
		height: 495.401px;
		top: 0;
		left: 0;
		background-image: url("../images/bg-02-20220707080109_1.png");
	}

	#IMAGE110>.ladi-image {
		opacity: .4;
	}

	#PARAGRAPH111 {
		width: 400px;
		top: 23.4006px;
		left: 10px;
	}

	#PARAGRAPH111>.ladi-paragraph {
		color: #fff;
		font-size: 35px;
		text-align: center;
		line-height: 1.2;
	}

	#IMAGE112,#IMAGE119,#IMAGE124,#IMAGE163,#IMAGE168,#IMAGE173 {
		width: 157px;
		height: 157px;
		top: 0;
		left: 84.5px;
	}

	#IMAGE112>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/composition-icon-01-20220707080110.png");
	}

	#PARAGRAPH113 {
		width: 281px;
		top: 173.2px;
		left: 28px;
	}

	#PARAGRAPH113>.ladi-paragraph,#PARAGRAPH120>.ladi-paragraph,#PARAGRAPH125>.ladi-paragraph,#PARAGRAPH164>.ladi-paragraph {
		color: #fff;
		font-size: 23px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH115,#PARAGRAPH121,#PARAGRAPH126 {
		width: 337px;
		top: 219.2px;
		left: 0;
	}

	#PARAGRAPH115>.ladi-paragraph,#PARAGRAPH121>.ladi-paragraph,#PARAGRAPH126>.ladi-paragraph,#PARAGRAPH165>.ladi-paragraph,#PARAGRAPH170>.ladi-paragraph,#PARAGRAPH175>.ladi-paragraph {
		color: #fff;
		font-size: 19px;
		text-align: center;
		line-height: 1.2;
	}

	#LINE116,#LINE122,#LINE127 {
		width: 76px;
		top: 201.2px;
		left: 125px;
	}

	#GROUP117 {
		height: 310.2px;
		top: 255.401px;
	}

	#IMAGE119>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/composition-icon-02-20220707080110.png");
	}

	#PARAGRAPH120,#PARAGRAPH125,#PARAGRAPH164 {
		width: 264px;
		top: 172.2px;
		left: 31px;
	}

	#GROUP118 {
		width: 337px;
		height: 287.2px;
		top: 966.6px;
		left: 47.5px;
	}

	#IMAGE124>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/composition-icon-03-20220707080134.png");
	}

	#GROUP123 {
		width: 337px;
		height: 310.2px;
		top: 618.801px;
		left: 47.5px;
	}

	#BUTTON128 {
		width: 204px;
		height: 51px;
		top: 1281.8px;
		left: 108px;
	}

	#BUTTON_TEXT128 {
		width: 204px;
		top: 9px;
		left: 0;
	}

	#BUTTON_TEXT128>.ladi-headline {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		line-height: 1.6;
	}

	#SECTION129 {
		height: 478.279px;
	}

	#SECTION129>.ladi-section-background.loaded {
		background-color: #f3efef;
	}

	#PARAGRAPH130 {
		width: 400px;
		top: 15px;
		left: 10px;
	}

	#PARAGRAPH130>.ladi-paragraph,#PARAGRAPH161>.ladi-paragraph {
		color: #fff;
		font-size: 50px;
		text-align: center;
		line-height: 1.2;
	}

	#SHAPE137 {
		width: 80px;
		height: 80px;
		top: 117.279px;
		left: -283px;
	}

	#SHAPE137>.ladi-shape {
		transform: rotate(48deg);
		-webkit-transform: rotate(48deg);
	}

	#SHAPE137 svg:last-child {
		fill: rgb(199,31,22);
	}

	#BOX138,#BOX144,#BOX149,#BOX154 {
		width: 107.5px;
		height: 189px;
		top: 0;
		left: 0;
	}

	#BOX138>.ladi-box,#BOX144>.ladi-box,#BOX149>.ladi-box,#BOX154>.ladi-box {
		background-color: #000;
	}

	#PARAGRAPH139,#PARAGRAPH145,#PARAGRAPH150,#PARAGRAPH155 {
		width: 108px;
		top: 14.5px;
		left: 0;
	}

	#PARAGRAPH139>.ladi-paragraph,#PARAGRAPH145>.ladi-paragraph,#PARAGRAPH150>.ladi-paragraph,#PARAGRAPH155>.ladi-paragraph {
		font-family: "SFUHelveticaLight.TTF";
		color: #fff;
		font-size: 19px;
		text-align: center;
		line-height: 1.2;
	}

	#LINE140,#LINE146,#LINE151,#LINE156 {
		width: 60px;
		top: 43.8px;
		left: 24px;
	}

	#LINE140>.ladi-line>.ladi-line-container,#LINE141>.ladi-line>.ladi-line-container,#LINE146>.ladi-line>.ladi-line-container,#LINE147>.ladi-line>.ladi-line-container,#LINE151>.ladi-line>.ladi-line-container,#LINE152>.ladi-line>.ladi-line-container,#LINE156>.ladi-line>.ladi-line-container,#LINE157>.ladi-line>.ladi-line-container {
		border-top: 1px solid #c71f16;
		border-right: 1px solid #c71f16;
		border-bottom: 1px solid #c71f16;
		border-left: 0!important;
	}

	#LINE141,#LINE147,#LINE152,#LINE157 {
		width: 60px;
		top: 112.8px;
		left: 24px;
	}

	#GROUP142,#GROUP143,#GROUP148,#GROUP153 {
		width: 108px;
		height: 189px;
		top: 117.279px;
		left: -297px;
	}

	#SECTION158 {
		height: 1340.6px;
	}

	#SECTION158>.ladi-section-background.loaded {
		background-image: url("../images/bg-03-20220707080109_1.jpg");
		background-position: left center;
		opacity: .8;
	}

	#IMAGE163>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/use-pict-01-20220707080221.png");
	}

	#PARAGRAPH165 {
		width: 337px;
		top: 259.2px;
		left: 0;
	}

	#LINE166 {
		top: 216.2px;
	}

	#GROUP162 {
		height: 350.2px;
		top: 200px;
	}

	#IMAGE168>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/use-pict-02-20220707080221.png");
	}

	#PARAGRAPH169 {
		width: 252px;
		top: 165.2px;
		left: 42.5px;
	}

	#PARAGRAPH169>.ladi-paragraph,#PARAGRAPH174>.ladi-paragraph {
		color: #fff;
		font-size: 23px;
		font-weight: 700;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH170 {
		width: 337px;
		top: 257.2px;
		left: 0;
	}

	#LINE171 {
		width: 76px;
		top: 220.2px;
		left: 130.5px;
	}

	#GROUP167 {
		height: 348.2px;
		top: 572.2px;
	}

	#IMAGE173>.ladi-image>.ladi-image-background.loaded {
		width: 157px;
		height: 157px;
		top: 0;
		left: 0;
		background-image: url("../images/use-pict-03-20220707080221.png");
	}

	#PARAGRAPH174 {
		width: 337px;
		top: 172.2px;
		left: 0;
	}

	#PARAGRAPH175 {
		width: 337px;
		top: 261.2px;
		left: 0;
	}

	#LINE176 {
		top: 227.2px;
	}

	#GROUP172 {
		height: 329.2px;
		top: 968.4px;
	}

	#SECTION177 {
		height: 708px;
	}

	#SECTION177>.ladi-section-background.loaded {
		background-image: url("../images/bg-04-20220707080110.jpg");
		background-position: center top;
		filter: contrast(81%) brightness(119%) saturate(0%) invert(2%);
		opacity: .35;
	}

	#PARAGRAPH178 {
		width: 400px;
		top: 29px;
		left: 10px;
	}

	#PARAGRAPH178>.ladi-paragraph {
		color: #000;
		font-size: 37px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH181 {
		width: 400px;
		top: 925.45px;
		left: 20px;
	}

	#PARAGRAPH181>.ladi-paragraph {
		color: #fff;
		font-size: 40px;
		line-height: 1.2;
	}

	#PARAGRAPH182 {
		width: 400px;
		top: 901.45px;
		left: 539px;
	}

	#IMAGE196 {
		width: 374.473px;
		height: 402.922px;
		top: 577px; /*547.028*/
		left: -42.4729px;
	}

	#IMAGE196>.ladi-image>.ladi-image-background.loaded {
		width: 374.473px;
		height: 402.922px;
		top: -12.3283px;
		left: 26.1977px;
		background-image: url("../images/duracore-vn-product-of-th-decor-2-20230224024746-ssvp2.png");
	}

	#IMAGE196 .ladi-image {
		animation-name: pulse;
		-webkit-animation-name: pulse;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
	}

	#PARAGRAPH199 {
		width: 119px;
		top: 38.5px;
		left: 0;
	}

	#GROUP197 {
		top: 640.279px;
		left: 280px;
	}

	#PARAGRAPH200 {
		width: 346px;
		top: 0;
		left: 99.5px;
	}

	#COUNTDOWN202>.ladi-countdown>.ladi-element {
		width: calc((100% - 50px * 3)/ 4);
		margin-right: 34px;
		height: 100%;
	}

	#PARAGRAPH207 {
		left: 197.5px;
	}

	#PARAGRAPH207>.ladi-paragraph,#PARAGRAPH208>.ladi-paragraph {
		font-family: "timesbd.ttf";
		color: #eeca66;
		font-size: 17px;
		text-align: center;
		line-height: 1.2;
	}

	#PARAGRAPH208 {
		left: 292.5px;
	}

	#GROUP201 {
		width: 395.5px;
		left: 0;
	}

	#BOX209 {
		left: 93.25px;
	}

	#PARAGRAPH210 {
		width: 317px;
		top: 145.35px;
		left: 114px;
	}

	#PARAGRAPH216 {
		width: 252px;
		top: 382px; /*332*/
		left: 116.25px;
	}

	#PARAGRAPH217 {
		width: 252px;
		top: 415px; /*355*/
		left: 116.25px;
	}

	#PARAGRAPH218 {
		width: 337px;
		top: 468px; /*408*/
		left: 99.5px;
	}

	#SECTION179 {
		height: 1138.28px;
	}

	#IMAGE219 {
		width: 400px;
		height: 318.453px;
		top: 10px;
		left: 10px;
	}

	#IMAGE219>.ladi-image>.ladi-image-background.loaded {
		width: 400px;
		height: 318.453px;
		top: 0;
		left: 0;
		background-image: url("../images/bg-05-20220707080110.png");
	}

	#IMAGE219>.ladi-image {
		opacity: .42;
	}

	#PARAGRAPH220 {
		top: 10px;
	}

	#NOTIFY227 {
		width: 300px;
		height: 62px;
		top: 10px;
		left: 10px;
		bottom: auto;
		right: auto;
		position: fixed;
		z-index: 90000060;
	}

	#NOTIFY227>.ladi-notify {
		color: #404040;
		background-color: rgba(250,250,250,.9);
	}

	#GROUP228 {
		width: 453.5px;
		height: 670.448px;
		top: 705.475px;
		left: -62.75px;
	}

	#IMAGE135 {
		width: 150.054px;
		height: 278.501px;
		top: 84px;
		left: -307.027px;
	}

	#IMAGE135>.ladi-image>.ladi-image-background.loaded {
		width: 150.054px;
		height: 278.501px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-04-20220707080134.png");
	}

	#IMAGE134 {
		width: 120.433px;
		height: 208.5px;
		top: 84px;
		left: -292.216px;
	}

	#IMAGE134>.ladi-image>.ladi-image-background.loaded {
		width: 120.433px;
		height: 208.5px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-03-20220707080134.png");
	}

	#IMAGE133 {
		width: 118.433px;
		height: 161.5px;
		top: 84px;
		left: -291.216px;
	}

	#IMAGE133>.ladi-image>.ladi-image-background.loaded {
		width: 118.433px;
		height: 161.5px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-02-20220707080134.png");
	}

	#IMAGE132 {
		width: 95.2723px;
		height: 131px;
		top: 84px;
		left: -279.636px;
	}

	#IMAGE132>.ladi-image>.ladi-image-background.loaded {
		width: 95.2723px;
		height: 131px;
		top: 0;
		left: 0;
		background-image: url("../images/dick-01-20220707080134.png");
	}

	#IMAGE131 {
		width: 400px;
		height: 177.778px;
		top: 84px;
		left: -432px;
	}

	#IMAGE131>.ladi-image>.ladi-image-background.loaded {
		width: 400px;
		height: 177.778px;
		top: 0;
		left: 0;
		background-image: url("../images/efeect-scale-bg-20220707080134_1.png");
	}

	#IMAGE229 {
		width: 478.802px;
		height: 292.282px;
		top: 153.396px;
		left: -32px;
	}

	#IMAGE229>.ladi-image>.ladi-image-background.loaded {
		width: 478.802px;
		height: 292.282px;
		top: 0;
		left: 0;
		background-image: url("../images/2022-07-08_10-05-21-20220708030630.jpg");
	}

	#IMAGE249 {
		width: 386.945px;
		height: 459.686px;
		top: -30px;
		left: 16.5275px;
	}

	#IMAGE249>.ladi-image>.ladi-image-background.loaded {
		width: 386.945px;
		height: 459.686px;
		top: 32px;
		left: -7px;
		background-image: url("../images/file-001-20230224030725--rv4i.png");
	}

	#IMAGE250 {
		width: 374.212px;
		height: 420.293px;
		top: 0;
		left: 441.624px;
	}

	#IMAGE250>.ladi-image>.ladi-image-background.loaded {
		width: 374.212px;
		height: 420.293px;
		top: 0;
		left: 0;
		background-image: url("../images/file-002-20230224030725-1j5s7.png");
	}

	#IMAGE251 {
		width: 383.936px;
		height: 664.106px;
		top: -36.722px;
		left: 858.032px;
	}

	#IMAGE251>.ladi-image>.ladi-image-background.loaded {
		width: 383.936px;
		height: 664.106px;
		top: 0;
		left: 0;
		background-image: url("../images/file-004-20230224030725-ch8fb.png");
	}

	#CAROUSEL248 {
		width: 420px;
		height: 652px;
		top: 105.94px;
		left: 5px;
	}

	#CAROUSEL248 .ladi-carousel .ladi-carousel-arrow {
		background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	}

	#GROUP252 {
		width: 445.5px;
		height: 455.35px;
		top: 28.453px;
		left: -55.5px;
	}

	#FORM_ITEM253,#FORM_ITEM266 {
		top: 117.874px;
		left: 0;
	}

	#FORM_ITEM254,#FORM_ITEM267 {
		top: 162.874px;
		left: 0;
	}

	#FORM_ITEM255,#FORM_ITEM268 {
		top: 207.874px;
		left: 0;
	}

	#FORM_ITEM256,#FORM_ITEM269 {
		top: 252.874px;
		left: 0;
	}

	#FORM_ITEM257,#FORM_ITEM270 {
		top: 297.874px;
		left: 0;
	}

	#FORM_ITEM258,#FORM_ITEM271 {
		top: 342.874px;
		left: 0;
	}

	#FORM_ITEM259,#FORM_ITEM272 {
		top: 387.874px;
		left: 0;
	}

	#FORM_ITEM260,#FORM_ITEM273 {
		top: 432.874px;
		left: 0;
	}

	#BUTTON262 {
		top: 335px; /*276.184*/
		left: 0;
	}

	#FORM261 {
		width: 308px;
		top: 225.279px;
		left: 56px;
	}

	#FORM261 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false],#FORM261 .ladi-form-item .ladi-form-control::placeholder {
		color: #000;
	}
}