@font-face {
  font-family: "AvertaStd-Regular";
  src: url("../font/AvertaStd-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "AvertaStd-Bold";
  src: url("../font/AvertaStd-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "AvertaStd-Semibold";
  src: url("../font/AvertaStd-Semibold.ttf") format("truetype"); }
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../font/Satoshi-Medium.otf") format("truetype"); }
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../font/Satoshi-Bold.otf") format("truetype"); }
@font-face {
  font-family: "Satoshi-Light";
  src: url("../font/Satoshi-Light.otf") format("truetype"); }
.primary-btn {
  padding: 1.2rem;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .disabled.primary-btn {
    opacity: 0.6;
    cursor: not-allowed; }
  .primary-btn:hover {
    text-decoration: none;
    background-color: black;
    color: white; }

.badge {
  background-color: #49c5b6;
  font-size: 0.75rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem; }
  .badge.out-of-stock {
    background-color: #E74C3C; }

body {
  background-color: #f8f9fa;
  font-family: "Satoshi-Medium"; }

.section-title {
  margin-bottom: 2rem;
  font-family: "AvertaStd-Semibold"; }

.container-wraper {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }

.main-container {
  text-align: center;
  margin: 3rem 0; }
  .main-container .main-content {
    background-color: white;
    border-radius: 1rem;
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    position: relative; }
    .main-container .main-content img {
      width: 8rem;
      height: auto;
      margin-bottom: 1rem; }
    .main-container .main-content h1 {
      font-family: "Satoshi-Bold";
      text-align: left;
      font-size: 4rem;
      margin-bottom: 0; }
    .main-container .main-content .copyright {
      position: absolute;
      right: 2rem;
      bottom: 2.5rem;
      text-align: right;
      font-family: "Satoshi-Light"; }
      .main-container .main-content .copyright p {
        margin-bottom: 0;
        font-size: 0.75rem; }

@media screen and (max-width: 538.98px) {
  .main-container .main-content {
    justify-content: space-evenly; }
    .main-container .main-content h1 {
      margin-left: -0.3rem; }
    .main-container .main-content .copyright {
      left: 2rem;
      bottom: 1rem;
      right: initial; } }
.back-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f9fa;
  margin-top: 1rem;
  border-bottom: 1px solid #ebebeb; }
  .back-nav .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .back-nav .nav-bar .home-link img {
      width: 6rem;
      height: auto; }
  .back-nav .back-btn {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    cursor: pointer;
    color: black;
    text-decoration: none; }
    .back-nav .back-btn h6 {
      margin-bottom: 0; }
  .back-nav .primary-btn {
    margin-bottom: 0;
    padding: 0.75rem 1rem; }

@media screen and (max-width: 538.98px) {
  .back-nav {
    margin: 0 -12px;
    padding: 1rem 12px; } }
.offcanvas .home-link img {
  width: 6rem;
  height: auto; }
.offcanvas .title-label {
  font-size: 0.9rem;
  color: grey;
  margin-top: 0.5rem; }
.offcanvas .list-section {
  margin-bottom: 1rem; }

.list-group-item {
  cursor: pointer;
  padding-left: 0;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none; }
  .list-group-item.back {
    background-color: #F2F2F2;
    border-radius: 1rem;
    padding-left: 0.75rem; }
  .list-group-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
    color: black; }
    .list-group-item a.submenu {
      position: relative; }
      .list-group-item a.submenu:after {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        background-image: url("../../public/img/icon/chevron-right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: auto; }
      .list-group-item a.submenu.back {
        justify-content: initial; }
        .list-group-item a.submenu.back:before {
          content: '';
          display: inline-block;
          width: 1em;
          height: 1em;
          background-image: url("../../public/img/icon/chevron-left.svg");
          background-size: contain;
          background-repeat: no-repeat;
          margin-right: 1rem; }
        .list-group-item a.submenu.back:after {
          content: none; }

#pr01 .video-container {
  margin-top: 2rem; }
  #pr01 .video-container .video-card {
    background-color: white;
    border-radius: 0.7rem;
    margin-bottom: 3.5rem; }
    #pr01 .video-container .video-card .title {
      padding: 0.5rem 0 0.5rem 0.75rem;
      font-family: 'Satoshi-Bold'; }
    #pr01 .video-container .video-card .video-wrapper {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      border-radius: 0 0 0.7rem 0.7rem; }
      #pr01 .video-container .video-card .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

footer p {
  font-family: "Satoshi-Medium";
  font-size: 0.75rem;
  text-align: right; }
  footer p:first-child {
    margin-bottom: 0.2rem; }
