:root {
  --black: black;
  --brown: #593312;
  --white: white;
  --pink: #f26666;
  --light-yellow: #f9e9c9;
  --mustard: #f2c879;
  --beige: #f2d5c4;
  --light-pink: #fce1dc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  letter-spacing: .85px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

h1 {
  color: var(--brown);
  letter-spacing: 2.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 800;
  line-height: 130%;
}

h2 {
  color: var(--brown);
  letter-spacing: 2.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 150%;
}

h3 {
  color: var(--brown);
  letter-spacing: 1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

h4 {
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

a {
  color: var(--white);
  text-decoration: none;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._0-top-pd {
  padding-top: 0;
}

.section.home-customer {
  background-image: url('../images/home-customer-bg-2x.jpg');
  background-position: 0 0;
  background-size: 1440px;
}

.section._0-bottom-pd {
  padding-bottom: 0;
}

.section.inner-banner {
  padding-top: 0;
  padding-bottom: 80px;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.container.banner {
  padding-left: 50px;
  padding-right: 50px;
}

.container._0-pd {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.home-banner-b {
  background-image: url('../images/home-banner-bg-2x.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1340px;
  border-radius: 55px;
  width: 100%;
  padding: 40px;
}

.home-banner-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.home-banner-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.img-full {
  width: 100%;
  display: block;
}

.home-banner-title-row {
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.home-banner-title-col-l {
  flex: none;
  padding-left: 5px;
  padding-right: 5px;
}

.home-banner-title-col-r {
  flex: 1;
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.home-banner-title-icon-b {
  width: 65px;
}

.top-pd-20 {
  padding-top: 20px;
}

.top-pd-40 {
  padding-top: 40px;
}

.btn-b {
  background-color: var(--pink);
  letter-spacing: 3.4px;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 700;
}

.btn-b.en {
  letter-spacing: .51px;
}

.text-centre {
  text-align: center;
}

.home-about-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.home-about-col {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.h2-arrow-img-b {
  z-index: 1;
  width: 165px;
  margin-bottom: -12px;
  margin-right: -40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h2-b {
  display: inline-block;
  position: relative;
}

.top-pd-30 {
  padding-top: 30px;
}

.home-choose-b {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.top-pd-50 {
  padding-top: 50px;
}

.home-choose-row {
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.home-choose-col {
  width: 33.3333%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-choose-content-b {
  background-color: var(--light-yellow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
  padding: 0 40px 20px;
  display: flex;
}

.text-brown {
  color: var(--brown);
}

.top-pd-10 {
  padding-top: 10px;
}

.home-choose-content-img-b {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.home-helper-b {
  overflow: hidden;
}

.slider-list {
  flex-flow: wrap;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  overflow: hidden;
}

.item {
  width: 20%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-helper-profile-b {
  background-image: url('../images/home-helper-bg-2x.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 260px;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.home-helper-link-text {
  color: var(--brown);
  letter-spacing: 3.4px;
  background-image: url('../images/btn-arrow-2x.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  padding-right: 26px;
  font-weight: 700;
  transition: all .5s;
}

.home-helper-link-text:hover {
  padding-right: 31px;
}

.home-helper-profile-img-b {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-helper-profile-img-b.img01 {
  background-image: url('../images/home-helper-img-01-2x.jpg');
}

.home-helper-profile-img-b.img02 {
  background-image: url('../images/home-helper-img-02-2x.jpg');
}

.home-helper-profile-img-b.img03 {
  background-image: url('../images/home-helper-img-03-2x.jpg');
}

.home-helper-profile-img-b.img04 {
  background-image: url('../images/home-helper-img-04-2x.jpg');
}

.home-helper-profile-img-b.img05 {
  background-image: url('../images/home-helper-img-05-2x.jpg');
}

.home-helper-profile-img-b.img06 {
  background-image: url('../images/home-helper-img-06-2x.jpg');
}

.home-helper-profile-img-b.img07 {
  background-image: url('../images/home-helper-img-07-2x.jpg');
}

.home-helper-profile-img-b.img08 {
  background-image: url('../images/home-helper-img-08-2x.jpg');
}

.home-helper-profile-img-b.img09 {
  background-image: url('../images/home-helper-img-09-2x.jpg');
}

.home-helper-profile-img-b.img10 {
  background-image: url('../images/home-helper-img-10-2x.jpg');
}

.home-helper-title-row {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-helper-title-col-l {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.home-helper-title-col-r {
  padding-left: 10px;
  padding-right: 10px;
}

.home-helper-indicator-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-helper-indicator-arrow {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.home-helper-indicator-girl-b {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.home-fee-content-b {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home-fee-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.home-fee-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-pink {
  color: var(--pink);
}

.home-fee-table-row {
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-fee-table-row.last {
  margin-bottom: 0;
}

.home-fee-table-col-l {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.home-fee-table-col-r {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.home-fee-table-title-b {
  background-color: var(--light-yellow);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

._20-px-text {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.home-fee-table-list-b {
  background-color: var(--light-yellow);
  color: var(--brown);
  border-radius: 20px;
  height: 100%;
  padding: 10px 20px;
}

.home-fee-table-list-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 10px;
  display: flex;
}

.home-fee-table-list-row.last {
  padding-bottom: 0;
}

.home-fee-table-list-col-l {
  flex: none;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.home-fee-table-list-col-r {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.home-fee-table-list-icon-b {
  width: 15px;
}

.arrived-hk {
  background-color: #fbf1de;
}

.add-on {
  background-color: #fdf8ee;
}

.home-fee-table-wrap {
  position: relative;
}

.home-fee-table-girl-b {
  z-index: -1;
  width: 190px;
  margin-top: -100px;
  margin-left: -40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-fee-table-money {
  margin-bottom: 60px;
  margin-right: -45px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-fee-table-apple {
  z-index: -1;
  margin-top: 55px;
  margin-left: -70px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-fee-table-dots {
  width: 100%;
  max-width: 80px;
  margin-top: -60px;
  margin-right: -30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-service-row {
  flex-flow: wrap;
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
}

.home-service-col {
  width: 33.3333%;
  padding-left: 35px;
  padding-right: 35px;
}

.home-service-img {
  width: 100%;
  max-width: none;
  display: block;
}

.text-no-wrap {
  white-space: nowrap;
}

.carousel-l {
  width: 100%;
}

.slide {
  width: 250px;
  margin-right: 40px;
  padding: 0;
  display: inline-block;
}

.home-customer-content-b {
  outline-color: var(--white);
  outline-offset: -5px;
  border-radius: 30px;
  outline-width: 5px;
  outline-style: solid;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px rgba(216, 161, 105, .25);
}

.home-customer-frame-b {
  width: 100%;
  max-width: 110px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-r {
  width: 100%;
}

.h2-text-b {
  z-index: 2;
  position: relative;
}

.home-charity-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.home-charity-col {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.home-charity-img-b {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.home-charity-video-b {
  background-color: var(--light-yellow);
  border-radius: 30px;
  padding: 30px;
}

.home-charity-video-thumbnail-b {
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px;
}

.home-faq-question-b {
  background-image: url('../images/home-faq-dotted-line-2x.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 20px;
}

.home-faq-question-b.first {
  padding-top: 0;
}

.home-faq-question-row {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-faq-question-col-l {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.home-faq-question-col-r {
  padding-left: 10px;
  padding-right: 10px;
}

.home-faq-question-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-faq-question-icon {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.home-faq-question-icon-img-b {
  width: 35px;
}

.home-faq-question-text {
  flex: 1;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-faq-question-open-b {
  background-color: var(--mustard);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  padding: 5px;
}

.home-faq-question-open-line-01 {
  background-color: var(--white);
  width: 4px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-faq-question-open-line-02 {
  background-color: var(--white);
  width: 100%;
  height: 4px;
  margin-top: -9px;
  margin-left: auto;
  margin-right: auto;
}

.home-faq-ans-mask {
  overflow: hidden;
}

.footer-b {
  background-color: var(--mustard);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 20px 100px;
}

.footer-logo-img-b {
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.footer-inner-b {
  margin-top: -100px;
}

.footer-info-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-info-b {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.footer-info-col-l {
  flex: none;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-info-icon-b {
  width: 100%;
  max-width: 20px;
  padding-top: 4px;
}

.footer-info-col-r {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-org-logo-b {
  background-color: var(--white);
  border-radius: 100px;
  padding: 20px 50px;
}

.footer-org-logo-row {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-org-logo-col {
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-org-logo-inner-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-org-logo-inner-col-l {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-org-logo-inner-img-b {
  width: 100%;
  max-width: 50px;
}

.footer-org-logo-inner-col-r {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-text {
  color: var(--brown);
  letter-spacing: 0;
  font-size: 15px;
}

.footer-link {
  color: var(--brown);
  transition: all .5s;
}

.footer-link:hover {
  color: var(--pink);
}

.home-helper-title-b {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.slick-item-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  overflow: hidden;
}

.header-bottom-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.all {
  padding-top: 130px;
  overflow: hidden;
}

.text-break-all {
  word-break: break-all;
}

.home-banner-mask {
  overflow: hidden;
}

.home-helper-indicator-girl-img-b {
  width: 100%;
  max-width: 90px;
}

.slider-control-b {
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.home-helper-control-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.slider-b {
  position: relative;
}

.small-mobile-only {
  display: none;
}

.small-mobile-above {
  display: block;
}

.banner-b {
  background-color: var(--mustard);
  border-radius: 25px;
  padding: 30px 45px;
  position: relative;
  overflow: hidden;
}

.banner-img-b {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-img-inner-b {
  width: 100%;
  max-width: 180px;
  padding-top: 0;
}

.blog-listing-row {
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.blog-listing-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-listing-content-wrap {
  flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.blog-listing-content-col-l {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-listing-content-col-r {
  width: 55%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

._16px-grey-text {
  color: #8d8d8d;
  font-size: 16px;
}

.blog-listing-content-img-b {
  border-radius: 10px;
  overflow: hidden;
}

.blog-listing-content-b {
  background-image: url('../images/home-faq-dotted-line-2x.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.blog-details-banner-b {
  background-image: url('../images/blog-details-banner-img-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  height: 340px;
}

.inner-banner-mask {
  overflow: hidden;
}

.maid-reg-b {
  background-color: #fff9e9;
  border-radius: 50px;
  padding: 60px 80px;
}

.maid-reg-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.maid-reg-col-l {
  width: 70%;
  padding-left: 40px;
  padding-right: 40px;
}

.maid-reg-col-r {
  width: 30%;
  padding-left: 40px;
  padding-right: 40px;
}

.maid-reg-title-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.maid-reg-title-col-l {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.maid-reg-title-col-r {
  padding-left: 10px;
  padding-right: 10px;
}

.maid-reg-lang-wrap {
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.maid-reg-lang-text-col, .maid-reg-lang-toggle-col {
  padding-left: 5px;
  padding-right: 5px;
}

.toggle-btn-b {
  background-color: var(--brown);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--white);
}

.toggle-id-b {
  text-align: right;
  padding: 2px 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toggle-ph-b {
  cursor: pointer;
  padding: 2px 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toggle-circle-btn {
  z-index: 10;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  flex: none;
  width: 20px;
  height: 20px;
  position: absolute;
}

.toggle-circle-btn.id {
  background-image: url('../images/maid-reg-lang-flag-id-2x.svg');
}

.toggle-circle-btn.ph {
  background-image: url('../images/maid-reg-lang-flag-ph-2x.svg');
  margin-right: 10px;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.header {
  border-top: 7px solid var(--mustard);
  background-color: var(--white);
  width: 100%;
  height: 130px;
  position: fixed;
}

.header-logo {
  width: 250px;
}

.nav-link {
  color: var(--brown);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .6s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--mustard);
}

.nav-link-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.nav-link-col {
  padding-left: 10px;
  padding-right: 10px;
}

.header-top-b {
  text-align: right;
}

.header-reg-btn {
  background-color: var(--mustard);
  color: var(--brown);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 40px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all .5s;
}

.header-reg-btn-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.header-reg-btn-icon-col {
  flex: none;
  padding-left: 4px;
  padding-right: 4px;
}

.header-reg-icon-b {
  width: 20px;
}

.header-reg-btn-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-reg-btn-col-l {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.header-reg-btn-col-r {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.header-btn-arrow-b {
  width: 20px;
}

.header-bottom-b {
  margin-top: -10px;
}

.header-bottom-col-l, .header-bottom-col-r {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-reg {
  background-color: var(--mustard);
  color: var(--brown);
  padding: 0;
  font-weight: 600;
  transition: all .6s;
}

.nav-link-reg:hover, .nav-link-reg.w--current {
  color: var(--mustard);
}

.desktop-only {
  display: block;
}

.start-from-tablet {
  display: none;
}

.nav-menu-wrap {
  padding-top: 30px;
}

html.w-mod-js [data-ix="0-opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="0-height"] {
  height: 0;
}

html.w-mod-js [data-ix="move-down-80"] {
  transform: translate(0, 80px);
}

html.w-mod-js [data-ix="0-opacity-down-80"] {
  opacity: 0;
  transform: translate(0, 80px);
}

html.w-mod-js [data-ix="0-opacity-down-display-none"] {
  opacity: 0;
  display: none;
  transform: translate(0, 80px);
}

html.w-mod-js [data-ix="scroll-up-100-opacaity-100"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="0-to-100-opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none-0-opcaity"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .all {
    padding-top: 140px;
  }

  .header {
    height: 140px;
  }

  .header-logo {
    width: 290px;
  }

  .nav-link {
    font-size: 17px;
  }

  .nav-link-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrap {
    padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.inner-banner {
    padding-bottom: 60px;
  }

  .container, .container.banner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-b {
    padding: 30px;
  }

  .home-banner-row {
    grid-row-gap: 30px;
  }

  .home-banner-col.left {
    order: 1;
    width: 100%;
  }

  .home-banner-col.right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-title-row {
    justify-content: center;
    align-items: center;
  }

  .home-banner-title-col-r {
    padding-top: 0;
  }

  .home-banner-title-icon-b {
    width: 70px;
  }

  .home-about-row {
    grid-row-gap: 30px;
  }

  .home-about-col.left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-about-col.right {
    order: -1;
    width: 100%;
  }

  .top-pd-50 {
    padding-top: 40px;
  }

  .home-choose-row {
    grid-row-gap: 30px;
  }

  .home-choose-col {
    width: 50%;
  }

  .home-choose-content-b {
    min-height: 250px;
  }

  .home-fee-table-girl-b {
    width: 150px;
    margin-top: -82px;
  }

  .home-service-row {
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .home-service-col {
    width: 70%;
  }

  .home-service-img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-org-logo-b {
    border-radius: 50px;
  }

  .footer-org-logo-col {
    width: 50%;
  }

  .home-helper-title-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .all {
    padding-top: 120px;
  }

  .home-banner-title-b {
    text-align: center;
  }

  .home-helper-indicator-girl-img-b {
    max-width: 70px;
  }

  .banner-b {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-img-inner-b {
    max-width: 140px;
  }

  .blog-listing-content-col-l {
    width: 40%;
  }

  .blog-listing-content-col-r {
    width: 60%;
    padding-top: 0;
  }

  .blog-details-banner-b {
    height: 300px;
  }

  .maid-reg-row {
    grid-row-gap: 30px;
  }

  .maid-reg-col-l {
    width: 100%;
  }

  .maid-reg-col-r {
    order: -1;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--light-yellow);
  }

  .nav-link {
    text-align: center;
    background-image: url('../images/home-faq-dotted-line-2x.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    width: 100%;
    padding: 15px 5%;
  }

  .nav-link-row {
    display: block;
  }

  .header-bottom-b {
    margin-top: 0;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon-b {
    width: 25px;
  }

  .menu-icon-line {
    background-color: var(--brown);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line.line02 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav-link-reg {
    text-align: center;
    width: 100%;
    padding: 15px 5%;
    transition-property: none;
  }

  .nav-link-reg:hover, .nav-link-reg.w--current {
    color: var(--brown);
  }

  .desktop-only {
    display: none;
  }

  .start-from-tablet {
    display: block;
  }

  .nav-menu-wrap {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-banner-col.right {
    width: 100%;
  }

  .home-banner-title-col-l {
    width: 20%;
  }

  .home-banner-title-col-r {
    flex: 0 auto;
    width: 80%;
  }

  .home-banner-title-icon-b {
    width: auto;
  }

  .h2-arrow-img-b {
    width: 100px;
    margin-bottom: -6px;
    margin-right: -22px;
  }

  .top-pd-50 {
    padding-top: 30px;
  }

  .home-choose-row {
    grid-row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-choose-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-choose-content-b {
    margin-left: auto;
    margin-right: auto;
  }

  .home-fee-col {
    text-align: center;
    width: 80%;
  }

  .home-fee-arrow-b {
    padding-top: 10px;
  }

  .home-fee-table-col-l {
    width: 100%;
  }

  .home-fee-table-col-r {
    width: 100%;
    padding-top: 10px;
  }

  .home-fee-table-girl-b {
    width: 100px;
    margin-top: -52px;
    margin-left: -7px;
  }

  .home-service-col {
    width: 100%;
  }

  .home-service-img {
    max-width: 280px;
  }

  .home-charity-row {
    grid-row-gap: 30px;
  }

  .home-charity-col {
    width: 100%;
  }

  .home-charity-video-b {
    padding: 20px;
  }

  .home-faq-question-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }

  .home-faq-question-icon {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-faq-question-icon-img-b {
    width: 25px;
  }

  .home-faq-question-text {
    padding-top: 0;
  }

  .footer-b {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

  .footer-logo-img-b {
    max-width: 350px;
  }

  .footer-inner-b {
    margin-top: -80px;
  }

  .footer-org-logo-b {
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-org-logo-col {
    width: 100%;
  }

  .footer-org-logo-inner-img-b {
    max-width: 40px;
  }

  .banner-b {
    padding: 20px;
  }

  .banner-b.maid-reg {
    padding-right: 130px;
  }

  .banner-img-inner-b {
    max-width: 110px;
  }

  .blog-listing-col {
    width: 100%;
  }

  .maid-reg-b {
    padding: 40px;
  }

  .header {
    height: auto;
  }

  .header-logo {
    width: 240px;
  }

  .eng-h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  .section.inner-banner {
    padding-bottom: 40px;
  }

  .home-banner-b {
    padding: 25px;
  }

  .top-pd-40 {
    padding-top: 30px;
  }

  .home-about-col.left, .home-choose-col, .home-fee-col.right {
    width: 100%;
  }

  .footer-b {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .footer-logo-img-b {
    max-width: 280px;
  }

  .all {
    padding-top: 90px;
  }

  .slider-control-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-mobile-only {
    display: block;
  }

  .small-mobile-above {
    display: none;
  }

  .banner-b.maid-reg {
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .blog-listing-row {
    grid-row-gap: 30px;
  }

  .blog-listing-content-wrap {
    grid-row-gap: 10px;
  }

  .blog-listing-content-col-l, .blog-listing-content-col-r {
    width: 100%;
  }

  .maid-reg-b {
    border-radius: 30px;
    padding: 20px;
  }

  .maid-reg-col-r {
    width: 60%;
  }

  .maid-reg-title-col-l {
    flex: 0 auto;
    width: 100%;
  }

  .maid-reg-title-col-r {
    width: 100%;
    margin-left: auto;
  }

  .maid-reg-lang-wrap {
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo {
    width: 200px;
  }
}


