﻿.header-tutor-PCpJl {
    flex: 1 0 auto;
}

.header-tutor-PCpJl {
    background: #ffffff;
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}

.wrapper-border-zEXHW {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}


.contact-panel-GizNk {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.contact-panel-GizNk .request-block-RQNtX {
    flex-direction: row-reverse;
    border-radius: 30px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.contact-panel-GizNk .help-grid-rBvEk::after {
    height: 150px;
    right: 0;
    z-index: -1;
    width: 150px;
    top: 0;
    border-radius: 0 0 0 100%;
    position: absolute;
    content: "";
    background: rgb(184,194,204);
}

.contact-panel-GizNk input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(150,161,173,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}

.contact-panel-GizNk .request-help-qIbxK input[type="checkbox"]:checked {
    background: rgb(150,161,173);
    border-color: rgb(150,161,173);
}

.contact-panel-GizNk .request-help-qIbxK a {
    text-decoration: none;
    color: rgb(150,161,173);
    transition: all 0.3s ease;
    position: relative;
}

.contact-panel-GizNk .support-message-LQnhF {
    margin-top: 20px;
    color: #ffffff;
    padding: 18px 40px;
    font-weight: 600;
    border: none;
    align-self: flex-start;
    background: rgb(150,161,173);
    box-shadow: 0 4px 15px rgb(150,161,173,0.5);
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-signup-nCpyq .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.newsletter-signup-nCpyq .learning-classes-OYPID {
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
}

.newsletter-signup-nCpyq input[type="email"] {
    background: #ffffff;
    width: 100%;
    font-size: 13px;
    color: #000000;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.5rem;
}

.newsletter-signup-nCpyq .free-lessons-qYUzT:hover::before {
    left: 100%;
    transition: all 0.8s ease;
}

.teaching-history-hmkds {
    min-height: 700px;
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(184,194,204);
}

.teaching-history-hmkds .pic-list-mcuWe {
    position: absolute;
    transform: translateZ(100px) rotateY(-15deg);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    border-radius: 12px;
    right: 0;
    top: -20px;
    height: 400px;
    width: 400px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
}

.teaching-history-hmkds .feedback-grid-gkTSd:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}

.teaching-history-hmkds .feedback-grid-gkTSd:hover .work-explore-mOsWx {
    transform: translateZ(40px) translateY(-10px);
}

.teaching-history-hmkds .container::after {
    left: 0;
    filter: blur(100px);
    animation: colorPulse 10s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(150,161,173,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(117,128,140,0.5) 0%, transparent 50%);
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
}

.program-assets-fFyRj .pic-list-mcuWe {
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    height: auto;
    clip-path: polygon(0 0, 100% 4%, 98% 100%, 2% 96%);
    margin-bottom: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.program-assets-fFyRj h1 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    padding-bottom: 0.5rem;
    line-height: 1.3;
}

.program-assets-fFyRj svg {
    height: 24px;
    top: 0;
    transform: translateY(2px);
    position: absolute;
    left: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    width: 24px;
}

.thanksNode-PEcGL .container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.thanksNode-PEcGL .learning-classes-OYPID {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotateX(2deg) rotateY(1deg);
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 3.5rem;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    backdrop-filter: blur(10px);
    border-radius: 3px;
    position: relative;
}

.thanksNode-PEcGL a:hover {
    transform: scale(1.01);
}

.thanksNode-PEcGL a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}

.thanksNode-PEcGL a::after {
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    content: "";
    height: 1px;
    transform-origin: right;
    left: 0;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(
        to right,
        rgb(117,128,140),
        rgb(150,161,173)
    );
}

header .nav-block-uGjdX {
    position: relative;
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
}

header .site-nav-ywpPj:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .site-nav-ywpPj img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}

header .head-pagebar-Wxfds {
    transform-style: preserve-3d;
    margin: 0 0.3rem;
    position: relative;
}

header .head-pagebar-Wxfds a::before {
    width: 100%;
    content: '';
    transform: translateZ(-5px);
    top: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(150,161,173,0.5) 0%, 
        rgb(117,128,140,0.5) 100%
    );
    left: 0;
    transition: opacity 0.4s ease;
    border-radius: 10px;
}



@supports not (transform-style: preserve-3d) {header .site-nav-ywpPj:hover {
    transform: translateY(-3px);
}header .head-pagebar-Wxfds a:hover {
    transform: translateY(-3px);
}}

