/*! 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-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-base: 1rem;
    --t-text-base--line-height: calc(1.5 / 1);
    --t-font-weight-normal: 400;
    --t-font-weight-medium: 500;
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-tracking-wide: 0.025em;
    --t-radius-xl: 0.75rem;
    --t-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --t-color-tw-primary: #212636;
    --t-color-tw-secondary: #667085;
  }
}
@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\:pointer-events-none {
    pointer-events: none;
  }
  .t\:absolute {
    position: absolute;
  }
  .t\:fixed {
    position: fixed;
  }
  .t\:relative {
    position: relative;
  }
  .t\:inset-0 {
    inset: calc(var(--t-spacing) * 0);
  }
  .t\:top-0 {
    top: calc(var(--t-spacing) * 0);
  }
  .t\:top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .t\:top-\[2\%\] {
    top: 2%;
  }
  .t\:top-\[42\%\] {
    top: 42%;
  }
  .t\:top-\[50\%\] {
    top: 50%;
  }
  .t\:top-\[72\%\] {
    top: 72%;
  }
  .t\:top-\[calc\(100\%\+8px\)\] {
    top: calc(100% + 8px);
  }
  .t\:right-0 {
    right: calc(var(--t-spacing) * 0);
  }
  .t\:right-\[3\%\] {
    right: 3%;
  }
  .t\:right-\[10\%\] {
    right: 10%;
  }
  .t\:bottom-0 {
    bottom: calc(var(--t-spacing) * 0);
  }
  .t\:left-0 {
    left: calc(var(--t-spacing) * 0);
  }
  .t\:left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .t\:left-\[12\%\] {
    left: 12%;
  }
  .t\:left-\[16\%\] {
    left: 16%;
  }
  .t\:z-10 {
    z-index: 10;
  }
  .t\:z-20 {
    z-index: 20;
  }
  .t\:z-\[-1\] {
    z-index: -1;
  }
  .t\:z-\[1\] {
    z-index: 1;
  }
  .t\:z-\[2\] {
    z-index: 2;
  }
  .t\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .t\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .t\:float-left {
    float: left;
  }
  .t\:m-0 {
    margin: calc(var(--t-spacing) * 0);
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:mt-1 {
    margin-top: calc(var(--t-spacing) * 1);
  }
  .t\:mt-2 {
    margin-top: calc(var(--t-spacing) * 2);
  }
  .t\:mt-6 {
    margin-top: calc(var(--t-spacing) * 6);
  }
  .t\:mr-4 {
    margin-right: calc(var(--t-spacing) * 4);
  }
  .t\:mb-6 {
    margin-bottom: calc(var(--t-spacing) * 6);
  }
  .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-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .t\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .t\:size-10 {
    width: calc(var(--t-spacing) * 10);
    height: calc(var(--t-spacing) * 10);
  }
  .t\:h-2 {
    height: calc(var(--t-spacing) * 2);
  }
  .t\:h-10 {
    height: calc(var(--t-spacing) * 10);
  }
  .t\:h-\[95px\] {
    height: 95px;
  }
  .t\:h-full {
    height: 100%;
  }
  .t\:max-h-\[90px\] {
    max-height: 90px;
  }
  .t\:max-h-\[240px\] {
    max-height: 240px;
  }
  .t\:min-h-\[126px\] {
    min-height: 126px;
  }
  .t\:w-4 {
    width: calc(var(--t-spacing) * 4);
  }
  .t\:w-\[14px\] {
    width: 14px;
  }
  .t\:w-\[16px\] {
    width: 16px;
  }
  .t\:w-\[26px\] {
    width: 26px;
  }
  .t\:w-\[28px\] {
    width: 28px;
  }
  .t\:w-\[calc\(100\%\+40px\)\] {
    width: calc(100% + 40px);
  }
  .t\:w-fit {
    width: fit-content;
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-\[480px\] {
    max-width: 480px;
  }
  .t\:max-w-\[530px\] {
    max-width: 530px;
  }
  .t\:max-w-\[900px\] {
    max-width: 900px;
  }
  .t\:max-w-\[900px\]\! {
    max-width: 900px !important;
  }
  .t\:flex-1 {
    flex: 1;
  }
  .t\:-translate-x-\[22px\] {
    --tw-translate-x: calc(22px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:-translate-x-\[40px\] {
    --tw-translate-x: calc(40px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:-translate-x-\[65\%\] {
    --tw-translate-x: calc(65% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:translate-x-3 {
    --tw-translate-x: calc(var(--t-spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .t\:-rotate-\[6deg\] {
    rotate: calc(6deg * -1);
  }
  .t\:rotate-\[-12deg\] {
    rotate: -12deg;
  }
  .t\:rotate-\[8deg\] {
    rotate: 8deg;
  }
  .t\:rotate-\[10deg\] {
    rotate: 10deg;
  }
  .t\:cursor-pointer {
    cursor: pointer;
  }
  .t\:scroll-mt-28 {
    scroll-margin-top: calc(var(--t-spacing) * 28);
  }
  .t\:list-disc {
    list-style-type: disc;
  }
  .t\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .t\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .t\:grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }
  .t\:grid-cols-\[130px_1fr\] {
    grid-template-columns: 130px 1fr;
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:gap-6 {
    gap: calc(var(--t-spacing) * 6);
  }
  .t\:space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:gap-x-5 {
    column-gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-x-6 {
    column-gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-x-10 {
    column-gap: calc(var(--t-spacing) * 10);
  }
  .t\:gap-x-\[22px\] {
    column-gap: 22px;
  }
  .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-3\.5 {
    row-gap: calc(var(--t-spacing) * 3.5);
  }
  .t\:gap-y-4 {
    row-gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-y-5 {
    row-gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-y-7 {
    row-gap: calc(var(--t-spacing) * 7);
  }
  .t\:gap-y-8 {
    row-gap: calc(var(--t-spacing) * 8);
  }
  .t\:overflow-hidden {
    overflow: hidden;
  }
  .t\:overflow-y-auto {
    overflow-y: auto;
  }
  .t\:rounded-\[6px\] {
    border-radius: 6px;
  }
  .t\:rounded-\[12px\] {
    border-radius: 12px;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-xl {
    border-radius: var(--t-radius-xl);
  }
  .t\:rounded-se-\[24px\] {
    border-start-end-radius: 24px;
  }
  .t\:rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .t\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .t\:border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .t\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .t\:border-\[\#A01011\] {
    border-color: #A01011;
  }
  .t\:border-\[\#E11718\] {
    border-color: #E11718;
  }
  .t\:border-\[\#FB0304\] {
    border-color: #FB0304;
  }
  .t\:bg-\[\#A01011\] {
    background-color: #A01011;
  }
  .t\:bg-\[\#B6181F\] {
    background-color: #B6181F;
  }
  .t\:bg-\[\#FFEECF\] {
    background-color: #FFEECF;
  }
  .t\:bg-transparent {
    background-color: transparent;
  }
  .t\:bg-white {
    background-color: var(--t-color-white);
  }
  .t\:bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:bg-\[linear-gradient\(180deg\,\#FFE3B4_0\%\,\#F8BD55_100\%\)\] {
    background-image: linear-gradient(180deg,#FFE3B4 0%,#F8BD55 100%);
  }
  .t\:from-\[\#FD01001A\] {
    --tw-gradient-from: #FD01001A;
    --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-\[\#FD010000\] {
    --tw-gradient-to: #FD010000;
    --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-\[length\:120\%\] {
    background-size: 120%;
  }
  .t\:bg-contain {
    background-size: contain;
  }
  .t\:bg-cover {
    background-size: cover;
  }
  .t\:bg-clip-text {
    background-clip: text;
  }
  .t\:bg-center {
    background-position: center;
  }
  .t\:bg-left {
    background-position: left;
  }
  .t\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .t\:object-contain {
    object-fit: contain;
  }
  .t\:object-cover {
    object-fit: cover;
  }
  .t\:px-3 {
    padding-inline: calc(var(--t-spacing) * 3);
  }
  .t\:px-4 {
    padding-inline: calc(var(--t-spacing) * 4);
  }
  .t\:px-6 {
    padding-inline: calc(var(--t-spacing) * 6);
  }
  .t\:py-2 {
    padding-block: calc(var(--t-spacing) * 2);
  }
  .t\:py-2\.5 {
    padding-block: calc(var(--t-spacing) * 2.5);
  }
  .t\:py-4 {
    padding-block: calc(var(--t-spacing) * 4);
  }
  .t\:py-5 {
    padding-block: calc(var(--t-spacing) * 5);
  }
  .t\:py-6 {
    padding-block: calc(var(--t-spacing) * 6);
  }
  .t\:py-8 {
    padding-block: calc(var(--t-spacing) * 8);
  }
  .t\:pt-3 {
    padding-top: calc(var(--t-spacing) * 3);
  }
  .t\:pr-4 {
    padding-right: calc(var(--t-spacing) * 4);
  }
  .t\:pb-6 {
    padding-bottom: calc(var(--t-spacing) * 6);
  }
  .t\:pb-10 {
    padding-bottom: calc(var(--t-spacing) * 10);
  }
  .t\:pl-3 {
    padding-left: calc(var(--t-spacing) * 3);
  }
  .t\:pl-4 {
    padding-left: calc(var(--t-spacing) * 4);
  }
  .t\:pl-5 {
    padding-left: calc(var(--t-spacing) * 5);
  }
  .t\:text-center {
    text-align: center;
  }
  .t\:font-\[Anton\]\! {
    font-family: Anton !important;
  }
  .t\:text-base {
    font-size: var(--t-text-base);
    line-height: var(--tw-leading, var(--t-text-base--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-\[15px\] {
    font-size: 15px;
  }
  .t\:text-\[20px\] {
    font-size: 20px;
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-normal {
    --tw-font-weight: var(--t-font-weight-normal);
    font-weight: var(--t-font-weight-normal);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:tracking-wide {
    --tw-tracking: var(--t-tracking-wide);
    letter-spacing: var(--t-tracking-wide);
  }
  .t\:break-words {
    overflow-wrap: break-word;
  }
  .t\:whitespace-nowrap {
    white-space: nowrap;
  }
  .t\:text-\[\#333\] {
    color: #333;
  }
  .t\:text-\[\#667085\] {
    color: #667085;
  }
  .t\:text-\[\#999999\] {
    color: #999999;
  }
  .t\:text-\[\#E11718\] {
    color: #E11718;
  }
  .t\:text-transparent {
    color: transparent;
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:uppercase {
    text-transform: uppercase;
  }
  .t\:opacity-25 {
    opacity: 25%;
  }
  .t\:shadow-\[0_8px_24px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(0,0,0,0.15));
    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\:select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .t\:placeholder\:text-\[\#7C7C7C\] {
    &::placeholder {
      color: #7C7C7C;
    }
  }
  .t\:hover\:bg-\[\#E11718\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E11718;
      }
    }
  }
  .t\:hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--t-color-white);
      }
    }
  }
  .t\:min-\[600px\]\:text-\[22px\] {
    @media (width >= 600px) {
      font-size: 22px;
    }
  }
  .t\:min-\[768px\]\:text-\[26px\] {
    @media (width >= 768px) {
      font-size: 26px;
    }
  }
  .t\:min-\[1100px\]\:text-\[34px\] {
    @media (width >= 1100px) {
      font-size: 34px;
    }
  }
  .t\:min-\[1200px\]\:text-\[36px\] {
    @media (width >= 1200px) {
      font-size: 36px;
    }
  }
  .t\:min-\[1300px\]\:text-\[38px\] {
    @media (width >= 1300px) {
      font-size: 38px;
    }
  }
  .t\:min-\[1400px\]\:text-\[40px\] {
    @media (width >= 1400px) {
      font-size: 40px;
    }
  }
  .t\:min-\[1500px\]\:text-\[44px\] {
    @media (width >= 1500px) {
      font-size: 44px;
    }
  }
  .t\:md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .t\:md\:row-span-2 {
    @media (width >= 48rem) {
      grid-row: span 2 / span 2;
    }
  }
  .t\:md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .t\:md\:w-\[20px\] {
    @media (width >= 48rem) {
      width: 20px;
    }
  }
  .t\:md\:w-\[22px\] {
    @media (width >= 48rem) {
      width: 22px;
    }
  }
  .t\:md\:w-\[36px\] {
    @media (width >= 48rem) {
      width: 36px;
    }
  }
  .t\:md\:w-\[40px\] {
    @media (width >= 48rem) {
      width: 40px;
    }
  }
  .t\:md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .t\:md\:grid-cols-\[min\(50\%\,480px\)_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: min(50%, 480px) 1fr;
    }
  }
  .t\:md\:py-7 {
    @media (width >= 48rem) {
      padding-block: calc(var(--t-spacing) * 7);
    }
  }
  .t\:lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--t-spacing) * 0);
    }
  }
  .t\:lg\:left-auto {
    @media (width >= 64rem) {
      left: auto;
    }
  }
  .t\:lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--t-spacing) * 0);
    }
  }
  .t\:lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .t\:lg\:w-\[28px\] {
    @media (width >= 64rem) {
      width: 28px;
    }
  }
  .t\:lg\:w-\[30px\] {
    @media (width >= 64rem) {
      width: 30px;
    }
  }
  .t\:lg\:w-\[50px\] {
    @media (width >= 64rem) {
      width: 50px;
    }
  }
  .t\:lg\:w-\[56px\] {
    @media (width >= 64rem) {
      width: 56px;
    }
  }
  .t\:lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .t\:lg\:max-w-\[500px\] {
    @media (width >= 64rem) {
      max-width: 500px;
    }
  }
  .t\:lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .t\:lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .t\:lg\:gap-x-6 {
    @media (width >= 64rem) {
      column-gap: calc(var(--t-spacing) * 6);
    }
  }
  .t\:lg\:gap-x-20 {
    @media (width >= 64rem) {
      column-gap: calc(var(--t-spacing) * 20);
    }
  }
  .t\:lg\:gap-y-0 {
    @media (width >= 64rem) {
      row-gap: calc(var(--t-spacing) * 0);
    }
  }
  .t\:lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--t-spacing) * 4);
    }
  }
  .t\:lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--t-spacing) * 5);
    }
  }
  .t\:lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--t-spacing) * 10);
    }
  }
  .t\:lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--t-spacing) * 10);
    }
  }
  .t\:lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .t\:\[\&_\.slide-tag_\.tag\]\:border-none\! {
    & .slide-tag .tag {
      --tw-border-style: none !important;
      border-style: none !important;
    }
  }
  .t\:\[\&_\.swiper-slide_\.slide-tag_\.tag\]\:px-2\! {
    & .swiper-slide .slide-tag .tag {
      padding-inline: calc(var(--t-spacing) * 2) !important;
    }
  }
  .t\:\[\&_\.tag\]\:text-white\! {
    & .tag {
      color: var(--t-color-white) !important;
    }
  }
  .t\:\[\&\>\*\:last-child\]\:mb-0\! {
    &>*:last-child {
      margin-bottom: calc(var(--t-spacing) * 0) !important;
    }
  }
  .t\:\[\&\>\*\:last-child\]\:border-b-0\! {
    &>*:last-child {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 0px !important;
    }
  }
  .t\:\[\&\>\*\:last-child\]\:pb-0\! {
    &>*:last-child {
      padding-bottom: calc(var(--t-spacing) * 0) !important;
    }
  }
  .t\:max-\[1000px\]\:\[\&\>\*\:last-child\]\:translate-x-\[2px\] {
    @media (width < 1000px) {
      &>*:last-child {
        --tw-translate-x: 2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .t\:max-\[1000px\]\:\[\&\>\*\:nth-child\(1\)\]\:translate-x-\[-2px\]\! {
    @media (width < 1000px) {
      &>*:nth-child(1) {
        --tw-translate-x: -2px !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important;
      }
    }
  }
  .t\:max-\[1000px\]\:\[\&\>\*\:nth-child\(1\)\]\:py-\[10px\]\! {
    @media (width < 1000px) {
      &>*:nth-child(1) {
        padding-block: 10px !important;
      }
    }
  }
  .t\:max-\[1000px\]\:\[\&\>\*\:nth-child\(1\)\]\:shadow-none\! {
    @media (width < 1000px) {
      &>*:nth-child(1) {
        --tw-shadow: 0 0 #0000 !important;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
      }
    }
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
}
header.header .header-home-navbar .navbar .navbar-nav {
  width: 100%;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-right: auto;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-left: auto;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:last-child a::after {
  display: none;
}
header.header {
  position: relative;
}
.header-home {
  border-bottom: 2px solid #fec84b;
}
.time {
  color: #667085;
  font-size: 13px;
}
.description {
  color: #667085;
  font-size: 0.975rem;
}
.section.section-home .main-new-post .post-info {
  background-color: #f5f5f5;
  padding: 12px 24px;
}
.section.section-home .main-new-post .post-info .name {
  font-size: 20px;
  font-weight: 700;
}
.section.section-home .main-new-post .post-info .name a {
  color: #212636;
}
.section.section-home .more-new-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section.section-home .more-new-posts .more-new-post-item {
  background-color: #f5f5f5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#ward-tabs {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 46px;
  border-radius: 24px 24px 0 0;
}
.ward-tab {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 40px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #a01011;
  background: transparent;
  cursor: pointer;
  --tab-fill: #fdefd5;
}
.ward-tab.is-active {
  --tab-fill: #b6181f;
}
.ward-tab--info {
  z-index: 2;
}
.ward-tab--news {
  z-index: 1;
}
.ward-tab.is-active .ward-tab__text {
  font-weight: 700;
  font-size: 20px;
  background-image: linear-gradient(180deg, #fdf3e1 22.5%, #ffce5b 77.5%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.ward-tab__text {
  position: relative;
  z-index: 1;
}
.ward-tab__shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 40px);
  z-index: 0;
  pointer-events: none;
}
.ward-tab__shape path {
  fill: var(--tab-fill);
}
@media (max-width: 1023px) {
  header.header .header-home-navbar .navbar .dropdown-toggle:after {
    display: none !important;
  }
  header.header .header-home-navbar .navbar .nav-item .nav-link {
    font-size: 14px !important;
    font-family: Roboto, sans-serif;
  }
  #ward-tabs {
    height: 36px;
    border-radius: 16px 16px 0 0;
  }
  .ward-tab {
    height: 36px;
    padding-left: 34px;
    padding-right: 0px;
    font-size: 12px;
  }
  .ward-tab.is-active .ward-tab__text {
    font-size: 14px;
  }
  .ward-tab__shape {
    width: calc(100% + 28px);
  }
  header.header .header-home-navbar .navbar .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 4px;
  }
  .header-home-navbar .navbar-nav::-webkit-scrollbar {
    display: none;
  }
  .header-home-navbar .navbar-nav > .nav-item {
    flex: 0 0 auto;
  }
  header.header .header-home-navbar .navbar .navbar-nav > .nav-item:first-child, header.header .header-home-navbar .navbar .navbar-nav > .nav-item:last-child {
    position: sticky;
    z-index: 3;
    background: #ffeecf;
    display: flex;
    align-items: center;
  }
  header.header .header-home-navbar .navbar .navbar-nav > .nav-item:first-child {
    left: 0;
    margin-right: 0;
    padding: 0 14px 0 4px;
    box-shadow: 6px 0 8px -4px rgba(0, 0, 0, 0.12);
  }
  header.header .header-home-navbar .navbar .navbar-nav > .nav-item:last-child {
    right: 0;
    margin-left: 0;
    padding: 0 4px 0 14px;
    box-shadow: -6px 0 8px -4px rgba(0, 0, 0, 0.12);
  }
  header.header .header-home-navbar .navbar .navbar-nav > .nav-item:first-child .btn {
    width: auto;
  }
}
.ward-info-overlay {
  background: rgba(150, 18, 22, 0.74);
}
@media (min-width: 1024px) {
  .ward-info-overlay {
    background: linear-gradient( 90deg, #b6181f 0%, rgba(182, 24, 31, 0.9) 20%, rgba(182, 24, 31, 0) 90.87% );
  }
}
.swiperPaginNewPosts .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 9999px;
  background: #d9d9d9;
  opacity: 1;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.swiperPaginNewPosts .swiper-pagination-bullet-active {
  width: 34px;
  background: #e11718;
}
.ward-suggestion-item {
  display: block;
  width: 100%;
  cursor: pointer;
  padding-inline: calc(var(--t-spacing) * 4);
  padding-block: calc(var(--t-spacing) * 2.5);
  text-align: left;
  font-size: var(--t-text-sm);
  line-height: var(--tw-leading, var(--t-text-sm--line-height));
  color: #333;
  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));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.ward-suggestion-item:hover {
  background-color: #f5f5f5;
}
.title {
  --tw-font-weight: var(--t-font-weight-bold);
  font-weight: var(--t-font-weight-bold);
  &:hover {
    @media (hover: hover) {
      color: #bc0000;
    }
  }
}
.title.l1 {
  font-size: 1.375rem;
}
.title.l2 {
  font-size: 1rem;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: calc(var(--t-spacing) * 2);
}
.post-meta .cate-name {
  font-size: 13px;
  color: #DE3024;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.post-meta .dot-separation {
  width: 3.5px;
  height: 3.5px;
  border-radius: calc(infinity * 1px);
  background-color: var(--t-color-tw-secondary);
}
.block-image {
  position: relative;
  height: 120px !important;
  width: 180px !important;
  @media (width >= 40rem) {
    height: 140px !important;
  }
  @media (width >= 40rem) {
    width: 210px !important;
  }
  @media (width >= 48rem) {
    height: 165px !important;
  }
  @media (width >= 48rem) {
    width: 230px !important;
  }
  @media (width >= 80rem) {
    height: 180px !important;
  }
  @media (width >= 80rem) {
    width: 270px !important;
  }
}
.block-image-sm {
  position: relative;
  height: 80px !important;
  width: 120px !important;
  @media (width >= 40rem) {
    height: 100px !important;
  }
  @media (width >= 40rem) {
    width: 150px !important;
  }
  @media (width >= 48rem) {
    height: 115px !important;
  }
  @media (width >= 48rem) {
    width: 170px !important;
  }
  @media (width >= 80rem) {
    height: 130px !important;
  }
  @media (width >= 80rem) {
    width: 200px !important;
  }
}
.block-image-ssm {
  position: relative;
  height: 70px !important;
  width: 100px !important;
  @media (width >= 40rem) {
    height: 80px !important;
  }
  @media (width >= 40rem) {
    width: 130px !important;
  }
  @media (width >= 48rem) {
    height: 120px !important;
  }
  @media (width >= 48rem) {
    width: 160px !important;
  }
  @media (width >= 80rem) {
    height: 120px !important;
  }
  @media (width >= 80rem) {
    width: 160px !important;
  }
}
.block-image-ssm-2 {
  position: relative;
  height: 112px !important;
  width: 170px !important;
}
.block-image-lg {
  position: relative;
  height: 150px !important;
  width: 230px !important;
  @media (width >= 40rem) {
    height: 180px !important;
  }
  @media (width >= 40rem) {
    width: 270px !important;
  }
  @media (width >= 48rem) {
    height: 200px !important;
  }
  @media (width >= 48rem) {
    width: 300px !important;
  }
  @media (width >= 80rem) {
    height: 230px !important;
  }
  @media (width >= 80rem) {
    width: 350px !important;
  }
}
.block-image .img {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.figure .img {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-thumb-block {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
}
.img-thumb-block.vertical-post {
  width: 100%;
}
.img-thumb-block.horizontal-post {
  height: 100%;
}
.img-thumb-block.horizontal-post.ssm-size {
  width: 145px;
}
.img-thumb-block.horizontal-post.sm-size {
  width: 178px;
}
.img-thumb-block.horizontal-post.md-size {
  width: 192px;
}
.dot-pencisonar {
  animation: pencisonar 1.5s ease infinite;
}
@keyframes pencisonar {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.cate-label {
  position: relative;
  width: fit-content;
  border-left-style: var(--tw-border-style);
  border-left-width: 6px;
  border-color: #FC0202;
  padding-inline: calc(var(--t-spacing) * 3);
  padding-top: 3px;
}
.cate-label .cate-label-bg {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  z-index: 0;
  transform-origin: 0;
  background-color: #FC02021A;
}
.cate-label h2 {
  position: relative;
  z-index: 1;
}
.broadcast-tab .broadcast-tab-item {
  cursor: pointer;
}
.broadcast-tab .broadcast-tab-item:not(.active) {
  border-color: transparent !important;
}
.broadcast-tab .broadcast-tab-item:not(.active) .cate-label-bg {
  display: none;
}
.broadcast-tab .broadcast-tab-item:not(.active) {
  order: 1 !important;
}
.broadcast-tab .broadcast-tab-item:not(.active) h2 {
  --tw-font-weight: var(--t-font-weight-normal);
  font-weight: var(--t-font-weight-normal);
}
.broadcast-tab .broadcast-tab-item.active h2 {
  --tw-font-weight: var(--t-font-weight-bold);
  font-weight: var(--t-font-weight-bold);
}
.broadcast-tab .broadcast-tab-item-link {
  display: none;
  position: absolute;
  right: calc(var(--t-spacing) * 0);
  bottom: calc(1 / 2 * 100%);
  --tw-translate-y: calc(1 / 2 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  gap: calc(var(--t-spacing) * 1);
  --tw-font-weight: var(--t-font-weight-medium);
  font-weight: var(--t-font-weight-medium);
  color: var(--t-color-tw-primary);
}
.broadcast-tab .tab-truyen-hinh.active ~ .truyen-hinh-link {
  display: flex;
}
.broadcast-tab .tab-phat-thanh.active ~ .phat-thanh-link {
  display: flex;
}
@keyframes side-in-right {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.side-in-right {
  animation: side-in-right 1s ease forwards;
}
header.header .header-home-navbar .navbar .dropdown-menu {
  overflow: visible !important;
}
.dropdown-menu .dropdown-item.has-children {
  position: relative;
}
.dropdown-menu .dropdown-item.has-children > .link::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  height: 6px;
  width: 6px;
  border-right-style: var(--tw-border-style);
  border-right-width: 1.5px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1.5px;
  border-color: currentcolor;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.dropdown-menu .dropdown-item > .submenu {
  position: absolute;
  top: calc(var(--t-spacing) * 0);
  left: 100%;
  z-index: 1001;
  margin: calc(var(--t-spacing) * 0);
  display: none;
  min-width: 200px;
  list-style-type: none;
  border-radius: 4px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--t-color-black);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--t-color-black) 10%, transparent);
  }
  background-color: var(--t-color-white);
  padding-inline: calc(var(--t-spacing) * 0);
  padding-block: 8px;
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
}
.dropdown-menu .dropdown-item:hover > .submenu {
  display: flex;
  max-width: 600px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(var(--t-spacing) * 0);
  padding: 6px;
}
.dropdown-menu .dropdown-item > .submenu > .submenu-item {
  position: relative;
  min-width: 180px;
  flex: none;
  padding-inline: 8px;
  padding-block: 2px;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item > .submenu > .submenu-item > .link {
  display: block;
  border-radius: 4px;
  padding-inline: 12px;
  padding-block: 6px;
  font-size: 14px;
  color: var(--t-color-tw-primary);
  text-decoration-line: none;
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--t-ease-in-out);
  transition-timing-function: var(--t-ease-in-out);
}
.dropdown-menu .dropdown-item > .submenu > .submenu-item > .link:hover {
  background-color: #f5f5f5;
  color: #bc0000;
}
.submenu .submenu-item.has-children {
  position: relative;
}
.submenu .submenu-item.has-children > .link::after {
  content: "";
  margin-left: 6px;
  display: inline-block;
  height: 5px;
  width: 5px;
  border-right-style: var(--tw-border-style);
  border-right-width: 1.5px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1.5px;
  border-color: currentcolor;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.submenu .submenu-item > .submenu {
  position: absolute;
  top: calc(var(--t-spacing) * 0);
  left: 100%;
  z-index: 1002;
  margin: calc(var(--t-spacing) * 0);
  display: none;
  min-width: 180px;
  list-style-type: none;
  border-radius: 4px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--t-color-black);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--t-color-black) 10%, transparent);
  }
  background-color: var(--t-color-white);
  padding-inline: calc(var(--t-spacing) * 0);
  padding-block: 8px;
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
}
.submenu .submenu-item:hover > .submenu {
  display: flex;
  min-width: 350px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(var(--t-spacing) * 0);
  padding: 6px;
}
.submenu .submenu-item > .submenu > .submenu-item {
  min-width: 160px;
  flex: none;
  padding-inline: 6px;
  padding-block: 2px;
}
.submenu .submenu-item > .submenu > .submenu-item > .link {
  display: block;
  border-radius: 4px;
  padding-inline: 10px;
  padding-block: 5px;
  font-size: 13px;
  color: var(--t-color-tw-primary);
  text-decoration-line: none;
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--t-ease-in-out);
  transition-timing-function: var(--t-ease-in-out);
}
.submenu .submenu-item > .submenu > .submenu-item > .link:hover {
  background-color: #f5f5f5;
  color: #bc0000;
}
.dropdown-menu .dropdown-item > .submenu.flip-left, .submenu .submenu-item > .submenu.flip-left {
  right: 100%;
  left: auto;
}
.submenu .submenu-separator {
  margin-block: 8px;
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}
.submenu .submenu-header {
  width: 100%;
  padding-inline: 16px;
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 12px;
  --tw-font-weight: var(--t-font-weight-semibold);
  font-weight: var(--t-font-weight-semibold);
  --tw-tracking: 0.5px;
  letter-spacing: 0.5px;
  color: var(--t-color-tw-secondary);
  text-transform: uppercase;
}
section.section-category-related .category-related-posts .horizontal-post-box .box-block-image {
  height: 180px;
  max-width: 270px;
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  section.section-category-related .category-related-posts .horizontal-post-box .box-block-image {
    height: 160px;
    max-width: 210px;
  }
}
@media screen and (max-width: 575px) and (min-width: 431px) {
  section.section-category-related .category-related-posts .horizontal-post-box .box-block-image {
    height: 120px;
    max-width: 180px;
  }
}
@media screen and (max-width: 430px) {
  section.section-category-related .category-related-posts .horizontal-post-box .box-block-image {
    height: 100px;
    max-width: 150px;
  }
}
section.section-category-related .category-related-posts .horizontal-post-box .name {
  font-size: 1.125rem;
}
section.section-category-related .category-related-posts .horizontal-post-box {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.section-category-new .category-new-more .horizontal-post-box {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.section-category-new .category-new-more .horizontal-post-box .box-block-image {
  height: 180px;
  max-width: 270px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.section-category-new .category-new-more .horizontal-post-box .box-block-image {
    height: 160px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  section.section-category-new .category-new-more .horizontal-post-box .box-block-image {
    height: 140px;
    max-width: 210px;
  }
}
@media screen and (max-width: 575px) and (min-width: 431px) {
  section.section-category-new .category-new-more .horizontal-post-box .box-block-image {
    height: 120px;
    max-width: 180px;
  }
}
@media screen and (max-width: 430px) {
  section.section-category-new .category-new-more .horizontal-post-box .box-block-image {
    height: 100px;
    max-width: 150px;
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-space-y-reverse {
  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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-space-y-reverse: 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-font-weight: initial;
      --tw-tracking: 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;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
