.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: "Oswald", sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5; 
  color:#111827;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #111827;
}
.display-5.blue {
  color:#201a57
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.cl-wht {
  color:#fff;
}
.cl-blue {
  color:#201a57
}
.fm-jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.fw-semibold {
  font-weight: 600;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #18599A !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}

.btn-bg-primary,
.btn-bg-primary:active {
  background-color: #1D64A3 !important;
  border-color: #1D64A3 !important;
  color: #fff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 10px !important;
  font-size: 16px;
  font-weight: 600;
}
.btn-bg-primary:hover,
.btn-bg-primary:focus,
.btn-bg-primary.focus,
.btn-bg-primary.active {
  color: #ffffff !important;
  background-color: #169FE3 !important;
  border-color: #169FE3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-bg-primary.disabled,
.btn-bg-primary:disabled {
  color: #ffffff !important;
  background-color: #084168 !important;
  border-color: #084168 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1D64A3 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #169FE3 !important;
  border-color: #169FE3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084168 !important;
  border-color: #084168 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0e73b9;
  color: #0e73b9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #084168 !important;
  background-color: transparent!important;
  border-color: #084168 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e73b9 !important;
  border-color: #0e73b9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #07385a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0e73b9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 7px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e73b9;
  border-color: #0e73b9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e73b9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #54b2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0e73b9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0e73b9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e73b9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0e73b9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e73b9;
  border-bottom-color: #0e73b9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0e73b9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230e73b9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t9mvIMBJW4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-t9mvIMBJW4 nav.navbar {
  position: fixed;
}
.cid-t9mvIMBJW4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9mvIMBJW4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9mvIMBJW4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9mvIMBJW4 .dropdown-item:hover,
.cid-t9mvIMBJW4 .dropdown-item:focus {
  background: #0e73b9 !important;
  color: white !important;
}
.cid-t9mvIMBJW4 .dropdown-item:hover span {
  color: white;
}
.cid-t9mvIMBJW4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9mvIMBJW4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9mvIMBJW4 .nav-link {
  position: relative;
}
.cid-t9mvIMBJW4 .nav-link:hover,
.cid-t9mvIMBJW4 .nav-link:focus {
  color: #fff !important;
}
.cid-t9mvIMBJW4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9mvIMBJW4 .container {
    flex-wrap: nowrap;
  }
}
.cid-t9mvIMBJW4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9mvIMBJW4 .navbar-caption {
  font-weight: 400;
}
.cid-t9mvIMBJW4 .nav-item:focus,
.cid-t9mvIMBJW4 .nav-link:focus {
  outline: none;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9mvIMBJW4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9mvIMBJW4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9mvIMBJW4 .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t9mvIMBJW4 .navbar.opened {
  transition: all 0.3s;
}
.cid-t9mvIMBJW4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9mvIMBJW4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t9mvIMBJW4 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-t9mvIMBJW4 .navbar.collapsed {
  justify-content: center;
}
.cid-t9mvIMBJW4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9mvIMBJW4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9mvIMBJW4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9mvIMBJW4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9mvIMBJW4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9mvIMBJW4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9mvIMBJW4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-t9mvIMBJW4 .navbar ul.navbar-nav {
    padding-bottom: 1rem;
  }
  .cid-t9mvIMBJW4 .navbar ul.navbar-nav li {
        margin: .5rem 8px 0;
        padding: .5rem 0;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9mvIMBJW4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9mvIMBJW4 .dropdown-item.active,
.cid-t9mvIMBJW4 .dropdown-item:active {
  background-color: transparent;
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9mvIMBJW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9mvIMBJW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9mvIMBJW4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9mvIMBJW4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t9mvIMBJW4 ul.navbar-nav {
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
  }
}
.cid-t9mvIMBJW4 .navbar-buttons {
  text-align: center;
}
.cid-t9mvIMBJW4 .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-t9mvIMBJW4 .navbar-buttons .btn:hover {
  color: #fff !important;
}
.cid-t9mvIMBJW4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9mvIMBJW4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #16588D;
}
.cid-t9mvIMBJW4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9mvIMBJW4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9mvIMBJW4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9mvIMBJW4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-t9mvIMBJW4 .navbar-dropdown .container {
  background-color: rgb(255 255 255 / 80%);
  margin-top: 1rem;
  border-radius: 15px;
  box-shadow: 0px 0px 10px -5px #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9mvIMBJW4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9mvIMBJW4 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-t9u1llQ9mq.no-image {
  background-image: none;
}
/* .cid-t9u1llQ9mq::before {
  content:'';
  position:absolute;
  top: -80%;
  bottom: 0;
  left: -120%;
  width: 230%;
  transform: translateX(-20%);
  background: rgb(214,80,167);
  background: radial-gradient(circle, rgba(214,80,167,1) 0%, rgba(255,255,255,0) 60%);
  z-index: 0;
}
.cid-t9u1llQ9mq::after {
  content: '';
  position: absolute;
  bottom: -20%;
  top: 0;
  right: -90%;
  width: 150%;
  background: #169FE3;
  background: radial-gradient(circle, #169FE3 0%, rgba(255,255,255,0) 60%);
  z-index: 0;
} */
/* .cid-t9u1llQ9mq {
  background-image: url("../../images/foto-cover.jpg");
  background-image: url('../../images/background-cover.gif');
  background-size: cover;
  padding-bottom: 10rem;
} */
.cid-t9u1llQ9mq .image-wrapper {
  /* height: 100%; */
}
@media (max-width: 991px) {
  .cid-t9u1llQ9mq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t9u1llQ9mq::before {
    left: 0%;
    width: 100%;
    transform: translateX(0%);
  }
  .cid-t9u1llQ9mq::after {
    bottom: -20%;
    right: 0%;
    width: 100%;
  }
}
.cid-t9u1llQ9mq .image-wrapper img {
  width: 95%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9u1llQ9mq .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-t9u1llQ9mq .mbr-section-title {
  color: #111827;
}
.cid-t9u1llQ9mq .title-cover {
    font-family: "Oswald", sans-serif;
    font-size: clamp(24px, 11vw, 190px);
    line-height: 1;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
} 
.cid-t9u1llQ9mq .sub-cover {
    font-size:clamp(18px, 4vw, 48px);
    font-family: "Oswald", sans-serif;
    line-height: 72px;
    font-weight: 200;
    color:rgb(250 250 250 / 80%) !important
}
.cid-t9u1llQ9mq .bil-cover {
    position:relative;
    display: inline-flex;
    padding: 0rem 2rem;
    margin: 1rem 0;
    font-family: "Oswald", sans-serif;
    color:#169FE3 !important;
    font-weight:500;
}
.cid-t9u1llQ9mq .mbr-text {
  color: #111827;
}
.cid-t9u1llQ9mq .btn {
  font-weight: 600;
  padding: .8rem 1.5rem;
}
.cid-t9udIpuk6b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-t9udIpuk6b .video-wrapper iframe {
  width: 100%;
}
.cid-t9udIpuk6b h2,
.cid-t9udIpuk6b h4,
.cid-t9udIpuk6b p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-t9udIpuk6b .col-md-6 {
    width: 100%;
  }
}
.cid-t9udIpuk6b .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-t9udIpuk6b .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-t9udIpuk6b .mbr-section-head {
    text-align: center;
  }
}
.cid-t9udIpuk6b .mbr-section-title {
  color: #0e73b9;
  margin-bottom: 1rem;
}

.title__shadow {
  position: relative;
}
.title__shadow .mbr-section-subtitle {
  color: #2A3773;
  margin-bottom: 6px;
  /* font-size: clamp(34px, 4vw, 78px); */
  font-size: 95px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 85px;
}
@media (max-width: 992px) {
  .title__shadow .mbr-section-subtitle {
    font-size: 34px;
    line-height: 32px;
  }
}
.title__shadow .mbr-section-title { 
  margin: auto;
  color: #6A99D0;
  font-weight: 300;
  font-size: clamp(18px, 4vw, 28px);
  font-family: "Oswald", sans-serif;
}
.title__border::after {
  content:'';
  position: absolute;
  left:0;
  width: 289px;
  bottom:0;
  margin-top: auto;
  margin-bottom: auto;
  height:1px;
  background: rgb(17 24 39 / 28%);
}
.title__quote::after {
    content: '';
    position: absolute;
    left: -26px;
    width: 15px;
    top: -3px;
    height: 12px;
    background-size: 15px;
}
.quote_blue::after {
  background-image: url("../../images/quote-blue.svg");
}
.cid-t9udIpuk6b .mbr-text {
  color: #111827;
}
.bg-second {
  background-color: #D5FDFF;
  overflow: hidden;
}
.cid-t9xhhBImbb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #D5FDFF;
}
.mbr-moons {
  position: absolute;
  width: 30%;
  height: 30%;
  background-color: rgb(213 253 255 / 50%);
  box-shadow: 0px 0px 220px 350px rgb(213 253 255 / 50%);
  border-radius: 50%;
}
.moons-top-left {
  left: -15%;
  top: -15%;
}
.moons-bottom-right {
  right: -15%;
  bottom: -15%;
}
@media (max-width: 991px) {
  .cid-t9xhhBImbb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9xhhBImbb img {
  width: 100%;
}
.cid-t9xjHN3r5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cid-t9xjHN3r5p .mbr-text {
  text-align: left;
}
.cid-t9xjHN3r5p .layer-bg {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px -7px #ffff;
}
.cid-t9xlI66qUN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../images/background-gradient-800x600.png");
}
@media (max-width: 991px) {
  .cid-t9xlI66qUN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9xlI66qUN .row {
  flex-direction: row-reverse;
}
.cid-t9xlI66qUN img {
  width: 100%;
}
.cid-t9xlI66qUN .is-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 0 2.5rem;
  z-index: 10;
}
.cid-t9xlI66qUN .button {
  padding: 1rem 3.5rem;
  text-align: center;
}
.cid-t9xnNXcshZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../images/background-gradient-800x600.png");
}
@media (max-width: 991px) {
  .cid-t9xnNXcshZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9xnNXcshZ .row {
  flex-direction: row-reverse;
}
.cid-t9xnNXcshZ img {
  width: 100%;
}
.cid-t9xkatnn4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-t9xlILWfzr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../images/background-gradient-800x600.png");
}
@media (max-width: 991px) {
  .cid-t9xlILWfzr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9xlILWfzr .row {
  flex-direction: row-reverse;
}
.cid-t9xlILWfzr img {
  width: 100%;
}
.cid-t9xlJyJ0ch {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* background-image: url("../../images/divider-pelindo-ikhtisar-2000x1414.jpg"); */
}
.font-inlinetable {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size:clamp(18px, 4vw, 28px);
  line-height: 1.3;
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-t9xlJyJ0ch .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9xlJyJ0ch .row {
  flex-direction: row-reverse;
}
.cid-t9xlJyJ0ch img {
  width: 100%;
}
.cid-t9xkcDeYfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t9xlKcCfqI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9xlKcCfqI .row {
  flex-direction: row-reverse;
}
.cid-t9xlKcCfqI img {
  width: 100%;
}
.cid-t9uewg6Or2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-t9uewg6Or2 .item-performanceHilight {
  display: flex;
  height: 950px;
  flex-flow: column wrap;
  align-content: space-between;
}
.cid-t9uewg6Or2 .item {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t9uewg6Or2 .item:nth-child(3n+1) { order: 1; }
  .cid-t9uewg6Or2 .item:nth-child(3n+2) { order: 2; }
  .cid-t9uewg6Or2 .item:nth-child(3n) { order: 3; }
  .cid-t9uewg6Or2 .item {
      width: 33.3333%;
  }
}
.cid-t9uewg6Or2 .item-performanceHilight::before,
.cid-t9uewg6Or2 .item-performanceHilight::after
{
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}
@media (max-width: 991px) {

}
.cid-t9uewg6Or2 .bg-box {
  border-radius: 7px;
  background-color: #fff;
  padding:15px;
  display: flex;
  flex-direction: column;
}
.cid-t9uewg6Or2 .bg-box .text-box {
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  /* .cid-t9uewg6Or2 .item {
    padding: 3rem 4.5rem 3rem 3rem;
    position: relative;
    min-height: 220px;
    align-items: center;
    justify-content: center;
  }
  .cid-t9uewg6Or2 .item-left .item:nth-child(2) {
    padding-left: 3em;
    left:-3rem
  }
  .cid-t9uewg6Or2 .item-right .item:nth-child(2) {
    padding-left: 3em;
    right:-3rem
  } */
}
@media (max-width: 991px) {
  .cid-t9uewg6Or2 .item {
    flex-direction: column;
  }
}
.cid-t9uewg6Or2 .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-t9uewg6Or2 .icon-box .display-7 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
}
.cid-t9uewg6Or2 .icon-box::after {
  content: '';
  position: absolute;
  left: 5px;
  width: 140px;
  top: 55px;
  height: 119px;
  background-image: url("../../images/quote-blue.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-t9uewg6Or2 .icon-box {
      width:100%;
    margin-top: 0;
    margin-bottom: 1.2rem;
    justify-content: flex-start;
  }
}
.cid-t9uewg6Or2 .step-number {
  color: #111827;
}
@media (max-width: 991px) {
  .cid-t9uewg6Or2 .card {
    margin-bottom: 2rem;
  }
  .cid-t9uewg6Or2 .card-wrapper {
    margin-bottom: 2rem;
  }
}

.laporan-namajemen {
  padding: 1rem 1.5rem;
  position: relative;
  margin-top: 3rem;
}
.laporan-namajemen .hia::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 5px;
  left: 0;
  background-color: #54ACD4;
}
.laporan-namajemen .name {
  font-size: clamp(18px, 4vw, 42px);
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #2A3773;
}
.laporan-namajemen .position {
  font-size:clamp(14px, 4vw, 18px);
  font-family: "Oswald", sans-serif;
  color: #111827;
}
.laporan-namajemen .position span {
  color: #9B9B9B;
}
.laporan-namajemen .notes {
  width: 65%;
  font-size:clamp(14px, 4vw, 16px);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
}
.bg-management-left {
  background-image: url("../../images/bg-management.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0rem 3rem;
}
.bg-management-right {
  background-image: url("../../images/bg-management-2.png");
  background-repeat: no-repeat;
  background-position: 0rem 3rem;
  background-size: contain;
}
@media (max-width: 991px) {
  .laporan-namajemen {
    height: auto;
  }
  .laporan-namajemen .notes {
    width: 100%;
  }
  .laporan-namajemen p {
    padding:0 15px;
  }
  .laporan-namajemen .layer-bg {
    width: 100%;
    position: relative;
  }
  .laporan-namajemen .btn-font {
    margin:0 15px;
  }
  .bg-management-left {
    margin-top: -30px;
  }
  .bg-management-right {
    margin-bottom: -90px;
  }
}
.cid-t9uewg6Or2 .card-title {
  color: #2e6b75;
}
.cid-t9uewg6Or2 .icon-text {
  color: #111827;
}
.cid-t9uewg6Or2 .icon-title {
  color: #2e6b75;
}
.cid-t9uewg6Or2 .card-title,
.cid-t9uewg6Or2 .card-box {
  color: #0e73b9;
}
.cid-t9uewg6Or2 .mbr-section-title {
  color: #201a57;
}
.cid-t9uewg6Or2 .mbr-section-subtitle {
  color: #201a57;
  font-size: 2rem;
      -webkit-text-stroke: 1px rgba(32, 26, 87, 0.18);;
    text-stroke: 1px rgba(32, 26, 87, 0.18);;
}
.cid-t9ufz9860t {
}
.cid-t9ufz9860t .mbr-overlay {
  z-index: 1;
}
.cid-t9ufz9860t .main-container-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 65px;
  flex-shrink: 1;
  position: absolute;
  z-index: 3;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 11%);
  inset: 0;
}
@media (max-width: 767px) {
  .cid-t9ufz9860t .main-container-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-t9ufz9860t .main-container-text {
    padding: 0 0.75rem;
  }
}

