/* #### Generated By: http://font.download #### */
.headline {
  height: 602px;
  overflow: hidden;
  border-radius: 10px; }
  .headline .slick-slider .slick-dots {
    bottom: 30px; }

.headline__big,
.headline__big__img {
  height: auto; }

.headline__big__row .headline__big__img {
  position: relative;
  width: 100%;
  /* Adjust based on the parent container */
  max-width: 1070px;
  /* Optional: Limits max size */ }
  .headline__big__row .headline__big__img::before {
    content: "";
    display: block;
    padding-top: calc(602 / 1070 * 100%);
    /* Maintain aspect ratio */ }
  .headline__big__row .headline__big__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* Or 'contain' based on your need */ }

.headline__big__row img {
  width: 100%; }

.headline__big__title {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  padding: 0; }

.headline__big__title,
.headline__big .headline__subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Menampilkan maksimal 2 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: unset; }

.headline__big__box {
  min-height: 60%;
  text-align: left;
  padding: 80px;
  background: black;
  background: -moz-linear-gradient(0deg, black 0%, rgba(64, 64, 64, 0.804359) 63%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, black 0%, rgba(64, 64, 64, 0.804359) 63%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(63%, rgba(64, 64, 64, 0.804359)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(64, 64, 64, 0.804359) 63%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .headline__big__box .headline__subtitle {
    position: relative;
    top: auto;
    background: none;
    color: #dbdcde;
    font-family: Open Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 12px;
    padding: 0;
    max-width: 50%; }
  .headline__big__box .headline__more {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    display: inline-block;
    background: #94c11f;
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff; }

.main__title {
  background: #94c11f;
  margin: 16px 0; }
  .main__title--text {
    color: #94c11f;
    font-size: 24px;
    font-weight: 600;
    bottom: -12px; }

.mainmenu__title {
  background: #94c11f;
  margin: 16px 0; }
  .mainmenu__title--text {
    color: #94c11f;
    font-size: 24px;
    font-weight: 600;
    bottom: -13px;
    background: #fff; }

.main__content, .stories__wrapper {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main__content .highlight__big--link, .stories__wrapper .highlight__big--link,
  .main__content .main__content--link,
  .stories__wrapper .main__content--link,
  .main__content .popular__item--image,
  .stories__wrapper .popular__item--image,
  .main__content .stories__image,
  .stories__wrapper .stories__image {
    padding: 0;
    height: 100%;
    width: 100%; }
  .main__content--item, .stories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: calc((100% / 3) - 20px);
    -ms-flex: calc((100% / 3) - 20px);
    flex: calc((100% / 3) - 20px);
    border-bottom: none;
    padding: 30px 0 0; }
  .main__content--image {
    height: 192px;
    padding: 0; }
    .main__content--image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .main__content--category, .stories__content--category, .popular__item--category {
    font-size: 14px;
    font-weight: 500;
    color: #00aeef;
    text-transform: capitalize; }
  .main__content--title, .stories__content--title, .popular__item--title {
    font-size: 16px;
    font-weight: 600;
    color: #36383a;
    margin: 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: unset; }
  .main__content--desc {
    width: 100%;
    padding: 0;
    margin-top: 16px; }
  .main__content--time, .stories__content--time {
    font-size: 12px;
    font-weight: 500; }

.stories__wrapper {
  margin: auto 20px;
  max-width: 1000px;
  overflow: hidden;
  margin: auto 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
  overflow: hidden;
  margin: auto; }
  @media (max-width: 1920px) {
    .stories__wrapper {
      max-width: 927px;
      overflow: hidden;
      margin: auto; } }
  @media (max-width: 1366px) {
    .stories__wrapper {
      max-width: 728px; } }
  .stories__wrapper .stories__image {
    height: 193px; }
    .stories__wrapper .stories__image img {
      width: 100%;
      height: 100%; }

.stories__item {
  margin: 0 0 auto 30px; }
  @media (max-width: 1920px) {
    .stories__item {
      margin: 0 0 auto 30px; } }
  @media (max-width: 1366px) {
    .stories__item {
      margin: 0 0 auto 16px; } }
  @media (max-width: 1536px) and (min-width: 1367px) {
    .stories__item {
      margin: 0 0 auto 16px; } }
  .stories__item img {
    -o-object-fit: cover !important;
    object-fit: cover !important; }
  .stories__item:first-child {
    gap: 0;
    margin-left: 0; }

.stories__title--text {
  font-size: 24px;
  bottom: -12px; }

.stories__title--links {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0 12px; }
  .stories__title--links .stories__title--text {
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    bottom: 1px;
    background: #f7ffe1;
    padding: 0;
    margin: 0; }
  .stories__title--links a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.6px;
    letter-spacing: 0px;
    color: #009fe4;
    position: relative;
    bottom: 1px;
    background: #f7ffe1;
    padding: 0 24px;
    padding: 0 0 0 24px; }
    .stories__title--links a::after {
      content: "";
      height: 7px;
      width: 7px;
      border-bottom: 1px solid #009fe4;
      border-right: 1px solid #009fe4;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      display: inline-block;
      margin-left: 5px; }

.stories__content--note {
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block; }

.stories__arrow #prevButton,
.stories__arrow #nextButton {
  position: absolute;
  cursor: pointer;
  bottom: 42%;
  z-index: 2;
  background: #94c11f;
  border: 1px solid #94c11f;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  color: transparent; }
  @media (max-width: 1920px) {
    .stories__arrow #prevButton,
    .stories__arrow #nextButton {
      width: 40px;
      height: 40px; } }
  @media (max-width: 1366px) {
    .stories__arrow #prevButton,
    .stories__arrow #nextButton {
      width: 30px;
      height: 30px; } }
  .stories__arrow #prevButton::before,
  .stories__arrow #nextButton::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljc5MDYgMTIuOTA1M0w5LjY0Nzc3IDIwLjA0ODFDOS41ODE0MSAyMC4xMTQ1IDkuNTAyNjIgMjAuMTY3MSA5LjQxNTkxIDIwLjIwM0M5LjMyOTIxIDIwLjIzOSA5LjIzNjI3IDIwLjI1NzQgOS4xNDI0MiAyMC4yNTc0QzkuMDQ4NTYgMjAuMjU3NCA4Ljk1NTYzIDIwLjIzOSA4Ljg2ODkyIDIwLjIwM0M4Ljc4MjIxIDIwLjE2NzEgOC43MDM0MiAyMC4xMTQ1IDguNjM3MDYgMjAuMDQ4MUM4LjU3MDcgMTkuOTgxNyA4LjUxODA1IDE5LjkwMyA4LjQ4MjE0IDE5LjgxNjNDOC40NDYyMiAxOS43Mjk1IDguNDI3NzMgMTkuNjM2NiA4LjQyNzczIDE5LjU0MjhDOC40Mjc3MyAxOS40NDg5IDguNDQ2MjIgMTkuMzU2IDguNDgyMTQgMTkuMjY5M0M4LjUxODA1IDE5LjE4MjUgOC41NzA3IDE5LjEwMzggOC42MzcwNiAxOS4wMzc0TDE1LjI3NTUgMTIuMzk5OUw4LjYzNzA2IDUuNzYyNEM4LjUwMzAzIDUuNjI4MzcgOC40Mjc3MyA1LjQ0NjU5IDguNDI3NzMgNS4yNTcwNEM4LjQyNzczIDUuMDY3NSA4LjUwMzAzIDQuODg1NzEgOC42MzcwNiA0Ljc1MTY4QzguNzcxMDkgNC42MTc2NiA4Ljk1Mjg3IDQuNTQyMzYgOS4xNDI0MiA0LjU0MjM2QzkuMzMxOTYgNC41NDIzNiA5LjUxMzc1IDQuNjE3NjYgOS42NDc3NyA0Ljc1MTY4TDE2Ljc5MDYgMTEuODk0NUMxNi44NTcgMTEuOTYwOSAxNi45MDk3IDEyLjAzOTcgMTYuOTQ1NyAxMi4xMjY0QzE2Ljk4MTYgMTIuMjEzMSAxNy4wMDAxIDEyLjMwNiAxNy4wMDAxIDEyLjM5OTlDMTcuMDAwMSAxMi40OTM4IDE2Ljk4MTYgMTIuNTg2NyAxNi45NDU3IDEyLjY3MzRDMTYuOTA5NyAxMi43NjAxIDE2Ljg1NyAxMi44Mzg5IDE2Ljc5MDYgMTIuOTA1M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background-size: contain; }

.stories__arrow #prevButton {
  left: 24px; }
  @media (max-width: 1920px) {
    .stories__arrow #prevButton {
      left: 24px; } }
  @media (max-width: 1366px) {
    .stories__arrow #prevButton {
      left: 15px; } }
  .stories__arrow #prevButton::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.stories__arrow #nextButton {
  right: 24px; }
  @media (max-width: 1920px) {
    .stories__arrow #nextButton {
      right: 24px; } }
  @media (max-width: 1366px) {
    .stories__arrow #nextButton {
      right: 15px; } }

