:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 12rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

ul.page-numbers {
  gap: 1.2rem;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  ul.page-numbers {
    gap: 0.8rem;
  }
}
ul.page-numbers li {
  width: 4rem;
  height: 4rem;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  background-color: rgba(193, 193, 193, 0.4);
}
@media screen and (max-width: 576px) {
  ul.page-numbers li {
    width: 3.2rem;
    height: 3.2rem;
  }
}
ul.page-numbers li:has(.current) {
  background-color: #FE7A15;
}
ul.page-numbers li:has(.current) a,
ul.page-numbers li:has(.current) span {
  color: white;
}
@media screen and (min-width: 1201px) {
  ul.page-numbers li:not(:has(.disable)):hover {
    background-color: #FE7A15;
  }
  ul.page-numbers li:not(:has(.disable)):hover a {
    color: white;
  }
  ul.page-numbers li:not(:has(.disable)):hover img {
    filter: brightness(0) invert(1);
  }
}
ul.page-numbers li .disable {
  pointer-events: none;
}
ul.page-numbers li .prev img {
  transform: rotate(90deg);
}
ul.page-numbers li .next img {
  transform: rotate(-90deg);
}
ul.page-numbers li a,
ul.page-numbers li span {
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  color: #242424;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .article {
    gap: 1.6rem;
  }
}
.article-img .img {
  border-radius: 0.8rem;
  padding-top: 74.8717948718%;
}
@media screen and (max-width: 767px) {
  .article-content {
    gap: 1.2rem;
  }
}
.article-content_cate {
  display: flex;
  align-items: center;
}
.article-content_cate > * {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
.article-content_cate > *:not(:last-child)::after {
  content: "|";
  margin: 0 0.4rem;
}
.article-content_title .title-24 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article-content_title .title-24:hover, .article-content_title .title-24:focus-visible {
    color: #FE7A15;
  }
}

.blog {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .blog {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .blog-heading, .blog-wrap {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-heading, .blog-wrap {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  .blog-heading .title-32 {
    margin: 0 auto;
    max-width: 28rem;
  }
}
.blog-tab {
  margin: 0 auto;
  max-width: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
}
.blog-tab_item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.blog-tab_item .text-20 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
  color: rgba(36, 36, 36, 0.5);
}
@media screen and (max-width: 576px) {
  .blog-tab_item .text-20 {
    font-size: 1.4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blog-tab_item:hover .text-20, .blog-tab_item:focus-visible .text-20 {
    color: #FE7A15;
  }
}
.blog-tab_item.is-active {
  pointer-events: none;
}
.blog-tab_item.is-active .text-20 {
  font-weight: 500;
  color: #FE7A15;
}
.blog-tab_item:not(:last-child):after {
  content: "|";
  margin: 0 1.6rem;
  display: inline-block;
  color: rgba(36, 36, 36, 0.5);
}
@media screen and (max-width: 576px) {
  .blog-tab_item:not(:last-child):after {
    margin: 0 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .blog-inner {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-inner {
    padding-top: 2.4rem;
  }
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  margin: 0 calc(-1 * var(--pi-12));
}
@media screen and (max-width: 1200px) {
  .blog-list {
    row-gap: 2.4rem;
  }
}
.blog-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-12);
}
@media screen and (max-width: 767px) {
  .blog-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .blog-item {
    width: 100%;
  }
}

body:not(.p-pricing) .blog-inner {
  padding-top: 4rem;
  border-top: 0.1rem solid rgba(36, 36, 36, 0.2);
}

.p-blog .hero-content {
  gap: 1.2rem;
}
.p-blog .hero-content_time {
  display: none;
}
/*# sourceMappingURL=page-blog.css.map */