.cid-t9ufz9860t .mbr-text {
  font-size: 2rem;
}
.cid-t9ufz9860t .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-t9ufz9860t .card-container {
  display: flex;
}
.cid-t9ufz9860t .card-container .card {
  border-radius: 0;
}
.cid-t9ufz9860t .card-container .card .item-img {
  height: 500px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t9ufz9860t .card-container .card .item-img {
    height: 400px;
  }
}
.cid-t9ufz9860t .card-container .card .item-img img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
@media (max-width: 767px) {
  .cid-t9ufz9860t .card-container .card .item-img img {
    height: 400px;
  }
}
.cid-t9yQW7Mntg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9yQW7Mntg .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9yQW7Mntg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t9yQW7Mntg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9yQW7Mntg .row {
  flex-direction: row-reverse;
}
.cid-t9yQW7Mntg img {
  width: 100%;
}
.cid-t9yRosGEVg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9yRosGEVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9yRosGEVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t9yRosGEVg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9yRosGEVg .row {
  flex-direction: row-reverse;
}
.cid-t9yRosGEVg img {
  width: 100%;
}
.cid-t9yFiKPnjT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t9yFiKPnjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9yFiKPnjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9yFiKPnjT .mbr-section-subtitle {
  font-size: 2rem;
}
.cid-t9ymLyvqtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/bg-boardof.png");
  background-position: 0 top !important;
  background-size: 100% !important;

}
.cid-t9ymLyvqtv div:last-child > div {
  background-position: 0 bottom !important;
  background-size: 50% !important;
}
.cid-t9ymLyvqtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9ymLyvqtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9ytvN0xCI .name, .cid-t9ytvN0xCI .position,
.cid-t9ymLyvqtv .display-5, .cid-t9ymLyvqtv .display-4 {
    color:#D5FDFF;
}
@media (min-width: 992px) {
  .cid-t9ymLyvqtv .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9ymLyvqtv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t9ymLyvqtv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9ytvN0xCI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/bg-boardofcom.png");
  background-position: 210px top !important;
  background-size: 100% !important;

}
.cid-t9ytvN0xCI div:last-child > div {
  background-position: right bottom !important;
  background-size: 50% !important;
}
.cid-t9ytvN0xCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9ytvN0xCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9ytvN0xCI .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t9ytvN0xCI .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9ytvN0xCI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t9ytvN0xCI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9ytvN0xCI .mbr-text {
  text-align: right;
}
.cid-t9ytvN0xCI .position {
  text-align: right;
}
.cid-t9ytvN0xCI .name {
  text-align: right;
}
.cid-t9ucBgZWJ2 {
  background-image: url("../../images/fire-line-abstract.png");
  background-size: 100% auto;
  background-position: top;
}
.cid-t9ucBgZWJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9ucBgZWJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9ucBgZWJ2 .timeline-element {
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.cid-t9ucBgZWJ2 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t9ucBgZWJ2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t9ucBgZWJ2 .mbr-section-title,
.cid-t9ucBgZWJ2 .mbr-section-subtitle,
.cid-t9ucBgZWJ2 .timeline-date {
  text-align: center;
}
.cid-t9ucBgZWJ2 .iconLine {
  position: absolute;
  width: 65%;
  left: -95px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  border-bottom: 1px solid #fff;
}
.cid-t9ucBgZWJ2 .iconLine::before,
.cid-t9ucBgZWJ2 .iconLine::after {
  content:'';
  position: absolute;
  top:0;
}
.cid-t9ucBgZWJ2 .iconLine::before {
  left:0;
  height: 50px;
  border-right: solid 1px #fff;
}
.cid-t9ucBgZWJ2 .iconLine::after {
  right: 0;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 20px;
}
.cid-t9ucBgZWJ2 .iconBackground {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: -14px;
  padding: 0;
  background: #fff;
}
@media (min-width: 992px) {
  .cid-t9ucBgZWJ2 .image-wrapper img {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin-top: 60px;
  }
  .cid-t9ucBgZWJ2 .mbr-timeline-title {
    position: absolute;
    left: 55%;
    font-size: 3rem;
    top: 125px;
  }
}
@media (max-width: 767px) {
  .cid-t9ucBgZWJ2 .iconBackground {
    left: 15px;
    top: 30px;
  }
  .cid-t9ucBgZWJ2 .iconLine {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-t9ucBgZWJ2 .iconBackground {
    top: 190px;
    left: 50%;
  }
  .cid-t9ucBgZWJ2 .iconLine {
    top: 200px;
  }
}
@media (max-width: 767px) {
  .cid-t9ucBgZWJ2 .timeline-date-wrapper,
  .cid-t9ucBgZWJ2 .timeline-text-wrapper,
  .cid-t9ucBgZWJ2 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t9ucBgZWJ2 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t9ucBgZWJ2 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t9ucBgZWJ2 .timeline-date-wrapper,
  .cid-t9ucBgZWJ2 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t9ucBgZWJ2 .timeline-date-wrapper,
  .cid-t9ucBgZWJ2 .timeline-text-wrapper,
  .cid-t9ucBgZWJ2 .image-wrapper {
    padding: 2rem;
    padding-top:90px;
  }
}
.cid-t9ucBgZWJ2 .mbr-section-subtitle {
  font-size: 2rem;
}
.cid-t9ugKezXok {
  padding-top: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9ugKezXok .mbr-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}
.cid-t9ugKezXok .links {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.cid-t9ugKezXok .links li a:hover {
  color:#65E9AA
}
.cid-t9ugKezXok .sosmed {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.cid-t9ugKezXok .sosmed a {
  color: #fff;
  width: 50px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .links {
    text-align: center !important;
  }
  .cid-t9ugKezXok .media-container-row {
    text-align: center;
    align-items: center;
  }
  .cid-t9ugKezXok .media-wrap img {
    margin: auto;
  }
  .cid-t9ugKezXok .sosmed {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9ugKezXok .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9ugKezXok .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9ugKezXok .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9ugKezXok .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9ugKezXok .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9ugKezXok .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9mvIMBJW4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
  overflow: hidden;
}
.cid-t9mvIMBJW4 nav.navbar {
  position: fixed;
}
.cid-t9mvIMBJW4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9mvIMBJW4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9mvIMBJW4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9mvIMBJW4 .dropdown-item:hover,
.cid-t9mvIMBJW4 .dropdown-item:focus {
  background: #0e73b9 !important;
  color: white !important;
}
.cid-t9mvIMBJW4 .dropdown-item:hover span {
  color: white;
}
.cid-t9mvIMBJW4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9mvIMBJW4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9mvIMBJW4 .nav-link {
  position: relative;
}
.cid-t9mvIMBJW4 .nav-link:hover,
.cid-t9mvIMBJW4 .nav-link:focus {
  color: #fff !important;
}
.cid-t9mvIMBJW4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9mvIMBJW4 .container {
    flex-wrap: nowrap;
  }
}
.cid-t9mvIMBJW4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9mvIMBJW4 .navbar-caption {
  font-weight: 400;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9mvIMBJW4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9mvIMBJW4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9mvIMBJW4 {
  background-color: transparent;
}
.cid-t9mvIMBJW4 .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  /* background: #ffffff; */
  background: transparent;
}
.cid-t9mvIMBJW4 .navbar.opened {
  transition: all 0.3s;
}
.cid-t9mvIMBJW4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9mvIMBJW4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed {
  justify-content: center;
}
.cid-t9mvIMBJW4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9mvIMBJW4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9mvIMBJW4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9mvIMBJW4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9mvIMBJW4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9mvIMBJW4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9mvIMBJW4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9mvIMBJW4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9mvIMBJW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9mvIMBJW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9mvIMBJW4 .navbar-buttons {
  text-align: center;
}
.cid-t9mvIMBJW4 .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-t9mvIMBJW4 .navbar-buttons .btn:hover {
  color: #fff !important;
}
.cid-t9mvIMBJW4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9mvIMBJW4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9mvIMBJW4 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tcAOqxknNL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../images/background-direksi-1500x737.jpg");
}
.cid-tcAOqxknNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcAOqxknNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcAOqxknNL .mbr-section-title {
  color: #0e73b9;
}
.cid-tcAOqxknNL .mbr-section-subtitle {
  color: #22a5e5;
}
#custom-html-1k {
  /* Type valid CSS here */
  /* Abu-abu */
  /* Biru */
  /* Hijau */
}
#custom-html-1k section {
  padding: 3rem 0;
}
#custom-html-1k .table-daftar-isi {
  border-collapse: separate;
  border-spacing: 5px;
}
#custom-html-1k a{
  text-decoration-color: #40b0bf;
}
#custom-html-1k .table-daftar-isi.is-orange tbody th {
  font-size: 2.5rem;
}
#custom-html-1k .table-daftar-isi.is-orange tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
}
#custom-html-1k th .lang-id,
#custom-html-1k th .lang-en {
  color: #e07e1b;
}
#custom-html-1k td .lang-id {
  color: #e07e1b;
}
#custom-html-1k td .lang-en {
  color: #777;
}
#custom-html-1k .table-daftar-isi.is-orange tbody tr th,
#custom-html-1k .table-daftar-isi.is-orange tbody tr td {
  background-color: rgba(224, 126, 27, 0.25);
}
#custom-html-1k .table-daftar-isi.is-orange tbody tr th:last-child,
#custom-html-1k .table-daftar-isi.is-orange tbody tr td:last-child {
  background-color: #e07e1b;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#custom-html-1k .table-daftar-isi.is-grey tbody th {
  font-size: 2.5rem;
}
#custom-html-1k .table-daftar-isi.is-grey tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
}
#custom-html-1k .table-daftar-isi.is-grey tbody tr th:last-child,
#custom-html-1k .table-daftar-isi.is-grey tbody tr td:last-child {
  width: 77px!important;
  background-color: #8a8b8a;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#custom-html-1k .table-daftar-isi.is-grey tbody tr td .lang-id {
  color: #333;
  font-weight: bold;
}
#custom-html-1k .table-daftar-isi.is-blue tbody th {
  font-size: 2.5rem;
}
#custom-html-1k .table-daftar-isi.is-blue tbody th .lang-en {
  font-weight: normal;
  font-size: 2.25rem;
  color: #28568B;
}
#custom-html-1k .table-daftar-isi.is-blue tbody th .lang-id {
  color: #18599A;
  margin-bottom: 8px;
}
#custom-html-1k .table-daftar-isi.is-blue tbody tr th,
#custom-html-1k .table-daftar-isi.is-blue tbody tr td {
  background-color: rgba(28, 56, 88, 0.25);
}
#custom-html-1k .table-daftar-isi.is-blue tbody tr th:last-child,
#custom-html-1k .table-daftar-isi.is-blue tbody tr td:last-child {
  background-color: #1c3858;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#custom-html-1k .table-daftar-isi.is-blue tbody tr td .lang-id {
  color: #28568B;
}
#custom-html-1k .table-daftar-isi.is-green tbody th {
  font-size: 2.5rem;
}
#custom-html-1k .table-daftar-isi.is-green tbody th .lang-en {
  font-weight: normal;
  font-size: 2.25rem;
  color: #54B8B9;
}
#custom-html-1k .table-daftar-isi.is-green tbody th .lang-id {
  color: #18599A;
  margin-bottom: 8px;
}
#custom-html-1k .table-daftar-isi.is-green tbody tr th,
#custom-html-1k .table-daftar-isi.is-green tbody tr td {
  background-color: rgba(84, 184, 185, 0.25);
}
#custom-html-1k .table-daftar-isi.is-green tbody tr th:last-child,
#custom-html-1k .table-daftar-isi.is-green tbody tr td:last-child {
  background-color: #54b8b9;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#custom-html-1k .table-daftar-isi.is-green tbody tr td .lang-id {
  color: #54B8B9;
}

