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: 16px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #fff;
}
.overflow-hidden {
  overflow: hidden;
}
.ladi-transition {
  transition: all 150ms linear 0s;
}
.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%;
  overflow: hidden;
}
.ladi-section {
  margin: 0 auto;
  position: relative;
}
.ladi-section .ladi-section-arrow-down {
  position: absolute;
  width: 36px;
  height: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat;
  background-position: 4px;
  cursor: pointer;
  z-index: 90000050;
}
.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;
}
.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;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000050;
}
.ladi-carousel .ladi-carousel-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-carousel .ladi-carousel-arrow-right {
  right: 5px;
  background-position: -52px;
}
.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 350ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
  cursor: pointer;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(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;
  width: 30px;
  height: 36px;
  top: calc(50% - 18px);
  background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000050;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
  position: absolute;
  background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000050;
}
.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% - 18px);
  width: 30px;
  height: 36px;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
  left: 0;
  background-position: -28px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
  right: 0;
  background-position: -52px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
  left: 0;
  background-position: -28px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
  right: 0;
  background-position: -52px;
  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% - 18px);
  width: 36px;
  height: 30px;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
  top: 0;
  background-position: -77px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
  bottom: 0;
  background-position: 3px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
  top: 0;
  background-position: -77px;
  transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
  bottom: 0;
  background-position: 3px;
  transform: scale(0.6);
}
.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-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#SECTION_POPUP .ladi-container {
  z-index: 90000070;
}
#SECTION_POPUP .ladi-container > .ladi-element {
  z-index: 90000070;
  position: fixed;
  display: none;
}
#SECTION_POPUP .popup-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  z-index: 9000000080;
  background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat;
  background-position: -108px;
  cursor: pointer;
  display: none;
}
.ladi-popup {
  position: absolute;
  width: 100%;
  height: 100%;
}
.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 .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-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-element[id^="BUTTON_TEXT"] {
  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 > .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-3 {
  width: calc(100% / 3 - 5px);
  max-width: calc(100% / 3 - 5px);
  min-width: calc(100% / 3 - 5px);
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
  margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
  margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
  color: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
  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[data-selected=""] {
  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-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;
}
.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 {
  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: block;
  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-bottom: 0 !important;
  display: inline-block;
  border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item:last-child {
  margin-bottom: 0 !important;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
  display: inline-block;
  margin-left: 5px;
  cursor: default;
}
.ladi-form .ladi-form-item textarea.ladi-form-control {
  resize: none;
  padding: 5px;
}
.ladi-form .ladi-button {
  cursor: pointer;
}
.ladi-form .ladi-button .ladi-headline {
  cursor: pointer;
  user-select: none;
}
.ladi-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-shape {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-html-code {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.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 {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9000000090;
  background: url(https://w.ladicdn.com/v2/source/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat;
  background-position: -108px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  cursor: pointer;
}
.ladi-animation-hidden {
  visibility: hidden !important;
}
.ladi-lazyload {
  background-image: none !important;
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
  background-image: none !important;
}
@media (min-width: 768px) {
  .ladi-fullwidth {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }
}
@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-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item input {
    vertical-align: middle;
  }
}
.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: rgba(64, 64, 64, 1);
  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 a {
  text-decoration: none;
  color: rgba(64, 64, 64, 1);
}
.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%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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;
  text-transform: inherit;
  -webkit-text-decoration-line: inherit;
}
.ladi-spin-lucky .ladi-spin-lucky-label {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  text-align: center;
  width: 42%;
  padding-left: 12%;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  text-decoration-line: inherit;
  text-transform: inherit;
  -webkit-text-decoration-line: inherit;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}
@media (min-width: 768px) {
  .ladi-section .ladi-container {
    width: 960px;
  }
}
@media (max-width: 767px) {
  .ladi-section .ladi-container {
    width: 420px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION2 {
    height: 583px;
  }
  #SECTION2 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s1440x583/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
    background-position: left top;
    background-repeat: no-repeat;
  }
  #SECTION23 {
    height: 778px;
  }
  #SECTION13 {
    height: 669px;
  }
  #SECTION13 > .ladi-section-background {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("https://w.ladicdn.com/s1440x669/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
    background-position: left top;
    background-repeat: no-repeat;
  }
  #SECTION26 {
    height: 959px;
  }
  #SECTION61 {
    height: 562px;
  }
  #SECTION61 > .ladi-section-background {
    background-color: rgb(240, 245, 236);
  }
  #SECTION134 {
    height: 638px;
  }
  #SECTION134 > .ladi-section-background {
    background-image: url("https://w.ladicdn.com/s1440x638/5cd53c3230dba94fe2f37973/tuyen-tap-35-hinh-nen-powerpoint-mau-vang-1564892044.jpg");
    background-position: left top;
    background-repeat: repeat;
  }
  #SECTION82 {
    height: 851px;
  }
  #SECTION160 {
    height: 629px;
  }
  #SECTION160 > .ladi-section-background {
    background-color: rgb(31, 68, 98);
  }
  #SECTION121 {
    height: 474px;
  }
  #SECTION121 > .ladi-section-background {
    background-color: rgb(255, 193, 7);
  }
  #SECTION189 {
    height: 458px;
  }
  #SECTION189 > .ladi-section-background {
    background-color: rgb(35, 40, 69);
  }
  #BUTTON_TEXT10 {
    top: 22.5px;
    left: 0px;
    width: 196px;
  }
  #BUTTON_TEXT10 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #BUTTON10 {
    top: 470px;
    left: 79.0001px;
    width: 308px;
    height: 76px;
  }
  #BUTTON10 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 130, 130);
  }
  #BUTTON10 > .ladi-button {
    border-radius: 0px;
  }
  #HEADLINE132 {
    top: 0px;
    left: 8px;
    width: 944px;
  }
  #HEADLINE132 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 152, 0);
    font-size: 61px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE187 {
    top: 225px;
    left: 120.802px;
    width: 253.198px;
    height: 211.99px;
  }
  #IMAGE187 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 253.198px;
    height: 211.99px;
    background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/m2t1-1561688568.gif");
  }
  #IMAGE188 {
    top: 173.01px;
    left: 490.084px;
    width: 402.917px;
    height: 390.167px;
  }
  #IMAGE188 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: -91.1667px;
    width: 585.25px;
    height: 390.167px;
    background-image: url("https://w.ladicdn.com/s900x700/5cd53c3230dba94fe2f37973/tiem-filler-1561947355.jpg");
  }
  #IMAGE188 > .ladi-image {
    border-radius: 200px;
  }
  #PARAGRAPH24 {
    top: 14.5px;
    left: 17px;
    width: 931px;
  }
  #PARAGRAPH24 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE25 {
    top: 368px;
    left: 14.5px;
    width: 931px;
  }
  #HEADLINE25 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(244, 67, 54);
    font-size: 23px;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE159 {
    top: 514px;
    left: 306.718px;
    width: 338.781px;
    height: 111px;
  }
  #IMAGE159 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 338.781px;
    height: 111px;
    background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/bac-si-1561544027.gif");
  }
  #HEADLINE208 {
    top: 685px;
    left: 7.01px;
    width: 939px;
  }
  #HEADLINE208 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(3, 169, 244);
    font-size: 44px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    line-height: 1;
  }
  #PARAGRAPH20 {
    top: 128px;
    left: 11.75px;
    width: 939px;
  }
  #PARAGRAPH20 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 152, 0);
    font-size: 21px;
    text-align: justify;
    line-height: 1.4;
  }
  #BOX21 {
    top: 0px;
    left: 0px;
    width: 940.5px;
    height: 88px;
  }
  #BOX21 > .ladi-overlay {
    border-radius: 5px;
  }
  #BOX21 > .ladi-box {
    border-radius: 5px;
    box-shadow: 3px 4px 0px 0px rgba(26, 72, 110, 1);
    -webkit-box-shadow: 3px 4px 0px 0px rgba(26, 72, 110, 1);
    background-color: rgb(255, 152, 0);
  }
  #HEADLINE22 {
    top: 18.6667px;
    left: 232.26px;
    width: 409px;
  }
  #HEADLINE22 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #IMAGE133 {
    top: 319px;
    left: 200.071px;
    width: 552.073px;
    height: 336px;
  }
  #IMAGE133 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 552.073px;
    height: 336px;
    background-image: url("https://w.ladicdn.com/s900x650/5cd53c3230dba94fe2f37973/tiem-filler-1561779811.jpg");
  }
  #HEADLINE27 {
    top: 22px;
    left: 41.9946px;
    width: 863px;
  }
  #HEADLINE27 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP29 {
    top: 146px;
    left: 0px;
    width: 404.302px;
    height: 49px;
  }
  #HEADLINE30 {
    top: 6px;
    left: 71.3021px;
    width: 333px;
  }
  #HEADLINE30 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE32 {
    top: 0px;
    left: 0px;
    width: 56px;
  }
  #HEADLINE32 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #LINE33 {
    top: 94px;
    left: 193px;
    width: 550px;
  }
  #LINE33 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(255, 122, 0);
    border-right: 3px solid rgb(255, 122, 0);
    border-bottom: 3px solid rgb(255, 122, 0);
    border-left: 0px !important;
  }
  #LINE33 > .ladi-line {
    padding: 8px 0px;
    width: 100%;
  }
  #GROUP34 {
    top: 141px;
    left: 497px;
    width: 456px;
    height: 49px;
  }
  #HEADLINE35 {
    top: 6px;
    left: 78px;
    width: 378px;
  }
  #HEADLINE35 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE37 {
    top: 0px;
    left: 0px;
    width: 61px;
  }
  #HEADLINE37 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP38 {
    top: 225px;
    left: 497px;
    width: 456px;
    height: 49px;
  }
  #HEADLINE39 {
    top: 6px;
    left: 78px;
    width: 378px;
  }
  #HEADLINE39 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE41 {
    top: 0px;
    left: 0px;
    width: 61px;
  }
  #HEADLINE41 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP42 {
    top: 221px;
    left: -6px;
    width: 436.302px;
    height: 43px;
  }
  #HEADLINE43 {
    top: 0px;
    left: 71.3021px;
    width: 365px;
  }
  #HEADLINE43 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE45 {
    top: 0px;
    left: 0px;
    width: 61px;
  }
  #HEADLINE45 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP46 {
    top: 306px;
    left: 252px;
    width: 456px;
    height: 49px;
  }
  #HEADLINE47 {
    top: 6px;
    left: 78px;
    width: 378px;
  }
  #HEADLINE47 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE48 {
    top: 0px;
    left: 0px;
    width: 61px;
  }
  #HEADLINE48 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #IMAGE209 {
    top: 394.99px;
    left: 290.918px;
    width: 400.167px;
    height: 400px;
  }
  #IMAGE209 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 400.167px;
    height: 400px;
    background-image: url("https://w.ladicdn.com/s750x750/5cd53c3230dba94fe2f37973/san-pham-tiem-filler-1561951872.jpg");
  }
  #IMAGE210 {
    top: 822px;
    left: 312.133px;
    width: 355.865px;
    height: 115.656px;
  }
  #IMAGE210 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 355.865px;
    height: 115.656px;
    background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/bac-si-1561544027.gif");
  }
  #IMAGE62 {
    top: 129px;
    left: 282px;
    width: 372.5px;
    height: 10px;
  }
  #IMAGE62 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 372.5px;
    height: 10px;
    background-image: url("https://w.ladicdn.com/s700x350/57b167c9ca57d39c18a1c57c/khung-gioi-thieu-duoi-tmv-300x10.png");
  }
  #IMAGE63 {
    top: 34px;
    left: 285px;
    width: 375px;
    height: 31px;
  }
  #IMAGE63 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 375px;
    height: 31px;
    background-image: url("https://w.ladicdn.com/s700x350/57b167c9ca57d39c18a1c57c/b5-kh1-2-849897.png");
  }
  #HEADLINE65 {
    top: 76px;
    left: 156.125px;
    width: 643px;
  }
  #HEADLINE65 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP66 {
    top: 152px;
    left: 3px;
    width: 218px;
    height: 319.969px;
  }
  #HEADLINE68 {
    top: 226.969px;
    left: 0px;
    width: 218px;
  }
  #HEADLINE68 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  #BOX69 {
    top: 0px;
    left: 7px;
    width: 204px;
    height: 204px;
  }
  #BOX69 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX69 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/san-pham-tiem-filler-1561951872.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #GROUP70 {
    top: 152px;
    left: 238.115px;
    width: 237px;
    height: 376.969px;
  }
  #HEADLINE71 {
    top: 226.969px;
    left: 8px;
    width: 207px;
  }
  #HEADLINE71 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE72 {
    top: 227.969px;
    left: 0px;
    width: 237px;
  }
  #HEADLINE72 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  #BOX73 {
    top: 0px;
    left: 15px;
    width: 204px;
    height: 204px;
  }
  #BOX73 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX73 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/tiem-filler-1561776074.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #GROUP74 {
    top: 152px;
    left: 725.99px;
    width: 218px;
    height: 338.969px;
  }
  #HEADLINE75 {
    top: 226.969px;
    left: 0px;
    width: 207px;
  }
  #HEADLINE75 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE76 {
    top: 226.969px;
    left: 0px;
    width: 218px;
  }
  #HEADLINE76 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  #BOX77 {
    top: 0px;
    left: 7px;
    width: 204px;
    height: 204px;
  }
  #BOX77 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX77 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/kham-1561719561.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #GROUP78 {
    top: 152px;
    left: 488.99px;
    width: 218px;
    height: 282.969px;
  }
  #HEADLINE79 {
    top: 226.969px;
    left: 0px;
    width: 207px;
  }
  #HEADLINE79 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE80 {
    top: 226.969px;
    left: 0px;
    width: 218px;
  }
  #HEADLINE80 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  #BOX81 {
    top: 0px;
    left: 7px;
    width: 204px;
    height: 204px;
  }
  #BOX81 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX81 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/kem-u-te-1561985450.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #HEADLINE135 {
    top: 12px;
    left: 3px;
    width: 957px;
  }
  #HEADLINE135 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 152, 0);
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #IMAGE137 {
    top: 114px;
    left: -3.50586e-6px;
    width: 465px;
    height: 483px;
  }
  #IMAGE137 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: -129.75px;
    width: 724.5px;
    height: 483px;
    background-image: url("https://w.ladicdn.com/s1050x800/5cd53c3230dba94fe2f37973/tiem-filler-1561947355.jpg");
  }
  #BOX138 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX138 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX138 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE139 {
    top: 20px;
    left: 14px;
    width: 42px;
  }
  #HEADLINE139 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX140 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX140 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX140 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE141 {
    top: 21px;
    left: 24.1667px;
    width: 279px;
  }
  #HEADLINE141 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX142 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX142 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX142 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE143 {
    top: 21px;
    left: 24.1667px;
    width: 279px;
  }
  #HEADLINE143 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX144 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX144 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX144 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE145 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE145 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX146 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX146 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX146 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE147 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE147 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX148 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX148 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX148 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE149 {
    top: 10px;
    left: 24px;
    width: 279px;
  }
  #HEADLINE149 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX150 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX150 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX150 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE151 {
    top: 20.5px;
    left: 25.1667px;
    width: 279px;
  }
  #HEADLINE151 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX152 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX152 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX152 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE153 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE153 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX154 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX154 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX154 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE155 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE155 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX156 {
    top: 538px;
    left: 606px;
    width: 354px;
    height: 62px;
  }
  #BOX156 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX156 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE157 {
    top: 554px;
    left: 630.167px;
    width: 279px;
  }
  #HEADLINE157 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
  }
  #IMAGE158 {
    top: 77px;
    left: 328px;
    width: 291px;
    height: 14px;
  }
  #IMAGE158 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 291px;
    height: 14px;
    background-image: url("https://w.ladicdn.com/s600x350/5cd53c3230dba94fe2f37973/line-1560312931.png");
  }
  #GROUP83 {
    top: 248px;
    left: -1px;
    width: 961px;
    height: 72px;
  }
  #BOX84 {
    top: 0px;
    left: 0px;
    width: 936px;
    height: 72px;
  }
  #BOX84 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX84 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH85 {
    top: 21.5px;
    left: 51.1667px;
    width: 841px;
  }
  #PARAGRAPH85 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX86 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX86 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX86 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE87 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE87 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #SHAPE88 {
    top: 23px;
    left: 441px;
    width: 97px;
    height: 97px;
  }
  #SHAPE88 svg:last-child {
    fill: #5dc13c;
  }
  #HEADLINE89 {
    top: 140px;
    left: 150.5px;
    width: 660px;
  }
  #HEADLINE89 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(244, 67, 54);
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP91 {
    top: 330px;
    left: -1px;
    width: 961px;
    height: 72px;
  }
  #BOX92 {
    top: 0px;
    left: 0px;
    width: 936px;
    height: 72px;
  }
  #BOX92 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX92 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH93 {
    top: 21.5px;
    left: 51.1667px;
    width: 841px;
  }
  #PARAGRAPH93 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX94 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX94 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX94 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE95 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE95 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP96 {
    top: 494px;
    left: -1px;
    width: 961px;
    height: 72px;
  }
  #BOX97 {
    top: 0px;
    left: 0px;
    width: 936px;
    height: 72px;
  }
  #BOX97 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX97 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH98 {
    top: 21.5px;
    left: 51.1667px;
    width: 841px;
  }
  #PARAGRAPH98 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX99 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX99 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX99 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE100 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE100 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP101 {
    top: 412px;
    left: -1px;
    width: 961px;
    height: 72px;
  }
  #BOX102 {
    top: 0px;
    left: 0px;
    width: 936px;
    height: 72px;
  }
  #BOX102 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX102 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH103 {
    top: 21px;
    left: 51.1667px;
    width: 841px;
  }
  #PARAGRAPH103 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX104 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX104 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX104 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE105 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE105 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP106 {
    top: 576px;
    left: -1px;
    width: 961px;
    height: 72px;
  }
  #BOX107 {
    top: 0px;
    left: 0px;
    width: 936px;
    height: 72px;
  }
  #BOX107 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX107 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH108 {
    top: 21.5px;
    left: 51.1667px;
    width: 841px;
  }
  #PARAGRAPH108 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX109 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX109 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX109 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE110 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE110 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP111 {
    top: 665px;
    left: 0px;
    width: 960px;
    height: 72px;
  }
  #BOX112 {
    top: 0px;
    left: 0px;
    width: 936px;
    height: 72px;
  }
  #BOX112 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX112 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH113 {
    top: 21.5px;
    left: 51.1667px;
    width: 841px;
  }
  #PARAGRAPH113 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX114 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX114 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX114 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE115 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE115 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP116 {
    top: 754px;
    left: -1px;
    width: 961px;
    height: 72px;
  }
  #BOX117 {
    top: 0px;
    left: 0px;
    width: 936px;
    height: 72px;
  }
  #BOX117 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX117 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH118 {
    top: 21.5px;
    left: 51.1667px;
    width: 841px;
  }
  #PARAGRAPH118 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX119 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX119 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX119 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE120 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE120 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #HEADLINE162 {
    top: 19px;
    left: 254.5px;
    width: 437px;
  }
  #HEADLINE162 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #HEADLINE163 {
    top: 485px;
    left: 364px;
    width: 225px;
  }
  #HEADLINE163 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE164 {
    top: 175px;
    left: 216px;
    width: 534px;
  }
  #HEADLINE164 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP165 {
    top: 94px;
    left: 306.823px;
    width: 410.729px;
    height: 62.2813px;
  }
  #HEADLINE166 {
    top: 25.6875px;
    left: 199.729px;
    width: 211px;
  }
  #HEADLINE166 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(55, 233, 65);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
  }
  #HEADLINE167 {
    top: 0px;
    left: 202.375px;
    width: 103px;
  }
  #HEADLINE167 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #BOX168 {
    top: 0px;
    left: 0px;
    width: 183.865px;
    height: 59px;
  }
  #BOX168 > .ladi-overlay {
    border-radius: 330px 0px 0px 330px;
  }
  #BOX168 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 330px 0px 0px 330px;
  }
  #HEADLINE169 {
    top: 14.1667px;
    left: 19.4167px;
    width: 144px;
  }
  #HEADLINE169 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(244, 67, 54);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #FORM170 {
    top: 227px;
    left: 170px;
    width: 615.01px;
    height: 237px;
  }
  #FORM170 > .ladi-form {
    color: rgb(110, 110, 110);
    font-size: 13px;
    line-height: 1;
  }
  #FORM170 .ladi-form-item .ladi-form-control::placeholder,
  #FORM170 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
  #FORM170 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
    color: rgba(110, 110, 110, 1);
  }
  #FORM170 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(110%2C110%2C110%2C1)"></polygon></svg>');
  }
  #FORM170 .ladi-form-item-container {
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #FORM170 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  #FORM_ITEM171 {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 37.6719px;
  }
  #FORM_ITEM172 {
    top: 0px;
    left: 313px;
    width: 300px;
    height: 37.6719px;
  }
  #FORM_ITEM173 {
    top: 49px;
    left: 0px;
    width: 614px;
    height: 37px;
  }
  #FORM_ITEM174 {
    top: 97px;
    left: 0px;
    width: 615px;
    height: 69px;
  }
  #BUTTON_TEXT175 {
    top: 9.2px;
    left: 0px;
    width: 160px;
  }
  #BUTTON_TEXT175 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #BUTTON175 {
    top: 199px;
    left: 1.01px;
    width: 614px;
    height: 38px;
  }
  #BUTTON175 > .ladi-button > .ladi-button-background {
    background-color: rgb(3, 169, 244);
  }
  #BUTTON175 > .ladi-button {
    border-radius: 5px;
  }
  #GROUP176 {
    top: 533px;
    left: 338.844px;
    width: 290px;
    height: 56px;
  }
  #GROUP177 {
    top: 0px;
    left: 5px;
    width: 277px;
    height: 56px;
  }
  #BOX178 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX178 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX178 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE179 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE179 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX180 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX180 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX180 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE181 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE181 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX182 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX182 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX182 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE183 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE183 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX184 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX184 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX184 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE185 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE185 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #COUNTDOWN186 {
    top: 7px;
    left: 0px;
    width: 290px;
    height: 26px;
  }
  #COUNTDOWN186 > .ladi-countdown {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN186 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN186 > .ladi-countdown .ladi-countdown-background {
  }
  #HEADLINE122 {
    top: 61px;
    left: 79px;
    width: 810px;
  }
  #HEADLINE122 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #BOX123 {
    top: 0px;
    left: 0px;
    width: 461px;
    height: 289px;
  }
  #BOX123 > .ladi-box {
    box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    background-color: rgba(255, 255, 255, 0.97);
  }
  #SHAPE124 {
    top: 26px;
    left: 30px;
    width: 55px;
    height: 55px;
  }
  #SHAPE124 svg:last-child {
    fill: rgba(184, 184, 184, 1);
  }
  #HEADLINE125 {
    top: 32px;
    left: 108px;
    width: 336px;
  }
  #HEADLINE125 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(194, 27, 27);
    font-size: 21px;
    text-align: left;
    line-height: 1.2;
  }
  #PARAGRAPH126 {
    top: 112px;
    left: 46.5px;
    width: 368px;
  }
  #PARAGRAPH126 > .ladi-paragraph {
    font-family: "Montserrat", sans-serif;
    color: rgb(99, 99, 99);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #BOX128 {
    top: 0px;
    left: 0px;
    width: 461px;
    height: 285px;
  }
  #BOX128 > .ladi-box {
    box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    background-color: rgba(255, 255, 255, 0.97);
  }
  #SHAPE129 {
    top: 26px;
    left: 30px;
    width: 55px;
    height: 55px;
  }
  #SHAPE129 svg:last-child {
    fill: rgba(184, 184, 184, 1);
  }
  #HEADLINE130 {
    top: 32px;
    left: 108px;
    width: 275px;
  }
  #HEADLINE130 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(194, 27, 27);
    font-size: 21px;
    text-align: left;
    line-height: 1.2;
  }
  #PARAGRAPH131 {
    top: 107px;
    left: 41px;
    width: 383px;
  }
  #PARAGRAPH131 > .ladi-paragraph {
    font-family: "Montserrat", sans-serif;
    color: rgb(99, 99, 99);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #LINE190 {
    top: 373px;
    left: 0px;
    width: 963px;
  }
  #LINE190 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    border-left: 0px !important;
  }
  #LINE190 > .ladi-line {
    padding: 8px 0px;
    width: 100%;
  }
  #HEADLINE191 {
    top: 401px;
    left: -1px;
    width: 390px;
  }
  #HEADLINE191 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
  }
  #GROUP197 {
    top: 57.8438px;
    left: 472px;
    width: 491.979px;
    height: 239.25px;
  }
  #HEADLINE198 {
    top: 0px;
    left: 0px;
    width: 366px;
  }
  #HEADLINE198 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 153, 0);
    font-size: 33px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
  }
  #HEADLINE199 {
    top: 93.375px;
    left: 57.9792px;
    width: 433px;
  }
  #HEADLINE199 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #SHAPE200 {
    top: 86.1875px;
    left: 0px;
    width: 38.6563px;
    height: 31.0833px;
  }
  #SHAPE200 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE201 {
    top: 126.844px;
    left: 0px;
    width: 38.6563px;
    height: 31.0833px;
  }
  #SHAPE201 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #HEADLINE202 {
    top: 134px;
    left: 57.9792px;
    width: 434px;
  }
  #HEADLINE202 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE203 {
    top: 172.292px;
    left: 57.9792px;
    width: 434px;
  }
  #HEADLINE203 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #SHAPE204 {
    top: 165.125px;
    left: 0px;
    width: 38.6563px;
    height: 31.0833px;
  }
  #SHAPE204 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE205 {
    top: 208.167px;
    left: 0px;
    width: 38.6563px;
    height: 31.0833px;
  }
  #SHAPE205 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #HEADLINE206 {
    top: 215.344px;
    left: 57.9792px;
    width: 434px;
  }
  #HEADLINE206 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #IMAGE207 {
    top: 18px;
    left: 24.534px;
    width: 346.469px;
    height: 350.99px;
  }
  #IMAGE207 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 346.469px;
    height: 350.99px;
    background-image: url("https://w.ladicdn.com/s650x700/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
  }
  #GROUP211 {
    top: 27.0001px;
    left: 11px;
    width: 940.5px;
    height: 88px;
  }
  #GROUP212 {
    top: 123px;
    left: 516.01px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP213 {
    top: 129px;
    left: 605px;
    width: 354px;
    height: 62px;
  }
  #GROUP214 {
    top: 231px;
    left: 605px;
    width: 354px;
    height: 62px;
  }
  #GROUP215 {
    top: 222px;
    left: 515.01px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP216 {
    top: 321px;
    left: 523.01px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP217 {
    top: 331px;
    left: 604px;
    width: 354px;
    height: 62px;
  }
  #GROUP218 {
    top: 434px;
    left: 605px;
    width: 354px;
    height: 62px;
  }
  #GROUP219 {
    top: 428px;
    left: 520.218px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP220 {
    top: 529.5px;
    left: 517.208px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP221 {
    top: 0px;
    left: 25px;
    width: 936px;
    height: 72px;
  }
  #GROUP222 {
    top: 7px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #GROUP223 {
    top: 0px;
    left: 25px;
    width: 936px;
    height: 72px;
  }
  #GROUP224 {
    top: 7px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #GROUP225 {
    top: 0px;
    left: 25px;
    width: 936px;
    height: 72px;
  }
  #GROUP226 {
    top: 7px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #GROUP227 {
    top: 0px;
    left: 25px;
    width: 936px;
    height: 72px;
  }
  #GROUP228 {
    top: 7px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #GROUP229 {
    top: 0px;
    left: 25px;
    width: 936px;
    height: 72px;
  }
  #GROUP230 {
    top: 7px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #GROUP231 {
    top: 0px;
    left: 24px;
    width: 936px;
    height: 72px;
  }
  #GROUP232 {
    top: 8px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #GROUP233 {
    top: 0px;
    left: 25px;
    width: 936px;
    height: 72px;
  }
  #GROUP234 {
    top: 7px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #GROUP235 {
    top: 3.28125px;
    left: 0px;
    width: 183.865px;
    height: 59px;
  }
  #GROUP236 {
    top: 1px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #GROUP237 {
    top: 0px;
    left: 74px;
    width: 55px;
    height: 55px;
  }
  #GROUP238 {
    top: 0px;
    left: 147px;
    width: 55px;
    height: 55px;
  }
  #GROUP239 {
    top: 0px;
    left: 222px;
    width: 55px;
    height: 55px;
  }
  #GROUP240 {
    top: 161px;
    left: 2px;
    width: 461px;
    height: 289px;
  }
  #GROUP241 {
    top: 161px;
    left: 498px;
    width: 461px;
    height: 285px;
  }
}
@media (max-width: 767px) {
  #SECTION_POPUP {
    height: 0px;
  }
  #SECTION2 {
    height: 913px;
  }
  #SECTION2 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s768x913/5cd53c3230dba94fe2f37973/yellow-background-14046115834kp-1560311586.jpg");
    background-position: left top;
    background-repeat: no-repeat;
  }
  #SECTION23 {
    height: 1153px;
  }
  #SECTION13 {
    height: 672.667px;
  }
  #SECTION13 > .ladi-section-background {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("https://w.ladicdn.com/s768x672/5cd53c3230dba94fe2f37973/powerpoint-wallpaper-4552-4789-hd-wallpapers-1564892373.jpg");
    background-position: left top;
    background-repeat: no-repeat;
  }
  #SECTION26 {
    height: 1350.99px;
  }
  #SECTION61 {
    height: 1640px;
  }
  #SECTION61 > .ladi-section-background {
    background-color: rgb(240, 245, 236);
  }
  #SECTION134 {
    height: 1369px;
  }
  #SECTION134 > .ladi-section-background {
    background-image: url("https://w.ladicdn.com/s768x1369/5cd53c3230dba94fe2f37973/tuyen-tap-35-hinh-nen-powerpoint-mau-vang-1564892044.jpg");
    background-position: left top;
    background-repeat: repeat;
  }
  #SECTION82 {
    height: 1385px;
  }
  #SECTION160 {
    height: 599.344px;
  }
  #SECTION160 > .ladi-section-background {
    background-color: rgb(31, 68, 98);
  }
  #SECTION121 {
    height: 838px;
  }
  #SECTION121 > .ladi-section-background {
    background-color: rgb(255, 193, 7);
  }
  #SECTION189 {
    height: 723px;
  }
  #SECTION189 > .ladi-section-background {
    background-color: rgb(35, 40, 69);
  }
  #BUTTON_TEXT10 {
    top: 21.2px;
    left: 0px;
    width: 308px;
  }
  #BUTTON_TEXT10 > .ladi-headline {
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON10 {
    top: 815px;
    left: 112px;
    width: 196px;
    height: 76px;
  }
  #BUTTON10 > .ladi-button > .ladi-button-background {
    background-color: rgb(255, 130, 130);
  }
  #BUTTON10 > .ladi-button {
    border-radius: 0px;
  }
  #HEADLINE132 {
    top: 27px;
    left: 3.5px;
    width: 417px;
  }
  #HEADLINE132 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 152, 0);
    font-size: 49px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE187 {
    top: 587px;
    left: 82.5px;
    width: 253px;
    height: 211px;
  }
  #IMAGE187 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 253px;
    height: 211px;
    background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/m2t1-1561688568.gif");
  }
  #IMAGE188 {
    top: 272.01px;
    left: 64.2171px;
    width: 290.781px;
    height: 275.99px;
  }
  #IMAGE188 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: -61.6016px;
    width: 413.984px;
    height: 275.99px;
    background-image: url("https://w.ladicdn.com/s750x600/5cd53c3230dba94fe2f37973/tiem-filler-1561947355.jpg");
  }
  #IMAGE188 > .ladi-image {
    border-radius: 200px;
  }
  #PARAGRAPH24 {
    top: 15px;
    left: 6.5px;
    width: 409px;
  }
  #PARAGRAPH24 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-align: justify;
    line-height: 1.2;
  }
  #HEADLINE25 {
    top: 542px;
    left: 6.5px;
    width: 409px;
  }
  #HEADLINE25 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(244, 67, 54);
    font-size: 23px;
    text-align: justify;
    line-height: 1.4;
  }
  #IMAGE159 {
    top: 894px;
    left: 38px;
    width: 338px;
    height: 111px;
  }
  #IMAGE159 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 338px;
    height: 111px;
    background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/bac-si-1561544027.gif");
  }
  #HEADLINE208 {
    top: 1042px;
    left: 9.5px;
    width: 399px;
  }
  #HEADLINE208 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(3, 169, 244);
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
  }
  #PARAGRAPH20 {
    top: 368px;
    left: 8px;
    width: 403px;
  }
  #PARAGRAPH20 > .ladi-paragraph {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 152, 0);
    font-size: 17px;
    text-align: justify;
    line-height: 1.4;
  }
  #BOX21 {
    top: 0px;
    left: 0px;
    width: 375px;
    height: 80px;
  }
  #BOX21 > .ladi-overlay {
    border-radius: 5px;
  }
  #BOX21 > .ladi-box {
    border-radius: 5px;
    box-shadow: 3px 4px 0px 0px rgba(26, 72, 110, 1);
    -webkit-box-shadow: 3px 4px 0px 0px rgba(26, 72, 110, 1);
    background-color: rgb(255, 152, 0);
  }
  #HEADLINE22 {
    top: 15px;
    left: 13px;
    width: 355px;
  }
  #HEADLINE22 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #IMAGE133 {
    top: 110.667px;
    left: 22.5px;
    width: 375px;
    height: 228px;
  }
  #IMAGE133 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 375px;
    height: 228px;
    background-image: url("https://w.ladicdn.com/s700x550/5cd53c3230dba94fe2f37973/tiem-filler-1561779811.jpg");
  }
  #HEADLINE27 {
    top: 20px;
    left: 8px;
    width: 403px;
  }
  #HEADLINE27 > .ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP29 {
    top: 168px;
    left: 18px;
    width: 391.667px;
    height: 93px;
  }
  #HEADLINE30 {
    top: 50px;
    left: 0px;
    width: 392px;
  }
  #HEADLINE30 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE32 {
    top: 0px;
    left: 156.014px;
    width: 79px;
  }
  #HEADLINE32 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #LINE33 {
    top: 141px;
    left: 94px;
    width: 244px;
  }
  #LINE33 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(255, 122, 0);
    border-right: 3px solid rgb(255, 122, 0);
    border-bottom: 3px solid rgb(255, 122, 0);
    border-left: 0px !important;
  }
  #LINE33 > .ladi-line {
    padding: 8px 0px;
    width: 100%;
  }
  #GROUP34 {
    top: 296px;
    left: 21.6667px;
    width: 383.333px;
    height: 93px;
  }
  #HEADLINE35 {
    top: 50px;
    left: 0px;
    width: 383px;
  }
  #HEADLINE35 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE37 {
    top: 0px;
    left: 152.694px;
    width: 78px;
  }
  #HEADLINE37 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP38 {
    top: 593px;
    left: 18px;
    width: 387px;
    height: 93px;
  }
  #HEADLINE39 {
    top: 50px;
    left: 0px;
    width: 387px;
  }
  #HEADLINE39 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE41 {
    top: 0px;
    left: 154.155px;
    width: 79px;
  }
  #HEADLINE41 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP42 {
    top: 434px;
    left: 18px;
    width: 391.667px;
    height: 114px;
  }
  #HEADLINE43 {
    top: 50px;
    left: 0px;
    width: 392px;
  }
  #HEADLINE43 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE45 {
    top: 0px;
    left: 156.014px;
    width: 79px;
  }
  #HEADLINE45 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #GROUP46 {
    top: 727px;
    left: 21.6667px;
    width: 369.333px;
    height: 98px;
  }
  #HEADLINE47 {
    top: 55px;
    left: 0px;
    width: 369px;
  }
  #HEADLINE47 > .ladi-headline {
    color: rgb(74, 74, 74);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE48 {
    top: 0px;
    left: 155.026px;
    width: 59px;
  }
  #HEADLINE48 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 122, 0);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #IMAGE209 {
    top: 859px;
    left: 35.1804px;
    width: 347.646px;
    height: 344.99px;
  }
  #IMAGE209 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 347.646px;
    height: 344.99px;
    background-image: url("https://w.ladicdn.com/s650x650/5cd53c3230dba94fe2f37973/san-pham-tiem-filler-1561951872.jpg");
  }
  #IMAGE210 {
    top: 1225.34px;
    left: 52.4952px;
    width: 315.51px;
    height: 100.99px;
  }
  #IMAGE210 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 315.51px;
    height: 100.99px;
    background-image: url("https://w.ladicdn.com/5cd53c3230dba94fe2f37973/bac-si-1561544027.gif");
  }
  #IMAGE62 {
    top: 155px;
    left: 27.75px;
    width: 372.5px;
    height: 10px;
  }
  #IMAGE62 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 372.5px;
    height: 10px;
    background-image: url("https://w.ladicdn.com/s700x350/57b167c9ca57d39c18a1c57c/khung-gioi-thieu-duoi-tmv-300x10.png");
  }
  #IMAGE63 {
    top: 20px;
    left: 22.5px;
    width: 375px;
    height: 31px;
  }
  #IMAGE63 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 375px;
    height: 31px;
    background-image: url("https://w.ladicdn.com/s700x350/57b167c9ca57d39c18a1c57c/b5-kh1-2-849897.png");
  }
  #HEADLINE65 {
    top: 61px;
    left: 32.5px;
    width: 355px;
  }
  #HEADLINE65 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP66 {
    top: 193px;
    left: 79px;
    width: 270px;
    height: 311px;
  }
  #HEADLINE68 {
    top: 218px;
    left: 0px;
    width: 270px;
  }
  #HEADLINE68 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.4;
  }
  #BOX69 {
    top: 0px;
    left: 33px;
    width: 204px;
    height: 204px;
  }
  #BOX69 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX69 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/san-pham-tiem-filler-1561951872.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #GROUP70 {
    top: 548px;
    left: 74.5px;
    width: 271px;
    height: 348px;
  }
  #HEADLINE71 {
    top: 226.969px;
    left: 26.5px;
    width: 207px;
  }
  #HEADLINE71 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE72 {
    top: 217px;
    left: 0px;
    width: 271px;
  }
  #HEADLINE72 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.4;
  }
  #BOX73 {
    top: 0px;
    left: 33.5px;
    width: 204px;
    height: 204px;
  }
  #BOX73 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX73 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/tiem-filler-1561776074.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #GROUP74 {
    top: 1296px;
    left: 76.5px;
    width: 267px;
    height: 313.99px;
  }
  #HEADLINE75 {
    top: 226.969px;
    left: 24.5px;
    width: 207px;
  }
  #HEADLINE75 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE76 {
    top: 220.99px;
    left: 0px;
    width: 267px;
  }
  #HEADLINE76 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  #BOX77 {
    top: 0px;
    left: 31.5px;
    width: 204px;
    height: 204px;
  }
  #BOX77 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX77 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/kham-1561719561.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #GROUP78 {
    top: 946px;
    left: 83px;
    width: 243px;
    height: 296.99px;
  }
  #HEADLINE79 {
    top: 226.969px;
    left: 18px;
    width: 207px;
  }
  #HEADLINE79 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(203, 147, 1);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE80 {
    top: 240.99px;
    left: 0px;
    width: 243px;
  }
  #HEADLINE80 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  #BOX81 {
    top: 0px;
    left: 25px;
    width: 204px;
    height: 204px;
  }
  #BOX81 > .ladi-overlay {
    border-radius: 255px;
  }
  #BOX81 > .ladi-box {
    border-radius: 255px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("https://w.ladicdn.com/s550x550/5cd53c3230dba94fe2f37973/kem-u-te-1561985450.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: rgb(203, 147, 1);
    border-width: 4px;
  }
  #HEADLINE135 {
    top: 387px;
    left: 32.5px;
    width: 355px;
  }
  #HEADLINE135 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 152, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE137 {
    top: 20px;
    left: 32.5px;
    width: 355px;
    height: 328.25px;
  }
  #IMAGE137 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: -68.6875px;
    width: 492.375px;
    height: 328.25px;
    background-image: url("https://w.ladicdn.com/s800x650/5cd53c3230dba94fe2f37973/tiem-filler-1561947355.jpg");
  }
  #BOX138 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX138 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX138 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE139 {
    top: 20px;
    left: 14px;
    width: 42px;
  }
  #HEADLINE139 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX140 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX140 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX140 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE141 {
    top: 18px;
    left: 21.5px;
    width: 305px;
  }
  #HEADLINE141 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX142 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX142 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX142 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE143 {
    top: 18px;
    left: 34px;
    width: 279px;
  }
  #HEADLINE143 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX144 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX144 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX144 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE145 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE145 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX146 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX146 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX146 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE147 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE147 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX148 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX148 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX148 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE149 {
    top: 10px;
    left: 21px;
    width: 312px;
  }
  #HEADLINE149 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX150 {
    top: 0px;
    left: 0px;
    width: 354px;
    height: 62px;
  }
  #BOX150 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX150 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE151 {
    top: 19px;
    left: 28px;
    width: 279px;
  }
  #HEADLINE151 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX152 {
    top: 0px;
    left: 0px;
    width: 71.7969px;
    height: 71px;
  }
  #BOX152 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX152 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE153 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE153 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX154 {
    top: 0px;
    left: 0px;
    width: 71px;
    height: 71px;
  }
  #BOX154 > .ladi-overlay {
    border-radius: 330px;
  }
  #BOX154 > .ladi-box {
    border-radius: 330px;
    background-color: rgb(255, 235, 59);
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-width: 2px;
  }
  #HEADLINE155 {
    top: 20px;
    left: 15px;
    width: 42px;
  }
  #HEADLINE155 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 1;
  }
  #BOX156 {
    top: 751px;
    left: 33px;
    width: 354px;
    height: 62px;
  }
  #BOX156 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX156 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(196, 230, 157);
  }
  #HEADLINE157 {
    top: 773px;
    left: 68px;
    width: 278px;
  }
  #HEADLINE157 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(74, 74, 74);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #IMAGE158 {
    top: 363.25px;
    left: 64.5px;
    width: 291px;
    height: 14px;
  }
  #IMAGE158 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 291px;
    height: 14px;
    background-image: url("https://w.ladicdn.com/s600x350/5cd53c3230dba94fe2f37973/line-1560312931.png");
  }
  #GROUP83 {
    top: 175px;
    left: 32.5px;
    width: 355px;
    height: 126px;
  }
  #BOX84 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 126px;
  }
  #BOX84 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX84 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH85 {
    top: 68px;
    left: 0px;
    width: 355px;
  }
  #PARAGRAPH85 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  #BOX86 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX86 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX86 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE87 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE87 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #SHAPE88 {
    top: 20px;
    left: 175px;
    width: 70px;
    height: 70px;
  }
  #SHAPE88 svg:last-child {
    fill: #5dc13c;
  }
  #HEADLINE89 {
    top: 100px;
    left: 32.5px;
    width: 355px;
  }
  #HEADLINE89 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(244, 67, 54);
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    line-height: 0.717949;
  }
  #GROUP91 {
    top: 364px;
    left: 32.5px;
    width: 355px;
    height: 126px;
  }
  #BOX92 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 126px;
  }
  #BOX92 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX92 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH93 {
    top: 70px;
    left: 4.5px;
    width: 339px;
  }
  #PARAGRAPH93 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  #BOX94 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX94 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX94 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE95 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE95 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP96 {
    top: 723.844px;
    left: 32.5px;
    width: 355px;
    height: 126px;
  }
  #BOX97 {
    top: 0px;
    left: 4px;
    width: 355px;
    height: 126px;
  }
  #BOX97 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX97 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH98 {
    top: 82px;
    left: 0px;
    width: 355px;
  }
  #PARAGRAPH98 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX99 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX99 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX99 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE100 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE100 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP101 {
    top: 550px;
    left: 32.5px;
    width: 355px;
    height: 126px;
  }
  #BOX102 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 126px;
  }
  #BOX102 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX102 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH103 {
    top: 71.5px;
    left: 0px;
    width: 355px;
  }
  #PARAGRAPH103 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  #BOX104 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 53px;
  }
  #BOX104 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX104 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE105 {
    top: 14px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE105 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP106 {
    top: 899.313px;
    left: 32.5px;
    width: 355px;
    height: 107px;
  }
  #BOX107 {
    top: 0px;
    left: 0.010363px;
    width: 355px;
    height: 107px;
  }
  #BOX107 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX107 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH108 {
    top: 65.0382px;
    left: 0px;
    width: 355px;
  }
  #PARAGRAPH108 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  #BOX109 {
    top: 0px;
    left: 0px;
    width: 53px;
    height: 51px;
  }
  #BOX109 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX109 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE110 {
    top: 13.5278px;
    left: 11px;
    width: 30px;
  }
  #HEADLINE110 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP111 {
    top: 1047.31px;
    left: 30.7083px;
    width: 356.5px;
    height: 142px;
  }
  #BOX112 {
    top: 0px;
    left: 0px;
    width: 356.5px;
    height: 142px;
  }
  #BOX112 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX112 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH113 {
    top: 88.8477px;
    left: 10.2618px;
    width: 337px;
  }
  #PARAGRAPH113 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  #BOX114 {
    top: 0px;
    left: 0px;
    width: 53.5px;
    height: 54.75px;
  }
  #BOX114 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX114 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE115 {
    top: 14.4636px;
    left: 12.4573px;
    width: 28px;
  }
  #HEADLINE115 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP116 {
    top: 1237px;
    left: 28.4583px;
    width: 361px;
    height: 113px;
  }
  #BOX117 {
    top: 0px;
    left: 0px;
    width: 361px;
    height: 113px;
  }
  #BOX117 > .ladi-overlay {
    border-radius: 11px;
  }
  #BOX117 > .ladi-box {
    border-radius: 11px;
    background-color: rgb(255, 152, 0);
  }
  #PARAGRAPH118 {
    top: 76px;
    left: 6.62667px;
    width: 342px;
  }
  #PARAGRAPH118 > .ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX119 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 53px;
  }
  #BOX119 > .ladi-overlay {
    border-radius: 220px;
  }
  #BOX119 > .ladi-box {
    border-radius: 220px;
    background-color: rgb(93, 193, 60);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
  }
  #HEADLINE120 {
    top: 13.1667px;
    left: 12.5529px;
    width: 29px;
  }
  #HEADLINE120 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE162 {
    top: 8px;
    left: 31.5px;
    width: 355px;
  }
  #HEADLINE162 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #HEADLINE163 {
    top: 491.344px;
    left: 97.5px;
    width: 225px;
  }
  #HEADLINE163 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE164 {
    top: 147px;
    left: 29.5px;
    width: 355px;
  }
  #HEADLINE164 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP165 {
    top: 68px;
    left: 32.5px;
    width: 358.958px;
    height: 42px;
  }
  #HEADLINE166 {
    top: 18px;
    left: 189.958px;
    width: 169px;
  }
  #HEADLINE166 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(55, 233, 65);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
  }
  #HEADLINE167 {
    top: 0px;
    left: 192.479px;
    width: 99px;
  }
  #HEADLINE167 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
  }
  #BOX168 {
    top: 0px;
    left: 0px;
    width: 174.865px;
    height: 39px;
  }
  #BOX168 > .ladi-overlay {
    border-radius: 330px 0px 0px 330px;
  }
  #BOX168 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-radius: 330px 0px 0px 330px;
  }
  #HEADLINE169 {
    top: 8px;
    left: 22.6461px;
    width: 137px;
  }
  #HEADLINE169 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(244, 67, 54);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #FORM170 {
    top: 212px;
    left: 60px;
    width: 300px;
    height: 269.344px;
  }
  #FORM170 > .ladi-form {
    color: rgb(110, 110, 110);
    font-size: 13px;
    line-height: 1;
  }
  #FORM170 .ladi-form-item .ladi-form-control::placeholder,
  #FORM170 .ladi-form .ladi-form-item .ladi-form-control-select[data-selected=""],
  #FORM170 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
    color: rgba(110, 110, 110, 1);
  }
  #FORM170 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgba(110%2C110%2C110%2C1)"></polygon></svg>');
  }
  #FORM170 .ladi-form-item-container {
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #FORM170 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  #FORM_ITEM171 {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 37.6719px;
  }
  #FORM_ITEM172 {
    top: 47.6719px;
    left: 0px;
    width: 300px;
    height: 37.6719px;
  }
  #FORM_ITEM173 {
    top: 95.344px;
    left: 0px;
    width: 300px;
    height: 37px;
  }
  #FORM_ITEM174 {
    top: 142.344px;
    left: 0px;
    width: 300px;
    height: 69px;
  }
  #BUTTON_TEXT175 {
    top: 9.2px;
    left: 0px;
    width: 614px;
  }
  #BUTTON_TEXT175 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #BUTTON175 {
    top: 231.344px;
    left: 70px;
    width: 160px;
    height: 38px;
  }
  #BUTTON175 > .ladi-button > .ladi-button-background {
    background-color: rgb(3, 169, 244);
  }
  #BUTTON175 > .ladi-button {
    border-radius: 5px;
  }
  #GROUP176 {
    top: 523.344px;
    left: 65px;
    width: 290px;
    height: 56px;
  }
  #GROUP177 {
    top: 0px;
    left: 5px;
    width: 277px;
    height: 56px;
  }
  #BOX178 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX178 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX178 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE179 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE179 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX180 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX180 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX180 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE181 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE181 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX182 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX182 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX182 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE183 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE183 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX184 {
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #BOX184 > .ladi-overlay {
    border-radius: 4px;
  }
  #BOX184 > .ladi-box {
    border-radius: 4px;
    background-color: rgb(244, 67, 54);
    border-color: rgba(0, 0, 0, 0);
  }
  #HEADLINE185 {
    top: 35px;
    left: 3px;
    width: 46px;
  }
  #HEADLINE185 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  #COUNTDOWN186 {
    top: 7px;
    left: 0px;
    width: 290px;
    height: 26px;
  }
  #COUNTDOWN186 > .ladi-countdown {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN186 > .ladi-countdown > .ladi-element {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px;
    height: 100%;
  }
  #COUNTDOWN186 > .ladi-countdown .ladi-countdown-background {
  }
  #HEADLINE122 {
    top: 19px;
    left: 12.5px;
    width: 394px;
  }
  #HEADLINE122 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #BOX123 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 377px;
  }
  #BOX123 > .ladi-box {
    box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    background-color: rgba(255, 255, 255, 0.97);
  }
  #SHAPE124 {
    top: 20px;
    left: 150px;
    width: 55px;
    height: 55px;
  }
  #SHAPE124 svg:last-child {
    fill: rgba(184, 184, 184, 1);
  }
  #HEADLINE125 {
    top: 85px;
    left: 18px;
    width: 326px;
  }
  #HEADLINE125 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(194, 27, 27);
    font-size: 21px;
    text-align: center;
    line-height: 1.2;
  }
  #PARAGRAPH126 {
    top: 179px;
    left: 18px;
    width: 319px;
  }
  #PARAGRAPH126 > .ladi-paragraph {
    font-family: "Montserrat", sans-serif;
    color: rgb(99, 99, 99);
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
  }
  #BOX128 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 241px;
  }
  #BOX128 > .ladi-box {
    box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(194, 27, 27, 1);
    background-color: rgba(255, 255, 255, 0.97);
  }
  #SHAPE129 {
    top: 20px;
    left: 150px;
    width: 55px;
    height: 55px;
  }
  #SHAPE129 svg:last-child {
    fill: rgba(184, 184, 184, 1);
  }
  #HEADLINE130 {
    top: 85px;
    left: 40px;
    width: 275px;
  }
  #HEADLINE130 > .ladi-headline {
    font-family: "Montserrat", sans-serif;
    color: rgb(194, 27, 27);
    font-size: 21px;
    text-align: center;
    line-height: 1.2;
  }
  #PARAGRAPH131 {
    top: 156px;
    left: 17px;
    width: 315px;
  }
  #PARAGRAPH131 > .ladi-paragraph {
    font-family: "Montserrat", sans-serif;
    color: rgb(99, 99, 99);
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
  }
  #LINE190 {
    top: 613px;
    left: 50.5px;
    width: 300px;
  }
  #LINE190 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    border-left: 0px !important;
  }
  #LINE190 > .ladi-line {
    padding: 8px 0px;
    width: 100%;
  }
  #HEADLINE191 {
    top: 646px;
    left: 20px;
    width: 355px;
  }
  #HEADLINE191 > .ladi-headline {
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP197 {
    top: 378px;
    left: 44.5px;
    width: 331px;
    height: 198.958px;
  }
  #HEADLINE198 {
    top: 0px;
    left: 1px;
    width: 246px;
  }
  #HEADLINE198 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 153, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 2;
  }
  #HEADLINE199 {
    top: 49.25px;
    left: 39px;
    width: 292px;
  }
  #HEADLINE199 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #SHAPE200 {
    top: 53.4375px;
    left: 0px;
    width: 26px;
    height: 29.5625px;
  }
  #SHAPE200 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE201 {
    top: 92.0938px;
    left: 0px;
    width: 26px;
    height: 29.5625px;
  }
  #SHAPE201 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #HEADLINE202 {
    top: 98.9063px;
    left: 39px;
    width: 292px;
  }
  #HEADLINE202 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #HEADLINE203 {
    top: 135.313px;
    left: 39px;
    width: 292px;
  }
  #HEADLINE203 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #SHAPE204 {
    top: 128.469px;
    left: 0px;
    width: 26px;
    height: 29.5625px;
  }
  #SHAPE204 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE205 {
    top: 169.396px;
    left: 0px;
    width: 26px;
    height: 29.5625px;
  }
  #SHAPE205 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #HEADLINE206 {
    top: 176.25px;
    left: 39px;
    width: 292px;
  }
  #HEADLINE206 > .ladi-headline {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  #IMAGE207 {
    top: 24.9896px;
    left: 50.668px;
    width: 315.333px;
    height: 319px;
  }
  #IMAGE207 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
    width: 315.333px;
    height: 319px;
    background-image: url("https://w.ladicdn.com/s650x650/5cd53c3230dba94fe2f37973/logo-Cigo Beauty Center-png-1559036741.png");
  }
  #GROUP211 {
    top: 15px;
    left: 22.5px;
    width: 375px;
    height: 80px;
  }
  #GROUP212 {
    top: 507px;
    left: 174.102px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP213 {
    top: 594.99px;
    left: 35.5001px;
    width: 354px;
    height: 62px;
  }
  #GROUP214 {
    top: 941px;
    left: 33px;
    width: 354px;
    height: 62px;
  }
  #GROUP215 {
    top: 675px;
    left: 176.102px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP216 {
    top: 847px;
    left: 175.102px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP217 {
    top: 1114px;
    left: 32px;
    width: 354px;
    height: 62px;
  }
  #GROUP218 {
    top: 1288px;
    left: 33.0002px;
    width: 354px;
    height: 62px;
  }
  #GROUP219 {
    top: 1030px;
    left: 176.112px;
    width: 71.7969px;
    height: 71px;
  }
  #GROUP220 {
    top: 1194px;
    left: 173.5px;
    width: 71px;
    height: 71px;
  }
  #GROUP221 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 126px;
  }
  #GROUP222 {
    top: 9px;
    left: 146px;
    width: 53px;
    height: 53px;
  }
  #GROUP223 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 126px;
  }
  #GROUP224 {
    top: 9px;
    left: 145.5px;
    width: 53px;
    height: 53px;
  }
  #GROUP225 {
    top: 0px;
    left: -4px;
    width: 359px;
    height: 126px;
  }
  #GROUP226 {
    top: 10px;
    left: 147px;
    width: 53px;
    height: 53px;
  }
  #GROUP227 {
    top: 0px;
    left: 0px;
    width: 355px;
    height: 145.5px;
  }
  #GROUP228 {
    top: 5px;
    left: 145px;
    width: 53px;
    height: 53px;
  }
  #GROUP229 {
    top: 0px;
    left: -0.010363px;
    width: 355.01px;
    height: 107px;
  }
  #GROUP230 {
    top: 4.03125px;
    left: 150.646px;
    width: 53px;
    height: 51px;
  }
  #GROUP231 {
    top: 0px;
    left: 0px;
    width: 356.5px;
    height: 142px;
  }
  #GROUP232 {
    top: 17.125px;
    left: 152.25px;
    width: 53.5px;
    height: 54.75px;
  }
  #GROUP233 {
    top: 0px;
    left: 0px;
    width: 361px;
    height: 113px;
  }
  #GROUP234 {
    top: 6px;
    left: 151.021px;
    width: 55px;
    height: 53px;
  }
  #GROUP235 {
    top: 3px;
    left: 0px;
    width: 174.865px;
    height: 39px;
  }
  #GROUP236 {
    top: 1px;
    left: 0px;
    width: 55px;
    height: 55px;
  }
  #GROUP237 {
    top: 0px;
    left: 74px;
    width: 55px;
    height: 55px;
  }
  #GROUP238 {
    top: 0px;
    left: 147px;
    width: 55px;
    height: 55px;
  }
  #GROUP239 {
    top: 0px;
    left: 222px;
    width: 55px;
    height: 55px;
  }
  #GROUP240 {
    top: 160px;
    left: 32.5px;
    width: 355px;
    height: 377px;
  }
  #GROUP241 {
    top: 567.008px;
    left: 32.5px;
    width: 355px;
    height: 241px;
  }
}

.ladi-section-background,
.ladi-image-background,
.ladi-button-background,
.ladi-headline,
.ladi-video-background,
.ladi-countdown-background,
.ladi-box,
.ladi-frame,
.ladi-form-item-background,
.ladi-gallery-view-item,
.ladi-gallery-control-item,
.ladi-spin-lucky-screen,
.ladi-spin-lucky-start,
.ladi-list-paragraph ul li:before {
  background-image: none !important;
}
