html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2');
    font-weight: 100 900;   
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    background-color: #f8f8fc;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


body.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
    top: 0;
    left: 0;
}

header {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0px;
    position: fixed;
    z-index: 4;
}


*,
*::before,
*::after {
    -webkit-tap-highlight-color: transparent; 
    touch-action: manipulation; 
}


a:visited,
a:focus,
a:active {
    text-decoration: none !important; 
    outline: none; 
}


@supports (-webkit-touch-callout: none) {
    a {
        text-decoration: none !important; 
    }

    a:focus,
    a:active {
        text-decoration: none !important; 
    }
}


.J2rTrmus9SA0 {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    margin: 0 20px 0 20px;
    padding: 0;
    gap: 0;
    color #000;
    margin-bottom: 50px;
}

.J2rTrmus9SA0 h1 {
    margin: 0px 0 10px 0;
    padding: 0;
    font-size: 1.6rem;
    margin-bottom: 4px;
    -webkit-background-clip: text;
}

.J2rTrmus9SA0 p {
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 10px 0;
    text-align: left;
    padding-left: 0px;
}

.J2rTrmus9SA0 ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.J2rTrmus9SA0 ul li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 8px;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    margin-left: 20px;
}

.J2rTrmus9SA0 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px; 
    height: 20px; 
    background: url('../icons/li.png') no-repeat center center;
    background-size: contain; 
    margin-top: 4px;
}

.J2rTrmus9SA0 .b81hADKygK1Y {
    text-align: center;
    word-wrap: break-word; 
    white-space: normal; 
}

.J2rTrmus9SA0 .b81hADKygK1Y a {
    display: inline-block; 
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #dff2fe;
    border: 1px solid #bfdeff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap; 
}

.J2rTrmus9SA0 .b81hADKygK1Y a:hover {
    background: #000000cc;
    color: #00a6ff;
    border: 1px solid #000;
}

.J2rTrmus9SA0 img {
    max-width: 70%;
    height: auto;
    margin-top: 12px;
}

.EKuSuAeMiVlJ {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

footer {
    color: #aaa;
    text-align: center;
    font-size: 1rem;
}

footer a {
    color: #aaa;
}


.BIM1fABxjrNk {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.BIM1fABxjrNk h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    background: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
}

.BIM1fABxjrNk p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 15px 0;
    color: #d1d1d1;
}

.BIM1fABxjrNk strong {
    color: #00c6ff;
}


@media (max-width: 768px) {
.J2rTrmus9SA0 h1 {
    font-size: 1.4rem;
}

.J2rTrmus9SA0 h2 {
    font-size: 1.2rem;
}

.J2rTrmus9SA0 p {
    font-size: 1rem;
}

.J2rTrmus9SA0 ul li {
        font-size: 1rem;
    }

.J2rTrmus9SA0 a {
        font-size: 0.9rem;
    }
}

.EVRwykcLl6O5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    padding: 10px 10px 0px 10px;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 8px;
    max-height: 44px;
}

.YdRon3Atyef7 {
    display: flex;
    align-items: center; 
    margin: 0; 
}

.YdRon3Atyef7 img {
    height: 40px;
    margin: 4px 0px 0px 36px;
}

.LaiXGMejDKWh {
    flex: 1;
    text-align: center;
}