.opening-board-qxnSv .learn-begin-mEhDZ {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    z-index: 3;
    padding: 3rem 1.5rem;
    max-width: 1200px;
    width: 90%;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.opening-board-qxnSv .learn-begin-mEhDZ {
    gap: 4rem;
    width: 85%;
    padding: 5rem 2rem;
}

.opening-board-qxnSv .learn-begin-mEhDZ {
    gap: 2rem;
    padding: 2rem 1rem;
}

.opening-board-qxnSv .vision-mission-EnJQi {
    position: relative;
    animation: fadeInUp 1.2s ease-out forwards;
    z-index: 4;
    transform: translateZ(40px);
}

.opening-board-qxnSv .vision-mission-EnJQi > div::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.opening-board-qxnSv .title_style_header {
    transform: translateX(-10px);
    font-weight: 700;
    font-size: calc(35px * 1.2);
    margin: 0;
    animation: slideRightFade 1s 0.8s forwards ease-out;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
    padding: 1.5rem 0;
    line-height: 1.2;
    opacity: 0;
}

.opening-board-qxnSv .title_style_header {
    font-size: calc(35px * 0.9);
    padding: 1rem 0;
}

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

.program-information-oFUCZ h2::after {
    content: "";
    bottom: -12px;
    position: absolute;
    transition: transform 0.5s ease;
    height: 4px;
    transform: translateX(-50%) scaleX(0.8);
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
}

.program-information-oFUCZ .pic-list-mcuWe:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}

.program-information-oFUCZ .announcement-box-LYdxH::before {
    width: 3px;
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(150,161,173), rgb(117,128,140));
    left: 0;
    transition: height 0.8s ease;
    position: absolute;
    content: "";
}

.statistics-information-hYTeG::before {
    z-index: 1;
    width: 100%;
    content: "";
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
}

.statistics-information-hYTeG .benefits-block-LAmxh::before {
    height: 200%;
    top: -50%;
    z-index: -1;
    left: -50%;
    background: radial-gradient(circle, rgb(150,161,173,0.5) 0%, transparent 70%);
    opacity: 0.3;
    position: absolute;
    animation: pulse 10s infinite ease-in-out;
    width: 200%;
    content: "";
}

.statistics-information-hYTeG .statistics-experts-odPgC {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    font-weight: 700;
    position: relative;
    font-size: 38px;
    letter-spacing: 1px;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.statistics-information-hYTeG .edu-statistics-JFtHg:hover::before {
    opacity: 0.05;
    transform: scale(10);
}

.statistics-information-hYTeG .study-elevation-LOgFT {
    align-items: center;
    width: 60px;
    justify-content: center;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    display: flex;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(150,161,173,0.5) 0%, rgb(117,128,140,0.5) 100%);
    height: 60px;
}

.privacy-unit-cTzrQ {
    display: flex;
    color: #000000;
    padding: 50px;
    border: 1px solid rgb(150,161,173,0.5);
    font-family: Arial, sans-serif;
    background-color: rgb(184,194,204);
    flex-direction: column;
    gap: 30px;
}

.privacy-unit-cTzrQ ul li::before {
    color: rgb(150,161,173);
    font-weight: 700;
    position: absolute;
    content: counter(item) ".";
    counter-increment: item;
    left: 0;
}

.privacy-unit-cTzrQ div {
    margin-bottom: 20px;
}

