: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;
    }
}
.stsjmwep {
 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 */
}
.tqvb90be1 { display: block; border: 1px solid #d33849; margin: -6px; width: 37vw; padding-left: 46px; color: rgb(39, 89, 226); }
.rvob4yr7 {
    max-width: 149px;
    width: 100%;
}
.blp4hz87 {
    width: 100%;
    display: flex;
}
.q5oqvdhz {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.tzsg1126 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.k4xgymak {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.k4xgymak a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.k4xgymak:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.k4xgymak:nth-of-type(2){

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

}
.ueodjar3wt { width: 42%; margin: 5px; color: rgb(174, 242, 23); padding: 36px 5px; }
@media screen and (max-width:768px) {
    .stsjmwep{
        height: auto;
        padding-left: 50px;
    }
    .cu2ndug8 {
        display: none;
    }
    .q5oqvdhz {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .k4xgymak {
        height: 32px;
        padding: 5px 10px;
    }
    .k4xgymak a {
        font-size: 10px;
    }
}
.h7sojvro {
    display: none;
 }
@media screen and (max-width: 768px) {
    .h7sojvro {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .fr7tshp9 {
        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;
    }
    
    .fr7tshp9[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
        background: var(--bg-dark);
    }
    .brh9nn7q {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .brh9nn7q:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .brh9nn7q a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .v38nfujv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .bj39d4ls {
        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;

    }
    
    .itbk0vmx {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        left: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .ezz5ye4p {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .ezz5ye4p:before,
    .ezz5ye4p:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .ezz5ye4p:before {
        transform: rotate(45deg);
    }
    
    .ezz5ye4p:after {
        transform: rotate(-45deg);
    }
    
    .itbk0vmx div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.nhlvvh9w {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.wluvrf77');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.lu8godmv {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.axo8shxo {
    width: 60%;
}
.b296lspn {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 50pt;
    line-height: 1.2;
}
.b6nfs7sg {
    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){
    .nhlvvh9w {
        width: 100%;
        margin-top: 70px;
    }
    .lu8godmv {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .axo8shxo {
        width: 60%;
    }
    .b296lspn {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .b6nfs7sg {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .axo8shxo {
        width: 100%;
    }
    .b296lspn {
        font-size: 24px;
    }
    .b6nfs7sg {
        font-size: 18px;
    }
}
.n7rsvv2f {  
    width: 100%;
}
.bk01yf83 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.baod4nox { 
    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;
}
.baod4nox a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.baod4nox img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.baod4nox p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .bk01yf83 { 
        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;
    }
    .baod4nox { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .baod4nox img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .baod4nox p {
        font-size: 16px;
        font-weight: bold;
    }
}
.cthinjb1 {
    width: 100%;
    margin-bottom: 40px;
}
.r2r63icfa { width: 13%; border: 5px solid #3c280a; color: rgb(1, 175, 40); margin: 6px; padding-right: 30px; padding-left: 46px; }
.o4hn0r21 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.o4hn0r21 h2 {
    color: var(--color-accent);
}
.tmtbfwv0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.mbx4edxo {
    width: 100%;
    height: auto;
    position: relative;
    background-color: black;
    border-radius: 10px;
}
.mbx4edxo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.mbx4edxo .j6rem1vq {
    position: absolute;
    top: 41%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.mbx4edxo:hover .j6rem1vq {
    opacity: 1; 
}
.mbx4edxo:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .tmtbfwv0 {
        justify-content: center;
        gap:10px;
    }
    .mbx4edxo {
    }
    .mbx4edxo 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);
}
.zyxb2ldjsfw { padding-right: 20px; border: 3px dashed #2189f2; color: rgb(224, 235, 34); display: flex; }
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) {
    .x16zl4ww {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .x16zl4ww {
      width: 100%;
    }
    .bi5xfxe7 img {
        max-width: 35px;
    }
  }
.vsiryb0n {
    margin-top: 70px;
}
.bonlc7u3 {
    width: 100%;
    margin-bottom: 40px;
}
.xtqg5hlw {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.bonlc7u3 .ja824en1 {
    display: flex;
    justify-content: center;
}
.pn161yoj {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pn161yoj img {
    width: 100%;
}
.ja824en1 {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.udxr2dtn {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.udxr2dtn a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.vtjh2w7m {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.f6bdhp6ijtcq { width: 16vw; margin: -4px; color: rgb(218, 93, 181); display: block; padding: 46px 19px; }
.rfcq7gdi h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.t9doztjb {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.hjidgegw {
	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;
}
.sefdhba6 {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.pgxioure {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.pgxioure img {
    opacity: 0.4;
}
.k620w4jh {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.tr49o3yr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tr49o3yr a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.tr49o3yr a:hover {
    text-decoration: underline; 
  }
.cio4dir0 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.cio4dir0 img {
    height: 30px;
}
.o2ll6oce3 { padding: 18px 40px; margin: 8px; color: rgb(140, 207, 101); width: 74px; display: block; border: 5px solid #50eaa2; }
.hqspx99f {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .k620w4jh {
      grid-template-columns: repeat(1, 2fr); 
    }
    .udxr2dtn {
        padding: 10px 40px;
    }
    .udxr2dtn a {
        font-size: 15px;
    }
  }
ul,li,ol {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
/* ===== CURSOR TRAIL STYLES ===== */
      .aj2pk3b1 {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.lu8godmv {
  position: relative;
  z-index: 2;
}
.b296lspn {
  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; }
}
.nhlvvh9w {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.dlphqxd5 button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.dlphqxd5 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);
  }
}
.bonlc7u3 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.n62k4a2s {
    display: flex;
    justify-content: space-between;
    background: #ffffff24;
    padding: 22px;
}
.pyqk4un7cb9 { margin: 16px; padding: 20px 50px; color: rgb(10, 226, 162); border: 3px dashed #ececd5; width: 69px; display: none; }
div.n62k4a2s img {
max-width:30px;
max-height:30px;
}
.jr48mwgo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    margin-left: auto; 
    margin-right: 15px; 
}
.w5kiz8x3 {
    background-color: green;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.w5kiz8x3 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.yeh1id5b {
    margin-right: 10px;
}
.yeh1id5b {
    width: 0;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
}
.wus9up23 {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    width: 100%; 
max-width: 180px;
}
.jr48mwgo[active] .yeh1id5b {
    width: 212px; 
}
@media(max-width:991px) {
.jr48mwgo {
display:none;
}
}
.uwh782ok {
max-height: 370px;
    overflow-y: scroll;
}
.vo68ublq {
margin-right:5px;
}
.z65djaib {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.xn4odmxf {
    background-color: #007bff; 
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.korz4w7ugy { width: 34px; border: 3px solid #bdf5bb; padding-left: 31px; margin: -3px; }
.xn4odmxf svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.iqyrdoa5 {
    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;
}
.z65djaib[active] .iqyrdoa5 {
    display: block;
}
.iqyrdoa5 ul li {
 list-style: none;
margin-left: 5px;
}
}
.iqyrdoa5 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.iqyrdoa5 li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.iqyrdoa5 li a:hover {
    background-color: #f5f5f5;
}
.iqyrdoa5 li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.ar70orpv {
overflow: hidden;
}

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

.mk40z9s2 {
margin: 15px 5px;
}

.ylmx2ooh {
margin: 15px 5px;
}

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

.kpa0gb4l {
 flex-basis: 49%; 
}

.e9up2e6c {
 flex-basis: 32.3333%; 
}

.n4k8lb5g {
 flex-basis: 24%; 
}

.de0n8tgm {
 flex-basis: 19%; 
}

.zooucdz7 {
 flex-basis: 15.6666%; 
}

.sirgsndh {
 flex-basis: 13.2857%; 
}



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



.nka83u0c {
            width: 100%;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
}
.j967cc35 {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
}

.m6k9whhn {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
}

.g511etik {
            background-color: #00bcd4;
            color: #fff;
}

.srr4us1u {
            background-color: #ff9800;
            color: #fff;
}
.m6k9whhn:hover {
            opacity: 0.85;
            transform: translateY(-2px);
}
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
}

summary h3 {
    font-size: 18px;
    font-weight: normal;
    display: inline;
}


.pg9gu2c3 ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}

.pg9gu2c3 ul li {
    list-style: none;
    margin-left: 0;
}

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