.LaiXGMejDKWh input {
    width: 60%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.DyY5Oao8FiYF {
    display: flex;
    gap: 20px;
    margin-left: auto;
    margin-top: 3px;
}

.DyY5Oao8FiYF a {
    text-decoration: none;
    color: #5f6368;
    font-size: 16px;
}

.TCYM2IBj0d71 {
    width: 100%;
    background-color: #ffffff;
    margin-top: 0px;
}

.AQgZWAEWLOIR {
    display: flex;
    justify-content: center;
    padding: 4px 0;
}


.Sjg6LscXqRwp {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    display: flex;
    gap: 14px;
    overflow: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.Sjg6LscXqRwp::-webkit-scrollbar {
    display: none; 
}

.w4RKP2Iu8tMu.b4MBgpEID17a {
    color: #ddd; 
    padding: 0px; 
    border-right: 1px solid #ddd;
}

.w4RKP2Iu8tMu a {
    text-decoration: none;
    color: #5f6368;
    font-size: 16px;
    padding: 10px;
    display: block;
    white-space: nowrap;
}

.w4RKP2Iu8tMu.active a {
    border-bottom: 3px solid;
}

.w4RKP2Iu8tMu.GtW5Y43hvAvW a { border-bottom-color: #a9a6ea; }
.w4RKP2Iu8tMu.DymgHHB5nnV2 a { border-bottom-color: #ffd05b; }
.w4RKP2Iu8tMu.hnhh4ZwqfKw8 a { border-bottom-color: #e17a8f; }
.w4RKP2Iu8tMu.vNW1p8rxxfVR a { border-bottom-color: #78a8cd; }
.w4RKP2Iu8tMu.WJClEmrwAUp4 a { border-bottom-color: #80c184; }



.k761nmbloSiR {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    top: 110px;
}

.QiXJBRNH3VMO {
    text-decoration: none;
    display: none;
    list-style: none;
    gap: 10px;
    justify-content: center;
    padding: 10px 0px 0px 0px;
    margin: 0;
    border-radius: 8px;
    width: 100%;
    max-width: 1280px;
}

.q7EAfzSZACzn {
    text-decoration: none;
    color: #484848;
    font-size: 16px;
    padding: 8px 12px;
    white-space: nowrap;
}

.q7EAfzSZACzn a {
    text-decoration: none;
    color: #5f6368;
    font-size: 16px;
    display: block;
}

.q7EAfzSZACzn.active {
    text-decoration: none;
    background-color: #dff2fe;
    border-radius: 4px;
    border: 1px solid #94c7ff;
}

.q7EAfzSZACzn:hover {
    border-radius: 4px;
    border: 1px solid #94c7ff;
    background-color: #dff2fe;
}


.FQqyd8aEcJOU {
    display: flex;
    flex-direction: row;
    justify-content: center; 
    gap: 10px;
    max-width: 1280px;
    padding: 20px 0;
    margin: 0 auto; 
    position: relative;
    width: 100%;
    top: 110px;
}

.zJXtJWfO8Ned {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin-bottom: 50px;
}

.bmBMxnWjnRtp {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    max-width: 330px;
    margin-left: 2px;
}

.bmBMxnWjnRtp:lst-child {
    gap: 0px;
}

.SCsxnm3l6Voj {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(9, 32, 157, 0.12);
    transition: border-color .2s ease;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.SCsxnm3l6Voj:hover {
     border-color: #90989fb0;
}

.RyNZGHRYvipx {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(9, 32, 157, 0.12);
    transition: border-color .2s ease;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    bottom-margin: 10px;
    max-height: 500px;
    height: 100%;
}
.RyNZGHRYvipx:hover {
     border-color: #90989fb0;
}

.fWmhTu3K2TrQ {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    flex-shrink: 0;
}

.IRDeU62qf79q {
    background: #f8f8fc;
    border: 0;
    outline: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 1;
    
}

.IRDeU62qf79q:hover {
    border-color: white;
}

.knS0kLLDSw0s {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(9, 32, 157, 0.12);
    padding: 16px 20px 20px 16px;
    margin-bottom: 15px;
    transition: border-color .2s ease;
}

.knS0kLLDSw0s:hover {
     border-color: #90989fb0;
}

.knS0kLLDSw0s.h4GR29M4Qbxj {
    margin-left: 10px;
    background-color: #d4e5f6b5; 
    margin-top: 16px;
    padding: 14px;
}

.h4GR29M4Qbxj:last-child {
    margin-bottom: 2px;
}

.eORIXASTRegv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: normal;
    cursor: pointer;
    transition: margin-bottom 0.3s ease-in-out;
    line-height: 1.3em;
}

.eORIXASTRegv.NxUe1Y1q4xXs {
    margin-bottom: 0px;
}

.eORIXASTRegv .NJvfrgdUOCHd {
    font-size: 14px;
    color: black;
    transition: transform 0.2s ease-in-out;
    padding-left: 10px;
}

.oJN64zF5gaPy {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.hjolpYbpEe21 {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 10px;
    width: 320px;
    flex-shrink: 0;
}

.hjolpYbpEe21 img {
    width: 100%;
    height: 180px; 
    object-fit: cover;
    border-radius: 8px;
}

.hjolpYbpEe21 .TCNiJdPAxodM {
    width: 20px;
    height: 20px;
}

.hjolpYbpEe21:hover .XEoym2gakBLD {
    display: inline-flex;
}

.hjolpYbpEe21 .gxzz2Ctocs72 a {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.3em;
}

.gxzz2Ctocs72 {
    color: #333;
    flex: 1;
    padding-top: 2px;
    padding-bottom: 5px;
}

.gxzz2Ctocs72 a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4em;
}

.pkwtDwHrQhC8 .gxzz2Ctocs72 a strong {
    font-weight: 500;
    line-height: 1.3em;
}

.gxzz2Ctocs72 a.source {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.gxzz2Ctocs72 a:hover {
    text-decoration: underline;
}

.lAGNuf706ISz {
    font-size: 12px;
    color: #888;
}

.gxzz2Ctocs72 p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    margin-bottom: 0px;
}

.pkwtDwHrQhC8 {
    flex: 1;
    display: flex;
    flex-direction: column; 
    position: relative; 
    gap: 7px;
    width: 100%;
    margin-top: 0px;
}

.FjgGKlbUhc9Y {
    display: flex;
    flex-direction: row; 
    gap: 10px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    align-items: normal;
}

.FjgGKlbUhc9Y.show {
    opacity: 1;
}

.pkwtDwHrQhC8 .FjgGKlbUhc9Y:first-child {
    border-top: none;
    padding-top: 0;
}

.Ag7OLLzTNFCW {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #007bff; 
}

.Ag7OLLzTNFCW .TCNiJdPAxodM {
    margin-left: 4px; 
}

.CEvFAgJrOBmN {
    margin-top: auto; 
    display: flex;
    justify-content: flex-end; 
    align-items: center;
}

.hoRCrzBiTIZn {
    margin: 0px 0px 16px 0px;
    padding: 0px;
    color: #007bff;
    justify-content: flex-start; 
    display: flex;
    align-items: center; 
    gap: 8px; 
}

.hoRCrzBiTIZn .TCNiJdPAxodM {
    display: inline-block; 
    vertical-align: middle; 
}

.iLD0RIBoqsZo {
    display: flex;
    align-items: center; 
    gap: 8px; 
    text-decoration: none; 
    color: inherit; 
}

.iLD0RIBoqsZo:hover {
    text-decoration: underline; 
}

.BymjOHMETDi7 {
    font-size: 16px; 
    line-height: 1; 
}

.VqyIXo0PP7v7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    margin-bottom: 0px;
}

.VqyIXo0PP7v7 .FjgGKlbUhc9Y {
    display: flex;
    gap: 10px;
    border-top: 1px solid #ccc;
    padding: 10px 0px 0px 0px;
}

.FjgGKlbUhc9Y.KiCxVzkA893z {
    border-top: 0;
    padding: 0;
}

.VqyIXo0PP7v7 .FjgGKlbUhc9Y .gxzz2Ctocs72 {
    margin: 0px 0px 0px 6px;
    padding: 0;
}

.VqyIXo0PP7v7 img {
    width: 210px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
}

.VqyIXo0PP7v7 .TCNiJdPAxodM {
    width: 20px;
    height: 20px;
}

#TFVFr5GAd4uo {
    padding: 6px 0;
    text-align: center;
    margin-bottom: 30px;
}

.KGJcUE7ojpGG {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #007bff;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#AaVKZYsAYExB {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    max-width: 1280px; 
    margin-bottom: 0px;
    padding: 0 2px 0 2px;
}

.OAEz2Oy8Zgri {
    background-color: #dff2fe;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 10px;
    border: 1px solid #b4c3d2b0;
    box-shadow: 0 2px 8px rgba(9, 32, 157, 0.12);
    padding: 11px 11px;
    margin-bottom: 11px;
}
.OAEz2Oy8Zgri:hover {
    border-color: #90989fb0;
}


.rknhrsxWmtes {
    background: none;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    background-color: #dff2fe; 
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none; 
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    transition: opacity 0.3s ease;
}

.rknhrsxWmtes svg {
    width: 24px;
    height: 24px;
}


.rknhrsxWmtes.Sip7JZVaU3Vt {
    left: 10px;
}


.rknhrsxWmtes.Hdk69OpGjapk {
    right: 10px;
}

.UVgRol0MTkkb {
    display: flex;
    gap: 12px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    
    box-shadow: 0 2px 8px rgba(9, 32, 157, 0.12);
    padding: 12px 12px 28px 12px;
    margin-bottom: 20px;
    transition: border-color .2s ease;
    align-items: baseline;
    position: relative;
}


.UVgRol0MTkkb:hover .rknhrsxWmtes {
    display: flex; 
}

.UVgRol0MTkkb:last-child {
    margin-bottom: 10px;
}

.UVgRol0MTkkb:hover {
    border-color: #90989fb0;
    pointer-events: auto; 
    touch-action: manipulation; 
}

.UVgRol0MTkkb a {
    pointer-events: auto; 
    touch-action: manipulation; 
}

.gTMhbujza0zy {
    display: flex;
    gap: 20px;
    width: 230px;
}

.Ui5NAoTh1wWA {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 10px;
    width: 230px;
    height: 285px;
     
    flex-shrink: 0;
}

.Ui5NAoTh1wWA .TCNiJdPAxodM {
    width: 20px;
    height: 20px;
}
.Ui5NAoTh1wWA:hover .XEoym2gakBLD {
    display: inline-flex;
}

.Ui5NAoTh1wWA img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.Ui5NAoTh1wWA .yt9viv3VkWSl a {
    font-size: 16px;
    line-height: 1.4em;
    color: #1f1f1f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.yt9viv3VkWSl {
    color: #333;
    flex: 1;
    min-height: 6em;
}

.yt9viv3VkWSl a {
    color: black;
    text-decoration: none;
    font-size: 15.8px;
}

.qP9AeKK53O6w {
    margin-top: 2px;
    margin-bottom: 4px;
}

.yt9viv3VkWSl a.source {
    color: #888;
    font-size: 13.6px;
    padding: 1px 0px 1px 0px;
}

.yt9viv3VkWSl a:hover {
    text-decoration: underline;
}

.yt9viv3VkWSl .lAGNuf706ISz {
    font-size: 13.6px;
    color: #888;
}
.yt9viv3VkWSl p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.Ui5NAoTh1wWA .dsLwlLfnyiBL {
    margin-top: auto;
    text-align: left;
}

.wsbG4UjrPOQt {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.Z7HyO1JkuI4x {
    font-size: 24px;
    cursor: pointer;
}


.gsV0qLgMHJeh {
    margin-top: 2px;
    margin-bottom: 4px;
}

.SAQecdkKUdzX {
    margin-top: 3px;
    margin-bottom: 0px;
}

#mMK9FwAiUdkC {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: 40px; 
    height: 40px; 
    z-index: 2;
    border: none;
    outline: none;
    color: black;
    cursor: pointer;
    border-radius: 50%; 
    font-size: 20px;
    background: #dff2fe;
    border: 1px solid #b4c3d2b0;
    box-shadow: rgba(9, 32, 157, 0.12) 0px 2px 8px; 
    touch-action: manipulation; 
    display: flex; 
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#mMK9FwAiUdkC:hover {
    background-color: #99bcded1;
    border-color: #90989fb0;
}



.YctwdOTzKKmf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}


.XEoym2gakBLD {
    display: none; 
    cursor: pointer;
    margin-left: 10px;
    transition: opacity 0.3s ease;
}


.FjgGKlbUhc9Y:hover .XEoym2gakBLD {
    display: inline-flex;
}

.HYOat2Fv4UZ7 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 6;  
    min-width: 300px;
    max-width: 340px;
    transition: border-color 0.3s ease;
}

.HYOat2Fv4UZ7:hover {
     border-color: #90989fb0;
     background-color: #fff;
}


.vCnGDrB3rIyY {
    position: absolute;
    top: 2px;
    right: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #aaa;
}


.HYOat2Fv4UZ7 .M8BJBBSKE6q9 {
    text-align: center;
    font-size: 1.0em;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 8px;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}


.Mm8wSrANTxdQ .ixttHEO4ua6U .TCNiJdPAxodM {
    width: 26px;  
    height: 26px; 
    margin: 5px;
    cursor: pointer;
}

.Mm8wSrANTxdQ .ixttHEO4ua6U .FeIZGFVZi7Sl img {
    width: 26px;
    height: 26px;
}


.Mm8wSrANTxdQ .ixttHEO4ua6U {
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
}

.Mm8wSrANTxdQ .ixttHEO4ua6U a {
    display: inline-block;
}

.Mm8wSrANTxdQ .TCNiJdPAxodM {
    width: 24px;
    height: 24px;
    margin: 5px;
    cursor: pointer;
}

.HYOat2Fv4UZ7 p {
    margin: 6px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    word-wrap: break-word;
}

.ixttHEO4ua6U {
    display: flex;
    gap: 10px;
}

.ixttHEO4ua6U a, .ixttHEO4ua6U .TCNiJdPAxodM {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.DW40UDNEnTSY {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -35px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}


.ixttHEO4ua6U a:hover .DW40UDNEnTSY,
.ixttHEO4ua6U .TCNiJdPAxodM:hover .DW40UDNEnTSY {
    visibility: visible;
    opacity: 1;
}

.d0o3Vwwzh0Ur {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    z-index: 7;
    animation: fadeInOut 2s ease-in-out;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    10%, 90% { opacity: 1; }
}


#iDOrUuo8xyDW {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
    max-width: 1280px; 
    margin: 0 auto;
    padding: 0 2px 0 2px;
}

.AVYbAJWxBT66 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.yqnjN9puMeP4 {
    background-color: #dff2fe;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 10px;
    border: 1px solid #b4c3d2b0;
    box-shadow: 0 2px 8px rgba(9, 32, 157, 0.12);
    padding: 11px 11px;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
}

.yqnjN9puMeP4:hover {
    border-color: #90989fb0;
}

.ft7QvjanLIXL {
    width: 99.6%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: 1px solid #e0e0e0;
}

.ft7QvjanLIXL:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.V8ZzmQPiZ8Dd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 5;
}

.hWSXs8FLmw09 img {
    max-width: 90vw;
    max-height: 90vh;
    transition: transform 0.3s ease, left 0.3s ease, top 0.3s ease;
    cursor: zoom-in;
    position: relative;
}

.hWSXs8FLmw09 img.zoomed {
    transform: scale(1.8); 
    cursor: grab;
}


.Yk8xhtMgrIO4 {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}

#FJdf0tqY8xlS {
    display: none; 
    font-size: 1.5rem;
    color: #000;
    padding: 0px 0px 10px 10px;
    text-align: left;
    
    
    
}

@media (min-width: 1200px) {
    #iDOrUuo8xyDW {
        grid-template-columns: repeat(3, 1fr); 
        max-width: 1300px;
    }
}