.table-daftar-isi tbody th,
.table-daftar-isi tbody td {
  padding: 0;
  border-color: #606060;
  border-bottom-width: 0px;
}
.table-daftar-isi tbody th {
  padding: 0;
  border-color: #9edcdf;
  border-bottom-width: 2px;
  position: relative;
}
.table-daftar-isi tbody th::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 70px;
  bottom: -4px;
  height: 7px;
  background-color: #9edcdf;
}

.table-daftar-isi tbody th a,
.table-daftar-isi tbody td a {
  display: block;
  padding: 0.5rem 0.5rem;
}
.table-daftar-isi tbody td:first-child a {
  color: #18599A;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.table-daftar-isi tbody th a:hover,
.table-daftar-isi tbody td a:hover {
  /* opacity: 0.75; */
}

.table-daftar-isi tbody th:last-child a,
.table-daftar-isi tbody td:last-child a {
  color: #000;
  word-wrap: normal;
  word-break: keep-all;
  font-family: "Oswald", sans-serif;
  text-align: left;
}

.table-daftar-isi tbody td .lang-id + .lang-en {
  margin-top: 0.375rem;
}

@media (max-width: 767px) {
  .cid-t9ugKezXok .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9ugKezXok .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9ugKezXok .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9ugKezXok .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9ugKezXok .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9ugKezXok .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9ugKezXok .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9mvIMBJW4 {
  z-index: 1000;
  width: 100%;
  position: fixed;
  height: 60px;
}
.cid-t9mvIMBJW4 nav.navbar {
  position: fixed;
}
.cid-t9mvIMBJW4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9mvIMBJW4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9mvIMBJW4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9mvIMBJW4 .dropdown-item:hover,
.cid-t9mvIMBJW4 .dropdown-item:focus {
  background: #0e73b9 !important;
  color: white !important;
}
.cid-t9mvIMBJW4 .dropdown-item:hover span {
  color: white;
}
.cid-t9mvIMBJW4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9mvIMBJW4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9mvIMBJW4 .nav-link {
  position: relative;
}
.cid-t9mvIMBJW4 .nav-link:hover,
.cid-t9mvIMBJW4 .nav-link:focus {
  color: #000 !important;
}
.cid-t9mvIMBJW4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t9mvIMBJW4 .container {
    flex-wrap: nowrap;
  }
}
.cid-t9mvIMBJW4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9mvIMBJW4 .navbar-caption {
  font-weight: 400;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9mvIMBJW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9mvIMBJW4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9mvIMBJW4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9mvIMBJW4 .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent;
}
.cid-t9mvIMBJW4 .navbar.opened {
  transition: all 0.3s;
  object-fit: cover;
  background-repeat: no-repeat;
}
.cid-t9mvIMBJW4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9mvIMBJW4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed {
  justify-content: center;
}
.cid-t9mvIMBJW4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9mvIMBJW4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9mvIMBJW4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9mvIMBJW4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9mvIMBJW4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9mvIMBJW4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9mvIMBJW4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9mvIMBJW4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-logo img {
    /* height: 2rem !important; */
  }
  .cid-t9mvIMBJW4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9mvIMBJW4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9mvIMBJW4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.menu-detail .navbar {
  background-color: #D5FDFF;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
.cid-t9mvIMBJW4 .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9mvIMBJW4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9mvIMBJW4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9mvIMBJW4 .dropdown-item.active,
.cid-t9mvIMBJW4 .dropdown-item:active {
  background-color: transparent;
}
.cid-t9mvIMBJW4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 !important;
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9mvIMBJW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9mvIMBJW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9mvIMBJW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9mvIMBJW4 .navbar-buttons {
  text-align: center;
}
.cid-t9mvIMBJW4 .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-t9mvIMBJW4 .navbar-buttons .btn:hover {
  color: #fff !important;
}
.cid-t9mvIMBJW4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9mvIMBJW4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9mvIMBJW4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9mvIMBJW4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #111827;
  font-size: 14px;
}
.cid-t9mvIMBJW4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t9mvIMBJW4 .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9mvIMBJW4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9mvIMBJW4 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tc1nqxxgP5 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tc1nqxxgP5 .breadcrumb {
  font-size: 1.5rem;
}
.cid-tc1mKrcSdJ {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-tc1nXDsHDv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tc1nXDsHDv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t9ugKezXok .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-t9ugKezXok .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t9ugKezXok .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t9ugKezXok .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t9ugKezXok .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t9ugKezXok .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9ugKezXok .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcDQj7EdgO {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tcDQj7EdgO nav.navbar {
  position: fixed;
}
.cid-tcDQj7EdgO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcDQj7EdgO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tcDQj7EdgO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tcDQj7EdgO .dropdown-item:hover,
.cid-tcDQj7EdgO .dropdown-item:focus {
  background: #0e73b9 !important;
  color: white !important;
}
.cid-tcDQj7EdgO .dropdown-item:hover span {
  color: white;
}
.cid-tcDQj7EdgO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcDQj7EdgO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcDQj7EdgO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcDQj7EdgO .nav-link {
  position: relative;
}
.cid-tcDQj7EdgO .nav-link:hover,
.cid-tcDQj7EdgO .nav-link:focus {
  color: #fff !important;
}
.cid-tcDQj7EdgO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcDQj7EdgO .container {
    flex-wrap: nowrap;
  }
}
.cid-tcDQj7EdgO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcDQj7EdgO .navbar-caption {
  font-weight: 400;
}
.cid-tcDQj7EdgO .dropdown-menu,
.cid-tcDQj7EdgO .navbar.opened {
  background: #ffffff !important;
}
.cid-tcDQj7EdgO .nav-item:focus,
.cid-tcDQj7EdgO .nav-link:focus {
  outline: none;
}
.cid-tcDQj7EdgO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcDQj7EdgO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcDQj7EdgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcDQj7EdgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcDQj7EdgO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcDQj7EdgO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcDQj7EdgO .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tcDQj7EdgO .navbar.opened {
  transition: all 0.3s;
}
.cid-tcDQj7EdgO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcDQj7EdgO .navbar .navbar-logo img {
  width: auto;
}
.cid-tcDQj7EdgO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcDQj7EdgO .navbar.collapsed {
  justify-content: center;
}
.cid-tcDQj7EdgO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcDQj7EdgO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcDQj7EdgO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tcDQj7EdgO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcDQj7EdgO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcDQj7EdgO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tcDQj7EdgO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcDQj7EdgO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcDQj7EdgO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcDQj7EdgO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcDQj7EdgO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcDQj7EdgO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcDQj7EdgO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcDQj7EdgO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tcDQj7EdgO .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tcDQj7EdgO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcDQj7EdgO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcDQj7EdgO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcDQj7EdgO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcDQj7EdgO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcDQj7EdgO .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcDQj7EdgO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcDQj7EdgO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcDQj7EdgO .dropdown-item.active,
.cid-tcDQj7EdgO .dropdown-item:active {
  background-color: transparent;
}
.cid-tcDQj7EdgO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcDQj7EdgO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcDQj7EdgO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcDQj7EdgO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcDQj7EdgO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcDQj7EdgO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcDQj7EdgO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcDQj7EdgO .navbar-buttons {
  text-align: center;
}
.cid-tcDQj7EdgO .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tcDQj7EdgO .navbar-buttons .btn:hover {
  color: #fff !important;
}
.cid-tcDQj7EdgO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcDQj7EdgO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcDQj7EdgO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcDQj7EdgO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcDQj7EdgO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcDQj7EdgO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcDQj7EdgO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcDQj7EdgO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcDQj7EdgO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcDQj7EdgO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcDQj7EdgO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcDQj7EdgO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcDQj7EdgO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tcDQj7EdgO .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcDQj7EdgO .navbar {
    height: 63px;
  }
  .cid-tcDQj7EdgO .navbar.opened {
    height: auto;
  }
  .cid-tcDQj7EdgO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcDQj7EdgO .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tcDQj89Opd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcDQj89Opd .breadcrumb {
  font-size: 1.5rem;
}
.cid-tcDQj8kpCr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcDQj8uKRA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcDQj8uKRA .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tcDQj8FA4n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcDQj8FA4n .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcDQj8FA4n .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tcDQj8FA4n .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tcDQj8FA4n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcDQj8FA4n .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tcDQj8FA4n .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tcDQj8FA4n .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tcDQj8FA4n .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tcDQj8FA4n .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tcDQj8FA4n .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcDQj8FA4n .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcDQqbIpFQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tcDQqbIpFQ nav.navbar {
  position: fixed;
}
.cid-tcDQqbIpFQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcDQqbIpFQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tcDQqbIpFQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tcDQqbIpFQ .dropdown-item:hover,
.cid-tcDQqbIpFQ .dropdown-item:focus {
  background: #0e73b9 !important;
  color: white !important;
}
.cid-tcDQqbIpFQ .dropdown-item:hover span {
  color: white;
}
.cid-tcDQqbIpFQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcDQqbIpFQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcDQqbIpFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcDQqbIpFQ .nav-link {
  position: relative;
}
.cid-tcDQqbIpFQ .nav-link:hover,
.cid-tcDQqbIpFQ .nav-link:focus {
  color: #fff !important;
}
.cid-tcDQqbIpFQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcDQqbIpFQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tcDQqbIpFQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcDQqbIpFQ .navbar-caption {
  font-weight: 400;
}
.cid-tcDQqbIpFQ .dropdown-menu,
.cid-tcDQqbIpFQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tcDQqbIpFQ .nav-item:focus,
.cid-tcDQqbIpFQ .nav-link:focus {
  outline: none;
}
.cid-tcDQqbIpFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcDQqbIpFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcDQqbIpFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcDQqbIpFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcDQqbIpFQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcDQqbIpFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcDQqbIpFQ .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tcDQqbIpFQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tcDQqbIpFQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcDQqbIpFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tcDQqbIpFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcDQqbIpFQ .navbar.collapsed {
  justify-content: center;
}
.cid-tcDQqbIpFQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcDQqbIpFQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcDQqbIpFQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tcDQqbIpFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcDQqbIpFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcDQqbIpFQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tcDQqbIpFQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcDQqbIpFQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcDQqbIpFQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcDQqbIpFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcDQqbIpFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcDQqbIpFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcDQqbIpFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcDQqbIpFQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tcDQqbIpFQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tcDQqbIpFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcDQqbIpFQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcDQqbIpFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcDQqbIpFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcDQqbIpFQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcDQqbIpFQ .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcDQqbIpFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcDQqbIpFQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcDQqbIpFQ .dropdown-item.active,
.cid-tcDQqbIpFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tcDQqbIpFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcDQqbIpFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcDQqbIpFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcDQqbIpFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcDQqbIpFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcDQqbIpFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcDQqbIpFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcDQqbIpFQ .navbar-buttons {
  text-align: center;
}
.cid-tcDQqbIpFQ .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tcDQqbIpFQ .navbar-buttons .btn:hover {
  color: #fff !important;
}
.cid-tcDQqbIpFQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tcDQqbIpFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tcDQqbIpFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcDQqbIpFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcDQqbIpFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcDQqbIpFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcDQqbIpFQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcDQqbIpFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcDQqbIpFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcDQqbIpFQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcDQqbIpFQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcDQqbIpFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcDQqbIpFQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tcDQqbIpFQ .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcDQqbIpFQ .navbar {
    height: 63px;
  }
  .cid-tcDQqbIpFQ .navbar.opened {
    height: auto;
  }
  .cid-tcDQqbIpFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcDQqbIpFQ .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.daftarisi {
  background-image: url("../../images/daftar-isi.png");
  background-size: cover;
}
.daftarisi section {
  background-color: transparent;
}
.cid-tcDQqcae4w {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-a8yxc4R {
}
.cid-tcDQqcae4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcDQqcae4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDQqcae4w .mbr-section-subtitle {
  font-size: 2rem;
}
#custom-html-2b {
  /* Type valid CSS here */
  /* Abu-abu */
  /* Biru */
  /* Hijau */
}
#custom-html-2b section {
  padding: 3rem 0;
}
#custom-html-2b .table-daftar-isi {
  border-collapse: collapse;
  border-spacing: 5px;
}
#custom-html-2b .lang-en,
#custom-html-2b .lang-id {
  font-family: "Plus Jakarta Sans"
}
#custom-html-2b .table-daftar-isi.is-orange tbody th {
  font-size: 1.8rem;
}
#custom-html-2b .table-daftar-isi.is-orange tbody th .lang-en {
  font-weight: normal;
  font-size: 1.10rem;
}
#custom-html-2b .table-daftar-isi.is-orange tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-orange tbody tr td:first-child {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 77px;
}
/* orange-1 */
#custom-html-2b .table-daftar-isi.is-orange-1 tbody th {
  font-size: 2rem;
}
#custom-html-2b .table-daftar-isi.is-orange-1 tbody th .lang-en {
  font-weight: normal;
  font-size: 1.50rem;
}
#custom-html-2b .table-daftar-isi.is-orange-1 tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-orange-1 tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