.popular__item--image {
  padding: 0; }

.section__left .main__content--image {
  width: 233px;
  height: 185px;
  padding: 0; }
  .section__left .main__content--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.section__left .main__content--item, .section__left .stories__item {
  max-width: 250px; }

.navyblock--content {
  background: #f7ffe1; }
  .navyblock--content .stories {
    background: #f7ffe1; }
    .navyblock--content .stories__title {
      background: #94c11f;
      margin: 16px 0 16px; }
      .navyblock--content .stories__title--text {
        padding: 0 12px 0 12px;
        background: #f7ffe1;
        color: #94c11f; }

.navyblock--bordered {
  border: 1px solid #6b9915;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 0 0 24px; }

.navyblock--scroll .stories__wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: smooth; }
  .navyblock--scroll .stories__wrapper:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .navyblock--scroll .stories__wrapper::-webkit-scrollbar {
    display: none;
    /* Hilangkan scrollbar */ }

.navyblock--scroll .stories .main__content--item, .navyblock--scroll .stories .stories__item,
.navyblock--scroll .stories .stories__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 1920px) {
    .navyblock--scroll .stories .main__content--item, .navyblock--scroll .stories .stories__item,
    .navyblock--scroll .stories .stories__item {
      width: 208px; } }
  @media (max-width: 1366px) {
    .navyblock--scroll .stories .main__content--item, .navyblock--scroll .stories .stories__item,
    .navyblock--scroll .stories .stories__item {
      width: 135px; } }
  @media (max-width: 1536px) and (min-width: 1367px) {
    .navyblock--scroll .stories .main__content--item, .navyblock--scroll .stories .stories__item,
    .navyblock--scroll .stories .stories__item {
      width: 172px; } }

.navyblock--scroll .stories__desc {
  margin: 10px 0; }

.load__button {
  background: #94c11f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  width: 214px;
  border-radius: 8px;
  position: relative;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px; }
  .load__button::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjgxMjUgMTAuNzQyQzE3LjgxMjcgMTIuNzk1OSAxNy4wMDQgMTQuNzY3NCAxNS41NjE0IDE2LjIyOTVDMTQuMTE4OCAxNy42OTE3IDEyLjE1ODUgMTguNTI2OSAxMC4xMDQ3IDE4LjU1NDVIMTBDOC4wMDU1MiAxOC41NTg3IDYuMDg1OTEgMTcuNzk1MiA0LjYzOTA2IDE2LjQyMjRDNC40NTgyOCAxNi4yNTE3IDQuMzUyNzMgMTYuMDE2MSA0LjM0NTYyIDE1Ljc2NzZDNC4zMzg1MSAxNS41MTkgNC40MzA0NCAxNS4yNzc4IDQuNjAxMTcgMTUuMDk3QzQuNzcxOSAxNC45MTYzIDUuMDA3NDYgMTQuODEwNyA1LjI1NjAyIDE0LjgwMzZDNS41MDQ1OCAxNC43OTY1IDUuNzQ1NzggMTQuODg4NCA1LjkyNjU2IDE1LjA1OTFDNi43NzUxOSAxNS44NjAzIDcuODQxMTEgMTYuMzkzNiA4Ljk5MTEyIDE2LjU5MjVDMTAuMTQxMSAxNi43OTEzIDExLjMyNDIgMTYuNjQ2OCAxMi4zOTI2IDE2LjE3N0MxMy40NjA5IDE1LjcwNzIgMTQuMzY3MSAxNC45MzMgMTQuOTk4IDEzLjk1MTFDMTUuNjI4OCAxMi45NjkyIDE1Ljk1NjMgMTEuODIzMiAxNS45Mzk1IDEwLjY1NjJDMTUuOTIyNyA5LjQ4OTI3IDE1LjU2MjMgOC4zNTMxNSAxNC45MDM1IDcuMzg5ODRDMTQuMjQ0NiA2LjQyNjUyIDEzLjMxNjUgNS42Nzg3MyAxMi4yMzUxIDUuMjM5OTJDMTEuMTUzNiA0LjgwMTExIDkuOTY2ODQgNC42OTA3MyA4LjgyMzAzIDQuOTIyNThDNy42NzkyMiA1LjE1NDQzIDYuNjI5MTEgNS43MTgyMyA1LjgwMzkxIDYuNTQzNTJDNS43OTM3NSA2LjU1MzY3IDUuNzg0MzggNi41NjMwNSA1Ljc3MzQ0IDYuNTcyNDJMNC4yODgyOCA3LjkyOTQ1SDUuNjI1QzUuODczNjQgNy45Mjk0NSA2LjExMjEgOC4wMjgyMyA2LjI4NzkxIDguMjA0MDRDNi40NjM3MyA4LjM3OTg2IDYuNTYyNSA4LjYxODMxIDYuNTYyNSA4Ljg2Njk1QzYuNTYyNSA5LjExNTYgNi40NjM3MyA5LjM1NDA1IDYuMjg3OTEgOS41Mjk4N0M2LjExMjEgOS43MDU2OCA1Ljg3MzY0IDkuODA0NDUgNS42MjUgOS44MDQ0NUgxLjg3NUMxLjYyNjM2IDkuODA0NDUgMS4zODc5IDkuNzA1NjggMS4yMTIwOSA5LjUyOTg3QzEuMDM2MjcgOS4zNTQwNSAwLjkzNzUgOS4xMTU2IDAuOTM3NSA4Ljg2Njk1VjUuMTE2OTVDMC45Mzc1IDQuODY4MzEgMS4wMzYyNyA0LjYyOTg2IDEuMjEyMDkgNC40NTQwNEMxLjM4NzkgNC4yNzgyMyAxLjYyNjM2IDQuMTc5NDUgMS44NzUgNC4xNzk0NUMyLjEyMzY0IDQuMTc5NDUgMi4zNjIxIDQuMjc4MjMgMi41Mzc5MSA0LjQ1NDA0QzIuNzEzNzMgNC42Mjk4NiAyLjgxMjUgNC44NjgzMSAyLjgxMjUgNS4xMTY5NVY2LjczNTcxTDQuNDkwNjIgNS4xOTk3N0M1LjU4NTA4IDQuMTExMiA2Ljk3NzQ4IDMuMzcxMjQgOC40OTIwOSAzLjA3MzNDMTAuMDA2NyAyLjc3NTM2IDExLjU3NTYgMi45MzI3OCAxMy4wMDA4IDMuNTI1NzFDMTQuNDI2MSA0LjExODYzIDE1LjY0MzcgNS4xMjA0NyAxNi41MDAxIDYuNDA0NzlDMTcuMzU2NCA3LjY4OTEgMTcuODEzMSA5LjE5ODMyIDE3LjgxMjUgMTAuNzQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    background-size: cover;
    display: inline-block; }

.header--int {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.4); }
  @media (max-width: 1366px) {
    .header--int {
      height: 60px; } }
  @media (max-width: 1536px) and (min-width: 1367px) {
    .header--int {
      height: 70px; } }
  .header--int .headerWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%; }
    .header--int .headerWrap .headerBrand {
      height: 32px;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 15px; }
      @media (max-width: 1366px) {
        .header--int .headerWrap .headerBrand {
          margin: 3px; } }
      @media (max-width: 1536px) and (min-width: 1367px) {
        .header--int .headerWrap .headerBrand {
          margin: 8px; } }
      .header--int .headerWrap .headerBrand img {
        height: 50px;
        max-height: 42px; }
  .header--int--white {
    background: #fff; }
  .header--int--green {
    background: #8CC63F; }
  .header--int .container {
    position: relative; }

.headerArrowBack {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px; }
  .headerArrowBack::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjAwMDEgMTZDMjguMDAwMSAxNi4yNjUyIDI3Ljg5NDcgMTYuNTE5NiAyNy43MDcyIDE2LjcwNzFDMjcuNTE5NiAxNi44OTQ3IDI3LjI2NTMgMTcgMjcuMDAwMSAxN0g3LjQxMzhMMTQuNzA3NiAyNC4yOTI1QzE0LjgwMDUgMjQuMzg1NCAxNC44NzQyIDI0LjQ5NTcgMTQuOTI0NCAyNC42MTcxQzE0Ljk3NDcgMjQuNzM4NSAxNS4wMDA2IDI0Ljg2ODYgMTUuMDAwNiAyNUMxNS4wMDA2IDI1LjEzMTQgMTQuOTc0NyAyNS4yNjE1IDE0LjkyNDQgMjUuMzgyOUMxNC44NzQyIDI1LjUwNDMgMTQuODAwNSAyNS42MTQ2IDE0LjcwNzYgMjUuNzA3NUMxNC42MTQ2IDI1LjgwMDQgMTQuNTA0MyAyNS44NzQxIDE0LjM4MyAyNS45MjQ0QzE0LjI2MTYgMjUuOTc0NyAxNC4xMzE0IDI2LjAwMDYgMTQuMDAwMSAyNi4wMDA2QzEzLjg2ODcgMjYuMDAwNiAxMy43Mzg2IDI1Ljk3NDcgMTMuNjE3MiAyNS45MjQ0QzEzLjQ5NTggMjUuODc0MSAxMy4zODU1IDI1LjgwMDQgMTMuMjkyNiAyNS43MDc1TDQuMjkyNTUgMTYuNzA3NUM0LjE5OTU4IDE2LjYxNDYgNC4xMjU4MiAxNi41MDQzIDQuMDc1NDkgMTYuMzgyOUM0LjAyNTE3IDE2LjI2MTUgMy45OTkyNyAxNi4xMzE0IDMuOTk5MjcgMTZDMy45OTkyNyAxNS44Njg2IDQuMDI1MTcgMTUuNzM4NSA0LjA3NTQ5IDE1LjYxNzFDNC4xMjU4MiAxNS40OTU3IDQuMTk5NTggMTUuMzg1NCA0LjI5MjU1IDE1LjI5MjVMMTMuMjkyNiA2LjI5MjUxQzEzLjQ4MDIgNi4xMDQ4NyAxMy43MzQ3IDUuOTk5NDUgMTQuMDAwMSA1Ljk5OTQ1QzE0LjI2NTQgNS45OTk0NSAxNC41MTk5IDYuMTA0ODcgMTQuNzA3NiA2LjI5MjUxQzE0Ljg5NTIgNi40ODAxNSAxNS4wMDA2IDYuNzM0NjQgMTUuMDAwNiA3LjAwMDAxQzE1LjAwMDYgNy4yNjUzNyAxNC44OTUyIDcuNTE5ODcgMTQuNzA3NiA3LjcwNzUxTDcuNDEzOCAxNUgyNy4wMDAxQzI3LjI2NTMgMTUgMjcuNTE5NiAxNS4xMDU0IDI3LjcwNzIgMTUuMjkyOUMyNy44OTQ3IDE1LjQ4MDQgMjguMDAwMSAxNS43MzQ4IDI4LjAwMDEgMTZaIiBmaWxsPSIjMzQzMzMwIi8+Cjwvc3ZnPgo=");
    width: 32px;
    height: 32px; }

.slick-dots li button:before,
.slick-dots li:nth-child(1) button:before,
.slick-dots li:nth-child(2) button:before,
.slick-dots li:nth-child(3) button:before {
  background: #94c11f;
  opacity: 0.5; }

.slick-dots li.slick-active button:before {
  background: #94c11f;
  opacity: 1; }

.readCergam .read__title--text {
  text-align: center; }

.readCergam__h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 39.2px;
  letter-spacing: 0%;
  text-align: center; }

