@charset "UTF-8";
/*
    Theme Name:   Loker Website
    Theme URI:    https://loker.website.com
    Description:  Fully customized theme for loker.website
    Author:       Rizwan Aritonang
    Author URI:   https://rizwanaritonang.com
    Version:      1.0.0
    Text Domain:  loker-website
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* ----------------------------------------------------------------
        [ CSS Variables ]
-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --global-color-8: #00B5AD;
  --global-color-9: #1B1F3B;
  --global-color-10: #34C759;
  --global-color-11: #F8F9FA;
  --global-color-12: #b50000;
  --border-color: #e5e7eb;
  --font-family: "Inter", sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: var(--base-3);
  color: var(--contrast);
  line-height: 1.7;
  margin: 0;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  cursor: pointer;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: clip;
  position: relative;
}
.site-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 1270px) {
  .site-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-main {
  background-color: var(--base-2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-main__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.5rem 1rem;
}
@media (min-width: 640px) {
  .site-main__wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.site-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .site-main__inner {
    display: -ms-grid;
    display: grid;
  }
}
.site-main__inner .page {
  display: contents;
}
.site-main__inner--blog {
  display: block;
}
@media (min-width: 998px) {
  .site-main__inner--blog {
    display: -ms-grid;
    display: grid;
  }
}
.site-main__inner--blog .site-main__sidebar {
  margin-top: 2.5rem;
  margin-left: 0;
}
@media (min-width: 998px) {
  .site-main__inner--blog .site-main__sidebar {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
.site-main__sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: 2;
      grid-column-start: 2;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .site-main__sidebar {
    margin-left: 1.5rem;
    margin-top: 0;
    width: 292px;
  }
}
.site-main__sidebar-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: -ms-grid;
  display: grid;
  position: sticky;
  row-gap: 1.25rem;
  top: 1.5rem;
}
@media (max-width: 1269px) {
  .site-main__sidebar-inner {
    top: 5rem;
  }
}
@media not all and (min-width: 768px) {
  .site-main__sidebar-inner {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media not all and (min-width: 560px) {
  .site-main__sidebar-inner {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ----------------------------------------------------------------
    [ Center Container ]
-----------------------------------------------------------------*/
.center {
  border: 0 solid #e5e7eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
}
@media (min-width: 990px) {
  .center {
    max-width: 916px;
  }
}
@media (min-width: 1630px) {
  .center {
    max-width: 1276px;
  }
}
.center--small {
  max-width: 580px;
}
@media (min-width: 768px) {
  .center--small {
    max-width: 916px;
  }
}

/* ----------------------------------------------------------------
        [ Header ]
-----------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0;
  z-index: 999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1269px) {
  .header {
    position: sticky;
  }
}
@media (min-width: 1270px) {
  .header {
    width: 18rem;
  }
}
.header__branding {
  color: var(--contrast);
  background-color: var(--base-3);
  border: 0 solid var(--base);
  padding: 1rem;
}
@media (max-width: 1269px) {
  .header__branding {
    border-bottom-width: 1px;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media (min-width: 640px) {
  .header__branding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1270px) {
  .header__branding {
    border-right-width: 1px;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.header__branding-inner {
  color: var(--contrast);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 solid var(--base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1270px) {
  .header__branding-inner {
    margin-top: 0.25rem;
  }
}
@media (max-width: 1269px) {
  .header__branding-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header__branding-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__logo-link {
  width: 100%;
}
@media (max-width: 1269px) {
  .header__logo-link {
    max-width: 164px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo-link {
    position: relative;
    left: -1rem;
  }
}
.header__logo {
  width: 100%;
}
.header__title {
  margin: 0;
  color: var(--contrast);
}
.header__overlay {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1270px) {
  .header__overlay {
    display: none;
  }
}
.header__overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.header__widgets {
  color: var(--contrast);
  border: 0 solid var(--base);
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 18rem;
  z-index: 10;
}
@media (max-width: 1269px) {
  .header__widgets {
    position: fixed;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 1269px) {
  .header__widgets.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1270px) {
  .header__widgets {
    -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
.header__widgets-inner {
  color: var(--contrast);
  background-color: var(--base-3);
  border: solid var(--base);
  border-width: 0 1px 0 0;
  height: 100%;
  position: relative;
}
.header__widgets-content {
  color: var(--contrast);
  border: 0 solid var(--base);
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 1.5rem;
}
@media (max-width: 1269px) {
  .header__widgets-content {
    height: 100dvh;
    overflow-y: scroll;
    padding-top: 1.5rem;
  }
}
@media (min-width: 640px) {
  .header__widgets-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1270px) {
  .header__widgets-content {
    position: sticky;
  }
}
.header__menu-toggle {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: transparent;
  background-image: none;
  color: rgb(30, 41, 59);
  cursor: pointer;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  padding: 0.25rem;
  text-transform: none;
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  display: none;
}
@media (max-width: 1269px) {
  .header__menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__menu-toggle:hover {
  color: rgb(2, 6, 23);
}
.header__menu-toggle-icon {
  color: rgb(30, 41, 59);
  cursor: pointer;
  font-size: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-transform: none;
  display: block;
  width: 24px;
  height: 24px;
}

/* ----------------------------------------------------------------
        [ Header Navigation ]
-----------------------------------------------------------------*/
.header-navigation {
  margin-bottom: 1.5rem;
}
.header-navigation__title {
  color: var(--contrast-2);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.header-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  color: var(--contrast);
}
.header-menu .menu-item {
  position: relative;
}
.header-menu .menu-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.header-menu .menu-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--contrast);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: inherit;
}
.header-menu .menu-item.current-menu-item a, .header-menu .menu-item.current_page_item a, .header-menu .menu-item:hover a {
  text-decoration: underline;
}
.header-menu .menu-item.current-menu-item a, .header-menu .menu-item.current_page_item a {
  color: var(--global-color-8);
}

