* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Crimson Pro', serif;
    color: #ffffff;
    background: linear-gradient(110deg, #b6cbcc, #000000, #000000);
    line-height: 1.6;
}

.gVTqi {
    width: 100%;
    position: relative;
    z-index: 1000;
}

.fWteaBsLBZ {
    background-color: rgba(174, 82, 211, 0.9);
    padding: 10px 0;
    text-align: center;
}

.BzLtugVQYjvLV {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
}

.BzLtugVQYjvLV p {
    font-size: 14px;
    font-weight: bold;
}

.xaIriA {
    cursor: pointer;
    font-size: 18px;
}

.drMmUqVjXBohlu {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.UHShwZPXQVQIjFu {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.fJhkLgjA {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.nvYqnCQF {
    background: linear-gradient(90deg, #b6cbcc, #000000);
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-family: 'MedievalSharp', cursive;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.nvYqnCQF:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.babaGgr {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'MedievalSharp', cursive;
    font-size: 24px;
}

.babaGgr img {
    border-radius: 50%;
    object-fit: cover;
}

.omHbhPvGdyIvR {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.LvzpiLxc {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.vadVPeurn {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 40px;
}

.vadVPeurn a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'MedievalSharp', cursive;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.vadVPeurn a:hover {
    color: #b6cbcc;
}

.VijrE {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}

.VijrE span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.FKXHgGH {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 2000;
    padding: 40px;
    overflow-y: auto;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.FKXHgGH.active {
    right: 0;
}

.XuquhjfvK {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.WeOpHjkbpenLgS {
    position: absolute;
    top: -30px;
    left: -30px;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.WeOpHjkbpenLgS:hover {
    transform: rotate(-110deg);
}

.MfElvruGLgAC {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.MfElvruGLgAC img {
    border-radius: 50%;
}

.MfElvruGLgAC span {
    font-family: 'MedievalSharp', cursive;
    font-size: 28px;
    color: #ffffff;
}

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

.tGELJzkFCwta {
    position: relative;
}

.zzihFNWrWtlN {
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-family: 'Crimson Pro', serif;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.zzihFNWrWtlN:focus {
    outline: none;
    border-color: #b6cbcc;
    box-shadow: 0 0 10px rgba(204, 182, 182, 0.3);
}

.YEXOeOhbKjjH {
    color: #ce52ff;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 20px;
    display: none;
}

.SvzJGn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.SvzJGn:hover {
    color: #ffffff;
}

.PyawKXo {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.roeZGgL {
    display: flex;
    align-items: center;
    gap: 10px;
}

.egMwWizpruwn {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.egMwWizpruwn:checked {
    background-color: #02cf4a;
    border-color: #02cf4a;
}

.egMwWizpruwn:checked::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.roeZGgL label {
    font-size: 14px;
    cursor: pointer;
}

.roeZGgL a {
    color: #2760d3;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.lyXaqfDboO {
    background: linear-gradient(90deg, #b6cbcc, #000000);
    color: #ffffff;
    border: none;
    padding: 15px;
    font-family: 'MedievalSharp', cursive;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-transform: uppercase;
    opacity: 0.5;
    pointer-events: none;
}

.lyXaqfDboO.active {
    opacity: 1;
    pointer-events: auto;
}

.lyXaqfDboO:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.hbjfrMQq {
    text-align: right;
    margin-top: -15px;
}

.hbjfrMQq a {
    color: #2760d3;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.kMtpyeEYCBub {
    text-align: center;
    margin-top: 10px;
}

.kMtpyeEYCBub p {
    font-size: 14px;
}

.kMtpyeEYCBub a {
    color: #2760d3;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.eHayszethzxExU .XuquhjfvK {
    text-align: center;
    padding: 40px;
}

.howNwdGKKzbU {
    font-size: 60px;
    color: #02cf4a;
    margin-bottom: 20px;
}

.Vuekf {
    font-family: 'MedievalSharp', cursive;
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
}

.BgFCtjUaeXdFpH {
    font-size: 16px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.XpPDEcocJdcLs {
    color: #ffffff;
    font-weight: bold;
}

.KGbsHQuYw {
    background: linear-gradient(90deg, #b6cbcc, #000000);
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-family: 'MedievalSharp', cursive;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.KGbsHQuYw:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1280px) {
    .FKXHgGH {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .FKXHgGH {
        width: 70%;
    }
    
    .fJhkLgjA {
        gap: 30px;
    }
    
    .nvYqnCQF {
        padding: 10px 25px;
        font-size: 16px;
    }
    
    .vadVPeurn {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .FKXHgGH {
        width: 80%;
    }
    
    .vadVPeurn {
        flex-wrap: wrap;
        display: none;
    }

    .vadVPeurn.active {
        display: flex;
    }
    
    .VijrE {
        display: flex;
    }
    
    .babaGgr span {
        display: none;
    }
    
    .fJhkLgjA {
        gap: 20px;
    }
    
    .nvYqnCQF {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .FKXHgGH {
        width: 90%;
        padding: 30px 20px;
    }
    
    .WeOpHjkbpenLgS {
        top: -15px;
        left: -15px;
    }
    
    .MfElvruGLgAC {
        margin-bottom: 20px;
    }
    
    .MfElvruGLgAC span {
        font-size: 24px;
    }
    
    .fJhkLgjA {
        gap: 15px;
    }
    
    .nvYqnCQF {
        padding: 6px 15px;
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .FKXHgGH {
        width: 100%;
        padding: 25px 15px;
    }
    
    .zzihFNWrWtlN {
        padding: 12px 15px;
    }
    
    .lyXaqfDboO {
        padding: 12px;
    }
}

.VMIIYO {
    width: 100%;
    background-color: #000000;
    padding: 80px 20px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.zFiMJXnWXdH {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.jcViScduCt {
    flex: 1 1 50%;
    min-width: 300px;
}

.vfFmzzWtY {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    margin-bottom: 20px;
    animation: skewUp 1s ease forwards;
}

.KuWIIJMlFIgx {
    font-size: 1.2rem;
    line-height: 1.8;
    opacity: 0.9;
}

.YmgIZRtCzDf {
    flex: 1 1 40%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    animation: floatIn 1.5s ease forwards;
}

.OLFURNBzRJn {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.xKzIeiLPlKnmfPT {
    text-align: center;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.xKzIeiLPlKnmfPT:hover {
    transform: scale(1.1) rotate(-2deg);
}

.KhFVFYcPwjaWuJs {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    animation: pulse 2s infinite;
}

.rHCQMjDBfO {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ruAiVNh {
    background: #ce52ff;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 15px rgba(174, 82, 211, 0.4);
}

.ruAiVNh:hover {
    background: #a43de0;
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(174, 82, 211, 0.6);
}

@keyframes skewUp {
    0% {
        transform: skewY(10deg) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: skewY(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes floatIn {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 1280px) {
    .vfFmzzWtY {
        font-size: 2.5rem;
    }

    .KhFVFYcPwjaWuJs {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .zFiMJXnWXdH {
        flex-direction: column;
        text-align: center;
    }

    .YmgIZRtCzDf {
        order: -1;
    }
}

@media (max-width: 768px) {
    .vfFmzzWtY {
        font-size: 2rem;
    }

    .KuWIIJMlFIgx {
        font-size: 1rem;
    }

    .OLFURNBzRJn {
        gap: 20px;
    }

    .xKzIeiLPlKnmfPT {
        padding: 15px 20px;
        flex: 1 1 45%;
    }

    .ruAiVNh {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .vfFmzzWtY {
        font-size: 1.8rem;
    }

    .KhFVFYcPwjaWuJs {
        font-size: 2rem;
    }

    .xKzIeiLPlKnmfPT {
        flex: 1 1 100%;
    }
}

.kwFumvzgCbMs {
    width: 100%;
    background-color: #000000;
    padding: 80px 20px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.WgFuQXjMEMv {
    max-width: 1480px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.bhohacJHb {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    margin-bottom: 40px;
    animation: skewUp 1s ease forwards;
}

.oHKguQxkOAcy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.kKilS {
    flex: 1 1 45%;
    min-width: 300px;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.kKilS:hover {
    transform: scale(1.03) rotate(-1deg);
}

.hDFEODRWU p,
.vzMFtQxxUSI p {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.95;
}

.kcoUrxeU {
    font-size: 2rem;
    color: #ce52ff;
    margin-bottom: 15px;
    display: block;
    animation: pulseIcon 2s infinite;
}

@keyframes skewUp {
    0% {
        transform: skewY(10deg) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: skewY(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 1024px) {
    .oHKguQxkOAcy {
        flex-direction: column;
        align-items: center;
    }

    .kKilS {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .bhohacJHb {
        font-size: 2.2rem;
    }

    .kKilS {
        padding: 25px;
    }

    .hDFEODRWU p,
    .vzMFtQxxUSI p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .bhohacJHb {
        font-size: 1.8rem;
    }

    .kKilS {
        padding: 20px;
    }

    .hDFEODRWU p,
    .vzMFtQxxUSI p {
        font-size: 0.95rem;
    }
}

.XftGjHk {
    width: 100%;
    background-color: #000000;
    padding: 100px 20px;
    color: #ffffff;
    position: relative;
}

.HCBUoBmxahq {
    max-width: 1480px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
}

.gXofpgxizo {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    margin-bottom: 20px;
}

.YiMBmyT {
    font-size: 1.2rem;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.MePhcoMoHkPkG {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.kjnjoOtgpC {
    flex: 1 1 calc(25% - 22.5px);
    min-width: 280px;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.kjnjoOtgpC:hover {
    transform: scale(1.03) rotate(-1deg);
}

.sfyuHKAR {
    font-size: 2.5rem;
    color: #ce52ff;
    margin-bottom: 20px;
    display: block;
    animation: pulseIcon 2s infinite;
}

.kjnjoOtgpC-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.kjnjoOtgpC-text {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.95;
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 1024px) {
    .kjnjoOtgpC {
        flex: 1 1 calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .kjnjoOtgpC {
        flex: 1 1 calc(50% - 15px);
    }

    .gXofpgxizo {
        font-size: 2.2rem;
    }

    .YiMBmyT {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .kjnjoOtgpC {
        flex: 1 1 100%;
    }

    .gXofpgxizo {
        font-size: 1.8rem;
    }

    .YiMBmyT {
        font-size: 1rem;
    }
}

.MDSEXy {
    width: 100%;
    background-color: #000000;
    padding: 100px 20px;
    color: #ffffff;
    position: relative;
}

.wzAoRDnYdbaxSb {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.qUFqcQFd {
    flex: 1 1 50%;
    min-width: 300px;
}

.nXzfnadZ {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease;
}

.joPnjLwMzrfEg {
    flex: 1 1 45%;
    min-width: 300px;
}

.RdMlgAAmOR {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    margin-bottom: 20px;
}

.iVXSUGxs {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.gwFzejrL {
    list-style: none;
    padding: 0;
}

.rvZhFsoEZ {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.rvZhFsoEZ:nth-child(1) {
    animation: fadeInSlide 0.8s ease forwards;
}
.rvZhFsoEZ:nth-child(2) {
    animation: fadeInSlide 0.8s ease 0.2s forwards;
}
.rvZhFsoEZ:nth-child(3) {
    animation: fadeInSlide 0.8s ease 0.4s forwards;
}
.rvZhFsoEZ:nth-child(4) {
    animation: fadeInSlide 0.8s ease 0.6s forwards;
}

.mOfNBwXWpvk {
    font-size: 1.8rem;
    color: #ce52ff;
    flex-shrink: 0;
    margin-top: 4px;
}

.rvZhFsoEZ strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .wzAoRDnYdbaxSb {
        flex-direction: column;
        text-align: center;
    }

    .qUFqcQFd,
    .joPnjLwMzrfEg {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .RdMlgAAmOR {
        font-size: 2.2rem;
    }

    .iVXSUGxs {
        font-size: 1.1rem;
    }

    .rvZhFsoEZ strong {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .RdMlgAAmOR {
        font-size: 1.8rem;
    }

    .iVXSUGxs {
        font-size: 1rem;
    }

    .rvZhFsoEZ {
        padding-left: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .mOfNBwXWpvk {
        margin-bottom: 10px;
    }
}

.FCztVHAGiyOfj {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 80px 20px 40px;
}

.ZcsPjLTqxM {
    max-width: 1480px;
    margin: 0 auto;
}

.RgQt {
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(90deg, #b6cbcc, #000000);
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.TXTISKVPXZCPX {
    font-family: 'MedievalSharp', cursive;
    font-size: 2.5rem;
    color: #ce52ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.TXTISKVPXZCPX-icon {
    font-size: 1.5rem;
    animation: pulseIcon 2s infinite;
}

.GKPQpGfVwcVs {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

.gslAgKRV {
    text-align: center;
}

.HXdttAxQCdZbI {
    width: 100%;
    height: 3px;
    background: #ce52ff;
    margin-bottom: 30px;
}

.eRZGjCiEOt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.eRZGjCiEOt img {
    object-fit: contain;
    background: #fff;
    border-radius: 1rem;
}

.KilTPS {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.xwDpQMEmOSaB {
    color: #2760d3;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.xwDpQMEmOSaB:hover {
    color: #ce52ff;
}

.ZxaoZapMqSKYfP p {
    font-size: 0.95rem;
    opacity: 0.8;
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 1024px) {
    .TXTISKVPXZCPX {
        font-size: 2.2rem;
    }

    .GKPQpGfVwcVs {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .eRZGjCiEOt {
        gap: 15px;
    }

    .eRZGjCiEOt img {
        width: 60px;
        height: auto;
    }

    .xwDpQMEmOSaB {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .TXTISKVPXZCPX {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }

    .GKPQpGfVwcVs {
        font-size: 0.95rem;
    }

    .eRZGjCiEOt {
        gap: 10px;
    }

    .eRZGjCiEOt img {
        width: 50px;
        height: auto;
    }

    .xwDpQMEmOSaB {
        font-size: 0.85rem;
    }

    .ZxaoZapMqSKYfP p {
        font-size: 0.9rem;
    }
}

.WOmarWO {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.ctavicsfCVq {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: -1;
}

.sKmlQFJXkd {
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 40px;
    border-radius: 15px;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease forwards;
}

.cgLUqZNygrqd {
    font-family: 'MedievalSharp', cursive;
    font-size: 2.5rem;
    color: #ce52ff;
    margin-bottom: 20px;
}

.MPlNbWIRm {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ffffff;
}

.DkiJGqK {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.UaKbP,
.JqMQvo {
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.UaKbP {
    background-color: #02cf4a;
    color: #000000;
}

.UaKbP:hover {
    background-color: #02a13a;
}

.JqMQvo {
    background-color: #ce52ff;
    color: #000000;
}

.JqMQvo:hover {
    background-color: #a43de0;
}

.JsnVMe {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9998;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.JsnVMe.show {
    opacity: 1;
    transform: translateY(0);
}

.KKKxrzEsr {
    font-size: 1rem;
    margin-right: 20px;
    flex: 1 1 200px;
    text-align: center;
}

.AceDVYRnv {
    color: #2760d3;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.AceDVYRnv:hover {
    color: #ce52ff;
}

.cyaUDlrPO {
    padding: 10px 25px;
    background-color: #02cf4a;
    color: #000000;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cyaUDlrPO:hover {
    background-color: #02a13a;
}

.RsavSpfQNDvYY {
    position: fixed;
    bottom: 171px;
    left: 40px;
    width: 50px;
    height: 50px;
    background-color: #ce52ff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(174, 82, 211, 0.5);
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
}

.RsavSpfQNDvYY.show {
    opacity: 1;
    visibility: visible;
}

.RsavSpfQNDvYY:hover {
    background-color: #a43de0;
    transform: scale(1.1);
}

.gzGo {
    font-size: 1.5rem;
    color: #ffffff;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .cgLUqZNygrqd {
        font-size: 2rem;
    }

    .MPlNbWIRm {
        font-size: 1rem;
    }

    .UaKbP,
    .JqMQvo {
        width: 100%;
    }

    .KKKxrzEsr {
        font-size: 0.95rem;
        margin-right: 10px;
    }

    .cyaUDlrPO {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .sKmlQFJXkd {
        padding: 30px 20px;
    }

    .JsnVMe {
        padding: 15px;
    }

    .KKKxrzEsr {
        font-size: 0.9rem;
    }
}

.HgPcMpLwIRlBg {
    width: 100%;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 100px 20px;
    text-align: center;
}

.sPPWPAFZAI {
    max-width: 1000px;
    margin: 0 auto;
}

.OfvwPc {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.CyLBMaZpX {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
}

.CtxFnAI {
    width: 100%;
    background-color: #000000;
    padding: 80px 20px;
    color: #ffffff;
}

.gPQvpLzzItw {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.aRrsrnhRf {
    font-family: 'MedievalSharp', cursive;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 15px;
}

.DbcgVi {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.9;
}

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

.wFrD {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.jHTuxmlj {
    font-weight: bold;
    font-size: 1rem;
}

.VjPnrMFZjlM,
.FkuDMJXEVBxu {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    background-color: #1e1e1e;
    color: #ffffff;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.VjPnrMFZjlM:focus,
.FkuDMJXEVBxu:focus {
    outline: none;
    border-color: #ce52ff;
}

.FkuDMJXEVBxu {
    resize: vertical;
}

.ZZaTJHGqUVdBHK {
    font-size: 0.9rem;
    color: #ce52ff;
    height: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.rxWXOipVEj {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.zghGPPFsch {
    accent-color: #ce52ff;
    transform: scale(1.2);
}

.zghGPPFsch-label {
    font-size: 0.95rem;
}

.YAiUjLgTdUPFw {
    color: #2760d3;
    text-decoration: underline;
}

.YAiUjLgTdUPFw:hover {
    color: #ce52ff;
}

.nEWoMisWRWF {
    align-self: flex-start;
    padding: 12px 25px;
    background-color: #02cf4a;
    color: #000000;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.nEWoMisWRWF:hover {
    background-color: #02a13a;
}

.nEWoMisWRWF:disabled {
    background-color: #444444;
    cursor: not-allowed;
}

.jjmrDenpH {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.jjmrDenpH.show {
    opacity: 1;
    visibility: visible;
}

.mQIfLzPKyyXJz {
    background-color: #1e1e1e;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    max-width: 500px;
    width: 90%;
    animation: fadeInUp 0.6s ease forwards;
}

.vkUFg {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #ce52ff;
    cursor: pointer;
}

.KuQVdPSRqScl {
    font-size: 1.5rem;
}

.FzYYez {
    font-size: 3rem;
    color: #02cf4a;
    margin-bottom: 20px;
    display: block;
}

.CzHdtcHQKaH {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.QtTLHa {
    font-size: 1rem;
    opacity: 0.9;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .OfvwPc {
        font-size: 2.2rem;
    }

    .aRrsrnhRf {
        font-size: 2rem;
    }

    .rcapgcontactdescription,
    .DbcgVi {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .OfvwPc {
        font-size: 1.8rem;
    }

    .aRrsrnhRf {
        font-size: 1.6rem;
    }

    .VjPnrMFZjlM,
    .FkuDMJXEVBxu {
        font-size: 0.95rem;
    }

    .zghGPPFsch-label {
        font-size: 0.85rem;
    }

    .nEWoMisWRWF {
        width: 100%;
        text-align: center;
    }
}

.OLimkLPZCZCA {
    width: 100%;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 100px 20px;
    text-align: center;
}

.yeERwPtovN {
    max-width: 1000px;
    margin: 0 auto;
}

.QfjYOLaHF {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.wcLVvbcQ {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.sngehIPrjEuGr {
    width: 100%;
    background-color: #000000;
    padding: 80px 20px;
    color: #ffffff;
}

.cxWKO {
    max-width: 1000px;
    margin: 0 auto;
}

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

.TUCQVKEtgfMrott {
    background: linear-gradient(110deg, #b6cbcc, #000000);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.TUCQVKEtgfMrott:hover {
    transform: scale(1.01) rotate(-0.5deg);
}

.GzDlCbN {
    width: 100%;
    padding: 20px 30px;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.GzDlCbN:focus {
    outline: none;
}

.GzDlCbN:hover {
    background-color: #1e1e1e;
}

.VYOW {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.GzDlCbN[aria-expanded="true"] .VYOW {
    transform: rotate(-180deg);
}

.rHmilkDGlPd {
    background-color: #1e1e1e;
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.rHmilkDGlPd.show {
    padding: 20px 30px;
    max-height: 300px;
}

.WgDuSouNvIvlbK {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.95;
    margin: 0;
}

@media (max-width: 768px) {
    .QfjYOLaHF {
        font-size: 2.2rem;
    }

    .wcLVvbcQ {
        font-size: 1rem;
    }

    .GzDlCbN {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .WgDuSouNvIvlbK {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .QfjYOLaHF {
        font-size: 1.8rem;
    }

    .wcLVvbcQ {
        font-size: 0.95rem;
    }

    .GzDlCbN {
        font-size: 0.95rem;
    }

    .WgDuSouNvIvlbK {
        font-size: 0.9rem;
    }
}

.IXegiBWIMMFrA {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 100px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.neBsdnwz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.KHJRUkj {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.MyfxVaLjkPYM {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease forwards;
}

.IAYWCrYUcd {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 1s ease 0.3s forwards;
}

.ftZQoMLwU {
    width: 100%;
    background-color: #000000;
    padding: 80px 20px;
    color: #ffffff;
}

.lZmObQ {
    max-width: 1000px;
    margin: 0 auto;
}

.HVmGczlLZg {
    font-family: 'MedievalSharp', cursive;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #ce52ff;
    animation: pulseTitle 1.5s infinite alternate;
}

.CdClIatCP {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.XHUGznOkXBVLp {
    background: linear-gradient(110deg, #b6cbcc, #000000);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: start;
    gap: 20px;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.XHUGznOkXBVLp:nth-child(1) { animation: fadeInUp 0.6s ease forwards; }
.XHUGznOkXBVLp:nth-child(2) { animation: fadeInUp 0.6s ease 0.2s forwards; }
.XHUGznOkXBVLp:nth-child(3) { animation: fadeInUp 0.6s ease 0.4s forwards; }
.XHUGznOkXBVLp:nth-child(4) { animation: fadeInUp 0.6s ease 0.6s forwards; }
.XHUGznOkXBVLp:nth-child(5) { animation: fadeInUp 0.6s ease 0.8s forwards; }
.XHUGznOkXBVLp:nth-child(6) { animation: fadeInUp 0.6s ease 1s forwards; }
.XHUGznOkXBVLp:nth-child(7) { animation: fadeInUp 0.6s ease 1.2s forwards; }
.XHUGznOkXBVLp:nth-child(8) { animation: fadeInUp 0.6s ease 1.4s forwards; }
.XHUGznOkXBVLp:nth-child(9) { animation: fadeInUp 0.6s ease 1.6s forwards; }
.XHUGznOkXBVLp:nth-child(10) { animation: fadeInUp 0.6s ease 1.8s forwards; }
.XHUGznOkXBVLp:nth-child(11) { animation: fadeInUp 0.6s ease 2s forwards; }

.XHUGznOkXBVLp:hover {
    transform: scale(1.02) rotate(-1deg);
}

.lQPhUdqnBixcaf {
    font-size: 1.5rem;
    color: #ce52ff;
    flex-shrink: 0;
    margin-top: 4px;
}

.XHUGznOkXBVLp strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #ffffff;
}

.XHUGznOkXBVLp span {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseTitle {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
    }
}

@media (max-width: 1024px) {
    .MyfxVaLjkPYM {
        font-size: 2.5rem;
    }

    .IAYWCrYUcd {
        font-size: 1.1rem;
    }

    .HVmGczlLZg {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .IXegiBWIMMFrA {
        height: 400px;
    }

    .MyfxVaLjkPYM {
        font-size: 2.2rem;
    }

    .IAYWCrYUcd {
        font-size: 1rem;
    }

    .XHUGznOkXBVLp {
        flex-direction: column;
        align-items: flex-start;
    }

    .lQPhUdqnBixcaf {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .IXegiBWIMMFrA {
        height: 300px;
    }

    .MyfxVaLjkPYM {
        font-size: 1.8rem;
    }

    .IAYWCrYUcd {
        font-size: 0.95rem;
    }

    .HVmGczlLZg {
        font-size: 1.6rem;
    }

    .XHUGznOkXBVLp strong {
        font-size: 1rem;
    }

    .XHUGznOkXBVLp span {
        font-size: 0.95rem;
    }
}

.rhSIpjvXRQay {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.TwMZnGvU {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.fXBDyzRLRIcb {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.dDxdoaXcuE {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease forwards;
}

.HCli {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 1s ease 0.3s forwards;
}

.HtuipUGKZH {
    width: 100%;
    background-color: #000000;
    padding: 80px 20px;
    color: #ffffff;
}

.JuoqLqmenCJ {
    max-width: 1000px;
    margin: 0 auto;
}

.LiyqhvRgCHVH {
    font-family: 'MedievalSharp', cursive;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #ce52ff;
    animation: pulseTitle 1.5s infinite alternate;
}

.QreMZgPKnh {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pIUbFm {
    background: linear-gradient(110deg, #b6cbcc, #000000);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: start;
    gap: 20px;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.pIUbFm:nth-child(1) { animation: fadeInUp 0.6s ease forwards; }
.pIUbFm:nth-child(2) { animation: fadeInUp 0.6s ease 0.2s forwards; }
.pIUbFm:nth-child(3) { animation: fadeInUp 0.6s ease 0.4s forwards; }
.pIUbFm:nth-child(4) { animation: fadeInUp 0.6s ease 0.6s forwards; }
.pIUbFm:nth-child(5) { animation: fadeInUp 0.6s ease 0.8s forwards; }
.pIUbFm:nth-child(6) { animation: fadeInUp 0.6s ease 1s forwards; }
.pIUbFm:nth-child(7) { animation: fadeInUp 0.6s ease 1.2s forwards; }
.pIUbFm:nth-child(8) { animation: fadeInUp 0.6s ease 1.4s forwards; }
.pIUbFm:nth-child(9) { animation: fadeInUp 0.6s ease 1.6s forwards; }
.pIUbFm:nth-child(10) { animation: fadeInUp 0.6s ease 1.8s forwards; }

.pIUbFm:hover {
    transform: scale(1.02) rotate(-1deg);
}

.nHItNnUvlKlL {
    font-size: 1.5rem;
    color: #ce52ff;
    flex-shrink: 0;
    margin-top: 4px;
}

.pIUbFm strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #ffffff;
}

.pIUbFm span {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseTitle {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
    }
}

@media (max-width: 1024px) {
    .dDxdoaXcuE {
        font-size: 2.5rem;
    }

    .HCli {
        font-size: 1.1rem;
    }

    .LiyqhvRgCHVH {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .rhSIpjvXRQay {
        min-height: 400px;
    }

    .dDxdoaXcuE {
        font-size: 2.2rem;
    }

    .HCli {
        font-size: 1rem;
    }

    .pIUbFm {
        flex-direction: column;
        align-items: flex-start;
    }

    .nHItNnUvlKlL {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .rhSIpjvXRQay {
        min-height: 300px;
    }

    .dDxdoaXcuE {
        font-size: 1.8rem;
    }

    .HCli {
        font-size: 0.95rem;
    }

    .LiyqhvRgCHVH {
        font-size: 1.6rem;
    }

    .pIUbFm strong {
        font-size: 1rem;
    }

    .pIUbFm span {
        font-size: 0.95rem;
    }
}

.PbCudi {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(110deg, #b6cbcc, #000000);
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.rFeDiOMV {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.PbQWnd {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.iiWyzwejybb {
    font-family: 'MedievalSharp', cursive;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease forwards;
}

.CoNKHfstlevkn {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 1s ease 0.3s forwards;
}

.OaeHLAqDZPpqf {
    width: 100%;
    background-color: #000000;
    padding: 80px 20px;
    color: #ffffff;
}

.otBFBQN {
    max-width: 1000px;
    margin: 0 auto;
}

.JjCefCrUy {
    font-family: 'MedievalSharp', cursive;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #ce52ff;
    animation: pulseTitle 1.5s infinite alternate;
}

.vDnHHqmVO {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.jiBxMraPz {
    background: linear-gradient(110deg, #b6cbcc, #000000);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: start;
    gap: 20px;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.jiBxMraPz:nth-child(1) { animation: fadeInUp 0.6s ease forwards; }
.jiBxMraPz:nth-child(2) { animation: fadeInUp 0.6s ease 0.2s forwards; }
.jiBxMraPz:nth-child(3) { animation: fadeInUp 0.6s ease 0.4s forwards; }
.jiBxMraPz:nth-child(4) { animation: fadeInUp 0.6s ease 0.6s forwards; }
.jiBxMraPz:nth-child(5) { animation: fadeInUp 0.6s ease 0.8s forwards; }
.jiBxMraPz:nth-child(6) { animation: fadeInUp 0.6s ease 1s forwards; }
.jiBxMraPz:nth-child(7) { animation: fadeInUp 0.6s ease 1.2s forwards; }
.jiBxMraPz:nth-child(8) { animation: fadeInUp 0.6s ease 1.4s forwards; }
.jiBxMraPz:nth-child(9) { animation: fadeInUp 0.6s ease 1.6s forwards; }
.jiBxMraPz:nth-child(10) { animation: fadeInUp 0.6s ease 1.8s forwards; }

.jiBxMraPz:hover {
    transform: scale(1.02) rotate(-1deg);
}

.pPTUrrQ {
    font-size: 1.5rem;
    color: #ce52ff;
    flex-shrink: 0;
    margin-top: 4px;
}

.jiBxMraPz strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #ffffff;
}

.jiBxMraPz span {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseTitle {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
    }
}

@media (max-width: 1024px) {
    .iiWyzwejybb {
        font-size: 2.5rem;
    }

    .CoNKHfstlevkn {
        font-size: 1.1rem;
    }

    .JjCefCrUy {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .PbCudi {
        min-height: 400px;
    }

    .iiWyzwejybb {
        font-size: 2.2rem;
    }

    .CoNKHfstlevkn {
        font-size: 1rem;
    }

    .jiBxMraPz {
        flex-direction: column;
        align-items: flex-start;
    }

    .pPTUrrQ {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .PbCudi {
        min-height: 300px;
    }

    .iiWyzwejybb {
        font-size: 1.8rem;
    }

    .CoNKHfstlevkn {
        font-size: 0.95rem;
    }

    .JjCefCrUy {
        font-size: 1.6rem;
    }

    .jiBxMraPz strong {
        font-size: 1rem;
    }

    .jiBxMraPz span {
        font-size: 0.95rem;
    }
}
