/* --- Section: collaboration --- */
.section-model-kerjasama {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  overflow: hidden;
}
.section-model-kerjasama--tab-content {
  align-items: stretch;
  max-width: 1140px;
}
.section-model-kerjasama--tab-content,
.section-model-kerjasama--tab-content.section-model-kerjasama--tab-content--active {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 0.8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.section-model-kerjasama-img-desktop-wrapper {
  border-radius: 16px;
  width: 100%;
  max-width: 655px;
  height: 100%;
  overflow: hidden;
}
.section-model-kerjasama-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}
.section-model-kerjasama-img-desktop {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-model-kerjasama--section-name {
  color: var(--05afaa);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.section-model-kerjasama--title {
  color: var(--10405a);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}
.section-model-kerjasama--desc {
  color: var(--10405a);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.section-model-kerjasama-tab-nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1140px;
}
.section-model-kerjasama-tab-nav-item {
  cursor: pointer;
  color: #07324a;
  border: 1px solid #eef5f9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 20px;
  display: flex;
}
.section-model-kerjasama-tab-nav-item-label {
  color: #969bab;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.section-model-kerjasama--list-item {
  background-image: url('../../images/css-bg/list-item-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  padding-left: 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  list-style-type: none;
}
.section-model-kerjasama--list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}
.section-model-kerjasama-tab-nav-item--active {
  -webkit-text-stroke-color: var(--10405a);
  background-color: #e0edf4;
  border: 1px solid #07324a;
  border-radius: 8px;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}
.section-model-kerjasama-tab-nav-item-icon {
  color: #969bab;
  background-color: #0000;
}
.section-model-kerjasama--action {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.section-model-kerjasama--tab-content--active {
  display: flex;
}
.section-model-kerjasama--tab-content {
  display: none;
}
.section-model-kerjasama--tab-content.section-model-kerjasama--tab-content--active {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.section-model-kerjasama-tab-nav-item.section-model-kerjasama-tab-nav-item--active {
  background-color: #e0edf4;
  border: 2px solid #07324a;
}
.section-model-kerjasama-tab-nav-item {
  transition:
    all 0.3s,
    transform 0.4s;
}
.section-model-kerjasama-tab-nav-item.section-model-kerjasama-tab-nav-item--active .section-model-kerjasama-tab-nav-item-label {
  color: #07324a;
}
.section-model-kerjasama-img-mobile-wrapper {
  border-radius: 16px;
  height: 200px;
  overflow: hidden;
}
.section-model-kerjasama-img-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (width<=991px) {
  .section-model-kerjasama {
    padding: 60px;
  }
}
@media screen and (width<=767px) {
  .section-model-kerjasama {
    padding: 40px;
  }
  .section-model-kerjasama--tab-content,
  .section-model-kerjasama--tab-content.section-model-kerjasama--tab-content--active {
    grid-template-columns: 1fr;
  }
  .section-model-kerjasama-tab-nav {
    grid-template-columns: 1fr;
  }
}
@media screen and (width<=479px) {
  .section-model-kerjasama {
    padding: 30px;
  }
  .section-model-kerjasama--title {
    font-size: 1.5rem;
  }
}
