@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color1: #5dd2b8;
  --color2: #11ffcc;
  --color3: #c65dff;
  --scrollbar-width: 0.375rem;
  --wrapped-width: 71.875rem;
  font-size: 16px;
  /* Default base size (1rem) */
}
::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
::-webkit-scrollbar-thumb {
  background: var(--color2);
}
::-webkit-scrollbar-track {
  background: #666;
  border: none;
  border-bottom: none !important;
  border-left: 0.0625rem solid #888;
  border-top: none !important;
}
::selection {
  background: var(--color3);
  color: #000;
}
input, textarea {
  box-shadow: none !important;
  outline: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
.aC {
  text-align: center !important;
}
.aL {
  text-align: left !important;
}
.aR {
  text-align: right !important;
}
body {
  background: #000;
  cursor: default;
  font-family: Roboto, sans-serif;
  padding: 8.875rem 0 0;
}
@media screen and (max-width: 1024px) {
  body {
    padding: 6.25rem 0 0;
  }
}
body * {
  box-sizing: border-box;
  scroll-margin-top: 142px;
}
@media screen and (max-width: 1024px) {
  body * {
    scroll-margin-top: 100px;
  }
}
body:has(a.open-close-menu.active) {
  overflow: hidden;
  position: fixed;
}
body:has(a.open-close-menu.active) header ul.menu {
  transform: translate3d(0, 0, 0);
}
.line-dot {
  display: inline-block;
  height: 0.75rem;
  margin: auto;
  vertical-align: middle;
  width: 6.75rem;
}
.line-dot::before {
  border-top: 0.1875rem solid #5cd2b9;
  content: "";
  display: inline-block;
  height: 0.1875rem;
  vertical-align: middle;
  width: 5.6875rem;
}
.line-dot::after {
  background: #5cd2b9;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.75rem;
  margin: 0 0 0 0.3125rem;
  vertical-align: middle;
  width: 0.75rem;
}
header {
  background: #151515ee;
  color: #fff;
  height: 8.875rem;
  left: 0;
  padding: 1.25rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  header {
    background: #151515cc;
    padding: 0.625rem 1.25rem;
    height: 6.25rem;
  }
}
header .header-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper {
    justify-content: center;
    max-width: 100vw;
  }
}
header .header-wrapper .open-close-menu {
  display: none;
  height: 1.875rem;
  left: 5vw;
  position: absolute;
  text-align: center;
  top: 1.25rem;
  transition: 0.6s transform;
  width: 1.875rem;
  z-index: 2500;
}
header .header-wrapper .open-close-menu.active {
  transform: translate3d(calc(90vw - 1.875rem), 0, 0);
}
header .header-wrapper .open-close-menu.active > span:nth-child(1) {
  transform: rotate(45deg) scaleX(1.25);
}
header .header-wrapper .open-close-menu.active > span:nth-child(2) {
  transform: scaleX(0);
}
header .header-wrapper .open-close-menu.active > span:nth-child(3) {
  transform: rotate(-45deg) scaleX(1.25);
}
header .header-wrapper .open-close-menu > span {
  border-top: 0.1875rem solid var(--color1);
  display: block;
  height: 0.1875rem;
  margin: 0;
  transition: 0.6s transform;
  transform-origin: 0 50%;
  width: 100%;
}
header .header-wrapper .open-close-menu > span:nth-child(2) {
  margin: 0.625rem 0;
  transition: 0.15s transform;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .open-close-menu {
    display: block;
  }
}
header .header-wrapper .logo {
  display: inline-block;
  height: 6.375rem;
  width: 12.3125rem;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .logo {
    height: 4.875rem;
    width: 9.375rem;
  }
}
header .header-wrapper .logo > img {
  height: 100%;
  width: 100%;
}
header .header-wrapper ul.menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper ul.menu {
    background: #000;
    flex-direction: column;
    gap: 1.25rem;
    height: 100vh;
    left: 0;
    position: absolute;
    transition: 0.6s transform;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    width: 100vw;
    z-index: 2000;
  }
}
header .header-wrapper ul.menu > li {
  margin: 0;
  padding: 0;
  position: relative;
}
header .header-wrapper ul.menu > li:has(> ul) > a::before {
  display: none !important;
}
header .header-wrapper ul.menu > li:hover > a {
  color: var(--color1);
}
header .header-wrapper ul.menu > li:hover > ul {
  display: block;
}
header .header-wrapper ul.menu > li > ul {
  background: #5cd2b9;
  bottom: 0.0625rem;
  box-shadow: 0 0 0.125rem #010101;
  color: #010101;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate3d(0, 100%, 0);
}
@media screen and (max-width: 1024px) {
  header .header-wrapper ul.menu > li > ul {
    background: #5cd2b933;
    box-shadow: none;
    bottom: initial;
    display: block !important;
    left: initial;
    margin: 1.25rem 0 0;
    padding: 0 2.5rem 0.9375rem;
    position: relative;
    text-align: center;
    transform: none;
  }
  header .header-wrapper ul.menu > li > ul > li > a {
    color: #fff !important;
    padding: 0 0 0.9375rem !important;
  }
}
header .header-wrapper ul.menu > li > ul > li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper ul.menu > li > ul > li:nth-child(1) > a {
    padding: 0.9375rem 0 !important;
  }
}
header .header-wrapper ul.menu > li > ul > li:last-child > a {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper ul.menu > li > ul > li:last-child > a {
    padding: 0 !important;
  }
}
header .header-wrapper ul.menu > li > ul > li > a {
  border-bottom: 0.0625rem solid #01010166;
  box-shadow: none !important;
  color: #010101;
  display: block;
  font-family: "Works Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  outline: none !important;
  padding: 0.3125rem 1.25rem;
  transition: 0.3s all;
  white-space: nowrap;
}
header .header-wrapper ul.menu > li > ul > li > a:hover {
  background: #010101;
  color: #5cd2b9;
}
header .header-wrapper ul.menu > li.current-menu-item > a, header .header-wrapper ul.menu > li.current-menu-ancestor > a {
  color: var(--color1);
}
header .header-wrapper ul.menu > li.language {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  justify-content: center;
}
header .header-wrapper ul.menu > li.language > a {
  color: var(--color1);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
header .header-wrapper ul.menu > li.language > a.active {
  font-weight: 700;
}
header .header-wrapper ul.menu > li > a {
  box-shadow: none !important;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  outline: none !important;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper ul.menu > li > a {
    display: block;
    text-align: center;
  }
}
header .header-wrapper ul.menu > li > a::before {
  border-bottom: 0.125rem solid var(--color1);
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: 0.3s transform, 0.3s color;
  width: 100%;
}
header .header-wrapper ul.menu > li > a:hover {
  color: var(--color1);
}
header .header-wrapper ul.menu > li > a:hover::before {
  transform: scaleX(1);
}
header .header-wrapper ul.language {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.3125rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  min-width: 12.3125rem;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header .header-wrapper ul.language {
    display: none;
  }
}
header .header-wrapper ul.language > li {
  margin: 0;
  padding: 0;
}
header .header-wrapper ul.language > li > a {
  color: var(--color2);
  font-family: "Work Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
header .header-wrapper ul.language > li > a.active {
  font-weight: 700;
}
footer {
  background: #000;
  color: #fff;
  padding: 6.25rem 0 3.125rem;
}
footer .footer-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  margin: auto;
  max-width: var(--wrapped-width);
}
footer .footer-wrapper .logo {
  display: inline-block;
  height: 6.375rem;
  width: 12.3125rem;
}
footer .footer-wrapper .logo > img {
  height: 100%;
  width: 100%;
}
footer .footer-wrapper ul.menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrapper ul.menu {
    flex-direction: column;
    gap: 0.625rem;
  }
}
footer .footer-wrapper ul.menu > li {
  margin: 0;
  padding: 0;
}
footer .footer-wrapper ul.menu > li.current-menu-item > a {
  color: #fff;
}
footer .footer-wrapper ul.menu > li > a {
  color: var(--color2);
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
footer .footer-wrapper ul.menu > li > a::before {
  border-bottom: 0.125rem solid #fff;
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: 0.3s transform, 0.3s color;
  width: 100%;
}
footer .footer-wrapper ul.menu > li > a:hover {
  color: #fff;
}
footer .footer-wrapper ul.menu > li > a:hover::before {
  transform: scaleX(1);
}
footer .footer-wrapper .claim {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 auto 3.125rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrapper .claim {
    padding: 0 5vw;
  }
}
footer .footer-wrapper .social {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 3.125rem;
  justify-content: center;
  transition: 0.3s color;
}
footer .footer-wrapper .social > a {
  color: var(--color1);
  font-size: 1.5625rem;
  text-decoration: none;
}
footer .footer-wrapper .social > a:hover {
  color: #fff;
  filter: drop-shadow(0 0 0.3125rem var(--color1));
}
main.dimasgimeno-category > div.wrapper, main.dimasgimeno-search > div.wrapper, main.dimasgimeno-single-post > div.wrapper {
  margin: auto;
  max-width: var(--wrapped-width);
}
main.dimasgimeno-category > div.wrapper h1, main.dimasgimeno-category > div.wrapper h2, main.dimasgimeno-category > div.wrapper h3, main.dimasgimeno-category > div.wrapper h4, main.dimasgimeno-category > div.wrapper h5, main.dimasgimeno-category > div.wrapper h6, main.dimasgimeno-search > div.wrapper h1, main.dimasgimeno-search > div.wrapper h2, main.dimasgimeno-search > div.wrapper h3, main.dimasgimeno-search > div.wrapper h4, main.dimasgimeno-search > div.wrapper h5, main.dimasgimeno-search > div.wrapper h6, main.dimasgimeno-single-post > div.wrapper h1, main.dimasgimeno-single-post > div.wrapper h2, main.dimasgimeno-single-post > div.wrapper h3, main.dimasgimeno-single-post > div.wrapper h4, main.dimasgimeno-single-post > div.wrapper h5, main.dimasgimeno-single-post > div.wrapper h6 {
  font-family: "Work Sans", sans-serif !important;
}
main.dimasgimeno-category > div.wrapper h1, main.dimasgimeno-search > div.wrapper h1, main.dimasgimeno-single-post > div.wrapper h1 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  margin: 40px auto 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper h1, main.dimasgimeno-search > div.wrapper h1, main.dimasgimeno-single-post > div.wrapper h1 {
    font-size: 30px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
main.dimasgimeno-category > div.wrapper h1.search, main.dimasgimeno-search > div.wrapper h1.search, main.dimasgimeno-single-post > div.wrapper h1.search {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper h1.search, main.dimasgimeno-search > div.wrapper h1.search, main.dimasgimeno-single-post > div.wrapper h1.search {
    margin: -30px 0 -60px;
  }
}
main.dimasgimeno-category > div.wrapper h1 + .line-dot, main.dimasgimeno-search > div.wrapper h1 + .line-dot, main.dimasgimeno-single-post > div.wrapper h1 + .line-dot {
  display: block;
  margin: -22px 0 22px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper, main.dimasgimeno-search > div.wrapper div.content-wrapper, main.dimasgimeno-single-post > div.wrapper div.content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  gap: 50px;
  justify-content: flex-start;
  line-height: 1.4;
  margin: auto;
  max-width: var(--wrapped-width);
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper div.content-wrapper, main.dimasgimeno-search > div.wrapper div.content-wrapper, main.dimasgimeno-single-post > div.wrapper div.content-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    max-width: 90vw;
  }
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog {
  background: #132823;
  background-size: cover;
  border: none;
  margin: 40px 0 0;
  min-height: 100px;
  padding: 50px 25px;
  width: 350px;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog {
    margin: 0;
    width: 100%;
  }
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget {
  margin: 0 0 40px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget:last-of-type, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget:last-of-type, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget:last-of-type {
  margin: 0;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget h2.widget-title, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget h2.widget-title, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget h2.widget-title {
  color: #11ffcc;
  font-family: "Work Sans", sans-serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 0.92;
  margin: 0 0 20px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item {
  background-color: transparent;
  background-image: var(--image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 90px;
  transition: 0.2s all;
  width: 90px;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item {
    height: calc((90vw - 58px) / 3 - (15px / 2));
    width: calc((90vw - 58px) / 3 - (15px / 2));
  }
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item:hover, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item:hover, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-post-gallery .gallery-images-wrapper a.gallery-item:hover {
  transform: scale(1.1);
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a {
  color: #14133d;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 16px !important;
  margin: 0;
  text-decoration: none;
  transition: 0.2s all;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a:hover, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a:hover, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a:hover {
  color: #b49558;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a::after, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a::after, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a::after {
  color: #14133d;
  content: "│";
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a:last-of-type::after, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a:last-of-type::after, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-tag-cloud a:last-of-type::after {
  display: none;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li {
  align-items: center;
  background: var(--background);
  border: 2px solid var(--color);
  color: var(--color);
  display: flex;
  flex-direction: row;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  gap: 10px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-thumnail, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-thumnail, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-thumnail {
  border-right: 2px solid var(--color);
  height: 94px;
  margin: 0;
  transition: 0.2s all;
  width: 94px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-thumnail > a, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-thumnail > a, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-thumnail > a {
  background-image: var(--image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content {
  color: #11ffcc;
  display: block;
  flex: 1;
  font-size: 16px;
  line-height: normal;
  padding: 5px 10px 5px 0;
  text-decoration: none;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content > a, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content > a, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content > a {
  border: none;
  color: #11ffcc;
  display: -webkit-box;
  font-weight: bold;
  max-height: 57px;
  margin: 0;
  overflow: hidden;
  transition: 0.2s color;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content > a:hover, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content > a:hover, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content > a:hover {
  font-weight: bold;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content .post-date, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content .post-date, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content .post-date {
  font-size: 13px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content .post-date::before, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content .post-date::before, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-latest-posts ul li > div.post-content .post-date::before {
  border-bottom: 2px solid #11ffcc;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul, main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li, main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li.active, main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li.active, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li.active, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li.active, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li.active, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li.active {
  position: relative;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li.active::before, main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li.active::before, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li.active::before, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li.active::before, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li.active::before, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li.active::before {
  border-left: 3px solid var(--color);
  content: "";
  display: inline-block;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate3d(-15px, -50%, 0);
  width: 10px;
  z-index: 100;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a, main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a {
  border-bottom: 1px solid #11ffcc;
  color: var(--color, #11ffcc);
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
  text-decoration: none;
  transition: 0.2s all;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a::before, main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a::before, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a::before, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a::before, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a::before, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a::before {
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  filter: drop-shadow(0 0 10px var(--color));
  height: 24px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 24px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a:hover, main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a:hover, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a:hover, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a:hover, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-categories ul li a:hover, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog section.widget .wp-block-archives ul li a:hover {
  font-weight: bold;
  padding: 8px 0 8px 8px;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div {
  margin: 0;
  padding: 0;
  position: relative;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div::after, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div::after, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div::after {
  color: #11ffcc66;
  content: "";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 25px;
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div input, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div input, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div input {
  background: transparent;
  border: 0.0625rem solid #11ffcc;
  border-radius: 0;
  box-shadow: none !important;
  color: #11ffcc;
  display: block;
  font-size: inherit;
  outline: none !important;
  padding: 0.5rem;
  width: 100%;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div input::placeholder, main.dimasgimeno-search > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div input::placeholder, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > aside.main-sidebar-blog form[role="search"] > div input::placeholder {
  color: #11ffcc88;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > div, main.dimasgimeno-search > div.wrapper div.content-wrapper > div, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > div {
  flex: 1;
}
main.dimasgimeno-category > div.wrapper div.content-wrapper > div .post-thumbnail, main.dimasgimeno-search > div.wrapper div.content-wrapper > div .post-thumbnail, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > div .post-thumbnail {
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 421px;
  width: 750px;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper div.content-wrapper > div .post-thumbnail, main.dimasgimeno-search > div.wrapper div.content-wrapper > div .post-thumbnail, main.dimasgimeno-single-post > div.wrapper div.content-wrapper > div .post-thumbnail {
    height: calc(90vw / 1.5);
    width: 90vw;
  }
}
main.dimasgimeno-category > div.wrapper .post-content h2, main.dimasgimeno-search > div.wrapper .post-content h2, main.dimasgimeno-single-post > div.wrapper .post-content h2 {
  color: #fff;
  font-family: "Yese  va One", serif;
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 20px;
}
main.dimasgimeno-category > div.wrapper .post-content h3, main.dimasgimeno-search > div.wrapper .post-content h3, main.dimasgimeno-single-post > div.wrapper .post-content h3 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 20px;
}
main.dimasgimeno-category > div.wrapper .post-content ul, main.dimasgimeno-category > div.wrapper .post-content ul li, main.dimasgimeno-search > div.wrapper .post-content ul, main.dimasgimeno-search > div.wrapper .post-content ul li, main.dimasgimeno-single-post > div.wrapper .post-content ul, main.dimasgimeno-single-post > div.wrapper .post-content ul li {
  color: #fff;
  list-style-type: square;
}
main.dimasgimeno-category > div.wrapper .post-content ol, main.dimasgimeno-category > div.wrapper .post-content ol li, main.dimasgimeno-search > div.wrapper .post-content ol, main.dimasgimeno-search > div.wrapper .post-content ol li, main.dimasgimeno-single-post > div.wrapper .post-content ol, main.dimasgimeno-single-post > div.wrapper .post-content ol li {
  color: #fff;
  list-style-type: decimal;
}
main.dimasgimeno-category > div.wrapper .post-content ul, main.dimasgimeno-category > div.wrapper .post-content ol, main.dimasgimeno-search > div.wrapper .post-content ul, main.dimasgimeno-search > div.wrapper .post-content ol, main.dimasgimeno-single-post > div.wrapper .post-content ul, main.dimasgimeno-single-post > div.wrapper .post-content ol {
  margin-block-end: 20px;
}
main.dimasgimeno-category > div.wrapper .post-content p, main.dimasgimeno-search > div.wrapper .post-content p, main.dimasgimeno-single-post > div.wrapper .post-content p {
  color: #fff;
  margin-block-end: 20px;
}
main.dimasgimeno-category > div.wrapper .post-content a, main.dimasgimeno-search > div.wrapper .post-content a, main.dimasgimeno-single-post > div.wrapper .post-content a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}
main.dimasgimeno-category > div.wrapper .post-content blockquote, main.dimasgimeno-search > div.wrapper .post-content blockquote, main.dimasgimeno-single-post > div.wrapper .post-content blockquote {
  background: #aec3e6bf;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  line-height: normal;
  margin: 30px 0;
  padding: 35px 35px 35px 80px;
  position: relative;
  width: 100%;
}
main.dimasgimeno-category > div.wrapper .post-content blockquote::before, main.dimasgimeno-search > div.wrapper .post-content blockquote::before, main.dimasgimeno-single-post > div.wrapper .post-content blockquote::before {
  background: url(/wp-content/uploads/2025/09/comillas.png) center center no-repeat transparent;
  background-size: contain;
  content: "";
  height: 32px;
  left: 24px;
  position: absolute;
  top: 24px;
  width: 40px;
}
main.dimasgimeno-category > div.wrapper .post-content blockquote p, main.dimasgimeno-search > div.wrapper .post-content blockquote p, main.dimasgimeno-single-post > div.wrapper .post-content blockquote p {
  line-height: normal;
  margin: 0;
  padding: 0;
}
main.dimasgimeno-category > div.wrapper .post-meta, main.dimasgimeno-search > div.wrapper .post-meta, main.dimasgimeno-single-post > div.wrapper .post-meta {
  align-items: center;
  background: transparent;
  border: 1px solid #11ffcc;
  color: #11ffcc;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  gap: 40px;
  justify-content: flex-start;
  margin: 30px auto;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper .post-meta, main.dimasgimeno-search > div.wrapper .post-meta, main.dimasgimeno-single-post > div.wrapper .post-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
main.dimasgimeno-category > div.wrapper .post-meta > div, main.dimasgimeno-search > div.wrapper .post-meta > div, main.dimasgimeno-single-post > div.wrapper .post-meta > div {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
}
main.dimasgimeno-category > div.wrapper .post-meta > div.post-categories, main.dimasgimeno-search > div.wrapper .post-meta > div.post-categories, main.dimasgimeno-single-post > div.wrapper .post-meta > div.post-categories {
  flex: 1;
  gap: 0;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper .post-meta > div.post-categories, main.dimasgimeno-search > div.wrapper .post-meta > div.post-categories, main.dimasgimeno-single-post > div.wrapper .post-meta > div.post-categories {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
main.dimasgimeno-category > div.wrapper .post-meta > div > a, main.dimasgimeno-search > div.wrapper .post-meta > div > a, main.dimasgimeno-single-post > div.wrapper .post-meta > div > a {
  color: #11ffcc;
  font-weight: bold;
  text-decoration: none;
}
main.dimasgimeno-category > div.wrapper .post-meta > div > a::after, main.dimasgimeno-search > div.wrapper .post-meta > div > a::after, main.dimasgimeno-single-post > div.wrapper .post-meta > div > a::after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
main.dimasgimeno-category > div.wrapper .post-meta > div > a:last-child::after, main.dimasgimeno-search > div.wrapper .post-meta > div > a:last-child::after, main.dimasgimeno-single-post > div.wrapper .post-meta > div > a:last-child::after {
  display: none;
}
main.dimasgimeno-category > div.wrapper .post-navigation, main.dimasgimeno-search > div.wrapper .post-navigation, main.dimasgimeno-single-post > div.wrapper .post-navigation {
  margin: 40px auto 0;
  text-align: center;
}
main.dimasgimeno-category > div.wrapper .post-navigation .nav-links, main.dimasgimeno-search > div.wrapper .post-navigation .nav-links, main.dimasgimeno-single-post > div.wrapper .post-navigation .nav-links {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
main.dimasgimeno-category > div.wrapper .post-navigation .nav-links .nav-previous, main.dimasgimeno-search > div.wrapper .post-navigation .nav-links .nav-previous, main.dimasgimeno-single-post > div.wrapper .post-navigation .nav-links .nav-previous {
  flex: 1;
  text-align: left;
}
main.dimasgimeno-category > div.wrapper .post-navigation .nav-links .nav-previous a::before, main.dimasgimeno-search > div.wrapper .post-navigation .nav-links .nav-previous a::before, main.dimasgimeno-single-post > div.wrapper .post-navigation .nav-links .nav-previous a::before {
  background: #5cd2b9;
  border-radius: 50%;
  color: #101010;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 30px;
  font-style: normal;
  height: 52px;
  line-height: 52px;
  text-align: center;
  transition: 0.2s all;
  width: 52px;
}
main.dimasgimeno-category > div.wrapper .post-navigation .nav-links .nav-previous a:hover::before, main.dimasgimeno-search > div.wrapper .post-navigation .nav-links .nav-previous a:hover::before, main.dimasgimeno-single-post > div.wrapper .post-navigation .nav-links .nav-previous a:hover::before {
  background: #c65dff;
}
main.dimasgimeno-category > div.wrapper .post-navigation .nav-links .nav-next, main.dimasgimeno-search > div.wrapper .post-navigation .nav-links .nav-next, main.dimasgimeno-single-post > div.wrapper .post-navigation .nav-links .nav-next {
  flex: 1;
  text-align: right;
}
main.dimasgimeno-category > div.wrapper .post-navigation .nav-links .nav-next a::before, main.dimasgimeno-search > div.wrapper .post-navigation .nav-links .nav-next a::before, main.dimasgimeno-single-post > div.wrapper .post-navigation .nav-links .nav-next a::before {
  background: #5cd2b9;
  border-radius: 50%;
  color: #101010;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 30px;
  font-style: normal;
  height: 52px;
  line-height: 52px;
  text-align: center;
  transition: 0.2s all;
  width: 52px;
}
main.dimasgimeno-category > div.wrapper .post-navigation .nav-links .nav-next a:hover::before, main.dimasgimeno-search > div.wrapper .post-navigation .nav-links .nav-next a:hover::before, main.dimasgimeno-single-post > div.wrapper .post-navigation .nav-links .nav-next a:hover::before {
  background: #c65dff;
}
main.dimasgimeno-category > div.wrapper .post-related-news, main.dimasgimeno-search > div.wrapper .post-related-news, main.dimasgimeno-single-post > div.wrapper .post-related-news {
  margin: 0;
}
main.dimasgimeno-category > div.wrapper .post-related-news .post-related-news-title, main.dimasgimeno-search > div.wrapper .post-related-news .post-related-news-title, main.dimasgimeno-single-post > div.wrapper .post-related-news .post-related-news-title {
  color: #11ffcc;
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  margin: 40px 0 20px;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper .post-related-news .post-related-news-title, main.dimasgimeno-search > div.wrapper .post-related-news .post-related-news-title, main.dimasgimeno-single-post > div.wrapper .post-related-news .post-related-news-title {
    font-size: 26px;
  }
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item {
  align-items: flex-start;
  background: #132823;
  border: 2px solid var(--color);
  display: flex;
  flex-direction: row;
  font-family: "Work Sans", sans-serif;
  gap: 20px;
  justify-content: flex-start;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item {
    flex-direction: column;
  }
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item:last-of-type, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item:last-of-type, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item:last-of-type {
  margin: 0;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item a.view-more, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item a.view-more, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item a.view-more {
  background: #5cd2b9;
  bottom: 10px;
  color: #101010;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 36px;
  position: absolute;
  right: 10px;
  text-align: center;
  transition: 0.2s all;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item a.view-more, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item a.view-more, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item a.view-more {
    align-self: center;
    bottom: initial;
    display: block;
    margin: 20px auto 0;
    position: relative;
    right: initial;
  }
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item a.view-more:hover, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item a.view-more:hover, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item a.view-more:hover {
  background: #010101;
  color: #11ffcc;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .thumbnail, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .thumbnail, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .thumbnail {
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 2px solid var(--color);
  height: 150px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .thumbnail, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .thumbnail, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .thumbnail {
    border-bottom: 2px solid var(--color);
    border-right: none;
    width: 100%;
  }
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .thumbnail > a, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .thumbnail > a, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .thumbnail > a {
  display: block;
  height: 100%;
  width: 100%;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item h3, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item h3, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item h3 a, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item h3 a, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item h3 a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .post-date, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .post-date, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .post-date {
  color: #fff;
  font-size: 12px;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .post-excerpt, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .post-excerpt, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .post-excerpt {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0 0;
  padding: 0;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .post-excerpt p:last-of-type, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .post-excerpt p:last-of-type, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .post-excerpt p:last-of-type {
  margin: 0;
  padding: 0;
}
main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .related-post-content, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .related-post-content, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .related-post-content {
  flex: 1;
  padding: 10px 160px 10px 0;
}
@media screen and (max-width: 1024px) {
  main.dimasgimeno-category > div.wrapper .post-related-news .related-post-item .related-post-content, main.dimasgimeno-search > div.wrapper .post-related-news .related-post-item .related-post-content, main.dimasgimeno-single-post > div.wrapper .post-related-news .related-post-item .related-post-content {
    padding: 10px;
  }
}
main.dimasgimeno-category > div.wrapper .post-tags .post-tags-title, main.dimasgimeno-search > div.wrapper .post-tags .post-tags-title, main.dimasgimeno-single-post > div.wrapper .post-tags .post-tags-title {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  margin: 40px 0 20px;
}
main.dimasgimeno-category > div.wrapper .post-tags .tag-links::after, main.dimasgimeno-search > div.wrapper .post-tags .tag-links::after, main.dimasgimeno-single-post > div.wrapper .post-tags .tag-links::after {
  color: #fff;
  content: "│";
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
main.dimasgimeno-category > div.wrapper .post-tags .tag-links:last-child::after, main.dimasgimeno-search > div.wrapper .post-tags .tag-links:last-child::after, main.dimasgimeno-single-post > div.wrapper .post-tags .tag-links:last-child::after {
  display: none;
}
main.dimasgimeno-category > div.wrapper .post-tags .tag-links > a, main.dimasgimeno-search > div.wrapper .post-tags .tag-links > a, main.dimasgimeno-single-post > div.wrapper .post-tags .tag-links > a {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: 0.2s color;
}
main.dimasgimeno-category > div.wrapper .post-tags .tag-links > a:hover, main.dimasgimeno-search > div.wrapper .post-tags .tag-links > a:hover, main.dimasgimeno-single-post > div.wrapper .post-tags .tag-links > a:hover {
  color: #b49558;
}
.category-wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .category-wrapper {
    flex-direction: column;
    margin: 0;
  }
}
.category-wrapper > div.search h1 {
  margin: 0 auto 20px !important;
}
.category-wrapper > div.search span.line-dot {
  margin: -22px auto -8px !important;
  text-align: left;
  width: 100%;
}
.category-wrapper > .page-header {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Work Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  gap: 0;
  margin: 10px auto -18px;
  max-width: var(--wrapped-width);
  width: 100%;
}
.category-wrapper > .page-header span.line-dot {
  margin: -22px auto 22px;
  text-align: left;
  width: 100%;
}
.category-wrapper > .category-post {
  background: #132823;
  border: 2px solid var(--color);
  position: relative;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .category-wrapper > .category-post {
    margin: auto;
    width: 90vw;
  }
}
.category-wrapper > .category-post .post-thumnbnail {
  background-color: transparent;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 356px;
}
@media screen and (max-width: 1024px) {
  .category-wrapper > .category-post .post-thumnbnail {
    height: calc((90vw - 4px) / (16 / 9));
    width: calc(90vw - 4px);
  }
}
.category-wrapper > .category-post .post-thumnbnail > a {
  display: block;
  height: 100%;
  width: 100%;
}
.category-wrapper > .category-post .post-content {
  background: var(--background);
  padding: 10px;
}
.category-wrapper > .category-post .post-content > a.post-title {
  border: none;
  color: #11ffcc;
  display: -webkit-box;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 62px;
  line-height: 1.1;
  max-height: 62px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.category-wrapper > .category-post .post-content > div.post-author {
  color: #11ffcc;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.category-wrapper > .category-post .post-content > div.post-date {
  color: #11ffcc;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.category-wrapper > .category-post .post-content > div.post-date::before {
  border-top: 2px solid #11ffcc;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
}
.category-wrapper .navigation {
  display: block;
  text-align: center;
  width: 100%;
}
.category-wrapper .navigation .nav-links > * {
  margin: 0 5px;
}
.category-wrapper .navigation .nav-links span.current {
  background: #14133b;
  color: #fff;
  display: inline-block;
  font-family: "Yeseve One", serif;
  font-size: 30px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.category-wrapper .navigation .nav-links a.page-numbers {
  background: transparent;
  color: #14133b;
  display: inline-block;
  font-family: "Yeseve One", serif;
  font-size: 30px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.2s all;
  width: 40px;
}
.category-wrapper .navigation .nav-links a.page-numbers:hover {
  background: #14133b;
  color: #fff;
}
.category-wrapper .navigation .nav-links a.prev {
  display: inline-block;
}
.category-wrapper .navigation .nav-links a.prev::before {
  background: #b9a36e;
  color: #14133b;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 30px;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.2s all;
  width: 40px;
}
.category-wrapper .navigation .nav-links a.prev:hover::before {
  color: #fff;
}
.category-wrapper .navigation .nav-links a.next {
  display: inline-block;
}
.category-wrapper .navigation .nav-links a.next::before {
  background: #b9a36e;
  color: #14133b;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 30px;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.2s all;
  width: 40px;
}
.category-wrapper .navigation .nav-links a.next:hover::before {
  color: #fff;
}
body:has(.video-modal) {
  overflow: hidden;
}
body:has(.video-modal)::before {
  background: #01010166;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.video-modal {
  background: #000;
  height: calc(60vw / (16 / 9));
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 60vw;
  z-index: 10000;
}
@media screen and (max-width: 1024px) {
  .video-modal {
    height: calc(90vw / (16 / 9));
    width: 90vw;
  }
}
.video-modal > iframe {
  height: 100%;
  width: 100%;
}
.video-modal > .video-modal-close {
  align-items: center;
  background: #11ffcc;
  border: none;
  border-radius: 50%;
  color: #101010;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 10000;
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/b48cb5088ae0f248416282aec10a95ff94ca5efc.css.map */