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

.spWJDviewport-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(208,202,168,0.5);
    background: linear-gradient(180deg, 
        rgb(208,202,168) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    z-index: 1000;
    position: fixed;
    top: 0;
}

.urCYpcontact_panel::before {
    top: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    content: "";
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(208,202,168,0.5),
        rgb(208,202,168,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    right: 0;
    opacity: 0.05;
}

.urCYpcontact_panel h2::before {
    border-radius: 2px;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(208,202,168);
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
}

.urCYpcontact_panel .UDlknimg_wrap {
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 19px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    position: relative;
}

.urCYpcontact_panel .VBvqxconnect_feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.urCYpcontact_panel form {
    width: 100%;
}

.urCYpcontact_panel form input[type="text"] {
    background: rgb(239,235,217);
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
}

.urCYpcontact_panel .fGeBbhelp_list {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.urCYpcontact_panel .fGeBbhelp_list label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.urCYpcontact_panel .fGeBbhelp_list input[type="checkbox"]:checked + label::before {
    background: rgb(208,202,168);
}

.urCYpcontact_panel .fGeBbhelp_list label a {
    color: rgb(208,202,168);
    text-decoration: none;
    transition: all 0.3s ease;
}

.urCYpcontact_panel .fGeBbhelp_list label a:hover {
    color: rgb(177,169,130);
}

.urCYpcontact_panel form .Nakhrrequest_list {
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgb(208,202,168);
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-size: 17px;
    padding: 16px 35px;
    border-radius: 10px;
    font-weight: 600;
}

.urCYpcontact_panel form .Nakhrrequest_list span {
    z-index: 1;
    position: relative;
}

.urCYpcontact_panel svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,202,168);
}

.rPNAxfollow::before {
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    transform: scale(1.5);
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(177,169,130,0.5) 45%, rgb(177,169,130,0.5) 55%, transparent 55%);
}

.rPNAxfollow .CNeZainquiry_request::after {
    height: 10px;
    top: -10px;
    width: 60%;
    right: -10px;
    position: absolute;
    background: rgb(177,169,130);
    content: "";
    transform: skewX(15deg);
}

.rPNAxfollow .CNeZainquiry_request::before {
    height: 10px;
    position: absolute;
    left: -10px;
    width: 60%;
    background: rgb(208,202,168);
    content: "";
    bottom: -10px;
    transform: skewX(15deg);
}

.rPNAxfollow h3::before {
    height: 100%;
    position: absolute;
    background: rgb(208,202,168);
    transform: skewY(45deg);
    top: 0;
    content: "";
    width: 5px;
    left: 0;
}

.rPNAxfollow input[type="email"]:focus {
    transform: translateX(0);
    border-color: rgb(208,202,168);
    box-shadow: 0 0 10px rgb(208,202,168,0.5);
    outline: none;
}

.rPNAxfollow input[type="submit"] {
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    align-self: flex-end;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    transform: translateY(0);
    padding: 0.8rem 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(208,202,168) 0%, rgb(177,169,130) 100%);
}

.gQJXTsec_cert .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    position: relative;
}

.gQJXTsec_cert .company_holder {
    padding-left: 2rem;
    border-left: 2px solid rgb(208,202,168);
    position: relative;
    animation: borderPulse 4s infinite alternate;
}

.gQJXTsec_cert .VghWepolicy_links {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 17px;
    margin-top: 1rem;
}

.gQJXTsec_cert .WiGqMverify_cta {
    justify-content: flex-end;
    display: flex;
}

.gQJXTsec_cert .plyoZtop_sitebar {
    gap: 4rem;
    display: flex;
}

.gQJXTsec_cert .VwDdWfirst_pagebar::before {
    position: absolute;
    content: "";
    border-top: 1px solid rgb(208,202,168);
    height: 40px;
    border-left: 1px solid rgb(208,202,168);
    width: 40px;
    top: -10px;
    left: -20px;
    opacity: 0.4;
}

.gQJXTsec_cert .VwDdWfirst_pagebar h5 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(177,169,130);
    letter-spacing: 1px;
}

.gQJXTsec_cert .VwDdWfirst_pagebar .plyoZtop_sitebar a::before {
    border-radius: 50%;
    position: absolute;
    width: 5px;
    transform: translateY(-50%);
    background-color: rgb(208,202,168);
    top: 50%;
    transition: all 0.3s ease;
    content: "";
    height: 5px;
    left: 0;
}

.gQJXTsec_cert .VwDdWfirst_pagebar .plyoZtop_sitebar a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(177,169,130);
}

.Idqeiedu_global::before {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.5;
    top: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(208,202,168), transparent);
    height: 1px;
}

.UuMbgmeet_us {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(208,202,168,0.5) 0%, rgb(239,235,217) 100%);
    position: relative;
    overflow: hidden;
}

.UuMbgmeet_us::after {
    content: "";
    width: 35%;
    top: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(177,169,130,0.5) 70%);
    height: 100%;
    position: absolute;
}

