* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    margin: auto;
    width: 1269px;
    max-width: 100%;
}.contest_infoDUIK {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.top_baseQfHj {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.wrapper-segmentOiIZ {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksDivBMdC {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(179,173,161,0.5), rgb(212,208,198,0.5));
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.thanksDivBMdC::before {
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(179,173,161,0.5) 0px,
        rgb(179,173,161,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    height: 100%;
    z-index: 1;
}.thanksDivBMdC::after {
    background: radial-gradient(
        circle at center,
        rgb(212,208,198,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    top: -10%;
    content: "";
    right: -10%;
    height: 80%;
    width: 80%;
    opacity: 0.4;
}.thanksDivBMdC .container {
    transform: translateZ(0);
    padding: 0 2rem;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.thanksDivBMdC h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateZ(30px);
    font-size: 36px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 90%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.thanksDivBMdC h2::after {
    transform: scaleX(1);
    width: 8rem;
    transform-origin: left;
    content: "";
    height: 0.3rem;
    bottom: -1rem;
    background: linear-gradient(to right, rgb(212,208,198), rgb(179,173,161));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
}.thanksDivBMdC .value_propBjse {
    transform: translateZ(10px) rotateX(2deg);
    padding: 3rem;
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(212,208,198);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
}.thanksDivBMdC .value_propBjse::before {
    bottom: 1rem;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    border: 1px dashed rgb(179,173,161,0.5);
    content: "";
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    position: absolute;
}.thanksDivBMdC .value_propBjse:hover {
    transform: translateZ(20px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
}.thanksDivBMdC ul {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksDivBMdC li {
    transform: translateZ(5px);
    margin-bottom: 1rem;
    position: relative;
}.thanksDivBMdC li::before {
    background: linear-gradient(135deg, rgb(212,208,198), rgb(179,173,161));
    width: 0.8rem;
    border-radius: 0.2rem;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: -2rem;
    height: 0.8rem;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
}.thanksDivBMdC li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.thanksDivBMdC span {
    color: #000000;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
}.thanksDivBMdC span::after {
    width: 100%;
    background: linear-gradient(to right, rgb(179,173,161,0.5), transparent);
    transform: scaleX(0);
    bottom: -0.8rem;
    position: absolute;
    height: 1px;
    content: "";
    transform-origin: left;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksDivBMdC li:hover span {
    padding-left: 0.5rem;
}.thanksDivBMdC li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.thanksDivBMdC {
    padding: 5rem 0;
}.thanksDivBMdC .value_propBjse {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.thanksDivBMdC h2 {
    transform: translateZ(20px);
    font-size: calc(36px * 0.9);
    max-width: 100%;
}
}

@media (max-width: 767px) {.thanksDivBMdC {
    padding: 4rem 0;
}.thanksDivBMdC .container {
    padding: 0 1.5rem;
}.thanksDivBMdC .value_propBjse {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.thanksDivBMdC h2 {
    margin-bottom: 2rem;
    transform: translateZ(10px);
    font-size: calc(36px * 0.8);
}.thanksDivBMdC h2::after {
    height: 0.25rem;
    width: 6rem;
}.thanksDivBMdC span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 575px) {.thanksDivBMdC {
    padding: 3rem 0;
}.thanksDivBMdC .container {
    padding: 0 1rem;
}.thanksDivBMdC .value_propBjse {
    padding: 1.5rem;
    border-left-width: 3px;
}.thanksDivBMdC h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.thanksDivBMdC h2::after {
    height: 0.2rem;
    width: 5rem;
    bottom: -0.7rem;
}.thanksDivBMdC span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.thanksDivBMdC li::before {
    width: 0.7rem;
    height: 0.7rem;
    left: -1.5rem;
}}header {
    padding: 0;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    background: linear-gradient(to right, #ffffff, rgb(239,238,234));
    position: relative;
}header::before {
    z-index: 0;
    content: '';
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    height: 100%;
}header::after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(212,208,198), rgb(179,173,161));
    height: 100%;
    width: 5px;
}header .container {
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 0;
    z-index: 2;
    width: 100%;
}header .site_headFOKr {
    margin-left: 5px;
    padding: 0.9rem 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .head_mainlZMv {
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
}header .head_mainlZMv:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .head_mainlZMv svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}header .main_prokSsm {
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    align-items: center;
    border-radius: 10px;
    gap: 0.4rem;
    display: flex;
    padding: 0.4rem 0.6rem;
}header .main_prokSsm::before {
    background: linear-gradient(135deg, rgb(212,208,198,0.5), rgb(179,173,161,0.5));
    bottom: -2px;
    z-index: -1;
    content: '';
    right: -2px;
    position: absolute;
    border-radius: calc(10px + 2px);
    left: -2px;
    opacity: 0.5;
    top: -2px;
}header .main_teachBhEn {
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    font-size: 17px;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 0.4rem 0.7rem;
}header .main_teachBhEn::before {
    width: 100%;
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(212,208,198,0.5), rgb(179,173,161,0.5));
    left: 0;
    content: '';
    opacity: 0;
}header .main_teachBhEn:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .main_teachBhEn:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .site_headFOKr {
    padding: 0.8rem 2.5%;
}header .head_mainlZMv svg {
    width: 130px;
}header .main_prokSsm {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .main_teachBhEn {
    font-size: calc(17px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .site_headFOKr {
    margin-left: 3px;
    gap: 0.7rem;
    padding: 0.8rem 2%;
    align-items: flex-start;
    flex-direction: column;
}header .head_mainlZMv {
    padding: 0.4rem;
}header .head_mainlZMv svg {
    width: 120px;
}header .main_prokSsm {
    width: 98%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
}header .main_prokSsm::-webkit-scrollbar {
    height: 2px;
}header .main_prokSsm::-webkit-scrollbar-thumb {
    background: rgb(212,208,198);
    border-radius: 10px;
}header .main_teachBhEn {
    padding: 0.3rem 0.5rem;
    font-size: calc(17px - 1px);
    white-space: nowrap;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .site_headFOKr {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .head_mainlZMv svg {
    width: 110px;
}header .main_prokSsm {
    padding: 0.3rem;
}header .main_teachBhEn {
    font-size: calc(17px - 2px);
    padding: 0.3rem 0.4rem;
}}.title_pagemBlk {
    min-height: 90vh;
    padding: 3rem 0;
    justify-content: center;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(94,170,168,0.05) 100%);
    position: relative;
}.title_pagemBlk::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(94,170,168,0.03) 0px,
        rgba(94,170,168,0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    z-index: 0;
}.title_pagemBlk::after {
    border-radius: 50%;
    z-index: 0;
    top: -5%;
    width: 40%;
    position: absolute;
    content: "";
    height: 40%;
    right: -5%;
    background: radial-gradient(circle at center, rgba(94,170,168,0.1) 0%, transparent 70%);
}.title_pagemBlk h1 {
    transform: translateY(-15px);
    margin-bottom: 2rem;
    animation: fadeSlideDown 0.8s ease-out forwards 0.2s;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #000000;
    opacity: 0;
    font-weight: 600;
    font-size: calc(22px * 1.2);
    letter-spacing: 0.12rem;
}.title_pagemBlk .value_propBjse {
    max-width: 1200px;
    z-index: 2;
    width: 90%;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    margin: 0 auto;
    gap: 2rem;
}.title_pagemBlk .text_cubecvhj {
    opacity: 0;
    padding: 2rem;
    backdrop-filter: blur(8px);
    animation: fadeSlideRight 0.8s ease-out forwards 0.4s;
    transform: translateX(-15px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
}.title_pagemBlk .text_cubecvhj::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,208,198), rgb(179,173,161));
    width: 4px;
}.title_pagemBlk ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.title_pagemBlk li {
    margin-bottom: 2rem;
}.title_pagemBlk .main_openREkZ {
    align-items: center;
    display: flex;
    flex-direction: column;
}.title_pagemBlk svg {
    animation: scaleIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    margin-bottom: 1.5rem;
    width: 120px;
    height: 120px;
    transform: scale(0);
}.title_pagemBlk svg path {
    transform-origin: center;
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title_pagemBlk svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_pagemBlk svg:hover path {
    fill: rgb(212,208,198);
}.title_pagemBlk svg:hover text {
    fill: rgb(212,208,198);
}.title_pagemBlk .main_openREkZ p {
    color: #000000;
    margin-bottom: 1rem;
    opacity: 0;
    max-width: 40rem;
    animation: fadeIn 0.8s ease-out forwards 0.8s;
    line-height: 1.6;
    font-size: 15px;
    text-align: center;
}.title_pagemBlk .feedback_queryJeVn {
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    animation: fadeSlideUp 0.8s ease-out forwards 1s;
    padding: 1rem 2.5rem;
    font-size: 19px;
    opacity: 0;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(212,208,198) 0%, rgb(94,170,168) 100%);
    border: none;
    z-index: 2;
    transform: translateY(20px);
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background 0.3s ease;
    overflow: hidden;
}.title_pagemBlk .feedback_queryJeVn::before {
    width: 100%;
    height: 100%;
    transition: left 0.6s ease;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}.title_pagemBlk .feedback_queryJeVn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.3);
}.title_pagemBlk .feedback_queryJeVn:hover::before {
    left: 100%;
}.title_pagemBlk .img_captionBCEo {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    height: 300px;
    animation: fadeSlideLeft 0.8s ease-out forwards 0.6s;
    transform: translateX(15px);
    opacity: 0;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.title_pagemBlk .img_captionBCEo::after {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, transparent 60%);
    position: absolute;
    height: 100%;
}

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

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

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

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.title_pagemBlk {
    padding: 5rem 0;
}.title_pagemBlk h1 {
    font-size: calc(22px * 1.5);
    margin-bottom: 3rem;
}.title_pagemBlk .value_propBjse {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_pagemBlk .text_cubecvhj {
    padding: 3rem;
}.title_pagemBlk svg {
    height: 150px;
    width: 150px;
}.title_pagemBlk .img_captionBCEo {
    height: 400px;
}
}

@media (min-width: 992px) {.title_pagemBlk {
    min-height: 100vh;
}.title_pagemBlk .value_propBjse {
    gap: 4rem;
}.title_pagemBlk .text_cubecvhj {
    padding: 4rem;
}.title_pagemBlk svg {
    width: 180px;
    height: 180px;
}.title_pagemBlk .img_captionBCEo {
    height: 500px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}.title_pagemBlk .main_openREkZ p {
    font-size: calc(15px * 1.1);
}.title_pagemBlk .feedback_queryJeVn {
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.title_pagemBlk .value_propBjse {
    gap: 5rem;
}.title_pagemBlk h1 {
    font-size: calc(22px * 1.8);
}.title_pagemBlk .img_captionBCEo {
    height: 550px;
}.title_pagemBlk .text_cubecvhj::before {
    width: 6px;
}
}

@media (max-width: 767px) {.title_pagemBlk .value_propBjse {
    display: flex;
    flex-direction: column-reverse;
}.title_pagemBlk .img_captionBCEo {
    margin-bottom: 1.5rem;
}.title_pagemBlk .text_cubecvhj {
    padding: 1.5rem;
}.title_pagemBlk h1 {
    font-size: calc(22px * 1.1);
}.title_pagemBlk .main_openREkZ p {
    font-size: calc(15px * 0.95);
}.title_pagemBlk .feedback_queryJeVn {
    font-size: calc(19px * 0.9);
    padding: 0.8rem 2rem;
}}.pricing_menuNYGn {
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.pricing_menuNYGn::before {
    z-index: 1;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
}.pricing_menuNYGn .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.payment_optionzMHi {
    position: relative;
}.pricing_menuNYGn h2 {
    transform: translateY(0);
    margin-bottom: 1.5rem;
    text-align: center;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    font-size: 28px;
    font-weight: 700;
}.pricing_menuNYGn h2::after {
    background: linear-gradient(90deg, rgb(212,208,198), rgb(179,173,161));
    bottom: -15px;
    position: absolute;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
}.pricing_menuNYGn .package_ratesIBHP {
    opacity: 0.9;
    margin: 0 auto 3rem;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    font-size: calc(17px * 1.1);
    text-align: center;
    line-height: 1.6;
}.pricing_menuNYGn .study_costopcV {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    padding: 0;
    gap: 30px;
    margin: 0;
}.pricing_menuNYGn .study_costopcV li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_menuNYGn .offer_boxuZHw {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
}.pricing_menuNYGn .offer_boxuZHw::before {
    content: "";
    inset: 0;
    opacity: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(212,208,198,0.5) 0%, 
        transparent 100%);
    transition: opacity 0.4s ease-out;
}.pricing_menuNYGn .offer_boxuZHw:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.pricing_menuNYGn .offer_boxuZHw:hover::before {
    opacity: 0.15;
}.pricing_menuNYGn .cost_ratesintO {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 2.5rem 2rem;
}.pricing_menuNYGn .rate_choiceeKdT {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_menuNYGn .rate_choiceeKdT h4 {
    color: #ffffff;
    font-size: calc(24px * 1.2);
    margin-bottom: 1.5rem;
    position: relative;
    margin-top: 0;
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    display: inline-block;
}.pricing_menuNYGn .rate_choiceeKdT h4::after {
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    transform: scaleX(1);
    background: rgb(179,173,161);
    bottom: -8px;
    height: 2px;
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_menuNYGn .offer_boxuZHw:hover .rate_choiceeKdT h4::after {
    transform: scaleX(1.5);
}.pricing_menuNYGn .rate_choiceeKdT p {
    overflow-y: auto;
    flex-grow: 1;
    max-height: 300px;
    line-height: 1.6;
    padding-right: 5px;
    margin-bottom: 2rem;
    font-size: 17px;
    word-wrap: break-word;
    transform: translateZ(10px);
    hyphens: auto;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
}.pricing_menuNYGn .rate_choiceeKdT p::-webkit-scrollbar {
    width: 4px;
}.pricing_menuNYGn .rate_choiceeKdT p::-webkit-scrollbar-thumb {
    background: rgb(179,173,161,0.5);
    border-radius: 10px;
}.pricing_menuNYGn .promo_planshkTV {
    background: linear-gradient(135deg, 
        rgb(212,208,198) 0%, 
        rgb(179,173,161) 100%);
    color: #ffffff;
    font-weight: 700;
    align-self: flex-start;
    margin-top: auto;
    display: inline-block;
    transform: translateZ(15px);
    font-size: calc(24px * 1.2);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0.8rem 1.5rem;
}.pricing_menuNYGn .offer_boxuZHw:hover .promo_planshkTV {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

@media (max-width: 1200px) {.pricing_menuNYGn {
    padding: 100px 0;
}.pricing_menuNYGn .study_costopcV {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_menuNYGn {
    padding: 80px 0;
}.pricing_menuNYGn .cost_ratesintO {
    padding: 2rem 1.5rem;
}.pricing_menuNYGn .rate_choiceeKdT h4 {
    font-size: calc(24px * 1.1);
}.pricing_menuNYGn .promo_planshkTV {
    font-size: calc(24px * 1.1);
    padding: 0.7rem 1.2rem;
}
}

@media (max-width: 768px) {.pricing_menuNYGn {
    padding: 60px 0;
}.pricing_menuNYGn h2 {
    font-size: calc(28px * 0.9);
}.pricing_menuNYGn .package_ratesIBHP {
    margin-bottom: 2rem;
    font-size: 17px;
}.pricing_menuNYGn .study_costopcV {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.pricing_menuNYGn .rate_choiceeKdT p {
    font-size: calc(17px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.pricing_menuNYGn {
    padding: 50px 0;
}.pricing_menuNYGn h2 {
    font-size: calc(28px * 0.8);
}.pricing_menuNYGn .cost_ratesintO {
    padding: 1.5rem 1.2rem;
}.pricing_menuNYGn .rate_choiceeKdT h4 {
    margin-bottom: 1.2rem;
    font-size: 24px;
}.pricing_menuNYGn .promo_planshkTV {
    font-size: 24px;
    padding: 0.6rem 1rem;
}.pricing_menuNYGn .offer_boxuZHw:hover {
    transform: translateY(-5px);
}}.try_immediatelyBIku {
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 7rem 0;
    background: linear-gradient(120deg, rgb(212,208,198) 0%, rgb(179,173,161) 100%);
    position: relative;
    transform-style: preserve-3d;
}.try_immediatelyBIku::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    left: 0;
    z-index: 1;
}.try_immediatelyBIku::after {
    position: absolute;
    height: 200%;
    content: "";
    z-index: 0;
    opacity: 0.4;
    animation: constellation 60s linear infinite;
    top: -50%;
    left: -50%;
    width: 200%;
}.try_immediatelyBIku .container {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    transform: translateZ(30px);
    align-items: center;
}.try_immediatelyBIku h6 {
    transform: translateY(-10px);
    animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
    letter-spacing: 0.015em;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    max-width: 800px;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(20px * 1.25);
}.try_immediatelyBIku div > span {
    transform: perspective(1000px) rotateX(10deg);
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
}.try_immediatelyBIku div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}.try_immediatelyBIku .feedback_queryJeVn {
    border-radius: 10px;
    transform: translateY(-5px);
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    letter-spacing: 0.05em;
    color: rgb(212,208,198);
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    padding: 1rem 2.5rem;
    background: #ffffff;
    border: none;
    text-decoration: none;
    display: inline-block;
}.try_immediatelyBIku .feedback_queryJeVn::before {
    left: -10%;
    height: 120%;
    transform: translateX(-100%);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 120%;
    position: absolute;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    top: -10%;
    content: "";
}.try_immediatelyBIku .feedback_queryJeVn:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    color: rgb(179,173,161);
    transform: translateY(-2px);
}.try_immediatelyBIku .feedback_queryJeVn:hover::before {
    transform: translateX(100%);
}.try_immediatelyBIku .feedback_queryJeVn span {
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
}.try_immediatelyBIku .feedback_queryJeVn:hover span {
    transform: scale(1.05);
}.try_immediatelyBIku div {
    justify-content: center;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 1200px) {.try_immediatelyBIku {
    padding: 6rem 0;
}.try_immediatelyBIku h6 {
    max-width: 700px;
    font-size: calc(20px * 1.15);
}
}

@media (max-width: 992px) {.try_immediatelyBIku {
    padding: 5rem 0;
}.try_immediatelyBIku h6 {
    max-width: 600px;
    margin-bottom: 2.5rem;
    font-size: 20px;
}
}

@media (max-width: 768px) {.try_immediatelyBIku {
    padding: 4rem 0;
}.try_immediatelyBIku .container {
    padding: 0 1.5rem;
}.try_immediatelyBIku h6 {
    font-size: calc(20px * 0.95);
    max-width: 100%;
    margin-bottom: 2rem;
}.try_immediatelyBIku .feedback_queryJeVn {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.try_immediatelyBIku {
    padding: 3.5rem 0;
}.try_immediatelyBIku .container {
    padding: 0 1rem;
}.try_immediatelyBIku h6 {
    line-height: 1.5;
    margin-bottom: 1.75rem;
    font-size: calc(20px * 0.9);
}.try_immediatelyBIku .feedback_queryJeVn {
    padding: 0.8rem 1.8rem;
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 375px) {.try_immediatelyBIku {
    padding: 3rem 0;
}.try_immediatelyBIku h6 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.85);
}.try_immediatelyBIku .feedback_queryJeVn {
    padding: 0.75rem 1.6rem;
    font-size: calc(20px * 0.9);
}
}

@media (hover: none) {.try_immediatelyBIku div > span {
    transform: none !important;
}.try_immediatelyBIku .feedback_queryJeVn:hover {
    transform: none;
}.try_immediatelyBIku .feedback_queryJeVn:hover span {
    transform: none;
}}.cookie_warning_messagesHWz {
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
    background-color: rgb(239,238,234);
    bottom: 0;
    border-top: 1px solid rgb(212,208,198);
    padding: 20px 0;
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}.cookie_warning_messagesHWz .cookie_disclaimeryIxZ {
    transform-origin: center;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
}.cookie_warning_messagesHWz .cookie_disclaimeryIxZ svg {
    fill: rgb(212,208,198);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_warning_messagesHWz .cookie_listvXNQ {
    flex-grow: 1;
}.cookie_warning_messagesHWz .cookie_listvXNQ h5 {
    font-size: 20px;
    color: rgb(212,208,198);
    margin-bottom: 6px;
}.cookie_warning_messagesHWz .cookie_listvXNQ p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}.cookie_warning_messagesHWz .track_barBRLt {
    margin-top: 20px;
    font-size: 15px;
    padding: 10px 20px;
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: rgb(212,208,198);
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    color: #ffffff;
}.cookie_warning_messagesHWz .track_barBRLt:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_warning_messagesHWz .track_barBRLt:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_warning_messagesHWz .cookie_disclaimeryIxZ {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_warning_messagesHWz .track_barBRLt {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#userPrivacyDialogzYco {
    display: none;
}#userPrivacyDialogzYco:checked ~ .cookie_warning_messagesHWz {
    opacity: 0;
    visibility: hidden;
}.contactsINWC {
    background: linear-gradient(135deg, rgb(212,208,198,0.5) 0%, rgb(179,173,161,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.contactsINWC::before {
    opacity: 0.8;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
}.contactsINWC::after {
    width: 90%;
    position: absolute;
    border-radius: 50%;
    animation: pulse 20s infinite alternate;
    opacity: 0.1;
    background: radial-gradient(ellipse at center, rgb(212,208,198,0.5) 0%, transparent 70%);
    top: -50%;
    height: 90%;
    right: -50%;
    content: '';
    z-index: 0;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}
.contactsINWC .container {
    position: relative;
    z-index: 1;
}.contactsINWC .contact_questionmPVx {
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 22px;
    padding: 3.5rem;
    transform: translateZ(0);
}.contactsINWC .contact_questionmPVx::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(212,208,198) 0%, rgb(179,173,161) 100%);
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}.contactsINWC .contact_questionmPVx::after {
    background-size: 20px 20px;
    height: 30%;
    position: absolute;
    opacity: 0.07;
    z-index: -1;
    right: 0;
    content: '';
    width: 30%;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(212,208,198,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(179,173,161,0.5) 50%, transparent 51%);
    background-position: center center;
    bottom: 0;
}.contactsINWC .contact_questionmPVx h3 {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 38px;
    font-weight: 700;
    color: rgb(212,208,198);
    padding-bottom: 1.5rem;
}.contactsINWC .contact_questionmPVx h3::after {
    height: 3px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(212,208,198) 0%, rgb(179,173,161) 100%);
    bottom: 0;
    content: '';
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
}.contactsINWC .online_contactQtZq {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: calc(15px * 1.1);
    max-width: 80%;
}.contactsINWC .help_nowXJxm {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 22px;
    border: 1px solid rgba(rgb(212,208,198,0.5), 0.1);
    background-color: rgba(rgb(239,238,234), 0.03);
    width: 100%;
    padding: 2rem;
    gap: 2rem;
}.contactsINWC .help_nowXJxm::after {
    border-right: 2px solid rgb(212,208,198,0.5);
    width: 20px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 20px;
    border-bottom: 2px solid rgb(212,208,198,0.5);
    content: '';
}.contactsINWC .help_nowXJxm > span {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.contactsINWC .help_nowXJxm > span::before {
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(212,208,198);
    top: 0;
    position: absolute;
    box-shadow: 0 0 0 3px rgb(212,208,198,0.5);
}.contactsINWC .help_nowXJxm > span svg {
    position: absolute;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0.1rem;
    opacity: 0.9;
    fill: rgb(212,208,198);
}.contactsINWC .help_nowXJxm > span:hover svg {
    transform: scale(1.1) rotate(5deg);
    fill: rgb(179,173,161);
}.contactsINWC .help_nowXJxm > span svg path {
    transition: stroke-width 0.3s ease;
    stroke-width: 0.5;
    stroke: #ffffff;
}.contactsINWC .help_nowXJxm > span:hover svg path {
    stroke-width: 1;
}.contactsINWC .help_nowXJxm p {
    line-height: 1.4;
    font-weight: 400;
    color: #000000;
    margin: 0;
    font-size: 15px;
}.contactsINWC .help_nowXJxm span > span {
    color: #000000;
    margin-top: 0.3rem;
    position: relative;
    padding-bottom: 3px;
    display: inline-flex;
    font-weight: 600;
    align-items: center;
}.contactsINWC .help_nowXJxm span > span svg {
    fill: rgb(212,208,198);
    height: 16px;
    left: auto;
    position: relative;
    margin-right: 0.5rem;
    opacity: 0.8;
    top: auto;
    width: 16px;
    transition: all 0.3s ease;
}.contactsINWC .help_nowXJxm span:hover > span svg {
    fill: rgb(179,173,161);
    transform: translateX(3px);
}.contactsINWC .help_nowXJxm span > span::after {
    content: '';
    left: 0;
    transition: width 0.3s ease-in-out;
    width: 0;
    position: absolute;
    background-color: rgb(212,208,198);
    height: 1px;
    bottom: 0;
}.contactsINWC .help_nowXJxm span:hover > span::after {
    width: 100%;
}.contactsINWC .help_nowXJxm a {
    display: inline-flex;
    color: rgb(212,208,198);
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    align-items: center;
}.contactsINWC .help_nowXJxm a svg {
    margin-right: 0.5rem;
    position: relative;
    width: 14px;
    fill: rgb(212,208,198);
    height: 14px;
    transition: all 0.3s ease;
}.contactsINWC .help_nowXJxm a:hover {
    transform: translateX(3px);
    color: rgb(179,173,161);
}.contactsINWC .help_nowXJxm a:hover svg {
    transform: rotate(15deg);
    fill: rgb(179,173,161);
}.contactsINWC .edu_talkFmzR {
    background-color: rgba(rgb(239,238,234), 0.05);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    grid-column: span 2;
    position: relative;
    border: 1px dashed rgba(rgb(212,208,198,0.5), 0.2);
}.contactsINWC .edu_talkFmzR::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    z-index: -1;
    opacity: 0.03;
    background-size: 20px 20px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(212,208,198,0.5) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 48%, rgb(179,173,161,0.5) 49%, transparent 51%);
    position: absolute;
    left: 0;
}.contactsINWC .edu_talkFmzR h4 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: rgb(212,208,198);
    padding-bottom: 8px;
    font-size: 23px;
}.contactsINWC .edu_talkFmzR h4 svg {
    fill: rgb(212,208,198);
    width: 20px;
    height: 20px;
    transition: transform 0.5s ease;
    margin-right: 0.75rem;
}.contactsINWC .edu_talkFmzR:hover h4 svg {
    transform: rotate(360deg);
}.contactsINWC .edu_talkFmzR h4::after {
    width: 40px;
    position: absolute;
    left: 0;
    background-color: rgb(212,208,198);
    content: '';
    bottom: 0;
    height: 2px;
    border-radius: 10px;
}.contactsINWC .edu_talkFmzR span {
    color: #000000;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    font-size: calc(15px * 0.95);
}.contactsINWC .edu_talkFmzR span svg {
    left: 0;
    opacity: 0.8;
    width: 10px;
    top: 50%;
    transition: transform 0.3s ease;
    fill: rgb(179,173,161);
    transform: translateY(-50%);
    height: 10px;
    position: absolute;
}.contactsINWC .edu_talkFmzR span:hover svg {
    transform: translateY(-50%) scale(1.2);
}.contactsINWC .edu_talkFmzR span::before {
    display: none;
}
@media (min-width: 992px) {.contactsINWC .help_nowXJxm {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.contactsINWC {
    padding: 8rem 0;
}.contactsINWC .contact_questionmPVx {
    padding: 4rem 5rem;
}.contactsINWC .contact_questionmPVx h3 {
    font-size: calc(38px * 1.1);
}.contactsINWC .help_nowXJxm::before,
    .contactsINWC .help_nowXJxm::after {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 991px) {.contactsINWC {
    padding: 5rem 0;
}.contactsINWC .contact_questionmPVx {
    padding: 3rem;
}.contactsINWC .online_contactQtZq {
    max-width: 90%;
}.contactsINWC .help_nowXJxm > span svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 767px) {.contactsINWC {
    padding: 4rem 0;
}.contactsINWC .contact_questionmPVx {
    padding: 2.5rem;
}.contactsINWC .help_nowXJxm {
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.contactsINWC .edu_talkFmzR {
    grid-column: span 1;
}.contactsINWC .online_contactQtZq {
    max-width: 100%;
    font-size: 15px;
}.contactsINWC .contact_questionmPVx h3 {
    font-size: 38px;
}.contactsINWC .help_nowXJxm > span svg {
    width: 16px;
    height: 16px;
    left: -0.3rem;
}.contactsINWC .edu_talkFmzR h4 svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 575px) {.contactsINWC {
    padding: 3rem 0;
}.contactsINWC .contact_questionmPVx {
    padding: 2rem 1.5rem;
}.contactsINWC .help_nowXJxm {
    padding: 1rem;
}.contactsINWC .edu_talkFmzR {
    padding: 1.2rem;
}.contactsINWC .contact_questionmPVx h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.contactsINWC .online_contactQtZq {
    margin-bottom: 2rem;
}.contactsINWC .help_nowXJxm > span {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}.contactsINWC .help_nowXJxm > span svg {
    width: 14px;
    left: -0.2rem;
    height: 14px;
}.contactsINWC .edu_talkFmzR span svg {
    width: 8px;
    height: 8px;
}.contactsINWC .edu_talkFmzR h4 svg {
    width: 16px;
    height: 16px;
}}
.contactsINWC .contact_questionmPVx {
    animation: slide-up 1s ease-out forwards;
    opacity: 0;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.contactsINWC .help_nowXJxm > span {
    opacity: 0;
    animation: fade-in 0.5s ease-out forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
}.contactsINWC .help_nowXJxm > span:nth-child(1) {
    --i: 1;
}.contactsINWC .help_nowXJxm > span:nth-child(2) {
    --i: 2;
}.contactsINWC .help_nowXJxm > span:nth-child(3) {
    --i: 3;
}.contactsINWC .help_nowXJxm > span:nth-child(4) {
    --i: 4;
}.contactsINWC .help_nowXJxm > span:nth-child(5) {
    --i: 5;
}.contactsINWC .help_nowXJxm > span:nth-child(6) {
    --i: 6;
}@keyframes fade-in {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.contactsINWC .container::before {
    content: '';
    z-index: -1;
    border-radius: 50%;
    top: -10%;
    height: 200px;
    background: linear-gradient(135deg, rgb(212,208,198,0.5) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    filter: blur(30px);
    left: -5%;
    width: 200px;
}.contactsINWC .container::after {
    right: -5%;
    filter: blur(25px);
    background: linear-gradient(135deg, rgb(179,173,161,0.5) 0%, transparent 70%);
    width: 180px;
    bottom: -10%;
    position: absolute;
    border-radius: 50%;
    height: 180px;
    z-index: -1;
    animation: float 12s ease-in-out infinite reverse;
    content: '';
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.contactsINWC .help_nowXJxm {
    overflow: hidden;
    position: relative;
}.training_structureBJZS {
    position: relative;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.training_structureBJZS::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(212,208,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(179,173,161,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    top: 0;
}.training_structureBJZS::after {
    position: absolute;
    height: 300px;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(212,208,198,0.5) 0%, transparent 70%);
    width: 300px;
    content: "";
    filter: blur(60px);
    top: -5%;
    right: -5%;
    opacity: 0.2;
    z-index: 0;
}.training_structureBJZS .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.training_structureBJZS .value_propBjse {
    display: flex;
    position: relative;
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}.training_structureBJZS .value_propBjse > div {
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 50px 60px;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    max-width: 800px;
}.training_structureBJZS .value_propBjse > div::before {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(212,208,198) 0%, 
        rgb(179,173,161) 50%, 
        rgb(212,208,198) 100%);
    animation: gradientFlow 6s ease infinite;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background-size: 200% 100%;
}.training_structureBJZS .value_propBjse > div::after {
    position: absolute;
    left: 5%;
    background: #ffffff;
    bottom: -10px;
    height: 10px;
    z-index: -1;
    opacity: 0.7;
    content: "";
    width: 90%;
    filter: blur(10px);
}.training_structureBJZS h3 {
    font-weight: 700;
    font-size: 30px;
    transition: transform 0.5s ease-out;
    display: inline-block;
    position: relative;
    transform: translateY(0);
    margin-bottom: 25px;
    color: #000000;
    animation: fadeSlideUp 0.8s ease-out forwards;
}.training_structureBJZS h3::after {
    background: rgb(212,208,198);
    transform: scaleX(0);
    transform-origin: left;
    height: 2px;
    width: 60px;
    animation: expandWidth 0.8s 0.4s ease-out forwards;
    content: "";
    left: 0;
    position: absolute;
    bottom: -5px;
}.training_structureBJZS p {
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    animation: fadeSlideUp 0.8s 0.2s ease-out forwards;
    margin-bottom: 0;
    position: relative;
}.training_structureBJZS p span {
    position: relative;
    display: block;
}.training_structureBJZS p span::before {
    color: rgb(212,208,198,0.5);
    left: -10px;
    position: absolute;
    top: -40px;
    opacity: 0.2;
    font-family: serif;
    z-index: -1;
    content: "";
    font-size: 120px;
}.training_structureBJZS .value_propBjse:hover > div {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) translateZ(30px);
}.training_structureBJZS .value_propBjse:hover h3 {
    color: rgb(212,208,198);
    transform: translateY(-3px);
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes expandWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

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

@keyframes backgroundShift {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

@media screen and (max-width: 992px) {.training_structureBJZS {
    padding: 80px 0;
}.training_structureBJZS .value_propBjse > div {
    padding: 40px 35px;
}.training_structureBJZS h3 {
    font-size: calc(30px * 0.9);
}
}

@media screen and (max-width: 768px) {.training_structureBJZS {
    padding: 60px 0;
}.training_structureBJZS .value_propBjse > div {
    padding: 35px 30px;
}.training_structureBJZS h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 20px;
}.training_structureBJZS p {
    font-size: calc(13px * 0.95);
}.training_structureBJZS .value_propBjse > div::before {
    height: 2px;
}
}

@media screen and (max-width: 576px) {.training_structureBJZS {
    padding: 50px 0;
}.training_structureBJZS .value_propBjse > div {
    padding: 30px 20px;
}.training_structureBJZS h3 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.7);
}.training_structureBJZS p {
    font-size: calc(13px * 0.9);
    line-height: 1.7;
}.training_structureBJZS h3::after {
    width: 40px;
}.training_structureBJZS p span::before {
    top: -30px;
    font-size: 80px;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(90deg, #000000 0%, rgb(212,208,198) 150%);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.92;
    content: '';
    z-index: 1;
    right: 0;
}.contest_infoDUIK {
    padding: 70px 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 2;
}.contest_infoDUIK .container {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}.contest_infoDUIK .company_holder {
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 30px;
    border-radius: 12px 0 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.contest_infoDUIK .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.contest_infoDUIK .company_holder::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(212,208,198);
    width: 100%;
    height: 5px;
}.contest_infoDUIK .company_holder h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.contest_infoDUIK .company_holder h3::after {
    width: 60px;
    background: rgb(179,173,161);
    position: absolute;
    left: 0;
    content: '';
    bottom: -8px;
    height: 3px;
}.contest_infoDUIK .mobile_ctaxikY {
    color: #ffffff;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.contest_infoDUIK .conduct_codelDwK {
    position: relative;
}.contest_infoDUIK .head_sitekUvB {
    justify-content: space-between;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}.contest_infoDUIK .main_prokSsm {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.contest_infoDUIK .main_prokSsm h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    border-left: 3px solid rgb(212,208,198);
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
    position: relative;
}.contest_infoDUIK .main_prokSsm .head_sitekUvB {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.contest_infoDUIK .main_prokSsm .head_sitekUvB a {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}.contest_infoDUIK .main_prokSsm .head_sitekUvB a::before {
    left: 0;
    z-index: -1;
    width: 0;
    content: '';
    top: 0;
    height: 100%;
    background: rgb(212,208,198,0.5);
    transition: width 0.3s ease;
    position: absolute;
}.contest_infoDUIK .main_prokSsm .head_sitekUvB a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.contest_infoDUIK .main_prokSsm .head_sitekUvB a:hover::before {
    width: 100%;
}.donate_booksIcma {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    padding: 20px 0;
    margin-top: 50px;
}.donate_booksIcma .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.donate_booksIcma .webinar_ctapdkW {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    right: 0;
    background-size: 40px 40px;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 992px) {.contest_infoDUIK .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.contest_infoDUIK {
    padding: 50px 0;
}.contest_infoDUIK .main_prokSsm {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.contest_infoDUIK {
    padding: 40px 0;
}.contest_infoDUIK .company_holder h3 {
    font-size: calc(34px * 0.8);
}.contest_infoDUIK .main_prokSsm h5 {
    font-size: calc(23px * 0.9);
}.contest_infoDUIK .main_prokSsm .head_sitekUvB a,
    .contest_infoDUIK .footer_agreement {
    font-size: calc(13px * 0.95);
}}

.donate_booksIcma::before {
    content: '';
    left: 0;
    width: 100%;
    opacity: 0.2;
    top: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.client_feedbackNwDJ {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(212,208,198,0.5) 100%);
    padding: 6rem 0;
}.client_feedbackNwDJ::before {
    top: 0;
    position: absolute;
    opacity: 0.15;
    background: repeating-linear-gradient(45deg, rgb(179,173,161,0.5) 0px, transparent 10px, transparent 20px);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.client_feedbackNwDJ .container {
    position: relative;
    z-index: 2;
}.client_feedbackNwDJ h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3.5rem;
    display: inline-block;
    transform: skew(-5deg);
    position: relative;
}.client_feedbackNwDJ h2::after {
    content: "";
    transform: translateX(10%);
    background: linear-gradient(90deg, rgb(212,208,198) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 80%;
    bottom: -10px;
    height: 4px;
}.client_feedbackNwDJ .success_opinionsAamb {
    transform: rotate(-2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
}.client_feedbackNwDJ .student_quotesQkPb {
    overflow: hidden;
    position: relative;
    transform: rotate(2deg);
    border-radius: 26px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 2rem;
    background: #ffffff;
    flex-direction: column;
}.client_feedbackNwDJ .student_quotesQkPb::before {
    transform-origin: top;
    top: 0;
    content: "";
    transform: scaleY(0);
    transition: transform 0.4s ease;
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,208,198), rgb(179,173,161));
    position: absolute;
    left: 0;
    width: 5px;
}.client_feedbackNwDJ .student_quotesQkPb:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.client_feedbackNwDJ .student_quotesQkPb:hover::before {
    transform: scaleY(1);
}.client_feedbackNwDJ .student_quotesQkPb:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.client_feedbackNwDJ .student_quotesQkPb:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.client_feedbackNwDJ .student_quotesQkPb:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.client_feedbackNwDJ .student_quotesQkPb:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.client_feedbackNwDJ .student_quotesQkPb img {
    object-fit: cover;
    height: 80px;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    width: 80px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    transform: translateX(-10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.client_feedbackNwDJ .student_quotesQkPb:hover img {
    transform: translateX(0) scale(1.05);
    border-color: rgb(212,208,198,0.5);
}.client_feedbackNwDJ .student_quotesQkPb p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 0;
    font-size: calc(14px * 1.1);
}.client_feedbackNwDJ .student_quotesQkPb .description {
    font-size: 14px;
    padding-top: 1rem;
    position: relative;
    margin-top: 0.5rem;
    color: #000000;
    font-weight: 400;
}.client_feedbackNwDJ .student_quotesQkPb .description::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 50px;
    content: "";
    transition: all 0.3s ease;
    background: rgb(179,173,161,0.5);
    height: 3px;
}.client_feedbackNwDJ .student_quotesQkPb:hover .description::before {
    width: 80px;
    background: rgb(212,208,198);
}

@media (max-width: 991px) {.client_feedbackNwDJ {
    padding: 4rem 0;
}.client_feedbackNwDJ h2 {
    text-align: center;
    width: 100%;
    transform: skew(0);
}.client_feedbackNwDJ h2::after {
    width: 60%;
    transform: none;
    left: 20%;
}.client_feedbackNwDJ .success_opinionsAamb {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    transform: rotate(0);
}
}

@media (max-width: 767px) {.client_feedbackNwDJ {
    padding: 3rem 0;
}.client_feedbackNwDJ h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.client_feedbackNwDJ .success_opinionsAamb {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_feedbackNwDJ .student_quotesQkPb,
    .client_feedbackNwDJ .student_quotesQkPb:nth-child(odd),
    .client_feedbackNwDJ .student_quotesQkPb:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.client_feedbackNwDJ .student_quotesQkPb:hover,
    .client_feedbackNwDJ .student_quotesQkPb:nth-child(odd):hover,
    .client_feedbackNwDJ .student_quotesQkPb:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.client_feedbackNwDJ .student_quotesQkPb img {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.client_feedbackNwDJ h2 {
    font-size: calc(31px * 0.8);
}.client_feedbackNwDJ .student_quotesQkPb {
    padding: 1.25rem;
}}.contact_informationYxtf {
    overflow: hidden;
    position: relative;
    background: rgb(239,238,234);
    padding: 100px 0;
}.contact_informationYxtf::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,208,198,0.5) 0,
        rgb(212,208,198,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    top: 0;
    height: 100%;
}.contact_informationYxtf::after {
    left: 0;
    background-size: 30px 30px;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-image: 
        linear-gradient(rgb(179,173,161,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(179,173,161,0.5) 1px, transparent 1px);
    opacity: 0.07;
    width: 100%;
}.contact_informationYxtf .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
}.contact_informationYxtf h2 {
    margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 28px;
    position: relative;
}.contact_informationYxtf h2::before {
    content: "";
    height: 4px;
    bottom: 0;
    position: absolute;
    background: rgb(212,208,198);
    width: 80px;
    left: calc(50% - 40px);
}.contact_informationYxtf h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    left: calc(50% - 15px);
    background: rgb(179,173,161);
    width: 30px;
}.contact_informationYxtf .help_inquiryHPSY {
    border-radius: 0;
    position: relative;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}.contact_informationYxtf .img_captionBCEo {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}.contact_informationYxtf .img_captionBCEo::before {
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(212,208,198), 0.4), 
        rgba(rgb(179,173,161), 0.4)
    );
    content: "";
    z-index: 1;
    inset: 0;
}.contact_informationYxtf .inquiry_helpNhgI {
    display: flex;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
    justify-content: center;
    flex-direction: column;
}.contact_informationYxtf .inquiry_helpNhgI::before {
    height: 150px;
    top: -75px;
    border-radius: 50%;
    z-index: 0;
    width: 150px;
    right: -75px;
    position: absolute;
    content: "";
    border: 30px solid rgb(212,208,198,0.5);
}.contact_informationYxtf .inquiry_helpNhgI::after {
    background: rgb(179,173,161,0.5);
    left: -50px;
    height: 100px;
    z-index: 0;
    content: "";
    border-radius: 0;
    bottom: -50px;
    width: 100px;
    position: absolute;
    transform: rotate(45deg);
}.contact_informationYxtf form {
    z-index: 2;
    position: relative;
}.contact_informationYxtf form h3 {
    color: #000000;
    font-size: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
}.contact_informationYxtf form h3::after {
    left: 0;
    background: rgb(212,208,198);
    position: absolute;
    bottom: -15px;
    width: 50%;
    height: 2px;
    content: "";
}.contact_informationYxtf form input[type="text"] {
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 17px;
    border: none;
    border-bottom: 2px solid rgb(239,238,234);
    background: transparent;
    padding: 20px 25px;
}.contact_informationYxtf form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(212,208,198);
}.contact_informationYxtf form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_informationYxtf form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_informationYxtf .support_requestCqDy {
    margin-bottom: 40px;
    position: relative;
}.contact_informationYxtf .support_requestCqDy input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_informationYxtf .support_requestCqDy label {
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5;
}.contact_informationYxtf .support_requestCqDy label::before {
    position: absolute;
    width: 22px;
    transition: all 0.3s ease;
    background: transparent;
    height: 22px;
    border: 2px solid rgb(239,238,234);
    top: 0;
    content: "";
    left: 0;
}.contact_informationYxtf .support_requestCqDy input[type="checkbox"]:checked + label::before {
    background: rgb(212,208,198);
    border-color: rgb(212,208,198);
}.contact_informationYxtf .support_requestCqDy input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    left: 8px;
    border-width: 0 2px 2px 0;
}.contact_informationYxtf .support_requestCqDy label a {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(212,208,198);
}.contact_informationYxtf .support_requestCqDy label a::after {
    height: 1px;
    transition: transform 0.3s ease;
    transform-origin: left;
    background: rgb(212,208,198);
    bottom: -1px;
    transform: scaleX(1);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
}.contact_informationYxtf .support_requestCqDy label a:hover {
    color: rgb(179,173,161);
}.contact_informationYxtf .support_requestCqDy label a:hover::after {
    transform: scaleX(0);
    background: rgb(179,173,161);
}.contact_informationYxtf .feedback_queryJeVn {
    transition: all 0.3s ease;
    position: relative;
    font-size: 17px;
    border: none;
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    padding: 18px 40px;
    background: rgb(212,208,198);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    overflow: hidden;
    color: #ffffff;
    width: auto;
}.contact_informationYxtf .feedback_queryJeVn::before {
    content: "";
    transform: skewX(-25deg);
    position: absolute;
    transition: width 0.5s ease;
    top: 0;
    background: rgb(179,173,161);
    left: -10px;
    height: 100%;
    z-index: -1;
    width: 0;
}.contact_informationYxtf .feedback_queryJeVn:hover::before {
    width: 150%;
}.contact_informationYxtf svg {
    fill: none;
    stroke-width: 2;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    stroke: rgb(212,208,198);
}.contact_informationYxtf svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(212,208,198);
}.contact_informationYxtf svg:hover,
.contact_informationYxtf svg:hover path {
    stroke: rgb(179,173,161);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_informationYxtf {
    padding: 80px 0;
}.contact_informationYxtf .img_captionBCEo {
    min-height: 500px;
}.contact_informationYxtf .inquiry_helpNhgI {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_informationYxtf {
    padding: 60px 0;
}.contact_informationYxtf .help_inquiryHPSY {
    flex-direction: column;
}.contact_informationYxtf .img_captionBCEo {
    width: 100%;
    min-height: 300px;
}.contact_informationYxtf .inquiry_helpNhgI {
    width: 100%;
    padding: 40px 30px;
}.contact_informationYxtf form h3 {
    margin-bottom: 30px;
}.contact_informationYxtf form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_informationYxtf .support_requestCqDy {
    margin-bottom: 30px;
}.contact_informationYxtf .feedback_queryJeVn {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact_informationYxtf {
    padding: 50px 0;
}.contact_informationYxtf h2 {
    font-size: calc(28px * 0.85);
}.contact_informationYxtf .help_inquiryHPSY {
    margin-top: 30px;
}.contact_informationYxtf .img_captionBCEo {
    min-height: 200px;
}.contact_informationYxtf .inquiry_helpNhgI {
    padding: 30px 20px;
}.contact_informationYxtf form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact_informationYxtf form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_informationYxtf .support_requestCqDy {
    margin-bottom: 25px;
}.contact_informationYxtf .support_requestCqDy label {
    font-size: calc(16px * 0.9);
}.contact_informationYxtf .feedback_queryJeVn {
    padding: 12px 25px;
}}.learning_impactHWbf {
    background: linear-gradient(120deg, rgb(239,238,234) 0%, rgb(212,208,198,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.learning_impactHWbf::before {
    content: "";
    top: 0;
    background: repeating-radial-gradient(
        circle at 90% 20%,
        rgb(179,173,161,0.5) 0,
        transparent 100px
    );
    width: 100%;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    left: 0;
}.learning_impactHWbf .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.learning_impactHWbf .value_propBjse {
    align-items: center;
    gap: 50px;
    display: flex;
}.learning_impactHWbf .img_captionBCEo {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(239,238,234),
        0 0 0 8px rgb(212,208,198,0.5);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(-2deg);
    position: relative;
    z-index: 1;
    max-width: 40%;
    flex: 0 0 40%;
    border-radius: 20px;
}.learning_impactHWbf .img_captionBCEo:hover {
    transform: rotate(0deg) scale(1.02);
}.learning_impactHWbf .text_cubecvhj {
    position: relative;
    flex: 0 0 52%;
    z-index: 2;
}.learning_impactHWbf .text_cubecvhj::before {
    background: #ffffff;
    border-radius: 20px;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    inset: -20px;
    z-index: -1;
    content: "";
}.learning_impactHWbf .text_cubecvhj::after {
    content: "";
    left: 30px;
    border-radius: 50%;
    position: absolute;
    animation: float 10s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(212,208,198,0.5), rgb(179,173,161,0.5));
    height: 70px;
    z-index: -2;
    opacity: 0.7;
    width: 70px;
    top: -35px;
}.learning_impactHWbf h3 {
    color: #000000;
    margin-bottom: 35px;
    position: relative;
    font-size: 38px;
    font-weight: 700;
}.learning_impactHWbf h3::after {
    bottom: -12px;
    height: 4px;
    width: 30px;
    content: "";
    position: absolute;
    border-radius: 10px;
    left: 0;
    background: rgb(212,208,198);
}.learning_impactHWbf ul {
    margin: 0;
    gap: 16px;
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
}.learning_impactHWbf li {
    padding-left: 10px;
    position: relative;
    transition: all 0.3s ease;
}.learning_impactHWbf li::before {
    opacity: 0;
    background: rgb(212,208,198,0.5);
    top: 50%;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 10px;
    transform: translateY(-50%);
    height: 10px;
    content: "";
    position: absolute;
    left: -5px;
}.learning_impactHWbf li:hover {
    transform: translateX(10px);
}.learning_impactHWbf li:hover::before {
    left: -10px;
    opacity: 1;
}.learning_impactHWbf li p {
    font-size: 16px;
    color: #000000;
    border-radius: 12px;
    background: rgb(239,238,234);
    gap: 16px;
    align-items: center;
    margin: 0;
    padding: 16px 20px;
    line-height: 1.5;
    font-weight: 400;
    display: flex;
    transition: all 0.3s ease;
}.learning_impactHWbf li:hover p {
    background: linear-gradient(to right, rgb(212,208,198,0.5), rgb(239,238,234));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.learning_impactHWbf svg {
    display: flex;
    flex-shrink: 0;
    background: #ffffff;
    justify-content: center;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 5px;
    align-items: center;
    width: 24px;
}.learning_impactHWbf svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,208,198);
}.learning_impactHWbf li:hover svg {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.learning_impactHWbf li:hover svg path {
    fill: rgb(179,173,161);
}

@keyframes float {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10px, -10px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

@media (max-width: 992px) {.learning_impactHWbf {
    padding: 70px 0;
}.learning_impactHWbf .value_propBjse {
    flex-direction: column;
    gap: 70px;
}.learning_impactHWbf .img_captionBCEo {
    max-width: 60%;
    margin: 0 auto;
    flex: none;
}.learning_impactHWbf .text_cubecvhj {
    margin: 0 auto;
    flex: none;
    width: 80%;
}.learning_impactHWbf .text_cubecvhj::after {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 576px) {.learning_impactHWbf {
    padding: 50px 0;
}.learning_impactHWbf .img_captionBCEo {
    max-width: 80%;
}.learning_impactHWbf .text_cubecvhj {
    width: 100%;
}.learning_impactHWbf .text_cubecvhj::before {
    inset: -15px;
}.learning_impactHWbf h3 {
    font-size: 19px;
    margin-bottom: 30px;
}.learning_impactHWbf ul {
    gap: 12px;
}.learning_impactHWbf li p {
    padding: 12px 15px;
}.learning_impactHWbf svg {
    height: 22px;
    padding: 4px;
    width: 22px;
}}.course_program_descriptioniYKz {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.course_program_descriptioniYKz::before {
    content: "";
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
}.course_program_descriptioniYKz::after {
    z-index: 0;
    transform: rotate(-15deg);
    right: -5%;
    top: -5%;
    width: 40%;
    background: linear-gradient(120deg, rgb(212,208,198) 0%, rgb(179,173,161) 100%);
    opacity: 0.05;
    filter: blur(50px);
    position: absolute;
    height: 40%;
    content: "";
}.course_program_descriptioniYKz .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
}.course_program_descriptioniYKz h2 {
    font-size: 31px;
    transform: translateY(20px);
    line-height: 1.3;
    position: relative;
    max-width: 90%;
    opacity: 0;
    color: #000000;
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 3rem;
    font-weight: 700;
}.course_program_descriptioniYKz h2::after {
    transform-origin: left;
    content: "";
    animation: scaleIn 1s 0.3s ease-out forwards;
    width: 80px;
    position: absolute;
    bottom: -1rem;
    height: 4px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(212,208,198) 0%, rgb(179,173,161) 100%);
    left: 0;
}.course_program_descriptioniYKz .skill_planlPSO {
    gap: 2rem;
    opacity: 0;
    flex-direction: column;
    display: flex;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    transform: translateY(0);
}.course_program_descriptioniYKz .img_captionBCEo {
    position: relative;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 350px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}.course_program_descriptioniYKz .img_captionBCEo::before {
    height: 100%;
    z-index: 1;
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    left: 0;
    content: "";
}.course_program_descriptioniYKz .img_captionBCEo:hover {
    transform: translateY(0);
}.course_program_descriptioniYKz .img_captionBCEo:hover::before {
    opacity: 1;
}.course_program_descriptioniYKz .text_cubecvhj {
    gap: 1.5rem;
    background: rgba(255,255,255,0.7);
    transition: transform 0.4s ease;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    flex-direction: column;
    display: flex;
    padding: 2rem;
    position: relative;
}.course_program_descriptioniYKz .text_cubecvhj::before {
    top: 0;
    height: 0;
    background: rgb(212,208,198);
    position: absolute;
    width: 5px;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    left: 0;
}.course_program_descriptioniYKz .text_cubecvhj:hover::before {
    height: 100%;
}.course_program_descriptioniYKz .description {
    max-height: 200px;
    transition: color 0.3s ease;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    overflow-y: auto;
    padding-right: 10px;
    color: #000000;
    position: relative;
}.course_program_descriptioniYKz .description:first-of-type {
    font-weight: 600;
}.course_program_descriptioniYKz .description::-webkit-scrollbar {
    width: 4px;
}.course_program_descriptioniYKz .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.course_program_descriptioniYKz .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(212,208,198), rgb(179,173,161));
    border-radius: 10px;
}

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

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}


@media (min-width: 768px) {.course_program_descriptioniYKz {
    padding: 6rem 0;
}.course_program_descriptioniYKz h2 {
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.course_program_descriptioniYKz .skill_planlPSO {
    flex-direction: row;
    align-items: flex-start;
}.course_program_descriptioniYKz .img_captionBCEo {
    width: 45%;
    flex-shrink: 0;
    height: 450px;
}.course_program_descriptioniYKz .text_cubecvhj {
    padding: 2.5rem;
    width: 55%;
    z-index: 2;
    margin-left: -3rem;
    margin-top: 3rem;
}.course_program_descriptioniYKz .text_cubecvhj:hover {
    transform: translateX(10px);
}.course_program_descriptioniYKz .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_descriptioniYKz {
    padding: 8rem 0;
}.course_program_descriptioniYKz h2 {
    max-width: 70%;
    font-size: calc(31px * 1.2);
}.course_program_descriptioniYKz .img_captionBCEo {
    width: 50%;
    height: 500px;
}.course_program_descriptioniYKz .text_cubecvhj {
    padding: 3rem;
    width: 60%;
    margin-left: -5rem;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
}.course_program_descriptioniYKz .description {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_descriptioniYKz .container {
    padding: 0 2rem;
}.course_program_descriptioniYKz h2 {
    font-size: calc(31px * 1.3);
    margin-bottom: 4rem;
}.course_program_descriptioniYKz .skill_planlPSO {
    gap: 3rem;
}.course_program_descriptioniYKz .img_captionBCEo {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.course_program_descriptioniYKz .img_captionBCEo:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.course_program_descriptioniYKz .text_cubecvhj {
    padding: 3.5rem;
    margin-left: -8rem;
}
}

@media (max-width: 767px) {.course_program_descriptioniYKz {
    padding: 4rem 0;
}.course_program_descriptioniYKz h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.course_program_descriptioniYKz h2::after {
    width: 60px;
    height: 3px;
}.course_program_descriptioniYKz .skill_planlPSO {
    gap: 1.5rem;
}.course_program_descriptioniYKz .img_captionBCEo {
    height: 250px;
}.course_program_descriptioniYKz .text_cubecvhj {
    padding: 1.5rem;
}.course_program_descriptioniYKz .description {
    max-height: 150px;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}header .top_plank {
    background: rgb(212,208,198);
    color:  #ffffff;
}header .top_plank .best_knowledgeKdNU div svg, header .top_plank .best_knowledgeKdNU div svg path {
    fill: #ffffff;
}header .top_plank .best_knowledgeKdNU div span {
    color: #ffffff;
}header .top_plank .best_knowledgeKdNU {
    align-items: center;
    display: flex;
    line-height: 21px;
    font-size: 13px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
}header .top_plank .best_knowledgeKdNU div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .best_knowledgeKdNU div img, header .top_plank .best_knowledgeKdNU div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.company_inforEFA {
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #000000 0%, rgb(212,208,198) 100%);
}.company_inforEFA::before {
    content: "";
    position: absolute;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
}.company_inforEFA::after {
    height: 100%;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
}.company_inforEFA .container {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    padding: 0 20px;
    z-index: 2;
}.company_inforEFA .value_propBjse {
    padding: 60px;
    background: #ffffff;
    grid-template-areas: 
        "director"
        "logo"
        "text";
    border-radius: 0;
    grid-template-rows: auto auto auto;
    position: relative;
    gap: 40px;
    overflow: hidden;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: grid;
}.company_inforEFA .value_propBjse::before {
    position: absolute;
    height: 5px;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(212,208,198);
}.company_inforEFA .class_spacebOWZ {
    align-items: center;
    transform: translateY(0);
    padding-bottom: 30px;
    grid-area: director;
    flex-direction: column;
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
    border-bottom: 1px solid rgba(rgb(212,208,198), 0.1);
}.company_inforEFA .class_spacebOWZ:hover {
    transform: translateY(-5px);
}.company_inforEFA .class_spacebOWZ .img_captionBCEo {
    border: 4px solid #ffffff;
    width: 220px;
    outline: 1px solid rgba(rgb(212,208,198), 0.2);
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 0;
    height: 270px;
    transition: all 0.4s ease;
}.company_inforEFA .path_impactDWqr {
    text-align: center;
    border-left: 4px solid rgb(212,208,198);
    background: rgb(239,238,234);
    margin: 0 auto;
    padding: 15px;
    max-width: 300px;
}.company_inforEFA .legacy_storyalPn {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 1px;
    color: #000000;
    font-size: 23px;
}.company_inforEFA .legacy_storyalPn::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    content: "";
    width: 50px;
    background: rgb(212,208,198);
}.company_inforEFA .about_sectiontKIT {
    font-weight: 300;
    color: #000000;
    margin: 0;
    font-size: 18px;
}.company_inforEFA .academy_trackqltU {
    justify-content: center;
    padding-bottom: 20px;
    align-items: center;
    gap: 20px;
    grid-area: logo;
    border-bottom: 1px solid rgba(rgb(212,208,198), 0.1);
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    background: rgb(239,238,234);
    display: flex;
}.company_inforEFA .academy_trackqltU::before {
    height: 100%;
    width: 4px;
    top: 0;
    content: "";
    position: absolute;
    background: rgb(212,208,198);
    left: 0;
}.company_inforEFA .academy_trackqltU svg {
    transition: transform 0.4s ease;
    fill: rgb(212,208,198);
    height: 60px;
    width: 60px;
}.company_inforEFA .academy_trackqltU svg path {
    fill: rgb(212,208,198);
}.company_inforEFA .text_cubecvhj {
    border: 1px solid rgba(rgb(212,208,198), 0.1);
    max-width: 700px;
    grid-area: text;
    opacity: 0;
    animation-delay: 0.3s;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    transform: translateY(20px);
    animation: slideUp 0.8s ease-out forwards;
}.company_inforEFA .text_cubecvhj::before {
    content: "";
    left: 0;
    background: rgb(212,208,198);
    width: 100%;
    top: 0;
    height: 4px;
    position: absolute;
}.company_inforEFA h2 {
    margin: 0 0 25px 0;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    padding-bottom: 20px;
    font-size: 33px;
}.company_inforEFA h2::after {
    background: rgb(212,208,198);
    animation: pulseWidth 3s ease-in-out infinite;
    left: 50%;
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}.company_inforEFA p {
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-size: 18px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.company_inforEFA {
    padding: 80px 0;
}.company_inforEFA .value_propBjse {
    padding: 50px 40px;
    gap: 35px;
}
}

@media screen and (max-width: 767px) {.company_inforEFA {
    padding: 60px 0;
}.company_inforEFA .value_propBjse {
    gap: 30px;
    padding: 40px 30px;
}.company_inforEFA .class_spacebOWZ .img_captionBCEo {
    width: 180px;
    height: 220px;
}.company_inforEFA h2 {
    font-size: calc(33px * 0.85);
}
}

@media screen and (max-width: 480px) {.company_inforEFA {
    padding: 40px 0;
}.company_inforEFA .value_propBjse {
    padding: 30px 20px;
    gap: 25px;
}.company_inforEFA .class_spacebOWZ .img_captionBCEo {
    height: 180px;
    width: 150px;
}.company_inforEFA .legacy_storyalPn {
    font-size: calc(23px * 0.9);
}.company_inforEFA .about_sectiontKIT {
    font-size: calc(18px * 0.9);
}.company_inforEFA .academy_trackqltU svg {
    height: 50px;
    width: 50px;
}.company_inforEFA h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.8);
}.company_inforEFA p {
    font-size: calc(18px * 0.9);
}}.followofTb {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(212,208,198,0.5), rgb(179,173,161), rgba(0, 0, 0, 0.5));
}.followofTb::before {
    content: "";
    left: -50%;
    transform: rotate(30deg);
    z-index: -1;
    background: radial-gradient(circle at center, transparent 65%, rgba(255, 255, 255, 0.05) 70%, transparent 75%, rgba(255, 255, 255, 0.03) 80%, transparent 85%);
    width: 200%;
    animation: rotateBg 30s linear infinite;
    position: absolute;
    height: 200%;
    top: -50%;
}.followofTb::after {
    animation: floatBg 20s ease-in-out infinite;
    opacity: 0.4;
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
                     radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 70% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 100px 100px, 120px 120px, 80px 80px, 150px 150px;
}.followofTb .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.followofTb .value_propBjse {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    flex-direction: column;
    max-width: 900px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 40px;
    display: flex;
    align-items: center;
}.followofTb .value_propBjse:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.followofTb h3 {
    opacity: 0;
    font-weight: 600;
    transform: translateY(10px);
    max-width: 85%;
    color: #ffffff;
    text-align: center;
    position: relative;
    letter-spacing: 0.02em;
    font-size: calc(19px * 1.1);
    line-height: 1.4;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.followofTb .input_holder {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    max-width: 600px;
    width: 100%;
    transform: translateY(15px);
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
}.followofTb .input_holder div {
    overflow: hidden;
    flex: 1;
    margin-right: 15px;
    position: relative;
}.followofTb .input_holder div::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(212,208,198), rgb(179,173,161));
    transform: scaleX(0);
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    transform-origin: left;
}.followofTb .input_holder div:focus-within::before {
    transform: scaleX(1);
}.followofTb input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.07);
    transition: all 0.3s ease;
    color: #ffffff;
}.followofTb input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}.followofTb input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease;
}.followofTb input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.followofTb .news_alertYVHB {
    border: none;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(212,208,198), rgb(179,173,161));
    font-size: 17px;
    min-width: 160px;
    height: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.03em;
    font-weight: 600;
}.followofTb .news_alertYVHB::before {
    content: "";
    left: -100%;
    width: 100%;
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.followofTb .news_alertYVHB:hover {
    background: linear-gradient(135deg, rgb(179,173,161), rgb(212,208,198));
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.followofTb .news_alertYVHB:hover::before {
    left: 100%;
}.followofTb .news_alertYVHB:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

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

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

@keyframes floatBg {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-10px) translateX(10px);
    }
    50% {
        transform: translateY(5px) translateX(-5px);
    }
    75% {
        transform: translateY(-5px) translateX(5px);
    }
}

@media (max-width: 992px) {.followofTb {
    padding: 60px 0;
}.followofTb .value_propBjse {
    padding: 30px;
}.followofTb h3 {
    max-width: 95%;
    font-size: 19px;
}
}

@media (max-width: 768px) {.followofTb h3 {
    font-size: calc(16px * 1.3);
    margin-bottom: 25px;
}.followofTb .input_holder {
    max-width: 100%;
    flex-direction: column;
}.followofTb .input_holder div {
    margin-right: 0;
    margin-bottom: 15px;
}.followofTb .news_alertYVHB {
    width: 100%;
}.followofTb .value_propBjse {
    padding: 25px 20px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 576px) {.followofTb {
    padding: 40px 0;
}.followofTb h3 {
    font-size: calc(16px * 1.2);
    margin-bottom: 20px;
    line-height: 1.5;
}.followofTb input[type="email"] {
    font-size: calc(16px * 0.95);
    height: 45px;
}.followofTb .news_alertYVHB {
    height: 45px;
    font-size: calc(17px * 0.95);
}.followofTb .value_propBjse {
    padding: 20px 15px;
}
}

@media (min-width: 1400px) {.followofTb .value_propBjse {
    max-width: 1000px;
    padding: 50px;
}.followofTb h3 {
    font-size: calc(19px * 1.2);
}.followofTb .input_holder {
    max-width: 700px;
}
}

@media (prefers-reduced-motion: reduce) {.followofTb::before,
    .followofTb::after,
    .followofTb .value_propBjse,
    .followofTb h3,
    .followofTb .input_holder {
    animation: none;
    transition: none;
}}.secure_stockadexrTE {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.secure_stockadexrTE::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle at 10% 30%, rgb(179,173,161,0.5) 0%, transparent 60%);
    opacity: 0.15;
    top: 0;
}.secure_stockadexrTE::after {
    transform: skewY(-5deg);
    content: "";
    bottom: -10px;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(212,208,198,0.5) 100%);
    width: 50%;
    height: 40%;
    right: -10px;
    z-index: 0;
    opacity: 0.1;
}.secure_stockadexrTE .container {
    z-index: 1;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
}.secure_stockadexrTE h1 {
    border-bottom: 3px solid rgb(179,173,161,0.5);
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    color: rgb(212,208,198);
    transform: translateZ(10px);
    letter-spacing: -0.02em;
    position: relative;
    font-size: 45px;
}.secure_stockadexrTE h1::after {
    width: 60%;
    transform-origin: left;
    animation: lineGrow 1.5s ease-out forwards;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(212,208,198);
    bottom: -3px;
}.secure_stockadexrTE h2 {
    position: relative;
    transform: translateZ(5px);
    padding-left: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    color: #000000;
    font-size: 32px;
}.secure_stockadexrTE h2::before {
    height: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
    width: 0.75rem;
    position: absolute;
    content: "";
    top: 50%;
    background: rgb(179,173,161);
    left: 0;
}.secure_stockadexrTE h3 {
    margin-bottom: 1.25rem;
    position: relative;
    font-size: calc(32px * 0.85);
    padding-left: 1.25rem;
    margin-top: 2.5rem;
    font-weight: 600;
    color: #000000;
}.secure_stockadexrTE h3::before {
    top: 50%;
    left: 0;
    height: 0.6rem;
    content: "";
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(179,173,161,0.5);
    width: 0.6rem;
}.secure_stockadexrTE h4 {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(32px * 0.7);
    font-weight: 600;
    margin-top: 2rem;
    padding-left: 1rem;
    color: #000000;
}.secure_stockadexrTE h4::before {
    height: 0.5rem;
    top: 50%;
    background: rgb(179,173,161,0.5);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    position: absolute;
    content: "";
    left: 0;
    width: 0.5rem;
}.secure_stockadexrTE p {
    position: relative;
    padding-right: 1rem;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    transform: translateZ(0);
}.secure_stockadexrTE p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}.secure_stockadexrTE p strong::after {
    transform: scaleX(0.9);
    background: rgb(179,173,161,0.5);
    left: 0;
    height: 2px;
    content: "";
    transform-origin: left;
    bottom: -2px;
    position: absolute;
    width: 100%;
}.secure_stockadexrTE ul {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 1.5rem 0 2.5rem 1.5rem;
}.secure_stockadexrTE ul::before {
    width: 2px;
    left: -1rem;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(179,173,161,0.5), transparent);
    content: "";
    height: 100%;
}.secure_stockadexrTE li {
    transition: transform 0.3s ease;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
    transform: translateZ(0);
    margin-bottom: 1rem;
}.secure_stockadexrTE li::before {
    transform: rotate(45deg);
    border: 2px solid rgb(179,173,161);
    content: "";
    width: 0.5rem;
    left: 0;
    height: 0.5rem;
    position: absolute;
    border-radius: 10px;
    top: 0.6em;
}.secure_stockadexrTE li:hover {
    transform: translateX(5px) translateZ(0);
}.secure_stockadexrTE span {
    padding: 1.25rem;
    line-height: 1.7;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    margin-bottom: 2rem;
    font-size: 13px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.7);
    transform: translateZ(0);
    display: block;
    color: #000000;
    border-left: 3px solid rgb(179,173,161);
}.secure_stockadexrTE span:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.9);
}

@keyframes lineGrow {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@media (min-width: 768px) {.secure_stockadexrTE {
    padding: 6rem 3rem;
}.secure_stockadexrTE .container {
    padding: 0 2rem;
}.secure_stockadexrTE h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.1);
}.secure_stockadexrTE h2 {
    margin-top: 4rem;
    font-size: calc(32px * 1.05);
}.secure_stockadexrTE ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.secure_stockadexrTE {
    padding: 7rem 4rem;
}.secure_stockadexrTE h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure_stockadexrTE span {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
    width: calc(100% - 4rem);
}.secure_stockadexrTE span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure_stockadexrTE p, .secure_stockadexrTE li {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.secure_stockadexrTE {
    padding: 4rem 1.5rem;
}.secure_stockadexrTE h1 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.9);
}.secure_stockadexrTE h2 {
    font-size: calc(32px * 0.9);
    padding-left: 1.25rem;
    margin-top: 2.5rem;
}.secure_stockadexrTE h3, .secure_stockadexrTE h4 {
    padding-left: 1rem;
}.secure_stockadexrTE p, .secure_stockadexrTE li, .secure_stockadexrTE span {
    font-size: calc(13px * 0.95);
}.secure_stockadexrTE ul {
    margin-left: 0.5rem;
}.secure_stockadexrTE li {
    padding-left: 1.25rem;
}.secure_stockadexrTE span {
    padding: 1rem;
}}.developer_experienceBHev {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(239,238,234) 100%);
}.developer_experienceBHev::before {
    animation: pulse 20s infinite alternate;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(212,208,198,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(179,173,161,0.5) 0%, transparent 30%);
}.developer_experienceBHev .container {
    margin: 0 auto;
    perspective: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.developer_experienceBHev .student_quotesQkPb {
    transform-style: preserve-3d;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    gap: 10px 30px;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto auto;
    position: relative;
    display: grid;
}.developer_experienceBHev .student_quotesQkPb:hover {
    transform: rotateY(0deg) translateZ(10px);
}.developer_experienceBHev .work_achievementsXGjU {
    backdrop-filter: blur(10px);
    border-radius: 25px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(212,208,198,0.5);
    position: relative;
    z-index: 1;
    font-weight: 300;
    line-height: 1.7;
    color: #ffffff;
    font-size: 18px;
    padding: 50px 40px;
    transform: translateZ(20px);
    grid-area: quote;
}.developer_experienceBHev .work_achievementsXGjU::before {
    font-size: calc(43px * 2);
    color: rgb(212,208,198);
    top: 15px;
    line-height: 1;
    content: "";
    position: absolute;
    left: 20px;
}.developer_experienceBHev .img_captionBCEo {
    height: 280px;
    transform: translateZ(40px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    grid-area: photo;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(212,208,198,0.5);
    border-radius: 10px;
}.developer_experienceBHev .student_quotesQkPb:hover .img_captionBCEo {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(212,208,198,0.5);
    transform: translateZ(60px) translateX(-10px);
}.developer_experienceBHev .name {
    background: rgb(212,208,198);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateZ(30px);
    border-radius: 10px;
    grid-area: name;
    transition: transform 0.3s ease;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
    color: #ffffff;
    margin: 0;
    padding: 15px 20px;
}.developer_experienceBHev .student_quotesQkPb:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.developer_experienceBHev .student_quotesQkPb > span:not(.name) {
    transform: translateZ(25px);
    color: rgb(179,173,161);
    grid-area: job;
    background: #ffffff;
    transition: transform 0.3s ease;
    z-index: 2;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 15px;
}.developer_experienceBHev .student_quotesQkPb:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.developer_experienceBHev {
    padding: 80px 0;
}.developer_experienceBHev .student_quotesQkPb {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img_captionBCEo"
      "name"
      "work_overviewXrgs"
      "work_achievementsXGjU";
    transform: none;
    grid-template-columns: 1fr;
    gap: 15px;
}.developer_experienceBHev .work_achievementsXGjU,
  .developer_experienceBHev .img_captionBCEo,
  .developer_experienceBHev .name,
  .developer_experienceBHev .student_quotesQkPb > span:not(.name) {
    transform: none;
}.developer_experienceBHev .student_quotesQkPb:hover .work_achievementsXGjU,
  .developer_experienceBHev .student_quotesQkPb:hover .img_captionBCEo,
  .developer_experienceBHev .student_quotesQkPb:hover .name,
  .developer_experienceBHev .student_quotesQkPb:hover > span:not(.name) {
    transform: none;
}.developer_experienceBHev .img_captionBCEo {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.developer_experienceBHev .work_achievementsXGjU {
    padding: 30px;
}.developer_experienceBHev .name,
  .developer_experienceBHev .student_quotesQkPb > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.developer_experienceBHev {
    padding: 60px 0;
}.developer_experienceBHev .img_captionBCEo {
    width: 100%;
    height: 200px;
}.developer_experienceBHev .work_achievementsXGjU {
    padding: 25px 20px;
    font-size: calc(18px * 0.95);
}.developer_experienceBHev .name {
    font-size: calc(18px * 0.9);
}.developer_experienceBHev .student_quotesQkPb > span:not(.name) {
    font-size: calc(18px * 0.9);
}
}