:root {
    --zvprimary-color: #4557e2;
    --zvsecondary-color: #88d3b1;
    --zvaccent-color: #ffa75f;
    --zvdark-color: #1d2753;
    --zvlight-color: #e9edfa;
    --zvgradient: linear-gradient(135deg, var(--zvprimary-color) 0%, var(--zvsecondary-color) 100%);
    --zvtext-dark: #333;
    --zvtext-light: rgb(255, 255, 255);
    --zvfont-heading: 'Cormorant Garamond', serif;
    --zvfont-body: 'Work Sans', sans-serif;
    --zvbox-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --zvborder-radius: 12px;
    --zvtransition: all 0.3s ease;
}

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

body {
    font-family: var(--zvfont-body);
    color: var(--zvtext-dark);
    background-color: var(--zvlight-color);
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--zvfont-heading);
    font-weight: 600;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gojjNbiEVOqHF {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.kWuvaittn {
    background-color: var(--zvlight-color);
    padding: 2.5rem;
    border-radius: var(--zvborder-radius);
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: var(--zvbox-shadow);
    animation: zvfadeInUp 0.6s ease;
}

.BNtbI i {
    font-size: 3rem;
    color: var(--zvprimary-color);
    margin-bottom: 1rem;
}

.BNtbI h2 {
    margin-bottom: 1rem;
    color: var(--zvdark-color);
}

.BNtbI p {
    margin-bottom: 2rem;
    color: var(--zvtext-dark);
}

.REWhmZ {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.REWhmZ button {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--zvtransition);
}

.lzEmIGD {
    background-color: var(--zvprimary-color);
    color: var(--zvtext-light);
}

.lzEmIGD:hover {
    background-color: var(--zvaccent-color);
    transform: translateY(-3px);
}

.VWXDyVyFnCg {
    background-color: transparent;
    color: var(--zvprimary-color);
    border: 2px solid var(--zvprimary-color) !important;
}

.VWXDyVyFnCg:hover {
    background-color: var(--zvprimary-color);
    color: var(--zvtext-light);
}

.HOAkvnh {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--zvdark-color);
    color: var(--zvtext-light);
    padding: 1rem 1.5rem;
    border-radius: var(--zvborder-radius);
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 90%;
    width: 600px;
    z-index: 9996;
    box-shadow: var(--zvbox-shadow);
    opacity: 0;
    visibility: hidden;
    transition: var(--zvtransition);
}

.HOAkvnh.show {
    opacity: 1;
    visibility: visible;
    animation: zvfadeInUp 0.5s ease;
}

.PgtmWnTXCcfjyAT {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.PgtmWnTXCcfjyAT i {
    font-size: 1.8rem;
    color: var(--zvsecondary-color);
}

.PgtmWnTXCcfjyAT p {
    flex: 1;
    font-size: 0.9rem;
}

.PgtmWnTXCcfjyAT a {
    color: var(--zvsecondary-color);
    text-decoration: underline;
}

.bVXTgfRTuOZqe {
    background-color: var(--zvsecondary-color);
    color: var(--zvdark-color);
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--zvtransition);
    white-space: nowrap;
}

.bVXTgfRTuOZqe:hover {
    background-color: var(--zvaccent-color);
    transform: translateY(-2px);
}

.ALaAdAcljvSXm {
    background-color: var(--zvlight-color);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: var(--zvtransition);
}

.qlMeQBjWyPzyU {
    max-width: 1364px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gCgtbGdv a {
    font-family: var(--zvfont-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--zvprimary-color);
    background: var(--zvgradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.VjOgkoLNFn {
    display: flex;
    align-items: center;
}

.aYIXaFPWtYkm {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.aYIXaFPWtYkm li a {
    font-weight: 500;
    transition: var(--zvtransition);
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.aYIXaFPWtYkm li a:hover {
    color: var(--zvprimary-color);
}

.aYIXaFPWtYkm li a i {
    font-size: 1.1rem;
}

.nbNgERAz {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--zvprimary-color);
}

.yBkCOVz {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../pk-media/pk-fon1.webp') no-repeat center center;
    background-size: cover;
    padding: 6rem 2rem 8rem;
    margin-top: 80px;
}

.cSJysEkde {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(180deg);
    z-index: 1;
}

.VMoOGgcjJfUx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 45, 62, 0.7);
}

.CSMijtGlvhGD {
    position: relative;
    z-index: 1;
    max-width: 1364px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: var(--zvtext-light);
}

.CSMijtGlvhGD h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    animation: zvfadeInDown 0.8s ease;
    color: #ffa75f;
}

.CSMijtGlvhGD p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    animation: zvfadeInUp 0.8s ease 0.2s both;
}