/* orange-2 */
#custom-html-2b .table-daftar-isi.is-orange-2 tbody th {
  font-size: 2rem;
}
#custom-html-2b .table-daftar-isi.is-orange-2 tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
}
#custom-html-2b th .lang-id,
#custom-html-2b th .lang-en {
  color: #18599A;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#custom-html-2b td .lang-id {
  color: #000;
  font-weight: bold;
}
#custom-html-2b td .lang-en {
  color: #585e6b;
}
#custom-html-2b .table-daftar-isi.is-orange-2 tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-orange-2 tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
/* blue-1 */
#custom-html-2b .table-daftar-isi.is-blue-1 tbody th {
  font-size: 2.5rem;
}
#custom-html-2b .table-daftar-isi.is-blue-1 tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-blue-1 tbody th .lang-id {
  color: #18599A;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#custom-html-2b .table-daftar-isi.is-blue-1 tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-blue-1 tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-blue-1 tbody tr td .lang-id {
  color: #111827;
  font-weight: bold;
  font-family:"Plus Jakarta Sans"
}

/* blue-2 */
#custom-html-2b .table-daftar-isi.is-blue-2 tbody th {
  font-size: 2.5rem;
}
#custom-html-2b .table-daftar-isi.is-blue-2 tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-blue-2 tbody th .lang-id {
  color: #18599A;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#custom-html-2b .table-daftar-isi.is-blue-2 tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-blue-2 tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-blue-2 tbody tr td .lang-id {
  color: #111827;
  font-weight: bold;
}

