@charset "UTF-8";
:root {
  --radius-0: 0px;
  --radius-2: 2px;
  --radius-4: 4px;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-28: 28px;
  --radius-full: 999px;
  /* PRIMARY */
  --primary-darkest: #1F3BAD;
  --primary-dark: #2547D0;
  --primary-base: #335CFF;
  /* ALPHA */
  --alpha-primary-alpha-16: rgba(71, 108, 255, 0.16);
  --alpha-primary-alpha-10: rgba(71, 108, 255, 0.10);
  --alpha-slate-alpha-16: rgba(153, 160, 174, 0.16);
  --alpha-white-alpha-24: rgba(255, 255, 255, 0.24);
  --alpha-black-alpha-24: rgba(23, 23, 23, 0.24);
  --alpha-shadow-gray-alpha-6: rgba(23, 23, 23, 0.06);
  --theme-blue-alpha-10: rgba(71, 108, 255, 0.10);
  --alpha-white-alpha-16: rgba(255, 255, 255, 0.16);
  /* STATIC */
  --static-static-black: #0E121B;
  --static-static-white: #FFF;
  /* BACKGROUND */
  --bg-strong-950: #0E121B;
  --bg-surface-800: #222530;
  --bg-sub-300: #CACFD8;
  --bg-soft-200: #EAECF0;
  --bg-weak-25: #F5F7FA;
  --bg-weak-50: #F5F7FA;
  --bg-white-0: #FFF;
  --neutral-500: #525866;
  /* TEXT */
  --text-strong-950: #0E121B;
  --text-sub-600: #5C5C5C;
  --text-sub-500: #697082;
  --text-soft-400: #99A0AE;
  --text-disabled-300: #CACFD8;
  --text-white-0: #FFF;
  /* STROKE */
  --stroke-strong-950: #0E121B;
  --stroke-sub-300: #CACFD8;
  --stroke-soft-200: #EAECF0;
  --stroke-white-0: #FFF;
  /* ICON */
  --icon-strong-950: #0E121B;
  --icon-sub-600: #525866;
  --icon-soft-400: #99A0AE;
  --icon-disabled-300: #CACFD8;
  --icon-white-0: #FFF;
  /* STATE — FADED */
  --state-faded-dark: #222530;
  --state-faded-base: #717784;
  --state-faded-light: #EAECF0;
  --state-faded-lighter: #F2F5F8;
  /* STATE — INFORMATION */
  --state-information-dark: #122368;
  --state-information-base: #335CFF;
  --state-information-light: #C0D5FF;
  --state-information-lighter: #EBF1FF;
  /* STATE — WARNING */
  --state-warning-dark: #71330A;
  --state-warning-base: #FA7319;
  --state-warning-light: #FFD9C0;
  --state-warning-lighter: #FFF3EB;
  /* STATE — ERROR */
  --state-error-dark: #681219;
  --red-700: #D02533;
  --state-error-base: #FB3748;
  --state-error-light: #FFC0C5;
  --state-error-lighter: #FFEBEC;
  /* STATE — SUCCESS */
  --state-success-dark: #0B4627;
  --state-success-base: #1FC16B;
  --state-success-light: #C2F5DA;
  --state-success-lighter: #E3F7EC;
  /* STATE — AWAY */
  --state-away-dark: #624C18;
  --state-away-base: #F6B51E;
  --state-away-light: #FFECC0;
  --state-away-lighter: #FFFAEB;
  /* STATE — FEATURE */
  --state-feature-dark: #351A75;
  --state-feature-base: #7D52F4;
  --state-feature-light: #CAC0FF;
  --state-feature-lighter: #EFEBFF;
  /* STATE — VERIFIED */
  --state-verified-dark: #124B68;
  --state-verified-base: #47C2FF;
  --state-verified-light: #C0EAFF;
  --state-verified-lighter: #EBF8FF;
  /* STATE — HIGHLIGHTED */
  --state-highlighted-dark: #68123D;
  --state-highlighted-base: #FB4BA3;
  --state-highlighted-light: #FFC0DF;
  --state-highlighted-lighter: #FFEBF4;
  /* STATE — STABLE */
  --state-stable-dark: #0B463E;
  --state-stable-base: #22D3BB;
  --state-stable-light: #C2F5EE;
  --state-stable-lighter: #E4FBF8;
}

/* =========================================
   TYPOGRAPHY — Manrope
   Source: your screenshots (desktop + mobile)
========================================= */
/* ================================
   MANROPE FONT-FACE
================================ */
@font-face {
  font-family: "Manrope";
  src: url("/themes/default/assets/fonts/manrope/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/themes/default/assets/fonts/manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/themes/default/assets/fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/themes/default/assets/fonts/manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/themes/default/assets/fonts/manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/themes/default/assets/fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/themes/default/assets/fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
}

.title-h1-title {
  font-size: 56px;
  line-height: 64px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .title-h1-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.title-h2-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .title-h2-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.title-h3-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .title-h3-title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.26px;
  }
}

.title-h4-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -0.005em;
}
@media (max-width: 991px) {
  .title-h4-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.title-h5-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .title-h5-title {
    font-size: 22px;
    line-height: 28px;
  }
}

.title-h4-title-regular {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.005em;
}
@media (max-width: 991px) {
  .title-h4-title-regular {
    font-size: 24px;
    line-height: 32px;
  }
}

.title-h5-title-regular {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .title-h5-title-regular {
    font-size: 22px;
    line-height: 28px;
  }
}

.title-h6-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .title-h6-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.label-xlarge {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.015em;
}
@media (max-width: 991px) {
  .label-xlarge {
    font-size: 20px;
    line-height: 26px;
  }
}

.label-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
@media (max-width: 991px) {
  .label-large {
    font-size: 16px;
    line-height: 24px;
  }
}

.label-medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.011em;
}
@media (max-width: 991px) {
  .label-medium {
    font-size: 14px;
    line-height: 20px;
  }
}

.desktop-label-small {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .desktop-label-small {
    font-size: 12px;
    line-height: 16px;
  }
}
.desktop-label-small.bold {
  font-weight: 700;
}

.label-small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.006em;
}
@media (max-width: 767px) {
  .label-small {
    font-size: 12px;
    line-height: 16px;
  }
}

.label-xsmall {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.label-small-caps {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.paragraph-xlarge {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.015em;
}
@media (max-width: 991px) {
  .paragraph-xlarge {
    font-size: 18px;
    line-height: 24px;
  }
}

.paragraph-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.015em;
}
@media (max-width: 991px) {
  .paragraph-large {
    font-size: 16px;
    line-height: 24px;
  }
}

.paragraph-medium {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.006em;
}
@media (max-width: 991px) {
  .paragraph-medium {
    font-size: 14px;
    line-height: 20px;
  }
}

.paragraph-medium-high {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .paragraph-medium-high {
    font-size: 14px;
    line-height: 22px;
  }
}

.paragraph-small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .paragraph-small {
    font-size: 12px;
    line-height: 16px;
  }
}

.paragraph-xsmall {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .paragraph-xsmall {
    font-size: 10px;
    line-height: 14px;
  }
}

body.blog {
  background: var(--bg-weak-50, #F7F7F7);
  color: var(--text-strong-950);
}
@media (min-width: 1920px) {
  body.blog {
    font-size: 16px;
    line-height: 22px;
  }
}
body.blog .uppercase {
  text-transform: uppercase;
}
body.blog .breadcrumbs {
  padding: 24px 0;
}
@media (max-width: 991px) {
  body.blog .breadcrumbs {
    padding: 16px 0;
  }
}
body.blog .breadcrumbs i:first-child {
  display: none;
}
@media (max-width: 991px) {
  body.blog .breadcrumbs .breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
  }
}
body.blog .breadcrumbs .page-item {
  color: var(--text-strong-950);
}