@media (min-width: 769px) {
    header {
        box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
    }
    #vtOrhdcIhJK2 {
        display: none;
    }
    .FQqyd8aEcJOU {
        display: flex;
        gap: 10px;
    }

    .zJXtJWfO8Ned,
    .J2rTrmus9SA0
    {
        flex: 0 0 66%; 
    }

    .oJN64zF5gaPy {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .hjolpYbpEe21 {
        width: 35%;
         
    }

    .pkwtDwHrQhC8 {
        width: 100%; 
        margin-top: 0;
    }

    .AVYbAJWxBT66 {
        max-width: 400px; 
        min-width: 380px;
    }

    
    .et8IVax4gInt {
        display: none;
    }

    .h7JWhrUMsXjw {
        width: 300px; 
    }
}

@media (max-width: 768px) {
    header {
        position: fixed;
        z-index: 4;
        border-bottom: 1px solid #ddd;
        height: 56px;
    }
    .FQqyd8aEcJOU {
        top: 56px;
        direction: column;
    }

    .zJXtJWfO8Ned {
        width: 97.6%; 
        padding-left: 3px;
        padding-right: 4px;
    }

    .BIM1fABxjrNk {
        margin: 16px auto;
    }
    .J2rTrmus9SA0 {
        width: 97.6%;
     }

    .J2rTrmus9SA0 img {
        max-width: 90%;
    }

    .J2rTrmus9SA0 .b81hADKygK1Y {
        text-align: left;
    }

    .J2rTrmus9SA0 .b81hADKygK1Y a {
        font-size: 1rem;
    }

    .J2rTrmus9SA0 .b81hADKygK1Y p {
        margin-bottom: 10px;
    }

    .knS0kLLDSw0s {
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 15px;
        padding: 10px;
        width: auto;
    }

    .eORIXASTRegv {
        font-size: 19px;
        line-height: 1.5rem;
    }

    .knS0kLLDSw0s.h4GR29M4Qbxj {
        margin-left: 4px;
        padding: 10px;
    }

    .oJN64zF5gaPy {
        flex-direction: column; 
        gap: 0px;
    }

    .hjolpYbpEe21, .pkwtDwHrQhC8, .VqyIXo0PP7v7 {
        width: 100%; 
    }

    .Ag7OLLzTNFCW {
        font-size: 15px;
        margin-top: 0px;
    }

    .BymjOHMETDi7 {
        font-size: 15px;
    }

    .hjolpYbpEe21 .gxzz2Ctocs72 a {
        font-size: 17px;
        font-weight: normal;
    }

    .gxzz2Ctocs72 p {
        margin-bottom: 6px;
    }

    .gxzz2Ctocs72 p {
        font-size: 15px;
    }
    .gxzz2Ctocs72 a {
        font-size: 16px;
        font-weight: normal;
    }

    .gxzz2Ctocs72 a.source {
        font-size: 13.6px;
        font-weight: normal;
    }

    .pkwtDwHrQhC8 {
        margin-top: 0px; 
        border-top: 1px solid #ccc;
        padding-top: 6px;
    }

    .VqyIXo0PP7v7 {
        gap: 10px;
    }

    .FjgGKlbUhc9Y {
        padding-top: 16px;
        align-items: center;
    }

    .VqyIXo0PP7v7 .FjgGKlbUhc9Y.KiCxVzkA893z {
        padding: 0;
    }
    
    .VqyIXo0PP7v7 .FjgGKlbUhc9Y {
        flex-direction: row; 
        padding: 12px 0px 0px 0px;
        align-items: center;
    }

    .VqyIXo0PP7v7 .FjgGKlbUhc9Y img {
        width: 120px;
        height: 100px;
    }

    .VqyIXo0PP7v7 .FjgGKlbUhc9Y .XEoym2gakBLD img {
        width: 20px;
        height: 20px;
    }

    .VqyIXo0PP7v7 .gxzz2Ctocs72 {
        width: 100%; 
        text-align: left;
    }

    
    .fWmhTu3K2TrQ {
        position: absolute;
        top: 38px;
        right: 0px;
        z-index: 1;
        background-color: white;
        padding: 0px;
        border-radius: 5px;
    }

    .IRDeU62qf79q {
        color: black;
        cursor: pointer;
    }

    .pkwtDwHrQhC8 .gxzz2Ctocs72 a strong {
        font-weight: 17px;
        font-weight: normal;
        line-height: 1.2;
        display: inline-block;
        overflow-wrap: break-word;
        
        
        word-break: break-word;
    }

    #mMK9FwAiUdkC {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 40px; 
        height: 40px; 
        font-size: 20px; 
        display: block;
        touch-action: manipulation; 
    }

    #mMK9FwAiUdkC:hover {
        background-color: #dff2fe;
    }

    .UVgRol0MTkkb {
        overflow: auto;
    }

    
    .rknhrsxWmtes {
        width: 30px;
        height: 30px;
    }

    .rknhrsxWmtes svg {
        width: 20px;
        height: 20px;
    }

    .XEoym2gakBLD {
        display: flex;
    }

    
    .HYOat2Fv4UZ7 {
        
        max-width: 90vw; 
        left: 50%;
        transform: translateX(-50%);
    }

    #iDOrUuo8xyDW {
        grid-template-columns: 1fr; 
        gap: 15px;
    }
    .TCYM2IBj0d71, .k761nmbloSiR {
        display: none;
    }

    .EVRwykcLl6O5 {
        padding: 10px;
        align-items: center;
    }

    .w4RKP2Iu8tMu.b4MBgpEID17a {
        border-right: 0px;
        border-bottom: 1px solid #ddd;
        margin-left: 10%;
    }

    ul.QiXJBRNH3VMO {
        padding: 0 0 0 10px;
    }

    li.q7EAfzSZACzn {
        padding: 0px 0px 0px 20px;
    }

    .q7EAfzSZACzn.active {
        background-color: #fff;
        border: none;
    }

    #FJdf0tqY8xlS {
        display: block;
    }

    .YctwdOTzKKmf {
        margin-bottom: 0px;
    }

    .hoRCrzBiTIZn {
        justify-content: flex-end; 
        margin-right: 6px;
    }

    footer {
        font-size: 0.9rem;
        line-height: 1.4em;
    }

    .YdRon3Atyef7 {
        margin: 2px 0px 0px 46px;
    }

    .YdRon3Atyef7 img {
        height: 32px;
        margin: 0px 0px 0px 0px;
    }

    .DyY5Oao8FiYF {
        margin-top: 0px;
    }

    .btHCFh9q3s6Y {
        display: block;
    }

    .LXkrewnP1AvU {
        display: none; 
    }
}