/* green-1 */
#custom-html-2b .table-daftar-isi.is-green-1 tbody th {
  font-size: 2.5rem;
}
#custom-html-2b .table-daftar-isi.is-green-1 tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-green-1 tbody th .lang-id {
  color: #18599A !important;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#custom-html-2b .table-daftar-isi.is-green-1 tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-green-1 tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-green-1 tbody tr td .lang-id {
  color: #111827;
  font-weight: bold;
}

/* green-2 */
#custom-html-2b .table-daftar-isi.is-green-2 tbody th {
  font-size: 2.5rem;
}
#custom-html-2b .table-daftar-isi.is-green-2 tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-green-2 tbody th .lang-id {
  color: #18599A !important;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#custom-html-2b .table-daftar-isi.is-green-2 tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-green-2 tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-green-2 tbody tr td .lang-id {
  color: #111827;
  font-weight: bold;
  font-size: 1.8rem;
}

#custom-html-2b .table-daftar-isi.is-grey tbody th {
  font-size: 2.5rem;
}
#custom-html-2b .table-daftar-isi.is-grey tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-grey tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-grey tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#custom-html-2b .table-daftar-isi.is-grey tbody tr td .lang-id {
  color: #111827;
  font-weight: bold;
}
#custom-html-2b .table-daftar-isi.is-blue tbody th {
  font-size: 2.5rem;
}
#custom-html-2b .table-daftar-isi.is-blue tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-blue tbody th .lang-id {
  color: #18599A;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#custom-html-2b .table-daftar-isi.is-blue tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-blue tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-blue tbody tr td .lang-id {
  color: #111827;
  font-weight: bold;
}
#custom-html-2b .table-daftar-isi.is-green tbody th {
  font-size: 2.5rem;
}
#custom-html-2b .table-daftar-isi.is-green tbody th .lang-en {
  font-weight: normal;
  font-size: 1.1rem;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-green tbody th .lang-id {
  color: #18599A;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#custom-html-2b .table-daftar-isi.is-green tbody tr th:first-child,
#custom-html-2b .table-daftar-isi.is-green tbody tr td:first-child {
  width: 70px;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
#custom-html-2b .table-daftar-isi.is-green tbody tr td .lang-id {
  color: #111827;
  font-weight: bold;
}
.cid-tcDQqcvcM4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tcDQqcvcM4 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcDQqcvcM4 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tcDQqcvcM4 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tcDQqcvcM4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcDQqcvcM4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tcDQqcvcM4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tcDQqcvcM4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tcDQqcvcM4 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tcDQqcvcM4 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tcDQqcvcM4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcDQqcvcM4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.buttons-navigation .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  min-width: 10rem;
  background-color: #6aa5cd !important;
  color: #fff !important;
  border-color: #6aa5cd !important;
  font-family: "Oswald", sans-serif;
}