/* ----------------------------------------------------------------
        [ CSS Variables ]
-----------------------------------------------------------------*/
:root {
  --contrast: #222222;
  --contrast-2: #575760;
  --contrast-3: #b2b2be;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --global-color-8: #00B5AD;
  --global-color-9: #1B1F3B;
  --global-color-10: #34C759;
  --global-color-11: #F8F9FA;
  --global-color-12: #b50000;
  --border-color: #e5e7eb;
  --font-family: "Inter", sans-serif;
}

/* ----------------------------------------------------------------
        [ Footer ]
-----------------------------------------------------------------*/
.footer {
  border: solid var(--base);
  border-width: 1px 0 0;
}
.footer__container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .footer__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__copyright {
  color: var(--contrast-2);
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
}
@media not all and (min-width: 1024px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__home-link, .footer__author-link {
  color: var(--contrast);
  font-weight: 500;
  text-decoration: inherit;
}
.footer__home-link:hover, .footer__author-link:hover {
  text-decoration-line: underline;
}
.footer__navigation {
  margin: 0;
}
.footer__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.footer__nav a {
  color: var(--contrast);
  font-weight: 500;
  text-decoration: inherit;
}
.footer__nav a:hover {
  text-decoration-line: underline;
}

/* ----------------------------------------------------------------
    [ Header ]
-----------------------------------------------------------------*/
.page-blog {
  display: block !important;
  margin-top: 1rem;
  /* == Page header == */
  /* == Pagination == */
}
.page-blog__header {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
  margin-bottom: 1.5rem;
}
.page-blog__header .page-title {
  color: var(--contrast);
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}
.page-blog .navigation.pagination {
  margin-top: 2rem;
}

/* ----------------------------------------------------------------
    [ Page Navigation ]
-----------------------------------------------------------------*/
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.5rem;
}
.navigation.pagination .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--contrast-3);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast);
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-height: 1.875rem;
  min-width: auto;
  opacity: 1;
  outline-offset: 2px;
  padding: 0.5rem 0.75rem;
  position: relative;
  row-gap: 4px;
  text-align: center;
  text-decoration: none;
  text-underline-offset: 0.15em;
  -webkit-transition: background-color 0.15s, color 0.15s, opacity 0.15s;
  transition: background-color 0.15s, color 0.15s, opacity 0.15s;
  z-index: 1;
}
.navigation.pagination .page-numbers.current {
  background-color: var(--global-color-8);
  color: var(--base-3);
  opacity: 1 !important;
}
.navigation.pagination .page-numbers:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------
    [ Card ]
