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
 }

 #country_code_selector {
     position: absolute;
     top: -63px;
     border-style: solid;
     border-color: rgb(255, 255, 255);
     border-width: 1px;
     border-radius: 22px;
     width: 294.269px;
     height: 47.5369px;
	 background-color: #fff;
  padding: 0 5px;
  color: inherit;
 }
 

 table {
     border-collapse: collapse;
     border-spacing: 0
 }

 .ladi-html strong {
     font-weight: 700
 }

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

 .ladi-html a {
     text-decoration: underline
 }

 body {
     font-size: 12px;
     -ms-text-size-adjust: none;
     -moz-text-size-adjust: none;
     -o-text-size-adjust: none;
     -webkit-text-size-adjust: none;
     background: #fff
 }

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

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

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

 .ladi-loading div:nth-child(2) {
     animation-delay: -.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
 }

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

 .ladipage-message {
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 10000000000;
     background: rgba(0, 0, 0, .3)
 }

 .ladipage-message .ladipage-message-box {
     width: 400px;
     max-width: calc(100% - 50px);
     height: 160px;
     border: 1px solid rgba(0, 0, 0, .3);
     background-color: #fff;
     position: fixed;
     top: calc(50% - 155px);
     left: 0;
     right: 0;
     margin: auto;
     border-radius: 10px
 }

 .ladipage-message .ladipage-message-box span {
     display: block;
     background-color: rgba(6, 21, 40, .05);
     color: #000;
     padding: 12px 15px;
     font-weight: 600;
     font-size: 16px;
     line-height: 16px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px
 }

 .ladipage-message .ladipage-message-box .ladipage-message-text {
     display: -webkit-box;
     font-size: 14px;
     padding: 0 20px;
     margin-top: 10px;
     line-height: 18px;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis
 }

 .ladipage-message .ladipage-message-box .ladipage-message-close {
     display: block;
     position: absolute;
     right: 15px;
     bottom: 10px;
     margin: 0 auto;
     padding: 10px 0;
     border: none;
     width: 80px;
     text-transform: uppercase;
     text-align: center;
     color: #000;
     background-color: #e6e6e6;
     border-radius: 5px;
     text-decoration: none;
     font-size: 14px;
     line-height: 14px;
     font-weight: 600;
     cursor: pointer
 }

 .ladi-wraper {
     width: 100%;
     height: 100%;
     min-height: 100vh;
     overflow: hidden
 }

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

 .ladi-section[data-tab-id] {
     display: none
 }

 .ladi-section.selected[data-tab-id] {
     display: block
 }

 .ladi-section .ladi-section-arrow-down {
     position: absolute;
     bottom: 0;
     right: 0;
     left: 0;
     margin: auto;
     cursor: pointer;
     z-index: 90000040
 }

 .ladi-section .ladi-section-close {
     position: absolute;
     top: 0;
     right: 0;
     cursor: pointer;
     z-index: 90000040
 }

 .ladi-section .ladi-section-background {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     pointer-events: none;
     overflow: hidden
 }

 .ladi-container {
     position: relative;
     margin: 0 auto;
     height: 100%
 }

 .ladi-element {
     position: absolute
 }

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

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

 .ladi-survey .ladi-survey-option {
     cursor: pointer;
     position: relative;
     display: inline-block;
     text-decoration-line: inherit;
     -webkit-text-decoration-line: inherit;
     transition: inherit;
     user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none
 }

 .ladi-survey .ladi-survey-option-background {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     pointer-events: none;
     transition: inherit
 }

 .ladi-survey .ladi-survey-option-label {
     display: block;
     text-decoration-line: inherit;
     -webkit-text-decoration-line: inherit;
     position: relative
 }

 .ladi-survey .ladi-survey-option-image {
     background-size: cover;
     background-position: center center;
     pointer-events: none;
     vertical-align: middle;
     border-radius: inherit;
     position: relative
 }

 .ladi-survey .ladi-survey-button-next {
     display: block
 }

 .ladi-survey .ladi-survey-button-next.empty {
     display: none
 }

 .ladi-survey .ladi-survey-button-next.no-select {
     display: none
 }

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

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

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

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

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

 .ladi-carousel .ladi-carousel-arrow-left {
     left: 5px;
     transform: rotate(180deg);
     -webkit-transform: rotate(180deg)
 }

 .ladi-carousel .ladi-carousel-arrow-right {
     right: 5px
 }

 .ladi-gallery {
     position: absolute;
     width: 100%;
     height: 100%
 }

 .ladi-gallery .ladi-gallery-view {
     position: absolute;
     overflow: hidden;
     touch-action: pan-y
 }

 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     width: 100%;
     height: 100%;
     position: relative;
     display: none;
     transition: transform .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-size: contain;
     pointer-events: none;
     cursor: pointer
 }

 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next,
 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.right {
     left: 0;
     transform: translate3d(100%, 0, 0)
 }

 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev,
 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected.left {
     left: 0;
     transform: translate3d(-100%, 0, 0)
 }

 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.next.left,
 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.prev.right,
 .ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item.selected {
     left: 0;
     transform: translate3d(0, 0, 0)
 }

 .ladi-gallery .ladi-gallery-view>.next,
 .ladi-gallery .ladi-gallery-view>.prev,
 .ladi-gallery .ladi-gallery-view>.selected {
     display: block
 }

 .ladi-gallery .ladi-gallery-view>.selected {
     left: 0
 }

 .ladi-gallery .ladi-gallery-view>.next,
 .ladi-gallery .ladi-gallery-view>.prev {
     position: absolute;
     top: 0;
     width: 100%
 }

 .ladi-gallery .ladi-gallery-view>.next {
     left: 100%
 }

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

 .ladi-gallery .ladi-gallery-view>.next.left,
 .ladi-gallery .ladi-gallery-view>.prev.right {
     left: 0
 }

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

 .ladi-gallery .ladi-gallery-view>.selected.right {
     left: 100%
 }

 .ladi-gallery .ladi-gallery-control {
     position: absolute;
     overflow: hidden;
     touch-action: pan-y
 }

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

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

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

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

 .ladi-gallery.ladi-gallery-left .ladi-gallery-view {
     height: 100%
 }

 .ladi-gallery.ladi-gallery-left .ladi-gallery-control {
     height: 100%
 }

 .ladi-gallery.ladi-gallery-right .ladi-gallery-view {
     height: 100%
 }

 .ladi-gallery.ladi-gallery-right .ladi-gallery-control {
     height: 100%;
     right: 0
 }

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

 .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
     left: 5px;
     transform: rotate(180deg);
     -webkit-transform: rotate(180deg)
 }

 .ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
     right: 5px
 }

 .ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
     position: absolute;
     cursor: pointer;
     z-index: 90000040
 }

 .ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
 .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
     top: calc(50% - (33px)/ 2)
 }

 .ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
     left: 0;
     transform: rotate(180deg) scale(.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-size: contain;
     pointer-events: none;
     cursor: pointer
 }

 .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
     filter: none
 }

 .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
     filter: none
 }

 .ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
     margin-right: 0 !important;
     margin-bottom: 0 !important
 }

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

 .ladi-table table {
     width: 100%
 }

 .ladi-table table td {
     vertical-align: middle
 }

 .ladi-table tbody td {
     word-break: break-word
 }

 .ladi-table table td img {
     cursor: pointer;
     width: 100%
 }

 .ladi-box {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden
 }

 .ladi-tabs {
     position: absolute;
     width: 100%;
     height: 100%
 }

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

 .ladi-tabs>.ladi-element[data-index] {
     display: none
 }

 .ladi-tabs>.ladi-element.selected[data-index] {
     display: block
 }

 .ladi-frame {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden
 }

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

 .ladi-banner {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden
 }

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

 #SECTION_POPUP .ladi-container {
     z-index: 90000070
 }

 #SECTION_POPUP .ladi-container>.ladi-element {
     z-index: 90000070;
     position: fixed;
     display: none
 }

 #SECTION_POPUP .ladi-container>.ladi-element[data-fixed-close=true] {
     position: relative !important
 }

 #SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
     display: block !important;
     visibility: hidden !important
 }

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

 .ladi-popup {
     position: absolute;
     width: 100%;
     height: 100%
 }

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

 .ladi-countdown {
     position: absolute;
     width: 100%;
     height: 100%
 }

 .ladi-countdown .ladi-countdown-background {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-size: inherit;
     background-attachment: inherit;
     background-origin: inherit;
     display: table;
     pointer-events: none
 }

 .ladi-countdown .ladi-countdown-text {
     position: absolute;
     width: 100%;
     height: 100%;
     text-decoration: inherit;
     display: table;
     pointer-events: none
 }

 .ladi-countdown .ladi-countdown-text span {
     display: table-cell;
     vertical-align: middle
 }

 .ladi-countdown>.ladi-element {
     text-decoration: inherit;
     background-size: inherit;
     background-attachment: inherit;
     background-origin: inherit;
     position: relative;
     display: inline-block
 }

 .ladi-countdown>.ladi-element:last-child {
     margin-right: 0 !important
 }

 .ladi-button {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden;
	 transition: all 0.5s ease;
 }

 .ladi-button:active  {
     transform: translateY(2px);
     transition: transform .2s linear
 }