.OsQwbWz {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
    animation: zvfadeInUp 0.8s ease 0.4s both;
}

.EwSkbbpqSr {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--zvborder-radius);
    padding: 2rem 1.5rem;
    max-width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--zvtransition);
}

.EwSkbbpqSr:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.2);
}

.EwSkbbpqSr i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--zvsecondary-color);
}

.EwSkbbpqSr h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.EwSkbbpqSr p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.xjXeRZLxSuS {
    display: inline-block;
    background-color: var(--zvaccent-color);
    color: var(--zvtext-light);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--zvtransition);
    animation: zvfadeInUp 0.8s ease 0.6s both;
}

.xjXeRZLxSuS:hover {
    background-color: var(--zvprimary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ZWKbMDxTgPjWNbi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.rvknOPj {
    position: relative;
    padding: 6rem 2rem;
    background: url('../pk-media/pk-fon2.webp') no-repeat center center;
    background-size: cover;
}

.yaTStFqJzxMOj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 69, 226, 0.8);
}

.ZtzLVYCdN {
    position: relative;
    z-index: 1;
    max-width: 1364px;
    margin: 0 auto;
    color: var(--zvtext-light);
}

.dlWHzvAcwxCt {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
}

.dlWHzvAcwxCt h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.dlWHzvAcwxCt p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.iKzkJvIzIB {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--zvtext-light);
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    border: 2px solid var(--zvtext-light);
    border-radius: 50px;
    transition: var(--zvtransition);
}

.iKzkJvIzIB:hover {
    background-color: var(--zvtext-light);
    color: var(--zvprimary-color);
    transform: translateY(-3px);
}

.iKzkJvIzIB i {
    transition: var(--zvtransition);
}

.iKzkJvIzIB:hover i {
    transform: translateX(3px);
}

.duZTzBYQBPc {
    max-width: 800px;
    margin: 0 auto;
    border-radius: var(--zvborder-radius);
    overflow: hidden;
    box-shadow: var(--zvbox-shadow);
}

.duZTzBYQBPc img {
    width: 100%;
    height: auto;
    transition: var(--zvtransition);
}

.duZTzBYQBPc:hover img {
    transform: scale(1.03);
}

.eznAOwTn {
    position: relative;
    padding: 6rem 2rem;
    background-color: var(--zvlight-color);
}

.OTYnqUIXuanu {
    max-width: 1364px;
    margin: 0 auto;
    text-align: center;
}

.OTYnqUIXuanu h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--zvdark-color);
}

.XIeLfAkCAUT {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.yCWWKf {
    background-color: var(--zvtext-light);
    border-radius: var(--zvborder-radius);
    padding: 2rem;
    max-width: 350px;
    box-shadow: var(--zvbox-shadow);
    transition: var(--zvtransition);
    text-align: center;
}

.yCWWKf:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.IYnZedMara {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--zvgradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IYnZedMara i {
    font-size: 2rem;
    color: var(--zvtext-light);
}

.yCWWKf h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--zvdark-color);
}

.yCWWKf p {
    margin-bottom: 1.5rem;
    color: var(--zvtext-dark);
}

.UoMBivRQkR {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.UoMBivRQkR span {
    background-color: rgba(110, 69, 226, 0.1);
    color: var(--zvprimary-color);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.UoMBivRQkR i {
    font-size: 0.9rem;
}

.YeifuCDeQZ {
    display: inline-block;
    background: var(--zvgradient);
    color: var(--zvtext-light);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--zvtransition);
    margin-top: 2rem;
}

.YeifuCDeQZ:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.eIRBVymaQ {
    position: absolute;
    transform: rotate(180deg);
    bottom: -26rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
}

.juiCLKQrNL {
    position: relative;
    padding: 19rem 2rem;
    background: url('../pk-media/pk-fon3.webp') no-repeat center center;
    background-size: cover;
}

.RqwZwHSNkPQPe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 45, 62, 0.8);
}

.KPkoIFL {
    position: relative;
    z-index: 1;
    max-width: 1364px;
    margin: 0 auto;
    color: var(--zvtext-light);
}

.KPkoIFL h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.zYNMCGgCdR {
    display: flex;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--zvborder-radius);
    overflow: hidden;
    margin-bottom: 3rem;
    box-shadow: var(--zvbox-shadow);
    transition: var(--zvtransition);
}

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

.wLVPqKe {
    flex-direction: row-reverse;
}

.oIYGfw {
    flex: 0 0 400px;
}

.oIYGfw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--zvtransition);
}

.zYNMCGgCdR:hover .oIYGfw img {
    transform: scale(1.05);
}

.SFooMgHphUL {
    flex: 1;
    padding: 2rem;
}