.content-custom p {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5;
}

.content-custom img {
  width: 100%;
  margin: 1.5rem auto;
}

.content-custom strong{
  color: #31729F;
  font-size: 1.25em;
}

.content-custom .green strong{
  color: #56AA94 !important; 
  font-size: 1.25em !important;
}

.content-custom .green{
  color: #56AA94 !important; 
  font-size: 1.25em !important;
}

.content-custom .orange strong{
  color: #D87F3F !important; 
  font-size: 1.25em;
}

.content-custom .orange{
  color: #D87F3F !important; 
  font-size: 1.25em;
}

.content-custom .blue{
  color: #31729F !important; 
  font-size: 1.25em;
}

.content-custom ol li {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5;
}

.content-custom ul li {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5;
}

.nav-info {
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 2rem 0;
}

.nav-info > div {
  padding: 0 1rem;
}

.nav-info > div + div {
  border-left: 2px solid #ddd;
}

.hero-custom {
  font-family: "Oswald", sans-serif;
}

.hero-custom .left-side {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  /*margin-top: 2rem;*/
}

.hero-custom .right-side {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-top: 2rem;
}

.hero-custom .right-side img {
  padding: 0 1rem;
}

.hero-custom .nav-info > div {
  padding: 0 1rem;
}

.hero-custom .nav-info > div + div {
  border-left: 2px solid #ddd;
}