.UuMbgmeet_us .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.UuMbgmeet_us h1::after {
    left: 0;
    transform-origin: left center;
    content: "";
    width: 80px;
    animation: expandLine 1.5s ease-out forwards;
    height: 4px;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(208,202,168), rgb(177,169,130));
}

.UuMbgmeet_us .CAiullearn_classes {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    padding: 40px 35px;
    border-radius: 3px;
}

.UuMbgmeet_us .CAiullearn_classes:hover::before {
    height: 100%;
}

.UuMbgmeet_us .CAiullearn_classes h4 {
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    font-size: 19px;
}

.UuMbgmeet_us .CAiullearn_classes:hover h4::after {
    background: rgb(208,202,168);
    width: 60px;
}

.UuMbgmeet_us .CAiullearn_classes div {
    padding-right: 10px;
    font-size: 15px;
    position: relative;
    max-height: 300px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    overflow-y: auto;
}

header:after {
    width: 100%;
    left: 0;
    content: '';
    top: 0;
    pointer-events: none;
    opacity: 0.02;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
}

header .EpoXCmain_train:before {
    opacity: 0.7;
    left: -50%;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(208,202,168) 25%,
        #ffffff 50%,
        rgb(208,202,168) 75%,
        transparent 100%
    );
    box-shadow: 0 0 15px rgb(208,202,168), 0 0 35px rgb(208,202,168);
    animation: scanlineGlow 4s linear infinite;
    position: absolute;
    height: 1px;
    width: 200%;
}

header .yZlVFtop_start {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .yZlVFtop_start:after {
    height: 20px;
    position: absolute;
    width: 20px;
    background: rgb(177,169,130);
    opacity: 0.3;
    transform: translateY(-50%);
    right: -10px;
    animation: breathe 5s infinite alternate-reverse;
    filter: blur(15px);
    border-radius: 50%;
    top: 50%;
    content: '';
}

header .VwDdWfirst_pagebar:before {
    opacity: 0.15;
    filter: blur(5px);
    position: absolute;
    transform: translateX(-100%);
    top: -5%;
    width: 110%;
    animation: menuGlow 10s infinite ease-in-out;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,202,168,0.5), 
        transparent
    );
    height: 110%;
    left: -5%;
    content: '';
}

header .QDWgimain_nav:before {
    top: 0;
    content: '';
    opacity: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,202,168,0.5), 
        transparent
    );
    transition: all 0.4s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    width: 100%;
    position: absolute;
}

header .QDWgimain_nav:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(208,202,168);
    color: #ffffff;
}

header .QDWgimain_nav:hover:after {
    box-shadow: 
        0 0 5px rgb(208,202,168),
        0 0 10px rgb(208,202,168);
    width: 100%;
}

