html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Inter-Light-Italic';
  src: url('../assets/fonts/inter18pt/inter-18pt-light-italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Inter-Light';
  src: url('../assets/fonts/inter18pt/inter-18pt-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Medium';
  src: url('../assets/fonts/inter18pt/inter-18pt-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Medium-Italic';
  src: url('../assets/fonts/inter18pt/inter-18pt-medium-italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Inter-SemiBold';
  src: url('../assets/fonts/inter18pt/inter-18pt-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
.container {
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width: 800px) {
  .container {
    max-width: 800px;
  }
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedbackSection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  margin-top: calc(812px + 116px + 90px);
  margin-bottom: 185px;
  max-width: calc(100% - 102px*2);
}
.feedbackSection .left {
  padding-top: 25px;
  width: 360px;
}
.feedbackSection .left .title {
  font-size: 45px;
  line-height: 55px;
  color: #234397;
  margin-bottom: 56px;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.feedbackSection .left .paragraph {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 50px;
}
.feedbackSection .left .itemWrap {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.feedbackSection .left .itemWrap .item {
  display: flex;
  gap: 12px;
}
.feedbackSection .left .itemWrap .item .icon {
  width: 37px;
  min-width: 37px;
  max-width: 37px;
  min-height: 37px;
  background-position: center;
}
.feedbackSection .left .itemWrap .item .icon.email {
  background: url(../assets/images/email.png) no-repeat;
  background-size: contain;
}
.feedbackSection .left .itemWrap .item .icon.number {
  background: url(../assets/images/number.png) no-repeat;
  background-size: contain;
}
.feedbackSection .left .itemWrap .item .icon.maps {
  background: url(../assets/images/maps.png) no-repeat;
  background-size: contain;
}
.feedbackSection .left .itemWrap .item a {
  font-size: 20px;
  line-height: 30px;
  padding-top: 2px;
  text-decoration: none;
  color: #000000;
}
.feedbackSection .left .itemWrap .item a:hover {
  color: #234397;
}
.feedbackSection .right form {
  background-color: #b6e9fa;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
}
.feedbackSection .right form input,
.feedbackSection .right form textarea,
.feedbackSection .right form label {
  all: unset;
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: right;
}
.feedbackSection .right form input::placeholder,
.feedbackSection .right form textarea::placeholder,
.feedbackSection .right form label::placeholder {
  color: gray;
}
.feedbackSection .right form input {
  margin-top: -2px;
}
.feedbackSection .right form textarea {
  height: 120px;
  text-align: left;
}
.feedbackSection .right form p {
  margin-bottom: 47px;
}
.feedbackSection .right form p label {
  display: flex;
  border-bottom: solid 0.5px #000000;
  padding-bottom: 4px;
  justify-content: space-between;
}
.feedbackSection .right form p label br {
  display: none;
}
.feedbackSection .right form p label span {
  white-space: nowrap;
}
.feedbackSection .right form p label span[data-name='pesan'] {
  white-space: unset;
  width: 100%;
}
.feedbackSection .right form p:nth-last-child(5) {
  margin-bottom: 22px;
}
.feedbackSection .right form p:nth-last-child(4) {
  margin-bottom: 22px;
}
.feedbackSection .right form p:nth-last-child(3) {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.feedbackSection .right form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: -26px;
}
.feedbackSection .right form .wpcf7-response-output {
  margin: 0;
  margin-top: 24px;
  padding: 14px;
}
.feedbackSection .right form .textWarn {
  font-size: 17px;
  color: #000000;
  margin-bottom: 75px;
}
.feedbackSection .right form input[type="submit"] {
  font-size: 19px;
  padding: 0 50px;
  height: 42px;
  color: #234397;
  border-radius: 10px;
  border: solid #234397 1px;
  background-color: transparent;
  cursor: pointer;
  width: fit-content;
}
.feedbackSection .right form input[type="submit"]:hover,
.feedbackSection .right form input[type="submit"]:active {
  background-color: #234397;
  color: #ffffff;
}
.feedbackSection .right form input[type="number"]::-webkit-inner-spin-button,
.feedbackSection .right form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.feedbackSection .right form input[type="number"] {
  -moz-appearance: textfield;
}
.feedbackSection .right form .wpcf7-form-control-wrap.recaptcha {
  position: absolute;
  bottom: -100px;
  left: 0;
}
@media (max-width: 800px) {
  .feedbackSection {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 45px;
    margin-bottom: 170px;
    max-width: calc(100% - 26px*2);
    gap: 38px;
  }
  .feedbackSection .left {
    padding-top: 0;
    width: 100%;
  }
  .feedbackSection .left .title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .feedbackSection .left .paragraph {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 32px;
  }
  .feedbackSection .left .itemWrap {
    gap: 12px;
  }
  .feedbackSection .left .itemWrap .item {
    display: flex;
  }
  .feedbackSection .left .itemWrap .item .icon {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
  }
  .feedbackSection .left .itemWrap .item a {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0;
  }
  .feedbackSection .right form {
    padding: 32px 15px;
    padding-bottom: 16px;
    border-radius: 10px;
  }
  .feedbackSection .right form input,
  .feedbackSection .right form textarea,
  .feedbackSection .right form span {
    font-size: 12px;
    margin-top: -2px;
  }
  .feedbackSection .right form textarea {
    height: 80px;
  }
  .feedbackSection .right form p {
    margin-bottom: 24px;
  }
  .feedbackSection .right form p:nth-last-child(5) {
    margin-bottom: 0;
  }
  .feedbackSection .right form p:nth-last-child(4) {
    margin-bottom: 45px;
  }
  .feedbackSection .right form p:nth-last-child(3) {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .feedbackSection .right form .wpcf7-not-valid-tip {
    bottom: -20px;
  }
  .feedbackSection .right form .wpcf7-response-output {
    margin-top: 14px;
    padding: 7px;
    font-size: 12px;
  }
  .feedbackSection .right form .textWarn {
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 12px;
  }
  .feedbackSection .right form input[type="submit"] {
    font-size: 12px;
    padding: 0 30px;
    height: 24px;
    border-radius: 10px;
  }
}
.cardWrap .img {
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.cardWrap .information {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 24px;
  min-height: 227px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.cardWrap .information .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
  min-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Inter-Semibold', sans-serif;
  font-weight: 600;
  color: black !important;
  text-align: left;
}
.cardWrap .information .description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 90px;
  text-align: left;
}
.cardWrap .information .aTag {
  font-size: 19px;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
  color: #234397;
  text-align: left;
  width: fit-content;
  padding: 8px 10px;
  padding-left: 0;
}
.cardWrap .information .aTag:hover {
  padding: 8px 10px;
  background-color: #1eb2e5;
  margin-left: -8px;
  color: #ffffff;
}
@media (max-width: 800px) {
  .cardWrap .img {
    height: 250px;
  }
  .cardWrap .information {
    padding: 20px 16px;
    min-height: fit-content;
    padding-bottom: 24px;
  }
  .cardWrap .information .title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
    min-height: fit-content;
  }
  .cardWrap .information .description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 26px;
    min-height: fit-content;
  }
  .cardWrap .information .aTag {
    font-size: 13px;
    border-radius: 10px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: #000000;
  }
  .cardWrap .information .aTag:hover,
  .cardWrap .information .aTag:active {
    padding: 10px 8px;
    margin-top: -8px;
    margin-left: 0;
    margin-bottom: -8px;
    background-color: #1eb2e5;
    color: #ffffff;
  }
}
.navSlider {
  display: flex;
  gap: 20px;
  align-items: center;
}
.navSlider .btnWrap {
  display: flex;
  gap: 14px;
}
.navSlider .btnWrap .crev {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center !important;
  border: solid 1px #234397;
  cursor: pointer;
}
.navSlider .btnWrap .crev .icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}
.navSlider .btnWrap .crev.left {
  padding-right: 0 !important;
}
.navSlider .btnWrap .crev.left .icon {
  background: url(../assets/icons/leftCrev.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.navSlider .btnWrap .crev.right .icon {
  background: url(../assets/icons/rightCrev.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.navSlider .btnWrap .crev.active {
  background-color: #234397;
}
.navSlider .btnWrap .crev.active.left .icon {
  background: url(../assets/icons/leftCrev2.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.navSlider .btnWrap .crev.active.right .icon {
  background: url(../assets/icons/rightCrev2.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 800px) {
  .navSlider {
    gap: 0;
  }
  .navSlider .btnWrap {
    gap: 8px;
  }
  .navSlider .btnWrap .crev {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
  }
  .navSlider .btnWrap .crev .icon {
    width: 15px;
    min-width: 15px;
    max-width: 15px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
  }
}
body {
  font-family: 'Inter-Light', sans-serif;
  font-weight: 300;
  /* Make sure this matches one of the defined weights */
}
header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 60;
}
header .headerContent {
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  z-index: 50;
}
@media (max-width: 800px) {
  header .headerContent {
    max-width: 800px;
  }
}
header .headerContent .nav {
  display: flex;
  gap: 67px;
  position: absolute;
  top: 16px;
  left: 22%;
  align-items: center;
  height: 30px;
}
header .headerContent .nav .item {
  font-size: 16px;
  color: #234397;
  text-decoration: none;
}
header .headerContent .nav .item.active {
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 12px;
  background-color: #1eb2e5;
}
header .headerContent .languageWrap {
  margin-left: auto;
  margin-right: 128px;
}
header .headerContent .languageWrap a {
  font-size: 14px;
  color: #234397;
  text-decoration: none;
}
header .headerContent .hamburger {
  display: none;
}
@media (max-width: 980px) {
  header .headerContent .nav {
    left: 102px;
  }
}
@media (max-width: 800px) {
  header .headerContent {
    padding-left: 14px;
    padding-right: 14px;
    height: 40px;
    justify-content: end;
  }
  header .headerContent .nav,
  header .headerContent .languageWrap {
    display: none;
  }
  header .headerContent .hamburger {
    display: flex;
    width: 30px;
    height: 30px;
    background: url(../assets/icons/hamburger.svg) no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
  }
}
.logoContain {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  z-index: 10;
}
@media (max-width: 800px) {
  .logoContain {
    max-width: 800px;
  }
}
.logoContain .img {
  width: 170px;
  height: 220px;
  position: absolute;
  left: 102px;
}
@media (max-width: 800px) {
  .logoContain .img {
    width: 85px;
    height: 110px;
    left: 40px;
  }
}
.mobileNavigation {
  display: none;
}
@media (max-width: 800px) {
  .mobileNavigation {
    position: fixed;
    background-color: #234397;
    width: 100%;
    height: 100vh;
    z-index: 70;
    top: 0;
    flex-direction: column;
  }
  .mobileNavigation .topTitle {
    height: 180px;
    display: flex;
    align-items: end;
    position: relative;
    margin-bottom: 32px;
    width: calc(100% - 40px);
    gap: 12px;
    margin-left: 20px;
    width: 60%;
  }
  .mobileNavigation .topTitle .img {
    width: 114px;
    height: 180px;
  }
  .mobileNavigation .topTitle .title {
    margin-bottom: 44px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Inter-medium', sans-serif;
    font-weight: 500;
    white-space: nowrap;
  }
  .mobileNavigation .topTitle .close {
    position: fixed;
    right: 26px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url(../assets/icons/close2.svg) no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .mobileNavigation .nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 60%;
    margin-left: 20px;
  }
  .mobileNavigation .nav a {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
  }
  .mobileNavigation .languageWrap {
    color: #ffffff;
    position: absolute;
    top: 118px;
    right: 26px;
  }
  .mobileNavigation .languageWrap a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
  }
}
footer {
  position: relative;
  height: 380px;
  overflow: hidden;
}
footer .img.footer {
  width: 100vw;
  height: 380px;
  position: absolute;
  top: 10px;
  z-index: -10;
}
footer .img.footer img {
  object-position: top;
}
footer .img.footer img.mobile {
  display: none;
}
footer .content {
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: calc(100% - 102px*2);
}
@media (max-width: 800px) {
  footer .content {
    max-width: 800px;
  }
}
footer .content .left {
  width: 460px;
}
footer .content .left .topBlock {
  margin-bottom: 60px;
  display: flex;
  gap: 25px;
  align-items: end;
}
footer .content .left .topBlock .img {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 210px;
  min-height: 210px;
  max-height: 210px;
}
footer .content .left .topBlock .img img {
  object-position: bottom;
}
footer .content .left .topBlock h4 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
footer .content .left .bottomBlock .pt {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 13px;
}
footer .content .left .bottomBlock .bt {
  font-size: 15px;
  color: white;
  line-height: 21px;
}
footer .content .right {
  margin-top: 160px;
  display: flex;
  gap: 80px;
  padding-right: 50px;
}
footer .content .right .lf,
footer .content .right .rg {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .content .right .lf a,
footer .content .right .rg a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 800px) {
  footer {
    height: 300px;
  }
  footer .img.footer {
    height: 300px;
  }
  footer .img.footer img.mobile {
    display: block;
  }
  footer .img.footer img.desktop {
    display: none;
  }
  footer .content {
    margin: 0 auto;
    max-width: 1320px;
    max-width: calc(100% - 26px*2) !important;
  }
  footer .content .left {
    width: 170px;
  }
  footer .content .left .topBlock {
    margin-bottom: 60px;
    gap: 12px;
  }
  footer .content .left .topBlock .img {
    width: 78px;
    min-width: 78px;
    max-width: 78px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }
  footer .content .left .topBlock h4 {
    font-size: 12px;
    margin-bottom: 15.4px;
  }
  footer .content .left .bottomBlock .pt {
    font-size: 10px;
    margin-bottom: 10px;
  }
  footer .content .left .bottomBlock .bt {
    font-size: 10px;
    line-height: 12px;
  }
  footer .content .right {
    margin-top: 60px;
    flex-direction: row;
    gap: 6px;
  }
  footer .content .right .lf,
  footer .content .right .rg {
    gap: 6px;
  }
  footer .content .right .lf a,
  footer .content .right .rg a {
    font-size: 12px;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  footer .content {
    max-width: 800px;
  }
}
@media (max-width: 640px) {
  footer .content .right {
    flex-direction: column;
  }
}
.home-page {
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width: 800px) {
  .home-page {
    max-width: 800px;
  }
}
.home-page .heroBanner {
  padding: 0 20px;
  position: relative;
  min-height: 617px;
}
.home-page .heroBanner .heroSlide2 {
  display: none;
}
.home-page .heroBanner .img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  min-height: 617px;
  height: 617px;
}
.home-page .heroBanner img.mobile {
  display: none;
}
.home-page .heroBanner h2 {
  position: absolute;
  bottom: 200px;
  left: 102px;
  font-size: 46px;
  width: 450px;
  color: white;
  line-height: 56px;
}
@media (max-width: 800px) {
  .home-page .heroBanner {
    padding: 0 14px;
    min-height: 320px;
  }
  .home-page .heroBanner .heroSlide1 {
    display: none;
  }
  .home-page .heroBanner .heroSlide2 {
    display: block;
  }
  .home-page .heroBanner img.desktop {
    display: none;
  }
  .home-page .heroBanner img.mobile {
    display: block;
  }
  .home-page .heroBanner .img {
    min-height: 320px;
    height: 320px;
  }
  .home-page .heroBanner .img img {
    object-position: bottom;
  }
  .home-page .heroBanner h2 {
    bottom: auto;
    top: 135px;
    left: 40px;
    font-size: 20px;
    line-height: 24px;
    width: fit-content;
  }
}
.home-page .sejakSection {
  display: flex;
  align-items: center;
  margin-top: -45px;
  margin-bottom: 45px;
  margin-left: 102px;
  margin-right: 132px;
  gap: 70px;
}
.home-page .sejakSection h3 {
  font-size: 30px;
  line-height: 38.7px;
  color: #234397;
}
.home-page .sejakSection h3 strong {
  font-family: 'Inter-Semibold', sans-serif;
  font-weight: 600;
}
.home-page .sejakSection .img {
  width: 370px;
  max-width: 370px;
  min-width: 370px;
  height: 340px;
  max-height: 340px;
  min-height: 340px;
  z-index: 10;
}
@media (max-width: 800px) {
  .home-page .sejakSection {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    gap: 0;
  }
  .home-page .sejakSection h3 {
    font-size: 16px;
    line-height: 16.2px;
    width: 50%;
  }
  .home-page .sejakSection .img {
    margin-top: 25%;
    width: 170px;
    max-width: 50%;
    min-width: 50%;
    height: auto;
    max-height: auto;
    min-height: 155px;
    width: 50%;
  }
}
.home-page .gradasiContainerWrap {
  height: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
.home-page .gradasiContainerWrap .backgoroundCheck {
  background: url(../assets/images/gradasi.png) no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.home-page .gradasiContainerWrap .profileCompany {
  padding: 0 56px;
  padding-top: 65px;
  margin-bottom: 88px;
}
.home-page .gradasiContainerWrap .profileCompany .title {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'Inter-Semibold', sans-serif;
  font-weight: 600;
}
.home-page .gradasiContainerWrap .profileCompany .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10%;
}
.home-page .gradasiContainerWrap .profileCompany .grid h4 {
  font-size: 45px;
  line-height: 55px;
  color: #234397;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .gradasiContainerWrap .profileCompany .grid h4 i {
  font-family: 'Inter-Medium-italic', sans-serif;
  font-style: italic;
  font-weight: 500;
}
.home-page .gradasiContainerWrap .profileCompany .grid p {
  font-size: 18px;
  line-height: 30px;
  color: black;
}
.home-page .gradasiContainerWrap .chillWater {
  position: relative;
  height: 576px;
}
.home-page .gradasiContainerWrap .chillWater .backgroundDrip {
  background: url(../assets/images/waterChill.png);
  background-size: cover  ;
  width: 100%;
  height: 100%;
}
.home-page .gradasiContainerWrap .chillWater .img.company {
  width: 570px;
  min-width: 570px;
  max-width: 570px;
  height: 410px;
  min-height: 410px;
  max-height: 410px;
  position: absolute;
  left: 160px;
  top: -40px;
  border-radius: 10px;
  overflow: hidden;
}
.home-page .gradasiContainerWrap .chillWater .img.employee {
  width: 417px;
  min-width: 417px;
  max-width: 417px;
  height: 316px;
  min-height: 316px;
  max-height: 316px;
  position: absolute;
  right: 100px;
  top: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.home-page .gradasiContainerWrap .petaWrap {
  position: relative;
  height: auto;
  display: flex;
  width: calc(100% - 60px);
  aspect-ratio: 1.33333333;
}
.home-page .gradasiContainerWrap .petaWrap .img {
  position: absolute;
  margin-top: -100px;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 30px;
}
.home-page .gradasiContainerWrap .petaWrap .img img.mobile {
  display: none;
}
.home-page .gradasiContainerWrap .petaWrap h3 {
  font-size: 36px;
  line-height: 45px;
  color: #234397;
  margin-top: auto;
  margin-bottom: 160px;
  width: 100%%;
  position: absolute;
  bottom: 0;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
  left: 56px;
}
.home-page .gradasiContainerWrap .petaWrap h2 {
  position: absolute;
  font-size: 74px;
  line-height: 74px;
  color: #ffffff;
  margin-left: 80px;
  opacity: 0.34;
  top: -64px;
  font-family: 'Inter-Semibold', sans-serif;
  font-weight: 600;
}
.home-page .gradasiContainerWrap .petaWrap h4 {
  position: absolute;
  top: 190px;
  font-size: 17px;
  line-height: 22px;
  right: 102px;
  width: 145px;
  color: #ffffff;
}
@media (max-width: 800px) {
  .home-page .gradasiContainerWrap {
    max-width: calc(100% - 28px);
  }
  .home-page .gradasiContainerWrap .backgoroundCheck {
    background: url(../assets/images/gradasiMobile.png) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .home-page .gradasiContainerWrap .profileCompany {
    padding: 0 26px;
    padding-top: 26px;
    margin-bottom: 0;
  }
  .home-page .gradasiContainerWrap .profileCompany .title {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .home-page .gradasiContainerWrap .profileCompany .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .home-page .gradasiContainerWrap .profileCompany .grid h4 {
    min-width: 100%;
    font-size: 17px;
    line-height: 22px;
  }
  .home-page .gradasiContainerWrap .profileCompany .grid p {
    font-size: 11px;
    line-height: 16px;
  }
  .home-page .gradasiContainerWrap .chillWater {
    height: 280px;
    margin-bottom: 48px;
  }
  .home-page .gradasiContainerWrap .chillWater .img.company {
    width: 55.56vw;
    min-width: 55.56vw;
    max-width: 55.56vw;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    position: absolute;
    left: 6.28vw;
    top: 9.66vw;
  }
  .home-page .gradasiContainerWrap .chillWater .img.employee {
    width: 200px;
    min-width: 200px;
    max-width: 38.65vw;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    position: absolute;
    right: 6.28vw;
    top: auto;
    bottom: -8.7vw;
  }
  .home-page .gradasiContainerWrap .petaWrap {
    padding: 0 26px;
    position: relative;
    aspect-ratio: 1;
    padding-bottom: 38px;
    display: flex;
  }
  .home-page .gradasiContainerWrap .petaWrap .img {
    margin-top: 20px;
    width: calc(100% - 10px);
    margin-left: 5px;
  }
  .home-page .gradasiContainerWrap .petaWrap .img img.mobile {
    display: block;
  }
  .home-page .gradasiContainerWrap .petaWrap .img img.desktop {
    display: none;
  }
  .home-page .gradasiContainerWrap .petaWrap h3 {
    font-size: 4.10vw;
    line-height: 4.83vw;
    margin-top: auto;
    width: 65%;
    top: auto;
    left: 26px;
    margin-bottom: 60px;
  }
  .home-page .gradasiContainerWrap .petaWrap h2 {
    font-size: 5.31vw;
    line-height: 4.83vw;
    margin-left: 2.90vw;
    top: 5.80vw;
  }
  .home-page .gradasiContainerWrap .petaWrap h4 {
    font-size: 2.90vw;
    line-height: 3.14vw;
    top: 10.87vw;
    right: 6.28vw;
    width: 27.05vw;
  }
}
.home-page .plainBlue {
  background-color: #e2f3f9;
  padding-top: calc(90px + 160px);
  margin: 0 auto;
  margin-top: -160px;
  padding-bottom: 108px;
  z-index: 10;
  margin-bottom: 140px;
  max-width: calc(100% - 100px);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.home-page .plainBlue .nilaiSection {
  display: flex;
  margin-bottom: 89px;
  padding: 0 56px;
}
.home-page .plainBlue .nilaiSection .information {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
.home-page .plainBlue .nilaiSection .information .subTitle {
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
  font-family: 'Inter-Semibold', sans-serif;
  font-weight: 600;
}
.home-page .plainBlue .nilaiSection .information .title {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 50px;
  color: #234397;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .plainBlue .nilaiSection .information .description {
  font-size: 32px;
  line-height: 41px;
  color: #234397;
  margin-bottom: 47px;
}
.home-page .plainBlue .nilaiSection .information .description strong {
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .plainBlue .nilaiSection .information .paragraph {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.home-page .plainBlue .nilaiSection .information .paragraph strong {
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .plainBlue .nilaiSection .imageWrap {
  position: relative;
  width: 100%;
}
.home-page .plainBlue .nilaiSection .imageWrap .img {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
}
.home-page .plainBlue .nilaiSection .imageWrap .img.one {
  width: 256px;
  height: 326px;
  top: 35px;
  left: 46px;
  z-index: 20;
}
.home-page .plainBlue .nilaiSection .imageWrap .img.two {
  width: 80%;
  height: 40%;
  top: 302px;
  left: 117px;
  z-index: 10;
}
.home-page .plainBlue .identitasSection {
  display: flex;
  gap: 82px;
  padding-left: 126px;
  padding-right: 122px;
}
.home-page .plainBlue .identitasSection .img {
  width: 255px;
  min-width: 255px;
  max-width: 255px;
  height: 255px;
  min-height: 255px;
  max-height: 255px;
}
.home-page .plainBlue .identitasSection .information {
  margin-top: 9.5px;
}
.home-page .plainBlue .identitasSection .information .title {
  font-size: 30px;
  color: #234397;
  margin-bottom: 34px;
}
.home-page .plainBlue .identitasSection .information .paragraph {
  font-size: 19px;
  line-height: 28.5px;
  color: #000000;
}
.home-page .plainBlue .identitasSection .information .paragraph strong {
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
@media (max-width: 800px) {
  .home-page .plainBlue {
    padding-top: calc(40px + 60px);
    margin-top: -60px;
    padding-bottom: 45px;
    margin-bottom: 34px;
    max-width: calc(100% - 28px);
  }
  .home-page .plainBlue .nilaiSection {
    margin-bottom: 40px;
    padding: 0 26px;
    flex-direction: column;
  }
  .home-page .plainBlue .nilaiSection .information {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }
  .home-page .plainBlue .nilaiSection .information .subTitle {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .home-page .plainBlue .nilaiSection .information .title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 30px;
    width: 60%;
  }
  .home-page .plainBlue .nilaiSection .information .description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .home-page .plainBlue .nilaiSection .information .paragraph {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  .home-page .plainBlue .nilaiSection .imageWrap .img {
    position: relative;
  }
  .home-page .plainBlue .nilaiSection .imageWrap .img.one {
    width: 45%;
    max-width: 300px;
    height: 20%;
    top: 0;
    left: 0;
    margin-left: 25px;
  }
  .home-page .plainBlue .nilaiSection .imageWrap .img.two {
    width: 80%;
    height: 40%;
    max-width: 500px;
    max-height: 300px;
    top: 0;
    left: 0;
    margin-top: -18%;
    margin-left: auto;
    margin-right: 0;
  }
  .home-page .plainBlue .identitasSection {
    gap: 20px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .home-page .plainBlue .identitasSection .img {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 110px;
    min-height: 110px;
    max-height: 110px;
  }
  .home-page .plainBlue .identitasSection .information {
    margin-top: 0;
  }
  .home-page .plainBlue .identitasSection .information .title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .home-page .plainBlue .identitasSection .information .paragraph {
    font-size: 13px;
    line-height: 18px;
  }
}
.home-page .productSection {
  padding: 0 102px;
  margin-bottom: 80px;
}
.home-page .productSection .subTitle {
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
  font-family: 'Inter-Semibold', sans-serif;
  font-weight: 600;
}
.home-page .productSection .information {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10%;
  margin-bottom: 80px;
}
.home-page .productSection .information .title {
  font-size: 45px;
  line-height: 55px;
  color: #234397;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .productSection .information .paragraph {
  font-size: 19px;
  line-height: 28.5px;
  color: black;
}
.home-page .productSection .information .paragraph i {
  font-family: 'Inter-Light-Italic', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.home-page .productSection .itemWrap {
  margin-bottom: 63.5px;
}
.home-page .productSection .itemWrap .title {
  font-size: 29px;
  margin-bottom: 17.5px;
  color: #000000;
}
.home-page .productSection .itemWrap .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.home-page .productSection .itemWrap .grid .img {
  width: 100%;
  height: 389px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .home-page .productSection {
    padding: 0 26px;
    margin-bottom: 60px;
  }
  .home-page .productSection .subTitle {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .home-page .productSection .information {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 46px;
  }
  .home-page .productSection .information .title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
    margin-bottom: 0;
  }
  .home-page .productSection .information .paragraph {
    font-size: 13px;
    line-height: 20px;
  }
  .home-page .productSection .itemWrap {
    margin-bottom: 43px;
  }
  .home-page .productSection .itemWrap .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .home-page .productSection .itemWrap .grid {
    gap: 12px;
  }
  .home-page .productSection .itemWrap .grid .img {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .home-page .productSection .itemWrap .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.home-page .passionSection {
  position: absolute;
  width: 100vw;
  left: 0;
  margin-bottom: 80px;
  margin-top: -150px;
  z-index: -10;
}
.home-page .passionSection .img {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}
.home-page .passionSection .img img {
  object-position: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .passionSection .img img.mobile {
  display: none;
}
.home-page .passionSection .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  pointer-events: none;
}
.home-page .passionSection .titleWrap {
  max-width: 1320px;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 50px;
  position: relative;
  margin-top: -340px;
}
.home-page .passionSection .titleWrap h2 {
  position: absolute;
  top: 94px;
  right: 102px;
  font-size: 54px;
  color: #ffffff;
}
@media (max-width: 800px) {
  .home-page .passionSection .titleWrap {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .home-page .passionSection {
    margin-bottom: 24px;
    margin-top: -100px;
  }
  .home-page .passionSection .img {
    height: 210px;
  }
  .home-page .passionSection .img img.desktop {
    display: none;
  }
  .home-page .passionSection .img img.mobile {
    display: block;
  }
  .home-page .passionSection .img::before {
    height: 100px;
  }
  .home-page .passionSection .titleWrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 26px;
    margin-top: -110px;
  }
  .home-page .passionSection .titleWrap h2 {
    top: 30px;
    right: 26px;
    font-size: 16px;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .home-page .passionSection .titleWrap {
    max-width: 800px;
  }
}
.home-page .fasilitasSection {
  margin-top: 550px;
  padding: 0 102px;
  margin-bottom: 190px;
}
.home-page .fasilitasSection .subTitle {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'Inter-Semibold', sans-serif;
  font-weight: 600;
}
.home-page .fasilitasSection .topPart {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 64px;
  justify-content: space-between;
}
.home-page .fasilitasSection .topPart .navSlider {
  justify-content: space-between;
}
.home-page .fasilitasSection .topPart .navSlider.mobile {
  display: none;
}
.home-page .fasilitasSection .topPart .navSlider h4 {
  font-size: 32px;
}
.home-page .fasilitasSection .topPart .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 64px;
}
.home-page .fasilitasSection .topPart .left .title {
  width: 100%;
  font-size: 45px;
  line-height: 55px;
  color: #234397;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .fasilitasSection .topPart .right .description {
  font-size: 19px;
  line-height: 28.5px;
  color: #000000;
  margin-bottom: 54px;
}
.home-page .fasilitasSection .topPart .right .boxWrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.home-page .fasilitasSection .topPart .right .boxWrap .box {
  background-color: #b6e9fa;
  padding: 24px;
  padding-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
}
.home-page .fasilitasSection .topPart .right .boxWrap .box p {
  font-size: 19px;
  line-height: 28.5px;
  color: #000000;
}
.home-page .fasilitasSection .topPart .right .boxWrap .box p strong {
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .fasilitasSection .grid.twoBoxSlider .slick-slide {
  margin: 0 10px;
}
.home-page .fasilitasSection .grid.twoBoxSlider .slick-list {
  margin: 0 -10px;
}
.home-page .fasilitasSection .grid.twoBoxSlider .img {
  border-radius: 10px;
  overflow: hidden;
  height: 430px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .home-page .fasilitasSection {
    margin-top: 190px;
    padding: 0 26px;
    margin-bottom: 90px;
  }
  .home-page .fasilitasSection .subTitle {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .home-page .fasilitasSection .topPart {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 22px;
  }
  .home-page .fasilitasSection .topPart .navSlider {
    align-items: center;
    margin-top: 24px;
  }
  .home-page .fasilitasSection .topPart .navSlider.mobile {
    display: flex;
  }
  .home-page .fasilitasSection .topPart .navSlider.desktop {
    display: none;
  }
  .home-page .fasilitasSection .topPart .navSlider h4 {
    font-size: 18px;
  }
  .home-page .fasilitasSection .topPart .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    width: 60%;
  }
  .home-page .fasilitasSection .topPart .left .title {
    width: 100%;
    font-size: 17px;
    line-height: 22px;
  }
  .home-page .fasilitasSection .topPart .right {
    width: 100%;
  }
  .home-page .fasilitasSection .topPart .right .description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 32px;
  }
  .home-page .fasilitasSection .topPart .right .boxWrap {
    gap: 8px;
    flex-direction: row;
  }
  .home-page .fasilitasSection .topPart .right .boxWrap .box {
    padding: 20px;
    padding-bottom: 21px;
    display: flex;
  }
  .home-page .fasilitasSection .topPart .right .boxWrap .box p {
    font-size: 12px;
    line-height: 18px;
  }
  .home-page .fasilitasSection .grid.twoBoxSlider .img {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .home-page .fasilitasSection .topPart .right .boxWrap {
    flex-direction: column;
  }
}
.home-page .newsSection {
  background-color: #e2f3f9;
  width: 100vw;
  position: absolute;
  left: 0;
}
.home-page .newsSection .contentWrap {
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width: 800px) {
  .home-page .newsSection .contentWrap {
    max-width: 800px;
  }
}
.home-page .newsSection .contentWrap .contentNews {
  padding: 0 102px;
  padding-top: 62px;
  padding-bottom: 70px;
}
.home-page .newsSection .contentWrap .contentNews .topWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.home-page .newsSection .contentWrap .contentNews .topWrap .title {
  font-size: 45px;
  color: #234397;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.home-page .newsSection .contentWrap .contentNews .topWrap a {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #234397;
  font-weight: 500;
  font-size: 21px;
  font-family: 'Inter-medium', sans-serif;
}
.home-page .newsSection .contentWrap .contentNews .topWrap a .chev {
  width: 14px;
  height: 20px;
  background: url(../assets/icons/rightCrev.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.home-page .newsSection .contentWrap .contentNews .beritaSlider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 980px) {
  .home-page .newsSection .contentWrap .contentNews .beritaSlider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .home-page .newsSection .contentWrap .contentNews .beritaSlider > *:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 800px) {
  .home-page .newsSection {
    position: relative;
  }
  .home-page .newsSection .contentWrap {
    margin: 0 auto;
    max-width: 1320px;
  }
  .home-page .newsSection .contentWrap .contentNews {
    padding: 0 26px;
    padding-top: 32px;
    padding-bottom: 55px;
  }
  .home-page .newsSection .contentWrap .contentNews .topWrap .title {
    font-size: 16px;
  }
  .home-page .newsSection .contentWrap .contentNews .topWrap a {
    font-size: 13px;
    padding: 0 14px;
    height: 23px;
    font-family: 'Inter-medium', sans-serif;
    font-weight: 500;
    border-radius: 5px;
  }
  .home-page .newsSection .contentWrap .contentNews .topWrap a .chev {
    width: 12px;
    height: 14px;
    margin-right: -4px;
    margin-top: 2px;
  }
  .home-page .newsSection .contentWrap .contentNews .beritaSlider > *:nth-child(n+3) {
    display: unset;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .home-page .newsSection .contentWrap {
    max-width: 800px;
  }
}
@media (max-width: 640px) {
  .home-page .newsSection .contentWrap .contentNews .beritaSlider {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.home-page .fasilitasPopUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: scroll;
}
.home-page .fasilitasPopUp .content {
  background-color: #b6e9fa;
  width: 826px;
  height: 680px;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-page .fasilitasPopUp .content .img {
  width: 100%;
  height: 644px;
}
.home-page .fasilitasPopUp .content .btmWrap {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  margin-top: 8px;
}
.home-page .fasilitasPopUp .content .btmWrap .navWrap {
  display: flex;
  gap: 50px;
}
.home-page .fasilitasPopUp .content .btmWrap .navWrap .icon {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
  cursor: pointer;
}
.home-page .fasilitasPopUp .content .btmWrap .navWrap .icon.left {
  background: url(../assets/icons/leftCrev.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.home-page .fasilitasPopUp .content .btmWrap .navWrap .icon.right {
  background: url(../assets/icons/rightCrev.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.home-page .fasilitasPopUp .content .btmWrap .close {
  margin-top: 4px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../assets/icons/close.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 800px) {
  .home-page .fasilitasPopUp .content {
    width: calc(100% - 26px*2);
    min-height: 300px;
    height: 300px;
    padding: 10px;
  }
  .home-page .fasilitasPopUp .content .img {
    height: 260px;
  }
  .home-page .fasilitasPopUp .content .btmWrap {
    margin-top: 10px;
  }
  .home-page .fasilitasPopUp .content .btmWrap .navWrap {
    gap: 40px;
  }
  .home-page .fasilitasPopUp .content .btmWrap .navWrap .icon {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
  }
  .home-page .fasilitasPopUp .content .btmWrap .close {
    margin-top: 4px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
.news-details .backgroundPageWrap {
  position: absolute;
  width: 100vw;
  z-index: -10;
  left: 0;
}
.news-details .backgroundPageWrap .img.backgroundPage {
  max-width: 1320px;
  margin: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  height: 500px;
}
.news-details .backgroundPageWrap .img.backgroundPage img {
  object-position: bottom;
}
.news-details .contentWrap {
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width: 800px) {
  .news-details .contentWrap {
    max-width: 800px;
  }
}
.news-details .contentWrap .content {
  padding-left: 305px;
  padding-right: 280px;
  padding-top: 120px;
  margin-bottom: 185px;
}
.news-details .contentWrap .content .maiTitle {
  font-size: 42px;
  color: #234397;
  margin-bottom: 64px;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.news-details .contentWrap .content .img {
  width: 590px;
  min-width: 590px;
  max-width: 590px;
  height: 360px;
  min-height: 360px;
  max-height: 360px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.news-details .contentWrap .content .title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 50px;
  color: #234397;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
.news-details .contentWrap .content .description {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 800px) {
  .news-details .contentWrap .content {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 46px;
    margin-bottom: 85px;
  }
  .news-details .contentWrap .content .maiTitle {
    font-size: 28px;
    margin-bottom: 54px;
    margin-left: 130px;
  }
  .news-details .contentWrap .content .img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 28px;
  }
  .news-details .contentWrap .content .title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .news-details .contentWrap .content .description {
    font-size: 13px;
    line-height: 20px;
  }
}
.news-details .newsSection {
  background-color: #e2f3f9;
}
.news-details .newsSection .contentWrap {
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width: 800px) {
  .news-details .newsSection .contentWrap {
    max-width: 800px;
  }
}
.news-details .newsSection .contentWrap .contentNw {
  padding: 0 102px;
  padding-top: 75px;
  padding-bottom: 145px;
}
.news-details .newsSection .contentWrap .contentNw .title {
  font-size: 30px;
  margin-bottom: 25px;
  margin-bottom: 20px;
  color: #214397;
}
.news-details .newsSection .contentWrap .contentNw .cardGrids {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.news-details .newsSection .contentWrap .contentNw .cardGrids .cardWrap .information {
  min-height: 104px;
}
.news-details .newsSection .contentWrap .contentNw .cardGrids .cardWrap .information .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
}
@media (max-width: 980px) {
  .news-details .newsSection .contentWrap .contentNw .cardGrids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .news-details .newsSection .contentWrap .contentNw {
    padding: 0 26px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .news-details .newsSection .contentWrap .contentNw .title {
    font-size: 16px;
    margin-bottom: 25px;
    margin-bottom: 20px;
  }
  .news-details .newsSection .contentWrap .contentNw .cardGrids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.news-details .feedbackSection {
  margin: 0 auto;
  max-width: 1320px;
  margin-top: 100px;
  padding: 0 102px;
  max-width: calc(100% - 102px*2);
  margin-bottom: 185px;
}
@media (max-width: 800px) {
  .news-details .feedbackSection {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .news-details .feedbackSection {
    margin-top: 45px;
    padding: 0;
    max-width: calc(100% - 26px*2);
    margin-bottom: 170px;
  }
}
.news-page {
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width: 800px) {
  .news-page {
    max-width: 800px;
  }
}
.news-page .backgroundPageWrap {
  position: absolute;
  width: 100vw;
  z-index: -10;
  left: 0;
}
.news-page .backgroundPageWrap .img.backgroundPage {
  max-width: 1320px;
  margin: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  height: 500px;
  left: 0;
}
.news-page .backgroundPageWrap .img.backgroundPage img {
  object-position: bottom;
}
.news-page .content {
  padding: 0 102px;
  padding-top: 120px;
}
.news-page .content .mainTitle {
  font-size: 42px;
  color: #234397;
  margin-bottom: 64px;
  font-family: 'Inter-medium', sans-serif;
  font-weight: 500;
  margin-left: 203px;
  margin-bottom: 90px;
  margin-top: 16px;
}
.news-page .content .cardGrids {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 80px;
}
.news-page .content .cardGrids .cardWrap .information {
  background-color: #b6e9fa;
}
@media (max-width: 980px) {
  .news-page .content .cardGrids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .news-page .content {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 46px;
    margin-bottom: 85px;
  }
  .news-page .content .mainTitle {
    font-size: 28px;
    margin-bottom: 54px;
    margin-left: 130px;
  }
}
@media (max-width: 640px) {
  .news-page .content .cardGrids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}
.otgs-development-site-front-end {
  display: none;
}
