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; 
    }
}


.LRZLwdcwIQTY {
    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;
}

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

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

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

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

.LRZLwdcwIQTY 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;
}

.LRZLwdcwIQTY .DkAnVxEN6qIX {
    text-align: center;
    word-wrap: break-word; 
    white-space: normal; 
}

.LRZLwdcwIQTY .DkAnVxEN6qIX 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; 
}

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

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

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

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

footer a {
    color: #aaa;
}


.lBmMYc62D3Je {
    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;
}

.lBmMYc62D3Je 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;
}

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

.lBmMYc62D3Je strong {
    color: #00c6ff;
}


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

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

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

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

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

.koUPHysalMwR {
    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;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

.rWwO0i4b2Vdq.hhSNx2KeHPPA a { border-bottom-color: #a9a6ea; }
.rWwO0i4b2Vdq.xyQjaMQTJCLS a { border-bottom-color: #ffd05b; }
.rWwO0i4b2Vdq.B7yh6zJLX7mL a { border-bottom-color: #e17a8f; }
.rWwO0i4b2Vdq.oI20zrt6CC9R a { border-bottom-color: #78a8cd; }
.rWwO0i4b2Vdq.DhFBM3QlVnFB a { border-bottom-color: #80c184; }



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

.Ctib9IZUqB7W {
    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;
}

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

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

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

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


.iPy9sQV3SoQg {
    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;
}

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

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

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

.SX2FmTvyS84Q {
    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;
}
.SX2FmTvyS84Q:hover {
     border-color: #90989fb0;
}

.zGLZIF1zOPpC {
    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%;
}
.zGLZIF1zOPpC:hover {
     border-color: #90989fb0;
}

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

.Hn65A9nQdMvZ {
    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;
    
}

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

.fglfaEqlrMOh {
    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;
}

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

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

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

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

.dWzrj2SFB3bY.m7ofH7Jx33Pd {
    margin-bottom: 0px;
}

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

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

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

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

.ATmdPfiZU66S .nJxoOej2BGJ2 {
    width: 20px;
    height: 20px;
}

.ATmdPfiZU66S:hover .IwXKgAOaokg2 {
    display: inline-flex;
}

.ATmdPfiZU66S .H2KGJVU5elKT a {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3em;
}

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

.H2KGJVU5elKT a {
    color: black;
    text-decoration: none;
    font-size: 14.8px;
    line-height: 1.4em;
    font-weight: 400;
}

.SX2FmTvyS84Q .H2KGJVU5elKT a {
    font-size: 15px;
    font-weight: 500;
}

.dWnu02Mi1MCO .H2KGJVU5elKT a strong {
    font-weight: 500;
    line-height: 1.3em;
}

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

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

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

.H2KGJVU5elKT 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;
}

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

.XsYYiMzhwcmQ {
    display: flex;
    flex-direction: row; 
    
    
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    align-items: normal;
}

.XsYYiMzhwcmQ.show {
    opacity: 1;
}

.dWnu02Mi1MCO .XsYYiMzhwcmQ:first-child {
    border-top: none;
    padding-top: 0;
}

.SX2FmTvyS84Q .dWnu02Mi1MCO {
    gap: 14px;
}
.SX2FmTvyS84Q .XsYYiMzhwcmQ {
    padding-top: 12px;
    border-top: 1px solid #e4e4e4;
}
.U7IHvlreEWB0 {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #007bff; 
}

.U7IHvlreEWB0 .nJxoOej2BGJ2 {
    margin-left: 4px; 
}

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

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

.k1iVNEYeFP0w .nJxoOej2BGJ2 {
    display: inline-block; 
    vertical-align: middle; 
}

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

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

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

.QgzzpGO3up1I {
    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;
}

.QgzzpGO3up1I .XsYYiMzhwcmQ {
    display: flex;
    gap: 10px;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0px 0px 0px;
}

.XsYYiMzhwcmQ.jHU74ztsz5WI {
    border-top: 0;
    padding: 0;
}

.QgzzpGO3up1I .XsYYiMzhwcmQ .H2KGJVU5elKT {
    margin: 0px 0px 0px 6px;
    padding: 0;
}

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

.QgzzpGO3up1I .nJxoOej2BGJ2 {
    width: 20px;
    height: 20px;
}

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

.OKWF36BwDn6l {
    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); }
}

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

.gIg5QxsBmszy {
    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;
}
.gIg5QxsBmszy:hover {
    border-color: #90989fb0;
}


.UTkWmSSXl8GV {
    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;
}

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


.UTkWmSSXl8GV.zmdQa1qJ1U6q {
    left: 10px;
}


.UTkWmSSXl8GV.WbeXSDc6FSV1 {
    right: 10px;
}

.almFwh2zkvgH {
    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;
}


.almFwh2zkvgH:hover .UTkWmSSXl8GV {
    display: flex; 
}

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

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

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

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

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

.zCs4j2whNk6Z .nJxoOej2BGJ2 {
    width: 20px;
    height: 20px;
}
.zCs4j2whNk6Z:hover .IwXKgAOaokg2 {
    display: inline-flex;
}

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

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

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

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

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

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

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

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

.zCs4j2whNk6Z .lNxB1qopQSlE {
    margin-top: auto;
    text-align: left;
}

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

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


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

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

#TEfvKQi5HDD6 {
    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;
}

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



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


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


.XsYYiMzhwcmQ:hover .IwXKgAOaokg2 {
    display: inline-flex;
}

.UBaG5h4wQXk7 {
    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;
}

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


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


.UBaG5h4wQXk7 .PsFeZCHywhBX {
    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;
}


.YFBN83rpypqm .QnXEoSiFa9jy .nJxoOej2BGJ2 {
    width: 26px;  
    height: 26px; 
    margin: 5px;
    cursor: pointer;
}

.YFBN83rpypqm .QnXEoSiFa9jy .fjGggcFDeow7 img {
    width: 26px;
    height: 26px;
}


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

.YFBN83rpypqm .QnXEoSiFa9jy a {
    display: inline-block;
}

.YFBN83rpypqm .nJxoOej2BGJ2 {
    width: 24px;
    height: 24px;
    margin: 5px;
    cursor: pointer;
}

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

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

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

.dnRnhSHmKOnR {
    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;
}


.QnXEoSiFa9jy a:hover .dnRnhSHmKOnR,
.QnXEoSiFa9jy .nJxoOej2BGJ2:hover .dnRnhSHmKOnR {
    visibility: visible;
    opacity: 1;
}

.rPy5551WTWez {
    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; }
}


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

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

.AS3aDLA6dsJl {
    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;
}

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

.K7i6RNFDiDh9 {
    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;
}

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

.RhalsvND9Ury {
    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;
}

.joQEKH96nV0r 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;
}

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


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

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