-----------------------------------------------------------------*/
.post-card {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast-2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}
.post-card:not(:first-child) {
  margin-top: 4rem;
}
.post-card__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1270px) {
  .post-card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.post-card__image, .post-card__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1270px) {
  .post-card__image, .post-card__content {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    margin-bottom: 0;
    max-width: 50%;
  }
  .post-card__image:first-child:last-child, .post-card__content:first-child:last-child {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
  }
  .post-card__image:last-child, .post-card__content:last-child {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1269px) {
  .post-card__content {
    margin-top: 2rem;
  }
}

/* ----------------------------------------------------------------
    [ Image ]
-----------------------------------------------------------------*/
.post-card__image-thumbnail {
  border-radius: 0.75rem;
  overflow: hidden;
}
.post-card__image-thumbnail:hover .post-card__image-overlay-bg::after, .post-card__image-thumbnail:hover .post-card__image-overlay-content span {
  opacity: 1;
}
.post-card__image-overlay {
  color: rgba(255, 255, 255, 0.875);
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.post-card__image-overlay:before {
  content: "";
  display: table;
  height: 100%;
  padding-bottom: 60%;
  width: 0;
}
.post-card__image-overlay, .post-card__image-overlay:after, .post-card__image-overlay:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-card__image-overlay-bg {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.post-card__image-overlay-bg:after {
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.33);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition-behavior: normal;
}
.post-card__image-overlay-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.75rem;
}
.post-card__image-overlay-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px;
  position: relative;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
.post-card__image-overlay-content span {
  font-size: 1rem;
  left: 50%;
  letter-spacing: 0.025em;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition-behavior: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 255, 255, 0.875);
  font-family: var(--font-family);
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.post-card__image-link {
  background-color: transparent;
  bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition-behavior: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-card__image-link:hover {
  color: #fff;
}
.post-card__image-link:not([href]):not([tabindex]):focus {
  outline: 0;
}
.post-card__image-link:focus {
  color: #fff;
}

/* ----------------------------------------------------------------
    [ Content ]
-----------------------------------------------------------------*/
.post-card {
  /* == Category == */
  /* == Header == */
  /* == Entry == */
}
.post-card__category {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-card__category-link {
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  color: var(--contrast);
  margin-left: 1rem;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition-behavior: normal;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 600;
}
.post-card__category-link:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast-3);
  content: "—";
  -ms-flex-order: 2;
      order: 2;
  padding: 0 0.5rem;
  -webkit-box-ordinal-group: 3;
}
.post-card__category-link:first-child {
  margin-left: 0;
}
.post-card__category-link:hover .post-card__category-name {
  text-decoration-line: underline;
  color: var(--contrast);
}
.post-card__category-initial {
  background-color: var(--contrast-2);
  border-radius: 0;
  color: var(--base-2);
  height: 1.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition-behavior: normal;
  width: 1.5rem;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 1;
      order: 1;
  -webkit-box-ordinal-group: 2;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-weight: 400;
}
.post-card__category-name {
  color: var(--contrast-2);
  -ms-flex-order: 3;
      order: 3;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  transition-behavior: normal;
  -webkit-box-ordinal-group: 4;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-card__category-name:after {
  background-color: var(--contrast-2);
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  transition-behavior: normal;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}
.post-card__header {
  display: block;
}
.post-card__header-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: break-word;
  text-transform: none;
}
@media (min-width: 1020px) {
  .post-card__header-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .post-card__header-title {
    font-size: 1.5rem;
  }
}
.post-card__header-link {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition-behavior: normal;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card__header-link:hover {
  text-decoration-line: underline;
}
.post-card__header-link:not([href]):not([tabindex]):focus {
  outline: 0;
}
.post-card__header-meta {
  color: var(--contrast-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 0;
  text-transform: none;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.post-card__header-meta-date {
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--contrast-3);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
}
.post-card__header-meta-date:not(:last-child):after {
  content: "·";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.post-card__entry {
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast-2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ----------------------------------------------------------------
    [ Breadcrumb ]
-----------------------------------------------------------------*/
.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.breadcrumb__list {
  display: inline;
}
.breadcrumb a {
  text-decoration: inherit;
  display: inline;
  font-weight: 500;
  color: var(--contrast);
}
.breadcrumb a svg {
  display: inline;
  margin-right: 4px;
  position: relative;
  top: 1.5px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  display: inline;
  color: var(--contrast-2);
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item:not(:last-child)::after {
  content: "›";
  margin: 0 0.5rem;
  color: var(--contrast-3);
}
@media (max-width: 640px) {
  .breadcrumb__item:not(:last-child)::after {
    margin: 0 0.25rem;
  }
}
.breadcrumb__item.active {
  color: var(--contrast);
  font-weight: 500;
}
@media (max-width: 640px) {
  .breadcrumb__item.active {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.breadcrumb__item--current {
  color: var(--contrast-2);
}
.breadcrumb__link, .breadcrumb__link .breadcrumb__text {
  font-weight: 500;
  color: var(--contrast);
}

.error-message {
  background-color: rgba(181, 0, 0, 0.05);
  border: 1px solid rgba(181, 0, 0, 0.55);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
          box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 1rem;
  color: red;
}

/* ----------------------------------------------------------------
    [ Fields ]
-----------------------------------------------------------------*/
/* == Label == */
.login-form .form-field label,
.wpcf7-form .field__label,
.register-form .form-field label {
  color: var(--contrast);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.wpcf7-form .field__required {
  color: var(--global-color-12);
  display: inline;
  margin-left: 4px;
}

/* == Input == */
.login-form .form-field input[type=text],
.login-form .form-field input[type=password],
.register-form .form-field input[type=password],
.register-form .form-field input[type=text],
.register-form .form-field input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--base-3);
  border: 1px solid var(--contrast-3);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
          box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast);
  font-size: 0.875rem;
  font-weight: inherit;
  height: 2.5rem;
  line-height: 1.5rem;
  margin: 0;
  outline-offset: -2px;
  padding: 0 1rem;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-form .form-field input[type=text]::-webkit-input-placeholder, .login-form .form-field input[type=password]::-webkit-input-placeholder, .register-form .form-field input[type=password]::-webkit-input-placeholder, .register-form .form-field input[type=text]::-webkit-input-placeholder, .register-form .form-field input[type=email]::-webkit-input-placeholder, .wpcf7-form input[type=text]::-webkit-input-placeholder, .wpcf7-form input[type=email]::-webkit-input-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.login-form .form-field input[type=text]::-moz-placeholder, .login-form .form-field input[type=password]::-moz-placeholder, .register-form .form-field input[type=password]::-moz-placeholder, .register-form .form-field input[type=text]::-moz-placeholder, .register-form .form-field input[type=email]::-moz-placeholder, .wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.login-form .form-field input[type=text]:-ms-input-placeholder, .login-form .form-field input[type=password]:-ms-input-placeholder, .register-form .form-field input[type=password]:-ms-input-placeholder, .register-form .form-field input[type=text]:-ms-input-placeholder, .register-form .form-field input[type=email]:-ms-input-placeholder, .wpcf7-form input[type=text]:-ms-input-placeholder, .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.login-form .form-field input[type=text]::-ms-input-placeholder, .login-form .form-field input[type=password]::-ms-input-placeholder, .register-form .form-field input[type=password]::-ms-input-placeholder, .register-form .form-field input[type=text]::-ms-input-placeholder, .register-form .form-field input[type=email]::-ms-input-placeholder, .wpcf7-form input[type=text]::-ms-input-placeholder, .wpcf7-form input[type=email]::-ms-input-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.login-form .form-field input[type=text]::placeholder,
.login-form .form-field input[type=password]::placeholder,
.register-form .form-field input[type=password]::placeholder,
.register-form .form-field input[type=text]::placeholder,
.register-form .form-field input[type=email]::placeholder,
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.login-form .form-field input[type=text]:disabled,
.login-form .form-field input[type=password]:disabled,
.register-form .form-field input[type=password]:disabled,
.register-form .form-field input[type=text]:disabled,
.register-form .form-field input[type=email]:disabled,
.wpcf7-form input[type=text]:disabled,
.wpcf7-form input[type=email]:disabled {
  cursor: default;
}
.login-form .form-field input[type=text]:-webkit-search-cancel-button,
.login-form .form-field input[type=password]:-webkit-search-cancel-button,
.register-form .form-field input[type=password]:-webkit-search-cancel-button,
.register-form .form-field input[type=text]:-webkit-search-cancel-button,
.register-form .form-field input[type=email]:-webkit-search-cancel-button,
.wpcf7-form input[type=text]:-webkit-search-cancel-button,
.wpcf7-form input[type=email]:-webkit-search-cancel-button {
  display: none;
}
.login-form .form-field input[type=text]:-webkit-search-decoration,
.login-form .form-field input[type=password]:-webkit-search-decoration,
.register-form .form-field input[type=password]:-webkit-search-decoration,
.register-form .form-field input[type=text]:-webkit-search-decoration,
.register-form .form-field input[type=email]:-webkit-search-decoration,
.wpcf7-form input[type=text]:-webkit-search-decoration,
.wpcf7-form input[type=email]:-webkit-search-decoration {
  display: none;
}
.login-form .form-field input[type=text]:-webkit-search-results-button,
.login-form .form-field input[type=password]:-webkit-search-results-button,
.register-form .form-field input[type=password]:-webkit-search-results-button,
.register-form .form-field input[type=text]:-webkit-search-results-button,
.register-form .form-field input[type=email]:-webkit-search-results-button,
.wpcf7-form input[type=text]:-webkit-search-results-button,
.wpcf7-form input[type=email]:-webkit-search-results-button {
  display: none;
}
.login-form .form-field input[type=text]:-webkit-search-results-decoration,
.login-form .form-field input[type=password]:-webkit-search-results-decoration,
.register-form .form-field input[type=password]:-webkit-search-results-decoration,
.register-form .form-field input[type=text]:-webkit-search-results-decoration,
.register-form .form-field input[type=email]:-webkit-search-results-decoration,
.wpcf7-form input[type=text]:-webkit-search-results-decoration,
.wpcf7-form input[type=email]:-webkit-search-results-decoration {
  display: none;
}
.login-form .form-field input[type=text]:focus,
.login-form .form-field input[type=password]:focus,
.register-form .form-field input[type=password]:focus,
.register-form .form-field input[type=text]:focus,
.register-form .form-field input[type=email]:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus {
  border-color: var(--global-color-8);
  -webkit-box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
          box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
  outline: 0;
}

/* == Textarea == */
.wpcf7-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--base-3);
  border: 1px solid var(--contrast-3);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
          box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--contrast);
  font-size: 0.875rem;
  font-weight: inherit;
  resize: vertical;
  line-height: 1.5rem;
  margin: 0;
  outline-offset: -2px;
  padding: 0.5rem;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.wpcf7-form textarea::-moz-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.wpcf7-form textarea::-ms-input-placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.wpcf7-form textarea::placeholder {
  color: var(--contrast-2);
  opacity: 1;
}
.wpcf7-form textarea:disabled {
  cursor: default;
}
.wpcf7-form textarea:-webkit-search-cancel-button {
  display: none;
}
.wpcf7-form textarea:-webkit-search-decoration {
  display: none;
}
.wpcf7-form textarea:-webkit-search-results-button {
  display: none;
}
.wpcf7-form textarea:-webkit-search-results-decoration {
  display: none;
}
.wpcf7-form textarea:focus {
  border-color: var(--global-color-8);
  -webkit-box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
          box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
  outline: 0;
}

/* == Checkbox == */
.form-checkbox .checkbox-label input[type=checkbox] {
  position: absolute;
  left: -99999px;
  top: -99999px;
  color: transparent;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}

.login-form .form-checkbox .checkbox-label .checkmark {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--base-3);
  border: 1px solid var(--contrast-3);
  -webkit-box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
          box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
}
.login-form .form-checkbox .checkbox-label .checkmark:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3 7.5L6 10.5L11 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  opacity: 0;
  visibility: hidden;
}

.form-checkbox .checkbox-label input[type=checkbox]:checked + .checkmark {
  background-color: var(--global-color-8);
  border-color: var(--global-color-8);
}
.form-checkbox .checkbox-label input[type=checkbox]:checked + .checkmark:before {
  opacity: 1;
  visibility: visible;
}

.login-form .form-checkbox .checkbox-label {
  cursor: pointer;
  color: var(--contrast-2);
  font-size: 0.875rem;
  line-height: 20px;
  text-decoration: inherit;
  text-transform: initial;
  font-weight: 500;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

/* == Field space == */
.login-form .form-field:not(:last-child),
.register-form .form-field:not(:last-child),
.wpcf7-form .field:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* == Field submit == */
.login-form .form-field,
.register-form .form-submit,
.wpcf7-form .submit-button {
  margin-top: 1.5rem;
}

/* ----------------------------------------------------------------
        [ Buttons ]
-----------------------------------------------------------------*/
.rekomendasi-page .rekomendasi__load-more-btn,
.login-form .form-submit .signin-button,
.register-form .form-submit .signup-button,
.error-404__button,
.wpcf7-submit {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: var(--global-color-9);
  border-radius: 0.5rem;
  color: var(--base-3);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  min-width: 120px;
}
.rekomendasi-page .rekomendasi__load-more-btn:hover,
.login-form .form-submit .signin-button:hover,
.register-form .form-submit .signup-button:hover,
.error-404__button:hover,
.wpcf7-submit:hover {
  background-color: var(--global-color-8);
}
.rekomendasi-page .rekomendasi__load-more-btn:disabled,
.login-form .form-submit .signin-button:disabled,
.register-form .form-submit .signup-button:disabled,
.error-404__button:disabled,
.wpcf7-submit:disabled {
  cursor: default;
}

/* ----------------------------------------------------------------
    [ Sidebar widget ]
-----------------------------------------------------------------*/
.sidebar__widget {
  background-color: rgba(0, 181, 172, 0.05);
  border: 1px solid rgba(0, 181, 172, 0.55);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
          box-shadow: 0 0 0 0 var(--base-3), 0 0 0 2px var(--base-3), 0 1px 2px 0 var(--base-3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 190px;
  overflow: hidden;
  padding: 1rem;
}

/* ----------------------------------------------------------------
    [ Post Navigation ]
-----------------------------------------------------------------*/
.post-navigation {
  border-top: 1px solid var(--base-3);
  margin-top: 3rem;
  padding-top: 2rem;
}
@media (max-width: 640px) {
  .post-navigation {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}
.post-navigation .nav-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 640px) {
  .post-navigation .nav-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.post-navigation .nav-links .nav-previous .nav-subtitle,
.post-navigation .nav-links .nav-next .nav-subtitle {
  color: var(--contrast-3);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 640px) {
  .post-navigation .nav-links .nav-previous .nav-subtitle,
  .post-navigation .nav-links .nav-next .nav-subtitle {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }
}
.post-navigation .nav-links .nav-previous .nav-title,
.post-navigation .nav-links .nav-next .nav-title {
  color: var(--contrast);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 640px) {
  .post-navigation .nav-links .nav-previous .nav-title,
  .post-navigation .nav-links .nav-next .nav-title {
    font-size: 1rem;
  }
}
.post-navigation .nav-links .nav-previous .nav-title:hover,
.post-navigation .nav-links .nav-next .nav-title:hover {
  color: var(--global-color-8);
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}
@media (max-width: 640px) {
  .post-navigation .nav-links .nav-next {
    text-align: left;
    margin-top: 0.5rem;
  }
}

/* ----------------------------------------------------------------
    [ Author Box ]
-----------------------------------------------------------------*/
.author-box {
  background-color: var(--base-3);
  border-radius: 0.75rem;
  margin-top: 3rem;
  padding: 2rem;
}
@media (max-width: 640px) {
  .author-box {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}
.author-box .author-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .author-box .author-box__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.author-box .author-box__header .author-avatar {
  border-radius: 50%;
  height: 60px;
  margin-right: 1rem;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--base-2);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .author-box .author-box__header .author-avatar {
    margin-right: 0;
    height: 80px;
    width: 80px;
  }
}
.author-box .author-box__header .author-info .author-name {
  color: var(--contrast);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
@media (max-width: 640px) {
  .author-box .author-box__header .author-info .author-name {
    font-size: 1.125rem;
  }
}
.author-box .author-box__header .author-info .author-bio {
  color: var(--contrast-2);
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .author-box .author-box__header .author-info .author-bio {
    font-size: 0.8rem;
  }
}
.author-box .author-box__content {
  color: var(--contrast-2);
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .author-box .author-box__content {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
  }
}

/* ----------------------------------------------------------------
    [ Comments ]
-----------------------------------------------------------------*/
.comments-area {
  margin-top: 3rem;
}
@media (max-width: 640px) {
  .comments-area {
    margin-top: 2rem;
  }
}
.comments-area .comments-title {
  color: var(--contrast);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .comments-area .comments-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .comments-area .comment-list {
    margin-bottom: 1rem;
  }
}
.comments-area .comment-list .comment {
  background-color: var(--base-2);
  border: 1px solid var(--base-3);
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media (max-width: 640px) {
  .comments-area .comment-list .comment {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.comments-area .comment-list .comment .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .comments-area .comment-list .comment .comment-author {
    -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: 0.5rem;
  }
}
.comments-area .comment-list .comment .comment-author .avatar {
  border-radius: 50%;
  height: 40px;
  margin-right: 1rem;
  width: 40px;
}
.comments-area .comment-list .comment .comment-author .fn {
  color: var(--contrast);
  font-weight: 600;
  text-decoration: none;
}
.comments-area .comment-list .comment .comment-author .fn:hover {
  color: var(--global-color-8);
}
.comments-area .comment-list .comment .comment-author .comment-meta {
  color: var(--contrast-3);
  font-size: 0.875rem;
  margin-left: auto;
}
.comments-area .comment-list .comment .comment-content {
  color: var(--contrast-2);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.comments-area .comment-list .comment .comment-content p {
  margin-bottom: 0.75rem;
}
.comments-area .comment-list .comment .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .comment .reply .comment-reply-link {
  background-color: var(--global-color-8);
  border-radius: 0.5rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comments-area .comment-list .comment .reply .comment-reply-link:hover {
  background-color: var(--contrast);
  color: var(--base-2);
}
.comments-area .comment-list .comment .children {
  list-style: none;
  margin: 1.5rem 0 0 2rem;
  padding: 0;
}
@media (max-width: 640px) {
  .comments-area .comment-list .comment .children {
    margin: 1rem 0 0 1rem;
  }
}
.comments-area .comment-list .comment .children .comment {
  background-color: var(--base-3);
  border: 1px solid var(--base-3);
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 640px) {
  .comments-area .comment-list .comment .children .comment {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.comments-area .comment-respond {
  background-color: var(--base-2);
  border: 1px solid var(--base-3);
  border-radius: 0.75rem;
  margin-top: 2rem;
  padding: 2rem;
}
@media (max-width: 640px) {
  .comments-area .comment-respond {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
.comments-area .comment-respond .comment-reply-title {
  color: var(--contrast);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-reply-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-form .comment-form-author,
  .comments-area .comment-respond .comment-form .comment-form-email,
  .comments-area .comment-respond .comment-form .comment-form-url {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.comments-area .comment-respond .comment-form .comment-form-comment {
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-form .comment-form-comment {
    margin-bottom: 1rem;
  }
}
.comments-area .comment-respond .comment-form label {
  color: var(--contrast);
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-form label {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
}
.comments-area .comment-respond .comment-form input[type=text],
.comments-area .comment-respond .comment-form input[type=email],
.comments-area .comment-respond .comment-form input[type=url],
.comments-area .comment-respond .comment-form textarea {
  background-color: var(--base-3);
  border: 1px solid var(--base-3);
  border-radius: 0.5rem;
  color: var(--contrast);
  font-size: 1rem;
  padding: 0.75rem;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  width: 100%;
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-form input[type=text],
  .comments-area .comment-respond .comment-form input[type=email],
  .comments-area .comment-respond .comment-form input[type=url],
  .comments-area .comment-respond .comment-form textarea {
    font-size: 0.9rem;
    padding: 0.6rem;
  }
}
.comments-area .comment-respond .comment-form input[type=text]:focus,
.comments-area .comment-respond .comment-form input[type=email]:focus,
.comments-area .comment-respond .comment-form input[type=url]:focus,
.comments-area .comment-respond .comment-form textarea:focus {
  border-color: var(--global-color-8);
  outline: none;
}
.comments-area .comment-respond .comment-form textarea {
  min-height: 120px;
  resize: vertical;
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-form textarea {
    min-height: 100px;
  }
}
.comments-area .comment-respond .comment-form .form-submit .submit {
  background-color: var(--global-color-8);
  border: none;
  border-radius: 0.5rem;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-form .form-submit .submit {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
}
.comments-area .comment-respond .comment-form .form-submit .submit:hover {
  background-color: var(--contrast);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .comments-area .comment-respond .comment-form .form-submit .submit:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}

/* ----------------------------------------------------------------
            [ Animation ]
-----------------------------------------------------------------*/
@-webkit-keyframes rzwnFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rzwnFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.wow {
  visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: rzwnFadeInUp;
          animation-name: rzwnFadeInUp;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}