header .eUiSyheader_learn:before {
    opacity: 0;
    content: '';
    left: 50%;
    background: radial-gradient(circle, 
        rgb(208,202,168,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    transition: opacity 0.5s ease;
    width: 150%;
    transform: translate(-50%, -50%);
    height: 150%;
    position: absolute;
}

header .eUiSyheader_learn:hover:before {
    opacity: 0.3;
}

header .eUiSyheader_learn:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}

header .eUiSyheader_learn:hover svg {
    filter: drop-shadow(0 0 5px rgb(208,202,168));
    transform: scale(1.05);
}

header .eUiSyheader_learn:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.EiTPJeducation_experience::before {
    height: 100%;
    opacity: 0.15;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(208,202,168,0.5) 49.5%, rgb(208,202,168,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(208,202,168,0.5) 49.5%, rgb(208,202,168,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    animation: gridMove 20s linear infinite;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    background-size: 50px 50px;
}

.EiTPJeducation_experience .nbgUtclient_testimonials:hover .UDlknimg_wrap {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}

.EiTPJeducation_experience .name {
    transform: translateZ(70px) rotateY(5deg);
    border-radius: 10px;
    font-weight: 700;
    color: #ffffff;
    background: rgb(208,202,168);
    top: 100px;
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    font-size: 30px;
    position: absolute;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    min-width: 300px;
    padding: 1.5rem 2rem;
}

.EiTPJeducation_experience .nbgUtclient_testimonials:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}

.EiTPJeducation_experience .PWmXiwork_section {
    bottom: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    border-top: 4px solid rgb(177,169,130);
    border-radius: 17px;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateZ(30px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    color: #000000;
    backdrop-filter: blur(10px);
    border-bottom: 4px solid rgb(208,202,168);
    font-size: 14px;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    padding: 3rem;
}

.EiTPJeducation_experience .container::after {
    top: 0;
    content: "";
    animation: colorPulse 10s ease-in-out infinite alternate;
    left: 0;
    height: 100%;
    filter: blur(100px);
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(208,202,168,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(177,169,130,0.5) 0%, transparent 50%);
    width: 100%;
}

.TNCcQclient_testimonials .GlRFYlearn_guides {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.TNCcQclient_testimonials h4::after {
    left: 0;
    width: 70%;
    content: "";
    background: rgb(208,202,168);
    position: absolute;
    bottom: -10px;
    height: 4px;
    transform: skewX(15deg);
}

.TNCcQclient_testimonials .nbgUtclient_testimonials {
    transform: translateY(0) rotate(0);
    padding: 30px 25px 25px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 25px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.TNCcQclient_testimonials .nbgUtclient_testimonials:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.TNCcQclient_testimonials .nbgUtclient_testimonials::after {
    bottom: 0;
    height: 80px;
    position: absolute;
    transform: translate(50%, 50%);
    content: "";
    z-index: 0;
    right: 0;
    background: rgb(177,169,130,0.5);
    border-radius: 50%;
    width: 80px;
}

.TNCcQclient_testimonials .nbgUtclient_testimonials:hover .UDlknimg_wrap {
    transform: rotate(0) scale(1.05);
    border-radius: 30% 50% 40% 30%;
}

.TNCcQclient_testimonials .nbgUtclient_testimonials p {
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    z-index: 1;
}

.IUizXwelcome_page::before {
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgba(94,170,168,0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(94,170,168,0.03) 1px, transparent 1px);
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}

.IUizXwelcome_page .GlRFYlearn_guides {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column-reverse;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.IUizXwelcome_page h1::after {
    bottom: -10px;
    transform: scaleX(0);
    animation: expandLine 0.6s ease-out forwards 0.8s;
    transform-origin: left;
    left: 0;
    width: 60px;
    content: "";
    background: rgb(208,202,168);
    position: absolute;
    height: 3px;
}

.IUizXwelcome_page .RumKastart_learn p {
    border-left: 3px solid rgba(94,170,168,0.3);
    color: #000000;
    font-size: calc(12px * 1.05);
    margin-top: 25px;
    line-height: 1.6;
    padding-left: 15px;
    position: relative;
}

.IUizXwelcome_page .RumKastart_learn svg:hover {
    transform: translateZ(0) scale(1.05) rotate(2deg);
}

.IUizXwelcome_page .RumKastart_learn svg g {
    transition: transform 0.4s ease;
}

.IUizXwelcome_page .RumKastart_learn svg:hover g {
    transform: translate(30.89265,30.89265) scale(0.75);
}

.IUizXwelcome_page .RumKastart_learn svg:hover path {
    fill: rgba(94,170,168,0.9);
}

.IUizXwelcome_page .RumKastart_learn svg:hover text {
    fill: rgb(74,150,148);
}

.IUizXwelcome_page ul {
    margin: 30px 0 0 0;
    transform: translateY(20px);
    padding: 0;
    list-style: none;
    animation: fadeInUp 0.8s ease-out forwards 0.7s;
    opacity: 0;
}

.IUizXwelcome_page .Nakhrrequest_list::before {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    z-index: 1;
    right: 0;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.IUizXwelcome_page .Nakhrrequest_list:hover::before {
    transform: translateX(100%);
}

.IUizXwelcome_page .UDlknimg_wrap {
    transform: translateY(20px) rotate(-2deg);
    overflow: hidden;
    opacity: 0;
    width: 100%;
    height: 300px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    animation: fadeInPhoto 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    border: 8px solid #ffffff;
}

.TWPmsplan_deck {
    overflow: hidden;
    background: rgb(239,235,217);
    position: relative;
    padding: 120px 0;
}

.TWPmsplan_deck::before {
    background: linear-gradient(135deg, rgb(208,202,168,0.5), rgb(177,169,130,0.5));
    opacity: 0.08;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
}

.TWPmsplan_deck .eSDrqmember_plans {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}

.TWPmsplan_deck .RyxBDprice_plan h2 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    color: #000000;
}

.TWPmsplan_deck .AVwDHcost_deals {
    max-width: 600px;
    font-size: 14px;
    margin-top: 20px;
    color: #000000;
    margin-right: auto;
    line-height: 1.7;
    margin-left: auto;
}

.TWPmsplan_deck .vZxoQstudy_costs {
    display: block;
    z-index: 1;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.TWPmsplan_deck .vZxoQstudy_costs:hover .BOvJFpayment_plans {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.TWPmsplan_deck .vQiplskill_offers {
    position: relative;
    padding: 30px;
    flex: 1;
    z-index: 2;
}

.TWPmsplan_deck .vQiplskill_offers h3 {
    color: #000000;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}

.TWPmsplan_deck .vZxoQstudy_costs:hover .vQiplskill_offers h3::after {
    width: 60px;
}

.TWPmsplan_deck .hqlgAlearn_sub {
    background: linear-gradient(135deg, rgb(208,202,168), rgb(177,169,130));
    font-size: 1.8rem;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    position: relative;
    color: rgb(208,202,168);
    color: transparent;
    font-weight: 700;
    background-clip: text !important;
    display: inline-block;
}

.TWPmsplan_deck .UDlknimg_wrap {
    border-radius: 0 0 12px 12px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    height: 220px;
}

.TWPmsplan_deck .vZxoQstudy_costs:hover .UDlknimg_wrap::after {
    opacity: 0.3;
}

.MhouftyBlock {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(208,202,168,0.5) 0%, rgb(239,235,217) 40%, rgb(177,169,130,0.5) 100%);
}

.MhouftyBlock::after {
    animation: patternShift 20s infinite linear;
    height: 150%;
    z-index: 0;
    left: -25%;
    opacity: 0.04;
    transform: rotate(-5deg);
    background: repeating-linear-gradient(45deg, rgb(208,202,168,0.5) 0px, transparent 2px, transparent 10px);
    content: "";
    position: absolute;
    width: 150%;
    top: -25%;
}

.MhouftyBlock h2 {
    margin-bottom: 3rem;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 32px;
    position: relative;
}

.MhouftyBlock .GlRFYlearn_guides {
    transform-origin: center top;
    position: relative;
    animation: fadeIn 1s 0.5s both ease-out;
    transition: transform 0.5s;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}

.MhouftyBlock .GlRFYlearn_guides:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.MhouftyBlock ul::before {
    width: 4px;
    content: "";
    left: -20px;
    background: linear-gradient(to bottom, rgb(208,202,168), rgb(177,169,130));
    position: absolute;
    height: 0;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    top: 0;
}

.MhouftyBlock li span {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #000000;
    display: block;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s 1.2s forwards ease-out;
    font-family: Arial, sans-serif;
}

.MhouftyBlock li span::first-letter {
    font-weight: 700;
    color: rgb(208,202,168);
    font-size: 1.4em;
}

.WoSePstatistical_details {
    overflow: hidden;
    z-index: 1;
    padding: 150px 0;
    background: rgb(239,235,217);
    position: relative;
}

.WoSePstatistical_details::after {
    content: "";
    opacity: 0.05;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(45deg, rgb(208,202,168,0.5) 0, rgb(208,202,168,0.5) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgb(177,169,130,0.5) 0, rgb(177,169,130,0.5) 1px, transparent 1px, transparent 15px);
    background-size: 30px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    left: 0;
}

.WoSePstatistical_details ul {
    justify-content: center;
    padding: 0;
    position: relative;
    width: 100%;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 0;
    display: grid;
}

.WoSePstatistical_details .nDAoystudy_edge {
    z-index: 1;
    aspect-ratio: 1;
    min-height: 220px;
    margin: 0 auto;
    flex-direction: column;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    position: relative;
    text-align: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    justify-content: center;
    max-width: 280px;
    display: flex;
    align-items: center;
}




.WoSePstatistical_details .nDAoystudy_edge {
    animation-delay: calc(0.1s * var(--item-index, 1));
    opacity: 0;
    animation: fadeInScale 0.8s forwards;
}

.WoSePstatistical_details .nDAoystudy_edge::after {
    transition: opacity 0.3s ease;
    inset: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    opacity: 0.8;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(208,202,168), rgb(177,169,130));
    z-index: -2;
}

.WoSePstatistical_details .nDAoystudy_edge p {
    font-weight: 700;
    background: #ffffff;
    max-width: 90%;
    position: relative;
    margin: 0 0 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 5px 15px;
    font-size: 3.2rem;
    border-radius: 10px;
    color: #000000;
    line-height: 1.2;
    border-bottom: 3px solid rgb(208,202,168);
    display: inline-block;
}

.WoSePstatistical_details .nDAoystudy_edge:hover span {
    color: #000000;
}

.WoSePstatistical_details svg {
    width: 40px;
    fill: rgb(208,202,168);
    height: 40px;
    padding: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
    transition: all 0.4s ease;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.WoSePstatistical_details .nDAoystudy_edge:hover svg path {
    fill: rgb(177,169,130);
}

.WoSePstatistical_details .container::before,
.WoSePstatistical_details .container::after {
    background: rgb(208,202,168,0.5);
    left: 5%;
    z-index: -1;
    width: 200px;
    border-radius: 50%;
    animation: float 15s infinite alternate ease-in-out;
    filter: blur(50px);
    height: 200px;
    position: absolute;
    top: 5%;
    content: "";
    opacity: 0.1;
}

.smykXservice_info::before {
    right: -5%;
    content: "";
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    width: 45%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.07;
    top: -10%;
    background: linear-gradient(225deg, rgb(177,169,130) 10%, transparent 70%);
}

.smykXservice_info .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.smykXservice_info .hXYDainstant_contact {
    gap: 2.5rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s ease-out;
}

.smykXservice_info h3::before {
    background: rgb(208,202,168);
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    content: "";
    height: 70%;
    position: absolute;
    top: 50%;
}

.smykXservice_info h5 {
    transition: transform 0.3s ease;
    font-weight: 600;
    color: #000000;
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
    gap: 0.75rem;
    transform: translateX(0);
    font-size: 22px;
}

.smykXservice_info svg:hover {
    transform: scale(1);
}

.smykXservice_info svg path {
    fill: rgb(208,202,168);
    transition: fill 0.3s ease;
}

.smykXservice_info .IqKJtlearn_form li {
    position: relative;
    transition: transform 0.3s ease;
}

.smykXservice_info .Glavgchat_form {
    font-weight: 600;
    overflow: hidden;
    font-size: calc(13px * 1.05);
    gap: 1rem;
    position: relative;
    padding: 0.5rem 0;
    align-items: center;
    display: flex;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.smykXservice_info .Glavgchat_form:hover {
    color: rgb(208,202,168);
}

.smykXservice_info .Glavgchat_form:hover svg path {
    fill: rgb(177,169,130);
}

.smykXservice_info .hXYDainstant_contact > div:nth-child(2) {
    animation-delay: 0.1s;
}

.smykXservice_info .hXYDainstant_contact > div:nth-child(3) {
    animation-delay: 0.2s;
}

.smykXservice_info .IqKJtlearn_form li:nth-child(2) {
    animation-delay: 0.4s;
}

.CgxtFsecure_sanctum {
    background: linear-gradient(145deg, rgb(239,235,217), rgba(248, 249, 250, 0.97));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
}

.CgxtFsecure_sanctum::after {
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(177,169,130,0.5) 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    width: 40%;
    z-index: 0;
    top: 0;
    position: absolute;
    opacity: 0.03;
    right: 0;
    content: "";
    pointer-events: none;
}

.CgxtFsecure_sanctum .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}

.CgxtFsecure_sanctum h1::after {
    position: absolute;
    width: 6rem;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(208,202,168), rgb(208,202,168,0.5));
    height: 4px;
    transition: width 0.4s ease;
    bottom: 0;
    border-radius: 10px;
}

.CgxtFsecure_sanctum h2:hover {
    padding-left: 1.5rem;
    color: rgb(208,202,168);
}

.CgxtFsecure_sanctum h3 {
    border-left: 1px solid rgb(208,202,168,0.5);
    font-size: calc(23px + 0.1rem);
    padding-left: 0.8rem;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
}

.CgxtFsecure_sanctum p {
    font-size: 17px;
    position: relative;
    line-height: 1.8;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}

.CgxtFsecure_sanctum strong {
    color: #000000;
    position: relative;
    font-weight: 600;
}

.CgxtFsecure_sanctum strong:hover::after {
    transform: scaleX(1);
}

.CgxtFsecure_sanctum ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}

.CgxtFsecure_sanctum li {
    line-height: 1.7;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
    font-size: 17px;
    padding-left: 1.5rem;
}

.CgxtFsecure_sanctum li:hover {
    padding-left: 1.8rem;
}

.CgxtFsecure_sanctum li:hover::before {
    background-color: rgb(208,202,168,0.5);
    transform: rotate(135deg);
}

.dnulQtraining_method {
    background: rgb(239,235,217);
    overflow: hidden;
    position: relative;
    padding: 9rem 2rem 7rem;
    perspective: 1200px;
}

.dnulQtraining_method {
    padding: 7rem 1.5rem 5rem;
    perspective: 800px;
}

.dnulQtraining_method {
    padding: 5rem 1rem 4rem;
    perspective: 500px;
}

.dnulQtraining_method::after {
    transform-origin: center;
    left: -10%;
    filter: blur(60px);
    animation: rotateBg 30s linear infinite;
    opacity: 0.2;
    z-index: 0;
    content: "";
    height: 120%;
    position: absolute;
    width: 120%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(208,202,168,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(177,169,130,0.5) 0%, transparent 50%);
    top: -10%;
}

.dnulQtraining_method h3 {
    padding: 2.5rem 3rem;
    color: #000000;
    margin: 0;
    animation: floatHeader 6s ease-in-out infinite, fadeIn 1s ease-out forwards;
    text-align: center;
    background: #ffffff;
    transform: translateZ(50px) rotateX(5deg);
    border-radius: 21px;
    font-weight: 700;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    font-size: 32px;
    position: relative;
}

.dnulQtraining_method h3 {
    padding: 2rem;
    --rx: 3deg;
    font-size: calc(32px * 0.9);
    transform: translateZ(30px) rotateX(3deg);
    --z: 30px;
}

.dnulQtraining_method h3 {
    transform: translateZ(15px) rotateX(2deg);
    font-size: calc(32px * 0.8);
    padding: 1.5rem;
    --z: 15px;
    --rx: 2deg;
}

.dnulQtraining_method span::before,
.dnulQtraining_method span::after {
    z-index: -1;
    width: 95%;
    position: absolute;
    left: 2.5%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
    border-radius: inherit;
    content: "";
    height: 95%;
    animation: floatShadow 6s ease-in-out infinite 1s;
}

.dnulQtraining_method span::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(177,169,130,0.5);
}

.dnulQtraining_method span::after {
    background: rgb(208,202,168,0.5);
    transform: translateZ(-40px) scale(0.96);
}

.ELwQycookie_overlay_alert {
    font-family: Arial, sans-serif;
    bottom: 0;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(208,202,168);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    background: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}

.EmGiIcookie_visitor svg {
    width: 50px;
    fill: rgb(208,202,168);
    transition: fill 0.3s ease-in-out;
    height: 50px;
}

.aOGxjedu_track p {
    color: #000000;
    margin-bottom: 0;
    font-size: 17px;
}

.cookie_button.MuIVQaccept_cookies {
    background-color: rgb(208,202,168);
    color: #ffffff;
    border-color: rgb(208,202,168);
}

#hUJzXcookieAlertNotice {
    display: none;
}

#hUJzXcookieAlertNotice:checked ~ .ELwQycookie_overlay_alert {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.MuIVQaccept_cookies:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_button.yGJrRcookie_data:hover {
    border-color: rgb(208,202,168);
    background-color: rgb(208,202,168);
    color: #ffffff;
}

.ELwQycookie_overlay_alert p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.izIPmcourse_program_info {
    background: linear-gradient(135deg, rgb(239,235,217) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.izIPmcourse_program_info::after {
    right: -50px;
    animation: pulse 8s infinite alternate;
    top: -50px;
    background: radial-gradient(circle, rgb(177,169,130,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    z-index: 1;
    width: 200px;
    border-radius: 50%;
    height: 200px;
}

.izIPmcourse_program_info .GlRFYlearn_guides::before {
    content: "";
    left: -100%;
    width: 100%;
    animation: shine 5s infinite;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    position: absolute;
}

.izIPmcourse_program_info .RapPMknowledge_track {
    padding-right: 20px;
    position: relative;
    flex: 1;
}

.izIPmcourse_program_info .RapPMknowledge_track::after {
    position: absolute;
    z-index: -1;
    right: 50px;
    content: "";
    height: 40px;
    width: 40px;
    animation: float 8s ease-in-out infinite;
    border-radius: 10px;
    bottom: -20px;
    border: 1px solid rgb(177,169,130,0.5);
}

.izIPmcourse_program_info .jLIgBnav_prime:hover {
    transform: translateY(-5px) translateZ(0);
}

.izIPmcourse_program_info .jLIgBnav_prime svg {
    width: 40px;
    fill: rgb(208,202,168);
    max-width: 100%;
    height: 40px;
    max-height: 100%;
    transition: fill 0.3s ease;
}

.izIPmcourse_program_info .jLIgBnav_prime svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,202,168);
}

.izIPmcourse_program_info .jLIgBnav_prime:hover svg,
.izIPmcourse_program_info .jLIgBnav_prime:hover svg path {
    fill: rgb(177,169,130);
}

.izIPmcourse_program_info h3::after {
    height: 3px;
    background: linear-gradient(to right, rgb(208,202,168), rgb(177,169,130));
    content: "";
    width: 80px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
}

.izIPmcourse_program_info .UDlknimg_wrap {
    border-radius: 26px;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    flex: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    overflow: hidden;
    min-height: 400px;
}

.izIPmcourse_program_info .GlRFYlearn_guides:hover .UDlknimg_wrap {
    transform: perspective(1000px) rotateY(0deg);
}

.UuMbgmeet_us .CAiullearn_classes div::-webkit-scrollbar {
    width: 6px;
}

.UuMbgmeet_us .CAiullearn_classes div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.UuMbgmeet_us .CAiullearn_classes div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgb(177,169,130,0.5);
}

.UuMbgmeet_us .CAiullearn_classes div::-webkit-scrollbar-thumb:hover {
    background: rgb(177,169,130);
}



@media screen and (max-width: 991px) {.urCYpcontact_panel {
    padding: 80px 0;
}.urCYpcontact_panel .AqCpYquery_reach {
    grid-template-columns: 1fr;
    gap: 40px;
}.urCYpcontact_panel .UDlknimg_wrap {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.urCYpcontact_panel .VBvqxconnect_feedback {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media screen and (max-width: 576px) {.urCYpcontact_panel {
    padding: 50px 0;
}.urCYpcontact_panel h2 {
    font-size: calc(28px * 0.85);
}.urCYpcontact_panel .UDlknimg_wrap {
    height: 250px;
}.urCYpcontact_panel .VBvqxconnect_feedback {
    padding: 30px 25px;
}.urCYpcontact_panel form h3 {
    font-size: calc(19px * 0.9);
}.urCYpcontact_panel form .Nakhrrequest_list {
    width: 100%;
}}



@media (max-width: 480px) {.rPNAxfollow {
    padding: 2rem 0.8rem;
}.rPNAxfollow .CNeZainquiry_request {
    padding: 1.5rem;
    transform: none;
}.rPNAxfollow h3 {
    font-size: calc(20px * 0.8);
    transform: none;
    text-align: center;
    padding-left: 0;
}.rPNAxfollow h3::before {
    top: -10px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    height: 5px;
}.rPNAxfollow .input_holder {
    transform: none;
}.rPNAxfollow input[type="email"] {
    transform: none;
}}



@media screen and (max-width: 576px) {.gQJXTsec_cert .company_holder h3 {
    font-size: 28px;
}.gQJXTsec_cert .VwDdWfirst_pagebar h5 {
    font-size: calc(20px * 1.1);
}.gQJXTsec_cert .VwDdWfirst_pagebar .plyoZtop_sitebar a {
    font-size: calc(17px * 0.9);
}}



@media screen and (max-width: 992px) {.UuMbgmeet_us {
    padding: 90px 0 70px;
}.UuMbgmeet_us::after {
    width: 25%;
}.UuMbgmeet_us h1 {
    margin-bottom: 50px;
}.UuMbgmeet_us .FEqReknowledge_growth ul {
    gap: 30px;
}
}



@media screen and (max-width: 480px) {.UuMbgmeet_us {
    padding: 50px 0 40px;
}.UuMbgmeet_us h1 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.9);
}.UuMbgmeet_us h1::after {
    height: 3px;
    bottom: -10px;
}.UuMbgmeet_us .CAiullearn_classes {
    padding: 25px 20px;
}.UuMbgmeet_us .CAiullearn_classes h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.UuMbgmeet_us .CAiullearn_classes div {
    font-size: calc(15px * 0.95);
    max-height: 250px;
}}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .eUiSyheader_learn svg {
    height: 35px;
}header .VwDdWfirst_pagebar {
    width: 100%;
    max-width: 100%;
}}



@media (max-width: 992px) {.EiTPJeducation_experience .nbgUtclient_testimonials {
    flex-direction: column;
    padding: 20px 0;
    height: auto;
}.EiTPJeducation_experience .UDlknimg_wrap {
    transform: none;
    position: relative;
    border-radius: 20px;
    width: 300px;
    top: auto;
    right: auto;
    margin: 0 auto 30px;
    height: 300px;
}.EiTPJeducation_experience .nbgUtclient_testimonials:hover .UDlknimg_wrap {
    transform: translateY(-10px);
}.EiTPJeducation_experience .name {
    width: 90%;
    transform: none;
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
    top: auto;
    left: auto;
}.EiTPJeducation_experience .nbgUtclient_testimonials:hover .name {
    transform: translateY(-5px);
}.EiTPJeducation_experience .nbgUtclient_testimonials span:not(.name) {
    text-align: center;
    margin: 0 auto 45px;
    width: max-content;
    display: block;
    top: auto;
    transform: none;
    left: auto;
    position: relative;
}.EiTPJeducation_experience .nbgUtclient_testimonials:hover span:not(.name) {
    transform: translateY(-5px);
}.EiTPJeducation_experience .PWmXiwork_section {
    bottom: auto;
    transform: none;
    position: relative;
}.EiTPJeducation_experience .nbgUtclient_testimonials:hover .PWmXiwork_section {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {.TNCcQclient_testimonials {
    padding: 50px 0;
}.TNCcQclient_testimonials::before {
    width: 200%;
    transform: rotate(-10deg);
    left: -50%;
}.TNCcQclient_testimonials h4 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.TNCcQclient_testimonials .iPyVHclient_voices {
    gap: 30px;
    transform: none;
    grid-template-columns: 1fr;
}.TNCcQclient_testimonials .nbgUtclient_testimonials,
    .TNCcQclient_testimonials .nbgUtclient_testimonials:nth-child(odd),
    .TNCcQclient_testimonials .nbgUtclient_testimonials:nth-child(even) {
    padding: 25px 20px 20px;
    transform: none;
}.TNCcQclient_testimonials .UDlknimg_wrap {
    height: 70px;
    width: 70px;
}}



@media (min-width: 992px) {.IUizXwelcome_page {
    padding: 120px 0;
}.IUizXwelcome_page .GlRFYlearn_guides {
    gap: 60px;
}.IUizXwelcome_page h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 30px;
}.IUizXwelcome_page .RumKastart_learn p {
    margin-top: 30px;
    font-size: calc(12px * 1.1);
}.IUizXwelcome_page .UDlknimg_wrap {
    transform: translateY(0) rotate(-3deg);
    height: 450px;
}.IUizXwelcome_page .RumKastart_learn svg {
    height: 100px;
    width: 100px;
}.IUizXwelcome_page .Nakhrrequest_list {
    padding: 16px 32px;
}
}



@media (min-width: 992px) {.TWPmsplan_deck {
    padding: 160px 0;
}.TWPmsplan_deck .eSDrqmember_plans {
    align-items: center;
    gap: 80px;
    flex-direction: row;
}.TWPmsplan_deck .RyxBDprice_plan {
    text-align: left;
    padding: 0;
    flex: 0 0 30%;
}.TWPmsplan_deck .RyxBDprice_plan h2 {
    font-size: calc(33px + 4px);
}.TWPmsplan_deck .RyxBDprice_plan h2::after {
    left: 0;
    transform: none;
}.TWPmsplan_deck .AVwDHcost_deals {
    margin-left: 0;
}.TWPmsplan_deck .LkoRvfee_choices {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (prefers-reduced-motion: no-preference) {.TWPmsplan_deck .vZxoQstudy_costs:active .BOvJFpayment_plans {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}



@media (max-width: 992px) {.MhouftyBlock {
    padding: 5rem 0;
}.MhouftyBlock h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.MhouftyBlock .GlRFYlearn_guides {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.MhouftyBlock {
    padding: 4rem 0;
}.MhouftyBlock h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
    line-height: 1.4;
}.MhouftyBlock .GlRFYlearn_guides {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.MhouftyBlock ul::before {
    left: -15px;
}.MhouftyBlock li::before {
    height: 24px;
    left: -30px;
    width: 24px;
}
}




@media (max-width: 1200px) {.WoSePstatistical_details .nDAoystudy_edge {
    padding: 35px 25px;
    max-width: 250px;
    min-height: 200px;
}.WoSePstatistical_details .nDAoystudy_edge p {
    font-size: 2.8rem;
}.WoSePstatistical_details svg {
    width: 35px;
    height: 35px;
}
}



@media (max-width: 768px) {.WoSePstatistical_details {
    padding: 90px 0;
}.WoSePstatistical_details ul {
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.WoSePstatistical_details .nDAoystudy_edge {
    min-height: 160px;
    padding: 35px 25px;
    max-width: 200px;
}.WoSePstatistical_details .nDAoystudy_edge:hover {
    transform: translateY(-10px) scale(1.05) !important;
}.WoSePstatistical_details .nDAoystudy_edge p {
    font-size: 2.2rem;
}.WoSePstatistical_details h2 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
}.WoSePstatistical_details svg {
    width: 30px;
    height: 30px;
}
}



@media (min-width: 768px) {.smykXservice_info .hXYDainstant_contact {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    padding: 2rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 8px rgba(0, 0, 0, 0.02);
}.smykXservice_info h3 {
    transform: translateX(0);
    grid-column: 1 / -1;
    font-size: calc(33px * 1.1);
}.smykXservice_info .IqKJtlearn_form {
    gap: 2rem;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    flex-direction: row;
}.smykXservice_info p {
    max-width: 95%;
}
}



@media (min-width: 992px) {.smykXservice_info {
    padding: 6rem 0;
}.smykXservice_info .hXYDainstant_contact {
    grid-template-columns: 2fr 1fr;
}.smykXservice_info .IqKJtlearn_form {
    grid-column: auto;
    flex-direction: column;
}
}



@media (max-width: 992px) {.CgxtFsecure_sanctum {
    padding: 5rem 1.5rem;
}.CgxtFsecure_sanctum .container {
    transform: perspective(800px) rotateY(0.3deg);
    padding: 2.5rem;
}.CgxtFsecure_sanctum h1 {
    font-size: calc(44px - 0.2rem);
}.CgxtFsecure_sanctum h2 {
    font-size: calc(33px - 0.1rem);
}
}



@media (max-width: 576px) {.CgxtFsecure_sanctum {
    padding: 3rem 0.8rem;
}.CgxtFsecure_sanctum .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.CgxtFsecure_sanctum h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px - 0.6rem);
    transform: none;
}.CgxtFsecure_sanctum h1::after {
    height: 3px;
    width: 4rem;
}.CgxtFsecure_sanctum h2 {
    font-size: calc(33px - 0.5rem);
    padding-left: 0.7rem;
}.CgxtFsecure_sanctum h3, 
    .CgxtFsecure_sanctum h4 {
    padding-left: 0.5rem;
}.CgxtFsecure_sanctum li {
    padding-left: 1.2rem;
}.CgxtFsecure_sanctum li:hover {
    padding-left: 1.4rem;
}.CgxtFsecure_sanctum p:hover,
    .CgxtFsecure_sanctum li:hover,
    .CgxtFsecure_sanctum h2:hover {
    transform: none;
    padding-left: 0.7rem;
}.CgxtFsecure_sanctum span {
    padding-left: 0.5rem;
}}


@media (max-width: 800px) {.egbfkvisitor_controls {
    flex-direction: column;
    align-items: center;
}.EmGiIcookie_visitor {
    margin-bottom: 10px;
}.aOGxjedu_track {
    margin-bottom: 15px;
    text-align: center;
}.MbkAqcookies_terms {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media screen and (max-width: 767px) {.izIPmcourse_program_info {
    padding: 50px 0;
}.izIPmcourse_program_info .GlRFYlearn_guides {
    padding: 25px;
}.izIPmcourse_program_info .jLIgBnav_prime {
    height: 50px;
    max-width: 150px;
}.izIPmcourse_program_info h3 {
    margin-bottom: 15px;
    font-size: calc(30px - 6px);
    padding-bottom: 10px;
}.izIPmcourse_program_info h3::after {
    height: 2px;
    width: 60px;
}.izIPmcourse_program_info p {
    margin-bottom: 20px;
    font-size: calc(18px - 1px);
}.izIPmcourse_program_info .UDlknimg_wrap {
    min-height: 300px;
}
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(208,202,168);
    }
    50% {
        border-left-color: rgb(177,169,130);
    }
    100% {
        border-left-color: rgb(208,202,168);
    }
}



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



@keyframes slideInTitle {
    from {
        transform: translateX(-15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}




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



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}



@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) rotateX(-3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotateX(-3deg) translateY(-10px);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
}


    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(20px) rotateX(-2deg) translateY(0);
        }
        50% {
            transform: translateZ(20px) rotateX(-2deg) translateY(-7px);
        }
    }


    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(10px) rotateX(-1deg) translateY(0);
        }
        50% {
            transform: translateZ(10px) rotateX(-1deg) translateY(-5px);
        }
    }



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