* {
    outline: none;
}

#vtOrhdcIhJK2 {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
}

#vtOrhdcIhJK2 .OBZ4njzV6It4 {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #000;
    cursor: pointer; 
    pointer-events: auto; 
}


#vtOrhdcIhJK2:focus-within .OBZ4njzV6It4 {
    visibility: visible;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 3; 
}


#vtOrhdcIhJK2:focus-within ~ .EVRwykcLl6O5 {
    position: relative; 
    z-index: 1; 
}

#vtOrhdcIhJK2 * {
    visibility: visible;
}

.QZkaJqbav9Jf {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 54px;
    width: 20px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.cy3Et8vK6zoZ {
    display: block;
    width: 100%;
    height: 2px;
    background: #5f6368;
    transition: .3s;
}
.cy3Et8vK6zoZ + .cy3Et8vK6zoZ {
    margin-top: 5px;
}



#eO4k9uQKhZ6W {
    margin-top: 0px;
    padding: 10px;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform;
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 300px;
    height: 100vh;
    background: white;
    
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 100;
}


#eO4k9uQKhZ6W.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


.OBZ4njzV6It4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 90;
}
.OBZ4njzV6It4.tYEAWsXcc550 {
    opacity: 1;
    visibility: visible;
}


#vtOrhdcIhJK2:focus-within ~ .EVRwykcLl6O5 {
    display: none; 
}


