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


	@media (min-width: 768px) {
		#SECTION_POPUP {
			height: 0px;
		}
		#SECTION_POPUP .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#SECTION1 {
			height: 934.67px;
		}
		#SECTION1 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/header_bg2-20200720075937-20201203092202.png");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION1 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#BOX4 {
			width: 30.4837px;
			height: 44px;
			top: 18.25px;
			left: 211px;
		}
		#BOX4 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/medal-20200720080230.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE5 {
			width: 200px;
			top: 18.25px;
			left: 253px;
		}
		#HEADLINE5 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 15px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX6 {
			width: 39.4286px;
			height: 46px;
			top: 18.25px;
			left: 474.714px;
		}
		#BOX6 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/stamp-1.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE7 {
			width: 148px;
			top: 28.25px;
			left: 530.143px;
		}
		#HEADLINE7 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 16px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX9 {
			width: 44.8574px;
			height: 43px;
			top: 19.75px;
			left: 693.143px;
		}
		#BOX9 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/percentage-20200720081100.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE10 {
			width: 200px;
			top: 15.75px;
			left: 747px;
		}
		#HEADLINE10 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 16px;
			font-weight: bold;
			line-height: 1.6;
		}
		#COUNTDOWN11 {
			width: 230.175px;
			height: 41px;
			top: 35.5px;
			left: 940.901px;
		}
		#COUNTDOWN11 > .ladi-countdown {
			color: rgb(203, 33, 24);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
		}
		#COUNTDOWN11 > .ladi-countdown > .ladi-element {
			width: calc((100% - 10px * 3) / 4);
			margin-right: 0px;
			height: 100%;
		}
		#COUNTDOWN_ITEM12 {
			visibility: hidden;
			pointer-events: none;
		}
		#HEADLINE16 {
			width: 228px;
			top: 16.5px;
			left: 972.489px;
		}
		#HEADLINE16 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 12px;
			text-align: center;
			line-height: 1.6;
		}
		#SECTION19 {
			height: 611.8px;
		}
		#SECTION19 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/causes-20200720094103.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION19 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE20 {
			width: 39px;
			top: 74px;
			left: 808px;
		}
		#HEADLINE20 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 16px;
			line-height: 1.6;
		}
		#PARAGRAPH23 {
			width: 1180px;
			top: 98px;
			left: 10px;
		}
		#PARAGRAPH23 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 42px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#PARAGRAPH24 {
			width: 1180px;
			top: 202px;
			left: 14.143px;
		}
		#PARAGRAPH24 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 20px;
			text-align: center;
			line-height: 1.6;
		}
		#BOX42 {
			width: 515.619px;
			height: 66.0001px;
			top: 295.485px;
			left: 0.9141px;
		}
		#BOX42 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE43 {
			width: 473px;
			top: 303.485px;
			left: 44.5333px;
		}
		#HEADLINE43 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 18px;
			line-height: 1.4;
		}
		#BOX47 {
			width: 515.619px;
			height: 71.2994px;
			top: 391.485px;
			left: 0.9141px;
		}
		#BOX47 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE48 {
			width: 436px;
			top: 402.135px;
			left: 44.5333px;
		}
		#HEADLINE48 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 18px;
			line-height: 1.4;
		}
		#BOX52 {
			width: 515.619px;
			height: 68.0001px;
			top: 503.485px;
			left: 0.9141px;
		}
		#BOX52 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE53 {
			width: 436px;
			top: 512.485px;
			left: 44.5333px;
		}
		#HEADLINE53 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 18px;
			line-height: 1.4;
		}
		#BOX56 {
			width: 515.619px;
			height: 86.0001px;
			top: 610.485px;
			left: 0.9141px;
		}
		#BOX56 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE57 {
			width: 473px;
			top: 615.985px;
			left: 44.5333px;
		}
		#HEADLINE57 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 18px;
			line-height: 1.4;
		}
		#BOX112 {
			width: 82.235px;
			height: 81.3867px;
			top: 2.80645px;
			left: 214.334px;
		}
		#BOX112 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved3-20200720091238.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX111 {
			width: 74.4522px;
			height: 80.2435px;
			top: 2.80645px;
			left: 113.635px;
		}
		#BOX111 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved2-20200720090938.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX110 {
			width: 87.3896px;
			height: 71.0964px;
			top: 2.80645px;
			left: 0px;
		}


		#SECTION149 {
			height: 952.8px;
		}
		#SECTION149 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/invalid_bg-20200720094919-20201203092344.png");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION149 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE150 {
			width: 620px;
			top: 41.66px;
			left: 290px;
		}
		#HEADLINE150 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BOX152 {
			width: 33px;
			height: 33px;
			top: 134.658px;
			left: 191px;
		}
		#BOX152 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#SECTION153 {
			height: 858.8px;
		}
		#SECTION153 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/doctor_bg-20200720091439.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION153 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE154 {
			width: 980px;
			top: 55.756px;
			left: 110px;
		}
		#HEADLINE154 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE155 {
			width: 980px;
			top: 109.756px;
			left: 110px;
		}
		#HEADLINE155 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE156 {
			width: 183px;
			height: 183px;
			top: 199.478px;
			left: 508.5px;
		}
		#IMAGE156 > .ladi-image > .ladi-image-background {
			width: 183px;
			height: 183px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_center-20200720095559.png");
		}
		#IMAGE157 {
			width: 133px;
			height: 133px;
			top: 224.478px;
			left: 175.5px;
		}
		#IMAGE157 > .ladi-image > .ladi-image-background {
			width: 133px;
			height: 133px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_img1-20200720095645.png");
		}
		#IMAGE158 {
			width: 133px;
			height: 133px;
			top: 224.478px;
			left: 866.5px;
		}
		#IMAGE158 > .ladi-image > .ladi-image-background {
			width: 133px;
			height: 133px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_img2-20200720095656.png");
		}
		#IMAGE159 {
			width: 133px;
			height: 133px;
			top: 503.478px;
			left: 541.5px;
		}
		#IMAGE159 > .ladi-image > .ladi-image-background {
			width: 133px;
			height: 133px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_img3-20200720095707.png");
		}
		#IMAGE160 {
			width: 12px;
			height: 98px;
			top: 393.867px;
			left: 594px;
		}
		#IMAGE160 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#PARAGRAPH161 {
			width: 420px;
			top: 686.089px;
			left: 390px;
		}
		#PARAGRAPH161 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 16px;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE162 {
			width: 420px;
			top: 649.089px;
			left: 390px;
		}
		#HEADLINE162 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE163 {
			width: 376px;
			top: 357.478px;
			left: 800px;
		}
		#HEADLINE163 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			text-align: left;
			line-height: 1.6;
		}
		#PARAGRAPH164 {
			width: 316px;
			top: 393.867px;
			left: 800px;
		}
		#PARAGRAPH164 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 16px;
			text-align: left;
			line-height: 1.6;
		}
		#PARAGRAPH165 {
			width: 316px;
			top: 393.867px;
			left: 102.5px;
		}
		#PARAGRAPH165 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 16px;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE166 {
			width: 316px;
			top: 357.478px;
			left: 102.5px;
		}
		#HEADLINE166 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			text-align: left;
			line-height: 1.6;
		}
		#IMAGE167 {
			width: 126px;
			height: 58px;
			top: 372.089px;
			left: 649px;
		}
		#IMAGE167 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 58px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_right-20200720100332.png");
		}
		#IMAGE168 {
			width: 126px;
			height: 58px;
			top: 366.089px;
			left: 406.5px;
		}
		#IMAGE168 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 58px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_left-20200720100349.png");
		}
		#HEADLINE169 {
			width: 151px;
			top: 134.658px;
			left: 236px;
		}
		#HEADLINE169 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX170 {
			width: 33px;
			height: 33px;
			top: 215.658px;
			left: 191px;
		}
		#BOX170 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE171 {
			width: 151px;
			top: 215.658px;
			left: 236px;
		}
		#HEADLINE171 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX172 {
			width: 33px;
			height: 33px;
			top: 292.658px;
			left: 191px;
		}
		#BOX172 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE173 {
			width: 151px;
			top: 292.658px;
			left: 236px;
		}
		#HEADLINE173 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX174 {
			width: 33px;
			height: 33px;
			top: 364.658px;
			left: 191px;
		}
		#BOX174 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE175 {
			width: 388px;
			top: 364.658px;
			left: 236px;
		}
		#HEADLINE175 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX176 {
			width: 33px;
			height: 33px;
			top: 440.658px;
			left: 191px;
		}
		#BOX176 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE177 {
			width: 238px;
			top: 440.658px;
			left: 236px;
		}
		#HEADLINE177 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX180 {
			width: 33px;
			height: 33px;
			top: 134.658px;
			left: 690px;
		}
		#BOX180 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE181 {
			width: 151px;
			top: 132.658px;
			left: 735px;
		}
		#HEADLINE181 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX182 {
			width: 33px;
			height: 33px;
			top: 215.658px;
			left: 690px;
		}
		#BOX182 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE183 {
			width: 371px;
			top: 215.658px;
			left: 735px;
		}
		#HEADLINE183 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX184 {
			width: 33px;
			height: 33px;
			top: 292.658px;
			left: 690px;
		}
		#BOX184 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE185 {
			width: 278px;
			top: 292.658px;
			left: 735px;
		}
		#HEADLINE185 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX186 {
			width: 33px;
			height: 33px;
			top: 364.658px;
			left: 690px;
		}
		#BOX186 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE187 {
			width: 359px;
			top: 364.658px;
			left: 735px;
		}
		#HEADLINE187 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX188 {
			width: 33px;
			height: 33px;
			top: 440.658px;
			left: 690px;
		}
		#BOX188 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE189 {
			width: 238px;
			top: 440.658px;
			left: 735px;
		}
		#HEADLINE189 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#HEADLINE190 {
			width: 1180px;
			top: 520.66px;
			left: 10px;
		}
		#HEADLINE190 > .ladi-headline {
			color: rgb(202, 32, 24);
			font-size: 22px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#SECTION191 {
			height: 464.96px;
		}
		#SECTION191 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/help_bg-20200720102323.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION191 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE193 {
			width: 980px;
			top: 34.06px;
			left: 110px;
		}
		#HEADLINE193 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#BOX194 {
			width: 1200px;
			height: 690px;
			top: 145.06px;
			left: 0px;
		}
		#BOX194 > .ladi-box {
			background-color: rgb(180, 180, 180);
		}
		#HEADLINE195 {
			width: 609px;
			top: 200.067px;
			left: 30px;
		}
		#HEADLINE195 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 30px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#PARAGRAPH196 {
			width: 609px;
			top: 320.067px;
			left: 30px;
		}
		#PARAGRAPH196 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: left;
			line-height: 1.6;
		}
		#IMAGE199 {
			width: 470px;
			height: 670px;
			top: 165.06px;
			left: 842px;
		}
		#IMAGE199 > .ladi-image > .ladi-image-background {
			width: 470px;
			height: 670px;
			top: 0px;
			left: 0px;
			background-image: url("../img/doctor-1.png");
		}
		#HEADLINE200 {
			width: 760px;
			top: 26px;
			left: 30.251px;
		}
		#HEADLINE200 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.4;
		}
		#PARAGRAPH201 {
			width: 760px;
			top: 115.6px;
			left: 30.251px;
		}
		#PARAGRAPH201 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#SECTION204 {
			height: 429.88px;
		}
		#SECTION204 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/varihelp-20200720105119.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION204 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#SECTION245 {
			height: 778px;
		}
		#SECTION245 > .ladi-section-background {
			background: rgba(0, 0, 0, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
			background: linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
		}
		#SECTION245 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE246 {
			width: 980px;
			top: 36.1735px;
			left: 110px;
		}
		#HEADLINE246 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#BOX248 {
			width: 56px;
			height: 56px;
			top: 0px;
			left: 0px;
		}
		#BOX248 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 1px;
			border-radius: 184px;
		}
		#HEADLINE249 {
			width: 23px;
			top: 0px;
			left: 17px;
		}
		#HEADLINE249 > .ladi-headline {
			color: rgb(232, 185, 48);
			font-size: 36px;
			font-weight: bold;
			line-height: 1.6;
		}
		#GROUP250 {
			width: 56px;
			height: 57px;
			top: 138.287px;
			left: 33.751px;
		}
		#BOX252 {
			width: 56px;
			height: 56px;
			top: 0px;
			left: 0px;
		}
		#BOX252 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 1px;
			border-radius: 184px;
		}
		#HEADLINE253 {
			width: 23px;
			top: 0px;
			left: 17px;
		}
		#HEADLINE253 > .ladi-headline {
			color: rgb(232, 185, 48);
			font-size: 36px;
			font-weight: bold;
			line-height: 1.6;
		}
		#GROUP251 {
			width: 56px;
			height: 57px;
			top: 138.287px;
			left: 420px;
		}
		#HEADLINE254 {
			width: 219px;
			top: 149.287px;
			left: 100px;
		}
		#HEADLINE254 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH255 {
			width: 350px;
			top: 207.9px;
			left: 30px;
		}
		#PARAGRAPH255 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#HEADLINE256 {
			width: 259px;
			top: 149.287px;
			left: 493px;
		}
		#HEADLINE256 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH257 {
			width: 359px;
			top: 207.9px;
			left: 420px;
		}
		#PARAGRAPH257 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#BOX259 {
			width: 56px;
			height: 56px;
			top: 0px;
			left: 0px;
		}
		#BOX259 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 1px;
			border-radius: 184px;
		}
		#HEADLINE260 {
			width: 23px;
			top: 0px;
			left: 17px;
		}
		#HEADLINE260 > .ladi-headline {
			color: rgb(232, 185, 48);
			font-size: 36px;
			font-weight: bold;
			line-height: 1.6;
		}
		#GROUP258 {
			width: 56px;
			height: 57px;
			top: 138.287px;
			left: 843px;
		}
		#HEADLINE261 {
			width: 259px;
			top: 149.287px;
			left: 906px;
		}
		#HEADLINE261 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH262 {
			width: 328px;
			top: 207.9px;
			left: 842px;
		}
		#PARAGRAPH262 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#HEADLINE264 {
			width: 778px;
			top: 42.8178px;
			left: 212px;
		}
		#HEADLINE264 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH265 {
			width: 980px;
			top: 104.818px;
			left: 110px;
		}
		#PARAGRAPH265 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: justify;
			line-height: 1.4;
		}
		#PARAGRAPH266 {
			width: 656px;
			top: 597.054px;
			left: 10px;
		}
		#PARAGRAPH266 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.6;
		}
		#IMAGE268 {
			width: 200px;
			height: 119.54px;
			top: 557.054px;
			left: 870px;
		}
		#IMAGE268 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 119.54px;
			top: 0px;
			left: 0px;
			background-image: url("../img/effect_img2-20200721023228.png");
		}
		#SECTION269 {
			height: 521.04px;
		}
		#SECTION269 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/varitox_effect_bg-20200720105235.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION269 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#SECTION270 {
			height: 781.6px;
		}
		#SECTION270 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/formula_bg-20200721023454.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION270 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#PARAGRAPH271 {
			width: 980px;
			top: 22.04px;
			left: 110px;
		}
		#PARAGRAPH271 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#IMAGE272 {
			width: 131px;
			height: 131px;
			top: 541.04px;
			left: 411.5px;
		}
		#IMAGE272 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/formula_img3-20200721023741.png");
		}
		#IMAGE274 {
			width: 131px;
			height: 131px;
			top: 566.54px;
			left: 646.5px;
		}
		#IMAGE274 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/chiet-xuat-phi-20200721025429.jpg");
		}
		#IMAGE274 > .ladi-image {
			border-radius: 66px;
		}
		#IMAGE275 {
			width: 131px;
			height: 131px;
			top: 133.54px;
			left: 401.5px;
		}
		#IMAGE275 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/dau-hat-nho-1-20200721030456.jpg");
		}
		#IMAGE275 > .ladi-image {
			border-radius: 70px;
		}
		#IMAGE276 {
			width: 113.214px;
			height: 103px;
			top: 147.54px;
			left: 666.5px;
		}
		#IMAGE276 > .ladi-image > .ladi-image-background {
			width: 160.214px;
			height: 103px;
			top: 0px;
			left: 0px;
			background-image: url("../img/tinh-chat-1-20200717104431.jpg");
		}
		#IMAGE276 > .ladi-image {
			border-radius: 70px;
		}
		#IMAGE277 {
			width: 128.274px;
			height: 127px;
			top: 276.54px;
			left: 761.553px;
		}
		#IMAGE277 > .ladi-image > .ladi-image-background {
			width: 150.274px;
			height: 127px;
			top: 0px;
			left: 0px;
			background-image: url("../img/rong-bien-nau-1-20200721025146.png");
		}
		#IMAGE277 > .ladi-image {
			border-radius: 70px;
		}
		#IMAGE278 {
			width: 131px;
			height: 131px;
			top: 354.54px;
			left: 319px;
		}
		#IMAGE278 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/chiet-xuat-tra-xanh-20200721024925.jpg");
		}
		#IMAGE278 > .ladi-image {
			border-radius: 70px;
		}
		#HEADLINE279 {
			width: 266px;
			top: 0px;
			left: 70px;
		}
		#HEADLINE279 > .ladi-headline {
			color: rgb(11, 92, 22);
			font-size: 17px;
			font-weight: bold;
			text-align: right;
			line-height: 1.6;
		}
		#PARAGRAPH280 {
			width: 336px;
			top: 25.5px;
			left: 0px;
		}
		#PARAGRAPH280 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: right;
			line-height: 1.4;
		}
		#HEADLINE281 {
			width: 270px;
			top: 0px;
			left: 0.5px;
		}
		#HEADLINE281 > .ladi-headline {
			color: rgb(11, 92, 22);
			font-size: 17px;
			font-weight: bold;
			text-align: right;
			line-height: 1.6;
		}
		#PARAGRAPH282 {
			width: 273px;
			top: 27px;
			left: 0px;
		}
		#PARAGRAPH282 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: right;
			line-height: 1.4;
		}
		#HEADLINE283 {
			width: 256px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE283 > .ladi-headline {
			color: rgb(11, 92, 22);
			font-size: 17px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH284 {
			width: 256px;
			top: 27px;
			left: 0px;
		}
		#PARAGRAPH284 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: left;
			line-height: 1.4;
		}
		#HEADLINE285 {
			width: 371px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE285 > .ladi-headline {
			color: rgb(11, 92, 22);
			font-size: 17px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH286 {
			width: 281px;
			top: 26px;
			left: 0px;
		}
		#PARAGRAPH286 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: justify;
			line-height: 1.6;
		}
		#GROUP287 {
			width: 371px;
			height: 107px;
			top: 637.04px;
			left: 789.827px;
		}
		#GROUP288 {
			width: 272px;
			height: 181px;
			top: 352.04px;
			left: 40px;
		}
		#HEADLINE290 {
			width: 241px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE290 > .ladi-headline {
			color: rgb(11, 92, 22);
			font-size: 17px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH291 {
			width: 340px;
			top: 27.0553px;
			left: 0px;
		}
		#PARAGRAPH291 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP289 {
			width: 340px;
			height: 93.0553px;
			top: 142.54px;
			left: 812.827px;
		}
		#GROUP292 {
			width: 336px;
			height: 91.5px;
			top: 578.54px;
			left: 40px;
		}
		#GROUP293 {
			width: 256px;
			height: 93px;
			top: 277.054px;
			left: 900px;
		}
		#HEADLINE295 {
			width: 321px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE295 > .ladi-headline {
			color: rgb(11, 92, 22);
			font-size: 17px;
			font-weight: bold;
			text-align: right;
			line-height: 1.6;
		}
		#PARAGRAPH296 {
			width: 288px;
			top: 32px;
			left: 35.5px;
		}
		#PARAGRAPH296 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: right;
			line-height: 1.4;
		}
		#GROUP294 {
			width: 322.5px;
			height: 98px;
			top: 140.54px;
			left: 54.5px;
		}
		#IMAGE297 {
			width: 160px;
			height: 134px;
			top: 331.54px;
			left: 532.5px;
		}
		#IMAGE297 > .ladi-image > .ladi-image-background {
			width: 160px;
			height: 134px;
			top: 0px;
			left: 0px;
			background-image: url("../img/formula_eng-20201204034715.png");
		}
		#IMAGE298 {
			width: 126px;
			height: 58px;
			top: 483.04px;
			left: 471.75px;
		}
		#IMAGE298 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 58px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_left-20200720100349.png");
		}
		#IMAGE299 {
			width: 126px;
			height: 58px;
			top: 433.04px;
			left: 686.827px;
		}
		#IMAGE299 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 58px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_right-20200720100332.png");
		}
		#IMAGE303 {
			width: 12px;
			height: 98px;
			top: 380.54px;
			left: 488px;
		}
		#IMAGE303 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE303 > .ladi-image {
			transform: rotate(89deg);
			-webkit-transform: rotate(89deg);
		}
		#IMAGE304 {
			width: 15.5px;
			height: 98px;
			top: 250.54px;
			left: 527px;
		}
		#IMAGE304 > .ladi-image > .ladi-image-background {
			width: 15.5px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE304 > .ladi-image {
			transform: rotate(127deg);
			-webkit-transform: rotate(127deg);
		}
		#IMAGE307 {
			width: 18px;
			height: 98px;
			top: 247.54px;
			left: 674.5px;
		}
		#IMAGE307 > .ladi-image > .ladi-image-background {
			width: 18px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE307 > .ladi-image {
			transform: rotate(213deg);
			-webkit-transform: rotate(213deg);
		}
		#IMAGE308 {
			width: 20px;
			height: 80px;
			top: 331.54px;
			left: 713.107px;
		}
		#IMAGE308 > .ladi-image > .ladi-image-background {
			width: 20px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE308 > .ladi-image {
			transform: rotate(234deg);
			-webkit-transform: rotate(234deg);
		}
		#SECTION309 {
			height: 1283.8px;
			display: none !important;
		}
		#SECTION309 > .ladi-section-background {
			background-color: rgb(228, 228, 228);
		}
		#SECTION309 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE310 {
			width: 800px;
			top: 28.454px;
			left: 190px;
		}
		#HEADLINE310 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#IMAGE311 {
			width: 100px;
			height: 100.82px;
			top: 131.162px;
			left: 149px;
		}
		#IMAGE311 > .ladi-image > .ladi-image-background {
			width: 100px;
			height: 100.82px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varitox_effect_img-20200721035524.png");
		}
		#IMAGE312 {
			width: 100px;
			height: 100.82px;
			top: 131.162px;
			left: 557.75px;
		}
		#IMAGE312 > .ladi-image > .ladi-image-background {
			width: 100px;
			height: 100.82px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varitox_effect_img-20200721035524.png");
		}
		#IMAGE313 {
			width: 100px;
			height: 100.82px;
			top: 131.162px;
			left: 969.5px;
		}
		#IMAGE313 > .ladi-image > .ladi-image-background {
			width: 100px;
			height: 100.82px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varitox_effect_img-20200721035524.png");
		}
		#HEADLINE315 {
			width: 43px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE315 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 35px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH316 {
			width: 299px;
			top: 22px;
			left: 35.8911px;
		}
		#PARAGRAPH316 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP317 {
			width: 334.891px;
			height: 114px;
			top: 236.662px;
			left: 46px;
		}
		#HEADLINE319 {
			width: 31px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE319 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 35px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH320 {
			width: 313px;
			top: 23px;
			left: 37px;
		}
		#PARAGRAPH320 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP318 {
			width: 349px;
			height: 92px;
			top: 236.662px;
			left: 426.25px;
		}
		#HEADLINE322 {
			width: 39px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE322 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 35px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH323 {
			width: 289px;
			top: 22px;
			left: 36px;
		}
		#PARAGRAPH323 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP321 {
			width: 325px;
			height: 114px;
			top: 236.662px;
			left: 844.827px;
		}
		#IMAGE324 {
			width: 12px;
			height: 98px;
			top: 121.02px;
			left: 363px;
		}
		#IMAGE324 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE324 > .ladi-image {
			transform: rotate(89deg);
			-webkit-transform: rotate(89deg);
		}
		#IMAGE325 {
			width: 12px;
			height: 98px;
			top: 129.572px;
			left: 810.827px;
		}
		#IMAGE325 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE325 > .ladi-image {
			transform: rotate(89deg);
			-webkit-transform: rotate(89deg);
		}
		#SECTION327 {
			height: 505.8px;
		}
		#SECTION327 > .ladi-section-background {
			background: rgba(0, 0, 0, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
			background: linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
		}
		#SECTION327 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE328 {
			width: 980px;
			top: 38.9787px;
			left: 110px;
		}
		#HEADLINE328 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 35px;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE329 {
			width: 159px;
			height: 159px;
			top: 155.479px;
			left: 303px;
		}
		#IMAGE329 > .ladi-image > .ladi-image-background {
			width: 159px;
			height: 159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/how_use_img2-20200721040528.png");
		}
		#IMAGE330 {
			width: 159px;
			height: 159px;
			top: 155.479px;
			left: 735.5px;
		}
		#IMAGE330 > .ladi-image > .ladi-image-background {
			width: 159px;
			height: 159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/how_use_img3-20200721040540.png");
		}
		#IMAGE331 {
			width: 165.217px;
			height: 30.824px;
			top: 202.59px;
			left: 515.283px;
		}
		#IMAGE331 > .ladi-image > .ladi-image-background {
			width: 165.217px;
			height: 30.824px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-1.png");
		}
		#HEADLINE332 {
			width: 229px;
			top: 333.09px;
			left: 137px;
		}
		#HEADLINE332 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			text-align: left;
			line-height: 1.6;
		}
		#PARAGRAPH333 {
			width: 291px;
			top: 376.09px;
			left: 137px;
		}
		#PARAGRAPH333 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#HEADLINE334 {
			width: 484px;
			top: 333.09px;
			left: 661.5px;
		}
		#HEADLINE334 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			text-align: left;
			line-height: 1.6;
		}
		#PARAGRAPH335 {
			width: 351px;
			top: 376.09px;
			left: 661.5px;
		}
		#PARAGRAPH335 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#SECTION336 {
			height: 971.8px;
		}
		#SECTION336 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION336 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#IMAGE358 {
			width: 200px;
			height: 493.671px;
			top: 266.321px;
			left: 1079.5px;
			display: none !important;
		}
		#IMAGE358 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 493.671px;
			top: 0px;
			left: 0px;
			background-image: url("../img/anh-cat-varikose-1-20200720084556.png");
		}
		#HEADLINE359 {
			width: 989px;
			top: 36.8px;
			left: 105.125px;
		}
		#HEADLINE359 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE360 {
			width: 980px;
			top: 103.911px;
			left: 104.5px;
		}
		#HEADLINE360 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: left;
			line-height: 1.6;
		}
		#LINE361 {
			width: 980px;
			top: 181.523px;
			left: 104.5px;
		}
		#LINE361 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE361 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH362 {
			width: 988px;
			top: 207.023px;
			left: 107px;
		}
		#PARAGRAPH362 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#HEADLINE365 {
			width: 980px;
			top: 342.911px;
			left: 106.375px;
		}
		#HEADLINE365 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE366 {
			width: 843px;
			top: 387.523px;
			left: 110.625px;
		}
		#LINE366 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE366 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH367 {
			width: 988px;
			top: 422.023px;
			left: 107.625px;
		}
		#PARAGRAPH367 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#HEADLINE369 {
			width: 980px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE369 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE370 {
			width: 376px;
			top: 44.612px;
			left: 4.25px;
		}
		#LINE370 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE370 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH371 {
			width: 988px;
			top: 79.112px;
			left: 1.25px;
		}
		#PARAGRAPH371 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#GROUP368 {
			width: 987.25px;
			height: 135.112px;
			top: 500.911px;
			left: 104.5px;
		}
		#HEADLINE373 {
			width: 983px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE373 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE374 {
			width: 378px;
			top: 44.612px;
			left: 4.264px;
		}
		#LINE374 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE374 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH375 {
			width: 991px;
			top: 79.112px;
			left: 1.25412px;
		}
		#PARAGRAPH375 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#HEADLINE377 {
			width: 996px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE377 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE378 {
			width: 380px;
			top: 44.612px;
			left: 4.31298px;
		}
		#LINE378 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE378 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH379 {
			width: 1001px;
			top: 79.112px;
			left: 1.26852px;
		}
		#PARAGRAPH379 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#GROUP376 {
			width: 1002.27px;
			height: 135.112px;
			top: 832.911px;
			left: 104.5px;
		}
		#HEADLINE381 {
			width: 1023px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE381 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE382 {
			width: 391px;
			top: 44.612px;
			left: 4.43352px;
		}
		#LINE382 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE382 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH383 {
			width: 1028px;
			top: 79.112px;
			left: 1.30398px;
		}
		#PARAGRAPH383 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#GROUP380 {
			width: 1029.3px;
			height: 163.112px;
			top: 991.91px;
			left: 104.5px;
		}
		#SECTION384 {
			height: 676.293px;
		}
		#SECTION384 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/imagine_bg-20200721045910.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION384 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE385 {
			width: 780px;
			top: 22.8887px;
			left: 210px;
		}
		#HEADLINE385 > .ladi-headline {
			color: rgb(23, 100, 200);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE386 {
			width: 200px;
			height: 200px;
			top: 12px;
			left: 0px;
		}
		#IMAGE386 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
			background-image: url("../img/reviews_img-20200721042907.jpg");
		}
		#HEADLINE387 {
			width: 364px;
			top: 0px;
			left: 217.94px;
		}
		#HEADLINE387 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH388 {
			width: 868px;
			top: 39px;
			left: 217.94px;
		}
		#PARAGRAPH388 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: left;
			line-height: 1.6;
		}
		#GROUP389 {
			width: 1084.94px;
			height: 255px;
			top: 34.534px;
			left: 25.28px;
		}
		#IMAGE391 {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
		}
		#IMAGE391 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
			background-image: url("../img/reviews_img2-20200721043709.jpg");
		}
		#HEADLINE392 {
			width: 376px;
			top: 15px;
			left: 211.5px;
		}
		#HEADLINE392 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH393 {
			width: 868px;
			top: 60px;
			left: 211.5px;
		}
		#PARAGRAPH393 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: left;
			line-height: 1.6;
		}
		#GROUP390 {
			width: 1078.5px;
			height: 200px;
			top: 50.534px;
			left: 1159.5px;
		}
		#IMAGE395 {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
		}
		#IMAGE395 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
			background-image: url("../img/reviews_img3-20200721043759.jpg");
		}
		#HEADLINE396 {
			width: 308px;
			top: 19px;
			left: 211.5px;
		}
		#HEADLINE396 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH397 {
			width: 868px;
			top: 64px;
			left: 211.5px;
		}
		#PARAGRAPH397 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: left;
			line-height: 1.6;
		}
		#GROUP394 {
			width: 1078.5px;
			height: 200px;
			top: 50.534px;
			left: 2291.5px;
		}
		#CAROUSEL398 {
			width: 1132px;
			height: 301.069px;
			top: 96px;
			left: 34px;
		}
		#HEADLINE399 {
			width: 820px;
			top: 438.9px;
			left: 190px;
		}
		#HEADLINE399 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE400 {
			width: 820px;
			top: 481.111px;
			left: 190px;
		}
		#HEADLINE400 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 26px;
			text-align: center;
			line-height: 1.6;
		}
		#SECTION402 {
			height: 444.8px;
		}
		#SECTION402 > .ladi-section-background {
			background-color: rgb(0, 0, 0);
		}
		#SECTION402 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE403 {
			width: 980px;
			top: 31.7557px;
			left: 110px;
		}
		#HEADLINE403 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE405 {
			width: 881px;
			top: 141.644px;
			left: 199px;
		}
		#HEADLINE405 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			line-height: 1.6;
		}
		#HEADLINE409 {
			width: 811px;
			top: 204.444px;
			left: 199px;
		}
		#HEADLINE409 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			line-height: 1.4;
		}
		#HEADLINE412 {
			width: 811px;
			top: 291.244px;
			left: 199px;
		}
		#HEADLINE412 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			line-height: 1.6;
		}
		#HEADLINE415 {
			width: 811px;
			top: 366.044px;
			left: 199px;
		}
		#HEADLINE415 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			line-height: 1.6;
		}
		#HEADLINE418 {
			width: 811px;
			top: 440.844px;
			left: 199px;
		}
		#HEADLINE418 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			line-height: 1.6;
		}
		#HEADLINE421 {
			width: 811px;
			top: 516.644px;
			left: 199px;
		}
		#HEADLINE421 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			line-height: 1.6;
		}
		#SECTION422 {
			height: 911.992px;
		}
		#SECTION422 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/header_bg2-1.png");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION422 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE423 {
			width: 980px;
			top: 39.1773px;
			left: 110px;
		}
		#HEADLINE423 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 30px;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE424 {
			width: 66px;
			height: 123px;
			top: 124.427px;
			left: 140px;
		}
		#IMAGE424 > .ladi-image > .ladi-image-background {
			width: 66px;
			height: 123px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img1-20200721052544.png");
		}
		#HEADLINE425 {
			width: 250px;
			top: 0px;
			left: 6px;
		}
		#HEADLINE425 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH426 {
			width: 256px;
			top: 33px;
			left: 0px;
		}
		#PARAGRAPH426 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP427 {
			width: 256px;
			height: 79px;
			top: 290.177px;
			left: 54px;
		}
		#IMAGE428 {
			width: 107px;
			height: 108px;
			top: 131.927px;
			left: 407.5px;
		}
		#IMAGE428 > .ladi-image > .ladi-image-background {
			width: 107px;
			height: 108px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img2-1.png");
		}
		#HEADLINE430 {
			width: 200px;
			top: 0px;
			left: 10px;
		}
		#HEADLINE430 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH431 {
			width: 220px;
			top: 33px;
			left: 0px;
		}
		#PARAGRAPH431 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP429 {
			width: 220px;
			height: 102px;
			top: 290.177px;
			left: 370px;
		}
		#IMAGE432 {
			width: 114px;
			height: 114px;
			top: 128.927px;
			left: 712px;
		}
		#IMAGE432 > .ladi-image > .ladi-image-background {
			width: 114px;
			height: 114px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img3-1.png");
		}
		#HEADLINE434 {
			width: 220px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE434 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH435 {
			width: 219px;
			top: 33px;
			left: 0px;
		}
		#PARAGRAPH435 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP433 {
			width: 220px;
			height: 79px;
			top: 290.177px;
			left: 668px;
		}
		#IMAGE436 {
			width: 103px;
			height: 100px;
			top: 135.927px;
			left: 989.5px;
		}
		#IMAGE436 > .ladi-image > .ladi-image-background {
			width: 103px;
			height: 100px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img4-20200721052935.png");
		}
		#HEADLINE438 {
			width: 200px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE438 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH439 {
			width: 196px;
			top: 33px;
			left: 4px;
		}
		#PARAGRAPH439 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP437 {
			width: 200px;
			height: 79px;
			top: 290.177px;
			left: 955px;
		}
		#IMAGE440 {
			width: 134px;
			height: 25px;
			top: 173.427px;
			left: 244px;
		}
		#IMAGE440 > .ladi-image > .ladi-image-background {
			width: 134px;
			height: 25px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-20200721040827.png");
		}
		#IMAGE441 {
			width: 134px;
			height: 25px;
			top: 173.427px;
			left: 551px;
		}
		#IMAGE441 > .ladi-image > .ladi-image-background {
			width: 134px;
			height: 25px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-20200721040827.png");
		}
		#IMAGE442 {
			width: 134px;
			height: 25px;
			top: 173.427px;
			left: 845.5px;
		}
		#IMAGE442 > .ladi-image > .ladi-image-background {
			width: 134px;
			height: 25px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-20200721040827.png");
		}
		#HEADLINE482 {
			width: 993px;
			top: 41.4px;
			left: 118px;
		}
		#HEADLINE482 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 28px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE483 {
			width: 940px;
			top: 97.809px;
			left: 145.5px;
		}
		#HEADLINE483 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#BOX495 {
			width: 424px;
			height: 825px;
			top: 6.86px;
			left: -390px;
			display: none !important;
		}
		#BOX495 > .ladi-box {
			background-color: rgb(0, 0, 0);
		}
		#IMAGE543 {
			width: 151px;
			height: 113px;
			top: 289.2px;
			left: -357.5px;
			display: none !important;
		}
		#IMAGE543 > .ladi-image > .ladi-image-background {
			width: 151px;
			height: 113px;
			top: 0px;
			left: 0px;
			background-image: url("../img/approved3-1.png");
		}
		#GROUP372 {
			width: 991.254px;
			height: 135.112px;
			top: 657.911px;
			left: 107.625px;
		}
		#IMAGE549 {
			width: 381.623px;
			height: 585.159px;
			top: 0px;
			left: 0px;
		}
		#IMAGE549 > .ladi-image > .ladi-image-background {
			width: 381.623px;
			height: 610.159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/pop-up-dat-mua-varikose-mobile-2.png");
		}
		#IMAGE549 > .ladi-image {
			border-radius: 20px;
		}
		#HEADLINE550 {
			width: 323px;
			top: 11.8px;
			left: 28.923px;
		}
		#HEADLINE550 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE551 {
			width: 359px;
			top: 59.8px;
			left: 12.849px;
		}
		#HEADLINE551 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 18px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#FORM552 {
			width: 355.925px;
			height: 171.7px;
			top: 275.8px;
			left: 12.849px;
		}
		#FORM552 > .ladi-form {
			color: rgb(0, 0, 0);
			font-size: 12px;
			line-height: 1.6;
		}
		#FORM552 .ladi-form-item .ladi-form-control::placeholder,
		#FORM552 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
			color: #000;
		}
		#FORM552 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
		}
		#FORM552 .ladi-form-item-container,
		#FORM552 .ladi-form-label-container .ladi-form-label-item {
			border-style: solid;
			border-color: rgb(238, 238, 238);
			border-width: 1px;
		}
		#FORM552 .ladi-form-item-container .ladi-form-quantity button {
			background-color: rgb(238, 238, 238);
		}
		#FORM552 .ladi-form-item-background {
			background-color: rgb(255, 255, 255);
		}
		#BUTTON553 {
			width: 355.925px;
			height: 49.0377px;
			top: 122.662px;
			left: 0px;
		}
		#BUTTON553 > .ladi-button > .ladi-button-background {
			background: rgba(255, 1, 1, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
			background: linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
		}
		#BUTTON553 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON553.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT553 {
			width: 356px;
			top: 11.8864px;
			left: 0px;
		}
		#BUTTON_TEXT553 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#FORM_ITEM554 {
			width: 355.925px;
			height: 46.2247px;
			top: 0px;
			left: 0px;
		}
		#FORM_ITEM556 {
			width: 355.925px;
			height: 46.2247px;
			top: 55.7209px;
			left: 0px;
		}
		#HEADLINE558 {
			width: 359px;
			top: 129.836px;
			left: 9.923px;
		}
		#HEADLINE558 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 20px;
			margin-left:7%;
			line-height: 1.6;
		}
		#HEADLINE559 {
			width: 243px;
			top: 161.836px;
			left: 147.808px;
		}
		#HEADLINE559 > .ladi-headline {
			color: rgb(234, 1, 1);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE560 {
			width: 130px;
			top: 169.836px;
			left: 9.923px;
		}
		#HEADLINE560 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 20px;
			font-weight: bold;
			text-align: right;
			line-height: 1.6;
		}
		#HEADLINE561 {
			width: 360px;
			top: 211.04px;
			left: 9.423px;
		}
		#HEADLINE561 > .ladi-headline {
			color: rgb(238, 28, 17);
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE563 {
			width: 386.83px;
			height: 556.945px;
			top: 304.725px;
			left: 522.75px;
		}
		#IMAGE563 > .ladi-image > .ladi-image-background {
			width: 570.185px;
			height: 570.185px;
			top: 0px;
			left: -98px;
			background-image: url("../img/product.png");
		}
		#GROUP564 {
			width: 390.808px;
			height: 585.159px;
			top: 288.511px;
			left: 894.077px;
		}
		#BOX480 {
			width: 87.9062px;
			height: 84.7748px;
			top: 0px;
			left: 224.482px;
		}
		#BOX480 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved3-20200720091238.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX479 {
			width: 79.5867px;
			height: 83.584px;
			top: 0px;
			left: 119.156px;
		}
		#BOX479 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved2-20200720090938.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX478 {
			width: 93.4163px;
			height: 74.0561px;
			top: 0px;
			left: 0px;
		}


		#IMAGE466 {
			width: 254px;
			height: 535.614px;
			top: 130.514px;
			left: 510px;
		}
		#IMAGE466 > .ladi-image > .ladi-image-background {
			width: 535.614px;
			height: 535.614px;
			top: 0px;
			left: 0px;
			background-image: url("../img/product.png");
		}
		#IMAGE609 {
			width: 142.337px;
			height: 140px;
			top: 620.067px;
			left: 554.663px;
		}
		#IMAGE609 > .ladi-image > .ladi-image-background {
			width: 142.337px;
			height: 140px;
			top: 0px;
			left: 0px;
			background-image: url("../img/chu-ky-1-1.png");
		}
		#BUTTON610 {
			width: 267px;
			height: 53px;
			top: 595.014px;
			left: 196px;
		}
		#BUTTON610 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON610 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON610.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT610 {
			width: 243px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT610 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON_TEXT611 {
			width: 337px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT611 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON611 {
			width: 390px;
			height: 53px;
			top: 368.96px;
			left: 30.251px;
		}
		#BUTTON611 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON611 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON611.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT613 {
			width: 337px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT613 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON613 {
			width: 390px;
			height: 53px;
			top: 416.02px;
			left: 412.75px;
		}
		#BUTTON613 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON613 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON613.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT615 {
			width: 337px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT615 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON615 {
			width: 390px;
			height: 60px;
			top: 1206.38px;
			left: 420px;
		}
		#BUTTON615 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON615 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON615.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT634 {
			width: 337px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT634 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON634 {
			width: 390px;
			height: 53px;
			top: 697.054px;
			left: 406px;
		}
		#BUTTON634 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON634 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON634.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#IMAGE653 {
			width: 381.623px;
			height: 503.159px;
			top: 0px;
			left: 0px;
		}
		#IMAGE653 > .ladi-image > .ladi-image-background {
			width: 381.623px;
			height: 613.159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/pop-up-dat-mua-varikose-mobile-2.png");
		}
		#IMAGE653 > .ladi-image {
			border-radius: 24px;
		}
		#HEADLINE654 {
			width: 323px;
			top: 17.8px;
			left: 28.923px;
		}
		#HEADLINE654 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 28px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE655 {
			width: 359px;
			top: 59.8px;
			left: 9.923px;
		}
		#HEADLINE655 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 18px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON_TEXT657 {
			width: 356px;
			top: 12.3962px;
			left: 0px;
		}
		#BUTTON_TEXT657 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON657 {
			width: 355.925px;
			height: 51.141px;
			top: 129.709px;
			left: 0px;
		}
		#BUTTON657 > .ladi-button > .ladi-button-background {
			background: rgba(255, 1, 1, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
			background: linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
		}
		#BUTTON657 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON657.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#FORM_ITEM659 {
			width: 355.925px;
			height: 48.2073px;
			top: 0px;
			left: 0px;
		}
		#FORM_ITEM660 {
			width: 355.925px;
			height: 48.2073px;
			top: 58.1108px;
			left: 0px;
		}
		#FORM656 {
			width: 355.925px;
			height: 180.85px;
			top: 290.89px;
			left: 14px;
		}
		#FORM656 > .ladi-form {
			color: rgb(0, 0, 0);
			font-size: 12px;
			line-height: 1.6;
		}
		#FORM656 .ladi-form-item .ladi-form-control::placeholder,
		#FORM656 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
			color: #000;
		}
		#FORM656 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
		}
		#FORM656 .ladi-form-item-container,
		#FORM656 .ladi-form-label-container .ladi-form-label-item {
			border-style: solid;
			border-color: rgb(238, 238, 238);
			border-width: 1px;
		}
		#FORM656 .ladi-form-item-container .ladi-form-quantity button {
			background-color: rgb(238, 238, 238);
		}
		#FORM656 .ladi-form-item-background {
			background-color: rgb(255, 255, 255);
		}
		#HEADLINE661 {
			width: 359px;
			top: 134.226px;
			left: 9.923px;
		}
			#HEADLINE661 > .ladi-headline {
				color: rgb(36, 36, 36);
				font-size: 20px;
				margin-left: 7%;
				line-height: 1.6;
			}
		#HEADLINE662 {
			width: 401px;
			top: 175.226px;
			left: 147.852px;
		}
		#HEADLINE662 > .ladi-headline {
			color: rgb(234, 1, 1);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE663 {
			width: 130px;
			top: 182.226px;
			left: 14px;
		}
		#HEADLINE663 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 20px;
			font-weight: bold;
			text-align: right;
			line-height: 1.6;
		}
		#HEADLINE664 {
			width: 369px;
			top: 238.04px;
			left: 12.849px;
		}
		#HEADLINE664 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 18px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#GROUP652 {
			width: 548.852px;
			height: 503.159px;
			top: 183.921px;
			left: 810px;
		}
		#BOX669 {
			width: 87.0002px;
			height: 87px;
			top: 0px;
			left: 0px;
		}
		#BOX669 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 3px;
			border-radius: 100px;
		}
		#IMAGE670 {
			width: 59.7523px;
			height: 79.815px;
			top: 7.18451px;
			left: 13.6235px;
		}
		#IMAGE670 > .ladi-image > .ladi-image-background {
			width: 59.7523px;
			height: 79.815px;
			top: 0px;
			left: 0px;
			background-image: url("../img/tai-xuong-20201118045610.png");
		}
		#GROUP671 {
			width: 407.055px;
			height: 87px;
			top: 712.835px;
			left: -1%;
		}
		#GROUP672 {
			width: 87.0002px;
			height: 87px;
			top: 0px;
			left: 320.055px;
		}
		#BOX674 {
			width: 85px;
			height: 85px;
			top: 0px;
			left: 0px;
		}
		#BOX674 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 3px;
			border-radius: 100px;
		}
		#IMAGE675 {
			width: 63.873px;
			height: 85.3195px;
			top: 3.84px;
			left: 10.5635px;
		}
		#IMAGE675 > .ladi-image > .ladi-image-background {
			width: 63.873px;
			height: 85.3195px;
			top: 0px;
			left: 0px;
			background-image: url("../img/tai-xuong-20201118045610.png");
		}
		#GROUP673 {
			width: 85px;
			height: 89.1595px;
			top: 0px;
			left: 338.127px;
		}
		#GROUP677 {
			width: 423.127px;
			height: 89.1595px;
			top: 743.92px;
			left: -5%;
		}
		#PARAGRAPH678 {
			width: 609px;
			top: 576.067px;
			left: 30px;
		}
		#PARAGRAPH678 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: justify;
			line-height: 1.6;
		}
		#IMAGE679 {
			width: 128.274px;
			height: 127px;
			top: 431.054px;
			left: 760px;
		}
		#IMAGE679 > .ladi-image > .ladi-image-background {
			width: 150.274px;
			height: 127px;
			top: 0px;
			left: 0px;
			background-image: url("../img/ivy-1628737_960_720-20201118104133.jpg");
		}
		#IMAGE679 > .ladi-image {
			border-radius: 70px;
		}
		#HEADLINE681 {
			width: 266px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE681 > .ladi-headline {
			color: rgb(11, 92, 22);
			font-size: 17px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH682 {
			width: 280px;
			top: 25px;
			left: 0px;
		}
		#PARAGRAPH682 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP680 {
			width: 280px;
			height: 179px;
			top: 411.054px;
			left: 900px;
		}
		#IMAGE683 {
			width: 18px;
			height: 98px;
			top: 465.54px;
			left: 656.5px;
		}
		#IMAGE683 > .ladi-image > .ladi-image-background {
			width: 18px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE683 > .ladi-image {
			transform: rotate(345deg);
			-webkit-transform: rotate(345deg);
		}
		#BOX687 {
			width: 494.196px;
			height: 66.0001px;
			top: 0px;
			left: 0px;
		}
		#BOX687 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE688 {
			width: 450px;
			top: 7.4999px;
			left: 35px;
		}
		#HEADLINE688 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#GROUP686 {
			width: 494.196px;
			height: 66.0001px;
			top: 0px;
			left: 0px;
		}
		#BOX691 {
			width: 494.196px;
			height: 71.2994px;
			top: 0px;
			left: 0px;
		}
		#BOX691 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE692 {
			width: 450px;
			top: 7.6496px;
			left: 35px;
		}
		#HEADLINE692 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#GROUP690 {
			width: 494.196px;
			height: 71.2994px;
			top: 100px;
			left: 0px;
		}
		#BOX695 {
			width: 494.196px;
			height: 68.0001px;
			top: 0px;
			left: 0px;
		}
		#BOX695 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE696 {
			width: 440px;
			top: 9px;
			left: 40px;
		}
		#HEADLINE696 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#GROUP694 {
			width: 494.196px;
			height: 68.0001px;
			top: 208px;
			left: 0px;
		}
		#BOX699 {
			width: 494.196px;
			height: 86.0001px;
			top: 0px;
			left: 0px;
		}
		#BOX699 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE700 {
			width: 441px;
			top: 9px;
			left: 40px;
		}
		#HEADLINE700 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#GROUP698 {
			width: 494.196px;
			height: 86.0001px;
			top: 310px;
			left: 0px;
		}
		#GROUP685 {
			width: 494.196px;
			height: 396px;
			top: 200.321px;
			left: 36.4655px;
		}
		#IMAGE704 {
			width: 346.485px;
			height: 331.146px;
			top: 579.5px;
			left: 649px;
		}
		#IMAGE704 > .ladi-image > .ladi-image-background {
			width: 346.485px;
			height: 331.146px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_shape-03-20201118111929.png");
		}
		#IMAGE705 {
			width: 387.292px;
			height: 370.146px;
			top: 560px;
			left: 245px;
		}
		#IMAGE705 > .ladi-image > .ladi-image-background {
			width: 387.292px;
			height: 370.146px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_shape-02-1.png");
		}
		#BUTTON_TEXT707 {
			width: 281px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT707 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON707 {
			width: 390px;
			height: 53px;
			top: 811.86px;
			left: 406px;
		}
		#BUTTON707 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON707 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON707.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#PEN_TOOL710 {
			width: 70px;
			height: 42.033px;
			top: 403.375px;
			left: -40.2167px;
		}
		#PEN_TOOL710 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL710 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL711 {
			width: 70px;
			height: 42.033px;
			top: 306.375px;
			left: -40.2167px;
		}
		#PEN_TOOL711 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL711 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL712 {
			width: 70px;
			height: 42.033px;
			top: 632.375px;
			left: -40.2167px;
		}
		#PEN_TOOL712 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL712 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL714 {
			width: 70px;
			height: 42.033px;
			top: 512.375px;
			left: -40.2167px;
		}
		#PEN_TOOL714 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL714 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#SHAPE715 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE715 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE716 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE716 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP733 {
			width: 53.6721px;
			height: 61.1579px;
			top: 125.014px;
			left: 125px;
		}
		#SHAPE735 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE735 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE736 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE736 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP734 {
			width: 53.6721px;
			height: 61.1579px;
			top: 200.214px;
			left: 125px;
		}
		#SHAPE738 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE738 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE739 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE739 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP737 {
			width: 53.6721px;
			height: 61.1579px;
			top: 350.614px;
			left: 125px;
		}
		#SHAPE741 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE741 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE742 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE742 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP740 {
			width: 53.6721px;
			height: 61.1579px;
			top: 275.414px;
			left: 125px;
		}
		#SHAPE744 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE744 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE745 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE745 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP743 {
			width: 53.6721px;
			height: 61.1579px;
			top: 425.814px;
			left: 125px;
		}
		#SHAPE748 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE748 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE749 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE749 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP747 {
			width: 53.6721px;
			height: 61.1579px;
			top: 501.014px;
			left: 125px;
		}
		#PEN_TOOL750 {
			width: 70px;
			height: 42.033px;
			top: 310.321px;
			left: -14.5345px;
		}
		#PEN_TOOL750 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL750 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL751 {
			width: 70px;
			height: 42.033px;
			top: 530.321px;
			left: -14.5345px;
		}
		#PEN_TOOL751 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL751 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL752 {
			width: 70px;
			height: 42.033px;
			top: 418.321px;
			left: -14.5345px;
		}
		#PEN_TOOL752 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL752 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL753 {
			width: 70px;
			height: 42.033px;
			top: 208.321px;
			left: -14.5345px;
		}
		#PEN_TOOL753 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL753 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#IMAGE754 {
			width: 183.514px;
			height: 290px;
			top: 249.054px;
			left: -350px;
			display: none !important;
		}
		#IMAGE754 > .ladi-image > .ladi-image-background {
			width: 183.514px;
			height: 290px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_ind_bieu_do-02-20201204023555.png");
		}
		#HEADLINE756 {
			width: 400px;
			top: 211.054px;
			left: 10px;
		}
		#HEADLINE756 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE757 {
			width: 408px;
			top: 211.054px;
			left: 780px;
		}
		#HEADLINE757 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE758 {
			width: 340px;
			top: 285.054px;
			left: 430px;
		}
		#HEADLINE758 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE759 {
			width: 340px;
			top: 360.054px;
			left: 430px;
		}
		#HEADLINE759 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE775 {
			width: 340px;
			top: 454.054px;
			left: 430px;
		}
		#HEADLINE775 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE776 {
			width: 1180.75px;
			height: 230px;
			top: 268.054px;
			left: 10px;
		}
		#IMAGE776 > .ladi-image > .ladi-image-background {
			width: 1180.75px;
			height: 230px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_ind_bieu_do-01-1.png");
		}
		#HEADLINE778 {
			width: 550px;
			top: 856.921px;
			left: 360px;
		}
		#HEADLINE778 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 15px;
			font-style: italic;
			line-height: 1.6;
		}
		#NOTIFY791 {
			width: 300px;
			height: 62px;
			top: 10px;
			left: 10px;
			bottom: auto;
			right: auto;
			position: fixed;
			z-index: 90000060;
		}
		#PARAGRAPH816 {
			width: 469px;
			top: 458.271px;
			left: 1168.5px;
		}
		#PARAGRAPH816 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			line-height: 1.6;
		}
		#PARAGRAPH818 {
			width: 469px;
			top: 366.387px;
			left: 1085.5px;
		}
		#PARAGRAPH818 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			line-height: 1.6;
		}
		#FORM_ITEM819 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 0px;
			display: none !important;
		}
		#FORM_ITEM820 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 47.1429px;
			display: none !important;
		}
		#FORM_ITEM821 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 94.2857px;
			display: none !important;
		}
		#FORM_ITEM822 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 141.429px;
			display: none !important;
		}
		#FORM_ITEM823 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 188.571px;
			display: none !important;
		}
		#FORM_ITEM824 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 235.714px;
			display: none !important;
		}
		#FORM_ITEM825 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 282.857px;
			display: none !important;
		}
		#FORM_ITEM826 {
			width: 25.925px;
			height: 35px;
			top: 111.946px;
			left: 330px;
			display: none !important;
		}
		#FORM_ITEM827 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 0px;
			display: none !important;
		}
		#FORM_ITEM828 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 46.5714px;
			display: none !important;
		}
		#FORM_ITEM829 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 93.1429px;
			display: none !important;
		}
		#FORM_ITEM830 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 139.714px;
			display: none !important;
		}
		#FORM_ITEM831 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 186.286px;
			display: none !important;
		}
		#FORM_ITEM832 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 232.857px;
			display: none !important;
		}
		#FORM_ITEM833 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 279.429px;
			display: none !important;
		}
		#FORM_ITEM834 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 326px;
			display: none !important;
		}
		#IMAGE835 {
			width: 200px;
			height: 68.8406px;
			top: 6.32971px;
			left: -6px;
		}
		#IMAGE835 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 68.8406px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo_logo-20210716104851.png");
		}
		#HEADLINE836 {
			width: 372px;
			top: 753.32px;
			left: 901.58px;
		}
		#HEADLINE836 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 16px;
			font-weight: bold;
			font-style: italic;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE837 {
			width: 447.024px;
			height: 632px;
			top: 118.4px;
			left: 734.171px;
		}
		#IMAGE837 > .ladi-image > .ladi-image-background {
			width: 447.024px;
			height: 632px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo_gp-20201229090129.jpg");
		}
		#PARAGRAPH838 {
			width: 908px;
			top: 792.06px;
			left: 30.251px;
		}
		#PARAGRAPH838 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 19px;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE839 {
			width: 478px;
			top: 623.695px;
			left: 13px;
		}
		#HEADLINE839 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			font-weight: bold;
			font-style: italic;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE845 {
			width: 380px;
			top: 0px;
			left: 275.491px;
		}
		#HEADLINE845 > .ladi-headline {
			font-family: "Krub-BoldItalic.ttf";
			color: rgb(250, 221, 209);
			font-size: 29px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#SHAPE846 {
			width: 26.7896px;
			height: 31.454px;
			top: 7.773px;
			left: 319.71px;
		}
		#SHAPE846 svg:last-child {
			fill: rgba(255, 255, 255, 1);
		}
		#HEADLINE847 {
			width: 941px;
			top: 35.227px;
			left: 0px;
		}
		#HEADLINE847 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 27px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#GROUP844 {
			width: 941px;
			height: 77.227px;
			top: 0px;
			left: 135px;
		}
		#BOX849 {
			width: 291px;
			height: 111px;
			top: 62.368px;
			left: 37.727px;
		}
		#BOX849 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE850 {
			width: 95.655px;
			height: 198.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE850 > .ladi-image > .ladi-image-background {
			width: 98.1531px;
			height: 198.289px;
			top: 0px;
			left: -0.4859px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX852 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX852 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE853 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE853 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE854 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE854 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP851 {
			width: 77.0184px;
			height: 77.0184px;
			top: 76.85px;
			left: 47.722px;
		}
		#HEADLINE855 {
			width: 204px;
			top: 84.8684px;
			left: 131.727px;
		}
		#HEADLINE855 > .ladi-headline {
			color: rgb(202, 32, 24);
			font-size: 24px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP848 {
			width: 335.727px;
			height: 198.289px;
			top: 109px;
			left: 0px;
		}
		#BOX857 {
			width: 307px;
			height: 112.168px;
			top: 67.368px;
			left: 39.3635px;
		}
		#BOX857 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE858 {
			width: 95.655px;
			height: 198.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE858 > .ladi-image > .ladi-image-background {
			width: 98.1531px;
			height: 198.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX860 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX860 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE861 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE861 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE862 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE862 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP859 {
			width: 77.0184px;
			height: 77.0184px;
			top: 79.85px;
			left: 50.722px;
		}
		#HEADLINE863 {
			width: 204px;
			top: 84.8592px;
			left: 135.727px;
		}
		#HEADLINE863 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 24px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP856 {
			width: 346.363px;
			height: 198.289px;
			top: 109px;
			left: 448px;
		}
		#BOX865 {
			width: 304.227px;
			height: 96px;
			top: 70.3592px;
			left: 43.5px;
		}
		#BOX865 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE866 {
			width: 95.655px;
			height: 198.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE866 > .ladi-image > .ladi-image-background {
			width: 98.1531px;
			height: 198.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX868 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX868 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE869 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE869 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE870 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE870 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP867 {
			width: 77.0184px;
			height: 77.0184px;
			top: 79.85px;
			left: 56.722px;
		}
		#HEADLINE871 {
			width: 204px;
			top: 83.359px;
			left: 142.727px;
		}
		#HEADLINE871 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 24px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP864 {
			width: 357.727px;
			height: 198.289px;
			top: 109px;
			left: 856px;
		}
		#BOX873 {
			width: 800.432px;
			height: 139px;
			top: 0px;
			left: 0px;
		}
		#BOX873 > .ladi-box {
			background-color: rgb(11, 149, 108);
			border-radius: 10px;
		}
		#PARAGRAPH874 {
			width: 757px;
			top: 18px;
			left: 21.716px;
		}
		#PARAGRAPH874 > .ladi-paragraph {
			font-family: "Montserrat-BlackItalic.otf";
			color: rgb(255, 255, 255);
			font-size: 30px;
			text-align: center;
			line-height: 1.4;
		}
		#PARAGRAPH875 {
			width: 757px;
			top: 109px;
			left: 21.716px;
		}
		#PARAGRAPH875 > .ladi-paragraph {
			font-family: "Krub-SemiBold.ttf";
			color: rgb(255, 255, 255);
			font-size: 14px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP872 {
			width: 800.432px;
			height: 139px;
			top: 341px;
			left: 206.648px;
		}
		#GROUP876 {
			width: 1213.73px;
			height: 480px;
			top: 925px;
			left: -7.5px;
		}
		#SECTION877 {
			height: 520.992px;
		}
		#SECTION877 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/header_bg2-20200721053311.png");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION877 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE933 {
			width: 380px;
			top: 0px;
			left: 275.491px;
		}
		#HEADLINE933 > .ladi-headline {
			font-family: "Krub-BoldItalic.ttf";
			color: rgb(250, 221, 209);
			font-size: 29px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#SHAPE934 {
			width: 26.7896px;
			height: 31.454px;
			top: 7.773px;
			left: 319.71px;
		}
		#SHAPE934 svg:last-child {
			fill: rgba(255, 255, 255, 1);
		}
		#HEADLINE935 {
			width: 941px;
			top: 35.227px;
			left: 0px;
		}
		#HEADLINE935 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 27px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#GROUP932 {
			width: 941px;
			height: 77.227px;
			top: 0px;
			left: 135px;
		}
		#BOX937 {
			width: 291px;
			height: 111px;
			top: 62.368px;
			left: 37.727px;
		}
		#BOX937 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE938 {
			width: 95.655px;
			height: 198.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE938 > .ladi-image > .ladi-image-background {
			width: 98.1531px;
			height: 198.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX940 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX940 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE941 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE941 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE942 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE942 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP939 {
			width: 77.0184px;
			height: 77.0184px;
			top: 76.85px;
			left: 47.722px;
		}
		#HEADLINE943 {
			width: 204px;
			top: 84.8684px;
			left: 131.727px;
		}
		#HEADLINE943 > .ladi-headline {
			color: rgb(202, 32, 24);
			font-size: 24px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP936 {
			width: 335.727px;
			height: 198.289px;
			top: 109px;
			left: 0px;
		}
		#BOX945 {
			width: 307px;
			height: 112.168px;
			top: 67.368px;
			left: 39.3635px;
		}
		#BOX945 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE946 {
			width: 95.655px;
			height: 198.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE946 > .ladi-image > .ladi-image-background {
			width: 98.1531px;
			height: 198.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX948 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX948 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE949 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE949 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE950 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE950 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP947 {
			width: 77.0184px;
			height: 77.0184px;
			top: 79.85px;
			left: 50.722px;
		}
		#HEADLINE951 {
			width: 204px;
			top: 84.8592px;
			left: 135.727px;
		}
		#HEADLINE951 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 24px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP944 {
			width: 346.363px;
			height: 198.289px;
			top: 109px;
			left: 448px;
		}
		#BOX953 {
			width: 304.227px;
			height: 96px;
			top: 70.3592px;
			left: 43.5px;
		}
		#BOX953 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE954 {
			width: 95.655px;
			height: 198.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE954 > .ladi-image > .ladi-image-background {
			width: 98.1531px;
			height: 198.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX956 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX956 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE957 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE957 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE958 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE958 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP955 {
			width: 77.0184px;
			height: 77.0184px;
			top: 79.85px;
			left: 52.722px;
		}
		#HEADLINE959 {
			width: 204px;
			top: 83.359px;
			left: 144.727px;
		}
		#HEADLINE959 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 24px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP952 {
			width: 357.727px;
			height: 198.289px;
			top: 109px;
			left: 856px;
		}
		#BOX961 {
			width: 800.432px;
			height: 139px;
			top: 0px;
			left: 0px;
		}
		#BOX961 > .ladi-box {
			background-color: rgb(11, 149, 108);
			border-radius: 10px;
		}
		#PARAGRAPH962 {
			width: 757px;
			top: 18px;
			left: 21.716px;
		}
		#PARAGRAPH962 > .ladi-paragraph {
			font-family: "Montserrat-BlackItalic.otf";
			color: rgb(255, 255, 255);
			font-size: 30px;
			text-align: center;
			line-height: 1.4;
		}
		#PARAGRAPH963 {
			width: 757px;
			top: 109px;
			left: 21.716px;
		}
		#PARAGRAPH963 > .ladi-paragraph {
			font-family: "Krub-SemiBold.ttf";
			color: rgb(255, 255, 255);
			font-size: 14px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP960 {
			width: 800.432px;
			height: 139px;
			top: 341px;
			left: 206.648px;
		}
		#GROUP931 {
			width: 1213.73px;
			height: 480px;
			top: 0px;
			left: -7px;
		}
	}
	
	@media (max-width: 767px) {
		#SECTION_POPUP {
			height: 0px;
		}
		#SECTION_POPUP .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#SECTION1 {
			height: 1347.16px;
		}
		#SECTION1 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/header_bg2-20200720075937.png");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION1 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#BOX4 {
			width: 30.4837px;
			height: 44px;
			top: 461.051px;
			left: -157.44px;
		}
		#BOX4 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/medal-20200720080230.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE5 {
			width: 200px;
			top: 137.841px;
			left: -208.222px;
		}
		#HEADLINE5 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 15px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX6 {
			width: 39.4286px;
			height: 0.949853px;
			top: 1587.21px;
			left: -296.714px;
			display: none !important;
		}
		#BOX6 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/stamp-20200720080501.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE7 {
			width: 200px;
			top: 362.551px;
			left: -242.198px;
		}
		#HEADLINE7 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 16px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX9 {
			width: 44.8574px;
			height: 43px;
			top: 515.051px;
			left: -164.627px;
		}
		#BOX9 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/percentage-20200720081100.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE10 {
			width: 200px;
			top: 1323.66px;
			left: -244px;
		}
		#HEADLINE10 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 16px;
			font-weight: bold;
			line-height: 1.6;
		}
		#COUNTDOWN11 {
			width: 230.175px;
			height: 41px;
			top: 740.95px;
			left: 57.0725px;
		}
		#COUNTDOWN11 > .ladi-countdown {
			color: rgb(203, 33, 24);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
		}
		#COUNTDOWN11 > .ladi-countdown > .ladi-element {
			width: calc((100% - 10px * 3) / 4);
			margin-right: 0;
			height: 100%;
		}
		#COUNTDOWN_ITEM12 {
			visibility: hidden;
			pointer-events: none;
		}
		#HEADLINE16 {
			width: 228px;
			top: 1354.66px;
			left: 448.5px;
		}
		#HEADLINE16 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 12px;
			line-height: 1.6;
		}
		#SECTION19 {
			height: 931px;
		}
		#SECTION19 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/causes-1.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION19 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE20 {
			width: 39px;
			top: 1122.35px;
			left: 178.526px;
		}
		#HEADLINE20 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 16px;
			line-height: 1.6;
		}
		#PARAGRAPH23 {
			width: 410px;
			top: 82.8406px;
			left: 5.0005px;
		}
		#PARAGRAPH23 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#PARAGRAPH24 {
			width: 406px;
			top: 169.841px;
			left: 5.0005px;
		}
		#PARAGRAPH24 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 18px;
			text-align: center;
			line-height: 1.6;
		}
		#BOX42 {
			width: 516.391px;
			height: 65.925px;
			top: 268.109px;
			left: 7.8122px;
		}
		#BOX42 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE43 {
			width: 357px;
			top: 281.505px;
			left: 49.7035px;
		}
		#HEADLINE43 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 14px;
			line-height: 1.2;
		}
		#BOX47 {
			width: 519.702px;
			height: 56.7503px;
			top: 357.716px;
			left: 7.8122px;
		}
		#BOX47 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE48 {
			width: 354px;
			top: 368.751px;
			left: 52.6642px;
		}
		#HEADLINE48 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 14px;
			line-height: 1.2;
		}
		#BOX52 {
			width: 525.188px;
			height: 54.1242px;
			top: 433.859px;
			left: 7.8122px;
		}
		#BOX52 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE53 {
			width: 358px;
			top: 443.009px;
			left: 49.7035px;
		}
		#HEADLINE53 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 14px;
			line-height: 1.2;
		}
		#BOX56 {
			width: 525.188px;
			height: 71.7308px;
			top: 504.289px;
			left: 9.1092px;
		}
		#BOX56 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE57 {
			width: 358px;
			top: 516.159px;
			left: 53.9612px;
		}
		#HEADLINE57 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 14px;
			line-height: 1.2;
		}
		#BOX112 {
			width: 77.0971px;
			height: 74.8384px;
			top: 2.58065px;
			left: 200.942px;
		}
		#BOX112 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved3-20200720091238.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX111 {
			width: 69.8006px;
			height: 73.7872px;
			top: 2.58065px;
			left: 106.535px;
		}
		#BOX111 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved2-20200720090938.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX110 {
			width: 81.9297px;
			height: 65.376px;
			top: 2.58065px;
			left: 0px;
		}


		#SECTION149 {
			height: 1633.26px;
		}
		#SECTION149 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/invalid_bg-20200720094919.png");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION149 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE150 {
			width: 400px;
			top: 12.26px;
			left: 10px;
		}
		#HEADLINE150 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 29px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#BOX152 {
			width: 30px;
			height: 30px;
			top: 455.279px;
			left: 35.081px;
		}
		#BOX152 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#SECTION153 {
			height: 1613.52px;
		}
		#SECTION153 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/doctor_bg-1.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION153 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE154 {
			width: 400px;
			top: 27px;
			left: 10px;
		}
		#HEADLINE154 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE155 {
			width: 400px;
			top: 181px;
			left: 10px;
		}
		#HEADLINE155 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE156 {
			width: 183px;
			height: 183px;
			top: 294px;
			left: 657.5px;
			display: none !important;
		}
		#IMAGE156 > .ladi-image > .ladi-image-background {
			width: 183px;
			height: 183px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_center-20200720095559.png");
		}
		#IMAGE157 {
			width: 133px;
			height: 133px;
			top: 352px;
			left: 143.5px;
		}
		#IMAGE157 > .ladi-image > .ladi-image-background {
			width: 133px;
			height: 133px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_img1-20200720095645.png");
		}
		#IMAGE158 {
			width: 133px;
			height: 133px;
			top: 750px;
			left: 134.5px;
		}
		#IMAGE158 > .ladi-image > .ladi-image-background {
			width: 133px;
			height: 133px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_img2-20200720095656.png");
		}
		#IMAGE159 {
			width: 133px;
			height: 133px;
			top: 1151px;
			left: 143.5px;
		}
		#IMAGE159 > .ladi-image > .ladi-image-background {
			width: 133px;
			height: 133px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_img3-20200720095707.png");
		}
		#IMAGE160 {
			width: 12px;
			height: 98px;
			top: 850px;
			left: 763px;
			display: none !important;
		}
		#IMAGE160 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#PARAGRAPH161 {
			width: 400px;
			top: 1349px;
			left: 10px;
		}
		#PARAGRAPH161 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 16px;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE162 {
			width: 270px;
			top: 1302px;
			left: 80px;
		}
		#HEADLINE162 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE163 {
			width: 308px;
			top: 913px;
			left: 51.5px;
		}
		#HEADLINE163 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH164 {
			width: 400px;
			top: 980px;
			left: 10px;
		}
		#PARAGRAPH164 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 16px;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH165 {
			width: 400px;
			top: 586px;
			left: 10px;
		}
		#PARAGRAPH165 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 16px;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE166 {
			width: 280px;
			top: 503px;
			left: 70px;
		}
		#HEADLINE166 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 22px;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE167 {
			width: 126px;
			height: 58px;
			top: 642px;
			left: -333px;
			display: none !important;
		}
		#IMAGE167 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 58px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_right-20200720100332.png");
		}
		#IMAGE168 {
			width: 126px;
			height: 58px;
			top: 636px;
			left: 637px;
			display: none !important;
		}
		#IMAGE168 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 58px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_left-20200720100349.png");
		}
		#HEADLINE169 {
			width: 136px;
			top: 452.779px;
			left: 79.6591px;
		}
		#HEADLINE169 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX170 {
			width: 30px;
			height: 30px;
			top: 521.612px;
			left: 35.081px;
		}
		#BOX170 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE171 {
			width: 325px;
			top: 515.135px;
			left: 79.6591px;
		}
		#HEADLINE171 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX172 {
			width: 30px;
			height: 30px;
			top: 582.491px;
			left: 35.081px;
		}
		#BOX172 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE173 {
			width: 136px;
			top: 577.491px;
			left: 79.6591px;
		}
		#HEADLINE173 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX174 {
			width: 30px;
			height: 30px;
			top: 649.38px;
			left: 35.081px;
		}
		#BOX174 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE175 {
			width: 336px;
			top: 639.847px;
			left: 79.6591px;
		}
		#HEADLINE175 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX176 {
			width: 30px;
			height: 30px;
			top: 742.203px;
			left: 35.081px;
		}
		#BOX176 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE177 {
			width: 213px;
			top: 737.203px;
			left: 79.6591px;
		}
		#HEADLINE177 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX180 {
			width: 30px;
			height: 30px;
			top: 111px;
			left: 35.081px;
		}
		#BOX180 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE181 {
			width: 140px;
			top: 106px;
			left: 76.658px;
		}
		#HEADLINE181 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX182 {
			width: 30px;
			height: 30px;
			top: 178.484px;
			left: 35.081px;
		}
		#BOX182 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE183 {
			width: 335px;
			top: 168.356px;
			left: 76.658px;
		}
		#HEADLINE183 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX184 {
			width: 30px;
			height: 30px;
			top: 270.712px;
			left: 35.081px;
		}
		#BOX184 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE185 {
			width: 275px;
			top: 265.712px;
			left: 76.658px;
		}
		#HEADLINE185 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX186 {
			width: 30px;
			height: 30px;
			top: 333.068px;
			left: 35.081px;
		}
		#BOX186 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE187 {
			width: 335px;
			top: 328.068px;
			left: 76.658px;
		}
		#HEADLINE187 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#BOX188 {
			width: 30px;
			height: 30px;
			top: 395.424px;
			left: 35.081px;
		}
		#BOX188 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/icon-1-20200720100422.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#HEADLINE189 {
			width: 221px;
			top: 390.424px;
			left: 76.658px;
		}
		#HEADLINE189 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			line-height: 1.6;
		}
		#HEADLINE190 {
			width: 400px;
			top: 803.86px;
			left: 10px;
		}
		#HEADLINE190 > .ladi-headline {
			color: rgb(202, 32, 24);
			font-size: 23px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#SECTION191 {
			height: 645px;
		}
		#SECTION191 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/help_bg-1.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION191 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE193 {
			width: 400px;
			top: 41px;
			left: 10px;
		}
		#HEADLINE193 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 27px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#BOX194 {
			width: 400px;
			height: 798px;
			top: 787.518px;
			left: 10px;
		}
		#BOX194 > .ladi-box {
			background-color: rgb(180, 180, 180);
		}
		#HEADLINE195 {
			width: 380px;
			top: 816.372px;
			left: 20px;
		}
		#HEADLINE195 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH196 {
			width: 386px;
			top: 958.819px;
			left: 17.5px;
		}
		#PARAGRAPH196 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: left;
			line-height: 1.6;
		}
		#IMAGE199 {
			width: 400px;
			height: 607.592px;
			top: 941.372px;
			left: 552px;
			display: none !important;
		}
		#IMAGE199 > .ladi-image > .ladi-image-background {
			width: 400px;
			height: 607.592px;
			top: 0px;
			left: 0px;
			background-image: url("../img/doctor-20200720101504.png");
		}
		#HEADLINE200 {
			width: 400px;
			top: 22px;
			left: 9.75px;
		}
		#HEADLINE200 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 22px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#PARAGRAPH201 {
			width: 400px;
			top: 128px;
			left: 10px;
		}
		#PARAGRAPH201 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#SECTION204 {
			height: 1093.72px;
		}
		#SECTION204 > .ladi-section-background {
			background-color: rgb(36, 36, 36);
		}
		#SECTION204 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#SECTION245 {
			height: 1330.33px;
		}
		#SECTION245 > .ladi-section-background {
			background: rgba(0, 0, 0, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
			background: linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
		}
		#SECTION245 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE246 {
			width: 400px;
			top: 18.72px;
			left: 10px;
		}
		#HEADLINE246 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BOX248 {
			width: 56px;
			height: 56px;
			top: 0px;
			left: 0px;
		}
		#BOX248 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 1px;
			border-radius: 184px;
		}
		#HEADLINE249 {
			width: 23px;
			top: 0px;
			left: 17px;
		}
		#HEADLINE249 > .ladi-headline {
			color: rgb(232, 185, 48);
			font-size: 36px;
			font-weight: bold;
			line-height: 1.6;
		}
		#GROUP250 {
			width: 56px;
			height: 57px;
			top: 165.72px;
			left: 179.5px;
		}
		#BOX252 {
			width: 56px;
			height: 56px;
			top: 0px;
			left: 0px;
		}
		#BOX252 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 1px;
			border-radius: 184px;
		}
		#HEADLINE253 {
			width: 23px;
			top: 0px;
			left: 17px;
		}
		#HEADLINE253 > .ladi-headline {
			color: rgb(232, 185, 48);
			font-size: 36px;
			font-weight: bold;
			line-height: 1.6;
		}
		#GROUP251 {
			width: 56px;
			height: 57px;
			top: 437.72px;
			left: 179.5px;
		}
		#HEADLINE254 {
			width: 400px;
			top: 514.72px;
			left: 10px;
		}
		#HEADLINE254 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#PARAGRAPH255 {
			width: 400px;
			top: 567.22px;
			left: 10px;
		}
		#PARAGRAPH255 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE256 {
			width: 400px;
			top: 228.72px;
			left: 10px;
		}
		#HEADLINE256 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH257 {
			width: 400px;
			top: 274.72px;
			left: 10px;
		}
		#PARAGRAPH257 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#BOX259 {
			width: 56px;
			height: 56px;
			top: 0px;
			left: 0px;
		}
		#BOX259 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 1px;
			border-radius: 184px;
		}
		#HEADLINE260 {
			width: 23px;
			top: 0px;
			left: 17px;
		}
		#HEADLINE260 > .ladi-headline {
			color: rgb(232, 185, 48);
			font-size: 36px;
			font-weight: bold;
			line-height: 1.6;
		}
		#GROUP258 {
			width: 56px;
			height: 57px;
			top: 770.22px;
			left: 179.5px;
		}
		#HEADLINE261 {
			width: 400px;
			top: 838.22px;
			left: 10px;
		}
		#HEADLINE261 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH262 {
			width: 400px;
			top: 891.22px;
			left: 10px;
		}
		#PARAGRAPH262 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE264 {
			width: 400px;
			top: 41px;
			left: 10px;
		}
		#HEADLINE264 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#PARAGRAPH265 {
			width: 400px;
			top: 144px;
			left: 10px;
		}
		#PARAGRAPH265 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.6;
		}
		#PARAGRAPH266 {
			width: 400px;
			top: 967.91px;
			left: 10px;
		}
		#PARAGRAPH266 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.6;
		}
		#IMAGE268 {
			width: 200px;
			height: 111.54px;
			top: 1055.9px;
			left: 190px;
		}
		#IMAGE268 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 122.54px;
			top: 0px;
			left: 0px;
			background-image: url("../img/effect_img2-20200721023228.png");
		}
		#SECTION269 {
			height: 1066.23px;
		}
		#SECTION269 > .ladi-section-background {
			background: rgba(51, 11, 92, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(51, 11, 92, 1.0), rgba(77, 44, 25, 1.0));
			background: linear-gradient(180deg, rgba(51, 11, 92, 1.0), rgba(77, 44, 25, 1.0));
		}
		#SECTION269 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#SECTION270 {
			height: 2305.23px;
		}
		#SECTION270 > .ladi-section-background {
			background-color: rgb(228, 228, 228);
		}
		#SECTION270 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#PARAGRAPH271 {
			width: 400px;
			top: 46px;
			left: 10px;
		}
		#PARAGRAPH271 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#IMAGE272 {
			width: 131px;
			height: 131px;
			top: 2000px;
			left: 140px;
		}
		#IMAGE272 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/formula_img3-20200721023741.png");
		}
		#IMAGE274 {
			width: 131px;
			height: 131px;
			top: 1063.5px;
			left: 140px;
		}
		#IMAGE274 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/chiet-xuat-phi-20200721025429.jpg");
		}
		#IMAGE274 > .ladi-image {
			border-radius: 66px;
		}
		#IMAGE275 {
			width: 131px;
			height: 131px;
			top: 529px;
			left: 140px;
		}
		#IMAGE275 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/dau-hat-nho-1-20200721030456.jpg");
		}
		#IMAGE275 > .ladi-image {
			border-radius: 70px;
		}
		#IMAGE276 {
			width: 131px;
			height: 131px;
			top: 266.621px;
			left: 140px;
		}
		#IMAGE276 > .ladi-image > .ladi-image-background {
			width: 160.214px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/tinh-chat-1-20200717104431.jpg");
		}
		#IMAGE276 > .ladi-image {
			border-radius: 70px;
		}
		#IMAGE277 {
			width: 131px;
			height: 131px;
			top: 797.725px;
			left: 140px;
		}
		#IMAGE277 > .ladi-image > .ladi-image-background {
			width: 150.274px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/rong-bien-nau-1-20200721025146.png");
		}
		#IMAGE277 > .ladi-image {
			border-radius: 70px;
		}
		#IMAGE278 {
			width: 131px;
			height: 131px;
			top: 1662.5px;
			left: 140px;
		}
		#IMAGE278 > .ladi-image > .ladi-image-background {
			width: 131px;
			height: 131px;
			top: 0px;
			left: 0px;
			background-image: url("../img/chiet-xuat-tra-xanh-20200721024925.jpg");
		}
		#IMAGE278 > .ladi-image {
			border-radius: 70px;
		}
		#HEADLINE279 {
			width: 380px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE279 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH280 {
			width: 381px;
			top: 29.1623px;
			left: 0px;
		}
		#PARAGRAPH280 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE281 {
			width: 400px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE281 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH282 {
			width: 380px;
			top: 32px;
			left: 10px;
		}
		#PARAGRAPH282 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE283 {
			width: 380px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE283 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH284 {
			width: 380px;
			top: 31px;
			left: 0px;
		}
		#PARAGRAPH284 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE285 {
			width: 380px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE285 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 17px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH286 {
			width: 380px;
			top: 29px;
			left: 0px;
		}
		#PARAGRAPH286 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP287 {
			width: 380px;
			height: 98px;
			top: 1221.5px;
			left: 20px;
		}
		#GROUP288 {
			width: 400px;
			height: 147px;
			top: 1813px;
			left: 10px;
		}
		#HEADLINE290 {
			width: 380px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE290 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH291 {
			width: 380px;
			top: 31.0552px;
			left: 0px;
		}
		#PARAGRAPH291 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP289 {
			width: 380px;
			height: 100.055px;
			top: 401.621px;
			left: 20px;
		}
		#GROUP292 {
			width: 381px;
			height: 98.1623px;
			top: 2153px;
			left: 20px;
		}
		#GROUP293 {
			width: 380px;
			height: 77px;
			top: 952.97px;
			left: 20px;
		}
		#HEADLINE295 {
			width: 380px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE295 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH296 {
			width: 381px;
			top: 45px;
			left: 0px;
		}
		#PARAGRAPH296 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP294 {
			width: 381px;
			height: 114px;
			top: 662px;
			left: 20px;
		}
		#IMAGE297 {
			width: 160px;
			height: 134px;
			top: 985px;
			left: 471px;
			display: none !important;
		}
		#IMAGE297 > .ladi-image > .ladi-image-background {
			width: 160px;
			height: 134px;
			top: 0px;
			left: 0px;
			background-image: url("../img/formula_eng-20201204034715.png");
		}
		#IMAGE298 {
			width: 126px;
			height: 58px;
			top: 2011px;
			left: -593px;
			display: none !important;
		}
		#IMAGE298 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 58px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_left-20200720100349.png");
		}
		#IMAGE299 {
			width: 126px;
			height: 5px;
			top: 2176.62px;
			left: 510px;
			display: none !important;
		}
		#IMAGE299 > .ladi-image > .ladi-image-background {
			width: 126px;
			height: 60.001px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_right-20200720100332.png");
		}
		#IMAGE303 {
			width: 12px;
			height: 98px;
			top: 1604px;
			left: 538px;
			display: none !important;
		}
		#IMAGE303 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE303 > .ladi-image {
			transform: rotate(89deg);
			-webkit-transform: rotate(89deg);
		}
		#IMAGE304 {
			width: 15.5px;
			height: 98px;
			top: 1131px;
			left: -345.75px;
			display: none !important;
		}
		#IMAGE304 > .ladi-image > .ladi-image-background {
			width: 15.5px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE304 > .ladi-image {
			transform: rotate(127deg);
			-webkit-transform: rotate(127deg);
		}
		#IMAGE307 {
			width: 18px;
			height: 98px;
			top: 834px;
			left: 549px;
			display: none !important;
		}
		#IMAGE307 > .ladi-image > .ladi-image-background {
			width: 18px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE307 > .ladi-image {
			transform: rotate(213deg);
			-webkit-transform: rotate(213deg);
		}
		#IMAGE308 {
			width: 20px;
			height: 98px;
			top: 2011px;
			left: 534px;
			display: none !important;
		}
		#IMAGE308 > .ladi-image > .ladi-image-background {
			width: 20px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE308 > .ladi-image {
			transform: rotate(234deg);
			-webkit-transform: rotate(234deg);
		}
		#SECTION309 {
			height: 1889.31px;
			display: none !important;
		}
		#SECTION309 > .ladi-section-background {
			background-color: rgb(228, 228, 228);
		}
		#SECTION309 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE310 {
			width: 400px;
			top: 23px;
			left: 10px;
		}
		#HEADLINE310 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#IMAGE311 {
			width: 100px;
			height: 100.82px;
			top: 697.89px;
			left: 160px;
		}
		#IMAGE311 > .ladi-image > .ladi-image-background {
			width: 100px;
			height: 100.82px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varitox_effect_img-20200721035524.png");
		}
		#IMAGE312 {
			width: 100px;
			height: 100.82px;
			top: 451.84px;
			left: 160px;
		}
		#IMAGE312 > .ladi-image > .ladi-image-background {
			width: 100px;
			height: 100.82px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varitox_effect_img-20200721035524.png");
		}
		#IMAGE313 {
			width: 100px;
			height: 100.82px;
			top: 196.84px;
			left: 160px;
		}
		#IMAGE313 > .ladi-image > .ladi-image-background {
			width: 100px;
			height: 100.82px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varitox_effect_img-20200721035524.png");
		}
		#HEADLINE315 {
			width: 38px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE315 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 35px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH316 {
			width: 306px;
			top: 16px;
			left: 38px;
		}
		#PARAGRAPH316 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP317 {
			width: 344px;
			height: 116px;
			top: 298.5px;
			left: 37.75px;
		}
		#HEADLINE319 {
			width: 38px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE319 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 35px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH320 {
			width: 306px;
			top: 16px;
			left: 38px;
		}
		#PARAGRAPH320 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP318 {
			width: 344px;
			height: 176px;
			top: 562.39px;
			left: 40px;
		}
		#HEADLINE322 {
			width: 38px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE322 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 35px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH323 {
			width: 306px;
			top: 13px;
			left: 42px;
		}
		#PARAGRAPH323 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP321 {
			width: 348px;
			height: 82px;
			top: 802.89px;
			left: 40px;
		}
		#IMAGE324 {
			width: 12px;
			height: 98px;
			top: 111.778px;
			left: -152.5px;
			display: none !important;
		}
		#IMAGE324 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE324 > .ladi-image {
			transform: rotate(89deg);
			-webkit-transform: rotate(89deg);
		}
		#IMAGE325 {
			width: 12px;
			height: 98px;
			top: 136.121px;
			left: 520px;
			display: none !important;
		}
		#IMAGE325 > .ladi-image > .ladi-image-background {
			width: 12px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE325 > .ladi-image {
			transform: rotate(89deg);
			-webkit-transform: rotate(89deg);
		}
		#SECTION327 {
			height: 870.67px;
		}
		#SECTION327 > .ladi-section-background {
			background: rgba(0, 0, 0, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
			background: linear-gradient(180deg, rgba(0, 0, 0, 1.0), rgba(36, 36, 36, 1.0));
		}
		#SECTION327 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE328 {
			width: 400px;
			top: 32px;
			left: 10px;
		}
		#HEADLINE328 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 29px;
			text-align: center;
			line-height: 1.4;
		}
		#IMAGE329 {
			width: 159px;
			height: 159px;
			top: 145px;
			left: 130.5px;
		}
		#IMAGE329 > .ladi-image > .ladi-image-background {
			width: 159px;
			height: 159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/how_use_img2-20200721040528.png");
		}
		#IMAGE330 {
			width: 159px;
			height: 159px;
			top: 472px;
			left: 130.5px;
		}
		#IMAGE330 > .ladi-image > .ladi-image-background {
			width: 159px;
			height: 159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/how_use_img3-20200721040540.png");
		}
		#IMAGE331 {
			width: 134px;
			height: 25px;
			top: 334px;
			left: 587px;
		}
		#IMAGE331 > .ladi-image > .ladi-image-background {
			width: 134px;
			height: 25px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-20200721040827.png");
		}
		#HEADLINE332 {
			width: 290px;
			top: 304px;
			left: 70px;
		}
		#HEADLINE332 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH333 {
			width: 290px;
			top: 349px;
			left: 70px;
		}
		#PARAGRAPH333 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.6;
		}
		#HEADLINE334 {
			width: 290px;
			top: 641px;
			left: 70px;
		}
		#HEADLINE334 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			text-align: center;
			line-height: 1.2;
		}
		#PARAGRAPH335 {
			width: 290px;
			top: 724.89px;
			left: 70px;
		}
		#PARAGRAPH335 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.6;
		}
		#SECTION336 {
			height: 1641.51px;
		}
		#SECTION336 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION336 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#IMAGE358 {
			width: 200px;
			height: 493.671px;
			top: 405.629px;
			left: 619px;
			display: none !important;
		}
		#IMAGE358 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 493.671px;
			top: 0px;
			left: 0px;
			background-image: url("../img/anh-cat-varikose-1-20200720084556.png");
		}
		#HEADLINE359 {
			width: 409px;
			top: 10px;
			left: 5.8694px;
		}
		#HEADLINE359 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE360 {
			width: 390px;
			top: 168.001px;
			left: 16.6114px;
		}
		#HEADLINE360 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE361 {
			width: 391px;
			top: 300.046px;
			left: 15.8694px;
		}
		#LINE361 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE361 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH362 {
			width: 393px;
			top: 334.112px;
			left: 13.8694px;
		}
		#PARAGRAPH362 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: justify;
			line-height: 1.6;
		}
		#HEADLINE365 {
			width: 406px;
			top: 613.112px;
			left: 10.7247px;
		}
		#HEADLINE365 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE366 {
			width: 360px;
			top: 719.112px;
			left: 33.2247px;
		}
		#LINE366 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE366 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH367 {
			width: 406px;
			top: 748.112px;
			left: 10.2247px;
		}
		#PARAGRAPH367 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#HEADLINE369 {
			width: 388px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE369 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE370 {
			width: 380px;
			top: 43.3586px;
			left: 1.68179px;
		}
		#LINE370 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE370 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH371 {
			width: 389px;
			top: 76.8894px;
			left: 0.494644px;
		}
		#PARAGRAPH371 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#GROUP368 {
			width: 389.495px;
			height: 218.889px;
			top: 873.974px;
			left: 10.2247px;
		}
		#HEADLINE373 {
			width: 391px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE373 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE374 {
			width: 376px;
			top: 56.644px;
			left: 3.69649px;
		}
		#LINE374 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE374 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH375 {
			width: 394px;
			top: 76.8894px;
			left: 0.498967px;
		}
		#PARAGRAPH375 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#HEADLINE377 {
			width: 394px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE377 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE378 {
			width: 151px;
			top: 43.3588px;
			left: 1.70671px;
		}
		#LINE378 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE378 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH379 {
			width: 396px;
			top: 76.8896px;
			left: 0.501974px;
		}
		#PARAGRAPH379 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#GROUP376 {
			width: 396.46px;
			height: 104.103px;
			top: 1315.99px;
			left: 6.742px;
		}
		#HEADLINE381 {
			width: 404px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE381 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			text-align: justify;
			line-height: 1.6;
		}
		#LINE382 {
			width: 403px;
			top: 59.6097px;
			left: 2.01601px;
		}
		#LINE382 > .ladi-line > .ladi-line-container {
			border-top: 3px dashed rgb(0, 0, 0);
			border-right: 3px dashed rgb(0, 0, 0);
			border-bottom: 3px dashed rgb(0, 0, 0);
			border-left: 0px !important;
		}
		#LINE382 > .ladi-line {
			width: 100%;
			padding: 8px 0px;
		}
		#PARAGRAPH383 {
			width: 406px;
			top: 73.7879px;
			left: 0.516007px;
		}
		#PARAGRAPH383 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: justify;
			line-height: 1.6;
		}
		#GROUP380 {
			width: 406.516px;
			height: 241.788px;
			top: 1526.42px;
			left: 5.242px;
		}
		#SECTION384 {
			height: 828.947px;
		}
		#SECTION384 > .ladi-section-background {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/imagine_bg-1.jpg");
			background-position: center top;
			background-repeat: no-repeat;
		}
		#SECTION384 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE385 {
			width: 400px;
			top: 25.51px;
			left: 10px;
		}
		#HEADLINE385 > .ladi-headline {
			color: rgb(23, 100, 200);
			font-size: 26px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE386 {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 87.5px;
		}
		#IMAGE386 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
			background-image: url("../img/reviews_img-20200721042907.jpg");
		}
		#HEADLINE387 {
			width: 286px;
			top: 211px;
			left: 51.72px;
		}
		#HEADLINE387 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH388 {
			width: 376px;
			top: 280px;
			left: 0px;
		}
		#PARAGRAPH388 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: left;
			line-height: 1.6;
		}
		#GROUP389 {
			width: 376px;
			height: 715px;
			top: 33.534px;
			left: 25.5px;
		}
		#IMAGE391 {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 90px;
		}
		#IMAGE391 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
			background-image: url("../img/reviews_img2-20200721043709.jpg");
		}
		#HEADLINE392 {
			width: 308px;
			top: 215px;
			left: 39.5px;
		}
		#HEADLINE392 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 20px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH393 {
			width: 378px;
			top: 282px;
			left: 0px;
		}
		#PARAGRAPH393 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: left;
			line-height: 1.6;
			
		}
		.slide {
			padding-left: 10px;
			padding-right: 10px;
		}
		#GROUP390 {
			width: 378px;
			height: 538px;
			top: 33.534px;
			left: 441px;
		}
		#IMAGE395 {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 95.5px;
		}
		#IMAGE395 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 200px;
			top: 0px;
			left: 0px;
			background-image: url("../img/reviews_img3-20200721043759.jpg");
		}
		#HEADLINE396 {
			width: 308px;
			top: 215px;
			left: 73px;
		}
		#HEADLINE396 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 19px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH397 {
			width: 379px;
			top: 278px;
			left: 0px;
		}
		#PARAGRAPH397 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 16px;
			text-align: left;
			line-height: 1.6;
		}
		#GROUP394 {
			width: 381px;
			height: 478px;
			top: 31.534px;
			left: 864px;
		}
		#CAROUSEL398 {
			width: 420px;
			height: 722.069px;
			top: 71px;
			left: 0px;
		}
		#HEADLINE399 {
			width: 400px;
			top: 823.069px;
			left: 10px;
		}
		#HEADLINE399 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE400 {
			width: 400px;
			top: 915.07px;
			left: 10px;
		}
		#HEADLINE400 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 30px;
			text-align: center;
			line-height: 1.6;
		}
		#SECTION402 {
			height: 610px;
		}
		#SECTION402 > .ladi-section-background {
			background-color: rgb(0, 0, 0);
		}
		#SECTION402 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE403 {
			width: 400px;
			top: 18.85px;
			left: 10px;
		}
		#HEADLINE403 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#HEADLINE405 {
			width: 340px;
			top: 181.131px;
			left: 69px;
		}
		#HEADLINE405 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.6;
		}
		#HEADLINE409 {
			width: 340px;
			top: 265.131px;
			left: 69px;
		}
		#HEADLINE409 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#HEADLINE412 {
			width: 340px;
			top: 367.71px;
			left: 69px;
		}
		#HEADLINE412 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#HEADLINE415 {
			width: 340px;
			top: 459.71px;
			left: 69px;
		}
		#HEADLINE415 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#HEADLINE418 {
			width: 340px;
			top: 551.71px;
			left: 69px;
		}
		#HEADLINE418 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#HEADLINE421 {
			width: 340px;
			top: 643.71px;
			left: 69px;
		}
		#HEADLINE421 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			line-height: 1.4;
		}
		#SECTION422 {
			height: 1292.67px;
		}
		#SECTION422 > .ladi-section-background {
			background: rgba(203, 33, 24, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(203, 33, 24, 1.0), rgba(203, 77, 24, 1.0));
			background: linear-gradient(180deg, rgba(203, 33, 24, 1.0), rgba(203, 77, 24, 1.0));
		}
		#SECTION422 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE423 {
			width: 400px;
			top: 39px;
			left: 10px;
		}
		#HEADLINE423 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 25px;
			text-align: center;
			line-height: 1.4;
		}
		#IMAGE424 {
			width: 53.122px;
			height: 99px;
			top: 131.131px;
			left: 24.339px;
		}
		#IMAGE424 > .ladi-image > .ladi-image-background {
			width: 53.122px;
			height: 99px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img1-1.png");
		}
		#HEADLINE425 {
			width: 290px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE425 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH426 {
			width: 310px;
			top: 33px;
			left: 0px;
		}
		#PARAGRAPH426 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP427 {
			width: 310px;
			height: 87px;
			top: 150.131px;
			left: 100px;
		}
		#IMAGE428 {
			width: 59.4444px;
			height: 60px;
			top: 279.149px;
			left: 21.1778px;
		}
		#IMAGE428 > .ladi-image > .ladi-image-background {
			width: 59.4444px;
			height: 60px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img2-20200721052756.png");
		}
		#HEADLINE430 {
			width: 113px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE430 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH431 {
			width: 310px;
			top: 33px;
			left: 0px;
		}
		#PARAGRAPH431 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP429 {
			width: 310px;
			height: 79px;
			top: 272.184px;
			left: 100px;
		}
		#IMAGE432 {
			width: 60px;
			height: 60px;
			top: 402.666px;
			left: 20.9px;
		}
		#IMAGE432 > .ladi-image > .ladi-image-background {
			width: 60px;
			height: 60px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img3-20200721052853.png");
		}
		#HEADLINE434 {
			width: 133px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE434 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH435 {
			width: 310px;
			top: 33px;
			left: 0px;
		}
		#PARAGRAPH435 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: justify;
			line-height: 1.4;
		}
		#GROUP433 {
			width: 310px;
			height: 61px;
			top: 395.684px;
			left: 100px;
		}
		#IMAGE436 {
			width: 61.8px;
			height: 60px;
			top: 511.684px;
			left: 20px;
		}
		#IMAGE436 > .ladi-image > .ladi-image-background {
			width: 61.8px;
			height: 60px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_img4-1.png");
		}
		#HEADLINE438 {
			width: 128px;
			top: 0px;
			left: 1.5px;
		}
		#HEADLINE438 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 21px;
			font-weight: bold;
			line-height: 1.6;
		}
		#PARAGRAPH439 {
			width: 310px;
			top: 33px;
			left: 0px;
		}
		#PARAGRAPH439 > .ladi-paragraph {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP437 {
			width: 310px;
			height: 79px;
			top: 501.684px;
			left: 100px;
		}
		#IMAGE440 {
			width: 134px;
			height: 25px;
			top: 347.184px;
			left: -280px;
			display: none !important;
		}
		#IMAGE440 > .ladi-image > .ladi-image-background {
			width: 134px;
			height: 25px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-20200721040827.png");
		}
		#IMAGE441 {
			width: 134px;
			height: 25px;
			top: 337.184px;
			left: 480px;
			display: none !important;
		}
		#IMAGE441 > .ladi-image > .ladi-image-background {
			width: 134px;
			height: 25px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-20200721040827.png");
		}
		#IMAGE442 {
			width: 134px;
			height: 25px;
			top: 550.184px;
			left: 480px;
			display: none !important;
		}
		#IMAGE442 > .ladi-image > .ladi-image-background {
			width: 134px;
			height: 25px;
			top: 0px;
			left: 0px;
			background-image: url("../img/checkout_arrow-20200721040827.png");
		}
		#HEADLINE482 {
			width: 393px;
			top: 15.674px;
			left: 13px;
		}
		#HEADLINE482 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 31px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE483 {
			width: 406px;
			top: 105.674px;
			left: 10px;
		}
		#HEADLINE483 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 17px;
			text-align: center;
			line-height: 1.6;
		}
		#BOX495 {
			width: 424px;
			height: 920px;
			top: 713.26px;
			left: -2px;
		}
		#BOX495 > .ladi-box {
			background-color: rgb(0, 0, 0);
		}
		#IMAGE543 {
			width: 151px;
			height: 113px;
			top: 335.674px;
			left: 620px;
		}
		#IMAGE543 > .ladi-image > .ladi-image-background {
			width: 151px;
			height: 113px;
			top: 0px;
			left: 0px;
			background-image: url("../img/approved3-1.png");
		}
		#GROUP372 {
			width: 394.499px;
			height: 190.889px;
			top: 1112.1px;
			left: 7.72252px;
		}
		#IMAGE549 {
			width: 381.623px;
			height: 588.159px;
			top: 0px;
			left: 0px;
		}
		#IMAGE549 > .ladi-image > .ladi-image-background {
			width: 381.623px;
			height: 588.159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/pop-up-dat-mua-varikose-mobile-1.png");
		}
		#IMAGE549 > .ladi-image {
			border-radius: 20px;
		}
		#HEADLINE550 {
			width: 320px;
			top: 8.8px;
			left: 29.423px;
		}
		#HEADLINE550 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 31px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE551 {
			width: 359px;
			top: 63.8px;
			left: 11.3115px;
		}
		#HEADLINE551 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 18px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#FORM552 {
			width: 355.925px;
			height: 182.85px;
			top: 303.89px;
			left: 12.849px;
		}
		#FORM552 > .ladi-form {
			color: rgb(0, 0, 0);
			font-size: 12px;
			line-height: 1.6;
		}
		#FORM552 .ladi-form-item .ladi-form-control::placeholder,
		#FORM552 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
			color: #000;
		}
		#FORM552 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
		}
		#FORM552 .ladi-form-item-container,
		#FORM552 .ladi-form-label-container .ladi-form-label-item {
			border-style: solid;
			border-color: rgb(238, 238, 238);
			border-width: 1px;
		}
		#FORM552 .ladi-form-item-container .ladi-form-quantity button {
			background-color: rgb(238, 238, 238);
		}
		#FORM552 .ladi-form-item-background {
			background-color: rgb(255, 255, 255);
		}
		#BUTTON553 {
			width: 355.925px;
			height: 51.141px;
			top: 131.709px;
			left: 0px;
		}
		#BUTTON553 > .ladi-button > .ladi-button-background {
			background: rgba(255, 1, 1, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
			background: linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
		}
		#BUTTON553 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON553.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT553 {
			width: 356px;
			top: 12.3962px;
			left: 0px;
		}
		#BUTTON_TEXT553 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#FORM_ITEM554 {
			width: 355.925px;
			height: 48.2073px;
			top: 0px;
			left: 0px;
		}
		#FORM_ITEM556 {
			width: 355.925px;
			height: 48.2073px;
			top: 58.1108px;
			left: 0px;
		}
		#HEADLINE558 {
			width: 359px;
			top: 177px;
			left: 9.923px;
		}
		#HEADLINE558 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 20px;
			margin-left:4%;
			line-height: 1.6;
		}
		#HEADLINE559 {
			width: 328px;
			top: 212.04px;
			left: 159.479px;
		}
		#HEADLINE559 > .ladi-headline {
			color: rgb(234, 1, 1);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE560 {
			width: 148px;
			top: 215.04px;
			left: 24.3115px;
		}
		#HEADLINE560 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 22px;
			font-weight: bold;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE561 {
			width: 373px;
			top: 257.04px;
			left: 4.8115px;
		}
		#HEADLINE561 > .ladi-headline {
			color: rgb(238, 28, 17);
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE563 {
			width: 221.151px;
			height: 547.185px;
			top: 850.479px;
			left: -500.576px;
		}
		#IMAGE563 > .ladi-image > .ladi-image-background {
			width: 221.151px;
			height: 547.185px;
			top: 0px;
			left: 0px;
			background-image: url("../img/product.png");
		}
		#GROUP564 {
			width: 487.479px;
			height: 588.159px;
			top: 609.519px;
			left: 21.214px;
		}
		#BOX480 {
			width: 76.5635px;
			height: 73.8361px;
			top: 0px;
			left: 195.516px;
		}
		#BOX480 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved3-20200720091238.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX479 {
			width: 69.3175px;
			height: 72.799px;
			top: 0px;
			left: 103.781px;
		}
		#BOX479 > .ladi-box {
			background-size: cover;
			background-attachment: scroll;
			background-origin: content-box;
			background-image: url("../img/approved2-20200720090938.png");
			background-position: center top;
			background-repeat: repeat;
		}
		#BOX478 {
			width: 81.3626px;
			height: 64.5005px;
			top: 0px;
			left: 0px;
		}


		#IMAGE466 {
			width: 328.403px;
			height: 412.232px;
			top: 641.52px;
			left: 37px;
		}
		#IMAGE466 > .ladi-image > .ladi-image-background {
			width: 425.74px;
			height: 425.739px;
			top: -4.64721px;
			left: -29.4323px;
			background-image: url("../img/product.png");
		}
		#IMAGE609 {
			width: 90.1968px;
			height: 88.716px;
			top: 1477.52px;
			left: 298px;
		}
		#IMAGE609 > .ladi-image > .ladi-image-background {
			width: 90.1968px;
			height: 88.716px;
			top: 0px;
			left: 0px;
			background-image: url("../img/chu-ky-1-20201106094446.png");
		}
		#BUTTON610 {
			width: 243px;
			height: 53px;
			top: 727.131px;
			left: 93px;
		}
		#BUTTON610 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON610 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON610.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT610 {
			width: 268px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT610 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON_TEXT611 {
			width: 390px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT611 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON611 {
			width: 337px;
			height: 53px;
			top: 544px;
			left: 41px;
		}
		#BUTTON611 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON611 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON611.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT613 {
			width: 390px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT613 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON613 {
			width: 337px;
			height: 53px;
			top: 950.84px;
			left: 41.5px;
		}
		#BUTTON613 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON613 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON613.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT615 {
			width: 390px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT615 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON615 {
			width: 337px;
			height: 53px;
			top: 1807.67px;
			left: 40px;
		}
		#BUTTON615 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON615 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON615.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#BUTTON_TEXT634 {
			width: 390px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT634 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON634 {
			width: 337px;
			height: 53px;
			top: 1218.9px;
			left: 41px;
		}
		#BUTTON634 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON634 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON634.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#IMAGE653 {
			width: 381.623px;
			height: 488.159px;
			top: 0px;
			left: 0px;
		}
		#IMAGE653 > .ladi-image > .ladi-image-background {
			width: 381.623px;
			height: 488.159px;
			top: 0px;
			left: 0px;
			background-image: url("../img/pop-up-dat-mua-varikose-mobile-20200729081804.png");
		}
		#IMAGE653 > .ladi-image {
			border-radius: 24px;
		}
		#HEADLINE654 {
			width: 296px;
			top: 8.8px;
			left: 41.423px;
		}
		#HEADLINE654 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 31px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#HEADLINE655 {
			width: 359px;
			top: 57.8px;
			left: 11.3115px;
		}
		#HEADLINE655 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON_TEXT657 {
			width: 356px;
			top: 12.3962px;
			left: 0px;
		}
		#BUTTON_TEXT657 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON657 {
			width: 355.925px;
			height: 51.141px;
			top: 128.709px;
			left: 0px;
		}
		#BUTTON657 > .ladi-button > .ladi-button-background {
			background: rgba(255, 1, 1, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
			background: linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
		}
		#BUTTON657 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON657.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#FORM_ITEM659 {
			width: 355.925px;
			height: 48.2073px;
			top: 0px;
			left: 0px;
		}
		#FORM_ITEM660 {
			width: 355.925px;
			height: 48.2073px;
			top: 58.1108px;
			left: 0px;
		}
		#FORM656 {
			width: 355.925px;
			height: 179.85px;
			top: 249.89px;
			left: 11.4605px;
		}
		#FORM656 > .ladi-form {
			color: rgb(0, 0, 0);
			font-size: 12px;
			line-height: 1.6;
		}
		#FORM656 .ladi-form-item .ladi-form-control::placeholder,
		#FORM656 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
			color: #000;
		}
		#FORM656 .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%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
		}
		#FORM656 .ladi-form-item-container,
		#FORM656 .ladi-form-label-container .ladi-form-label-item {
			border-style: solid;
			border-color: rgb(238, 238, 238);
			border-width: 1px;
		}
		#FORM656 .ladi-form-item-container .ladi-form-quantity button {
			background-color: rgb(238, 238, 238);
		}
		#FORM656 .ladi-form-item-background {
			background-color: rgb(255, 255, 255);
		}
		#HEADLINE661 {
			width: 359px;
			top: 103px;
			left: 10.423px;
		}
		#HEADLINE661 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 20px;
			margin-left:4%;
			line-height: 1.6;
		}
		#HEADLINE662 {
			width: 396px;
			top: 140px;
			left: 154.923px;
		}
		#HEADLINE662 > .ladi-headline {
			color: rgb(234, 1, 1);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE663 {
			width: 141px;
			top: 145px;
			left: 19.923px;
		}
		#HEADLINE663 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 22px;
			font-weight: bold;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE664 {
			width: 369px;
			top: 190.04px;
			left: 4.923px;
		}
		#HEADLINE664 > .ladi-headline {
			color: rgb(36, 36, 36);
			font-size: 19px;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			line-height: 1.6;
		}
		#GROUP652 {
			width: 550.923px;
			height: 488.159px;
			top: 185.674px;
			left: 20.077px;
		}
		#BOX669 {
			width: 81.5645px;
			height: 80px;
			top: 0px;
			left: 0px;
		}
		#BOX669 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 3px;
			border-radius: 100px;
		}
		#IMAGE670 {
			width: 56.019px;
			height: 73.3931px;
			top: 6.60645px;
			left: 12.7723px;
		}
		#IMAGE670 > .ladi-image > .ladi-image-background {
			width: 56.019px;
			height: 73.3931px;
			top: 0px;
			left: 0px;
			background-image: url("../img/tai-xuong-20201118045610.png");
		}
		#GROUP671 {
			width: 381.623px;
			height: 80px;
			top: 1217.16px;
			left: -10%;
		}
		#GROUP672 {
			width: 81.5645px;
			height: 80px;
			top: 0px;
			left: 300.058px;
		}
		#BOX674 {
			width: 81.0001px;
			height: 81px;
			top: 0px;
			left: 0px;
		}
		#BOX674 > .ladi-box {
			border-style: solid;
			border-color: rgb(255, 255, 255);
			border-width: 3px;
			border-radius: 100px;
		}
		#IMAGE675 {
			width: 55.6314px;
			height: 74.3105px;
			top: 6.68903px;
			left: 12.6839px;
		}
		#IMAGE675 > .ladi-image > .ladi-image-background {
			width: 55.6314px;
			height: 74.3105px;
			top: 0px;
			left: 0px;
			background-image: url("../img/tai-xuong-20201118045610.png");
		}
		#GROUP673 {
			width: 81.0001px;
			height: 81px;
			top: 0px;
			left: 294.498px;
		}
		#GROUP677 {
			width: 375.498px;
			height: 81px;
			top: 1160.67px;
			left: -11%;
		}
		#PARAGRAPH678 {
			width: 386px;
			top: 1378.82px;
			left: 18px;
		}
		#PARAGRAPH678 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			text-align: left;
			line-height: 1.6;
		}
		#IMAGE679 {
			width: 128.274px;
			height: 127px;
			top: 1332px;
			left: 141.363px;
		}
		#IMAGE679 > .ladi-image > .ladi-image-background {
			width: 150.274px;
			height: 127px;
			top: 0px;
			left: 0px;
			background-image: url("../img/ivy-1628737_960_720-20201118104133.jpg");
		}
		#IMAGE679 > .ladi-image {
			border-radius: 70px;
		}
		#HEADLINE681 {
			width: 380px;
			top: 0px;
			left: 0px;
		}
		#HEADLINE681 > .ladi-headline {
			color: rgb(0, 0, 0);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#PARAGRAPH682 {
			width: 380px;
			top: 28px;
			left: 0px;
		}
		#PARAGRAPH682 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 17px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP680 {
			width: 380px;
			height: 143px;
			top: 1484px;
			left: 20px;
		}
		#IMAGE683 {
			width: 18px;
			height: 5px;
			top: 2245.57px;
			left: 490px;
			display: none !important;
		}
		#IMAGE683 > .ladi-image > .ladi-image-background {
			width: 18px;
			height: 98px;
			top: 0px;
			left: 0px;
			background-image: url("../img/invalid_arrow_center-20200720095722.png");
		}
		#IMAGE683 > .ladi-image {
			transform: rotate(345deg);
			-webkit-transform: rotate(345deg);
		}
		#BOX687 {
			width: 386.622px;
			height: 62.7945px;
			top: 0px;
			left: 0px;
		}
		#BOX687 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE688 {
			width: 330px;
			top: 5.7945px;
			left: 50.0933px;
		}
		#HEADLINE688 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 15px;
			line-height: 1.2;
		}
		#GROUP686 {
			width: 386.622px;
			height: 62.7945px;
			top: 0px;
			left: 0px;
		}
		#BOX691 {
			width: 386.528px;
			height: 55.0866px;
			top: 0px;
			left: 0px;
		}
		#BOX691 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE692 {
			width: 319px;
			top: 7.06036px;
			left: 52.2783px;
		}
		#HEADLINE692 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 15px;
			line-height: 1.2;
		}
		#GROUP690 {
			width: 386.528px;
			height: 55.0866px;
			top: 69.171px;
			left: 0.0933px;
		}
		#BOX695 {
			width: 386.529px;
			height: 52.5375px;
			top: 0px;
			left: 0px;
		}
		#BOX695 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE696 {
			width: 344px;
			top: 7.922px;
			left: 50px;
		}
		#HEADLINE696 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 15px;
			line-height: 1.2;
		}
		#GROUP694 {
			width: 394px;
			height: 52.5375px;
			top: 130.702px;
			left: 0.0933px;
		}
		#BOX699 {
			width: 386.529px;
			height: 71.252px;
			top: 0px;
			left: 0px;
		}
		#BOX699 > .ladi-box {
			background-color: rgb(92, 15, 11);
		}
		#HEADLINE700 {
			width: 330px;
			top: 6.6735px;
			left: 50px;
		}
		#HEADLINE700 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 15px;
			line-height: 1.2;
		}
		#GROUP698 {
			width: 386.529px;
			height: 71.252px;
			top: 190.372px;
			left: 0.0933px;
		}
		#GROUP685 {
			width: 394.093px;
			height: 261.624px;
			top: 664.003px;
			left: 502.907px;
		}
		#IMAGE704 {
			width: 315.485px;
			height: 246.05px;
			top: 1344.46px;
			left: 59px;
		}
		#IMAGE704 > .ladi-image > .ladi-image-background {
			width: 315.485px;
			height: 301.518px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_shape-03-20201118111929.png");
		}
		#IMAGE705 {
			width: 404.033px;
			height: 386.146px;
			top: 984.462px;
			left: 2.9835px;
		}
		#IMAGE705 > .ladi-image > .ladi-image-background {
			width: 404.033px;
			height: 386.146px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_shape-02-20201118111927.png");
		}
		#BUTTON_TEXT707 {
			width: 390px;
			top: 9px;
			left: 0px;
		}
		#BUTTON_TEXT707 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#BUTTON707 {
			width: 281.5px;
			height: 53px;
			top: 1514.26px;
			left: 70px;
		}
		#BUTTON707 > .ladi-button > .ladi-button-background {
			background-color: rgb(238, 28, 17);
		}
		#BUTTON707 > .ladi-button {
			border-radius: 10px;
		}
		#BUTTON707.ladi-animation > .ladi-button {
			animation-name: pulse;
			-webkit-animation-name: pulse;
			animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-duration: 2s;
			-webkit-animation-duration: 2s;
			animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
		}
		#PEN_TOOL710 {
			width: 70px;
			height: 42.033px;
			top: 276.989px;
			left: -29px;
		}
		#PEN_TOOL710 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL710 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL711 {
			width: 70px;
			height: 42.033px;
			top: 362.989px;
			left: -29px;
		}
		#PEN_TOOL711 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL711 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL712 {
			width: 70px;
			height: 42.033px;
			top: 437.989px;
			left: -29px;
		}
		#PEN_TOOL712 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL712 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL714 {
			width: 70px;
			height: 42.033px;
			top: 519.139px;
			left: -28.9995px;
		}
		#PEN_TOOL714 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL714 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#SHAPE715 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE715 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE716 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE716 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP733 {
			width: 53.6721px;
			height: 61.1579px;
			top: 177.552px;
			left: 6px;
		}
		#SHAPE735 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE735 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE736 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE736 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP734 {
			width: 53.6721px;
			height: 61.1579px;
			top: 269.052px;
			left: 6px;
		}
		#SHAPE738 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE738 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE739 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE739 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP737 {
			width: 53.6721px;
			height: 61.1579px;
			top: 452.131px;
			left: 6px;
		}
		#SHAPE741 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE741 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE742 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE742 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP740 {
			width: 53.6721px;
			height: 61.1579px;
			top: 360.131px;
			left: 6px;
		}
		#SHAPE744 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE744 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE745 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE745 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP743 {
			width: 53.6721px;
			height: 61.1579px;
			top: 544.131px;
			left: 6px;
		}
		#SHAPE748 {
			width: 53.6721px;
			height: 61.1579px;
			top: 0px;
			left: 0px;
		}
		#SHAPE748 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#SHAPE749 {
			width: 25.222px;
			height: 26.6869px;
			top: 16.7366px;
			left: 13.1502px;
		}
		#SHAPE749 svg:last-child {
			fill: rgba(255, 255, 255, 1.0);
		}
		#GROUP747 {
			width: 53.6721px;
			height: 61.1579px;
			top: 636.131px;
			left: 6px;
		}
		#PEN_TOOL750 {
			width: 70px;
			height: 42.033px;
			top: 674.27px;
			left: 480px;
		}
		#PEN_TOOL750 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL750 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL751 {
			width: 70px;
			height: 42.033px;
			top: 776.623px;
			left: 482px;
		}
		#PEN_TOOL751 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL751 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL752 {
			width: 70px;
			height: 42.033px;
			top: 776.62px;
			left: 588px;
		}
		#PEN_TOOL752 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL752 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#PEN_TOOL753 {
			width: 70px;
			height: 42.033px;
			top: 826.62px;
			left: 588px;
		}
		#PEN_TOOL753 svg:last-child {
			fill: rgba(232, 185, 48, 1.0);
		}
		#PEN_TOOL753 svg:last-child {
			stroke: rgb(0, 0, 0);
			stroke-width: 1px;
		}
		#IMAGE754 {
			width: 404.996px;
			height: 640px;
			top: 290.161px;
			left: 6.92664px;
		}
		#IMAGE754 > .ladi-image > .ladi-image-background {
			width: 404.996px;
			height: 640px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_ind_bieu_do-02-1.png");
		}
		#HEADLINE756 {
			width: 366px;
			top: 289.161px;
			left: 44px;
		}
		#HEADLINE756 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 18px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#HEADLINE757 {
			width: 366px;
			top: 328.161px;
			left: 44px;
		}
		#HEADLINE757 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 18px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#HEADLINE758 {
			width: 400px;
			top: 408.161px;
			left: 10px;
		}
		#HEADLINE758 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#HEADLINE759 {
			width: 400px;
			top: 575.161px;
			left: 10px;
		}
		#HEADLINE759 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#HEADLINE775 {
			width: 400px;
			top: 768.161px;
			left: 10px;
		}
		#HEADLINE775 > .ladi-headline {
			color: rgb(228, 228, 228);
			font-size: 17px;
			text-align: left;
			line-height: 1.4;
		}
		#IMAGE776 {
			width: 456.684px;
			height: 88.9583px;
			top: 391.161px;
			left: 510px;
		}
		#IMAGE776 > .ladi-image > .ladi-image-background {
			width: 456.684px;
			height: 88.9583px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_ind_bieu_do-01-20201204024210.png");
		}
		#HEADLINE778 {
			width: 400px;
			top: 1252.67px;
			left: 10px;
		}
		#HEADLINE778 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 12px;
			font-style: italic;
			line-height: 1.6;
		}
		#NOTIFY791 {
			width: 300px;
			height: 62px;
			top: 10px;
			left: 10px;
			bottom: auto;
			right: auto;
			position: fixed;
			z-index: 90000060;
		}
		#PARAGRAPH816 {
			width: 400px;
			top: 827.1px;
			left: 313.248px;
		}
		#PARAGRAPH816 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			line-height: 1.6;
		}
		#PARAGRAPH818 {
			width: 400px;
			top: 332.303px;
			left: 301px;
		}
		#PARAGRAPH818 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 18px;
			line-height: 1.6;
		}
		#FORM_ITEM819 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 0px;
			display: none !important;
		}
		#FORM_ITEM820 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 55px;
			display: none !important;
		}
		#FORM_ITEM821 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 110px;
			display: none !important;
		}
		#FORM_ITEM822 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 165px;
			display: none !important;
		}
		#FORM_ITEM823 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 220px;
			display: none !important;
		}
		#FORM_ITEM824 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 275px;
			display: none !important;
		}
		#FORM_ITEM825 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 330px;
			display: none !important;
		}
		#FORM_ITEM826 {
			width: 25.925px;
			height: 35px;
			top: 116.318px;
			left: 80.925px;
			display: none !important;
		}
		#FORM_ITEM827 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 0px;
			display: none !important;
		}
		#FORM_ITEM828 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 43px;
			display: none !important;
		}
		#FORM_ITEM829 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 86px;
			display: none !important;
		}
		#FORM_ITEM830 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 129px;
			display: none !important;
		}
		#FORM_ITEM831 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 172px;
			display: none !important;
		}
		#FORM_ITEM832 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 215px;
			display: none !important;
		}
		#FORM_ITEM833 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 258px;
			display: none !important;
		}
		#FORM_ITEM834 {
			width: 29.925px;
			height: 35px;
			top: 116.318px;
			left: 301px;
			display: none !important;
		}
		#IMAGE835 {
			width: 200px;
			height: 68.8406px;
			top: 14px;
			left: 110px;
		}
		#IMAGE835 > .ladi-image > .ladi-image-background {
			width: 200px;
			height: 68.8406px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo_logo-20210716104851.png");
		}
		#HEADLINE836 {
			width: 367px;
			top: 1112.16px;
			left: 26.5px;
		}
		#HEADLINE836 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 12px;
			font-weight: bold;
			font-style: italic;
			text-align: center;
			line-height: 1.6;
		}
		#IMAGE837 {
			width: 400px;
			height: 565.518px;
			top: 164px;
			left: 10px;
		}
		#IMAGE837 > .ladi-image > .ladi-image-background {
			width: 400px;
			height: 565.518px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo_gp-1.jpg");
		}
		#PARAGRAPH838 {
			width: 400px;
			top: 632.52px;
			left: 18px;
		}
		#PARAGRAPH838 > .ladi-paragraph {
			color: rgb(0, 0, 0);
			font-size: 19px;
			text-align: left;
			line-height: 1.6;
		}
		#HEADLINE839 {
			width: 400px;
			top: 1063.66px;
			left: 10px;
		}
		#HEADLINE839 > .ladi-headline {
			color: rgb(255, 255, 255);
			font-size: 14px;
			font-weight: bold;
			font-style: italic;
			line-height: 1.6;
		}
		#HEADLINE845 {
			width: 328px;
			top: 0px;
			left: 47.4266px;
		}
		#HEADLINE845 > .ladi-headline {
			font-family: "Krub-BoldItalic.ttf";
			color: rgb(250, 221, 209);
			font-size: 26px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#SHAPE846 {
			width: 23.1007px;
			height: 31.7877px;
			top: 5.8342px;
			left: 68.8605px;
		}
		#SHAPE846 svg:last-child {
			fill: rgba(255, 255, 255, 1);
		}
		#HEADLINE847 {
			width: 404px;
			top: 44.6856px;
			left: 0px;
		}
		#HEADLINE847 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP844 {
			width: 404px;
			height: 91.6856px;
			top: 0px;
			left: 7.43px;
		}
		#BOX849 {
			width: 333px;
			height: 111px;
			top: 37.6535px;
			left: 24.727px;
		}
		#BOX849 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE850 {
			width: 88.655px;
			height: 180.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE850 > .ladi-image > .ladi-image-background {
			width: 89.2431px;
			height: 180.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX852 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX852 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE853 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE853 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE854 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE854 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP851 {
			width: 77.0184px;
			height: 77.0184px;
			top: 52.1355px;
			left: 61.722px;
		}
		#HEADLINE855 {
			width: 204px;
			top: 55.6445px;
			left: 153.727px;
		}
		#HEADLINE855 > .ladi-headline {
			color: rgb(202, 32, 24);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP848 {
			width: 357.727px;
			height: 180.289px;
			top: 104.885px;
			left: 31.6365px;
		}
		#BOX857 {
			width: 333px;
			height: 111px;
			top: 32.1535px;
			left: 25.1312px;
		}
		#BOX857 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE858 {
			width: 85.8343px;
			height: 169.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE858 > .ladi-image > .ladi-image-background {
			width: 85.8343px;
			height: 169.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX860 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX860 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE861 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE861 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE862 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE862 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP859 {
			width: 77.0184px;
			height: 77.0184px;
			top: 50.1445px;
			left: 55.1262px;
		}
		#HEADLINE863 {
			width: 204px;
			top: 50.1445px;
			left: 154.131px;
		}
		#HEADLINE863 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP856 {
			width: 358.131px;
			height: 169.289px;
			top: 297.674px;
			left: 31.2323px;
		}
		#BOX865 {
			width: 327px;
			height: 111px;
			top: 28.6533px;
			left: 28.079px;
		}
		#BOX865 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE866 {
			width: 80.2465px;
			height: 163.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE866 > .ladi-image > .ladi-image-background {
			width: 80.2465px;
			height: 163.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX868 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX868 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE869 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE869 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE870 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE870 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP867 {
			width: 77.0184px;
			height: 77.0184px;
			top: 43.1353px;
			left: 59.0741px;
		}
		#HEADLINE871 {
			width: 204px;
			top: 46.6443px;
			left: 151.079px;
		}
		#HEADLINE871 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP864 {
			width: 355.079px;
			height: 163.289px;
			top: 489.885px;
			left: 33.7144px;
		}
		#BOX873 {
			width: 420px;
			height: 160px;
			top: 0px;
			left: 0px;
		}
		#BOX873 > .ladi-box {
			background-color: rgb(11, 149, 108);
			border-radius: 10px;
		}
		#PARAGRAPH874 {
			width: 397px;
			top: 15.889px;
			left: 11.5px;
		}
		#PARAGRAPH874 > .ladi-paragraph {
			font-family: "Montserrat-BlackItalic.otf";
			color: rgb(255, 255, 255);
			font-size: 24px;
			text-align: center;
			line-height: 1.4;
		}
		#PARAGRAPH875 {
			width: 397px;
			top: 115.889px;
			left: 11.5px;
		}
		#PARAGRAPH875 > .ladi-paragraph {
			font-family: "Krub-SemiBold.ttf";
			color: rgb(255, 255, 255);
			font-size: 14px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP872 {
			width: 420px;
			height: 160px;
			top: 677.31px;
			left: 0px;
		}
		#GROUP876 {
			width: 420px;
			height: 837.31px;
			top: 1323.66px;
			left: 0px;
		}
		#SECTION877 {
			height: 890.627px;
		}
		#SECTION877 > .ladi-section-background {
			background: rgba(203, 33, 24, 1.0);
			background: -webkit-linear-gradient(180deg, rgba(203, 33, 24, 1.0), rgba(203, 77, 24, 1.0));
			background: linear-gradient(180deg, rgba(203, 33, 24, 1.0), rgba(203, 77, 24, 1.0));
		}
		#SECTION877 .ladi-section-arrow-down {
			background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
		#HEADLINE933 {
			width: 328px;
			top: 0px;
			left: 47.4266px;
		}
		#HEADLINE933 > .ladi-headline {
			font-family: "Krub-BoldItalic.ttf";
			color: rgb(250, 221, 209);
			font-size: 26px;
			font-weight: bold;
			text-align: center;
			line-height: 1.6;
		}
		#SHAPE934 {
			width: 23.1007px;
			height: 31.7877px;
			top: 5.8342px;
			left: 68.8605px;
		}
		#SHAPE934 svg:last-child {
			fill: rgba(255, 255, 255, 1);
		}
		#HEADLINE935 {
			width: 404px;
			top: 44.6856px;
			left: 0px;
		}
		#HEADLINE935 > .ladi-headline {
			color: rgb(255, 254, 1);
			font-size: 17px;
			font-weight: bold;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP932 {
			width: 404px;
			height: 91.6856px;
			top: 0px;
			left: 7.43px;
		}
		#BOX937 {
			width: 333px;
			height: 111px;
			top: 37.1533px;
			left: 20.727px;
		}
		#BOX937 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE938 {
			width: 88.655px;
			height: 180.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE938 > .ladi-image > .ladi-image-background {
			width: 88.655px;
			height: 180.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX940 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX940 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE941 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE941 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE942 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE942 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP939 {
			width: 77.0184px;
			height: 77.0184px;
			top: 51.6353px;
			left: 57.722px;
		}
		#HEADLINE943 {
			width: 204px;
			top: 55.1443px;
			left: 149.727px;
		}
		#HEADLINE943 > .ladi-headline {
			color: rgb(202, 32, 24);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP936 {
			width: 353.727px;
			height: 180.289px;
			top: 105.385px;
			left: 35.6365px;
		}
		#BOX945 {
			width: 333px;
			height: 111px;
			top: 28.1443px;
			left: 23.1312px;
		}
		#BOX945 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE946 {
			width: 79.8343px;
			height: 169.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE946 > .ladi-image > .ladi-image-background {
			width: 79.8343px;
			height: 169.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX948 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX948 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE949 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE949 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE950 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE950 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP947 {
			width: 77.0184px;
			height: 77.0184px;
			top: 46.1353px;
			left: 53.1262px;
		}
		#HEADLINE951 {
			width: 204px;
			top: 46.1353px;
			left: 152.131px;
		}
		#HEADLINE951 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP944 {
			width: 356.131px;
			height: 169.289px;
			top: 301.683px;
			left: 33.2323px;
		}
		#BOX953 {
			width: 327px;
			height: 111px;
			top: 29.1535px;
			left: 25.079px;
		}
		#BOX953 > .ladi-box {
			background: #f5f7fa;
			background: -webkit-linear-gradient(180deg, #f5f7fa, #c3cfe2);
			background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
			border-radius: 73px;
		}
		#IMAGE954 {
			width: 77.2465px;
			height: 163.289px;
			top: 0px;
			left: 0px;
		}
		#IMAGE954 > .ladi-image > .ladi-image-background {
			width: 77.2465px;
			height: 163.289px;
			top: 0px;
			left: 0px;
			background-image: url("../img/varikose_indo-20210716040120-20210909120133.png");
		}
		#BOX956 {
			width: 77.0184px;
			height: 77.0184px;
			top: 0px;
			left: 0px;
		}
		#BOX956 > .ladi-box {
			background-color: rgb(255, 243, 1);
			border-radius: 184px;
		}
		#HEADLINE957 {
			width: 63px;
			top: 23.205px;
			left: 7.009px;
		}
		#HEADLINE957 > .ladi-headline {
			color: rgb(255, 1, 1);
			font-size: 40px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#HEADLINE958 {
			width: 69px;
			top: 6px;
			left: 4.009px;
		}
		#HEADLINE958 > .ladi-headline {
			color: rgb(140, 12, 12);
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			line-height: 1.2;
		}
		#GROUP955 {
			width: 77.0184px;
			height: 77.0184px;
			top: 43.6355px;
			left: 56.0741px;
		}
		#HEADLINE959 {
			width: 204px;
			top: 47.1445px;
			left: 148.079px;
		}
		#HEADLINE959 > .ladi-headline {
			color: rgb(203, 33, 24);
			font-size: 25px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
		}
		#GROUP952 {
			width: 352.079px;
			height: 163.289px;
			top: 489.385px;
			left: 36.7144px;
		}
		#BOX961 {
			width: 420px;
			height: 160px;
			top: 0px;
			left: 0px;
		}
		#BOX961 > .ladi-box {
			background-color: rgb(11, 149, 108);
			border-radius: 10px;
		}
		#PARAGRAPH962 {
			width: 397px;
			top: 15.889px;
			left: 11.5px;
		}
		#PARAGRAPH962 > .ladi-paragraph {
			font-family: "Montserrat-BlackItalic.otf";
			color: rgb(255, 255, 255);
			font-size: 24px;
			text-align: center;
			line-height: 1.4;
		}
		#PARAGRAPH963 {
			width: 397px;
			top: 115.889px;
			left: 11.5px;
		}
		#PARAGRAPH963 > .ladi-paragraph {
			font-family: "Krub-SemiBold.ttf";
			color: rgb(255, 255, 255);
			font-size: 14px;
			text-align: center;
			line-height: 1.4;
		}
		#GROUP960 {
			width: 420px;
			height: 160px;
			top: 677.31px;
			left: 0px;
		}
		#GROUP931 {
			width: 420px;
			height: 837.31px;
			top: 32.63px;
			left: 0px;
		}
	}



