@charset "UTF-8";
@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
.tnc {
  padding: 64px 0;
  margin-top: 112px;
  content-visibility: visible !important;
}
.tnc.talenta {
  margin-top: 0;
}
.tnc.tnc--mekari {
  margin-top: 0;
}
.tnc__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tnc__sidebar {
  flex: 0 0 100%;
  width: 100%;
  max-width: 265px;
  position: sticky;
  top: 85px;
  left: 0;
  height: calc(100vh - 111px);
  transition: top linear 0.2s;
}
.tnc__sidebar .title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
}
.tnc__accr {
  padding-right: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 159px);
}
.tnc__accr::-webkit-scrollbar {
  visibility: hidden;
}
.tnc__accr::-webkit-scrollbar-thumb {
  visibility: hidden;
  background: transparent;
}
.tnc__accr::-webkit-scrollbar-track {
  visibility: hidden;
  background: transparent;
}
.tnc__accr .item:hover {
  cursor: pointer;
}
.tnc__accr .item:not(.tnc__accr .item:last-child) {
  margin-bottom: 8px;
}
.tnc__accr .item__header {
  padding: 12px 48px 12px 8px;
  background: #F1F5F9;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  border-radius: 8px;
}
.tnc__accr .item__header::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 15L12 9L6 15L18 15Z" fill="%23626B79"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-flex;
  right: 8px;
  top: 12px;
  position: absolute;
  transform: rotate(180deg);
  transition: transform linear 0.2s;
}
.tnc__accr .item__content {
  opacity: 0;
  height: 0;
  transition: height linear 0.2s;
}
.tnc__accr .item__content > ul {
  margin: 8px 0 0 0;
  padding: 0;
  visibility: collapse;
  opacity: 0;
  display: none;
}
.tnc__accr .item__content > ul li a {
  display: block;
  color: #626B79;
  padding: 4px 8px;
  border-right: 1px solid #D0D6DD;
  text-transform: capitalize !important;
  font-size: 14px;
  line-height: 20px;
}
.tnc__accr .item__content > ul li a:hover, .tnc__accr .item__content > ul li a.active {
  color: #0031BE;
  border-right: 1px solid #0031BE;
}
.tnc__accr .item__content > ul li ul {
  margin-top: 0;
  list-style: none;
  padding-left: 16px;
}
.tnc__accr .item.active .item__header::after {
  transform: rotate(0);
  transition: transform linear 0.2s;
}
.tnc__accr .item.active .item__content {
  opacity: 1;
  height: auto;
  transition: height linear 0.2s;
}
.tnc__accr .item.active .item__content ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
.tnc__main {
  flex: 0 0 100%;
  width: 100%;
  max-width: calc(100% - 300px);
}
.tnc__content {
  display: block;
  margin-bottom: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid #D0D6DD;
}
.tnc__content article span:empty,
.tnc__content article p:empty {
  display: none;
}
.tnc__content article span:not(:empty)::before,
.tnc__content article p:not(:empty)::before {
  content: " ";
  display: none;
}
.tnc__content article h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
}
.tnc__content article h1 b {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.tnc__content article h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}
.tnc__content article h2 b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.tnc__content article h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.tnc__content article h3 b {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.tnc__content article h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.tnc__content article h4 b {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.tnc__content article ol, .tnc__content article ul {
  margin-bottom: 24px;
}
.tnc__content article ol li, .tnc__content article ul li {
  margin-bottom: 8px;
}
.tnc__content article ol > ol, .tnc__content article ol ul, .tnc__content article ul > ol, .tnc__content article ul ul {
  margin-top: 8px;
}
.tnc__content article .table-responsive {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 24px;
}
.tnc__content article table {
  border: 1px solid #E2E2E2;
}
.tnc__content article table td, .tnc__content article table th {
  border: 1px solid #E2E2E2;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
@media (max-width: 991px) {
  .tnc {
    margin-top: 80px;
  }
  .tnc.talenta {
    margin-top: 0;
    padding: 32px 0;
    content-visibility: visible;
  }
  .tnc.talenta .tnc__main {
    margin-top: 32px;
  }
  .tnc__sidebar {
    position: fixed;
    background: #F2F4F7;
    top: 55px;
    left: 0;
    max-width: 100%;
    height: auto;
    padding: 0 16px 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
  }
  .tnc__sidebar .title {
    color: #4B61DD;
    padding: 12px;
    position: relative;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .tnc__sidebar .title::after {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 15L12 9L6 15L18 15Z" fill="%23626B79"/></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-flex;
    right: 8px;
    top: 12px;
    position: absolute;
    transform: rotate(180deg);
    transition: transform linear 0.2s;
  }
  .tnc__sidebar.active {
    height: 50vh;
    transition: height linear 0.2s;
    padding: 0 16px 16px;
  }
  .tnc__sidebar.active .title {
    margin-bottom: 12px;
    border-bottom: 1px solid #D0D6DD;
  }
  .tnc__sidebar.active .title::after {
    transform: rotate(0deg);
    transition: transform linear 0.2s;
  }
  .tnc__sidebar.active .tnc__accr {
    display: block;
  }
  .tnc__accr {
    height: calc(50vh - 100px);
    background: #FFF;
    padding: 15px;
    display: none;
  }
  .tnc__main {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .tnc__content {
    padding-bottom: 32px;
    margin-bottom: 48px;
  }
  .tnc__content article h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .tnc__content article h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .tnc__content article h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .tnc__content article h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .tnc--mekari .tnc__sidebar {
    top: 64px;
    z-index: 1000;
  }
}

.header-fixed.header-show-top .tnc__sidebar {
  top: 105px;
  transition: top linear 0.2s;
}
@media (max-width: 991px) {
  .header-fixed.header-show-top .tnc__sidebar {
    top: 55px;
  }
}/*# sourceMappingURL=tnc.css.map */