#vtOrhdcIhJK2:focus-within #eO4k9uQKhZ6W {
    transform: none;
    visibility: visible; 
    opacity: 1; 
}

#eO4k9uQKhZ6W ul {
    height: 96%;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}

#eO4k9uQKhZ6W li a {
    padding: 10px 5px;
    display: block;
    
    transition: color .1s;
    color: #5f6368;
}


#eO4k9uQKhZ6W li.q7EAfzSZACzn a:hover {
    background-color: #fff !important; 
    border: unset !important; 
    color: #a73a4f;
}

#eO4k9uQKhZ6W li.q7EAfzSZACzn.active {
    background-color: #fff;
    color: #a73a4f;
}

#eO4k9uQKhZ6W li.q7EAfzSZACzn.active a {
    color: #a73a4f;
}


#eO4k9uQKhZ6W li a:hover,
#eO4k9uQKhZ6W li.q7EAfzSZACzn:hover {
    background-color: #fff;
    border: none;
}

#eO4k9uQKhZ6W li:not(.QMtMa82Iet6e) + .QMtMa82Iet6e {
    margin-bottom: auto;
}

#eO4k9uQKhZ6W .YdRon3Atyef7 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}

#eO4k9uQKhZ6W .YdRon3Atyef7 img {
    margin: 2px 0px 0px 6px;
    padding: 0px;
}

