@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: 'segoe_uibold';
  src: url("segoe_ui_bold-webfont.woff2") format("woff2"), url("segoe_ui_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'segoe_uiregular';
  src: url("segoe_ui-webfont.woff2") format("woff2"), url("segoe_ui-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*** Colors ***/
/* line 2, blog.scss */
.blog-title {
  font-weight: 700;
  font-size: 32px !important;
  color: #000000; }

/* line 8, blog.scss */
.blog-list {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  margin: -40px 0 0 -20px; }
  /* line 14, blog.scss */
  .blog-list--item {
    display: flex;
    flex-direction: column;
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
    margin: 30px 0 0 20px; }
    /* line 22, blog.scss */
    .blog-list--item .image {
      position: relative;
      max-width: 345px;
      max-height: 196px;
      text-align: center;
      overflow: hidden; }
      /* line 29, blog.scss */
      .blog-list--item .image img {
        width: auto;
        object-fit: contain;
        border-radius: var(--btn-border-radius); }
      /* line 36, blog.scss */
      .blog-list--item .image svg {
        width: 230px;
        height: 138px; }
    /* line 42, blog.scss */
    .blog-list--item .info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 15px; }
    /* line 49, blog.scss */
    .blog-list--item .title {
      font-family: var(--font-title);
      color: #000000;
      font-size: 16px;
      font-weight: 700; }
    /* line 56, blog.scss */
    .blog-list--item .info-desc {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.5);
      margin-top: 15px; }
    /* line 63, blog.scss */
    .blog-list--item .description {
      display: block;
      flex: 1;
      margin-top: 15px;
      overflow: hidden; }
    /* line 70, blog.scss */
    .blog-list--item .btn {
      align-self: flex-start;
      margin-top: 15px; }
  /* line 76, blog.scss */
  .blog-list .wrap {
    display: flex;
    justify-content: space-between; }

/* line 82, blog.scss */
.banner-detail {
  margin-top: 5%; }
  /* line 86, blog.scss */
  .banner-detail h1 {
    font-weight: 700;
    font-size: 32px;
    color: #000000; }
  /* line 93, blog.scss */
  .banner-detail .article-details p {
    font-size: 18px;
    color: #000000; }
  /* line 99, blog.scss */
  .banner-detail .article-details ol li, .banner-detail .article-details ul li {
    font-size: 18px;
    color: #000000; }
  /* line 105, blog.scss */
  .banner-detail .article-details h3 {
    position: relative;
    font-size: 24px;
    line-height: auto;
    padding-left: 7px;
    color: var(--black) !important;
    font-weight: 700 !important; }
    /* line 113, blog.scss */
    .banner-detail .article-details h3::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 100%;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background-color: #72ccd7; }
  /* line 131, blog.scss */
  .banner-detail .image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 12px; }

/*** Media ***/
@media (max-width: 1025px) {
  /* line 147, blog.scss */
  .banner-blog .title {
    font-size: 50px;
    line-height: 60px; }

  /* line 153, blog.scss */
  .blog-list {
    grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr)); } }
@media (max-width: 769px) {
  /* line 160, blog.scss */
  .banner-blog {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    padding: 40px 0; }
    /* line 166, blog.scss */
    .banner-blog .wrap {
      margin: 0 auto; }
    /* line 170, blog.scss */
    .banner-blog.banner-news {
      display: none; }

  /* line 175, blog.scss */
  .blog-list {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }
@media (max-width: 561px) {
  /* line 182, blog.scss */
  .blog-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); } }
