.f-section {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}
.fc-section {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
.full-w {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; /* Untuk Safari & iOS */
}
.full-h {
  width: fit-content;
  height: 100%;
}
.full-hf {
  width: 100%;
  height: fit-content;
  display: flex;
  flex: 1;
}
.n {
  display: none !important;
}
