: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);
}
.hxx2o0r3 { padding-left: 6px; color: rgb(165, 91, 221); margin: 3px; padding-right: 30px; }
@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;
    }
}
.exah2p77 {
 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 */
}
.oiyi886f {
    max-width: 149px;
    width: 100%;
}
.eg69px2f {
    width: 100%;
    display: flex;
}
.sibsf17y {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.o1abyzlg {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.kidkpuyk {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.kidkpuyk a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.kidkpuyk:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.kidkpuyk:nth-of-type(2){

    
}
.kidkpuyk:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.iv19aqhk {
    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) {
    .exah2p77{
        height: auto;
        padding-left: 50px;
    }
    .iv19aqhk {
        display: none;
    }
    .sibsf17y {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .kidkpuyk {
        height: 32px;
        padding: 5px 10px;
    }
    .kidkpuyk a {
        font-size: 10px;
    }
}
.z3qzept7 {
    display: none;
 }
@media screen and (max-width: 768px) {
    .z3qzept7 {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .ikdpt6h7 {
        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;
    }
    
    .ikdpt6h7[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .lu2rm3ni {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .lu2rm3ni:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .lu2rm3ni a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .czc9qjg4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .vll4p7wj {
        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;

    }
    
    .k74ztn46 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        left: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .h302ad8l {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .h302ad8l:before,
    .h302ad8l:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .h302ad8l:before {
        transform: rotate(45deg);
    }
    
    .h302ad8l:after {
        transform: rotate(-45deg);
    }
    
    .k74ztn46 div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.sxt8uapr {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.d8ll3pia');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.hqfeqaci {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bb9i6k45 {
    width: 60%;
}
.sk7ma2kkowp { padding-left: 23px; }
.ix6pydfn {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 50pt;
    line-height: 1.2;
}
.b1yyhfdz {
    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){
    .sxt8uapr {
        width: 100%;
        margin-top: 70px;
    }
    .hqfeqaci {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .bb9i6k45 {
        width: 60%;
    }
    .ix6pydfn {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .b1yyhfdz {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .bb9i6k45 {
        width: 100%;
    }
    .ix6pydfn {
        font-size: 24px;
    }
    .b1yyhfdz {
        font-size: 18px;
    }
}
.d7ql6xmx {  
    width: 100%;
}
.ff4m2uif { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.o5av3482 { 
    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;
}
.o5av3482 a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.o5av3482 img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.o5av3482 p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .ff4m2uif { 
        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;
    }
    .o5av3482 { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .o5av3482 img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .o5av3482 p {
        font-size: 16px;
        font-weight: bold;
    }
}
.hn40kwdr {
    width: 100%;
    margin-bottom: 40px;
}
.cwa3dceu {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.czqz3dndbz { width: 39vw; border: 5px solid #f2c0c5; color: rgb(231, 44, 173); padding: 25px 38px; }
.cwa3dceu h2 {
    color: var(--color-accent);
}
.oj52y9gq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.dwo3xz9u {
    width: 100%;
    height: auto;
    position: relative;
    background-color: black;
    border-radius: 10px;
}
.dwo3xz9u img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.dwo3xz9u .a248osdn {
    position: absolute;
    top: 41%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.dwo3xz9u:hover .a248osdn {
    opacity: 1; 
}
.dwo3xz9u:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .oj52y9gq {
        justify-content: center;
        gap:10px;
    }
    .dwo3xz9u {
    }
    .dwo3xz9u 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; 
}
.r5z2f9cw0y5h { color: rgb(28, 144, 4); padding: 41px 25px; border: 5px dotted #21ea4b; }
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) {
    .qjzad0bp {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .qjzad0bp {
      width: 100%;
    }
    .tlugjvlu img {
        max-width: 35px;
    }
  }
.ld1fh404 {
    margin-top: 70px;
}
.bfazbgt5 {
    width: 100%;
    margin-bottom: 40px;
}
.zultnn7d {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.bfazbgt5 .nq5l91lq {
    display: flex;
    justify-content: center;
}
.g1ttnwse {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.g1ttnwse img {
    width: 100%;
}
.nq5l91lq {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.cpdnf9iw {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.cpdnf9iw a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.g0egqgj8 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.y9lgxn8k h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
.i5tp2jc92gu { margin: -20px; padding-left: 29px; }
summary.lxr2iiu3 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.bf8yfoc8 {
	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;
}
.v6rdhhh9 {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.yvluwnxv {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.yvluwnxv img {
    opacity: 0.4;
}
.erzjpbph {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.qmkgjqir {
    display: flex;
    justify-content: center;
    align-items: center;
}
.qmkgjqir a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.qmkgjqir a:hover {
    text-decoration: underline; 
  }
.fpd215rn {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.fpd215rn img {
    height: 30px;
}
.mp2t0dg8 {
    font-size: 16px;
    margin: 40px 0;
}
.l783f90ic { width: 87px; color: rgb(238, 213, 68); }
@media (max-width: 768px) {
    .erzjpbph {
      grid-template-columns: repeat(1, 2fr); 
    }
    .cpdnf9iw {
        padding: 10px 40px;
    }
    .cpdnf9iw a {
        font-size: 15px;
    }
  }
ul,li,ol {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
/* ===== CURSOR TRAIL STYLES ===== */
      .axi5cysa {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.hqfeqaci {
  position: relative;
  z-index: 2;
}
.ix6pydfn {
  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; }
}
.sxt8uapr {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.moz7cl3e button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.moz7cl3e 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);
  }
}
.bfazbgt5 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.p26sezad {
    display: flex;
    justify-content: space-between;
    background: #ffffff24;
    padding: 22px;
}
div.p26sezad img {
max-width:30px;
max-height:30px;
}
.pd3h4788 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    margin-left: auto; 
    margin-right: 15px; 
}
.mspy8170 {
    background-color: green;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.yrwuscemn { width: 13%; display: block; margin: -19px; color: rgb(23, 158, 94); padding: 5px 47px; }
.mspy8170 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.h9s2ipkr {
    margin-right: 10px;
}
.h9s2ipkr {
    width: 0;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
}
.chv53odk {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    width: 100%; 
max-width: 180px;
}
.pd3h4788[active] .h9s2ipkr {
    width: 212px; 
}
@media(max-width:991px) {
.pd3h4788 {
display:none;
}
}
.xmigb2sk {
max-height: 370px;
    overflow-y: scroll;
}
.r2okiw18 {
margin-right:5px;
}
.zbrb0w3r {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.awh1t6ss {
    background-color: #007bff; 
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.awh1t6ss svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.sm1mtdti {
    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;
}
.clk1yimu { margin: -6px; color: rgb(98, 234, 207); border: 3px dotted #15c835; display: block; padding: 40px 9px; width: 96%; }
.zbrb0w3r[active] .sm1mtdti {
    display: block;
}
.sm1mtdti ul li {
 list-style: none;
margin-left: 5px;
}
}
.sm1mtdti ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.sm1mtdti li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.sm1mtdti li a:hover {
    background-color: #f5f5f5;
}
.sm1mtdti li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.n6g2sxqc {
overflow: hidden;
}

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

.yk6iln4n {
margin: 15px 5px;
}

.eoor2d2q {
margin: 15px 5px;
}

.lcxksy2s {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.lcxksy2s .betp9vbu {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.lcxksy2s .l66bk0ag {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lcxksy2s .l66bk0ag .csuw78pf  {
list-style:none;
}
.lcxksy2s .l66bk0ag .csuw78pf 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;
}
.lcxksy2s + section.sxt8uapr {
margin-top:0px;
} 

.gj8vzjwt {
 flex-basis: 49%; 
}

.j6qs6z3k {
 flex-basis: 32.3333%; 
}

.ckkuea62 {
 flex-basis: 24%; 
}

.dzzg6y7g {
 flex-basis: 19%; 
}

.w2nlk99d {
 flex-basis: 15.6666%; 
}

.j60iow1i {
 flex-basis: 13.2857%; 
}



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

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