.SFooMgHphUL h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.zvgamesfeatures {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.zvgamesfeatures span {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.zvgamesfeatures i {
    font-size: 1rem;
}

.CXtWxgTsYO {
    display: inline-block;
    background-color: var(--zvaccent-color);
    color: var(--zvtext-light);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--zvtransition);
}

.CXtWxgTsYO:hover {
    background-color: var(--zvprimary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.kpwUlquSgJlKPd {
    padding: 6rem 2rem;
    background-color: var(--zvlight-color);
}

.GdYrYjgkjZWQP {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.GdYrYjgkjZWQP h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--zvdark-color);
}

.GdYrYjgkjZWQP p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: var(--zvtext-dark);
}

.cggivBVsopFQsSO {
    max-width: 600px;
    margin: 0 auto;
}

.HLCbQ {
    position: relative;
    margin-bottom: 1.5rem;
}

.HLCbQ i {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--zvprimary-color);
    font-size: 1.2rem;
}

.HigTpNc {
    width: 100%;
    padding: 1rem 1.5rem 1rem 3.5rem;
    border: 2px solid #ddd;
    border-radius: 50px;
    font-family: var(--zvfont-body);
    font-size: 1rem;
    transition: var(--zvtransition);
}

.HigTpNc:focus {
    border-color: var(--zvprimary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(69, 69, 226, 0.2);
}

.FkCpgBAbGCjGf {
    display: block;
    color: #e73c50;
    font-size: 0.85rem;
    text-align: left;
    margin-top: 0.5rem;
    padding-left: 1.5rem;
    opacity: 0;
    transition: var(--zvtransition);
}

.XGfGiUGTEt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.MaIOEVSOS-check {
    width: 18px;
    height: 18px;
    accent-color: var(--zvprimary-color);
}

.XGfGiUGTEt label {
    font-size: 0.9rem;
    color: var(--zvtext-dark);
}

.NqcKeATMQwxPb {
    background: var(--zvgradient);
    color: var(--zvtext-light);
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--zvtransition);
    width: 100%;
    max-width: 300px;
}

.NqcKeATMQwxPb:not(:disabled):hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.NqcKeATMQwxPb:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.HlGWFYEi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: var(--zvtransition);
}

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

.LoABdUkv {
    background-color: var(--zvtext-light);
    padding: 2.5rem;
    border-radius: var(--zvborder-radius);
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: var(--zvbox-shadow);
    animation: zvfadeInUp 0.5s ease;
}

.LoABdUkv i {
    font-size: 4rem;
    color: #2ecc71;
    margin-bottom: 1.5rem;
}

.LoABdUkv h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--zvdark-color);
}

.LoABdUkv p {
    margin-bottom: 1.5rem;
    color: var(--zvtext-dark);
}

.NZcoqBsSBfDUz {
    font-weight: 600;
    color: var(--zvprimary-color);
}

.iJxthxlVf {
    background-color: var(--zvprimary-color);
    color: var(--zvtext-light);
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--zvtransition);
}

.iJxthxlVf:hover {
    background-color: var(--zvaccent-color);
    transform: translateY(-3px);
}

.AcsKCDafOn {
    padding: 6rem 2rem;
    background-color: var(--zvlight-color);
}

.ncGDc {
    max-width: 800px;
    margin: 0 auto;
}

.ncGDc h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--zvdark-color);
}

.zJScTcB {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cAuCG {
    background-color: var(--zvtext-light);
    border-radius: var(--zvborder-radius);
    box-shadow: var(--zvbox-shadow);
    overflow: hidden;
}

.xIuT {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: var(--zvtransition);
}

.xIuT:hover {
    background-color: rgba(110, 69, 226, 0.05);
}

.xIuT h3 {
    font-size: 1.2rem;
    color: var(--zvdark-color);
}

.xIuT i {
    font-size: 1.5rem;
    color: var(--zvprimary-color);
    transition: var(--zvtransition);
}

.cAuCG.active .xIuT i {
    transform: rotate(180deg);
}

.IwvmAqwC {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.cAuCG.active .IwvmAqwC {
    max-height: 500px;
}

.IwvmAqwC p {
    padding: 0 1.5rem 1.5rem;
    color: var(--zvtext-dark);
}

.fTONPx {
    display: block;
    margin: 3rem auto 0;
    background-color: var(--zvprimary-color);
    color: var(--zvtext-light);
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--zvtransition);
}

.fTONPx:hover {
    background-color: var(--zvaccent-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.QVnYjxNJrfXYc {
    position: relative;
    padding: 6rem 2rem;
    background-color: var(--zvdark-color);
    color: var(--zvtext-light);
}

.qnrFLf {
    position: relative;
    max-width: 1364px;
    margin: 0 auto 19rem;
}

.qnrFLf h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.cCuOIcPZxPzma {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.CINelENMKFWz {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--zvborder-radius);
    padding: 2rem;
    max-width: 500px;
    display: flex;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    transition: var(--zvtransition);
}

.CINelENMKFWz:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.15);
}

.VWGpOs {
    flex: 0 0 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--zvsecondary-color);
}