@media (min-width: 1200px) {
    #fRFbgc5IPEpa {
        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);
    }
    #Ddd1dv9gRXVA {
        display: none;
    }
    .iPy9sQV3SoQg {
        display: flex;
        gap: 10px;
    }

    .H6TdoSPpjXVn,
    .LRZLwdcwIQTY
    {
        flex: 0 0 66%; 
    }

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

    .ATmdPfiZU66S {
        width: 35%;
         
    }

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

    
    .PsAwPdhGr1TD {
        display: none;
    }

    .rkijZpiz9TJT {
        width: 300px; 
    }
}

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

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

    .lBmMYc62D3Je {
        margin: 16px auto;
    }
    .LRZLwdcwIQTY {
        width: 97.6%;
     }

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

    .LRZLwdcwIQTY .DkAnVxEN6qIX {
        text-align: left;
    }

    .LRZLwdcwIQTY .DkAnVxEN6qIX a {
        font-size: 1rem;
    }

    .LRZLwdcwIQTY .DkAnVxEN6qIX p {
        margin-bottom: 10px;
    }

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

    .dWzrj2SFB3bY {
        font-size: 19px;
        line-height: 1.5rem;
        font-weight: bold;
    }

    .fglfaEqlrMOh.DBBcpBRielxv {
        margin-left: 4px;
        padding: 10px;
    }

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

    .ATmdPfiZU66S, .dWnu02Mi1MCO, .QgzzpGO3up1I {
        width: 100%; 
    }

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

    .QqRdOmeX4cBs {
        font-size: 15px;
    }

    .ATmdPfiZU66S .H2KGJVU5elKT a {
        font-size: 17px;
        font-weight: normal;
    }

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

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

    .H2KGJVU5elKT a.IDihfaKQm801 {
        font-size: 13.6px;
        font-weight: normal;
    }

    .dWnu02Mi1MCO {
        width: 100%; 
        margin-top: 0px; 
        border-top: 1px solid #ccc;
        padding-top: 8px;
    }

    .QgzzpGO3up1I {
        gap: 10px;
    }

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

    .QgzzpGO3up1I .XsYYiMzhwcmQ.jHU74ztsz5WI {
        padding: 0;
    }
    
    .QgzzpGO3up1I .XsYYiMzhwcmQ {
        flex-direction: row; 
        padding: 12px 0px 0px 0px;
        align-items: center;
    }

    .QgzzpGO3up1I .XsYYiMzhwcmQ img {
        width: 120px;
        height: 100px;
    }

    .QgzzpGO3up1I .XsYYiMzhwcmQ .IwXKgAOaokg2 img {
        width: 20px;
        height: 20px;
    }

    .H2KGJVU5elKT {
        padding-bottom: 5px;
    }

    .QgzzpGO3up1I .H2KGJVU5elKT {
        width: 100%; 
        text-align: left;
    }

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

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

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

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

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

    .almFwh2zkvgH {
        overflow: auto;
    }

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

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

    .IwXKgAOaokg2 {
        display: flex;
    }

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

    #fRFbgc5IPEpa {
        grid-template-columns: 1fr; 
        gap: 15px;
    }
    .uCcigWKXsLry, .gBVExr15D0Eb {
        display: none;
    }

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

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

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

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

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

    #MaY4M5wUCKZD {
        display: block;
    }

    .d1FazehNpXk8 {
        margin-bottom: 0px;
    }

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

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

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

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

    .tGZI1xWP5nod {
        margin-top: 0px;
    }

    .rpyxdpMy7svs {
        display: block;
    }

    .MCEf2jFhOAIS {
        display: none; 
    }
}