form input {
	width: 355px;
	height: 44px;
	background:#fff;
	padding: 0 10px;
	margin-bottom: 10px;
}

.submit-form {
	color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    background: rgba(255, 1, 1, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
    background: linear-gradient(180deg, rgba(255, 1, 1, 1.0), rgba(193, 1, 1, 1.0));
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 10px;
}

.submit-form:hover {
	background: linear-gradient(180deg, rgb(173 5 5), rgba(193, 1, 1, 1.0));
}


.submit-form {
	animation: 2s pulse infinite alternate ease-in-out;
	cursor: pointer;
}


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

    100% {
        -webkit-transform: scale(0.95);-ms-transform: scale(0.95);transform: scale(0.95);
    }
}

#GROUP652 .submit-form:after {
    display: inline-block;
    -webkit-animation: dotty steps(1,end) 1.5s infinite;
            animation: dotty steps(1,end) 1.5s infinite;
    content: '';
    position:absolute;
    margin-left:10px;
  }
  
  @-webkit-keyframes dotty {
    0%   { content: ''; }
    25%  { content: '>'; }
    50%  { content: '>>'; }
    75%  { content: '>>>'; }
    100% { content: ''; }
  }
  
  @keyframes dotty {
    0%   { content: ''; }
    25%  { content: '>'; }
    50%  { content: '>>'; }
    75%  { content: '>>>'; }
    100% { content: ''; }
  }

  #standardfooter {
	padding: 15px 0!important;

    font-size: 16px;
    line-height: 24px;
  }



form {
	position: relative
}

#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10000;
	display: none
}

	#loader img {
		position: absolute;
		width: 10%;
		bottom: 50%;
		left: 50%;
		transform: translateY(50%);
		transform: translateX(-50%)
	}

.errorMessage, .message0, .message0e, .message1, .message2 {
	position: relative;
	display: none;
	font-size: 12px;
	color: red;
	font-weight: 700;
	font-family: Arial;
	text-align: center;
	padding-bottom: 10px
}

.errorMessage, .message2 {
	margin-bottom: 10px
}

.whatsapp {
	margin-bottom: 1em
}


.slick-disabled {
	display: none !important;