.VWGpOs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.GRWSrMcum {
    flex: 1;
}

.zHnnenHKbY {
    color: var(--zvaccent-color);
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.GRWSrMcum p {
    font-style: italic;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}

.GRWSrMcum p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.5rem;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.2);
}

.GRWSrMcum h4 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.GRWSrMcum span {
    font-size: 0.9rem;
    opacity: 0.8;
}

.vdoBEbX {
    width: 100%;
    max-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 22rem;
    cursor: pointer;
    background-color: var(--zvaccent-color);
    color: var(--zvtext-light);
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;    
    transition: var(--zvtransition);
}

.vdoBEbX:hover {
    background-color: var(--zvprimary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.CUFVXwOs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 165px;
}

.ENpWyctZTiPtxw {
    padding: 6rem 2rem;
    background-color: var(--zvtext-light);
}

.KBUNLVL {
    max-width: 1364px;
    margin: 0 auto;
}

.KBUNLVL h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--zvdark-color);
}

.eunmKttwWn {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.VEkVRotDPhwxI {
    flex: 1;
}

.VEkVRotDPhwxI p {
    margin-bottom: 1.5rem;
    color: var(--zvtext-dark);
}

.nRkRKzdqesdv {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.nRkRKzdqesdv.show {
    max-height: 500px;
}

.xMYoLGToC {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border: none;
    color: var(--zvprimary-color);
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 2rem;
    transition: var(--zvtransition);
}

.xMYoLGToC:hover {
    color: var(--zvaccent-color);
}

.xMYoLGToC i {
    transition: var(--zvtransition);
}

.xMYoLGToC.active i {
    transform: rotate(180deg);
}

.GiXgv {
    flex: 0 0 300px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: center;
}

.GiXgv a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--zvtransition);
}

.GiXgv a:hover {
    transform: translateY(-5px);
}

.GiXgv img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.fRKgepqxUs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: var(--zvtransition);
    backdrop-filter: blur(5px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    padding: 2rem 0;
}

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

.eDFu {
    background-color: var(--zvtext-light);
    border-radius: var(--zvborder-radius);
    padding: 2.5rem;
    max-width: 600px;
    width: 90%;
    box-shadow: var(--zvbox-shadow);
    position: relative;
    animation: zvfadeInUp 0.5s ease;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.zfiqbiYZNg {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--zvtext-dark);
    cursor: pointer;
    transition: var(--zvtransition);
}

.zfiqbiYZNg:hover {
    color: var(--zvprimary-color);
    transform: rotate(90deg);
}

.eDFu h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--zvdark-color);
    text-align: center;
}

.wNRBkRZyoqyrkMl {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.wJMpymUL {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.wJMpymUL label {
    font-weight: 600;
    color: var(--zvdark-color);
}

.wJMpymUL input,
.wJMpymUL select,
.wJMpymUL textarea {
    padding: 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-family: var(--zvfont-body);
    font-size: 1rem;
    transition: var(--zvtransition);
}

.wJMpymUL input:focus,
.wJMpymUL select:focus,
.wJMpymUL textarea:focus {
    border-color: var(--zvprimary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(110, 69, 226, 0.2);
}

.wJMpymUL textarea {
    min-height: 120px;
    resize: vertical;
}

.JekBtLqH {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.JekBtLqH input {
    margin-top: 0.3rem;
    accent-color: var(--zvprimary-color);
}

.JekBtLqH label {
    font-size: 0.9rem;
    color: var(--zvtext-dark);
    font-weight: normal;
}

.JekBtLqH a {
    color: var(--zvprimary-color);
    text-decoration: underline;
}

.rMPRZQg {
    background: var(--zvgradient);
    color: var(--zvtext-light);
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--zvtransition);
    margin-top: 1rem;
}

.rMPRZQg:not(:disabled):hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.rMPRZQg:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.WZrmNOYv,
.TillEdVmrlN,
.YuDvvcvpVVt,
.bitClyhHvSH,
.zvcontacttermserror {
    color: #e73c50;
    font-size: 0.85rem;
    opacity: 0;
    transition: var(--zvtransition);
    height: 0;
}

.FyeoEwCukSSbO {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: var(--zvtransition);
}

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

.pzDVxFxW {
    background-color: var(--zvtext-light);
    padding: 2.5rem;
    border-radius: var(--zvborder-radius);
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: var(--zvbox-shadow);
    animation: zvfadeInUp 0.5s ease;
}

.pzDVxFxW i {
    font-size: 4rem;
    color: #2ecc71;
    margin-bottom: 1.5rem;
}

.pzDVxFxW h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--zvdark-color);
}

.pzDVxFxW p {
    margin-bottom: 1.5rem;
    color: var(--zvtext-dark);
}

.ZkLUOzmCrgLYFi {
    background-color: var(--zvprimary-color);
    color: var(--zvtext-light);
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--zvtransition);
}

