a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes ladi-loading {
  0%, 100%, 20%, 80% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.overflow-hidden {
  overflow: hidden;
}

.ladi-transition {
  transition: all 150ms linear 0s;
}

.opacity-0 {
  opacity: 0;
}

.pointer-events-none {
  pointer-events: none;
}

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

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

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

.ladipage-message .ladipage-message-box .ladipage-message-text {
  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;
  display: -webkit-box;
}

.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;
  font-weight: 600;
  cursor: pointer;
}

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

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

.ladi-section .ladi-section-arrow-down {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  z-index: 90000040;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.ladi-section.ladi-section-readmore {
  transition: height 350ms linear 0s;
}

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

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

.ladi-element {
  position: absolute;
}

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view {
  position: absolute;
  overflow: hidden;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
  cursor: pointer;
}

.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-control {
  position: absolute;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
  position: absolute;
  top: calc(50% - 16.5px);
  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% - 16.5px);
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
  left: 0;
  transform: rotate(180deg) scale(0.6);
  -webkit-transform: rotate(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
  right: 0;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
  left: 0;
  transform: rotate(180deg) scale(0.6);
  -webkit-transform: rotate(180deg) scale(0.6);
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
  right: 0;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
  left: calc(50% - 16.5px);
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
  top: 0;
  transform: scale(0.6) rotate(270deg);
  -webkit-transform: scale(0.6) rotate(270deg);
}

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

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
  top: 0;
  transform: scale(0.6) rotate(270deg);
  -webkit-transform: scale(0.6) rotate(270deg);
}

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

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

.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}

.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-flex;
  left: 0;
  transition: left 150ms ease-in-out;
}

.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-grid;
  top: 0;
  transition: top 150ms ease-in-out;
}

.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
  display: inline-grid;
  top: 0;
  transition: top 150ms ease-in-out;
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  position: relative;
  cursor: pointer;
  filter: invert(15%);
}

.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(https://w.ladicdn.com/source/ladipage-play.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  cursor: pointer;
}

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

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

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

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

.ladi-table table {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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% - 16.5px);
  cursor: pointer;
  z-index: 90000040;
}

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

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

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

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

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

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

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

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

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

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

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  min-width: calc(50% - 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(33.3333333333% - 5px);
  max-width: calc(33.3333333333% - 5px);
  min-width: calc(33.3333333333% - 5px);
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
  margin-left: 7.5px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
  margin-left: 7.5px;
}

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

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

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

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
  text-decoration: inherit;
}

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

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true] {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

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

.ladi-form .ladi-form-item-title-value {
  font-weight: 700;
  word-break: break-word;
}

.ladi-form .ladi-form-label-container {
  position: relative;
  width: 100%;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0 !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
  display: none !important;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
  opacity: 0.35;
}

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

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
  opacity: 0.15;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
  content: "";
  width: 0;
  height: 0;
  bottom: -1px;
  right: -1px;
  position: absolute;
  border-width: 0 0 15px 15px;
  border-color: transparent;
  border-style: solid;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 7px;
  height: 7px;
  bottom: 0;
  right: 0;
  position: absolute;
}

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

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

.ladi-form .ladi-form-item.ladi-form-checkbox {
  height: auto;
}

.ladi-form .ladi-form-item .ladi-form-control {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
  border: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
  padding: 10px 5px;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: table;
  border: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  display: inline-block;
  border: none;
  position: relative;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
  vertical-align: middle;
  width: 13px;
  height: 13px;
  display: table-cell;
  margin-right: 5px;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
  display: table-cell;
  cursor: default;
  vertical-align: middle;
  word-break: break-word;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
  position: absolute;
  top: 4px;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
  padding-left: 18px;
}

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

.ladi-form .ladi-button {
  cursor: pointer;
}

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

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

.ladi-combobox .ladi-combobox-item-container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}

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

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
  width: 100%;
  height: 100%;
  position: absolute;
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
  color: initial;
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: inherit;
  border: none;
  text-transform: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px 6px !important;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}

.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
  text-decoration: inherit;
}

.ladi-cart {
  position: absolute;
  width: 100%;
  font-size: 12px;
}

.ladi-cart .ladi-cart-row {
  position: relative;
  display: inline-table;
  width: 100%;
}

.ladi-cart .ladi-cart-row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #dcdcdc;
}