.ladi-button:hover {
     transform: scale(1.02);
 }
 .ladi-button .ladi-button-background {
     height: 100%;
     width: 100%;
     pointer-events: none;
     transition: inherit
 }

 .ladi-button>.ladi-element {
     width: 100% !important;
     height: 100% !important;
     top: 0 !important;
     left: 0 !important;
     display: table;
     user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none
 }

 .ladi-button>.ladi-element .ladi-headline {
     display: table-cell;
     vertical-align: middle
 }

 .ladi-collection {
     position: absolute;
     width: 100%;
     height: 100%
 }

 .ladi-collection.carousel {
     overflow: hidden
 }

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

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

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

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

 .ladi-collection .ladi-collection-arrow-left {
     left: 5px;
     transform: rotate(180deg);
     -webkit-transform: rotate(180deg)
 }

 .ladi-collection .ladi-collection-arrow-right {
     right: 5px
 }

 .ladi-collection .ladi-collection-button-next {
     position: absolute;
     bottom: -40px;
     right: 0;
     left: 0;
     margin: auto;
     cursor: pointer;
     z-index: 90000040;
     transform: rotate(90deg);
     -webkit-transform: rotate(90deg)
 }

 .ladi-form {
     position: absolute;
     width: 100%;
     height: 100%
 }

 .ladi-form>.ladi-element {
     text-transform: inherit;
     text-decoration: inherit;
     text-align: inherit;
     letter-spacing: inherit;
     color: inherit;
     background-size: inherit;
     background-attachment: inherit;
     background-origin: inherit
 }

 .ladi-form .ladi-button>.ladi-element {
     color: initial;
     font-size: initial;
     font-weight: initial;
     text-transform: initial;
     text-decoration: initial;
     font-style: initial;
     text-align: initial;
     letter-spacing: initial;
     line-height: initial
 }

 .ladi-form>.ladi-element .ladi-form-item-container {
     text-transform: inherit;
     text-decoration: inherit;
     text-align: inherit;
     letter-spacing: inherit;
     color: inherit;
     background-size: inherit;
     background-attachment: inherit;
     background-origin: inherit
 }

 .ladi-form>[data-quantity=true] .ladi-form-item-container {
     overflow: hidden
 }

 .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
     text-transform: inherit;
     text-decoration: inherit;
     text-align: inherit;
     letter-spacing: inherit;
     color: inherit
 }

 .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
     background-size: inherit;
     background-attachment: inherit;
     background-origin: inherit
 }

 .ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background-size: 9px 6px !important;
     background-position: right .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-button-group>.ladi-element {
     transition: inherit
 }

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

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

 .ladi-html-code {
     position: absolute;
     width: 100%;
     height: 100%
 }

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

 .ladi-image .ladi-image-background {
     background-repeat: no-repeat;
     background-position: left top;
     background-size: cover;
     background-attachment: scroll;
     background-origin: content-box;
     position: absolute;
     margin: 0 auto;
     width: 100%;
     height: 100%;
     pointer-events: none
 }

 .ladi-headline {
     width: 100%;
     display: inline-block;
     background-size: cover;
     background-position: center center
 }

 .ladi-headline a {
     text-decoration: underline
 }

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

 .ladi-paragraph a {
     text-decoration: underline
 }

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

 .ladi-list-paragraph a {
     text-decoration: underline
 }

 .ladi-list-paragraph ul li {
     position: relative;
     counter-increment: linum
 }

 .ladi-list-paragraph ul li:before {
     position: absolute;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     left: 0
 }

 .ladi-list-paragraph ul li:last-child {
     padding-bottom: 0 !important
 }

 .ladi-line {
     position: relative
 }

 .ladi-line .ladi-line-container {
     border-bottom: 0 !important;
     border-right: 0 !important;
     width: 100%;
     height: 100%
 }

 a[data-action] {
     user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     cursor: pointer
 }

 a:visited {
     color: inherit
 }

 a:link {
     color: inherit
 }

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

 .button-unmute div {
     background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
     width: 60px;
     height: 60px;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     margin: auto;
     background-color: rgba(0, 0, 0, .5);
     border-radius: 100%;
     background-size: 90%;
     background-repeat: no-repeat;
     background-position: center center
 }

 [data-opacity="0"] {
     opacity: 0
 }

 [data-hidden=true] {
     display: none
 }

 [data-action=true] {
     cursor: pointer
 }

 .ladi-hidden {
     display: none
 }

 .backdrop-popup {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 90000060
 }

 .backdrop-dropbox {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 90000080
 }

 .lightbox-screen {
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     margin: auto;
     z-index: 9000000080;
     background: rgba(0, 0, 0, .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,
 .ladi-section .ladi-section-close,
 .lightbox-screen .lightbox-close {
     width: 18px;
     height: 18px;
     margin: 6px;
     background-repeat: no-repeat;
     background-position: center center;
     background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
 }

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

 #POPUP_BLOG .ladi-headline img,
 #POPUP_BLOG .ladi-paragraph img {
     max-width: 100%
 }

 @media (min-width:768px) {
     .ladi-fullwidth {
         width: 100vw !important;
         left: calc(-50vw + 50%) !important;
         box-sizing: border-box !important;
         transform: none !important
     }

     .ladi-fullwidth .ladi-gallery-view-item {
         transition-duration: 1.5s
     }
 }

 @media (max-width:767px) {
     .ladi-element.ladi-auto-scroll {
         overflow-x: scroll;
         overflow-y: hidden;
         width: 100% !important;
         left: 0 !important;
         -webkit-overflow-scrolling: touch
     }
      #country_code_selector {
        width: 317.538px;
    height: 51.2958px;
      }

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

 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: 756.2px;
     }

     #SECTION1>.ladi-section-background {
         background-size: cover;
         background-attachment: scroll;
         background-origin: content-box;
         background-image: url('../img/block1bg-20200731024522.jpg');
         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");
     }

     #BOX3 {
         width: 249px;
         height: 46.8104px;
         top: 13.689px;
         left: 951px;
     }

     #BOX3>.ladi-box {
         background-color: rgb(255, 255, 255);
         border-radius: 34px;
     }

     #PARAGRAPH4 {
         width: 226px;
         top: 24.5942px;
         left: 969.5px;
     }

     #PARAGRAPH4>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #IMAGE7 {
         width: 356.329px;
         height: 328.227px;
         top: 128.386px;
         left: 77.1322px;
     }

     #IMAGE7>.ladi-image>.ladi-image-background {
         width: 356.329px;
         height: 328.227px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block1people-20200731024522.png');
     }

     #PARAGRAPH9 {
         width: 650px;
         top: 75.5px;
         left: 466px;
     }

     #PARAGRAPH9>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 26px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH13 {
         width: 306px;
         top: 0px;
         left: 49px;
     }

     #PARAGRAPH13>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH14 {
         width: 306px;
         top: 0px;
         left: 49px;
     }

     #PARAGRAPH14>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH15 {
         width: 306px;
         top: 0px;
         left: 49px;
     }

     #PARAGRAPH15>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH16 {
         width: 321px;
         top: 0.8115px;
         left: 48.5px;
     }

     #PARAGRAPH16>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #LINE17 {
         width: 252px;
         top: 47.048px;
         left: 49px;
     }

     #LINE17>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE17>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE18 {
         width: 258px;
         top: 50.048px;
         left: 49px;
     }

     #LINE18>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE18>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE19 {
         width: 258px;
         top: 51px;
         left: 51px;
     }

     #LINE19>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE19>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #SHAPE20 {
         width: 29.7743px;
         height: 34.5845px;
         top: 0px;
         left: 0px;
     }

     #SHAPE20 svg:last-child {
         fill: rgba(199, 156, 244, 1.0);
     }

     #SHAPE21 {
         width: 29.7743px;
         height: 34.5845px;
         top: 3px;
         left: 0px;
     }

     #SHAPE21 svg:last-child {
         fill: rgba(250, 210, 230, 1.0);
     }

     #SHAPE22 {
         width: 29.7743px;
         height: 34.5845px;
         top: 0px;
         left: 0px;
     }

     #SHAPE22 svg:last-child {
         fill: rgba(163, 156, 244, 1.0);
     }

     #SHAPE23 {
         width: 29.7743px;
         height: 34.5845px;
         top: -4px;
         left: 0px;
     }

     #SHAPE23 svg:last-child {
         fill: rgba(227, 192, 172, 1.0);
     }

     #PARAGRAPH10 {
         width: 702px;
         top: 178.5px;
         left: 466px;
     }

     #PARAGRAPH10>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 18px;
         line-height: 1.6;
     }

     #IMAGE51 {
         width: 418px;
         height: 1796.02px;
         top: 138px;
         left: -479px;
         display: none !important;
     }

     #IMAGE51>.ladi-image>.ladi-image-background {
         width: 418px;
         height: 1796.02px;
         top: 0px;
         left: 0px;
         background-image: url('../img/intro-bg-20200731040714.png');
     }

     #SECTION52 {
         height: 777.3px;
     }

     #SECTION52 .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");
     }

     #PARAGRAPH53 {
         width: 654px;
         top: 28.2px;
         left: 273px;
     }

     #PARAGRAPH53>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 24px;
         text-align: center;
         line-height: 1.6;
     }

     #BOX54 {
         width: 579px;
         height: 42.0776px;
         top: 39.1621px;
         left: 0px;
     }

     #BOX54>.ladi-box {
         background-color: rgb(156, 195, 244);
         border-radius: 29px;
     }

     #SHAPE55 {
         width: 82.7541px;
         height: 121.763px;
         top: 0px;
         left: 243.82px;
     }

     #SHAPE55 svg:last-child {
         fill: rgba(156, 195, 244, 1.0);
     }

     #GROUP56 {
         width: 579px;
         height: 121.763px;
         top: 111.318px;
         left: 8px;
     }

     #IMAGE57 {
         width: 491.015px;
         height: 377.625px;
         top: 150.337px;
         left: 699.485px;
     }

     #IMAGE57>.ladi-image>.ladi-image-background {
         width: 491.015px;
         height: 377.625px;
         top: 0px;
         left: 0px;
         background-image: url('../img/a1cddbeaf7.jpg');
     }

     #IMAGE58 {
         width: 145px;
         height: 145px;
         top: 233.081px;
         left: 225px;
     }

     #IMAGE58>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii2-20200731024421.png');
     }

     #IMAGE59 {
         width: 145px;
         height: 145px;
         top: 233.081px;
         left: 442px;
     }

     #IMAGE59>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii3-20200731024421.png');
     }

     #IMAGE60 {
         width: 145px;
         height: 145px;
         top: 233.081px;
         left: 8px;
     }

     #IMAGE60>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii1-20200731024421.png');
     }

     #PARAGRAPH61 {
         width: 94px;
         top: 400.2px;
         left: 33.5px;
     }

     #PARAGRAPH61>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH62 {
         width: 67px;
         top: 400.2px;
         left: 264px;
     }

     #PARAGRAPH62>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH63 {
         width: 101px;
         top: 400.2px;
         left: 470px;
     }

     #PARAGRAPH63>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE64 {
         width: 145px;
         height: 145px;
         top: 450.7px;
         left: 8px;
     }

     #IMAGE64>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii4-20200731024421.png');
     }

     #IMAGE65 {
         width: 145px;
         height: 145px;
         top: 450.7px;
         left: 442px;
     }

     #IMAGE65>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii6-20200731024421.png');
     }

     #IMAGE66 {
         width: 145px;
         height: 145px;
         top: 450.7px;
         left: 219.5px;
     }

     #IMAGE66>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii5-20200731024421.png');
     }

     #PARAGRAPH67 {
         width: 143px;
         top: 610.2px;
         left: 9px;
     }

     #PARAGRAPH67>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH68 {
         width: 156px;
         top: 610.2px;
         left: 224.5px;
     }

     #PARAGRAPH68>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH69 {
         width: 172px;
         top: 610.2px;
         left: 456.061px;
     }

     #PARAGRAPH69>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH70 {
         width: 627px;
         top: 663.2px;
         left: 1.5px;
     }

     #PARAGRAPH70>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 20px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH71 {
         width: 518px;
         top: 159.199px;
         left: 33px;
     }

     #PARAGRAPH71>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE72 {
         width: 35px;
         height: 35px;
         top: 339.21px;
         left: 552px;
     }

     #IMAGE72>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE73 {
         width: 35px;
         height: 35px;
         top: 339.21px;
         left: 325.5px;
     }

     #IMAGE73>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE74 {
         width: 35px;
         height: 35px;
         top: 339.21px;
         left: 119.5px;
     }

     #IMAGE74>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE75 {
         width: 35px;
         height: 35px;
         top: 560.7px;
         left: 119.5px;
     }

     #IMAGE75>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE76 {
         width: 35px;
         height: 35px;
         top: 560.7px;
         left: 325.5px;
     }

     #IMAGE76>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE77 {
         width: 35px;
         height: 35px;
         top: 560.7px;
         left: 552px;
     }

     #IMAGE77>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #PARAGRAPH78 {
         width: 80px;
         top: 536.2px;
         left: 706.5px;
     }

     #PARAGRAPH78>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 32px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH79 {
         width: 80px;
         top: 599.2px;
         left: 706.5px;
     }

     #PARAGRAPH79>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 32px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH80 {
         width: 80px;
         top: 662.379px;
         left: 706.5px;
     }

     #PARAGRAPH80>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 32px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH81 {
         width: 346px;
         top: 550.2px;
         left: 806.25px;
     }

     #PARAGRAPH81>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH82 {
         width: 346px;
         top: 613.2px;
         left: 806.25px;
     }

     #PARAGRAPH82>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH83 {
         width: 346px;
         top: 676.2px;
         left: 806.25px;
     }

     #PARAGRAPH83>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #LINE84 {
         width: 446px;
         top: 588.2px;
         left: 706.5px;
     }

     #LINE84>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE84>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE85 {
         width: 446px;
         top: 648.2px;
         left: 706.5px;
     }

     #LINE85>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE85>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE86 {
         width: 446px;
         top: 723.2px;
         left: 706.5px;
     }

     #LINE86>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE86>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #SECTION87 {
         height: 665.3px;
     }

     #SECTION87>.ladi-section-background {
         background-image: url('../img/block3bg-20200731024522.jpg');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION87 .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");
     }

     #PARAGRAPH88 {
         width: 604px;
         top: 21px;
         left: 514.409px;
     }

     #PARAGRAPH88>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 30px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE89 {
         width: 155.787px;
         height: 127px;
         top: 353.9px;
         left: 909.286px;
     }

     #IMAGE89>.ladi-image>.ladi-image-background {
         width: 156.402px;
         height: 127px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3ii6-20200731024523.jpg');
     }

     #IMAGE89>.ladi-image {
         border-radius: 10px;
     }

     #IMAGE91 {
         width: 155.787px;
         height: 127px;
         top: 353.9px;
         left: 565.481px;
     }

     #IMAGE91>.ladi-image>.ladi-image-background {
         width: 156.402px;
         height: 127px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3ii4-20200731024522.jpg');
     }

     #IMAGE91>.ladi-image {
         border-radius: 10px;
     }

     #IMAGE92 {
         width: 152.57px;
         height: 125px;
         top: 101.9px;
         left: 577.124px;
     }

     #IMAGE92>.ladi-image>.ladi-image-background {
         width: 153.333px;
         height: 125px;
         top: 0px;
         left: 0px;
         background-image: url('../img/annotation-2020-08-11-114928-20200811045031.jpg');
     }

     #IMAGE92>.ladi-image {
         border-radius: 10px;
     }

     #IMAGE94 {
         width: 160.032px;
         height: 125px;
         top: 101.9px;
         left: 907.163px;
     }

     #IMAGE94>.ladi-image>.ladi-image-background {
         width: 160.833px;
         height: 125px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3ii3-20200731024522.jpg');
     }

     #IMAGE94>.ladi-image {
         border-radius: 10px;
     }

     #PARAGRAPH98 {
         width: 120px;
         top: 249.9px;
         left: 601.909px;
     }

     #PARAGRAPH98>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH99 {
         width: 103px;
         top: 383.9px;
         left: 764.909px;
     }

     #PARAGRAPH99>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH100 {
         width: 107px;
         top: 249.9px;
         left: 933.679px;
     }

     #PARAGRAPH100>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH101 {
         width: 137px;
         top: 491.9px;
         left: 574.875px;
     }

     #PARAGRAPH101>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #PARAGRAPH102 {
         width: 126px;
         top: 491.9px;
         left: 924.679px;
     }

     #PARAGRAPH102>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH103 {
         width: 493px;
         top: 575.49px;
         left: 591px;
     }

     #PARAGRAPH103>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 20px;
         text-align: center;
         line-height: 1.6;
     }

     #SHAPE104 {
         width: 16.4639px;
         height: 33.1815px;
         top: 575.49px;
         left: 574.875px;
     }

     #SHAPE104 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #IMAGE105 {
         width: 446.561px;
         height: 686.4px;
         top: -21.1px;
         left: 96.5px;
     }

     #IMAGE105>.ladi-image>.ladi-image-background {
         width: 446.561px;
         height: 686.4px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3people-20200731024523.png');
     }

     #SECTION106 {
         height: 617.3px;
     }

     #SECTION106>.ladi-section-background {
         background-image: url('../img/block4bg-20200731024547.png');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION106 .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");
     }

     #PARAGRAPH107 {
         width: 844px;
         top: 25.6px;
         left: 178px;
     }

     #PARAGRAPH107>.ladi-paragraph {
         color: rgb(201, 31, 23);
         font-size: 25px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH108 {
         width: 271px;
         top: 214.71px;
         left: 132px;
     }

     #PARAGRAPH108>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH109 {
         width: 256px;
         top: 290.524px;
         left: 132px;
     }

     #PARAGRAPH109>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH110 {
         width: 256px;
         top: 375.337px;
         left: 132px;
     }

     #PARAGRAPH110>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH111 {
         width: 256px;
         top: 442.151px;
         left: 132px;
     }

     #PARAGRAPH111>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH112 {
         width: 256px;
         top: 517.964px;
         left: 132px;
     }

     #PARAGRAPH112>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #SHAPE113 {
         width: 16.4639px;
         height: 41.9269px;
         top: 214.71px;
         left: 92.036px;
     }

     #SHAPE113 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE114 {
         width: 16.4639px;
         height: 41.9269px;
         top: 290.524px;
         left: 92.036px;
     }

     #SHAPE114 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE115 {
         width: 16.4639px;
         height: 41.9269px;
         top: 366.337px;
         left: 92.036px;
     }

     #SHAPE115 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE116 {
         width: 16.4639px;
         height: 41.9269px;
         top: 442.151px;
         left: 92.036px;
     }

     #SHAPE116 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE117 {
         width: 16.4639px;
         height: 41.9269px;
         top: 517.964px;
         left: 92.036px;
     }

     #SHAPE117 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #IMAGE118 {
         width: 219.037px;
         height: 219.037px;
         top: 370.945px;
         left: 509px;
     }

     #IMAGE118>.ladi-image>.ladi-image-background {
         width: 219.037px;
         height: 219.037px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block4mi-20200731024547.png');
     }

     #IMAGE119 {
         width: 128px;
         height: 140px;
         top: 258.837px;
         left: 654.25px;
     }

     #IMAGE119>.ladi-image>.ladi-image-background {
         width: 128px;
         height: 140px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4line-20200731024434.png');
     }

     #IMAGE120 {
         width: 40px;
         height: 10.9999px;
         top: 498.891px;
         left: 714px;
     }

     #IMAGE120>.ladi-image>.ladi-image-background {
         width: 40px;
         height: 11px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4line2-20200731024434.png');
     }

     #IMAGE121 {
         width: 61px;
         height: 49px;
         top: 392.151px;
         left: 703.5px;
     }

     #IMAGE121>.ladi-image>.ladi-image-background {
         width: 61px;
         height: 49px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4line1-20200731024434.png');
     }

     #BOX123 {
         width: 370px;
         height: 83.627px;
         top: 214.71px;
         left: 782.25px;
     }

     #BOX123>.ladi-box {
         background-color: rgb(232, 59, 48);
         border-radius: 39px;
     }

     #BOX124 {
         width: 370px;
         height: 83.627px;
         top: 350.451px;
         left: 764.5px;
     }

     #BOX124>.ladi-box {
         background-color: rgb(232, 59, 48);
         border-radius: 39px;
     }

     #BOX125 {
         width: 370px;
         height: 83.627px;
         top: 467.964px;
         left: 754px;
     }

     #BOX125>.ladi-box {
         background-color: rgb(232, 59, 48);
         border-radius: 39px;
     }

     #IMAGE126 {
         width: 76.1069px;
         height: 76.1069px;
         top: 354.211px;
         left: 770.6px;
     }

     #IMAGE126>.ladi-image>.ladi-image-background {
         width: 76.1069px;
         height: 76.1069px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4ii1-20200731024421.png');
     }

     #IMAGE127 {
         width: 76.1129px;
         height: 76.1129px;
         top: 218.467px;
         left: 791.25px;
     }

     #IMAGE127>.ladi-image>.ladi-image-background {
         width: 76.1129px;
         height: 76.1129px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4ii2-20200731024434.png');
     }

     #IMAGE128 {
         width: 76.172px;
         height: 76.172px;
         top: 471.692px;
         left: 764.5px;
     }

     #IMAGE128>.ladi-image>.ladi-image-background {
         width: 76.172px;
         height: 76.172px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4ii3-20200731024434.png');
     }

     #PARAGRAPH129 {
         width: 256px;
         top: 243.524px;
         left: 878.5px;
     }

     #PARAGRAPH129>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH130 {
         width: 238px;
         top: 352.765px;
         left: 862.75px;
     }

     #PARAGRAPH130>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH131 {
         width: 256px;
         top: 483.778px;
         left: 846.707px;
     }

     #PARAGRAPH131>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         text-align: left;
         line-height: 1.6;
     }

     #IMAGE132 {
         width: 418.196px;
         height: 1545.42px;
         top: 21px;
         left: -443px;
         display: none !important;
     }

     #IMAGE132>.ladi-image>.ladi-image-background {
         width: 418.196px;
         height: 1545.42px;
         top: 0px;
         left: 0px;
         background-image: url('../img/bg-2-mobile-20200731070417.png');
     }

     #BOX133 {
         width: 419.07px;
         height: 811.94px;
         top: 43.19px;
         left: -474px;
         display: none !important;
     }

     #BOX133>.ladi-box {
         background-color: rgb(210, 227, 250);
     }

     #PARAGRAPH157 {
         width: 456px;
         top: 11.293px;
         left: 25.422px;
     }

     #PARAGRAPH157>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BOX156 {
         width: 506.843px;
         height: 128.293px;
         top: 0px;
         left: 0px;
     }

     #BOX156>.ladi-box {
         background-color: rgb(255, 255, 255);
         border-style: solid;
         border-color: rgb(210, 227, 250);
         border-width: 3px;
     }

     #PARAGRAPH135 {
         width: 591px;
         top: 27.3px;
         left: 323.019px;
     }

     #PARAGRAPH135>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 30px;
         text-align: center;
         line-height: 1.2;
     }

     #SECTION134 {
         height: 755.07px;
     }

     #SECTION134>.ladi-section-background {
         background: rgba(229, 229, 229, 1.0);
         background: -webkit-linear-gradient(180deg, rgba(229, 229, 229, 1.0), rgba(255, 255, 255, 1.0));
         background: linear-gradient(180deg, rgba(229, 229, 229, 1.0), rgba(255, 255, 255, 1.0));
         opacity: 0.71;
     }

     #SECTION134 .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");
     }

     #SECTION166 {
         height: 907.3px;
     }

     #SECTION166 .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");
     }

     #PARAGRAPH167 {
         width: 657px;
         top: 27.7px;
         left: 81px;
     }

     #PARAGRAPH167>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 32px;
         font-weight: bold;
         text-align: left;
         line-height: 1.6;
     }

     #IMAGE168 {
         width: 241.838px;
         height: 169.954px;
         top: 288.289px;
         left: 81px;
     }

     #IMAGE168>.ladi-image>.ladi-image-background {
         width: 241.838px;
         height: 169.954px;
         top: 0px;
         left: 0px;
         background-image: url('../img/happy-asian-woman-age-40-years-old-park_34670-682-20200826045604.jpg');
     }

     #IMAGE169 {
         width: 241.838px;
         height: 162.563px;
         top: 86.008px;
         left: 81px;
     }

     #IMAGE169>.ladi-image>.ladi-image-background {
         width: 241.838px;
         height: 162.563px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b7ii1-20200731024450.png');
     }

     #IMAGE170 {
         width: 241.838px;
         height: 169.954px;
         top: 550.929px;
         left: 81px;
     }

     #IMAGE170>.ladi-image>.ladi-image-background {
         width: 241.838px;
         height: 169.954px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b7ii3-20200731024450.png');
     }

     #PARAGRAPH171 {
         width: 780px;
         top: 109.008px;
         left: 362.5px;
     }

     #PARAGRAPH171>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH172 {
         width: 780px;
         top: 288.289px;
         left: 362.5px;
     }

     #PARAGRAPH172>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH173 {
         width: 780px;
         top: 550.929px;
         left: 362.5px;
     }

     #PARAGRAPH173>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.4;
     }

     #SECTION175 {
         height: 687.527px;
     }

     #SECTION175 .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");
     }

     #PARAGRAPH178 {
         width: 547px;
         top: 147.45px;
         left: 628px;
     }

     #PARAGRAPH178>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 44px;
         font-weight: bold;
         line-height: 1.4;
     }

     #PARAGRAPH179 {
         width: 468px;
         top: 325.45px;
         left: 732.5px;
     }

     #PARAGRAPH179>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH180 {
         width: 469px;
         top: 416.725px;
         left: 732.5px;
     }

     #PARAGRAPH180>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH181 {
         width: 469px;
         top: 498.45px;
         left: 732.5px;
     }

     #PARAGRAPH181>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #IMAGE182 {
         width: 60px;
         height: 60px;
         top: 408.725px;
         left: 628px;
     }

     #IMAGE182>.ladi-image>.ladi-image-background {
         width: 60px;
         height: 60px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9ii2-20200731024451.png');
     }

     #IMAGE183 {
         width: 60px;
         height: 60px;
         top: 312.45px;
         left: 628px;
     }

     #IMAGE183>.ladi-image>.ladi-image-background {
         width: 60px;
         height: 60px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9ii1-20200731024451.png');
     }

     #IMAGE184 {
         width: 60px;
         height: 60px;
         top: 495.45px;
         left: 628px;
     }

     #IMAGE184>.ladi-image>.ladi-image-background {
         width: 60px;
         height: 60px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9ii3-20200731024451.png');
     }

     #LINE185 {
         width: 476px;
         top: 388.45px;
         left: 628px;
     }

     #LINE185>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE185>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE187 {
         width: 476px;
         top: 469.45px;
         left: 628px;
     }

     #LINE187>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE187>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #IMAGE188 {
         width: 420px;
         height: 943px;
         top: 397.45px;
         left: -716px;
         display: none !important;
     }

     #IMAGE188>.ladi-image>.ladi-image-background {
         width: 420px;
         height: 943px;
         top: 0px;
         left: 0px;
         background-image: url('../img/bg-3-mobile-20200731094416.png');
     }

     #SECTION189 {
         height: 713.3px;
     }

     #SECTION189>.ladi-section-background {
         background-size: cover;
         background-attachment: scroll;
         background-origin: content-box;
         background-image: url('../img/b12bg-20200731024507.jpg');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION189 .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");
     }

     #PARAGRAPH190 {
         width: 660px;
         top: 19.058px;
         left: 69.5px;
     }

     #PARAGRAPH190>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 30px;
         font-weight: bold;
         text-align: left;
         line-height: 1.6;
     }

     #BOX192 {
         width: 580.346px;
         height: 75.6916px;
         top: 144.304px;
         left: 110.654px;
     }

     #BOX192>.ladi-box {
         border-style: solid;
         border-color: rgb(23, 200, 47);
         border-width: 2px;
         border-radius: 52px;
     }

     #SHAPE193 {
         width: 89px;
         height: 89px;
         top: 137.65px;
         left: 104px;
     }

     #SHAPE193 svg:last-child {
         fill: rgba(16, 145, 33, 1.0);
     }

     #PARAGRAPH194 {
         width: 485px;
         top: 170.65px;
         left: 200px;
     }

     #PARAGRAPH194>.ladi-paragraph {
         color: rgb(16, 145, 33);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH195 {
         width: 660px;
         top: 242.65px;
         left: 69.5px;
     }

     #PARAGRAPH195>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 18px;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH196 {
         width: 660px;
         top: 462.703px;
         left: 70px;
     }

     #PARAGRAPH196>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 18px;
         text-align: left;
         line-height: 1.6;
     }

     #IMAGE197 {
         width: 283.041px;
         height: 477.184px;
         top: 24.058px;
         left: 858.479px;
     }

     #IMAGE197>.ladi-image>.ladi-image-background {
         width: 283.041px;
         height: 477.184px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b10bg-20200731024507.png');
     }

     #SECTION198 {
         height: 412.3px;
     }

     #SECTION198 .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");
     }

     #PARAGRAPH199 {
         width: 787px;
         top: 25.35px;
         left: 206px;
     }

     #PARAGRAPH199>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 30px;
         font-weight: bold;
         line-height: 1.6;
     }

     #IMAGE200 {
         width: 83px;
         height: 90px;
         top: 127.623px;
         left: 397.667px;
     }

     #IMAGE200>.ladi-image>.ladi-image-background {
         width: 83px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii2-20200731024507.png');
     }

     #IMAGE201 {
         width: 80px;
         height: 90px;
         top: 127.623px;
         left: 960px;
     }

     #IMAGE201>.ladi-image>.ladi-image-background {
         width: 80px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii4-20200731024507.png');
     }

     #IMAGE202 {
         width: 79px;
         height: 90px;
         top: 127.623px;
         left: 670.833px;
     }

     #IMAGE202>.ladi-image>.ladi-image-background {
         width: 79px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii3-20200731024507.png');
     }

     #IMAGE203 {
         width: 79px;
         height: 90px;
         top: 127.623px;
         left: 133.5px;
     }

     #IMAGE203>.ladi-image>.ladi-image-background {
         width: 79px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii1-20200731024507.png');
     }

     #IMAGE204 {
         width: 56px;
         height: 13px;
         top: 108.123px;
         left: 279px;
     }

     #IMAGE204>.ladi-image>.ladi-image-background {
         width: 56px;
         height: 13px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11arrow-20200731024507.png');
     }

     #IMAGE205 {
         width: 56px;
         height: 13px;
         top: 108.123px;
         left: 543px;
     }

     #IMAGE205>.ladi-image>.ladi-image-background {
         width: 56px;
         height: 13px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11arrow-20200731024507.png');
     }

     #IMAGE206 {
         width: 56px;
         height: 13px;
         top: 108.123px;
         left: 846px;
     }

     #IMAGE206>.ladi-image>.ladi-image-background {
         width: 56px;
         height: 13px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11arrow-20200731024507.png');
     }

     #PARAGRAPH207 {
        width: 120px;
    top: 253.623px;
    left: 115.5px;
     }

     #PARAGRAPH207>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH208 {
         width: 130px;
    top: 253.623px;
    left: 378.167px;
     }

     #PARAGRAPH208>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH209 {
         width: 93px;
         top: 253.623px;
         left: 663.833px;
     }

     #PARAGRAPH209>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH210 {
         width: 129px;
         top: 253.623px;
         left: 943.5px;
     }

     #PARAGRAPH210>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH211 {
         width: 280px;
         top: 301.623px;
         left: 33px;
     }

     #PARAGRAPH211>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH212 {
         width: 269px;
         top: 301.623px;
         left: 873.5px;
     }

     #PARAGRAPH212>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH213 {
         width: 237px;
         top: 301.623px;
         left: 591.833px;
     }

     #PARAGRAPH213>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH214 {
         width: 208px;
         top: 301.623px;
         left: 339.75px;
     }

     #PARAGRAPH214>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #SECTION215 {
         height: 733.976px;
     }

     #SECTION215>.ladi-section-background {
         background-size: cover;
         background-attachment: scroll;
         background-origin: content-box;
         background-image: url('../img/b12bg-20200731024507.jpg');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION215 .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");
     }

     #PARAGRAPH216 {
         width: 930px;
         top: 33.323px;
         left: 142.5px;
     }

     #PARAGRAPH216>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 25px;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE217 {
         width: 705.227px;
         height: 643.653px;
         top: 90.323px;
         left: -138.691px;
     }

     #IMAGE217>.ladi-image>.ladi-image-background {
         width: 705.227px;
         height: 643.653px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block12people-20200731024547.png');
     }

     #PARAGRAPH235 {
         width: 274px;
         top: 237.457px;
         left: 506.509px;
     }

     #PARAGRAPH235>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE238 {
         width: 71.5333px;
         height: 24.6667px;
         top: 250.806px;
         left: 763.992px;
     }

     #IMAGE238>.ladi-image>.ladi-image-background {
         width: 71.5333px;
         height: 24.6667px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b12arrow-20200731024507.png');
     }

     #SECTION241 {
         height: 100.448px;
     }

     #SECTION241 .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");
     }

     #PARAGRAPH242 {
         width: 580px;
         top: 21.224px;
         left: 310px;
     }

     #PARAGRAPH242>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE244 {
         width: 153.377px;
         height: 115.732px;
         top: 247.034px;
         left: 739.721px;
     }

     #IMAGE244>.ladi-image>.ladi-image-background {
         width: 153.377px;
         height: 115.732px;
         top: 0px;
         left: 0px;
         background-image: url('../img/nc3-20200722040843.jpg');
     }

     #IMAGE244>.ladi-image {
         border-radius: 10px;
     }

     #SECTION252 {
         height: 655.9px;
         display: none !important;
     }

     #SECTION252 .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");
     }

     #VIDEO253 {
         width: 764.11px;
         height: 429.813px;
         top: 176.043px;
         left: 219.945px;
     }


     #VIDEO253>.ladi-video {
         box-shadow: 0px 15px 15px -15px #000;
         -webkit-box-shadow: 0px 15px 15px -15px #000;
     }

     #SHAPE253 {
         width: 60px;
         height: 60px;
         top: 184.906px;
         left: 352.055px;
     }

     #SHAPE253 svg:last-child {
         fill: rgba(0, 0, 0, 0.5);
     }

     #HEADLINE254 {
         width: 841px;
         top: 43px;
         left: 179.5px;
     }

     #HEADLINE254>.ladi-headline {
         color: rgb(0, 0, 0);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #IMAGE268 {
         width: 419.05px;
         height: 632px;
         top: 12px;
         left: -513px;
         display: none !important;
     }

     #IMAGE268>.ladi-image>.ladi-image-background {
         width: 419.05px;
         height: 632px;
         top: 0px;
         left: 0px;
         background-image: url('../img/bg-sign-mobile-20200731092403.png');
     }

     #PARAGRAPH269 {
         width: 641px;
         top: 15px;
         left: 558px;
     }

     #PARAGRAPH269>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 25px;
         font-weight: bold;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH270 {
         width: 600px;
         top: 55px;
         left: 585.02px;
     }

     #PARAGRAPH270>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #IMAGE271 {
         width: 228.393px;
         height: 128.001px;
         top: 382.999px;
         left: 944.627px;
     }

     #IMAGE271>.ladi-image>.ladi-image-background {
         width: 228.393px;
         height: 128.001px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b6sig-20200731024450.png');
     }

     #PARAGRAPH272 {
         width: 492px;
         top: 515px;
         left: 693.02px;
     }

     #PARAGRAPH272>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: right;
         line-height: 1.6;
     }

     #SECTION267 {
         height: 585.3px;
     }

     #SECTION267>.ladi-section-background {
         background-image: url('../img/b6bg-20200731024450.jpg');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION267 .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");
     }

     #IMAGE273 {
         width: 420.79px;
         height: 413.345px;
         top: 330.422px;
         left: 54.122px;
     }

     #IMAGE273>.ladi-image>.ladi-image-background {
         width: 435.974px;
         height: 413.345px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #IMAGE274 {
         width: 571.988px;
         height: 603.947px;
         top: 38.752px;
         left: 25px;
     }

     #IMAGE274>.ladi-image>.ladi-image-background {
         width: 653.494px;
         height: 620.501px;
         top: 0px;
         left: -50px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #BOX275 {
         width: 546px;
         height: 314.627px;
         top: 110.429px;
         left: 0px;
     }

     #BOX275>.ladi-box {
         background-color: rgba(232, 61, 49, 0.7);
         border-radius: 39px;
     }

     #SHAPE277 {
         width: 327.12px;
         height: 140.152px;
         top: 26.462px;
         left: 272.88px;
     }

     #SHAPE277 svg:last-child {
         fill: rgba(255, 255, 255, 1.0);
     }

     #PARAGRAPH279 {
         width: 506px;
         top: 178.454px;
         left: 28.88px;
     }

     #PARAGRAPH279>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         text-align: left;
         line-height: 1.6;
     }

     #IMAGE280 {
         width: 184.241px;
         height: 142.614px;
         top: 0px;
         left: 344.32px;
     }

     #IMAGE280>.ladi-image>.ladi-image-background {
         width: 184.241px;
         height: 142.614px;
         top: 0px;
         left: 0px;
         background-image: url('../img/hoang-ba-2-20220321024523.png');
     }

     #IMAGE281 {
         width: 350.749px;
         height: 371.126px;
         top: 379.237px;
         left: 296.437px;
     }

     #IMAGE281>.ladi-image>.ladi-image-background {
         width: 382.184px;
         height: 371.126px;
         top: 0px;
         left: -31.4349px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #GROUP282 {
         width: 506.843px;
         height: 128.293px;
         top: 470.154px;
         left: 592.02px;
     }

     #GROUP283 {
         width: 600px;
         height: 425.056px;
         top: 0px;
         left: 0px;
     }

     #GROUP284 {
         width: 600px;
         height: 425.056px;
         top: 45.098px;
         left: 572.999px;
     }

     #IMAGE176 {
         width: 2204.74px;
         height: 687.527px;
         top: -1.3135px;
         left: -741.74px;
     }

     #IMAGE176>.ladi-image>.ladi-image-background {
         width: 2204.74px;
         height: 687.527px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9bg-20200731024451.jpg');
     }

     #PARAGRAPH298 {
         width: 350px;
         top: 608.293px;
         left: 475.75px;
     }

     #PARAGRAPH298>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON303 {
         width: 319px;
         height: 65px;
         top: 651.8px;
         left: 440.5px;
     }

     #BUTTON303>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON303>.ladi-button {
         border-radius: 17px;
     }

     #BUTTON303.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #BUTTON_TEXT303 {
         width: 319px;
         top: 9px;
         left: 0px;
     }

     #BUTTON_TEXT303>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON_TEXT305 {
         width: 319px;
         top: 9px;
         left: 0px;
     }

     #BUTTON_TEXT305>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON305 {
         width: 319px;
         height: 65px;
         top: 805.43px;
         left: 440px;
     }

     #BUTTON305>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON305>.ladi-button {
         border-radius: 17px;
     }

     #BUTTON305.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #BUTTON_TEXT307 {
         width: 319px;
         top: 9px;
         left: 0px;
     }

     #BUTTON_TEXT307>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON307 {
         width: 319px;
         height: 65px;
         top: 612.703px;
         left: 440px;
     }

     #BUTTON307>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON307>.ladi-button {
         border-radius: 17px;
     }

     #BUTTON307.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

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

     #NOTIFY309>.ladi-notify {
         color: rgb(64, 64, 64);
         background-color: rgba(250, 250, 250, 0.9);
     }

     #HEADLINE336 {
         width: 353px;
         top: 558.095px;
         left: 474.912px;
     }

     #HEADLINE336>.ladi-headline {
         color: rgb(0, 0, 0);
         font-size: 22px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BOX348 {
         width: 330.077px;
         height: 433.775px;
         top: 0px;
         left: 10px;
     }

     #BOX348>.ladi-box {
         box-shadow: 0px 15px 20px -20px #000;
         -webkit-box-shadow: 0px 15px 20px -20px #000;
         background-color: rgb(156, 195, 244);
     }

     #COUNTDOWN_ITEM356 {
         visibility: hidden;
         pointer-events: none;
     }

     #COUNTDOWN355 {
         width: 274.425px;
         height: 61.1706px;
         top: 85.775px;
         left: 20px;
     }

     #COUNTDOWN355>.ladi-countdown {
         color: rgb(0, 0, 0);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         filter: drop-shadow(rgb(0, 0, 0) 0px 3px 2px);
     }

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

     #COUNTDOWN355>.ladi-countdown .ladi-countdown-background {
         background-color: rgb(255, 255, 255);
         border-radius: 10px;
     }

     #PARAGRAPH368 {
         width: 134px;
         top: 25.3586px;
         left: 21px;
     }

     #PARAGRAPH368>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH369 {
         width: 178px;
         top: 18.3586px;
         left: 151px;
     }

     #PARAGRAPH369>.ladi-paragraph {
         color: rgb(201, 23, 113);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH370 {
         width: 252px;
         top: 400.621px;
         left: 44.0385px;
     }

     #PARAGRAPH370>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #GROUP347 {
         width: 340.077px;
         height: 433.775px;
         top: 0px;
         left: 0px;
     }

     #HEADLINE371 {
         width: 227px;
         top: 432px;
         left: 632.833px;
     }

     #HEADLINE371>.ladi-headline {
         color: rgb(0, 0, 0);
         font-size: 22px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH372 {
         width: 328px;
         top: 607px;
         left: 872.274px;
     }

     #PARAGRAPH372>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH373 {
         width: 134px;
         top: 51.717px;
         left: 169.08px;
     }

     #PARAGRAPH373>.ladi-paragraph {
         color: rgb(203, 24, 114);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #LINE374 {
         height: 52px;
         top: 26.323px;
         left: 134.58px;
     }

     #LINE374>.ladi-line>.ladi-line-container {
         border-top: 0px !important;
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 1px solid rgb(228, 228, 228);
     }

     #LINE374>.ladi-line {
         height: 100%;
         padding: 0px 8px;
     }

     #PARAGRAPH376 {
         width: 134px;
         top: 53.775px;
         left: 174.167px;
     }

     #PARAGRAPH376>.ladi-paragraph {
         color: rgb(203, 24, 114);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #LINE377 {
         height: 53px;
         top: 26.775px;
         left: 146.667px;
     }

     #LINE377>.ladi-line>.ladi-line-container {
         border-top: 0px !important;
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 1px solid rgb(228, 228, 228);
     }

     #LINE377>.ladi-line {
         height: 100%;
         padding: 0px 8px;
     }

     #BUTTON_TEXT444 {
         width: 195px;
         top: 11.4828px;
         left: 0px;
     }

     #BUTTON_TEXT444>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON444 {
         width: 189.762px;
         height: 60.8089px;
         top: 128.688px;
         left: 45.272px;
     }

     #BUTTON444>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON444>.ladi-button {
         border-style: solid;
         border-color: rgb(250, 221, 210);
         border-width: 4px;
         border-radius: 137px;
     }

     #BUTTON444.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #FORM_ITEM446 {
         width: 294.269px;
         height: 47.5369px;
         top: 0px;
         left: 0px;
     }

     #FORM_ITEM447 {
         width: 294.269px;
         height: 47.5369px;
         top: 63.0936px;
         left: 0.002746px;
     }

     #FORM_ITEM448 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 0px;
         display: none !important;
     }

     #FORM_ITEM449 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 45.272px;
         display: none !important;
     }

     #FORM_ITEM450 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 90.544px;
         display: none !important;
     }

     #FORM_ITEM451 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 135.816px;
         display: none !important;
     }

     #FORM_ITEM452 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 181.088px;
         display: none !important;
     }

     #FORM_ITEM453 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 226.36px;
         display: none !important;
     }

     #FORM_ITEM454 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 271.632px;
         display: none !important;
     }

     #FORM_ITEM455 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 316.904px;
         display: none !important;
     }

     #FORM443 {
         width: 352.176px;
         height: 189.497px;
         top: 194.806px;
         left: 26.991px;
     }

     #FORM443>.ladi-form {
         color: rgb(0, 0, 0);
         font-size: 12px;
         line-height: 1.6;
     }

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

     #FORM443 .ladi-form-item {

         padding-right: 10px;
     }

     #FORM443 .ladi-form-item.ladi-form-checkbox {
         padding-left: 15px;
         padding-right: 15px;
     }

     #FORM443 .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");
     }

     #FORM443 .ladi-form-item-container,
     #FORM443 .ladi-form-label-container .ladi-form-label-item {
         border-style: solid;
         border-color: rgb(255, 255, 255);
         border-width: 1px;
         border-radius: 22px;
     }

     #FORM443 .ladi-form-item-container .ladi-form-quantity button {
         background-color: rgb(255, 255, 255);
     }

     #FORM443 .ladi-form-item-background {
         background-color: rgb(255, 255, 255);
         border-radius: 21px
     }

     #HEADLINE458 {
         width: 380px;
         top: 0px;
         left: 286.491px;
     }

     #HEADLINE458>.ladi-headline {
         color: rgb(201, 23, 113);
         font-size: 29px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #SHAPE459 {
         width: 26.7896px;
         height: 31.454px;
         top: 7.773px;
         left: 319.71px;
     }

     #SHAPE459 svg:last-child {
         fill: rgba(201, 23, 113, 1);
     }

     #HEADLINE460 {
         width: 941px;
         top: 35.227px;
         left: 0px;
     }

     #HEADLINE460>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 27px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #GROUP457 {
         width: 941px;
         height: 79.227px;
         top: 16.3865px;
         left: 129.5px;
     }

     #BOX462 {
         width: 268.988px;
         height: 89.6625px;
         top: 52.8023px;
         left: 20.7816px;
     }

     #BOX462>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE463 {
         width: 77.2675px;
         height: 160.172px;
         top: 0px;
         left: 0px;
     }

     #IMAGE463>.ladi-image>.ladi-image-background {
         width: 290.897px;
         height: 238.172px;
         top: -50px;
         left: -174px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX465 {
         width: 62.2134px;
         height: 62.2132px;
         top: 0px;
         left: 0px;
     }

     #BOX465>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 184px;
     }

     #HEADLINE466 {
         width: 51px;
         top: 16.7443px;
         left: 5.66168px;
     }

     #HEADLINE466>.ladi-headline {
         color: rgb(255, 1, 1);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE467 {
         width: 56px;
         top: 2.84662px;
         left: 3.23836px;
     }

     #HEADLINE467>.ladi-headline {
         color: rgb(140, 12, 12);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP464 {
         width: 62.2134px;
         height: 62.2132px;
         top: 23.5005px;
         left: 50.6651px;
     }

     #HEADLINE468 {
         width: 165px;
         top: 67.3349px;
         left: 124.984px;
     }

     #HEADLINE468>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 21px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP461 {
         width: 289.984px;
         height: 160.172px;
         top: 115.356px;
         left: 119.525px;
     }

     #BOX470 {
         width: 268.988px;
         height: 89.6625px;
         top: 52.8023px;
         left: 20.7816px;
     }

     #BOX470>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #BOX473 {
         width: 62.2134px;
         height: 62.2132px;
         top: 0px;
         left: 0px;
     }

     #BOX473>.ladi-box {
         background-color: rgb(201, 31, 23);
         border-radius: 184px;
     }

     #HEADLINE474 {
         width: 51px;
         top: 16.7443px;
         left: 5.66168px;
     }

     #HEADLINE474>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE475 {
         width: 56px;
         top: 2.84662px;
         left: 3.23836px;
     }

     #HEADLINE475>.ladi-headline {
         color: rgb(255, 235, 180);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP472 {
         width: 62.2134px;
         height: 62.2132px;
         top: 23.5005px;
         left: 50.6651px;
     }

     #HEADLINE476 {
         width: 165px;
         top: 67.3349px;
         left: 124.984px;
     }

     #HEADLINE476>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 21px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP469 {
         width: 289.984px;
         height: 160.172px;
         top: 115.356px;
         left: 455.008px;
     }

     #BOX478 {
         width: 268.988px;
         height: 89.6625px;
         top: 46.8023px;
         left: 20.7816px;
     }

     #BOX478>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE479 {
         width: 77.2675px;
         height: 160.172px;
         top: 0px;
         left: 0px;
     }

     #IMAGE479>.ladi-image>.ladi-image-background {
         width: 306.775px;
         height: 251.172px;
         top: -58px;
         left: -188px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX481 {
         width: 62.2134px;
         height: 62.2132px;
         top: 0px;
         left: 0px;
     }

     #BOX481>.ladi-box {
         background-color: rgb(202, 24, 113);
         border-radius: 184px;
     }

     #HEADLINE482 {
         width: 51px;
         top: 16.7443px;
         left: 5.66168px;
     }

     #HEADLINE482>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE483 {
         width: 56px;
         top: 2.84662px;
         left: 3.23836px;
     }

     #HEADLINE483>.ladi-headline {
         color: rgb(250, 210, 231);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP480 {
         width: 62.2134px;
         height: 62.2132px;
         top: 17.5005px;
         left: 50.6651px;
     }

     #HEADLINE484 {
         width: 165px;
         top: 61.3349px;
         left: 124.984px;
     }

     #HEADLINE484>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 21px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP477 {
         width: 289.984px;
         height: 160.172px;
         top: 121.356px;
         left: 790.491px;
     }

     #BOX486 {
         width: 733px;
         height: 143px;
         top: 0px;
         left: 0px;
     }

     #BOX486>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 10px;
     }

     #LINE487 {
         width: 733px;
         top: 12.8272px;
         left: 0px;
     }

     #LINE487>.ladi-line>.ladi-line-container {
         border-top: 3px dashed rgb(201, 31, 23);
         border-right: 3px dashed rgb(201, 31, 23);
         border-bottom: 3px dashed rgb(201, 31, 23);
         border-left: 0px !important;
     }

     #LINE487>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #HEADLINE488 {
         width: 475px;
         top: 113.875px;
         left: 129px;
     }

     #HEADLINE488>.ladi-headline {
         color: rgb(110, 66, 38);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #HEADLINE489 {
         width: 686px;
         top: 32.3982px;
         left: 23.5px;
     }

     #HEADLINE489>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 27px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #GROUP485 {
         width: 733px;
         height: 143px;
         top: 310px;
         left: 233.5px;
     }

     #SECTION456 {
         height: 488.8px;
         display: none !important;
     }

     #SECTION456>.ladi-section-background {
         background: rgba(250, 210, 230, 1);
         background: -webkit-linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
         background: linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
     }

     #SECTION456 .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");
     }

     #FORM_ITEM385 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 316.904px;
         display: none !important;
     }

     #FORM_ITEM384 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 271.632px;
         display: none !important;
     }

     #FORM_ITEM383 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 226.36px;
         display: none !important;
     }

     #FORM_ITEM382 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 181.088px;
         display: none !important;
     }

     #FORM_ITEM381 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 135.816px;
         display: none !important;
     }

     #FORM_ITEM380 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 90.544px;
         display: none !important;
     }

     #FORM_ITEM379 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 45.272px;
         display: none !important;
     }

     #FORM_ITEM379 .ladi-form-item-container {
         transform: rotate(1deg);
         -webkit-transform: rotate(1deg);
     }

     #FORM_ITEM378 {
         width: 35.272px;
         height: 35px;
         top: 120.63px;
         left: 0px;
         display: none !important;
     }

     #GROUP346 {
         width: 374.396px;
         height: 433.775px;
         top: 0px;
         left: 0px;
     }

     #COUNTDOWN292 {
         width: 269.939px;
         height: 30.1706px;
         top: 85.775px;
         left: 20px;
     }

     #COUNTDOWN292>.ladi-countdown {
         color: rgb(0, 0, 0);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         filter: drop-shadow(rgb(0, 0, 0) 0px 3px 2px);
     }

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

     #COUNTDOWN292>.ladi-countdown .ladi-countdown-background {
         background-color: rgb(255, 255, 255);
         border-radius: 10px;
     }

     #COUNTDOWN_ITEM293 {
         visibility: hidden;
         pointer-events: none;
     }

     #PARAGRAPH49 {
         width: 301px;
         top: 391.621px;
         left: 17.22px;
     }

     #PARAGRAPH49>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH48 {
         width: 180px;
         top: 17.3586px;
         left: 146.077px;
     }

     #PARAGRAPH48>.ladi-paragraph {
         color: rgb(201, 23, 113);
         font-size: 26px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH47 {
         width: 120px;
         top: 23.3586px;
         left: 13px;
     }

     #PARAGRAPH47>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BOX46 {
         width: 330.077px;
         height: 433.775px;
         top: 0px;
         left: 4px;
     }

     #BOX46>.ladi-box {
         box-shadow: 0px 15px 20px -20px #000;
         -webkit-box-shadow: 0px 15px 20px -20px #000;
         background-color: rgb(156, 195, 244);
     }

     #FORM_ITEM38 {
         width: 294.269px;
         height: 47.5369px;
         top: 63.0936px;
         left: 0.002746px;
     }

     #FORM_ITEM36 {
         width: 294.269px;
         height: 47.5369px;
         top: 0px;
         left: 0px;
     }

     #BUTTON_TEXT35 {
         width: 197px;
         top: 11.4828px;
         left: 0px;
     }

     #BUTTON_TEXT35>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
         margin-top: 14px;
     }

     #BUTTON35 {
         width: 189.762px;
         height: 60.8089px;
         top: 125.688px;
         left: 54.272px;
     }

     #BUTTON35>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON35>.ladi-button {
         border-style: solid;
         border-color: rgb(250, 221, 210);
         border-width: 4px;
         border-radius: 120px;
     }

     #BUTTON35.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #FORM34 {
         width: 352.176px;
         height: 186.497px;
         top: 182.124px;
         left: 22.22px;
     }

     #FORM34>.ladi-form {
         color: rgb(0, 0, 0);
         font-size: 12px;
         line-height: 1.6;
     }

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

     #FORM34 .ladi-form-item {

         padding-right: 10px;
     }

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

     #FORM34 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
         background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
     }

     #FORM34 .ladi-form-item-container,
     #FORM34 .ladi-form-label-container .ladi-form-label-item {
         border-style: solid;
         border-color: rgb(255, 255, 255);
         border-width: 1px;
         border-radius: 22px;
     }

     #FORM34 .ladi-form-item-container .ladi-form-quantity button {
         background-color: rgb(255, 255, 255);
     }

     #FORM34 .ladi-form-item-background {
         background-color: rgb(255, 255, 255);
         border-radius: 21px
     }

     #GROUP490 {
         width: 374.396px;
         height: 433.775px;
         top: 84.725px;
         left: 0px;
     }

     #IMAGE492 {
         width: 108px;
         height: 106px;
         top: 0px;
         left: 0px;
     }

     #IMAGE492>.ladi-image>.ladi-image-background {
         width: 108px;
         height: 106px;
         top: 0px;
         left: 0px;
         background-image: url('../img/discount1-20200731083222.png');
     }

     #HEADLINE493 {
         width: 63px;
         top: 24.94px;
         left: 22px;
     }

     #HEADLINE493>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP491 {
         width: 108px;
         height: 106px;
         top: 0px;
         left: 89.58px;
     }

     #GROUP495 {
         width: 374.396px;
         height: 518.5px;
         top: 213.5px;
         left: 856.42px;
     }

     #HEADLINE498 {
         width: 380px;
         top: 0px;
         left: 286.491px;
     }

     #HEADLINE498>.ladi-headline {
         color: rgb(201, 23, 113);
         font-size: 29px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #SHAPE499 {
         width: 26.7896px;
         height: 31.454px;
         top: 7.773px;
         left: 319.71px;
     }

     #SHAPE499 svg:last-child {
         fill: rgba(201, 23, 113, 1);
     }

     #HEADLINE500 {
         width: 941px;
         top: 35.227px;
         left: 0px;
     }

     #HEADLINE500>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 27px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #GROUP497 {
         width: 941px;
         height: 79.227px;
         top: 16.3865px;
         left: 129.5px;
     }

     #SECTION496 {
         height: 488.8px;
         display: none !important;
     }

     #SECTION496>.ladi-section-background {
         background: rgba(250, 210, 230, 1);
         background: -webkit-linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
         background: linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
     }

     #SECTION496 .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");
     }

     #GROUP530 {
         width: 379.167px;
         height: 433.775px;
         top: 148.6px;
         left: 859.833px;
     }

     #IMAGE531 {
         width: 284px;
         height: 154.679px;
         top: -16.6793px;
         left: 47px;
     }

     #IMAGE531>.ladi-image>.ladi-image-background {
         width: 284px;
         height: 154.679px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin-ml-logo-1-20220319130451.png');
     }

     #IMAGE471 {
         width: 77.2675px;
         height: 160.172px;
         top: 0px;
         left: 0px;
     }

     #IMAGE471>.ladi-image>.ladi-image-background {
         width: 287.233px;
         height: 235.172px;
         top: -50px;
         left: -172px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #IMAGE259 {
         width: 535.474px;
         height: 504.008px;
         top: 125.531px;
         left: 0px;
     }

     #IMAGE259>.ladi-image>.ladi-image-background {
         width: 535.474px;
         height: 504.008px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #BOX536 {
         width: 268.988px;
         height: 89.6625px;
         top: 46.8023px;
         left: 20.7816px;
     }

     #BOX536>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE537 {
         width: 77.2675px;
         height: 160.172px;
         top: 0px;
         left: 0px;
     }

     #IMAGE537>.ladi-image>.ladi-image-background {
         width: 306.775px;
         height: 251.172px;
         top: -58px;
         left: -188px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX539 {
         width: 62.2134px;
         height: 62.2132px;
         top: 0px;
         left: 0px;
     }

     #BOX539>.ladi-box {
         background-color: rgb(202, 24, 113);
         border-radius: 184px;
     }

     #HEADLINE540 {
         width: 51px;
         top: 16.7443px;
         left: 5.66168px;
     }

     #HEADLINE540>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE541 {
         width: 56px;
         top: 2.84662px;
         left: 3.23836px;
     }

     #HEADLINE541>.ladi-headline {
         color: rgb(250, 210, 231);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP538 {
         width: 62.2134px;
         height: 62.2132px;
         top: 17.5005px;
         left: 50.6651px;
     }

     #HEADLINE542 {
         width: 165px;
         top: 61.3349px;
         left: 124.984px;
     }

     #HEADLINE542>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 21px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP535 {
         width: 289.984px;
         height: 160.172px;
         top: 144.987px;
         left: 818.491px;
     }

     #BOX544 {
         width: 268.988px;
         height: 89.6625px;
         top: 52.8023px;
         left: 20.7816px;
     }

     #BOX544>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE545 {
         width: 77.2675px;
         height: 160.172px;
         top: 0px;
         left: 0px;
     }

     #IMAGE545>.ladi-image>.ladi-image-background {
         width: 287.233px;
         height: 235.172px;
         top: -50px;
         left: -172px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX547 {
         width: 62.2134px;
         height: 62.2132px;
         top: 0px;
         left: 0px;
     }

     #BOX547>.ladi-box {
         background-color: rgb(201, 31, 23);
         border-radius: 184px;
     }

     #HEADLINE548 {
         width: 51px;
         top: 16.7443px;
         left: 5.66168px;
     }

     #HEADLINE548>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE549 {
         width: 56px;
         top: 2.84662px;
         left: 3.23836px;
     }

     #HEADLINE549>.ladi-headline {
         color: rgb(255, 235, 180);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP546 {
         width: 62.2134px;
         height: 62.2132px;
         top: 23.5005px;
         left: 50.6651px;
     }

     #HEADLINE550 {
         width: 165px;
         top: 67.3349px;
         left: 124.984px;
     }

     #HEADLINE550>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 21px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP543 {
         width: 289.984px;
         height: 160.172px;
         top: 144.987px;
         left: 461.461px;
     }

     #BOX552 {
         width: 268.988px;
         height: 89.6625px;
         top: 52.8023px;
         left: 20.7816px;
     }

     #BOX552>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE553 {
         width: 77.2675px;
         height: 160.172px;
         top: 0px;
         left: 0px;
     }

     #IMAGE553>.ladi-image>.ladi-image-background {
         width: 290.897px;
         height: 238.172px;
         top: -50px;
         left: -174px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX555 {
         width: 62.2134px;
         height: 62.2132px;
         top: 0px;
         left: 0px;
     }

     #BOX555>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 184px;
     }

     #HEADLINE556 {
         width: 51px;
         top: 16.7443px;
         left: 5.66168px;
     }

     #HEADLINE556>.ladi-headline {
         color: rgb(255, 1, 1);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE557 {
         width: 56px;
         top: 2.84662px;
         left: 3.23836px;
     }

     #HEADLINE557>.ladi-headline {
         color: rgb(140, 12, 12);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP554 {
         width: 62.2134px;
         height: 62.2132px;
         top: 23.5005px;
         left: 50.6651px;
     }

     #HEADLINE558 {
         width: 165px;
         top: 67.3349px;
         left: 124.984px;
     }

     #HEADLINE558>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 21px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP551 {
         width: 289.984px;
         height: 160.172px;
         top: 144.987px;
         left: 101.477px;
     }

     #BOX560 {
         width: 733px;
         height: 143px;
         top: 0px;
         left: 0px;
     }

     #BOX560>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 10px;
     }

     #LINE561 {
         width: 733px;
         top: 12.8272px;
         left: 0px;
     }

     #LINE561>.ladi-line>.ladi-line-container {
         border-top: 3px dashed rgb(201, 31, 23);
         border-right: 3px dashed rgb(201, 31, 23);
         border-bottom: 3px dashed rgb(201, 31, 23);
         border-left: 0px !important;
     }

     #LINE561>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #HEADLINE562 {
         width: 475px;
         top: 113.875px;
         left: 129px;
     }

     #HEADLINE562>.ladi-headline {
         color: rgb(110, 66, 38);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #HEADLINE563 {
         width: 686px;
         top: 32.3982px;
         left: 23.5px;
     }

     #HEADLINE563>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 27px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #GROUP559 {
         width: 733px;
         height: 143px;
         top: 328.627px;
         left: 233.5px;
     }

     #GROUP564 {
         width: 355px;
         height: 64.048px;
         top: 233.5px;
         left: 466px;
     }

     #GROUP565 {
         width: 355px;
         height: 73px;
         top: 297.548px;
         left: 466px;
     }

     #GROUP566 {
         width: 355px;
         height: 68px;
         top: 366.548px;
         left: 466px;
     }

     #GROUP567 {
         width: 369.5px;
         height: 51.8115px;
         top: 436.548px;
         left: 466px;
     }
 }

 @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: 2086.44px;
     }

     #SECTION1>.ladi-section-background {
         background-image: url('../img/block1bg-20200731024522.jpg');
         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");
     }

     #BOX3 {
         width: 249px;
         height: 46.8104px;
         top: 586.985px;
         left: 596.5px;
         display: none !important;
     }

     #BOX3>.ladi-box {
         background-color: rgb(255, 255, 255);
         border-radius: 34px;
     }

     #PARAGRAPH4 {
         width: 226px;
         top: 506.89px;
         left: 556.5px;
         display: none !important;
     }

     #PARAGRAPH4>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #IMAGE7 {
         width: 358.984px;
         height: 330.672px;
         top: 132.619px;
         left: 35.008px;
     }

     #IMAGE7>.ladi-image>.ladi-image-background {
         width: 358.984px;
         height: 330.672px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block1people-20200731024522.png');
     }

     #PARAGRAPH9 {
         width: 400px;
         top: 474.798px;
         left: 9.9995px;
     }

     #PARAGRAPH9>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 26px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #PARAGRAPH13 {
         width: 306px;
         top: 0px;
         left: 49px;
     }

     #PARAGRAPH13>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH14 {
         width: 306px;
         top: 0px;
         left: 49px;
     }

     #PARAGRAPH14>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH15 {
         width: 306px;
         top: 0px;
         left: 49px;
     }

     #PARAGRAPH15>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #PARAGRAPH16 {
         width: 321px;
         top: 0.8115px;
         left: 48.5px;
     }

     #PARAGRAPH16>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #LINE17 {
         width: 252px;
         top: 47.048px;
         left: 49px;
     }

     #LINE17>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE17>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE18 {
         width: 258px;
         top: 53.048px;
         left: 49px;
     }

     #LINE18>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE18>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE19 {
         width: 258px;
         top: 51px;
         left: 51px;
     }

     #LINE19>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE19>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #SHAPE20 {
         width: 29.7743px;
         height: 34.5845px;
         top: 0px;
         left: 0px;
     }

     #SHAPE20 svg:last-child {
         fill: rgba(199, 156, 244, 1.0);
     }

     #SHAPE21 {
         width: 29.7743px;
         height: 34.5845px;
         top: 3px;
         left: 0px;
     }

     #SHAPE21 svg:last-child {
         fill: rgba(250, 210, 230, 1.0);
     }

     #SHAPE22 {
         width: 29.7743px;
         height: 34.5845px;
         top: 0px;
         left: 0px;
     }

     #SHAPE22 svg:last-child {
         fill: rgba(163, 156, 244, 1.0);
     }

     #SHAPE23 {
         width: 29.7743px;
         height: 34.5845px;
         top: 0px;
         left: 0px;
     }

     #SHAPE23 svg:last-child {
         fill: rgba(227, 192, 172, 1.0);
     }

     #PARAGRAPH10 {
         width: 400px;
         top: 603.304px;
         left: 10px;
     }

     #PARAGRAPH10>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 18px;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE51 {
         width: 429px;
         height: 2086.44px;
         top: 0px;
         left: -4px;
     }

     #IMAGE51>.ladi-image>.ladi-image-background {
         width: 429px;
         height: 2086.44px;
         top: 0px;
         left: 0px;
         background-image: url('../img/intro-bg-20200731040714.png');
     }

     #SECTION52 {
         height: 2243.8px;
     }

     #SECTION52 .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");
     }

     #PARAGRAPH53 {
         width: 400px;
         top: 23px;
         left: 10px;
     }

     #PARAGRAPH53>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 24px;
         text-align: center;
         line-height: 1.4;
     }

     #BOX54 {
         width: 412.57px;
         height: 47.2612px;
         top: 50.2916px;
         left: 0px;
     }

     #BOX54>.ladi-box {
         background-color: rgb(156, 195, 244);
         border-radius: 29px;
     }

     #SHAPE55 {
         width: 58.9669px;
         height: 136.763px;
         top: 0px;
         left: 176.802px;
     }

     #SHAPE55 svg:last-child {
         fill: rgba(156, 195, 244, 1.0);
     }

     #GROUP56 {
         width: 412.57px;
         height: 136.763px;
         top: 131px;
         left: 4px;
     }

     #IMAGE57 {
         width: 400px;
         height: 301.63px;
         top: 1617.76px;
         left: 11px;
     }

     #IMAGE57>.ladi-image>.ladi-image-background {
         width: 400px;
         height: 314.63px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2_vid-20200731024421.gif');
     }

     #IMAGE58 {
         width: 145px;
         height: 145px;
         top: 486.391px;
         left: 140px;
     }

     #IMAGE58>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii2-20200731024421.png');
     }

     #IMAGE59 {
         width: 145px;
         height: 145px;
         top: 685.391px;
         left: 140px;
     }

     #IMAGE59>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii3-20200731024421.png');
     }

     #IMAGE60 {
         width: 145px;
         height: 145px;
         top: 265.391px;
         left: 140px;
     }

     #IMAGE60>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii1-20200731024421.png');
     }

     #PARAGRAPH61 {
         width: 120px;
         top: 430px;
         left: 150px;
     }

     #PARAGRAPH61>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH62 {
         width: 110px;
         top: 644.391px;
         left: 160px;
     }

     #PARAGRAPH62>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH63 {
         width: 101px;
         top: 841.391px;
         left: 160px;
     }

     #PARAGRAPH63>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE64 {
         width: 145px;
         height: 145px;
         top: 891.391px;
         left: 140px;
     }

     #IMAGE64>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii4-20200731024421.png');
     }

     #IMAGE65 {
         width: 145px;
         height: 145px;
         top: 1316.39px;
         left: 140px;
     }

     #IMAGE65>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii6-20200731024421.png');
     }

     #IMAGE66 {
         width: 145px;
         height: 145px;
         top: 1105.39px;
         left: 140px;
     }

     #IMAGE66>.ladi-image>.ladi-image-background {
         width: 145px;
         height: 145px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii5-20200731024421.png');
     }

     #PARAGRAPH67 {
         width: 143px;
         top: 1052.39px;
         left: 139px;
     }

     #PARAGRAPH67>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH68 {
         width: 151px;
         top: 1264.39px;
         left: 160px;
     }

     #PARAGRAPH68>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH69 {
         width: 158px;
         top: 1469.39px;
         left: 131px;
     }

     #PARAGRAPH69>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH70 {
         width: 400px;
         top: 1514.72px;
         left: 10px;
     }

     #PARAGRAPH70>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 19px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH71 {
         width: 382px;
         top: 194.391px;
         left: 20.8741px;
     }

     #PARAGRAPH71>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #IMAGE72 {
         width: 35px;
         height: 35px;
         top: 384.391px;
         left: 250px;
     }

     #IMAGE72>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE73 {
         width: 35px;
         height: 35px;
         top: 1426.39px;
         left: 244px;
     }

     #IMAGE73>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE74 {
         width: 35px;
         height: 35px;
         top: 1224.39px;
         left: 244px;
     }

     #IMAGE74>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE75 {
         width: 35px;
         height: 35px;
         top: 600.391px;
         left: 250px;
     }

     #IMAGE75>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE76 {
         width: 35px;
         height: 35px;
         top: 1010.39px;
         left: 247px;
     }

     #IMAGE76>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #IMAGE77 {
         width: 35px;
         height: 35px;
         top: 806.391px;
         left: 247px;
     }

     #IMAGE77>.ladi-image>.ladi-image-background {
         width: 35px;
         height: 35px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b2ii-20200731024421.png');
     }

     #PARAGRAPH78 {
         width: 70px;
         top: 1932.39px;
         left: 181px;
     }

     #PARAGRAPH78>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 32px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH79 {
         width: 80px;
         top: 2030.39px;
         left: 181px;
     }

     #PARAGRAPH79>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 32px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH80 {
         width: 80px;
         top: 2129.39px;
         left: 181px;
     }

     #PARAGRAPH80>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 32px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH81 {
         width: 356px;
         top: 1983.39px;
         left: 33px;
     }

     #PARAGRAPH81>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: justify;
         line-height: 1.6;
     }

     #PARAGRAPH82 {
         width: 337px;
         top: 2085.39px;
         left: 37px;
     }

     #PARAGRAPH82>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: justify;
         line-height: 1.6;
     }

     #PARAGRAPH83 {
         width: 356px;
         top: 2184.39px;
         left: 33px;
     }

     #PARAGRAPH83>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: left;
         line-height: 1.6;
     }

     #LINE84 {
         width: 389px;
         top: 1971.39px;
         left: 15.5px;
     }

     #LINE84>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE84>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE85 {
         width: 389px;
         top: 2068.39px;
         left: 16px;
     }

     #LINE85>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE85>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE86 {
         width: 390px;
         top: 2167.39px;
         left: 21px;
     }

     #LINE86>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE86>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #SECTION87 {
         height: 1380.42px;
     }

     #SECTION87 .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");
     }

     #PARAGRAPH88 {
         width: 346px;
         top: 23.832px;
         left: 37.5px;
     }

     #PARAGRAPH88>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #IMAGE89 {
         width: 184px;
         height: 150px;
         top: 1020.65px;
         left: 113.374px;
     }

     #IMAGE89>.ladi-image>.ladi-image-background {
         width: 184px;
         height: 150px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3ii6-20200731024523.jpg');
     }

     #IMAGE89>.ladi-image {
         border-radius: 10px;
     }

     #IMAGE91 {
         width: 184px;
         height: 150px;
         top: 544.014px;
         left: 113.374px;
     }

     #IMAGE91>.ladi-image>.ladi-image-background {
         width: 184px;
         height: 150px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3ii4-20200731024522.jpg');
     }

     #IMAGE91>.ladi-image {
         border-radius: 10px;
     }

     #IMAGE92 {
         width: 184px;
         height: 150px;
         top: 105.832px;
         left: 113.374px;
     }

     #IMAGE92>.ladi-image>.ladi-image-background {
         width: 184px;
         height: 150px;
         top: 0px;
         left: 0px;
         background-image: url('../img/annotation-2020-08-11-114928-20200811045031.jpg');
     }

     #IMAGE92>.ladi-image {
         border-radius: 10px;
     }

     #IMAGE94 {
         width: 193px;
         height: 150px;
         top: 330.014px;
         left: 108.874px;
     }

     #IMAGE94>.ladi-image>.ladi-image-background {
         width: 193px;
         height: 150px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3ii3-20200731024522.jpg');
     }

     #IMAGE94>.ladi-image {
         border-radius: 10px;
     }

     #PARAGRAPH98 {
         width: 183px;
         top: 272.014px;
         left: 112.874px;
     }

     #PARAGRAPH98>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH99 {
         width: 184px;
         top: 951.83px;
         left: 112.374px;
     }

     #PARAGRAPH99>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH100 {
         width: 107px;
         top: 496.014px;
         left: 150.874px;
     }

     #PARAGRAPH100>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH101 {
         width: 182px;
         top: 712.014px;
         left: 112.374px;
     }

     #PARAGRAPH101>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH102 {
         width: 126px;
         top: 1198.06px;
         left: 142.374px;
     }

     #PARAGRAPH102>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH103 {
         width: 400px;
         top: 1245.06px;
         left: 5.9997px;
     }

     #PARAGRAPH103>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 24px;
         text-align: center;
         line-height: 1.6;
     }

     #SHAPE104 {
         width: 16.4639px;
         height: 33.1815px;
         top: 1335.88px;
         left: -431.232px;
         display: none !important;
     }

     #SHAPE104 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #IMAGE105 {
         width: 400px;
         height: 614.832px;
         top: -106.41px;
         left: 453px;
         display: none !important;
     }

     #IMAGE105>.ladi-image>.ladi-image-background {
         width: 400px;
         height: 614.832px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block3people-20200731024523.png');
     }

     #SECTION106 {
         height: 830.42px;
     }

     #SECTION106>.ladi-section-background {
         background-image: url('../img/block4bg-20200731024547.png');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION106 .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");
     }

     #PARAGRAPH107 {
         width: 400px;
         top: 20.5px;
         left: 10px;
     }

     #PARAGRAPH107>.ladi-paragraph {
         color: rgb(201, 31, 23);
         font-size: 23px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH108 {
         width: 256px;
         top: 180.5px;
         left: 108.197px;
     }

     #PARAGRAPH108>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH109 {
         width: 256px;
         top: 251.427px;
         left: 108.197px;
     }

     #PARAGRAPH109>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH110 {
         width: 256px;
         top: 314.74px;
         left: 108.197px;
     }

     #PARAGRAPH110>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH111 {
         width: 256px;
         top: 364.054px;
         left: 108.197px;
     }

     #PARAGRAPH111>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH112 {
         width: 256px;
         top: 420.938px;
         left: 108.197px;
     }

     #PARAGRAPH112>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #SHAPE113 {
         width: 16.4639px;
         height: 41.9269px;
         top: 180.5px;
         left: 60px;
     }

     #SHAPE113 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE114 {
         width: 16.4639px;
         height: 41.9269px;
         top: 420.938px;
         left: 60px;
     }

     #SHAPE114 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE115 {
         width: 16.4639px;
         height: 41.9269px;
         top: 360.054px;
         left: 60px;
     }

     #SHAPE115 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE116 {
         width: 16.4639px;
         height: 41.9269px;
         top: 305.74px;
         left: 60px;
     }

     #SHAPE116 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #SHAPE117 {
         width: 16.4639px;
         height: 41.9269px;
         top: 251.427px;
         left: 60px;
     }

     #SHAPE117 svg:last-child {
         fill: rgba(200, 31, 23, 1.0);
     }

     #IMAGE118 {
         width: 219.037px;
         height: 219.037px;
         top: 505.401px;
         left: 713.481px;
         display: none !important;
     }

     #IMAGE118>.ladi-image>.ladi-image-background {
         width: 219.037px;
         height: 219.037px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block4mi-20200731024547.png');
     }

     #IMAGE119 {
         width: 128px;
         height: 140px;
         top: 524.667px;
         left: 610px;
         display: none !important;
     }

     #IMAGE119>.ladi-image>.ladi-image-background {
         width: 128px;
         height: 140px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4line-20200731024434.png');
     }

     #IMAGE120 {
         width: 40px;
         height: 10.9999px;
         top: 657.61px;
         left: 666px;
         display: none !important;
     }

     #IMAGE120>.ladi-image>.ladi-image-background {
         width: 40px;
         height: 11px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4line2-20200731024434.png');
     }

     #IMAGE121 {
         width: 61px;
         height: 49px;
         top: 556.16px;
         left: 680.5px;
         display: none !important;
     }

     #IMAGE121>.ladi-image>.ladi-image-background {
         width: 61px;
         height: 49px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4line1-20200731024434.png');
     }

     #BOX123 {
         width: 370px;
         height: 83.627px;
         top: 581.639px;
         left: 25.4647px;
     }

     #BOX123>.ladi-box {
         background-color: rgb(232, 59, 48);
         border-radius: 39px;
     }

     #BOX124 {
         width: 370px;
         height: 83.627px;
         top: 474.667px;
         left: 25.4647px;
     }

     #BOX124>.ladi-box {
         background-color: rgb(232, 59, 48);
         border-radius: 39px;
     }

     #BOX125 {
         width: 370px;
         height: 83.627px;
         top: 688.61px;
         left: 25.4647px;
     }

     #BOX125>.ladi-box {
         background-color: rgb(232, 59, 48);
         border-radius: 39px;
     }

     #IMAGE126 {
         width: 76.1069px;
         height: 76.1069px;
         top: 585.399px;
         left: 30.947px;
     }

     #IMAGE126>.ladi-image>.ladi-image-background {
         width: 76.1069px;
         height: 76.1069px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4ii1-20200731024421.png');
     }

     #IMAGE127 {
         width: 76.1129px;
         height: 76.1129px;
         top: 478.424px;
         left: 30.944px;
     }

     #IMAGE127>.ladi-image>.ladi-image-background {
         width: 76.1129px;
         height: 76.1129px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4ii2-20200731024434.png');
     }

     #IMAGE128 {
         width: 76.172px;
         height: 76.172px;
         top: 692.337px;
         left: 30.947px;
     }

     #IMAGE128>.ladi-image>.ladi-image-background {
         width: 76.172px;
         height: 76.172px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b4ii3-20200731024434.png');
     }

     #PARAGRAPH129 {
         width: 256px;
         top: 503.401px;
         left: 126.965px;
     }

     #PARAGRAPH129>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH130 {
         width: 238px;
         top: 585.399px;
         left: 126.965px;
     }

     #PARAGRAPH130>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #PARAGRAPH131 {
         width: 256px;
         top: 705.237px;
         left: 121.965px;
     }

     #PARAGRAPH131>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         line-height: 1.6;
     }

     #IMAGE132 {
         width: 418.196px;
         height: 1378.81px;
         top: 1.61px;
         left: 1.402px;
     }

     #IMAGE132>.ladi-image>.ladi-image-background {
         width: 418.196px;
         height: 1619.42px;
         top: 0px;
         left: 0px;
         background-image: url('../img/bg-2-mobile-20200731070417.png');
     }

     #BOX133 {
         width: 419.07px;
         height: 830.42px;
         top: 0px;
         left: 0.929722px;
     }

     #BOX133>.ladi-box {
         background-color: rgb(210, 227, 250);
     }

     #PARAGRAPH157 {
         width: 276px;
         top: 17.4441px;
         left: 46.0005px;
     }

     #PARAGRAPH157>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BOX156 {
         width: 347px;
         height: 187.293px;
         top: 0px;
         left: 0px;
     }

     #BOX156>.ladi-box {
         background-color: rgb(255, 255, 255);
         border-style: solid;
         border-color: rgb(210, 227, 250);
         border-width: 3px;
     }

     #PARAGRAPH135 {
         width: 400px;
         top: 20.614px;
         left: 10px;
     }

     #PARAGRAPH135>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 25px;
         text-align: center;
         line-height: 1.6;
     }

     #SECTION134 {
         height: 1354.85px;
     }

     #SECTION134>.ladi-section-background {
         background: rgba(229, 229, 229, 1.0);
         background: -webkit-linear-gradient(180deg, rgba(229, 229, 229, 1.0), rgba(255, 255, 255, 1.0));
         background: linear-gradient(180deg, rgba(229, 229, 229, 1.0), rgba(255, 255, 255, 1.0));
         opacity: 0.71;
     }

     #SECTION134 .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");
     }

     #SECTION166 {
         height: 1860.69px;
     }

     #SECTION166 .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");
     }

     #PARAGRAPH167 {
         width: 402px;
         top: 30px;
         left: 10px;
     }

     #PARAGRAPH167>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 30px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE168 {
         width: 320.967px;
         height: 206.563px;
         top: 570.566px;
         left: 49.0415px;
     }

     #IMAGE168>.ladi-image>.ladi-image-background {
         width: 320.967px;
         height: 225.563px;
         top: 0px;
         left: 0px;
         background-image: url('../img/happy-asian-woman-age-40-years-old-park_34670-682-20200826045604.jpg');
     }

     #IMAGE169 {
         width: 320.967px;
         height: 225.563px;
         top: 138px;
         left: 49.0415px;
     }

     #IMAGE169>.ladi-image>.ladi-image-background {
         width: 320.967px;
         height: 225.563px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b7ii1-20200731024450.png');
     }

     #IMAGE170 {
         width: 320.967px;
         height: 225.563px;
         top: 1115.13px;
         left: 49.5165px;
     }

     #IMAGE170>.ladi-image>.ladi-image-background {
         width: 320.967px;
         height: 225.563px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b7ii3-20200731024450.png');
     }

     #PARAGRAPH171 {
         width: 400px;
         top: 392.01px;
         left: 10px;
     }

     #PARAGRAPH171>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH172 {
         width: 400px;
         top: 810.13px;
         left: 10px;
     }

     #PARAGRAPH172>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH173 {
         width: 400px;
         top: 1375.01px;
         left: 10px;
     }

     #PARAGRAPH173>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #SECTION175 {
         height: 1058.32px;
     }

     #SECTION175 .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");
     }

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

     #PARAGRAPH178>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 33px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH179 {
         width: 400px;
         top: 671.477px;
         left: 10px;
     }

     #PARAGRAPH179>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 14px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH180 {
         width: 400px;
         top: 833.105px;
         left: 6px;
     }

     #PARAGRAPH180>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 15px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH181 {
         width: 400px;
         top: 990.1px;
         left: 9.5px;
     }

     #PARAGRAPH181>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 14px;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE182 {
         width: 60px;
         height: 60px;
         top: 756.477px;
         left: 176px;
     }

     #IMAGE182>.ladi-image>.ladi-image-background {
         width: 60px;
         height: 60px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9ii2-20200731024451.png');
     }

     #IMAGE183 {
         width: 60px;
         height: 60px;
         top: 584.48px;
         left: 180px;
     }

     #IMAGE183>.ladi-image>.ladi-image-background {
         width: 60px;
         height: 60px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9ii1-20200731024451.png');
     }

     #IMAGE184 {
         width: 60px;
         height: 60px;
         top: 913.105px;
         left: 180px;
     }

     #IMAGE184>.ladi-image>.ladi-image-background {
         width: 60px;
         height: 60px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9ii3-20200731024451.png');
     }

     #LINE185 {
         width: 400px;
         top: 887.105px;
         left: 15px;
     }

     #LINE185>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE185>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #LINE187 {
         width: 400px;
         top: 731.105px;
         left: 15px;
     }

     #LINE187>.ladi-line>.ladi-line-container {
         border-top: 1px solid rgb(228, 228, 228);
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 0px !important;
     }

     #LINE187>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #IMAGE188 {
         width: 420px;
         height: 566px;
         top: 0px;
         left: 0px;
     }

     #IMAGE188>.ladi-image>.ladi-image-background {
         width: 530.172px;
         height: 943px;
         top: -220px;
         left: -65px;
         background-image: url('../img/bg-3-mobile-20200731094416.png');
     }

     #SECTION189 {
         height: 721px;
     }

     #SECTION189>.ladi-section-background {
         background-size: cover;
         background-attachment: scroll;
         background-origin: content-box;
         background-image: url('../img/b12bg-20200731024507.jpg');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION189 .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");
     }

     #PARAGRAPH190 {
         width: 400px;
         top: 29.184px;
         left: 15px;
     }

     #PARAGRAPH190>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 26px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BOX192 {
         width: 389.609px;
         height: 81.0325px;
         top: 155.143px;
         left: 17px;
     }

     #BOX192>.ladi-box {
         border-style: solid;
         border-color: rgb(23, 200, 47);
         border-width: 2px;
         border-radius: 52px;
     }

     #SHAPE193 {
         width: 89px;
         height: 89px;
         top: 426.184px;
         left: 712.5px;
         display: none !important;
     }

     #SHAPE193 svg:last-child {
         fill: rgba(16, 145, 33, 1.0);
     }

     #PARAGRAPH194 {
         width: 352px;
         top: 172.143px;
         left: 35.875px;
     }

     #PARAGRAPH194>.ladi-paragraph {
         color: rgb(16, 145, 33);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH195 {
         width: 400px;
         top: 253.354px;
         left: 10.5px;
     }

     #PARAGRAPH195>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 14px;
         text-align: justify;
         line-height: 1.6;
     }

     #PARAGRAPH196 {
         width: 400px;
         top: 450.184px;
         left: 10px;
     }

     #PARAGRAPH196>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 14px;
         text-align: justify;
         line-height: 1.6;
     }

     #IMAGE197 {
         width: 283.041px;
         height: 477.184px;
         top: 74px;
         left: 588.48px;
         display: none !important;
     }

     #IMAGE197>.ladi-image>.ladi-image-background {
         width: 283.041px;
         height: 477.184px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b10bg-20200731024507.png');
     }

     #SECTION198 {
         height: 1120px;
     }

     #SECTION198 .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");
     }

     #PARAGRAPH199 {
         width: 400px;
         top: 10px;
         left: 10px;
     }

     #PARAGRAPH199>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 27px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE200 {
         width: 83px;
         height: 90px;
         top: 430px;
         left: 173.5px;
     }

     #IMAGE200>.ladi-image>.ladi-image-background {
         width: 83px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii2-20200731024507.png');
     }

     #IMAGE201 {
         width: 80px;
         height: 90px;
         top: 892px;
         left: 175px;
     }

     #IMAGE201>.ladi-image>.ladi-image-background {
         width: 80px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii4-20200731024507.png');
     }

     #IMAGE202 {
         width: 79px;
         height: 90px;
         top: 664px;
         left: 175.5px;
     }

     #IMAGE202>.ladi-image>.ladi-image-background {
         width: 79px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii3-20200731024507.png');
     }

     #IMAGE203 {
         width: 79px;
         height: 90px;
         top: 182.5px;
         left: 175.5px;
     }

     #IMAGE203>.ladi-image>.ladi-image-background {
         width: 79px;
         height: 90px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11ii1-20200731024507.png');
     }

     #IMAGE204 {
         width: 56px;
         height: 13px;
         top: 198px;
         left: 594px;
         display: none !important;
     }

     #IMAGE204>.ladi-image>.ladi-image-background {
         width: 56px;
         height: 13px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11arrow-20200731024507.png');
     }

     #IMAGE205 {
         width: 56px;
         height: 13px;
         top: 221px;
         left: 594px;
         display: none !important;
     }

     #IMAGE205>.ladi-image>.ladi-image-background {
         width: 56px;
         height: 13px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11arrow-20200731024507.png');
     }

     #IMAGE206 {
         width: 56px;
         height: 13px;
         top: 608px;
         left: 593px;
         display: none !important;
     }

     #IMAGE206>.ladi-image>.ladi-image-background {
         width: 56px;
         height: 13px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b11arrow-20200731024507.png');
     }

     #PARAGRAPH207 {
         width: 120px;
    top: 292px;
    left: 156px;
     }

     #PARAGRAPH207>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH208 {
         width: 130px;
    top: 998px;
    left: 150px;
     }

     #PARAGRAPH208>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH209 {
         width: 93px;
         top: 536px;
         left: 168.5px;
     }

     #PARAGRAPH209>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH210 {
         width: 138px;
         top: 763px;
         left: 146px;
     }

     #PARAGRAPH210>.ladi-paragraph {
         color: rgb(102, 162, 238);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH211 {
         width: 353px;
         top: 334px;
         left: 38.5px;
     }

     #PARAGRAPH211>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         line-height: 1.6;
     }

     #PARAGRAPH212 {
         width: 348px;
         top: 1038px;
         left: 38.5px;
     }

     #PARAGRAPH212>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH213 {
         width: 353px;
         top: 801px;
         left: 38.5px;
     }

     #PARAGRAPH213>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH214 {
         width: 342px;
         top: 575px;
         left: 44px;
     }

     #PARAGRAPH214>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #SECTION215 {
         height: 1322.04px;
     }

     #SECTION215 .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");
     }

     #PARAGRAPH216 {
         width: 376px;
         top: 6.435px;
         left: 20px;
     }

     #PARAGRAPH216>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 28px;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE217 {
         width: 420px;
         height: 384.615px;
         top: 829.674px;
         left: 0px;
     }

     #IMAGE217>.ladi-image>.ladi-image-background {
         width: 420px;
         height: 384.615px;
         top: 0px;
         left: 0px;
         background-image: url('../img/block12people-20200731024547.png');
     }

     #PARAGRAPH235 {
         width: 190px;
         top: 253.329px;
         left: -200px;
     }

     #PARAGRAPH235>.ladi-paragraph {
         color: rgb(16, 125, 145);
         font-size: 16px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE238 {
         width: 58px;
         height: 20px;
         top: 230.4px;
         left: 553px;
         display: none !important;
     }

     #IMAGE238>.ladi-image>.ladi-image-background {
         width: 58px;
         height: 20px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b12arrow-20200731024507.png');
     }

     #SECTION241 {
         height: 136px;
     }

     #SECTION241 .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");
     }

     #PARAGRAPH242 {
         width: 400px;
         top: 26px;
         left: 10px;
     }

     #PARAGRAPH242>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE244 {
         width: 184px;
         height: 128.181px;
         top: 800.65px;
         left: 113.374px;
     }

     #IMAGE244>.ladi-image>.ladi-image-background {
         width: 189.612px;
         height: 128.181px;
         top: 0px;
         left: 0px;
         background-image: url('../img/nc3-20200722040843.jpg');
     }

     #IMAGE244>.ladi-image {
         border-radius: 10px;
     }

     #SECTION252 {
         height: 418.565px;
         display: none !important;
     }

     #SECTION252 .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");
     }

     #VIDEO253 {
         width: 405px;
         height: 227.813px;
         top: 153.53px;
         left: 8px;
     }



     #VIDEO253>.ladi-video {
         box-shadow: 0px 15px 15px -15px #000;
         -webkit-box-shadow: 0px 15px 15px -15px #000;
     }

     #SHAPE253 {
         width: 60px;
         height: 60px;
         top: 83.9065px;
         left: 172.5px;
     }

     #SHAPE253 svg:last-child {
         fill: rgba(0, 0, 0, 0.5);
     }

     #HEADLINE254 {
         width: 386px;
         top: 26.53px;
         left: 17px;
     }

     #HEADLINE254>.ladi-headline {
         color: rgb(0, 0, 0);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #IMAGE268 {
         width: 419.05px;
         height: 684px;
         top: 0px;
         left: 0px;
     }

     #IMAGE268>.ladi-image>.ladi-image-background {
         width: 419.05px;
         height: 684px;
         top: 0px;
         left: 0px;
         background-image: url('../img/bg-sign-mobile-20200731092403.png');
     }

     #PARAGRAPH269 {
         width: 419px;
         top: 0px;
         left: 0.025px;
     }

     #PARAGRAPH269>.ladi-paragraph {
         color: rgb(84, 84, 84);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH270 {
         width: 400px;
         top: 84px;
         left: 10px;
     }

     #PARAGRAPH270>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 14px;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE271 {
         width: 207px;
         height: 116.011px;
         top: 483.989px;
         left: 189px;
     }

     #IMAGE271>.ladi-image>.ladi-image-background {
         width: 207px;
         height: 116.011px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b6sig-20200731024450.png');
     }

     #PARAGRAPH272 {
         width: 370px;
         top: 600px;
         left: 24px;
     }

     #PARAGRAPH272>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 16px;
         text-align: right;
         line-height: 1.6;
     }

     #SECTION267 {
         height: 684px;
     }

     #SECTION267>.ladi-section-background {
         background-image: url('../img/b6bg-20200731024450.jpg');
         background-position: center top;
         background-repeat: no-repeat;
     }

     #SECTION267 .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");
     }

     #IMAGE273 {
         width: 301.085px;
         height: 344.698px;
         top: 1692.66px;
         left: 56.9565px;
     }

     #IMAGE273>.ladi-image>.ladi-image-background {
         width: 372.557px;
         height: 353.748px;
         top: 0px;
         left: -31.829px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #IMAGE274 {
         width: 329.953px;
         height: 362.628px;
         top: 197.849px;
         left: 39.047px;
     }

     #IMAGE274>.ladi-image>.ladi-image-background {
         width: 376.97px;
         height: 362.628px;
         top: 0px;
         left: -11.5456px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #BOX275 {
         width: 370px;
         height: 399.156px;
         top: 0px;
         left: 0px;
     }

     #BOX275>.ladi-box {
         background-color: rgba(232, 61, 49, 0.7);
         border-radius: 39px;
     }

     #SHAPE277 {
         width: 327.12px;
         height: 152.587px;
         top: 348.129px;
         left: 9.5822px;
     }

     #SHAPE277 svg:last-child {
         fill: rgba(255, 255, 255, 1.0);
     }

     #PARAGRAPH279 {
         width: 347px;
         top: 10px;
         left: 11.5px;
     }

     #PARAGRAPH279>.ladi-paragraph {
         color: rgb(255, 255, 255);
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         text-align: center;
         line-height: 1.6;
     }

     #IMAGE280 {
         width: 224.712px;
         height: 206.438px;
         top: 321.203px;
         left: 67.644px;
     }

     #IMAGE280>.ladi-image>.ladi-image-background {
         width: 224.712px;
         height: 206.438px;
         top: 0px;
         left: 0px;
         background-image: url('../img/hoang-ba-2-20220321024523.png');
     }

     #IMAGE281 {
         width: 358.727px;
         height: 338.762px;
         top: 983.279px;
         left: 110.6365px;
     }

     #IMAGE281>.ladi-image>.ladi-image-background {
         width: 358.727px;
         height: 338.762px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #GROUP282 {
         width: 347px;
         height: 187.293px;
         top: 1038.14px;
         left: 41.5px;
     }

     #GROUP283 {
         width: 370px;
         height: 527.641px;
         top: 0px;
         left: 0px;
     }

     #GROUP284 {
         width: 370px;
         height: 527.641px;
         top: 527.765px;
         left: 30px;
     }

     #IMAGE176 {
         width: 754px;
         height: 122.241px;
         top: 689.236px;
         left: 435px;
         display: none !important;
     }

     #IMAGE176>.ladi-image>.ladi-image-background {
         width: 754px;
         height: 122.241px;
         top: 0px;
         left: 0px;
         background-image: url('../img/b9bg-20200731024451.jpg');
     }

     #PARAGRAPH298 {
         width: 307px;
         top: 1225.67px;
         left: 53.999px;
     }

     #PARAGRAPH298>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 14px;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON303 {
         width: 319px;
         height: 65px;
         top: 1243.14px;
         left: 50.025px;
     }

     #BUTTON303>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON303>.ladi-button {
         border-radius: 17px;
     }

     #BUTTON303.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #BUTTON_TEXT303 {
         width: 319px;
         top: 9px;
         left: 0px;
     }

     #BUTTON_TEXT303>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON_TEXT305 {
         width: 319px;
         top: 9px;
         left: 0px;
     }

     #BUTTON_TEXT305>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON305 {
         width: 319px;
         height: 65px;
         top: 1745.01px;
         left: 50px;
     }

     #BUTTON305>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON305>.ladi-button {
         border-radius: 17px;
     }

     #BUTTON305.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #BUTTON_TEXT307 {
         width: 319px;
         top: 9px;
         left: 0px;
     }

     #BUTTON_TEXT307>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON307 {
         width: 319px;
         height: 65px;
         top: 623.435px;
         left: 55.5px;
     }

     #BUTTON307>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON307>.ladi-button {
         border-radius: 17px;
     }

     #BUTTON307.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

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

     #NOTIFY309>.ladi-notify {
         color: rgb(64, 64, 64);
         background-color: rgba(250, 250, 250, 0.9);
     }

     #HEADLINE336 {
         width: 308px;
         top: 1924.54px;
         left: 532.65px;
     }

     #HEADLINE336>.ladi-headline {
         color: rgb(0, 0, 0);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BOX348 {
         width: 352.542px;
         height: 463.299px;
         top: 0px;
         left: 10.6806px;
     }

     #BOX348>.ladi-box {
         box-shadow: 0px 15px 20px -20px #000;
         -webkit-box-shadow: 0px 15px 20px -20px #000;
         background-color: rgb(156, 195, 244);
     }

     #COUNTDOWN_ITEM356 {
         visibility: hidden;
         pointer-events: none;
     }

     #COUNTDOWN355 {
         width: 90%;
         height: 65.3341px;
         top: 111.906px;
         left: 0px;
     }

     #COUNTDOWN355>.ladi-countdown {
         color: rgb(0, 0, 0);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         filter: drop-shadow(rgb(0, 0, 0) 0px 3px 2px);
     }

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

     #COUNTDOWN355>.ladi-countdown .ladi-countdown-background {
         background-color: rgb(255, 255, 255);
         border-radius: 10px;
     }

     #PARAGRAPH368 {
         width: 160px;
         top: 27.0846px;
         left: 22.4293px;
     }

     #PARAGRAPH368>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH369 {
         width: 190px;
         top: 19.6081px;
         left: 161.277px;
     }

     #PARAGRAPH369>.ladi-paragraph {
         color: rgb(201, 23, 113);
         font-size: 25px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH370 {
         width: 269px;
         top: 427.888px;
         left: 47.0358px;
     }

     #PARAGRAPH370>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #GROUP347 {
         width: 363.223px;
         height: 463.299px;
         top: 0px;
         left: 0px;
     }

     #HEADLINE371 {
         width: 136px;
         top: 1129.66px;
         left: 0px;
     }

     #HEADLINE371>.ladi-headline {
         color: rgb(0, 0, 0);
         font-size: 18px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH372 {
         width: 307px;
         top: 739.674px;
         left: 54.1306px;
     }

     #PARAGRAPH372>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 14px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH373 {
         width: 145px;
         top: 55.8064px;
         left: 182.45px;
     }

     #PARAGRAPH373>.ladi-paragraph {
         color: rgb(203, 24, 114);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #LINE374 {
         height: 56px;
         top: 28.4044px;
         left: 173.222px;
     }

     #LINE374>.ladi-line>.ladi-line-container {
         border-top: 0px !important;
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 1px solid rgb(228, 228, 228);
     }

     #LINE374>.ladi-line {
         height: 100%;
         padding: 0px 8px;
     }

     #PARAGRAPH376 {
         width: 143px;
         top: 57.4351px;
         left: 186.021px;
     }

     #PARAGRAPH376>.ladi-paragraph {
         color: rgb(203, 24, 114);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #LINE377 {
         height: 57px;
         top: 28.5974px;
         left: 171.65px;
     }

     #LINE377>.ladi-line>.ladi-line-container {
         border-top: 0px !important;
         border-right: 1px solid rgb(228, 228, 228);
         border-bottom: 1px solid rgb(228, 228, 228);
         border-left: 1px solid rgb(228, 228, 228);
     }

     #LINE377>.ladi-line {
         height: 100%;
         padding: 0px 8px;
     }

     #BUTTON_TEXT444 {
         width: 195px;
         top: 12.2644px;
         left: 0px;
     }

     #BUTTON_TEXT444>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON444 {
         width: 202.678px;
         height: 64.9479px;
         top: 137.447px;
         left: 58.3533px;
     }

     #BUTTON444>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON444>.ladi-button {
         border-style: solid;
         border-color: rgb(250, 221, 210);
         border-width: 4px;
         border-radius: 137px;
     }

     #BUTTON444.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #FORM_ITEM446 {
         width: 314.298px;
         height: 50.7725px;
         top: 0px;
         left: 0px;
     }

     #FORM_ITEM447 {
         width: 314.298px;
         height: 50.7725px;
         top: 67.3881px;
         left: 0.002933px;
     }

     #FORM_ITEM448 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 0px;
         display: none !important;
     }

     #FORM_ITEM449 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 48.3533px;
         display: none !important;
     }

     #FORM_ITEM450 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 96.7067px;
         display: none !important;
     }

     #FORM_ITEM451 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 145.06px;
         display: none !important;
     }

     #FORM_ITEM452 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 193.413px;
         display: none !important;
     }

     #FORM_ITEM453 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 241.767px;
         display: none !important;
     }

     #FORM_ITEM454 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 290.12px;
         display: none !important;
     }

     #FORM_ITEM455 {
         width: 37.6727px;
         height: 37.3823px;
         top: 128.841px;
         left: 338.473px;
         display: none !important;
     }

     #FORM443 {
         width: 376.146px;
         height: 202.395px;
         top: 208.065px;
         left: 28.8281px;
     }

     #FORM443>.ladi-form {
         color: rgb(0, 0, 0);
         font-size: 12px;
         line-height: 1.6;
     }

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

     #FORM443 .ladi-form-item {
         padding-left: 10px;
         padding-right: 10px;
     }

     #FORM443 .ladi-form-item.ladi-form-checkbox {
         padding-left: 15px;
         padding-right: 15px;
     }

     #FORM443 .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");
     }

     #FORM443 .ladi-form-item-container,
     #FORM443 .ladi-form-label-container .ladi-form-label-item {
         border-style: solid;
         border-color: rgb(255, 255, 255);
         border-width: 1px;
         border-radius: 22px;
     }

     #FORM443 .ladi-form-item-container .ladi-form-quantity button {
         background-color: rgb(255, 255, 255);
     }

     #FORM443 .ladi-form-item-background {
         background-color: rgb(255, 255, 255);
         border-radius: 21px
     }

     #HEADLINE458 {
         width: 328px;
         top: 0px;
         left: 47.4266px;
     }

     #HEADLINE458>.ladi-headline {
         color: rgb(201, 23, 113);
         font-size: 26px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #SHAPE459 {
         width: 23.1007px;
         height: 31.7877px;
         top: 5.8342px;
         left: 68.8605px;
     }

     #SHAPE459 svg:last-child {
         fill: rgba(201, 23, 113, 1);
     }

     #HEADLINE460 {
         width: 404px;
         top: 44.6856px;
         left: 0px;
     }

     #HEADLINE460>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 19px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #GROUP457 {
         width: 404px;
         height: 90.6856px;
         top: 28px;
         left: 8px;
     }

     #BOX462 {
         width: 333px;
         height: 111px;
         top: 65.368px;
         left: 25.727px;
     }

     #BOX462>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE463 {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
     }

     #IMAGE463>.ladi-image>.ladi-image-background {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX465 {
         width: 77.0184px;
         height: 77.0184px;
         top: 0px;
         left: 0px;
     }

     #BOX465>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 184px;
     }

     #HEADLINE466 {
         width: 63px;
         top: 23.205px;
         left: 7.009px;
     }

     #HEADLINE466>.ladi-headline {
         color: rgb(255, 1, 1);
         font-size: 40px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE467 {
         width: 69px;
         top: 6px;
         left: 4.009px;
     }

     #HEADLINE467>.ladi-headline {
         color: rgb(140, 12, 12);
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP464 {
         width: 77.0184px;
         height: 77.0184px;
         top: 26.85px;
         left: 63.722px;
     }

     #HEADLINE468 {
         width: 204px;
         top: 83.359px;
         left: 154.727px;
     }

     #HEADLINE468>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 25px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP461 {
         width: 358.727px;
         height: 198.289px;
         top: 138.686px;
         left: 34.637px;
     }

     #BOX470 {
         width: 333px;
         height: 111px;
         top: 65.368px;
         left: 25.727px;
     }

     #BOX470>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #BOX473 {
         width: 77.0184px;
         height: 77.0184px;
         top: 0px;
         left: 0px;
     }

     #BOX473>.ladi-box {
         background-color: rgb(201, 31, 23);
         border-radius: 184px;
     }

     #HEADLINE474 {
         width: 63px;
         top: 23.205px;
         left: 7.009px;
     }

     #HEADLINE474>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 40px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE475 {
         width: 69px;
         top: 6px;
         left: 4.009px;
     }

     #HEADLINE475>.ladi-headline {
         color: rgb(255, 235, 180);
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP472 {
         width: 77.0184px;
         height: 77.0184px;
         top: 28.85px;
         left: 62.722px;
     }

     #HEADLINE476 {
         width: 204px;
         top: 83.359px;
         left: 154.727px;
     }

     #HEADLINE476>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 25px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP469 {
         width: 358.727px;
         height: 198.289px;
         top: 359.83px;
         left: 34.637px;
     }

     #BOX478 {
         width: 333px;
         height: 111px;
         top: 65.368px;
         left: 25.727px;
     }

     #BOX478>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE479 {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
     }

     #IMAGE479>.ladi-image>.ladi-image-background {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX481 {
         width: 77.0184px;
         height: 77.0184px;
         top: 0px;
         left: 0px;
     }

     #BOX481>.ladi-box {
         background-color: rgb(202, 24, 113);
         border-radius: 184px;
     }

     #HEADLINE482 {
         width: 63px;
         top: 23.205px;
         left: 7.009px;
     }

     #HEADLINE482>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 40px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE483 {
         width: 69px;
         top: 6px;
         left: 4.009px;
     }

     #HEADLINE483>.ladi-headline {
         color: rgb(250, 210, 231);
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP480 {
         width: 77.0184px;
         height: 77.0184px;
         top: 26.85px;
         left: 62.722px;
     }

     #HEADLINE484 {
         width: 204px;
         top: 83.359px;
         left: 154.727px;
     }

     #HEADLINE484>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 25px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP477 {
         width: 358.727px;
         height: 198.289px;
         top: 580.975px;
         left: 34.637px;
     }

     #BOX486 {
         width: 400px;
         height: 178px;
         top: 0px;
         left: 0px;
     }

     #BOX486>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 10px;
     }

     #LINE487 {
         width: 400px;
         top: 15.9668px;
         left: 0px;
     }

     #LINE487>.ladi-line>.ladi-line-container {
         border-top: 3px dashed rgb(201, 31, 23);
         border-right: 3px dashed rgb(201, 31, 23);
         border-bottom: 3px dashed rgb(201, 31, 23);
         border-left: 0px !important;
     }

     #LINE487>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #HEADLINE488 {
         width: 401px;
         top: 144.493px;
         left: 0px;
     }

     #HEADLINE488>.ladi-headline {
         color: rgb(110, 66, 38);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #HEADLINE489 {
         width: 374px;
         top: 31.3278px;
         left: 12.1615px;
     }

     #HEADLINE489>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 28px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP485 {
         width: 401px;
         height: 178px;
         top: 798.975px;
         left: 10.8385px;
     }

     #SECTION456 {
         height: 997.68px;
         display: none !important;
     }

     #SECTION456>.ladi-section-background {
         background: rgba(250, 210, 230, 1);
         background: -webkit-linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
         background: linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
     }

     #SECTION456 .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");
     }

     #FORM_ITEM385 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 341.963px;
         display: none !important;
     }

     #FORM_ITEM384 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 293.111px;
         display: none !important;
     }

     #FORM_ITEM383 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 244.259px;
         display: none !important;
     }

     #FORM_ITEM382 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 195.407px;
         display: none !important;
     }

     #FORM_ITEM381 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 146.556px;
         display: none !important;
     }

     #FORM_ITEM380 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 97.7037px;
         display: none !important;
     }

     #FORM_ITEM379 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 48.8518px;
         display: none !important;
     }

     #FORM_ITEM379 .ladi-form-item-container {
         transform: rotate(1deg);
         -webkit-transform: rotate(1deg);
     }

     #FORM_ITEM378 {
         width: 38.0611px;
         height: 37.7676px;
         top: 130.169px;
         left: 0px;
         display: none !important;
     }

     #GROUP346 {
         width: 404.001px;
         height: 563.075px;
         top: 0px;
         left: 0px;
     }

     #COUNTDOWN292 {
         width: 90%;
         height: 64.9285px;
         top: 105.506px;
         left: 0px;
     }

     #COUNTDOWN292>.ladi-countdown {
         color: rgb(0, 0, 0);
         font-size: 35px;
         font-weight: bold;
         text-align: center;
         filter: drop-shadow(rgb(0, 0, 0) 0px 3px 2px);
     }

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

     #COUNTDOWN292>.ladi-countdown .ladi-countdown-background {
         background-color: rgb(255, 255, 255);
         border-radius: 10px;
     }

     #COUNTDOWN_ITEM293 {
         visibility: hidden;
         pointer-events: none;
     }

     #PARAGRAPH49 {
         width: 326px;
         top: 422.588px;
         left: 18.5817px;
     }

     #PARAGRAPH49>.ladi-paragraph {
         color: rgb(0, 0, 0);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH48 {
         width: 160px;
         top: 18.7312px;
         left: 175.628px;
     }

     #PARAGRAPH48>.ladi-paragraph {
         color: rgb(201, 23, 113);
         font-size: 26px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #PARAGRAPH47 {
         width: 160px;
         top: 25.2056px;
         left: 14.028px;
     }

     #PARAGRAPH47>.ladi-paragraph {
         color: rgb(132, 132, 132);
         font-size: 17px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #BOX46 {
         width: 356.178px;
         height: 563.075px;
         top: 0px;
         left: 4.3163px;
     }

     #BOX46>.ladi-box {
         box-shadow: 0px 15px 20px -20px #000;
         -webkit-box-shadow: 0px 15px 20px -20px #000;
         background-color: rgb(156, 195, 244);
     }

     #FORM_ITEM38 {
         width: 317.538px;
         height: 51.2958px;
         top: 68.0827px;
         left: 0.002963px;
     }

     #FORM_ITEM36 {
         width: 317.538px;
         height: 51.2958px;
         top: 0px;
         left: 0px;
     }

     #BUTTON_TEXT35 {
         width: 181px;
         top: 12.3908px;
         left: 0px;
     }

     #BUTTON_TEXT35>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 16px;
         text-align: center;
         line-height: 1.6;
     }

     #BUTTON35 {
         width: 204.767px;
         height: 65.6173px;
         top: 135.627px;
         left: 58.5635px;
     }

     #BUTTON35>.ladi-button>.ladi-button-background {
         background: #ff6a00;
         background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
         background: linear-gradient(180deg, #ff6a00, #ee0979);
     }

     #BUTTON35>.ladi-button {
         border-style: solid;
         border-color: rgb(250, 221, 210);
         border-width: 4px;
         border-radius: 120px;
     }

     #BUTTON35.ladi-animation>.ladi-button {
         animation-name: pulse;
         -webkit-animation-name: pulse;
         animation-delay: 0s;
         -webkit-animation-delay: 0s;
         animation-duration: 1s;
         -webkit-animation-duration: 1s;
         animation-iteration-count: infinite;
         -webkit-animation-iteration-count: infinite;
     }

     #FORM34 {
         width: 380.024px;
         height: 201.244px;
         top: 196.525px;
         left: 23.977px;
     }

     #FORM34>.ladi-form {
         color: rgb(0, 0, 0);
         font-size: 12px;
         line-height: 1.6;
     }

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

     #FORM34 .ladi-form-item {
         padding-left: 10px;
         padding-right: 10px;
     }

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

     #FORM34 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
         background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
     }

     #FORM34 .ladi-form-item-container,
     #FORM34 .ladi-form-label-container .ladi-form-label-item {
         border-style: solid;
         border-color: rgb(255, 255, 255);
         border-width: 1px;
         border-radius: 22px;
     }

     #FORM34 .ladi-form-item-container .ladi-form-quantity button {
         background-color: rgb(255, 255, 255);
     }

     #FORM34 .ladi-form-item-background {
         background-color: rgb(255, 255, 255);
         border-radius: 21px
     }

     #GROUP490 {
         width: 404.001px;
         height: 563.075px;
         top: 91.4246px;
         left: 0px;
     }

     #IMAGE492 {
         width: 116.54px;
         height: 114.382px;
         top: 0px;
         left: 0px;
     }

     #IMAGE492>.ladi-image>.ladi-image-background {
         width: 116.54px;
         height: 114.382px;
         top: 0px;
         left: 0px;
         background-image: url('../img/discount1-20200731083222.png');
     }

     #HEADLINE493 {
         width: 68px;
         top: 26.9121px;
         left: 23.7396px;
     }

     #HEADLINE493>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 22px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP491 {
         width: 116.54px;
         height: 114.382px;
         top: 0px;
         left: 120.6635px;
     }

     #GROUP495 {
         width: 404.001px;
         height: 654.5px;
         top: 671.304px;
         left: 28.999px;
     }

     #HEADLINE498 {
         width: 328px;
         top: 0px;
         left: 47.4266px;
     }

     #HEADLINE498>.ladi-headline {
         color: rgb(201, 23, 113);
         font-size: 26px;
         font-weight: bold;
         text-align: center;
         line-height: 1.6;
     }

     #SHAPE499 {
         width: 23.1007px;
         height: 31.7877px;
         top: 5.8342px;
         left: 68.8605px;
     }

     #SHAPE499 svg:last-child {
         fill: rgba(201, 23, 113, 1);
     }

     #HEADLINE500 {
         width: 404px;
         top: 44.6856px;
         left: 0px;
     }

     #HEADLINE500>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 19px;
         font-weight: bold;
         text-align: center;
         line-height: 1.4;
     }

     #GROUP497 {
         width: 404px;
         height: 90.6856px;
         top: 28px;
         left: 8px;
     }

     #SECTION496 {
         height: 951.553px;
         display: none !important;
     }

     #SECTION496>.ladi-section-background {
         background: rgba(250, 210, 230, 1);
         background: -webkit-linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
         background: linear-gradient(180deg, rgba(250, 210, 230, 1), rgba(235, 186, 211, 1.0));
     }

     #SECTION496 .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");
     }

     #GROUP530 {
         width: 404.974px;
         height: 463.299px;
         top: 253.656px;
         left: 22.513px;
     }

     #IMAGE531 {
         width: 243.497px;
         height: 132.619px;
         top: 0px;
         left: 110.251px;
     }

     #IMAGE531>.ladi-image>.ladi-image-background {
         width: 243.497px;
         height: 132.619px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin-ml-logo-1-20220319130451.png');
     }

     #IMAGE471 {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
     }

     #IMAGE471>.ladi-image>.ladi-image-background {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #IMAGE259 {
         width: 305.645px;
         height: 304.157px;
         top: 180.993px;
         left: 57.1775px;
     }

     #IMAGE259>.ladi-image>.ladi-image-background {
         width: 305.645px;
         height: 304.157px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin-ml-decor-1-20220319084411.png');
     }

     #BOX536 {
         width: 333px;
         height: 111px;
         top: 65.368px;
         left: 25.727px;
     }

     #BOX536>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE537 {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
     }

     #IMAGE537>.ladi-image>.ladi-image-background {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX539 {
         width: 77.0184px;
         height: 77.0184px;
         top: 0px;
         left: 0px;
     }

     #BOX539>.ladi-box {
         background-color: rgb(202, 24, 113);
         border-radius: 184px;
     }

     #HEADLINE540 {
         width: 63px;
         top: 23.205px;
         left: 7.009px;
     }

     #HEADLINE540>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 40px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE541 {
         width: 69px;
         top: 6px;
         left: 4.009px;
     }

     #HEADLINE541>.ladi-headline {
         color: rgb(250, 210, 231);
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP538 {
         width: 77.0184px;
         height: 77.0184px;
         top: 26.85px;
         left: 62.722px;
     }

     #HEADLINE542 {
         width: 204px;
         top: 83.359px;
         left: 154.727px;
     }

     #HEADLINE542>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 25px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP535 {
         width: 358.727px;
         height: 198.289px;
         top: 128.686px;
         left: 30.6365px;
     }

     #BOX544 {
         width: 333px;
         height: 111px;
         top: 65.368px;
         left: 25.727px;
     }

     #BOX544>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE545 {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
     }

     #IMAGE545>.ladi-image>.ladi-image-background {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX547 {
         width: 77.0184px;
         height: 77.0184px;
         top: 0px;
         left: 0px;
     }

     #BOX547>.ladi-box {
         background-color: rgb(201, 31, 23);
         border-radius: 184px;
     }

     #HEADLINE548 {
         width: 63px;
         top: 23.205px;
         left: 7.009px;
     }

     #HEADLINE548>.ladi-headline {
         color: rgb(255, 255, 255);
         font-size: 40px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE549 {
         width: 69px;
         top: 6px;
         left: 4.009px;
     }

     #HEADLINE549>.ladi-headline {
         color: rgb(255, 235, 180);
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP546 {
         width: 77.0184px;
         height: 77.0184px;
         top: 28.85px;
         left: 62.722px;
     }

     #HEADLINE550 {
         width: 204px;
         top: 83.359px;
         left: 154.727px;
     }

     #HEADLINE550>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 25px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP543 {
         width: 358.727px;
         height: 198.289px;
         top: 550.264px;
         left: 30.6365px;
     }

     #BOX552 {
         width: 333px;
         height: 111px;
         top: 65.368px;
         left: 25.727px;
     }

     #BOX552>.ladi-box {
         background: #fdfbfb;
         background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
         background: linear-gradient(180deg, #fdfbfb, #eaedee);
         border-radius: 73px;
     }

     #IMAGE553 {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
     }

     #IMAGE553>.ladi-image>.ladi-image-background {
         width: 95.655px;
         height: 198.289px;
         top: 0px;
         left: 0px;
         background-image: url('../img/parasotin_3d_malay-1-20220319130944.png');
     }

     #BOX555 {
         width: 77.0184px;
         height: 77.0184px;
         top: 0px;
         left: 0px;
     }

     #BOX555>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 184px;
     }

     #HEADLINE556 {
         width: 63px;
         top: 23.205px;
         left: 7.009px;
     }

     #HEADLINE556>.ladi-headline {
         color: rgb(255, 1, 1);
         font-size: 40px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #HEADLINE557 {
         width: 69px;
         top: 6px;
         left: 4.009px;
     }

     #HEADLINE557>.ladi-headline {
         color: rgb(140, 12, 12);
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP554 {
         width: 77.0184px;
         height: 77.0184px;
         top: 26.85px;
         left: 63.722px;
     }

     #HEADLINE558 {
         width: 204px;
         top: 83.359px;
         left: 154.727px;
     }

     #HEADLINE558>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 25px;
         font-weight: bold;
         text-align: left;
         line-height: 1.4;
     }

     #GROUP551 {
         width: 358.727px;
         height: 198.289px;
         top: 351.975px;
         left: 40.1365px;
     }

     #BOX560 {
         width: 400px;
         height: 178px;
         top: 0px;
         left: 0px;
     }

     #BOX560>.ladi-box {
         background-color: rgb(255, 235, 180);
         border-radius: 10px;
     }

     #LINE561 {
         width: 400px;
         top: 15.9668px;
         left: 0px;
     }

     #LINE561>.ladi-line>.ladi-line-container {
         border-top: 3px dashed rgb(201, 31, 23);
         border-right: 3px dashed rgb(201, 31, 23);
         border-bottom: 3px dashed rgb(201, 31, 23);
         border-left: 0px !important;
     }

     #LINE561>.ladi-line {
         width: 100%;
         padding: 8px 0px;
     }

     #HEADLINE562 {
         width: 401px;
         top: 144.493px;
         left: 0px;
     }

     #HEADLINE562>.ladi-headline {
         color: rgb(110, 66, 38);
         font-size: 12px;
         text-align: center;
         line-height: 1.6;
     }

     #HEADLINE563 {
         width: 374px;
         top: 32.3278px;
         left: 12.824px;
     }

     #HEADLINE563>.ladi-headline {
         color: rgb(201, 31, 23);
         font-size: 28px;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
     }

     #GROUP559 {
         width: 401px;
         height: 178px;
         top: 752.975px;
         left: 19px;
     }

     #GROUP564 {
         width: 355px;
         height: 64.048px;
         top: 1376.8px;
         left: 25.249px;
     }

     #GROUP565 {
         width: 355px;
         height: 70px;
         top: 1450.85px;
         left: 25.249px;
     }

     #GROUP566 {
         width: 355px;
         height: 68px;
         top: 1528.85px;
         left: 25.249px;
     }

     #GROUP567 {
         width: 369.5px;
         height: 51.8115px;
         top: 1600.85px;
         left: 25.249px;
     }
 }

 .timer-block {
     text-align: center;
     font-size: 25px;
     color: #fff;
 }