.is-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 2.5rem;
  z-index: 10;
}

.btn-font {
  font-family: "Oswald", sans-serif;
}
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
swiper-slide.swiper-slide-active .layer-events .event-date,
swiper-slide.swiper-slide-active .layer-events .event-description {
  opacity: 1;
}
.layer-events {
  padding: 15px;
}
.layer-events .bg-events {
  background-image: url("../../images/subtract.png");
  padding: 30px 12px 10px;
  background-repeat: round;
  position: relative;
}
.layer-events .event-image .layer-bg {
  border-radius: 10px;
}
.layer-events .event-date {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  left: 10px;
}
.layer-events .event-date .layer-bg {
  width: 40px;
  position: relative;
  z-index: 1;
}
.layer-events .event-date .date {
  color: #fff;
  font-size: 12px;
  padding: 0;
  border-radius: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;

}
.layer-events .event-description,
.layer-events .event-description-bullet {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 4vw, 12px);
  line-height: 1.3;
  list-style: none;
  column-count: 2;
  column-gap: 1rem;
  padding: 0px 0.5rem;
  display: flex;
  flex-direction: column;
  width: 500px;
  margin: 1rem auto 0;
}
.layer-events .event-description-bullet {
  list-style: bullet;
}
.layer-events .event-description li,
.layer-events .event-description-bullet li {
  break-inside: avoid;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}


/* 2025 */
.mbr-parallax-background {
  background-image: url("../../images/foto-cover.jpg");
  background-size: cover;
  background-position: center;
}
.mbr-parallax-background .overlay {
  background-image: url('../../images/background-cover.gif');
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: .2;
}
.bg-some {
  background-image: url("../../images/bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-card {
  column-gap: 1rem;
  padding: 0px 1rem;
}
.feature-card.feature-2 {
  column-count: 2;
}
.feature-card.feature-3 {
  column-count: 3;
}
@media (max-width: 992px) {
  .feature-card.feature-2 {
    column-count: 1;
  }
  .feature-card.feature-3 {
    column-count: 1;
  }
}
.feature-card .card-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}
.feature-card .bg-box .icon-box {
  position: relative;
}
.feature-card .bg-box {
  background: #fff;
  box-shadow: 0px 6px 9px -2px rgb(17 24 39 / 6%);
  padding: 25px 35px;
  border-radius: 10px;
}
.feature-card .text-box p {
  line-height: 1.5;
  font-size: 16px;
}
.nav-info-text .blue {
  color: #6aa5cd;
  line-height: 1;
}