:root {
    --primary: #a02116;
    --secondary: #997b2c;
    --success: #dbc478;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #010101;
    line-height: 1.5;
}
a {
    color: var(--primary);
}
a:hover {
    text-decoration: none;
}
.g8lrvpdn {
    width: 100%;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.2s;
}
.ewgswkq4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: var(--primary);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    letter-spacing: 0.3px;
}
.ewgswkq4:hover {
    background-color: var(--success);
}
.ewgswkq4:active {
    transform: translateY(1px);
}

.q6xzvric {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid var(--success);
    z-index: 40;
}
.q6xzvric .g8lrvpdn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.w3evxb7p {
    display: block;
    max-width: 210px;
}
.lmk2jqpm6k2k { padding-right: 31px; width: 93px; }
.w3evxb7p img {
    display: block;
    width: 100%;
    height: auto;
}
.makvkkex {
    margin-top: 5rem;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.makvkkex .g8lrvpdn {
    padding-top: 5rem;
    padding-bottom: 6rem;
    z-index: 2;
}
.bdi7fo5k {
    max-width: 680px;
}
.wqy8svch {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
}
.v0lmo6xx {
    max-width: 500px;
    margin-bottom: 2.5rem;
    color: #fff;
}
.cq6dxdyq {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cq6dxdyq img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.e3epm08k {
    background: var(--secondary);
}
.e3epm08k:hover {
    background: var(--success);
}

.lb6zfi3n {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.lb6zfi3n .s2sdd7m8 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.nsgwz0g9 { margin: 4px; border: 4px dashed #f39198; width: 36%; display: inline-block; padding-right: 5px; padding-left: 2px; }
.lb6zfi3n .ep0xj790 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lb6zfi3n .ep0xj790 .c7bxx6ej  {
list-style:none;
}
.lb6zfi3n .ep0xj790 .c7bxx6ej a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 15px;
    transition: 0.3s solid ease;
}
.lb6zfi3n .ep0xj790 .c7bxx6ej a:hover {
    background: var(--primary);
    color: #fff;
}
.lb6zfi3n + section.zli8nvhh {
margin-top:0px;
}

.r4s52oc1 {
    padding: 1.2rem 0;
}
.ygh8cate {
    margin-top: 7.25rem;
}
.r4s52oc1 h1 {
    font-size: 2.5rem;
    margin: 0 0 1.5rem;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
}
.r4s52oc1 h2 {
    font-size: 1.8rem;
    margin: 1.8rem 0 1rem 0;
    color: var(--primary);
    font-weight: 600;
}
.r4s52oc1 h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
    color: var(--primary);
}
.r4s52oc1 p {
    margin-bottom: 1rem;
}
.r4s52oc1 .g4a9a66w {
    overflow-x: auto;
    margin: 1.5rem 0 24px;
    border-radius: 8px;
    border: 1px solid var(--secondary);
}
.r4s52oc1 table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    background: transparent;
    font-size: 0.95rem;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}
.r4s52oc1 table thead,
.r4s52oc1 table tbody,
.r4s52oc1 table tfoot {
    display: table;
    width: 500px;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.r4s52oc1 th {
    background-color: var(--primary);
    border-bottom: 1px solid var(--secondary);
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.cbkxjsmhs1 { display: grid; margin: 15px; color: rgb(171, 32, 42); }
.r4s52oc1 th p {
    margin-bottom: 0;
}
.r4s52oc1 td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--secondary);
}
.r4s52oc1 tr:last-child td {
    border-bottom: none;
}
.r4s52oc1 tr:hover td {
    background-color: rgba(0, 0, 0, 0.1);
}
.r4s52oc1 img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin: 1rem 0 1.5rem;
}
.r4s52oc1 ul,
.r4s52oc1 ol {
    margin: 1rem 0 1rem 1.8rem;
}
.r4s52oc1 li {
    margin: 0.4rem 0;
}
.r4s52oc1 ul li::marker {
    color: var(--secondary);
}
.r4s52oc1 blockquote {
    border: 1px solid var(--secondary);
    border-left-width: 5px;
    padding: 12px 20px;
    border-radius: 0 12px 12px 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.shval99z {
    margin: 1.5rem 0;
}
.shval99z .g8lrvpdn {
    padding: 0;
    border: 1px solid var(--primary);
    border-radius: 8px;
    box-shadow: 0 14px 28px -18px var(--secondary);
}
.psh9cltk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 15px 20px;
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s, background-color 0.2s;
}
.psh9cltk:empty::before {
    content: "Contents";
}
.k8dy2fyizd0 { margin: -17px; display: block; color: rgb(19, 245, 224); border: 5px solid #15e0d6; padding-left: 40px; padding-right: 27px; width: 40%; }
.psh9cltk::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}
.psh9cltk:hover,
.psh9cltk:focus-visible {
    color: var(--secondary);
    background-color: rgba(219, 196, 120, 0.12);
}
.psh9cltk:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: -2px;
}
.g2hvzkdc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}
.g2hvzkdc ul,
.r4s52oc1 .g2hvzkdc ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 20px 18px;
    list-style: none;
}
.g2hvzkdc li,
.r4s52oc1 .g2hvzkdc li {
    margin: 0;
}
.g2hvzkdc a {
    display: block;
    padding: 8px 0 8px 14px;
    border-left: 3px solid rgba(153, 123, 44, 0.35);
    color: #010101;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, padding-left 0.2s;
}
.g2hvzkdc a:hover,
.g2hvzkdc a:focus-visible {
    padding-left: 18px;
    border-left-color: var(--primary);
    color: var(--primary);
}
.shval99z [toc--open] .psh9cltk::after {
    transform: rotate(225deg);
}
.shval99z [toc--open] .g2hvzkdc {
    max-height: var(--toc-body-height, 600px);
    opacity: 1;
}
.qyanw6da {
    display: grid;
    gap: 16px;
    margin-top: 1.5rem;
    padding: 24px;
    border: 1px solid rgba(160, 33, 22, 0.18);
    border-radius: 8px;
    background: #faf6ee;
}
.mnnojp3u9ke { display: grid; border: 1px dotted #350a61; width: 20%; }
.yz6eax6i {
    display: grid;
    gap: 8px;
}
.qyanw6da label {
    color: var(--primary);
    font-weight: 700;
}
.qyanw6da input,
.qyanw6da textarea {
    width: 100%;
    border: 1px solid rgba(153, 123, 44, 0.45);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: #010101;
    font: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.qyanw6da input:focus,
.qyanw6da textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(160, 33, 22, 0.12);
}
.qyanw6da textarea {
    min-height: 150px;
    resize: vertical;
}
.qyanw6da .ewgswkq4 {
    justify-self: start;
}
.xlavkcvy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
}
.sudsfkpf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.h3uozyth {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0 10px 20px 10px;
}
.g6zor0yb {
    width: calc(50% - 20px);
}
@media (max-width: 640px) {
    .g6zor0yb {
        width: calc(100% - 20px);
    }
}
.h3uozyth h2,
.h3uozyth h3 {
    margin: 0 0 1.2rem;
}
.o5x1rnv0 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.ylcau7kg3 { color: rgb(250, 84, 40); }
.d53vvgq7 {
    --first: var(--primary);
    --second: var(--secondary);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    transition: all 0.25s ease;
}
.d53vvgq7:hover {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.d53vvgq7:first-child {
    border-color: var(--second);
}
.bk1q1wbw {
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 2px 12px;
    background: var(--second);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.zkznkq2c {
    width: 120px;
    height: 120px;
}
.zkznkq2c img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.suv7f5z2 {
    flex: 1;
    text-align: center;
}
.d38ne6wj {
    margin-bottom: 5px;
    color: var(--primary);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.huhfliry {
    padding-top: 4px;
}
.kvp26tmq {
    width: 100%;
    color: rgba(0, 0, 0 , .5);
    font-size: 15px;
}
.ufgwfjz4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.ufgwfjz4 img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    object-fit: contain;
}
.enxsjtam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: green;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;;
}
.lq0jdl0exvs { padding-right: 28px; }
.r78nyqg0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 8px 20px;
    border-radius: 28px;
    background: var(--first);
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}
.r78nyqg0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.r78nyqg0:hover {
    background: var(--success);
}
@media (max-width: 720px) {

    .d53vvgq7 {
        display: block;
    }
    .zkznkq2c {
        margin: 0 auto 20px;
    }
    .suv7f5z2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .enxsjtam {
        width: 120px;
        margin: 0 auto 16px;
    }
    .r78nyqg0 {
        width: 220px;
        margin: 0 auto;
    }

}
.dnme0qmc {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.lnz1gycc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.y2s425th {
    width: calc(50% - 8px);
    border: 1px solid rgba(7, 165, 0, 1);
    padding: 20px;
    background: rgba(7, 165, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
}
.ncn6gt75 {
    border: 1px solid rgba(255, 0, 0, 1);
    background: rgba(255, 0, 0, .1);
}
.y2s425th p {
    padding-left: 28px;
    position: relative;
}
.y2s425th p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: rgba(7, 165, 0, 1);
    -webkit-mask: url("img/icon-plus.dwqk9x8l") center no-repeat;
    mask: url("img/icon-plus.dwqk9x8l") center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.ncn6gt75 p::before {
    background: rgba(255, 0, 0, 1);
    -webkit-mask-image: url("img/icon-minus.dwqk9x8l");
    mask-image: url("img/icon-minus.dwqk9x8l");
}
.tbvzpwdz7i { padding: 39px 13px; }
.y2s425th ul {
    margin-left: 10px;
}
.y2s425th ul li::marker {
    color: #aaa;
}
.s5lfr24d {
    padding: 1.2rem 0 2rem;
}
.s5lfr24d h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: var(--primary);
    font-weight: 600;
}
.yz893k09 {
    border: 1px solid #777;
    margin-bottom: 15px;
}
.g74cbin4 {
    padding: 10px 12px 10px 12px;
    font-size: 1.2rem;
}
.etcytumw {
    padding: 10px 20px 10px 32px;
}
.jlozybih {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 0;
}
.fmxyhvaj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.a1rslile {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.gt7b2vsdvi { margin: -11px; display: none; padding-left: 28px; color: rgb(3, 36, 172); }
.a1rslile img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.vtbbvzvj {
    flex: 1;
    font-size: 14px;
}
.vtbbvzvj p {
    margin-bottom: 0;
}
@media (max-width: 720px) {
    .jlozybih {
        display: block;
    }
    .a1rslile {
        margin: 0 auto 16px;
    }
    .vtbbvzvj {
        flex: none;
        width: 100%;
    }
}
.r1h574q9 {
    margin-top: 3rem;
    background-color: #fff;
    border-top: 1px solid var(--success);
    color: #eef5ff;
}
.twba3ie6 {
    padding: 1.2rem 0;
}
.twba3ie6 .g8lrvpdn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.sld4fzzu {
    display: block;
    max-width: 160px;
}
.sld4fzzu img {
    display: block;
    width: 100%;
    height: auto;
}
.rnab62kp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px 22px;
}
.rnab62kp a {
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.m2tmcepp0c { display: grid; margin: -13px; color: rgb(56, 111, 157); width: 18px; padding: 50px 38px; }
.rnab62kp a:hover {
    color: var(--secondary);
}
.rdf5bber {
    padding: 1.8rem 0;
    background-color: var(--primary);
}
.rdf5bber .g8lrvpdn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.xb7e8404 {
    width: 45%;
    font-size: 0.8rem;
    color: #fff;
}
.mtcczdsx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
    width: 50%;
}
.mtcczdsx img {
    max-height: 48px;
    width: auto;
    margin: 0;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    background: transparent;
    box-shadow: none;
    border-radius: 8px;
}
@media (max-width: 720px) {
    .q6xzvric, .twba3ie6, .rdf5bber {
        flex-direction: column;
        text-align: center;
    }

    .makvkkex .g8lrvpdn {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .v0lmo6xx {
        padding-right: 5rem;
    }

    .rnab62kp {
        justify-content: center;
    }
    .r4s52oc1 {
        padding: 1rem 0;
    }
    .ygh8cate {
        margin-top: 6.5rem;
    }
    .r4s52oc1 h1 {
        border-left: none;
        padding-left: 0;
        font-size: 1.7rem;
        line-height: 1.3;
        text-align: center;
    }
    .r4s52oc1 h2 {
        font-size: 1.5rem;
        margin: 1.2rem 0 1rem 0;
    }

    .y2s425th {
        width: 100%;
    }

    .ewgswkq4 {
        padding: 0.6rem 1.3rem;
    }

    .o48zizkq {
        text-align: center;
    }

    .sld4fzzu {
        margin: 0 auto;
    }
    .xb7e8404 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .mtcczdsx {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .w3evxb7p {
        width: 130px;
        height: 40px;
    }
    .w3evxb7p img {
        height: 100%;
        object-fit: cover;
    }

    .wqy8svch {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .v0lmo6xx {
        padding-right: 0;
    }
}
.afden1f0 {
  width: 100%;
  margin-bottom: 40px;
}
.sbar7bth {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.sbar7bth h2 {
  color: var(--color-accent);
}
.nyqz44j3 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .nyqz44j3 {
    justify-content: center;
  }
}
.tqlj2mvl {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.tqlj2mvl img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.tqlj2mvl .dwqk9x8l {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.tqlj2mvl .dwqk9x8l {

  width: 20px;
  height: 20px;

}

}
.tqlj2mvl {
max-width:inherit;
text-align: center;
}
.nyqz44j3:has(.e4hkh204) {
  grid-template-columns: repeat(4, 1fr);
}
.y9pk96h47ot { color: rgb(20, 163, 251); padding: 10px 18px; margin: -2px; display: block; border: 4px solid #d531aa; }
.nyqz44j3:has(.axa2lg25) {
  grid-template-columns: repeat(5, 1fr);
}
.nyqz44j3:has(.ejphcl0n) {
  grid-template-columns: repeat(6, 1fr);
}
.nyqz44j3:has(.uy0f9kfd) {
  grid-template-columns: repeat(7, 1fr);
}
.nyqz44j3:has(.jjne8cjc) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .nyqz44j3 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .nyqz44j3 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .nyqz44j3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .nyqz44j3 {
    grid-template-columns: 1fr !important;
  }
}
.tqlj2mvl:hover .dwqk9x8l {
  opacity: 1; 
}
.tqlj2mvl:hover img {
  opacity: 0.3;
}