:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--white);
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

section {
  min-height: 100vh;
}

.custom_container {
  padding-left: 40px;
  padding-right: 40px;
}

.bg {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: -1;
}

.logo img {
  height: 40px;
}

.bg-top {
  top: -35%;
  left: -20%;
  width: 1000px;
  height: 100%;
  background: url("https://preview-duma.anakataseries.com/Assets/background/BG-DUma.png") center no-repeat;
  background-size: 100% 100% !important;
  opacity: 0.3;
}

.bg-top.judges {
  top: 0%;
  left: -20%;
  width: 100%;
}

.bg-top.login {
  top: unset;
  bottom: -35%;
  left: -20%;
}

.tab-content > .active {
  display: block;
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

.tab-pane.fade {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.tab-pane.fade.show {
  opacity: 1;
  transform: translateY(0);
}

.tooltip.show {
  opacity: 1;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--green);
  --bs-tooltip-color: var(--white);
  --bs-tooltip-max-width: 600px;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.popup_countdown .modal-dialog {
  max-width: 500px;
}
.popup_countdown .modal-dialog .modal-body {
  padding: 0px;
}
.popup_countdown .modal-dialog .modal-body .display_popup {
  background: var(--cream);
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd {
  padding: 0px;
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/1;
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd .body_pop {
  padding: 25px;
  height: 100%;
  display: grid;
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd .body_pop .text_title {
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd .body_pop .close {
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd .body_pop .desc {
  margin-top: 15px;
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd .body_pop .desc .text1 {
  color: var(--brown);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.popup_countdown .modal-dialog .modal-body .display_popup .no_padd .body_pop .close_mobile {
  margin-top: 25px;
  background: var(--white);
  color: var(--brown);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 266.667% */
}

.popup_notifikasi .modal-dialog {
  max-width: 400px;
}
.popup_notifikasi .modal-dialog .modal-body {
  padding: 0px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top {
  position: relative;
  height: 240px;
  background-image: url("http://127.0.0.1:5500/Assets/background/bg-notif.png");
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag1 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  width: 100%;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag1 .text {
  padding: 1px 8px;
  background: var(--lightcream);
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  margin-left: 30px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag1 .close {
  margin-right: 30px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag2 {
  margin-left: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag2 .text1 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag2 .text2 {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .bottom {
  margin-bottom: 30px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .text1 {
  color: var(--brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .cat_information {
  margin-left: 30px;
  margin-right: 30px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .cat_information .text_title {
  color: var(--brown);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  margin-bottom: 2px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .cat_information .text_category {
  color: var(--brown);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  margin-bottom: 16px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .cat_information .text_category.number {
  padding: 12px;
  background: var(--lightcream);
  margin-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .cat_information .note {
  color: var(--brown);
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 225% */
}

@media screen and (max-width: 1400px) {
  .bg-top {
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .bg-top {
    width: 690px;
  }
  section {
    min-height: unset;
  }
}
@media screen and (max-width: 576px) {
  .popup_notifikasi .modal-dialog {
    max-width: unset;
  }
  .bg-top {
    top: -19%;
    width: 450px;
    height: 62%;
  }
  .custom_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo img {
    height: 30px;
  }
  .popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag1 .text {
    margin-left: 15px;
  }
  .popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag1 .close {
    margin-right: 15px;
  }
  .popup_notifikasi .modal-dialog .modal-body .display_popup .top .card_top .bag2 {
    margin-left: 15px;
  }
  .popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .text1 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .popup_notifikasi .modal-dialog .modal-body .display_popup .bottom .cat_information {
    margin-right: 15px;
    margin-left: 15px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--white);
}
header nav {
  padding: 20px 0px;
}
header nav .logo {
  font-family: "Epilogue", sans-serif;
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
}
header nav .logo .color {
  color: var(--brown);
}
header nav .menu {
  display: flex;
  gap: 20px;
}
header nav .menu .logout {
  background: var(--brown);
  color: var(--white);
}
header nav .menu a {
  color: var(--brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.4px;
  padding: 10px 20px;
}
header nav .menu a:hover {
  background: var(--cream);
}
header nav .menu .button {
  background: var(--green);
  color: var(--white);
  display: flex;
  width: 120px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
header nav .menu_mobile .sidebar svg {
  height: 25px;
  width: 25px;
}
header nav .menu_mobile .offcanvas {
  height: 100svh;
  background: var(--white);
}
header nav .menu_mobile .offcanvas .offcanvas-body {
  padding: 32px;
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar a {
  color: var(--brown);
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar .top {
  display: grid;
  text-align: center;
  gap: 10px;
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar .top .back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar .top .back p {
  margin-bottom: 0;
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar .bottom {
  cursor: pointer;
  display: grid;
  text-align: center;
  gap: 14px;
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar .bottom .button {
  padding: 8px;
  color: var(--white);
  background: var(--green);
}
header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar .bottom .logout {
  background: var(--brown);
}
@media screen and (max-width: 1200px) {
  header nav .menu {
    gap: 2px;
  }
}
@media screen and (max-width: 992px) {
  header nav .logo {
    font-size: 16px;
    line-height: 18px;
  }
  header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar {
    font-size: 16px;
    line-height: 32px;
  }
  header nav .menu_mobile .offcanvas .offcanvas-body .layout_sidebar .bottom .button {
    padding: 5px 33px;
    border: 1px solid var(--green);
  }
  header nav .menu a {
    font-size: 14px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

.form_auth {
  padding-top: 150px;
  min-height: calc(100vh - 172px);
}
.form_auth .title {
  font-family: "Epilogue", sans-serif;
  color: var(--brown);
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 125% */
  letter-spacing: -1.8px;
}
.form_auth .desc {
  color: var(--brown) !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 200 !important;
  line-height: 30px !important; /* 150% */
}
.form_auth .forgot_h1 {
  color: var(--brown);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.form_auth .nav .nav-item button {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  padding: 5px 33px;
  border-radius: unset;
  background: var(--white);
  color: var(--orange);
  border: 1px solid var(--green);
}
.form_auth .nav .nav-item button:hover,
.form_auth .nav .nav-item button.active:hover {
  background: var(--cream);
  border: 1px solid var(--cream);
}
.form_auth .nav .nav-item button.active {
  color: var(--white);
  background: var(--green);
}
.form_auth .nav .nav-item:nth-child(1) {
  margin-right: 20px;
}
.form_auth .tab-pane.fade {
  transform: translate(0px, 0px);
  opacity: 1;
}
.form_auth .login {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.form_auth .login .forgot {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.form_auth .login .label_input {
  display: grid;
  gap: 10px;
}
.form_auth .login .label_input .password_layout {
  position: relative;
}
.form_auth .login .label_input .password_layout input {
  width: 100%;
}
.form_auth .login .label_input .password_layout .icon {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 14px;
}
.form_auth .login .label_input label {
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.form_auth .login .label_input input[type=text] {
  padding: 10px 14px;
}
.form_auth .login .label_input input {
  padding: 10px 44px 10px 14px;
  border: 1px solid #d5d7da;
  background: var(--white);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.form_auth .login .label_input input::-moz-placeholder {
  color: #717680;
}
.form_auth .login .label_input input::placeholder {
  color: #717680;
}
.form_auth .login button {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  background: var(--green);
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 5px 33px;
  border-radius: unset;
  border: 1px solid var(--green);
}
.form_auth .login button:hover {
  background: var(--cream);
  border: 1px solid var(--cream);
}

@media screen and (max-width: 1200px) {
  .form_auth .title {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .form_auth .desc {
    line-height: 28px !important;
  }
}
@media screen and (max-width: 992px) {
  .form_auth {
    padding-top: 100px;
  }
  .form_auth .title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .form_auth .desc {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .form_auth .desc {
    margin-bottom: 30px;
  }
  .form_auth .nav {
    display: flex;
    justify-content: center;
    flex-wrap: unset;
  }
  .form_auth .nav .nav-item {
    width: 50%;
  }
  .form_auth .nav .nav-item button {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .form_auth {
    min-height: calc(100vh - 127px);
  }
}
.category {
  color: var(--brown);
  padding-top: 100px;
}
.category .card_category {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--brown);
  cursor: pointer;
}
.category .card_category img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 7px;
}
.category .card_category .text1 {
  color: var(--brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.category .card_category .text2 {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.category .card_category .content_hide {
  display: none;
}
.category .card_category .content_hide .text1 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.category .card_category .content_hide hr {
  background: var(--white);
  opacity: 1;
  height: 2px;
  margin: 6px 0;
}
.category .card_category .content_hide ul {
  padding-left: 1rem;
}
.category .card_category .content_hide li {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.category .card_category .content_hide li::marker {
  margin-left: 20px;
}
.category .card_category .content_hide .confirm_text {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 0px;
  margin-bottom: 0px;
}
.category .card_category .content_hide .confirm_button {
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  background: var(--white);
  color: var(--green);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 200% */
}
.category .card_category .content_hide .confirm_button:hover {
  color: var(--white);
  background: var(--cream);
}
.category .card_category.active {
  background: var(--green);
  border: 1px solid var(--green);
}
.category .card_category.active .text1,
.category .card_category.active .text2 {
  color: var(--white) !important;
}
.category .confirm_text {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 15px;
  margin-bottom: 15px;
}
.category .confirm_button {
  padding: 10px 20px;
  background: var(--green);
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}

.category.fade {
  min-height: 100vh;
  margin-bottom: 40px;
}

.category.footer {
  margin-top: 0px;
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .category .confirm_text {
    font-weight: 500;
  }
  .category .card_category {
    margin-bottom: 20px;
    gap: 0px;
  }
  .category .card_category img {
    aspect-ratio: 5/1;
  }
  .category .card_category .text1 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .category .card_category .text2 {
    font-size: 16px;
    line-height: 18px;
  }
  .category .card_category .content_hide .text1 {
    font-size: 12px;
  }
}
.content_profile {
  background: var(--lightcream);
  padding-top: 100px;
  padding-bottom: 40px;
  min-height: calc(100vh - 96px);
}
.content_profile .profile_select_category .select_wrapper .category_select {
  color: var(--white);
  background: var(--green);
  padding: 10px 27px 10px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border: unset;
}
.content_profile .profile_select_category .select_wrapper .category_select option.text {
  color: var(--white);
  background: var(--green);
  padding: 10px 27px 10px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.content_profile .profile_select_category .select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 58%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.content_profile .submited .card_team_detail .layout .layout2 .preview {
  display: block;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 4px 4px;
  border: 1px solid #d5d7da;
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.content_profile .card_profile {
  margin-top: 16px;
  background: var(--white);
  padding: 12px;
}
.content_profile .card_profile .select_category .nav-link {
  cursor: pointer;
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.content_profile .card_profile .select_category .nav-link.active {
  color: var(--white);
  background: var(--green);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) !important;
}
.content_profile .card_profile .select_category {
  display: flex;
  gap: 20px;
}
.content_profile .card_profile .category_name {
  color: #717680;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .team_number {
  color: var(--brown);
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.content_profile .card_profile .tab_accordion .accordion .panel .card_team_detail .layout .layout2 .preview {
  display: block;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 4px 10px;
  border: 1px solid #d5d7da;
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.content_profile .card_profile .card_team {
  margin-top: 16px;
  border: 1px solid var(--brown);
  background: var(--brown);
  padding: 16px 12px;
}
.content_profile .card_profile .card_team .left {
  display: flex;
  justify-content: space-between;
  gap: 23px;
}
.content_profile .card_profile .card_team .left img {
  width: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_profile .card_profile .card_team .left .layout {
  width: 100%;
  align-content: center;
  display: grid;
  gap: 12px;
}
.content_profile .card_profile .card_team .left .title {
  color: #bbb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team .left .value {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team .right button {
  cursor: pointer;
  padding: 10px 24px;
  background: var(--green);
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team .right button:hover {
  background: var(--cream);
}
.content_profile .card_profile .need_member {
  color: var(--brown);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 12px;
}
.content_profile .card_profile .card_team_detail {
  margin-top: 16px;
  border: 1px solid var(--brown);
  padding: 16px 24px;
}
.content_profile .card_profile .card_team_detail .layout.success .layout2 {
  gap: 20px;
}
.content_profile .card_profile .card_team_detail .layout.success .ketentuan {
  margin-top: 10px;
}
.content_profile .card_profile .card_team_detail .layout.success .preview {
  display: block;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 4px 10px;
  border: 1px solid #d5d7da;
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.content_profile .card_profile .card_team_detail .layout .layout2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content_profile .card_profile .card_team_detail .layout .img_cv img {
  height: 152px;
}
.content_profile .card_profile .card_team_detail .layout .title_tooltip {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.content_profile .card_profile .card_team_detail .layout .title_tooltip img {
  height: 16px;
}
.content_profile .card_profile .card_team_detail .layout p {
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  margin-bottom: unset;
}
.content_profile .card_profile .card_team_detail .layout img {
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_profile .card_profile .card_team_detail .layout .upload1 {
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 4px 4px;
  border: 1px solid #d5d7da;
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.content_profile .card_profile .card_team_detail .layout .ketentuan {
  text-align: center;
  margin-top: 4px;
  color: var(--brown);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team_detail .layout .preview {
  display: none;
}
.content_profile .card_profile .card_team_detail .layout svg {
  display: none;
}
.content_profile .card_profile .card_team_detail .layout.success svg {
  display: block;
}
.content_profile .card_profile .card_team_detail .form_input {
  margin-top: 16px;
  display: grid;
  gap: 16px;
}
.content_profile .card_profile .card_team_detail .form_input .label_input {
  display: grid;
  gap: 6px;
}
.content_profile .card_profile .card_team_detail .form_input .label_input label {
  color: var(--brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.content_profile .card_profile .card_team_detail .form_input .label_input input,
.content_profile .card_profile .card_team_detail .form_input .label_input select {
  padding: 10px 14px;
  border: 1px solid #d5d7da;
  background: var(--white);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  color: var(--brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.content_profile .card_profile .card_team_detail .form_input .label_input input:placeholder {
  color: #717680;
}
.content_profile .card_profile .card_team_detail .layout_justify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.content_profile .card_profile .card_team_detail .layout_justify .last {
  color: var(--brown);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team_detail .layout_tombol {
  display: flex;
  justify-content: end;
  gap: 16px;
}
.content_profile .card_profile .card_team_detail .layout_tombol .save {
  cursor: pointer;
  padding: 10px 20px;
  background: var(--green);
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team_detail .layout_tombol .delete {
  cursor: pointer;
  padding: 10px 20px;
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team_detail .layout_tombol .cancel {
  cursor: pointer;
  padding: 10px 20px;
  background: var(--brown);
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team_detail .layout_tombol .save:hover,
.content_profile .card_profile .card_team_detail .layout_tombol .delete:hover,
.content_profile .card_profile .card_team_detail .layout_tombol .cancel:hover {
  background: var(--cream);
}
.content_profile .card_profile .card_team_detail .add_member {
  cursor: pointer;
  color: var(--brown);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.content_profile .card_profile .card_team_detail .add_member:hover {
  font-weight: 700;
}
.content_profile .card_profile .form_add_member {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 0px;
  padding: 0px 0px;
  transition: max-height 0.4s ease, opacity 0.25s ease, transform 0.25s ease;
}
.content_profile .card_profile {
  /* saat aktif */
}
.content_profile .card_profile .form_add_member.active {
  max-height: 100%;
  opacity: 1;
  margin-top: 16px;
  padding: 16px 24px;
  transform: translateY(0);
}
.content_profile .card_profile .toggle_add_member.hide {
  display: none;
}

.ketentuan.error {
  color: var(--red) !important;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .content_profile .card_profile .card_team_detail .layout img {
    height: 84px;
  }
  .content_profile .card_profile .card_team_detail .layout .ketentuan {
    margin-top: 10px;
    text-align: start;
  }
  .content_profile .card_profile .card_team_detail .layout .layout2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .content_profile .card_profile .card_team_detail .layout {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content_profile .card_profile .card_team_detail .layout .title_tooltip {
    margin-bottom: 8px;
  }
  .content_profile .card_profile .tab_accordion .accordion .panel .card_team_detail .layout .layout2 .preview {
    font-weight: 400;
  }
  .content_profile .card_profile .card_team_detail .layout_justify {
    margin-top: 0px;
  }
  .content_profile .card_profile .card_team_detail .layout .img_cv img {
    height: 120px;
  }
  .content_profile .card_profile .card_team_detail .layout {
    margin-bottom: 16px;
  }
  .content_profile .card_profile .card_team .right button {
    margin-top: 15px;
    width: 100%;
  }
  .content_profile .card_profile .card_team_detail .layout .layout2 {
    gap: 10px;
  }
  .content_profile .card_profile .card_team_detail .layout p {
    font-weight: 400;
  }
  .content_profile .card_profile .card_team_detail .layout .upload1 {
    font-weight: 600;
  }
  .content_profile .card_profile .card_team_detail .layout .ketentuan {
    font-size: 10px;
    margin-top: 3px;
  }
  .content_profile .card_profile .card_team_detail .layout_tombol {
    gap: 10px;
  }
  .content_profile .card_profile .card_team_detail .layout_tombol .save,
  .content_profile .card_profile .card_team_detail .layout_tombol .delete,
  .content_profile .card_profile .card_team_detail .layout_tombol .cancel {
    width: 100%;
    text-align: center;
  }
  .content_profile .card_profile .card_team_detail.mobile {
    border: unset;
    padding: unset;
  }
  .content_profile .card_profile .card_team_detail.mobile .layout_tombol {
    margin-top: 0;
  }
  .content_profile .card_profile .card_team_detail .layout.success .preview {
    font-weight: 400;
  }
}
@media screen and (max-width: 576px) {
  .content_profile .card_profile .card_team .left {
    flex-direction: column;
    gap: 12px;
  }
  .content_profile .card_profile .card_team_detail .form_input .label_input label {
    font-size: 14px;
  }
  .content_profile .card_profile .card_team_detail .form_input .label_input input,
  .content_profile .card_profile .card_team_detail .form_input .label_input select {
    font-size: 14px;
    padding: 4px 10px;
  }
  .content_profile .card_profile .team_number {
    font-size: 19px;
  }
  .content_profile .card_profile .card_team_detail .layout .img_cv img {
    height: 84px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -70px 0 0 -35px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid var(--green);
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
#myDiv {
  opacity: 0;
}

.content_announcement_winner {
  background: var(--white);
  padding-top: 150px;
  padding-bottom: 40px;
  min-height: calc(100vh - 96px);
}
.content_announcement_winner section {
  min-height: unset;
}
.content_announcement_winner .custom_container {
  padding-left: 250px;
  padding-right: 250px;
}
.content_announcement_winner .layout .countdown.expired {
  display: none;
}
.content_announcement_winner .layout .countdown {
  border: 1px solid var(--green);
  margin-bottom: 1.5rem;
  padding: 22px;
}
.content_announcement_winner .layout .countdown .text1 {
  color: var(--brown);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
  letter-spacing: -0.6px;
  margin-bottom: 40px;
}
.content_announcement_winner .layout .countdown .padd {
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.content_announcement_winner .layout .countdown .time {
  text-align: center;
  color: var(--brown);
  font-family: "Epilogue", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}
.content_announcement_winner .layout .countdown .subtitle {
  text-align: center;
  color: var(--brown);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.content_announcement_winner .layout .notification {
  display: none;
  margin-bottom: 1.5rem;
}
.content_announcement_winner .layout .notification .text1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 24px;
}
.content_announcement_winner .layout .notification .desc {
  color: var(--brown);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
.content_announcement_winner .layout .notification.finalist .text1 {
  color: var(--green);
}
.content_announcement_winner .layout .notification.non_finalist .text1 {
  color: var(--brown);
}
.content_announcement_winner .layout .list_winner {
  display: none;
}
.content_announcement_winner .layout .list_winner .card_list_winner {
  padding: 22px;
  border: 1px solid var(--green);
}
.content_announcement_winner .layout .list_winner .card_list_winner .text1 {
  color: var(--brown);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.content_announcement_winner .layout .list_winner .card_list_winner .list .item {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: -0.6px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .content_announcement_winner .custom_container {
    padding-left: 200px;
    padding-right: 200px;
  }
  .content_announcement_winner .layout .list_winner .card_list_winner .text1 {
    font-size: 19px;
    line-height: 25px;
  }
  .content_announcement_winner .layout .list_winner .card_list_winner .list .item {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .content_announcement_winner .custom_container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .content_announcement_winner .layout .notification .text1 {
    font-size: 24px;
  }
  .content_announcement_winner .layout .notification .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .content_announcement_winner .custom_container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content_announcement_winner .layout .list_winner .col_padd {
    padding-bottom: calc(var(--bs-gutter-x) * 1);
  }
  .content_announcement_winner {
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .content_announcement_winner .layout .countdown .time {
    font-size: 60px;
  }
  .content_announcement_winner .layout .countdown .subtitle {
    font-size: 14px;
  }
  .content_announcement_winner .layout .countdown .text1 {
    font-size: 19px;
    margin-bottom: 22px;
  }
  .content_announcement_winner .layout .countdown {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .content_announcement_winner .custom_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content_announcement_winner {
    padding-top: 100px;
  }
  .content_announcement_winner .layout .list_winner .card_list_winner {
    padding: 15px;
  }
  .content_announcement_winner .layout .countdown {
    padding: 15px 15px 15px 10px;
  }
  .content_announcement_winner .layout .countdown .time {
    font-size: 39px;
  }
  .content_announcement_winner .layout .countdown .text1 {
    margin-bottom: 20px;
  }
  .content_announcement_winner .layout .countdown .text1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 33px;
  }
  .content_announcement_winner .layout .countdown .text1 {
    line-height: normal;
  }
  .content_announcement_winner .layout .notification .text1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .content_announcement_winner .layout .notification .desc {
    font-size: 14px;
  }
  .content_announcement_winner .layout .list_winner .card_list_winner .text1 {
    font-size: 16px;
    line-height: 20px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

.banner_judges {
  padding-top: 80px;
  position: relative;
}
.banner_judges img {
  width: 100%;
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_judges .width {
  position: absolute;
  width: 100%;
  top: 50%;
}
.banner_judges .width .text_title {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 400px;
  padding: 20px;
}
.banner_judges .width .text {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
  margin-top: unset;
  margin-bottom: unset;
}
.banner_judges .width .sub {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
}

.section_judges {
  margin-top: 40px;
}
.section_judges .bagian1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_judges .bagian1 .text_title {
  color: var(--brown);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}
.section_judges .bagian1 .desc {
  margin-top: 28px;
  color: var(--brown);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.section_judges .bagian1 .social_media {
  display: grid;
  gap: 10px;
}
.section_judges .bagian1 .social_media a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_judges .bagian1 .social_media a div {
  color: var(--brown);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.section_judges .image1 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.section_judges .image2 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.section_judges .name_project {
  color: var(--black);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

.section_judges_desc {
  color: var(--brown);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 126.667% */
  min-height: unset;
}

.section_judges_projects {
  min-height: unset;
}
.section_judges_projects .text_title {
  margin-top: 80px;
  margin-bottom: 40px;
  color: var(--brown);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}
.section_judges_projects .card_project img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
.section_judges_projects .card_project .text .text1 {
  color: var(--black);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.section_judges_projects .card_project .text .text2 {
  color: var(--black);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

@media screen and (max-width: 1200px) {
  .banner_judges .width .text_title {
    gap: 300px;
  }
  .banner_judges .width .text {
    font-size: 28px;
  }
  .banner_judges .width .sub {
    font-size: 16px;
  }
  .section_judges_desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
  }
  .section_judges_projects .text_title {
    margin-top: 40px;
  }
  .section_judges .bagian1 .social_media {
    gap: 2px;
  }
  .section_judges_projects .card_project img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .banner_judges .width .text_title {
    gap: 230px;
  }
  .section_judges .bagian1 .text_title {
    font-size: 16px;
  }
  .section_judges .bagian1 .desc {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
  }
  .section_judges .image1 {
    aspect-ratio: 2/2;
  }
  .section_judges .bagian1 .social_media a div {
    font-size: 14px;
    line-height: 26px;
  }
  .section_judges_desc {
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
  }
  .section_judges_projects .text_title {
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .banner_judges .width .text_title {
    gap: 160px;
  }
  .banner_judges .width .text {
    font-size: 19px;
  }
  .banner_judges .width .sub {
    font-size: 12px;
  }
  .section_judges .bagian1 .social_media {
    display: flex;
    gap: 10px;
    margin-top: 13px;
    margin-bottom: 25px;
  }
  .section_judges .image1 {
    padding-bottom: 0px;
  }
  .section_judges .name_project {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .banner_judges .width .text_title {
    gap: 120px;
  }
  .banner_judges .width .text {
    font-size: 12px;
  }
  .section_judges_projects .card_project img {
    width: 35%;
    margin-bottom: 0px;
  }
  .section_judges_projects .card_project {
    display: flex;
    gap: 12px;
  }
  .section_judges_projects .card_project .text .text1 {
    font-size: 14px;
  }
  .section_judges_projects .card_project .text .text2 {
    font-size: 10px;
  }
}
@media screen and (max-width: 410px) {
  .section_judges .bagian1 .social_media {
    display: grid;
    gap: 3px;
  }
  .section_judges {
    margin-top: 20px;
  }
  .section_judges_desc {
    margin-top: 30px;
  }
}
.section_1 {
  color: var(--brown);
  align-content: center;
  height: 100vh;
  text-align: right;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 100% */
  letter-spacing: -0.2px;
}

@media screen and (max-width: 992px) {
  .section_1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .section_1 {
    font-size: 19px;
    line-height: 22px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

.section_2 .text {
  font-family: "Epilogue", sans-serif;
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}
.section_2 .desc {
  color: var(--brown);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  letter-spacing: -0.9px;
}
.section_2 .sub_section {
  margin-top: 100px;
  width: 50%;
}
.section_2 .sub_section .text {
  font-family: "Epilogue", sans-serif;
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}
.section_2 .sub_section .desc {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 150% */
  letter-spacing: -0.12px;
}

@media screen and (max-width: 1200px) {
  .section_2 .text {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .section_2 .desc {
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -0.6px;
  }
  .section_2 .sub_section {
    margin-top: 30px;
    width: 66%;
  }
  .section_2 .sub_section .text {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .section_2 .sub_section .desc {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 576px) {
  .section_2 .text {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .section_2 .desc {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.4px;
  }
  .section_2 .sub_section {
    margin-top: 25px;
    width: 100%;
  }
  .section_2 .sub_section .text {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .section_2 .sub_section .desc {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.4px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

.section_3 .text {
  font-family: "Epilogue", sans-serif;
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-bottom: 50px;
}
.section_3 .card_gallery {
  position: relative;
}
.section_3 .card_gallery img {
  background-color: var(--black);
  width: 100%;
}
.section_3 .card_gallery .width {
  position: absolute;
  width: 100%;
  top: 40%;
}
.section_3 .card_gallery .width .text_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.section_3 .card_gallery .width .text {
  color: var(--white);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-top: unset;
  margin-bottom: unset;
}
.section_3 .card_gallery .width .sub {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 233.333% */
  letter-spacing: -0.3px;
}

@media screen and (max-width: 1200px) {
  .section_3 .text {
    font-size: 19px;
    margin-top: 38px;
    margin-bottom: 19px;
  }
  .section_3 .container {
    padding-left: unset !important;
    padding-right: unset !important;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 992px) {
  .section_3 .card_gallery .width {
    top: unset;
    bottom: 1%;
  }
  .section_3 .card_gallery .width .text_title {
    flex-direction: column;
  }
  .section_3 .card_gallery .width .text_title .text {
    margin-bottom: 0px;
  }
  .section_3 .card_gallery .width .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 576px) {
  .section_3 .container {
    margin-bottom: 5px;
  }
  .section_3 .card_gallery img {
    width: 70%;
  }
  .section_3 .card_gallery .width .text {
    font-size: 14px;
    line-height: normal;
  }
  .section_3 .card_gallery .width .sub {
    line-height: normal;
  }
  .section_3 .text {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .section_3 .card_gallery {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

.section_4 {
  min-height: unset !important;
}
.section_4 .text {
  font-family: "Epilogue", sans-serif;
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-bottom: 50px;
}
.section_4 .layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.section_4 .layout .card_timeline {
  border: 1px solid var(--brown);
  background: var(--white);
  padding: 24px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section_4 .layout .card_timeline .month {
  text-align: center;
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}
.section_4 .layout .card_timeline .bottom {
  text-align: center;
  color: var(--brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.4px;
}

@media screen and (max-width: 1200px) {
  .section_4 .text {
    font-size: 19px;
    margin-top: 38px;
    margin-bottom: 19px;
  }
  .section_4 .layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section_4 .layout .card_timeline {
    height: 106px;
  }
  .section_4 .layout .card_timeline .month {
    display: flex;
    justify-content: center;
    font-size: 19px;
    gap: 5px;
  }
  .section_4 .layout .card_timeline .bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .section_4 .layout {
    grid-template-columns: 1fr 1fr;
  }
  .section_4 .layout .card_timeline {
    height: 117px;
  }
  .section_4 .layout .card_timeline .month {
    display: flex;
    justify-content: center;
    font-size: 19px;
  }
  .section_4 .layout .card_timeline .bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section_4 .text {
    margin-top: unset;
    margin-bottom: 10px;
  }
  .section_4 .layout {
    gap: 10px;
  }
  .section_4 .layout .card_timeline {
    padding: 10px;
    height: 75px;
  }
  .section_4 .layout .card_timeline .month {
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  .section_4 .layout .card_timeline .bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 410px) {
  .section_4 .layout .card_timeline .month {
    font-size: 12px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

.section_5 .prize {
  margin-top: 100px;
}
.section_5 .prize .card_bottom_1 {
  border: 1px solid var(--green);
  background: var(--white);
  padding: 12px 24px;
  margin-bottom: 20px;
  margin-right: unset;
  margin-left: unset;
}
.section_5 .prize .card_bottom_1 .grid {
  display: grid;
  gap: 10px;
  align-content: space-between;
  height: 53px;
}
.section_5 .prize .card_bottom_1 .grid .text_1 {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px; /* 125% */
  letter-spacing: -0.4px;
}
.section_5 .prize .card_bottom_1 .grid .text_2 {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.section_5 .prize .card_bottom_1 .grid:nth-child(1) {
  padding-left: unset;
}
.section_5 .prize .card_bottom_1 .grid:nth-child(1),
.section_5 .prize .card_bottom_1 .grid:nth-child(2),
.section_5 .prize .card_bottom_1 .grid:nth-child(3) {
  border-right: 1px solid var(--green);
}
.section_5 .prize .tabs {
  display: grid;
  gap: 24px;
}
.section_5 .prize .tabs .tab_total_prize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--brown);
}
.section_5 .prize .tabs .tab_total_prize .text {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
  margin-bottom: unset;
}
.section_5 .prize .tabs .tab_total_prize .value {
  display: flex;
  gap: 10px;
}
.section_5 .prize .tabs .tab_total_prize .value p {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
  margin-bottom: unset;
}
.section_5 .prize .tabs .tab_accordion {
  display: grid;
  gap: 24px;
}
.section_5 .prize .tabs .tab_accordion .accordion {
  cursor: pointer;
  background: var(--white);
  display: grid;
  border: 1px solid var(--brown);
}
.section_5 .prize .tabs .tab_accordion .accordion .sub_text {
  padding: 20px;
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.section_5 .prize .tabs .tab_accordion .accordion .panel {
  padding: 0px 18px;
}
.section_5 .prize .tabs .tab_accordion .accordion .panel .show {
  display: grid;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section_5 .prize .tabs .tab_accordion .accordion .panel .show .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .text {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
  margin-bottom: unset;
}
.section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .value {
  display: flex;
  gap: 10px;
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
  margin-bottom: unset;
}
.section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .value p {
  margin-bottom: unset;
}
.section_5 .prize .tabs .tab_accordion .accordion.active .sub_text {
  background: var(--green);
  color: var(--white);
}
.section_5 .prize .tabs .tab_accordion .accordion.active .panel {
  padding: 10px 18px;
}
.section_5 .faq {
  margin-top: 100px;
}
.section_5 .faq .text {
  color: var(--brown);
  font-family: "Epilogue", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-bottom: 50px;
}
.section_5 .faq .nav_custom {
  background: unset;
  color: var(--black);
  padding: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}
.section_5 .faq .nav_custom.active {
  background: var(--green);
  color: var(--white);
  padding: 12px !important;
}
.section_5 .faq .tab-content {
  margin-top: 50px;
  color: var(--brown);
}
.section_5 .faq .tab-content .tab-pane.active {
  opacity: 1 !important;
  transform: unset !important;
}
.section_5 .faq .tab-content .content .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}
.section_5 .faq .tab-content .content .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px; /* 175% */
  letter-spacing: -0.08px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .section_5 .prize {
    margin-top: 24px;
  }
  .section_5 .prize .card_bottom_1 {
    padding: 10px 16px;
    border: 1px solid var(--brown);
  }
  .section_5 .prize .card_bottom_1 .grid {
    height: 40px;
    gap: unset;
    border-right: unset !important;
    padding-left: unset;
    padding-right: unset;
  }
  .section_5 .prize .card_bottom_1 .grid .text_1 {
    font-size: 11px;
  }
  .section_5 .prize .card_bottom_1 .grid .text_2 {
    font-size: 14px;
  }
  .section_5 .prize .card_bottom_1 .grid:nth-child(1) {
    border-right: unset;
  }
  .section_5 .prize .tabs .tab_total_prize .text {
    font-size: 19px;
  }
  .section_5 .prize .tabs .tab_total_prize .value {
    font-size: 19px;
  }
  .section_5 .prize .tabs .tab_total_prize .value p {
    font-size: 19px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion.active .sub_text {
    font-size: 19px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .text {
    font-size: 19px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .value {
    font-size: 19px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion .sub_text {
    font-size: 19px;
  }
  .section_5 .faq {
    margin-top: 38px;
  }
  .section_5 .faq .text {
    font-size: 19px;
    margin-bottom: 19px;
  }
  .section_5 .faq .nav_custom.active {
    font-size: 19px;
  }
  .section_5 .faq .nav_custom {
    font-size: 19px;
  }
  .section_5 .faq .tab-content {
    margin-top: 20px;
  }
  .section_5 .faq .tab-content .content .title {
    font-size: 19px;
  }
  .section_5 .faq .tab-content .content .desc {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section_5 .prize {
    margin-top: 20px;
  }
  .section_5 .prize .tabs {
    gap: 10px;
  }
  .section_5 .prize .tabs .tab_accordion {
    gap: 10px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion .sub_text {
    font-size: 14px;
    padding: 10px 16px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion .panel .show {
    gap: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .text,
  .section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .value p,
  .section_5 .prize .tabs .tab_accordion .accordion .panel .show .content .value {
    font-size: 14px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion.active .sub_text {
    font-size: 14px;
  }
  .section_5 .prize .tabs .tab_accordion .accordion.active .panel {
    padding: 10px 16px;
  }
  .section_5 .prize .tabs .tab_total_prize {
    padding: 10px 16px;
  }
  .section_5 .prize .tabs .tab_total_prize .text {
    font-size: 14px;
  }
  .section_5 .prize .tabs .tab_total_prize .value p {
    font-size: 14px;
  }
  .section_5 .prize .tabs .tab_total_prize .value {
    font-size: 14px;
  }
  .section_5 .faq .ikiawal {
    padding: 2px 12px 2px 0px !important;
  }
  .section_5 .faq .nav_custom.active {
    font-size: 14px;
    padding: 2px 12px !important;
  }
  .section_5 .faq .nav_custom {
    font-size: 14px;
    padding: 2px 12px;
  }
  .section_5 .faq .tab-content .content .title {
    font-size: 14px;
    line-height: 18px;
  }
  .section_5 .faq .tab-content .content .desc {
    margin-top: 3px;
    line-height: 15px;
    font-size: 12px;
  }
}
:root {
  --black: #151515;
  --white: #fffcf8;
  --green: #758956;
  --brown: #473526;
  --cream: #c8b89f;
  --red: #ff3737;
  --lightcream: #eae1d2;
  --filterInvert: invert(0%);
}

@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("/Assets/Font/Aspekta/Aspekta-1000.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

button {
  border: none;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 56%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.666504%200.666748L4.6665%204.66675L8.6665%200.666748%22%20stroke%3D%22%23141416%22%20stroke-width%3D%221.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion.active .panel {
  max-height: unset !important;
  height: 100%;
}

.sticky_bottom.tor_success {
  display: none;
  background: var(--brown);
  position: sticky;
  bottom: -3px;
  padding: 21px 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sticky_bottom.tor_success .card_download_tor {
  background: var(--white);
}
.sticky_bottom.tor_success .card_download_tor .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.sticky_bottom.tor_success .card_download_tor .layout input:disabled {
  border: unset;
  background-color: var(--white);
  color: var(--black);
}
.sticky_bottom.tor_success .card_download_tor .layout svg {
  margin-right: 15px;
}
.sticky_bottom.tor_success .text_download {
  font-family: "Epilogue", sans-serif;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sticky_bottom.tor_success .text_download svg {
  cursor: pointer;
}
.sticky_bottom.tor_success .card_download_tor {
  margin-bottom: 30px;
}
.sticky_bottom.tor_success .card_download_tor input {
  width: 100%;
  padding: 17px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom.tor_success .card_download_tor input:placeholder {
  color: #b7b7b7;
}
.sticky_bottom.tor_success .card_download_tor .button_register {
  background: var(--green);
  text-align: center;
  padding: 24px;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
}

.sticky_bottom.tor_success_catalog {
  display: none;
  background: var(--brown);
  position: sticky;
  bottom: -3px;
  padding: 21px 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sticky_bottom.tor_success_catalog .card_download_tor {
  background: var(--white);
}
.sticky_bottom.tor_success_catalog .card_download_tor .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.sticky_bottom.tor_success_catalog .card_download_tor .layout input:disabled {
  border: unset;
  background-color: var(--white);
  color: var(--black);
}
.sticky_bottom.tor_success_catalog .card_download_tor .layout svg {
  margin-right: 15px;
}
.sticky_bottom.tor_success_catalog .text_download {
  font-family: "Epilogue", sans-serif;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sticky_bottom.tor_success_catalog .text_download svg {
  cursor: pointer;
}
.sticky_bottom.tor_success_catalog .card_download_tor {
  margin-bottom: 30px;
}
.sticky_bottom.tor_success_catalog .card_download_tor input {
  width: 100%;
  padding: 17px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom.tor_success_catalog .card_download_tor input:placeholder {
  color: #b7b7b7;
}
.sticky_bottom.tor_success_catalog .card_download_tor .button_register {
  background: var(--green);
  text-align: center;
  padding: 24px;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
}

.sticky_bottom.download_tor {
  background: var(--brown);
  position: sticky;
  bottom: -2px;
  padding: 21px 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sticky_bottom.download_tor .text_download {
  font-family: "Epilogue", sans-serif;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sticky_bottom.download_tor .text_download svg {
  cursor: pointer;
}
.sticky_bottom.download_tor .card_download_tor {
  margin-bottom: 30px;
}
.sticky_bottom.download_tor .card_download_tor input {
  width: 100%;
  padding: 17px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom.download_tor .card_download_tor input:placeholder {
  color: #b7b7b7;
}
.sticky_bottom.download_tor .card_download_tor button {
  background: var(--brown);
  width: 100%;
}
.sticky_bottom.download_tor .card_download_tor .button_register {
  background: var(--green);
  text-align: center;
  padding: 24px;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
}

.sticky_bottom.download_catalog {
  background: var(--brown);
  position: sticky;
  bottom: -2px;
  padding: 21px 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sticky_bottom.download_catalog .text_download {
  font-family: "Epilogue", sans-serif;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sticky_bottom.download_catalog .text_download svg {
  cursor: pointer;
}
.sticky_bottom.download_catalog .card_download_tor {
  margin-bottom: 30px;
}
.sticky_bottom.download_catalog .card_download_tor input {
  width: 100%;
  padding: 17px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom.download_catalog .card_download_tor input:placeholder {
  color: #b7b7b7;
}
.sticky_bottom.download_catalog .card_download_tor button {
  background: var(--brown);
  width: 100%;
}
.sticky_bottom.download_catalog .card_download_tor .button_register {
  background: var(--green);
  text-align: center;
  padding: 24px;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
}

.sticky_bottom {
  position: sticky;
  bottom: 0px;
  padding: 20px 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 2;
}
.sticky_bottom .card_bottom_1 {
  border: 1px solid var(--green);
  background: var(--white);
  padding: 12px 24px;
  margin-bottom: 20px;
  margin-right: unset;
  margin-left: unset;
}
.sticky_bottom .card_bottom_1 .grid {
  display: grid;
  gap: 10px;
  align-content: space-between;
  height: 53px;
}
.sticky_bottom .card_bottom_1 .grid .text_1 {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px; /* 125% */
  letter-spacing: -0.4px;
}
.sticky_bottom .card_bottom_1 .grid .text_2 {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom .card_bottom_1 .grid:nth-child(1) {
  padding-left: unset;
}
.sticky_bottom .card_bottom_1 .grid:nth-child(1),
.sticky_bottom .card_bottom_1 .grid:nth-child(2),
.sticky_bottom .card_bottom_1 .grid:nth-child(3) {
  border-right: 1px solid var(--green);
}
.sticky_bottom .card_bottom_2 {
  margin-right: unset;
  margin-left: unset;
}
.sticky_bottom .card_bottom_2 .grid:nth-child(1) {
  border: 1px solid var(--green);
  background: var(--white);
  padding: 12px 24px;
}
.sticky_bottom .card_bottom_2 .text_2 {
  color: var(--brown);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom .card_bottom_2 .text_2.total {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom .card_bottom_2 .button_download,
.sticky_bottom .card_bottom_2 .button_register {
  cursor: pointer;
  text-align: center;
  padding: 24px;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.sticky_bottom .card_bottom_2 .button_download {
  background: var(--brown);
}
.sticky_bottom .card_bottom_2 .button_register {
  background: var(--green);
}

@media screen and (max-width: 1200px) {
  .sticky_bottom .card_bottom_1 .grid {
    height: 40px;
    gap: unset;
  }
  .sticky_bottom .card_bottom_1 .grid .text_1 {
    font-size: 11px;
  }
  .sticky_bottom .card_bottom_1 .grid .text_2 {
    font-size: 14px;
  }
  .sticky_bottom .card_bottom_2 .text_2,
  .sticky_bottom .card_bottom_2 .text_2.total,
  .sticky_bottom .card_bottom_2 .button_download,
  .sticky_bottom .card_bottom_2 .button_register {
    font-size: 14px;
  }
  .sticky_bottom.download_tor,
  .sticky_bottom.download_catalog {
    padding: 4px 0;
  }
  .sticky_bottom.download_tor .card_download_tor .button_register,
  .sticky_bottom.download_catalog .card_download_tor .button_register {
    font-size: 14px;
  }
  .sticky_bottom.download_tor .card_download_tor input,
  .sticky_bottom.download_catalog .card_download_tor input {
    font-size: 14px;
    padding: 22px;
  }
  .sticky_bottom.download_tor .text_download,
  .sticky_bottom.download_catalog .text_download {
    font-size: 19px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .sticky_bottom.tor_success .text_download {
    font-size: 19px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .sticky_bottom.tor_success .card_download_tor .layout input:disabled {
    font-size: 14px;
    padding: 22px;
  }
  .sticky_bottom.tor_success .card_download_tor {
    margin-bottom: 21px;
  }
  .sticky_bottom.tor_success_catalog .text_download {
    font-size: 19px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .sticky_bottom.tor_success_catalog .card_download_tor .layout input:disabled {
    font-size: 14px;
    padding: 22px;
  }
  .sticky_bottom.tor_success_catalog .card_download_tor {
    margin-bottom: 21px;
  }
  .sticky_bottom.tor_success,
  .sticky_bottom.tor_success_catalog {
    padding: 1px 0 20px 0;
  }
}
@media screen and (max-width: 992px) {
  .sticky_bottom .card_bottom_1 {
    padding: 6px 10px;
  }
  .sticky_bottom .card_bottom_2 .grid:nth-child(1) {
    padding: 6px 10px;
  }
  .sticky_bottom .card_bottom_2 .text_2,
  .sticky_bottom .card_bottom_2 .text_2.total {
    gap: 4px !important;
    font-size: 16px;
    line-height: 32px;
  }
  .sticky_bottom .card_bottom_2 .button_download,
  .sticky_bottom .card_bottom_2 .button_register {
    padding: 17px;
  }
  .sticky_bottom.download_tor .card_download_tor .button_register,
  .sticky_bottom.download_catalog .card_download_tor .button_register {
    padding: 17px;
  }
  .sticky_bottom.download_tor .card_download_tor input,
  .sticky_bottom.download_catalog .card_download_tor input {
    padding: 15px;
  }
  .sticky_bottom.download_tor .text_download,
  .sticky_bottom.download_catalog .text_download {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sticky_bottom.tor_success .card_download_tor .layout input:disabled {
    padding: 15px;
  }
  .sticky_bottom.tor_success .card_download_tor .layout input:disabled {
    font-size: 16px;
  }
  .sticky_bottom.tor_success_catalog .card_download_tor .layout input:disabled {
    padding: 15px;
  }
  .sticky_bottom.tor_success_catalog .card_download_tor .layout input:disabled {
    font-size: 16px;
  }
  .sticky_bottom.tor_success,
  .sticky_bottom.tor_success_catalog {
    padding: 40px 0 55px 0;
  }
}
@media screen and (max-width: 768px) {
  .sticky_bottom .card_bottom_1 .grid {
    padding-left: unset;
  }
  .sticky_bottom .card_bottom_1 .grid:nth-child(1) {
    border-right: unset;
  }
  .sticky_bottom .card_bottom_1 .grid:nth-child(2) {
    border-right: unset;
  }
  .sticky_bottom .card_bottom_1 .grid:nth-child(3) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    border-left: 1px solid var(--green);
    border-right: 1px solid var(--green);
  }
  .sticky_bottom .card_bottom_1 .grid:nth-child(4) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: unset;
    border-right: unset;
  }
  .sticky_bottom .card_bottom_2 .grid:nth-child(1) {
    margin-bottom: 10px;
  }
  .sticky_bottom .card_bottom_2 .grid:nth-child(2) {
    padding-left: unset;
  }
  .sticky_bottom .card_bottom_2 .button_download,
  .sticky_bottom .card_bottom_2 .button_register {
    padding: 5px 5px;
    font-size: 16px;
    line-height: 32px;
  }
  .sticky_bottom .card_bottom_2 .button_download {
    border: 1px solid var(--brown);
  }
  .sticky_bottom .card_bottom_2 .button_register {
    border: 1px solid var(--green);
  }
  .sticky_bottom.download_tor .card_download_tor .button_register,
  .sticky_bottom.download_catalog .card_download_tor .button_register {
    padding: 5px 5px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
  }
  .sticky_bottom.download_tor .card_download_tor input,
  .sticky_bottom.download_catalog .card_download_tor input {
    padding: 11px;
    font-size: 16px;
  }
  .sticky_bottom.download_tor .text_download,
  .sticky_bottom.download_catalog .text_download {
    margin-top: 36px;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 576px) {
  .sticky_bottom.download_tor .text_download,
  .sticky_bottom.download_catalog .text_download {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .sticky_bottom.download_tor .card_download_tor,
  .sticky_bottom.download_catalog .card_download_tor {
    margin-bottom: 20px;
  }
  .sticky_bottom.download_tor .card_download_tor .button_register,
  .sticky_bottom.download_catalog .card_download_tor .button_register {
    font-size: 14px;
  }
  .sticky_bottom.download_tor .card_download_tor input,
  .sticky_bottom.download_catalog .card_download_tor input {
    font-size: 14px;
  }
  .sticky_bottom .card_bottom_2 .button_download,
  .sticky_bottom .card_bottom_2 .button_register {
    font-size: 14px;
  }
  .sticky_bottom.tor_success,
  .sticky_bottom.tor_success_catalog {
    padding: 1px 0 11px 0;
  }
}
.footer {
  position: relative;
  z-index: 3;
  margin-top: 76px;
}
.footer .subscribe {
  background: var(--brown);
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
}
.footer .subscribe .kolom .text {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 83.333% */
  letter-spacing: -0.6px;
}
.footer .subscribe .kolom .social_media {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}
.footer .subscribe .kolom input {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 0 16px;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 300% */
}
.footer .subscribe .kolom button {
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--cream);
  padding: 0 16px;
}
.footer .subscribe .kolom button p {
  margin-bottom: 0px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 300% */
}
.footer .subscribe .kolom.two .text {
  text-align: end;
}
.footer .subscribe .kolom:nth-child(1) {
  width: 500px;
}
.footer .content {
  background: var(--green);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer .content .text {
  color: var(--white);
  font-size: 16px;
}
.footer .content .terms {
  color: var(--white);
  font-size: 16px;
}
.footer .content .terms:hover {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .footer .subscribe .kolom .text {
    font-size: 16px;
  }
  .footer .subscribe .kolom .social_media {
    gap: 12px;
  }
  .footer .subscribe .kolom .social_media svg {
    width: 19px;
  }
  .footer .subscribe .kolom input,
  .footer .subscribe .kolom button p {
    line-height: 40px;
  }
  .footer .subscribe .kolom.two .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .footer .subscribe {
    flex-direction: column;
  }
  .footer .subscribe .kolom .social_media {
    justify-content: center;
    margin-top: 9px;
  }
  .footer .subscribe .kolom input {
    margin-top: 13px;
  }
  .footer .subscribe .kolom.two .text {
    margin-top: 15px;
    text-align: center;
  }
  .footer .subscribe .kolom:nth-child(1) {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .content {
    flex-direction: column-reverse;
  }
  .footer .content .text {
    text-align: center;
  }
  .footer .content .terms {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer .subscribe .kolom .text {
    font-size: 14px;
  }
  .footer .subscribe .kolom button p {
    font-size: 14px;
  }
  .footer .subscribe .kolom input {
    font-size: 14px;
  }
  .footer .subscribe .kolom.two .text {
    font-size: 14px;
  }
  .footer .content .terms {
    font-size: 14px;
  }
  .footer .content .text {
    font-size: 14px;
  }
  .footer {
    margin-top: 38px;
  }
  .footer .subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }
}/*# sourceMappingURL=style.css.map */