.QMtMa82Iet6e {
    display: flex;
    align-self: center;
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
    margin-bottom: 10px;
}

.S6eyR2JYtpfX {
    width: 18px; 
    height: 18px; 
    margin-right: 8px; 
    vertical-align: middle; 
}


#eO4k9uQKhZ6W ul.Sjg6LscXqRwp li a {
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-decoration: none; 
    color: #5f6368; 
}

#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.active a {
    border: none;
}

#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.GtW5Y43hvAvW a:hover,
#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.GtW5Y43hvAvW.active a {
    
    background-color: #c2c0f67a;
    color: #6b68ab;
    border-radius: 4px;
    border: none;
}

#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.DymgHHB5nnV2 a:hover,
#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.DymgHHB5nnV2.active a {
    
    background-color: #ffdf8f7a;
    color: #a58841;
    border-radius: 4px;
    border: none;
}

#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.hnhh4ZwqfKw8 a:hover,
#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.hnhh4ZwqfKw8.active a {
    
    background-color: #fac1cc7a;
    color: #a73a4f;
    border-radius: 4px;
    border: none;
}

#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.vNW1p8rxxfVR a:hover,
#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.vNW1p8rxxfVR.active a {
    
    background-color: #b0d6f37a;
    color: #1c5a88;
    border-radius: 4px;
    border: none;
}

