<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  ============================
    CSS Menu
  ============================
  1. Global
  2. Intro
  3. Intro Video
  4. Instruction
  5. Question
  6. Loading
  7. Result
  8. Details
  9. Offer
  10. Other
*/

/* +++ 1. Global +++ */

@font-face {
  font-family: LaMer;
  src: url("../font/LaMerHeadline-Black.ttf");
}

@font-face {
  font-family: Neue;
  src: url("../font/NeueHaasUnicaPro-Regular.otf");
}

body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  /* Disable select content */
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  /* position: fixed; */
  /* - Dont use this at body -&gt; swiper will broken when mobile device rotate */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: #385f6e;
  font-family: "LaMer";
  text-shadow: 0 0 20px #fff;
}

input {
  color: #385f6e;
  font-family: "LaMer";
}

h1 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 20px;
}

h2 {
  font-size: 2em;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  overflow: auto;
}

button {
  padding: 10px 20px;
  background-color: #efecde;
  color: #4c6a71;
  border-radius: 3px;
  outline: none;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 250px;
  font-size: 1.2em;
  font-family: "LaMer";
}

#overlay-landscape {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background-image: url("../img/landing-page.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#overlay-landscape h1 {
  font-size: 2.6em;
  color: #fff;
  margin-bottom: 0;
}

#overlay-landscape p {
  color: white;
}

.background {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.container {
  padding: 40px;
}

.video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.logo-text {
  position: absolute;
  top: 0;
  right: 30px;
  color: #000;
}

p.desc {
  font-size: 1.3em;
  margin-bottom: 80px;
  width: 70%;
  line-height: 1.6;
}

.tip {
  margin: 50px 0;
  font-family: "Neue";
  font-size: 1.1em;
  color: #4c6a71;
}

.thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.no-scroll {
  overflow: hidden;
}

.term-link {
  cursor: pointer;
}

.pop-up-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-up .pop-up-header &gt; h3 {
  font-size: 1.7em;
  margin-top: 10px;
}

.pop-up-container .pop-up-content p {
  text-align: justify;
  text-align-last: left;
  line-height: 1.5;
}

.pop-up-container button {
  margin-top: 20px;
}

/* +++ END Global +++ */

/* +++ 2. Intro +++ */

#intro .background {
  background-image: url("../img/landing-page.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#intro h1 {
  color: #fff;
  margin-top: 100px;
}

/* +++ END Intro +++ */

/* +++ 3. Video +++ */

#intro-video {
  background-color: #000;
}

#intro-video video {
  /* height: 100%;
  width: 100%; */
  position: absolute;
  /* top: 50%;
  left: 50%; */
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

#intro-thumbnail .thumbnail {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#video-skip-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 999999;
  box-shadow: 0 0 5px #ccc;
  min-width: 220px;
  background-color: transparent;
  box-shadow: none;
  color: white;
  letter-spacing: 3px;
}

/* +++ END Video +++ */

/* +++ 4. Instruction +++ */

/* +++ END Instruction +++ */

/* +++ 5. Question +++ */

#question {
  justify-content: flex-end;
}

.flask {
  width: 40%;
  height: 100%;
  position: fixed;
  left: 0;
}

.flask img {
  z-index: 1;
  position: absolute;
  left: 0%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 100%;
  top: 0;
  bottom: 0;
}

.question-container {
  width: 60%;
  padding-right: 60px;
}

#title-container {
  margin-bottom: 40px;
}

#ques-num {
  font-size: 2em;
}

#question .tip {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0;
}

#ques-title {
  margin: 30px 0;
}

#answer-container &gt; .answer {
  padding: 20px 40px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: move;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-color: rgba(239, 236, 222, 0.8);
  border-radius: 5px;
  box-shadow: 2px 2px 8px #a3aaaf;
  z-index: 2;
}

#answer-container .answer h1,
#answer-container .answer h3,
#answer-container .answer p {
  font-family: "Neue";
  margin-top: 0;
  margin-bottom: 0;
}

#answer-container .answer h1 {
  font-weight: bold;
  font-size: 1.6em;
  margin-right: 30px;
}

#answer-container .answer h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

#answer-container .answer p {
  font-weight: lighter;
  color: #4c6a71;
}

/* Detect when item is more than 5 */
#answer-container .answer:first-child:nth-last-child(n + 5),
#answer-container .answer:first-child:nth-last-child(n + 5) ~ .answer {
  padding: 8px 40px;
}

#answer-container .answer .p {
  word-wrap: break-word;
}

/* +++ END Question +++ */

/* +++ 6. Loading +++ */

#loading &gt; video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  height: 6px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px;
  border-radius: 10px;
  margin: 0 auto;
}

.inner-loader {
  width: 0%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 2px black;
}

.video-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 99;
}

.loader-text-num {
  color: #fff;
  font-size: 1.3em;
  padding: 0px 20px;
}

/* +++ END Loading +++ */

/* +++ 7. Result +++ */

#result {
  justify-content: flex-end;
}

#result .image-container {
  position: absolute;
  top: 5%;
  left: -60%;
  width: 50%;
}

/* max width and height are fixing the swiper image not showing at safari */
#result .image-container img {
  max-width: 100%;
  max-height: 100%;
}

#product-content {
  width: 50%;
  padding-right: 80px;
  position: relative;
}

#product-content h1 {
  margin-bottom: 50px;
}

#product-content button {
  margin-bottom: 40px;
}

.product {
  font-size: 1.7em;
  margin-bottom: 0;
}

#product-content .label {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.symbol {
  margin: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #385f6e;
}

.how-to-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

#result .tip {
  margin-top: 20px;
  font-size: 1em;
}

/* +++ END Result +++ */

/* +++ 8. Details +++ */

#details h2 {
  margin-bottom: 50px;
}

#details form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
}

#details .input {
  background-color: #efecde;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px;
  min-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#details .checkbox-container {
  display: flex;
  flex-direction: row;
  margin: 15px 0;
  align-self: flex-start;
  margin-left: -15px;
  align-items: center;
}

#details .checkbox-container p {
  text-align: left;
}

#details .checkbox-container .checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0 0 2px #ccc;
}

label.error {
  color: red;
  margin-bottom: 15px;
  margin-left: 10px;
  align-self: flex-start;
  text-align: left;
}

label#term-error {
  display: none !important;
}

/* +++ END Details +++ */

/* +++ 9. Offer +++ */

#offer h1 {
  width: 50%;
  margin-bottom: 80px;
  line-height: 1.5;
}

/* +++ END Offer */

/* +++ 10. Other +++ */

#loading,
#result,
/* #intro, */
#copy,
#intro-video,
#instruction,
#question,
#details,
#offer,
#intro-thumbnail,
#loading-thumbnail,
#overlay-landscape,
.pop-up-container {
  display: none;
}

#question,
#result {
  flex-direction: row;
}

#result .background,
#details .background,
#offer .background {
  background-image: url("../img/result-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* +++ END Other +++ */
</pre></body></html>