/*** uncss> filename: css/style.css ***/
body,
button,
div,
form,
h3,
html,
input,
p,
span {
  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;
}
body {
  line-height: 1;
}
body {
  font-size: 12px;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #fff;
}
.ladi-transition {
  transition: all 150ms linear 0s;
}
.ladi-wraper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.ladi-section {
  margin: 0 auto;
  position: relative;
}
.ladi-section .ladi-section-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.ladi-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.ladi-element {
  position: absolute;
}
.ladi-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(../img/ladi-icons.svg) rgba(255, 255, 255, 0.2) no-repeat;
  cursor: pointer;
  z-index: 90000040;
}
.ladi-carousel .ladi-carousel-arrow-left {
  left: 5px;
  background-position: -28px;
}
.ladi-carousel .ladi-carousel-arrow-right {
  right: 5px;
  background-position: -52px;
}
.ladi-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-countdown {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-countdown .ladi-countdown-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  display: table;
  pointer-events: none;
}
.ladi-countdown .ladi-countdown-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: inherit;
  display: table;
  pointer-events: none;
}
.ladi-countdown .ladi-countdown-text span {
  display: table-cell;
  vertical-align: middle;
}
.ladi-countdown > .ladi-element {
  text-decoration: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  position: relative;
  display: inline-block;
}
.ladi-countdown > .ladi-element:last-child {
  margin-right: 0 !important;
}
.ladi-button {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ladi-button:active {
  transform: translateY(2px);
  transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ladi-button > .ladi-element {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: table;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ladi-button > .ladi-element .ladi-headline {
  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-button > .ladi-element {
  color: initial;
  font-size: initial;
  font-weight: initial;
  text-transform: initial;
  text-decoration: initial;
  font-style: initial;
  text-align: initial;
  letter-spacing: initial;
  line-height: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container {
  text-transform: inherit;
  text-decoration: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
}
.ladi-form > .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: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-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-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-button {
  cursor: pointer;
}
.ladi-form .ladi-button .ladi-headline {
  cursor: pointer;
  user-select: none;
}
.ladi-group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ladi-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ladi-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.ladi-image .ladi-image-background {
  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-paragraph {
  width: 100%;
  display: inline-block;
}
.ladi-line {
  position: relative;
}
.ladi-line .ladi-line-container {
  border-bottom: 0 !important;
  border-right: 0 !important;
  width: 100%;
  height: 100%;
}
[data-action="true"] {
  cursor: pointer;
}
.ladi-hidden {
  display: none;
}
.ladi-lazyload {
  background-image: none !important;
}
@media (max-width: 767px) {
  .ladi-carousel .ladi-carousel-content {
    transition: left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) {
  .ladi-section .ladi-container {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .ladi-section .ladi-container {
    width: 420px;
  }
}
@font-face {
  font-family: "UTM Avo.ttf";
  src: url("../font/utm-avo-20200828042229.ttf") format("truetype");
}
@font-face {
  font-family: "UTM AvoBold.ttf";
  src: url("../font/utm-avobold-20200828042229.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-BoldItalic.ttf";
  src: url("../font/merriweather-bolditalic-20201007045253.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-Regular.ttf";
  src: url("../font/merriweather-regular-20201007045253.ttf") format("truetype");
}
@font-face {
  font-family: "UTM Impact.ttf";
  src: url("../font/utm-impact-20200828042229.ttf") format("truetype");
}
body {
  font-family: "UTM Avo.ttf";
}

@media (min-width: 768px) {
  #SECTION1 {
    height: 754.9px;
  }
  #SECTION1 > .ladi-section-background {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url("../img/untitled-1-recovered-recovered-20201204050254_2.png");
    background-position: center top;
    background-repeat: repeat;
  }
  #SECTION2 {
    height: 1263.9px;
  }
  #SECTION3 {
    height: 838.5px;
  }
  #SECTION4 {
    height: 1067.9px;
  }
  #SECTION5 {
    height: 658.69px;
    display: none !important;
  }
  #SECTION6 {
    height: 933.9px;
  }
  #IMAGE8 {
    width: 1920px;
    height: 767px;
    top: -205.774px;
    left: -1920px;
    display: none !important;
  }
  #IMAGE8 > .ladi-image > .ladi-image-background {
    width: 1920px;
    height: 767px;
    top: 0px;
    left: 0px;
    background-image: url("../img/untitled-1-recovered-recovered-20201204050254.png");
  }
  #IMAGE9 {
    width: 511.935px;
    height: 427px;
    top: 310px;
    left: 395.877px;
  }
  #IMAGE9 > .ladi-image > .ladi-image-background {
    width: 511.935px;
    height: 511.935px;
    top: -44px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813.png");
  }
  #IMAGE9:hover > .ladi-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #HEADLINE10 {
    width: 726px;
    top: 31.513px;
    left: 131.062px;
  }
  #HEADLINE10 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(16, 125, 145);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE11 {
    width: 270.062px;
    height: 82.026px;
    top: 0px;
    left: 0px;
  }
  #IMAGE11 > .ladi-image > .ladi-image-background {
    width: 270.062px;
    height: 82.026px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_logo-01-20210121032519.png");
  }
  #PARAGRAPH12 {
    width: 735px;
    top: 82.026px;
    left: 0px;
  }
  #PARAGRAPH12 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 24px;
    line-height: 1.6;
  }
  #PARAGRAPH13 {
    width: 106px;
    top: 0px;
    left: 33.6874px;
  }
  #PARAGRAPH13 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 24px;
    line-height: 1.6;
  }
  #PARAGRAPH14 {
    width: 106px;
    top: 0px;
    left: 33.6874px;
  }
  #PARAGRAPH14 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 24px;
    line-height: 1.6;
  }
  #PARAGRAPH15 {
    width: 106px;
    top: 0px;
    left: 33.6874px;
  }
  #PARAGRAPH15 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 24px;
    line-height: 1.6;
  }
  #PARAGRAPH16 {
    width: 290px;
    top: 0px;
    left: 33.6874px;
  }
  #PARAGRAPH16 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 24px;
    line-height: 1.6;
  }
  #SHAPE17 {
    width: 21.8749px;
    height: 21.875px;
    top: 10.0625px;
    left: 0px;
  }
  #SHAPE17 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #SHAPE18 {
    width: 21.8749px;
    height: 21.875px;
    top: 10.0625px;
    left: 0px;
  }
  #SHAPE18 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #SHAPE19 {
    width: 21.8749px;
    height: 21.875px;
    top: 10.0625px;
    left: 0px;
  }
  #SHAPE19 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #SHAPE20 {
    width: 21.875px;
    height: 21.875px;
    top: 10.0625px;
    left: 0px;
  }
  #SHAPE20 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP21 {
    width: 139.562px;
    height: 42px;
    top: 136px;
    left: 0px;
  }
  #GROUP23 {
    width: 139.562px;
    height: 42px;
    top: 136px;
    left: 245px;
  }
  #GROUP24 {
    width: 323.312px;
    height: 42px;
    top: 136px;
    left: 367.5px;
  }
  #BUTTON25 {
    width: 319px;
    height: 60px;
    top: 450px;
    left: -360px;
    display: none !important;
  }
  #BUTTON25 > .ladi-button > .ladi-button-background {
    background: #f80759;
    background: -webkit-linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
    background: linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
  }
  #BUTTON25 > .ladi-button {
    border-radius: 15px;
  }
  #BUTTON_TEXT25 {
    width: 319px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT25 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: center;
    line-height: 1.2;
  }
  #PARAGRAPH26 {
    width: 758px;
    top: 20.6px;
    left: 221px;
  }
  #PARAGRAPH26 > .ladi-paragraph {
    color: rgb(16, 125, 145);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE27 {
    width: 994.75px;
    height: 298.8px;
    top: 488.8px;
    left: -367.697px;
  }
  #IMAGE27 > .ladi-image > .ladi-image-background {
    width: 994.75px;
    height: 416.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves-20201019041051_1.png");
  }
  #IMAGE27 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE28 {
    width: 1121.72px;
    height: 470px;
    top: 54.6px;
    left: 439.737px;
  }
  #IMAGE28 > .ladi-image > .ladi-image-background {
    width: 1121.72px;
    height: 470px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves1-20201019041128_1.png");
  }
  #IMAGE28 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE29 {
    width: 538.98px;
    height: 510.391px;
    top: 124.6px;
    left: 300px;
  }
  #IMAGE29 > .ladi-image > .ladi-image-background {
    width: 538.98px;
    height: 510.391px;
    top: 0px;
    left: 0px;
    background-image: url("../img/image21-20201204044309.png");
  }
  #IMAGE29:hover > .ladi-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #PARAGRAPH31 {
    width: 356px;
    top: 0px;
    left: 38.5px;
  }
  #PARAGRAPH31 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #SHAPE32 {
    width: 25px;
    height: 25px;
    top: 11.5px;
    left: 0px;
  }
  #SHAPE32 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH34 {
    width: 356px;
    top: 0px;
    left: 38.5px;
  }
  #PARAGRAPH34 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #SHAPE35 {
    width: 25px;
    height: 25px;
    top: 11.5px;
    left: 0px;
  }
  #SHAPE35 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH37 {
    width: 356px;
    top: 0px;
    left: 38.5px;
  }
  #PARAGRAPH37 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #SHAPE38 {
    width: 25px;
    height: 25px;
    top: 11.5px;
    left: 0px;
  }
  #SHAPE38 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH40 {
    width: 380px;
    top: 0px;
    left: 0px;
  }
  #PARAGRAPH40 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #SHAPE41 {
    width: 25px;
    height: 25px;
    top: 5.5px;
    left: 389px;
  }
  #SHAPE41 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH43 {
    width: 380px;
    top: 0px;
    left: 0px;
  }
  #PARAGRAPH43 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #SHAPE44 {
    width: 25px;
    height: 25px;
    top: 5.5px;
    left: 389px;
  }
  #SHAPE44 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH46 {
    width: 380px;
    top: 0px;
    left: 0px;
  }
  #PARAGRAPH46 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #SHAPE47 {
    width: 25px;
    height: 25px;
    top: 5.5px;
    left: 389px;
  }
  #SHAPE47 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH48 {
    width: 367px;
    top: 736.6px;
    left: 196.351px;
  }
  #PARAGRAPH48 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #BOX49 {
    width: 422.053px;
    height: 361px;
    top: 700.1px;
    left: 168.824px;
  }
  #BOX49 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #BOX51 {
    width: 422.053px;
    height: 361px;
    top: 700.1px;
    left: 635.824px;
  }
  #BOX51 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH52 {
    width: 367px;
    top: 721.6px;
    left: 663.351px;
  }
  #PARAGRAPH52 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH53 {
    width: 396px;
    top: 821.6px;
    left: 655.351px;
  }
  #PARAGRAPH53 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
  }
  #IMAGE54 {
    width: 529.807px;
    height: 414.8px;
    top: 584.8px;
    left: 737.351px;
  }
  #IMAGE54 > .ladi-image > .ladi-image-background {
    width: 529.807px;
    height: 521.329px;
    top: -82.1164px;
    left: 0px;
    background-image: url("../img/leaf0-20201019045057_1.png");
  }
  #IMAGE54 > .ladi-image {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  #IMAGE55 {
    width: 572.967px;
    height: 563.8px;
    top: 700.1px;
    left: -88.886px;
  }
  #IMAGE55 > .ladi-image > .ladi-image-background {
    width: 572.967px;
    height: 563.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf1-20201019045031.png");
  }
  #IMAGE55 > .ladi-image {
    transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
  }
  #IMAGE56 {
    width: 2293.33px;
    height: 860px;
    top: -21.5px;
    left: -618px;
  }
  #IMAGE56 > .ladi-image > .ladi-image-background {
    width: 2293.33px;
    height: 860px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg3-20201019064303_1.png");
  }
  #IMAGE57 {
    width: 496.338px;
    height: 488.396px;
    top: 164.302px;
    left: 351.831px;
  }
  #IMAGE57 > .ladi-image > .ladi-image-background {
    width: 496.338px;
    height: 488.396px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_6.png");
  }
  #IMAGE57:hover > .ladi-image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE61 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 367px;
  }
  #IMAGE61 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #IMAGE62 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 479px;
  }
  #IMAGE62 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #HEADLINE65 {
    width: 872px;
    top: 66.7px;
    left: 165px;
  }
  #HEADLINE65 > .ladi-headline {
    font-family: "Lobster", cursive;
    color: rgb(16, 125, 145);
    font-size: 35px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE68 {
    width: 676px;
    top: 122.7px;
    left: 270.637px;
  }
  #HEADLINE68 > .ladi-headline {
    color: rgb(16, 125, 145);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH69 {
    width: 479px;
    top: 9px;
    left: 0px;
  }
  #PARAGRAPH69 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH71 {
    width: 367px;
    top: 11px;
    left: 0px;
  }
  #PARAGRAPH71 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #IMAGE74 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #IMAGE74 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #PARAGRAPH75 {
    width: 245px;
    top: 9px;
    left: 50px;
  }
  #PARAGRAPH75 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #IMAGE77 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 440px;
  }
  #IMAGE77 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #IMAGE80 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 446px;
  }
  #IMAGE80 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #PARAGRAPH81 {
    width: 446px;
    top: 11px;
    left: 0px;
  }
  #PARAGRAPH81 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #IMAGE83 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #IMAGE83 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #PARAGRAPH84 {
    width: 429px;
    top: 3px;
    left: 53.755px;
  }
  #PARAGRAPH84 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE86 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #IMAGE86 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #PARAGRAPH87 {
    width: 367px;
    top: 3px;
    left: 53.755px;
  }
  #PARAGRAPH87 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE89 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
  }
  #IMAGE89 > .ladi-image > .ladi-image-background {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856.png");
  }
  #PARAGRAPH90 {
    width: 367px;
    top: 3px;
    left: 53.755px;
  }
  #PARAGRAPH90 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #BUTTON_TEXT91 {
    width: 319px;
    top: 9px;
    left: 0px;
    display: flex;
    align-items: center;
  }
  #BUTTON_TEXT91 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #BUTTON91 {
    width: 319px;
    height: 60px;
    top: 652.698px;
    left: 440.5px;
  }
  #BUTTON91 > .ladi-button > .ladi-button-background {
    background: #f80759;
    background: -webkit-linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
    background: linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
  }
  #BUTTON91 > .ladi-button {
    border-radius: 15px;
  }
  #IMAGE95 {
    width: 689.758px;
    height: 623.703px;
    top: 86.897px;
    left: 767.356px;
  }
  #IMAGE95 > .ladi-image > .ladi-image-background {
    width: 739.142px;
    height: 727.316px;
    top: -103.613px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_5.png");
  }
  #IMAGE96 {
    width: 86.8552px;
    height: 88.279px;
    top: 27.751px;
    left: 1104px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 5px 5px);
  }
  #IMAGE96 > .ladi-image > .ladi-image-background {
    width: 86.8552px;
    height: 88.279px;
    top: 0px;
    left: 0px;
    background-image: url("../img/jskk-20201019084647.png");
  }
  #IMAGE100 {
    width: 130.481px;
    height: 106.984px;
    top: 402.505px;
    left: 864.597px;
  }
  #IMAGE100 > .ladi-image > .ladi-image-background {
    width: 130.481px;
    height: 130.481px;
    top: -11.7433px;
    left: 0px;
    background-image: url("../img/pbt-20210121035632.png");
  }
  #IMAGE101 {
    width: 111.091px;
    height: 113.912px;
    top: 112.197px;
    left: 876.747px;
  }
  #IMAGE101 > .ladi-image > .ladi-image-background {
    width: 111.091px;
    height: 113.912px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bi-20210121035627.png");
  }
  #LINE106 {
    width: 276px;
    top: 167.997px;
    left: 612.838px;
  }
  #LINE106 > .ladi-line > .ladi-line-container {
    border-top: 2px dashed rgb(16, 125, 145);
    border-right: 2px dashed rgb(16, 125, 145);
    border-bottom: 2px dashed rgb(16, 125, 145);
    border-left: 0px !important;
  }
  #LINE106 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE110 {
    width: 286px;
    top: 454.997px;
    left: 608.838px;
  }
  #LINE110 > .ladi-line > .ladi-line-container {
    border-top: 2px dashed rgb(16, 125, 145);
    border-right: 2px dashed rgb(16, 125, 145);
    border-bottom: 2px dashed rgb(16, 125, 145);
    border-left: 0px !important;
  }
  #LINE110 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #PARAGRAPH113 {
    width: 392px;
    top: 238.089px;
    left: 733.838px;
  }
  #PARAGRAPH113 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH115 {
    width: 334px;
    top: 522.797px;
    left: 762.838px;
  }
  #PARAGRAPH115 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE116 {
    width: 2172px;
    height: 337px;
    top: 730.2px;
    left: -509px;
  }
  #IMAGE116 > .ladi-image > .ladi-image-background {
    width: 2172px;
    height: 337px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg5-20201019092402_1.png");
  }
  #HEADLINE117 {
    width: 872px;
    top: 745.2px;
    left: 164px;
  }
  #HEADLINE117 > .ladi-headline {
    font-family: "Lobster", cursive;
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH118 {
    width: 227px;
    top: 942.797px;
    left: 0px;
  }
  #PARAGRAPH118 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH119 {
    width: 290px;
    top: 942.797px;
    left: 295.667px;
  }
  #PARAGRAPH119 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH120 {
    width: 250px;
    top: 942.797px;
    left: 654.333px;
  }
  #PARAGRAPH120 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH121 {
    width: 227px;
    top: 942.797px;
    left: 973px;
  }
  #PARAGRAPH121 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE127 {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
  }
  #IMAGE127 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH128 {
    width: 90px;
    top: 41.698px;
    left: 22.6795px;
  }
  #PARAGRAPH128 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP129 {
    width: 135.359px;
    height: 123.397px;
    top: 813.3px;
    left: 45.8205px;
  }
  #IMAGE131 {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
  }
  #IMAGE131 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH132 {
    width: 90px;
    top: 41.698px;
    left: 22.6795px;
  }
  #PARAGRAPH132 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP130 {
    width: 135.359px;
    height: 123.397px;
    top: 813.3px;
    left: 372.987px;
  }
  #IMAGE134 {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
  }
  #IMAGE134 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH135 {
    width: 90px;
    top: 41.698px;
    left: 22.6795px;
  }
  #PARAGRAPH135 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP133 {
    width: 135.359px;
    height: 123.397px;
    top: 813.3px;
    left: 711.654px;
  }
  #IMAGE137 {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
  }
  #IMAGE137 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH138 {
    width: 90px;
    top: 41.698px;
    left: 22.6795px;
  }
  #PARAGRAPH138 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP136 {
    width: 135.359px;
    height: 123.397px;
    top: 813.3px;
    left: 1011.66px;
  }
  #PARAGRAPH139 {
    width: 758px;
    top: 41.8px;
    left: 198px;
  }
  #PARAGRAPH139 > .ladi-paragraph {
    color: rgb(16, 125, 145);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE140 {
    width: 200px;
    height: 162.011px;
    top: 9.489px;
    left: 0px;
  }
  #IMAGE140 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 162.011px;
    top: 0px;
    left: 0px;
    background-image: url("../img/6-20201019094804.png");
  }
  #BOX143 {
    width: 668.053px;
    height: 194px;
    top: 0px;
    left: 0px;
  }
  #BOX143 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH145 {
    width: 454px;
    top: 21.5002px;
    left: 200px;
  }
  #PARAGRAPH145 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP146 {
    width: 668.053px;
    height: 194px;
    top: 177.89px;
    left: 0px;
  }
  #BOX148 {
    width: 667.053px;
    height: 170px;
    top: 0px;
    left: 0px;
  }
  #BOX148 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH150 {
    width: 450px;
    top: 22.5px;
    left: 200px;
  }
  #PARAGRAPH150 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP147 {
    width: 667.053px;
    height: 170px;
    top: 395.89px;
    left: 0px;
  }
  #IMAGE149 {
    width: 200px;
    height: 162.011px;
    top: 0px;
    left: 0px;
  }
  #IMAGE149 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 162.011px;
    top: 0px;
    left: 0px;
    background-image: url("../img/7-20201019094804.png");
  }
  #BOX152 {
    width: 224.053px;
    height: 304px;
    top: 0px;
    left: 0px;
  }
  #BOX152 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH154 {
    width: 188px;
    top: 13.955px;
    left: 18.0265px;
  }
  #PARAGRAPH154 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP151 {
    width: 224.053px;
    height: 304px;
    top: 226.03px;
    left: 688.356px;
  }
  #IMAGE155 {
    width: 958.903px;
    height: 639.59px;
    top: -0.7px;
    left: -415px;
  }
  #IMAGE155 > .ladi-image > .ladi-image-background {
    width: 958.903px;
    height: 639.59px;
    top: 0px;
    left: 0px;
    background-image: url("../img/8-20201019095501.png");
  }
  #PARAGRAPH156 {
    width: 758px;
    top: 32.11px;
    left: 221px;
  }
  #PARAGRAPH156 > .ladi-paragraph {
    color: rgb(16, 125, 145);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE157 {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
  }
  #IMAGE157 > .ladi-image > .ladi-image-background {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_d2bf0f12b0742348abc2ac4d0b1daa921603101691014-20201019101508.jpg");
  }
  #PARAGRAPH158 {
    width: 288px;
    top: 259.925px;
    left: 41.383px;
  }
  #PARAGRAPH158 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP159 {
    width: 370.696px;
    height: 288.49px;
    top: 155.558px;
    left: 0px;
  }
  #IMAGE173 {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
  }
  #IMAGE173 > .ladi-image > .ladi-image-background {
    width: 370.696px;
    height: 246.513px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_523c3ce4c3ef65533c934c028ffe3b441603102762034-20201019101948.jpg");
  }
  #PARAGRAPH174 {
    width: 288px;
    top: 259.925px;
    left: 41.383px;
  }
  #PARAGRAPH174 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP172 {
    width: 370.696px;
    height: 284.925px;
    top: 155.558px;
    left: 415.152px;
  }
  #IMAGE176 {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
  }
  #IMAGE176 > .ladi-image > .ladi-image-background {
    width: 454.513px;
    height: 247.255px;
    top: 0px;
    left: -39.8169px;
    background-image: url("../img/han-toolscom_5fc4f1b1140c25399a6d5361e32ce7a01603102212423-20201019101828.jpg");
  }
  #PARAGRAPH177 {
    width: 288px;
    top: 259.925px;
    left: 41.348px;
  }
  #PARAGRAPH177 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP175 {
    width: 370.696px;
    height: 284.925px;
    top: 157.341px;
    left: 829.304px;
  }
  #PARAGRAPH190 {
    width: 747px;
    top: 80.702px;
    left: -48px;
  }
  #PARAGRAPH190 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
  }
  #SECTION179 {
    height: 623.702px;
  }
  #PARAGRAPH202 {
    width: 450px;
    top: 17px;
    left: 191px;
  }
  #PARAGRAPH202 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(200, 31, 23);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #SECTION191 {
    height: 705.9px;
  }
  #PARAGRAPH203 {
    width: 838px;
    top: 54px;
    left: 191px;
  }
  #PARAGRAPH203 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #BOX205 {
    width: 1051px;
    height: 469px;
    top: 0px;
    left: 0px;
  }
  #BOX205 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #IMAGE208 {
    width: 134px;
    height: 134px;
    top: 31px;
    left: 26px;
  }
  #IMAGE208 > .ladi-image > .ladi-image-background {
    width: 134px;
    height: 134px;
    top: 0px;
    left: 0px;
    background-image: url("../img/23-20200922101526.png");
  }
  #IMAGE208 > .ladi-image {
    border-radius: 300px;
  }
  #GROUP209 {
    width: 1051px;
    height: 469px;
    top: 27px;
    left: 1121.5px;
  }
  #BOX211 {
    width: 1051px;
    height: 464px;
    top: 0px;
    left: 0px;
  }
  #BOX211 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH212 {
    width: 838px;
    top: 54px;
    left: 191px;
  }
  #PARAGRAPH212 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH213 {
    width: 450px;
    top: 17px;
    left: 191px;
  }
  #PARAGRAPH213 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(200, 31, 23);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE214 {
    width: 134px;
    height: 134px;
    top: 31px;
    left: 26px;
  }
  #IMAGE214 > .ladi-image > .ladi-image-background {
    width: 134px;
    height: 134px;
    top: 0px;
    left: 0px;
    background-image: url("../img/11-20200922101518.png");
  }
  #IMAGE214 > .ladi-image {
    border-radius: 300px;
  }
  #GROUP210 {
    width: 1051px;
    height: 464px;
    top: 27px;
    left: 24.5px;
  }
  #BOX216 {
    width: 1051px;
    height: 467px;
    top: 0px;
    left: 0px;
  }
  #BOX216 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH217 {
    width: 838px;
    top: 54px;
    left: 191px;
  }
  #PARAGRAPH217 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH218 {
    width: 450px;
    top: 17px;
    left: 191px;
  }
  #PARAGRAPH218 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(200, 31, 23);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE219 {
    width: 134px;
    height: 134px;
    top: 31px;
    left: 26px;
  }
  #IMAGE219 > .ladi-image > .ladi-image-background {
    width: 134px;
    height: 134px;
    top: 0px;
    left: 0px;
    background-image: url("../img/40s_male_05-20200922110342.jpg");
  }
  #IMAGE219 > .ladi-image {
    border-radius: 300px;
  }
  #GROUP215 {
    width: 1051px;
    height: 467px;
    top: 27px;
    left: 2225px;
  }
  #CAROUSEL220 {
    width: 1100px;
    height: 532px;
    top: 59.4px;
    left: 50px;
  }
  #SECTION221 {
    height: 408px;
  }
  #SECTION238 {
    height: 720px;
  }
  #IMAGE255 {
    width: 1032.63px;
    height: 634.984px;
    top: -157.282px;
    left: -617.478px;
  }
  #IMAGE255 > .ladi-image > .ladi-image-background {
    width: 1032.63px;
    height: 634.984px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg5-20201019104335.png");
  }
  #IMAGE255 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE256 {
    width: 1049.63px;
    height: 634.984px;
    top: 12.718px;
    left: 219.494px;
  }
  #IMAGE256 > .ladi-image > .ladi-image-background {
    width: 1049.63px;
    height: 634.984px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg5-20201019104335.png");
  }
  #IMAGE256 > .ladi-image {
    opacity: 0.5;
  }
  #IMAGE257 {
    width: 370.926px;
    height: 456.393px;
    top: 102.013px;
    left: 720.494px;
  }
  #IMAGE257 > .ladi-image > .ladi-image-background {
    width: 370.926px;
    height: 456.393px;
    top: 0px;
    left: 0px;
    background-image: url("../img/9-20201019105057.png");
  }
  #PARAGRAPH258 {
    width: 540px;
    top: 504.21px;
    left: -48px;
  }
  #PARAGRAPH258 > .ladi-paragraph {
    color: rgb(201, 31, 23);
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
  }
  #IMAGE259 {
    width: 150.203px;
    height: 147.8px;
    top: 24px;
    left: 1034.8px;
  }
  #IMAGE259 > .ladi-image > .ladi-image-background {
    width: 150.203px;
    height: 147.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf0-20201019045057.png");
  }
  #IMAGE261 {
    width: 200px;
    height: 196.8px;
    top: 181.91px;
    left: -55.5125px;
  }
  #IMAGE261 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 196.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf01-20201019045011.png");
  }
  #IMAGE261 > .ladi-image {
    transform: rotate(-57deg);
    -webkit-transform: rotate(-57deg);
  }
  #BUTTON_TEXT262 {
    width: 319px;
    top: 9px;
    left: 0px;
    display: flex;
    align-items: center;
  }
  #BUTTON_TEXT262 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #BUTTON262 {
    width: 319px;
    height: 60px;
    top: 591.4px;
    left: 440.5px;
  }
  #BUTTON262 > .ladi-button > .ladi-button-background {
    background: #f80759;
    background: -webkit-linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
    background: linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
  }
  #BUTTON262 > .ladi-button {
    border-radius: 15px;
  }
  #IMAGE266 {
    width: 64.7812px;
    height: 71px;
    top: 25.225px;
    left: 21.142px;
  }
  #IMAGE266 > .ladi-image > .ladi-image-background {
    width: 62.2754px;
    height: 71px;
    top: 0px;
    left: 0px;
    background-image: url("../img/thuoc-20210121035752.png");
  }
  #IMAGE267 {
    width: 61.8243px;
    height: 61px;
    top: 177.5px;
    left: 21.142px;
  }
  #IMAGE267 > .ladi-image > .ladi-image-background {
    width: 61.8243px;
    height: 61px;
    top: 0px;
    left: 0px;
    background-image: url("../img/lich-20210121035945.png");
  }
  #BOX268 {
    width: 278.926px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #BOX268 > .ladi-box {
    background-color: rgb(16, 125, 145);
  }
  #IMAGE270 {
    width: 60.7104px;
    height: 67.568px;
    top: 304.963px;
    left: 21.142px;
  }
  #IMAGE270 > .ladi-image > .ladi-image-background {
    width: 60.8177px;
    height: 68.4199px;
    top: 0px;
    left: 0px;
    background-image: url("../img/o-20210121040000.png");
  }
  #PARAGRAPH271 {
    width: 162px;
    top: 33.225px;
    left: 103.183px;
  }
  #PARAGRAPH271 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #PARAGRAPH272 {
    width: 162px;
    top: 177.5px;
    left: 103.182px;
  }
  #PARAGRAPH272 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #PARAGRAPH273 {
    width: 162px;
    top: 317.747px;
    left: 103.182px;
  }
  #PARAGRAPH273 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #LINE274 {
    width: 280px;
    top: 124.5px;
    left: 0px;
  }
  #LINE274 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE274 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE275 {
    width: 280px;
    top: 268.275px;
    left: 0px;
  }
  #LINE275 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE275 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP276 {
    width: 280px;
    height: 408px;
    top: 0px;
    left: 398.5px;
  }
  #BOX278 {
    width: 278.926px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #BOX278 > .ladi-box {
    background-color: rgb(10, 92, 107);
  }
  #PARAGRAPH282 {
    width: 162px;
    top: 38.725px;
    left: 103.183px;
  }
  #PARAGRAPH282 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #PARAGRAPH283 {
    width: 162px;
    top: 173px;
    left: 103.183px;
  }
  #PARAGRAPH283 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #PARAGRAPH284 {
    width: 170px;
    top: 302.273px;
    left: 103.183px;
  }
  #PARAGRAPH284 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #LINE285 {
    width: 279px;
    top: 124.5px;
    left: 0px;
  }
  #LINE285 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE285 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE286 {
    width: 280px;
    top: 268.275px;
    left: 0px;
  }
  #LINE286 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE286 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #IMAGE287 {
    width: 499.565px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #IMAGE287 > .ladi-image > .ladi-image-background {
    width: 709.565px;
    height: 408px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_11525a4cc0dd961ae4481c5a1a4a15361603162257225-20201020025455.png");
  }
  #GROUP288 {
    width: 678.5px;
    height: 408px;
    top: 0px;
    left: -53px;
  }
  #IMAGE289 {
    width: 611.694px;
    height: 408px;
    top: 0px;
    left: 26.5px;
  }
  #IMAGE289 > .ladi-image > .ladi-image-background {
    width: 611.694px;
    height: 408px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_b746edee1d166996d1e4791f3aec5af71603163103718-20201020030536.png");
  }
  #SHAPE291 {
    width: 57.5271px;
    height: 67.6966px;
    top: 29.8767px;
    left: 21.142px;
  }
  #SHAPE291 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE293 {
    width: 62px;
    height: 62px;
    top: 173px;
    left: 18.906px;
  }
  #SHAPE293 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE294 {
    width: 61.5841px;
    height: 60.817px;
    top: 313.865px;
    left: 19.1139px;
  }
  #SHAPE294 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP295 {
    width: 280px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #GROUP296 {
    width: 638.194px;
    height: 408px;
    top: 0px;
    left: 624.5px;
  }
  #IMAGE297 {
    width: 889.737px;
    height: 372.8px;
    top: 35.2px;
    left: -478.737px;
  }
  #IMAGE297 > .ladi-image > .ladi-image-background {
    width: 889.737px;
    height: 372.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves-20201019041051_2.png");
  }
  #IMAGE297 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE298 {
    width: 843.437px;
    height: 353.4px;
    top: 8.608px;
    left: 720px;
  }
  #IMAGE298 > .ladi-image > .ladi-image-background {
    width: 843.437px;
    height: 353.4px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves1-20201019041128_2.png");
  }
  #IMAGE298 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE299 {
    width: 1920px;
    height: 720px;
    top: 0px;
    left: -380px;
  }
  #IMAGE299 > .ladi-image > .ladi-image-background {
    width: 1920px;
    height: 720px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg6-20201020070334.png");
  }
  #IMAGE303 {
    width: 1920px;
    height: 275.55px;
    top: 444.45px;
    left: -374px;
  }
  #IMAGE303 > .ladi-image > .ladi-image-background {
    width: 1920px;
    height: 727px;
    top: -444.45px;
    left: 0px;
    background-image: url("../img/elm3-20201020070334.png");
  }
  #IMAGE304 {
    width: 765.964px;
    height: 631px;
    top: 23.608px;
    left: -653px;
  }
  #IMAGE304 > .ladi-image > .ladi-image-background {
    width: 1682.67px;
    height: 631px;
    top: 0px;
    left: 0px;
    background-image: url("../img/elm1-20201020070334.png");
  }
  #IMAGE305 {
    width: 972px;
    height: 720px;
    top: -10.392px;
    left: -1000px;
  }
  #IMAGE305 > .ladi-image > .ladi-image-background {
    width: 1920px;
    height: 720px;
    top: 0px;
    left: 0px;
    background-image: url("../img/elm2-20201020070334.png");
  }
  #HEADLINE306 {
    width: 788px;
    top: 9.5px;
    left: 486.964px;
  }
  #HEADLINE306 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: center;
    line-height: 1.6;
  }
  #FORM310 {
    width: 372.75px;
    height: 161.166px;
    top: 224.358px;
    left: 17.5725px;
  }
  #FORM310 > .ladi-form {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
  }
  #FORM310 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #BUTTON311 {
    width: 265.185px;
    height: 58.575px;
    top: 102.591px;
    left: 53.7825px;
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON311 > .ladi-button > .ladi-button-background {
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON311 > .ladi-button {
    border-radius: 40px;
  }
  #BUTTON_TEXT311 {
    width: 249px;
    top: 9.585px;
    left: 0px;
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON_TEXT311 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #FORM_ITEM312 {
    width: 372.75px;
    height: 37.275px;
    top: 0px;
    left: 0px;
  }
  #FORM_ITEM314 {
    width: 372.75px;
    height: 37.275px;
    top: 61.925px;
    left: 0px;
  }
  #BOX316 {
    width: 407.895px;
    height: 460px;
    top: 0px;
    left: 0px;
  }
  #BOX316 > .ladi-box {
    background: #02aab0;
    background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
    background: linear-gradient(180deg, #02aab0, #00cdac);
    border-radius: 20px;
  }
  #HEADLINE317 {
    width: 788px;
    top: 60.5px;
    left: 525.964px;
  }
  #HEADLINE317 > .ladi-headline {
    color: rgb(16, 125, 145);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
  }
  #HEADLINE318 {
    width: 390px;
    top: 0px;
    left: 35px;
  }
  #HEADLINE318 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE319 {
    width: 24px;
    height: 22.2197px;
    top: 4.89px;
    left: 0px;
  }
  #SHAPE319 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP320 {
    width: 425px;
    height: 32px;
    top: 108.502px;
    left: 525.964px;
  }
  #HEADLINE322 {
    width: 390px;
    top: 0px;
    left: 35px;
  }
  #HEADLINE322 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE323 {
    width: 24px;
    height: 22.2197px;
    top: 4.89px;
    left: 0px;
  }
  #SHAPE323 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP321 {
    width: 425px;
    height: 32px;
    top: 149.943px;
    left: 525.964px;
  }
  #HEADLINE325 {
    width: 582px;
    top: 0px;
    left: 35px;
  }
  #HEADLINE325 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE326 {
    width: 24px;
    height: 22.2197px;
    top: 4.89px;
    left: 0px;
  }
  #SHAPE326 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP324 {
    width: 617px;
    height: 32px;
    top: 191.384px;
    left: 525.964px;
  }
  #GROUP327 {
    width: 407.895px;
    height: 460px;
    top: 0px;
    left: 0px;
  }
  #IMAGE328 {
    width: 661.656px;
    height: 431.4px;
    top: 300.382px;
    left: 793.34px;
  }
  #IMAGE328 > .ladi-image > .ladi-image-background {
    width: 661.656px;
    height: 431.4px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_1ca1deb078234b26aaa5da8a69e520741603178882428-20201020072846.png");
  }
  #IMAGE330 {
    width: 437.608px;
    height: 355.452px;
    top: 0px;
    left: -470px;
    display: none !important;
  }
  #IMAGE330 > .ladi-image > .ladi-image-background {
    width: 437.608px;
    height: 355.452px;
    top: 0px;
    left: 0px;
    background-image: url("../img/layer-41-20201204050610.png");
  }
  #PARAGRAPH78 {
    width: 440px;
    top: 11px;
    left: 0px;
  }
  #PARAGRAPH78 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: right;
    line-height: 1.6;
  }
  #SECTION332 {
    height: 73px;
  }
  #SECTION332 > .ladi-section-background {
    background-color: rgb(10, 92, 107);
  }
  #PARAGRAPH333 {
    width: 929px;
    top: 0px;
    left: 0px;
  }
  #PARAGRAPH333 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE335 {
    width: 20.0119px;
    height: 19.9791px;
    top: 2.7604px;
    left: 308.5px;
  }
  #IMAGE335 > .ladi-image > .ladi-image-background {
    width: 20.0119px;
    height: 19.9791px;
    top: 0px;
    left: 0px;
    background-image: url("../img/copy-20201020085058.png");
  }
  #GROUP336 {
    width: 929px;
    height: 50px;
    top: 11.5px;
    left: 135.5px;
  }
  #GROUP337 {
    width: 139.562px;
    height: 42px;
    top: 136px;
    left: 122.5px;
  }
  #GROUP76 {
    width: 490px;
    height: 75px;
    top: 439.2px;
    left: -117.903px;
  }
  #GROUP79 {
    width: 496px;
    height: 50px;
    top: 549.2px;
    left: -97px;
  }
  #GROUP73 {
    width: 295px;
    height: 50px;
    top: 261.2px;
    left: 828.137px;
  }
  #GROUP72 {
    width: 417px;
    height: 50px;
    top: 254.2px;
    left: -10.9025px;
  }
  #IMAGE342 {
    width: 546.08px;
    height: 235.107px;
    top: 223px;
    left: 356.715px;
  }
  #IMAGE342 > .ladi-image > .ladi-image-background {
    width: 546.08px;
    height: 235.107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-5-20201130023540.jpg");
  }
  #IMAGE343 {
    width: 481.493px;
    height: 235.107px;
    top: 223px;
    left: 1406.25px;
  }
  #IMAGE343 > .ladi-image > .ladi-image-background {
    width: 481.493px;
    height: 235.107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-2-20201130023106.jpg");
  }
  #IMAGE344 {
    width: 460.499px;
    height: 235.107px;
    top: 223px;
    left: 2519.75px;
  }
  #IMAGE344 > .ladi-image > .ladi-image-background {
    width: 460.499px;
    height: 235.107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-6-20201130023619.jpg");
  }
  #IMAGE345 {
    width: 376.006px;
    height: 182.429px;
    top: 0px;
    left: 0px;
  }
  #IMAGE345 > .ladi-image > .ladi-image-background {
    width: 376.006px;
    height: 182.429px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-4-20201130023603.jpg");
  }
  #IMAGE346 {
    width: 372.645px;
    height: 257.28px;
    top: 0px;
    left: 0px;
  }
  #IMAGE346 > .ladi-image > .ladi-image-background {
    width: 376.645px;
    height: 339.983px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-8-20201130030009.jpg");
  }
  #IMAGE347 {
    width: 381px;
    height: 178.107px;
    top: 0px;
    left: 0px;
  }
  #IMAGE347 > .ladi-image > .ladi-image-background {
    width: 381px;
    height: 178.107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-7-20201130024016.jpg");
  }
  #PARAGRAPH348 {
    width: 288px;
    top: 232.694px;
    left: 44.003px;
  }
  #PARAGRAPH348 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH349 {
    width: 288px;
    top: 272.28px;
    left: 42.096px;
  }
  #PARAGRAPH349 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH350 {
    width: 288px;
    top: 232.694px;
    left: 46.5px;
  }
  #PARAGRAPH350 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP354 {
    width: 381px;
    height: 257.694px;
    top: 596.827px;
    left: 0px;
  }
  #GROUP355 {
    width: 372.645px;
    height: 297.28px;
    top: 557.241px;
    left: 415.152px;
  }
  #GROUP356 {
    width: 376.006px;
    height: 257.694px;
    top: 596.827px;
    left: 823.994px;
  }
  #PARAGRAPH357 {
    width: 385px;
    top: 399.975px;
    left: 11.4475px;
  }
  #PARAGRAPH357 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-style: italic;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH358 {
    width: 183px;
    top: 12.75px;
    left: 112.447px;
  }
  #PARAGRAPH358 > .ladi-paragraph {
    color: rgb(255, 251, 83);
    font-size: 16px;
    line-height: 1.6;
  }
  #GROUP359 {
    width: 407.895px;
    height: 460px;
    top: 0px;
    left: 0px;
  }
  #BOX362 {
    width: 407.895px;
    height: 501.541px;
    top: 0px;
    left: 0px;
  }
  #BOX362 > .ladi-box {
    background: #02aab0;
    background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
    background: linear-gradient(180deg, #02aab0, #00cdac);
    border-radius: 20px;
  }
  #BUTTON_TEXT364 {
    width: 249px;
    top: 11.3002px;
    left: 0px;
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON_TEXT364 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON364 {
    width: 265.185px;
    height: 69.0566px;
    top: 123.772px;
    left: 53.7825px;
  }
  #BUTTON364 > .ladi-button > .ladi-button-background {
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON364 > .ladi-button {
    border-radius: 40px;
  }
  #FORM_ITEM366 {
    width: 372.75px;
    height: 43.9452px;
    top: 0px;
    left: 0px;
  }
  #FORM_ITEM367 {
    width: 372.75px;
    height: 43.9452px;
    top: 70.5009px;
    left: 0px;
  }
  #FORM363 {
    width: 372.75px;
    height: 192.829px;
    top: 224.138px;
    left: 17.5725px;
  }
  #FORM363 > .ladi-form {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
  }
  #FORM310 > .ladi-form label,
  #FORM363 > .ladi-form label {
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative;
    left: 0;
  }
  #FORM310 > .ladi-form label[for="name"],
  #FORM363 > .ladi-form label[for="name"] {
    top: -20px;
  }
  #FORM363 > .ladi-form label[for="phone"] {
    top: 25px;
  }
  #FORM310 > .ladi-form label[for="phone"] {
    top: 17px;
  }
  #FORM363 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #GROUP361 {
    width: 407.895px;
    height: 501.541px;
    top: 0px;
    left: 0px;
  }
  #PARAGRAPH368 {
    width: 407px;
    top: 435.628px;
    left: 0px;
  }
  #PARAGRAPH368 > .ladi-paragraph {
    color: rgb(132, 7, 1);
    font-size: 13px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP360 {
    width: 407.895px;
    height: 501.541px;
    top: 227px;
    left: 0px;
  }
  #FORM_ITEM378 {
    width: 32.4275px;
    height: 41.263px;
    top: 112.236px;
    left: 0px;
    display: none !important;
  }
  #FORM_ITEM379 {
    width: 32.4275px;
    height: 41.263px;
    top: 105.201px;
    left: 32.4275px;
    display: none !important;
  }
  #FORM_ITEM380 {
    width: 32.4275px;
    height: 41.263px;
    top: 105.201px;
    left: 62.4275px;
    display: none !important;
  }
  #FORM_ITEM381 {
    width: 34.5px;
    height: 41.263px;
    top: 105.201px;
    left: 92.4275px;
    display: none !important;
  }
  #FORM_ITEM382 {
    width: 34.5px;
    height: 41.263px;
    top: 105.201px;
    left: 132.428px;
    display: none !important;
  }
  #FORM_ITEM383 {
    width: 34.5px;
    height: 41.263px;
    top: 105.201px;
    left: 172.428px;
    display: none !important;
  }
  #FORM_ITEM384 {
    width: 34.5px;
    height: 41.263px;
    top: 105.201px;
    left: 212.428px;
    display: none !important;
  }
  #FORM_ITEM385 {
    width: 34.5px;
    height: 41.263px;
    top: 106.105px;
    left: 250px;
    display: none !important;
  }
  #FORM_ITEM386 {
    width: 30px;
    height: 35px;
    top: 95.2px;
    left: 0px;
    display: none !important;
  }
  #FORM_ITEM387 {
    width: 30px;
    height: 35px;
    top: 89.5905px;
    left: 26.4635px;
    display: none !important;
  }
  #FORM_ITEM388 {
    width: 30px;
    height: 35px;
    top: 89.5905px;
    left: 56.4635px;
    display: none !important;
  }
  #FORM_ITEM389 {
    width: 30px;
    height: 35px;
    top: 89.5905px;
    left: 86.4635px;
    display: none !important;
  }
  #FORM_ITEM390 {
    width: 30px;
    height: 35px;
    top: 89.5905px;
    left: 116.463px;
    display: none !important;
  }
  #FORM_ITEM391 {
    width: 30px;
    height: 35px;
    top: 89.5905px;
    left: 146.463px;
    display: none !important;
  }
  #FORM_ITEM392 {
    width: 30px;
    height: 35px;
    top: 89.5905px;
    left: 176.463px;
    display: none !important;
  }
  #FORM_ITEM393 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 210px;
    display: none !important;
  }
  #GROUP394 {
    width: 414px;
    height: 64px;
    top: 173.5px;
    left: 18.7px;
  }
  #GROUP395 {
    width: 394.5px;
    height: 64px;
    top: 254.6px;
    left: 810px;
  }
  #GROUP396 {
    width: 394.5px;
    height: 36.5px;
    top: 364.6px;
    left: 860px;
  }
  #GROUP398 {
    width: 394.5px;
    height: 36.5px;
    top: 444.6px;
    left: 880px;
  }
  #GROUP399 {
    width: 414px;
    height: 32px;
    top: 310.7px;
    left: -67.3px;
  }
  #GROUP400 {
    width: 414px;
    height: 32px;
    top: 417.4px;
    left: -81.3px;
  }
  #GROUP401 {
    width: 482.755px;
    height: 50px;
    top: 349.533px;
    left: 817.137px;
  }
  #GROUP402 {
    width: 420.755px;
    height: 50px;
    top: 451.7px;
    left: 792px;
  }
  #GROUP403 {
    width: 420.755px;
    height: 50px;
    top: 549.2px;
    left: 792px;
  }
  #GROUP404 {
    width: 529px;
    height: 50px;
    top: 349.533px;
    left: -130px;
  }
  #COUNTDOWN406 {
    width: 251.062px;
    height: 44.7204px;
    top: 3.599px;
    left: 32px;
  }
  #COUNTDOWN406 > .ladi-countdown {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN406 > .ladi-countdown > .ladi-element {
    width: calc((100% - 38px * 3) / 4);
    margin-right: 38px;
    height: 100%;
  }
  #PARAGRAPH411 {
    width: 37px;
    top: 0px;
    left: 113.031px;
  }
  #PARAGRAPH411 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH412 {
    width: 37px;
    top: 0px;
    left: 183.031px;
  }
  #PARAGRAPH412 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP413 {
    width: 251.062px;
    height: 48.3194px;
    top: 265.541px;
    left: 31px;
  }
  #PARAGRAPH414 {
    width: 273px;
    top: 228.541px;
    left: 67.4475px;
  }
  #PARAGRAPH414 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM417 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN416 {
    width: 251.062px;
    height: 40.3726px;
    top: 5.0824px;
    left: 32px;
  }
  #COUNTDOWN416 > .ladi-countdown {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
  }
  #COUNTDOWN416 > .ladi-countdown > .ladi-element {
    width: calc((100% - 30px * 3) / 4);
    margin-right: 30px;
    height: 100%;
  }
  #PARAGRAPH421 {
    width: 37px;
    top: 0px;
    left: 110.031px;
  }
  #PARAGRAPH421 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH422 {
    width: 37px;
    top: 0px;
    left: 180.031px;
  }
  #PARAGRAPH422 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP415 {
    width: 251.062px;
    height: 47px;
    top: 73.833px;
    left: 34.974px;
  }
  #PARAGRAPH423 {
    width: 273px;
    top: 40.833px;
    left: 62.036px;
  }
  #PARAGRAPH423 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE424 {
    width: 356.636px;
    height: 504.21px;
    top: 0px;
    left: 1001px;
  }
  #IMAGE424 > .ladi-image > .ladi-image-background {
    width: 356.636px;
    height: 504.21px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab-indo-20210120094608.jpg");
  }
  #PARAGRAPH425 {
    width: 385px;
    top: 680.558px;
    left: 11.412px;
  }
  #PARAGRAPH425 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-style: italic;
    text-align: left;
    line-height: 1.6;
  }
  #GROUP426 {
    width: 407.895px;
    height: 460px;
    top: 243.382px;
    left: 525.964px;
  }
  #GROUP427 {
    width: 748.338px;
    height: 674.32px;
    top: -4.46px;
    left: -25.684px;
  }
  #IMAGE105 {
    width: 304.675px;
    height: 299.8px;
    top: 139.668px;
    left: 0px;
  }
  #IMAGE105 > .ladi-image > .ladi-image-background {
    width: 304.675px;
    height: 299.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf01-20201019045011_1.png");
  }
  #IMAGE105 > .ladi-image {
    transform: rotate(-406deg);
    -webkit-transform: rotate(-406deg);
  }
  #IMAGE104 {
    width: 351.423px;
    height: 345.8px;
    top: 242.668px;
    left: 396.915px;
  }
  #IMAGE104 > .ladi-image > .ladi-image-background {
    width: 351.423px;
    height: 345.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf-20201019044827.png");
  }
  #IMAGE104 > .ladi-image {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
  #IMAGE102 {
    width: 638.931px;
    height: 674.32px;
    top: 0px;
    left: 22.753px;
  }
  #IMAGE102 > .ladi-image > .ladi-image-background {
    width: 638.931px;
    height: 674.32px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_2.png");
  }
  #HEADLINE428 {
    width: 278px;
    top: 9.5px;
    left: 154px;
  }
  #HEADLINE428 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE429 {
    width: 147px;
    top: 29.5px;
    left: 7px;
  }
  #HEADLINE429 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
  }
  #BOX430 {
    width: 408px;
    height: 83px;
    top: 0px;
    left: 0px;
  }
  #BOX430 > .ladi-box {
    box-shadow: 0px 7px 13px -13px #000;
    -webkit-box-shadow: 0px 7px 13px -13px #000;
    background-color: rgb(1, 112, 116);
    border-color: rgb(255, 255, 255);
    border-width: 1px;
  }
  #GROUP431 {
    width: 432px;
    height: 83px;
    top: 339px;
    left: 0px;
  }
  #BOX437 {
    width: 407.895px;
    height: 64px;
    top: 4px;
    left: 68px;
  }
  #BOX437 > .ladi-box {
    box-shadow: 0px 7px 13px -13px #000;
    -webkit-box-shadow: 0px 7px 13px -13px #000;
    background-color: rgb(1, 112, 116);
    border-color: rgb(255, 255, 255);
    border-width: 1px;
  }
  #HEADLINE438 {
    width: 300px;
    top: 24px;
    left: 0px;
  }
  #HEADLINE438 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
  }
  #HEADLINE439 {
    width: 305px;
    top: 0px;
    left: 223px;
  }
  #HEADLINE439 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
  }
  #GROUP436 {
    width: 528px;
    height: 68px;
    top: 372.45px;
    left: 457.964px;
  }
  #IMAGE441 {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
  }
  #IMAGE441 > .ladi-image > .ladi-image-background {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
    background-image: url("../img/blue-speech-bubble-euclidean-text-box-transparent-background-blue-text-box-png-581_584-removebg-preview-20210204074122.png");
  }
  #PARAGRAPH442 {
    width: 214px;
    top: 69px;
    left: 20.305px;
  }
  #PARAGRAPH442 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM Impact.ttf";
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH443 {
    width: 214px;
    top: 95px;
    left: 34.305px;
  }
  #PARAGRAPH443 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP444 {
    width: 264.611px;
    height: 266.205px;
    top: 149px;
    left: 556px;
  }
  #IMAGE446 {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
  }
  #IMAGE446 > .ladi-image > .ladi-image-background {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
    background-image: url("../img/blue-speech-bubble-euclidean-text-box-transparent-background-blue-text-box-png-581_584-removebg-preview-20210204074122.png");
  }
  #PARAGRAPH447 {
    width: 214px;
    top: 69px;
    left: 20.305px;
  }
  #PARAGRAPH447 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM Impact.ttf";
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH448 {
    width: 214px;
    top: 95px;
    left: 34.305px;
  }
  #PARAGRAPH448 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP445 {
    width: 264.611px;
    height: 266.205px;
    top: 41.608px;
    left: 71.6065px;
  }
  #IMAGE302 {
    width: 651.404px;
    height: 585.292px;
    top: 124.316px;
    left: -88px;
  }
  #IMAGE302 > .ladi-image > .ladi-image-background {
    width: 651.404px;
    height: 640.981px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_3.png");
  }
}
@media (max-width: 767px) {
  #SECTION1 {
    height: 1261px;
  }
  #SECTION2 {
    height: 1694.44px;
  }
  #SECTION3 {
    height: 1058.6px;
  }
  #SECTION4 {
    height: 1442.16px;
  }
  #SECTION5 {
    height: 1220.77px;
    display: none !important;
  }
  #SECTION6 {
    height: 1927.1px;
  }
  #IMAGE8 {
    width: 1816px;
    height: 1403.16px;
    top: -142.159px;
    left: -439.003px;
  }
  #IMAGE8 > .ladi-image > .ladi-image-background {
    width: 1816px;
    height: 1403.16px;
    top: 0px;
    left: 0px;
    background-image: url("../img/untitled-1-recovered-recovered-20201204050254_1.png");
  }
  #IMAGE9 {
    width: 340.822px;
    height: 311px;
    top: 444.421px;
    left: -25.291px;
  }
  #IMAGE9 > .ladi-image > .ladi-image-background {
    width: 362.492px;
    height: 334.323px;
    top: -6.45525px;
    left: -8.77368px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_1.png");
  }
  #IMAGE9:hover > .ladi-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #HEADLINE10 {
    width: 400px;
    top: 72px;
    left: 10px;
  }
  #HEADLINE10 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(16, 125, 145);
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE11 {
    width: 203.183px;
    height: 48.0523px;
    top: 11.841px;
    left: 93.1585px;
  }
  #IMAGE11 > .ladi-image > .ladi-image-background {
    width: 203.183px;
    height: 48.0523px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_logo-01-20210121032519_1.png");
  }
  #PARAGRAPH12 {
    width: 400px;
    top: 109.893px;
    left: 10.0005px;
  }
  #PARAGRAPH12 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 18px;
    line-height: 1.6;
  }
  #PARAGRAPH13 {
    width: 121px;
    top: 0px;
    left: 38.5px;
  }
  #PARAGRAPH13 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #PARAGRAPH14 {
    width: 121px;
    top: 0px;
    left: 38.5px;
  }
  #PARAGRAPH14 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #PARAGRAPH15 {
    width: 121px;
    top: 0px;
    left: 38.5px;
  }
  #PARAGRAPH15 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #PARAGRAPH16 {
    width: 331px;
    top: 0px;
    left: 38.5px;
  }
  #PARAGRAPH16 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #SHAPE17 {
    width: 18px;
    height: 18px;
    top: 7px;
    left: 0px;
  }
  #SHAPE17 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #SHAPE18 {
    width: 18px;
    height: 18px;
    top: 7px;
    left: 0px;
  }
  #SHAPE18 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #SHAPE19 {
    width: 18px;
    height: 18px;
    top: 7px;
    left: 0px;
  }
  #SHAPE19 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #SHAPE20 {
    width: 18px;
    height: 18px;
    top: 7px;
    left: 0px;
  }
  #SHAPE20 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP21 {
    width: 159.5px;
    height: 32px;
    top: 173.893px;
    left: 10.0005px;
  }
  #GROUP23 {
    width: 159.5px;
    height: 32px;
    top: 218.664px;
    left: 10.0005px;
  }
  #GROUP24 {
    width: 369.5px;
    height: 32px;
    top: 307.205px;
    left: 10.0005px;
  }
  #BUTTON25 {
    width: 319px;
    height: 60px;
    top: 1041.2px;
    left: -470px;
  }
  #BUTTON25 > .ladi-button > .ladi-button-background {
    background: #f80759;
    background: -webkit-linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
    background: linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
  }
  #BUTTON25 > .ladi-button {
    border-radius: 15px;
  }
  #BUTTON_TEXT25 {
    width: 319px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT25 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 19px;
    text-align: center;
    line-height: 1.2;
  }
  #PARAGRAPH26 {
    width: 404px;
    top: 10px;
    left: 10px;
  }
  #PARAGRAPH26 > .ladi-paragraph {
    color: rgb(16, 125, 145);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE27 {
    width: 400px;
    height: 120.151px;
    top: 403.882px;
    left: -161px;
  }
  #IMAGE27 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 167.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves-20201019041051.png");
  }
  #IMAGE27 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE28 {
    width: 400px;
    height: 167.599px;
    top: 167px;
    left: 191px;
  }
  #IMAGE28 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 167.599px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves1-20201019041128.png");
  }
  #IMAGE28 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE29 {
    width: 400px;
    height: 378.783px;
    top: 153.599px;
    left: 12px;
  }
  #IMAGE29 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 378.783px;
    top: 0px;
    left: 0px;
    background-image: url("../img/image21-20201204044309_1.png");
  }
  #IMAGE29:hover > .ladi-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #PARAGRAPH31 {
    width: 356px;
    top: 0px;
    left: 36.5px;
  }
  #PARAGRAPH31 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #SHAPE32 {
    width: 25px;
    height: 25px;
    top: 3.498px;
    left: 0px;
  }
  #SHAPE32 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH34 {
    width: 356px;
    top: 0px;
    left: 36.5px;
  }
  #PARAGRAPH34 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #SHAPE35 {
    width: 25px;
    height: 25px;
    top: 3.498px;
    left: 0px;
  }
  #SHAPE35 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH37 {
    width: 356px;
    top: 0px;
    left: 36.5px;
  }
  #PARAGRAPH37 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    line-height: 1.6;
  }
  #SHAPE38 {
    width: 25px;
    height: 25px;
    top: 3.498px;
    left: 0px;
  }
  #SHAPE38 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH40 {
    width: 363px;
    top: 0px;
    left: 36.5px;
  }
  #PARAGRAPH40 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE41 {
    width: 25px;
    height: 25px;
    top: 4.998px;
    left: 0px;
  }
  #SHAPE41 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH43 {
    width: 380px;
    top: 1.274px;
    left: 36.5px;
  }
  #PARAGRAPH43 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE44 {
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
  }
  #SHAPE44 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH46 {
    width: 380px;
    top: 0px;
    left: 36.5px;
  }
  #PARAGRAPH46 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE47 {
    width: 25px;
    height: 25px;
    top: 3.498px;
    left: 0px;
  }
  #SHAPE47 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #PARAGRAPH48 {
    width: 367px;
    top: 912.77px;
    left: 26.5px;
  }
  #PARAGRAPH48 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  #BOX49 {
    width: 400px;
    height: 342.137px;
    top: 885.703px;
    left: 10px;
  }
  #BOX49 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #BOX51 {
    width: 400px;
    height: 342.137px;
    top: 1271.44px;
    left: 10px;
  }
  #BOX51 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH52 {
    width: 367px;
    top: 1292.01px;
    left: 25px;
  }
  #PARAGRAPH52 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH53 {
    width: 395px;
    top: 1380.01px;
    left: 25px;
  }
  #PARAGRAPH53 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
  }
  #IMAGE54 {
    width: 400px;
    height: 319.171px;
    top: 778.382px;
    left: 158px;
  }
  #IMAGE54 > .ladi-image > .ladi-image-background {
    width: 407.812px;
    height: 401.287px;
    top: -51.1164px;
    left: 0px;
    background-image: url("../img/leaf0-20201019045057_2.png");
  }
  #IMAGE54 > .ladi-image {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  #IMAGE55 {
    width: 222.155px;
    height: 218.6px;
    top: 1475.84px;
    left: -74px;
  }
  #IMAGE55 > .ladi-image > .ladi-image-background {
    width: 222.155px;
    height: 218.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf1-20201019045031_1.png");
  }
  #IMAGE55 > .ladi-image {
    transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
  }
  #IMAGE56 {
    width: 2498.66px;
    height: 1147px;
    top: 0px;
    left: -1887.33px;
  }
  #IMAGE56 > .ladi-image > .ladi-image-background {
    width: 2498.66px;
    height: 1147px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg3-20201019064303.png");
  }
  #IMAGE57 {
    width: 477.236px;
    height: 469.6px;
    top: 523.314px;
    left: -4px;
  }
  #IMAGE57 > .ladi-image > .ladi-image-background {
    width: 477.236px;
    height: 469.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_6.png");
  }
  #IMAGE57:hover > .ladi-image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #IMAGE61 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 367px;
  }
  #IMAGE61 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #IMAGE62 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #IMAGE62 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #HEADLINE65 {
    width: 400px;
    top: 35.0002px;
    left: 10px;
  }
  #HEADLINE65 > .ladi-headline {
    font-family: "Lobster", cursive;
    color: rgb(16, 125, 145);
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE68 {
    width: 400px;
    top: 115.6px;
    left: 10px;
  }
  #HEADLINE68 > .ladi-headline {
    color: rgb(16, 125, 145);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH69 {
    width: 479px;
    top: 6.5px;
    left: 40px;
  }
  #PARAGRAPH69 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH71 {
    width: 367px;
    top: 4px;
    left: 0px;
  }
  #PARAGRAPH71 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: right;
    line-height: 1.6;
  }
  #IMAGE74 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 367px;
  }
  #IMAGE74 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #PARAGRAPH75 {
    width: 367px;
    top: 6px;
    left: 0px;
  }
  #PARAGRAPH75 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: right;
    line-height: 1.6;
  }
  #IMAGE77 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 440px;
  }
  #IMAGE77 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #IMAGE80 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 446px;
  }
  #IMAGE80 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #PARAGRAPH81 {
    width: 446px;
    top: 4px;
    left: 0px;
  }
  #PARAGRAPH81 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: right;
    line-height: 1.6;
  }
  #IMAGE83 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #IMAGE83 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #PARAGRAPH84 {
    width: 429px;
    top: 6px;
    left: 40px;
  }
  #PARAGRAPH84 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE86 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #IMAGE86 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #PARAGRAPH87 {
    width: 367px;
    top: 6px;
    left: 40px;
  }
  #PARAGRAPH87 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE89 {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
  }
  #IMAGE89 > .ladi-image > .ladi-image-background {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background-image: url("../img/btt-20201019074856_1.png");
  }
  #PARAGRAPH90 {
    width: 367px;
    top: 6px;
    left: 40px;
  }
  #PARAGRAPH90 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #BUTTON_TEXT91 {
    width: 319px;
    top: 9px;
    left: 0px;
    display: flex;
    align-items: center;
  }
  #BUTTON_TEXT91 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #BUTTON91 {
    width: 319px;
    height: 60px;
    top: 976.632px;
    left: 50.5px;
  }
  #BUTTON91 > .ladi-button > .ladi-button-background {
    background: #f80759;
    background: -webkit-linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
    background: linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
  }
  #BUTTON91 > .ladi-button {
    border-radius: 15px;
  }
  #IMAGE95 {
    width: 400px;
    height: 436.694px;
    top: 107.801px;
    left: 534px;
  }
  #IMAGE95 > .ladi-image > .ladi-image-background {
    width: 443.795px;
    height: 436.694px;
    top: 0px;
    left: -6px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_4.png");
  }
  #IMAGE96 {
    width: 70.1294px;
    height: 71.279px;
    top: 1145.49px;
    left: 365.572px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 5px 5px);
  }
  #IMAGE96 > .ladi-image > .ladi-image-background {
    width: 70.1294px;
    height: 71.279px;
    top: 0px;
    left: 0px;
    background-image: url("../img/jskk-20201019084647.png");
  }
  #IMAGE100 {
    width: 122.354px;
    height: 75.2379px;
    top: 352.77px;
    left: 148.823px;
  }
  #IMAGE100 > .ladi-image > .ladi-image-background {
    width: 122.354px;
    height: 75.2379px;
    top: 0px;
    left: 0px;
    background-image: url("../img/pbt-20210121035632_1.png");
  }
  #IMAGE101 {
    width: 84.7563px;
    height: 87.912px;
    top: 618.641px;
    left: 175.622px;
  }
  #IMAGE101 > .ladi-image > .ladi-image-background {
    width: 84.7563px;
    height: 87.912px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bi-20210121035627_1.png");
  }
  #LINE106 {
    width: 236px;
    top: -99.968px;
    left: 447.5px;
  }
  #LINE106 > .ladi-line > .ladi-line-container {
    border-top: 2px dashed rgb(16, 125, 145);
    border-right: 2px dashed rgb(16, 125, 145);
    border-bottom: 2px dashed rgb(16, 125, 145);
    border-left: 0px !important;
  }
  #LINE106 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE110 {
    width: 203px;
    top: 746.882px;
    left: 544px;
  }
  #LINE110 > .ladi-line > .ladi-line-container {
    border-top: 2px dashed rgb(16, 125, 145);
    border-right: 2px dashed rgb(16, 125, 145);
    border-bottom: 2px dashed rgb(16, 125, 145);
    border-left: 0px !important;
  }
  #LINE110 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #PARAGRAPH113 {
    width: 292px;
    top: 712.553px;
    left: 85.5px;
  }
  #PARAGRAPH113 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH115 {
    width: 290px;
    top: 466.32px;
    left: 71.822px;
  }
  #PARAGRAPH115 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE116 {
    width: 1656.8px;
    height: 567.066px;
    top: 872.095px;
    left: -406.8px;
  }
  #IMAGE116 > .ladi-image > .ladi-image-background {
    width: 1656.8px;
    height: 600.063px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg5-20201019092402.png");
  }
  #HEADLINE117 {
    width: 400px;
    top: 872.095px;
    left: 10.0002px;
  }
  #HEADLINE117 > .ladi-headline {
    font-family: "Lobster", cursive;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH118 {
    width: 284px;
    top: 939.557px;
    left: 135.359px;
  }
  #PARAGRAPH118 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH119 {
    width: 284px;
    top: 1316.26px;
    left: 135.359px;
  }
  #PARAGRAPH119 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH120 {
    width: 280px;
    top: 1216.77px;
    left: 135.359px;
  }
  #PARAGRAPH120 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #PARAGRAPH121 {
    width: 284px;
    top: 1067.56px;
    left: 135.359px;
  }
  #PARAGRAPH121 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE127 {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
  }
  #IMAGE127 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH128 {
    width: 90px;
    top: 41.698px;
    left: 22.6795px;
  }
  #PARAGRAPH128 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP129 {
    width: 135.359px;
    height: 123.397px;
    top: 912.16px;
    left: 0px;
  }
  #IMAGE131 {
    width: 135.359px;
    height: 126px;
    top: 0px;
    left: 0px;
  }
  #IMAGE131 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 126px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH132 {
    width: 90px;
    top: 42.5777px;
    left: 22.6795px;
  }
  #PARAGRAPH132 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP130 {
    width: 135.359px;
    height: 126px;
    top: 1042.06px;
    left: 0px;
  }
  #IMAGE134 {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
  }
  #IMAGE134 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH135 {
    width: 90px;
    top: 41.698px;
    left: 22.6795px;
  }
  #PARAGRAPH135 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP133 {
    width: 135.359px;
    height: 123.397px;
    top: 1176.77px;
    left: 0px;
  }
  #IMAGE137 {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
  }
  #IMAGE137 > .ladi-image > .ladi-image-background {
    width: 135.359px;
    height: 123.397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/a-20201019093522.png");
  }
  #PARAGRAPH138 {
    width: 90px;
    top: 41.698px;
    left: 22.6795px;
  }
  #PARAGRAPH138 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #GROUP136 {
    width: 135.359px;
    height: 123.397px;
    top: 1304.56px;
    left: 0px;
  }
  #PARAGRAPH139 {
    width: 400px;
    top: 27.8007px;
    left: 11.0005px;
  }
  #PARAGRAPH139 > .ladi-paragraph {
    color: rgb(16, 125, 145);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE140 {
    width: 200px;
    height: 162.011px;
    top: 7.489px;
    left: 97.0265px;
  }
  #IMAGE140 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 162.011px;
    top: 0px;
    left: 0px;
    background-image: url("../img/6-20201019094804.png");
  }
  #BOX143 {
    width: 394.053px;
    height: 395px;
    top: 0px;
    left: 0px;
  }
  #BOX143 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH145 {
    width: 364px;
    top: 183.5px;
    left: 14px;
  }
  #PARAGRAPH145 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP146 {
    width: 394.053px;
    height: 395px;
    top: 157.774px;
    left: 12.974px;
  }
  #BOX148 {
    width: 391.053px;
    height: 355px;
    top: 0px;
    left: 0px;
  }
  #BOX148 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH150 {
    width: 367px;
    top: 195.111px;
    left: 12.0265px;
  }
  #PARAGRAPH150 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP147 {
    width: 391.053px;
    height: 355px;
    top: 591.274px;
    left: 15.474px;
  }
  #IMAGE149 {
    width: 200px;
    height: 162.011px;
    top: 7px;
    left: 93.5265px;
  }
  #IMAGE149 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 162.011px;
    top: 0px;
    left: 0px;
    background-image: url("../img/7-20201019094804.png");
  }
  #BOX152 {
    width: 391.053px;
    height: 195px;
    top: 0px;
    left: 0px;
  }
  #BOX152 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH154 {
    width: 328px;
    top: 8.9514px;
    left: 31.4627px;
  }
  #PARAGRAPH154 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP151 {
    width: 391.053px;
    height: 195px;
    top: 984.774px;
    left: 13.474px;
  }
  #IMAGE155 {
    width: 400px;
    height: 266.801px;
    top: 395px;
    left: -138px;
  }
  #IMAGE155 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 266.801px;
    top: 0px;
    left: 0px;
    background-image: url("../img/8-20201019095501_1.png");
  }
  #PARAGRAPH156 {
    width: 400px;
    top: 10px;
    left: 10px;
  }
  #PARAGRAPH156 > .ladi-paragraph {
    color: rgb(16, 125, 145);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #IMAGE157 {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
  }
  #IMAGE157 > .ladi-image > .ladi-image-background {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_d2bf0f12b0742348abc2ac4d0b1daa921603101691014-20201019101508.jpg");
  }
  #PARAGRAPH158 {
    width: 288px;
    top: 259.925px;
    left: 41.383px;
  }
  #PARAGRAPH158 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP159 {
    width: 370.696px;
    height: 288.49px;
    top: 130px;
    left: 23.6525px;
  }
  #IMAGE173 {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
  }
  #IMAGE173 > .ladi-image > .ladi-image-background {
    width: 370.696px;
    height: 246.513px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_523c3ce4c3ef65533c934c028ffe3b441603102762034-20201019101948.jpg");
  }
  #PARAGRAPH174 {
    width: 288px;
    top: 259.925px;
    left: 41.383px;
  }
  #PARAGRAPH174 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP172 {
    width: 370.696px;
    height: 284.925px;
    top: 447.49px;
    left: 23.6525px;
  }
  #IMAGE176 {
    width: 370.696px;
    height: 247.255px;
    top: 0px;
    left: 0px;
  }
  #IMAGE176 > .ladi-image > .ladi-image-background {
    width: 454.513px;
    height: 247.255px;
    top: 0px;
    left: -39.8169px;
    background-image: url("../img/han-toolscom_5fc4f1b1140c25399a6d5361e32ce7a01603102212423-20201019101828.jpg");
  }
  #PARAGRAPH177 {
    width: 288px;
    top: 259.925px;
    left: 41.348px;
  }
  #PARAGRAPH177 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP175 {
    width: 370.696px;
    height: 284.925px;
    top: 781.415px;
    left: 24.652px;
  }
  #PARAGRAPH190 {
    width: 400px;
    top: 957.343px;
    left: 10.551px;
  }
  #PARAGRAPH190 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  #SECTION179 {
    height: 1551.45px;
  }
  #PARAGRAPH202 {
    width: 191px;
    top: 85.195px;
    left: 185px;
  }
  #PARAGRAPH202 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(200, 31, 23);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #SECTION191 {
    height: 829.8px;
  }
  #PARAGRAPH203 {
    width: 347px;
    top: 195.447px;
    left: 19px;
  }
  #PARAGRAPH203 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #BOX205 {
    width: 386px;
    height: 636px;
    top: 0px;
    left: 0px;
  }
  #BOX205 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #IMAGE208 {
    width: 134px;
    height: 134.307px;
    top: 31.0711px;
    left: 26px;
  }
  #IMAGE208 > .ladi-image > .ladi-image-background {
    width: 134px;
    height: 134.307px;
    top: 0px;
    left: 0px;
    background-image: url("../img/23-20200922101526.png");
  }
  #IMAGE208 > .ladi-image {
    border-radius: 300px;
  }
  #GROUP209 {
    width: 386px;
    height: 636px;
    top: 31px;
    left: 437.5px;
  }
  #BOX211 {
    width: 391px;
    height: 639px;
    top: 0px;
    left: 0px;
  }
  #BOX211 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH212 {
    width: 362px;
    top: 198px;
    left: 15px;
  }
  #PARAGRAPH212 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH213 {
    width: 450px;
    top: 85.5px;
    left: 186px;
  }
  #PARAGRAPH213 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(200, 31, 23);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE214 {
    width: 134px;
    height: 134px;
    top: 31px;
    left: 35px;
  }
  #IMAGE214 > .ladi-image > .ladi-image-background {
    width: 134px;
    height: 134px;
    top: 0px;
    left: 0px;
    background-image: url("../img/11-20200922101518.png");
  }
  #IMAGE214 > .ladi-image {
    border-radius: 300px;
  }
  #GROUP210 {
    width: 636px;
    height: 639px;
    top: 27px;
    left: 15.5px;
  }
  #BOX216 {
    width: 387px;
    height: 637px;
    top: 0px;
    left: 0px;
  }
  #BOX216 > .ladi-box {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 15px;
    filter: drop-shadow(rgb(180, 180, 180) 0px 2px 5px);
  }
  #PARAGRAPH217 {
    width: 362px;
    top: 194px;
    left: 14px;
  }
  #PARAGRAPH217 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH218 {
    width: 204px;
    top: 89px;
    left: 177px;
  }
  #PARAGRAPH218 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(200, 31, 23);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #IMAGE219 {
    width: 134px;
    height: 134px;
    top: 31px;
    left: 27px;
  }
  #IMAGE219 > .ladi-image > .ladi-image-background {
    width: 134px;
    height: 134px;
    top: 0px;
    left: 0px;
    background-image: url("../img/40s_male_05-20200922110342.jpg");
  }
  #IMAGE219 > .ladi-image {
    border-radius: 300px;
  }
  #GROUP215 {
    width: 387px;
    height: 637px;
    top: 31px;
    left: 858px;
  }
  #CAROUSEL220 {
    width: 420px;
    height: 698px;
    top: 7.8px;
    left: 0.0005px;
  }
  #SECTION221 {
    height: 816px;
  }
  #SECTION238 {
    height: 1396.64px;
  }
  #IMAGE255 {
    width: 835.83px;
    height: 513.968px;
    top: -31px;
    left: 84px;
  }
  #IMAGE255 > .ladi-image > .ladi-image-background {
    width: 835.83px;
    height: 513.968px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg5-20201019104335_2.png");
  }
  #IMAGE255 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE256 {
    width: 420.066px;
    height: 258.307px;
    top: 1293.14px;
    left: 10px;
  }
  #IMAGE256 > .ladi-image > .ladi-image-background {
    width: 420.066px;
    height: 258.307px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg5-20201019104335_1.png");
  }
  #IMAGE256 > .ladi-image {
    opacity: 0.5;
  }
  #IMAGE257 {
    width: 357.738px;
    height: 440.166px;
    top: 419.178px;
    left: 31.682px;
  }
  #IMAGE257 > .ladi-image > .ladi-image-background {
    width: 357.738px;
    height: 440.166px;
    top: 0px;
    left: 0px;
    background-image: url("../img/9-20201019105057_1.png");
  }
  #PARAGRAPH258 {
    width: 383px;
    top: 870.311px;
    left: 10px;
  }
  #PARAGRAPH258 > .ladi-paragraph {
    color: rgb(201, 31, 23);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE259 {
    width: 150.203px;
    height: 147.8px;
    top: 388px;
    left: -61.101px;
  }
  #IMAGE259 > .ladi-image > .ladi-image-background {
    width: 150.203px;
    height: 147.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf0-20201019045057.png");
  }
  #IMAGE261 {
    width: 200px;
    height: 196.8px;
    top: -47.446px;
    left: 292px;
  }
  #IMAGE261 > .ladi-image > .ladi-image-background {
    width: 200px;
    height: 196.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf01-20201019045011.png");
  }
  #IMAGE261 > .ladi-image {
    transform: rotate(-57deg);
    -webkit-transform: rotate(-57deg);
  }
  #BUTTON_TEXT262 {
    width: 319px;
    top: 9px;
    left: 0px;
  }
  #BUTTON_TEXT262 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
  #BUTTON262 {
    width: 319px;
    height: 60px;
    top: 728.354px;
    left: 50.5005px;
  }
  #BUTTON262 > .ladi-button > .ladi-button-background {
    background: #f80759;
    background: -webkit-linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
    background: linear-gradient(180deg, #f80759, rgba(147, 15, 108, 1));
  }
  #BUTTON262 > .ladi-button {
    border-radius: 15px;
  }
  #IMAGE266 {
    width: 94.2568px;
    height: 93px;
    top: 17.225px;
    left: 4.926px;
  }
  #IMAGE266 > .ladi-image > .ladi-image-background {
    width: 94.2568px;
    height: 93px;
    top: 0px;
    left: 0px;
    background-image: url("../img/thuoc-20210121035752.png");
  }
  #IMAGE267 {
    width: 71.9594px;
    height: 71px;
    top: 168.5px;
    left: 16.0748px;
  }
  #IMAGE267 > .ladi-image > .ladi-image-background {
    width: 71.9594px;
    height: 71px;
    top: 0px;
    left: 0px;
    background-image: url("../img/lich-20210121035945.png");
  }
  #BOX268 {
    width: 278.926px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #BOX268 > .ladi-box {
    background-color: rgb(16, 125, 145);
  }
  #IMAGE270 {
    width: 71.265px;
    height: 70.3148px;
    top: 303.09px;
    left: 16.422px;
  }
  #IMAGE270 > .ladi-image > .ladi-image-background {
    width: 71.265px;
    height: 70.3148px;
    top: 0px;
    left: 0px;
    background-image: url("../img/o-20210121040000.png");
  }
  #PARAGRAPH271 {
    width: 162px;
    top: 21.725px;
    left: 103.183px;
  }
  #PARAGRAPH271 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #PARAGRAPH272 {
    width: 162px;
    top: 173.5px;
    left: 103.183px;
  }
  #PARAGRAPH272 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #PARAGRAPH273 {
    width: 162px;
    top: 317.747px;
    left: 103.182px;
  }
  #PARAGRAPH273 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #LINE274 {
    width: 280px;
    top: 124.5px;
    left: 0px;
  }
  #LINE274 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE274 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE275 {
    width: 280px;
    top: 268.275px;
    left: 0px;
  }
  #LINE275 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE275 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #GROUP276 {
    width: 280px;
    height: 408px;
    top: 0px;
    left: 389.5px;
  }
  #BOX278 {
    width: 278.926px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #BOX278 > .ladi-box {
    background-color: rgb(10, 92, 107);
  }
  #PARAGRAPH282 {
    width: 162px;
    top: 38.725px;
    left: 103.183px;
  }
  #PARAGRAPH282 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.4;
  }
  #PARAGRAPH283 {
    width: 162px;
    top: 166.5px;
    left: 103.183px;
  }
  #PARAGRAPH283 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.4;
  }
  #PARAGRAPH284 {
    width: 162px;
    top: 302.273px;
    left: 103.183px;
  }
  #PARAGRAPH284 > .ladi-paragraph {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.4;
  }
  #LINE285 {
    width: 279px;
    top: 124.5px;
    left: 0px;
  }
  #LINE285 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE285 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #LINE286 {
    width: 280px;
    top: 268.275px;
    left: 0px;
  }
  #LINE286 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(48, 139, 156);
    border-right: 1px solid rgb(48, 139, 156);
    border-bottom: 1px solid rgb(48, 139, 156);
    border-left: 0px !important;
  }
  #LINE286 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
  }
  #IMAGE287 {
    width: 499.565px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #IMAGE287 > .ladi-image > .ladi-image-background {
    width: 709.565px;
    height: 408px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_11525a4cc0dd961ae4481c5a1a4a15361603162257225-20201020025455.png");
  }
  #GROUP288 {
    width: 669.5px;
    height: 408px;
    top: 0px;
    left: -236.5px;
  }
  #IMAGE289 {
    width: 611.694px;
    height: 408px;
    top: 0px;
    left: 17.5px;
  }
  #IMAGE289 > .ladi-image > .ladi-image-background {
    width: 611.694px;
    height: 408px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_b746edee1d166996d1e4791f3aec5af71603163103718-20201020030536.png");
  }
  #SHAPE291 {
    width: 57.5271px;
    height: 67.6966px;
    top: 29.8767px;
    left: 21.142px;
  }
  #SHAPE291 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE293 {
    width: 62px;
    height: 62px;
    top: 173px;
    left: 18.906px;
  }
  #SHAPE293 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #SHAPE294 {
    width: 61.5841px;
    height: 60.817px;
    top: 313.865px;
    left: 19.1139px;
  }
  #SHAPE294 svg:last-child {
    fill: rgba(255, 255, 255, 1);
  }
  #GROUP295 {
    width: 280px;
    height: 408px;
    top: 0px;
    left: 0px;
  }
  #GROUP296 {
    width: 629.194px;
    height: 408px;
    top: 408px;
    left: 0px;
  }
  #IMAGE297 {
    width: 400px;
    height: 167.6px;
    top: 566.6px;
    left: -521px;
  }
  #IMAGE297 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 167.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves-20201019041051.png");
  }
  #IMAGE297 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE298 {
    width: 400px;
    height: 167.6px;
    top: 428px;
    left: 10px;
  }
  #IMAGE298 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 167.6px;
    top: 0px;
    left: 0px;
    background-image: url("../img/waves1-20201019041128.png");
  }
  #IMAGE298 > .ladi-image {
    opacity: 0.3;
  }
  #IMAGE299 {
    width: 3225.98px;
    height: 1396.64px;
    top: 0px;
    left: -2202.67px;
  }
  #IMAGE299 > .ladi-image > .ladi-image-background {
    width: 3225.98px;
    height: 1396.64px;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg6-20201020070334_1.png");
  }
  #IMAGE303 {
    width: 1273.95px;
    height: 346px;
    top: 1047.49px;
    left: -547px;
  }
  #IMAGE303 > .ladi-image > .ladi-image-background {
    width: 2187.95px;
    height: 919.553px;
    top: -573.553px;
    left: -404px;
    background-image: url("../img/elm3-20201020070334_1.png");
  }
  #IMAGE304 {
    width: 625.783px;
    height: 515.519px;
    top: 299.842px;
    left: -247px;
  }
  #IMAGE304 > .ladi-image > .ladi-image-background {
    width: 1374.72px;
    height: 515.519px;
    top: 0px;
    left: 0px;
    background-image: url("../img/elm1-20201020070334_1.png");
  }
  #IMAGE305 {
    width: 205.958px;
    height: 230.293px;
    top: 765.368px;
    left: 7px;
  }
  #IMAGE305 > .ladi-image > .ladi-image-background {
    width: 614.114px;
    height: 230.293px;
    top: 0.000083px;
    left: -73.6671px;
    background-image: url("../img/elm2-20201020070334_1.png");
  }
  #HEADLINE306 {
    width: 400px;
    top: 20.119px;
    left: 10px;
  }
  #HEADLINE306 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
  }
  #FORM310 {
    width: 350px;
    height: 155px;
    top: 242.5px;
    left: 16.5px;
  }
  #FORM310 > .ladi-form {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
  }
  #FORM310 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #BUTTON311 {
    width: 249px;
    height: 55px;
    top: 100px;
    left: 50.5px;
  }
  #BUTTON311 > .ladi-button > .ladi-button-background {
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON311 > .ladi-button {
    border-radius: 40px;
  }
  #BUTTON_TEXT311 {
    width: 265px;
    top: 9px;
    left: 0px;
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON_TEXT311 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #FORM_ITEM312 {
    width: 350px;
    height: 35px;
    top: 0px;
    left: 0px;
  }
  #FORM_ITEM314 {
    width: 350px;
    height: 35px;
    top: 59px;
    left: 0px;
  }
  #BOX316 {
    width: 383px;
    height: 470px;
    top: 0px;
    left: 0px;
  }
  #BOX316 > .ladi-box {
    background: #02aab0;
    background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
    background: linear-gradient(180deg, #02aab0, #00cdac);
    border-radius: 20px;
  }
  #HEADLINE317 {
    width: 400px;
    top: 615.325px;
    left: 17.75px;
  }
  #HEADLINE317 > .ladi-headline {
    color: rgb(16, 125, 145);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #HEADLINE318 {
    width: 376px;
    top: 0px;
    left: 33.7647px;
  }
  #HEADLINE318 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE319 {
    width: 23.1529px;
    height: 22.2197px;
    top: 4.89px;
    left: 0px;
  }
  #SHAPE319 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP320 {
    width: 410px;
    height: 32px;
    top: 1117.77px;
    left: 5px;
  }
  #HEADLINE322 {
    width: 377px;
    top: 0px;
    left: 33.8471px;
  }
  #HEADLINE322 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE323 {
    width: 23.2094px;
    height: 22.2197px;
    top: 4.89px;
    left: 0px;
  }
  #SHAPE323 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP321 {
    width: 411px;
    height: 32px;
    top: 1165.41px;
    left: 5.25px;
  }
  #HEADLINE325 {
    width: 374px;
    top: 0px;
    left: 35.3448px;
  }
  #HEADLINE325 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    color: rgb(16, 125, 145);
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  #SHAPE326 {
    width: 24.2365px;
    height: 22.2197px;
    top: 4.89px;
    left: 0px;
  }
  #SHAPE326 svg:last-child {
    fill: rgba(16, 125, 145, 1);
  }
  #GROUP324 {
    width: 410px;
    height: 64px;
    top: 1211.13px;
    left: 5px;
  }
  #GROUP327 {
    width: 383px;
    height: 470px;
    top: 0px;
    left: 0px;
  }
  #IMAGE328 {
    width: 400px;
    height: 260.8px;
    top: 1041.69px;
    left: 501.838px;
  }
  #IMAGE328 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 260.8px;
    top: 0px;
    left: 0px;
    background-image: url("../img/han-toolscom_1ca1deb078234b26aaa5da8a69e520741603178882428-20201020072846_1.png");
  }
  #IMAGE330 {
    width: 488.759px;
    height: 397px;
    top: 282.205px;
    left: 134.5px;
  }
  #IMAGE330 > .ladi-image > .ladi-image-background {
    width: 488.759px;
    height: 397px;
    top: 0px;
    left: 0px;
    background-image: url("../img/layer-41-20201204050610_1.png");
  }
  #PARAGRAPH78 {
    width: 440px;
    top: 4px;
    left: 0px;
  }
  #PARAGRAPH78 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: right;
    line-height: 1.6;
  }
  #SECTION332 {
    height: 100px;
  }
  #SECTION332 > .ladi-section-background {
    background-color: rgb(10, 92, 107);
  }
  #PARAGRAPH333 {
    width: 400px;
    top: 0px;
    left: 0px;
  }
  #PARAGRAPH333 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE335 {
    width: 20.0119px;
    height: 19.9791px;
    top: 3px;
    left: 43px;
  }
  #IMAGE335 > .ladi-image > .ladi-image-background {
    width: 20.0119px;
    height: 19.9791px;
    top: 0px;
    left: 0px;
    background-image: url("../img/copy-20201020085058.png");
  }
  #GROUP336 {
    width: 400px;
    height: 50px;
    top: 16px;
    left: 10.25px;
  }
  #GROUP337 {
    width: 159.5px;
    height: 31px;
    top: 263.434px;
    left: 10px;
  }
  #GROUP76 {
    width: 480px;
    height: 40px;
    top: 523.314px;
    left: -67px;
  }
  #GROUP79 {
    width: 486px;
    height: 40px;
    top: 570.1px;
    left: -73px;
  }
  #GROUP73 {
    width: 407px;
    height: 40px;
    top: 476.529px;
    left: 6px;
  }
  #GROUP72 {
    width: 407px;
    height: 40px;
    top: 429.743px;
    left: 6px;
  }
  #IMAGE342 {
    width: 353.297px;
    height: 152.107px;
    top: 473.946px;
    left: 33.351px;
  }
  #IMAGE342 > .ladi-image > .ladi-image-background {
    width: 353.297px;
    height: 152.107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-5-20201130023540_1.jpg");
  }
  #IMAGE343 {
    width: 311.511px;
    height: 152.107px;
    top: 473.946px;
    left: 474px;
  }
  #IMAGE343 > .ladi-image > .ladi-image-background {
    width: 311.511px;
    height: 152.107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-2-20201130023106_1.jpg");
  }
  #IMAGE344 {
    width: 297.929px;
    height: 152.107px;
    top: 473.946px;
    left: 902.535px;
  }
  #IMAGE344 > .ladi-image > .ladi-image-background {
    width: 297.929px;
    height: 152.107px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-6-20201130023619_1.jpg");
  }
  #IMAGE345 {
    width: 370px;
    height: 179.028px;
    top: 0px;
    left: 0px;
  }
  #IMAGE345 > .ladi-image > .ladi-image-background {
    width: 370px;
    height: 179.515px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-4-20201130023603.jpg");
  }
  #IMAGE346 {
    width: 370px;
    height: 255.454px;
    top: 0px;
    left: 0px;
  }
  #IMAGE346 > .ladi-image > .ladi-image-background {
    width: 373.972px;
    height: 337.57px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-8-20201130030009.jpg");
  }
  #IMAGE347 {
    width: 370px;
    height: 172.965px;
    top: 0px;
    left: 0px;
  }
  #IMAGE347 > .ladi-image > .ladi-image-background {
    width: 370px;
    height: 172.965px;
    top: 0px;
    left: 0px;
    background-image: url("../img/havita-7-20201130024016.jpg");
  }
  #PARAGRAPH348 {
    width: 288px;
    top: 208.694px;
    left: 44.003px;
  }
  #PARAGRAPH348 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH349 {
    width: 288px;
    top: 272.28px;
    left: 42.096px;
  }
  #PARAGRAPH349 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH350 {
    width: 288px;
    top: 193.694px;
    left: 41.152px;
  }
  #PARAGRAPH350 > .ladi-paragraph {
    font-family: "Merriweather-BoldItalic.ttf";
    color: rgb(16, 125, 145);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP354 {
    width: 370.304px;
    height: 218.694px;
    top: 1383.62px;
    left: 24.848px;
  }
  #GROUP355 {
    width: 372.645px;
    height: 297.28px;
    top: 1076.34px;
    left: 23.6775px;
  }
  #GROUP356 {
    width: 371.006px;
    height: 233.694px;
    top: 1645.31px;
    left: 24.848px;
  }
  #PARAGRAPH357 {
    width: 383px;
    top: 412px;
    left: 1.5px;
  }
  #PARAGRAPH357 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH358 {
    width: 256px;
    top: 93.725px;
    left: 65px;
  }
  #PARAGRAPH358 > .ladi-paragraph {
    color: rgb(255, 251, 83);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP359 {
    width: 384.5px;
    height: 470px;
    top: 0px;
    left: 0px;
  }
  #BOX362 {
    width: 383px;
    height: 461px;
    top: 0px;
    left: 0px;
  }
  #BOX362 > .ladi-box {
    background: #02aab0;
    background: -webkit-linear-gradient(180deg, #02aab0, #00cdac);
    background: linear-gradient(180deg, #02aab0, #00cdac);
    border-radius: 20px;
  }
  #BUTTON_TEXT364 {
    width: 265px;
    top: 9px;
    left: 0px;
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON_TEXT364 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #BUTTON364 {
    width: 249px;
    height: 55px;
    top: 100.5px;
    left: 54.5px;
  }
  #BUTTON364 > .ladi-button > .ladi-button-background {
    background: rgba(236, 180, 10, 1);
    background: -webkit-linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
    background: linear-gradient(180deg, rgba(236, 180, 10, 1), #f9484a);
  }
  #BUTTON364 > .ladi-button {
    border-radius: 40px;
  }
  #FORM_ITEM366 {
    width: 350px;
    height: 35px;
    top: 0px;
    left: 0px;
  }
  #FORM_ITEM367 {
    width: 350px;
    height: 35px;
    top: 59px;
    left: 0px;
  }
  #FORM363 {
    width: 350px;
    height: 155.5px;
    top: 227.5px;
    left: 16.5px;
  }
  #FORM363 > .ladi-form {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6;
  }
  #FORM310 > .ladi-form label,
  #FORM363 > .ladi-form label {
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative;
    left: 0;
  }
  #FORM310 > .ladi-form label[for="name"],
  #FORM363 > .ladi-form label[for="name"] {
    top: -20px;
  }
  #FORM363 > .ladi-form label[for="phone"] {
    top: 13px;
  }
  #FORM310 > .ladi-form label[for="phone"] {
    top: 13px;
  }
  #FORM363 .ladi-form-item-container {
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
  }
  #GROUP361 {
    width: 383px;
    height: 461px;
    top: 0px;
    left: 0px;
  }
  #PARAGRAPH368 {
    width: 383px;
    top: 402px;
    left: 0px;
  }
  #PARAGRAPH368 > .ladi-paragraph {
    color: rgb(132, 7, 1);
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP360 {
    width: 383px;
    height: 461px;
    top: 784.205px;
    left: 18.5px;
  }
  #FORM_ITEM378 {
    width: 32.4275px;
    height: 35px;
    top: 90px;
    left: 0px;
    display: none !important;
  }
  #FORM_ITEM379 {
    width: 32.4275px;
    height: 35px;
    top: 90.5px;
    left: 34.5px;
    display: none !important;
  }
  #FORM_ITEM380 {
    width: 32.4275px;
    height: 35px;
    top: 90.5px;
    left: 64.5px;
    display: none !important;
  }
  #FORM_ITEM381 {
    width: 34.5px;
    height: 35px;
    top: 90.5px;
    left: 104.5px;
    display: none !important;
  }
  #FORM_ITEM382 {
    width: 34.5px;
    height: 35px;
    top: 90.5px;
    left: 144.5px;
    display: none !important;
  }
  #FORM_ITEM383 {
    width: 34.5px;
    height: 35px;
    top: 90.5px;
    left: 184.5px;
    display: none !important;
  }
  #FORM_ITEM384 {
    width: 34.5px;
    height: 35px;
    top: 90.5px;
    left: 224.5px;
    display: none !important;
  }
  #FORM_ITEM385 {
    width: 34.5px;
    height: 35px;
    top: 90.5px;
    left: 264.5px;
    display: none !important;
  }
  #FORM_ITEM386 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 0px;
    display: none !important;
  }
  #FORM_ITEM387 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 30px;
    display: none !important;
  }
  #FORM_ITEM388 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 60px;
    display: none !important;
  }
  #FORM_ITEM389 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 90.5px;
    display: none !important;
  }
  #FORM_ITEM390 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 120.5px;
    display: none !important;
  }
  #FORM_ITEM391 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 150.5px;
    display: none !important;
  }
  #FORM_ITEM392 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 180.5px;
    display: none !important;
  }
  #FORM_ITEM393 {
    width: 30px;
    height: 35px;
    top: 90px;
    left: 210.5px;
    display: none !important;
  }
  #GROUP394 {
    width: 399.5px;
    height: 64px;
    top: 547.384px;
    left: 10px;
  }
  #GROUP395 {
    width: 392.5px;
    height: 64px;
    top: 621.13px;
    left: 10px;
  }
  #GROUP396 {
    width: 392.5px;
    height: 32px;
    top: 694.875px;
    left: 10px;
  }
  #GROUP398 {
    width: 392.5px;
    height: 32px;
    top: 736.621px;
    left: 10px;
  }
  #GROUP399 {
    width: 416.5px;
    height: 33.274px;
    top: 778.364px;
    left: 10px;
  }
  #GROUP400 {
    width: 416.5px;
    height: 32px;
    top: 821.384px;
    left: 10px;
  }
  #GROUP401 {
    width: 469px;
    height: 40px;
    top: 241.6px;
    left: -4px;
  }
  #GROUP402 {
    width: 407px;
    height: 40px;
    top: 288.386px;
    left: -4px;
  }
  #GROUP403 {
    width: 407px;
    height: 40px;
    top: 335.171px;
    left: -4px;
  }
  #GROUP404 {
    width: 519px;
    height: 40px;
    top: 381.957px;
    left: -4px;
  }
  #COUNTDOWN406 {
    width: 251.062px;
    height: 44.7204px;
    top: 11.6806px;
    left: 35px;
  }
  #COUNTDOWN406 > .ladi-countdown {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #COUNTDOWN406 > .ladi-countdown > .ladi-element {
    width: calc((100% - 38px * 3) / 4);
    margin-right: 38px;
    height: 100%;
  }
  #PARAGRAPH411 {
    width: 37px;
    top: 0px;
    left: 114.031px;
  }
  #PARAGRAPH411 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 38px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH412 {
    width: 37px;
    top: 0px;
    left: 184.031px;
  }
  #PARAGRAPH412 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 38px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP413 {
    width: 251.062px;
    height: 60px;
    top: 827.164px;
    left: 35.969px;
  }
  #PARAGRAPH414 {
    width: 245px;
    top: 800.205px;
    left: 87.5px;
  }
  #PARAGRAPH414 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #COUNTDOWN_ITEM417 {
    visibility: hidden;
    pointer-events: none;
  }
  #COUNTDOWN416 {
    width: 251.062px;
    height: 40.3726px;
    top: 10.5824px;
    left: 35px;
  }
  #COUNTDOWN416 > .ladi-countdown {
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
  }
  #COUNTDOWN416 > .ladi-countdown > .ladi-element {
    width: calc((100% - 30px * 3) / 4);
    margin-right: 30px;
    height: 100%;
  }
  #PARAGRAPH421 {
    width: 37px;
    top: 0px;
    left: 107.031px;
  }
  #PARAGRAPH421 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH422 {
    width: 37px;
    top: 0px;
    left: 175.031px;
  }
  #PARAGRAPH422 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP415 {
    width: 251.062px;
    height: 55px;
    top: 31px;
    left: 27.969px;
  }
  #PARAGRAPH423 {
    width: 249px;
    top: 13px;
    left: 67px;
  }
  #PARAGRAPH423 > .ladi-paragraph {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #IMAGE424 {
    width: 356.636px;
    height: 504.21px;
    top: 1.968px;
    left: 31.682px;
  }
  #IMAGE424 > .ladi-image > .ladi-image-background {
    width: 356.636px;
    height: 504.21px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab-indo-20210120094608.jpg");
  }
  #PARAGRAPH425 {
    width: 383px;
    top: 1305.49px;
    left: 10.25px;
  }
  #PARAGRAPH425 > .ladi-paragraph {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP426 {
    width: 384.5px;
    height: 470px;
    top: 115.739px;
    left: 17.75px;
  }
  #GROUP427 {
    width: 491.982px;
    height: 443.32px;
    top: -44.55px;
    left: -29.169px;
  }
  #IMAGE105 {
    width: 200.303px;
    height: 197.099px;
    top: 91.8223px;
    left: 0px;
  }
  #IMAGE105 > .ladi-image > .ladi-image-background {
    width: 200.303px;
    height: 197.099px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf01-20201019045011.png");
  }
  #IMAGE105 > .ladi-image {
    transform: rotate(-406deg);
    -webkit-transform: rotate(-406deg);
  }
  #IMAGE104 {
    width: 231.037px;
    height: 227.341px;
    top: 159.538px;
    left: 260.945px;
  }
  #IMAGE104 > .ladi-image > .ladi-image-background {
    width: 231.037px;
    height: 227.341px;
    top: 0px;
    left: 0px;
    background-image: url("../img/leaf-20201019044827_1.png");
  }
  #IMAGE104 > .ladi-image {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
  #IMAGE102 {
    width: 420.054px;
    height: 443.32px;
    top: 0px;
    left: 14.9586px;
  }
  #IMAGE102 > .ladi-image > .ladi-image-background {
    width: 420.054px;
    height: 443.32px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_4.png");
  }
  #HEADLINE428 {
    width: 266px;
    top: 24px;
    left: 73px;
  }
  #HEADLINE428 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
  }
  #HEADLINE429 {
    width: 169px;
    top: 7px;
    left: 114.5px;
  }
  #HEADLINE429 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: left;
    line-height: 1.2;
  }
  #BOX430 {
    width: 383px;
    height: 92.045px;
    top: 0px;
    left: 0px;
  }
  #BOX430 > .ladi-box {
    box-shadow: 0px 7px 13px -13px #000;
    -webkit-box-shadow: 0px 7px 13px -13px #000;
    background-color: rgb(1, 112, 116);
    border-color: rgb(255, 255, 255);
    border-width: 1px;
  }
  #GROUP431 {
    width: 383px;
    height: 92.045px;
    top: 902.2px;
    left: 18.5px;
  }
  #BOX437 {
    width: 383px;
    height: 92.045px;
    top: 0px;
    left: 0px;
  }
  #BOX437 > .ladi-box {
    box-shadow: 0px 7px 13px -13px #000;
    -webkit-box-shadow: 0px 7px 13px -13px #000;
    background-color: rgb(1, 112, 116);
    border-color: rgb(255, 255, 255);
    border-width: 1px;
  }
  #HEADLINE438 {
    width: 169px;
    top: 7px;
    left: 114.5px;
  }
  #HEADLINE438 > .ladi-headline {
    font-family: "Merriweather-Regular.ttf";
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: left;
    line-height: 1.2;
  }
  #HEADLINE439 {
    width: 266px;
    top: 24px;
    left: 73px;
  }
  #HEADLINE439 > .ladi-headline {
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
  }
  #GROUP436 {
    width: 383px;
    height: 92.045px;
    top: 246.68px;
    left: 17.75px;
  }
  #IMAGE441 {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
  }
  #IMAGE441 > .ladi-image > .ladi-image-background {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
    background-image: url("../img/blue-speech-bubble-euclidean-text-box-transparent-background-blue-text-box-png-581_584-removebg-preview-20210204074122.png");
  }
  #PARAGRAPH442 {
    width: 214px;
    top: 69px;
    left: 20.305px;
  }
  #PARAGRAPH442 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM Impact.ttf";
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH443 {
    width: 214px;
    top: 95px;
    left: 34.305px;
  }
  #PARAGRAPH443 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP444 {
    width: 264.611px;
    height: 266.205px;
    top: 320.893px;
    left: -3.305px;
  }
  #IMAGE446 {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
  }
  #IMAGE446 > .ladi-image > .ladi-image-background {
    width: 264.611px;
    height: 266.205px;
    top: 0px;
    left: 0px;
    background-image: url("../img/blue-speech-bubble-euclidean-text-box-transparent-background-blue-text-box-png-581_584-removebg-preview-20210204074122.png");
  }
  #PARAGRAPH447 {
    width: 214px;
    top: 69px;
    left: 20.305px;
  }
  #PARAGRAPH447 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM Impact.ttf";
    color: rgb(255, 255, 255);
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
  }
  #PARAGRAPH448 {
    width: 214px;
    top: 95px;
    left: 34.305px;
  }
  #PARAGRAPH448 > .ladi-paragraph {
    transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    font-family: "UTM AvoBold.ttf";
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
  #GROUP445 {
    width: 264.611px;
    height: 266.205px;
    top: 640.361px;
    left: 155.389px;
  }
  #IMAGE302 {
    width: 400px;
    height: 358.64px;
    top: 745.325px;
    left: 17.75px;
  }
  #IMAGE302 > .ladi-image > .ladi-image-background {
    width: 400px;
    height: 373.681px;
    top: 0px;
    left: 0px;
    background-image: url("../img/hairlab_ind_decor-20210121020813_7.png");
  }
}
 .footer__text a {
  color: inherit;
 }
/*** uncss> filename: css/css.css ***/
/* cyrillic-ext */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/neILzCirqoswsqX9zo-mM4MwWJXNqA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/neILzCirqoswsqX9zoamM4MwWJXNqA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/neILzCirqoswsqX9zo2mM4MwWJXNqA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/neILzCirqoswsqX9zoymM4MwWJXNqA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/neILzCirqoswsqX9zoKmM4MwWJU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}