@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?ca40ef7814b1") 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;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px; }
  /* line 456, static_files/website/css/style.scss */
  footer .medsos a {
    float: left;
    display: table;
    width: auto;
    margin-right: 25px; }
  /* line 463, static_files/website/css/style.scss */
  footer .medsos img {
    width: auto;
    display: table;
    height: 32px; }
  /* line 469, static_files/website/css/style.scss */
  footer .middle-content form {
    margin-bottom: 0; }
    /* line 472, 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 483, static_files/website/css/style.scss */
    footer .middle-content form input[type="text"]::placeholder {
      font: 18px/28px "Asap-Regular";
      color: #CCC; }
    /* line 488, 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 502, static_files/website/css/style.scss */
    footer .middle-content form .eight.columns {
      width: 65.3333333333%; }
    /* line 506, static_files/website/css/style.scss */
    footer .middle-content form .four.columns {
      width: 30.6666666667%; }
  /* line 511, static_files/website/css/style.scss */
  footer .dropdown {
    cursor: pointer;
    font: 18px/28px "Asap-SemiBold";
    color: #333333;
    width: 100%;
    margin-bottom: 0; }
  /* line 519, 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 529, static_files/website/css/style.scss */
  footer .dropdown-item a {
    margin: auto 15px;
    font: 18px/28px "Asap-SemiBold"; }
  /* line 534, static_files/website/css/style.scss */
  footer .dropdown-btn:hover {
    color: #ed2423; }
  /* line 538, static_files/website/css/style.scss */
  footer .dropdown:hover .dropdown-item {
    display: grid; }
  /* line 542, static_files/website/css/style.scss */
  footer .text-left {
    text-align: left;
    margin-left: 5px; }

/* line 548, static_files/website/css/style.scss */
.background-red {
  position: relative;
  margin-bottom: 90px; }
  /* line 552, 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 566, 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 578, static_files/website/css/style.scss */
  .shop-now h2 {
    font: 19px/25px "Asap-Bold";
    margin-bottom: 5px; }
  /* line 583, static_files/website/css/style.scss */
  .shop-now h3 {
    font: 25px/25px "Asap-Bold";
    color: #ed2423; }

/* line 589, static_files/website/css/style.scss */
.small-content {
  color: #333333; }
  /* line 592, static_files/website/css/style.scss */
  .small-content h2 {
    font: 21px/25px "Asap-SemiBold";
    margin-bottom: 5px; }
  /* line 597, static_files/website/css/style.scss */
  .small-content h4 {
    font: 15px/22px "Asap-SemiBold";
    color: #ed2423;
    margin: 5px 0 0;
    text-transform: uppercase; }
  /* line 604, 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 614, static_files/website/css/style.scss */
  .small-content .img-wrapper {
    overflow: hidden;
    height: 180px;
    margin-bottom: 4px; }
  /* line 620, static_files/website/css/style.scss */
  .small-content .img-wrapper .icon {
    height: 100%;
    object-fit: cover; }

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

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

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

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

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

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

/* line 710, 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 720, 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 734, 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 745, static_files/website/css/style.scss */
.sidebar {
  position: relative;
  margin-top: 62px; }
  /* line 749, 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 762, static_files/website/css/style.scss */
  .sidebar .label:last-child a {
    border: none; }
  /* line 766, static_files/website/css/style.scss */
  .sidebar .label.active, .sidebar a:hover.label {
    color: white;
    border-color: transparent; }
  /* line 771, 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 783, static_files/website/css/style.scss */
  .sidebar .label span {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  /* line 789, static_files/website/css/style.scss */
  .sidebar .label img {
    width: 48px;
    height: auto;
    position: relative;
    top: 15px;
    margin-right: 20px; }
  /* line 797, static_files/website/css/style.scss */
  .sidebar label {
    border: none;
    font: 18px/25px "Asap-SemiBold";
    color: #ed2423; }
  /* line 803, static_files/website/css/style.scss */
  .sidebar .large-white {
    font: 22px/25px "Asap-SemiBold";
    color: white; }
  /* line 808, static_files/website/css/style.scss */
  .sidebar label img {
    width: 23px;
    margin-right: 5px;
    position: relative;
    top: 6px; }

/* line 816, static_files/website/css/style.scss */
.highlight {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 140px;
  padding-right: 80px;
  color: #333333;
  position: relative; }
  /* line 824, 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 837, static_files/website/css/style.scss */
  .highlight h1 {
    margin-bottom: 25px; }

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

/* line 855, static_files/website/css/style.scss */
.banner-wrapper {
  position: relative;
  margin-bottom: 25px;
  height: 100vh; }
  /* line 860, static_files/website/css/style.scss */
  .banner-wrapper div.tns-nav {
    position: absolute;
    top: unset;
    left: 50%;
    z-index: 1;
    bottom: 10px;
    transform: translate(-50%, 0); }
    /* line 868, static_files/website/css/style.scss */
    .banner-wrapper div.tns-nav .tns-nav-active {
      background: #ed2423; }
    /* line 872, static_files/website/css/style.scss */
    .banner-wrapper div.tns-nav [aria-controls] {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  /* line 877, static_files/website/css/style.scss */
  .banner-wrapper .tns-horizontal.tns-subpixel > .tns-item {
    display: flex; }
  /* line 881, static_files/website/css/style.scss */
  .banner-wrapper .banner {
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9; }

/* line 888, static_files/website/css/style.scss */
.banner {
  background-image: url("/static/website/img/home-main-banner.jpg?ca40ef7814b1");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: top center;
  display: flex;
  margin-bottom: 50px; }
  /* line 898, 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 905, static_files/website/css/style.scss */
  .banner p {
    font: 21px/32px "Asap-SemiBold"; }
  /* line 909, static_files/website/css/style.scss */
  .banner .container {
    margin: auto; }
  /* line 913, static_files/website/css/style.scss */
  .banner .banner-content {
    margin: auto 0;
    width: 40%; }
  /* line 918, static_files/website/css/style.scss */
  .banner .customer-service {
    padding: 0;
    height: auto;
    background: transparent; }

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

/* line 944, static_files/website/css/style.scss */
.new_columns {
  line-height: 0; }
  /* line 947, static_files/website/css/style.scss */
  .new_columns.two.columns {
    width: 15%; }
  /* line 951, static_files/website/css/style.scss */
  .new_columns.three.columns {
    width: 23.5%; }
  /* line 955, static_files/website/css/style.scss */
  .new_columns.four.columns {
    width: 32%; }
  /* line 959, static_files/website/css/style.scss */
  .new_columns.column, .new_columns.columns {
    margin-left: 2%; }
  /* line 963, static_files/website/css/style.scss */
  .new_columns.column:first-child, .new_columns.columns:first-child {
    margin-left: 0; }

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

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

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

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

/* line 987, 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 998, static_files/website/css/style.scss */
.home h2 {
  margin-bottom: 10px;
  line-height: 32px; }

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

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

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

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

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

/* line 1032, static_files/website/css/style.scss */
.home .tns-nav {
  position: relative;
  top: 416px;
  left: 900px;
  z-index: 1; }
  /* line 1038, 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 1048, static_files/website/css/style.scss */
  .home .tns-nav .tns-nav-active {
    background: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1150, 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 1158, 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 1166, static_files/website/css/style.scss */
  .ecom .links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 0 auto; }
    /* line 1172, static_files/website/css/style.scss */
    .ecom .links img {
      width: auto;
      height: 48px;
      border-radius: unset; }

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

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

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

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

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

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

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

/* line 1282, 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 1292, 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 1305, static_files/website/css/style.scss */
  .product-page .box h3 {
    font: 25px/25px "Asap-Bold";
    margin-top: 60px;
    text-align: center; }
  /* line 1311, static_files/website/css/style.scss */
  .product-page .box .desc {
    font: 17px/22px "Asap-Regular";
    text-align: start; }

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

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

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

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

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

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

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

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

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

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

/* line 1376, 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 1387, static_files/website/css/style.scss */
.event-detail-page .banner + .container {
  margin-top: 45px; }

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

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

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

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

/* line 1411, 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 1424, static_files/website/css/style.scss */
.blue-bg.background-radius-right:before {
  background: #1d2a9e; }

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

/* line 1435, 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 1449, static_files/website/css/style.scss */
.article-page h1 {
  margin-bottom: 0px; }

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

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

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

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

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

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

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

/* line 1504, 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 1511, static_files/website/css/style.scss */
.bagus-corner-page .sosmed-column {
  float: right;
  display: flex;
  align-items: center; }

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

/* line 1523, 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 1533, static_files/website/css/style.scss */
.bagus-corner-page .sosmed-item .icon {
  max-width: 32px;
  margin-right: 5px; }

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

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

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

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

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

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

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

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

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

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

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

/* line 1597, 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 1607, static_files/website/css/style.scss */
  .button_container img {
    width: 36px; }
  /* line 1611, static_files/website/css/style.scss */
  .button_container.active img {
    content: url("/static/website/img/close@2x.png?45b2a486ca0a"); }
  /* line 1615, 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 1626, static_files/website/css/style.scss */
    .button_container span:nth-of-type(2) {
      top: 7px;
      margin: 0; }
    /* line 1631, static_files/website/css/style.scss */
    .button_container span:nth-of-type(3) {
      top: 14px; }

/* line 1637, 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 1649, static_files/website/css/style.scss */
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 800; }
    /* line 1655, static_files/website/css/style.scss */
    .overlay.open li {
      animation: fadeInRight .25s ease forwards;
      animation-delay: .25s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(2) {
        animation-delay: 0.35s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(4) {
        animation-delay: 0.55s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(5) {
        animation-delay: 0.65s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(6) {
        animation-delay: 0.75s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(7) {
        animation-delay: 0.85s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(8) {
        animation-delay: 0.95s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(9) {
        animation-delay: 1.05s; }
      /* line 1662, static_files/website/css/style.scss */
      .overlay.open li:nth-of-type(10) {
        animation-delay: 1.15s; }
  /* line 1671, 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 1682, static_files/website/css/style.scss */
  .overlay .language, .overlay .button.shop {
    display: block;
    margin: 12px 0px; }
  /* line 1687, 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 1696, static_files/website/css/style.scss */
  .overlay select {
    width: auto;
    font: 18px/28px "Asap-Bold"; }
  /* line 1701, 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 1710, static_files/website/css/style.scss */
    .overlay ul li {
      display: block;
      position: relative;
      margin-bottom: 0;
      border-top: 1px solid #EAEAEA; }
    /* line 1717, 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 1727, static_files/website/css/style.scss */
    .overlay ul .mobile-dropdown-wrapper {
      display: none; }
    /* line 1731, static_files/website/css/style.scss */
    .overlay ul .dropdown-item:last-child {
      padding: 0; }
    /* line 1735, 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 1751, static_files/website/css/style.scss */
.executive-page .block-content h2 {
  margin-bottom: 5px;
  margin-top: 30px; }

/* line 1756, 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 1763, static_files/website/css/style.scss */
.executive-page .block-content p {
  font: 16px/25px "Asap-Regular";
  margin-bottom: 25px; }

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

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

/* line 1778, 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 1785, static_files/website/css/style.scss */
.executive-page .block-content .card-body {
  padding: 12px; }

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

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

/* line 1799, 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 1814, static_files/website/css/style.scss */
.top-content img {
  margin-top: 10px;
  z-index: 100;
  position: relative; }

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

/* line 1825, 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 1839, static_files/website/css/style.scss */
img.founder-img {
  max-width: 800px;
  max-height: 600px;
  border-radius: 20px; }

/* line 1845, static_files/website/css/style.scss */
.boards {
  position: relative; }
  /* line 1848, 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 1860, static_files/website/css/style.scss */
  .boards p {
    font: 17px/22px "Asap-SemiBold";
    color: #ed2423; }
  /* line 1865, static_files/website/css/style.scss */
  .boards h4 {
    font: 27px/32px "Asap-SemiBold";
    margin: 5px 0 8px; }
  /* line 1870, static_files/website/css/style.scss */
  .boards img {
    border-radius: 10px; }
  /* line 1874, static_files/website/css/style.scss */
  .boards .columns {
    margin-bottom: 3%;
    position: relative;
    z-index: 100; }

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

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

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

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

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

/* line 1904, 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 1910, static_files/website/css/style.scss */
  form.contact-us .label {
    font: 22px/25px "Asap-SemiBold";
    margin-bottom: 30px; }
  /* line 1915, static_files/website/css/style.scss */
  form.contact-us label {
    font-weight: unset; }
  /* line 1919, 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 1927, static_files/website/css/style.scss */
    form.contact-us input::placeholder, form.contact-us textarea::placeholder {
      font: 22px/25px "Asap-SemiBold";
      color: #BBBBBB; }
  /* line 1933, static_files/website/css/style.scss */
  form.contact-us textarea {
    height: 100px; }
  /* line 1937, static_files/website/css/style.scss */
  form.contact-us .button {
    float: right; }

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

/* line 1970, static_files/website/css/style.scss */
.milestones__steps {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px; }
  /* line 1976, 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 1987, static_files/website/css/style.scss */
    .milestones__steps label input[type="radio"] {
      display: none; }
    /* line 1991, static_files/website/css/style.scss */
    .milestones__steps label.active, .milestones__steps label:hover {
      color: white;
      background: #333333;
      border-color: #333333; }

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

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

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

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

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

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

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

/* line 2035, 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 2043, static_files/website/css/style.scss */
.our-story-page .title h2 {
  font: 35px/35px "Asap-Medium";
  color: #333333; }

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

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

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

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

/* line 2069, 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 2076, 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 2086, 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 2096, 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 2110, 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 2121, 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 2133, static_files/website/css/style.scss */
  .our-story-page .distribution h2 {
    font: 54px/54px "Asap-Bold"; }
  /* line 2137, static_files/website/css/style.scss */
  .our-story-page .distribution p {
    font: 20px/29px "Asap-SemiBold"; }

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

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

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

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

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

/* line 2179, 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 2187, static_files/website/css/style.scss */
  .our-story-page .visi-misi-banner img {
    width: 100%;
    object-fit: cover;
    border-radius: unset; }

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

/* line 2199, static_files/website/css/style.scss */
.tabs {
  margin-top: 40px; }
  /* line 2202, static_files/website/css/style.scss */
  .tabs .label_wrapper {
    display: table;
    padding-bottom: 0px; }
  /* line 2207, 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 2217, static_files/website/css/style.scss */
  .tabs .label_wrapper label, .tabs .label_wrapper a {
    color: #333333; }
  /* line 2221, static_files/website/css/style.scss */
  .tabs .label_wrapper a.active {
    background: #ed2423;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 22px; }

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

/* line 2234, 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 2246, static_files/website/css/style.scss */
.mobile {
  display: none; }

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

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

/* line 2263, static_files/website/css/style.scss */
.sidebar-content {
  display: none;
  width: 100%;
  margin-top: 3px; }
  /* line 2268, static_files/website/css/style.scss */
  .sidebar-content.active {
    display: flex;
    flex-wrap: wrap; }
  /* line 2273, static_files/website/css/style.scss */
  .sidebar-content h2 {
    font: 16px/1.2 "Asap-SemiBold";
    margin-bottom: 7px; }
  /* line 2278, static_files/website/css/style.scss */
  .sidebar-content h3 {
    font: 22px/1.2 "Asap-SemiBold";
    margin-bottom: 7px; }
  /* line 2283, static_files/website/css/style.scss */
  .sidebar-content p {
    font: 18px/1.4 "Asap-Regular";
    margin-bottom: 7px; }
  /* line 2288, static_files/website/css/style.scss */
  .sidebar-content span {
    font: 15px/1.2 "Asap-Regular";
    margin-bottom: 7px;
    color: #9E9E9E; }
  /* line 2294, static_files/website/css/style.scss */
  .sidebar-content .columns {
    margin-bottom: 40px; }

/* line 2299, 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 2307, static_files/website/css/style.scss */
  .sidebar-tabs .name {
    display: flex;
    gap: 5px; }
    /* line 2311, static_files/website/css/style.scss */
    .sidebar-tabs .name img {
      display: none; }
  /* line 2316, static_files/website/css/style.scss */
  .sidebar-tabs .full-width {
    position: absolute;
    top: 0;
    right: 0; }
  /* line 2322, static_files/website/css/style.scss */
  .sidebar-tabs .row:after {
    display: none; }
  /* line 2326, static_files/website/css/style.scss */
  .sidebar-tabs li {
    margin-bottom: 0;
    display: contents; }
  /* line 2331, static_files/website/css/style.scss */
  .sidebar-tabs a {
    color: #333333; }
    /* line 2334, static_files/website/css/style.scss */
    .sidebar-tabs a.active {
      color: #ed2423; }

/* line 2340, static_files/website/css/style.scss */
.map {
  width: 100%;
  height: 450px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden; }
  /* line 2348, static_files/website/css/style.scss */
  .map .leaflet-popup-content h2 {
    font: 16px/1.2 "Asap-Bold";
    margin: 0 0 7px; }
  /* line 2353, static_files/website/css/style.scss */
  .map .leaflet-popup-content p {
    font: 14px/1.2 "Asap-Regular";
    margin: 0; }
  /* line 2358, static_files/website/css/style.scss */
  .map .leaflet-popup-content span {
    display: none; }
  /* line 2363, 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 2372, static_files/website/css/style.scss */
  h1,
  .banner h1 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0; }
  /* line 2379, static_files/website/css/style.scss */
  h1.small {
    font: 30px / 35px "Asap-Bold";
    margin-bottom: 10px; }
  /* line 2384, static_files/website/css/style.scss */
  h2 {
    font: 22px / 26px "Asap-SemiBold";
    margin-bottom: 12px; }
  /* line 2389, static_files/website/css/style.scss */
  h2.small {
    font: 18px / 25px "Asap-SemiBold"; }
  /* line 2393, static_files/website/css/style.scss */
  p {
    line-height: 24px; }
  /* line 2397, static_files/website/css/style.scss */
  .button {
    margin-bottom: 30px;
    letter-spacing: 0;
    padding: 10px 20px; }
  /* line 2403, static_files/website/css/style.scss */
  .seperator {
    margin: 25px 0 0; }
    /* line 2406, static_files/website/css/style.scss */
    .seperator.large {
      margin-top: 30px; }
  /* line 2411, static_files/website/css/style.scss */
  .background-red {
    top: 0; }
    /* line 2414, static_files/website/css/style.scss */
    .background-red .container {
      padding: 0; }
  /* line 2419, static_files/website/css/style.scss */
  header {
    margin-bottom: 30px;
    padding: 10px 0; }
    /* line 2423, static_files/website/css/style.scss */
    header .logo {
      width: 75px;
      height: 50px; }
    /* line 2428, static_files/website/css/style.scss */
    header a {
      margin: auto 0; }
    /* line 2432, static_files/website/css/style.scss */
    header select {
      width: 39px; }
    /* line 2436, static_files/website/css/style.scss */
    header .columns {
      height: 41px; }
    /* line 2440, static_files/website/css/style.scss */
    header .four.columns {
      float: right;
      margin-right: 45px; }
    /* line 2445, static_files/website/css/style.scss */
    header .language, header .button.shop {
      display: none; }
    /* line 2449, static_files/website/css/style.scss */
    header .button.shop {
      padding: 1px 12px;
      line-height: 0px;
      font-size: 13px;
      height: 29px; }
  /* line 2457, static_files/website/css/style.scss */
  .column,
  .columns {
    width: auto; }
    /* line 2461, static_files/website/css/style.scss */
    .column:last-child,
    .columns:last-child {
      margin-bottom: 0; }
  /* line 2466, static_files/website/css/style.scss */
  .website {
    display: none; }
  /* line 2470, static_files/website/css/style.scss */
  .mobile {
    display: block; }
  /* line 2474, static_files/website/css/style.scss */
  .button_container {
    display: table;
    right: 21px; }
  /* line 2479, static_files/website/css/style.scss */
  .banner {
    background-size: contain;
    height: auto;
    max-height: unset;
    margin-bottom: 30px; }
    /* line 2485, static_files/website/css/style.scss */
    .banner .banner-content {
      width: 100%;
      margin-top: 55%; }
    /* line 2490, static_files/website/css/style.scss */
    .banner .button {
      padding: 10px 0;
      float: left;
      position: relative;
      bottom: 0;
      width: 48%;
      letter-spacing: 0; }
    /* line 2499, static_files/website/css/style.scss */
    .banner .customer-service {
      margin-left: 4%;
      background-color: #ed2423; }
    /* line 2504, static_files/website/css/style.scss */
    .banner .customer-service img {
      display: none; }
    /* line 2508, static_files/website/css/style.scss */
    .banner h1 {
      margin-top: 35px; }
    /* line 2512, static_files/website/css/style.scss */
    .banner p {
      font: 18px / 24px "Asap-SemiBold"; }
  /* line 2518, static_files/website/css/style.scss */
  .title h2 {
    font: 22px / 28px "Asap-Bold";
    margin-bottom: 5px; }
  /* line 2523, static_files/website/css/style.scss */
  .title h3 {
    line-height: 24px; }
  /* line 2529, static_files/website/css/style.scss */
  .categories-section .two.columns {
    width: 32%;
    margin-bottom: 4%;
    margin-top: 4%; }
    /* line 2534, static_files/website/css/style.scss */
    .categories-section .two.columns:nth-child(3n+4) {
      margin-left: 0; }
  /* line 2539, static_files/website/css/style.scss */
  .categories-section .brand-content span {
    margin-top: 5px; }
  /* line 2545, static_files/website/css/style.scss */
  .brand-content {
    margin: 20px 0; }
    /* line 2548, static_files/website/css/style.scss */
    .brand-content span {
      font: 14px / 20px "Asap-Bold"; }
  /* line 2553, static_files/website/css/style.scss */
  .promotion-label {
    font: 22px / 28px "Asap-Bold";
    padding: 20px 0;
    position: relative; }
    /* line 2558, static_files/website/css/style.scss */
    .promotion-label:before {
      position: absolute;
      top: 0;
      left: -20px;
      height: 100%;
      background-color: #dab96a; }
  /* line 2567, static_files/website/css/style.scss */
  .promotions {
    margin-bottom: 0; }
  /* line 2571, static_files/website/css/style.scss */
  .background-red {
    margin-bottom: 50px; }
    /* line 2574, static_files/website/css/style.scss */
    .background-red:before {
      top: 0;
      height: 7vh; }
  /* line 2580, static_files/website/css/style.scss */
  .shop-now {
    padding: 30px 20px;
    top: 40px;
    border-radius: 0;
    width: 100%;
    margin: 0;
    max-width: 100%; }
    /* line 2588, static_files/website/css/style.scss */
    .shop-now h2 {
      font: 17px / 22px "Asap-Bold";
      margin-bottom: 7px; }
    /* line 2593, static_files/website/css/style.scss */
    .shop-now .four.columns {
      width: 100%; }
    /* line 2597, static_files/website/css/style.scss */
    .shop-now .two.columns {
      width: 23%; }
    /* line 2601, static_files/website/css/style.scss */
    .shop-now .four.columns + .two.columns {
      margin-left: 0; }
  /* line 2606, static_files/website/css/style.scss */
  .event-page .news {
    margin-bottom: 0; }
    /* line 2609, static_files/website/css/style.scss */
    .event-page .news h2 {
      font: 19px / 25px "Asap-Bold";
      margin-bottom: 5px; }
    /* line 2614, static_files/website/css/style.scss */
    .event-page .news h4 {
      font: 17px / 22px "Asap-SemiBold";
      margin: 5px 0; }
    /* line 2619, static_files/website/css/style.scss */
    .event-page .news a {
      margin-bottom: 20px; }
    /* line 2623, static_files/website/css/style.scss */
    .event-page .news + .seperator {
      display: none; }
  /* line 2628, static_files/website/css/style.scss */
  footer {
    padding-top: 35px;
    margin-top: 35px; }
    /* line 2632, static_files/website/css/style.scss */
    footer .middle-content {
      margin-bottom: 10px; }
    /* line 2636, static_files/website/css/style.scss */
    footer .middle-content .four.columns, footer .middle-content .two.columns {
      width: 100%;
      margin-bottom: 25px; }
    /* line 2641, static_files/website/css/style.scss */
    footer .logo {
      margin-bottom: 10px; }
    /* line 2645, static_files/website/css/style.scss */
    footer .bottom a, footer .copyright {
      font-size: 14px;
      line-height: 35px; }
    /* line 2650, static_files/website/css/style.scss */
    footer .two.columns .list a {
      width: 48%;
      margin-right: 4%;
      float: left; }
      /* line 2655, static_files/website/css/style.scss */
      footer .two.columns .list a:nth-child(2n) {
        margin-right: 0; }
    /* line 2660, static_files/website/css/style.scss */
    footer .two.columns .list.medsos a {
      width: 15%;
      margin: 0;
      margin-left: 10px; }
    /* line 2666, static_files/website/css/style.scss */
    footer .middle-content form button {
      background-color: #ed2423;
      color: white;
      width: 100%; }
    /* line 2672, static_files/website/css/style.scss */
    footer form .columns {
      margin-right: 4%; }
      /* line 2675, static_files/website/css/style.scss */
      footer form .columns:last-child {
        margin-right: 0; }
    /* line 2680, static_files/website/css/style.scss */
    footer .footer-dropdown-mobile {
      width: 50%; }
    /* line 2684, static_files/website/css/style.scss */
    footer .two.columns .list .footer-dropdown-mobile a {
      width: 100%; }
  /* line 2690, static_files/website/css/style.scss */
  .event-page .eight.columns {
    width: 100%; }
  /* line 2694, static_files/website/css/style.scss */
  .event-page .middle {
    margin: 0; }
  /* line 2700, static_files/website/css/style.scss */
  .event-detail-page header {
    margin-bottom: 0; }
  /* line 2704, static_files/website/css/style.scss */
  .event-detail-page h2 {
    font: 32px / 32px "Asap-Bold";
    margin: 5px 0 8px; }
  /* line 2709, static_files/website/css/style.scss */
  .event-detail-page .banner::before {
    content: none; }
  /* line 2714, static_files/website/css/style.scss */
  .block-content .flex {
    display: table; }
  /* line 2719, static_files/website/css/style.scss */
  .article-detail-page .block-content img {
    margin-bottom: 5px; }
  /* line 2723, static_files/website/css/style.scss */
  .article-detail-page h1 {
    margin: 0 0 5px; }
  /* line 2727, static_files/website/css/style.scss */
  .article-detail-page p {
    font-size: 17px;
    line-height: 25px; }
  /* line 2733, static_files/website/css/style.scss */
  .background-radius-right:before {
    padding: 27%;
    top: 2.8%; }
  /* line 2739, static_files/website/css/style.scss */
  .article-page .sosmed {
    display: block;
    width: 100%;
    margin-bottom: 35px; }
  /* line 2745, static_files/website/css/style.scss */
  .article-page .sosmed a {
    font-size: 16px; }
    /* line 2748, static_files/website/css/style.scss */
    .article-page .sosmed a img {
      margin-right: 4px;
      top: 8px; }
  /* line 2754, static_files/website/css/style.scss */
  .article-page .background-radius-right:before {
    display: none; }
  /* line 2760, static_files/website/css/style.scss */
  .bagus-corner-page .background-radius-right:before {
    display: none; }
  /* line 2764, static_files/website/css/style.scss */
  .bagus-corner-page .content-header {
    display: block; }
  /* line 2768, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-column {
    float: none;
    margin-top: 10px; }
  /* line 2773, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-column .small {
    font-size: 20px; }
  /* line 2777, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-item {
    padding: 0 23px; }
  /* line 2781, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-item .icon {
    max-width: 32px; }
  /* line 2785, static_files/website/css/style.scss */
  .bagus-corner-page .sosmed-item span {
    display: none; }
  /* line 2789, static_files/website/css/style.scss */
  .bagus-corner-page .news a {
    margin-bottom: 6%; }
  /* line 2794, static_files/website/css/style.scss */
  .sidebar {
    margin: 25px 0 10px; }
    /* line 2797, static_files/website/css/style.scss */
    .sidebar .label {
      width: 100%;
      font-size: 20px;
      line-height: 20px;
      height: 72px;
      padding: 0; }
    /* line 2805, static_files/website/css/style.scss */
    .sidebar .label img {
      width: 43px; }
    /* line 2809, static_files/website/css/style.scss */
    .sidebar .label.active:before, .sidebar a.label:hover:before {
      left: -1548px;
      height: 73px; }
  /* line 2815, static_files/website/css/style.scss */
  .highlight {
    padding: 30px 20px 10px;
    box-sizing: border-box; }
    /* line 2819, static_files/website/css/style.scss */
    .highlight:before {
      height: 315px;
      left: -20px;
      margin-top: 5px;
      border-radius: 0;
      box-shadow: none; }
    /* line 2828, static_files/website/css/style.scss */
    .highlight h1, .highlight h2 {
      width: 110%;
      margin-left: -20px; }
  /* line 2835, static_files/website/css/style.scss */
  .products .four.columns {
    width: 48%;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 15px; }
    /* line 2841, static_files/website/css/style.scss */
    .products .four.columns:nth-child(2n) {
      margin-right: 0; }
  /* line 2848, static_files/website/css/style.scss */
  .product-page .background-red {
    background-color: #ed2423;
    height: auto;
    margin: 50px 0 0; }
  /* line 2854, static_files/website/css/style.scss */
  .product-page .shop-now {
    top: -25px; }
  /* line 2858, static_files/website/css/style.scss */
  .product-page .box {
    padding: 12px; }
  /* line 2862, static_files/website/css/style.scss */
  .product-page .box h3 {
    font: 22px / 22px "Asap-Bold"; }
  /* line 2866, 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 2875, static_files/website/css/style.scss */
  .product-page .products a {
    border-radius: 10px; }
    /* line 2877, static_files/website/css/style.scss */
    .product-page .products a:hover .box {
      border-radius: 10px; }
  /* line 2884, static_files/website/css/style.scss */
  .product-page .highlight h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px; }
  /* line 2892, static_files/website/css/style.scss */
  .product-page .sidebar .label {
    font-size: 14px;
    padding: 3px 8px; }
  /* line 2898, static_files/website/css/style.scss */
  .sidebar {
    overflow: hidden;
    width: 100%;
    display: table;
    display: grid; }
    /* line 2904, 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 2912, static_files/website/css/style.scss */
      .sidebar ul::-webkit-scrollbar {
        display: none; }
    /* line 2917, static_files/website/css/style.scss */
    .sidebar li {
      display: inline-block;
      margin: 0;
      padding: 0; }
    /* line 2923, 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 2935, static_files/website/css/style.scss */
      .sidebar .label img {
        display: none; }
    /* line 2940, static_files/website/css/style.scss */
    .sidebar .label.active:before, .sidebar a:hover.label:before {
      display: none; }
    /* line 2944, static_files/website/css/style.scss */
    .sidebar .label.active, .sidebar a:hover.label {
      background-color: #ed2423;
      border-radius: 20px; }
  /* line 2951, static_files/website/css/style.scss */
  .our-story-page h1 {
    margin-bottom: 5px; }
  /* line 2955, static_files/website/css/style.scss */
  .our-story-page .our-facilities-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    /* line 2960, static_files/website/css/style.scss */
    .our-story-page .our-facilities-content img {
      order: 1;
      margin-bottom: 15px; }
    /* line 2965, static_files/website/css/style.scss */
    .our-story-page .our-facilities-content h5 {
      order: 0; }
    /* line 2969, static_files/website/css/style.scss */
    .our-story-page .our-facilities-content p {
      order: 2; }
  /* line 2974, static_files/website/css/style.scss */
  .our-story-page .milestone-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    /* line 2979, static_files/website/css/style.scss */
    .our-story-page .milestone-content img {
      order: 2;
      width: fit-content; }
  /* line 2985, static_files/website/css/style.scss */
  .our-story-page .visi-misi-banner {
    height: 150px;
    margin: 40px 0; }
  /* line 2990, static_files/website/css/style.scss */
  .our-story-page .our-history-section img {
    margin-bottom: 15px; }
  /* line 2994, static_files/website/css/style.scss */
  .our-story-page .our-milestones-section {
    margin-top: 20px; }
  /* line 2998, static_files/website/css/style.scss */
  .our-story-page .banner {
    height: 190px; }
  /* line 3002, static_files/website/css/style.scss */
  .our-story-page .our-story-banner {
    height: 190px; }
  /* line 3006, static_files/website/css/style.scss */
  .our-story-page .title p {
    max-width: 100%;
    font: 18px / 24px "Asap-SemiBold"; }
  /* line 3011, static_files/website/css/style.scss */
  .our-story-page p.font-regular {
    font: 19px / 28px "Asap-Regular"; }
  /* line 3015, static_files/website/css/style.scss */
  .our-story-page .brand-content {
    max-width: 100%;
    margin-top: 20px; }
  /* line 3020, static_files/website/css/style.scss */
  .our-story-page .brand-content .two.columns {
    width: 15%; }
  /* line 3024, static_files/website/css/style.scss */
  .our-story-page .history-label {
    font: 25px / 28px "Asap-SemiBold";
    padding: 40px 0 20px; }
    /* line 3028, static_files/website/css/style.scss */
    .our-story-page .history-label:before {
      height: 200px; }
  /* line 3034, static_files/website/css/style.scss */
  .our-story-page .history img {
    width: 100%;
    max-height: auto; }
  /* line 3039, static_files/website/css/style.scss */
  .our-story-page .history p {
    margin-top: 20px; }
  /* line 3043, static_files/website/css/style.scss */
  .our-story-page .history .columns {
    width: 100%;
    margin: 0; }
  /* line 3049, static_files/website/css/style.scss */
  .our-story-page .visi-misi {
    margin: 20px 0 0;
    padding-top: 40px; }
    /* line 3053, static_files/website/css/style.scss */
    .our-story-page .visi-misi img {
      width: 45px; }
    /* line 3057, static_files/website/css/style.scss */
    .our-story-page .visi-misi h2 {
      font: 27px / 32px "Asap-Bold";
      margin-bottom: 5px;
      margin-top: 5px; }
    /* line 3063, static_files/website/css/style.scss */
    .our-story-page .visi-misi p {
      font: 18px / 25px "Asap-SemiBold"; }
    /* line 3067, static_files/website/css/style.scss */
    .our-story-page .visi-misi .columns {
      margin: 0;
      padding: 0; }
    /* line 3072, static_files/website/css/style.scss */
    .our-story-page .visi-misi .right {
      margin-bottom: 25px; }
    /* line 3076, static_files/website/css/style.scss */
    .our-story-page .visi-misi .left {
      border: none; }
    /* line 3080, static_files/website/css/style.scss */
    .our-story-page .visi-misi .right,
    .our-story-page .visi-misi .left {
      text-align: center; }
  /* line 3086, static_files/website/css/style.scss */
  .our-story-page .distribution {
    margin-top: 0;
    padding-bottom: 0; }
    /* line 3090, static_files/website/css/style.scss */
    .our-story-page .distribution .columns {
      margin: 0;
      padding: 0;
      width: 100%; }
    /* line 3096, static_files/website/css/style.scss */
    .our-story-page .distribution h2 {
      font: 27px / 32px "Asap-Bold";
      margin-bottom: 5px;
      margin-top: 5px; }
    /* line 3102, static_files/website/css/style.scss */
    .our-story-page .distribution p {
      font: 18px / 25px "Asap-SemiBold"; }
    /* line 3106, static_files/website/css/style.scss */
    .our-story-page .distribution:before {
      display: none; }
  /* line 3111, 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 3117, static_files/website/css/style.scss */
    .our-story-page .distribution-content.columns div {
      position: relative;
      z-index: 100; }
    /* line 3122, 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 3134, static_files/website/css/style.scss */
    .our-story-page .distribution-content.columns .image {
      margin-top: 0; }
  /* line 3139, static_files/website/css/style.scss */
  .our-story-page .map-bagus {
    margin-top: 0px;
    margin-left: 0px; }
  /* line 3144, static_files/website/css/style.scss */
  .our-story-page .stores {
    max-width: 100%; }
  /* line 3150, static_files/website/css/style.scss */
  .contact-us-page .sidebar {
    overflow: unset; }
  /* line 3154, static_files/website/css/style.scss */
  .contact-us-page .background-radius-right:before {
    display: none; }
  /* line 3158, static_files/website/css/style.scss */
  .contact-us-page hr {
    padding: 0;
    margin: 10px 0 30px; }
  /* line 3163, static_files/website/css/style.scss */
  .contact-us-page h2 {
    font-size: 25px; }
  /* line 3167, static_files/website/css/style.scss */
  .contact-us-page h2.small {
    font-size: 18px; }
  /* line 3171, 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 3182, 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 3194, static_files/website/css/style.scss */
    .contact-us-page .sidebar .label.active label {
      display: table;
      margin: auto 0;
      color: white; }
    /* line 3200, 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 3208, static_files/website/css/style.scss */
  .contact-us-page .sidebar .list {
    font: 19px / 27px "Asap-Regular"; }
    /* line 3211, static_files/website/css/style.scss */
    .contact-us-page .sidebar .list label {
      line-height: 0; }
    /* line 3215, static_files/website/css/style.scss */
    .contact-us-page .sidebar .list img {
      top: 5px; }
  /* line 3220, static_files/website/css/style.scss */
  .contact-us-page .address label, .contact-us-page .phone label {
    margin-bottom: 10px; }
  /* line 3224, static_files/website/css/style.scss */
  .contact-us-page .contact-us {
    border: none;
    padding: 50px 0 0;
    margin-top: 10px;
    position: relative; }
    /* line 3230, 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 3242, static_files/website/css/style.scss */
  .contact-us-page form.contact-us input {
    margin-top: 5px; }
  /* line 3248, 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 3252, static_files/website/css/style.scss */
  .contact-us-page form.contact-us button {
    width: 100%;
    float: none; }
  /* line 3259, static_files/website/css/style.scss */
  .seperator.mobile {
    margin: 0; }
  /* line 3263, static_files/website/css/style.scss */
  .mobile hr {
    display: block; }
  /* line 3268, static_files/website/css/style.scss */
  .executive-page h1.small {
    font-size: 33px; }
  /* line 3272, static_files/website/css/style.scss */
  .executive-page:before {
    display: none; }
  /* line 3276, static_files/website/css/style.scss */
  .executive-page .top-content .columns {
    width: 100%;
    margin: 0; }
  /* line 3281, static_files/website/css/style.scss */
  .executive-page .top-content h2 {
    font-size: 28px;
    line-height: 32px; }
  /* line 3286, static_files/website/css/style.scss */
  .executive-page .block-content h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
  /* line 3292, static_files/website/css/style.scss */
  .executive-page .block-content img {
    margin: 0 0 10px; }
  /* line 3296, static_files/website/css/style.scss */
  .executive-page .block-content p {
    margin-bottom: 15px;
    text-align: left; }
  /* line 3301, static_files/website/css/style.scss */
  .executive-page .block-content p.text-center {
    text-align: center; }
  /* line 3305, static_files/website/css/style.scss */
  .executive-page .block-content h2 {
    margin-top: 5px; }
  /* line 3309, static_files/website/css/style.scss */
  .executive-page .block-content .title {
    max-width: 100%; }
  /* line 3313, static_files/website/css/style.scss */
  .executive-page .boards:before {
    padding: 17%; }
  /* line 3317, static_files/website/css/style.scss */
  .executive-page .boards .three.columns {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%; }
    /* line 3322, static_files/website/css/style.scss */
    .executive-page .boards .three.columns:nth-child(2n) {
      margin-right: 0; }
    /* line 3326, static_files/website/css/style.scss */
    .executive-page .boards .three.columns img {
      margin-bottom: 0; }
  /* line 3331, static_files/website/css/style.scss */
  .executive-page h4 {
    font: 20px / 25px "Asap-SemiBold";
    margin: 0 0 2px; }
  /* line 3336, static_files/website/css/style.scss */
  .executive-page .card {
    min-height: 315px !important; }
  /* line 3340, static_files/website/css/style.scss */
  .executive-page .card-body p {
    font-size: 14px;
    line-height: 20px; }
  /* line 3349, static_files/website/css/style.scss */
  .tabs .label_wrapper label, .tabs .label_wrapper span {
    margin-right: 20px;
    font: 14px / 18px "Asap-Bold"; }
  /* line 3354, static_files/website/css/style.scss */
  .tabs .label_wrapper a.active {
    padding: 9px 14px; }
  /* line 3359, static_files/website/css/style.scss */
  img.founder-img {
    border-radius: 10px; }
  /* line 3365, static_files/website/css/style.scss */
  .home .banner .banner-content a {
    margin-top: 210px;
    margin-bottom: 30px; }
  /* line 3370, static_files/website/css/style.scss */
  .home .img-promotion {
    margin-top: 0;
    width: 100%;
    border-radius: 10px;
    margin-left: 0; }
  /* line 3377, static_files/website/css/style.scss */
  .home .seperator {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 3382, static_files/website/css/style.scss */
  .home .categories-section {
    margin-top: -30px; }
  /* line 3388, static_files/website/css/style.scss */
  .home .brand-content .new_columns img.icon {
    width: 70%; }
  /* line 3393, static_files/website/css/style.scss */
  .home .img-round-20 {
    border-radius: 10px; }
  /* line 3397, static_files/website/css/style.scss */
  .home .mb-10 {
    margin-bottom: 10px; }
  /* line 3401, static_files/website/css/style.scss */
  .home .banner {
    min-height: 0; }
  /* line 3405, static_files/website/css/style.scss */
  .home .mt-130 {
    margin-top: 0; }
  /* line 3410, static_files/website/css/style.scss */
  .home .mobile-bg.background-red:before {
    height: 12px;
    margin-top: 30px;
    padding: 0; }
  /* line 3417, static_files/website/css/style.scss */
  .home .mobile-full {
    width: 100%; }
  /* line 3421, static_files/website/css/style.scss */
  .home .news .small-content p {
    line-height: normal;
    margin-bottom: 60px; }
  /* line 3426, static_files/website/css/style.scss */
  .home .news .small-content h4 {
    margin: 0; }
  /* line 3430, static_files/website/css/style.scss */
  .home .news h4 {
    margin-top: 0; }
  /* line 3434, static_files/website/css/style.scss */
  .home h2.mt-45 {
    margin-top: 20px; }
  /* line 3440, static_files/website/css/style.scss */
  .home .news-v2 h2 {
    margin-bottom: 5px; }
  /* line 3444, static_files/website/css/style.scss */
  .home .news-v2 h4 {
    margin-bottom: 0; }
  /* line 3449, static_files/website/css/style.scss */
  .home .news-v2 .eight.columns a p {
    line-height: normal;
    margin-bottom: 60px; }
  /* line 3454, static_files/website/css/style.scss */
  .home .mt-min-10 {
    margin-top: -10px; }
  /* line 3458, static_files/website/css/style.scss */
  .home .button {
    margin-bottom: 20px; }
  /* line 3462, static_files/website/css/style.scss */
  .home .tns-nav {
    top: 325px;
    left: 160px; }
  /* line 3467, static_files/website/css/style.scss */
  .home .container {
    display: block; }
  /* line 3471, static_files/website/css/style.scss */
  .home .brand-content {
    flex-wrap: wrap; }
  /* line 3475, static_files/website/css/style.scss */
  .home .brand-content a {
    width: 105px; }
  /* line 3480, static_files/website/css/style.scss */
  .promotions p {
    font-size: 17px;
    white-space: pre-wrap; }
  /* line 3485, static_files/website/css/style.scss */
  .breadcrumb {
    font-size: 14px; }
    /* line 3488, static_files/website/css/style.scss */
    .breadcrumb ol li + li:before {
      content: '';
      width: 14px;
      height: 14px;
      background-size: 14px; }
  /* line 3497, static_files/website/css/style.scss */
  .product-detail-page h1 {
    font-size: 16px; }
  /* line 3502, static_files/website/css/style.scss */
  .ecom {
    font-size: 14px; }
    /* line 3505, static_files/website/css/style.scss */
    .ecom .tokped-icon {
      content: url("/static/website/img/tokped-mobile.svg?ca40ef7814b1"); }
    /* line 3509, static_files/website/css/style.scss */
    .ecom .shopee-icon {
      content: url("/static/website/img/shopee-mobile.svg?ca40ef7814b1"); }
    /* line 3513, static_files/website/css/style.scss */
    .ecom .tiktok-icon {
      content: url("/static/website/img/tiktok-mobile.svg?ca40ef7814b1"); }
  /* line 3519, static_files/website/css/style.scss */
  .our-story-page h5 {
    font-size: 16px;
    margin-bottom: 15px; }
  /* line 3524, static_files/website/css/style.scss */
  .our-story-page h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  /* line 3529, static_files/website/css/style.scss */
  .our-story-page img.founder-img {
    margin-bottom: 50px; }
  /* line 3533, static_files/website/css/style.scss */
  .our-story-page p {
    font-size: 15px; }
  /* line 3537, 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 3545, static_files/website/css/style.scss */
  .our-story-page .visi-misi {
    margin-bottom: 40px; }
  /* line 3549, static_files/website/css/style.scss */
  .our-story-page .visi-img {
    margin-bottom: 20px; }
  /* line 3553, static_files/website/css/style.scss */
  .our-story-page .visi-misi-content {
    gap: 20px; }
  /* line 3558, static_files/website/css/style.scss */
  .our-story-page .milestones .column {
    flex: 0 0 100%; }
  /* line 3562, static_files/website/css/style.scss */
  .our-story-page .milestones .content {
    gap: 20px; }
  /* line 3566, 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 3572, static_files/website/css/style.scss */
    .our-story-page .milestones__steps::-webkit-scrollbar {
      display: none; }
    /* line 3576, static_files/website/css/style.scss */
    .our-story-page .milestones__steps label {
      white-space: nowrap;
      flex-shrink: 0;
      scroll-snap-align: start; }
  /* line 3586, static_files/website/css/style.scss */
  .promotion-wrapper .tns-nav {
    top: 14px;
    left: 0; }
  /* line 3591, static_files/website/css/style.scss */
  .promotion-wrapper .promotion-control-wrapper .columns {
    right: 10px; }
  /* line 3596, static_files/website/css/style.scss */
  .sidebar-content .columns:not(:last-child) {
    margin-bottom: 20px; }
  /* line 3601, static_files/website/css/style.scss */
  .sidebar-tabs .columns {
    width: 100%; }
  /* line 3605, static_files/website/css/style.scss */
  .sidebar-tabs .full-width {
    position: relative; }
  /* line 3609, static_files/website/css/style.scss */
  .sidebar-tabs .name {
    display: flex; }
    /* line 3612, static_files/website/css/style.scss */
    .sidebar-tabs .name img {
      display: table; }
  /* line 3617, static_files/website/css/style.scss */
  .sidebar-tabs a.active {
    margin-bottom: 20px; }
    /* line 3620, static_files/website/css/style.scss */
    .sidebar-tabs a.active img {
      rotate: 180deg; }
  /* line 3625, static_files/website/css/style.scss */
  .sidebar-tabs .flex {
    display: flex; }
  /* line 3629, static_files/website/css/style.scss */
  .sidebar-tabs .row:after {
    display: table; }
  /* line 3633, static_files/website/css/style.scss */
  .sidebar-tabs li {
    display: initial; }
  /* line 3638, static_files/website/css/style.scss */
  .banner-wrapper {
    height: auto;
    aspect-ratio: 1 / 1; }
    /* line 3642, static_files/website/css/style.scss */
    .banner-wrapper h1 {
      margin: 10px 0 0;
      padding: 0;
      font-size: 22px;
      line-height: 1.2; }
    /* line 3649, static_files/website/css/style.scss */
    .banner-wrapper p {
      font: 18px / 1.4 "Asap-Regular";
      margin: 5px 0 20px; }
    /* line 3654, static_files/website/css/style.scss */
    .banner-wrapper + .block-content {
      display: inline-table; }
    /* line 3658, static_files/website/css/style.scss */
    .banner-wrapper .banner {
      aspect-ratio: 1 / 1; }
    /* line 3662, static_files/website/css/style.scss */
    .banner-wrapper .banner .banner-content {
      margin-top: 0; }
      /* line 3665, static_files/website/css/style.scss */
      .banner-wrapper .banner .banner-content a {
        margin: 0;
        font-size: 12px;
        height: auto;
        width: auto;
        padding: 10px 25px; } }