.readCergam .article__read--date {
  color: #9e9e9e; }

.readCergam__cover {
  height: 392px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  .readCergam__cover img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }

.readCergam__contentImg {
  margin-top: 52px; }
  .readCergam__contentImg img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 531px; }
  .readCergam__contentImg p {
    margin-top: 16px; }

.readCergam__content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0; }

.readCergam__contentTheEnd {
  margin: 32px 0;
  text-align: center; }
  .readCergam__contentTheEnd_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: 0;
    margin: 0; }
  .readCergam__contentTheEnd p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0; }

.readCergam .read__boxauthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.readCergam--interactive .readCergam__content {
  scroll-behavior: smooth;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  height: calc(100vh - 120px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 40px; }
  @media (max-width: 1366px) {
    .readCergam--interactive .readCergam__content {
      height: calc(100vh - 120px);
      margin-top: 60px; } }
  @media (max-width: 1536px) and (min-width: 1367px) {
    .readCergam--interactive .readCergam__content {
      margin-top: 70px;
      height: calc(100vh - 125px); } }
  .readCergam--interactive .readCergam__content .read {
    width: 774px;
    margin: 20px auto; }
  .readCergam--interactive .readCergam__contentArrow {
    position: fixed;
    bottom: 0;
    height: 74px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 30px; }
    @media (max-width: 1366px) {
      .readCergam--interactive .readCergam__contentArrow {
        height: 50px;
        padding-bottom: 6px; } }
    @media (max-width: 1536px) and (min-width: 1367px) {
      .readCergam--interactive .readCergam__contentArrow {
        height: 50px;
        padding-bottom: 6px; } }
    .readCergam--interactive .readCergam__contentArrow button {
      background: none;
      border: none;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 600;
      color: #94c11f;
      position: relative;
      height: 24px;
      cursor: pointer; }
      .readCergam--interactive .readCergam__contentArrow button::before {
        content: "";
        width: 10px;
        height: 10px;
        border-left: 3px solid #94c11f;
        border-bottom: 3px solid #94c11f;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 1px; }
      .readCergam--interactive .readCergam__contentArrow button.prev::before {
        left: -20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .readCergam--interactive .readCergam__contentArrow button.next::before {
        right: -20px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      .readCergam--interactive .readCergam__contentArrow button.arrowOff {
        color: #bac1a7; }
        .readCergam--interactive .readCergam__contentArrow button.arrowOff::before {
          border-left: 3px solid #bac1a7;
          border-bottom: 3px solid #bac1a7; }
    .readCergam--interactive .readCergam__contentArrow .slide-counter {
      text-transform: capitalize;
      font-size: 20px;
      font-weight: 600;
      color: #666666;
      top: -2px;
      position: relative; }
  .readCergam--interactive .readCergam__contentTheEnd_title {
    font-size: 24px; }
  .readCergam--interactive .readCergam__contentTheEnd p {
    font-size: 16px;
    padding: 0; }
  .readCergam--interactive .readCergam__contentTheEnd_title,
  .readCergam--interactive .readCergam__contentTheEnd p {
    line-height: 1; }
  .readCergam--interactive .readCergam__contentTheEnd img {
    max-height: 275px; }
    @media (max-width: 1366px) {
      .readCergam--interactive .readCergam__contentTheEnd img {
        max-height: 135px; } }
    @media (max-width: 1536px) and (min-width: 1367px) {
      .readCergam--interactive .readCergam__contentTheEnd img {
        max-height: 200px; } }
  .readCergam--interactive .readCergam__contentTheEnd .navyblock--content {
    margin: 20px 0;
    max-height: 268px; }
    @media (max-width: 1920px) {
      .readCergam--interactive .readCergam__contentTheEnd .navyblock--content {
        margin: 12px 0; } }
    @media (max-width: 1366px) {
      .readCergam--interactive .readCergam__contentTheEnd .navyblock--content {
        margin: 12px 0;
        max-width: 832px;
        margin: auto; } }
    .readCergam--interactive .readCergam__contentTheEnd .navyblock--content.navyblock--bordered {
      padding: 16px 24px 16px 24px; }
      @media (max-width: 1366px) {
        .readCergam--interactive .readCergam__contentTheEnd .navyblock--content.navyblock--bordered {
          padding: 12px 15px 12px 15px; } }
    .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories {
      padding: 0; }
      .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item {
        padding: 16px 0 0; }
        @media (max-width: 1366px) {
          .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item {
            padding: 6px 0 0; } }
        .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item .stories__image,
        .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item img {
          max-height: 120px;
          -webkit-box-shadow: none;
          box-shadow: none; }
          @media (max-width: 1366px) {
            .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item .stories__image,
            .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item img {
              max-height: 75px; } }
          @media (max-width: 1536px) and (min-width: 1367px) {
            .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item .stories__image,
            .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__item img {
              max-height: 97px; } }
      @media (max-width: 1366px) {
        .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__title {
          margin: 12px 0 12px; } }
      .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__title--text {
        padding: 0 12px 0 0; }
        @media (max-width: 1366px) {
          .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__title--text {
            font-size: 20px; } }
      @media (max-width: 1366px) {
        .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__title--links a {
          font-size: 12px; } }
      .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__content--title {
        font-size: 14px;
        margin: 0; }
      .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories__desc {
        margin: 0;
        text-align: left; }
      .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories .main__content--time, .readCergam--interactive .readCergam__contentTheEnd .navyblock--content .stories .stories__content--time {
        display: none; }

.readCergam--interactive .readCergam__contentImg {
  height: 100vh;
  height: calc(100vh - 120px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  margin: 20px 0; }
  @media (max-width: 1366px) {
    .readCergam--interactive .readCergam__contentImg {
      height: calc(100vh - 120px); } }
  @media (max-width: 1536px) and (min-width: 1367px) {
    .readCergam--interactive .readCergam__contentImg {
      height: calc(100vh - 125px); } }
  .readCergam--interactive .readCergam__contentImg img {
    height: 450px; }
    @media (max-width: 1366px) {
      .readCergam--interactive .readCergam__contentImg img {
        height: 340px; } }
    @media (max-width: 1536px) and (min-width: 1367px) {
      .readCergam--interactive .readCergam__contentImg img {
        height: 430px; } }

.readCergam--interactive #resetBtn {
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0px;
  border: none;
  background: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
  gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .readCergam--interactive #resetBtn:hover {
    color: #009fe4; }
  .readCergam--interactive #resetBtn::after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNDk2NzIgOC4zMDI4NUM4LjE4MTg4IDkuNDkzMDIgOS4xODIwOSAxMC43NTA0IDkuNjQ2MDkgMTEuOTIxOEM5Ljg1NDY3IDEyLjQ0ODMgOS41MDU1MyAxMi45OTA4IDkuMDE0NDEgMTMuMDkwOEM4LjM1NTQxIDEzLjIyNDkgNy45MTcyMyAxMi41NzgzIDcuNTczMzEgMTIuMTAxMUM2Ljk3NzM4IDExLjI3NDEgNi4zNTA5NyAxMC40NjkxIDUuNjk1ODEgOS42ODgyN0M1LjQwMjg3IDkuMzM5MTIgNS4wNzA2IDguOTcxMjQgNC44MTYwOSA4LjU5NzQxQzQuNTA0ODkgOC4xNDAzMyA0LjI0NjAxIDcuNjkyOTQgNC4yODU3OSA3LjIzNTM3QzQuMzc1NDcgNi4yNjY5NiA2LjUyNDk3IDUuNTQyMjMgNy4yMzYzMyA1LjEzNTY0QzguNjMzMTYgNC4zMzcyNSA5Ljc4MTUyIDMuMjAxOTEgMTAuOTYwNCAyLjExNjIxQzExLjM0MzIgMS43NjM3IDExLjc4MDMgMS41NTY4MyAxMi4zMjI3IDEuNjA3MDhDMTIuODYyOCAxLjY1NzE3IDEzLjIyNiAyLjMyNjcyIDEyLjk2MjYgMi44MDM5MkMxMi4wNzEyIDQuMjEyNjQgMTAuNjA0MyA1LjA3MDg1IDkuNDM2NCA2LjIyNzc3QzEwLjM1MzggNi4yMzUxNiAxMS42MTcyIDYuMzI0OTUgMTIuNzI1OCA2LjYwNjY1QzE2LjIxMjMgNy40OTI1NyAxNy44MDI1IDEwLjI3NTggMTguMzA1OCAxMi4xMUMxOC42Njk5IDEzLjQzNjcgMTkuMDQxNSAxNS41OCAxOC4yNDM4IDE3LjgyOTNDMTguMDI3MyAxOC40Mzk4IDE3LjgxNiAxOS4wNDA2IDE3LjM0NzcgMTkuNTAxNUMxNy4xMDE2IDE5Ljc0MzQgMTYuMjM5MiAyMC41MjUxIDE1Ljg1OTIgMjAuMzgzOEMxNS4xMzIzIDIwLjExMTggMTYuMzI3NCAxNy45ODA5IDE2LjQ4MzIgMTcuNTM5MUMxNy4wMTkgMTYuMDE5NyAxNy4wOTkgMTQuMTcxOCAxNi41MzU0IDEyLjY0OEMxNS45MDg5IDEwLjk1MzkgMTQuMTUyNCA5LjI4NzExIDEyLjQ0MjQgOC43MzU1M0MxMC44MTgyIDguMjExNjYgOS4xMjQ5MyA4LjMyMTMxIDcuNDk2NzIgOC4zMDI4NVoiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==");
    width: 22px;
    height: 22px; }

.popupGuide {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100; }
  .popupGuide__close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    z-index: 1; }
    @media (max-width: 768px) {
      .popupGuide__close {
        top: 12px;
        right: 5px; } }
    .popupGuide__close:hover {
      cursor: pointer; }
    .popupGuide__close span {
      position: relative;
      width: 41px;
      height: 41px;
      background: #cdcdcd;
      border-radius: 50%;
      display: inline-block; }
      @media (max-width: 768px) {
        .popupGuide__close span {
          width: 32px;
          height: 32px; } }
      .popupGuide__close span::before, .popupGuide__close span::after {
        content: "";
        display: inline-block;
        background: #000;
        height: 3px;
        width: 18px;
        border-radius: 2px;
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .popupGuide__close span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .popupGuide__close span::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .popupGuide__message {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px; }
    .popupGuide__message p {
      font-weight: 600;
      font-size: 24px;
      line-height: 32.68px;
      letter-spacing: 0%;
      text-align: center;
      color: #fff;
      max-width: 400px; }
      @media (max-width: 1366px) {
        .popupGuide__message p {
          font-size: 20px; } }
  .popupGuide__imgBottom {
    left: 84px;
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: 0; }
    @media (max-width: 768px) {
      .popupGuide__imgBottom {
        left: 0;
        width: 200px;
        height: 200px; } }
  .popupGuideAnimtae {
    border: 10px solid #fff;
    border-radius: 50px;
    width: 81px;
    height: 136px;
    position: relative; }
    .popupGuideAnimtae::before, .popupGuideAnimtae::after {
      content: "";
      width: 17px;
      height: 17px;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 14px; }
    .popupGuideAnimtae::before {
      display: none; }
    .popupGuideAnimtae::after {
      -webkit-animation: heightAdd 1.5s ease-out infinite;
      animation: heightAdd 1.5s ease-out infinite; }

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); } }

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); } }