* {
    outline: none;
}

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

#Ddd1dv9gRXVA .QQxVxpXfdUpP {
    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; 
}


#Ddd1dv9gRXVA:focus-within .QQxVxpXfdUpP {
    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; 
}


#Ddd1dv9gRXVA:focus-within ~ .koUPHysalMwR {
    position: relative; 
    z-index: 1; 
}

#Ddd1dv9gRXVA * {
    visibility: visible;
}

.xIVorhdXMGZ1 {
    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);
}
.u8ki5IVHVHiK {
    display: block;
    width: 100%;
    height: 2px;
    background: #5f6368;
    transition: .3s;
}
.u8ki5IVHVHiK + .u8ki5IVHVHiK {
    margin-top: 5px;
}



#R2Ba6TVWpNQj {
    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;
}


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


.QQxVxpXfdUpP {
    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;
}
.QQxVxpXfdUpP.ux3mxCSNcR9e {
    opacity: 1;
    visibility: visible;
}


#Ddd1dv9gRXVA:focus-within ~ .koUPHysalMwR {
    display: none; 
}


#Ddd1dv9gRXVA:focus-within #R2Ba6TVWpNQj {
    transform: none;
    visibility: visible; 
    opacity: 1; 
}

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

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


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

#R2Ba6TVWpNQj li.xdtjWtLFw2Vx.active {
    background-color: #fff;
    color: #a73a4f;
}