.ZkLUOzmCrgLYFi:hover {
    background-color: var(--zvaccent-color);
    transform: translateY(-3px);
}

.nRplD {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--zvgradient);
    color: var(--zvtext-light);
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--zvtransition);
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.nRplD:hover {
    background: var(--zvaccent-color);
    transform: translateY(-5px);
}

.cNHneL {
    position: relative;
    background-color: var(--zvdark-color);
    color: var(--zvtext-light);
    padding-top: 20rem;
}

.XCKRRbYOwQnHc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(180deg);
}

.iGyGJU {
    max-width: 1364px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    position: relative;
    z-index: 1;
}

.HcWauYdF {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 3rem;
}

.apoSDngjJjQmpz,
.KODOjHh,
.nMUxPgeHr,
.uacjOVhnzz {
    flex: 1;
    min-width: 250px;
}

.apoSDngjJjQmpz h3,
.KODOjHh h3,
.nMUxPgeHr h3,
.uacjOVhnzz h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.apoSDngjJjQmpz h3::after,
.KODOjHh h3::after,
.nMUxPgeHr h3::after,
.uacjOVhnzz h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--zvgradient);
}

.apoSDngjJjQmpz p {
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.KODOjHh ul,
.nMUxPgeHr ul {
    list-style: none;
}

.KODOjHh li,
.nMUxPgeHr li {
    margin-bottom: 0.8rem;
}

.KODOjHh a,
.nMUxPgeHr a {
    opacity: 0.8;
    transition: var(--zvtransition);
}

.KODOjHh a:hover,
.nMUxPgeHr a:hover {
    opacity: 1;
    color: var(--zvsecondary-color);
    padding-left: 5px;
}

.uacjOVhnzz ul {
    list-style: none;
}

.uacjOVhnzz li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    opacity: 0.8;
}

.uacjOVhnzz i {
    font-size: 1.2rem;
    color: var(--zvsecondary-color);
}