@-webkit-keyframes heightUp {
  0% {
    opacity: 0;
    height: 0px; }
  40% {
    opacity: 1;
    height: 100px; }
  90% {
    opacity: 1;
    height: 100px; } }

@keyframes heightUp {
  0% {
    opacity: 0;
    height: 0px; }
  40% {
    opacity: 1;
    height: 100px; }
  90% {
    opacity: 1;
    height: 100px; } }

@-webkit-keyframes heightDown {
  0% {
    opacity: 0;
    height: 100px; }
  40% {
    opacity: 1;
    height: 100px; }
  90% {
    opacity: 1;
    height: 0; } }

@keyframes heightDown {
  0% {
    opacity: 0;
    height: 100px; }
  40% {
    opacity: 1;
    height: 100px; }
  90% {
    opacity: 1;
    height: 0; } }

@-webkit-keyframes heightAdd {
  0% {
    opacity: 0;
    height: 17px;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1; }
  30% {
    height: 39px;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    height: 17px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    /* adjust how far down it moves */ }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes heightAdd {
  0% {
    opacity: 0;
    height: 17px;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    opacity: 1; }
  30% {
    height: 39px;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    height: 17px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    /* adjust how far down it moves */ }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

body, .headline__big__title,
.headline__subtitle,
.headline__big__box .headline__more,
.main__title--text, .highlight__item--title, .main__content--title, .stories__content--title, .popular__item--title, .main__content--desc, .stories__title--text,
.load__button, .popular__item,
.read__author, .read__time,
.mainmenu__list--child,
.mainmenu__title--text {
  font-family: Inter, sans-serif !important; }

.read__title--text {
  font-family: "Nunito Sans", serif; }

.main__content--desc {
  min-height: 82px; }