#R2Ba6TVWpNQj li.xdtjWtLFw2Vx.active a {
    color: #a73a4f;
}


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

#R2Ba6TVWpNQj li:not(.uWEAc369CPfT) + .uWEAc369CPfT {
    margin-bottom: auto;
}

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

#R2Ba6TVWpNQj .DbgV6wXU8t4I img {
    margin: 2px 0px 0px 6px;
    padding: 0px;
}

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

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


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

#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.active a {
    border: none;
}

#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.hhSNx2KeHPPA a:hover,
#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.hhSNx2KeHPPA.active a {
    
    background-color: #c2c0f67a;
    color: #6b68ab;
    border-radius: 4px;
    border: none;
}

#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.xyQjaMQTJCLS a:hover,
#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.xyQjaMQTJCLS.active a {
    
    background-color: #ffdf8f7a;
    color: #a58841;
    border-radius: 4px;
    border: none;
}

#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.B7yh6zJLX7mL a:hover,
#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.B7yh6zJLX7mL.active a {
    
    background-color: #fac1cc7a;
    color: #a73a4f;
    border-radius: 4px;
    border: none;
}

#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.oI20zrt6CC9R a:hover,
#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.oI20zrt6CC9R.active a {
    
    background-color: #b0d6f37a;
    color: #1c5a88;
    border-radius: 4px;
    border: none;
}

#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.DhFBM3QlVnFB a:hover,
#R2Ba6TVWpNQj ul.CCcpNBePchZU .rWwO0i4b2Vdq.DhFBM3QlVnFB.active a {
    
    background-color: #c0ffc47a;
    color: #2e7b33;
    border-radius: 4px;
    border: none;
}

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

.hBr5sVtn09KX: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: 19px;
    line-height: 1.3em;
}

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

#rWAao7uceQmZ {
}

#jGPAz4FleBFh {
}

#oxwz0iDv4JRb {
}

#NxY2VzjzwWlt {
}

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

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

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

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

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

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

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

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

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


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


.MCEf2jFhOAIS {
    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;
}


.MCEf2jFhOAIS::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; 
}


.MCEf2jFhOAIS::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; 
}


.lz3qP2twQaoe:hover .MCEf2jFhOAIS {
    visibility: visible;
    opacity: 1;
}


.CY7smzN0EB9Y {
    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);
}


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

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


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

.CY7smzN0EB9Y 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;
}

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

.GcDp1K3E24Qt:hover {
    background: #218838;
}

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

.qhFqOqlJ1div:hover {
    background: #c82333;
}

#RtdbpmR8cHqD {
}

#zUUgMstvMinE {
}

#OVrrnVW46rko{
}


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

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

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

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


.IDihfaKQm801 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}


.IDihfaKQm801 img.favicon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}


.Mrz2LgITp9xK img.favicon {
  margin-right: 4px;
}

.KNEU4hvKKefP {
    display: none;
}

.gd3T47PDQxfY {
    display: block;
}

.yXc7x1nz3tcH {
    display: flex;
}

.Vjnpinr7rFRW {
    min-height: 76.5vh;
}

.ZcvWLJK2aJb5 {
    padding-bottom: 10px;
}

@media (min-width: 769px) {
    .wrapper-full-main .H6TdoSPpjXVn {
        flex: 0 0 100%;
    }
}

.opRkJzPTR5OZ {
    margin-top: 32px;
    margin-bottom: 50px;
}

.LRZLwdcwIQTY .cHlg54FVNkaE {
    border-left: 5px solid #ccc;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.8;
    margin: 8px 0 18px;
}

.Ujfgvs0O2hF4 {
    align-self: center;
    margin-bottom: 20px;
}

.kgnn7rID7lf1 {
    margin-top: 10px;
}

.aMTYrwDsm51h {
    border-bottom: 3px solid #9baa16;
    padding-bottom: 2px;
}

.n1DHPPUurZqN {
    border-bottom: 3px solid #cc5089;
    padding-bottom: 2px;
}