.ladi-cart .ladi-cart-no-product {
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.ladi-cart .ladi-cart-image {
  width: 16%;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.ladi-cart .ladi-cart-image img {
  max-width: 100%;
}

.ladi-cart .ladi-cart-title {
  vertical-align: middle;
  padding: 0 5px;
  word-break: break-all;
}

.ladi-cart .ladi-cart-title .ladi-cart-title-name {
  display: block;
  margin-bottom: 5px;
  word-break: break-word;
}

.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
  font-weight: 700;
  display: block;
  word-break: break-word;
}

.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
  position: absolute;
  top: -3px;
  right: -5px;
  background: rgba(150, 149, 149, 0.9);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.ladi-cart .ladi-cart-quantity {
  width: 70px;
  vertical-align: middle;
  text-align: center;
}

.ladi-cart .ladi-cart-quantity-content {
  display: inline-flex;
}

.ladi-cart .ladi-cart-quantity input {
  width: 24px;
  text-align: center;
  height: 22px;
  -moz-appearance: textfield;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ladi-cart .ladi-cart-quantity button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 21px;
  height: 22px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

.ladi-cart .ladi-cart-quantity button span {
  font-size: 18px;
  position: relative;
  left: 0.5px;
}

.ladi-cart .ladi-cart-quantity button:first-child span {
  top: -1.2px;
}

.ladi-cart .ladi-cart-price {
  width: 100px;
  vertical-align: middle;
  text-align: right;
  padding: 0 10px 0 5px;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
  text-decoration: line-through;
  display: block;
  margin-bottom: 3px;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
  text-decoration: none;
  color: #e85d04;
  font-weight: 700;
  margin-bottom: 0;
}

.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
  margin-top: 5px;
  display: block;
  word-break: break-word;
}

.ladi-cart .ladi-cart-action {
  width: 28px;
  vertical-align: middle;
  text-align: center;
}

.ladi-cart .ladi-cart-action button {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-align: center;
  width: 25px;
  height: 22px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

.ladi-cart .ladi-cart-action button span {
  font-size: 13px;
  position: relative;
  top: 0.5px;
}

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

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

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

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

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

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

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

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

.ladi-hidden {
  display: none;
}

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

.lightbox-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9000000080;
  background: rgba(0, 0, 0, 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: inline-flex;
  border-color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
  text-align: center;
  pointer-events: none;
  -moz-appearance: textfield;
  width: calc(100% - 45px);
  padding: 0;
  min-width: 24px;
  border-top: 1px hidden;
  border-bottom: 1px hidden;
  border-color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ladi-form-quantity button {
  border: 1px hidden;
  border-color: inherit;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 100%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ladi-form-quantity button span {
  font-size: 18px;
  position: relative;
  left: 0.5px;
}

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

.ladi-form [data-variant=true] select option[disabled] {
  background: #fff;
  color: #b8b8b8 !important;
}

.ladi-story-page-progress-bar {
  width: 100%;
  height: 25px;
  position: fixed;
  top: 0;
  left: 0;
}

.ladi-story-page-progress-bar-item {
  height: 100%;
  width: 100%;
  display: block;
  float: left;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.ladi-story-page-progress-bar-item:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  width: 100%;
  height: 4px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ladi-story-page-progress-bar-item.active:before {
  background: #fff;
}

.ladi-story-page-progress-bar-item span {
  background: #fff;
  border-radius: 10px;
  height: 4px;
  display: block;
  margin: auto 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: width 0.3s linear;
  width: 0%;
}

.ladi-carousel .ladi-carousel-arrow,
.ladi-collection .ladi-collection-arrow,
.ladi-collection .ladi-collection-button-next,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-section .ladi-section-arrow-down {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#SECTION_POPUP .popup-close,
.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");
}

@media (min-width: 768px) {
  .ladi-fullwidth {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }
  .ladi-fullwidth .ladi-gallery-view-item {
    transition-duration: 1.5s;
  }
}
@media (max-width: 767px) {
  .ladi-element.ladi-auto-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
  }
  .ladi-section.ladi-auto-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .ladi-carousel .ladi-carousel-content {
    transition: left 0.3s ease-in-out;
  }
  .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    transition: transform 0.3s ease-in-out;
  }
}
.ladi-notify-transition {
  transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.ladi-notify {
  padding: 5px;
  box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
  border-radius: 40px;
  color: rgb(64, 64, 64);
  background: rgba(250, 250, 250, 0.9);
  line-height: 1.6;
  width: 100%;
  height: 100%;
  font-size: 13px;
}

.ladi-notify .ladi-notify-image img {
  float: left;
  margin-right: 13px;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  pointer-events: none;
}

.ladi-notify .ladi-notify-title {
  font-size: 100%;
  height: 17px;
  overflow: hidden;
  font-weight: 700;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.ladi-notify .ladi-notify-content {
  font-size: 92.308%;
  height: 17px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  padding-top: 2px;
}

.ladi-notify .ladi-notify-time {
  line-height: 1.6;
  font-size: 84.615%;
  display: inline-block;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 155px);
  overflow: hidden;
}

.ladi-notify .ladi-notify-copyright {
  font-size: 76.9231%;
  margin-left: 2px;
  position: relative;
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  display: inline-block;
  top: -4px;
}

.ladi-notify .ladi-notify-copyright svg {
  vertical-align: middle;
}

.ladi-notify .ladi-notify-copyright svg:not(:root) {
  overflow: hidden;
}

.ladi-notify .ladi-notify-copyright div {
  text-decoration: none;
  color: rgb(64, 64, 64);
  display: inline;
}

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

.builder-container .ladi-notify {
  transition: unset;
}

.ladi-spin-lucky {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
}

.ladi-spin-lucky .ladi-spin-lucky-start {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
  height: 20%;
  cursor: pointer;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}

.ladi-spin-lucky .ladi-spin-lucky-start:hover {
  transform: scale(1.1);
}

.ladi-spin-lucky .ladi-spin-lucky-screen {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
  text-decoration-line: inherit;
  -webkit-text-decoration-line: inherit;
  text-transform: inherit;
}

.ladi-spin-lucky .ladi-spin-lucky-screen:before {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ladi-spin-lucky .ladi-spin-lucky-label {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 42%;
  padding-left: 12%;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  text-decoration-line: inherit;
  -webkit-text-decoration-line: inherit;
  text-transform: inherit;
  line-height: 1.6;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}

@media (min-width: 768px) {
  .ladi-section .ladi-container {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .ladi-section .ladi-container {
    width: 420px;
  }
}
body {
  font-family: Montserrat, sans-serif;
}

@media (min-width: 768px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION1 {
    height: 761.5px;
  }
  #SECTION1 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x761/5c7362c6c417ab07e5196b05/hp052113-20210615062851.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE2 {
    width: 453px;
    top: 100.5px;
    left: 0px;
  }
  #HEADLINE2 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 46px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE2.ladi-animation > .ladi-headline {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #LIST_PARAGRAPH3 {
    width: 250px;
    top: 349.75px;
    left: 2px;
  }
  #LIST_PARAGRAPH3 > .ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH3 ul li {
    padding-bottom: 7px;
    padding-left: 26px;
  }
  #LIST_PARAGRAPH3 ul li:before {
    content: "";
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/circle-20210602025542.png");
    width: 16px;
    height: 16px;
    top: 4px;
  }
  #BUTTON4 {
    width: 189px;
    height: 49px;
    top: 511.5px;
    left: 2px;
  }
  #BUTTON4 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON4 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON4 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON4 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #BUTTON_TEXT4 {
    width: 160px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT4 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT4 > .ladi-headline:hover {
    color: rgb(40, 25, 72);
  }
  #IMAGE5 {
    width: 733.864px;
    height: 463.333px;
    top: 100.5px;
    left: 472px;
  }
  #IMAGE5 > .ladi-image > .ladi-image-background {
    width: 733.864px;
    height: 463.333px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s1050x800/60d03ae1f4873b001186e2fc/main-1-20210629025822.png");
  }
  #IMAGE5.ladi-animation > .ladi-image {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION6 {
    height: 671.6px;
  }
  #SECTION6 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x671/5c7362c6c417ab07e5196b05/afafwrw-20210602033126.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE8 {
    width: 224px;
    top: 130px;
    left: 25.5px;
  }
  #HEADLINE8 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 25px;
    line-height: 1.6;
  }
  #HEADLINE9 {
    width: 224px;
    top: 126px;
    left: 23px;
  }
  #HEADLINE9 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 25px;
    line-height: 1.6;
  }
  #HEADLINE10 {
    width: 224px;
    top: 174px;
    left: 27.5px;
  }
  #HEADLINE10 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
  }
  #HEADLINE86 {
    width: 224px;
    top: 170px;
    left: 24px;
  }
  #HEADLINE86 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
  }
  #LIST_PARAGRAPH87 {
    width: 196px;
    top: 235px;
    left: 29.5px;
  }
  #LIST_PARAGRAPH87 > .ladi-list-paragraph {
    color: rgb(87, 72, 122);
    font-size: 15px;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH87 ul li {
    padding-bottom: 5px;
    padding-left: 23px;
  }
  #LIST_PARAGRAPH87 ul li:before {
    content: counter(linum, disc);
    color: rgb(209, 209, 209);
    font-size: 40px;
    top: -23px;
  }
  #LIST_PARAGRAPH88 {
    width: 213px;
    top: 224px;
    left: 24px;
  }
  #LIST_PARAGRAPH88 > .ladi-list-paragraph {
    color: rgb(87, 72, 122);
    font-size: 16px;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH88 ul li {
    padding-bottom: 5px;
    padding-left: 27px;
  }
  #LIST_PARAGRAPH88 ul li:before {
    content: counter(linum, disc);
    color: rgb(209, 209, 209);
    font-size: 40px;
    top: -23px;
  }
  #BUTTON89 {
    width: 139px;
    height: 42px;
    top: 346px;
    left: 31.5px;
  }
  #BUTTON89 > .ladi-button > .ladi-button-background {
    background-color: rgb(248, 200, 40);
  }
  #BUTTON89 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON89 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON89 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #BUTTON_TEXT89 {
    width: 132px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT89 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT89 > .ladi-headline:hover {
    color: rgb(87, 72, 122);
  }
  #BUTTON_TEXT90 {
    width: 132px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT90 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT90 > .ladi-headline:hover {
    color: rgb(87, 72, 122);
  }
  #BUTTON90 {
    width: 139px;
    height: 42px;
    top: 346px;
    left: 26px;
  }
  #BUTTON90 > .ladi-button > .ladi-button-background {
    background-color: rgb(248, 200, 40);
  }
  #BUTTON90 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON90 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON90 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #IMAGE92 {
    width: 109.364px;
    height: 86.8785px;
    top: 26.5607px;
    left: 19px;
  }
  #IMAGE92 > .ladi-image > .ladi-image-background {
    width: 109.364px;
    height: 86.8785px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/gghtht-20210602032255.png");
  }
  #IMAGE93 {
    width: 109.854px;
    height: 78.028px;
    top: 31.972px;
    left: 23.5px;
  }
  #IMAGE93 > .ladi-image > .ladi-image-background {
    width: 109.854px;
    height: 78.028px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/may-20210602032255.png");
  }
  #BOX94 {
    width: 253.5px;
    height: 420px;
    top: 0px;
    left: 0px;
  }
  #BOX94 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #BOX95 {
    width: 253.5px;
    height: 420px;
    top: 0px;
    left: 0px;
  }
  #BOX95 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #GROUP96 {
    width: 253.5px;
    height: 420px;
    top: 223.4px;
    left: 542px;
  }
  #GROUP97 {
    width: 253.5px;
    height: 420px;
    top: 106.4px;
    left: 826.5px;
  }
  #IMAGE98 {
    width: 411.313px;
    height: 552.796px;
    top: 115.402px;
    left: 104.5px;
  }
  #IMAGE98 > .ladi-image > .ladi-image-background {
    width: 411.313px;
    height: 552.796px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x900/5c7362c6c417ab07e5196b05/c2-20210602032718.png");
  }
  #IMAGE98.ladi-animation > .ladi-image {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION99 {
    height: 846.8px;
  }
  #SECTION99 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x846/5c7362c6c417ab07e5196b05/sc-14-20210603043247.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #SECTION100 {
    height: 809.8px;
  }
  #SECTION100 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x809/5c7362c6c417ab07e5196b05/sc-4-20210602044708.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE101 {
    width: 329px;
    top: 0px;
    left: 315px;
  }
  #HEADLINE101 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE102 {
    width: 329px;
    top: 46px;
    left: 315.5px;
  }
  #HEADLINE102 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE103 {
    width: 959px;
    top: 102px;
    left: 0px;
  }
  #HEADLINE103 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE104 {
    width: 105px;
    height: 89px;
    top: 0px;
    left: 14px;
  }
  #IMAGE104 > .ladi-image > .ladi-image-background {
    width: 105px;
    height: 89px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/nguoi-20210602034143.png");
  }
  #IMAGE105 {
    width: 184px;
    height: 125px;
    top: 55.5px;
    left: 386.5px;
  }
  #IMAGE105 > .ladi-image > .ladi-image-background {
    width: 184px;
    height: 125px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x450/5c7362c6c417ab07e5196b05/khung-20210602034143.png");
  }
  #IMAGE105.ladi-animation > .ladi-image {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #IMAGE106 {
    width: 138px;
    height: 97px;
    top: 0px;
    left: 22px;
  }
  #IMAGE106 > .ladi-image > .ladi-image-background {
    width: 138px;
    height: 97px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/nguoi-2-20210602034143.png");
  }
  #IMAGE107 {
    width: 21.25px;
    height: 15px;
    top: 12px;
    left: 9.5px;
  }
  #IMAGE107 > .ladi-image > .ladi-image-background {
    width: 21.25px;
    height: 15px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/youtube-20210602034143.png");
  }
  #IMAGE108 {
    width: 21px;
    height: 21px;
    top: 10px;
    left: 9.5px;
  }
  #IMAGE108 > .ladi-image > .ladi-image-background {
    width: 21px;
    height: 21px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/instagram-20210602034143.png");
  }
  #IMAGE109 {
    width: 13.5px;
    height: 27px;
    top: 6px;
    left: 13.5px;
  }
  #IMAGE109 > .ladi-image > .ladi-image-background {
    width: 13.5px;
    height: 27px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/face-20210602034143.png");
  }
  #BOX114 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BOX114 > .ladi-box {
    background-color: rgba(253, 251, 251, 0);
    border-style: solid;
    border-color: rgb(118, 81, 188);
    border-width: 2px;
    border-radius: 999px;
  }
  #BOX115 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BOX115 > .ladi-box {
    background-color: rgba(253, 251, 251, 0);
    border-style: solid;
    border-color: rgb(118, 81, 188);
    border-width: 2px;
    border-radius: 999px;
  }
  #BOX116 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BOX116 > .ladi-box {
    background-color: rgba(253, 251, 251, 0);
    border-style: solid;
    border-color: rgb(118, 81, 188);
    border-width: 2px;
    border-radius: 999px;
  }
  #GROUP119 {
    width: 40px;
    height: 40px;
    top: 318px;
    left: 506px;
  }
  #IMAGE120 {
    width: 69.25px;
    height: 69.25px;
    top: 27.231px;
    left: 29.462px;
  }
  #IMAGE120 > .ladi-image > .ladi-image-background {
    width: 69.25px;
    height: 69.25px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/ng-20210602034707.png");
  }
  #IMAGE121 {
    width: 59.4615px;
    height: 24.5397px;
    top: 109.5px;
    left: 285px;
  }
  #IMAGE121 > .ladi-image > .ladi-image-background {
    width: 59.4615px;
    height: 24.5397px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/arrow-20210602034707.png");
  }
  #IMAGE122 {
    width: 59.4615px;
    height: 24.5397px;
    top: 108.5px;
    left: 609px;
  }
  #IMAGE122 > .ladi-image > .ladi-image-background {
    width: 59.4615px;
    height: 24.5397px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/arrow-20210602034707.png");
  }
  #BUTTON124 {
    width: 193px;
    height: 43px;
    top: 270px;
    left: 383.5px;
  }
  #BUTTON124 > .ladi-button > .ladi-button-background {
    background: rgb(107, 54, 238);
    background: linear-gradient(180deg, rgb(107, 54, 238), rgb(71, 33, 173));
  }
  #BUTTON124 > .ladi-button {
    border-style: solid;
    border-color: rgb(225, 215, 255);
    border-width: 2px;
    border-radius: 5px;
  }
  #BUTTON124.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #BUTTON_TEXT124 {
    width: 134px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT124 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #LINE125 {
    height: 38px;
    top: 233px;
    left: 471.5px;
  }
  #LINE125 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 2px solid rgb(118, 81, 188);
    border-bottom: 2px solid rgb(118, 81, 188);
    border-left: 2px solid rgb(118, 81, 188);
  }
  #LINE125 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
  }
  #IMAGE127 {
    width: 9px;
    height: 44.0001px;
    top: 363px;
    left: 476.784px;
  }
  #IMAGE127 > .ladi-image > .ladi-image-background {
    width: 9px;
    height: 44.0001px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/arrow-20210602035317.png");
  }
  #HEADLINE128 {
    width: 150px;
    top: 99px;
    left: 4px;
  }
  #HEADLINE128 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE129 {
    width: 178px;
    top: 108px;
    left: 0px;
  }
  #HEADLINE129 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE130 {
    width: 150px;
    top: 134.5px;
    left: 0px;
  }
  #HEADLINE130 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE131 {
    width: 150px;
    top: 125.5px;
    left: 14px;
  }
  #HEADLINE131 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE132 {
    width: 150px;
    top: 188.5px;
    left: 404.5px;
  }
  #HEADLINE132 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #LINE142 {
    width: 73px;
    top: 473.937px;
    left: 355px;
  }
  #LINE142 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(118, 81, 188);
    border-right: 2px solid rgb(118, 81, 188);
    border-bottom: 2px solid rgb(118, 81, 188);
    border-left: 0px !important;
  }
  #LINE142 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE143 {
    width: 68px;
    top: 472.5px;
    left: 539.5px;
  }
  #LINE143 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(118, 81, 188);
    border-right: 2px solid rgb(118, 81, 188);
    border-bottom: 2px solid rgb(118, 81, 188);
    border-left: 0px !important;
  }
  #LINE143 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #BOX146 {
    width: 116.5px;
    height: 116.962px;
    top: 6px;
    left: 6.837px;
  }
  #BOX146 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #BOX147 {
    width: 129.324px;
    height: 129.837px;
    top: 0px;
    left: 0px;
  }
  #BOX147 > .ladi-box {
    border-style: solid;
    border-color: rgb(40, 25, 72);
    border-width: 1px;
    border-radius: 999px;
  }
  #HEADLINE148 {
    width: 150px;
    top: 562.5px;
    left: 406.95px;
  }
  #HEADLINE148 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP149 {
    width: 154px;
    height: 154.5px;
    top: 89.5px;
    left: 122.5px;
  }
  #GROUP150 {
    width: 177px;
    height: 145.5px;
    top: 81.5px;
    left: 666.5px;
  }
  #BOX151 {
    width: 959px;
    height: 628px;
    top: 0px;
    left: 0px;
  }
  #BOX151 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
  }
  #BOX152 {
    width: 959px;
    height: 628px;
    top: 14px;
    left: 0.5px;
  }
  #BOX152 > .ladi-box {
    background-color: rgb(136, 88, 232);
    border-radius: 20px;
  }
  #BOX153 {
    width: 959px;
    height: 628px;
    top: 24px;
    left: 0px;
  }
  #BOX153 > .ladi-box {
    background-color: rgb(104, 73, 216);
    border-radius: 20px;
  }
  #SECTION155 {
    height: 725.6px;
  }
  #SECTION155 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x725/5c7362c6c417ab07e5196b05/wtw-20210602153036.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #GROUP156 {
    width: 959px;
    height: 129px;
    top: 101.8px;
    left: 120.25px;
  }
  #HEADLINE157 {
    width: 586px;
    top: 154.5px;
    left: 303.5px;
  }
  #HEADLINE157 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #BOX158 {
    width: 105.089px;
    height: 105.506px;
    top: 25.466px;
    left: 87.929px;
  }
  #BOX158 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #BOX159 {
    width: 105.089px;
    height: 105.506px;
    top: 26.196px;
    left: 95.647px;
  }
  #BOX159 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #BOX160 {
    width: 105.089px;
    height: 105.506px;
    top: 27.196px;
    left: 94.116px;
  }
  #BOX160 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #IMAGE162 {
    width: 177.747px;
    height: 105.966px;
    top: 27.466px;
    left: 53.6px;
  }
  #IMAGE162 > .ladi-image > .ladi-image-background {
    width: 177.747px;
    height: 106.966px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x450/5c7362c6c417ab07e5196b05/may-2-20210602043134.png");
  }
  #IMAGE165 {
    width: 202.136px;
    height: 120.506px;
    top: 23.196px;
    left: 48.85px;
  }
  #IMAGE165 > .ladi-image > .ladi-image-background {
    width: 202.136px;
    height: 121.643px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x450/5c7362c6c417ab07e5196b05/r-20210602043328.png");
  }
  #IMAGE166 {
    width: 202.136px;
    height: 120.506px;
    top: 15.696px;
    left: 49.307px;
  }
  #IMAGE166 > .ladi-image > .ladi-image-background {
    width: 202.136px;
    height: 121.643px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x450/5c7362c6c417ab07e5196b05/nha-20210602043328.png");
  }
  #HEADLINE167 {
    width: 208px;
    top: 1px;
    left: 0px;
  }
  #HEADLINE167 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE168 {
    width: 299px;
    top: 158px;
    left: 0px;
  }
  #HEADLINE168 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE169 {
    width: 299px;
    top: 157px;
    left: 0.875px;
  }
  #HEADLINE169 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE170 {
    width: 63px;
    top: 0px;
    left: 194.647px;
  }
  #HEADLINE170 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 19px;
    text-align: left;
    line-height: 1.4;
  }
  #GROUP171 {
    width: 257.647px;
    height: 27px;
    top: 157px;
    left: 20.75px;
  }
  #HEADLINE172 {
    width: 253px;
    top: 200px;
    left: 20px;
  }
  #HEADLINE172 > .ladi-headline {
    color: rgb(58, 58, 58);
    font-size: 15px;
    text-align: justify;
    line-height: 1.4;
  }
  #HEADLINE173 {
    width: 260px;
    top: 201px;
    left: 23.25px;
  }
  #HEADLINE173 > .ladi-headline {
    color: rgb(58, 58, 58);
    font-size: 15px;
    text-align: justify;
    line-height: 1.4;
  }
  #HEADLINE174 {
    width: 260px;
    top: 200px;
    left: 18.8px;
  }
  #HEADLINE174 > .ladi-headline {
    color: rgb(58, 58, 58);
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.4;
  }
  #BOX175 {
    width: 298.75px;
    height: 336px;
    top: 0px;
    left: 0px;
  }
  #BOX175 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #BOX177 {
    width: 298.75px;
    height: 336px;
    top: 0px;
    left: 1.125px;
  }
  #BOX177 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #BOX178 {
    width: 298.75px;
    height: 336px;
    top: 0px;
    left: 0px;
  }
  #BOX178 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #GROUP179 {
    width: 298.75px;
    height: 336px;
    top: 255.5px;
    left: 120px;
  }
  #GROUP179.ladi-animation > .ladi-group {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP180 {
    width: 299.875px;
    height: 336px;
    top: 255.5px;
    left: 450.062px;
  }
  #GROUP180.ladi-animation > .ladi-group {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP181 {
    width: 299.875px;
    height: 336px;
    top: 255.5px;
    left: 781.2px;
  }
  #GROUP181.ladi-animation > .ladi-group {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION182 {
    height: 731.6px;
  }
  #SECTION182 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x731/5c7362c6c417ab07e5196b05/sc-67-20210602160002.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE184 {
    width: 334px;
    top: 31px;
    left: 0px;
  }
  #HEADLINE184 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE185 {
    width: 334px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE185 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE187 {
    width: 415.052px;
    height: 184.128px;
    top: 57.137px;
    left: 13.474px;
  }
  #IMAGE187 > .ladi-image > .ladi-image-background {
    width: 415.052px;
    height: 210.985px;
    top: -11px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x550/5c7362c6c417ab07e5196b05/2-lua-chon-reviewer-phu-hop-1-20210615032949.png");
  }
  #IMAGE188 {
    width: 389px;
    height: 194.413px;
    top: 51.084px;
    left: 26.5px;
  }
  #IMAGE188 > .ladi-image > .ladi-image-background {
    width: 389px;
    height: 194.413px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x500/60d03ae1f4873b001186e2fc/1-20210628103430.jpg");
  }
  #IMAGE189 {
    width: 418.18px;
    height: 188.926px;
    top: 54.537px;
    left: 8px;
  }
  #IMAGE189 > .ladi-image > .ladi-image-background {
    width: 420.18px;
    height: 234.436px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x550/60d03ae1f4873b001186e2fc/4-20210628095337.jpg");
  }
  #IMAGE190 {
    width: 404.973px;
    height: 182.635px;
    top: 60.402px;
    left: 20px;
  }
  #IMAGE190 > .ladi-image > .ladi-image-background {
    width: 405.973px;
    height: 182.635px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x500/60d03ae1f4873b001186e2fc/3-20210628095324.jpg");
  }
  #BOX192 {
    width: 442px;
    height: 45px;
    top: 0px;
    left: 0px;
  }
  #BOX192 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #HEADLINE193 {
    width: 78px;
    top: 11.5px;
    left: 81px;
  }
  #HEADLINE193 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE194 {
    width: 253px;
    top: 10.5px;
    left: 146px;
  }
  #HEADLINE194 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BOX195 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #BOX195 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
  }
  #GROUP197 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #BOX199 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #BOX199 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
  }
  #BOX200 {
    width: 442px;
    height: 45px;
    top: 0px;
    left: 0px;
  }
  #BOX200 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #GROUP198 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE201 {
    width: 78px;
    top: 10.5px;
    left: 53.552px;
  }
  #HEADLINE201 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE202 {
    width: 293px;
    top: 9.5px;
    left: 121px;
  }
  #HEADLINE202 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE203 {
    width: 78px;
    top: 10.5px;
    left: 98.552px;
  }
  #HEADLINE203 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE204 {
    width: 253px;
    top: 10.5px;
    left: 168px;
  }
  #HEADLINE204 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE205 {
    width: 354px;
    top: 11.5px;
    left: 88px;
  }
  #HEADLINE205 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE206 {
    width: 78px;
    top: 11.5px;
    left: 20px;
  }
  #HEADLINE206 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BOX208 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #BOX208 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
  }
  #BOX209 {
    width: 442px;
    height: 45px;
    top: 0px;
    left: 0px;
  }
  #BOX209 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #GROUP207 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #BOX211 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #BOX211 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
    background-color: rgb(255, 255, 255);
  }
  #BOX212 {
    width: 442px;
    height: 45px;
    top: 0px;
    left: 0px;
  }
  #BOX212 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #GROUP210 {
    width: 442px;
    height: 257px;
    top: 0px;
    left: 0px;
  }
  #GROUP213 {
    width: 442px;
    height: 257px;
    top: 432.7px;
    left: 632px;
  }
  #GROUP213.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP214 {
    width: 442px;
    height: 257px;
    top: 432.7px;
    left: 120px;
  }
  #GROUP214.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP215 {
    width: 442px;
    height: 257px;
    top: 139.7px;
    left: 120px;
  }
  #GROUP215.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP216 {
    width: 442px;
    height: 257px;
    top: 139.7px;
    left: 632px;
  }
  #GROUP216.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE219 {
    width: 60px;
    height: 4px;
    top: 454.2px;
    left: 566.552px;
  }
  #IMAGE219 > .ladi-image > .ladi-image-background {
    width: 60px;
    height: 4px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/arrow-2-20210602152742.png");
  }
  #IMAGE220 {
    width: 60px;
    height: 4px;
    top: 160.2px;
    left: 565.552px;
  }
  #IMAGE220 > .ladi-image > .ladi-image-background {
    width: 60px;
    height: 4px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/arrow-3-20210602152742.png");
  }
  #GROUP221 {
    width: 334px;
    height: 73px;
    top: 19.7px;
    left: 427.552px;
  }
  #SECTION222 {
    height: 708.6px;
  }
  #SECTION222 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x708/5c7362c6c417ab07e5196b05/sc-7-20210602160713.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE224 {
    width: 334px;
    top: 35px;
    left: 3px;
  }
  #HEADLINE224 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE225 {
    width: 334px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE225 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP223 {
    width: 337px;
    height: 81px;
    top: 126.1px;
    left: 426.552px;
  }
  #BOX226 {
    width: 499px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #BOX226 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #IMAGE227 {
    width: 58px;
    height: 58px;
    top: 7px;
    left: 15px;
  }
  #IMAGE227 > .ladi-image > .ladi-image-background {
    width: 58px;
    height: 58px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/vc-20210602154527.png");
  }
  #IMAGE228 {
    width: 58px;
    height: 58px;
    top: 7px;
    left: 15px;
  }
  #IMAGE228 > .ladi-image > .ladi-image-background {
    width: 58px;
    height: 58px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/bitcoin-20210602154527.png");
  }
  #IMAGE229 {
    width: 58px;
    height: 58px;
    top: 7px;
    left: 15px;
  }
  #IMAGE229 > .ladi-image > .ladi-image-background {
    width: 58px;
    height: 58px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/clock-20210602154527.png");
  }
  #IMAGE230 {
    width: 58px;
    height: 58px;
    top: 7px;
    left: 15px;
  }
  #IMAGE230 > .ladi-image > .ladi-image-background {
    width: 58px;
    height: 58px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/bom-20210602154527.png");
  }
  #IMAGE231 {
    width: 58px;
    height: 58px;
    top: 4px;
    left: 15px;
  }
  #IMAGE231 > .ladi-image > .ladi-image-background {
    width: 58px;
    height: 58px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/elec-20210602154527.png");
  }
  #HEADLINE232 {
    width: 51px;
    top: 10px;
    left: 86px;
  }
  #HEADLINE232 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE233 {
    width: 51px;
    top: 11px;
    left: 86px;
  }
  #HEADLINE233 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE234 {
    width: 51px;
    top: 9px;
    left: 86px;
  }
  #HEADLINE234 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE235 {
    width: 51px;
    top: 10px;
    left: 86px;
  }
  #HEADLINE235 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE236 {
    width: 51px;
    top: 11px;
    left: 86px;
  }
  #HEADLINE236 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE237 {
    width: 298px;
    top: 14px;
    left: 144px;
  }
  #HEADLINE237 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #HEADLINE238 {
    width: 276px;
    top: 16px;
    left: 144px;
  }
  #HEADLINE238 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #HEADLINE239 {
    width: 276px;
    top: 12px;
    left: 144px;
  }
  #HEADLINE239 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #HEADLINE240 {
    width: 276px;
    top: 12px;
    left: 144px;
  }
  #HEADLINE240 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #HEADLINE241 {
    width: 308px;
    top: 17px;
    left: 144px;
  }
  #HEADLINE241 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #BOX243 {
    width: 499px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #BOX243 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX244 {
    width: 499px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #BOX244 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX245 {
    width: 499px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #BOX245 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX246 {
    width: 499px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #BOX246 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #GROUP247 {
    width: 499px;
    height: 72px;
    top: 349px;
    left: 0px;
  }
  #GROUP248 {
    width: 499px;
    height: 72px;
    top: 261.75px;
    left: 0px;
  }
  #GROUP249 {
    width: 499px;
    height: 72px;
    top: 174.5px;
    left: 0px;
  }
  #GROUP250 {
    width: 499px;
    height: 72px;
    top: 87.25px;
    left: 0px;
  }
  #GROUP251 {
    width: 499px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #IMAGE252 {
    width: 422.657px;
    height: 421px;
    top: 263.6px;
    left: 120px;
  }
  #IMAGE252 > .ladi-image > .ladi-image-background {
    width: 422.657px;
    height: 421px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x750/60d03ae1f4873b001186e2fc/feedback-tieng-viet-20210628092222.jpg");
  }
  #IMAGE252 > .ladi-image {
    border-radius: 5px;
  }
  #IMAGE252.ladi-animation > .ladi-image {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION253 {
    height: 621.6px;
  }
  #SECTION253 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x621/5c7362c6c417ab07e5196b05/ac-8-20210603012810.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #IMAGE254 {
    width: 958px;
    height: 422.942px;
    top: 159.923px;
    left: 120px;
  }
  #IMAGE254 > .ladi-image > .ladi-image-background {
    width: 960px;
    height: 454.942px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s1300x800/60d03ae1f4873b001186e2fc/metric-3-20210624091148.jpg");
  }
  #IMAGE254 > .ladi-image {
    border-radius: 5px;
  }
  #HEADLINE256 {
    width: 410px;
    top: 36px;
    left: 0px;
  }
  #HEADLINE256 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE257 {
    width: 334px;
    top: 0px;
    left: 39px;
  }
  #HEADLINE257 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP255 {
    width: 410px;
    height: 84px;
    top: 31px;
    left: 386.552px;
  }
  #SECTION258 {
    height: 877.6px;
  }
  #SECTION258 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x877/5c7362c6c417ab07e5196b05/sc-rm-20210615040255.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE260 {
    width: 410px;
    top: 38px;
    left: 0px;
  }
  #HEADLINE260 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE261 {
    width: 334px;
    top: 0px;
    left: 40px;
  }
  #HEADLINE261 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP259 {
    width: 410px;
    height: 86px;
    top: 16.4px;
    left: 387.552px;
  }
  #HEADLINE262 {
    width: 93px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE262 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE262 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #HEADLINE263 {
    width: 93px;
    top: 0px;
    left: 3px;
  }
  #HEADLINE263 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE263 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #HEADLINE264 {
    width: 113px;
    top: 0px;
    left: 4px;
  }
  #HEADLINE264 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE264 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #HEADLINE265 {
    width: 113px;
    top: 0px;
    left: 3px;
  }
  #HEADLINE265 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE265 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #BOX266 {
    width: 216px;
    height: 283px;
    top: 66px;
    left: 0px;
  }
  #BOX266 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX268 {
    width: 217px;
    height: 283px;
    top: 67px;
    left: 0px;
  }
  #BOX268 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX269 {
    width: 217px;
    height: 283px;
    top: 60px;
    left: 0px;
  }
  #BOX269 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX270 {
    width: 217px;
    height: 283px;
    top: 67px;
    left: 1px;
  }
  #BOX270 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #HEADLINE271 {
    width: 216px;
    top: 64px;
    left: 0px;
  }
  #HEADLINE271 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE272 {
    width: 218px;
    top: 71px;
    left: 0px;
  }
  #HEADLINE272 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE273 {
    width: 218px;
    top: 69px;
    left: 0px;
  }
  #HEADLINE273 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE274 {
    width: 220px;
    top: 75px;
    left: 0px;
  }
  #HEADLINE274 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE275 {
    width: 197px;
    height: 188px;
    top: 146px;
    left: 9px;
  }
  #IMAGE275 > .ladi-image > .ladi-image-background {
    width: 197px;
    height: 188px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/5c7362c6c417ab07e5196b05/2-20210603012539.png");
  }
  #IMAGE276 {
    width: 195px;
    height: 185px;
    top: 154px;
    left: 11px;
  }
  #IMAGE276 > .ladi-image > .ladi-image-background {
    width: 196px;
    height: 196px;
    top: -9px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/60d03ae1f4873b001186e2fc/camp-20210628095239.jpg");
  }
  #IMAGE277 {
    width: 197px;
    height: 194px;
    top: 144px;
    left: 9.5px;
  }
  #IMAGE277 > .ladi-image > .ladi-image-background {
    width: 197px;
    height: 198px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/60d03ae1f4873b001186e2fc/brand-20210628095215.jpg");
  }
  #IMAGE278 {
    width: 195px;
    height: 185px;
    top: 153px;
    left: 12px;
  }
  #IMAGE278 > .ladi-image > .ladi-image-background {
    width: 198px;
    height: 198px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/60d03ae1f4873b001186e2fc/reviewer-20210628095254.jpg");
  }
  #SECTION283 {
    height: 641.299px;
  }
  #SECTION283 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x641/5c7362c6c417ab07e5196b05/sc-10-20210603023555.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE286 {
    width: 559px;
    top: 196.8px;
    left: 316.5px;
  }
  #HEADLINE286 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE287 {
    width: 556px;
    top: 90.8px;
    left: 321.5px;
  }
  #HEADLINE287 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 65px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BUTTON288 {
    width: 48px;
    height: 48px;
    top: 0px;
    left: 265px;
  }
  #BUTTON288 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON288 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT288 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT288 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE289 {
    width: 230px;
    top: 0px;
    left: 19px;
  }
  #HEADLINE289 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    line-height: 1.2;
  }
  #HEADLINE290 {
    width: 270px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE290 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    line-height: 1.2;
  }
  #HEADLINE291 {
    width: 230px;
    top: 0px;
    left: 62px;
  }
  #HEADLINE291 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE292 {
    width: 259px;
    top: 4px;
    left: 0px;
  }
  #HEADLINE292 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    line-height: 1.2;
  }
  #HEADLINE293 {
    width: 230px;
    top: 0px;
    left: 62px;
  }
  #HEADLINE293 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE294 {
    width: 230px;
    top: 0px;
    left: 62px;
  }
  #HEADLINE294 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE295 {
    width: 250px;
    top: 51px;
    left: 0px;
  }
  #HEADLINE295 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: right;
    line-height: 1.2;
  }
  #HEADLINE296 {
    width: 238px;
    top: 52px;
    left: 32px;
  }
  #HEADLINE296 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: right;
    line-height: 1.2;
  }
  #HEADLINE297 {
    width: 276px;
    top: 29px;
    left: 62px;
  }
  #HEADLINE297 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE298 {
    width: 239px;
    top: 30px;
    left: 20px;
  }
  #HEADLINE298 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: right;
    line-height: 1.4;
  }
  #HEADLINE300 {
    width: 270px;
    top: 53.9px;
    left: 60px;
  }
  #HEADLINE300 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: justify;
    line-height: 1.4;
  }
  #HEADLINE301 {
    width: 274px;
    top: 31px;
    left: 63px;
  }
  #HEADLINE301 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
  }
  #BUTTON_TEXT302 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT302 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON302 {
    width: 48px;
    height: 48px;
    top: 1px;
    left: 285px;
  }
  #BUTTON302 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON302 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT304 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT304 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON304 {
    width: 48px;
    height: 48px;
    top: 0px;
    left: 0px;
  }
  #BUTTON304 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON304 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT306 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT306 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON306 {
    width: 48px;
    height: 48px;
    top: 0px;
    left: 273px;
  }
  #BUTTON306 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON306 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT308 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT308 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON308 {
    width: 48px;
    height: 48px;
    top: 1px;
    left: 0px;
  }
  #BUTTON308 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON308 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT310 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT310 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON310 {
    width: 48px;
    height: 48px;
    top: 1px;
    left: 0px;
  }
  #BUTTON310 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON310 > .ladi-button {
    border-radius: 999px;
  }
  #GROUP312 {
    width: 338px;
    height: 69px;
    top: 482.7px;
    left: 740px;
  }
  #GROUP312.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP313 {
    width: 333px;
    height: 106px;
    top: 595.7px;
    left: 90px;
  }
  #GROUP313.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP314 {
    width: 313px;
    height: 87px;
    top: 341.8px;
    left: 108px;
  }
  #GROUP314.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP315 {
    width: 321px;
    height: 72px;
    top: 482.7px;
    left: 100px;
  }
  #GROUP315.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP316 {
    width: 330px;
    height: 113.9px;
    top: 341.8px;
    left: 743px;
  }
  #GROUP316.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP317 {
    width: 337px;
    height: 73px;
    top: 593.8px;
    left: 743px;
  }
  #GROUP317.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE320 {
    width: 192px;
    height: 192px;
    top: -98.2px;
    left: 1140px;
  }
  #IMAGE320 > .ladi-image > .ladi-image-background {
    width: 192px;
    height: 192px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/5c7362c6c417ab07e5196b05/circle-20210603014712.png");
  }
  #SECTION321 {
    height: 653.299px;
  }
  #SECTION321 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x653/5c7362c6c417ab07e5196b05/sc-11-20210603025517.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #SECTION322 {
    height: 717.299px;
  }
  #SECTION322 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x717/5c7362c6c417ab07e5196b05/123445-20210603031701.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE324 {
    width: 748px;
    top: 35px;
    left: 0px;
  }
  #HEADLINE324 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE325 {
    width: 334px;
    top: 0px;
    left: 193.052px;
  }
  #HEADLINE325 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP323 {
    width: 747px;
    height: 83px;
    top: 2.2px;
    left: 226.5px;
  }
  #BOX326 {
    width: 358px;
    height: 467px;
    top: 0px;
    left: 0px;
  }
  #BOX326 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX326.ladi-animation > .ladi-box {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX328 {
    width: 352px;
    height: 467px;
    top: 8px;
    left: 14px;
  }
  #BOX328 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(136, 88, 232);
    border-radius: 5px;
  }
  #BOX328.ladi-animation > .ladi-box {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX329 {
    width: 353px;
    height: 460px;
    top: 23px;
    left: 21px;
  }
  #BOX329 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(104, 73, 216);
    border-radius: 5px;
  }
  #BOX329.ladi-animation > .ladi-box {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #LIST_PARAGRAPH330 {
    width: 308px;
    top: 33px;
    left: 42px;
  }
  #LIST_PARAGRAPH330 > .ladi-list-paragraph {
    color: rgb(61, 61, 61);
    font-size: 15px;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH330 ul li {
    padding-bottom: 31px;
    padding-left: 27px;
  }
  #LIST_PARAGRAPH330 ul li:before {
    content: counter(linum, disc);
    color: rgb(92, 18, 222);
    font-size: 60px;
    top: -40px;
  }
  #SHAPE339 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #SHAPE339 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE340 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #SHAPE340 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE341 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 2px;
  }
  #SHAPE341 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE342 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #SHAPE342 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE343 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #SHAPE343 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE344 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #SHAPE344 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE345 {
    width: 117px;
    height: 101.135px;
    top: 4.008px;
    left: 4.6375px;
  }
  #SHAPE345 svg:last-child {
    fill: rgb(255, 255, 255);
  }
  #SHAPE346 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #SHAPE346 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE347 {
    width: 117px;
    height: 101.135px;
    top: 4.009px;
    left: 4.637px;
  }
  #SHAPE347 svg:last-child {
    fill: rgb(255, 255, 255);
  }
  #GROUP348 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #GROUP349 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #IMAGE351 {
    width: 126px;
    height: 109px;
    top: 0px;
    left: 2px;
  }
  #IMAGE351 > .ladi-image > .ladi-image-background {
    width: 126px;
    height: 124px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/9-20210603022936.png");
  }
  #IMAGE351 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE352 {
    width: 126px;
    height: 109px;
    top: 115.152px;
    left: 0px;
  }
  #IMAGE352 > .ladi-image > .ladi-image-background {
    width: 126px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/6-20210603022936.png");
  }
  #IMAGE352 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE353 {
    width: 126px;
    height: 109px;
    top: 113.576px;
    left: 0.137px;
  }
  #IMAGE353 > .ladi-image > .ladi-image-background {
    width: 126px;
    height: 135px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/8-20210603022936.png");
  }
  #IMAGE353 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE354 {
    width: 126px;
    height: 109px;
    top: 0px;
    left: 2.275px;
  }
  #IMAGE354 > .ladi-image > .ladi-image-background {
    width: 126px;
    height: 126px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/7-20210603022936.png");
  }
  #IMAGE354 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE355 {
    width: 126px;
    height: 109px;
    top: 115.152px;
    left: 1.138px;
  }
  #IMAGE355 > .ladi-image > .ladi-image-background {
    width: 126px;
    height: 119px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/10-20210603022936.png");
  }
  #IMAGE355 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #HEADLINE356 {
    width: 109px;
    top: 44.572px;
    left: 7.5px;
  }
  #HEADLINE356 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE357 {
    width: 130px;
    top: 41.572px;
    left: 0px;
  }
  #HEADLINE357 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE358 {
    width: 130px;
    top: 34.148px;
    left: 0px;
  }
  #HEADLINE358 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE359 {
    width: 118px;
    top: 35.572px;
    left: 6.5px;
  }
  #HEADLINE359 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE360 {
    width: 113px;
    top: 42.92px;
    left: 6.5px;
  }
  #HEADLINE360 > .ladi-headline {
    color: rgb(61, 61, 61);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE361 {
    width: 130px;
    top: 36.572px;
    left: 1px;
  }
  #HEADLINE361 > .ladi-headline {
    color: rgb(61, 61, 61);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE362 {
    width: 113px;
    top: 37.576px;
    left: 7.638px;
  }
  #HEADLINE362 > .ladi-headline {
    color: rgb(61, 61, 61);
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP364 {
    width: 126.275px;
    height: 109.152px;
    top: 228.152px;
    left: 2px;
  }
  #GROUP365 {
    width: 131px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #GROUP366 {
    width: 130px;
    height: 109.152px;
    top: 111.924px;
    left: 0px;
  }
  #GROUP367 {
    width: 130px;
    height: 109.152px;
    top: 114px;
    left: 0px;
  }
  #SHAPE369 {
    width: 117px;
    height: 101.135px;
    top: 4.0085px;
    left: 4.638px;
  }
  #SHAPE369 svg:last-child {
    fill: rgb(255, 255, 255);
  }
  #GROUP370 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 1px;
  }
  #GROUP371 {
    width: 126.275px;
    height: 109.152px;
    top: 0px;
    left: 0px;
  }
  #GROUP372 {
    width: 126.275px;
    height: 109.152px;
    top: 229.152px;
    left: 1px;
  }
  #GROUP373 {
    width: 130px;
    height: 337.304px;
    top: 0px;
    left: 0px;
  }
  #GROUP373.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP374 {
    width: 130px;
    height: 221.076px;
    top: 58.076px;
    left: 98px;
  }
  #GROUP374.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP375 {
    width: 131px;
    height: 222.576px;
    top: 114px;
    left: 200px;
  }
  #GROUP375.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP376 {
    width: 127.275px;
    height: 338.304px;
    top: 55px;
    left: 299px;
  }
  #GROUP376.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP377 {
    width: 127.275px;
    height: 224.152px;
    top: 227.152px;
    left: 399px;
  }
  #GROUP377.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE379 {
    width: 750px;
    top: 34px;
    left: 0px;
  }
  #HEADLINE379 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE380 {
    width: 334px;
    top: 0px;
    left: 208px;
  }
  #HEADLINE380 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP378 {
    width: 750px;
    height: 81px;
    top: 34.633px;
    left: 211.638px;
  }
  #IMAGE381 {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #IMAGE381 > .ladi-image > .ladi-image-background {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/face-book-20210603024840.png");
  }
  #IMAGE382 {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #IMAGE382 > .ladi-image > .ladi-image-background {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/youtube-v-20210603024840.png");
  }
  #IMAGE383 {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #IMAGE383 > .ladi-image > .ladi-image-background {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/tik-20210603024840.png");
  }
  #IMAGE384 {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
  }
  #IMAGE384 > .ladi-image > .ladi-image-background {
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/insta-20210603024840.png");
  }
  #IMAGE385 {
    width: 292.474px;
    height: 455.294px;
    top: 0px;
    left: 0px;
  }
  #IMAGE385 > .ladi-image > .ladi-image-background {
    width: 292.474px;
    height: 455.294px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s600x800/5c7362c6c417ab07e5196b05/anh-1-20210603024840.png");
  }
  #IMAGE385.ladi-animation > .ladi-image {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE386 {
    width: 256.291px;
    height: 455.294px;
    top: 0px;
    left: 0px;
  }
  #IMAGE386 > .ladi-image > .ladi-image-background {
    width: 256.291px;
    height: 455.294px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s600x800/5c7362c6c417ab07e5196b05/anh-2-20210603024840.png");
  }
  #IMAGE386.ladi-animation > .ladi-image {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE387 {
    width: 366.042px;
    height: 234.307px;
    top: 0px;
    left: 0px;
  }
  #IMAGE387 > .ladi-image > .ladi-image-background {
    width: 366.042px;
    height: 234.307px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x550/5c7362c6c417ab07e5196b05/anh-4-20210603024840.png");
  }
  #IMAGE387.ladi-animation > .ladi-image {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE388 {
    width: 367px;
    height: 195.599px;
    top: 0px;
    left: 0px;
  }
  #IMAGE388 > .ladi-image > .ladi-image-background {
    width: 367px;
    height: 195.599px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x500/5c7362c6c417ab07e5196b05/anh-3-20210603024840.png");
  }
  #IMAGE388.ladi-animation > .ladi-image {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX389 {
    width: 68px;
    height: 68px;
    top: 2px;
    left: 3px;
  }
  #BOX389 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #BOX390 {
    width: 68px;
    height: 68px;
    top: 3px;
    left: 3px;
  }
  #BOX390 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #BOX391 {
    width: 68px;
    height: 68px;
    top: 2px;
    left: 3px;
  }
  #BOX391 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #BOX395 {
    width: 68px;
    height: 68px;
    top: 3px;
    left: 3px;
  }
  #BOX395 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #GROUP396 {
    width: 72px;
    height: 72px;
    top: 374.294px;
    left: 210.474px;
  }
  #GROUP397 {
    width: 72px;
    height: 72px;
    top: 9px;
    left: 9px;
  }
  #GROUP398 {
    width: 72px;
    height: 72px;
    top: 9px;
    left: 11.638px;
  }
  #GROUP399 {
    width: 72px;
    height: 72px;
    top: 153.307px;
    left: 8.638px;
  }
  #GROUP400 {
    width: 292.474px;
    height: 455.294px;
    top: 172.903px;
    left: 120px;
  }
  #GROUP401 {
    width: 256.291px;
    height: 455.294px;
    top: 172.903px;
    left: 431px;
  }
  #GROUP402 {
    width: 367px;
    height: 195.599px;
    top: 172.903px;
    left: 713px;
  }
  #GROUP403 {
    width: 366.042px;
    height: 234.307px;
    top: 393.89px;
    left: 713px;
  }
  #IMAGE404 {
    width: 156px;
    height: 157px;
    top: -71.599px;
    left: -85px;
  }
  #IMAGE404 > .ladi-image > .ladi-image-background {
    width: 156px;
    height: 157px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/5c7362c6c417ab07e5196b05/irrcle-20210603025618.png");
  }
  #BOX406 {
    width: 960px;
    height: 415px;
    top: 163.602px;
    left: 120px;
  }
  #BOX406 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #IMAGE407 {
    width: 728.503px;
    height: 352.992px;
    top: 7.0075px;
    left: 6.749px;
  }
  #IMAGE407 > .ladi-image > .ladi-image-background {
    width: 728.503px;
    height: 352.992px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s1050x700/60d03ae1f4873b001186e2fc/dashboard-3-20210628094004.jpg");
  }
  #HEADLINE410 {
    width: 666px;
    top: 38px;
    left: 0px;
  }
  #HEADLINE410 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE411 {
    width: 334px;
    top: 0px;
    left: 163px;
  }
  #HEADLINE411 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP409 {
    width: 666px;
    height: 86px;
    top: 42.334px;
    left: 254px;
  }
  #IMAGE412 {
    width: 315px;
    height: 315px;
    top: -175.697px;
    left: -213px;
  }
  #IMAGE412 > .ladi-image > .ladi-image-background {
    width: 315px;
    height: 315px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s650x650/5c7362c6c417ab07e5196b05/grey-20210603031719.png");
  }
  #CAROUSEL419 {
    width: 960px;
    height: 421px;
    top: 51.197px;
    left: 120px;
  }
  #BOX420 {
    width: 300px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX420 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX421 {
    width: 300px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX421 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX422 {
    width: 300px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX422 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX423 {
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
  }
  #BOX423 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 999px;
  }
  #BOX424 {
    width: 90px;
    height: 90px;
    top: 5px;
    left: 5px;
  }
  #BOX424 > .ladi-box {
    background-color: rgb(231, 231, 231);
    border-radius: 999px;
  }
  #GROUP425 {
    width: 100px;
    height: 100px;
    top: 12.5px;
    left: 100px;
  }
  #BOX427 {
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
  }
  #BOX427 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 999px;
  }
  #BOX428 {
    width: 90px;
    height: 90px;
    top: 5px;
    left: 5px;
  }
  #BOX428 > .ladi-box {
    background-color: rgb(231, 231, 231);
    border-radius: 999px;
  }
  #GROUP426 {
    width: 100px;
    height: 100px;
    top: 12.5px;
    left: 100px;
  }
  #BOX430 {
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
  }
  #BOX430 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 999px;
  }
  #BOX431 {
    width: 90px;
    height: 90px;
    top: 5px;
    left: 5px;
  }
  #BOX431 > .ladi-box {
    background-color: rgb(231, 231, 231);
    border-radius: 999px;
  }
  #GROUP429 {
    width: 100px;
    height: 100px;
    top: 12.5px;
    left: 100px;
  }
  #IMAGE433 {
    width: 100px;
    height: 20.1781px;
    top: 159.322px;
    left: 100px;
  }
  #IMAGE433 > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 20.1781px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/5star-1554449303.png");
  }
  #IMAGE434 {
    width: 100px;
    height: 20.1781px;
    top: 159.322px;
    left: 100px;
  }
  #IMAGE434 > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 20.1781px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/5star-1554449303.png");
  }
  #IMAGE435 {
    width: 100px;
    height: 20.1781px;
    top: 159.322px;
    left: 100px;
  }
  #IMAGE435 > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 20.1781px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/5star-1554449303.png");
  }
  #HEADLINE436 {
    width: 150px;
    top: 125.322px;
    left: 75px;
  }
  #HEADLINE436 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE437 {
    width: 150px;
    top: 125.322px;
    left: 75px;
  }
  #HEADLINE437 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE438 {
    width: 150px;
    top: 125.322px;
    left: 75px;
  }
  #HEADLINE438 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH439 {
    width: 260px;
    top: 186.5px;
    left: 20px;
  }
  #PARAGRAPH439 > .ladi-paragraph {
    color: rgb(61, 61, 61);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH440 {
    width: 260px;
    top: 186.5px;
    left: 20px;
  }
  #PARAGRAPH440 > .ladi-paragraph {
    color: rgb(61, 61, 61);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH441 {
    width: 260px;
    top: 186.5px;
    left: 20px;
  }
  #PARAGRAPH441 > .ladi-paragraph {
    color: rgb(61, 61, 61);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP442 {
    width: 300px;
    height: 380px;
    top: 19px;
    left: 10px;
  }
  #GROUP443 {
    width: 300px;
    height: 380px;
    top: 19px;
    left: 330px;
  }
  #GROUP444 {
    width: 300px;
    height: 380px;
    top: 19px;
    left: 651px;
  }
  #SECTION445 {
    height: 636.299px;
  }
  #SECTION445 > .ladi-section-background {
    background-color: rgb(11, 11, 56);
  }
  #FORM446 {
    width: 331.839px;
    height: 411px;
    top: 56.5px;
    left: 43.0804px;
  }
  #FORM446 > .ladi-form {
    color: rgb(40, 40, 72);
    font-size: 14px;
    line-height: 1.6;
  }
  #FORM446 .ladi-form-item .ladi-form-control::-moz-placeholder {
    color: rgb(40, 40, 72);
  }
  #FORM446 .ladi-form-item .ladi-form-control::placeholder,
  #FORM446 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false] {
    color: rgb(40, 40, 72);
  }
  #FORM446 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(40%2C%2040%2C%2072%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM446 .ladi-form-item-container,
  #FORM446 .ladi-form-label-container .ladi-form-label-item {
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #FORM446 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(238, 238, 238);
  }
  #FORM446 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON447 {
    width: 200.026px;
    height: 41px;
    top: 370px;
    left: 65.9066px;
  }
  #BUTTON447 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON447 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON447.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #BUTTON447 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #BUTTON_TEXT447 {
    width: 157px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT447 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #FORM_ITEM448 {
    width: 331.839px;
    height: 48px;
    top: 0px;
    left: 0.0001px;
  }
  #FORM_ITEM449 {
    width: 331.839px;
    height: 48px;
    top: 55.216px;
    left: 0.0001px;
  }
  #FORM_ITEM453 {
    width: 331.839px;
    height: 49px;
    top: 165px;
    left: 0.0001px;
  }
  #FORM_ITEM454 {
    width: 331.839px;
    height: 48px;
    top: 276.08px;
    left: 0px;
  }
  #BOX455 {
    width: 418px;
    height: 518px;
    top: 0px;
    left: 0px;
  }
  #BOX455 > .ladi-box {
    background-color: rgb(37, 37, 112);
    border-radius: 10px;
  }
  #IMAGE456 {
    width: 415.447px;
    height: 468.646px;
    top: 239.354px;
    left: 570px;
  }
  #IMAGE456 > .ladi-image > .ladi-image-background {
    width: 415.447px;
    height: 468.646px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x800/5c7362c6c417ab07e5196b05/chi-tro-20210619024249.png");
  }
  #IMAGE456.ladi-animation > .ladi-image {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE458 {
    width: 25.9167px;
    height: 20px;
    top: 2px;
    left: 0px;
  }
  #SHAPE458 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #SHAPE459 {
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
  }
  #SHAPE459 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #SHAPE460 {
    width: 26px;
    height: 26px;
    top: 0px;
    left: 0px;
  }
  #SHAPE460 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE461 {
    width: 141px;
    top: 0px;
    left: 31.875px;
  }
  #HEADLINE461 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE462 {
    width: 109px;
    top: 0px;
    left: 31px;
  }
  #HEADLINE462 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE463 {
    width: 71px;
    top: 2px;
    left: 32px;
  }
  #HEADLINE463 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE464 {
    width: 204px;
    top: 2px;
    left: 80px;
  }
  #HEADLINE464 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
  }
  #HEADLINE464 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE465 {
    width: 204px;
    top: 0px;
    left: 90px;
  }
  #HEADLINE465 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    line-height: 1.6;
  }
  #HEADLINE465 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE466 {
    width: 656px;
    top: 22px;
    left: 31.875px;
  }
  #HEADLINE466 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP467 {
    width: 686.875px;
    height: 98px;
    top: 37.6005px;
    left: 0.5px;
  }
  #GROUP469 {
    width: 284px;
    height: 26px;
    top: 37.8002px;
    left: 0px;
  }
  #LINE477 {
    width: 1200px;
    top: 514.201px;
    left: 0px;
  }
  #LINE477 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(178, 178, 178);
    border-right: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    border-left: 0px !important;
  }
  #LINE477 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #HEADLINE480 {
    width: 1200px;
    top: 542px;
    left: 0px;
  }
  #HEADLINE480 > .ladi-headline {
    color: rgba(231, 231, 231, 0.5);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT481 {
    width: 189px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT481 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT481 > .ladi-headline:hover {
    color: rgb(40, 25, 72);
  }
  #BUTTON481 {
    width: 156px;
    height: 39px;
    top: 9.8px;
    left: 924px;
  }
  #BUTTON481 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON481 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON481 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON481 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #HEADLINE483 {
    width: 103px;
    top: 17.2582px;
    left: 379px;
  }
  #HEADLINE483 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE483 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE484 {
    width: 93px;
    top: 17.2582px;
    left: 526px;
  }
  #HEADLINE484 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE484 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE485 {
    width: 128px;
    top: 17.2582px;
    left: 667px;
  }
  #HEADLINE485 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE485 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE486 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE486 {
    width: 128px;
    top: 17.2582px;
    left: 815px;
  }
  #HEADLINE486 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #GROUP488 {
    width: 129.324px;
    height: 129.837px;
    top: 414.019px;
    left: 417.288px;
  }
  #GROUP488.ladi-animation > .ladi-group {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #GROUP489 {
    width: 499px;
    height: 421px;
    top: 263.6px;
    left: 580px;
  }
  #GROUP489.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BUTTON_TEXT491 {
    width: 146px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT491 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT491 > .ladi-headline:hover {
    color: rgb(40, 25, 72);
  }
  #BUTTON491 {
    width: 156px;
    height: 39px;
    top: 9.8px;
    left: 924px;
  }
  #BUTTON491 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON491 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON491 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON491 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #HEADLINE493 {
    width: 109px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE493 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE493 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE494 {
    width: 109px;
    top: 0px;
    left: 233px;
  }
  #HEADLINE494 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE494 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE495 {
    width: 138px;
    top: 0px;
    left: 288px;
  }
  #HEADLINE495 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE495 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE495 {
    width: 138px;
    top: 0px;
    left: 288px;
  }
  #HEADLINE495 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE495 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE496 {
    width: 138px;
    top: 0px;
    left: 288px;
  }
  #HEADLINE496 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE496 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE496 {
    width: 138px;
    top: 0px;
    left: 288px;
  }
  #HEADLINE496 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE496 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #SECTION490 {
    height: 58.6px;
    display: none !important;
  }
  #SECTION490 > .ladi-section-background {
    background-color: rgb(255, 255, 255);
  }
  #GROUP496 {
    width: 426px;
    height: 25px;
    top: 16.8px;
    left: 443px;
  }
  #SHAPE497 {
    width: 33.2137px;
    height: 41px;
    top: 0px;
    left: 120px;
  }
  #SHAPE497:hover > .ladi-shape {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.95;
  }
  #SHAPE497 svg:last-child {
    fill: rgb(40, 40, 72);
  }
  #GROUP498 {
    width: 526.275px;
    height: 451.304px;
    top: 135.628px;
    left: 119px;
  }
  #IMAGE500 {
    width: 104.617px;
    height: 24.0837px;
    top: 17.2582px;
    left: 120px;
  }
  #IMAGE500 > .ladi-image > .ladi-image-background {
    width: 104.617px;
    height: 24.0837px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/revu_bi-20210603100122.png");
  }
  #IMAGE500:hover > .ladi-image {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #IMAGE501 {
    width: 104.617px;
    height: 24.0837px;
    top: 16.8px;
    left: 120px;
  }
  #IMAGE501 > .ladi-image > .ladi-image-background {
    width: 104.617px;
    height: 24.0837px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/revu_bi-20210603100122.png");
  }
  #IMAGE501:hover > .ladi-image {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #HEADLINE502 {
    width: 390px;
    top: 21.402px;
    left: 405px;
  }
  #HEADLINE502 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #FORM_ITEM504 {
    width: 331.839px;
    height: 48px;
    top: 109.648px;
    left: 0px;
  }
  #SHAPE506 {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0px;
  }
  #SHAPE506 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE507 {
    width: 93px;
    top: 0px;
    left: 30px;
  }
  #HEADLINE507 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE508 {
    width: 366px;
    top: 0.5px;
    left: 88px;
  }
  #HEADLINE508 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 14px;
    line-height: 1.6;
  }
  #GROUP505 {
    width: 453px;
    height: 22.5px;
    top: 0px;
    left: 0.5px;
  }
  #GROUP510 {
    width: 687.375px;
    height: 199.001px;
    top: 98.5265px;
    left: 0px;
  }
  #BUTTON_TEXT512 {
    width: 179px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT512 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT513 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT513 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON513 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON513 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON513 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON513 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT515 {
    width: 181px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT515 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON515 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON515 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON515 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON515 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT517 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT517 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT544 {
    width: 146px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT544 > .ladi-headline {
    color: rgb(92, 18, 222);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BOX546 {
    width: 960px;
    height: 42.9px;
    top: -6.5px;
    left: 120px;
  }
  #BOX546 > .ladi-box {
    box-shadow: 0px 0px 2px -10px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 2px -10px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BUTTON_TEXT547 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT547 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON547 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON547 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON547 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON547 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT555 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT555 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON555 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON555 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON555 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON555 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT557 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT557 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT559 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT559 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON559 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON559 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON559 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON559 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT585 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT585 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON585 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON585 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON585 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON585 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT587 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT587 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON587 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON587 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON587 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON587 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT590 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT590 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON590 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON590 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON590 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON590 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT592 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT592 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON592 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON592 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON592 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON592 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT620 {
    width: 160px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT620 > .ladi-headline {
    color: rgb(92, 18, 222);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON620_REVU {
    width: 160px;
    height: 40px;
    top: 7.5px;
    left: 520px;
  }
  #BUTTON620_REVU > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON620_REVU > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON620_REVU > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON620_REVU > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #SECTION622 {
    height: 481.5px;
    display: none !important;
  }
  #SECTION622 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #BOX642 {
    width: 960px;
    height: 185px;
    top: -5.5px;
    left: 120px;
  }
  #BOX642 > .ladi-box {
    box-shadow: 0px 0px 10px -8px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 10px -8px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
  }
  #BOX644 {
    width: 960px;
    height: 183px;
    top: -6px;
    left: 120px;
  }
  #BOX644 > .ladi-box {
    box-shadow: 0px 3px 30px -18px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 3px 30px -18px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX646 {
    width: 960px;
    height: 75px;
    top: -7px;
    left: 120px;
  }
  #BOX646 > .ladi-box {
    box-shadow: 0px -2px 12px -10px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px -2px 12px -10px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
  }
  #BOX648 {
    width: 960px;
    height: 78px;
    top: -7px;
    left: 120px;
  }
  #BOX648 > .ladi-box {
    box-shadow: 0px 0px 30px -25px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 30px -25px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BUTTON_TEXT685 {
    width: 179px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT685 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON685 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #BUTTON685 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON685 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT687 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT687 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON687 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON687 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON687 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT689 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT689 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON689 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON689 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON689 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT691 {
    width: 181px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT691 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON691 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON691 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON691 > .ladi-button {
    border-radius: 5px;
  }
  #IMAGE701 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE701 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bentagen-20210621094203.jpg");
  }
  #IMAGE702 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE702 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/danisa-20210621094203.jpg");
  }
  #IMAGE703 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE703 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/lavie-20210621094203.jpg");
  }
  #IMAGE704 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 805px;
  }
  #IMAGE704 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/masan-20210621094203.jpg");
  }
  #IMAGE707 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 995.5px;
  }
  #IMAGE707 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/neptune-20210621094203.jpg");
  }
  #IMAGE708 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1188.5px;
  }
  #IMAGE708 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/drthanh-20210621110454.jpg");
  }
  #IMAGE722 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 995.5px;
  }
  #IMAGE722 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ahamove-20210622034032.jpg");
  }
  #IMAGE723 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1188.5px;
    display: none !important;
  }
  #IMAGE723 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/lixi-box-20210622034032.jpg");
  }
  #IMAGE724 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1188.5px;
  }
  #IMAGE724 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/yes-24-20210622034032.jpg");
  }
  #IMAGE725 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE725 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/tiki-20210622025856.jpg");
  }
  #IMAGE726 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE726 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/sndo-20210622025856.jpg");
  }
  #IMAGE727 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE727 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/lalamove-20210622025856.jpg");
  }
  #IMAGE728 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE728 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/aeonmall-20210622025856.jpg");
  }
  #IMAGE729 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 805px;
  }
  #IMAGE729 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/yeah1-mall-20210622034032.jpg");
  }
  #IMAGE731 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 995.5px;
  }
  #IMAGE731 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/shisedo-20210621100844.jpg");
  }
  #IMAGE732 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1188.5px;
  }
  #IMAGE732 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/clinicque-20210622035336.jpg");
  }
  #IMAGE733 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1379.5px;
  }
  #IMAGE733 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/black-rogoe-20210622035342.jpg");
  }
  #IMAGE735 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE735 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/maybeline-20210621100844.jpg");
  }
  #IMAGE736 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE736 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/rohtoh-20210621100844.jpg");
  }
  #IMAGE737 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE737 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/laneige-20210621100844.jpg");
  }
  #IMAGE738 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 805px;
  }
  #IMAGE738 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ahc-20210621100844.jpg");
  }
  #IMAGE740 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 995.5px;
  }
  #IMAGE740 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/eiyagi-20210622091640.jpg");
  }
  #IMAGE741 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1188.5px;
  }
  #IMAGE741 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/couple-tx-20210622091640.jpg");
  }
  #IMAGE742 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1379.5px;
  }
  #IMAGE742 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/coolmate-20210622091640.jpg");
  }
  #IMAGE743 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE743 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vera-20210622091640.jpg");
  }
  #IMAGE744 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE744 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/skechers-20210622091640.jpg");
  }
  #IMAGE745 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE745 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/pire-cardin-20210622091640.jpg");
  }
  #IMAGE746 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE746 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/nem-20210622091640.jpg");
  }
  #IMAGE747 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 805px;
  }
  #IMAGE747 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/mango-20210622091640.jpg");
  }
  #IMAGE749 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 995.5px;
  }
  #IMAGE749 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/sunmedical-center-20210622091657.jpg");
  }
  #IMAGE750 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1188.5px;
  }
  #IMAGE750 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/tin-phong-pharma-20210622091657.jpg");
  }
  #IMAGE752 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE752 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/traphaco-20210622091657.jpg");
  }
  #IMAGE753 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE753 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bv-mat-quoc-te-viet-nga-20210622091657.jpg");
  }
  #IMAGE754 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE754 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bv-mat-ha-noi-2-20210622091657.jpg");
  }
  #IMAGE755 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE755 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/doliffe-20210622091657.jpg");
  }
  #IMAGE756 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 805px;
  }
  #IMAGE756 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/drhana-20210622091657.jpg");
  }
  #IMAGE758 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 995.5px;
  }
  #IMAGE758 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/alphabook-20210623013141.jpg");
  }
  #IMAGE761 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE761 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/topica-20210623013141.jpg");
  }
  #IMAGE762 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE762 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/nhasachphuongnam-20210623013141.jpg");
  }
  #IMAGE763 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE763 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/my-tour-20210623013141.jpg");
  }
  #IMAGE764 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE764 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ha-tien-vegas-20210623013141.jpg");
  }
  #IMAGE765 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 805px;
  }
  #IMAGE765 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/edumall-20210623013141.jpg");
  }
  #IMAGE768 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 997.5px;
  }
  #IMAGE768 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/carback-20210623013313.jpg");
  }
  #IMAGE770 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE770 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/zenly-20210623013314.jpg");
  }
  #IMAGE771 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE771 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/utop-20210623013314.jpg");
  }
  #IMAGE772 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE772 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/teledoc-20210623013314.jpg");
  }
  #IMAGE773 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE773 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/savyu-20210623013314.jpg");
  }
  #IMAGE774 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 805px;
  }
  #IMAGE774 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/medigo-20210623013313.jpg");
  }
  #BUTTON_TEXT775 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT775 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON775 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON775 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON775 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT777 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT777 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON777 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON777 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON777 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT782 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT782 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT784 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT784 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON784 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON784 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON784 > .ladi-button {
    border-radius: 5px;
  }
  #IMAGE800 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1188px;
  }
  #IMAGE800 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vo247-20210622085738.jpg");
  }
  #IMAGE801 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1390.5px;
  }
  #IMAGE801 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vietmoney-20210622085738.jpg");
  }
  #IMAGE803 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE803 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/viettin-20210622085738.jpg");
  }
  #IMAGE804 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE804 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/mb-20210622085738.jpg");
  }
  #IMAGE805 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE805 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ocb-20210622085738.jpg");
  }
  #IMAGE806 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 999px;
  }
  #IMAGE806 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/timo-20210622085738.jpg");
  }
  #IMAGE807 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1577px;
  }
  #IMAGE807 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/happy-money-20210622085738.jpg");
  }
  #IMAGE812 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE812 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vinhomes-20210622085459.jpg");
  }
  #IMAGE813 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE813 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/moho-20210622085459.jpg");
  }
  #IMAGE814 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE814 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/aharent-20210622085459.jpg");
  }
  #IMAGE815 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #IMAGE815 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/zinus-20210622085459.jpg");
  }
  #IMAGE822 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #IMAGE822 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/nissan-20210622085241.jpg");
  }
  #IMAGE823 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #IMAGE823 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/dibao-20210622085241.jpg");
  }
  #BUTTON_TEXT826 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT826 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON826 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON826 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON826 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT834 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT834 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON834 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON834 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON834 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT836 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT836 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON836 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON836 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON836 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT838 {
    width: 180px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT838 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON838 {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON838 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON838 > .ladi-button {
    border-radius: 5px;
  }
  #FORM_ITEM844 {
    width: 331.839px;
    height: 48px;
    top: 220.864px;
    left: 0px;
  }
  #BOX846 {
    width: 217px;
    height: 43px;
    top: 0px;
    left: 0px;
  }
  #BOX846 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(119, 81, 188);
    border-width: 2px;
    border-radius: 99px;
  }
  #BOX847 {
    width: 54px;
    height: 41.213px;
    top: 1px;
    left: 1px;
  }
  #BOX847 > .ladi-box {
    background: rgb(108, 54, 238);
    background: linear-gradient(180deg, rgb(108, 54, 238), rgb(71, 33, 173));
    border-radius: 99px 0px 0px 99px;
  }
  #SHAPE848 {
    width: 31px;
    height: 31.1428px;
    top: 4.4286px;
    left: 14px;
  }
  #SHAPE848 svg:last-child {
    fill: rgb(9, 216, 216);
  }
  #HEADLINE849 {
    width: 138px;
    top: 10.5px;
    left: 62px;
  }
  #HEADLINE849 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BOX856 {
    width: 221px;
    height: 55.499px;
    top: 0px;
    left: 0px;
  }
  #BOX856 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(119, 81, 188);
    border-width: 2px;
    border-radius: 10px;
  }
  #BOX857 {
    width: 56.0138px;
    height: 54.1776px;
    top: 0.924983px;
    left: 1px;
  }
  #BOX857 > .ladi-box {
    background: rgb(108, 54, 238);
    background: linear-gradient(180deg, rgb(108, 54, 238), rgb(71, 33, 173));
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #SHAPE858 {
    width: 20px;
    height: 20px;
    top: 17.6373px;
    left: 19.0069px;
  }
  #SHAPE858 svg:last-child {
    fill: rgb(9, 216, 216);
  }
  #HEADLINE859 {
    width: 138px;
    top: 7.6373px;
    left: 65px;
  }
  #HEADLINE859 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
  }
  #GROUP860 {
    width: 221px;
    height: 55.499px;
    top: 453.188px;
    left: 607.5px;
  }
  #GROUP861 {
    width: 217px;
    height: 43px;
    top: 461.437px;
    left: 138px;
  }
  #GROUP862 {
    width: 959.5px;
    height: 652px;
    top: -550.2px;
    left: 120px;
  }
  #GROUP863 {
    width: 40px;
    height: 40px;
    top: 318px;
    left: 413.5px;
  }
  #GROUP118 {
    width: 40px;
    height: 40px;
    top: 318px;
    left: 460px;
  }
  #HEADLINE864 {
    width: 216px;
    top: 111.4px;
    left: 0px;
  }
  #HEADLINE864 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE865 {
    width: 216px;
    top: 121px;
    left: 0.5px;
  }
  #HEADLINE865 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE866 {
    width: 216px;
    top: 119.4px;
    left: 0px;
  }
  #HEADLINE866 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE867 {
    width: 216px;
    top: 121.4px;
    left: 2px;
  }
  #HEADLINE867 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #CAROUSEL868 {
    width: 740px;
    height: 360px;
    top: 178.649px;
    left: 230px;
  }
  #IMAGE869 {
    width: 728.503px;
    height: 345.985px;
    top: 7.0075px;
    left: 745.252px;
  }
  #IMAGE869 > .ladi-image > .ladi-image-background {
    width: 728.503px;
    height: 410.757px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s1050x750/60d03ae1f4873b001186e2fc/dashboard-2-benjamin-tran-20210628094206.jpg");
  }
  #IMAGE870 {
    width: 728.502px;
    height: 345.985px;
    top: 7.0075px;
    left: 1485.25px;
  }
  #IMAGE870 > .ladi-image > .ladi-image-background {
    width: 728.502px;
    height: 393.325px;
    top: -18.2986px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s1050x700/60d03ae1f4873b001186e2fc/dashboard-11-20210628094356.jpg");
  }
  #IMAGE871 {
    width: 728.502px;
    height: 345.985px;
    top: 12.055px;
    left: 2225.25px;
  }
  #IMAGE871 > .ladi-image > .ladi-image-background {
    width: 728.502px;
    height: 415.977px;
    top: -69.9923px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s1050x750/60d03ae1f4873b001186e2fc/dashboard-44-20210628094416.jpg");
  }
  #GROUP872 {
    width: 216px;
    height: 349px;
    top: 124.4px;
    left: 120px;
  }
  #GROUP872.ladi-animation > .ladi-group {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP873 {
    width: 217px;
    height: 350px;
    top: 179.4px;
    left: 366px;
  }
  #GROUP873.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP874 {
    width: 217px;
    height: 343px;
    top: 130.4px;
    left: 611px;
  }
  #GROUP874.ladi-animation > .ladi-group {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP875 {
    width: 220px;
    height: 350px;
    top: 179.4px;
    left: 861px;
  }
  #GROUP875.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE876 {
    width: 438px;
    top: 125.333px;
    left: 576px;
  }
  #HEADLINE876 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
  }
  #HEADLINE876.ladi-animation > .ladi-headline {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE877 {
    width: 523px;
    top: 221.366px;
    left: 576px;
  }
  #HEADLINE877 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 34px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE877.ladi-animation > .ladi-headline {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE880 {
    width: 290px;
    top: 363px;
    left: 44.138px;
  }
  #HEADLINE880 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP881 {
    width: 374px;
    height: 483px;
    top: 128.2px;
    left: 706px;
  }
  #HEADLINE884 {
    width: 446px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE884 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BUTTON_TEXT886 {
    width: 99px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT886 > .ladi-headline {
    color: rgb(11, 11, 56);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON886 {
    width: 112px;
    height: 43px;
    top: 0px;
    left: 316px;
  }
  #BUTTON886 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #FORM_ITEM888 {
    width: 316px;
    height: 43px;
    top: 0px;
    left: 0px;
  }
  #FORM885 {
    width: 428px;
    height: 43px;
    top: 30.5px;
    left: 0px;
  }
  #FORM885 > .ladi-form {
    color: rgb(37, 37, 112);
    font-size: 14px;
    line-height: 1.6;
  }
  #FORM885 .ladi-form-item .ladi-form-control::-moz-placeholder {
    color: rgb(37, 37, 112);
  }
  #FORM885 .ladi-form-item .ladi-form-control::placeholder,
  #FORM885 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false] {
    color: rgb(37, 37, 112);
  }
  #FORM885 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(37%2C%2037%2C%20112%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM885 .ladi-form-item-container,
  #FORM885 .ladi-form-label-container .ladi-form-label-item {
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #FORM885 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(238, 238, 238);
  }
  #FORM885 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
  }
  #GROUP883 {
    width: 446px;
    height: 73.5px;
    top: 74.201px;
    left: 651px;
  }
  #LINE889 {
    width: 960px;
    top: 181.201px;
    left: 122px;
  }
  #LINE889 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(178, 178, 178);
    border-right: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    border-left: 0px !important;
  }
  #LINE889 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #HEADLINE890 {
    width: 296px;
    top: 211.201px;
    left: 454.5px;
  }
  #HEADLINE890 > .ladi-headline {
    color: rgba(231, 231, 231, 0.5);
    font-size: 15px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE893 {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0px;
  }
  #SHAPE893 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE894 {
    width: 93px;
    top: 0px;
    left: 30px;
  }
  #HEADLINE894 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE895 {
    width: 429px;
    top: 1px;
    left: 114px;
  }
  #HEADLINE895 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    line-height: 1.6;
  }
  #GROUP892 {
    width: 543px;
    height: 26px;
    top: 0px;
    left: 1.5px;
  }
  #SHAPE897 {
    width: 26px;
    height: 26px;
    top: 0px;
    left: 0px;
  }
  #SHAPE897 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE898 {
    width: 71px;
    top: 0px;
    left: 34px;
  }
  #HEADLINE898 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE899 {
    width: 204px;
    top: 0px;
    left: 95px;
  }
  #HEADLINE899 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE899 > .ladi-headline:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    color: rgb(248, 200, 40);
  }
  #GROUP896 {
    width: 299px;
    height: 26px;
    top: 96px;
    left: 0px;
  }
  #SHAPE901 {
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
  }
  #SHAPE901 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE902 {
    width: 109px;
    top: 0px;
    left: 31px;
  }
  #HEADLINE902 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE903 {
    width: 204px;
    top: 1px;
    left: 102px;
  }
  #HEADLINE903 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE903 > .ladi-headline:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    color: rgb(248, 200, 40);
  }
  #GROUP900 {
    width: 306px;
    height: 26px;
    top: 68px;
    left: 3px;
  }
  #SHAPE905 {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0px;
  }
  #SHAPE905 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE906 {
    width: 109px;
    top: 0px;
    left: 30px;
  }
  #HEADLINE906 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE907 {
    width: 429px;
    top: 1px;
    left: 138px;
  }
  #HEADLINE907 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    line-height: 1.6;
  }
  #GROUP904 {
    width: 567px;
    height: 26px;
    top: 35px;
    left: 1px;
  }
  #GROUP891 {
    width: 568px;
    height: 122px;
    top: 36.701px;
    left: 119px;
  }
  #SECTION882 {
    height: 297.299px;
    display: none !important;
  }
  #SECTION882 > .ladi-section-background {
    background-color: rgb(11, 11, 56);
  }
  #IMAGE929 {
    width: 102.974px;
    height: 41.9523px;
    top: 23.1441px;
    left: 0px;
  }
  #IMAGE929 > .ladi-image > .ladi-image-background {
    width: 102.974px;
    height: 41.9523px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/logo-revu-gray-new-20210618042856.svg");
  }
  #IMAGE929 > .ladi-image {
    filter: brightness(999%);
  }
  #IMAGE930 {
    width: 186.454px;
    height: 68.8255px;
    top: 0px;
    left: 166.877px;
  }
  #IMAGE930 > .ladi-image > .ladi-image-background {
    width: 186.454px;
    height: 68.8255px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/ggwp-20210618045420.png");
  }
  #IMAGE930 > .ladi-image {
    filter: brightness(999%);
  }
  #HEADLINE931 {
    width: 41px;
    top: 32.4669px;
    left: 123.992px;
  }
  #HEADLINE931 > .ladi-headline {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE932 {
    width: 264px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE932 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
  }
  #IMAGE934 {
    width: 27px;
    height: 27px;
    top: 0px;
    left: 0px;
  }
  #IMAGE934 > .ladi-image > .ladi-image-background {
    width: 27px;
    height: 27px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/ic-down-google-20210618043859.svg");
  }
  #IMAGE935 {
    width: 26.328px;
    height: 26.328px;
    top: 0px;
    left: 7.672px;
  }
  #IMAGE935 > .ladi-image > .ladi-image-background {
    width: 26.328px;
    height: 26.328px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/ic-down-apple-20210618043859.svg");
  }
  #IMAGE935 > .ladi-image {
    filter: contrast(18%) brightness(999%);
  }
  #IMAGE936 {
    width: 80px;
    height: 80px;
    top: 53px;
    left: 92px;
  }
  #IMAGE936 > .ladi-image > .ladi-image-background {
    width: 80px;
    height: 80px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/vn-20210618043859.png");
  }
  #HEADLINE937 {
    width: 168px;
    top: 160.448px;
    left: 48px;
  }
  #HEADLINE937 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE938 {
    width: 101px;
    top: 3.5515px;
    left: 0px;
  }
  #HEADLINE938 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE938 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE939 {
    width: 101px;
    top: 4px;
    left: 4.5px;
  }
  #HEADLINE939 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE939 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #LINE940 {
    height: 28px;
    top: 0px;
    left: 106.672px;
  }
  #LINE940 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    border-left: 1px solid rgb(178, 178, 178);
  }
  #LINE940 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
  }
  #GROUP941 {
    width: 230.172px;
    height: 27px;
    top: 190.06px;
    left: 16.914px;
  }
  #HEADLINE943 {
    width: 212px;
    top: 1px;
    left: 0px;
  }
  #HEADLINE943 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE944 {
    width: 116px;
    top: 1.0005px;
    left: 0px;
  }
  #HEADLINE944 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE945 {
    width: 123px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE945 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE947 {
    width: 96px;
    top: 0px;
    left: 205.285px;
  }
  #HEADLINE947 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE948 {
    width: 123px;
    top: 0px;
    left: 92.1429px;
  }
  #HEADLINE948 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE949 {
    width: 120px;
    top: 0px;
    left: 88.6662px;
  }
  #HEADLINE949 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE951 {
    width: 103px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE951 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE951 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE952 {
    width: 146px;
    top: 31px;
    left: 0px;
  }
  #HEADLINE952 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE952 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE953 {
    width: 146px;
    top: 96px;
    left: 0px;
  }
  #HEADLINE953 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE953 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE954 {
    width: 233px;
    top: 64px;
    left: 0px;
  }
  #HEADLINE954 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE954 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #GROUP955 {
    width: 301px;
    height: 23px;
    top: 381.654px;
    left: 899px;
  }
  #GROUP956 {
    width: 215.143px;
    height: 22px;
    top: 428.665px;
    left: 985px;
  }
  #GROUP957 {
    width: 208.666px;
    height: 23.0005px;
    top: 475.676px;
    left: 991.447px;
  }
  #GROUP958 {
    width: 233px;
    height: 118px;
    top: 381.677px;
    left: 0px;
  }
  #GROUP959 {
    width: 264px;
    height: 217.06px;
    top: 114.589px;
    left: 936px;
  }
  #GROUP960 {
    width: 353.331px;
    height: 68.8255px;
    top: 0px;
    left: 0px;
  }
  #GROUP468 {
    width: 294px;
    height: 20px;
    top: 0px;
    left: 0px;
  }
  #GROUP967 {
    width: 294px;
    height: 53.8002px;
    top: 145.201px;
    left: 0px;
  }
  #GROUP969 {
    width: 687.375px;
    height: 297.528px;
    top: 65.1495px;
    left: 0px;
  }
  #HEADER {
    height: 58.6px;
  }
  #HEADER > .ladi-section-background {
    background-color: rgb(255, 255, 255);
  }
  #IMAGE734 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #IMAGE734 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/loreal-20210621100844.jpg");
  }
  #BACKGROUNDKHACHHANG {
    width: 960px;
    height: 387px;
    top: 50.303px;
    left: 120px;
  }
  #BACKGROUNDKHACHHANG > .ladi-box {
    box-shadow: 0px 0px 25px -10px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 25px -10px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #KHACHHANG {
    top: 75.303px;
    left: 446px;
  }
  #KHACHHANG > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #FRONTGROUND_ORANGE {
    width: 179px;
    height: 179px;
    top: -53.697px;
    left: 977px;
  }
  #FRONTGROUND_ORANGE > .ladi-image > .ladi-image-background {
    width: 179px;
    height: 179px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/5c7362c6c417ab07e5196b05/circle-20210603014712.png");
  }
  #BUTTON_XEMTHEM {
    width: 160px;
    height: 40px;
    top: 377.703px;
    left: 520px;
  }
  #BUTTON_XEMTHEM > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON_XEMTHEM > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_XEMTHEM > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_XEMTHEM > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #fmcg {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #fmcg > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #fmcg > .ladi-button {
    border-radius: 5px;
  }
  #fmcg > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #FM_CG {
    width: 960px;
    height: 140px;
    top: 221.703px;
    left: 120px;
  }
  #F_B {
    width: 220px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #F_B > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #F_B > .ladi-button {
    border-radius: 5px;
  }
  #F_B > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #Ecom {
    width: 960px;
    height: 140px;
    top: 221.703px;
    left: 120px;
    display: none !important;
  }
  #IMAGE520 {
    width: 120px;
    height: 120px;
    top: 16.1538px;
    left: 1574px;
  }
  #IMAGE520 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/barona-20210621094203.jpg");
  }
  #Button3 {
    height: 62px;
    display: none !important;
  }
  #Button3 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #button2 {
    height: 36.4px;
    display: none !important;
  }
  #button2 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #Carosel2 {
    height: 178px;
    display: none !important;
  }
  #Carosel2 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #Carosel1 {
    height: 437.303px;
  }
  #Carosel1 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #Carosel3 {
    height: 177px;
    display: none !important;
  }
  #Carosel3 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #BUTTON_RUTGON {
    height: 71px;
    display: none !important;
  }
  #BUTTON_RUTGON > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #FMCG_BUTTON {
    width: 220px;
    height: 50px;
    top: 151.203px;
    left: 130px;
  }
  #FNB_BUTTON {
    width: 220px;
    height: 50px;
    top: 151.203px;
    left: 370px;
  }
  #ECOMERCE_BUTTON {
    width: 220px;
    height: 50px;
    top: 151.203px;
    left: 610px;
  }
  #COSMETIC_BUTTON {
    width: 220px;
    height: 50px;
    top: 152.203px;
    left: 850px;
  }
  #FNB {
    width: 960px;
    height: 140px;
    top: 221.703px;
    left: 120px;
    display: none !important;
  }
  #MYPHAM {
    width: 960px;
    height: 140px;
    top: 221.703px;
    left: 120px;
    display: none !important;
  }
  #KingBBQ {
    width: 120px;
    height: 120px;
    top: 12.3077px;
    left: 1382px;
  }
  #KingBBQ > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/kingbbq-20210621103300.jpg");
  }
  #Tourlesjour {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 229px;
  }
  #Tourlesjour > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/tour-les-jour-20210621103300.jpg");
  }
  #Domino {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 420px;
  }
  #Domino > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/dominos-20210621103300.jpg");
  }
  #Dingtea {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 611px;
  }
  #Dingtea > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/dingtea-20210621103300.jpg");
  }
  #BaskinRobin {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 809px;
  }
  #BaskinRobin > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/baskin-20210621103300.jpg");
  }
  #bolero {
    width: 120px;
    height: 120px;
    top: 12.3077px;
    left: 43.5px;
  }
  #bolero > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bo-le-ro-20210621103300.jpg");
  }
  #IMAGE970 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 1390.15px;
  }
  #IMAGE970 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/macchiato-20210621110454.jpg");
  }
  #IMAGE971 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 50.1538px;
  }
  #IMAGE971 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/acecook-20210622065242.jpg");
  }
  #IMAGE972 {
    width: 115.385px;
    height: 115.385px;
    top: 17.3077px;
    left: 1768.31px;
  }
  #IMAGE972 > .ladi-image > .ladi-image-background {
    width: 115.385px;
    height: 115.385px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/chickita-20210622051536.jpg");
  }
  #IMAGE973 {
    width: 115.385px;
    height: 115.385px;
    top: 17.3077px;
    left: 1006.31px;
  }
  #IMAGE973 > .ladi-image > .ladi-image-background {
    width: 115.385px;
    height: 115.385px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/sheraton-20210622051536.jpg");
  }
  #IMAGE974 {
    width: 115.385px;
    height: 115.385px;
    top: 12.3077px;
    left: 1192.62px;
  }
  #IMAGE974 > .ladi-image > .ladi-image-background {
    width: 115.385px;
    height: 115.385px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/anhminh-group-20210622051536.jpg");
  }
  #THOITRANG_BUTTON {
    width: 220px;
    height: 50px;
    top: -34.6px;
    left: 130px;
  }
  #DULICHGIAODUC_BUTTON {
    width: 220px;
    height: 50px;
    top: -34.6px;
    left: 610px;
  }
  #DULICHGIAODUC_BUTTON > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #DULICHGIAODUC_BUTTON > .ladi-button {
    border-radius: 5px;
  }
  #DULICHGIAODUC_BUTTON > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #SUCKHOE_BUTTON {
    width: 220px;
    height: 50px;
    top: -34.6px;
    left: 370px;
  }
  #UNGDUNG_BUTTON {
    width: 220px;
    height: 50px;
    top: -34.6px;
    left: 850px;
  }
  #DULICHGIAODUC_HIGHLIGHT_ {
    width: 220px;
    height: 50px;
    top: -34.6px;
    left: 610px;
    display: none !important;
  }
  #DULICHGIAODUC_HIGHLIGHT_ > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #DULICHGIAODUC_HIGHLIGHT_ > .ladi-button {
    border-radius: 5px;
  }
  #CONGNGHEGIADUNG_BUTTON {
    width: 220px;
    height: 50px;
    top: 6px;
    left: 130px;
  }
  #TAICHINH_BUTTON {
    width: 220px;
    height: 50px;
    top: 6px;
    left: 370px;
  }
  #BDS_BUTTON {
    width: 220px;
    height: 50px;
    top: 6px;
    left: 610px;
  }
  #OTOXEMAY_BUTTON {
    width: 220px;
    height: 50px;
    top: 6px;
    left: 850px;
  }
  #Congnghegiadung {
    width: 960px;
    height: 140px;
    top: 18px;
    left: 120px;
  }
  #IMAGE975 {
    width: 200px;
    height: 200px;
    top: 54.833px;
    left: 500px;
  }
  #IMAGE975 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x550/60d03ae1f4873b001186e2fc/vsmart-20210622084806.jpg");
  }
  #Coocaa {
    width: 120px;
    height: 120px;
    top: 10.5px;
    left: 39px;
  }
  #Coocaa > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vsmart-20210622084806.jpg");
  }
  #Taichinh {
    width: 960px;
    height: 140px;
    top: 18.5px;
    left: 120px;
    display: none !important;
  }
  #batdongsan {
    width: 960px;
    height: 140px;
    top: 18.5px;
    left: 188px;
    display: none !important;
  }
  #Otoxemay {
    width: 1536px;
    height: 140px;
    top: 18.5px;
    left: 312px;
    display: none !important;
  }
  #Vin {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 36px;
  }
  #Vin > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vinfast-20210622085241.jpg");
  }
  #IMAGE976 {
    width: 107.692px;
    height: 107.692px;
    top: 16.6538px;
    left: 234.154px;
  }
  #IMAGE976 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/unilever-20210622084806.jpg");
  }
  #IMAGE977 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 426.154px;
  }
  #IMAGE977 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/panasonic-20210622084806.jpg");
  }
  #IMAGE978 {
    width: 107.692px;
    height: 107.692px;
    top: 10.5px;
    left: 622.154px;
  }
  #IMAGE978 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/mitsubishi-20210622084806.jpg");
  }
  #IMAGE980 {
    width: 107.692px;
    height: 107.692px;
    top: 16.6538px;
    left: 810.154px;
  }
  #IMAGE980 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/itel-20210622084806.jpg");
  }
  #IMAGE981 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 1008.15px;
  }
  #IMAGE981 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/brother-20210622084806.jpg");
  }
  #IMAGE982 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 1191.15px;
  }
  #IMAGE982 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/cooca-20210622084806.jpg");
  }
  #IMAGE983 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 1387.15px;
  }
  #IMAGE983 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/scleean-20210622084806.jpg");
  }
  #Thoitrang {
    width: 960px;
    height: 140px;
    top: 1.5px;
    left: 120px;
  }
  #Suckhoe {
    width: 960px;
    height: 140px;
    top: 1.5px;
    left: 120px;
    display: none !important;
  }
  #Dulich {
    width: 960px;
    height: 140px;
    top: 1.5px;
    left: 120px;
    display: none !important;
  }
  #ungdung {
    width: 960px;
    height: 147px;
    top: 0px;
    left: 120px;
    display: none !important;
  }
  #IMAGE984 {
    width: 107.692px;
    height: 107.692px;
    top: 10px;
    left: 614.154px;
  }
  #IMAGE984 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vib-20210622103905.jpg");
  }
  #IMAGE985 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 810.154px;
  }
  #IMAGE985 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vpbank-20210622103906.jpg");
  }
  #GROUP457 {
    width: 418px;
    height: 518px;
    top: 125.333px;
    left: 124px;
  }
  #GROUP457.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #Form {
    height: 700px;
  }
  #Form > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x700/5c7362c6c417ab07e5196b05/sc-5-mb-20210603092135.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #GROUP986 {
    width: 105.5px;
    height: 27px;
    top: 0px;
    left: 124.672px;
  }
  #GROUP987 {
    width: 101px;
    height: 26.328px;
    top: 0.4485px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION1 {
    height: 690px;
  }
  #SECTION1 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x690/5c7362c6c417ab07e5196b05/sc-1-mb-20210603062314.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE2 {
    width: 400px;
    top: 39.35px;
    left: 20px;
  }
  #HEADLINE2 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE2.ladi-animation > .ladi-headline {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #LIST_PARAGRAPH3 {
    width: 250px;
    top: 449.35px;
    left: 20px;
  }
  #LIST_PARAGRAPH3 > .ladi-list-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH3 ul li {
    padding-bottom: 7px;
    padding-left: 26px;
  }
  #LIST_PARAGRAPH3 ul li:before {
    content: "";
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/circle-20210602025542.png");
    width: 16px;
    height: 16px;
    top: 4px;
  }
  #BUTTON4 {
    width: 160px;
    height: 40px;
    top: 589.35px;
    left: 20px;
  }
  #BUTTON4 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON4 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON4 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON4 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #BUTTON_TEXT4 {
    width: 189px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT4 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT4 > .ladi-headline:hover {
    color: rgb(40, 25, 72);
  }
  #IMAGE5 {
    width: 366.6px;
    height: 235px;
    top: 200.35px;
    left: 26.7px;
  }
  #IMAGE5 > .ladi-image > .ladi-image-background {
    width: 366.6px;
    height: 235px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x550/60d03ae1f4873b001186e2fc/main-1-20210629025822.png");
  }
  #IMAGE5.ladi-animation > .ladi-image {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION6 {
    height: 938px;
  }
  #SECTION6 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x938/5c7362c6c417ab07e5196b05/sc-2-mb-20210603063228.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE8 {
    width: 166px;
    top: 93.429px;
    left: 3.6905px;
  }
  #HEADLINE8 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE9 {
    width: 188px;
    top: 93.476px;
    left: 0px;
  }
  #HEADLINE9 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE10 {
    width: 156px;
    top: 132px;
    left: 8.6905px;
  }
  #HEADLINE10 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE86 {
    width: 166px;
    top: 132.476px;
    left: 11.0535px;
  }
  #HEADLINE86 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #LIST_PARAGRAPH87 {
    width: 163px;
    top: 204px;
    left: 21.0535px;
  }
  #LIST_PARAGRAPH87 > .ladi-list-paragraph {
    color: rgb(87, 72, 122);
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH87 ul li {
    padding-bottom: 5px;
    padding-left: 23px;
  }
  #LIST_PARAGRAPH87 ul li:before {
    content: counter(linum, disc);
    color: rgb(209, 209, 209);
    font-size: 40px;
    top: -23px;
  }
  #LIST_PARAGRAPH88 {
    width: 156px;
    top: 201px;
    left: 15.5px;
  }
  #LIST_PARAGRAPH88 > .ladi-list-paragraph {
    color: rgb(87, 72, 122);
    font-size: 14px;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH88 ul li {
    padding-bottom: 5px;
    padding-left: 27px;
  }
  #LIST_PARAGRAPH88 ul li:before {
    content: counter(linum, disc);
    color: rgb(209, 209, 209);
    font-size: 40px;
    top: -23px;
  }
  #BUTTON89 {
    width: 132.381px;
    height: 40px;
    top: 315px;
    left: 27.363px;
  }
  #BUTTON89 > .ladi-button > .ladi-button-background {
    background-color: rgb(248, 200, 40);
  }
  #BUTTON89 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON89 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON89 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #BUTTON_TEXT89 {
    width: 139px;
    top: 6.64286px;
    left: 0px;
  }
  #BUTTON_TEXT89 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT89 > .ladi-headline:hover {
    color: rgb(87, 72, 122);
  }
  #BUTTON_TEXT90 {
    width: 139px;
    top: 6.64286px;
    left: 0px;
  }
  #BUTTON_TEXT90 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT90 > .ladi-headline:hover {
    color: rgb(87, 72, 122);
  }
  #BUTTON90 {
    width: 132.381px;
    height: 40px;
    top: 317px;
    left: 27.363px;
  }
  #BUTTON90 > .ladi-button > .ladi-button-background {
    background-color: rgb(248, 200, 40);
  }
  #BUTTON90 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON90 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON90 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #IMAGE92 {
    width: 80.721px;
    height: 64.1246px;
    top: 19.6043px;
    left: 53.193px;
  }
  #IMAGE92 > .ladi-image > .ladi-image-background {
    width: 80.721px;
    height: 64.1246px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/gghtht-20210602032255.png");
  }
  #IMAGE93 {
    width: 81.0827px;
    height: 57.5921px;
    top: 24px;
    left: 53.0122px;
  }
  #IMAGE93 > .ladi-image > .ladi-image-background {
    width: 81.0827px;
    height: 57.5921px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/may-20210602032255.png");
  }
  #BOX94 {
    width: 187.107px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX94 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #BOX95 {
    width: 187.107px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX95 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #GROUP96 {
    width: 187.107px;
    height: 380px;
    top: 504.35px;
    left: 10px;
  }
  #GROUP97 {
    width: 187.107px;
    height: 380px;
    top: 504.35px;
    left: 220px;
  }
  #IMAGE98 {
    width: 293.752px;
    height: 394.796px;
    top: 16.683px;
    left: 63.124px;
  }
  #IMAGE98 > .ladi-image > .ladi-image-background {
    width: 293.752px;
    height: 394.796px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s600x700/5c7362c6c417ab07e5196b05/c2-20210602032718.png");
  }
  #IMAGE98.ladi-animation > .ladi-image {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION99 {
    height: 442px;
  }
  #SECTION99 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x442/5c7362c6c417ab07e5196b05/sc-6-mb-20210603083431.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #SECTION100 {
    height: 940px;
  }
  #SECTION100 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x940/5c7362c6c417ab07e5196b05/sc-8-rm-20210603085014.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE101 {
    width: 329px;
    top: 28px;
    left: 18.5px;
  }
  #HEADLINE101 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE102 {
    width: 329px;
    top: 0px;
    left: 18.5px;
  }
  #HEADLINE102 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE103 {
    width: 366px;
    top: 75px;
    left: 0px;
  }
  #HEADLINE103 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE104 {
    width: 43.4816px;
    height: 36.8558px;
    top: 0px;
    left: 38.1412px;
  }
  #IMAGE104 > .ladi-image > .ladi-image-background {
    width: 43.4816px;
    height: 36.8558px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/nguoi-20210602034143.png");
  }
  #IMAGE105 {
    width: 76.1963px;
    height: 51.7638px;
    top: 27.9828px;
    left: 162.482px;
  }
  #IMAGE105 > .ladi-image > .ladi-image-background {
    width: 76.1963px;
    height: 51.7638px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/khung-20210602034143.png");
  }
  #IMAGE105.ladi-animation > .ladi-image {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #IMAGE106 {
    width: 57.1473px;
    height: 40.1687px;
    top: 0px;
    left: 23.11px;
  }
  #IMAGE106 > .ladi-image > .ladi-image-background {
    width: 57.1473px;
    height: 40.1687px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/nguoi-2-20210602034143.png");
  }
  #IMAGE107 {
    width: 12.479px;
    height: 8.80876px;
    top: 7.222px;
    left: 5.579px;
  }
  #IMAGE107 > .ladi-image > .ladi-image-background {
    width: 12.479px;
    height: 8.80876px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/youtube-20210602034143.png");
  }
  #IMAGE108 {
    width: 12.3322px;
    height: 12.3322px;
    top: 5.87251px;
    left: 6.16609px;
  }
  #IMAGE108 > .ladi-image > .ladi-image-background {
    width: 12.3322px;
    height: 12.3322px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/instagram-20210602034143.png");
  }
  #IMAGE109 {
    width: 7.92785px;
    height: 15.8557px;
    top: 3.52349px;
    left: 8.51508px;
  }
  #IMAGE109 > .ladi-image > .ladi-image-background {
    width: 7.92785px;
    height: 15.8557px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/face-20210602034143.png");
  }
  #BOX114 {
    width: 23.4899px;
    height: 23.49px;
    top: 0px;
    left: 0px;
  }
  #BOX114 > .ladi-box {
    background-color: rgba(253, 251, 251, 0);
    border-style: solid;
    border-color: rgb(118, 81, 188);
    border-width: 2px;
    border-radius: 999px;
  }
  #BOX115 {
    width: 23.4899px;
    height: 23.49px;
    top: 0px;
    left: 0px;
  }
  #BOX115 > .ladi-box {
    background-color: rgba(253, 251, 251, 0);
    border-style: solid;
    border-color: rgb(118, 81, 188);
    border-width: 2px;
    border-radius: 999px;
  }
  #BOX116 {
    width: 23.4899px;
    height: 23.49px;
    top: 0px;
    left: 0px;
  }
  #BOX116 > .ladi-box {
    background-color: rgba(253, 251, 251, 0);
    border-style: solid;
    border-color: rgb(118, 81, 188);
    border-width: 2px;
    border-radius: 999px;
  }
  #GROUP119 {
    width: 23.4899px;
    height: 23.49px;
    top: 173.749px;
    left: 217.412px;
  }
  #IMAGE120 {
    width: 28.6772px;
    height: 28.6772px;
    top: 11.2766px;
    left: 12.2005px;
  }
  #IMAGE120 > .ladi-image > .ladi-image-background {
    width: 28.6772px;
    height: 28.6772px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/ng-20210602034707.png");
  }
  #IMAGE121 {
    width: 24.6236px;
    height: 10.1621px;
    top: 48.7837px;
    left: 116.385px;
  }
  #IMAGE121 > .ladi-image > .ladi-image-background {
    width: 24.6236px;
    height: 10.1621px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/arrow-20210602034707.png");
  }
  #IMAGE122 {
    width: 24.6236px;
    height: 10.1621px;
    top: 47.0003px;
    left: 262.669px;
  }
  #IMAGE122 > .ladi-image > .ladi-image-background {
    width: 24.6236px;
    height: 10.1621px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/arrow-20210602034707.png");
  }
  #BUTTON124 {
    width: 138.272px;
    height: 30.8067px;
    top: 138.488px;
    left: 129.676px;
  }
  #BUTTON124 > .ladi-button > .ladi-button-background {
    background: rgb(107, 54, 238);
    background: linear-gradient(180deg, rgb(107, 54, 238), rgb(71, 33, 173));
  }
  #BUTTON124 > .ladi-button {
    border-style: solid;
    border-color: rgb(225, 215, 255);
    border-width: 2px;
    border-radius: 5px;
  }
  #BUTTON124.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #BUTTON_TEXT124 {
    width: 189px;
    top: 3.72699px;
    left: 0px;
  }
  #BUTTON_TEXT124 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #LINE125 {
    height: 23px;
    top: 116.488px;
    left: 189.972px;
  }
  #LINE125 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 2px solid rgb(118, 81, 188);
    border-bottom: 2px solid rgb(118, 81, 188);
    border-left: 2px solid rgb(118, 81, 188);
  }
  #LINE125 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
  }
  #IMAGE127 {
    width: 5px;
    height: 25px;
    top: 200px;
    left: 196.067px;
  }
  #IMAGE127 > .ladi-image > .ladi-image-background {
    width: 5px;
    height: 25px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/arrow-20210602035317.png");
  }
  #HEADLINE128 {
    width: 116px;
    top: 46.9969px;
    left: 0px;
  }
  #HEADLINE128 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE129 {
    width: 93px;
    top: 47.7239px;
    left: 8.6837px;
  }
  #HEADLINE129 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE130 {
    width: 63px;
    top: 80.6978px;
    left: 24.5px;
  }
  #HEADLINE130 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 11px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE131 {
    width: 110px;
    top: 81px;
    left: 0px;
  }
  #HEADLINE131 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE132 {
    width: 90px;
    top: 89.0003px;
    left: 155.669px;
  }
  #HEADLINE132 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #LINE142 {
    width: 43px;
    top: 246px;
    left: 135.669px;
  }
  #LINE142 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(118, 81, 188);
    border-right: 2px solid rgb(118, 81, 188);
    border-bottom: 2px solid rgb(118, 81, 188);
    border-left: 0px !important;
  }
  #LINE142 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE143 {
    width: 40px;
    top: 246px;
    left: 216.669px;
  }
  #LINE143 > .ladi-line > .ladi-line-container {
    border-top: 2px solid rgb(118, 81, 188);
    border-right: 2px solid rgb(118, 81, 188);
    border-bottom: 2px solid rgb(118, 81, 188);
    border-left: 0px !important;
  }
  #LINE143 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #BOX146 {
    width: 48.2439px;
    height: 48.4352px;
    top: 2.48467px;
    left: 2.83127px;
  }
  #BOX146 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #BOX147 {
    width: 53.5544px;
    height: 53.7669px;
    top: 0px;
    left: 0px;
  }
  #BOX147 > .ladi-box {
    border-style: solid;
    border-color: rgb(40, 25, 72);
    border-width: 1px;
    border-radius: 999px;
  }
  #HEADLINE148 {
    width: 126px;
    top: 290px;
    left: 135.669px;
  }
  #HEADLINE148 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #GROUP149 {
    width: 115px;
    height: 114.698px;
    top: 36.0003px;
    left: 11.3259px;
  }
  #GROUP150 {
    width: 110px;
    height: 119px;
    top: 36.0003px;
    left: 283.67px;
  }
  #BOX151 {
    width: 397.132px;
    height: 340.062px;
    top: 0px;
    left: 0px;
  }
  #BOX151 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
  }
  #BOX152 {
    width: 397.132px;
    height: 260.062px;
    top: 85.7973px;
    left: 0.207055px;
  }
  #BOX152 > .ladi-box {
    background-color: rgb(136, 88, 232);
    border-radius: 20px;
  }
  #BOX153 {
    width: 397.132px;
    height: 260.062px;
    top: 89.9384px;
    left: 0px;
  }
  #BOX153 > .ladi-box {
    background-color: rgb(104, 73, 216);
    border-radius: 20px;
  }
  #SECTION155 {
    height: 1178px;
  }
  #SECTION155 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #GROUP156 {
    width: 366px;
    height: 125px;
    top: 75px;
    left: 27px;
  }
  #HEADLINE157 {
    width: 400px;
    top: 204.467px;
    left: 4.234px;
  }
  #HEADLINE157 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #BOX158 {
    width: 65.6807px;
    height: 65.9412px;
    top: 15.9163px;
    left: 54.9557px;
  }
  #BOX158 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #BOX159 {
    width: 65.6807px;
    height: 65.9412px;
    top: 16.3725px;
    left: 59.7794px;
  }
  #BOX159 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #BOX160 {
    width: 65.6807px;
    height: 65.9412px;
    top: 16.9975px;
    left: 58.8225px;
  }
  #BOX160 > .ladi-box {
    background: rgb(107, 54, 238);
    background: linear-gradient(90deg, rgb(107, 54, 238), rgb(71, 33, 173));
    border-radius: 999px;
  }
  #IMAGE162 {
    width: 111.092px;
    height: 66.2287px;
    top: 17.1663px;
    left: 32.5px;
  }
  #IMAGE162 > .ladi-image > .ladi-image-background {
    width: 111.092px;
    height: 66.8537px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/may-2-20210602043134.png");
  }
  #IMAGE165 {
    width: 126.335px;
    height: 75.3162px;
    top: 14.4975px;
    left: 30.5313px;
  }
  #IMAGE165 > .ladi-image > .ladi-image-background {
    width: 126.335px;
    height: 76.0268px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/r-20210602043328.png");
  }
  #IMAGE166 {
    width: 126.335px;
    height: 75.3162px;
    top: 9.81px;
    left: 29.8169px;
  }
  #IMAGE166 > .ladi-image > .ladi-image-background {
    width: 126.335px;
    height: 76.0268px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x400/5c7362c6c417ab07e5196b05/nha-20210602043328.png");
  }
  #HEADLINE167 {
    width: 173px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE167 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE168 {
    width: 188px;
    top: 98.75px;
    left: 0px;
  }
  #HEADLINE168 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE169 {
    width: 188px;
    top: 98.125px;
    left: 0.546875px;
  }
  #HEADLINE169 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE170 {
    width: 39px;
    top: 28.125px;
    left: 60px;
  }
  #HEADLINE170 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
  }
  #GROUP171 {
    width: 172px;
    height: 50.125px;
    top: 100px;
    left: 11px;
  }
  #HEADLINE172 {
    width: 170px;
    top: 160px;
    left: 10px;
  }
  #HEADLINE172 > .ladi-headline {
    color: rgb(58, 58, 58);
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
  }
  #HEADLINE173 {
    width: 163px;
    top: 135px;
    left: 12.5626px;
  }
  #HEADLINE173 > .ladi-headline {
    color: rgb(58, 58, 58);
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
  }
  #HEADLINE174 {
    width: 163px;
    top: 125px;
    left: 11.75px;
  }
  #HEADLINE174 > .ladi-headline {
    color: rgb(58, 58, 58);
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.4;
  }
  #BOX175 {
    width: 186.719px;
    height: 290px;
    top: 0px;
    left: 0px;
  }
  #BOX175 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #BOX177 {
    width: 186.719px;
    height: 290px;
    top: 0px;
    left: 0.703125px;
  }
  #BOX177 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #BOX178 {
    width: 186.719px;
    height: 271px;
    top: 0px;
    left: 0px;
  }
  #BOX178 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  #GROUP179 {
    width: 186.719px;
    height: 290px;
    top: 272.182px;
    left: 222px;
  }
  #GROUP179.ladi-animation > .ladi-group {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP180 {
    width: 187.422px;
    height: 290px;
    top: 270.35px;
    left: 11.3305px;
  }
  #GROUP180.ladi-animation > .ladi-group {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP181 {
    width: 187.547px;
    height: 271px;
    top: 585.182px;
    left: 116.226px;
  }
  #GROUP181.ladi-animation > .ladi-group {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION182 {
    height: 1035px;
  }
  #SECTION182 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x1035/5c7362c6c417ab07e5196b05/sc-7-cm-20210603083957.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE184 {
    width: 334px;
    top: 30px;
    left: 0px;
  }
  #HEADLINE184 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE185 {
    width: 334px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE185 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE187 {
    width: 371.447px;
    height: 164.784px;
    top: 51.1343px;
    left: 12.0584px;
  }
  #IMAGE187 > .ladi-image > .ladi-image-background {
    width: 371.447px;
    height: 164.784px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x500/5c7362c6c417ab07e5196b05/2-lua-chon-reviewer-phu-hop-1-20210615032949.png");
  }
  #IMAGE188 {
    width: 367.729px;
    height: 198.409px;
    top: 73.2832px;
    left: 13.8303px;
  }
  #IMAGE188 > .ladi-image > .ladi-image-background {
    width: 367.729px;
    height: 198.409px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x500/60d03ae1f4873b001186e2fc/1-20210628103430.jpg");
  }
  #IMAGE189 {
    width: 376.036px;
    height: 169.078px;
    top: 48.8074px;
    left: 7.15953px;
  }
  #IMAGE189 > .ladi-image > .ladi-image-background {
    width: 376.036px;
    height: 169.078px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x500/60d03ae1f4873b001186e2fc/4-20210628095337.jpg");
  }
  #IMAGE190 {
    width: 362.427px;
    height: 163.448px;
    top: 54.0563px;
    left: 17.8988px;
  }
  #IMAGE190 > .ladi-image > .ladi-image-background {
    width: 362.427px;
    height: 163.448px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x500/60d03ae1f4873b001186e2fc/3-20210628095324.jpg");
  }
  #BOX192 {
    width: 395.39px;
    height: 52.2376px;
    top: 0px;
    left: 0px;
  }
  #BOX192 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #HEADLINE193 {
    width: 70px;
    top: 12.8272px;
    left: 59.3085px;
  }
  #HEADLINE193 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE194 {
    width: 226px;
    top: 13.4716px;
    left: 130.605px;
  }
  #HEADLINE194 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BOX195 {
    width: 395.39px;
    height: 298.335px;
    top: 0px;
    left: 0px;
  }
  #BOX195 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
  }
  #GROUP197 {
    width: 395.39px;
    height: 298.335px;
    top: 0px;
    left: 0px;
  }
  #BOX199 {
    width: 395.564px;
    height: 230px;
    top: 0px;
    left: 0px;
  }
  #BOX199 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
  }
  #BOX200 {
    width: 395.564px;
    height: 40.2724px;
    top: 0px;
    left: 0px;
  }
  #BOX200 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #GROUP198 {
    width: 395.564px;
    height: 230px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE201 {
    width: 70px;
    top: 9px;
    left: 27px;
  }
  #HEADLINE201 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE202 {
    width: 300px;
    top: 9px;
    left: 96px;
  }
  #HEADLINE202 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE203 {
    width: 70px;
    top: 9px;
    left: 74px;
  }
  #HEADLINE203 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE204 {
    width: 226px;
    top: 9.39689px;
    left: 145.35px;
  }
  #HEADLINE204 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE205 {
    width: 318px;
    top: 11.2918px;
    left: 80.7548px;
  }
  #HEADLINE205 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE206 {
    width: 70px;
    top: 10.2918px;
    left: 13.8988px;
  }
  #HEADLINE206 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BOX208 {
    width: 395.564px;
    height: 230px;
    top: 0px;
    left: 0px;
  }
  #BOX208 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
  }
  #BOX209 {
    width: 395.564px;
    height: 40.2724px;
    top: 0px;
    left: 0px;
  }
  #BOX209 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #GROUP207 {
    width: 395.564px;
    height: 230px;
    top: 0px;
    left: 0px;
  }
  #BOX211 {
    width: 395.564px;
    height: 230px;
    top: 0px;
    left: 0px;
  }
  #BOX211 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
    background-color: rgb(255, 255, 255);
  }
  #BOX212 {
    width: 395.564px;
    height: 40.2724px;
    top: 0px;
    left: 0px;
  }
  #BOX212 > .ladi-box {
    background-color: rgb(92, 18, 222);
  }
  #GROUP210 {
    width: 395.564px;
    height: 230px;
    top: 0px;
    left: 0px;
  }
  #GROUP213 {
    width: 397.755px;
    height: 230px;
    top: 658.883px;
    left: 11px;
  }
  #GROUP214 {
    width: 395.564px;
    height: 230px;
    top: 908.883px;
    left: 10px;
  }
  #GROUP215 {
    width: 395.39px;
    height: 298.335px;
    top: 98.883px;
    left: 11px;
  }
  #GROUP216 {
    width: 396px;
    height: 230px;
    top: 408.883px;
    left: 12px;
  }
  #IMAGE219 {
    width: 60px;
    height: 4px;
    top: 533px;
    left: -222px;
  }
  #IMAGE219 > .ladi-image > .ladi-image-background {
    width: 60px;
    height: 4px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/arrow-2-20210602152742.png");
  }
  #IMAGE220 {
    width: 60px;
    height: 4px;
    top: 513px;
    left: -218px;
  }
  #IMAGE220 > .ladi-image > .ladi-image-background {
    width: 60px;
    height: 4px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/arrow-3-20210602152742.png");
  }
  #GROUP221 {
    width: 334px;
    height: 58px;
    top: 17px;
    left: 43px;
  }
  #SECTION222 {
    height: 302px;
  }
  #SECTION222 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x302/5c7362c6c417ab07e5196b05/sc-7-20210602160713.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE224 {
    width: 334px;
    top: 30px;
    left: 0px;
  }
  #HEADLINE224 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE225 {
    width: 334px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE225 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP223 {
    width: 334px;
    height: 58px;
    top: 104px;
    left: 43.0685px;
  }
  #BOX226 {
    width: 402.993px;
    height: 70px;
    top: 0px;
    left: 0px;
  }
  #BOX226 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #IMAGE227 {
    width: 46.8409px;
    height: 46.8409px;
    top: 9px;
    left: 10px;
  }
  #IMAGE227 > .ladi-image > .ladi-image-background {
    width: 46.8409px;
    height: 46.8409px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/vc-20210602154527.png");
  }
  #IMAGE228 {
    width: 46.8409px;
    height: 46.8409px;
    top: 10px;
    left: 10px;
  }
  #IMAGE228 > .ladi-image > .ladi-image-background {
    width: 46.8409px;
    height: 46.8409px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/bitcoin-20210602154527.png");
  }
  #IMAGE229 {
    width: 46.8409px;
    height: 46.8409px;
    top: 10.0039px;
    left: 10px;
  }
  #IMAGE229 > .ladi-image > .ladi-image-background {
    width: 46.8409px;
    height: 46.8409px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/clock-20210602154527.png");
  }
  #IMAGE230 {
    width: 46.8409px;
    height: 46.8409px;
    top: 10px;
    left: 10px;
  }
  #IMAGE230 > .ladi-image > .ladi-image-background {
    width: 46.8409px;
    height: 46.8409px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/bom-20210602154527.png");
  }
  #IMAGE231 {
    width: 46.8409px;
    height: 46.8409px;
    top: 7.316px;
    left: 10px;
  }
  #IMAGE231 > .ladi-image > .ladi-image-background {
    width: 46.8409px;
    height: 46.8409px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/elec-20210602154527.png");
  }
  #HEADLINE232 {
    width: 41px;
    top: 7.07601px;
    left: 69.4537px;
  }
  #HEADLINE232 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE233 {
    width: 41px;
    top: 6.88362px;
    left: 69.4537px;
  }
  #HEADLINE233 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE234 {
    width: 41px;
    top: 8.26841px;
    left: 71.4537px;
  }
  #HEADLINE234 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE235 {
    width: 41px;
    top: 7.07601px;
    left: 72.4537px;
  }
  #HEADLINE235 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE236 {
    width: 41px;
    top: 6px;
    left: 74px;
  }
  #HEADLINE236 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE237 {
    width: 264px;
    top: 10px;
    left: 130px;
  }
  #HEADLINE237 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #HEADLINE238 {
    width: 250px;
    top: 10.0039px;
    left: 130px;
  }
  #HEADLINE238 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #HEADLINE239 {
    width: 264px;
    top: 10px;
    left: 130px;
  }
  #HEADLINE239 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
  }
  #HEADLINE240 {
    width: 280px;
    top: 12.316px;
    left: 130px;
  }
  #HEADLINE240 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6;
  }
  #HEADLINE241 {
    width: 280px;
    top: 13px;
    left: 130px;
  }
  #HEADLINE241 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.4;
  }
  #BOX243 {
    width: 402.993px;
    height: 70.0039px;
    top: 0px;
    left: 0px;
  }
  #BOX243 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX244 {
    width: 402.993px;
    height: 70px;
    top: 0px;
    left: 0px;
  }
  #BOX244 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX245 {
    width: 402.993px;
    height: 67.316px;
    top: 0px;
    left: 0px;
  }
  #BOX245 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX246 {
    width: 402.993px;
    height: 68.1473px;
    top: 0px;
    left: 0px;
  }
  #BOX246 > .ladi-box {
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #GROUP247 {
    width: 410px;
    height: 68.1473px;
    top: 320px;
    left: 0px;
  }
  #GROUP248 {
    width: 410px;
    height: 67.316px;
    top: 240px;
    left: 0px;
  }
  #GROUP249 {
    width: 402.993px;
    height: 70px;
    top: 160px;
    left: 0px;
  }
  #GROUP250 {
    width: 402.993px;
    height: 70.0039px;
    top: 80px;
    left: 0px;
  }
  #GROUP251 {
    width: 402.993px;
    height: 70px;
    top: 0px;
    left: 0px;
  }
  #IMAGE252 {
    width: 380.137px;
    height: 370px;
    top: 188.883px;
    left: 20px;
  }
  #IMAGE252 > .ladi-image > .ladi-image-background {
    width: 380.137px;
    height: 370px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x700/60d03ae1f4873b001186e2fc/feedback-tieng-viet-20210628092222.jpg");
  }
  #IMAGE252 > .ladi-image {
    border-radius: 5px;
  }
  #IMAGE252.ladi-animation > .ladi-image {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SECTION253 {
    height: 1073px;
  }
  #SECTION253 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x1073/5c7362c6c417ab07e5196b05/ac-8-20210603012810.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #IMAGE254 {
    width: 400px;
    height: 188.309px;
    top: 95.55px;
    left: 10px;
  }
  #IMAGE254 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 188.309px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x500/60d03ae1f4873b001186e2fc/metric-3-20210624091148.jpg");
  }
  #IMAGE254 > .ladi-image {
    border-radius: 5px;
  }
  #HEADLINE256 {
    width: 410px;
    top: 27.55px;
    left: 0px;
  }
  #HEADLINE256 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE257 {
    width: 334px;
    top: 0px;
    left: 37px;
  }
  #HEADLINE257 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP255 {
    width: 410px;
    height: 55.55px;
    top: 15.55px;
    left: 5px;
  }
  #SECTION258 {
    height: 1061px;
  }
  #SECTION258 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x1061/5c7362c6c417ab07e5196b05/sc-rm-2-20210615045507.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE260 {
    width: 410px;
    top: 29.2408px;
    left: 0px;
  }
  #HEADLINE260 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE261 {
    width: 334px;
    top: 0px;
    left: 40px;
  }
  #HEADLINE261 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP259 {
    width: 410px;
    height: 57.2408px;
    top: 33.2408px;
    left: 6px;
  }
  #HEADLINE262 {
    width: 83px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE262 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE262 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #HEADLINE263 {
    width: 108px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE263 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE263 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #HEADLINE264 {
    width: 98px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE264 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE264 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #HEADLINE265 {
    width: 99px;
    top: 0px;
    left: 1px;
  }
  #HEADLINE265 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 70px;
    font-weight: bold;
    line-height: 1.6;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/hp052113-20210603011532.png");
  }
  #HEADLINE265 .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #BOX266 {
    width: 191.862px;
    height: 251.375px;
    top: 68.6248px;
    left: 0px;
  }
  #BOX266 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX268 {
    width: 192.2px;
    height: 250.657px;
    top: 74.3431px;
    left: 0px;
  }
  #BOX268 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX269 {
    width: 189.796px;
    height: 247.522px;
    top: 72.4783px;
    left: 0px;
  }
  #BOX269 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #BOX270 {
    width: 192.2px;
    height: 250.657px;
    top: 75.3431px;
    left: 0px;
  }
  #BOX270 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    background-color: rgb(92, 18, 222);
    border-radius: 5px;
  }
  #HEADLINE271 {
    width: 190px;
    top: 95px;
    left: 0px;
  }
  #HEADLINE271 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE272 {
    width: 190px;
    top: 78.8288px;
    left: 0px;
  }
  #HEADLINE272 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE273 {
    width: 190px;
    top: 81px;
    left: 0px;
  }
  #HEADLINE273 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE274 {
    width: 190px;
    top: 95px;
    left: 1px;
  }
  #HEADLINE274 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE275 {
    width: 172.303px;
    height: 164.431px;
    top: 148px;
    left: 7.7465px;
  }
  #IMAGE275 > .ladi-image > .ladi-image-background {
    width: 172.303px;
    height: 164.431px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/5c7362c6c417ab07e5196b05/2-20210603012539.png");
  }
  #IMAGE276 {
    width: 172.714px;
    height: 165.629px;
    top: 149.314px;
    left: 10.5143px;
  }
  #IMAGE276 > .ladi-image > .ladi-image-background {
    width: 172.714px;
    height: 165.629px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x500/60d03ae1f4873b001186e2fc/camp-20210628095239.jpg");
  }
  #IMAGE277 {
    width: 174.985px;
    height: 120.802px;
    top: 189px;
    left: 8.4385px;
  }
  #IMAGE277 > .ladi-image > .ladi-image-background {
    width: 174.985px;
    height: 120.802px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x450/60d03ae1f4873b001186e2fc/brand-20210628095215.jpg");
  }
  #IMAGE278 {
    width: 175.371px;
    height: 139.943px;
    top: 176.4px;
    left: 8.4145px;
  }
  #IMAGE278 > .ladi-image > .ladi-image-background {
    width: 175.371px;
    height: 139.943px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x450/60d03ae1f4873b001186e2fc/reviewer-20210628095254.jpg");
  }
  #SECTION283 {
    height: 983.241px;
  }
  #SECTION283 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x983/5c7362c6c417ab07e5196b05/sc-4-mb-20210603072324.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE286 {
    width: 420px;
    top: 109.241px;
    left: 0px;
  }
  #HEADLINE286 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE287 {
    width: 420px;
    top: 45.241px;
    left: 0px;
  }
  #HEADLINE287 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON288 {
    width: 48px;
    height: 48px;
    top: 0px;
    left: 0px;
  }
  #BUTTON288 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON288 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT288 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT288 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE289 {
    width: 319px;
    top: 0px;
    left: 60px;
  }
  #HEADLINE289 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE290 {
    width: 230px;
    top: 0px;
    left: 60px;
  }
  #HEADLINE290 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE291 {
    width: 343px;
    top: 0px;
    left: 60px;
  }
  #HEADLINE291 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE292 {
    width: 318px;
    top: 0px;
    left: 62px;
  }
  #HEADLINE292 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE293 {
    width: 258px;
    top: 0px;
    left: 62px;
  }
  #HEADLINE293 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE294 {
    width: 230px;
    top: 0px;
    left: 62px;
  }
  #HEADLINE294 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE295 {
    width: 320px;
    top: 30px;
    left: 60px;
  }
  #HEADLINE295 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE296 {
    width: 314px;
    top: 47.0003px;
    left: 60px;
  }
  #HEADLINE296 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE297 {
    width: 320px;
    top: 30px;
    left: 60px;
  }
  #HEADLINE297 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE298 {
    width: 318px;
    top: 30px;
    left: 60px;
  }
  #HEADLINE298 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE300 {
    width: 318px;
    top: 46.9413px;
    left: 62px;
  }
  #HEADLINE300 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
  }
  #HEADLINE301 {
    width: 318px;
    top: 29px;
    left: 63px;
  }
  #HEADLINE301 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #BUTTON_TEXT302 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT302 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON302 {
    width: 48px;
    height: 48px;
    top: 0px;
    left: 0px;
  }
  #BUTTON302 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON302 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT304 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT304 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON304 {
    width: 48px;
    height: 48px;
    top: 0px;
    left: 0px;
  }
  #BUTTON304 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON304 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT306 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT306 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON306 {
    width: 48px;
    height: 48px;
    top: 0px;
    left: 0px;
  }
  #BUTTON306 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON306 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT308 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT308 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON308 {
    width: 48px;
    height: 48px;
    top: 3px;
    left: 0px;
  }
  #BUTTON308 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON308 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_TEXT310 {
    width: 48px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT310 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON310 {
    width: 48px;
    height: 48px;
    top: 1px;
    left: 0px;
  }
  #BUTTON310 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON310 > .ladi-button {
    border-radius: 999px;
  }
  #GROUP312 {
    width: 402px;
    height: 93px;
    top: 557.182px;
    left: 20px;
  }
  #GROUP312.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP313 {
    width: 374px;
    height: 79.0003px;
    top: 338.182px;
    left: 20px;
  }
  #GROUP313.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP314 {
    width: 380px;
    height: 62px;
    top: 172.241px;
    left: 20px;
  }
  #GROUP314.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP315 {
    width: 380px;
    height: 72px;
    top: 254.182px;
    left: 20px;
  }
  #GROUP315.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP316 {
    width: 379px;
    height: 103.941px;
    top: 436.182px;
    left: 20px;
  }
  #GROUP316.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP317 {
    width: 380px;
    height: 67px;
    top: 647.182px;
    left: 20px;
  }
  #GROUP317.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE320 {
    width: 120px;
    height: 120px;
    top: -62.759px;
    left: 359px;
  }
  #IMAGE320 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/circle-20210603014712.png");
  }
  #SECTION321 {
    height: 981px;
  }
  #SECTION321 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x981/5c7362c6c417ab07e5196b05/sc-11-20210603025517.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #SECTION322 {
    height: 413px;
  }
  #SECTION322 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x413/5c7362c6c417ab07e5196b05/123445-20210603031701.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #HEADLINE324 {
    width: 410px;
    top: 27px;
    left: 0px;
  }
  #HEADLINE324 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE325 {
    width: 334px;
    top: 0px;
    left: 38px;
  }
  #HEADLINE325 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP323 {
    width: 410px;
    height: 55px;
    top: 30px;
    left: 5px;
  }
  #BOX326 {
    width: 358px;
    height: 467px;
    top: 0px;
    left: 0px;
  }
  #BOX326 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX326.ladi-animation > .ladi-box {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX328 {
    width: 352px;
    height: 467px;
    top: 8px;
    left: 14px;
  }
  #BOX328 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(136, 88, 232);
    border-radius: 5px;
  }
  #BOX328.ladi-animation > .ladi-box {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX329 {
    width: 353px;
    height: 460px;
    top: 23px;
    left: 21px;
  }
  #BOX329 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(104, 73, 216);
    border-radius: 5px;
  }
  #BOX329.ladi-animation > .ladi-box {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #LIST_PARAGRAPH330 {
    width: 308px;
    top: 33px;
    left: 42px;
  }
  #LIST_PARAGRAPH330 > .ladi-list-paragraph {
    color: rgb(61, 61, 61);
    font-size: 15px;
    line-height: 1.6;
  }
  #LIST_PARAGRAPH330 ul li {
    padding-bottom: 31px;
    padding-left: 27px;
  }
  #LIST_PARAGRAPH330 ul li:before {
    content: counter(linum, disc);
    color: rgb(92, 18, 222);
    font-size: 60px;
    top: -40px;
  }
  #SHAPE339 {
    width: 95.1321px;
    height: 82.2321px;
    top: 0px;
    left: 0px;
  }
  #SHAPE339 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE340 {
    width: 95.1321px;
    height: 82.2323px;
    top: 0px;
    left: 0px;
  }
  #SHAPE340 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE341 {
    width: 95.1321px;
    height: 82.2323px;
    top: 0px;
    left: 1.50674px;
  }
  #SHAPE341 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE342 {
    width: 95.1321px;
    height: 82.2321px;
    top: 0px;
    left: 0px;
  }
  #SHAPE342 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE343 {
    width: 95.1321px;
    height: 82.2321px;
    top: 0px;
    left: 0px;
  }
  #SHAPE343 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE344 {
    width: 95.1321px;
    height: 82.2323px;
    top: 0px;
    left: 0px;
  }
  #SHAPE344 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE345 {
    width: 88.1446px;
    height: 76.1925px;
    top: 3.01952px;
    left: 3.49376px;
  }
  #SHAPE345 svg:last-child {
    fill: rgb(255, 255, 255);
  }
  #SHAPE346 {
    width: 95.1321px;
    height: 82.2323px;
    top: 0px;
    left: 0px;
  }
  #SHAPE346 svg:last-child {
    fill: rgb(92, 18, 222);
  }
  #SHAPE347 {
    width: 88.1446px;
    height: 76.1925px;
    top: 3.02028px;
    left: 3.49339px;
  }
  #SHAPE347 svg:last-child {
    fill: rgb(255, 255, 255);
  }
  #GROUP348 {
    width: 95.1321px;
    height: 82.2323px;
    top: 0px;
    left: 0.246627px;
  }
  #GROUP349 {
    width: 95.1321px;
    height: 82.2323px;
    top: 0px;
    left: 0px;
  }
  #IMAGE351 {
    width: 94.9249px;
    height: 82.1178px;
    top: 0px;
    left: 1.50674px;
  }
  #IMAGE351 > .ladi-image > .ladi-image-background {
    width: 94.9249px;
    height: 93.4184px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/9-20210603022936.png");
  }
  #IMAGE351 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE352 {
    width: 94.9249px;
    height: 82.1176px;
    top: 86.7524px;
    left: 0px;
  }
  #IMAGE352 > .ladi-image > .ladi-image-background {
    width: 94.9249px;
    height: 90.4047px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/6-20210603022936.png");
  }
  #IMAGE352 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE353 {
    width: 94.9249px;
    height: 82.1178px;
    top: 85.5652px;
    left: 0.349839px;
  }
  #IMAGE353 > .ladi-image > .ladi-image-background {
    width: 94.9249px;
    height: 101.706px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x450/5c7362c6c417ab07e5196b05/8-20210603022936.png");
  }
  #IMAGE353 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE354 {
    width: 94.9249px;
    height: 82.1177px;
    top: 0px;
    left: 1.71392px;
  }
  #IMAGE354 > .ladi-image > .ladi-image-background {
    width: 94.9249px;
    height: 94.925px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/7-20210603022936.png");
  }
  #IMAGE354 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #IMAGE355 {
    width: 94.9249px;
    height: 82.1176px;
    top: 86.7524px;
    left: 0.857338px;
  }
  #IMAGE355 > .ladi-image > .ladi-image-background {
    width: 94.9249px;
    height: 89.6513px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/10-20210603022936.png");
  }
  #IMAGE355 > .ladi-image {
    -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20173.3%20149.8%22%20class%3D%22%22%3E%3Cpolygon%20points%3D%2243.3%20149.8%20130%20149.8%20173.3%2074.8%20130.1%200%2043.2%200%200%2074.8%2043.3%20149.8%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E") 0% 0%/100% 100%;
  }
  #HEADLINE356 {
    width: 83px;
    top: 33.5793px;
    left: 6.65029px;
  }
  #HEADLINE356 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE357 {
    width: 98px;
    top: 31.3193px;
    left: 0px;
  }
  #HEADLINE357 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE358 {
    width: 98px;
    top: 27.7262px;
    left: 0px;
  }
  #HEADLINE358 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE359 {
    width: 88px;
    top: 27.799px;
    left: 3.89692px;
  }
  #HEADLINE359 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE360 {
    width: 86px;
    top: 34.3348px;
    left: 4.89692px;
  }
  #HEADLINE360 > .ladi-headline {
    color: rgb(61, 61, 61);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE361 {
    width: 98px;
    top: 28.5524px;
    left: 0px;
  }
  #HEADLINE361 > .ladi-headline {
    color: rgb(61, 61, 61);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE362 {
    width: 84px;
    top: 34.3087px;
    left: 4.75426px;
  }
  #HEADLINE362 > .ladi-headline {
    color: rgb(61, 61, 61);
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP364 {
    width: 95.1321px;
    height: 82.2323px;
    top: 171.884px;
    left: 1.50674px;
  }
  #GROUP365 {
    width: 98px;
    height: 82.2323px;
    top: 0px;
    left: 0px;
  }
  #GROUP366 {
    width: 98px;
    height: 82.2323px;
    top: 84.3207px;
    left: 0px;
  }
  #GROUP367 {
    width: 97.9384px;
    height: 82.2323px;
    top: 85.8846px;
    left: 0px;
  }
  #SHAPE369 {
    width: 88.1446px;
    height: 76.1923px;
    top: 3.01989px;
    left: 3.49414px;
  }
  #SHAPE369 svg:last-child {
    fill: rgb(255, 255, 255);
  }
  #GROUP370 {
    width: 95.1321px;
    height: 82.2321px;
    top: 0px;
    left: 0.753373px;
  }
  #GROUP371 {
    width: 95.1321px;
    height: 82.2321px;
    top: 0px;
    left: 0px;
  }
  #GROUP372 {
    width: 95.1321px;
    height: 82.2321px;
    top: 172.637px;
    left: 0.753373px;
  }
  #GROUP373 {
    width: 97.9384px;
    height: 254.116px;
    top: 0px;
    left: 0px;
  }
  #GROUP373.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP374 {
    width: 98px;
    height: 166.553px;
    top: 43.7529px;
    left: 73.8305px;
  }
  #GROUP374.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP375 {
    width: 98px;
    height: 167.683px;
    top: 85.8845px;
    left: 150.427px;
  }
  #GROUP375.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP376 {
    width: 95.8855px;
    height: 254.869px;
    top: 41.4355px;
    left: 225.258px;
  }
  #GROUP376.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP377 {
    width: 95.8855px;
    height: 168.87px;
    top: 171.13px;
    left: 300.596px;
  }
  #GROUP377.ladi-animation > .ladi-group {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE379 {
    width: 410px;
    top: 28px;
    left: 0px;
  }
  #HEADLINE379 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE380 {
    width: 334px;
    top: 0px;
    left: 38px;
  }
  #HEADLINE380 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP378 {
    width: 410px;
    height: 76px;
    top: 25px;
    left: 5px;
  }
  #IMAGE381 {
    width: 50.6049px;
    height: 50.6047px;
    top: 0px;
    left: 0px;
  }
  #IMAGE381 > .ladi-image > .ladi-image-background {
    width: 50.6049px;
    height: 50.6047px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/face-book-20210603024840.png");
  }
  #IMAGE382 {
    width: 60.5422px;
    height: 60.5422px;
    top: 0px;
    left: 0px;
  }
  #IMAGE382 > .ladi-image > .ladi-image-background {
    width: 60.5422px;
    height: 60.5422px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/youtube-v-20210603024840.png");
  }
  #IMAGE383 {
    width: 50.665px;
    height: 50.6649px;
    top: 0px;
    left: 0px;
  }
  #IMAGE383 > .ladi-image > .ladi-image-background {
    width: 50.665px;
    height: 50.6649px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/tik-20210603024840.png");
  }
  #IMAGE384 {
    width: 60.7478px;
    height: 60.7478px;
    top: 0px;
    left: 0px;
  }
  #IMAGE384 > .ladi-image > .ladi-image-background {
    width: 60.7478px;
    height: 60.7478px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/insta-20210603024840.png");
  }
  #IMAGE385 {
    width: 205.564px;
    height: 320px;
    top: 0px;
    left: 0px;
  }
  #IMAGE385 > .ladi-image > .ladi-image-background {
    width: 205.564px;
    height: 320px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x650/5c7362c6c417ab07e5196b05/anh-1-20210603024840.png");
  }
  #IMAGE385.ladi-animation > .ladi-image {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE386 {
    width: 180.347px;
    height: 320.381px;
    top: 0px;
    left: 0px;
  }
  #IMAGE386 > .ladi-image > .ladi-image-background {
    width: 180.347px;
    height: 320.381px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x650/5c7362c6c417ab07e5196b05/anh-2-20210603024840.png");
  }
  #IMAGE386.ladi-animation > .ladi-image {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE387 {
    width: 400.347px;
    height: 256.266px;
    top: 0px;
    left: 0px;
  }
  #IMAGE387 > .ladi-image > .ladi-image-background {
    width: 400.347px;
    height: 256.266px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x600/5c7362c6c417ab07e5196b05/anh-4-20210603024840.png");
  }
  #IMAGE387.ladi-animation > .ladi-image {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #IMAGE388 {
    width: 400.347px;
    height: 213.372px;
    top: 0px;
    left: 0px;
  }
  #IMAGE388 > .ladi-image > .ladi-image-background {
    width: 400.347px;
    height: 213.372px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s750x550/5c7362c6c417ab07e5196b05/anh-3-20210603024840.png");
  }
  #IMAGE388.ladi-animation > .ladi-image {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BOX389 {
    width: 57.3729px;
    height: 57.3729px;
    top: 1.68744px;
    left: 2.53116px;
  }
  #BOX389 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #BOX390 {
    width: 47.8502px;
    height: 47.8502px;
    top: 2.11104px;
    left: 2.11104px;
  }
  #BOX390 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #BOX391 {
    width: 57.1787px;
    height: 57.1787px;
    top: 2.45255px;
    left: 2.52259px;
  }
  #BOX391 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #BOX395 {
    width: 47.7935px;
    height: 47.7933px;
    top: 1.10854px;
    left: 2.10854px;
  }
  #BOX395 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 9999px;
  }
  #GROUP396 {
    width: 50.6049px;
    height: 50.6047px;
    top: 264.07px;
    left: 147.931px;
  }
  #GROUP397 {
    width: 50.665px;
    height: 50.6649px;
    top: 6.33312px;
    left: 6.33314px;
  }
  #GROUP398 {
    width: 60.5422px;
    height: 60.5422px;
    top: 8.81778px;
    left: 12.6955px;
  }
  #GROUP399 {
    width: 60.7478px;
    height: 60.7478px;
    top: 185.675px;
    left: 9.44754px;
  }
  #GROUP400 {
    width: 205.564px;
    height: 320px;
    top: 101.381px;
    left: 10px;
  }
  #GROUP401 {
    width: 180.347px;
    height: 320.381px;
    top: 101.381px;
    left: 230px;
  }
  #GROUP402 {
    width: 400.347px;
    height: 213.372px;
    top: 434.86px;
    left: 10px;
  }
  #GROUP403 {
    width: 400.347px;
    height: 256.266px;
    top: 665.19px;
    left: 10px;
  }
  #IMAGE404 {
    width: 63.121px;
    height: 63.5256px;
    top: -33px;
    left: -27.121px;
  }
  #IMAGE404 > .ladi-image > .ladi-image-background {
    width: 63.121px;
    height: 63.5256px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/irrcle-20210603025618.png");
  }
  #BOX406 {
    width: 399.158px;
    height: 248px;
    top: 97px;
    left: 10.421px;
  }
  #BOX406 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #IMAGE407 {
    width: 380px;
    height: 180.472px;
    top: 7.0075px;
    left: 20px;
  }
  #IMAGE407 > .ladi-image > .ladi-image-background {
    width: 380px;
    height: 180.472px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x500/60d03ae1f4873b001186e2fc/dashboard-3-20210628094004.jpg");
  }
  #HEADLINE410 {
    width: 410px;
    top: 31px;
    left: 0px;
  }
  #HEADLINE410 > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE411 {
    width: 334px;
    top: 0px;
    left: 38px;
  }
  #HEADLINE411 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP409 {
    width: 410px;
    height: 59px;
    top: 28px;
    left: 5px;
  }
  #IMAGE412 {
    width: 118px;
    height: 118px;
    top: -41.825px;
    left: -59.5px;
  }
  #IMAGE412 > .ladi-image > .ladi-image-background {
    width: 118px;
    height: 118px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/5c7362c6c417ab07e5196b05/grey-20210603031719.png");
  }
  #CAROUSEL419 {
    width: 420px;
    height: 420px;
    top: 29px;
    left: 0px;
  }
  #BOX420 {
    width: 300px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX420 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX421 {
    width: 300px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX421 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX422 {
    width: 300px;
    height: 380px;
    top: 0px;
    left: 0px;
  }
  #BOX422 > .ladi-box {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX423 {
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
  }
  #BOX423 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 999px;
  }
  #BOX424 {
    width: 90px;
    height: 90px;
    top: 5px;
    left: 5px;
  }
  #BOX424 > .ladi-box {
    background-color: rgb(231, 231, 231);
    border-radius: 999px;
  }
  #GROUP425 {
    width: 100px;
    height: 100px;
    top: 12.5px;
    left: 100px;
  }
  #BOX427 {
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
  }
  #BOX427 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 999px;
  }
  #BOX428 {
    width: 90px;
    height: 90px;
    top: 5px;
    left: 5px;
  }
  #BOX428 > .ladi-box {
    background-color: rgb(231, 231, 231);
    border-radius: 999px;
  }
  #GROUP426 {
    width: 100px;
    height: 100px;
    top: 12.5px;
    left: 100px;
  }
  #BOX430 {
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
  }
  #BOX430 > .ladi-box {
    background-color: rgb(95, 27, 228);
    border-radius: 999px;
  }
  #BOX431 {
    width: 90px;
    height: 90px;
    top: 5px;
    left: 5px;
  }
  #BOX431 > .ladi-box {
    background-color: rgb(231, 231, 231);
    border-radius: 999px;
  }
  #GROUP429 {
    width: 100px;
    height: 100px;
    top: 12.5px;
    left: 100px;
  }
  #IMAGE433 {
    width: 100px;
    height: 20.1781px;
    top: 159.322px;
    left: 100px;
  }
  #IMAGE433 > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 20.1781px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/5star-1554449303.png");
  }
  #IMAGE434 {
    width: 100px;
    height: 20.1781px;
    top: 159.322px;
    left: 100px;
  }
  #IMAGE434 > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 20.1781px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/5star-1554449303.png");
  }
  #IMAGE435 {
    width: 100px;
    height: 20.1781px;
    top: 159.322px;
    left: 100px;
  }
  #IMAGE435 > .ladi-image > .ladi-image-background {
    width: 100px;
    height: 20.1781px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/5star-1554449303.png");
  }
  #HEADLINE436 {
    width: 150px;
    top: 125.322px;
    left: 75px;
  }
  #HEADLINE436 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE437 {
    width: 150px;
    top: 125.322px;
    left: 75px;
  }
  #HEADLINE437 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE438 {
    width: 150px;
    top: 125.322px;
    left: 75px;
  }
  #HEADLINE438 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH439 {
    width: 260px;
    top: 186.5px;
    left: 20px;
  }
  #PARAGRAPH439 > .ladi-paragraph {
    color: rgb(61, 61, 61);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH440 {
    width: 260px;
    top: 186.5px;
    left: 20px;
  }
  #PARAGRAPH440 > .ladi-paragraph {
    color: rgb(61, 61, 61);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH441 {
    width: 260px;
    top: 186.5px;
    left: 20px;
  }
  #PARAGRAPH441 > .ladi-paragraph {
    color: rgb(61, 61, 61);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP442 {
    width: 300px;
    height: 380px;
    top: 20px;
    left: 60px;
  }
  #GROUP443 {
    width: 300px;
    height: 380px;
    top: 20px;
    left: 480px;
  }
  #GROUP444 {
    width: 300px;
    height: 380px;
    top: 20.5px;
    left: 900px;
  }
  #SECTION445 {
    height: 845.69px;
  }
  #SECTION445 > .ladi-section-background {
    background-color: rgb(11, 11, 56);
  }
  #FORM446 {
    width: 285px;
    height: 334.421px;
    top: 31px;
    left: 27.5px;
  }
  #FORM446 > .ladi-form {
    color: rgb(40, 40, 72);
    font-size: 13px;
    line-height: 1.6;
  }
  #FORM446 .ladi-form-item .ladi-form-control::-moz-placeholder {
    color: rgb(40, 40, 72);
  }
  #FORM446 .ladi-form-item .ladi-form-control::placeholder,
  #FORM446 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false] {
    color: rgb(40, 40, 72);
  }
  #FORM446 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(40%2C%2040%2C%2072%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM446 .ladi-form-item-container,
  #FORM446 .ladi-form-label-container .ladi-form-label-item {
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #FORM446 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(238, 238, 238);
  }
  #FORM446 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
  }
  #BUTTON447 {
    width: 157.086px;
    height: 38.02px;
    top: 296.401px;
    left: 63.957px;
  }
  #BUTTON447 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON447 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON447.ladi-animation > .ladi-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #BUTTON447 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #BUTTON_TEXT447 {
    width: 200px;
    top: 7.53429px;
    left: 0px;
  }
  #BUTTON_TEXT447 > .ladi-headline {
    color: rgb(40, 40, 72);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #FORM_ITEM448 {
    width: 285px;
    height: 40.1829px;
    top: 0px;
    left: 0px;
  }
  #FORM_ITEM449 {
    width: 285px;
    height: 40.1829px;
    top: 47.0436px;
    left: 0px;
  }
  #FORM_ITEM453 {
    width: 285px;
    height: 40.1829px;
    top: 141.131px;
    left: 0px;
  }
  #FORM_ITEM454 {
    width: 285px;
    height: 40.1829px;
    top: 235.218px;
    left: 0px;
  }
  #BOX455 {
    width: 340px;
    height: 396px;
    top: 0px;
    left: 0px;
  }
  #BOX455 > .ladi-box {
    background-color: rgb(37, 37, 112);
    border-radius: 10px;
  }
  #IMAGE456 {
    width: 337.501px;
    height: 363.481px;
    top: 630.519px;
    left: 41.2495px;
  }
  #IMAGE456 > .ladi-image > .ladi-image-background {
    width: 337.501px;
    height: 363.481px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s650x700/5c7362c6c417ab07e5196b05/chi-tro-20210619024249.png");
  }
  #IMAGE456.ladi-animation > .ladi-image {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #SHAPE458 {
    width: 18px;
    height: 20.42px;
    top: 0px;
    left: 0px;
  }
  #SHAPE458 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #SHAPE459 {
    width: 18px;
    height: 19px;
    top: 0px;
    left: 0px;
  }
  #SHAPE459 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #SHAPE460 {
    width: 24px;
    height: 25.9999px;
    top: 0px;
    left: 0px;
  }
  #SHAPE460 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE461 {
    width: 100px;
    top: 2.5207px;
    left: 31.7157px;
  }
  #HEADLINE461 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE462 {
    width: 106px;
    top: 2px;
    left: 29.2524px;
  }
  #HEADLINE462 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE463 {
    width: 51px;
    top: 4px;
    left: 32.8897px;
  }
  #HEADLINE463 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE464 {
    width: 179px;
    top: 4px;
    left: 77.5151px;
  }
  #HEADLINE464 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
  }
  #HEADLINE464 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE465 {
    width: 179px;
    top: 3px;
    left: 86.6689px;
  }
  #HEADLINE465 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    line-height: 1.6;
  }
  #HEADLINE465 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE466 {
    width: 303px;
    top: 25.5207px;
    left: 28.7157px;
  }
  #HEADLINE466 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP467 {
    width: 331.716px;
    height: 120.521px;
    top: 37.6004px;
    left: 1.28432px;
  }
  #GROUP469 {
    width: 256.515px;
    height: 25.9999px;
    top: 30.0001px;
    left: 0px;
  }
  #LINE477 {
    width: 400px;
    top: 793.69px;
    left: 10px;
  }
  #LINE477 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(178, 178, 178);
    border-right: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    border-left: 0px !important;
  }
  #LINE477 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #HEADLINE480 {
    width: 420px;
    top: 814.69px;
    left: 0px;
  }
  #HEADLINE480 > .ladi-headline {
    color: rgba(231, 231, 231, 0.5);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT481 {
    width: 156px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT481 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT481 > .ladi-headline:hover {
    color: rgb(40, 25, 72);
  }
  #BUTTON481 {
    width: 189px;
    height: 49px;
    top: 10px;
    left: 115.5px;
  }
  #BUTTON481 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON481 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON481 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON481 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #HEADLINE483 {
    width: 103px;
    top: 69px;
    left: 159px;
  }
  #HEADLINE483 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE483 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE484 {
    width: 93px;
    top: 173.084px;
    left: 163.5px;
  }
  #HEADLINE484 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE484 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE485 {
    width: 128px;
    top: 138.084px;
    left: 146px;
  }
  #HEADLINE485 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE485 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #GROUP488 {
    width: 53.5544px;
    height: 53.7669px;
    top: 227.76px;
    left: 171.996px;
  }
  #GROUP488.ladi-animation > .ladi-group {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  #GROUP489 {
    width: 410px;
    height: 388.147px;
    top: 599.883px;
    left: 10px;
  }
  #GROUP489.ladi-animation > .ladi-group {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #BUTTON_TEXT491 {
    width: 156px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT491 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT491 > .ladi-headline:hover {
    color: rgb(40, 25, 72);
  }
  #BUTTON491 {
    width: 145.5px;
    height: 41px;
    top: 17px;
    left: 13.5px;
  }
  #BUTTON491 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON491 > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON491 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON491 > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #HEADLINE493 {
    width: 103px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE493 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE493 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE494 {
    width: 93px;
    top: 0px;
    left: 240px;
  }
  #HEADLINE494 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE494 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE495 {
    width: 128px;
    top: 0px;
    left: 105px;
  }
  #HEADLINE495 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE495 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE496 {
    width: 138px;
    top: 0px;
    left: 340px;
  }
  #HEADLINE496 > .ladi-headline {
    color: rgb(59, 56, 71);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE496 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #SECTION490 {
    height: 73.9087px;
  }
  #SECTION490 > .ladi-section-background {
    background-color: rgb(255, 255, 255);
  }
  #GROUP496 {
    width: 383px;
    height: 25px;
    top: 70px;
    left: 16px;
    display: none !important;
  }
  #SHAPE497 {
    width: 33.2137px;
    height: 41px;
    top: 17px;
    left: 376.786px;
  }
  #SHAPE497:hover > .ladi-shape {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.95;
  }
  #SHAPE497 svg:last-child {
    fill: rgb(40, 40, 72);
  }
  #GROUP498 {
    width: 396.481px;
    height: 340px;
    top: 613.241px;
    left: 10px;
  }
  #IMAGE500 {
    width: 104.617px;
    height: 24.0837px;
    top: 104px;
    left: 157.691px;
  }
  #IMAGE500 > .ladi-image > .ladi-image-background {
    width: 104.617px;
    height: 24.0837px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/revu_bi-20210603100122.png");
  }
  #IMAGE500:hover > .ladi-image {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #IMAGE501 {
    width: 110px;
    height: 25px;
    top: 26.4582px;
    left: 215.692px;
  }
  #IMAGE501 > .ladi-image > .ladi-image-background {
    width: 110px;
    height: 25px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/revu_bi-20210603100122.png");
  }
  #IMAGE501:hover > .ladi-image {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #HEADLINE502 {
    width: 329px;
    top: 444px;
    left: 45.5px;
  }
  #HEADLINE502 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #FORM_ITEM504 {
    width: 285px;
    height: 40.1829px;
    top: 94.0872px;
    left: 0px;
  }
  #SHAPE506 {
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
  }
  #SHAPE506 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE507 {
    width: 86px;
    top: 1px;
    left: 31.665px;
  }
  #HEADLINE507 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE508 {
    width: 338px;
    top: 0.1215px;
    left: 89.7157px;
  }
  #HEADLINE508 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 14px;
    line-height: 1.6;
  }
  #GROUP505 {
    width: 426.716px;
    height: 22.1215px;
    top: 0px;
    left: 1.28432px;
  }
  #GROUP510 {
    width: 428px;
    height: 224.121px;
    top: 100.527px;
    left: 0px;
  }
  #BUTTON_TEXT512 {
    width: 220px;
    top: 6.93689px;
    left: 0px;
  }
  #BUTTON_TEXT512 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT513 {
    width: 220px;
    top: 7.20005px;
    left: 0px;
  }
  #BUTTON_TEXT513 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON513 {
    width: 180px;
    height: 40.0003px;
    top: 0px;
    left: 0px;
  }
  #BUTTON513 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON513 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON513 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT515 {
    width: 220px;
    top: 6.93691px;
    left: 0px;
  }
  #BUTTON_TEXT515 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON515 {
    width: 181.138px;
    height: 38.5384px;
    top: 0px;
    left: 0px;
  }
  #BUTTON515 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON515 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON515 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT517 {
    width: 220px;
    top: 7.38005px;
    left: 0px;
  }
  #BUTTON_TEXT517 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT544 {
    width: 160px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT544 > .ladi-headline {
    color: rgb(92, 18, 222);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BOX546 {
    width: 400px;
    height: 79.751px;
    top: 90.2461px;
    left: 10.5945px;
  }
  #BOX546 > .ladi-box {
    box-shadow: 0px 0px 2px -10px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 2px -10px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BUTTON_TEXT547 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT547 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON547 {
    width: 180.4px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BUTTON547 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON547 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON547 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT555 {
    width: 220px;
    top: 7.24091px;
    left: 0px;
  }
  #BUTTON_TEXT555 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON555 {
    width: 180.4px;
    height: 40.2273px;
    top: 0px;
    left: 0px;
  }
  #BUTTON555 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON555 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON555 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT557 {
    width: 220px;
    top: 7.24091px;
    left: 0px;
  }
  #BUTTON_TEXT557 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT559 {
    width: 220px;
    top: 7.50726px;
    left: 0px;
  }
  #BUTTON_TEXT559 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON559 {
    width: 180.4px;
    height: 41.707px;
    top: 0px;
    left: 0px;
  }
  #BUTTON559 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON559 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON559 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT585 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT585 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON585 {
    width: 180.4px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BUTTON585 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON585 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON585 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT587 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT587 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON587 {
    width: 180px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BUTTON587 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON587 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON587 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT590 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT590 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON590 {
    width: 180px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BUTTON590 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON590 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON590 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT592 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT592 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON592 {
    width: 180.4px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #BUTTON592 > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #BUTTON592 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON592 > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_TEXT620 {
    width: 160px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT620 > .ladi-headline {
    color: rgb(92, 18, 222);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON620_REVU {
    width: 160px;
    height: 40px;
    top: 5.91667px;
    left: 130.891px;
  }
  #BUTTON620_REVU > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON620_REVU > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON620_REVU > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON620_REVU > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #SECTION622 {
    height: 690px;
    display: none !important;
  }
  #SECTION622 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #BOX642 {
    width: 400px;
    height: 157.667px;
    top: -5px;
    left: 10.5945px;
  }
  #BOX642 > .ladi-box {
    box-shadow: 0px 0px 10px -8px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 10px -8px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
  }
  #BOX644 {
    width: 400px;
    height: 179.334px;
    top: -18.1667px;
    left: 10.5945px;
  }
  #BOX644 > .ladi-box {
    box-shadow: 0px 3px 30px -18px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 3px 30px -18px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BOX646 {
    width: 400px;
    height: 124.833px;
    top: 0px;
    left: 10.5945px;
  }
  #BOX646 > .ladi-box {
    box-shadow: 0px -2px 12px -10px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px -2px 12px -10px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
  }
  #BOX648 {
    width: 400px;
    height: 66.9167px;
    top: -4px;
    left: 10.5945px;
  }
  #BOX648 > .ladi-box {
    box-shadow: 0px 0px 30px -25px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 30px -25px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #BUTTON_TEXT685 {
    width: 220px;
    top: 6.93689px;
    left: 0px;
  }
  #BUTTON_TEXT685 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON685 {
    width: 179px;
    height: 38.5383px;
    top: 0px;
    left: 0px;
  }
  #BUTTON685 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON685 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT687 {
    width: 220px;
    top: 7.20005px;
    left: 0px;
  }
  #BUTTON_TEXT687 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON687 {
    width: 180px;
    height: 40.0003px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON687 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON687 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT689 {
    width: 220px;
    top: 7.38005px;
    left: 0px;
  }
  #BUTTON_TEXT689 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON689 {
    width: 180.401px;
    height: 41.0003px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON689 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON689 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT691 {
    width: 220px;
    top: 6.93691px;
    left: 0px;
  }
  #BUTTON_TEXT691 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON691 {
    width: 181.138px;
    height: 38.5384px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON691 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON691 > .ladi-button {
    border-radius: 5px;
  }
  #IMAGE701 {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 751px;
  }
  #IMAGE701 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bentagen-20210621094203.jpg");
  }
  #IMAGE702 {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 390px;
  }
  #IMAGE702 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/danisa-20210621094203.jpg");
  }
  #IMAGE703 {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 929px;
  }
  #IMAGE703 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/lavie-20210621094203.jpg");
  }
  #IMAGE704 {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 570px;
  }
  #IMAGE704 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/masan-20210621094203.jpg");
  }
  #IMAGE707 {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 1291px;
  }
  #IMAGE707 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/neptune-20210621094203.jpg");
  }
  #IMAGE708 {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 1109px;
  }
  #IMAGE708 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/drthanh-20210621110454.jpg");
  }
  #IMAGE722 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 928.5px;
  }
  #IMAGE722 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ahamove-20210622034032.jpg");
  }
  #IMAGE723 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 1110.4px;
  }
  #IMAGE723 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/lixi-box-20210622034032.jpg");
  }
  #IMAGE724 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 1290.5px;
  }
  #IMAGE724 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/yes-24-20210622034032.jpg");
  }
  #IMAGE725 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 27.905px;
  }
  #IMAGE725 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/tiki-20210622025856.jpg");
  }
  #IMAGE726 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 209.905px;
  }
  #IMAGE726 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/sndo-20210622025856.jpg");
  }
  #IMAGE727 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 390px;
  }
  #IMAGE727 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/lalamove-20210622025856.jpg");
  }
  #IMAGE728 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 571.405px;
  }
  #IMAGE728 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/aeonmall-20210622025856.jpg");
  }
  #IMAGE729 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 750px;
  }
  #IMAGE729 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/yeah1-mall-20210622034032.jpg");
  }
  #IMAGE731 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 929.5px;
  }
  #IMAGE731 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/shisedo-20210621100844.jpg");
  }
  #IMAGE732 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 1109.5px;
  }
  #IMAGE732 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/clinicque-20210622035336.jpg");
  }
  #IMAGE733 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 1290.5px;
  }
  #IMAGE733 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/black-rogoe-20210622035342.jpg");
  }
  #IMAGE735 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 210px;
  }
  #IMAGE735 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/maybeline-20210621100844.jpg");
  }
  #IMAGE736 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 389px;
  }
  #IMAGE736 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/rohtoh-20210621100844.jpg");
  }
  #IMAGE737 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 571px;
  }
  #IMAGE737 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/laneige-20210621100844.jpg");
  }
  #IMAGE738 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 751px;
  }
  #IMAGE738 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ahc-20210621100844.jpg");
  }
  #IMAGE740 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 933.5px;
  }
  #IMAGE740 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/eiyagi-20210622091640.jpg");
  }
  #IMAGE741 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1109.5px;
  }
  #IMAGE741 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/couple-tx-20210622091640.jpg");
  }
  #IMAGE742 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1290.5px;
  }
  #IMAGE742 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/coolmate-20210622091640.jpg");
  }
  #IMAGE743 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 28px;
  }
  #IMAGE743 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vera-20210622091640.jpg");
  }
  #IMAGE744 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 210px;
  }
  #IMAGE744 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/skechers-20210622091640.jpg");
  }
  #IMAGE745 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 392px;
  }
  #IMAGE745 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/pire-cardin-20210622091640.jpg");
  }
  #IMAGE746 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 571px;
  }
  #IMAGE746 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/nem-20210622091640.jpg");
  }
  #IMAGE747 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 749px;
  }
  #IMAGE747 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/mango-20210622091640.jpg");
  }
  #IMAGE749 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 930.406px;
  }
  #IMAGE749 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/sunmedical-center-20210622091657.jpg");
  }
  #IMAGE750 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1110.4px;
  }
  #IMAGE750 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/tin-phong-pharma-20210622091657.jpg");
  }
  #IMAGE752 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 29px;
  }
  #IMAGE752 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/traphaco-20210622091657.jpg");
  }
  #IMAGE753 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 209px;
  }
  #IMAGE753 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bv-mat-quoc-te-viet-nga-20210622091657.jpg");
  }
  #IMAGE754 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 390px;
  }
  #IMAGE754 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bv-mat-ha-noi-2-20210622091657.jpg");
  }
  #IMAGE755 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 569px;
  }
  #IMAGE755 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/doliffe-20210622091657.jpg");
  }
  #IMAGE756 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 750px;
  }
  #IMAGE756 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/drhana-20210622091657.jpg");
  }
  #IMAGE758 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 929px;
  }
  #IMAGE758 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/alphabook-20210623013141.jpg");
  }
  #IMAGE761 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 29px;
  }
  #IMAGE761 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/topica-20210623013141.jpg");
  }
  #IMAGE762 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 212px;
  }
  #IMAGE762 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/nhasachphuongnam-20210623013141.jpg");
  }
  #IMAGE763 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 390px;
  }
  #IMAGE763 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/my-tour-20210623013141.jpg");
  }
  #IMAGE764 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 569px;
  }
  #IMAGE764 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ha-tien-vegas-20210623013141.jpg");
  }
  #IMAGE765 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 749px;
  }
  #IMAGE765 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/edumall-20210623013141.jpg");
  }
  #IMAGE768 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 932px;
  }
  #IMAGE768 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/carback-20210623013313.jpg");
  }
  #IMAGE770 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 29px;
  }
  #IMAGE770 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/zenly-20210623013314.jpg");
  }
  #IMAGE771 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 214px;
  }
  #IMAGE771 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/utop-20210623013314.jpg");
  }
  #IMAGE772 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 391px;
  }
  #IMAGE772 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/teledoc-20210623013314.jpg");
  }
  #IMAGE773 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 571px;
  }
  #IMAGE773 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/savyu-20210623013314.jpg");
  }
  #IMAGE774 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 750px;
  }
  #IMAGE774 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/medigo-20210623013313.jpg");
  }
  #BUTTON_TEXT775 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT775 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON775 {
    width: 180.4px;
    height: 40px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON775 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON775 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT777 {
    width: 220px;
    top: 7.24091px;
    left: 0px;
  }
  #BUTTON_TEXT777 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON777 {
    width: 180.4px;
    height: 40.2273px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON777 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON777 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT782 {
    width: 220px;
    top: 7.24091px;
    left: 0px;
  }
  #BUTTON_TEXT782 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON_TEXT784 {
    width: 220px;
    top: 7.50726px;
    left: 0px;
  }
  #BUTTON_TEXT784 > .ladi-headline {
    color: rgb(89, 19, 216);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON784 {
    width: 180.4px;
    height: 41.707px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON784 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON784 > .ladi-button {
    border-radius: 5px;
  }
  #IMAGE800 {
    width: 120px;
    height: 120px;
    top: 9.99995px;
    left: 1294.5px;
  }
  #IMAGE800 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vo247-20210622085738.jpg");
  }
  #IMAGE801 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1481.5px;
  }
  #IMAGE801 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vietmoney-20210622085738.jpg");
  }
  #IMAGE803 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 29px;
  }
  #IMAGE803 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/viettin-20210622085738.jpg");
  }
  #IMAGE804 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 209px;
  }
  #IMAGE804 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/mb-20210622085738.jpg");
  }
  #IMAGE805 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 391.109px;
  }
  #IMAGE805 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/ocb-20210622085738.jpg");
  }
  #IMAGE806 {
    width: 120px;
    height: 120px;
    top: 9.99995px;
    left: 948px;
  }
  #IMAGE806 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/timo-20210622085738.jpg");
  }
  #IMAGE807 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 1108.61px;
  }
  #IMAGE807 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/happy-money-20210622085738.jpg");
  }
  #IMAGE812 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 29px;
  }
  #IMAGE812 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vinhomes-20210622085459.jpg");
  }
  #IMAGE813 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 210px;
  }
  #IMAGE813 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/moho-20210622085459.jpg");
  }
  #IMAGE814 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 391px;
  }
  #IMAGE814 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/aharent-20210622085459.jpg");
  }
  #IMAGE815 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 570px;
  }
  #IMAGE815 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/zinus-20210622085459.jpg");
  }
  #IMAGE822 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 209px;
  }
  #IMAGE822 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/nissan-20210622085241.jpg");
  }
  #IMAGE823 {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 390px;
  }
  #IMAGE823 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/dibao-20210622085241.jpg");
  }
  #BUTTON_TEXT826 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT826 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON826 {
    width: 180.4px;
    height: 40px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON826 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON826 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT834 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT834 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON834 {
    width: 180px;
    height: 40px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON834 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON834 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT836 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT836 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON836 {
    width: 180px;
    height: 40px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON836 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON836 > .ladi-button {
    border-radius: 5px;
  }
  #BUTTON_TEXT838 {
    width: 220px;
    top: 7.2px;
    left: 0px;
  }
  #BUTTON_TEXT838 > .ladi-headline {
    color: rgb(95, 27, 228);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON838 {
    width: 180.4px;
    height: 40px;
    top: 0px;
    left: 0px;
    display: none !important;
  }
  #BUTTON838 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON838 > .ladi-button {
    border-radius: 5px;
  }
  #FORM_ITEM844 {
    width: 285px;
    height: 40.1829px;
    top: 188.174px;
    left: 0px;
  }
  #BOX846 {
    width: 143px;
    height: 41.2873px;
    top: 0px;
    left: 0px;
  }
  #BOX846 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(119, 81, 188);
    border-width: 2px;
    border-radius: 10px;
  }
  #BOX847 {
    width: 32.4084px;
    height: 39.5714px;
    top: 0.960169px;
    left: 0.600156px;
  }
  #BOX847 > .ladi-box {
    background: rgb(108, 54, 238);
    background: linear-gradient(180deg, rgb(108, 54, 238), rgb(71, 33, 173));
    border-radius: 10px 0px 0px 10px;
  }
  #SHAPE848 {
    width: 18.6048px;
    height: 21.9936px;
    top: 10.5633px;
    left: 7.40221px;
  }
  #SHAPE848 svg:last-child {
    fill: rgb(9, 216, 216);
  }
  #HEADLINE849 {
    width: 71px;
    top: 5.98122px;
    left: 39.2098px;
  }
  #HEADLINE849 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
  }
  #BOX856 {
    width: 140.463px;
    height: 41.2873px;
    top: 0px;
    left: 0px;
  }
  #BOX856 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(119, 81, 188);
    border-width: 2px;
    border-radius: 10px;
  }
  #BOX857 {
    width: 33px;
    height: 38.8561px;
    top: 1.45534px;
    left: 1px;
  }
  #BOX857 > .ladi-box {
    background: rgb(108, 54, 238);
    background: linear-gradient(180deg, rgb(108, 54, 238), rgb(71, 33, 173));
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #SHAPE858 {
    width: 15px;
    height: 14.8592px;
    top: 13.1539px;
    left: 9.9066px;
  }
  #SHAPE858 svg:last-child {
    fill: rgb(9, 216, 216);
  }
  #HEADLINE859 {
    width: 94px;
    top: 4.86734px;
    left: 38.857px;
  }
  #HEADLINE859 > .ladi-headline {
    color: rgb(40, 25, 72);
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
  }
  #GROUP860 {
    width: 140.463px;
    height: 41.2873px;
    top: 235px;
    left: 238.669px;
  }
  #GROUP861 {
    width: 143px;
    height: 41.2873px;
    top: 233.713px;
    left: 15.6695px;
  }
  #GROUP862 {
    width: 397.339px;
    height: 350px;
    top: -193.818px;
    left: 11.3305px;
  }
  #GROUP863 {
    width: 23.4899px;
    height: 23.49px;
    top: 173.749px;
    left: 157.482px;
  }
  #GROUP118 {
    width: 23.4899px;
    height: 23.49px;
    top: 173.749px;
    left: 188.067px;
  }
  #HEADLINE864 {
    width: 193px;
    top: 141px;
    left: 0px;
  }
  #HEADLINE864 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE865 {
    width: 193px;
    top: 119px;
    left: 0px;
  }
  #HEADLINE865 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE866 {
    width: 190px;
    top: 121px;
    left: 0px;
  }
  #HEADLINE866 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE867 {
    width: 193px;
    top: 139px;
    left: 0px;
  }
  #HEADLINE867 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #CAROUSEL868 {
    width: 420px;
    height: 235px;
    top: 110px;
    left: 0.5945px;
  }
  #IMAGE869 {
    width: 380px;
    height: 215.472px;
    top: 7.0075px;
    left: 440px;
  }
  #IMAGE869 > .ladi-image > .ladi-image-background {
    width: 380px;
    height: 215.472px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x550/60d03ae1f4873b001186e2fc/dashboard-2-benjamin-tran-20210628094206.jpg");
  }
  #IMAGE870 {
    width: 380.001px;
    height: 193.472px;
    top: 7.0075px;
    left: 860px;
  }
  #IMAGE870 > .ladi-image > .ladi-image-background {
    width: 380.001px;
    height: 206.017px;
    top: -9.54488px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x550/60d03ae1f4873b001186e2fc/dashboard-11-20210628094356.jpg");
  }
  #IMAGE871 {
    width: 380px;
    height: 205.472px;
    top: 7.0075px;
    left: 1280px;
  }
  #IMAGE871 > .ladi-image > .ladi-image-background {
    width: 380px;
    height: 217.452px;
    top: -7.98002px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s700x550/60d03ae1f4873b001186e2fc/dashboard-44-20210628094416.jpg");
  }
  #GROUP872 {
    width: 192px;
    height: 320px;
    top: 82.2408px;
    left: 10px;
  }
  #GROUP872.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP873 {
    width: 192.2px;
    height: 325px;
    top: 285.241px;
    left: 220px;
  }
  #GROUP873.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP874 {
    width: 190px;
    height: 320px;
    top: 493.241px;
    left: 10px;
  }
  #GROUP874.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #GROUP875 {
    width: 192.2px;
    height: 326px;
    top: 695.241px;
    left: 220px;
  }
  #GROUP875.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE876 {
    width: 390px;
    top: 102px;
    left: 15px;
  }
  #HEADLINE876 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE876.ladi-animation > .ladi-headline {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE877 {
    width: 390px;
    top: 188px;
    left: 15px;
  }
  #HEADLINE877 > .ladi-headline {
    color: rgb(248, 200, 40);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE877.ladi-animation > .ladi-headline {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #HEADLINE880 {
    width: 290px;
    top: 363px;
    left: 44.138px;
  }
  #HEADLINE880 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
  }
  #GROUP881 {
    width: 374px;
    height: 483px;
    top: 95px;
    left: 23px;
  }
  #HEADLINE884 {
    width: 410px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE884 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  #BUTTON_TEXT886 {
    width: 112px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT886 > .ladi-headline {
    color: rgb(11, 11, 56);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON886 {
    width: 99.4393px;
    height: 43px;
    top: 0px;
    left: 280.561px;
  }
  #BUTTON886 > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #FORM_ITEM888 {
    width: 280.561px;
    height: 43px;
    top: 0px;
    left: 0px;
  }
  #FORM885 {
    width: 380px;
    height: 43px;
    top: 30.5px;
    left: 0px;
  }
  #FORM885 > .ladi-form {
    color: rgb(37, 37, 112);
    font-size: 14px;
    line-height: 1.6;
  }
  #FORM885 .ladi-form-item .ladi-form-control::-moz-placeholder {
    color: rgb(37, 37, 112);
  }
  #FORM885 .ladi-form-item .ladi-form-control::placeholder,
  #FORM885 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked=false] {
    color: rgb(37, 37, 112);
  }
  #FORM885 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(37%2C%2037%2C%20112%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  }
  #FORM885 .ladi-form-item-container,
  #FORM885 .ladi-form-label-container .ladi-form-label-item {
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #FORM885 .ladi-form-item-container .ladi-form-quantity button {
    background-color: rgb(238, 238, 238);
  }
  #FORM885 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
  }
  #GROUP883 {
    width: 410px;
    height: 73.5px;
    top: 198.912px;
    left: 20px;
  }
  #LINE889 {
    width: 400px;
    top: 304.415px;
    left: 10px;
  }
  #LINE889 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(178, 178, 178);
    border-right: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    border-left: 0px !important;
  }
  #LINE889 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #HEADLINE890 {
    width: 296px;
    top: 334.415px;
    left: 60px;
  }
  #HEADLINE890 > .ladi-headline {
    color: rgba(231, 231, 231, 0.5);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #SHAPE893 {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0px;
  }
  #SHAPE893 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE894 {
    width: 93px;
    top: 0px;
    left: 30px;
  }
  #HEADLINE894 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE895 {
    width: 283px;
    top: 1px;
    left: 111px;
  }
  #HEADLINE895 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 14px;
    line-height: 1.6;
  }
  #GROUP892 {
    width: 394px;
    height: 25px;
    top: 0px;
    left: 1.5px;
  }
  #SHAPE897 {
    width: 26px;
    height: 26px;
    top: 0px;
    left: 0px;
  }
  #SHAPE897 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE898 {
    width: 71px;
    top: 0px;
    left: 34px;
  }
  #HEADLINE898 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE899 {
    width: 204px;
    top: 2px;
    left: 95px;
  }
  #HEADLINE899 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 14px;
    line-height: 1.6;
  }
  #HEADLINE899 > .ladi-headline:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    color: rgb(248, 200, 40);
  }
  #GROUP896 {
    width: 299px;
    height: 26px;
    top: 114px;
    left: 0px;
  }
  #SHAPE901 {
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
  }
  #SHAPE901 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE902 {
    width: 109px;
    top: 0px;
    left: 31px;
  }
  #HEADLINE902 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE903 {
    width: 204px;
    top: 3px;
    left: 102px;
  }
  #HEADLINE903 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 14px;
    line-height: 1.6;
  }
  #HEADLINE903 > .ladi-headline:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    color: rgb(248, 200, 40);
  }
  #GROUP900 {
    width: 306px;
    height: 25px;
    top: 86px;
    left: 0px;
  }
  #SHAPE905 {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0px;
  }
  #SHAPE905 svg:last-child {
    fill: rgb(248, 200, 40);
  }
  #HEADLINE906 {
    width: 109px;
    top: 0px;
    left: 30px;
  }
  #HEADLINE906 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE907 {
    width: 429px;
    top: 27px;
    left: 0px;
  }
  #HEADLINE907 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 14px;
    line-height: 1.6;
  }
  #GROUP904 {
    width: 429px;
    height: 49px;
    top: 32px;
    left: 1.5px;
  }
  #GROUP891 {
    width: 430.5px;
    height: 140px;
    top: 41px;
    left: 20px;
  }
  #SECTION882 {
    height: 390.325px;
    display: none !important;
  }
  #SECTION882 > .ladi-section-background {
    background-color: rgb(11, 11, 56);
  }
  #IMAGE929 {
    width: 113.586px;
    height: 45.6814px;
    top: 23.1441px;
    left: 0px;
  }
  #IMAGE929 > .ladi-image > .ladi-image-background {
    width: 113.586px;
    height: 45.6814px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/logo-revu-gray-new-20210618042856.svg");
  }
  #IMAGE929 > .ladi-image {
    filter: brightness(999%);
  }
  #IMAGE930 {
    width: 185.752px;
    height: 68.8255px;
    top: 0px;
    left: 166.248px;
  }
  #IMAGE930 > .ladi-image > .ladi-image-background {
    width: 191.029px;
    height: 68.8255px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s500x400/5c7362c6c417ab07e5196b05/ggwp-20210618045420.png");
  }
  #IMAGE930 > .ladi-image {
    filter: brightness(999%);
  }
  #HEADLINE931 {
    width: 40px;
    top: 30.4669px;
    left: 131.525px;
  }
  #HEADLINE931 > .ladi-headline {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 1.6;
  }
  #HEADLINE932 {
    width: 264px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE932 > .ladi-headline {
    color: rgb(239, 239, 239);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE934 {
    width: 18px;
    height: 18px;
    top: 0px;
    left: 0px;
  }
  #IMAGE934 > .ladi-image > .ladi-image-background {
    width: 18px;
    height: 18px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/ic-down-google-20210618043859.svg");
  }
  #IMAGE935 {
    width: 17.552px;
    height: 17.552px;
    top: 0px;
    left: 0px;
  }
  #IMAGE935 > .ladi-image > .ladi-image-background {
    width: 17.552px;
    height: 17.552px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/5c7362c6c417ab07e5196b05/ic-down-apple-20210618043859.svg");
  }
  #IMAGE935 > .ladi-image {
    filter: contrast(18%) brightness(999%);
  }
  #IMAGE936 {
    width: 70.201px;
    height: 70.201px;
    top: 22.799px;
    left: 96.8995px;
  }
  #IMAGE936 > .ladi-image > .ladi-image-background {
    width: 70.201px;
    height: 70.201px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/vn-20210618043859.png");
  }
  #HEADLINE937 {
    width: 264px;
    top: 134.799px;
    left: 0px;
  }
  #HEADLINE937 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE938 {
    width: 68px;
    top: 3px;
    left: 25.5px;
  }
  #HEADLINE938 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE938 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE939 {
    width: 68px;
    top: 2px;
    left: 26px;
  }
  #HEADLINE939 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE939 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #LINE940 {
    height: 18px;
    top: 0px;
    left: 84.5px;
  }
  #LINE940 > .ladi-line > .ladi-line-container {
    border-top: 0px !important;
    border-right: 1px solid rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    border-left: 1px solid rgb(178, 178, 178);
  }
  #LINE940 > .ladi-line {
    height: 100%;
    padding: 0px 8px;
  }
  #GROUP941 {
    width: 200.5px;
    height: 19px;
    top: 157.451px;
    left: 39.75px;
  }
  #HEADLINE943 {
    width: 170px;
    top: 3px;
    left: 0px;
  }
  #HEADLINE943 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE944 {
    width: 120px;
    top: 3.5px;
    left: 0px;
  }
  #HEADLINE944 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE945 {
    width: 82px;
    top: 3px;
    left: 0px;
  }
  #HEADLINE945 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE947 {
    width: 78px;
    top: 0px;
    left: 122.143px;
  }
  #HEADLINE947 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 18px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE948 {
    width: 99px;
    top: 0px;
    left: 52.8488px;
  }
  #HEADLINE948 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 18px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE949 {
    width: 109px;
    top: 0px;
    left: 67.8846px;
  }
  #HEADLINE949 > .ladi-headline {
    color: rgb(9, 216, 216);
    font-size: 18px;
    text-align: right;
    line-height: 1.6;
  }
  #HEADLINE951 {
    width: 88px;
    top: 0px;
    left: 0px;
  }
  #HEADLINE951 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE951 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE952 {
    width: 124px;
    top: 26.334px;
    left: 0px;
  }
  #HEADLINE952 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE952 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE953 {
    width: 124px;
    top: 79.002px;
    left: 0px;
  }
  #HEADLINE953 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE953 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #HEADLINE954 {
    width: 200px;
    top: 52.668px;
    left: 0px;
  }
  #HEADLINE954 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE954 > .ladi-headline:hover {
    color: rgb(248, 200, 40);
  }
  #GROUP955 {
    width: 199.5px;
    height: 28px;
    top: 397.648px;
    left: 210.5px;
  }
  #GROUP956 {
    width: 151.5px;
    height: 28px;
    top: 425.648px;
    left: 258.5px;
  }
  #GROUP957 {
    width: 176.5px;
    height: 28px;
    top: 449.648px;
    left: 233.5px;
  }
  #GROUP958 {
    width: 199.5px;
    height: 98.002px;
    top: 397.648px;
    left: 20px;
  }
  #GROUP959 {
    width: 264px;
    height: 176.451px;
    top: 549.648px;
    left: 78px;
  }
  #GROUP960 {
    width: 352px;
    height: 68.8255px;
    top: 0px;
    left: 0.999996px;
  }
  #GROUP468 {
    width: 265.669px;
    height: 22px;
    top: 0px;
    left: 3px;
  }
  #GROUP967 {
    width: 268.669px;
    height: 56px;
    top: 168.121px;
    left: 0px;
  }
  #GROUP969 {
    width: 428px;
    height: 324.648px;
    top: 42px;
    left: 17px;
  }
  #HEADER {
    height: 234.909px;
    display: none !important;
  }
  #HEADER > .ladi-section-background {
    background-color: rgb(255, 255, 255);
  }
  #IMAGE734 {
    width: 120px;
    height: 120px;
    top: 15.0117px;
    left: 28px;
  }
  #IMAGE734 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/loreal-20210621100844.jpg");
  }
  #BACKGROUNDKHACHHANG {
    width: 400px;
    height: 377.5px;
    top: 5.5px;
    left: 10.5945px;
  }
  #BACKGROUNDKHACHHANG > .ladi-box {
    box-shadow: 0px 0px 25px -10px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 0px 25px -10px rgba(1, 1, 1, 0.2);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  #KHACHHANG {
    top: 28px;
    left: 110.673px;
  }
  #KHACHHANG > .ladi-headline {
    color: rgb(72, 56, 114);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #FRONTGROUND_ORANGE {
    width: 73px;
    height: 73px;
    top: -26px;
    left: 364px;
  }
  #FRONTGROUND_ORANGE > .ladi-image > .ladi-image-background {
    width: 73px;
    height: 73px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/circle-20210603014712.png");
  }
  #BUTTON_XEMTHEM {
    width: 145.833px;
    height: 32px;
    top: 332.5px;
    left: 137.678px;
  }
  #BUTTON_XEMTHEM > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #BUTTON_XEMTHEM > .ladi-button {
    border-radius: 999px;
  }
  #BUTTON_XEMTHEM > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #BUTTON_XEMTHEM > .ladi-button:hover .ladi-button-background {
    background-color: rgb(255, 255, 255);
    background-image: none;
  }
  #fmcg {
    width: 179px;
    height: 38.5383px;
    top: 0px;
    left: 0px;
  }
  #fmcg > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #fmcg > .ladi-button {
    border-radius: 5px;
  }
  #fmcg > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #FM_CG {
    width: 360px;
    height: 150px;
    top: 171.75px;
    left: 30px;
  }
  #F_B {
    width: 180.401px;
    height: 41.0003px;
    top: 0px;
    left: 0px;
  }
  #F_B > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #F_B > .ladi-button {
    border-radius: 5px;
  }
  #F_B > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #Ecom {
    width: 360px;
    height: 150px;
    top: 171.75px;
    left: 30px;
    display: none !important;
  }
  #IMAGE520 {
    width: 120px;
    height: 120px;
    top: 8.84611px;
    left: 243px;
  }
  #IMAGE520 > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/barona-20210621094203.jpg");
  }
  #Button3 {
    height: 125px;
    display: none !important;
  }
  #Button3 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #button2 {
    height: 169.997px;
    display: none !important;
  }
  #button2 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #Carosel2 {
    height: 152.667px;
    display: none !important;
  }
  #Carosel2 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #Carosel1 {
    height: 383px;
  }
  #Carosel1 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #Carosel3 {
    height: 161.167px;
    display: none !important;
  }
  #Carosel3 > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #BUTTON_RUTGON {
    height: 67.9167px;
    display: none !important;
  }
  #BUTTON_RUTGON > .ladi-section-background {
    background-color: rgb(243, 243, 243);
  }
  #FMCG_BUTTON {
    width: 179px;
    height: 38.5383px;
    top: 70px;
    left: 21px;
  }
  #FNB_BUTTON {
    width: 180px;
    height: 40.0003px;
    top: 118.538px;
    left: 20px;
  }
  #ECOMERCE_BUTTON {
    width: 180.401px;
    height: 41.0003px;
    top: 118.538px;
    left: 220px;
  }
  #COSMETIC_BUTTON {
    width: 181.138px;
    height: 38.5384px;
    top: 68.5383px;
    left: 220px;
  }
  #FNB {
    width: 360px;
    height: 150px;
    top: 171.75px;
    left: 30.5945px;
    display: none !important;
  }
  #MYPHAM {
    width: 360px;
    height: 150px;
    top: 171.75px;
    left: 30px;
    display: none !important;
  }
  #KingBBQ {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 29px;
  }
  #KingBBQ > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/kingbbq-20210621103300.jpg");
  }
  #Tourlesjour {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 210px;
  }
  #Tourlesjour > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/tour-les-jour-20210621103300.jpg");
  }
  #Domino {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 391px;
  }
  #Domino > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/dominos-20210621103300.jpg");
  }
  #Dingtea {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 571px;
  }
  #Dingtea > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/dingtea-20210621103300.jpg");
  }
  #BaskinRobin {
    width: 120px;
    height: 120px;
    top: 15px;
    left: 750px;
  }
  #BaskinRobin > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/baskin-20210621103300.jpg");
  }
  #bolero {
    width: 120px;
    height: 120px;
    top: 11px;
    left: 929.5px;
  }
  #bolero > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/bo-le-ro-20210621103300.jpg");
  }
  #IMAGE970 {
    width: 107.692px;
    height: 107.692px;
    top: 21.1538px;
    left: 1480.31px;
  }
  #IMAGE970 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/macchiato-20210621110454.jpg");
  }
  #IMAGE971 {
    width: 107.692px;
    height: 107.692px;
    top: 21.1538px;
    left: 38px;
  }
  #IMAGE971 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/acecook-20210622065242.jpg");
  }
  #IMAGE972 {
    width: 115.385px;
    height: 115.385px;
    top: 15px;
    left: 1116.31px;
  }
  #IMAGE972 > .ladi-image > .ladi-image-background {
    width: 115.385px;
    height: 115.385px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/chickita-20210622051536.jpg");
  }
  #IMAGE973 {
    width: 115.385px;
    height: 115.385px;
    top: 13.3077px;
    left: 1292.31px;
  }
  #IMAGE973 > .ladi-image > .ladi-image-background {
    width: 115.385px;
    height: 115.385px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/sheraton-20210622051536.jpg");
  }
  #IMAGE974 {
    width: 115.385px;
    height: 115.385px;
    top: 17.3077px;
    left: 1474.31px;
  }
  #IMAGE974 > .ladi-image > .ladi-image-background {
    width: 115.385px;
    height: 115.385px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/anhminh-group-20210622051536.jpg");
  }
  #THOITRANG_BUTTON {
    width: 180.4px;
    height: 40px;
    top: 71.4546px;
    left: 19.8px;
  }
  #DULICHGIAODUC_BUTTON {
    width: 180.4px;
    height: 40.2273px;
    top: 120.455px;
    left: 19.8px;
  }
  #DULICHGIAODUC_BUTTON > .ladi-button > .ladi-button-background {
    background-color: rgb(72, 56, 114);
  }
  #DULICHGIAODUC_BUTTON > .ladi-button {
    border-radius: 5px;
  }
  #DULICHGIAODUC_BUTTON > .ladi-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  #SUCKHOE_BUTTON {
    width: 180.4px;
    height: 40.2273px;
    top: 120.455px;
    left: 220px;
  }
  #UNGDUNG_BUTTON {
    width: 180.4px;
    height: 41.707px;
    top: 71.4546px;
    left: 220px;
  }
  #DULICHGIAODUC_HIGHLIGHT_ {
    width: 180.4px;
    height: 40.2273px;
    top: 120.455px;
    left: 20px;
    display: none !important;
  }
  #DULICHGIAODUC_HIGHLIGHT_ > .ladi-button > .ladi-button-background {
    background-color: rgb(8, 238, 238);
  }
  #DULICHGIAODUC_HIGHLIGHT_ > .ladi-button {
    border-radius: 5px;
  }
  #CONGNGHEGIADUNG_BUTTON {
    width: 180.4px;
    height: 40px;
    top: 18.8333px;
    left: 20px;
  }
  #TAICHINH_BUTTON {
    width: 180px;
    height: 40px;
    top: 66.8333px;
    left: 220px;
  }
  #BDS_BUTTON {
    width: 180px;
    height: 40px;
    top: 18.8333px;
    left: 220px;
  }
  #OTOXEMAY_BUTTON {
    width: 180.4px;
    height: 40px;
    top: 66.8333px;
    left: 20px;
  }
  #Congnghegiadung {
    width: 360px;
    height: 140px;
    top: 0px;
    left: 31.3915px;
  }
  #IMAGE975 {
    width: 200px;
    height: 200px;
    top: 459px;
    left: 110px;
  }
  #IMAGE975 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 200px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s550x550/60d03ae1f4873b001186e2fc/vsmart-20210622084806.jpg");
  }
  #Coocaa {
    width: 120px;
    height: 120px;
    top: 4.34611px;
    left: 28px;
  }
  #Coocaa > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vsmart-20210622084806.jpg");
  }
  #Taichinh {
    width: 360px;
    height: 140px;
    top: 0px;
    left: 31.3915px;
    display: none !important;
  }
  #batdongsan {
    width: 360px;
    height: 140px;
    top: 0px;
    left: 30.8915px;
    display: none !important;
  }
  #Otoxemay {
    width: 360px;
    height: 140px;
    top: 0px;
    left: 31.3915px;
    display: none !important;
  }
  #Vin {
    width: 120px;
    height: 120px;
    top: 10px;
    left: 30px;
  }
  #Vin > .ladi-image > .ladi-image-background {
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vinfast-20210622085241.jpg");
  }
  #IMAGE976 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 215.154px;
  }
  #IMAGE976 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/unilever-20210622084806.jpg");
  }
  #IMAGE977 {
    width: 107.692px;
    height: 107.692px;
    top: 16.6538px;
    left: 396.154px;
  }
  #IMAGE977 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/panasonic-20210622084806.jpg");
  }
  #IMAGE978 {
    width: 107.692px;
    height: 107.692px;
    top: 16.6538px;
    left: 579.154px;
  }
  #IMAGE978 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/mitsubishi-20210622084806.jpg");
  }
  #IMAGE980 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 756.154px;
  }
  #IMAGE980 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/itel-20210622084806.jpg");
  }
  #IMAGE981 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 934.15px;
  }
  #IMAGE981 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/brother-20210622084806.jpg");
  }
  #IMAGE982 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 1293.31px;
  }
  #IMAGE982 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/cooca-20210622084806.jpg");
  }
  #IMAGE983 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 1120.31px;
  }
  #IMAGE983 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/scleean-20210622084806.jpg");
  }
  #Thoitrang {
    width: 360.188px;
    height: 140px;
    top: 7px;
    left: 30px;
  }
  #Suckhoe {
    width: 361.406px;
    height: 140px;
    top: 7px;
    left: 30px;
    display: none !important;
  }
  #Dulich {
    width: 360px;
    height: 140px;
    top: 7px;
    left: 30.5945px;
    display: none !important;
  }
  #ungdung {
    width: 360.594px;
    height: 140px;
    top: 7px;
    left: 30.5945px;
    display: none !important;
  }
  #IMAGE984 {
    width: 107.692px;
    height: 107.692px;
    top: 10px;
    left: 578.154px;
  }
  #IMAGE984 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vib-20210622103905.jpg");
  }
  #IMAGE985 {
    width: 107.692px;
    height: 107.692px;
    top: 16.1538px;
    left: 756.154px;
  }
  #IMAGE985 > .ladi-image > .ladi-image-background {
    width: 107.692px;
    height: 107.692px;
    top: 0px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s450x450/60d03ae1f4873b001186e2fc/vpbank-20210622103906.jpg");
  }
  #GROUP457 {
    width: 340px;
    height: 396px;
    top: 264px;
    left: 40px;
  }
  #GROUP457.ladi-animation > .ladi-group {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
  }
  #Form {
    height: 994px;
  }
  #Form > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x994/5c7362c6c417ab07e5196b05/sc-5-mb-20210603073547.png");
    background-position: center center;
    background-repeat: repeat;
  }
  #GROUP986 {
    width: 94px;
    height: 18px;
    top: 0px;
    left: 106.5px;
  }
  #GROUP987 {
    width: 93.5px;
    height: 19px;
    top: 0px;
    left: 0px;
  }
}/*# sourceMappingURL=old.css.map */