#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.WJClEmrwAUp4 a:hover,
#eO4k9uQKhZ6W ul.Sjg6LscXqRwp .w4RKP2Iu8tMu.WJClEmrwAUp4.active a {
    
    background-color: #c0ffc47a;
    color: #2e7b33;
    border-radius: 4px;
    border: none;
}

.EYFQLnU7W4m6 {
    color: #007bff;
    text-decoration: none;
    font-size: 1.1rem !important;
}

.EYFQLnU7W4m6:hover {
    text-decoration: underline;
}

a.small-text-link {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2em;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

a.large-text-link {
    font-size: 18px;
    line-height: 1.3em;
}

.fdcfqXeD4ziW {
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    animation: grey-pulse 2s infinite;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}

#dVlCjwivbEHW {
}

#EMQSC1wuFKZT {
}

#Li5cECD8Qj2Y {
}

#srJ6nldr1Y0G {
}

.Qnj6oEiihUrA {
    border: none;               
    height: 1px;                
    background-color: #c3c3c3;  
    margin: 20px 0;             
    opacity: 0.7;               
}

.spcR6X354QFe {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}

.spcR6X354QFe p {
    margin-bottom: 10px; 
}

.PiLJGht2Upl2 {
    display: flex; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 8px; 
}

.PiLJGht2Upl2 a {
    display: inline-flex; 
    align-items: center; 
    text-decoration: none; 
    color: #000; 
    font-weight: bold;
    line-height: 1; 
}