.IIRqifSZsB {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.IIRqifSZsB p {
    opacity: 0.7;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

@keyframes zvfadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zvfadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .CSMijtGlvhGD h1 {
        font-size: 3rem;
    }
    
    .EwSkbbpqSr {
        max-width: 180px;
    }
    
    .zYNMCGgCdR {
        flex-direction: column;
    }

    .eIRBVymaQ {
        bottom: -14rem;
    }
    
    .oIYGfw {
        flex: 0 0 300px;
    }
    
    .wLVPqKe {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .VjOgkoLNFn {
        position: fixed;
        top: 77px;
        left: 0;
        width: 100%;
        background-color: var(--zvlight-color);
        padding: 2rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-150%);
        opacity: 0;
        transition: var(--zvtransition);
    }
    
    .VjOgkoLNFn.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .aYIXaFPWtYkm {
        flex-direction: column;
        gap: 1rem;
    }
    
    .nbNgERAz {
        display: block;
    }
    
    .CSMijtGlvhGD h1 {
        font-size: 2.5rem;
    }
    
    .OsQwbWz {
        gap: 1rem;
    }
    
    .EwSkbbpqSr {
        max-width: 100%;
        flex: 1 1 160px;
    }

    .eIRBVymaQ {
        bottom: -10rem;
    }
    
    .dlWHzvAcwxCt h2,
    .OTYnqUIXuanu h2,
    .KPkoIFL h2,
    .GdYrYjgkjZWQP h2,
    .ncGDc h2,
    .qnrFLf h2,
    .KBUNLVL h2 {
        font-size: 2rem;
    }

    .qnrFLf {
        margin: 0 auto 3rem;
    }

    .vdoBEbX {
        margin: 3rem auto 3rem;
    }
    
    .eunmKttwWn {
        flex-direction: column;
    }
    
    .GiXgv {
        flex: 1;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .qlMeQBjWyPzyU {
        padding: 1rem;
    }
    
    .CSMijtGlvhGD h1 {
        font-size: 2rem;
    }
    
    .CSMijtGlvhGD p {
        font-size: 1rem;
    }
    
    .OsQwbWz {
        flex-direction: column;
    }
    
    .EwSkbbpqSr {
        max-width: 100%;
    }

    .eIRBVymaQ {
        bottom: -6rem;
    }
    
    .dlWHzvAcwxCt h2,
    .OTYnqUIXuanu h2,
    .KPkoIFL h2,
    .GdYrYjgkjZWQP h2,
    .ncGDc h2,
    .qnrFLf h2,
    .KBUNLVL h2 {
        font-size: 1.8rem;
    }
    
    .CINelENMKFWz {
        flex-direction: column;
    }
    
    .VWGpOs {
        margin: 0 auto 1rem;
    }


    
    .HOAkvnh {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    
    .PgtmWnTXCcfjyAT {
        flex-direction: column;
    }
    
    .HcWauYdF {
        gap: 2rem;
    }
}

@media (max-width: 320px) {
    .CSMijtGlvhGD h1 {
        font-size: 1.8rem;
    }
    
    .xjXeRZLxSuS,
    .fTONPx,
    .vdoBEbX {
        width: 100%;
    }
    
    .REWhmZ {
        flex-direction: column;
    }
    
    .REWhmZ button {
        width: 100%;
    }

    .eIRBVymaQ {
        bottom: -4rem;
    }
   
    .apoSDngjJjQmpz,
    .KODOjHh,
    .nMUxPgeHr,
    .uacjOVhnzz {
        min-width: 100%;
    }
}

.CQxIupIdcWx {
    background-color: #f9f9ff;
    color: #2a2d3e;
}

.SerUxNskkH {
    background: linear-gradient(135deg, #457ce2 0%, #88d3b2 100%);
    padding: 20rem 2rem 8rem;
    position: relative;
    text-align: center;
    color: #fff;
}

.KTdVJPkUps {
    max-width: 1364px;
    margin: 0 auto;
    margin-bottom: 14rem;
}

.SerUxNskkH h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.SerUxNskkH p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.ECEUAYUcyAlbgp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.hkfsgsaPARPWd {
    padding: 4rem 2rem;
}

.gyKAhcn {
    max-width: 1364px;
    margin: 0 auto;
}

.VfqBUlBMYGe {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.VfqBUlBMYGe:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.VfqBUlBMYGe i {
    font-size: 2rem;
    color: #457ce2;
    margin-bottom: 1rem;
}

.VfqBUlBMYGe h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2a2d3e;
}

.VfqBUlBMYGe p {
    margin-bottom: 0;
    min-height: 80px;
}

@media (max-width: 768px) {
    .SerUxNskkH h1 {
        font-size: 2.5rem;
        flex-direction: column;
    }
    
    .VfqBUlBMYGe {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .SerUxNskkH h1 {
        font-size: 2rem;
    }
    
    .SerUxNskkH p {
        font-size: 1rem;
    }
}

.CBcqbL {
    background-color: #f9f9ff;
    color: #2a2d3e;
}

.qrsBbLJknxNs {
    background: linear-gradient(135deg, #913a58 0%, #457ce2 100%);
    padding: 20rem 2rem 8rem;
    position: relative;
    text-align: center;
    color: #fff;
}

.RDgMVxbDU {
    max-width: 1364px;
    margin: 0 auto;
    margin-bottom: 14rem;
}

.qrsBbLJknxNs h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.qrsBbLJknxNs p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.lEDWiviPB {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.XKJZvjjf {
    padding: 4rem 2rem;
}

.XKJZvjjf-container {
    max-width: 1364px;
    margin: 0 auto;
}

.hJOQOtZSJFU {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hJOQOtZSJFU:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.hJOQOtZSJFU i {
    font-size: 2rem;
    color: #913a58;
    margin-bottom: 1rem;
}

.hJOQOtZSJFU h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2a2d3e;
}

.hJOQOtZSJFU p {
    margin-bottom: 0;
    min-height: 80px;
}

@media (max-width: 768px) {
    .qrsBbLJknxNs h1 {
        font-size: 2.5rem;
    }
    
    .hJOQOtZSJFU {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .qrsBbLJknxNs h1 {
        font-size: 2rem;
    }
    
    .qrsBbLJknxNs p {
        font-size: 1rem;
    }
}

.kvZAVmYNQN {
    background-color: #f9f9ff;
    color: #2a2d3e;
}

.BFamymbge {
    background: linear-gradient(135deg, #88d396 0%, #457ce2 100%);
    padding: 20rem 2rem 8rem;
    position: relative;
    text-align: center;
    color: #fff;
}

.nGcnGSinfU {
    max-width: 1364px;
    margin: 0 auto;
    margin-bottom: 14rem;
}

.BFamymbge h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.BFamymbge p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.vVOSjn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.PMCuyHbifcD {
    padding: 4rem 2rem;
}

.qRhcLAD {
    max-width: 1364px;
    margin: 0 auto;
}

.sBdsnllsRA {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sBdsnllsRA:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.sBdsnllsRA i {
    font-size: 2rem;
    color: #88d396;
    margin-bottom: 1rem;
}

.sBdsnllsRA h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2a2d3e;
}

.sBdsnllsRA p {
    margin-bottom: 0;
    min-height: 80px;
}

@media (max-width: 768px) {
    .BFamymbge h1 {
        font-size: 2.5rem;
    }
    
    .sBdsnllsRA {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .BFamymbge h1 {
        font-size: 2rem;
    }
    
    .BFamymbge p {
        font-size: 1rem;
    }
}

.kAOvhcAkmpzPi {
    background-color: #f9f9ff;
    color: #2a2d3e;
}

.VmPCtuIwTrkLA {
    background: linear-gradient(135deg, #2a2d3e 0%, #457ce2 100%);
    padding: 20rem 2rem 8rem;
    position: relative;
    text-align: center;
    color: #fff;
}

.wWrXtuKyLy {
    max-width: 1364px;
    margin: 0 auto;
    margin-bottom: 14rem;
}

.VmPCtuIwTrkLA h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.VmPCtuIwTrkLA p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.ebQvwAnupBRK {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.zOZiccYJ {
    padding: 4rem 2rem;
}

.JMyPxAXUpBsvO {
    max-width: 1364px;
    margin: 0 auto;
}

.xWDNb {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.xWDNb:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.xWDNb i {
    font-size: 2rem;
    color: #457ce2;
    margin-bottom: 1rem;
}

.xWDNb h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2a2d3e;
}

.xWDNb p {
    margin-bottom: 0;
    min-height: 80px;
}

.xWDNb a {
    color: #457ce2;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .VmPCtuIwTrkLA h1 {
        font-size: 2.5rem;
    }
    
    .xWDNb {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .VmPCtuIwTrkLA h1 {
        font-size: 2rem;
    }
    
    .VmPCtuIwTrkLA p {
        font-size: 1rem;
    }
}

.wrcioedFiAGaWUg {
    background-color: #f9f9ff;
    color: #2a2d3e;
}

.MUdIwM {
    background: linear-gradient(135deg, #913a58 0%, #88d396 100%);
    padding: 20rem 2rem 8rem;
    position: relative;
    text-align: center;
    color: #fff;
}

.TcCkMYEYOEi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(180deg);
    z-index: 5;
}

.itPfGTB {
    position: relative;
    max-width: 1364px;
    margin: 0 auto;
    margin-bottom: 165px;
}

.MUdIwM h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.MUdIwM p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.ouRAVOP {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: auto;
}

.PHDstOJUwXHvqd {
    padding: 4rem 2rem;
    background-color: #fff;
}

.PHDstOJUwXHvqd-container {
    max-width: 1364px;
    margin: 0 auto;
}

.UedsRn {
    padding: 4rem 2rem;
    background-color: #f0f0f7;
}

.IkXQReykAGTxFI {
    max-width: 1364px;
    margin: 0 auto;
}

.PHDstOJUwXHvqd h2,
.UedsRn h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #2a2d3e;
}

.PHDstOJUwXHvqd p,
.UedsRn p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.PHDstOJUwXHvqd i {
    color: #913a58;
}

.UedsRn i {
    color: #457ce2;
}

@media (max-width: 768px) {
    .TcCkMYEYOEi {
        top: 78px;
    }
    .MUdIwM h1 {
        font-size: 2.5rem;
    }
    
    .PHDstOJUwXHvqd h2,
    .UedsRn h2 {
        font-size: 1.8rem;
    }

    .itPfGTB {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .MUdIwM h1 {
        font-size: 2rem;
    }
    
    .MUdIwM p {
        font-size: 1rem;
    }
    
    .PHDstOJUwXHvqd h2,
    .UedsRn h2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.BxfiyZRBxYYr {
    background-color: #f9f9ff;
    color: #2a2d3e;
}

.giwJqxckVPBe {
    background: linear-gradient(135deg, #457ce2 0%, #88d396 100%);
    padding: 20rem 2rem 8rem;
    position: relative;
    text-align: center;
    color: #fff;
}

.QDWKeRjtdx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(180deg);
    z-index: 5;
}

.ehqYfOjcFnE {
    max-width: 1364px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 14rem;
}

.giwJqxckVPBe h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.giwJqxckVPBe p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.ORGcohkWUL {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.yfwoMSCrolN {
    padding: 3rem 2rem;
    background-color: #fff;
}

.FyZofvDSTy {
    max-width: 1364px;
    margin: 0 auto;
}

.yfwoMSCrolN h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #2a2d3e;
}

.yfwoMSCrolN p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.OObEJpiCvWJ {
    padding: 2rem 2rem 4rem;
}

.XNaLzlRHuhRs {
    max-width: 1364px;
    margin: 0 auto;
}

.qwmKIg {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.utPIAlpc {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.utPIAlpc:hover {
    background-color: rgba(110, 69, 226, 0.05);
}

.utPIAlpc h3 {
    font-size: 1.2rem;
    color: #2a2d3e;
}

.utPIAlpc i {
    font-size: 1.5rem;
    color: #457ce2;
    transition: all 0.3s ease;
}

.qwmKIg.active .utPIAlpc i {
    transform: rotate(180deg);
}

.vFcRpNoLhyaUn {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.qwmKIg.active .vFcRpNoLhyaUn {
    max-height: 500px;
}

.vFcRpNoLhyaUn p {
    padding: 0 1.5rem 1.5rem;
    color: #2a2d3e;
}

.AdmDHJpUkKstNcS {
    display: block;
    margin: 3rem auto 0;
    background-color: #457ce2;
    color: #fff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.AdmDHJpUkKstNcS:hover {
    background-color: #913a58;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .QDWKeRjtdx {
        top: 78px;
    }

    .giwJqxckVPBe h1 {
        font-size: 2.5rem;
    }
    
    .yfwoMSCrolN h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .giwJqxckVPBe h1 {
        font-size: 2rem;
    }
    
    .giwJqxckVPBe p {
        font-size: 1rem;
    }
    
    .utPIAlpc {
        padding: 1rem;
    }
    
    .utPIAlpc h3 {
        font-size: 1.1rem;
    }
}

.ABqJdfNEdf {
    background-color: #f9f9ff;
    color: #2a2d3e;
}

.YIsgCGbHj {
    background: linear-gradient(135deg, #88d396 0%, #457ce2 100%);
    padding: 20rem 2rem 8rem;
    position: relative;
    text-align: center;
    color: #fff;
}

.QDWKeRjtdx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(180deg);
    z-index: 5;
}

.ekXUoynH {
    max-width: 1364px;
    margin: 0 auto;
    margin-bottom: 14rem;
}

.YIsgCGbHj h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.YIsgCGbHj p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.goJZSXUxrA {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.LIAbEbh {
    padding: 3rem 2rem;
    background-color: #fff;
}

.LrrfTsrHKn {
    max-width: 1364px;
    margin: 0 auto;
}

.LIAbEbh h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #2a2d3e;
}

.LIAbEbh p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.hsPHtFMKh {
    padding: 2rem 2rem 4rem;
}

.PiisTaDBWiVKwv {
    max-width: 1364px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.XwvYemu {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    max-width: 500px;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.XwvYemu:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.tXmnZzvr {
    flex: 0 0 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #457ce2;
}

.tXmnZzvr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hsPHtFMKh {
    flex: 1;
}

.vrTFqWYrYY {
    color: #913a58;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.XwvYemu p {
    font-style: italic;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}

.XwvYemu p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.5rem;
    font-size: 2rem;
    color: rgba(42, 45, 62, 0.1);
}

.XwvYemu h4 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.XwvYemu span {
    font-size: 0.9rem;
    opacity: 0.8;
}

.oykXSfdsHB {
    display: block;
    margin: 3rem auto 0;
    background-color: #457ce2;
    color: #fff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.oykXSfdsHB:hover {
    background-color: #913a58;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .QDWKeRjtdx {
        top: 78px;
    }

    .YIsgCGbHj h1 {
        font-size: 2.5rem;
    }
    
    .LIAbEbh h2 {
        font-size: 1.8rem;
    }
    
    .XwvYemu {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .YIsgCGbHj h1 {
        font-size: 2rem;
    }
    
    .YIsgCGbHj p {
        font-size: 1rem;
    }
    
    .XwvYemu {
        padding: 1.5rem;
    }
}

.hhXbTDyQu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: var(--zvgradient);
    color: var(--zvtext-light);
    text-align: center;
    padding: 2rem;
}

.kRFMY h1 {
    font-size: 8rem;
    margin-bottom: 1rem;
}

.kRFMY p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.rVVVjVXKQXch {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: var(--zvaccent-color);
    color: var(--zvtext-light);
    border-radius: var(--zvborder-radius);
    box-shadow: var(--zvbox-shadow);
    transition: var(--zvtransition);
}

.rVVVjVXKQXch:hover {
    opacity: 0.85;
}