/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --t-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --t-color-black: #000;
    --t-color-white: #fff;
    --t-spacing: 0.25rem;
    --t-text-xs: 0.75rem;
    --t-text-xs--line-height: calc(1 / 0.75);
    --t-text-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-xl: 1.25rem;
    --t-text-xl--line-height: calc(1.75 / 1.25);
    --t-text-2xl: 1.5rem;
    --t-text-2xl--line-height: calc(2 / 1.5);
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-radius-lg: 0.5rem;
    --t-default-transition-duration: 150ms;
    --t-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--t-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--t-default-font-feature-settings, normal);
    font-variation-settings: var(--t-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--t-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--t-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--t-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .t\:absolute {
    position: absolute;
  }
  .t\:relative {
    position: relative;
  }
  .t\:inset-x-0 {
    inset-inline: calc(var(--t-spacing) * 0);
  }
  .t\:top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .t\:top-2 {
    top: calc(var(--t-spacing) * 2);
  }
  .t\:top-4 {
    top: calc(var(--t-spacing) * 4);
  }
  .t\:right-2 {
    right: calc(var(--t-spacing) * 2);
  }
  .t\:right-4 {
    right: calc(var(--t-spacing) * 4);
  }
  .t\:bottom-0 {
    bottom: calc(var(--t-spacing) * 0);
  }
  .t\:z-10 {
    z-index: 10;
  }
  .t\:float-left {
    float: left;
  }
  .t\:container {
    width: 100%;
    @media (width >= 1000px) {
      max-width: 1000px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:my-4 {
    margin-block: calc(var(--t-spacing) * 4);
  }
  .t\:my-auto {
    margin-block: auto;
  }
  .t\:mt-0\! {
    margin-top: calc(var(--t-spacing) * 0) !important;
  }
  .t\:mt-2 {
    margin-top: calc(var(--t-spacing) * 2);
  }
  .t\:mt-3 {
    margin-top: calc(var(--t-spacing) * 3);
  }
  .t\:mt-6 {
    margin-top: calc(var(--t-spacing) * 6);
  }
  .t\:mt-8 {
    margin-top: calc(var(--t-spacing) * 8);
  }
  .t\:mr-2 {
    margin-right: calc(var(--t-spacing) * 2);
  }
  .t\:mb-4 {
    margin-bottom: calc(var(--t-spacing) * 4);
  }
  .t\:mb-5 {
    margin-bottom: calc(var(--t-spacing) * 5);
  }
  .t\:mb-8 {
    margin-bottom: calc(var(--t-spacing) * 8);
  }
  .t\:ml-auto {
    margin-left: auto;
  }
  .t\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .t\:block {
    display: block;
  }
  .t\:flex {
    display: flex;
  }
  .t\:flow-root {
    display: flow-root;
  }
  .t\:grid {
    display: grid;
  }
  .t\:hidden {
    display: none;
  }
  .t\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .t\:size-26 {
    width: calc(var(--t-spacing) * 26);
    height: calc(var(--t-spacing) * 26);
  }
  .t\:h-10 {
    height: calc(var(--t-spacing) * 10);
  }
  .t\:h-11 {
    height: calc(var(--t-spacing) * 11);
  }
  .t\:w-10 {
    width: calc(var(--t-spacing) * 10);
  }
  .t\:w-11 {
    width: calc(var(--t-spacing) * 11);
  }
  .t\:w-25 {
    width: calc(var(--t-spacing) * 25);
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-\[450px\] {
    max-width: 450px;
  }
  .t\:max-w-\[880px\] {
    max-width: 880px;
  }
  .t\:flex-1 {
    flex: 1;
  }
  .t\:shrink-0 {
    flex-shrink: 0;
  }
  .t\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:cursor-pointer {
    cursor: pointer;
  }
  .t\:resize-y {
    resize: vertical;
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-wrap {
    flex-wrap: wrap;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-end {
    align-items: flex-end;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:gap-1 {
    gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-3 {
    gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-4 {
    gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-x-4 {
    column-gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-y-1 {
    row-gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-y-2 {
    row-gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-y-3 {
    row-gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-y-5 {
    row-gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-y-6 {
    row-gap: calc(var(--t-spacing) * 6);
  }
  .t\:overflow-hidden {
    overflow: hidden;
  }
  .t\:rounded {
    border-radius: 0.25rem;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-lg {
    border-radius: var(--t-radius-lg);
  }
  .t\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .t\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .t\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .t\:border-\[\#D0D5DD\] {
    border-color: #D0D5DD;
  }
  .t\:border-\[\#DCDFE4\] {
    border-color: #DCDFE4;
  }
  .t\:border-\[\#E5E5E5\] {
    border-color: #E5E5E5;
  }
  .t\:bg-\[\#30A14A\] {
    background-color: #30A14A;
  }
  .t\:bg-\[\#F8F8F8\] {
    background-color: #F8F8F8;
  }
  .t\:bg-black {
    background-color: var(--t-color-black);
  }
  .t\:bg-black\! {
    background-color: var(--t-color-black) !important;
  }
  .t\:bg-black\/50 {
    background-color: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-black) 50%, transparent);
    }
  }
  .t\:bg-white\/15 {
    background-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-white) 15%, transparent);
    }
  }
  .t\:bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:from-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:to-\[rgba\(0\,0\,0\,0\.95\)\] {
    --tw-gradient-to: rgba(0,0,0,0.95);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:bg-cover {
    background-size: cover;
  }
  .t\:bg-center {
    background-position: center;
  }
  .t\:object-contain {
    object-fit: contain;
  }
  .t\:p-0\! {
    padding: calc(var(--t-spacing) * 0) !important;
  }
  .t\:p-3 {
    padding: calc(var(--t-spacing) * 3);
  }
  .t\:p-4 {
    padding: calc(var(--t-spacing) * 4);
  }
  .t\:px-2 {
    padding-inline: calc(var(--t-spacing) * 2);
  }
  .t\:px-5 {
    padding-inline: calc(var(--t-spacing) * 5);
  }
  .t\:px-\[15px\] {
    padding-inline: 15px;
  }
  .t\:py-1 {
    padding-block: calc(var(--t-spacing) * 1);
  }
  .t\:py-2\.5 {
    padding-block: calc(var(--t-spacing) * 2.5);
  }
  .t\:py-3 {
    padding-block: calc(var(--t-spacing) * 3);
  }
  .t\:py-6\! {
    padding-block: calc(var(--t-spacing) * 6) !important;
  }
  .t\:pt-4 {
    padding-top: calc(var(--t-spacing) * 4);
  }
  .t\:pt-5 {
    padding-top: calc(var(--t-spacing) * 5);
  }
  .t\:pt-9 {
    padding-top: calc(var(--t-spacing) * 9);
  }
  .t\:pt-10 {
    padding-top: calc(var(--t-spacing) * 10);
  }
  .t\:pb-6 {
    padding-bottom: calc(var(--t-spacing) * 6);
  }
  .t\:pb-8 {
    padding-bottom: calc(var(--t-spacing) * 8);
  }
  .t\:text-left {
    text-align: left;
  }
  .t\:text-right {
    text-align: right;
  }
  .t\:text-2xl {
    font-size: var(--t-text-2xl);
    line-height: var(--tw-leading, var(--t-text-2xl--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-xl {
    font-size: var(--t-text-xl);
    line-height: var(--tw-leading, var(--t-text-xl--line-height));
  }
  .t\:text-xs {
    font-size: var(--t-text-xs);
    line-height: var(--tw-leading, var(--t-text-xs--line-height));
  }
  .t\:leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:break-all {
    word-break: break-all;
  }
  .t\:text-\[\#30A14A\] {
    color: #30A14A;
  }
  .t\:text-\[\#212636\] {
    color: #212636;
  }
  .t\:text-\[\#667085\] {
    color: #667085;
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:text-white\! {
    color: var(--t-color-white) !important;
  }
  .t\:shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .t\:transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .t\:hover\:bg-\[\#268D3F\] {
    &:hover {
      @media (hover: hover) {
        background-color: #268D3F;
      }
    }
  }
  .t\:hover\:bg-white\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-white);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--t-color-white) 25%, transparent);
        }
      }
    }
  }
  .t\:max-\[992px\]\:w-50\! {
    @media (width < 992px) {
      width: calc(var(--t-spacing) * 50) !important;
    }
  }
  .t\:max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .t\:pc\:order-9 {
    @media (width >= 1000px) {
      order: 9;
    }
  }
  .t\:pc\:col-span-2 {
    @media (width >= 1000px) {
      grid-column: span 2 / span 2;
    }
  }
  .t\:pc\:w-fit {
    @media (width >= 1000px) {
      width: fit-content;
    }
  }
  .t\:pc\:grid-cols-\[1fr_auto\] {
    @media (width >= 1000px) {
      grid-template-columns: 1fr auto;
    }
  }
  .t\:pc\:gap-x-20 {
    @media (width >= 1000px) {
      column-gap: calc(var(--t-spacing) * 20);
    }
  }
  .t\:min-\[1200px\]\:order-none {
    @media (width >= 1200px) {
      order: 0;
    }
  }
  .t\:min-\[1200px\]\:col-span-1 {
    @media (width >= 1200px) {
      grid-column: span 1 / span 1;
    }
  }
  .t\:min-\[1200px\]\:mt-0 {
    @media (width >= 1200px) {
      margin-top: calc(var(--t-spacing) * 0);
    }
  }
  .t\:min-\[1200px\]\:max-w-\[350px\] {
    @media (width >= 1200px) {
      max-width: 350px;
    }
  }
  .t\:min-\[1200px\]\:grid-cols-\[auto_1fr_auto\] {
    @media (width >= 1200px) {
      grid-template-columns: auto 1fr auto;
    }
  }
}
.mag-header {
  background: #30a14a;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 56px;
}
.mag-header__back {
  position: absolute;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.mag-header__back:hover {
  opacity: 1;
  color: #fff;
}
.mag-header__logo img {
  max-height: 36px;
  width: auto;
}
.mag-header__share {
  position: absolute;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.mag-header__share:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.mag-header__share i {
  font-size: 18px;
}
.mag-hero {
  width: 100%;
  max-width: none;
  line-height: 0;
  margin: 0;
}
.mag-hero img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}
.article-prose {
  width: 100%;
  max-width: 880px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  font-family: "Noto Serif", serif;
  line-height: 1.85;
  color: var(--text-color);
}
.article-prose p {
  margin-bottom: 1.25rem;
  text-align: justify;
}
.article-prose figure {
  margin: 2rem 0;
}
.article-prose strong {
  font-weight: 700;
}
.article-prose h2 {
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
}
.article-prose h3 {
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}
.mag-sapo {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-color-soft);
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.mag-section-divider {
  text-align: center;
  padding: 48px 0 32px;
  position: relative;
}
.mag-section-divider__num {
  font-family: "Chakra Petch", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #30a14a;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 8px;
}
.mag-section-divider__title {
  font-family: "Merriweather", serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
}
.mag-section-divider__title::before, .mag-section-divider__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #30a14a;
  opacity: 0.4;
}
.mag-section-divider__title::before {
  right: calc(100% + 16px);
}
.mag-section-divider__title::after {
  left: calc(100% + 16px);
}
.mag-quote {
  text-align: center;
  padding: 40px 24px;
  margin: 2.5rem 0;
  position: relative;
}
.mag-quote::before, .mag-quote::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #30a14a;
  opacity: 0.4;
  margin: 0 auto;
}
.mag-quote::before {
  margin-bottom: 24px;
}
.mag-quote::after {
  margin-top: 24px;
}
.mag-quote__icon {
  color: #30a14a;
  opacity: 0.25;
  margin-bottom: 16px;
}
.mag-quote__text {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-color);
  max-width: 560px;
  margin: 0 auto;
}
.mag-quote__cite {
  display: block;
  margin-top: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-color-soft);
}
.mag-tag {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  color: #333;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 3px 10px;
  text-decoration: none;
  transition: background 0.2s;
}
.mag-tag:hover {
  background: #e0e0e0;
  color: #333;
}
.mag-bottom {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .mag-bottom {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .mag-bottom {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .mag-bottom {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .mag-bottom {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .mag-bottom {
    max-width: 1320px;
  }
}
.tin-bai-khac .desc, .tin-bai-khac .article-date {
  color: #344054;
}
.tin-bai-khac .title a:hover {
  color: #30a14a;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