.button {
  display: inline-flex;
  padding: 9px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--static-static-white);
  fill: var(--static-static-white);
  font-feature-settings: "liga" off, "calt" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  border: none;
  border-radius: var(--radius-10);
}
.button svg {
  transition: transform 0.3s;
  fill: inherit;
}
.button svg path {
  fill: inherit;
}
.button i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}
.button i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.button.button-collapse i, .button.button-collapse svg {
  transform: rotate(180deg);
}
.button.button-collapse.collapsed i, .button.button-collapse.collapsed svg {
  transform: rotate(0deg);
}
.button.transparent {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--text-sub-600) !important;
}
.button span {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
}
.button.small {
  padding: 6px;
  gap: 2px;
  border-radius: var(--radius-8);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.084px;
}
.button:disabled {
  background: var(--bg-weak-25) !important;
  pointer-events: none !important;
  box-shadow: none !important;
  color: var(--text-disabled-300) !important;
  fill: var(--text-disabled-300) !important;
  border: 1px solid var(--bg-weak-25) !important;
}
.button.primary {
  background: var(--primary-base);
}
.button.primary:hover {
  background: var(--primary-dark);
}
.button.primary:focus {
  background: var(--primary-base);
  box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-primary-alpha-10);
}
.button.primary.stroke {
  border: 1px solid var(--primary-base);
  background: var(--bg-white-0);
  color: var(--primary-base);
  fill: var(--primary-base);
}
.button.primary.stroke:hover {
  background: var(--alpha-primary-alpha-10);
}
.button.primary.stroke:focus {
  border: 1px solid var(--primary-base);
  background: var(--bg-white-0);
  box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-primary-alpha-10);
}
.button.primary.lither {
  background: var(--alpha-primary-alpha-10, rgba(71, 108, 255, 0.1));
  border: 1px solid transparent;
  color: var(--primary-base);
  fill: var(--primary-base);
}
.button.primary.lither:hover {
  background: var(--bg-white-0, #FFF);
  border: 1px solid var(--primary-base, #335CFF);
  box-shadow: none;
}
.button.primary.lither:focus {
  background: var(--bg-white-0, #FFF);
  border: 1px solid var(--primary-base, #335CFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-primary-alpha-10, rgba(71, 108, 255, 0.1));
}
.button.primary.ghost {
  background: transparent;
  border: 1px solid transparent;
  color: var(--primary-base);
  fill: var(--primary-base);
}
.button.primary.ghost:hover {
  background: var(--alpha-primary-alpha-10, rgba(71, 108, 255, 0.1));
  border: 1px solid transparent;
  box-shadow: none;
}
.button.primary.ghost:focus {
  background: var(--bg-white-0, #FFF);
  border: 1px solid var(--primary-base, #335CFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-primary-alpha-10, rgba(71, 108, 255, 0.1));
}
.button.neutral {
  background: var(--bg-surface-800);
}
.button.neutral:hover {
  background: var(--bg-strong-950);
}
.button.neutral:focus {
  background: var(--bg-surface-800);
  box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-slate-alpha-16);
}
.button.neutral.stroke {
  border: 1px solid var(--stroke-soft-200, #EAECF0);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
  color: var(--text-sub-600);
  fill: var(--text-sub-600);
}
.button.neutral.stroke:hover {
  background: var(--bg-weak-50, #F5F7FA);
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button.neutral.stroke:focus {
  border: 1px solid var(--stroke-strong-950, #0E121B);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-slate-alpha-16, rgba(153, 160, 174, 0.16));
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button.neutral.lither {
  background: var(--bg-weak-50, #F5F7FA);
  border: 1px solid var(--bg-weak-50, #F5F7FA);
  color: var(--text-sub-600);
  fill: var(--text-sub-600);
}
.button.neutral.lither:hover {
  border: 1px solid var(--stroke-soft-200, #EAECF0);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button.neutral.lither:focus {
  border: 1px solid var(--stroke-strong-950, #0E121B);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-slate-alpha-16, rgba(153, 160, 174, 0.16));
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button.neutral.ghost {
  background: transparent;
  border: 1px solid transparent;
  color: var(--text-sub-600);
  fill: var(--text-sub-600);
}
.button.neutral.ghost:hover {
  background: var(--bg-weak-50, #F5F7FA);
  border: 1px solid var(--bg-weak-50, #F5F7FA);
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button.neutral.ghost:focus {
  border: 1px solid var(--stroke-strong-950, #0E121B);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-slate-alpha-16, rgba(153, 160, 174, 0.16));
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button.error {
  background: var(--state-error-base);
}
.button.error:hover {
  background: var(--red-700, #D02533);
}
.button.error:focus {
  background: var(--state-error-base, #FB3748);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-red-alpha-10, rgba(251, 55, 72, 0.1));
}
.button.error.stroke {
  border: 1px solid var(--state-error-base, #FB3748);
  background: var(--bg-white-0, #FFF);
  color: var(--state-error-base);
  fill: var(--state-error-base);
}
.button.error.stroke:hover {
  background: var(--alpha-red-alpha-10, rgba(251, 55, 72, 0.1));
}
.button.error.stroke:focus {
  border: 1px solid var(--state-error-base, #FB3748);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-red-alpha-10, rgba(251, 55, 72, 0.1));
}
.button.error.lither {
  background: var(--alpha-red-alpha-10, rgba(251, 55, 72, 0.1));
  border: 1px solid transparent;
  color: var(--state-error-base);
  fill: var(--state-error-base);
}
.button.error.lither:hover {
  border: 1px solid var(--state-error-base, #FB3748);
  background: var(--bg-white-0, #FFF);
}
.button.error.lither:focus {
  border: 1px solid var(--state-error-base, #FB3748);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-red-alpha-10, rgba(251, 55, 72, 0.1));
}
.button.error.ghost {
  background: transparent;
  border: 1px solid transparent;
  color: var(--state-error-base);
  fill: var(--state-error-base);
}
.button.error.ghost:hover {
  background: var(--alpha-red-alpha-10, rgba(251, 55, 72, 0.1));
}
.button.error.ghost:focus {
  border: 1px solid var(--state-error-base, #FB3748);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 0 0 2px var(--bg-white-0, #FFF), 0 0 0 4px var(--alpha-red-alpha-10, rgba(251, 55, 72, 0.1));
}

.button-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--text-sub-600, #525866);
  fill: var(--text-sub-600, #525866);
  font-feature-settings: "liga" off, "calt" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
}
.button-link:disabled, .button-link.disabled {
  cursor: default;
  color: var(--text-disabled-300);
  fill: var(--text-disabled-300);
}
.button-link:hover span, .button-link:focus span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.button-link svg {
  fill: inherit;
}
.button-link svg path {
  fill: inherit;
}
.button-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-decoration: none !important;
}
.button-link i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none !important;
}
.button-link.small {
  gap: 2px;
  font-size: 12px;
  line-height: 16px;
}
.button-link.small i {
  width: 16px;
  height: 16px;
}
.button-link.small i:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
.button-link.underline span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.button-link.gray {
  color: var(--text-sub-600);
  fill: var(--text-sub-600);
}
.button-link.gray:focus {
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button-link.black {
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}
.button-link.primary {
  color: var(--primary-base);
  fill: var(--primary-base);
}
.button-link.primary:hover {
  color: var(--primary-dark);
  fill: var(--primary-dark);
}
.button-link.primary:focus {
  color: var(--primary-base);
  fill: var(--primary-base);
}
.button-link.error {
  color: var(--state-error-base);
  fill: var(--state-error-base);
}
.button-link.error:hover {
  color: var(--red-700);
  fill: var(--red-700);
}
.button-link.error:focus {
  color: var(--state-error-base);
  fill: var(--state-error-base);
}

.button-fancy {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--text-white-0);
  fill: var(--text-white-0);
  font-feature-settings: "liga" off, "calt" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
  border-radius: var(--radius-10);
}
.button-fancy span {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
}
.button-fancy svg {
  fill: inherit;
}
.button-fancy svg path {
  fill: inherit;
}
.button-fancy i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.button-fancy i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.button-fancy.small {
  padding: 8px;
  gap: 4px;
  border-radius: var(--radius-8);
}
.button-fancy.x-small {
  padding: 6px;
  gap: 4px;
}
.button-fancy:disabled {
  background: var(--bg-weak-25) !important;
  pointer-events: none !important;
  box-shadow: none !important;
  color: var(--text-disabled-300) !important;
  fill: var(--text-disabled-300) !important;
  border: 1px solid var(--bg-weak-25) !important;
}
.button-fancy.neutral {
  border: 1px solid var(--linear-12, rgba(255, 255, 255, 0.12));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%), var(--bg-strong-950, #0E121B);
  box-shadow: 0 1px 2px 0 rgba(27, 28, 29, 0.48), 0 0 0 1px #242628;
}
.button-fancy.neutral:hover {
  border: 1px solid var(--linear-12, rgba(255, 255, 255, 0.12));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), var(--bg-strong-950, #0E121B);
  box-shadow: 0 1px 2px 0 rgba(27, 28, 29, 0.48), 0 0 0 1px #242628;
}
.button-fancy.primary {
  border: 1px solid var(--linear-12, rgba(255, 255, 255, 0.12));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%), var(--primary-base, #335CFF);
  box-shadow: 0 1px 2px 0 rgba(14, 18, 27, 0.24), 0 0 0 1px var(--primary-base, #335CFF);
}
.button-fancy.primary:hover {
  border: 1px solid var(--linear-12, rgba(255, 255, 255, 0.12));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), var(--primary-base, #335CFF);
  box-shadow: 0 1px 2px 0 rgba(14, 18, 27, 0.24), 0 0 0 1px var(--primary-base, #335CFF);
}
.button-fancy.error {
  border: 1px solid var(--linear-12, rgba(255, 255, 255, 0.12));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%), var(--state-error-base, #FB3748);
  box-shadow: 0 1px 2px 0 rgba(14, 18, 27, 0.24), 0 0 0 1px var(--state-error-base, #FB3748);
}
.button-fancy.error:hover {
  border: 1px solid var(--linear-12, rgba(255, 255, 255, 0.12));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), var(--state-error-base, #FB3748);
  box-shadow: 0 1px 2px 0 rgba(14, 18, 27, 0.24), 0 0 0 1px var(--state-error-base, #FB3748);
}
.button-fancy.basic {
  border: 1px solid transparent;
  background: var(--bg-white-0, #FFF);
  color: var(--text-sub-600);
  fill: var(--text-sub-600);
  box-shadow: 0 1px 3px 0 rgba(14, 18, 27, 0.12), 0 0 0 1px var(--stroke-soft-200, #EAECF0);
}
.button-fancy.basic:hover {
  border: 1px solid transparent;
  background: var(--bg-weak-50, #F5F7FA);
  color: var(--text-strong-950);
  fill: var(--text-strong-950);
}

.blog-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-nav-item {
  position: relative;
}

.blog-nav-link {
  display: flex;
  min-height: 32px;
  padding: 6px 8px;
  align-items: center;
  color: var(--text-sub-600);
  background: transparent;
  border: none;
  border-radius: var(--radius-10);
}
.blog-nav-link.uppercase {
  text-transform: uppercase;
}
.blog-nav-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
}
.blog-nav-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.blog-nav-link i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.blog-nav-link.active {
  background: var(--bg-weak-50);
  color: var(--text-strong-950);
}

.blog-nav-dropdown {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -8px;
  transform: translateY(100%);
}
.blog-nav-dropdown.width-auto ul {
  width: auto;
}
.blog-nav-dropdown ul {
  width: 264px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--stroke-soft-200, #EAECF0);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.blog-nav-dropdown li hr {
  margin: 8px 0;
  opacity: 1;
  height: 1px;
  background: var(--stroke-soft-200);
}

.blog-nav-dropdown-item a, .blog-nav-dropdown-item button {
  width: 100%;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: none;
  background: transparent;
  border-radius: var(--radius-8);
  color: var(--text-sub-600);
}
.blog-nav-dropdown-item a:hover, .blog-nav-dropdown-item button:hover {
  background: var(--bg-weak-50);
  color: var(--text-strong-950);
}

.blog-main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .blog-main-nav {
    flex-direction: column;
    position: relative;
  }
}

.blog-main-nav-item {
  position: relative;
}
@media (max-width: 991px) {
  .blog-main-nav-item {
    width: 100%;
    border-bottom: 1px solid var(--stroke-soft-200);
    position: static;
  }
}

.blog-main-nav-dropdown {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -8px;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown {
    position: fixed;
    top: 73px;
    left: 0;
    bottom: auto;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-100%);
    transition: 0.3s;
    background: var(--bg-white-0);
    width: 100vw;
  }
}
.blog-main-nav-dropdown.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown.active {
    transform: translateX(0);
  }
}
.blog-main-nav-dropdown.width-auto ul {
  width: auto;
}
.blog-main-nav-dropdown ul {
  width: 264px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--stroke-soft-200, #EAECF0);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown ul {
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
}
.blog-main-nav-dropdown li hr {
  margin: 8px 0;
  opacity: 1;
  height: 1px;
  background: var(--stroke-soft-200);
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown.lv1 {
    border-bottom: 1px solid var(--stroke-soft-200);
  }
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown.lv1 > ul {
    overflow: auto;
    max-height: calc(100dvh - 308px);
  }
}
.blog-main-nav-dropdown.lv2 {
  top: -15px;
  bottom: auto;
  transform: translateX(100%);
  right: -20px;
  left: auto;
  transition: none;
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown.lv2 {
    position: static;
    transform: none;
    transition: 0.3s;
    border-top: 1px solid var(--stroke-soft-200);
    padding: 8px 0;
  }
}

.blog-main-nav-dropdown-heading {
  display: none;
  padding: 16px 24px;
  border-bottom: 1px solid var(--stroke-soft-200);
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-heading {
    display: flex;
  }
}

.blog-main-nav-dropdown-item a {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--radius-8);
  color: var(--text-sub-600);
}
.blog-main-nav-dropdown-item a:hover {
  background: var(--bg-weak-50);
  color: var(--text-strong-950);
}
.blog-main-nav-dropdown-item.lv1 {
  position: relative;
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-item.lv1:not(:last-child) {
    border-bottom: 1px solid var(--stroke-soft-200);
  }
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-item.lv1 > .blog-main-nav-link {
    padding: 16px 24px;
    color: var(--text-sub-600);
    background: var(--text-white-0);
  }
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-item.lv1 > .blog-main-nav-link i {
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-item.lv1 > .blog-main-nav-link:not(.collapsed) {
    background: var(--bg-weak-50);
    color: var(--text-strong-950);
  }
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-item.lv1 > .blog-main-nav-link:not(.collapsed) i {
    transform: rotate(-90deg);
  }
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-item.lv2 .blog-main-nav-link {
    padding: 12px 24px;
  }
}
@media (max-width: 991px) {
  .blog-main-nav-dropdown-item.lv2 .blog-main-nav-link span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
}

.blog-main-nav-link {
  display: flex;
  min-height: 32px;
  padding: 6px 8px;
  align-items: center;
  justify-content: space-between;
  color: var(--text-sub-600);
  background: transparent;
  border: none;
  border-radius: var(--radius-10);
}
@media (max-width: 991px) {
  .blog-main-nav-link {
    padding: 16px 24px;
  }
}
.blog-main-nav-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-feature-settings: "liga" off, "calt" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.084px;
}
@media (max-width: 991px) {
  .blog-main-nav-link span {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
.blog-main-nav-link i {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-main-nav-link i {
    transform: rotate(-90deg);
  }
}
.blog-main-nav-link i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .blog-main-nav-link i:before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    color: var(--icon-soft-400);
  }
}
.blog-main-nav-link.active {
  background: var(--bg-weak-50);
  color: var(--text-strong-950);
}

.blog-tabs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 991px) {
  .blog-tabs {
    gap: 16px;
  }
}

.nav-tabs {
  scrollbar-width: thin;
  scrollbar-color: #CDD0D5 #F6F8FA;
}
.nav-tabs.v1 {
  display: flex;
  gap: 8px;
  border: none;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .nav-tabs.v1 {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.nav-tabs.v1 .tabs-link {
  display: flex;
  height: 32px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  border: 1px solid var(--stroke-sub-300);
  background: var(--bg-white-0);
  color: var(--neutral-500, #525866);
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
}
.nav-tabs.v1 .tabs-link:hover {
  border: 1px solid var(--primary-base, #335CFF);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
  color: var(--text-strong-950);
}
.nav-tabs.v1 .tabs-link.active {
  background: var(--primary-base);
  border: 1px solid var(--primary-base);
  color: var(--text-white-0);
}
.nav-tabs.v2 {
  display: flex;
  gap: 8px;
  border: none;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .nav-tabs.v2 {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.nav-tabs.v2 .tabs-link {
  display: flex;
  height: 32px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  border: 1px solid var(--stroke-sub-300);
  background: transparent;
  color: var(--neutral-500);
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
}
.nav-tabs.v2 .tabs-link:hover {
  border: 1px solid var(--primary-base);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
  color: var(--primary-base);
}
.nav-tabs.v2 .tabs-link.active {
  border: 1px solid var(--primary-base);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
  color: var(--primary-base);
}
.nav-tabs.v3 {
  display: flex;
  height: 40px;
  padding: 4px;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-radius: var(--radius-12);
  background: var(--bg-weak-50);
  border: none;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .nav-tabs.v3 {
    margin-bottom: 16px;
  }
}
.nav-tabs.v3 .tabs-item {
  flex: 1 1 0;
  min-width: 0;
}
.nav-tabs.v3 .tabs-link {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 4px;
  gap: 6px;
  border-radius: var(--radius-8);
  min-height: 32px;
  border: none;
  background: transparent;
  color: var(--text-soft-400);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-tabs.v3 .tabs-link.active {
  background: var(--bg-white-0);
  box-shadow: 0 6px 10px 0 rgba(14, 18, 27, 0.06), 0 2px 4px 0 rgba(14, 18, 27, 0.03);
  color: var(--text-strong-950);
}

.tab-content.show-v3 .section-card.v4 {
  display: none;
}
.tab-content.show-v4 .section-card.v3, .tab-content.show-v4 .article__sidebar {
  display: none;
}

.sidebar-label {
  color: var(--text-sub-600);
}
@media (max-width: 991px) {
  .sidebar-label {
    font-size: 14px;
    line-height: 22px;
  }
}

.sidebar-v2 {
  position: sticky;
  width: 100%;
  top: 100px;
  border-radius: 24px;
  border: 1px solid var(--stroke-soft-200, #EBEBEB);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}
@media (max-width: 1400px) {
  .sidebar-v2 {
    position: static;
    padding: 11px;
    border-radius: 20px;
  }
}

.blog .sidebar-v2__scroll {
  scrollbar-width: thin;
  scrollbar-color: #CDD0D5 #F6F8FA;
  overflow: auto;
  max-height: calc(100vh - 150px);
}
@media (max-width: 1400px) {
  .blog .sidebar-v2__scroll {
    max-height: unset;
    overflow: hidden;
  }
}

.sidebar-v3 {
  position: sticky;
  width: 100%;
  top: 100px;
  border-radius: 24px;
  border: 1px solid var(--stroke-soft-200, #EBEBEB);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}
@media (max-width: 1400px) {
  .sidebar-v3 {
    position: static;
    padding: 15px;
    border-radius: 20px;
  }
}
.sidebar-v3 hr {
  margin: 4px 0;
  border-color: var(--stroke-soft-200);
}

.sidebar-v2__nav {
  width: 100%;
}

.sidebar-v2__heading {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: none;
}
@media (max-width: 1400px) {
  .sidebar-v2__heading {
    display: flex;
  }
}

@media (min-width: 1401px) {
  .sidebar-v2__scroll {
    display: flex !important;
  }
}

.sidebar-v2__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1400px) {
  .sidebar-v2__list {
    padding-top: 8px;
  }
}

@media (min-width: 1401px) {
  .sidebar-v2__item.active .sidebar-v2__link {
    background: var(--bg-weak-50);
    color: var(--text-strong-950);
  }
}

.sidebar-v2__link {
  display: flex;
  padding: 6px 10px;
  border-radius: var(--radius-8);
  color: var(--text-soft-400);
}

.sidebar-popular-articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-popular-articles hr {
  margin: 0;
  opacity: 1;
  border-top: 1px solid var(--stroke-soft-200);
}
.sidebar-popular-articles hr:last-child {
  display: none;
}

.blog-badge {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  background: var(--text-strong-950);
  color: var(--static-static-white);
}
.blog-badge.gray {
  background: var(--state-faded-base, #717784);
}
.blog-badge.blue {
  background: var(--state-information-base, #335CFF);
}
.blog-badge.orange {
  background: var(--state-warning-base, #FA7319);
}
.blog-badge.red, .blog-badge.critical {
  background: var(--state-error-base, #FB3748);
}
.blog-badge.green {
  background: var(--state-success-base, #1FC16B);
}

.article__accordion {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .article__accordion {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .article__accordion {
    gap: 12px;
  }
}
.article__accordion .accordion-item {
  border-radius: 16px;
  border: 1px solid var(--stroke-soft-200);
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
}
.article__accordion .accordion-button {
  background: var(--bg-white-0);
  box-shadow: none !important;
  transition: 0.3s all;
  padding: 16px 48px 16px 16px;
  color: var(--text-strong-950);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 991px) {
  .article__accordion .accordion-button {
    font-size: 16px;
  }
}
.article__accordion .accordion-button:after {
  display: none;
}
.article__accordion .accordion-button:before {
  font-family: icomoon, sans-serif;
  content: "\e91e";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s;
  color: var(--icon-soft-400);
}
.article__accordion .accordion-button:not(.collapsed) {
  background: var(--bg-weak-50);
}
.article__accordion .accordion-button:not(.collapsed):before {
  content: "\e91d";
  fill: var(--icon-sub-600);
}
.article__accordion .accordion-collapse {
  transition: 0.3s all;
  transition-delay: 0s;
  background: var(--bg-weak-50);
}
.article__accordion .accordion-collapse.collapse:not(.show) {
  background: var(--bg-white-0);
}
.article__accordion .accordion-body {
  padding: 0 16px 16px;
  color: var(--text-sub-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.blog__header {
  background: var(--bg-white-0);
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  .blog__header .js--dropdown-wrap {
    display: none;
  }
}
@media (max-width: 991px) {
  .blog__header .blog__header-links {
    display: none;
  }
}
.blog__header .js--open-blog-header-menu {
  display: none;
}
@media (max-width: 991px) {
  .blog__header .js--open-blog-header-menu {
    display: flex;
  }
}

.blog__header-container {
  display: flex;
  padding: 20px 44px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 991px) {
  .blog__header-container {
    padding: 16px 16px 16px 24px;
  }
}

.blog__header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .blog__header-right {
    display: none;
  }
}

.blog__header-menu {
  position: fixed;
  visibility: hidden;
  z-index: -5;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog__header-menu.open {
  z-index: 30;
  opacity: 1;
  visibility: visible;
}

.blog__header-menu-top {
  display: flex;
  padding: 16px 16px 16px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--state-faded-light, #EBEBEB);
  background: var(--bg-white-0, #FFF);
}

.blog__header-menu-top-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.blog__header-menu-links-container .blog-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog__header-menu-links-container .blog-nav-item {
  width: 100%;
}
.blog__header-menu-links-container .blog-nav-link {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--stroke-soft-200);
  background: var(--bg-white-0);
  border-radius: 0;
  width: 100%;
}
.blog__header-menu-links-container .blog-nav-link > span {
  color: var(--text-sub-600);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.176px;
}
.blog__header-menu-links-container .blog-nav-link > span i {
  transform: rotate(-90deg);
}

.blog__header-menu-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 0 24px 58px;
}
.blog__header-menu-footer .button-log-in {
  width: 100%;
}

.blog__header-search-button {
  display: flex;
  height: 44px;
  padding: 10px 10px 10px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--text-soft-400);
  border-radius: var(--radius-10);
  border: 1px solid var(--stroke-soft-200);
  background: var(--bg-white-0);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
}

.blog__header-search {
  position: fixed;
  visibility: hidden;
  z-index: -5;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog__header-search.open {
  z-index: 30;
  opacity: 1;
  visibility: visible;
}

.blog__header-search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #E2E4E9;
  width: 100%;
}

.blog__header-search-input {
  width: 1361px;
  max-width: 100%;
  margin: 0 auto;
}

.blog__header-search-input .input-group {
  margin-bottom: 0;
  position: relative;
}

.blog__header-search-input .input-icon {
  width: 100%;
}

.blog__header-search-input .form-control {
  background: none;
  border: 1px solid #E2E4E9;
  box-shadow: 0 1px 2px rgba(228, 229, 231, 0.2392156863);
  padding-right: 38px;
  color: #0a0d14;
}

.blog__header-search-close {
  background-color: transparent;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  display: flex;
}

@media (min-width: 1024px) {
  .blog__header-search-top {
    padding: 16px 48px;
  }
}
.blog__header-search-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 1457px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: auto;
}
@media (min-width: 1920px) {
  .blog__header-search-content {
    padding: 16px 48px 192px;
  }
}
@media (min-width: 1024px) {
  .blog__header-search-content {
    padding: 16px 48px 77px;
  }
}

.blog__header-search-count {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #868c98;
  font-size: 14px;
  margin-bottom: 16px;
}

.autocomplete-suggestions .blog-card {
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 14px;
}
.autocomplete-suggestions .blog-card .preview {
  position: relative;
  min-width: 100px;
  border-radius: 8px;
  box-shadow: 0 1.075px 2.149px rgba(228, 229, 231, 0.2392156863);
  overflow: hidden;
}
.autocomplete-suggestions .blog-card .preview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.autocomplete-suggestions .blog-card .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.autocomplete-suggestions .blog-card .title {
  font-weight: 500;
  font-size: 16px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #0a0d14;
}
.autocomplete-suggestions .blog-card .info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.autocomplete-suggestions .blog-card .info .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.autocomplete-suggestions .blog-card .info .author-background {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete-suggestions .blog-card .info .author-background-preview {
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 50%;
}
.autocomplete-suggestions .blog-card .info .author-name {
  color: #3f2984;
  font-size: 12px;
  white-space: nowrap;
}
.autocomplete-suggestions .blog-card .info .created-at {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
  color: #868c98;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
.autocomplete-suggestions .blog-card .info .created-at svg {
  width: 16px;
  height: 16px;
}

.blog-footer {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--bg-white-0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .blog-footer {
    border-radius: 20px;
  }
}
.blog-footer hr {
  background: var(--stroke-soft-200);
  width: 100%;
  height: 1px;
  margin: 0;
}
@media (max-width: 991px) {
  .blog-footer .blog-nav {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .blog-footer .blog-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .blog-footer-top {
    flex-direction: column;
    align-items: center;
  }
}
.blog-footer-top .blog-nav-link span {
  padding: 0 4px;
}

.blog-footer-top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 991px) {
  .blog-footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.blog-footer-bottom .paragraph-small {
  color: var(--text-soft-400);
}

.blog-footer-socials {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-content {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 44px 56px;
}
@media (max-width: 991px) {
  .main-content {
    padding: 0 24px 56px;
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding: 0 16px 44px;
    max-width: 575px;
  }
}
.main-content main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.main-content main .section-card {
  margin-bottom: 0;
}
.main-content .blog__cols-section {
  display: none;
}
.main-content .widget.news-widget {
  display: none;
}
.main-content .widget.blog__subscribe {
  display: none;
}

.intro {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .intro {
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .intro {
    flex-direction: column;
  }
}
.intro img {
  border-radius: 24px;
  flex-shrink: 0;
  object-fit: cover;
}
@media (max-width: 991px) {
  .intro img {
    width: 330px;
    height: 219px;
  }
}
@media (max-width: 767px) {
  .intro img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}

.intro-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--text-strong-950);
}
@media (max-width: 991px) {
  .intro-content {
    gap: 8px;
  }
}
.intro-content .intro-content-description {
  color: var(--text-sub-600);
}

.main__intro-latest {
  width: 100%;
}
.main__intro-latest .main__intro-latest__list-item:nth-child(n+4) {
  display: none;
}

.col-item.full-width {
  width: 100% !important;
}

.row-2-2-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .row-2-2-1 {
    gap: 16px;
  }
}
.row-2-2-1 .col-item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 991px) {
  .row-2-2-1 .col-item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .row-2-2-1 .col-item {
    width: 100%;
  }
}

.row-3-small {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.row-3-small .col-item {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 767px) {
  .row-3-small .col-item {
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid var(--stroke-soft-200);
  }
}

.row-3-2-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .row-3-2-1 {
    gap: 16px;
  }
}
.row-3-2-1 .col-item {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 991px) {
  .row-3-2-1 .col-item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .row-3-2-1 .col-item {
    width: 100%;
  }
}

.row-3-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .row-3-1 {
    gap: 16px;
  }
}
.row-3-1 .col-item {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 991px) {
  .row-3-1 .col-item {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767px) {
  .row-3-1 .col-item {
    width: 100%;
  }
}

.row-4-2-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.row-4-2-1 .col-item {
  width: calc((100% - 48px) / 4);
}
@media (max-width: 991px) {
  .row-4-2-1 .col-item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .row-4-2-1 .col-item {
    width: 100%;
  }
}

.blog-page-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--stroke-sub-300);
  padding-bottom: 24px;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-page-header {
    padding-bottom: 16px;
  }
}
.blog-page-header .nav-tabs {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-page-header-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-page-header-title img {
    width: 36px;
    height: 36px;
  }
}

.blog-page-content {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
}
.blog-page-content .widget {
  display: none;
}

@media (max-width: 991px) {
  .single .blog-page-content {
    padding-top: 16px;
  }
}
@media (max-width: 991px) {
  .single .blog-page-content > .nav-tabs {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .single .blog-page-content > .nav-tabs {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.single .article-content {
  position: relative;
}

.blog-section-label {
  width: 100%;
  margin-bottom: 16px;
  color: var(--text-soft-400, #A3A3A3);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .blog-section-label {
    font-size: 12px;
    line-height: 16px;
  }
}

.article__sidebar {
  position: absolute;
  top: 0;
  left: -229px;
  width: 229px;
  height: 100%;
  padding-right: 16px;
}
@media (max-width: 1400px) {
  .article__sidebar {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .article__sidebar {
    margin-bottom: 24px;
  }
}
.article__sidebar.right {
  right: -229px;
  left: auto;
  padding-left: 16px;
}
@media (max-width: 1400px) {
  .article__sidebar.right {
    padding-left: 0;
  }
}

.blog-page {
  position: relative;
}
.blog-page .load-more-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 24px;
}
.blog-page.v2 {
  padding-bottom: 24px;
}
.blog-page.v2 .blog-page-header {
  padding-bottom: 8px;
  border-bottom: 0;
  gap: 24px;
}
@media (max-width: 991px) {
  .blog-page.v2 .blog-page-header {
    gap: 16px;
  }
}
.blog-page.v2 .blog-page-header .nav-tabs {
  padding-bottom: 8px;
  margin-bottom: 0;
}
.blog-page.v2 .blog-page-content {
  padding-top: 0;
}
.blog-page.v2 .blog-page-content .nav-tabs {
  border-top: 1px solid var(--stroke-sub-300);
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.blog-page.v2.page-authors-list .blog-page-header {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .blog-page.v2.page-authors-list .blog-page-header {
    padding-bottom: 16px;
  }
}
.blog-page.author {
  padding-bottom: 24px;
}

.weekly-plan {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.weekly-plan img {
  max-width: 100%;
  height: auto;
}

.weekly-plan-text {
  color: var(--text-sub-600);
  font-size: 16px;
  line-height: 22.4px;
  margin-bottom: 16px;
}

.weekly-plan-link {
  display: flex;
}

.blog-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-section-title {
  color: var(--text-strong-950);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.section-card {
  display: flex;
  padding: 23px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-bottom: 24px;
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--stroke-soft-200, #EBEBEB);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .section-card {
    padding: 16px;
    gap: 16px;
    border-radius: 20px;
  }
}
.section-card .section-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section-card .section-card-heading-title h1, .section-card .section-card-heading-title h2, .section-card .section-card-heading-title h3, .section-card .section-card-heading-title h4, .section-card .section-card-heading-title h5, .section-card .section-card-heading-title h6 {
  scroll-margin-top: 130px;
}
.section-card.v1 .section-card-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .section-card.v1 .section-card-heading button {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .section-card.v1 .section-card-heading button span {
    display: none;
  }
}
.section-card.v1 .section-card-heading-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .section-card.v1 .section-card-heading-title {
    gap: 12px;
  }
}
.section-card.v1 .section-card-heading-title img {
  width: 36px;
  height: 36px;
}
.section-card.v2 .section-card-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--stroke-soft-200);
}
@media (max-width: 767px) {
  .section-card.v2 .section-card-heading {
    padding-bottom: 16px;
  }
}
.section-card.v2 .section-card-heading button {
  min-width: 108px;
}
@media (max-width: 767px) {
  .section-card.v2 .section-card-heading button {
    padding: 7px;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .section-card.v2 .section-card-heading button span {
    display: none;
  }
}
.section-card.v2 .section-card-heading button i {
  display: none;
}
@media (max-width: 767px) {
  .section-card.v2 .section-card-heading button i {
    display: flex;
  }
}
.section-card.v2 .section-card-heading-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.section-card.v2 .section-card-heading-title strong {
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-card.v2 .section-card-heading-title .title-h4-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-card.v2 .section-card-content {
  color: var(--bg-strong-950, #171717);
  opacity: 0.72;
}
.section-card.v2 .section-card-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-card.v3 {
  gap: 0;
}
.section-card.v3 .section-card-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .section-card.v3 .section-card-heading {
    padding-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.section-card.v3 .section-card-heading .nav-tabs {
  margin-bottom: 0;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .section-card.v3 .section-card-heading .nav-tabs {
    max-width: 100%;
  }
}
.section-card.v3 .section-card-heading-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--text-sub-600);
}
.section-card.v3 .section-card-heading-title strong {
  font-weight: 800;
  color: var(--text-strong-950);
}
.section-card.v3 .section-card-heading-title img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--stroke-sub-300);
}
@media (max-width: 991px) {
  .section-card.v3 .section-card-heading-title .title-h4-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-card.v3 .section-card-content {
  color: var(--text-sub-600);
}
.section-card.v3 .section-card-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-card.v4 {
  border: 2px solid var(--state-information-lighter, #EBF1FF);
  gap: 0;
  padding: 22px;
}
@media (max-width: 991px) {
  .section-card.v4 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-card.v4 {
    padding: 14px;
  }
}
.section-card.v4 .section-card-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-card.v4 .section-card-heading-top {
  display: flex;
  justify-content: space-between;
}
.section-card.v4 .section-card-date {
  color: var(--text-sub-600);
}
.section-card.v4 .section-card-heading-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-card.v4 .section-card-heading-title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .section-card.v4 .section-card-heading-title {
    align-items: flex-start;
  }
}
.section-card.v4 .section-card-heading-title img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border: 1px solid var(--stroke-sub-300);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section-card.v4 .section-card-heading-title .button {
    align-self: center;
  }
}
.section-card.v4 .accordion-body hr {
  margin: 16px 0;
  border-top: 1px solid var(--stroke-soft-200);
}
.section-card.v4 .accordion-body .article-image {
  display: flex;
  width: 100%;
}
.section-card.v4 .accordion-body .article-image img {
  max-width: 100%;
  height: auto;
}
.section-card.v4 .accordion-body .article-text {
  color: var(--text-strong-950);
}
@media (max-width: 991px) {
  .section-card.card-article {
    gap: 16px;
  }
}

.blog-card {
  color: var(--text-white-0);
}
.blog-card .preview picture, .blog-card .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card picture, .blog-card img {
  flex-shrink: 0;
}
.blog-card.x-small {
  display: flex;
  flex-direction: column;
  color: var(--text-strong-950);
  gap: 4px;
}
.blog-card.x-small .title {
  font-size: 14px;
  line-height: 22px;
}
.blog-card.x-small .date {
  color: var(--text-soft-400);
}
.blog-card.v6 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.blog-card.v6 img {
  border-radius: 16px;
  width: 145px;
  height: 98px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .blog-card.v6 img {
    width: 115px;
    height: 78px;
  }
}
@media (max-width: 767px) {
  .blog-card.v6 img {
    width: 145px;
    height: auto;
  }
}
.blog-card.v6 .content {
  padding: 9px 21px 9px 0;
}
@media (max-width: 991px) {
  .blog-card.v6 .content {
    padding: 0;
  }
}
.blog-card.v6 .title {
  display: flex;
  color: var(--text-strong-950);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-card.v6 .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-card.v7 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .blog-card.v7 {
    border-radius: 20px;
  }
}
.blog-card.v7 .preview {
  position: relative;
}
.blog-card.v7 .preview:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.blog-card.v7 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.blog-card.v7 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--text-white-0, #FFF);
  text-overflow: ellipsis;
}
.blog-card.v9 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  min-height: 294px;
}
@media (max-width: 991px) {
  .blog-card.v9 {
    min-height: 235px;
  }
}
@media (max-width: 767px) {
  .blog-card.v9 {
    min-height: 239px;
    border-radius: 20px;
  }
}
.blog-card.v9 .preview {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blog-card.v9 .preview:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.blog-card.v9 .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  min-height: 294px;
}
@media (max-width: 991px) {
  .blog-card.v9 .content {
    min-height: 235px;
  }
}
@media (max-width: 767px) {
  .blog-card.v9 .content {
    min-height: 239px;
  }
}
.blog-card.v9 .blog-card-header {
  display: flex;
  justify-content: space-between;
}
.blog-card.v9 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--text-white-0, #FFF);
  text-overflow: ellipsis;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .blog-card.v9 .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-card.v9 .short-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--text-white-0, #FFF);
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .blog-card.v9 .short-content {
    font-size: 14px;
    line-height: 22px;
  }
}
.blog-card.v9 .blog-card-footer {
  display: flex;
  justify-content: space-between;
}
.blog-card.v10 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  min-height: 190px;
}
@media (max-width: 991px) {
  .blog-card.v10 {
    min-height: 235px;
  }
}
@media (max-width: 767px) {
  .blog-card.v10 {
    min-height: 239px;
    border-radius: 20px;
  }
}
.blog-card.v10 .preview {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blog-card.v10 .preview:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.blog-card.v10 .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.blog-card.v10 .blog-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-card.v10 .blog-card-category {
  white-space: nowrap;
  max-width: 50%;
}
.blog-card.v10 .blog-card-date span {
  font-size: 12px;
  line-height: 16px;
}
.blog-card.v10 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--text-white-0, #FFF);
  text-overflow: ellipsis;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .blog-card.v10 .title {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-card.v10 .short-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--text-white-0, #FFF);
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .blog-card.v10 .short-content {
    font-size: 12px;
    line-height: 16px;
  }
}
.blog-card.v10 .blog-card-footer {
  display: flex;
  justify-content: space-between;
}

.blog-card-category {
  display: flex;
  min-height: 32px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
  border-radius: 100px;
  background: var(--alpha-white-alpha-24);
  color: var(--text-white-0);
}
.blog-card-category span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  color: var(--bg-weak-50);
}
.blog-card-author .author-avatar {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
}
.blog-card-author .author-name {
  color: inherit;
}

.blog-card-date, .blog-card-duration {
  display: flex;
  align-items: center;
  gap: 11px;
}
.blog-card-date i, .blog-card-duration i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--alpha-white-alpha-24);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--icon-disabled-300);
}
.blog-card-date span, .blog-card-duration span {
  white-space: nowrap;
  overflow: hidden;
}

.chart-card {
  border-radius: 16px;
  border: 1px solid var(--stroke-soft-200);
  background: var(--bg-white-0);
  overflow: hidden;
}

.chart-card-heading {
  padding: 12px 8px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.chart-card-heading-title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-sub-600);
  font-family: "Atyp Display", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.chart-card-heading-value {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-strong-950);
}

.chart-card-heading-currency {
  color: var(--text-soft-400);
}

.chart-card-heading-percent {
  color: var(--state-error-base);
}

.weekly-plan__card {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  border: 1px solid var(--stroke-soft-200);
  background: var(--bg-white-0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .weekly-plan__card {
    border-radius: 20px;
    padding: 16px;
  }
}
.weekly-plan__card .card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .weekly-plan__card .card-header {
    margin-bottom: 12px;
  }
}
.weekly-plan__card .card-header__period {
  display: flex;
  width: 70px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--stroke-sub-300, #D1D1D1);
  background: var(--bg-white-0, #FFF);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.weekly-plan__card .card-header__period-month {
  display: flex;
  padding: 4px 8px 2px 8px;
  justify-content: center;
  align-items: center;
  background: var(--red-600, #E93544);
  color: var(--text-white-0);
  width: 100%;
  text-transform: capitalize;
}
.weekly-plan__card .card-header__period-time {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: var(--text-strong-950);
}
@media (max-width: 991px) {
  .weekly-plan__card .card-header__period-time {
    font-size: 12px;
    line-height: 16px;
  }
}
.weekly-plan__card .card-header__title {
  color: var(--text-strong-950);
}
@media (max-width: 767px) {
  .weekly-plan__card .card-header__title br {
    display: none;
  }
}
.weekly-plan__card .description {
  padding: 0;
  margin: 0 0 16px;
  height: 59px;
  overflow: hidden;
  color: var(--neutral-700, #20232D);
  opacity: 0.72;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .weekly-plan__card .description {
    height: 48px;
  }
}
.weekly-plan__card .button {
  width: 100%;
}

.blog__author-card {
  display: flex;
  min-height: 294px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid var(--alpha-white-alpha-16);
  background: linear-gradient(102deg, #717496 -156.15%, #13141D 96.33%), rgba(0, 0, 0, 0.6);
}

.blog__author-card-image-wrap {
  position: absolute;
  left: -63px;
  bottom: -10px;
  z-index: 1;
}
.blog__author-card-image-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -211px;
  width: 281px;
  height: 382px;
  border-radius: 382px;
  opacity: 0.7;
  background: #4C6BE5;
  filter: blur(100px);
  z-index: -1;
}

.blog__author-card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
}

.blog__author-card-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--text-white-0);
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.blog__author-card-additional {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
  color: var(--text-soft-400);
  width: 100%;
}

.blog__author-card-additional-info-item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 65%;
}

.widget {
  padding: 23px;
  border-radius: 24px;
  border: 1px solid var(--stroke-soft-200);
  background: var(--bg-white-0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .widget {
    padding: 15px;
  }
}

.widget-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.widget-header__title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-banner.announcements {
  display: flex;
  padding: 0 44px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  position: sticky;
  top: 80px;
  z-index: 5;
  border-radius: 0 0 12px 12px;
  background: var(--bg-surface-800);
  color: var(--static-static-white);
}
@media (max-width: 991px) {
  .blog-banner.announcements {
    top: 72px;
  }
}
@media (max-width: 767px) {
  .blog-banner.announcements {
    padding-left: 16px;
  }
}
.blog-banner.announcements a {
  color: var(--static-static-white);
  gap: 24px;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 8px 0;
  min-height: 36px;
}
.blog-banner.announcements a > span {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .blog-banner.announcements a button {
    display: none;
  }
}
.blog-banner.announcements .banner-close {
  border: none;
  background: transparent;
  box-shadow: none;
  color: var(--text-white-0);
  position: absolute;
  right: 6px;
}
.blog-banner.announcements .banner-close i {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
.blog-banner.v1 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--stroke-soft-200, #EBEBEB);
  background: var(--bg-surface-800, #262626);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .blog-banner.v1 {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .blog-banner.v1 {
    text-align: center;
  }
}
.blog-banner.v1 .banner-container {
  position: absolute;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 575px) {
  .blog-banner.v1 .banner-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
}
.blog-banner.v1 .banner-content {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .blog-banner.v1 .banner-content {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    gap: 24px;
  }
}
.blog-banner.v1 .banner-text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-disabled-300);
}
.blog-banner.v1 .banner-title {
  color: var(--bg-white-0);
}
.blog-banner.create-account {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid var(--stroke-white-0, #FFF);
  background: var(--bg-weak-50, #F7F7F7);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: right;
}
@media (max-width: 767px) {
  .blog-banner.create-account {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .blog-banner.create-account {
    text-align: center;
  }
}
.blog-banner.create-account .banner-container {
  position: absolute;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 575px) {
  .blog-banner.create-account .banner-container {
    align-items: center;
    gap: 16px;
  }
}
.blog-banner.create-account .banner-text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-sub-600);
}
.blog-banner.create-account .banner-title {
  color: var(--text-strong-950);
}
.blog-banner.create-account button {
  margin-top: auto;
}
.blog-banner.create-account.small {
  text-align: left;
}
.blog-banner.create-account.small .banner-container {
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-banner.create-account.small .banner-container {
    gap: 8px;
  }
}
.blog-banner.create-account.small .banner-title {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .blog-banner.create-account.small .banner-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.12px;
  }
}
.blog-banner.create-account.small .banner-text {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .blog-banner.create-account.small .banner-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.084px;
  }
}
.blog-banner.create-account.small button {
  align-self: flex-end;
}

.article {
  padding-bottom: 24px;
}
.article .article-page-content {
  position: relative;
}
.article .article-page-content .blog-section {
  margin-bottom: 24px;
}
.article .article-intro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .article .article-intro-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.article .article-intro-header .blog-card-category {
  border: 1px solid var(--alpha-black-alpha-24);
  color: var(--text-sub-600);
}
.article .article-intro-header .article-intro-header-time {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--text-sub-600);
}
@media (max-width: 767px) {
  .article .article-intro-header .article-intro-header-time {
    width: 100%;
    justify-content: space-between;
  }
}
.article .article-intro-header .article-intro-header-time i {
  background: var(--alpha-shadow-gray-alpha-6);
  color: inherit;
}
.article .article-intro-image img, .article .article-intro-image picture {
  border-radius: 16px;
}
.article .article-intro__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article .article-intro__footer .blog-card-author {
  color: var(--text-strong-950);
}
.article .article-intro-footer-panel {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .article .article-intro-footer-panel .blog-nav-dropdown {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .article .article-intro-footer-panel .blog-nav-dropdown {
    right: 50%;
    transform: translate(50%, 100%);
  }
}
.article .article-likes {
  display: flex;
  align-items: center;
}

.article-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .article-intro {
    gap: 16px;
  }
}
.article-intro hr {
  margin: 0;
  border-top: 1px solid var(--stroke-soft-200);
  opacity: 1;
}
.article-intro .author-avatar {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .article-intro .author-avatar {
    width: 32px;
    height: 32px;
  }
}

.article-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.article-text .widget {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.article-text > *:last-child {
  margin-bottom: 0 !important;
}
.article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6 {
  color: var(--neutral-900, #0A0D14);
  font-weight: 800;
  margin-bottom: 24px;
  scroll-margin-top: 130px;
}
@media (max-width: 991px) {
  .article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6 {
    margin-bottom: 16px;
  }
}
.article-text h1 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .article-text h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.article-text h2 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .article-text h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.article-text h3 {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .article-text h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.article-text .widget > p {
  color: var(--text-strong-950);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .article-text .widget > p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }
}
.article-text .widget > p.large {
  color: var(--text-sub-500);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 991px) {
  .article-text .widget > p.large {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .article-text .widget > p.large {
    font-size: 16px;
    line-height: 28px;
  }
}
.article-text a {
  color: var(--primary-base);
}
.article-text ol, .article-text ul {
  color: var(--text-strong-950);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .article-text ol, .article-text ul {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
.article-text ol li, .article-text ul li {
  padding-left: 32px;
  position: relative;
}
@media (max-width: 991px) {
  .article-text ol li, .article-text ul li {
    padding-left: 26px;
  }
}
.article-text ol li {
  counter-increment: item;
}
.article-text ol li::before {
  content: counter(item, decimal-leading-zero) ". ";
  color: var(--primary-base);
  text-align: center;
  font-feature-settings: "liga" off, "calt" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .article-text ol li::before {
    font-size: 14px;
    line-height: 22px;
  }
}
.article-text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-base);
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 8px;
}
@media (max-width: 991px) {
  .article-text ul li:before {
    left: 8px;
    top: 7px;
  }
}
.article-text .table-wrapper {
  margin-bottom: 32px;
  width: 100%;
  overflow: auto;
}
@media (max-width: 991px) {
  .article-text .table-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding: 0 16px;
    margin-bottom: 24px;
  }
}
.article-text table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}
.article-text th {
  text-align: left;
  padding: 8px 12px;
  background: var(--theme-blue-alpha-10);
  overflow: hidden;
  color: var(--text-sub-600);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .article-text th {
    font-size: 12px;
    line-height: 16px;
  }
}
.article-text th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.article-text th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.article-text td {
  padding: 16px 12px;
  overflow: hidden;
  color: var(--text-sub-600);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .article-text td {
    font-size: 12px;
    line-height: 16px;
  }
}
.article-text td strong {
  color: var(--text-strong-950);
  font-weight: 500;
}
.article-text tbody tr:not(:last-child) td {
  border-bottom: 1px solid #E6E6E6;
}
.article-text .article-image {
  margin-bottom: 32px;
  display: flex;
}

.blog__author {
  display: flex;
  min-height: 370px;
  flex-direction: column;
  align-items: flex-end;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid var(--alpha-white-alpha-16);
  background: linear-gradient(102deg, #717496 -156.15%, #13141D 96.33%), rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .blog__author {
    padding: 20px 40px;
    min-height: 295px;
  }
}

.blog__author-image {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__author-image:before {
  content: "";
  z-index: -1;
  width: 281px;
  height: 381px;
  position: absolute;
  border-radius: 381px;
  opacity: 0.7;
  background: #4C6BE5;
  filter: blur(100px);
  transform: translateY(30%);
}
@media (max-width: 991px) {
  .blog__author-image {
    max-height: 290px;
    right: 40%;
  }
}
@media (max-width: 767px) {
  .blog__author-image {
    max-height: 250px;
    right: 40%;
  }
}
@media (max-width: 991px) {
  .blog__author-image picture, .blog__author-image img {
    max-height: 290px;
  }
}
@media (max-width: 767px) {
  .blog__author-image picture, .blog__author-image img {
    max-height: 250px;
  }
}

.blog__author-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  gap: 16px;
}
.blog__author-content h1, .blog__author-content h2, .blog__author-content h3 {
  overflow: hidden;
  color: var(--text-white-0, #FFF);
  font-feature-settings: "liga" off, "calt" off;
  text-overflow: ellipsis;
  text-align: right;
}

.blog__author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.blog__author-info-item {
  display: flex;
  min-height: 32px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  background: var(--alpha-white-alpha-24);
  color: var(--text-white-0);
}

.blog__author-logo {
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 64px;
}
@media (max-width: 991px) {
  .blog__author-logo {
    top: 24px;
    left: 44px;
  }
}
@media (max-width: 767px) {
  .blog__author-logo {
    display: none;
  }
}
