/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--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(--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(--default-font-feature-settings, normal);
    font-variation-settings: var(--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(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--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 {
  .container {
    width: 100%;
    @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;
    }
  }
  .my-\[2vh\] {
    margin-block: 2vh;
  }
  .my-\[3vh\] {
    margin-block: 3vh;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-\[2vh\] {
    margin-top: 2vh;
  }
  .mt-\[4vh\] {
    margin-top: 4vh;
  }
  .mt-\[7vh\] {
    margin-top: 7vh;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[1\.5vh\] {
    margin-bottom: 1.5vh;
  }
  .mb-\[1\.8vh\] {
    margin-bottom: 1.8vh;
  }
  .mb-\[1vh\] {
    margin-bottom: 1vh;
  }
  .mb-\[2vh\] {
    margin-bottom: 2vh;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[5\%\] {
    height: 5%;
  }
  .h-\[5vh\] {
    height: 5vh;
  }
  .h-\[7vh\] {
    height: 7vh;
  }
  .h-\[9vh\] {
    height: 9vh;
  }
  .h-\[10\%\] {
    height: 10%;
  }
  .h-\[10vh\] {
    height: 10vh;
  }
  .h-\[30vh\] {
    height: 30vh;
  }
  .h-\[30vw\] {
    height: 30vw;
  }
  .h-\[70\%\] {
    height: 70%;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[91vh\] {
    height: 91vh;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .w-\[5\%\] {
    width: 5%;
  }
  .w-\[5vw\] {
    width: 5vw;
  }
  .w-\[8\%\] {
    width: 8%;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[10vw\] {
    width: 10vw;
  }
  .w-\[22\%\] {
    width: 22%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30vw\] {
    width: 30vw;
  }
  .w-\[34\%\] {
    width: 34%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[35vw\] {
    width: 35vw;
  }
  .w-\[50vw\] {
    width: 50vw;
  }
  .w-\[61\%\] {
    width: 61%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[86\%\] {
    width: 86%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-full {
    width: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .bg-\[\#001c2d8f\] {
    background-color: #001c2d8f;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-\[5vw\] {
    padding-inline: 5vw;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[5vh\] {
    padding-block: 5vh;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10vh\] {
    padding-block: 10vh;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .indent-4 {
    text-indent: calc(var(--spacing) * 4);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[0\.80rem\] {
    font-size: 0.80rem;
  }
  .text-\[0\.90rem\] {
    font-size: 0.90rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .max-md\:mt-4 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mt-\[0vh\] {
    @media (width < 48rem) {
      margin-top: 0vh;
    }
  }
  .max-md\:mt-\[3vh\] {
    @media (width < 48rem) {
      margin-top: 3vh;
    }
  }
  .max-md\:mt-\[4\.2vh\] {
    @media (width < 48rem) {
      margin-top: 4.2vh;
    }
  }
  .max-md\:mt-\[5vh\] {
    @media (width < 48rem) {
      margin-top: 5vh;
    }
  }
  .max-md\:mb-\[5vh\] {
    @media (width < 48rem) {
      margin-bottom: 5vh;
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:h-\[2\.5vh\] {
    @media (width < 48rem) {
      height: 2.5vh;
    }
  }
  .max-md\:h-\[5\%\] {
    @media (width < 48rem) {
      height: 5%;
    }
  }
  .max-md\:h-\[7vh\] {
    @media (width < 48rem) {
      height: 7vh;
    }
  }
  .max-md\:h-\[9\.5vh\] {
    @media (width < 48rem) {
      height: 9.5vh;
    }
  }
  .max-md\:h-\[20vh\] {
    @media (width < 48rem) {
      height: 20vh;
    }
  }
  .max-md\:h-\[30\%\] {
    @media (width < 48rem) {
      height: 30%;
    }
  }
  .max-md\:h-\[65\%\] {
    @media (width < 48rem) {
      height: 65%;
    }
  }
  .max-md\:h-\[87\.5\%\] {
    @media (width < 48rem) {
      height: 87.5%;
    }
  }
  .max-md\:h-\[90\.5vh\] {
    @media (width < 48rem) {
      height: 90.5vh;
    }
  }
  .max-md\:h-full {
    @media (width < 48rem) {
      height: 100%;
    }
  }
  .max-md\:w-\[35\%\] {
    @media (width < 48rem) {
      width: 35%;
    }
  }
  .max-md\:w-\[45vw\] {
    @media (width < 48rem) {
      width: 45vw;
    }
  }
  .max-md\:w-\[80\%\] {
    @media (width < 48rem) {
      width: 80%;
    }
  }
  .max-md\:w-\[100\%\] {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:bg-transparent {
    @media (width < 48rem) {
      background-color: transparent;
    }
  }
  .max-md\:px-\[7vw\] {
    @media (width < 48rem) {
      padding-inline: 7vw;
    }
  }
  .max-md\:py-\[3vh\] {
    @media (width < 48rem) {
      padding-block: 3vh;
    }
  }
  .max-md\:py-\[6\.25vh\] {
    @media (width < 48rem) {
      padding-block: 6.25vh;
    }
  }
  .max-md\:py-\[8px\] {
    @media (width < 48rem) {
      padding-block: 8px;
    }
  }
  .max-md\:text-2xl {
    @media (width < 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-md\:text-3xl {
    @media (width < 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-md\:text-lg {
    @media (width < 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-md\:text-xl {
    @media (width < 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-md\:text-xs {
    @media (width < 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-md\:text-\[0\.70rem\] {
    @media (width < 48rem) {
      font-size: 0.70rem;
    }
  }
  .max-md\:text-\[0\.80rem\] {
    @media (width < 48rem) {
      font-size: 0.80rem;
    }
  }
  .max-md\:text-\[0\.90rem\] {
    @media (width < 48rem) {
      font-size: 0.90rem;
    }
  }
  .max-md\:text-\[1rem\] {
    @media (width < 48rem) {
      font-size: 1rem;
    }
  }
  .max-md\:text-\[14px\] {
    @media (width < 48rem) {
      font-size: 14px;
    }
  }
  .max-md\:text-\[16px\] {
    @media (width < 48rem) {
      font-size: 16px;
    }
  }
  .max-md\:opacity-85 {
    @media (width < 48rem) {
      opacity: 85%;
    }
  }
  .md\:m-\[3vw\] {
    @media (width >= 48rem) {
      margin: 3vw;
    }
  }
  .md\:mt-\[-2\.2vh\] {
    @media (width >= 48rem) {
      margin-top: -2.2vh;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[30vw\] {
    @media (width >= 48rem) {
      height: 30vw;
    }
  }
  .md\:h-\[80\%\] {
    @media (width >= 48rem) {
      height: 80%;
    }
  }
  .md\:h-\[91vh\] {
    @media (width >= 48rem) {
      height: 91vh;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-\[3vw\] {
    @media (width >= 48rem) {
      width: 3vw;
    }
  }
  .md\:w-\[30vw\] {
    @media (width >= 48rem) {
      width: 30vw;
    }
  }
  .md\:w-\[54vw\] {
    @media (width >= 48rem) {
      width: 54vw;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
}
@layer base {
  * {
    margin: 0px;
    padding: 0px;
  }
  html, body {
    background-color: white;
    font-family: "Poppins", serif;
    font-size: 16px;
    scroll-behavior: smooth;
    line-height: 1.75;
    font-weight: 400;
  }
  h1, h2, h3, h4, h5, h6, p {
    color: rgb(54, 54, 54);
    padding-bottom: 3vh;
  }
  h1 {
    opacity: 1;
  }
  h2 {
    opacity: 0.98;
  }
  h3 {
    opacity: 0.96;
  }
  h4 {
    opacity: 0.94;
  }
  h5 {
    opacity: 0.92;
  }
  h6 {
    opacity: 0.90;
  }
  p {
    opacity: 0.85;
  }
  iframe {
    aspect-ratio: 16 / 9;
  }
  .txtColor {
    color: rgb(54, 54, 54);
  }
  .txtColor2 {
    color: rgba(255, 255, 255, 0.850);
  }
  .bgsubcolor1 {
    background-color: #00000015;
  }
  .bgsubcolor2 {
    background-color: #0000000e;
  }
  .bg1 {
    background-color: #1f69b4;
  }
  .bg2 {
    background-color: #2278cd;
  }
  .imgBlog {
    width: 50%;
    padding-bottom: 3vh;
  }
  .urlBlog {
    color: #2278cd !important;
  }
  .tagBlog {
    color: #2278cd;
  }
  .marquee-text {
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    animation: moveLeft 30s linear infinite;
  }
  @keyframes moveLeft {
    0% {
      left: 100%;
    }
    100% {
      left: -50%;
    }
  }
  @media (max-width: 768px) {
    .html, body {
      font-size: 0.80rem;
    }
    .marquee-text {
      position: absolute;
      white-space: nowrap;
      font-size: 10px;
      animation: moveLeft 18s linear infinite;
    }
    @keyframes moveLeft {
      0% {
        left: 100%;
      }
      100% {
        left: -100%;
      }
    }
    .imgBlog {
      width: 100%;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
    }
  }
}