.about-this-AJuFe::before {
    background: linear-gradient(135deg, rgb(150,161,173,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.about-this-AJuFe h2::before {
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    content: "";
    transform-origin: left;
    bottom: -12px;
    background: rgb(117,128,140);
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    left: 0;
}

.about-this-AJuFe .announcement-box-LYdxH::after {
    background: linear-gradient(to right, rgb(150,161,173), rgb(117,128,140));
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    top: 0;
    transform: scaleX(0.9);
    content: "";
    position: absolute;
    transform-origin: center;
    width: 100%;
    right: 0;
    height: 6px;
}

footer {
    position: relative;
    width: 100%;
    z-index: 1;
}

.zoom-meet-UqYhp::before {
    position: absolute;
    top: 0;
    pointer-events: none;
    bottom: 0;
    content: "";
    background: radial-gradient(circle at 10% 20%, rgb(117,128,140,0.5) 0%, transparent 50%);
    left: 0;
    right: 0;
}

footer .info_item {
    align-items: center;
    flex: 1 1 220px;
    display: flex;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(150,161,173,0.5);
    color: rgb(150,161,173);
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: grid;
}

footer .skill-test-yUWVH {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.5;
    max-width: 300px;
    font-size: 16px;
}

footer .nav-sitebar-kmasD::before {
    top: -2px;
    background: linear-gradient(45deg, rgb(150,161,173), transparent, rgb(117,128,140), transparent);
    z-index: -1;
    left: -2px;
    border-radius: calc(16px + 2px);
    transition: opacity 0.5s ease;
    right: -2px;
    opacity: 0;
    position: absolute;
    bottom: -2px;
    content: "";
}

footer .page-head-UYKxt a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgb(150,161,173), 0 0 10px rgb(150,161,173,0.5);
    background-color: rgb(150,161,173);
}



footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
}

footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .free-lessons-qYUzT::before {
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
    position: absolute;
}

.cookieNotificationBar-JnQat {
    width: 100%;
    background: rgb(117,128,140);
    position: fixed;
    border-top: 3px solid rgb(150,161,173);
    z-index: 90;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    bottom: 0;
}

.consent-panel-HAPks:hover {
    border-color: rgb(150,161,173,0.5);
    background: rgb(150,161,173,0.5);
}


#cookiePolicyMessage-hOGBJ {
    display: none;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 992px) {.contact-panel-GizNk .request-block-RQNtX {
    flex-direction: column;
}.contact-panel-GizNk .pic-list-mcuWe {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact-panel-GizNk .help-grid-rBvEk {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.contact-panel-GizNk h2 {
    margin-bottom: 40px;
}
}



@media screen and (min-width: 992px) {.newsletter-signup-nCpyq {
    padding: 6rem 4rem;
}.newsletter-signup-nCpyq .learning-classes-OYPID {
    padding: 4rem;
}.newsletter-signup-nCpyq h4 {
    font-size: calc(24px * 1.1);
}.newsletter-signup-nCpyq .input_holder {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.teaching-history-hmkds .feedback-grid-gkTSd {
    padding: 20px 0;
    flex-direction: column;
    height: auto;
}.teaching-history-hmkds .pic-list-mcuWe {
    width: 300px;
    height: 300px;
    top: auto;
    transform: none;
    right: auto;
    margin: 0 auto 30px;
    border-radius: 20px;
    position: relative;
}.teaching-history-hmkds .feedback-grid-gkTSd:hover .pic-list-mcuWe {
    transform: translateY(-10px);
}.teaching-history-hmkds .name {
    top: auto;
    left: auto;
    text-align: center;
    margin: 0 auto 30px;
    width: 90%;
    transform: none;
    position: relative;
}.teaching-history-hmkds .feedback-grid-gkTSd:hover .name {
    transform: translateY(-5px);
}.teaching-history-hmkds .feedback-grid-gkTSd span:not(.name) {
    top: auto;
    position: relative;
    left: auto;
    transform: none;
    margin: 0 auto 45px;
    display: block;
    text-align: center;
    width: max-content;
}.teaching-history-hmkds .feedback-grid-gkTSd:hover span:not(.name) {
    transform: translateY(-5px);
}.teaching-history-hmkds .work-explore-mOsWx {
    transform: none;
    bottom: auto;
    position: relative;
}.teaching-history-hmkds .feedback-grid-gkTSd:hover .work-explore-mOsWx {
    transform: translateY(-5px);
}
}



@media (max-width: 991px) {header .nav-header-QpXPq {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-block-uGjdX {
    margin-right: 0;
    margin-bottom: 0;
}header .nav-sitebar-kmasD {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .head-pagebar-Wxfds a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (min-width: 768px) {.opening-board-qxnSv .learn-begin-mEhDZ {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    transform: perspective(1000px) rotateX(3deg);
    padding: 4rem 2rem;
}.opening-board-qxnSv .learn-begin-mEhDZ > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    padding: 2rem;
    align-items: center;
    display: flex;
}.opening-board-qxnSv .learn-begin-mEhDZ > div:first-child p {
    font-size: calc(18px * 1.3);
    line-height: 1.7;
}.opening-board-qxnSv .vision-mission-EnJQi > div {
    padding: 3rem;
    transition: transform 0.5s ease;
    border-left: 6px solid rgb(150,161,173);
    box-shadow: 0 20px 40px -20px #000000;
}.opening-board-qxnSv .vision-mission-EnJQi > div:hover {
    transform: translateY(-5px);
}.opening-board-qxnSv .vision-mission-EnJQi h3 {
    padding-right: 3rem;
    font-size: 23px;
}.opening-board-qxnSv .title_style_header {
    padding: 2rem 0;
    font-size: 39px;
}
}



@media screen and (max-width: 768px) {.statistics-information-hYTeG {
    padding: 60px 0;
}.statistics-information-hYTeG .benefits-block-LAmxh {
    transform: none;
    padding: 30px 20px;
}.statistics-information-hYTeG .statistics-experts-odPgC {
    font-size: calc(38px * 0.9);
}.statistics-information-hYTeG .knowledge-upgrade-rIPpv {
    font-size: calc(17px * 0.95);
    margin-bottom: 40px;
}.statistics-information-hYTeG .statistics-advantages-ijTrg {
    gap: 20px;
    grid-template-columns: 1fr;
}.statistics-information-hYTeG .edu-statistics-JFtHg span {
    font-size: calc(38px * 1.1);
}
}



@media (min-width: 1200px) {.about-this-AJuFe .container {
    transform: perspective(2000px) rotateX(4deg);
    padding: 0 40px;
}.about-this-AJuFe .announcement-box-LYdxH {
    padding: 90px 80px;
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
    margin-left: 80px;
}.about-this-AJuFe .announcement-box-LYdxH div div {
    column-gap: 60px;
    column-count: 2;
}
}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .free-lessons-qYUzT {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .zoom-meet-UqYhp {
    padding: 60px 0 30px;
}footer .edu-reach-QRekg {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .nav-sitebar-kmasD, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .nav-sitebar-kmasD h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .page-head-UYKxt a {
    font-size: calc(16px - 2px);
}footer .badge-case-Hjmkl {
    margin-top: 30px;
}
}



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



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



@keyframes lineGrow {
  from { width: 0; }
  to { width: 180px; }
}



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


  
  @keyframes lineGrow {
    from { width: 0; }
    to { width: 220px; }
  }

@keyframes gradientShift {
    0% {
        opacity: 0.6;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.8;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.6;
        background-position: 0% 100%;
    }
}



@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}

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

