/* start - scss declaration */
/* end - scss declaration */
/* start - general */
/* line 20, static_files/website/scss/style.scss */
body, html {
  height: 100%; }

/* line 24, static_files/website/scss/style.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Gotham-Light"; }

/* line 30, static_files/website/scss/style.scss */
h1 {
  font-size: 24px; }

/* line 34, static_files/website/scss/style.scss */
h2 {
  font-size: 20px; }

/* line 38, static_files/website/scss/style.scss */
h3 {
  font-size: 16px; }

/* line 42, static_files/website/scss/style.scss */
.button {
  color: #A48053;
  padding: 7px 15px;
  outline: none;
  cursor: pointer;
  border: 1px solid #A48053;
  background-color: #fff;
  outline: none;
  text-transform: uppercase; }

/* line 53, static_files/website/scss/style.scss */
.columns {
  display: block; }
  /* line 56, static_files/website/scss/style.scss */
  .columns .two-column, .columns .three-column, .columns .five-column, .columns .two-column-offside {
    float: left; }
  /* line 60, static_files/website/scss/style.scss */
  .columns .two-column {
    width: 49%;
    margin-right: 2%; }
  /* line 65, static_files/website/scss/style.scss */
  .columns .three-column {
    width: 32%;
    margin-right: 2%; }
  /* line 70, static_files/website/scss/style.scss */
  .columns .five-column {
    width: 18%;
    margin-right: 2%; }
  /* line 75, static_files/website/scss/style.scss */
  .columns .two-column:nth-child(2n),
  .columns .three-column:nth-child(3n),
  .columns .five-column:nth-child(5n),
  .columns .two-column-offside:nth-child(2n) {
    margin-right: 0; }

/* line 83, static_files/website/scss/style.scss */
.bottom-footer:after {
  clear: both;
  content: "";
  display: block; }

/* line 90, static_files/website/scss/style.scss */
.clear {
  clear: both; }

/* line 94, static_files/website/scss/style.scss */
.content-block {
  background-color: #fff;
  display: table;
  height: 100%;
  padding: 50px 0;
  width: 100%; }

/* line 102, static_files/website/scss/style.scss */
.content-wrapper {
  margin: 0 auto;
  width: 1024px; }

