@charset "UTF-8";
/* line 17, static_files/website/css/style.scss */
:root {
  --icon: "›"; }

/* line 21, static_files/website/css/style.scss */
html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: "Asap-Regular";
  background-color: white;
  color: #333333;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth; }

/* line 33, static_files/website/css/style.scss */
a {
  text-decoration: none;
  color: #ed2423; }
  /* line 37, static_files/website/css/style.scss */
  a:hover {
    color: #ed2423; }

/* line 42, static_files/website/css/style.scss */
strong {
  font-family: "Asap-Bold"; }

/* line 46, static_files/website/css/style.scss */
img {
  width: 100%; }

/* line 50, static_files/website/css/style.scss */
h1 {
  font: 60px/65px "Asap-Bold";
  position: relative;
  margin-bottom: 10px; }
  /* line 55, static_files/website/css/style.scss */
  h1 span {
    font: 16px/28px "Asap-Regular";
    display: block;
    text-transform: none; }
  /* line 61, static_files/website/css/style.scss */
  h1.small {
    font: 50px/50px "Asap-Bold"; }

/* line 66, static_files/website/css/style.scss */
h2 {
  font: 30px/38px "Asap-SemiBold";
  margin-bottom: 18px; }
  /* line 70, static_files/website/css/style.scss */
  h2.small {
    font: 22px/30px "Asap-SemiBold"; }
  /* line 74, static_files/website/css/style.scss */
  h2 .sosmed a {
    margin-right: 10px;
    font-size: 20px; }
    /* line 78, static_files/website/css/style.scss */
    h2 .sosmed a:first-child .icon {
      margin-right: 2px; }
    /* line 82, static_files/website/css/style.scss */
    h2 .sosmed a .icon {
      max-width: 28px;
      margin-right: 8px;
      position: relative;
      top: 6px; }

/* line 91, static_files/website/css/style.scss */
h3 {
  font: 18px/18px "Asap-SemiBold";
  margin-bottom: 10px; }

/* line 96, static_files/website/css/style.scss */
p {
  font: 18px/1.5 "Asap-Regular";
  margin-bottom: 20px; }
  /* line 100, static_files/website/css/style.scss */
  p.last {
    margin-bottom: 0; }

/* line 105, static_files/website/css/style.scss */
.errorlist {
  font: 14px/1.2 "Asap-Regular";
  color: #ed2423;
  margin: 0; }
  /* line 110, static_files/website/css/style.scss */
  .errorlist li {
    margin: 0; }

/* line 115, static_files/website/css/style.scss */
input:focus, textarea:focus, select:focus {
  outline: none !important;
  box-shadow: none; }

/* line 120, static_files/website/css/style.scss */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border-radius: 0; }

/* line 128, static_files/website/css/style.scss */
hr {
  margin-top: 3rem;
  margin-bottom: 3rem; }

/* line 133, static_files/website/css/style.scss */
ul {
  list-style-type: none; }

/* line 137, static_files/website/css/style.scss */
.mt-0 {
  margin-top: 0 !important; }

/* line 141, static_files/website/css/style.scss */
.mt-20 {
  margin-top: 20px; }

/* line 145, static_files/website/css/style.scss */
.mb-30 {
  margin-bottom: 30px; }

/* line 149, static_files/website/css/style.scss */
.mt-45 {
  margin-top: 45px; }

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

/* line 157, static_files/website/css/style.scss */
.hide {
  display: none; }

/* line 161, static_files/website/css/style.scss */
.full-width {
  width: 100%; }

/* line 165, static_files/website/css/style.scss */
.flex {
  display: flex; }
  /* line 168, static_files/website/css/style.scss */
  .flex.center {
    align-items: center;
    gap: 8px; }

/* line 174, static_files/website/css/style.scss */
.middle {
  margin: auto auto auto 4%; }
  /* line 177, static_files/website/css/style.scss */
  .middle.center {
    margin: auto !important; }

/* line 182, static_files/website/css/style.scss */
.right {
  margin: auto 0 auto auto; }

/* line 186, static_files/website/css/style.scss */
.seperator {
  margin: 50px 0 0;
  display: table;
  width: 100%;
  clear: both; }
  /* line 192, static_files/website/css/style.scss */
  .seperator.large {
    margin-top: 80px; }

/* line 205, static_files/website/css/style.scss */
.action-buttons {
  margin-top: 30px; }

/* line 209, static_files/website/css/style.scss */
.button {
  background: #ed2423;
  font: 16px/1 "Asap-SemiBold";
  color: white;
  border: none;
  border-radius: 20px;
  margin: auto 0;
  padding: 10px 30px;
  position: relative;
  z-index: 1; }
  /* line 220, static_files/website/css/style.scss */
  .button.right {
    margin: auto 0; }
  /* line 224, static_files/website/css/style.scss */
  .button:hover, .button:focus {
    color: white; }
  /* line 228, static_files/website/css/style.scss */
  .button.shop {
    padding: 5px 15px 10px; }
    /* line 231, static_files/website/css/style.scss */
    .button.shop img {
      width: 19px;
      height: auto;
      position: relative;
      top: 4px; }
  /* line 239, static_files/website/css/style.scss */
  .button.transparent {
    background: transparent;
    border: none;
    color: #ed2423;
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    text-transform: unset; }

/* line 251, static_files/website/css/style.scss */
header {
  position: relative;
  z-index: 10000;
  top: 0;
  padding: 7px 0;
  margin-bottom: 55px;
  width: 100%; }
  /* line 259, static_files/website/css/style.scss */
  header + .container {
    margin-top: 20px; }
  /* line 263, static_files/website/css/style.scss */
  header .logo {
    width: 118px;
    height: 79px;
    margin: auto 0;
    position: relative;
    z-index: 1000; }
  /* line 271, static_files/website/css/style.scss */
  header .columns {
    height: 80px; }
  /* line 275, static_files/website/css/style.scss */
  header .language {
    margin-right: 40px; }
  /* line 279, static_files/website/css/style.scss */
  header .language img {
    width: 19px;
    position: relative;
    top: 4px; }
  /* line 285, static_files/website/css/style.scss */
  header select {
    font: 16px/24px "Asap-Bold";
    min-width: 130px;
    height: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
  /* line 296, static_files/website/css/style.scss */
  header select.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/static/website/img/dropdown.png?45b2a486ca0a") 90%/10% no-repeat; }
  /* line 303, static_files/website/css/style.scss */
  header .button {
    padding: 5px 18px; }

/* line 308, static_files/website/css/style.scss */
header .menus {
  margin: auto 0;
  width: 100%; }
  /* line 312, static_files/website/css/style.scss */
  header .menus .dropdown {
    float: left;
    margin-right: 7%;
    cursor: pointer; }
  /* line 318, static_files/website/css/style.scss */
  header .menus .dropdown-btn {
    font: 16px/24px "Asap-Bold";
    color: #333333; }
  /* line 323, static_files/website/css/style.scss */
  header .menus .dropdown-item {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    min-height: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  /* line 333, static_files/website/css/style.scss */
  header .menus .dropdown-item a {
    margin: auto 15px; }
  /* line 337, static_files/website/css/style.scss */
  header .menus .dropdown-btn:hover {
    color: #ed2423; }
  /* line 341, static_files/website/css/style.scss */
  header .menus .dropdown:hover .dropdown-item {
    display: grid; }
  /* line 345, static_files/website/css/style.scss */
  header .menus a {
    font: 16px/24px "Asap-Bold";
    color: #333333;
    margin-right: 7%; }
    /* line 350, static_files/website/css/style.scss */
    header .menus a:hover {
      color: #ed2423; }
    /* line 354, static_files/website/css/style.scss */
    header .menus a:last-child {
      margin-right: 0; }

/* line 360, static_files/website/css/style.scss */
footer {
  padding: 40px 0 0;
  margin-top: 100px;
  border-top: 1px solid #EAEAEA; }
  /* line 365, static_files/website/css/style.scss */
  footer h3 {
    font: 48px/72px "Asap-Bold";
    margin: 0; }
  /* line 370, static_files/website/css/style.scss */
  footer h5 {
    font: 13px/22px "Asap-Bold";
    text-transform: uppercase;
    margin: 0;
    color: #929292; }
  /* line 377, static_files/website/css/style.scss */
  footer p {
    font: 24px/36px "Asap-SemiBold";
    margin: 0; }
  /* line 382, static_files/website/css/style.scss */
  footer hr {
    border: none;
    border-top: 1px solid #EAEAEA;
    margin: 0;
    padding: 0; }
  /* line 389, static_files/website/css/style.scss */
  footer .middle-content {
    margin-bottom: 30px; }
  /* line 393, static_files/website/css/style.scss */
  footer .bottom {
    padding: 11px 0; }
  /* line 397, static_files/website/css/style.scss */
  footer .middle-content .columns {
    width: 20%;
    margin-left: 0; }
    /* line 401, static_files/website/css/style.scss */
    footer .middle-content .columns:first-child, footer .middle-content .columns:last-child {
      width: 30%; }
  /* line 406, static_files/website/css/style.scss */
  footer .right {
    margin: auto 0 auto auto; }
  /* line 410, static_files/website/css/style.scss */
  footer .logo {
    width: 118px;
    height: 79px; }
  /* line 415, static_files/website/css/style.scss */
  footer .contact-icon {
    width: 20px;
    height: auto;
    display: table;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 5px; }
  /* line 425, static_files/website/css/style.scss */
  footer .list a {
    display: block;
    font: 18px/28px "Asap-SemiBold";
    color: #333333;
    width: 100%;
    margin-bottom: 0; }
    /* line 432, static_files/website/css/style.scss */
    footer .list a:hover {
      color: #ed2423; }
  /* line 437, static_files/website/css/style.scss */
  footer .bottom a {
    font: 15px/48px "Asap-SemiBold";
    color: #929292;
    margin-right: 25px; }
  /* line 443, static_files/website/css/style.scss */
  footer .copyright {
    font: 15px/48px "Asap-SemiBold";
    color: #929292;
    text-align: right; }
  /* line 449, static_files/website/css/style.scss */
  footer .medsos {
    margin: 5px 0 20px; }
  /* line 453, static_files/website/css/style.scss */
  footer .medsos a {
    float: left;
    display: table;
    width: auto;
    margin-right: 40px; }
  /* line 460, static_files/website/css/style.scss */
  footer .medsos img {
    width: auto;
    display: table;
    height: 32px; }
  /* line 466, static_files/website/css/style.scss */
  footer .middle-content form {
    margin-bottom: 0; }
    /* line 469, static_files/website/css/style.scss */
    footer .middle-content form input[type="text"] {
      border: none;
      font: 17px/28px "Asap-Regular";
      color: #333333;
      padding: 5px 0;
      height: 30px;
      border-bottom: 1px solid #ed2423;
      border-radius: 0;
      width: 100%; }
    /* line 480, static_files/website/css/style.scss */
    footer .middle-content form input[type="text"]::placeholder {
      font: 18px/28px "Asap-Regular";
      color: #CCC; }
    /* line 485, static_files/website/css/style.scss */
    footer .middle-content form button {
      text-align: center;
      line-height: 0;
      padding: 13px 15px;
      border-radius: 20px;
      height: auto;
      border: none;
      color: white;
      background-color: #ed2423;
      position: relative;
      top: 4px;
      margin-left: 5px; }
    /* line 499, static_files/website/css/style.scss */
    footer .middle-content form .eight.columns {
      width: 65.3333333333%; }
    /* line 503, static_files/website/css/style.scss */
    footer .middle-content form .four.columns {
      width: 30.6666666667%; }
  /* line 508, static_files/website/css/style.scss */
  footer .dropdown {
    cursor: pointer;
    font: 18px/28px "Asap-SemiBold";
    color: #333333;
    width: 100%;
    margin-bottom: 0; }
  /* line 516, static_files/website/css/style.scss */
  footer .dropdown-item {
    display: none;
    position: absolute;
    background-color: #EAEAEA;
    min-width: 160px;
    min-height: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  /* line 526, static_files/website/css/style.scss */
  footer .dropdown-item a {
    margin: auto 15px;
    font: 18px/28px "Asap-SemiBold"; }
  /* line 531, static_files/website/css/style.scss */
  footer .dropdown-btn:hover {
    color: #ed2423; }
  /* line 535, static_files/website/css/style.scss */
  footer .dropdown:hover .dropdown-item {
    display: grid; }
  /* line 539, static_files/website/css/style.scss */
  footer .text-left {
    text-align: left;
    margin-left: 5px; }

/* line 545, static_files/website/css/style.scss */
.background-red {
  position: relative;
  margin-bottom: 90px; }
  /* line 549, static_files/website/css/style.scss */
  .background-red:before {
    content: '';
    background: #ed2423;
    height: 150px;
    padding: 25px 0;
    position: absolute;
    top: -75px;
    z-index: 1;
    width: 100%;
    display: table;
    left: 0; }

/* line 563, static_files/website/css/style.scss */
.shop-now {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 15px;
  display: table;
  background: #EAEAEA;
  border-radius: 100px;
  padding: 20px 50px;
  position: relative;
  top: 55px;
  box-sizing: border-box; }
  /* line 575, static_files/website/css/style.scss */
  .shop-now h2 {
    font: 19px/25px "Asap-Bold";
    margin-bottom: 5px; }
  /* line 580, static_files/website/css/style.scss */
  .shop-now h3 {
    font: 25px/25px "Asap-Bold";
    color: #ed2423; }

/* line 586, static_files/website/css/style.scss */
.small-content {
  color: #333333; }
  /* line 589, static_files/website/css/style.scss */
  .small-content h2 {
    font: 21px/25px "Asap-SemiBold";
    margin-bottom: 5px; }
  /* line 594, static_files/website/css/style.scss */
  .small-content h4 {
    font: 15px/22px "Asap-SemiBold";
    color: #ed2423;
    margin: 5px 0 0;
    text-transform: uppercase; }
  /* line 601, static_files/website/css/style.scss */
  .small-content p {
    font: 18px/22px "Asap-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
  /* line 611, static_files/website/css/style.scss */
  .small-content .img-wrapper {
    overflow: hidden;
    height: 180px;
    margin-bottom: 4px; }
  /* line 617, static_files/website/css/style.scss */
  .small-content .img-wrapper .icon {
    height: 100%;
    object-fit: cover; }

/* line 624, static_files/website/css/style.scss */
.news {
  color: #333333; }
  /* line 627, static_files/website/css/style.scss */
  .news h2 {
    margin-bottom: 12px; }
  /* line 631, static_files/website/css/style.scss */
  .news h4 {
    font: 18px/25px "Asap-SemiBold";
    color: #ed2423;
    margin: 12px 0 0; }
  /* line 637, static_files/website/css/style.scss */
  .news .list {
    margin-bottom: 50px; }
  /* line 641, static_files/website/css/style.scss */
  .news a {
    color: #333333;
    margin-bottom: 4%; }
  /* line 646, static_files/website/css/style.scss */
  .news .block {
    color: #333333; }
  /* line 650, static_files/website/css/style.scss */
  .news .title-text {
    margin-top: 2px;
    font-size: 34px; }
  /* line 655, static_files/website/css/style.scss */
  .news .content-section {
    margin-top: 40px; }
  /* line 659, static_files/website/css/style.scss */
  .news .content-section figure {
    margin: 1em 0; }
  /* line 663, static_files/website/css/style.scss */
  .news .content-section h2 {
    font-size: 26px; }

/* line 669, static_files/website/css/style.scss */
.news-v2 h2 {
  font: 19px/25px "Asap-SemiBold";
  margin-bottom: 5px; }

/* line 674, static_files/website/css/style.scss */
.news-v2 h4 {
  font: 15px/22px "Asap-SemiBold";
  text-transform: uppercase;
  margin-bottom: 5px; }

/* line 680, static_files/website/css/style.scss */
.news-v2 img {
  border-radius: 20px; }

/* line 684, static_files/website/css/style.scss */
.news-v2 .list {
  margin-bottom: 20px; }

/* line 689, static_files/website/css/style.scss */
.title {
  width: 100%;
  display: table;
  margin-bottom: 35px; }
  /* line 694, static_files/website/css/style.scss */
  .title h2 {
    font: 35px/35px "Asap-Bold";
    margin-bottom: 15px; }
  /* line 699, static_files/website/css/style.scss */
  .title h3 {
    font: 18px/18px "Asap-Regular";
    margin-bottom: 10px;
    letter-spacing: 0; }

/* line 706, static_files/website/css/style.scss */
.promotion-label {
  font: 33px/33px "Asap-Bold";
  color: white;
  padding: 37px 0px;
  margin-bottom: 20px;
  width: auto;
  display: table;
  position: relative;
  z-index: 100; }
  /* line 716, static_files/website/css/style.scss */
  .promotion-label:before {
    content: '';
    position: absolute;
    height: 90px;
    width: 1920px;
    left: -1390px;
    background: #dab96a;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
    top: 10px; }

/* line 730, static_files/website/css/style.scss */
.container {
  padding: 0 20px;
  margin: 0 auto;
  display: table;
  max-width: 1200px;
  width: 100%;
  z-index: 1000;
  position: relative;
  box-sizing: border-box; }

/* line 741, static_files/website/css/style.scss */
.sidebar {
  position: relative;
  margin-top: 62px; }
  /* line 745, static_files/website/css/style.scss */
  .sidebar .label {
    font: 23px/25px "Asap-SemiBold";
    color: #333333;
    padding: 4px 0px 29px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: table;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    width: 75%; }
  /* line 758, static_files/website/css/style.scss */
  .sidebar .label:last-child a {
    border: none; }
  /* line 762, static_files/website/css/style.scss */
  .sidebar .label.active, .sidebar a:hover.label {
    color: white;
    border-color: transparent; }
  /* line 767, static_files/website/css/style.scss */
  .sidebar .label.active:before, .sidebar a:hover.label:before {
    content: '';
    position: absolute;
    background: #ed2423;
    width: 1920px;
    left: -1645px;
    display: table;
    height: 79px;
    border-radius: 50px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(1), .sidebar a:hover.label:before:nth-child(1) {
      top: 0px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(2), .sidebar a:hover.label:before:nth-child(2) {
      top: 100px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(3), .sidebar a:hover.label:before:nth-child(3) {
      top: 200px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(4), .sidebar a:hover.label:before:nth-child(4) {
      top: 300px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(5), .sidebar a:hover.label:before:nth-child(5) {
      top: 400px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(6), .sidebar a:hover.label:before:nth-child(6) {
      top: 500px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(7), .sidebar a:hover.label:before:nth-child(7) {
      top: 600px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(8), .sidebar a:hover.label:before:nth-child(8) {
      top: 700px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(9), .sidebar a:hover.label:before:nth-child(9) {
      top: 800px; }
    /* line 199, static_files/website/css/style.scss */
    .sidebar .label.active:before:nth-child(10), .sidebar a:hover.label:before:nth-child(10) {
      top: 900px; }
  /* line 779, static_files/website/css/style.scss */
  .sidebar .label span {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  /* line 785, static_files/website/css/style.scss */
  .sidebar .label img {
    width: 48px;
    height: auto;
    position: relative;
    top: 15px;
    margin-right: 20px; }
  /* line 793, static_files/website/css/style.scss */
  .sidebar label {
    border: none;
    font: 18px/25px "Asap-SemiBold";
    color: #ed2423; }
  /* line 799, static_files/website/css/style.scss */
  .sidebar .large-white {
    font: 22px/25px "Asap-SemiBold";
    color: white; }
  /* line 804, static_files/website/css/style.scss */
  .sidebar label img {
    width: 23px;
    margin-right: 5px;
    position: relative;
    top: 6px; }

/* line 812, static_files/website/css/style.scss */
.highlight {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 140px;
  padding-right: 80px;
  color: #333333;
  position: relative; }
  /* line 820, static_files/website/css/style.scss */
  .highlight:before {
    content: '';
    position: absolute;
    border-top: solid 8px #ed2423;
    width: 1920px;
    display: table;
    height: 450px;
    top: 0;
    left: 75px;
    margin-top: -20px;
    border-left: 2px solid #EAEAEA; }
  /* line 833, static_files/website/css/style.scss */
  .highlight h1 {
    margin-bottom: 25px; }

/* line 839, static_files/website/css/style.scss */
.our-story-banner {
  background-image: url("/static/website/img/our-story-banner.jpg?45b2a486ca0a");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 635px;
  background-position: top center;
  display: flex;
  margin-bottom: 50px; }

/* line 851, static_files/website/css/style.scss */
.banner {
  background-image: url("/static/website/img/home-main-banner.jpg?45b2a486ca0a");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 635px;
  background-position: top center;
  display: flex;
  margin-bottom: 50px; }
  /* line 862, static_files/website/css/style.scss */
  .banner h1 {
    padding: 15px 0 0;
    color: #333333;
    font: 60px/55px "Asap-Bold";
    margin: auto 0 10px 0; }
  /* line 869, static_files/website/css/style.scss */
  .banner p {
    font: 21px/32px "Asap-SemiBold"; }
  /* line 873, static_files/website/css/style.scss */
  .banner .container {
    margin: auto; }
  /* line 877, static_files/website/css/style.scss */
  .banner .banner-content {
    margin: 190px 0 auto;
    width: 40%; }
  /* line 882, static_files/website/css/style.scss */
  .banner .customer-service {
    padding: 0;
    height: auto;
    background: transparent; }

/* line 889, static_files/website/css/style.scss */
.brand-content {
  text-align: center;
  margin: 50px 0 80px; }
  /* line 893, static_files/website/css/style.scss */
  .brand-content img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: table; }
  /* line 900, static_files/website/css/style.scss */
  .brand-content span {
    font: 22px/22px "Asap-SemiBold";
    display: block;
    color: #333333;
    margin-top: 15px; }

/* line 908, static_files/website/css/style.scss */
.new_columns {
  line-height: 0; }
  /* line 911, static_files/website/css/style.scss */
  .new_columns.two.columns {
    width: 15%; }
  /* line 915, static_files/website/css/style.scss */
  .new_columns.three.columns {
    width: 23.5%; }
  /* line 919, static_files/website/css/style.scss */
  .new_columns.four.columns {
    width: 32%; }
  /* line 923, static_files/website/css/style.scss */
  .new_columns.column, .new_columns.columns {
    margin-left: 2%; }
  /* line 927, static_files/website/css/style.scss */
  .new_columns.column:first-child, .new_columns.columns:first-child {
    margin-left: 0; }

/* line 933, static_files/website/css/style.scss */
.three.columns:nth-child(4n+5) {
  margin-left: 0; }

/* line 937, static_files/website/css/style.scss */
.four.columns:nth-child(3n+4) {
  margin-left: 0; }

/* line 941, static_files/website/css/style.scss */
.home header {
  position: absolute; }

/* line 946, static_files/website/css/style.scss */
.home .banner {
  min-height: 690px; }
  /* line 950, static_files/website/css/style.scss */
  .home .banner .banner-content p {
    margin-bottom: -195px; }
  /* line 954, static_files/website/css/style.scss */
  .home .banner .banner-content a {
    margin-top: 225px; }

/* line 960, static_files/website/css/style.scss */
.home .mt-130 {
  margin-top: 130px; }

/* line 965, static_files/website/css/style.scss */
.home .background-red:before {
  height: 25px;
  width: 1920px;
  left: -380px;
  right: 0;
  z-index: -1;
  margin-right: 0;
  margin-top: 10px; }

/* line 976, static_files/website/css/style.scss */
.home h2 {
  margin-bottom: 10px;
  line-height: 32px; }

/* line 981, static_files/website/css/style.scss */
.home .ml-0 {
  margin-left: 0; }

/* line 985, static_files/website/css/style.scss */
.home .news-v2 h2 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 5px; }

/* line 992, static_files/website/css/style.scss */
.home .small-content p {
  margin-bottom: 60px;
  font: 16px/22px "Asap-Regular"; }

/* line 997, static_files/website/css/style.scss */
.home .small-content h5 {
  font-size: 15px; }

/* line 1002, static_files/website/css/style.scss */
.home .my-slider {
  z-index: 10; }
  /* line 1005, static_files/website/css/style.scss */
  .home .my-slider .tns-item {
    cursor: pointer; }

/* line 1010, static_files/website/css/style.scss */
.home .tns-nav {
  position: relative;
  top: 416px;
  left: 900px;
  z-index: 1; }
  /* line 1016, static_files/website/css/style.scss */
  .home .tns-nav [aria-controls] {
    background: #EAEAEA;
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 5px;
    border: 0;
    border-radius: 50%; }
  /* line 1026, static_files/website/css/style.scss */
  .home .tns-nav .tns-nav-active {
    background: #333333; }

/* line 1031, static_files/website/css/style.scss */
.home .promotion-hidden h4 {
  text-transform: uppercase;
  font: 18px/22px "Asap-Bold";
  margin: 0 0 20px; }

/* line 1037, static_files/website/css/style.scss */
.home .keunggulan {
  margin-top: 50px;
  margin-bottom: 10px; }

/* line 1042, static_files/website/css/style.scss */
.home .brand-content {
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 1047, static_files/website/css/style.scss */
  .home .brand-content a {
    width: 175px;
    padding: 0; }

/* line 1055, static_files/website/css/style.scss */
.promotion-wrapper .tns-nav {
  top: 14px;
  left: 0;
  display: inline-table; }
  /* line 1060, static_files/website/css/style.scss */
  .promotion-wrapper .tns-nav .tns-nav-active {
    background: #ed2423; }

/* line 1066, static_files/website/css/style.scss */
.promotion-wrapper .promotion-control-wrapper .control-button {
  cursor: pointer;
  line-height: 0;
  z-index: 100; }
  /* line 1072, static_files/website/css/style.scss */
  .promotion-wrapper .promotion-control-wrapper .control-button:not(.disabled) circle {
    stroke: #ED1C24; }
  /* line 1076, static_files/website/css/style.scss */
  .promotion-wrapper .promotion-control-wrapper .control-button:not(.disabled) path {
    fill: #ED1C24; }

/* line 1082, static_files/website/css/style.scss */
.promotion-wrapper .promotion-control-wrapper .prev svg {
  transform: scaleX(-1); }

/* line 1086, static_files/website/css/style.scss */
.promotion-wrapper .promotion-control-wrapper .columns {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  position: absolute; }

/* line 1096, static_files/website/css/style.scss */
.promotions h2 {
  font: 32px/1.2 "Asap-SemiBold"; }

/* line 1100, static_files/website/css/style.scss */
.promotions p {
  font: 18px/1.4 "Asap-Regular";
  white-space: pre-wrap; }

/* line 1105, static_files/website/css/style.scss */
.promotions .nav {
  display: block;
  width: 100%;
  clear: both; }

/* line 1111, static_files/website/css/style.scss */
.promotions .nav a {
  background-color: #C4C4C4;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%; }

/* line 1119, static_files/website/css/style.scss */
.promotions a.active {
  background-color: #1DE1CE; }

/* line 1123, static_files/website/css/style.scss */
.promotions .promotion-hidden {
  display: none; }

/* line 1128, static_files/website/css/style.scss */
.ecom-wrapper {
  position: sticky;
  z-index: 1000;
  bottom: 0;
  background: white;
  box-shadow: 0 -7px 22px 0 rgba(0, 0, 0, 0.1); }

/* line 1136, static_files/website/css/style.scss */
.ecom {
  font: 16px/1.2 "Asap-SemiBold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  width: 100%; }
  /* line 1144, static_files/website/css/style.scss */
  .ecom .links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 0 auto; }
    /* line 1150, static_files/website/css/style.scss */
    .ecom .links img {
      width: auto;
      height: 48px;
      border-radius: unset; }

/* line 1158, static_files/website/css/style.scss */
.breadcrumb {
  font: 22px/1.2 "Asap-Regular";
  color: #333333;
  margin-bottom: 12px; }
  /* line 1163, static_files/website/css/style.scss */
  .breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }
    /* line 1170, static_files/website/css/style.scss */
    .breadcrumb ol li {
      display: inline;
      margin: 0 5px 0 0; }
    /* line 1175, static_files/website/css/style.scss */
    .breadcrumb ol li + li:before {
      content: "";
      background: url("/static/website/img/arrow.svg?9f1b1fc83b83") center no-repeat;
      background-size: 20px;
      width: 20px;
      height: 20px;
      display: inline-table;
      margin: 0 8px;
      top: 2px;
      position: relative; }
    /* line 1187, static_files/website/css/style.scss */
    .breadcrumb ol a {
      text-decoration: none;
      color: #333333;
      transition: color 0.3s ease; }
      /* line 1192, static_files/website/css/style.scss */
      .breadcrumb ol a:hover {
        color: #333333; }
    /* line 1197, static_files/website/css/style.scss */
    .breadcrumb ol li:last-child {
      color: #BBBBBB; }

/* line 1205, static_files/website/css/style.scss */
.product-detail-page h1 {
  font: 32px/1.2 "Asap-Bold";
  margin: 0 0 32px; }
  /* line 1209, static_files/website/css/style.scss */
  .product-detail-page h1 + .content {
    padding-bottom: 50px; }

/* line 1214, static_files/website/css/style.scss */
.product-detail-page footer {
  margin-top: 0; }

/* line 1218, static_files/website/css/style.scss */
.product-detail-page .content {
  line-height: 0; }
  /* line 1221, static_files/website/css/style.scss */
  .product-detail-page .content img {
    width: 100%;
    height: auto;
    border-radius: unset; }
  /* line 1227, static_files/website/css/style.scss */
  .product-detail-page .content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 1235, static_files/website/css/style.scss */
  .product-detail-page .content .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    line-height: 0; }

/* line 1244, static_files/website/css/style.scss */
.product-page .background-red {
  padding: 0;
  margin-top: 150px;
  top: 0px;
  height: 110px; }

/* line 1251, static_files/website/css/style.scss */
.product-page .shop-now {
  top: -40px; }

/* line 1255, static_files/website/css/style.scss */
.product-page .products {
  position: relative;
  z-index: 1; }

/* line 1260, static_files/website/css/style.scss */
.product-page .products a {
  padding: 20px;
  border-radius: 20px;
  background: white;
  border: 1px solid #EAEAEA;
  margin-bottom: 2%;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

/* line 1270, static_files/website/css/style.scss */
.product-page .box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: white;
  border-radius: 2px;
  display: none; }
  /* line 1283, static_files/website/css/style.scss */
  .product-page .box h3 {
    font: 25px/25px "Asap-Bold";
    margin-top: 60px;
    text-align: center; }
  /* line 1289, static_files/website/css/style.scss */
  .product-page .box .desc {
    font: 17px/22px "Asap-Regular";
    text-align: start; }

/* line 1298, static_files/website/css/style.scss */
.product-page .highlight h1 {
  margin-top: -30px;
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 42px; }

/* line 1305, static_files/website/css/style.scss */
.product-page .highlight h2 {
  font: 18px/28px "Asap-Regular"; }

/* line 1309, static_files/website/css/style.scss */
.product-page .highlight .font-semibold {
  font-family: "Asap-SemiBold"; }

/* line 1315, static_files/website/css/style.scss */
.product-page .sidebar {
  margin-top: 20px; }

/* line 1319, static_files/website/css/style.scss */
.product-page .sidebar ul {
  margin-bottom: -8px; }

/* line 1323, static_files/website/css/style.scss */
.product-page .products a:hover .box {
  display: block;
  border-radius: 20px; }

/* line 1328, static_files/website/css/style.scss */
.product-page footer {
  margin-top: 0; }

/* line 1332, static_files/website/css/style.scss */
.product-page img.arrow-icon {
  width: 22px;
  margin: 18px auto;
  position: absolute;
  right: 5px; }

/* line 1341, static_files/website/css/style.scss */
.event-detail-page header {
  margin-bottom: 10px; }

/* line 1345, static_files/website/css/style.scss */
.event-detail-page .banner {
  background: transparent;
  position: relative;
  height: 20px;
  line-height: 0;
  padding: 0;
  margin: 0; }

/* line 1354, static_files/website/css/style.scss */
.event-detail-page .banner:before {
  content: '';
  background: #ed2423;
  height: 80px;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute; }

/* line 1365, static_files/website/css/style.scss */
.event-detail-page .banner + .container {
  margin-top: 45px; }

/* line 1369, static_files/website/css/style.scss */
.event-detail-page p {
  font: 17px/26px "Asap-Regular"; }

/* line 1375, static_files/website/css/style.scss */
.tnc-page header {
  margin-bottom: 40px; }

/* line 1379, static_files/website/css/style.scss */
.tnc-page .content-section {
  margin-top: 45px; }

/* line 1384, static_files/website/css/style.scss */
.background-radius-right .content, .background-radius-left .content {
  position: relative;
  z-index: 100; }

/* line 1389, static_files/website/css/style.scss */
.background-radius-right:before {
  content: '';
  background: #ed2423;
  padding: 14%;
  position: absolute;
  border-radius: 80px;
  top: 7%;
  right: -1920px;
  width: 1920px;
  display: table;
  z-index: 0; }

/* line 1402, static_files/website/css/style.scss */
.blue-bg.background-radius-right:before {
  background: #1d2a9e; }

/* line 1406, static_files/website/css/style.scss */
.small.background-radius-right:before {
  top: 17%;
  border-radius: 60px;
  padding: 100px 170px;
  width: 1900px; }

/* line 1413, static_files/website/css/style.scss */
.background-radius-left:before {
  content: '';
  background: #ed2423;
  padding: 20%;
  position: absolute;
  border-radius: 80px;
  top: 7%;
  left: -1920px;
  width: 1620px;
  display: table;
  z-index: 0; }

/* line 1427, static_files/website/css/style.scss */
.article-page h1 {
  margin-bottom: 0px; }

/* line 1431, static_files/website/css/style.scss */
.article-page .content a {
  margin-bottom: 4%; }

/* line 1435, static_files/website/css/style.scss */
.article-page .list {
  margin-top: 5px;
  color: #333333; }
  /* line 1439, static_files/website/css/style.scss */
  .article-page .list p {
    margin-bottom: 10px; }
  /* line 1443, static_files/website/css/style.scss */
  .article-page .list .button {
    padding: 10px 20px; }

/* line 1450, static_files/website/css/style.scss */
.article-detail-page h1 {
  margin: 10px 0 25px; }

/* line 1454, static_files/website/css/style.scss */
.article-detail-page p {
  font-size: 23px;
  line-height: 32px; }

/* line 1459, static_files/website/css/style.scss */
.article-detail-page .content img {
  margin-bottom: 25px; }

/* line 1465, static_files/website/css/style.scss */
.bagus-corner-page h1 {
  margin-bottom: 0px; }

/* line 1469, static_files/website/css/style.scss */
.bagus-corner-page .list {
  margin-top: 5px;
  color: #333333; }
  /* line 1473, static_files/website/css/style.scss */
  .bagus-corner-page .list p {
    margin-bottom: 10px; }
  /* line 1477, static_files/website/css/style.scss */
  .bagus-corner-page .list .button {
    padding: 10px 20px; }

/* line 1482, static_files/website/css/style.scss */
.bagus-corner-page .content-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

/* line 1489, static_files/website/css/style.scss */
.bagus-corner-page .sosmed-column {
  float: right;
  display: flex;
  align-items: center; }

/* line 1495, static_files/website/css/style.scss */
.bagus-corner-page .sosmed-column .small {
  font-size: 20px;
  font-family: "Asap-Regular";
  margin-bottom: 0; }

/* line 1501, static_files/website/css/style.scss */
.bagus-corner-page .sosmed-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-right: 1px solid #929292;
  font-family: "Asap-SemiBold";
  font-size: 17px; }

/* line 1511, static_files/website/css/style.scss */
.bagus-corner-page .sosmed-item .icon {
  max-width: 32px;
  margin-right: 5px; }

/* line 1516, static_files/website/css/style.scss */
.bagus-corner-page .sosmed-item:last-child {
  border-right: 0; }

/* line 1520, static_files/website/css/style.scss */
.bagus-corner-page .title-content {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3px; }

/* line 1526, static_files/website/css/style.scss */
.bagus-corner-page .title-content h4 {
  font-family: "Asap-Bold";
  padding-right: 12px;
  color: #929292; }

/* line 1532, static_files/website/css/style.scss */
.bagus-corner-page .title-content .section {
  margin-top: 4px;
  font-size: 15px;
  color: silver; }

/* line 1538, static_files/website/css/style.scss */
.bagus-corner-page .title-content h4.article {
  color: #dab96a; }

/* line 1542, static_files/website/css/style.scss */
.bagus-corner-page .title-content h4.event {
  color: #ed2423; }

/* line 1546, static_files/website/css/style.scss */
.bagus-corner-page .title-content h4:last-child {
  border-right: 0;
  padding-left: 12px; }

/* line 1551, static_files/website/css/style.scss */
.bagus-corner-page .small-content p {
  font: 18px/25px "Asap-Regular"; }

/* line 1556, static_files/website/css/style.scss */
.customer-service {
  position: absolute;
  right: 0;
  bottom: -38px; }
  /* line 1561, static_files/website/css/style.scss */
  .customer-service img {
    width: 100px; }

/* line 1566, static_files/website/css/style.scss */
.img-round-20 {
  border-radius: 20px; }

/* Start Menu */
/* line 1571, static_files/website/css/style.scss */
.button_container.active {
  position: fixed; }

/* line 1575, static_files/website/css/style.scss */
.button_container {
  display: none;
  position: absolute;
  right: 32px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: opacity .25s ease;
  z-index: 900; }
  /* line 1585, static_files/website/css/style.scss */
  .button_container img {
    width: 36px; }
  /* line 1589, static_files/website/css/style.scss */
  .button_container.active img {
    content: url("/static/website/img/close@2x.png?45b2a486ca0a"); }
  /* line 1593, static_files/website/css/style.scss */
  .button_container span {
    background: #231F20;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    /* line 1604, static_files/website/css/style.scss */
    .button_container span:nth-of-type(2) {
      top: 7px;
      margin: 0; }
    /* line 1609, static_files/website/css/style.scss */
    .button_container span:nth-of-type(3) {
      top: 14px; }

/* line 1615, static_files/website/css/style.scss */
.overlay {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden; }
  /* line 1627, static_files/website/css/style.scss */
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 800; }
    /* line 1633, static_files/website/css/style.scss */
    .overlay.open li {
      animation: fadeInRight .25s ease forwards;
      animation-delay: .25s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(2) {
        animation-delay: 0.35s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(4) {
        animation-delay: 0.55s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(5) {
        animation-delay: 0.65s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(6) {
        animation-delay: 0.75s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(7) {
        animation-delay: 0.85s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(8) {
        animation-delay: 0.95s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(9) {
        animation-delay: 1.05s; }
      /* line 1640, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(10) {
        animation-delay: 1.15s; }
  /* line 1649, static_files/website/css/style.scss */
  .overlay nav {
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    font: 14px/28px "Asap-Bold";
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box; }
  /* line 1660, static_files/website/css/style.scss */
  .overlay .language, .overlay .button.shop {
    display: block;
    margin: 12px 0px; }
  /* line 1665, static_files/website/css/style.scss */
  .overlay .button.shop {
    padding: 1px 12px;
    line-height: 38px;
    font-size: 17px;
    height: 40px;
    color: white;
    margin: 17px 0; }
  /* line 1674, static_files/website/css/style.scss */
  .overlay select {
    width: auto;
    font: 18px/28px "Asap-Bold"; }
  /* line 1679, static_files/website/css/style.scss */
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
    top: 100px; }
    /* line 1688, static_files/website/css/style.scss */
    .overlay ul li {
      display: block;
      position: relative;
      margin-bottom: 0;
      border-top: 1px solid #EAEAEA; }
    /* line 1695, static_files/website/css/style.scss */
    .overlay ul .mobile-dropdown {
      padding: 12px 0px;
      min-height: 20px;
      font-size: 18px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
    /* line 1705, static_files/website/css/style.scss */
    .overlay ul .mobile-dropdown-wrapper {
      display: none; }
    /* line 1709, static_files/website/css/style.scss */
    .overlay ul .dropdown-item:last-child {
      padding: 0; }
    /* line 1713, static_files/website/css/style.scss */
    .overlay ul a {
      padding: 12px 0px;
      min-height: 20px;
      font-size: 18px;
      display: block;
      position: relative;
      color: #333333;
      text-decoration: none;
      overflow: hidden; }

/* End Menu */
/* line 1729, static_files/website/css/style.scss */
.executive-page .block-content h2 {
  margin-bottom: 5px;
  margin-top: 30px; }

/* line 1734, static_files/website/css/style.scss */
.executive-page .block-content h5 {
  font: 25px/32px "Asap-SemiBold";
  color: #ed2423;
  margin: 0 0 40px;
  padding: 0; }

/* line 1741, static_files/website/css/style.scss */
.executive-page .block-content p {
  font: 16px/25px "Asap-Regular";
  margin-bottom: 25px; }

/* line 1746, static_files/website/css/style.scss */
.executive-page .block-content .title {
  max-width: 60%;
  margin: 0 auto 50px;
  display: table; }

/* line 1752, static_files/website/css/style.scss */
.executive-page .block-content .title h2 {
  margin-bottom: 10px; }

/* line 1756, static_files/website/css/style.scss */
.executive-page .block-content .card {
  border-radius: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  min-height: 400px; }

/* line 1763, static_files/website/css/style.scss */
.executive-page .block-content .card-body {
  padding: 12px; }

/* line 1769, static_files/website/css/style.scss */
.executive-page h1 {
  font: 60px/65px "Asap-Bold"; }

/* line 1773, static_files/website/css/style.scss */
.executive-page .boards h4 {
  margin-bottom: 0; }

/* line 1777, static_files/website/css/style.scss */
.executive-page:before {
  content: '';
  background: #ed2423;
  padding: 8%;
  position: absolute;
  border-radius: 180px;
  top: 22%;
  right: -10%;
  width: 0px;
  display: table;
  z-index: 0; }

/* line 1792, static_files/website/css/style.scss */
.top-content img {
  margin-top: 10px;
  z-index: 100;
  position: relative; }

/* line 1798, static_files/website/css/style.scss */
.top-content h2 {
  font-size: 52px;
  line-height: 52px; }

/* line 1803, static_files/website/css/style.scss */
.top-content .columns:first-child:before {
  content: '';
  background: #ed2423;
  padding: 14%;
  position: absolute;
  border-radius: 50px;
  bottom: -30px;
  left: -1300px;
  width: 1140px;
  display: table;
  z-index: 0; }

/* line 1817, static_files/website/css/style.scss */
img.founder-img {
  max-width: 800px;
  max-height: 600px;
  border-radius: 20px; }

/* line 1823, static_files/website/css/style.scss */
.boards {
  position: relative; }
  /* line 1826, static_files/website/css/style.scss */
  .boards:before {
    content: '';
    position: absolute;
    top: -38px;
    left: -1920px;
    background: #ed2423;
    display: table;
    width: 3840px;
    z-index: 0;
    padding: 7%; }
  /* line 1838, static_files/website/css/style.scss */
  .boards p {
    font: 17px/22px "Asap-SemiBold";
    color: #ed2423; }
  /* line 1843, static_files/website/css/style.scss */
  .boards h4 {
    font: 27px/32px "Asap-SemiBold";
    margin: 5px 0 8px; }
  /* line 1848, static_files/website/css/style.scss */
  .boards img {
    border-radius: 10px; }
  /* line 1852, static_files/website/css/style.scss */
  .boards .columns {
    margin-bottom: 3%;
    position: relative;
    z-index: 100; }

/* line 1860, static_files/website/css/style.scss */
.contact-us-page .sidebar .label.active:before {
  left: -1600px; }

/* line 1864, static_files/website/css/style.scss */
.contact-us-page .fields {
  margin-top: 35px; }

/* line 1868, static_files/website/css/style.scss */
.contact-us-page .label.active {
  margin-bottom: 25px; }

/* line 1872, static_files/website/css/style.scss */
.contact-us-page .sidebar .list {
  font: 22px/30px "Asap-Regular";
  margin-bottom: 30px; }

/* line 1877, static_files/website/css/style.scss */
.contact-us-page .small {
  font-family: "Asap-Regular"; }

/* line 1882, static_files/website/css/style.scss */
form.contact-us {
  padding: 50px 50px 80px;
  border: 2px solid #EAEAEA;
  border-left: 4px solid #ed2423;
  background: white; }
  /* line 1888, static_files/website/css/style.scss */
  form.contact-us .label {
    font: 22px/25px "Asap-SemiBold";
    margin-bottom: 30px; }
  /* line 1893, static_files/website/css/style.scss */
  form.contact-us label {
    font-weight: unset; }
  /* line 1897, static_files/website/css/style.scss */
  form.contact-us input, form.contact-us textarea {
    border: 1px solid #EAEAEA;
    width: 100%;
    display: block;
    padding: 8px 15px 11px;
    margin-top: 10px;
    height: auto; }
    /* line 1905, static_files/website/css/style.scss */
    form.contact-us input::placeholder, form.contact-us textarea::placeholder {
      font: 22px/25px "Asap-SemiBold";
      color: #BBBBBB; }
  /* line 1911, static_files/website/css/style.scss */
  form.contact-us textarea {
    height: 100px; }
  /* line 1915, static_files/website/css/style.scss */
  form.contact-us .button {
    float: right; }

/* line 1921, static_files/website/css/style.scss */
.milestones .content {
  gap: 40px;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-top: 20px;
  display: none; }
  /* line 1928, static_files/website/css/style.scss */
  .milestones .content.active {
    display: flex; }
  /* line 1932, static_files/website/css/style.scss */
  .milestones .content .column {
    flex: 0 0 calc(50% - 40px);
    margin: 0; }
  /* line 1937, static_files/website/css/style.scss */
  .milestones .content img {
    width: auto;
    max-height: 80px;
    margin-bottom: 20px; }
  /* line 1943, static_files/website/css/style.scss */
  .milestones .content p {
    margin-bottom: 8px; }

/* line 1948, static_files/website/css/style.scss */
.milestones__steps {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px; }
  /* line 1954, static_files/website/css/style.scss */
  .milestones__steps label {
    font: 18px/1.2 "Asap-Bold";
    padding: 10px 5%;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; }
    /* line 1965, static_files/website/css/style.scss */
    .milestones__steps label input[type="radio"] {
      display: none; }
    /* line 1969, static_files/website/css/style.scss */
    .milestones__steps label.active, .milestones__steps label:hover {
      color: white;
      background: #333333;
      border-color: #333333; }

/* line 1980, static_files/website/css/style.scss */
.our-story-page .banner {
  max-height: 460px; }

/* line 1984, static_files/website/css/style.scss */
.our-story-page h1 {
  margin-bottom: 20px;
  color: #333333; }

/* line 1989, static_files/website/css/style.scss */
.our-story-page h2 {
  font: 48px/1.2 "Asap-Bold";
  margin-bottom: 32px; }

/* line 1994, static_files/website/css/style.scss */
.our-story-page h5 {
  font: 20px/1.2 "Asap-Bold";
  margin-bottom: 32px; }

/* line 1999, static_files/website/css/style.scss */
.our-story-page img.founder-img {
  margin-top: 0; }

/* line 2003, static_files/website/css/style.scss */
.our-story-page .our-history-section h5 {
  margin-bottom: 16px; }

/* line 2007, static_files/website/css/style.scss */
.our-story-page .center-content {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }

/* line 2013, static_files/website/css/style.scss */
.our-story-page .title p {
  font: 22px/32px "Asap-SemiBold";
  max-width: 85%;
  margin: 0 auto;
  display: table;
  color: #333333; }

/* line 2021, static_files/website/css/style.scss */
.our-story-page .title h2 {
  font: 35px/35px "Asap-Medium";
  color: #333333; }

/* line 2026, static_files/website/css/style.scss */
.our-story-page p.font-regular {
  font: 19px/28px "Asap-Regular"; }

/* line 2030, static_files/website/css/style.scss */
.our-story-page .brand-content {
  max-width: 60%;
  margin: 30px auto 0; }

/* line 2035, static_files/website/css/style.scss */
.our-story-page .stores {
  max-width: 65%;
  margin: 30px auto 0; }

/* line 2040, static_files/website/css/style.scss */
.our-story-page .history img {
  max-height: 282px;
  position: relative;
  z-index: 100;
  border-radius: 20px; }

/* line 2047, static_files/website/css/style.scss */
.our-story-page .history p {
  font: 19px/28px "Asap-Regular";
  position: relative;
  padding-top: 20px;
  margin-top: 50px;
  color: #333333; }
  /* line 2054, static_files/website/css/style.scss */
  .our-story-page .history p:before {
    content: '';
    height: 4px;
    width: 80px;
    top: 0;
    position: absolute;
    background-color: #ed2423; }

/* line 2064, static_files/website/css/style.scss */
.our-story-page .history-label {
  font: 50px/50px "Asap-Bold";
  color: white;
  padding: 70px 0 25px;
  margin-bottom: 0px;
  width: auto;
  display: table;
  position: relative;
  z-index: 100; }
  /* line 2074, static_files/website/css/style.scss */
  .our-story-page .history-label:before {
    content: '';
    position: absolute;
    height: 500px;
    width: 1920px;
    left: -1460px;
    background: #ed2423;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    z-index: -1;
    top: 10px; }

/* line 2088, static_files/website/css/style.scss */
.our-story-page .distribution {
  font: 33px/33px "Asap-Bold";
  color: white;
  padding: 37px 0px 20px;
  margin-bottom: 0px;
  width: auto;
  display: table;
  position: relative;
  z-index: 100;
  margin-top: -175px; }
  /* line 2099, static_files/website/css/style.scss */
  .our-story-page .distribution:before {
    content: '';
    position: absolute;
    height: 485px;
    width: 1920px;
    right: -1460px;
    background: #dab96a;
    border-radius: 80px;
    z-index: -1;
    top: 10px; }
  /* line 2111, static_files/website/css/style.scss */
  .our-story-page .distribution h2 {
    font: 54px/54px "Asap-Bold"; }
  /* line 2115, static_files/website/css/style.scss */
  .our-story-page .distribution p {
    font: 20px/29px "Asap-SemiBold"; }

/* line 2120, static_files/website/css/style.scss */
.our-story-page .distribution-content {
  padding: 40px 0px 40px 50px; }
  /* line 2122, static_files/website/css/style.scss */
  .our-story-page .distribution-content .image {
    margin-top: -45px;
    max-width: 100%;
    max-height: 200px; }

/* line 2130, static_files/website/css/style.scss */
.our-story-page .map-bagus {
  margin-left: 18px;
  margin-top: 180px; }

/* line 2135, static_files/website/css/style.scss */
.our-story-page .visi-icon-img {
  width: 38px;
  margin: 0; }

/* line 2140, static_files/website/css/style.scss */
.our-story-page .icon-text {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px; }

/* line 2147, static_files/website/css/style.scss */
.our-story-page .visi-misi-content {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  /* line 2152, static_files/website/css/style.scss */
  .our-story-page .visi-misi-content p {
    margin-bottom: 0; }

/* line 2157, static_files/website/css/style.scss */
.our-story-page .visi-misi-banner {
  width: 100%;
  height: 300px;
  margin: 60px 0;
  padding: 0;
  background-position: top center;
  display: flex; }
  /* line 2165, static_files/website/css/style.scss */
  .our-story-page .visi-misi-banner img {
    width: 100%;
    object-fit: cover;
    border-radius: unset; }

/* line 2173, static_files/website/css/style.scss */
.mobile hr {
  display: none; }

/* line 2177, static_files/website/css/style.scss */
.tabs {
  margin-top: 40px; }
  /* line 2180, static_files/website/css/style.scss */
  .tabs .label_wrapper {
    display: table;
    padding-bottom: 0px; }
  /* line 2185, static_files/website/css/style.scss */
  .tabs .label_wrapper label, .tabs .label_wrapper span {
    cursor: pointer;
    float: left;
    margin-right: 50px;
    font: 18px/26px "Asap-Bold";
    background: transparent;
    margin-bottom: 0px;
    position: relative; }
  /* line 2195, static_files/website/css/style.scss */
  .tabs .label_wrapper label, .tabs .label_wrapper a {
    color: #333333; }
  /* line 2199, static_files/website/css/style.scss */
  .tabs .label_wrapper a.active {
    background: #ed2423;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 22px; }

/* line 2208, static_files/website/css/style.scss */
img {
  border-radius: 10px; }

/* line 2212, static_files/website/css/style.scss */
.messages {
  width: 100%;
  height: 30px;
  background-color: #ed2423;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 18px/20px "Asap-SemiBold"; }

/* line 2224, static_files/website/css/style.scss */
.mobile {
  display: none; }

/* line 2228, static_files/website/css/style.scss */
.map-img {
  display: block;
  margin-bottom: 32px; }

/* line 2233, static_files/website/css/style.scss */
.icon-img {
  max-width: 20px; }
  /* line 2236, static_files/website/css/style.scss */
  .icon-img.small {
    max-width: 16px; }

/* line 2241, static_files/website/css/style.scss */
.sidebar-content {
  display: none;
  width: 100%;
  margin-top: 3px; }
  /* line 2246, static_files/website/css/style.scss */
  .sidebar-content.active {
    display: flex;
    flex-wrap: wrap; }
  /* line 2251, static_files/website/css/style.scss */
  .sidebar-content h2 {
    font: 16px/1.2 "Asap-SemiBold";
    margin-bottom: 7px; }
  /* line 2256, static_files/website/css/style.scss */
  .sidebar-content h3 {
    font: 22px/1.2 "Asap-SemiBold";
    margin-bottom: 7px; }
  /* line 2261, static_files/website/css/style.scss */
  .sidebar-content p {
    font: 18px/1.4 "Asap-Regular";
    margin-bottom: 7px; }
  /* line 2266, static_files/website/css/style.scss */
  .sidebar-content span {
    font: 15px/1.2 "Asap-Regular";
    margin-bottom: 7px;
    color: #9E9E9E; }
  /* line 2272, static_files/website/css/style.scss */
  .sidebar-content .columns {
    margin-bottom: 40px; }

/* line 2277, static_files/website/css/style.scss */
.sidebar-tabs {
  font: 28px/1.2 "Asap-Bold";
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  position: relative; }
  /* line 2285, static_files/website/css/style.scss */
  .sidebar-tabs .name {
    display: flex;
    gap: 5px; }
    /* line 2289, static_files/website/css/style.scss */
    .sidebar-tabs .name img {
      display: none; }
  /* line 2294, static_files/website/css/style.scss */
  .sidebar-tabs .full-width {
    position: absolute;
    top: 0;
    right: 0; }
  /* line 2300, static_files/website/css/style.scss */
  .sidebar-tabs .row:after {
    display: none; }
  /* line 2304, static_files/website/css/style.scss */
  .sidebar-tabs li {
    margin-bottom: 0;
    display: contents; }
  /* line 2309, static_files/website/css/style.scss */
  .sidebar-tabs a {
    color: #333333; }
    /* line 2312, static_files/website/css/style.scss */
    .sidebar-tabs a.active {
      color: #ed2423; }

/* line 2318, static_files/website/css/style.scss */
.map {
  width: 100%;
  height: 450px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden; }
  /* line 2326, static_files/website/css/style.scss */
  .map .leaflet-popup-content h2 {
    font: 16px/1.2 "Asap-Bold";
    margin: 0 0 7px; }
  /* line 2331, static_files/website/css/style.scss */
  .map .leaflet-popup-content p {
    font: 14px/1.2 "Asap-Regular";
    margin: 0; }
  /* line 2336, static_files/website/css/style.scss */
  .map .leaflet-popup-content span {
    display: none; }
  /* line 2341, static_files/website/css/style.scss */
  .map.leaflet-container a.leaflet-popup-close-button {
    top: 4px;
    right: 4px;
    font-size: 24px; }

@media screen and (max-width: 768px) {
  /* line 2350, static_files/website/css/style.scss */
  h1,
  .banner h1 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0; }
  /* line 2357, static_files/website/css/style.scss */
  h1.small {
    font: 30px / 35px "Asap-Bold";
    margin-bottom: 10px; }
  /* line 2362, static_files/website/css/style.scss */
  h2 {
    font: 22px / 26px "Asap-SemiBold";
    margin-bottom: 12px; }
  /* line 2367, static_files/website/css/style.scss */
  h2.small {
    font: 18px / 25px "Asap-SemiBold"; }
  /* line 2371, static_files/website/css/style.scss */
  p {
    line-height: 24px; }
  /* line 2375, static_files/website/css/style.scss */
  .button {
    margin-bottom: 30px;
    letter-spacing: 0;
    padding: 10px 20px; }
  /* line 2381, static_files/website/css/style.scss */
  .seperator {
    margin: 25px 0 0; }
    /* line 2384, static_files/website/css/style.scss */
    .seperator.large {
      margin-top: 30px; }
  /* line 2389, static_files/website/css/style.scss */
  .background-red {
    top: 0; }
    /* line 2392, static_files/website/css/style.scss */
    .background-red .container {
      padding: 0; }
  /* line 2397, static_files/website/css/style.scss */
  header {
    margin-bottom: 30px;
    padding: 10px 0; }
    /* line 2401, static_files/website/css/style.scss */
    header .logo {
      width: 75px;
      height: 50px; }
    /* line 2406, static_files/website/css/style.scss */
    header a {
      margin: auto 0; }
    /* line 2410, static_files/website/css/style.scss */
    header select {
      width: 39px; }
    /* line 2414, static_files/website/css/style.scss */
    header .columns {
      height: 41px; }
    /* line 2418, static_files/website/css/style.scss */
    header .four.columns {
      float: right;
      margin-right: 45px; }
    /* line 2423, static_files/website/css/style.scss */
    header .language, header .button.shop {
      display: none; }
    /* line 2427, static_files/website/css/style.scss */
    header .button.shop {
      padding: 1px 12px;
      line-height: 0px;
      font-size: 13px;
      height: 29px; }
  /* line 2435, static_files/website/css/style.scss */
  .column,
  .columns {
    width: auto; }
    /* line 2439, static_files/website/css/style.scss */
    .column:last-child,
    .columns:last-child {
      margin-bottom: 0; }
  /* line 2444, static_files/website/css/style.scss */
  .website {
    display: none; }
  /* line 2448, static_files/website/css/style.scss */
  .mobile {
    display: block; }
  /* line 2452, static_files/website/css/style.scss */
  .button_container {
    display: table;
    right: 21px; }
  /* line 2457, static_files/website/css/style.scss */
  .banner {
    background-size: contain;
    height: auto;
    max-height: unset;
    margin-bottom: 30px; }
    /* line 2463, static_files/website/css/style.scss */
    .banner .banner-content {
      width: 100%;
      margin-top: 55%; }
    /* line 2468, static_files/website/css/style.scss */
    .banner .button {
      padding: 10px 0;
      float: left;
      position: relative;
      bottom: 0;
      width: 48%;
      letter-spacing: 0; }
    /* line 2477, static_files/website/css/style.scss */
    .banner .customer-service {
      margin-left: 4%;
      background-color: #ed2423; }
    /* line 2482, static_files/website/css/style.scss */
    .banner .customer-service img {
      display: none; }
    /* line 2486, static_files/website/css/style.scss */
    .banner h1 {
      margin-top: 35px; }
    /* line 2490, static_files/website/css/style.scss */
    .banner p {
      font: 18px / 24px "Asap-SemiBold"; }
  /* line 2496, static_files/website/css/style.scss */
  .title h2 {
    font: 22px / 28px "Asap-Bold";
    margin-bottom: 5px; }
  /* line 2501, static_files/website/css/style.scss */
  .title h3 {
    line-height: 24px; }
  /* line 2507, static_files/website/css/style.scss */
  .categories-section .two.columns {
    width: 32%;
    margin-bottom: 4%;
    margin-top: 4%; }
    /* line 2512, static_files/website/css/style.scss */
    .categories-section .two.columns:nth-child(3n+4) {
      margin-left: 0; }
  /* line 2517, static_files/website/css/style.scss */
  .categories-section .brand-content span {
    margin-top: 5px; }
  /* line 2523, static_files/website/css/style.scss */
  .brand-content {
    margin: 20px 0; }
    /* line 2526, static_files/website/css/style.scss */
    .brand-content span {
      font: 14px / 20px "Asap-Bold"; }
  /* line 2531, static_files/website/css/style.scss */
  .promotion-label {
    font: 22px / 28px "Asap-Bold";
    padding: 20px 0;
    position: relative; }
    /* line 2536, static_files/website/css/style.scss */
    .promotion-label:before {
      position: absolute;
      top: 0;
      left: -20px;
      height: 100%;
      background-color: #dab96a; }
  /* line 2545, static_files/website/css/style.scss */
  .promotions {
    margin-bottom: 0; }
  /* line 2549, static_files/website/css/style.scss */
  .background-red {
    margin-bottom: 50px; }
    /* line 2552, static_files/website/css/style.scss */
    .background-red:before {
      top: 0;
      height: 7vh; }
  /* line 2558, static_files/website/css/style.scss */
  .shop-now {
    padding: 30px 20px;
    top: 40px;
    border-radius: 0;
    width: 100%;
    margin: 0;
    max-width: 100%; }
    /* line 2566, static_files/website/css/style.scss */
    .shop-now h2 {
      font: 17px / 22px "Asap-Bold";
      margin-bottom: 7px; }
    /* line 2571, static_files/website/css/style.scss */
    .shop-now .four.columns {
      width: 100%; }
    /* line 2575, static_files/website/css/style.scss */
    .shop-now .two.columns {
      width: 23%; }
    /* line 2579, static_files/website/css/style.scss */
    .shop-now .four.columns + .two.columns {
      margin-left: 0; }
  /* line 2584, static_files/website/css/style.scss */
  .event-page .news {
    margin-bottom: 0; }
    /* line 2587, static_files/website/css/style.scss */
    .event-page .news h2 {
      font: 19px / 25px "Asap-Bold";
      margin-bottom: 5px; }
    /* line 2592, static_files/website/css/style.scss */
    .event-page .news h4 {
      font: 17px / 22px "Asap-SemiBold";
      margin: 5px 0; }
    /* line 2597, static_files/website/css/style.scss */
    .event-page .news a {
      margin-bottom: 20px; }
    /* line 2601, static_files/website/css/style.scss */
    .event-page .news + .seperator {
      display: none; }
  /* line 2606, static_files/website/css/style.scss */
  footer {
    padding-top: 35px;
    margin-top: 35px; }
    /* line 2610, static_files/website/css/style.scss */
    footer .middle-content {
      margin-bottom: 10px; }
    /* line 2614, static_files/website/css/style.scss */
    footer .middle-content .four.columns, footer .middle-content .two.columns {
      width: 100%;
      margin-bottom: 25px; }
    /* line 2619, static_files/website/css/style.scss */
    footer .logo {
      margin-bottom: 10px; }
    /* line 2623, static_files/website/css/style.scss */
    footer .bottom a, footer .copyright {
      font-size: 14px;
      line-height: 35px; }
    /* line 2628, static_files/website/css/style.scss */
    footer .two.columns .list a {
      width: 48%;
      margin-right: 4%;
      float: left; }
      /* line 2633, static_files/website/css/style.scss */
      footer .two.columns .list a:nth-child(2n) {
        margin-right: 0; }
    /* line 2638, static_files/website/css/style.scss */
    footer .two.columns .list.medsos a {
      width: 15%;
      margin: 0;
      margin-left: 10px; }
    /* line 2644, static_files/website/css/style.scss */
    footer .middle-content form button {
      background-color: #ed2423;
      color: white;
      width: 100%; }
    /* line 2650, static_files/website/css/style.scss */
    footer form .columns {
      margin-right: 4%; }
      /* line 2653, static_files/website/css/style.scss */
      footer form .columns:last-child {
        margin-right: 0; }
    /* line 2658, static_files/website/css/style.scss */
    footer .footer-dropdown-mobile {
      width: 50%; }
    /* line 2662, static_files/website/css/style.scss */
    footer .two.columns .list .footer-dropdown-mobile a {
      width: 100%; }
  /* line 2668, static_files/website/css/style.scss */
  .event-page .eight.columns {
    width: 100%; }
  /* line 2672, static_files/website/css/style.scss */
  .event-page .middle {
    margin: 0; }
  /* line 2678, static_files/website/css/style.scss */
  .event-detail-page header {
    margin-bottom: 0; }
  /* line 2682, static_files/website/css/style.scss */
  .event-detail-page h2 {
    font: 32px / 32px "Asap-Bold";
    margin: 5px 0 8px; }
  /* line 2687, static_files/website/css/style.scss */
  .event-detail-page .banner::before {
    content: none; }
  /* line 2692, static_files/website/css/style.scss */
  .block-content .flex {
    display: table; }
  /* line 2697, static_files/website/css/style.scss */
  .article-detail-page .block-content img {
    margin-bottom: 5px; }
  /* line 2701, static_files/website/css/style.scss */
  .article-detail-page h1 {
    margin: 0 0 5px; }
  /* line 2705, static_files/website/css/style.scss */
  .article-detail-page p {
    font-size: 17px;
    line-height: 25px; }
  /* line 2711, static_files/website/css/style.scss */
  .background-radius-right:before {
    padding: 27%;
    top: 2.8%; }
  /* line 2717, static_files/website/css/style.scss */
  .article-page .sosmed {
    display: block;
    width: 100%;
    margin-bottom: 35px; }
  /* line 2723, static_files/website/css/style.scss */
  .article-page .sosmed a {
    font-size: 16px; }
    /* line 2726, static_files/website/css/style.scss */
    .article-page .sosmed a img {
      margin-right: 4px;
      top: 8px; }
  /* line 2732, static_files/website/css/style.scss */
  .article-page .background-radius-right:before {
    display: none; }
  /* line 2738, static_files/website/css/style.scss */
  .bagus-corner-page .background-radius-right:before {
    display: none; }
  /* line 2742, static_files/website/css/style.scss */
  .bagus-corner-page .content-header {
    display: block; }
  /* line 2746, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-column {
    float: none;
    margin-top: 10px; }
  /* line 2751, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-column .small {
    font-size: 20px; }
  /* line 2755, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-item {
    padding: 0 23px; }
  /* line 2759, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-item .icon {
    max-width: 32px; }
  /* line 2763, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-item span {
    display: none; }
  /* line 2767, static_files/website/css/style.scss */
  .bagus-corner-page .news a {
    margin-bottom: 6%; }
  /* line 2772, static_files/website/css/style.scss */
  .sidebar {
    margin: 25px 0 10px; }
    /* line 2775, static_files/website/css/style.scss */
    .sidebar .label {
      width: 100%;
      font-size: 20px;
      line-height: 20px;
      height: 72px;
      padding: 0; }
    /* line 2783, static_files/website/css/style.scss */
    .sidebar .label img {
      width: 43px; }
    /* line 2787, static_files/website/css/style.scss */
    .sidebar .label.active:before, .sidebar a.label:hover:before {
      left: -1548px;
      height: 73px; }
  /* line 2793, static_files/website/css/style.scss */
  .highlight {
    padding: 30px 20px 10px;
    box-sizing: border-box; }
    /* line 2797, static_files/website/css/style.scss */
    .highlight:before {
      height: 315px;
      left: -20px;
      margin-top: 5px;
      border-radius: 0;
      box-shadow: none; }
    /* line 2806, static_files/website/css/style.scss */
    .highlight h1, .highlight h2 {
      width: 110%;
      margin-left: -20px; }
  /* line 2813, static_files/website/css/style.scss */
  .products .four.columns {
    width: 48%;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 15px; }
    /* line 2819, static_files/website/css/style.scss */
    .products .four.columns:nth-child(2n) {
      margin-right: 0; }
  /* line 2826, static_files/website/css/style.scss */
  .product-page .background-red {
    background-color: #ed2423;
    height: auto;
    margin: 50px 0 0; }
  /* line 2832, static_files/website/css/style.scss */
  .product-page .shop-now {
    top: -25px; }
  /* line 2836, static_files/website/css/style.scss */
  .product-page .box {
    padding: 12px; }
  /* line 2840, static_files/website/css/style.scss */
  .product-page .box h3 {
    font: 22px / 22px "Asap-Bold"; }
  /* line 2844, static_files/website/css/style.scss */
  .product-page .box .desc {
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  /* line 2853, static_files/website/css/style.scss */
  .product-page .products a {
    border-radius: 10px; }
    /* line 2855, static_files/website/css/style.scss */
    .product-page .products a:hover .box {
      border-radius: 10px; }
  /* line 2862, static_files/website/css/style.scss */
  .product-page .highlight h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px; }
  /* line 2870, static_files/website/css/style.scss */
  .product-page .sidebar .label {
    font-size: 14px;
    padding: 3px 8px; }
  /* line 2876, static_files/website/css/style.scss */
  .sidebar {
    overflow: hidden;
    width: 100%;
    display: table;
    display: grid; }
    /* line 2882, static_files/website/css/style.scss */
    .sidebar ul {
      overflow: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      white-space: nowrap;
      margin: 0;
      padding: 0; }
      /* line 2890, static_files/website/css/style.scss */
      .sidebar ul::-webkit-scrollbar {
        display: none; }
    /* line 2895, static_files/website/css/style.scss */
    .sidebar li {
      display: inline-block;
      margin: 0;
      padding: 0; }
    /* line 2901, static_files/website/css/style.scss */
    .sidebar .label {
      display: table;
      float: left;
      padding: 7px 15px;
      font-size: 14px;
      line-height: 22px;
      width: 10px;
      height: 10px;
      border: none;
      margin-right: 5px;
      margin-bottom: 0; }
      /* line 2913, static_files/website/css/style.scss */
      .sidebar .label img {
        display: none; }
    /* line 2918, static_files/website/css/style.scss */
    .sidebar .label.active:before, .sidebar a:hover.label:before {
      display: none; }
    /* line 2922, static_files/website/css/style.scss */
    .sidebar .label.active, .sidebar a:hover.label {
      background-color: #ed2423;
      border-radius: 20px; }
  /* line 2929, static_files/website/css/style.scss */
  .our-story-page h1 {
    margin-bottom: 5px; }
  /* line 2933, static_files/website/css/style.scss */
  .our-story-page .our-facilities-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    /* line 2938, static_files/website/css/style.scss */
    .our-story-page .our-facilities-content img {
      order: 1;
      margin-bottom: 15px; }
    /* line 2943, static_files/website/css/style.scss */
    .our-story-page .our-facilities-content h5 {
      order: 0; }
    /* line 2947, static_files/website/css/style.scss */
    .our-story-page .our-facilities-content p {
      order: 2; }
  /* line 2952, static_files/website/css/style.scss */
  .our-story-page .milestone-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    /* line 2957, static_files/website/css/style.scss */
    .our-story-page .milestone-content img {
      order: 2;
      width: fit-content; }
  /* line 2963, static_files/website/css/style.scss */
  .our-story-page .visi-misi-banner {
    height: 150px;
    margin: 40px 0; }
  /* line 2968, static_files/website/css/style.scss */
  .our-story-page .our-history-section img {
    margin-bottom: 15px; }
  /* line 2972, static_files/website/css/style.scss */
  .our-story-page .our-milestones-section {
    margin-top: 20px; }
  /* line 2976, static_files/website/css/style.scss */
  .our-story-page .banner {
    height: 190px; }
  /* line 2980, static_files/website/css/style.scss */
  .our-story-page .our-story-banner {
    height: 190px; }
  /* line 2984, static_files/website/css/style.scss */
  .our-story-page .title p {
    max-width: 100%;
    font: 18px / 24px "Asap-SemiBold"; }
  /* line 2989, static_files/website/css/style.scss */
  .our-story-page p.font-regular {
    font: 19px / 28px "Asap-Regular"; }
  /* line 2993, static_files/website/css/style.scss */
  .our-story-page .brand-content {
    max-width: 100%;
    margin-top: 20px; }
  /* line 2998, static_files/website/css/style.scss */
  .our-story-page .brand-content .two.columns {
    width: 15%; }
  /* line 3002, static_files/website/css/style.scss */
  .our-story-page .history-label {
    font: 25px / 28px "Asap-SemiBold";
    padding: 40px 0 20px; }
    /* line 3006, static_files/website/css/style.scss */
    .our-story-page .history-label:before {
      height: 200px; }
  /* line 3012, static_files/website/css/style.scss */
  .our-story-page .history img {
    width: 100%;
    max-height: auto; }
  /* line 3017, static_files/website/css/style.scss */
  .our-story-page .history p {
    margin-top: 20px; }
  /* line 3021, static_files/website/css/style.scss */
  .our-story-page .history .columns {
    width: 100%;
    margin: 0; }
  /* line 3027, static_files/website/css/style.scss */
  .our-story-page .visi-misi {
    margin: 20px 0 0;
    padding-top: 40px; }
    /* line 3031, static_files/website/css/style.scss */
    .our-story-page .visi-misi img {
      width: 45px; }
    /* line 3035, static_files/website/css/style.scss */
    .our-story-page .visi-misi h2 {
      font: 27px / 32px "Asap-Bold";
      margin-bottom: 5px;
      margin-top: 5px; }
    /* line 3041, static_files/website/css/style.scss */
    .our-story-page .visi-misi p {
      font: 18px / 25px "Asap-SemiBold"; }
    /* line 3045, static_files/website/css/style.scss */
    .our-story-page .visi-misi .columns {
      margin: 0;
      padding: 0; }
    /* line 3050, static_files/website/css/style.scss */
    .our-story-page .visi-misi .right {
      margin-bottom: 25px; }
    /* line 3054, static_files/website/css/style.scss */
    .our-story-page .visi-misi .left {
      border: none; }
    /* line 3058, static_files/website/css/style.scss */
    .our-story-page .visi-misi .right,
    .our-story-page .visi-misi .left {
      text-align: center; }
  /* line 3064, static_files/website/css/style.scss */
  .our-story-page .distribution {
    margin-top: 0;
    padding-bottom: 0; }
    /* line 3068, static_files/website/css/style.scss */
    .our-story-page .distribution .columns {
      margin: 0;
      padding: 0;
      width: 100%; }
    /* line 3074, static_files/website/css/style.scss */
    .our-story-page .distribution h2 {
      font: 27px / 32px "Asap-Bold";
      margin-bottom: 5px;
      margin-top: 5px; }
    /* line 3080, static_files/website/css/style.scss */
    .our-story-page .distribution p {
      font: 18px / 25px "Asap-SemiBold"; }
    /* line 3084, static_files/website/css/style.scss */
    .our-story-page .distribution:before {
      display: none; }
  /* line 3089, static_files/website/css/style.scss */
  .our-story-page .distribution-content.columns {
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0;
    box-sizing: border-box; }
    /* line 3095, static_files/website/css/style.scss */
    .our-story-page .distribution-content.columns div {
      position: relative;
      z-index: 100; }
    /* line 3100, static_files/website/css/style.scss */
    .our-story-page .distribution-content.columns:before {
      content: '';
      width: 120%;
      top: 0;
      left: -10%;
      height: 100%;
      position: absolute;
      height: 70%;
      background-color: #dab96a;
      z-index: 0; }
    /* line 3112, static_files/website/css/style.scss */
    .our-story-page .distribution-content.columns .image {
      margin-top: 0; }
  /* line 3117, static_files/website/css/style.scss */
  .our-story-page .map-bagus {
    margin-top: 0px;
    margin-left: 0px; }
  /* line 3122, static_files/website/css/style.scss */
  .our-story-page .stores {
    max-width: 100%; }
  /* line 3128, static_files/website/css/style.scss */
  .contact-us-page .sidebar {
    overflow: unset; }
  /* line 3132, static_files/website/css/style.scss */
  .contact-us-page .background-radius-right:before {
    display: none; }
  /* line 3136, static_files/website/css/style.scss */
  .contact-us-page hr {
    padding: 0;
    margin: 10px 0 30px; }
  /* line 3141, static_files/website/css/style.scss */
  .contact-us-page h2 {
    font-size: 25px; }
  /* line 3145, static_files/website/css/style.scss */
  .contact-us-page h2.small {
    font-size: 18px; }
  /* line 3149, static_files/website/css/style.scss */
  .contact-us-page .sidebar .label.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin: 0 0 25px;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 50px; }
    /* line 3160, static_files/website/css/style.scss */
    .contact-us-page .sidebar .label.active:before {
      content: '';
      display: table;
      top: 0;
      left: -20%;
      height: 100%;
      position: absolute;
      background-color: #ed2423;
      z-index: 0;
      border-radius: 0; }
    /* line 3172, static_files/website/css/style.scss */
    .contact-us-page .sidebar .label.active label {
      display: table;
      margin: auto 0;
      color: white; }
    /* line 3178, static_files/website/css/style.scss */
    .contact-us-page .sidebar .label.active img {
      width: 35px;
      display: table;
      margin: auto 10px auto 0;
      top: unset; }
  /* line 3186, static_files/website/css/style.scss */
  .contact-us-page .sidebar .list {
    font: 19px / 27px "Asap-Regular"; }
    /* line 3189, static_files/website/css/style.scss */
    .contact-us-page .sidebar .list label {
      line-height: 0; }
    /* line 3193, static_files/website/css/style.scss */
    .contact-us-page .sidebar .list img {
      top: 5px; }
  /* line 3198, static_files/website/css/style.scss */
  .contact-us-page .address label, .contact-us-page .phone label {
    margin-bottom: 10px; }
  /* line 3202, static_files/website/css/style.scss */
  .contact-us-page .contact-us {
    border: none;
    padding: 50px 0 0;
    margin-top: 10px;
    position: relative; }
    /* line 3208, static_files/website/css/style.scss */
    .contact-us-page .contact-us:before {
      content: '';
      height: 10px;
      background-color: #ed2423;
      position: absolute;
      top: 0;
      left: -10%;
      width: 120%;
      display: table; }
  /* line 3220, static_files/website/css/style.scss */
  .contact-us-page form.contact-us input {
    margin-top: 5px; }
  /* line 3226, static_files/website/css/style.scss */
  .contact-us-page form.contact-us .label, .contact-us-page form.contact-us input::placeholder, .contact-us-page form.contact-us textarea::placeholder {
    font: 18px / 24px "Asap-SemiBold"; }
  /* line 3230, static_files/website/css/style.scss */
  .contact-us-page form.contact-us button {
    width: 100%;
    float: none; }
  /* line 3237, static_files/website/css/style.scss */
  .seperator.mobile {
    margin: 0; }
  /* line 3241, static_files/website/css/style.scss */
  .mobile hr {
    display: block; }
  /* line 3246, static_files/website/css/style.scss */
  .executive-page h1.small {
    font-size: 33px; }
  /* line 3250, static_files/website/css/style.scss */
  .executive-page:before {
    display: none; }
  /* line 3254, static_files/website/css/style.scss */
  .executive-page .top-content .columns {
    width: 100%;
    margin: 0; }
  /* line 3259, static_files/website/css/style.scss */
  .executive-page .top-content h2 {
    font-size: 28px;
    line-height: 32px; }
  /* line 3264, static_files/website/css/style.scss */
  .executive-page .block-content h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
  /* line 3270, static_files/website/css/style.scss */
  .executive-page .block-content img {
    margin: 0 0 10px; }
  /* line 3274, static_files/website/css/style.scss */
  .executive-page .block-content p {
    margin-bottom: 15px;
    text-align: left; }
  /* line 3279, static_files/website/css/style.scss */
  .executive-page .block-content p.text-center {
    text-align: center; }
  /* line 3283, static_files/website/css/style.scss */
  .executive-page .block-content h2 {
    margin-top: 5px; }
  /* line 3287, static_files/website/css/style.scss */
  .executive-page .block-content .title {
    max-width: 100%; }
  /* line 3291, static_files/website/css/style.scss */
  .executive-page .boards:before {
    padding: 17%; }
  /* line 3295, static_files/website/css/style.scss */
  .executive-page .boards .three.columns {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%; }
    /* line 3300, static_files/website/css/style.scss */
    .executive-page .boards .three.columns:nth-child(2n) {
      margin-right: 0; }
    /* line 3304, static_files/website/css/style.scss */
    .executive-page .boards .three.columns img {
      margin-bottom: 0; }
  /* line 3309, static_files/website/css/style.scss */
  .executive-page h4 {
    font: 20px / 25px "Asap-SemiBold";
    margin: 0 0 2px; }
  /* line 3314, static_files/website/css/style.scss */
  .executive-page .card {
    min-height: 315px !important; }
  /* line 3318, static_files/website/css/style.scss */
  .executive-page .card-body p {
    font-size: 14px;
    line-height: 20px; }
  /* line 3327, static_files/website/css/style.scss */
  .tabs .label_wrapper label, .tabs .label_wrapper span {
    margin-right: 20px;
    font: 14px / 18px "Asap-Bold"; }
  /* line 3332, static_files/website/css/style.scss */
  .tabs .label_wrapper a.active {
    padding: 9px 14px; }
  /* line 3337, static_files/website/css/style.scss */
  img.founder-img {
    border-radius: 10px; }
  /* line 3343, static_files/website/css/style.scss */
  .home .banner .banner-content a {
    margin-top: 210px;
    margin-bottom: 30px; }
  /* line 3348, static_files/website/css/style.scss */
  .home .img-promotion {
    margin-top: 0;
    width: 100%;
    border-radius: 10px;
    margin-left: 0; }
  /* line 3355, static_files/website/css/style.scss */
  .home .seperator {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 3360, static_files/website/css/style.scss */
  .home .categories-section {
    margin-top: -30px; }
  /* line 3366, static_files/website/css/style.scss */
  .home .brand-content .new_columns img.icon {
    width: 70%; }
  /* line 3371, static_files/website/css/style.scss */
  .home .img-round-20 {
    border-radius: 10px; }
  /* line 3375, static_files/website/css/style.scss */
  .home .mb-10 {
    margin-bottom: 10px; }
  /* line 3379, static_files/website/css/style.scss */
  .home .banner {
    min-height: 0; }
  /* line 3383, static_files/website/css/style.scss */
  .home .mt-130 {
    margin-top: 0; }
  /* line 3388, static_files/website/css/style.scss */
  .home .mobile-bg.background-red:before {
    height: 12px;
    margin-top: 30px;
    padding: 0; }
  /* line 3395, static_files/website/css/style.scss */
  .home .mobile-full {
    width: 100%; }
  /* line 3399, static_files/website/css/style.scss */
  .home .news .small-content p {
    line-height: normal;
    margin-bottom: 60px; }
  /* line 3404, static_files/website/css/style.scss */
  .home .news .small-content h4 {
    margin: 0; }
  /* line 3408, static_files/website/css/style.scss */
  .home .news h4 {
    margin-top: 0; }
  /* line 3412, static_files/website/css/style.scss */
  .home h2.mt-45 {
    margin-top: 20px; }
  /* line 3418, static_files/website/css/style.scss */
  .home .news-v2 h2 {
    margin-bottom: 5px; }
  /* line 3422, static_files/website/css/style.scss */
  .home .news-v2 h4 {
    margin-bottom: 0; }
  /* line 3427, static_files/website/css/style.scss */
  .home .news-v2 .eight.columns a p {
    line-height: normal;
    margin-bottom: 60px; }
  /* line 3432, static_files/website/css/style.scss */
  .home .mt-min-20 {
    margin-top: -20px; }
  /* line 3436, static_files/website/css/style.scss */
  .home .mt-min-10 {
    margin-top: -10px; }
  /* line 3440, static_files/website/css/style.scss */
  .home .button {
    margin-bottom: 20px; }
  /* line 3444, static_files/website/css/style.scss */
  .home .tns-nav {
    top: 325px;
    left: 160px; }
  /* line 3449, static_files/website/css/style.scss */
  .home .container {
    display: block; }
  /* line 3453, static_files/website/css/style.scss */
  .home .brand-content {
    flex-wrap: wrap; }
  /* line 3457, static_files/website/css/style.scss */
  .home .brand-content a {
    width: 105px; }
  /* line 3462, static_files/website/css/style.scss */
  .promotions p {
    font-size: 17px;
    white-space: pre-wrap; }
  /* line 3467, static_files/website/css/style.scss */
  .breadcrumb {
    font-size: 14px; }
    /* line 3470, static_files/website/css/style.scss */
    .breadcrumb ol li + li:before {
      content: '';
      width: 14px;
      height: 14px;
      background-size: 14px; }
  /* line 3479, static_files/website/css/style.scss */
  .product-detail-page h1 {
    font-size: 16px; }
  /* line 3484, static_files/website/css/style.scss */
  .ecom {
    font-size: 14px; }
    /* line 3487, static_files/website/css/style.scss */
    .ecom .tokped-icon {
      content: url("/static/website/img/tokped-mobile.svg?9f1b1fc83b83"); }
    /* line 3491, static_files/website/css/style.scss */
    .ecom .shopee-icon {
      content: url("/static/website/img/shopee-mobile.svg?9f1b1fc83b83"); }
    /* line 3495, static_files/website/css/style.scss */
    .ecom .tiktok-icon {
      content: url("/static/website/img/tiktok-mobile.svg?9f1b1fc83b83"); }
  /* line 3501, static_files/website/css/style.scss */
  .our-story-page h5 {
    font-size: 16px;
    margin-bottom: 15px; }
  /* line 3506, static_files/website/css/style.scss */
  .our-story-page h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  /* line 3511, static_files/website/css/style.scss */
  .our-story-page img.founder-img {
    margin-bottom: 50px; }
  /* line 3515, static_files/website/css/style.scss */
  .our-story-page p {
    font-size: 15px; }
  /* line 3519, static_files/website/css/style.scss */
  .our-story-page .top-content .columns:first-child:before {
    content: '';
    left: -1100px;
    z-index: 0;
    top: 265px;
    height: 65px; }
  /* line 3527, static_files/website/css/style.scss */
  .our-story-page .visi-misi {
    margin-bottom: 40px; }
  /* line 3531, static_files/website/css/style.scss */
  .our-story-page .visi-img {
    margin-bottom: 20px; }
  /* line 3535, static_files/website/css/style.scss */
  .our-story-page .visi-misi-content {
    gap: 20px; }
  /* line 3540, static_files/website/css/style.scss */
  .our-story-page .milestones .column {
    flex: 0 0 100%; }
  /* line 3544, static_files/website/css/style.scss */
  .our-story-page .milestones .content {
    gap: 20px; }
  /* line 3548, static_files/website/css/style.scss */
  .our-story-page .milestones__steps {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    margin-bottom: 15px; }
    /* line 3554, static_files/website/css/style.scss */
    .our-story-page .milestones__steps::-webkit-scrollbar {
      display: none; }
    /* line 3558, static_files/website/css/style.scss */
    .our-story-page .milestones__steps label {
      white-space: nowrap;
      flex-shrink: 0;
      scroll-snap-align: start; }
  /* line 3568, static_files/website/css/style.scss */
  .promotion-wrapper .tns-nav {
    top: 14px;
    left: 0; }
  /* line 3573, static_files/website/css/style.scss */
  .promotion-wrapper .promotion-control-wrapper .columns {
    right: 10px; }
  /* line 3578, static_files/website/css/style.scss */
  .sidebar-content .columns:not(:last-child) {
    margin-bottom: 20px; }
  /* line 3583, static_files/website/css/style.scss */
  .sidebar-tabs .columns {
    width: 100%; }
  /* line 3587, static_files/website/css/style.scss */
  .sidebar-tabs .full-width {
    position: relative; }
  /* line 3591, static_files/website/css/style.scss */
  .sidebar-tabs .name {
    display: flex; }
    /* line 3594, static_files/website/css/style.scss */
    .sidebar-tabs .name img {
      display: table; }
  /* line 3599, static_files/website/css/style.scss */
  .sidebar-tabs a.active {
    margin-bottom: 20px; }
    /* line 3602, static_files/website/css/style.scss */
    .sidebar-tabs a.active img {
      rotate: 180deg; }
  /* line 3607, static_files/website/css/style.scss */
  .sidebar-tabs .flex {
    display: flex; }
  /* line 3611, static_files/website/css/style.scss */
  .sidebar-tabs .row:after {
    display: table; }
  /* line 3615, static_files/website/css/style.scss */
  .sidebar-tabs li {
    display: initial; } }