.PiLJGht2Upl2 img.social-icon {
    width: 24px; 
    height: 24px; 
    margin-right: 6px; 
    margin-top: 0px;
}

.PiLJGht2Upl2 .lpf5RqW8iWlc {
    display: inline-flex; 
    align-items: center; 
    color: #ccc; 
    margin: 0 8px; 
    font-size: 16px; 
    line-height: 1; 
}

.PiLJGht2Upl2 a:hover {
    text-decoration: underline; 
    color: #0056b3; 
}

.eF6D9ZlWZG4v {
    background-color: #dff2fe;
    color: #007bff;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 8px;
    border-radius: 12px;
    margin: 0px 5px 0px 5px;
}


.xcGmNN0WWuew {
    position: relative;
    text-decoration: none;
    color: #007bff;
    cursor: pointer;
}


.LXkrewnP1AvU {
    visibility: hidden;
    position: absolute;
    bottom: 150%; 
    left: 36%; 
    transform: translateX(-50%);
    background-color: #dff2fe;
    color: #666;
    text-align: center;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 11px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    white-space: nowrap; 
    opacity: 0;
    transition: opacity 0.3s;
}


.LXkrewnP1AvU::after {
    content: "";
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px; 
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent; 
    z-index: 0; 
}


.LXkrewnP1AvU::before {
    content: "";
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px; 
    border-style: solid;
    border-color: #dff2fe transparent transparent transparent; 
    z-index: 1; 
}


.xcGmNN0WWuew:hover .LXkrewnP1AvU {
    visibility: visible;
    opacity: 1;
}


.jNCwoOKZoGV9 {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #2c2c2c;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    display: none;  
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    z-index: 1000;
    width: 90%;
    max-width: 700px;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


.jNCwoOKZoGV9 p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.jNCwoOKZoGV9 a {
    color: #FFD700;
    text-decoration: underline;
}


.yS6XNugdVras {
    display: flex;
    gap: 8px;
}

.jNCwoOKZoGV9 button {
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    min-width: 90px;
}

.OfWpVTiuYbss {
    background: #28a745;
    color: white;
}

.OfWpVTiuYbss:hover {
    background: #218838;
}

.XYDQveQYjgYO {
    background: #dc3545;
    color: white;
}

.XYDQveQYjgYO:hover {
    background: #c82333;
}

#ZWKmMGMFiSbm {
}

#sjxxE49ZIuNJ {
}

#b17W8Lrm9Nrq{
}


@media screen and (max-width: 600px) {
    .jNCwoOKZoGV9 {
        flex-direction: column;
        text-align: center;
        width: 95%;
        max-width: 320px;
        padding: 10px;
        font-size: 13px;
        gap: 12px;
    }

    .jNCwoOKZoGV9 p {
        font-size: 13px;
    }

    .yS6XNugdVras {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .jNCwoOKZoGV9 button {
        width: 45%;
        padding: 10px;
        font-size: 13px;
    }
}