/* line 107, static_files/website/scss/style.scss */
.line {
  border-top: 1px solid #808080; }

/* line 111, static_files/website/scss/style.scss */
.text-left {
  text-align: left; }

/* line 115, static_files/website/scss/style.scss */
.text-right {
  text-align: right; }

/* line 119, static_files/website/scss/style.scss */
.text-center {
  text-align: center; }

/* line 123, static_files/website/scss/style.scss */
button {
  outline: none;
  border: none;
  border: 1px solid #A48053;
  background: transparent;
  color: #A48053;
  cursor: pointer;
  text-transform: uppercase; }

/* line 133, static_files/website/scss/style.scss */
input[type=text] {
  border: none;
  border-bottom: 1px solid #858585;
  font-family: "Gotham-Light";
  color: #000;
  font-size: 16px;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  min-height: 30px; }

/* line 145, static_files/website/scss/style.scss */
.link-button {
  display: block;
  width: 100%;
  border: 1px solid #A48053;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #A48053; }

/* line 155, static_files/website/scss/style.scss */
.link-button-outline {
  border: none;
  font-weight: 300;
  font-size: 13px; }

/* line 161, static_files/website/scss/style.scss */
.errorlist {
  padding-left: 0;
  list-style: none; }

/* line 166, static_files/website/scss/style.scss */
.errorlist li {
  padding-right: 0;
  color: #ff0000; }

/* end - general */
/* start - header */
/* line 174, static_files/website/scss/style.scss */
.header-block {
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px rgba(223, 223, 223, 0.8);
  margin-bottom: 10px; }
  /* line 179, static_files/website/scss/style.scss */
  .header-block .mobile {
    display: none; }
    /* line 182, static_files/website/scss/style.scss */
    .header-block .mobile .logo, .header-block .mobile .close {
      display: none; }

/* line 188, static_files/website/scss/style.scss */
.header-wrapper {
  height: 80px;
  width: 1024px;
  margin: 0 auto;
  display: table; }
  /* line 194, static_files/website/scss/style.scss */
  .header-wrapper div.two-column:nth-child(2) {
    text-align: right;
    padding: 30px 0; }
  /* line 199, static_files/website/scss/style.scss */
  .header-wrapper .two-column div {
    float: left; }
  /* line 203, static_files/website/scss/style.scss */
  .header-wrapper .button {
    padding: 8px 20px;
    font-size: 14px;
    font-family: "Gotham-Medium"; }

/* line 210, static_files/website/scss/style.scss */
.header-block ul {
  list-style: none; }

/* line 214, static_files/website/scss/style.scss */
.header-block li {
  display: inline;
  padding-right: 40px; }

/* line 219, static_files/website/scss/style.scss */
.info-wrapper {
  vertical-align: middle;
  display: table-cell; }
  /* line 223, static_files/website/scss/style.scss */
  .info-wrapper div {
    float: left; }
  /* line 227, static_files/website/scss/style.scss */
  .info-wrapper div:nth-child(2) {
    position: relative;
    top: 4px; }

/* line 234, static_files/website/scss/style.scss */
ul.messages {
  overflow-x: inherit;
  white-space: normal;
  padding: 0;
  height: auto;
  margin-bottom: 30px;
  list-style: none; }

/* line 243, static_files/website/scss/style.scss */
li.error {
  padding-right: 0;
  line-height: 1.2;
  color: #ff0000; }

/* line 249, static_files/website/scss/style.scss */
a {
  text-decoration: none;
  outline: none;
  color: inherit; }

/* end - header */
/* start - footer */
/* line 258, static_files/website/scss/style.scss */
.footer-block {
  background-color: #231F20; }
  /* line 261, static_files/website/scss/style.scss */
  .footer-block .info-wrapper div:nth-child(2) {
    top: 13px; }
    /* line 264, static_files/website/scss/style.scss */
    .footer-block .info-wrapper div:nth-child(2) span {
      font-size: 12px;
      color: #858585; }

/* line 271, static_files/website/scss/style.scss */
.footer-wrapper {
  width: 1024px;
  margin: 0 auto; }
  /* line 275, static_files/website/scss/style.scss */
  .footer-wrapper .brands-logo {
    max-width: 80px;
    margin-right: 20px; }
  /* line 280, static_files/website/scss/style.scss */
  .footer-wrapper .brands-logo:first-child {
    margin-bottom: 14px; }
  /* line 284, static_files/website/scss/style.scss */
  .footer-wrapper .columns:first-child {
    padding: 20px 0; }
  /* line 288, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside:first-child {
    width: 55%;
    margin-right: 2%; }
  /* line 293, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside:nth-child(2) {
    width: 43%; }
  /* line 297, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside span {
    color: #808080;
    font-size: 10px;
    margin-bottom: 5px; }
  /* line 303, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside span:first-child {
    position: absolute;
    margin-top: -5px; }
  /* line 308, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside .columns {
    margin-top: 10px; }
  /* line 314, static_files/website/scss/style.scss */
  .footer-wrapper .two-column span {
    font-size: 12px;
    color: #fff; }
  /* line 319, static_files/website/scss/style.scss */
  .footer-wrapper .bottom-footer {
    padding: 15px 0 !important; }

/* line 324, static_files/website/scss/style.scss */
.appstore, .playstore {
  border: 1px solid #808080;
  padding: 4px 12px;
  background: transparent;
  border-radius: 4px;
  text-align: center; }
  /* line 331, static_files/website/scss/style.scss */
  .appstore span, .playstore span {
    font-size: 10px !important;
    color: #808080;
    margin-left: 6px;
    position: relative;
    top: -3px; }
  /* line 339, static_files/website/scss/style.scss */
  .appstore img, .playstore img {
    max-width: 15px; }

/* end - footer */
/* start - content */
/* line 348, static_files/website/scss/style.scss */
.content-block {
  width: 100%;
  position: relative; }

/* line 353, static_files/website/scss/style.scss */
.box-content {
  width: 350px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85); }
  /* line 360, static_files/website/scss/style.scss */
  .box-content span {
    line-height: 1.6; }
  /* line 364, static_files/website/scss/style.scss */
  .box-content .info {
    display: block;
    margin-bottom: 35px; }
  /* line 370, static_files/website/scss/style.scss */
  .box-content .input-wrapper div {
    float: left;
    border-bottom: 1px solid #858585; }
  /* line 375, static_files/website/scss/style.scss */
  .box-content .input-wrapper div:first-child {
    width: 12%;
    height: 30px;
    padding-top: 5px; }
  /* line 381, static_files/website/scss/style.scss */
  .box-content .input-wrapper div:last-child {
    width: 88%; }
  /* line 385, static_files/website/scss/style.scss */
  .box-content .input-wrapper input[type=text] {
    width: 100%;
    border-bottom: 1px solid #858585;
    height: 35px;
    margin-bottom: 10px; }
  /* line 392, static_files/website/scss/style.scss */
  .box-content .input-wrapper input[type=text].validate-mobile {
    border: none;
    margin-bottom: 0px; }
  /* line 398, static_files/website/scss/style.scss */
  .box-content .input-wrapper:after {
    clear: both;
    content: '';
    display: block; }
  /* line 404, static_files/website/scss/style.scss */
  .box-content .button-wrapper {
    margin-top: 35px; }
    /* line 407, static_files/website/scss/style.scss */
    .box-content .button-wrapper button {
      padding: 10px 20px;
      width: 100%; }

/* line 414, static_files/website/scss/style.scss */
.input-otp {
  text-align: center;
  font: 32px/32px "Gotham-Medium" !important;
  letter-spacing: 12px;
  min-height: 50px !important; }

/* line 421, static_files/website/scss/style.scss */
.resend-otp-wrapper {
  margin-top: 35px;
  font-size: 14px; }
  /* line 425, static_files/website/scss/style.scss */
  .resend-otp-wrapper .link {
    line-height: 1.6;
    color: #A48053;
    text-decoration: none; }

/* line 432, static_files/website/scss/style.scss */
.terms-and-privacy {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 14px; }
  /* line 437, static_files/website/scss/style.scss */
  .terms-and-privacy a.link {
    color: #A48053; }

/* line 442, static_files/website/scss/style.scss */
.birthday-wrapper, .gender-wrapper {
  text-align: left;
  margin-top: 10px; }
  /* line 446, static_files/website/scss/style.scss */
  .birthday-wrapper span, .gender-wrapper span {
    display: block;
    margin-bottom: 5px; }
  /* line 451, static_files/website/scss/style.scss */
  .birthday-wrapper select, .gender-wrapper select {
    border: 1px solid #808080;
    padding: 3px 0;
    width: 145px; }

/* line 459, static_files/website/scss/style.scss */
.privacy-policy .content-block, .faq .content-block {
  background-image: none;
  background-color: white;
  line-height: 1.2;
  text-align: justify; }

/* line 466, static_files/website/scss/style.scss */
.privacy-policy ul, .faq ul {
  list-style: none; }

/* line 470, static_files/website/scss/style.scss */
.privacy-policy li, .faq li {
  margin-bottom: 20px; }

/* line 474, static_files/website/scss/style.scss */
.privacy-policy .left, .faq .left {
  text-align: left; }

/* line 479, static_files/website/scss/style.scss */
.faq h4:not(:first-of-type) {
  margin-top: 40px; }

/* line 483, static_files/website/scss/style.scss */
select[name=birthday_month] {
  width: 47%;
  margin-right: 3%; }

/* line 488, static_files/website/scss/style.scss */
select[name=birthday_day] {
  width: 17%;
  margin-right: 3%; }

/* line 493, static_files/website/scss/style.scss */
select[name=birthday_year] {
  width: 30%; }

/* line 498, static_files/website/scss/style.scss */
.button_container.active {
  position: fixed; }

/* line 502, static_files/website/scss/style.scss */
.button_container {
  position: absolute;
  top: 20px;
  right: 25px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 900; }
  /* line 511, static_files/website/scss/style.scss */
  .button_container:hover {
    opacity: .9; }

/* line 516, static_files/website/scss/style.scss */
.overlay {
  position: fixed;
  background: #2d2d2d;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden; }
  /* line 528, static_files/website/scss/style.scss */
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 800; }
  /* line 535, static_files/website/scss/style.scss */
  .overlay nav {
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left; }
  /* line 543, static_files/website/scss/style.scss */
  .overlay ul {
    list-style: none;
    padding: 0 20px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
    top: 20%;
    box-sizing: border-box; }
    /* line 553, static_files/website/scss/style.scss */
    .overlay ul li {
      display: block;
      position: relative; }
    /* line 558, static_files/website/scss/style.scss */
    .overlay ul a {
      padding: 8px 0px 20px;
      min-height: 20px;
      display: block;
      position: relative;
      color: white;
      text-decoration: none;
      overflow: hidden; }
    /* line 568, static_files/website/scss/style.scss */
    .overlay ul .small a {
      font-size: 25px; }
  /* line 573, static_files/website/scss/style.scss */
  .overlay hr {
    border: none;
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid grey; }

/* line 581, static_files/website/scss/style.scss */
body.active {
  overflow: hidden; }
  /* line 585, static_files/website/scss/style.scss */
  body.active .mobile .logo, body.active .mobile .close {
    display: block; }
  /* line 589, static_files/website/scss/style.scss */
  body.active .mobile .logo {
    z-index: 850;
    position: absolute;
    padding: 15px; }
  /* line 595, static_files/website/scss/style.scss */
  body.active .mobile .burger {
    display: none; }

/* line 603, static_files/website/scss/style.scss */
.download-app .content-block {
  display: block;
  padding-top: 40px; }

/* line 608, static_files/website/scss/style.scss */
.download-app .image-handphone {
  margin-left: 150px;
  margin-top: 20px;
  width: 320px; }

/* line 614, static_files/website/scss/style.scss */
.download-app .content-wrapper .two-column:nth-child(2) {
  text-align: left !important; }

/* line 618, static_files/website/scss/style.scss */
.download-app .app-wrapper {
  margin-top: 30px; }
  /* line 621, static_files/website/scss/style.scss */
  .download-app .app-wrapper a {
    display: inline-block; }

/* line 628, static_files/website/scss/style.scss */
.download-app .content-wrapper .message-wrapper {
  margin-left: 0px;
  margin-top: 180px; }
  /* line 632, static_files/website/scss/style.scss */
  .download-app .content-wrapper .message-wrapper h1, .download-app .content-wrapper .message-wrapper span {
    font-family: "Clarins-Regular";
    font-weight: normal; }
  /* line 637, static_files/website/scss/style.scss */
  .download-app .content-wrapper .message-wrapper h1 {
    font-size: 52px;
    color: #231F20;
    margin-bottom: 5px; }
  /* line 643, static_files/website/scss/style.scss */
  .download-app .content-wrapper .message-wrapper span {
    color: #A7A9AC;
    font-size: 18px; }

/* line 650, static_files/website/scss/style.scss */
.download-app .image-app {
  width: 200px; }

/* line 654, static_files/website/scss/style.scss */
.download-app .info-wrapper div:last-child {
  float: right; }

/* line 658, static_files/website/scss/style.scss */
.download-app .info-wrapper .two-column:nth-child(2) {
  float: right; }

/* line 662, static_files/website/scss/style.scss */
.download-app .footer-wrapper a {
  display: inline-block;
  margin-right: 8px; }

/* line 667, static_files/website/scss/style.scss */
.download-app .footer-wrapper .columns {
  padding: 20px 0;
  height: inherit;
  display: flex;
  align-items: center; }

/* line 674, static_files/website/scss/style.scss */
.download-app .columns .two-column:nth-child(2) {
  text-align: right; }
  /* line 677, static_files/website/scss/style.scss */
  .download-app .columns .two-column:nth-child(2) span {
    color: #858585; }

/* line 682, static_files/website/scss/style.scss */
.download-app .footer-block {
  background-color: #eeeeee; }

/* line 686, static_files/website/scss/style.scss */
.download-app .footer-icon-text {
  width: 60px; }

/* line 690, static_files/website/scss/style.scss */
.download-app .footer-icon-image {
  width: 25px; }

/* end - content */
/* start - responsive */
@media only screen and (max-width: 1024px) {
  /* line 704, static_files/website/scss/style.scss */
  .header-block .mobile {
    display: block;
    height: 80px; }
    /* line 708, static_files/website/scss/style.scss */
    .header-block .mobile .logo {
      display: block;
      padding: 15px; }
  /* line 714, static_files/website/scss/style.scss */
  .header-block .website {
    display: none; }
  /* line 719, static_files/website/scss/style.scss */
  .content-block {
    padding-top: 120px; }
  /* line 723, static_files/website/scss/style.scss */
  .content-wrapper {
    margin: 0 auto;
    width: 90%; }
    /* line 727, static_files/website/scss/style.scss */
    .content-wrapper .columns .two-column {
      width: 100%; }
  /* line 732, static_files/website/scss/style.scss */
  .footer-block {
    height: auto; }
  /* line 736, static_files/website/scss/style.scss */
  .footer-wrapper {
    margin: 0 auto;
    width: 90%; }
    /* line 740, static_files/website/scss/style.scss */
    .footer-wrapper .columns .two-column {
      width: 100%;
      margin-right: 0;
      padding: 0; }
  /* line 749, static_files/website/scss/style.scss */
  .download-app .content-block {
    display: table; }
  /* line 753, static_files/website/scss/style.scss */
  .download-app .footer-wrapper .columns {
    display: table;
    padding: 15px 0;
    width: 100%; }
    /* line 758, static_files/website/scss/style.scss */
    .download-app .footer-wrapper .columns .two-column {
      text-align: center;
      padding: 10px 0;
      box-sizing: border-box; }
  /* line 765, static_files/website/scss/style.scss */
  .download-app .columns .two-column:nth-child(2) {
    text-align: center; }
  /* line 769, static_files/website/scss/style.scss */
  .download-app .image-handphone {
    margin: 0;
    text-align: center; }
  /* line 774, static_files/website/scss/style.scss */
  .download-app .content-wrapper .message-wrapper {
    margin-left: 0px;
    margin-top: 0px;
    text-align: center; }
  /* line 781, static_files/website/scss/style.scss */
  .info-wrapper div {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  /* line 788, static_files/website/scss/style.scss */
  .footer-wrapper .columns .two-column-offside {
    width: 100%; }
    /* line 791, static_files/website/scss/style.scss */
    .footer-wrapper .columns .two-column-offside:first-child {
      text-align: center;
      margin-bottom: 20px; } }

@media only screen and (max-width: 600px) {
  /* line 801, static_files/website/scss/style.scss */
  .box-content {
    width: 350px; } }

@media only screen and (max-width: 420px) {
  /* line 807, static_files/website/scss/style.scss */
  .content-wrapper, .footer-wrapper {
    margin: 0 auto;
    width: 80%; }
  /* line 812, static_files/website/scss/style.scss */
  .box-content {
    width: initial; }
    /* line 817, static_files/website/scss/style.scss */
    .box-content .input-wrapper div:first-child {
      width: 18%;
      height: 31px;
      padding-top: 4px; }
    /* line 823, static_files/website/scss/style.scss */
    .box-content .input-wrapper div:last-child {
      width: 82%; }
  /* line 830, static_files/website/scss/style.scss */
  .two-column-offside:nth-child(2) .columns .two-column {
    width: 100%; }
    /* line 833, static_files/website/scss/style.scss */
    .two-column-offside:nth-child(2) .columns .two-column:first-child {
      margin-bottom: 10px; }
  /* line 838, static_files/website/scss/style.scss */
  .bottom-footer .two-column {
    width: 100%;
    text-align: left; }
    /* line 842, static_files/website/scss/style.scss */
    .bottom-footer .two-column:last-child {
      margin-top: 25px; } }

/* end - responsive */
