:root {
    --font-family: 'Montserrat', sans-serif;
    --color-light: #fdf9f1	; 
    --bg-dark:  #0b0a08;
    --bg-card:  #0b0a08;
    --border-radius: 10px;
    --transition-duration: 0.3s;
    --color-accent: #4cd864;

    	
  }
a,
  button,
  input,
  svg ,
  textarea {
    transition-duration: var(--transition-duration);
  }
body {
    color: var(--color-light);
    background-color: var(--bg-dark);
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 20px;
}
strong {
    color:var(--color-accent);
}
@media screen and (max-width:768px)  {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
}
.gcgx4elv {
 position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    gap: 30px;
    min-height: 70px;
    padding-left: 2%;
    padding-right: 2%;

    /* додатково для розмиття */
    background-color: #0b0a0859; /* темний колір з прозорістю */
    backdrop-filter: blur(10px); /* розмиття за фоном */
    -webkit-backdrop-filter: blur(10px); /* для Safari */
}
.c85fusl7ui2 { color: rgb(61, 90, 18); }
.eb2hlmcr {
    max-width: 149px;
    width: 100%;
}
.zqknn0d4 {
    width: 100%;
    display: flex;
}
.jl17eq92 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.a5mmuony {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.jcdddh5w {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.jcdddh5w a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.jcdddh5w:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.jcdddh5w:nth-of-type(2){

    
}
.jcdddh5w:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.nhri48hj {
    margin-right: auto;
    color: var(--color-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}
@media screen and (max-width:768px) {
    .gcgx4elv{
        height: auto;
        padding-left: 50px;
    }
    .nhri48hj {
        display: none;
    }
    .jl17eq92 {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .jcdddh5w {
        height: 32px;
        padding: 5px 10px;
    }
    .jcdddh5w a {
        font-size: 10px;
    }
}
.fclnj35t {
    display: none;
 }
@media screen and (max-width: 768px) {
    .fclnj35t {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .whdz6jsn {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--color-light);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    
    .whdz6jsn[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
        background: var(--bg-dark);
    }
    .gyj5imu5 {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .gyj5imu5:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .gyj5imu5 a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .yei3aifu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .l5v643gp {
        width: 100%;
        border-bottom: 1px solid var(--bg-dark);
        padding-bottom: 10px;
        font-weight: 700;
        color:var(--bg-card);
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;

    }
    
    .bgy3ndcq {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        left: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .aq7s836x {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .aq7s836x:before,
    .aq7s836x:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .aq7s836x:before {
        transform: rotate(45deg);
    }
    
    .aq7s836x:after {
        transform: rotate(-45deg);
    }
    
    .bgy3ndcq div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.j8x9wuj4 {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.bkxvtjss');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.kwk8gn57 {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ov38n1j2 {
    width: 60%;
}
.e0w31q0qf { margin: -1px; display: none; padding: 49px 42px; color: rgb(234, 237, 32); }
.b0mlwr8p {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 50pt;
    line-height: 1.2;
}
.jrcu9j3e {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
}
em {
    color:#FCC301;
}
@media screen and (max-width: 870px){
    .j8x9wuj4 {
        width: 100%;
        margin-top: 70px;
    }
    .kwk8gn57 {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .ov38n1j2 {
        width: 60%;
    }
    .b0mlwr8p {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .jrcu9j3e {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .ov38n1j2 {
        width: 100%;
    }
    .b0mlwr8p {
        font-size: 24px;
    }
    .jrcu9j3e {
        font-size: 18px;
    }
}
.vzo8fv5b {  
    width: 100%;
}
.q8uaaxb0 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.zdqa7p70 { 
    max-width: 260px;
    width: 100%;
    height: 200px;
    padding-top: 30px;
    background-color: var(--bg-dark);
    box-shadow: 0px 0px 9px 9px #0000000d;
    border-radius: 10px;
}
.zdqa7p70 a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.zdqa7p70 img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.zdqa7p70 p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .q8uaaxb0 { 
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        align-items: center;
        padding-top: 30px;
    }
    .zdqa7p70 { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .zdqa7p70 img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .zdqa7p70 p {
        font-size: 16px;
        font-weight: bold;
    }
}
.phv2jbdd {
    width: 100%;
    margin-bottom: 40px;
}
.ljr6blen {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ljr6blen h2 {
    color: var(--color-accent);
}
.cpaq5mse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.r3cagu3g {
    width: 100%;
    height: auto;
    position: relative;
    background-color: black;
    border-radius: 10px;
}
.r3cagu3g img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.gz82c61t { margin: 13px; padding: 37px 11px; width: 76%; }
.r3cagu3g .heeihal0 {
    position: absolute;
    top: 41%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.r3cagu3g:hover .heeihal0 {
    opacity: 1; 
}
.r3cagu3g:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .cpaq5mse {
        justify-content: center;
        gap:10px;
    }
    .r3cagu3g {
    }
    .r3cagu3g img {
    }
}
table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
}
@media (max-width: 768px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
  box-shadow: 0 2px 8px var(--color-accent);
}
td {
    border: none; 
    border-radius: 10px 10px 10px 10px; 
	border: 1px double var(--color-light);
    padding: 20px; 
}
tr {
    background-color: rgba(146, 146, 146, 0.197);
    border: 2px solid var(--color-light);
}
th {
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(146, 146, 146, 0.197); 
    border-radius: 10px 10px 10px 10px; 
    padding: 10px 0;
}
@media (max-width: 1280px) {
    .dtxmb2hs {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .dtxmb2hs {
      width: 100%;
    }
    .u5rzmz9i img {
        max-width: 35px;
    }
  }
.gypwgrm9 {
    margin-top: 70px;
}
.vbynhgnb {
    width: 100%;
    margin-bottom: 40px;
}
.l8gqvm2h {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.szia5pjc1 { width: 76%; padding-right: 45px; border: 3px solid #05da48; padding-left: 39px; }
.vbynhgnb .afqqc1yx {
    display: flex;
    justify-content: center;
}
.gkut0y42 {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.gkut0y42 img {
    width: 100%;
}
.afqqc1yx {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.lu3t1345 {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.lu3t1345 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.kspkx54s {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.he5hfr4w h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.mr34569x {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.zjpi2yw4 {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
footer {
    width: 100%;
    margin-bottom: 40px;
}
.ix58jylo {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.au2qo686 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.au2qo686 img {
    opacity: 0.4;
}
.xn8xgj4f {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.zi120f5uvd { width: 87px; border: 2px solid #f45a7a; display: grid; margin: 2px; padding: 29px 45px; }
.lilfv9dr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lilfv9dr a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.lilfv9dr a:hover {
    text-decoration: underline; 
  }
.f1eb1y3q {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.f1eb1y3q img {
    height: 30px;
}
.f9hinbk9 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .xn8xgj4f {
      grid-template-columns: repeat(1, 2fr); 
    }
    .lu3t1345 {
        padding: 10px 40px;
    }
    .lu3t1345 a {
        font-size: 15px;
    }
  }
ul,li,ol {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
/* ===== CURSOR TRAIL STYLES ===== */
      .u816fjpd {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.kwk8gn57 {
  position: relative;
  z-index: 2;
}
.b0mlwr8p {
  text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent);
  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
  from { text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent); }
  to { text-shadow: 0 0 20px #4cd864, 0 0 40px #72cd23; }
}
.j8x9wuj4 {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.hbzrs4dt button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.hbzrs4dt button{
  filter: grayscale(0%); 
  border-radius: 12px;
  animation: pulseShadow 2s infinite ease-in-out;
  margin: 20px 0;
}
@keyframes pulseShadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.vbynhgnb img {
  border-radius: 12px;
  box-shadow: 0 8px 25px var(--color-accent); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: 20px 0;
}
div.qlqqt6tw {
    display: flex;
    justify-content: space-between;
    background: #ffffff24;
    padding: 22px;
}
.tbvjxafhc { padding-right: 15px; }
div.qlqqt6tw img {
max-width:30px;
max-height:30px;
}
.yhuxk2mu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    margin-left: auto; 
    margin-right: 15px; 
}
.rwvernvs {
    background-color: green;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.rwvernvs svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.ra362mjl {
    margin-right: 10px;
}
.ra362mjl {
    width: 0;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
}
.nqp1rnr4 {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    width: 100%; 
max-width: 180px;
}
.yhuxk2mu[active] .ra362mjl {
    width: 212px; 
}
@media(max-width:991px) {
.yhuxk2mu {
display:none;
}
}
.ujx5xgl5 {
max-height: 370px;
    overflow-y: scroll;
}
.xj5gbdx0 {
margin-right:5px;
}
.butc8ihl {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.mlkzg7s0 {
    background-color: #007bff; 
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.mlkzg7s0 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.k27c5068 {
    display: none;
    position: absolute;
    top: 120%; 
    right: 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 10;
    min-width: 160px;
}
.butc8ihl[active] .k27c5068 {
    display: block;
}
.pr3lx53j9ubi { border: 4px dashed #1de827; color: rgb(139, 106, 181); margin: -3px; width: 96px; padding-left: 34px; }
.k27c5068 ul li {
 list-style: none;
margin-left: 5px;
}
}
.k27c5068 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.k27c5068 li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.k27c5068 li a:hover {
    background-color: #f5f5f5;
}
.k27c5068 li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.fj51v0oe {
overflow: hidden;
}

.r3cagu3g {
max-width:inherit;
text-align: center;
}

.xgs9314p {
margin: 15px 5px;
}

.jsdadwo1 {
margin: 15px 5px;
}

.h5jvo9ww {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.h5jvo9ww .prpnr4lq {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.h5jvo9ww .iw0dsv5q {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.h5jvo9ww .iw0dsv5q .gfngja0s  {
list-style:none;
}
.h5jvo9ww .iw0dsv5q .gfngja0s 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(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.h5jvo9ww + section.j8x9wuj4 {
margin-top:0px;
} 

.vdw764yw {
 flex-basis: 49%; 
}

.aemihvrp {
 flex-basis: 32.3333%; 
}

.ohvrs17x {
 flex-basis: 24%; 
}

.qa1r05mz {
 flex-basis: 19%; 
}

.qf2098v1 {
 flex-basis: 15.6666%; 
}

.rliwbg26 {
 flex-basis: 13.2857%; 
}



.j465l349 {
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 9 / 16; 
}

@media (min-width: 768px) {
  .j465l349 {
    aspect-ratio: 16 / 9; 
  }